#paging_top,#paging_bottom{
	background-repeat: repeat;
	float: left;
	width: 465px;
}

span.explorer_selpage{
	color: black;
	margin: 2px;
	line-height: 14px;
}

a.explorer_pagelink{
	color: #f08833;
	margin: 2px;
	text-decoration: none;
	background-color: white;	
	line-height: 14px;
}

#placemarklist{
	clear: both;
	width: 100%;
	marginp: 15px 0px;
}

.infoWindowTitle{
	color: black;
	font-weight: bold;
	font-size: 11px;
}

.Explorer_Listing{
	clear: both;
	margin-bottom: 15px;
	float: left;
}

div.cbHolder{
	width: 26px;
	float: left;
	height: 18px;
	padding: 2px;
}

div.catFilterCatHeader:hover,
.showing .catFilterCatHeader{
	background-color: black;;
	cursor: pointer;
}

.catFilterSubCats{
	display: none;
}

.showing .catFilterSubCats{
	display: block;
}

.catFilterCat{
	clear: both;
	width: 200px;
}

.catFilterCatTitle{
}

.catFilterSubCat{
	clear: both;
	margin-left: 10px;
	width: 190px;
}
.catFilterSubCatTitle{
	background-color: green;
	width: 140px;
	display: block;
	float: left;
}

.MapDiv{
	border: solid 1px black;
	overflow: hidden;	
}

.infoWindowOptions{
	margin: 5px 0px 5px 0px;
	padding: 0px;
	list-style: none;
	display: block;
	width: 300px;
}

.infoWindowOptions li{
	display: block;
	float: left;
	margin-right: 3px;
	background-color: #336699;
	padding: 1px;
	border: solid 1px black;
}

.infoWindowOptions li a{
	color: white;
	text-decoration: none;
	font-size: 9px;
	text-transform: uppercase;
	font-family: Arial Narrow;
}

.infoWindowSection{
	clear: both;
	width: 300px;
}

.MapExplorer_DirectionsPlacemark{
	height: 32px;
}

.ListingDividerLine{
	clear: both;
	background-image : url(../images/dividing_line.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
	background-position: center center;
	height: 2px;
}

.IconImage{
	width: 24px;
	height: 24px;
}

.PropertyPhoto{
	margin-right: 5px;
}

.mapFilter{
	padding: 3px;
	margin: 0px 5px 10px 0px;
	border: solid 1px black;
	background-color: #45413f;
	color: white;
}

.filterHeader{
	font-weight: bold;
	text-align: center;
	padding: 2px;
	margin-bottom: 4px;
	color: white;
	border-bottom: solid 1px white;
}

#drivingDirections{
	background-color: #D44D20;
	color: white;
	padding: 3px;
	border: solid 1px black;
	margin-right: 5px;
}

#drivingDirections .mapSectionHeader{
	font-weight: bold;
	text-align: center;
	padding: 2px;
	margin-bottom: 4px;
	color: white;
	border-bottom: solid 1px white;
	float: left;
	width: 100%;
}

#drivingDirections .mapSectionHeader div{
	text-align: center;
	width: 100%;
	float: left;
}


#drivingDirections .mapSectionHeader a{
	
}

#drivingDirections .ddContainer{
}

.closeDirections {
	background-color:black;
	border:1px solid white;
	color:white;
	display:block;
	float:right;
	font-family:courier new;
	font-size:12px;
	line-height:12px;
	padding:1px;
	text-decoration:none;
	text-transform:uppercase;
	width:15px;
}


/*Widget infotab styles*/
.infoWindowContainer{
	width: 400px;
	height: 300px;
	font-size: 11px;
}

.infoWindowTitle{
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
}

.infoWindowImage{
	float: left;
	width: 90px;
	height: 90px;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 5px;
}

.infoWindowAddress{
	float: left;
	height: 32px;
	margin-left: 10px;
	margin-top: 5px;
	width: 200px;
	font-size: 10px;
}

.infoWindowAddress a{
	font-size: 10px;
}

.infoTabNames{
	text-align: center;
}

.infoTabNames span{
	margin-right: 5px;
	font-weight: bold;
	cursor: pointer;
	font-size: 10px;
}

.infoTabNames span:before{
	content: '[';
}

.infoTabNames span:after{
	content: ']';
}

.infoViewStack{
	overflow: auto;
	width: 398px;
	height: 170px;
	padding: 0px;
}

.infoViewStack .infoViewTab{
	padding: 2px;
	width: 385px;
}

.infoTab_Description{
}
.infoTab_Directions{
}
.infoTab_SendToEmail{
}

/*Info Window E-mail Tab Fields*/
.infoViewTab label{
	float: left;
	clear: both;
	width: 100px; 
	text-align: right;
}

.infoViewTab .infoFormResponse{
	float: left;
	width: 220px; 
	text-align: left;
}

.infoViewTab legend{
	color: #D44D20;
	font-weight: bold;
}

.infoViewTab *{
	font-size: 10px;
}

/*End widget infotab styles*/

.mapFilter_DistanceFilter{
	display: none;
}

ol li{
	list-style-type: decimal;
}

ul li{
	list-style-type: none;
}

.MapExplorer_Step{
	margin-left: 30px;
}

.MapExplorer_DirectionsStart,.MapExplorer_DirectionsEnd{
	background-color: #000;
	color: #fff;
	line-height: 28px;	
}

.MapExplorer_DirectionsStart .MapExplorer_DirectionsPlacemark:before{
	content: 'Start at ';
}

.MapExplorer_DirectionsEnd .MapExplorer_DirectionsPlacemark:before{
	content: 'End at ';
}

.MapExplorer_DirectionsStart img,.MapExplorer_DirectionsEnd img{
	margin: 4px 10px 10px 4px;
}

li.evenrow{
	background-color: #DDD;
}

li.oddrow{
	background-color: #FFF;
}