#paging_top_container, #paging_bottom_container {
	clear: both;
	float: left;
	background:#004F79;
	width: 520px;
}

#placemarkContainer{

	clear: both;
}

#paging_top,#paging_bottom{
	color: #FFF;
	font-weight:bold;
	clear: both;
	float: left;
	width: 500px;
	padding: 10px 15px;
}
#paging_top, #paging_bottom{
	color: #DDD;
}
#paging_top a, #paging_bottom a{
	color: #FFF;
}
.mapFilter .stepNum {
	font-size: 10px;
	font-weight:bold;
	padding-right:5px;
	color:#C7C8EB;
}
.pageCnt {
	display:block;
	width:100px;
	float:left;
}
.pageNav {
	font-size: 11px;
	display:block;
	width:300px;
	float:right;
	text-align:right;
}
.mapResults {
	clear: both;
	float: left;
	width: 520px;
}


.MapDiv {
	text-align:center;
}
.infoWindowLinks a, .infoWindowLinks a:visited, .infoWindowLinks a:hover {
	font:11px;
}
.mapOptions {

}
.mapOptions a, .mapOptions a:visited, .mapOptions a:active, .mapOptions a:hover {
	color:#FFF;
	padding:0 5px;
	font-size: 10px;
	text-decoration:none;
}
.mapOptions a:hover {
	text-decoration:underline;
}
#topbar{
	background:#E46F1F;
	color: #FFF;
	font-weight:bold;
	letter-spacing:1px;
	vertical-align:top;
	text-align:right;
	width:500px;
	float:left;
}
#mapContent {
	width: 500px;
	float:left;
	margin-bottom:30px;
}

#sidebar{
	float:left;
	clear:left;
	margin-bottom:50px;
	padding:5px; 
	width: 200px;
}

a.explorer_pagelink{
	color: #f08833;
	display: block; 
	float: left;
	padding: 1px 0px 1px 0px;
	margin: 2px;
	width: 2em;
	text-decoration: none;
	background-color: white;
	height: 14px;
}

#placemarklist{
	clear: both;
	width: 520px;
}

.infoWindowTitle{
	color: black;
	font-weight: bold;
	font-size: 11px;
}

.infoWindowDescription{
	color: black;
	margin-top: 5px;
	font-size: 10px;
	width: 300px;
	line-height: 12px;
	height: 48px;
	overflow: hidden;
}

.infoWindowDistance{
	color: black;
	margin-top: 5px;
	font-size: 10px;
	width: 300px;
	line-height: 12px;
	height: 14px;
	overflow: hidden;
	clear: both;
}

ul.infoWindowOptions{
	width: 300px;	
}

ul.infoWindowOptions li{
	list-style: none;
	display: block;
	float: right;
	padding-left: 5px;
}

ul.infoWindowOptions li a{
	color: #f08833;
	font-size: 10px;
	margin-left: 5px;
	float: right;
}

.infoWindowSeparator{
	clear: both;
	color: #000000;
	width: 100%;
}

.infoWindowAddress{
	width:200px;
	color: black;
	text-align: left;
	font-size: 10px;
	float: left;
}

.infoWindowDirections{
	width: 140px;
	float: left;
	font-size: 10px;
	text-align: left;
}

#pinned{
	background-color: white;
	margin: 2px;
	border: solid 1px #0099FF;
	color: black;
	font-size: 11px;
	text-align: center;
	float: left;
	width: 100%;
}

#pinnedHeader{
	font-size: 12px;
	font-weight: bold;
}

#pinnedContent{
	font-style:italic;
	color: #000000;
	text-align: left;
	float: left;
	width: 100%;
}

#pinned a{
	background-color: white;
	margin: 2px;
	color: black;
	font-size: 10px;
}

.pinnedElement{
	clear: both;
	float: left;
	width: 100%;
}

/******************************************************
Driving Directions Styles
*******************************************************/

.mapSectionHeader{
	background-color: white;
	color: black;
	font-weight: bold;
	padding: 15px;
}

/*
#drivingDirections{
	background-color: white !important;
	color: black;
	width: 100%;
	margin-bottom: 10px;
}

#drivingDirections .filterHeader{
	background-color: #f08833;
	color: white;
}

#ddContainer{
	width: 98%;
	padding:10px;
}

.MapExplorer_DirectionsStart,.MapExplorer_DirectionsEnd{
	clear: both;
	background-color: white;
	color: black;
	width: 100%;
}

.PlacemarkStepIcon{
	float: left;
}


.MapExplorer_DirectionsPlacemark {
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	color:#00ADEF;
	vertical-align: middle;
	display:table-cell;
	height: 32px;
	padding-left:10px;
}

.MapExplorer_Step{
	position:relative;
	width: 80%;
	padding:3px 30px;
	margin: 0px;
	float: left;
	font-size:14px;
	font-weight:bold;
	color:#F08833;
}

.google_note{
	float: left;
	font-weight: bold;
}

.MapExplorer_StepNumber{
	width: 5%;
	float: left;
	text-indent: 15px;	
}

.MapExplorer_StepDescription{
	font-size:12px;
	font-weight:normal;
	color:#000;
	line-height:12px;
	padding-left:20px;
	width:80%;
	float:left;
}

.MapExplorer_Distance{
	color:#000;
	font-size:12px;
}
*/

.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;
}

#drivingDirections{
	background:#2C73C5 url(../images/shell/gradient_liteblue1.jpg) repeat-x scroll 0 0;
	color: white;
	height: 35px;	
	margin-top: 10px;
}

#drivingDirections h3.boxHead{
	float: left;
	width: 200px;
	margin: 0px 0px 0px 12px;
	line-height: 35px;
}

