body {background:#fcebc4}
#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;
	line-height: 14px;
}

#placemarklist{
	clear: both;
	width: 100%;
	marginp: 15px 0px;
	background:none !important;
}


.Explorer_Listing{
	clear: both;
	margin-bottom: 15px;
	float: left;
	width: 100%;
}
.explorerListingDescription{
	float: left; 
	width: 365px;
}

div.cbHolder{
	width: 26px;
	float: left;
	height: 18px;
	padding: 2px;
}

div.catFilterCatHeader{
	background-image: url(../images/maps/cat_arrow.png);
	background-repeat: no-repeat;
	background-position: center right;
	cursor:pointer;
}
div.catFilterCatHeader:hover{
	cursor: pointer;
/*	background-color: black;	*/
}
.showing .catFilterCatHeader{
	font-weight:bold;
	background-image: url(../images/maps/cat_arrow_over.png);
}

.catFilterSubCats{
	display: none;
}

.showing .catFilterSubCats{
	display: block;
}

.catFilterCat{
	clear: both;
	width: 100%;
}

.catFilterCatTitle{
}

.catFilterSubCat{
	clear: both;
	/*margin-left: 10px;
	width: 180px;*/
}
.catFilterSubCatTitle{
	/*width: 140px;*/
	display: inline;
	/*float: left;*/
}

.MapDiv{
	border: solid 1px black;
	overflow: hidden;	
}

.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 !important;
	border: solid 1px black;
	background-color: #dceeeb;
	color: #333;
}

.mapFilter a{
	color: #333;
}

.smallSelect{
	font-size: 10px;
}

.smallOption{
	font-size: 10px;
}

.mapFilter .formreq{
	color: white;
}

.filterHeader{
	font-weight: bold;
	text-align: center;
	padding: 2px;
	margin-bottom: 4px;
	color: #333;
	border-bottom: solid 1px white;
}

#drivingDirections{
	background-color: #dceeeb;
	color: #333;
	padding: 3px;
	border: solid 1px black;
	margin-right: 5px;
}

#drivingDirections .mapSectionHeader{
	font-weight: bold;
	text-align: center;
	padding: 2px;
	margin-bottom: 4px;
	color: #333;
	border-bottom: solid 1px white;
	float: left;
	/*width: 196px;*/
	width: 100%;
}

#drivingDirections .mapSectionHeader div{
	text-align: center;
	width: 176px;
	float: left;
}


#drivingDirections .mapSectionHeader a{
	
}

#drivingDirections .ddContainer{
}

#drivingDirections .ddActions{
	/*float: right;
	margin: 0px 10px 0px 0px;
	width: 200px;*/
}

.ddActions a,.ddActions span{
	color: #333;
	font-size: 1.0em;
	line-height: 35px;
	/*float: right;*/
}

.closeDirections {
	background-color:black;
	border:1px solid white;
	color: #333;
	display:block;
	float:right;
	font-family:courier new;
	font-size:12px;
	line-height:12px;
	padding:1px;
	padding-right: 5px;
	text-decoration:none;
	text-transform:uppercase;
	width:15px;
}


/*Widget infotab styles*/

.infoWindowTitle{
	color: #333;
	font-weight: bold;
	font-size: 11px;
}


.infoWindowContainer{
	font-size: 10px;
	overflow: visible;
	width: 265px; 
	height: 100px;
}

.infoWindowTitle{
	text-align: center;
	font-size: 11px;
	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;
	margin-left: 10px;
	margin-top: 5px;
	width: 150px;
	font-size: 10px;
	line-height: 12px;
	height: 48px;
}

.infoWindowOptions{
	margin: 5px 0px 5px 0px;
	padding: 0px;
	list-style: none;
	display: block;
	width: 135px;
}

.infoWindowSection{
	clear: both;
	width: 150px;
}

.infoWindowLinks{
	font-size: 10px;	
	padding-top: 5px;
	margin-left: 10px;
}

.infoWindowLinks 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;
}

.infoFormResponse{
	float: left;
	width: 175px; 
	text-align: left;
}

.linkSelected{
	text-decoration: none;
}

.infoFormResponse input{
	width: 18em;
	font-size: 10px;
}

.infoFormResponse input.state{
	width: 3em;
}

.infoViewTab legend{
	color: #dceeeb;
	font-weight: bold;
}

.infoViewTab *{
	font-size: 10px;
}



#map_nav
{
  margin: 0;
  padding: 0;
  float: right;
  list-style: none;
  width: 100%;
}

#map_nav li
{
  display: block;
  margin-right: 2px;
  padding: 0;
  float: left;
  position: relative;
  text-transform: uppercase;
  font: 16px Georgia, Times New Roman, Times, serif;
  letter-spacing: 1px;
  font-weight: bold;
}

#map_nav li a.level_one
{
  display: block;
  color: #597501;
  text-decoration: none;
  margin: 0;
  padding: 4px 11px 3px 11px;
}

#map_nav li.top0{
	background: url(../images/maps/tab_rt_0.gif) no-repeat top right;
	cursor: pointer;
}
  
#map_nav li.top0 a.level_one{
    background: url(../images/maps/tab_lt_0.gif) no-repeat top left;
	cursor: pointer;	
}
  
#map_nav li.top0:hover{
    background: url(../images/maps/tab_rt_0_hover.gif) no-repeat top right;
	cursor: pointer;	
}
  
#map_nav li.top0:hover a.level_one{
    background: url(../images/maps/tab_lt_0_hover.gif) no-repeat top left;
	color:#e11804;
	cursor: pointer;
}

#map_nav li.top1{
	background: url(../images/maps/tab_rt_1.gif) no-repeat top right;
	cursor: pointer;
}
  
#map_nav li.top1 a.level_one{
    background: url(../images/maps/tab_lt_1.gif) no-repeat top left;
	cursor: pointer;	
}
  
#map_nav li.top1:hover{
    background: url(../images/maps/tab_rt_1_hover.gif) no-repeat top right;
	cursor: pointer;	
}
  
#map_nav li.top1:hover a.level_one{
    background: url(../images/maps/tab_lt_1_hover.gif) no-repeat top left;
	cursor: pointer;
}

#map_nav li.top2{
	background: url(../images/maps/tab_rt_2.gif) no-repeat top right;
	cursor: pointer;
}
  
#map_nav li.top2 a.level_one{
    background: url(../images/maps/tab_lt_2.gif) no-repeat top left;
	cursor: pointer;	
}
  
#map_nav li.top2:hover{
    background: url(../images/maps/tab_rt_2_hover.gif) no-repeat top right;
	cursor: pointer;	
}
  
#map_nav li.top2:hover a.level_one{
    background: url(../images/maps/tab_lt_2_hover.gif) no-repeat top left;
	cursor: pointer;
}


#map_nav li.top3{
	background: url(../images/maps/tab_rt_3.gif) no-repeat top right;
	cursor: pointer;
}
  
#map_nav li.top3 a.level_one{
    background: url(../images/maps/tab_lt_3.gif) no-repeat top left;
	cursor: pointer;	
}
  
#map_nav li.top3:hover{
    background: url(../images/maps/tab_rt_3_hover.gif) no-repeat top right;
	cursor: pointer;	
}
  
#map_nav li.top3:hover a.level_one{
    background: url(../images/maps/tab_lt_3_hover.gif) no-repeat top left;
	cursor: pointer;
}

label, #directionsCustom div, #directionsProperty div, #drivingDirections, .boxhead {color:#333 !important;}


.viewstack{
	
}


/*End widget infotab styles*/