/* hidden blocks */
.hiddenBlockNav ul{
	font-size: 0.9em;
	margin: 8px 5px 0 0;
	float: right;
	list-style: none;
}
.hiddenBlockNav li{
	float: left;
	border: 1px solid #5d84bb;
	border-top: 1px solid #3b629d;
	border-left: 1px solid #3b629d;
	margin-right: 5px;
	background: #e4f6ff;
}
.hiddenBlockNav li a{
	padding: 1px 5px;
	display: block;
}
.hiddenBlockNav li:hover a {
	text-decoration: none;
	color: #000;
}
.hiddenBlockNav li:hover {
	text-decoration: none;
	background:#abd4eb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;	
}
/* ==================== */

.qosContent {
	float: left;
	width: 567px;
	padding: 7px 0 5px 10px;	
}
.trailMapWrapper {
	width: 560px;
}

.trailMapWrapper h3 img {
	margin-bottom: 0 !important;
}
#googleMap {
	height: 340px;
}
.links {
	float: left;
	width: 270px;
}
.spaceRight {
	margin-right: 20px;
}

.listLeft{
	float: left;
	width: 222px;
}
.listRight { 
	float: left;
	width: 310px;
	background: #fff;
	margin-left: 8px;
}
.trailDetails {
	background: #e9e9e9 url(/img/trailBg.png) repeat-x;
	width: 540px;
	padding: 10px;
	margin-bottom: 10px;
}
.trailDetails ul{ 
	margin: 0 0 0 5px!important;
}
.trailDetails li:hover{ 
	background: url(/img/highlight-arrow.png) no-repeat;
}
.trailDetails ul li{ 
	padding: 4px 0 7px 0;
	margin: 2px 0!important;
}

.trailInfo {
	padding: 5px;
	background: #fff;
}
.trailTitle {
	color: #cf4e00;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 5px;
}
.location {
	font-size: 0.8em;
	color:#aaa;
	font-weight: normal;
	display: block;
}


.selected { background: url(/img/highlight-arrow.png) no-repeat; }
.selected a{ color: #cf4e00;}

span.num, span.number, .gmapsLabel { 
	font-size: 0.8em;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
span.num, span.number {
	float: left;
	margin: 0 10px;
	display: block;
	width: 19px;
	height: 15px;
	background: url(/img/bullet-off.png) no-repeat left;
}

.selected span.num { background: url(/img/bullet-on.png) no-repeat left; }
span.number{ background: url(/img/bullet-on.png) no-repeat left; margin: 0 5px 0 0;}


.clearAll {clear: both;}

ul#qosTrail {
  padding-bottom : 8px;
}