/* Style sizes of containers */
#mProperty {
	margin: 0;
	padding: 0;
	width: 328px;
	max-height: 160px;
	font-family: verdana;
	font-size: 11px;
	overflow:hidden;
	background-image: url('/wp-content/plugins/rwMaps/images/70.png');
	background-repeat: repeat;
	border: 1px solid #A7AFB7;
}
#mTitleBar {
	width: 100%;
	height: 25px;
	background-color:white;
	padding:6px 0px 0px 2px;
	font-family: verdana;
	font-size: 13px;
	color: black;
	font-weight: bold;
	border-bottom: 1px solid #A7AFB7;
}
#mSpacer {
	clear:both;
}
#mPropertyInfo{
	width: 100%;
	height: 125px;
	overflow:hidden;
	background-color:white;
}
#mCloseButton{
	float:right;
	padding:2px 4px 2px 2px;
	cursor:default;
}
#mCloseButton:hover{
	cursor:pointer;
}
#mInfo{

}
.mTooltip{
	font : bold 10px/10px verdana, arial, sans;
	color : black;
	border : 1px solid black;
	background : white;
	padding : 4px;
}
#mTitle{
	float:left;
}
#mTitle img{
	vertical-align:middle;
	padding: 0px 5px 0px 5px;
}
#mImage{
	float: left;
	padding: 5px;
}
#mImage img{
	border: none;
}
#mPrice{
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
#mBedBathCar{
	padding: 0;
	float:right;
}
#mContent{
}

#lTitleBar {
	width: 100%;
	height: 20px;
	background-color:#A22E29;
	padding:2px 0px 0px 2px;
	font-family: verdana;
	font-size: 13px;
	color: black;
	font-weight: bold;
}
#lTitle{
	background:#A22E29;
	float:left;
}

#mBed, #mBath, #mCar {
	margin: 1px;
	padding: 0;
	width:32px;
	height:16px;
	float:left;
}
#mBed p, #mBath p, #mCar p{
	margin: 0;
	padding: 0px 2px 0px 0px;
	font-family: verdana;
	font-size: 11px;
	color: white;
	font-weight: bold;
	text-align:right;
	/*background-color:#6F6F6F;*/
}
#mBed {
	background-image: url('/wp-content/plugins/rwMaps/images/bed_g.png');
}
#mBath {
	background-image: url('/wp-content/plugins/rwMaps/images/bath_g.png');
}
#mCar {
	background-image: url('/wp-content/plugins/rwMaps/images/car_g.png');
}

#mapNavigation{
	height:17px;
	color:#ffffff;
	background-color:#666666; 
}
#mapNavigation a img {
	padding: 0px 5px 0px 5px;
	vertical-align:middle;
}
/* *******************************/
/* * Div styles used on the map* */
#mapCountryStatus{}
#mapStatusDiv{}
#mapFilterDiv{}
#mapCenterMessageDiv span{
	background-color:#ff0000; 
	color:#ffffff; 
	font-weight:bold;
	border:1px solid black;
}

/* ************************************* */
/* * Div styles used on the directions * */
#mapDirectionsMessageDiv{
	background-color:#E9E9E9;
	border:1px solid black;
	font-family:Arial,Sans-Serif;
	font-size:11px;
	padding:0px;
	margin:0px;
	width:264px;
	height:150px;
	display:none;
}
#rwDirections{
	padding:0;
	margin:0;
	width:230px;
}
#mapDirectionsTitle{
	padding:0px;
}
#mapDirectionsTitle h2{
	font-family:Arial,Sans-Serif;
	font-size:12px;
	font-weight:bold;
	letter-spacing:0;
	background:url(/wp-content/plugins/rwMaps/images/header_background.jpg) no-repeat;
	margin-bottom:2px;
	position:relative;
	cursor:pointer;
	height:16px;
	padding:4px 0 4px 5px;
	border-bottom:none;
}
#mapDirectionsTitle h2 img {
	position:absolute;
	right:10px;
}
#mapDirectionsForm{
	padding:5px;
	width:235px;
}
#mapDirectionsTo,#mapDirectionsFrom,#mapDirectionsFromC,#mapDirectionsFromD{
	margin-bottom:1px;
	width:195px;
}
#mapDirectionsButtons{
	/*border:1px solid black;*/
	padding-top:8px;
	width:215px;
}
#mapDirectionsGet{
	float:right;
}
#mapDirectionsAdd{
	/*border:1px solid red;*/
	color:#0000cc;
	text-decoration:underline;
	padding-left:16px;
	padding-top:6px;
	height:30px;
	width:87px;
}
#mapDirectionsButton{
	/*border:1px solid blue;*/
	width:100px;
	height:30px;
	float:right;
}
#mapDirectionsGet {
	background:#E9E9E9 url(/wp-content/plugins/rwMaps/images/submit.png) no-repeat scroll right center;
	border:medium none;
	bottom:5px;
	color:#333333;
	font-weight:bold;
	padding:3px 0 6px 9px;
	text-align:center;
	text-transform:uppercase;
	width:87px;
}
/*map Buttons */
#mapTypeDisplayMapOuter,#mapTypeDisplaySatelliteOuter,#mapTypeDisplaySatelliteOuter,#mapTypeDisplayHybridOuter,#mapTypeDisplayTerrainOuter,#mapTypeDisplayDirectionsOuter{
	float:left;
	border:1px solid black;
	border-right-style:none;
	background:#FFFFFF;
}
#mapTypeDisplayTerrainOuter{
	border:1px solid black;
}

#mapTypeDisplayMap,#mapTypeDisplaySatellite,#mapTypeDisplayHybrid,#mapTypeDisplayTerrain,#mapTypeDisplayDirections{
	background:#BFBFBF;
	color:#000000;
	padding:1px 10px;
	font-weight:bold;
	border-style: solid; 
	border-color: #BFBFBF rgb(114, 114, 114) rgb(114, 114, 114) #BFBFBF; 
	border-width: 1px; 
}

