@import url(./sub/auto2-common.css);
@import url(./sub/GalleryPane.css);
@import url(./sub/PaymentCalculatorPane.css);
@import url(./sub/NextStepsPane.css);
@import url(./sub/SimilarVehiclesPane.css);

@import url(./sub/ShareLinkPane.css);

@import url(./sub/VehicleFormPaneBase.css);
@import url(./sub/MakeAnOfferFormPane.css);

.auto2-inventorydetails {
	background-color: #ffffff;
}

.auto2-inventorydetails #inventorydetails-container {
	padding: 6px 0px;
}

.auto2-inventorydetails .visibility-hidden {
	visibility: hidden;
}

.auto2-inventorydetails #inventorydetails-container .inventorydetails-table {
	margin: 0px auto;
}

.auto2-inventorydetails .inventorydetails-table td {
	vertical-align: top;
}

.auto2-inventorydetails .inventorydetails-table .column-spacer {
	width: 10px;
}

.auto2-inventorydetails .inventorydetails-table .left-column {
	width: 330px;
}

.auto2-inventorydetails .inventorydetails-table .middle-column {
	width: 405px;
}

.auto2-inventorydetails .inventorydetails-table .right-column {
	width: 215px;
}

.auto2-inventorydetails .dealerdescription-pane,
.auto2-inventorydetails .dealerdescription-pane .pane-inner,
.auto2-inventorydetails .dealerdescription-pane .pane-content {
	background-image: url("/images/000/auto2/dealerdescbg.gif");
	background-repeat: no-repeat;
}

.auto2-inventorydetails .dealerdescription-pane {
	width: 330px;
	background-position: 0 0;
	margin-bottom: 20px;
}

.auto2-inventorydetails .dealerdescription-pane .pane-inner {
	background-position: -660px bottom;
	padding: 6px 0;
}

.auto2-inventorydetails .dealerdescription-pane .pane-content {
	background-position: -330px 0;
	background-repeat: repeat-y;
	padding: 0 6px;
}

.auto2-inventorydetails .dealerdescription-pane .pane-title {
	font-size: 14px;
	font-weight: bold;
}

.auto2-inventorydetails .mainvehiclename-pane {
	font-size: 21px;
	color: black;
	font-weight: bold;
	padding: 0 6px;
	margin: 0;
}

.auto2-inventorydetails .maindetails-pane,
.auto2-inventorydetails .maindetails-pane .pane-inner,
.auto2-inventorydetails .maindetails-pane .pane-content {
	background-image: url("/images/000/auto2/maindetailsbg.gif");
	background-repeat: no-repeat;
}

.auto2-inventorydetails .maindetails-pane {
	width: 405px;
	background-position: 0 0;
	margin-bottom: 20px;
}

.auto2-inventorydetails .maindetails-pane .pane-inner {
	background-position: -810px bottom;
	padding: 6px 0;
}

.auto2-inventorydetails .maindetails-pane .pane-content {
	background-position: -405px 0;
	background-repeat: repeat-y;
	padding: 2px 8px;
}

.auto2-inventorydetails .maindetails-pane .maindetails-table {
	width: 100%;
}

.auto2-inventorydetails .maindetails-pane .maindetails-table .spacer {
	margin: 4px;
	text-align: center;
	vertical-align: middle;
}

.auto2-inventorydetails .maindetails-pane .maindetails-table .details-mpg-info {
	width: 50%;
}

.auto2-inventorydetails .maindetails-pane .details-mpg-table {
	width: 140px;
	height: 95px;
	background-image: url("/images/000/auto2/mpginfobg.gif");
	margin-bottom: 8px;
	table-layout: fixed;
}

.auto2-inventorydetails .maindetails-pane .details-mpg-table .mpgdisplay {
	width: 51px;
	height: 53px;
	text-align: center;
	vertical-align: middle;
}

.auto2-inventorydetails .maindetails-pane .details-mpg-table .spacer {
	width: 38px;
}

.auto2-inventorydetails .maindetails-pane .details-mpg-table .mpgdisplay .label {
	font-size: 9px;
	line-height: 9px;
	font-weight: bold;
	color: white;
	border: 0;
}

.auto2-inventorydetails .maindetails-pane .details-mpg-table .mpgdisplay .mpg-text {
	font-size: 16px;
	font-weight: bold;
	color: black;
	border: 0;
}

.auto2-inventorydetails .maindetails-pane .details-mpg-table .disclaimer-text {
	font-size: 9px;
	line-height: 10px;
	color: white;
	text-align: center;
	vertical-align: middle;
    height: 42px;
}

.auto2-inventorydetails .maindetails-pane .maindetails-table .totalsavings-display .label,
.auto2-inventorydetails .maindetails-pane .maindetails-table .msrp-display .label {
	font-size: 12px;
}

.auto2-inventorydetails .maindetails-pane .maindetails-table .totalsavings-display .value,
.auto2-inventorydetails .maindetails-pane .maindetails-table .msrp-display .value {
	font-weight: bold;
	font-size: 14px;	 
	line-spacing: 14px;
}

.auto2-inventorydetails .maindetails-pane .maindetails-table .sellingprice-display .label,
.auto2-inventorydetails .maindetails-pane .maindetails-table .sellingprice-display .value {
	color: red;
	font-size: 18px;
	line-spacing: 18px;
	font-weight: bold;
}

.auto2-inventorydetails .maindetails-pane .maindetails-table .info-links {
	margin-top: 14px;
	font-size: 10px;
}