#drivingDirections .ddActions{
	float: right;
	margin: 0px 10px 0px 0px;
	width: 200px;
}

.ddActions a,.ddActions span{
	color: white;
	font-size: 1.0em;
	line-height: 35px;
	float: right;
}

#ddContainer{
	width: 520px;
	margin: 8px 10px;
	background-color: white;
}



/******************************************************
END Driving Directions
*******************************************************/

/******************************************************
Category Filtere Styles
*******************************************************/


#sidebar #ListingsExplorer_CategoryFilter{
	position:relative; 
	/*width: 200px;  */
}

#sidebar #ListingsExplorer_DistanceFilter{
	position:relative; 
}


.catFilterSubcatCB{
	display: block;
	float: left;
	width:18px;
	padding-top: 3px;
	padding-right: 5px;
}

div.cbHolder{
	width: 26px;
	float: left;
	height: 18px;
	padding: 2px;
}
div.catFilterCatHeader:hover, div.catFilterCatHeader:hover *{
	cursor: pointer;
	color: #F1BC0C;
}

.catFilterCatHeader {
	cursor: pointer;
	line-height: 10px;
	font-size: 10px;
	font-weight:bold;
	padding:0 5px;
}
.showing .catFilterCatHeader {
	background:url(../images/navCollapse.gif) no-repeat 238px 5px;
}
.showing div.catFilterCatHeader, .showing div.catFilterCatHeader * {
	color: #F1BC0C;
}

.catFilterCatCB{
	float: left;
}

.catFilterSubCats{
	display: none;
}

.showing .catFilterSubCats{
	display: block;
}

.catFilterCat{
	clear: both;
	margin-bottom: 4px;
}

.catFilterCatTitle{
	line-height: 18px;
	padding:2px 5px 2px 12px;
}

.catFilterSubCat{
	clear:both;
	padding-left:10px;
	margin-bottom:2px;
}
.catFilterSubcatTitle{
	display:block;
	float:left;
	width:200px;
	line-height:14px;
	font-size: 10px;
	padding:4px 0 4px 2px;
}
/******************************************************
End of Category Filter Styles
*******************************************************/

/*********************************
Filter Styles
*********************************/

/*
.mapFilter{
	padding: 0px;
	border: solid 1px black;
	background-color: #00adef;	
	color: #fff;
	width: 100%;
	font-size: 11px;
}
*/

#topbar .mapFilter{
	background: none !important;
	width: 258px;
	padding: 4px 20px 5px 0;
	float:right;
	clear:both;
}

.mapFilter *{
	color: white;
}

.mapFilter select,.mapFilter select *{
	color: black;
}

.mapFilter a{
	color: #fff;
}

.smallSelect{
	font-size: 10px;
}

.smallOption{
	font-size: 10px;
}

.mapFilter .formreq{
	color: #fff;
}

.filterHeader{
	font-weight:bold;
	text-align:center;
	padding:8px 2px;
	margin-bottom:4px;
	color: #fff;
	border-bottom: 1px solid #fff;
	text-transform:uppercase;
}

.filterContent{
	padding:5px 10px;
}
.filterContent p {
	line-height:20px;
	padding:2px 0;
}
.filterContent #distanceFromName {
	color:#F1BC0C;
}
#sidebar .mapFilter {
	float:left;
	clear:left;
	width:248px;
}
#itineraryContent{
	margin-top: 5px;
	text-align: center;
	font-size: 10px;
}

#itineraryContainer .filterHeader{
	color: #fff;
	border-color: white;
}

/******************************************************
Distance Filter Styles
*******************************************************/

.mapFilter_DistanceFilter{
	float:left;
	clear:left;
	display: none;
}

/******************************************************
End of Distance Filter Styles
*******************************************************/

/******************************************************
Explorer Listing Styles
*******************************************************/

a.explorerListingTitle{ 
	font-size: 11px; font-weight: bold;
	color: #1D1E51;
}

.Explorer_Listing{
	font-size: 11px;
	color:#000;
	font-size: 10px;
	width: 251px;
	margin-right: 15px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: #E8E8FD;
	border: solid 1px #004F79;
}

.mapListingTop {
	text-align:left;
	padding:5px 10px;
}

.Explorer_ListingLinks{
	line-height: 18px;
	padding:5px 3px;
	text-align: center;
	background:#004F79;
	width: 245px;
}

.Explorer_ListingLinks a{
	margin-right: 10px;
	text-decoration:none;
	font-size: 10px;
	color:#FFF;
}
.Explorer_ListingLinks span {
	cursor:pointer;
	margin-right: 10px;
	font-size: 11px;
	color:#CCC;
}

.Explorer_ListingLinks a:hover{
	text-decoration:underline;
}

ol li{
	list-style-type: decimal;
}

li.evenrow{
	background-color: #DDD;
}

li.oddrow{
	background-color: #FFF;
}

/******************************************************
End Explorer Listing Styles
*******************************************************/

.itineraryElement{
	clear: both;
	min-height: 32px;
	border-bottom: dashed 1px black;
	padding-bottom: 5px;
	margin-bottom: 5px;
	text-align:left;
}

.itineraryElement a{
	line-height: 32px;
}

.tooltip{
	background-color: #005fb8;
	color: white;
	width: 200px;
	border: solid 2px white;
	padding: 3px;
	text-align: center;
}

.infoTabName  {
text-decoration: underline;
color: #03F;
	
}

a.maplink  {
text-decoration: underline;
color: #03F;
font-size: 1em;
}

a.maplink:hover { text-decoration:none; }