.specialOffer
{
	margin: 3px 2px 2px 10px;
}
.specialOffer h3
{
	color: red;
}

/* Title Row */
.specialOffer .offerTitle .carTitle h2
{
	font-size: 200%;
	font-weight: bold;
	margin: 3px 0px;
	padding: 0px;
}
.specialOffer .offerTitle .carTitle p
{
	font-size: 120%;
	margin: 3px 0px;
	padding: 0px;
}
.specialOffer .offerTitle .priceTitle p.rrp
{
	font-size: 110%;
	font-weight: bold;
	margin: 3px 0px;
	padding: 0px;
}
.specialOffer .offerTitle .priceTitle p.salePrice
{
	font-size: 180%;
	font-weight: bold;
	margin: 3px 0px;
	padding: 0px;
}
.specialOffer .offerTitle .priceTitle p.salePrice span
{
	color: red;
}

/* Details Row */
.specialOffer .offerContent
{
	border: 1px solid #ccc;
}
.specialOffer .offerContent .offerImage
{
	overflow: hidden;
}
.specialOffer .offerContent .offerSummary
{
	color: white;
	background-color: #333;
}
.specialOffer .offerContent .offerSummary h4
{
	font-size: 180%;
	margin: 5px 0px;
	padding: 0px;
}
.specialOffer .offerContent .offerSummary h5
{
	color: #ccc;
	font-size: 120%;
	margin: 5px 0px;
	padding: 0px;
}
.specialOffer .offerContent .offerDetails
{
	border-left: 1px solid #ccc;
}
.specialOffer .offerContent .offerDetails h6
{
	font-size: 100%;
	line-height: 150%;
	margin: 5px 0px;
	padding: 0px;
}

/* Finance Example */
.specialOffer .offerFinanceExample
{
	margin: 10px 0px;
	padding: 3px;
}
.specialOffer .offerFinanceExample caption
{
	text-align: left;
	font-weight: bold;
	color: red;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 1px 0px;
}
.specialOffer .offerFinanceExample table th,
.specialOffer .offerFinanceExample table td
{
	font-size: 80%;
	border-color: #aaa;
}
.specialOffer .offerFinanceExample table thead
{
	background-color: #ccc;
}
.specialOffer .offerFinanceExample p.offerFinanceFooter
{
	font-size: 90%;
	text-align: center;
	margin: 3px 0px;
	padding: 0px;
}

/* Contact Details */
.specialOffer .offerContactDetails
{
	margin: 10px 0px;
}
.specialOffer .offerContactDetails p
{
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	margin: 3px 0px;
	padding: 0px;
}

/* Footer + Disclaimer */
.specialOffer .offerFooter
{
	margin: 10px 0px;
}
.specialOffer .offerFooter p
{
	font-size: 80%;
	text-align: center;
	margin: 3px 0px;
	padding: 0px;
}

.specialOffer .offerFooter2
{
	margin: 10px 0px;
}
.specialOffer .offerFooter2 p
{
	color: #aaa;
	font-size: 75%;
	text-align: left;
	margin: 3px 0px;
	padding: 0px;
}

/* Other Special Offers */
.specialOfferList
{
	border-top: 1px solid #eee;
	margin: 10px 0px;
	padding-top: 15px;
}
.specialOfferList caption
{
	text-align: left;
	font-weight: bold;
	color: red;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 1px 0px;
}
.specialOfferList table th,
.specialOfferList table td
{
	font-size: 80%;
	border-color: #aaa;
}
.specialOfferList table thead
{
	background-color: #ccc;
}
.specialOfferList table tbody td.offerSaving
{
	color: red;
	font-weight: bold;
}
