/*******************************
*	Main area borders
********************************/

#topBorder
{
	background-image: url('images/usedVehicleDetails/borderTop.gif');
	background-position: top left;
	background-repeat: repeat-x;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 1px;
}

#leftBorder
{
	background-image: url('images/usedVehicleDetails/borderLeft.gif');
	background-position: top left;
	background-repeat: repeat-y;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 4px;
	height: 100%;
}

#rightBorder
{
	background-image: url('images/usedVehicleDetails/borderRight.gif');
	background-position: top right;
	background-repeat: repeat-y;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 4px;
	height: 100%;
}

#bottomBorder
{
	background-image: url('images/usedVehicleDetails/borderBottom.gif');
	background-position: top left;
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 6px;
}

#topLeftCorner
{
	background-image: url('images/usedVehicleDetails/cornerTopLeft.gif');
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 6px;
	height: 8px;
}

#topRightCorner
{
	background-image: url('images/usedVehicleDetails/cornerTopRight.gif');
	background-position: top right;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 6px;
	height: 8px;
}

#bottomLeftCorner
{
	background-image: url('images/usedVehicleDetails/cornerBottomLeft.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 6px;
	height: 8px;
}

#bottomRightCorner
{
	background-image: url('images/usedVehicleDetails/cornerBottomRight.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 6px;
	height: 8px;
}


/*******************************
*	Email form white box
********************************/

#whiteTopBorder
{
	background-image: url('images/usedVehicleDetails/formBorderHorizontalTop.gif');
	background-position: top left;
	background-repeat: repeat-x;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 1px;
}

#whiteLeftBorder
{
	background-image: url('images/usedVehicleDetails/formBorderVerticalLeft.gif');
	background-position: top left;
	background-repeat: repeat-y;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 4px;
	height: 100%;
}

#whiteRightBorder
{
	background-image: url('images/usedVehicleDetails/formBorderVerticalRight.gif');
	background-position: top right;
	background-repeat: repeat-y;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 4px;
	height: 100%;
}

#whiteBottomBorder
{
	background-image: url('images/usedVehicleDetails/formBorderHorizontalBottom.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 6px;
}

#whiteTopLeftCorner
{
	background-image: url('images/usedVehicleDetails/formCornerTopLeft.gif');
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 6px;
	height: 8px;
}

#whiteTopRightCorner
{
	background-image: url('images/usedVehicleDetails/formCornerTopRight.gif');
	background-position: top right;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 6px;
	height: 8px;
}

#whiteBottomLeftCorner
{
	background-image: url('images/usedVehicleDetails/formCornerBottomLeft.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 6px;
	height: 8px;
}

#whiteBottomRightCorner
{
	background-image: url('images/usedVehicleDetails/formCornerBottomRight.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 6px;
	height: 8px;
}

/*******************************
* Containers
********************************/

#usedVehicleDetailsMain
{
	position: relative; 
	width: 792px;
	height: 100%; 
	left: -8px;
}

#mainHeading
{
	margin-bottom: 5px;
	position: relative; 
	background-color: #F2F2FA; 
	height: 45px;
}

#vehicle 
{
	position: absolute;
	top: 2px;
	left: 15px;
	color: #2C73FE;
	font-size: 18px;
	width: 600px;
	font-weight: normal;
}

#dealerDistance
{
	position: absolute;
	bottom: 7px;
	left: 15px;
	font-size: 11px;
}

#price
{
	position: absolute;
	top: 2px;
	right: 15px;
	color: #23377C;
	font-size: 27px;
	font-weight: normal;
}

#carImages
{
	margin-left: 2px;
	height: 138px;
}

.carImage
{
	border: 1px solid #6876A5; 
	width: 201px; 
	float: left;
	margin-right: 10px;
}

#imagesButtons
{
	width: 120px;
	float: right;
}

#mainDetails
{
	float: left;
	width: 545px;
	height: 350px;
	padding-left: 20px;
	padding-right: 20px;
}

.topBorderDetails
{
	background-image: url('images/usedVehicleDetails/borderTop.gif');
	background-position: top left;
	background-repeat: repeat-x;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 580px;
	height: 1px;
}

.bottomBorderDetails
{
	background-image: url('images/usedVehicleDetails/borderBottom.gif');
	background-position: top left;
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 580px;
	height: 6px;
}

.detailsHeading
{
	font-size: 16px;
	font-weight: bold;
	color: #23377C;
}

#vehicleDetails
{
	position: absolute;	
	top: 5px;
	left: 15px;
	width: 240px;
}

.vehicleDetailsTable
{
	width: 230px;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

.vehicleDetailsTableCell
{
	font-size: 12px;
	padding: 3px;
	margin: 0;
	margin-left: 4px;
	border-collapse: collapse;
	border: 1px solid black;
	background: #FFF;
}

#dealerDetails
{
	font-size: 12px;
	width: 250px;
	position: absolute;
	top: 5px; 
	left: 300px;
}

#buttonFindDealer
{
	cursor: hand; 
	cursor: pointer;
	position: absolute;
	top: 50px; 
	right: -10px;
}

.openingTimesVehicleDetails td
{
	font-size: 12px;
}

.lionUsedCars
{
	font-size: 12px;
}

.lionUsedCarsLink
{
	font-size: 12px;
	cursor: hand; 
	cursor: pointer;
	font-weight: bold;
	color: #2699DE;
}

/*********************************
* Finance section
**********************************/

#financeDetails
{
	position: relative;
	float: left;
	width: 585px;
	height: 246px;
	margin-top: 6px;
	background-color: #cacac8;
	color: #000000;
}

.financeOuter
{
	width: 280px;
}

#financeDetails td
{
	font-size: 11px;
	line-height: 18px;
}

.financeInnerTable
{
	width: 275px;
	margin: 2px;
	margin-bottom: 20px;
}

.financeInnerTable td
{
	margin-bottom: 20px;
}

.aprFont
{
	font-size: 24px;
}

.financeHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0d348f;
	font-weight: bold;
	text-decoration: underline;
}

.financeTermsLink
{
	font-size: 9px;
	color: black;
}

#topBorderFinance
{
	background-image: url('contentImages/Q1 10/financebordertop.gif');
	background-position: top left;
	background-repeat: repeat-x;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 1px;
}

#leftBorderFinance
{
	background-image: url('contentImages/Q1 10/financeborderleft.gif');
	background-position: top left;
	background-repeat: repeat-y;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 4px;
	height: 100%;
}

#rightBorderFinance
{
	background-image: url('contentImages/Q1 10/financeborderright.gif');
	background-position: top right;
	background-repeat: repeat-y;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 4px;
	height: 100%;
}

#bottomBorderFinance
{
	background-image: url('contentImages/Q1 10/financeborderbottom.gif');
	background-position: top left;
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 6px;
}

#topLeftCornerFinance
{
	background-image: url('contentImages/Q1 10/financecornertopleft.gif');
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 6px;
	height: 8px;
}

#topRightCornerFinance
{
	background-image: url('contentImages/Q1 10/financecornertopright.gif');
	background-position: top right;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 6px;
	height: 8px;
}

#bottomLeftCornerFinance
{
	background-image: url('contentImages/Q1 10/financecornerbottomleft.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 6px;
	height: 8px;
}

#bottomRightCornerFinance
{
	background-image: url('contentImages/Q1 10/financecornerbottomright.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 6px;
	height: 8px;
}

/*********************************
* Email form
**********************************/

#emailForm
{
	float: left;
	width: 585px;
	height: 226px;
	margin-top: 6px;
}

#innerEmailForm
{
	position: relative;
	margin: 10px;
	margin-bottom: 15px;
	background: white;
	width: 565px;
	height: 204px;
}

.emailTopBorder
{
	background-image: url('images/usedVehicleDetails/borderTop.gif');
	background-position: top left;
	background-repeat: repeat-x;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 1px;
}

.emailBottomBorder
{
	background-image: url('images/usedVehicleDetails/borderBottom.gif');
	background-position: top left;
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 6px;
}

/*********************************
* Features bullet list on right
**********************************/

#subDetails
{
	margin-left: 5px;
	float: right;
	width: 190px;
	padding: 5px;
	overflow: hidden;
}

.topBorderSubDetails
{
	background-image: url('images/usedVehicleDetails/borderTop.gif');
	background-position: top left;
	background-repeat: repeat-x;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 1px;
}

.leftBorderSubDetails
{
	background-image: url('images/usedVehicleDetails/borderLeft.gif');
	background-position: top left;
	background-repeat: repeat-y;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 4px;
	height: 100%;
}

.rightBorderSubDetails
{
	background-image: url('images/usedVehicleDetails/borderRight.gif');
	background-position: top right;
	background-repeat: repeat-y;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 4px;
	height: 100%;
}

.bottomBorderSubDetails
{
	background-image: url('images/usedVehicleDetails/borderBottom.gif');
	background-position: top left;
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 6px;
}

.featuresList
{
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
}

.dottedLine
{
	margin-top: 6px; 
	width: 100%; 
	height: 2px; 
	background-image: url('images/usedVehicleDetails/dashedLine.gif'); 
	background-position: bottom left; 
	background-repeat: repeat-x;
}

#message
{
	width: 450px;
}

/*********************************
* Finance T&Cs at the bottom of the screen
**********************************/

.financeTerms
{
	margin-top: 20px;
	position: relative;
	float: left;
	width: 750px;
	color: black;
	font-size: 11px;
}

/*********************************
* Finance T&Cs in the popup
**********************************/

.financeTermsPopup
{
	width: 575px; 
	margin-left: 15px; 
	font-size: 12px;
}