/*insurance details */
	.financeVehicleHidden
		{
			visibility: hidden;
		}
	.financeVehicle
		{
			visibility: visible;
		}
	.financeVehicleError
		{
			visibility: visible;
		}
	.financeVehicleError #financeText
		{
			color: red;
		}

#insurancesel {
float:left;
width:845px;
height:340px;
margin:0 0 0 0;
width:845px;
padding:20px 10px 10px 10px;
padding-left:20px;
background: url(graphics/codewaversInsurance.gif) top left no-repeat;

}



#view-finance {
	float:left;
	width:845px;
	padding:10px;
	padding-left:20px;
	margin:0;
	background: url(graphics/codewaversInsurance.gif) top left no-repeat;
	
	
	}
	
.financeeach {
width:250px;
float:left;
margin-left:8px;
margin-top:6px;
}

.finance-type {
background-color:#000000;
color:#FFFFFF;
padding:2px;
font-size:14px;}
	
	/*finance options*/

.financeOptions {
position:relative;
width:795px;
float:left;
clear:both;
padding:5px;
height:50px;
padding-top:15px;
padding-left:90px;
padding-bottom:30px;
margin-top:5px;
margin-left:0px;
margin-bottom:6px;
color:#000;
background: url(graphics/codewaversFinanceTop.gif) top left no-repeat;
font-size:12px;

}

.financeOptions h2 {
font-size:14px;
font-weight:700;
margin-bottom:6px;
}



#financego {
width:128px;
height:34px;
position:absolute;
top:30px;
left:630px;
z-index:700;
}


#financeDeposit {
width:50px;
}


.viewfinanceitem {
width:250px;
float:left;
height:290px;
}

.viewfinanceitem input {
padding:2px 4px 2px 4px;
background:#010066;
color:#FFFFFF;
text-align:center;
font-weight:700;
}
.viewfinanceitem td {
padding:1px;
}
#view-finance b {
float:left;
clear:both;
font-size:16px;
font-weight:700;
}
.viewfinanceitem b {
float:none;
clear:inherit;
font-size:12px;
font-weight:normal;
}
	



.companyLogo
{
	float: left;
	height: 75px;
	width: 170px;
}

.insuranceValues
{
	float: left;
	height: 65px;
	margin-top: 10px;
	width: 290px;
	padding-left:10px;
}

.insButtons
{
	float: left;
	height: 75px;
	width: 250px;
}


.insButtons input {
width:150px;
border:#fff 1px solid;
background-color:#000066;
color:#FFFFFF;
float:left;
}

.keyfacts  {
display:block;
float:right;
height:31px;
width:65px;
clear:right;
margin-top:-10px;
}

.keyfacts  img {
border:0;
}


.monthlyValue
{
	font-size: 14px;
}

.annualValue
{
	font-size: 14px;
}

.insPrice
{
	font-size: 14px;
	font-weight: bold;
}
/*Update insurance details link on view.asp*/
#insuranceEdit {
float:left;
clear:both;
width:800px;
padding:2px;
text-align:center;
background-color:#ff6600;
text-decoration:none;
font-size:16px;
color:#FFFFFF;
}

#insuranceEdit:hover {

background-color:#000;
text-decoration:none;
}

