.manufacturer {
	border: 1px solid #e5e9ec;
	background: #f1f3f4;
}

.manufacturerSpacing{
	height: 15px;
	line-height: 12px;
}

.manufacturer-title {
	/*margin-left: 20px;*/
	margin-top: 0;
	padding: 0;
	background: #f9f9f9;
}

.manufacturer-title h2{
	margin-top: 0;
	font-size: 18px;
	font-weight: normal;
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.manufacturer-title .manufacturerLogo{
	float: right;
	width: 200px;
	text-align: right;
}


.manufacturer-rvs {
	padding: 10px 20px 0 20px;	
}

td.rv-td {
	background-color: white;
	border: 1px solid #cfd4d9;
}
.rv {	
	background: #fff;	
	border: 1px solid #cfd4d9;
	margin-bottom: 10px;

}

.rv table td {
	vertical-align: top;
}

.rv-title-new, .rv-title-used, .rv-title-sold {
	background: #f1f2f4;
	color: #fff;
	padding: 10px;
	text-align: left;
}

.rv-title-new{
	background: #f1f2f4 url('/images/template/browse-hdr-new.gif') top left no-repeat;
}

.rv-title-used{
	background: #f1f2f4 url('/images/template/browse-hdr-used.gif') top left no-repeat;
}

.rv-title-sold{
	background: #f1f2f4 url('/images/template/browse-hdr-sold.gif') top left no-repeat;
}

.rv-image {
	clear: both;
	margin: 20px 0 10px 8px;
}
	.rv-image img{
		border: 1px solid #eaeaea;
		padding: 1px;
		background: #fff;
	}
	div.rv-image {
		float: left;
	}

.rv-image-browse {
	float:left;
	width:150px;
	height:113px;
	margin:0px 0px 20px 20px;
	border:1px solid #d3d7dc;
	padding: 1px;
	background: #fff;
}

.rv-details {
	clear: both;
	padding: 15px 0 20px 5px;
}

.rv-model-title-browse {
	padding:10px;
	background-color:#f9f9f9;
	margin-bottom:20px;
}

.rv-details-browse {
	margin:0px 0px 0px 30px;
	width:600px;
	float:left;	
}

.rv-attributes {
	font-size: 9px;
}

.clickable {
	cursor: pointer;
}
.clickable.hover {
	cursor: pointer;
	background-color: #FAFAFA;
	border-color: #aaa;
}

.rv-image-price-container {
	clear: both;
	white-space: nowrap;
}

.rv-new {
	background: #dabcbf;
	color: #fff;
	padding: 10px;
	text-align: center;
	font-weight: bold;	
}

.rv-used {
	background: #cfd4d9;
	color: #fff;
	padding: 10px;
	text-align: center;
	font-weight: bold;	
}
div.rv-price {
	float: left;
	margin-top: 5px;
	margin-left: 15px;	
}

.no-records-found {	
}

.rv-price-value-reg {
	color:#346c9d; /* blue */
	font-size: 15px;
	font-weight: bold;	
}

.rv-price-value-msrp {
	color:#999; /* grey */
	font-size: 15px;
	font-weight: bold;
}

.rv-price-value-woodys {
	color:#d82828; /* red */
	font-size: 15px;
	font-weight: bold;
}
