<!--
.facts {
	font-size: 11pt;
	color:#000;
}

/** Tabs **/

div.factsintro{
	height:20px;
	background: #99cccc url(/img/thlite.png) no-repeat left top;
	background-position:-1px -23px;
	border: 1px solid #999;
	border-top:0;
	border-left:0;
	text-align:left;
	font-size:12px;
	color:#666;
	padding:5px 0 0 10px;
}
div.factsintro span{	
	background:url(/img/arrow.png) left center no-repeat;
	padding-left:14px;
}
div.tabwrap{
	background:url(/img/zzbgground/tabline.png) bottom left no-repeat;
	height:24px;
}
ul.tabs{
	padding:0;
	margin:0 0 0 164px;
	list-style:none;
	position:relative;
}
ul.tabs li{
	float:left;
	padding:3px 4px 0px 4px;
	margin:0;
	height:20px;
	border:1px solid #ddd;
	border-bottom:0;
	width:76px;
	text-align:center;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
}
ul.tabs li.desel{
	height:20px;
	border:0;
}
ul.tabs li span{
	display:none;
}
ul.tabs li.sel{
	background:url(/img/thlite.png) left top no-repeat;
	background-position:-1px -1px;
	border:1px solid #333;
	border-bottom:0;
	font-weight:bold;
}

ul.tabs a, ul.tabs a:visited, ul.tabs a:hover{
	color:#666;
	text-decoration:none;
	display:block;
}
ul.tabs li.sel a, ul.tabs li.sel a:visited, ul.tabs li.sel a:hover{
	color:#111;
	cursor:default;
}
ul.tabs a:hover{
	color:#000;
}

/** Facts **/

#factswrapper{
	border: 1px solid #999;
	border-top:0;
	padding:4px;
	background-color:#fefefe;
}
#factswrapper .factsgroup{
	display:none;
}
#factswrapper .sel{
	display:block;
}

/** Distance table **/

table.distance{
	border-collapse: collapse;
	width: 100%;
}
table.distance a:visited{
	color:#000;
}
table.distance td, table.distance th {
	border: 1px solid #73afb7;
	padding: 3px 5px 2px 5px;
	font-size: 1em;
}
table.distance th {
	background: url(/img/th.png) no-repeat left top;
	color: white;
	border-color: #14556b;
}
table.distance tr.even {
	background: url(/img/td.png) no-repeat left top;
}
table.distance tr.over {
	background: url(/img/th.png) 0 -10px;
}
table.distance .mi,
table.distance .km{
	text-align:right;
}
.source {
	margin-top:10px;
	font-size: 9px;
	text-align:right;
	color:#000;
}

/** other tabs tables **/
.focusr {
	color: #336699;
	text-align: right;
	vertical-align:top;
}
.focusl {
	color: #336699;
	text-align: left;
}
-->
