﻿.ContentArea #TwoColumns
{
	width:941px;
	border:1px solid #ECECEC;
	/*position:relative;*/
	padding-right:19px;	
}

#MiddleColumn
{
	width:700px;
	float:right;
}
#offers
{
	margin-top:47px;
}
#offers .noOffers
{
	color:#000000;
	text-align:center;
	width:100%;
	
}
* html #offers
{
	margin-top:53px;
}
.offer
{
	width:695px;
	height:175px;
	border-bottom:1px solid #ECECEC;
	color:#000000;
	margin-bottom:30px;
	font-size:12px
}
.offer .offerHeader
{
	padding:0px 2px 2px 2px;
	width:695px;
	border-bottom:1px solid #ECECEC;
	font-size:12px;
}

.offer .offerHeader .offerModelName
{
	width:400px;
	float:left;
	font-weight:bold;
}

.offer .offerHeader .offerPriceLength
{
	width:290px;
	float:right;
	text-align:right;
}

.offer .offerHeader .offerPriceLength .price
{
	font-weight:bold;
	font-size:14px;
}

.offer .offerClosingDate
{
	width:695px;
	text-align:right;
	padding-top:2px;
}

.offer .offerDetails
{
	width:695px;
}

.offer .offerDetails .offerImage
{
	margin-top:10px;
	width:180px;
	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:65px;
	/*position:absolute;
	bottom:0px;
	right:0px;*/
	font-weight:bold;
	width:160px;
	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;
}