@charset "utf-8";

html {
	height:100%;
}

body {
	text-align: left;
	overflow:hidden;
	height:100%;
}

#map_canvas {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

/****************   mapsearch_floter   *****************/

#mapsearch_floter {
	position: absolute;
	display: none;
}

#mapsearch_header_base {
	position: absolute;
	width: 815px;
	height: 106px;
	padding-top: 8px;
	padding-left:12px;
	background: url(../img/cat_base.png) no-repeat;
}

* html #mapsearch_header_base{
	background-color: transparent;
	background-image: url(../img/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/cat_base.png", sizingMethod="scale");
}

#map_cat_tabs {
	background:#ffffff;
	vertical-align:text-top;
	width:792px;
}

* html #map_cat_tabs {
        background:#ffffff;
        vertical-align:text-top;
        width:804px;
}

#mapsearch_logo {
        position: absolute;
        display: none;
}

#mapsearch_header_logo {
        position: absolute;
        width: 106px;
        height: 48px;
        background-image: url(../img/logo_for_map.png);
}

* html #mapsearch_header_logo{
        background-color: transparent;
        background-image: url(../img/blank.gif);
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/logo_for_map.png", sizingMethod="scale");
}

#bl {
        position: absolute;
        display: none;
}

#hbl {
        position: absolute;
        width: 61px;
        height: 40px;
        background-image: url(../img/back-icon.png);
}

* html #hbl{
        background-color: transparent;
        background-image: url(../img/blank.gif);
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/back-icon.png", sizingMethod="scale");
}

#mapsearch_loading {
	position: absolute;
	top: 256px;
	left: 346px;
}



