
.clearfix:after{
	content : ".";
	display:block;
	height:0;
	clear:both;
	visibility: hidden;
}

.clearfix{
	display:inline-block;
}
/* Hides from IE-mac */
*html .clearfix{ height:1px;}
	.clearfix{  display:block ; }
/* End hide from IE-Mac */

#mapHeader h1,
#mapHeader h2{
    float:left;
    margin:0;
    padding:0;
}

#mapHeader{
    background-color:#0099FF;
    color:#FFFFFF;
    height:79px;
    border-bottom:1px solid #000000;
}

#mapHeaderRight{
    margin:3px;
    
	border-radius: 5px;		/* CSS3‘ˆÄ */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome—p */
	-moz-border-radius: 5px;	/* Firefox—p */
    height:73px;
    float:right;
    width:450px;
    background-color:#ffffff;
    color:#000000;
}
.map-header-right-element-title{
    font-size:20px;
    font-weight: bold;
    min-width:50px;
    margin: 0 10px 0 0;
}
.map-header-right-element{
    float:left;
    height:26px;
    line-height:13px;
    font-size:12px;
    margin:3px;
    white-space: nowrap;
}
.map-header-right-element img{
    float:left;
    height:24px;
}

#mapHeaderUpper{
    height:50px;
}

#mapHeaderLower{
    height:29px;
    background-color:#CCE8FF;
    color:#000000;
}

#mapHeaderUpper a,
#mapHeaderUpper a:link,
#mapHeaderUpper a:visited{
//    color:#CCCCFF;
}
a.setCenterButton{
    display:block;
    margin:0 0 0 1px;
    padding:7px 5px;
    line-height:18px;
    white-space: nowrap;
    float:left;
    height:36px;
    font-size:15px;
    background:#FFFFFF url(images/map_button_blue.jpg) repeat-x left top;
    color:#000099;
}

.sbElement{
    border-top:1px solid #CCCCCC;
    padding:10px;
    font-size:13px;
}

a.setCenterButton:hover{
    background: #FFCC00 url(images/map_button_orange.jpg) repeat-x left top;;
}
#sidebar{
    border-left:1px solid #000000;
    float:right;
    margin:0;
    width:240px;
    padding:0;
    background-color:#FFFFFF;
}
#sidebarCtrl{
    width:240px;
    height:100px;
    background-color:#e7e7e7;
    margin:0;
    padding:0;
    
}
.sidebarCtrlTitle{
    font-size:17px;
    margin:0 0 5px;
    padding:5px 0 0;
    line-height:20px;
}
table.sidebarCtrlTable td{
    text-align: left;
    font-size:11px;
}
#sidebarList{
    width:240px;
    margin:0;
    padding:0;
    
    overflow:auto;
}

#mapWrapper{
    margin-right:241px;
}
#map{
    position:relative;
    width:100%;
    height:450px;
	padding:0;
	text-align:left;
	margin:0px;
    font-size:13px;
    line-height:16px;
}

#map img {
	margin:0;
	padding:0;
	border:0 none;
}
#map .infowindow strong {
	font-size:1em;
}
#map .infowindow p {
	line-height:1.40em !important;
	margin:1em 0 0;
	padding:0;
	text-indent:0;
	font-size:0.85em;
}

body{
    margin:0;
    padding:0;
}