﻿
/*Search Pages*/
div#availableVehicles, div#details
{
	background: #deeefa;
	padding: 10px;
}

div#detailsHeader
{
	position: relative;
}

div#detailsHeader img#contactSeller
{
	position: absolute;
	top: 0;
	right: 20px;
}
.ContactSeller
{
	position: absolute;
	top: 0;
	right: 20px;
}

h1#detailsTitle
{
	text-transform: capitalize;
	margin: 0;
	margin-left: 20px;
	margin-top: 20px;
	font-size: 18px;
}

h2#detailsPrice
{
	text-transform: capitalize;
	margin: 0;
	margin-left: 20px;
	font-size: 18px;
	color: #8c0c04;
}

span.detailsIncentive
{
	font-size: 12px;
	text-transform: lowercase;
	font-weight: bold;
}

div#leaseThisFor
{
	width: 310px;
	background: #274261;
	color: White;
}

div#leaseThisFor p
{
	line-height: 20px;
	margin: 10px;
}

div#leaseDetails
{
	width: 310px;
	background: #ffffff;
	margin-top: 10px;
}

div#leaseDetailsContent
{
	margin: 10px;
}

div#leaseDetailsContent table
{
	margin: 5px 0;
}

div#leaseDetailsContent table tr td
{
	padding: 1px 0;
	vertical-align: top;
}

div#leaseDetailsContent h2, div#sellerComments h2, div.containerPadding h2
{
	font-size: 12px;
	color: #13659d;
	font-weight: bold;
}

div#detailsImg
{
	width: 250px;
	height: 188px;
	overflow: hidden;
	background: #deeefa;
}

div#imgScroll
{
	height: 60px;
	width: 250px;
	margin-top: 10px;
	background: #deeefa;
}

div#addAskShare
{
	margin-top: 10px;
	width: 250px;
	/*height: 100%;*/
}

div#addAskShare table
{
	/*height: 100%;*/
}

div#addAskShare table#askShareTbl tr td
{
	padding: 7px;
	vertical-align: middle;
}

div#sellerComments, div#vehicleFeatures
{
	margin-top: 10px;
}

div#vehicleLocation
{
	width: 250px;
	margin-top: 10px;
}

div#vehicleFeatures
{
	width: 570px;
}

div.containerPadding
{
	margin: 10px;
}

ul.equipmentList li
{
	float: left;
	width: 33%;
}

/*details strech*/
table#outterDetails
{
	width: 570px;
}
table#outterDetails td
{
	border: solid 1px black;
}


	
	
	
	
	
	