/*////scooter nav____*/

.scooters {
	float: left;
	margin-bottom: 30px;
	}
	
.scooters ul {	
	float: left;
	list-style: none;
	border-bottom: 1px solid #000;
	}
	
.scooters li {
	list-style-type: none;
	float: left;
	display: block;
	}
	
.scooters ul li:first-child { width: 100%; }	
	
.scooters ul a {
	float: left;
	font-size: 13px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 10px;
	}
	
.scooters ul a:hover {
	color: chocolate;
	}		
	
/*////Scooter Galleries____*/

.scooter_model {
	float: left;
	width: 100%;
	position: relative;
	margin: 20px 0;
	display: none;
	}

.scooter_name {
	float: right;
	width: 200px;
	margin-top: 100px;
	}	

.scooter_name h1{
	font-size: 42px;
	border: 0;
	font-weight: lighter;
	}
	
.scooter_name p {
	border: 0;	
	padding: 0;
	}
	
img.maker {
	width: 55px;
	border: 0;
	position: absolute;
	top: 5px;
	left: 5px;
	}	
	
.scooter_image img{
	width: 350px;
	float: left;
	}	
	
.scooter_features { 
	float: left;
	width: 635px;
	padding: 10px 15px;
	clear: both;
	margin-top: 10px;
	}
	
.scooter_features h1 {
	padding-bottom: 1px;
	border-bottom: 2px solid #000;
	margin-bottom: 5px;
	}	
	
.scooter_features ul {
	float: left;
	}	
	
.scooter_features li {
	float: left;
	clear: left;
	margin: 3px 0;
	font-size: 12px;
	}	
	
.scooter_specs {
	float: left;
	margin: 10px 0;
	clear: both;
	width: 665px;
	}	
	
.scooter_specs table {
	border-collapse: collapse;
	width: 90%;
	border: 1px solid #000;
	text-align: left;
	}	
	
.scooter_specs caption {
	font-size: 36px;
	padding: 5px;
	background-color: #000;
}	
	
.scooter_specs table td,th{
	padding: 5px;
	border-bottom: 1px solid #000;
	}	
	
.scooter_specs table th {
	background-color: #bdab8c;
	}	
			