#category{
	color: #004B8C;
	padding-bottom: 0px;
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 1.7em;
}
#category p{
}
#category select{
	font-weight: normal;
	color: #004B8C;
}

#vehicle{
}

#vehicle p.vehicletitle {
       color: #004B8C;
       padding-bottom: 0px;
       margin-bottom: 2px;
       font-weight: bold;
       font-size: 1.7em;
}

#vehicle p.vehicletitle a {
	color: #004B8C;
	font-weight: bold;
	font-size: 1.7em;
	text-decoration: underline;
}

#vehicle p.vehicletitle a:hover {
	color: #004B8C;
	text-decoration: none;
}

#vehicle p.vehicledescription{
	display: block;
	padding-top: 20px;
	width: 50%;
	color: #666666;
	font-size: 1.6em;
	line-height: 125%;
	float: left;
}
#vehicle p.vehicledescription a   {
	font-size: 1.3em;
    text-decoration:underline;
    color:#FF9900;
}
#vehicle p.vehicledescription a:hover  {
	font-size: 1.3em;
    color:#FF9900;
    text-decoration:none;
}
#vehicle p em {
	color: #004B8C;
	display: block;
	padding-top: 5px;
}

#vehicle p.photo {
	width: 50%;
	float: right;
	text-align: center;
	display: block;
}

#vehicle p.photo img {
	padding: 5px;
	border: 1px solid #cccccc;
}

#vehicle hr {
	width: 100%;
	height: 1px;
	clear: both;
	background: #CCCCCC;
	color: #cccccc;
	border: 0;
	margin: 0px;
	padding: 0px;
}