.auto2-inventorydetails .maindetails-pane .maindetails-table .carfaxlink,
.auto2-inventorydetails .maindetails-pane .maindetails-table .info-links .link {
	color: #38c;
	cursor: pointer;
}

.auto2-inventorydetails .maindetails-pane .maindetails-table .vehicle-details-table {
	margin: 4px 0;
}

.auto2-inventorydetails .maindetails-pane .maindetails-table .vehicle-details-table .column1Narrow {
	width: 42%;
}
.auto2-inventorydetails .maindetails-pane .maindetails-table .vehicle-details-table .column1Equal {
	width: 50%;
}

.auto2-inventorydetails .maindetails-pane .maindetails-table .vehicle-details-table .vehicle-property-title {
	margin: 0 6px;
	font-size: 16px;
	font-weight: bold;
}

.auto2-inventorydetails .maindetails-pane .maindetails-table .vehicle-details-table .vehicle-property,
.auto2-inventorydetails .maindetails-pane .maindetails-table .vehicle-details-table .vehicle-property-details {
	margin: 0 12px;
	font-size: 12px;
}

.auto2-inventorydetails .maindetails-pane .maindetails-table .vehicle-details-table .vehicle-property .label {
	font-weight: bold;
}

.auto2-inventorydetails .maindetails-pane .vehicle-logos img {
	margin-bottom:10px;
	vertical-align: middle;
}

.auto2-inventorydetails .features-tabs-pane {
	margin-bottom: 20px;
}

.auto2-inventorydetails .features-tabs-pane .features-tabs-bar {
	overflow: hidden;
	padding-left: 5px;
}

.auto2-inventorydetails .features-tabs-pane .features-tabs-bar .tab-outer,
.auto2-inventorydetails .features-tabs-pane .features-tabs-bar .tab-inner,
.auto2-inventorydetails .features-tabs-pane .features-tabs-bar .tab-content {
	background-image: url("/images/000/auto2/featurestabssprites.gif");
	background-repeat: no-repeat;
}

.auto2-inventorydetails .features-tabs-pane .features-tabs-bar .tab-outer {
	background-position: 0 0;
	float: left;
	cursor: pointer;
}

.auto2-inventorydetails .features-tabs-pane .features-tabs-bar .tab-inner {
	background-position: right -50px;
	padding: 0 6px;
}

.auto2-inventorydetails .features-tabs-pane .features-tabs-bar .tab-content {
	background-position: 0 -25px;
	background-repeat: repeat-x;
	text-align: center;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	color: white;
	width: 87px;
	padding: 4px 0;
	height: 16px;
}

.auto2-inventorydetails .features-tabs-pane .features-tabs-bar .tab-outer-active {
	background-position: 0 -75px;
	cursor: default;
}

.auto2-inventorydetails .features-tabs-pane .features-tabs-bar .tab-outer-active .tab-inner {
	background-position: right -125px;
}

.auto2-inventorydetails .features-tabs-pane .features-tabs-bar .tab-outer-active .tab-content {
	color: black;
	background-position: 0 -100px;
}

.auto2-inventorydetails .features-tabs-pane .features-tabs-bar .tab-outer-hover {
	background-position: 0 -150px;
}

.auto2-inventorydetails .features-tabs-pane .features-tabs-bar .tab-outer-hover .tab-inner {
	background-position: right -200px;
}

.auto2-inventorydetails .features-tabs-pane .features-tabs-bar .tab-outer-hover .tab-content {
	background-position: 0 -175px;
}

.auto2-inventorydetails .features-tabs-pane .features-tabs-display-pane,
.auto2-inventorydetails .features-tabs-pane .features-tabs-display-pane .pane-inner,
.auto2-inventorydetails .features-tabs-pane .features-tabs-display-pane .pane-content {
	background-image: url("/images/000/auto2/maindetailsbg.gif");
	background-repeat: no-repeat;
}

.auto2-inventorydetails .features-tabs-pane .features-tabs-display-pane {
	margin-top: -1px;
	width: 405px;
	background-position: 0 0;
}

.auto2-inventorydetails .features-tabs-pane .features-tabs-display-pane .pane-inner {
	background-position: -810px bottom;
	padding: 6px 0;
}

.auto2-inventorydetails .features-tabs-pane .features-tabs-display-pane .pane-content {
	background-position: -405px 0;
	background-repeat: repeat-y;
	padding: 2px 8px;
}

.auto2-inventorydetails .features-tabs-pane .features-tabs-display-pane .pane-content .content-pane {
	font-size: 12px;
	padding: 4px;
}

.auto2-inventorydetails .features-tabs-pane .features-tabs-display-pane .pane-content .content-pane .list-header {
	font-size: 16px;
	font-weight: bold;
}
.auto2-inventorydetails .features-tabs-pane .features-tabs-display-pane .pane-content .content-pane .list-item {
	text-indent: -9px;
	padding-left: 16px;
}

.auto2-inventorydetails .features-tabs-pane .features-tabs-display-pane .pane-content .content-pane .list-subheader {
	padding-left: 4px;
	font-weight: bold;
	font-size: 14px;
}
.auto2-inventorydetails .features-tabs-pane .features-tabs-display-pane .pane-content .content-pane .list-value {
	text-indent: -9px;
	padding-left: 16px;
}

nextsteps-pane.auto2-inventorydetails .disclaimer-area .disclaimer-text {
	color: #333;
	padding: 15px;
}

.auto2-inventorydetails,
.auto2-inventorydetails select,
.auto2-inventorydetails input {
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica;
	font-size: 11px;
}

