

#dashtable table
{
	margin-top: 0px;
	margin-left: 65px;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #ccc;
	width:312px
	}


#specs06 table
{	
	float: left;
	width: 600px;
}
	

#dashtable td{
	padding: 2px;
}

#dashtable th
{
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

div#bikeimage img{
	margin-top:2px;
	margin-left:2px;
}

div#bikeimage h1 { display: none; }


div#biketextpanel {
	/*position:absolute; */
	margin-top:8px;
	width:175px;
	float: left;
}

html>body div#biketextpanel {
	/* Correct value for browsers that don't suffer from IE Win's bugs */
	margin-top:0px;
	min-height: 400px;
	}
	


div#biketextpanel p {
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	font-size: 11px;
}

div#bikeimagemenu {
	width: 600px;
	height: 24px;
	margin: 0;
	background: #333;
}

div#bikeimagemenu ul#link	{
	margin: 3px 0 0 3px;
	padding: 0;
	position: absolute;
	color: #ccc;
	}

div#bikeimagemenu ul#link li {
	margin: 0px 0 0 0px;
	list-style: none;
/*	position: absolute; */
	top: 0;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}

ul#link li, ul#link a {
	height: 22px;
	display: inline;
	padding: 5px 4px 5px 4px;
	}

div#bikeimagemenu ul#link li a {
	text-decoration: none;
	color: #ccc;
}

div#bikeimagemenu ul#link a:hover {
	color: #333;
	background: #f60;
}

ul#link li.urhere {
	color: #000000;
	background: #999999;
}

