

.vehicle .masthead
{
	position: relative;
	width: 960px;
	height: 575px;
}


.vehicle .content
{
	position: relative;
	z-index: 10000;
}

.varient-brief
{
	background-color: #f6f6f6;
	padding: 175px 15px 15px 15px;
}

.varient-brief strong
{
	color: #b11115;
	font-size: 1.2em;
	line-height: 1.4em;
	text-transform: uppercase;
	display: block;
}

.varient-brief img
{
	position: absolute;
	top: 0;
	left: 0;
}


.varient-brief ul
{
	margin: 1em 0 1.5em 0;
}

.content ul.specs-brief li
{
	background: none;
	padding-left: 0;
}
.specs-brief li span
{
	color: #b11115;
}








.comment .avatar
{
	float: left;
	border: 1px solid #858585;
	margin-right: 15px;
}

.commentbody
{
	display: block;
	clear: left;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #666;
	position: relative;
	text-indent: 1em;
	margin-top: 1em;
	text-align: justify;
}


.commentbody span:before
{
	content: open-quote;
}

.commentbody span:after
{
	content: close-quote;
}


.comment .author
{
	color: #b11115;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 50px;
}

.comment .date,
.comment .more,
.comment br
{
	display: none;
}


.v-media .image
{
	float: left;
	width: 215px;
	margin-right: 2em;
}

.v-media .video
{
	float: left;
	width: 215px;
}

.vid-wrapper
{
	width: 215px;
	height: 160px;
	background: #656768;
}

.vid-wrapper .poster-image
{
	margin: 1px;
}

.vid-wrapper p
{
	color: #fff;
	text-align: center;
}

.lease-promo img
{
	float: left;
	margin: 0 2em 2em 0;
}




/**
 *	Dealers
 */

ul.dealers
{
	border-top: 1px dotted #ccc;
	padding-top: 3px;
}

ul.dealers li
{
	padding-top: 3px;
}

ul.dealers,
ul.dealers li
{
	list-style: none;
	margin-left: 0;
	position: static;
	left: 0;
}


.dealer .rowhead
{
	float: left;
	display: block;
	width: 10em;
	font-weight: normal;
	color: #b11115;
}

.dealer .rowcontent
{
	margin-left: 10em;
	border-left: 1px dotted #dedede;
	padding-left: 1em;
}

ul.dealers li a
{
	color: #b11115;
	text-decoration: none;
}

.dealer a:hover
{
	color: #b11115;
	text-decoration: underline;
}

/* promo box */
.promo.feature p
{
	line-height : 1.8em;
}