#categories{
	list-style:none;
}

#categories p#Dyna a{
	background:url(/images/dyna-old.jpg) no-repeat;
	height:218px;
	width:206px;
	display:block;
	text-indent:-999em;
	float:left;
	margin:0px 0 10px 15px;

}
#categories p#Buell a{
	background:url(/images/buell-motorcycle.jpg) no-repeat;
	height:218px;
	width:179px;
	display:block;
	text-indent:-999em;
	float:left;
	margin:0px 0 10px 15px;

}
#categories p#Softail a{
	background:url(/images/softail-old.jpg) no-repeat;
	height:218px;
	text-indent:-999em;
	width:179px;
	display:block;
	float:left;
	margin:0px 0 10px 45px;

}
.vehiclenophoto {
	text-align:center;
	width:200px;
	border:1px solid #F38121;
}
.vehiclenophoto img {
	
}
#categories p#Sportster a{
	background:url(/images/sportster-old.jpg) no-repeat;
	text-indent:-999em;
	height:218px;
	width:180px;
	display:block;
	float:left;
	margin:0px 0 10px 60px;

}

#categories p#Touring a{
	background:url(/images/touring-old.jpg) no-repeat;
	height:218px;
	width:206px;
	display:block;
	text-indent:-999em;
	float:left;
	margin:0px 0 10px 15px;

}

#categories p#VRSC a{
	background:url(/images/vrsc-old.jpg) no-repeat;
	height:218px;
	width:211px;
	text-indent:-999em;
	float:left;
	margin:0px 0 10px 45px;
}


.vehiclelist{
	width:500px;
	float:right;
	background:url(/images/categories-repeat.jpg) repeat-y;
	border:1px solid #fe8622;
	/*padding:5px;*/
	margin-bottom:18px;
}

.vehiclelist h4{
	text-indent:8px;
	padding:6px 0;
	margin:0;
	color:#fe8622;
	text-transform:uppercase;
	border-bottom:1px solid #fe8622;
}

.vehicle{
	width:200px;
	float:left;
	margin-bottom:18px;
}

.vehiclelist p{
	padding:5px;
}

.pagination{
	color:#fe8622;
	margin:10px 0;
}

.photolist h4{
	color:#fe8622;
	text-transform:uppercase;
}

#vehicletable h4{
	text-transform:uppercase;
	color:#fe8622;
	margin:0 0 10px 0;

}







#vehicleenquiry { /* the vehicleenquiry form sits inside this div */
	width: 98%;
}

form#vehicleenquiry p {
	width: 100%;
	clear: both;
	font-size:0.95em;
	text-align:left;
	border-bottom: 1px solid #424242;

}

form#vehicleenquiry p label {
	width: 18%;
	float: left;
}

form#vehicleenquiry p input, form#vehicleenquiry p textarea, form#vehicleenquiry p select {
	float: right;
	width: 80%;
	margin:0 0 4px 0;
	border:1px solid #F07F1E;
	background-color:#BFBFBF;
}

form#vehicleenquiry #submit {
	height:23px;
	width:90px;
	height:41px;
	background:url(/images/submit.jpg) no-repeat;
	border:none;
	_cursor:hand;
	cursor:pointer;
}

.vechile-details-wrapper{
	width:500px;
	float:right;
}

.photolist{
	position:relative;
	top:-12px;
	float:left;
}

.photolist h4{
	position:relative;
	top:5px;
}


.photolist a img{
	border:1px solid #fe8622;
}

fieldset legend{
	text-transform:uppercase;
	color:#fe8622;
	font-weight:bold;
	font-size:0.9em;	
}

fieldset{
	border:1px solid #F07F1E;
}

#vehicletable {
	margin:10px 0;
	width:490px;
}

#vehicletable tr td strong{
	font-size:0.8em;
	text-transform:uppercase;
}

#vehicletable tr td{
	background:#434343 url(/images/bikes-dets.jpg) repeat-x;
	border-bottom:1px solid #fe8622;
	padding:2px;	
}

p#back-button a{
	text-indent:-999em;
	height:36px;
	display:block;
	width:65px;
	position:relative;
	top:-5px;
	left:144px;
	background:url(/images/back.jpg) no-repeat
}

p#details a{
	text-indent:-999em;
	height:36px;
	display:block;
	width:73px;
	background:url(/images/details.jpg) no-repeat
}

.vechile-details-wrapper #vehicletable tr td.comments{
	border-top:1px solid #fe8622;
	background:#464646 url(/images/comments-bg.jpg) repeat-x;
}