﻿.ContentArea #OneColumn
{
	width:920px;
	border:1px solid #ECECEC;
	padding:5px 19px 20px 19px;
}
h1
{
	margin-top:5px;
	font-size:16px;
	color:#000000;
	width:920px;
}

.offer
{
	width:920px;
	height:230px;
	border-bottom:1px solid #ECECEC;
	color:#000000;
	margin:10px 0px 30px 0px;
	font-size:12px;
}
.offer .offerHeader
{
	padding:0px 2px 2px 2px;
	border-bottom:1px solid #ECECEC;
	font-size:12px;
}

.offer .offerHeader .offerModelName
{
	width:900px;
	float:left;
	font-weight:bold;
}

.offer .offerHeader .length
{
	font-weight:normal;
}

.offer .offerHeader .offerPriceLength .price
{
	font-weight:bold;
}

.offer .offerClosingDate
{
	width:920px;
	text-align:right;
	padding-top:2px;
}

.offer .offerDetails
{
	width:920px;
}

.offer .offerDetails .offerImage
{

	width:300px;
	float:left;
}

.offer .offerDetails .offerKeyFeatures
{
	
	width:330px;
	float:left;
	font-weight:bold;
	font-size:12px;
}
.offer .offerDetails .offerKeyFeatures ul
{
	margin:10px 0px 0px 15px;
	font-weight:normal;

}

.offer .offerDetails .offerButtons
{
	margin-top:170px;
	font-weight:bold;
	width:170px;
	float:right;
	font-size:12px;
}
.offer .offerDetails .offerButtons ul
{
	list-style-image:url(../Image/common/link_arrow.gif);
}
.offer .offerDetails .offerButtons ul li
{
	margin:3px 0px;
}

.options 
{
	margin:5px;
	overflow:hidden;
	border-top:1px solid #ECECEC;
	
}

.optionsHeader
{
	background-image:url(../Image/common/arrow_right.gif);
	background-position:right center;
	background-repeat:no-repeat;
	width:440px;
	padding:3px 0px;
	border-bottom:1px solid #ECECEC;
	color:#999EA2;
	cursor:pointer;
	
}

.optionsHeaderSelected
{
	background-image:url(../Image/common/arrow_down.gif);
	background-position:right center;
	background-repeat:no-repeat;
	padding:3px 0px;
	width:440px;
	color:#999EA2;
	cursor:pointer;
}

.options input
{
	margin-right:5px;
}
#generalTermsAndConditions
{
	border-top:1px solid #ECECEC;
	padding-top:15px;
	margin-top:10px;
}

#generalTermsAndConditions a
{
	color:#D31145;
	text-decoration:underline;
}

.viewOtherLink p
{
	color:#000000;
	margin:5px 0px;
}