#map,
#listcontainer
{
	height: 600px;
	color: #000000;
}

#resultlist
{
	overflow-x:auto;
	overflow-y:auto;
	height:313px;
}

#m_sidebar #resultlistcontainer ul
{
	list-style-type:bullet;
}

#m_sidebar #resultlist li a
{
	padding:2px 0 2px 0;
	margin:0px;
}

#loading
{
	border: 2px solid #333;
	text-align: center;
	width:250px;
	height:100px;
	padding:5px;
	position:absolute;
	right:50%;
	top:30%;
	display:inline;
	background: #FFF;
}

#loadingsmall
{
	border: 2px solid #333;
	text-align: center;
	width:250px;
	height:80px;
	padding:5px;
	position:absolute;
	right: 10%;
	bottom:15%;
	display:inline;
	background: #FFF;
}

#disable
{
	width:255px;
	height: 400px;
	vertical-align: top;
	text-align: center;
	position:absolute;
	right:15px;
	top:118px;
	background-image: url(../../img/disable.gif);
}

#maptab a {
	display:block;
	text-align:center;
	width: 50px;
	border-style: solid solid none solid;
	border-color: #333;
	border-width: 1px;
	float:left;
	padding:2px 2px 1px 2px;
	margin-left: 10px;
	margin-top: -4px;
}

#maptab a.active {
	background-color: #EBEBEB;
}

#maptab a:hover {
	background-color: #FFFFCC;
	text-decoration:none;
}

#listcontainer {
	float:left;
	padding:2px;
}

label {
	display:block;
	float: left;
	width: 60px;
}

.gmnoprint span, 
.gmnoprint a
{
	float:left;
	width: 220px;
}

.gmnoprint a.link
{
	width: 100%;
}

.tooltip
{
	padding:2px;
	background: #EBEBEB url(../../img/tooltip_bg.gif) repeat-x;
	border: 1px solid #767676;
}
