/* ******************
Jazel Template 076
filename: layout-default.css
author: carmelo capinpin (mello@szinf.com)
creation-date: 21/12/2006
modified-date: 25/01/2007
****************** */

/* ******************
 LAYOUT CSS 
****************** */
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-align: center;
}
p,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
}
.container-frame {
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
}
#header {
	width: 1024px;
	height: 141px;
}

/* ******************
MENU
****************** */
/*
#menu {
	margin: 1px 0px;
	padding-left: 40px;
	background-image: url(/images/076/navigation-background.gif);
	height: 28px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul li {
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 25px;
}
*/
/* ******************
	NAVIGATION
****************** */

#navigation_div {
	margin: 1px 0px;
	/*padding-left: 40px;*/
	/*background-image: url(/images/076/navigation-background.gif);*/
	height: 28px;
}
#nav {
	margin-left: auto;
	margin-right: auto;
}
.menu {
    z-index: 1000;
}
#MainMenu_r {
	z-index: 9999 !important;
}
.menuSelected {}
.menuText {
	font-weight: bold;
	font-size: 14px;
	line-height: 28px;
}
.menuTextSelected {
	font-weight: bold;
    font-size: 14px;
    line-height: 28px;
}
.submenu {
	opacity: .99;
	height: 20px !important;
	filter: alpha(opacity=99);
}
.submenuSelected {
	height: 20px !important;
}
.submenuText {
	font-size: 12px;
}
.submenuTextSelected {
	font-size: 12px;
}

/* ******************
CONTENT AREA
****************** */
#content {
	text-align: left;
	position: relative;
	background-repeat: repeat-x;
	width: 1024px;
	min-height: 300px;
	_height: 300px;
}
#content .inner {
	height: 299px;
	background-repeat: no-repeat;
	background-position: top right;
}
#content .portlet {
	float: left;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	width: 182px;
	height: 246px;
}
#customersay {
	position: absolute;
	background-repeat: no-repeat;
	background-position: top left;
	top: 46px;
	left: 762px;
	width: 238px;
	opacity: 0.75;
    filter: alpha(opacity=75);
    overflow: visible;
}
#customersay .top {
	height: 6px;
	overflow: hidden;
	background-image: url(/images/076/portlet-background-gray-top.gif);
}
#customersay .bottom {
	height: 6px;
	overflow: hidden;
	background-image: url(/images/076/portlet-background-gray-bot.gif);
}
#customersay .text {
	background-image: url(/images/076/portlet-background-gray.gif);
	padding: 10px;
	text-indent: 1em;
	line-height: 18px;
}
#customersay .text .author {
	text-align: right;
}
#content .portlet h1 {
	margin: 0;
	padding: 0;
	line-height: 28px;
	height: 28px;
	text-align: center;
}
#content .portlet .content {
	padding: 0 12px;
	height: 216px;
	background-repeat: no-repeat;
	background-position: top left;
	/*background: #B7D7F1 url(/images/076/portlet-background.gif) no-repeat top left;*/
}
#content .portlet .author {
	text-align: right;
}
#content .owner {
	margin-left: 190px;
	padding-top: 10px;
	width: 270px;
}
#content .owner .photo {
	float: left;
	width: 112px;
}
#content .owner .message {
	margin-left: 110px;
	padding-left: 10px;
}
#content .flash {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 290px;
	min-width: 492px;
}
* html #content .flash {
	margin-bottom: -45px;
}
#content .graybar {
	clear: left;
	position: relative;
	height: 54px;
	width: 1024px;
	background-repeat: no-repeat;
	background-position: top left;

}
#content .graybar .text {
	position: absolute;
	top: 20px;
	margin-left: 48px;
	padding-left: 18px;
	/* Removing, due to other themes not using this bullet.  Need to use in parameter if you want to use it
	background-image: url(/images/076/bullet-arrow.gif);*/
	background-repeat: no-repeat;
	background-position: top left;
}

/* ******************
CONTENT AREA SUBPAGES
****************** */
#content-sub {
	/*background-image: url(/images/076/gradient-subpage.gif);*/
	text-align: center;
	background-repeat: repeat-x;
	background-position: top left;
}
#content-sub .inner {
	text-align: center;
	padding-top: 6px;
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
}
#content-sub .inner DIV.header {
	width: 909px;
	height: 111px;
	padding: 8px;
	background-image: url(/images/076/background-subheader.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#content-sub .inner .header .title {
	text-align: left;
	float: left;
	width: 405px;
	height: 61px;
	padding: 25px;
}
#content-sub .inner .header .image {
	float: left;
	width: 454px;
}
.list-page {
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
}
.page-content {
	text-align: left;
	min-height: 350px;
	margin: 10px 36px;
}
.page-content .header {
	font-size: 14px;
	font-weight: 600;
}
.main-frame {
	text-align: left;
	height: 100%;
	margin: 10px 0px;
}
.main-frame IFRAME {
	/*width: 100%;*/
	overflow: visible;
	min-height: 300px;
}
.main-frame-alt {
	text-align: left;
	min-height: 250px;
	margin: 10px 36px;
}
.main-frame-alt IFRAME {
	/*width: 100%;*/
	overflow: visible;
	min-height: 1024px;
}
/* ******************
MODELS
****************** */
#models {
	text-align: left;
	margin-top: 25px;
	margin-bottom: 36px;
}
#models .model {
	float: left;
	height: 102px;
}
#models .model-name {
	text-align: center;
	line-height: 16px;
}

/* ******************
FOOTER
****************** */
#footer {
	text-align: left;
	clear: both;
	height: 33px;
	line-height: 33px;
}
#footer .address {
	padding-left: 18px;
	margin-right: 300px;
}
#footer .links {
	float: right;
	width: 280px;
	padding-right: 20px;
	text-align: right;
}

/* ******************
MISC
****************** */
.main {}
.genericTable {}
.paragraph {}
.bold {}
.title1 {}
.title2 {}
.text {}
.main_alt {}

/* SEO */
.seo_footerOuter {
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
}
#extended-description {
	text-align: left;
}

.seo_footerInner {
	/*text-align: center;*/
}
.leftNoShadow {}
.colorOf {}
.rightNoShadow {}

/* calculator */
#calcDiv {
	font-size: 12px;
}
#calcPositioner {
}

/*****************************
	NEW Inventory Page Styles 
******************************/

#vehicle-list-container {
	position: relative;
	width: 940px;
}

#car-compare-table .preview-controls {
	position: relative;
	width: 300px;
	z-index: 9999;
	text-align: center;	
}

#vehicle-search-tab, #calculator-tab, #performance-tab, #style-size-tab {
	border-top: 1px solid #cccccc;
}

#result {
	width: 
}

#vehicle-list-container H1 {
	font: normal normal bold 24px "trebuchet MS";
	padding: 0px;
	margin: 0px;
}

#vehicle-list-container span {
	font-size: 12px;
	font-family: "trebuchet MS";
	font-weight: bold;
	letter-spacing: .001em;
}

#vehicle-list-container .notice {
	font: normal normal normal 10px "trebuchet MS";
}

#vehicle-list-container .left-col {
	padding: 1px;
	width: 665px;
}

#vehicle-list-container .right-col {
	height: 400px;
	position: relative;
	width: 234px;	
}

#vehicle-list-container .right-col .top-box {
	height: 120px;
	position: relative;
	width: 234px;
}

#inv-listing {
	position: absolute;
	width: 234px;
}

#inv-listing H2 {
	font: normal normal bold 18px "trebuchet MS";
	line-height: 28px;
	padding-left: 8px;
}

#car-current INPUT{
	line-height:17px;
	width: 15px;
	padding: 0px;
}

#car-current .car-name-td {
	border-left: 1px solid white;
	border-right: 1px solid white;
}

#car-current .car-details-td {
	height: 70px;
	padding-left: 13px;
}

#car-current .car-details-td span {
	cursor: pointer;
	font: normal normal normal 10px "trebuchet MS";
	text-decoration: none;
}

#car-current .car-details-td IMG{
	border: 0px;
}

#inv-car-name {
	float: left;
	font: normal normal bold 11px "trebuchet MS";
	line-height: 20px;
	margin-left: 10px;
	text-transform: capitalize;
}

#inv-car-photo {
	margin-top: 5px;
	margin-right: 1px;
	width: 112px;
}

#car-selection {
	text-align: center;
}

#car-selection .car-name {
	position: relative;
	text-align: right;
	width: 112px;
	clear: both;
}

#car-selection .inv-car-name {
	font: normal normal bold 10px "trebuchet MS";
	float: left;
	margin-left: 5px;
	margin-top: 2px;
	text-transform: uppercase;
}

#car-selection .car-info {
	font: normal normal normal 9px "trebuchet MS";
	text-transform: capitalize;
}

#car-selection .car-image {
	height: 84px;
	width: 112px;
}

#car-selection .selected-car {
	float: left;
	width: 111px;
	margin: 1px;
}

#car-selection .selected-car img {
	width: 112px;
	height: 84px;
}

#page-views {
	cursor: pointer;
	padding-left: 10px;
	padding-bottom: 5px;
}

.page-control {
	height: 24px;
	position: relative;
	text-align: center;
}

.page-control span {
	margin-left: 24px;
}

.page-control a.active-page {
	text-decoration: underline;
}

.page-control a {
	margin-left: 1px;
	margin-right: 1px;
	text-decoration: none;
}

.page-control SELECT {
	font: normal normal normal 12px "trebuchet MS";
}

.page-control .total-results {
	top: 5px;
	left: 0px;
	position: absolute; 
	text-align:left;
	width:150px;
}

.page-control .page-links {
	line-height: 28px;
}

.page-control .results-per-page-div {
	top: 0px;
	position: absolute;
	right: 0px;
}

#tabs {
	position: relative;
	width: 470px;
	z-index: 999;
}
#tabs .labels {
	height: 19px;
	padding-left: 35px;
	padding-top: 10px;
	position: relative;
	z-index: 10;
}

#tabs .label a.disabled {
	cursor: not-allowed;
}

#tabs .label {
	background-repeat: repeat-x;
	cursor: pointer;
	float: left;
	height: 19px;
	margin-left: 2px;
	padding: 0px 5px;
	position: relative;
	z-index: 5;
}

#tabs .label-shadow {
	display: none;
	float: left;
	height: 19px;
	position: relative;
	z-index: 5;
}

#tabs .label a {
	text-decoration: none;
	font: normal normal bold 12px "trebuchet MS";
	line-height: 19px;
}

#tab-body {
	font: normal normal bold 12px "trebuchet MS";
	background-repeat: repeat-x;
	_height: 69px;
	min-height: 69px;
	position: relative;
	width: 435px;
	z-index: 0;
}

.active-tab-label {
	position: relative;
	z-index: 20 !important;
}

#graphical-tabs {
	display: none;
}

#graphical-tabs div {
	margin: 2px;
}

#graphical-tabs a {
	text-decoration: none;
}

/******************************************************
Vehicle list table styles
******************************************************/
#carInfoTable {
	width: 100%;
}

#carInfoTable .vehicle-container {
	background-repeat: repeat-x;
	height:140px;
	overflow: hidden;
	padding-left:0px;
	padding-right:0px;
	position: relative;
	width: auto;
}

#carInfoTable .vehicle-container .link a {
	background-repeat: no-repeat;
	background-position: 0px 5px;
	font: normal normal normal 10px "trebuchet MS";
	line-height: 11px;
	padding-left: 5px;
}

#carInfoTable .vehicle-container .name {
	font: normal normal normal 11px "trebuchet MS"; 
	position: relative;
	width: 160px;
	line-height:12px;
	text-align: left;
	float: left;
	text-transform:Capitalize;
	padding-left: 4px;
}

#carInfoTable .vehicle-container .msrp {
	font: normal normal normal 11px "trebuchet MS"; 
	position: relative;
	line-height:12px;
	text-align: left;
	float: right;
	top: 5px;
	right: 4px;
	font-weight: bold;
}

#carInfoTable .vehicle-container .info-links {
	position: relative; 
	z-index:100; 
}

#carInfoTable .vehicle-container .check-box {
	position: relative; 
	float: left;
}
#carInfoTable .vehicle-container .stock-no {
	position: relative; 
	float: right;
}

#carInfoTable .vehicle-container .photo {
	_height: 92px;
	min-height: 90px;
	overflow:hidden;
}

#carInfoTable {
	position: relative;
}

#carInfoTable a {
	text-decoration: none;
}

#carInfoTable .data {
	font: normal normal normal 11px "trebuchet MS";
}

#carInfoTable .details {
	float: left;
	font: normal normal normal 11px "trebuchet MS";	
	width: 120px;
}

#carInfoTable .detail-view {
	font: normal normal normal 11px "trebuchet MS";
}

#carInfoTable .detail-view H3 {
	font: normal normal bold 12px "trebuchet MS";
	margin: 0px;
	padding: 0px;
}

#carInfoTable .detail-view span {
	font: normal normal normal 10px "trebuchet MS";
}

#carInfoTable .dataTableRowAlt .detail-view H3 {
	font: normal normal bold 14px "trebuchet MS";
}

#carInfoTable .flusher {
	height: 1px;
	clear: both;
}

.dataTableRow .detail-view {
	vertical-align: middle;
}

.dataTableRowAlt .detail-view {
	vertical-align: middle;

}

.dataTableRow {
	height: 16px;
	vertical-align: middle;
}

.dataTableRowAlt {
	vertical-align: middle;
	height: 16px;	
}

.tableSet {
	background-repeat: repeat-x;
	font: normal normal bold 12px "trebuchet MS";
}

.tableSet TD {
	padding-left: 3px;
	padding-right: 3px;
	height: 22px;
	text-align: left;
}

.tableSet A {
	text-decoration: none;
	text-transform: sentence-case;
}

.header {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;	
}

.small {
	font-size: 10px;
	font-family: arial;
}

.field {
	font-family: arial;
}

.car-hover {
	cursor: pointer;
}

.detail-hover {
	font: normal normal normal 11px "trebuchet MS";
	background-color: #707070;
	cursor: pointer;
}

#carInfoTable .detail-hover span {
	font: normal normal normal 10px "trebuchet MS";
}

.detail-hover H3 {
	font: normal normal bold 12px "trebuchet MS";
	margin: 0px;
	padding: 0px;	
}

.car-hover a span {
	color: #fff;
}

.item {
	back
	color: #ddd;
}

.detail-view-photo {
	width: 112px;
}

#year-popup {
	position: relative;
}

#year-select {
	background-position: top right;
	display: none;
	font: normal normal normal 11px "trebuchet MS";
	left: 26px;
	position: absolute;
	text-align: center;
	top: 22px;
	width: 64px;		
	z-index: 999;
}

.list-search {
	font: normal normal normal 11px "trebuchet MS";
}

/********************
	F. DETAILS PAGE
*********************/

#detailPageContent {
	padding-left: 10px;
}

#details-page {
	font: normal normal normal 12px 'trebuchet MS';
	color: #3b3b3b;
}

#details-page H1 {
	font: normal normal bold 24px 'trebuchet MS';
	color: #e91b2d;
	margin: 0px;
}
#details-page .main-image {
	overflow: hidden;
	padding-left:0px;
	padding-right:0px;
	width:300px;
}
.main-image img{
	/*margin-top: -25px;*/
	/*margin-bottom: -50px;*/
	width: 300px;
}

#details-page H2 {
	font: normal normal bold 18px 'trebuchet MS';
	color: #e91b2d;
	margin: 0px;
}

#details-page #details-tab {
	padding-top: 6px;
	padding-left: 5px;
	background-color: #fff;
}

#details-page-tabs {
	position: relative;
	width: 465px;
	z-index: 999;
}

#details-page-tabs .labels {
	height: 19px;
	padding-right: 0px;
	position: relative;
	z-index: 10;
}

#details-page-tabs .label {
	background-repeat: repeat-x;
	cursor: pointer;
	float: left;
	height: 19px;
	margin-left: 6px;
	padding: 0px 4px;
	position: relative;
	z-index: 5;
}

#details-page-tabs .label a {
	text-decoration: none;
	font: normal normal bold 12px "trebuchet MS";
	line-height: 19px;
}

#details-page-tabs #tab-body {
	background-repeat: repeat-x;
	clear: both;
	_height: 520px;
	min-height: 520px;
	font-size: 10px;
	position: relative;
	width: 470px;
	z-index: 0;
}

#details-page-tabs #tab-body .group-name {
	background-color: #707070;
	color: white;
	display: block;
	font: normal normal normal 10px 'trebuchet MS';
	margin: 1px 0px 1px 0px;
	padding-left: 6px;
	text-transform: uppercase;
	text-decoration: none;
}

#details-page-tabs #tab-body .group-header {
	background-color: #e6e6e6;
	color: #323232;
	display: block;
	font-weight: bold;
	padding-left: 14px;
	padding-top: 18px;
	text-decoration: none;
}

#details-page-tabs #tab-body .group-item {
	padding-left: 22px;
	color: #323232;
}

#details-page-tabs #tab-body .switch {
	color: #323232;
	text-decoration: none;
}

.group-item.item {
	background-color: white;
}

.group-item.alt-item {
	background-color: #e6e6e6;
}

.options-first-column {
	width: 232px;
}

.options-other-column {
	width: 116px;
}

.options-price {
	background-color: #707070;
	color: white;
	font: normal normal normal 11px 'trebuchet MS';
	font-weight: bold;
	margin: 1px 0px 1px 0px;
	padding-left: 2px;
	text-decoration: none;
}

.options-name {
	font: normal normal normal 11px 'trebuchet MS';
	padding-left: 22px;
	color: #323232;
	width: 232px;
}

.options-value {
	font: normal normal normal 11px 'trebuchet MS';
	color: #323232;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	width: 116px;
}

.options-name.item-opts {
	background-color: white;
}

.options-name.alt-item-opts {
	background-color: #e6e6e6;
}

.options-value.item-opts {
	background-color: white;
}

.options-value.alt-item-opts {
	background-color: #e6e6e6;
}

#details-page-tabs .active-tab-label {
	position: relative;
	z-index: 20 !important;
}

#shopping-tools {
	position: relative;
	margin-top: 20px;
}

#shopping-tools IMG {
	clear: both;
	margin-top: 8px;
}

#overview {
	color: #333;
	font: normal normal bold 13px 'trebuchet MS';
	margin-left: 10px;
}

.overview-font {
	color: #333;
	font: normal normal bold 13px 'trebuchet MS';
	text-decoration: none;
}

#overview DIV {
	width: 92px;
}

#overview span {
	display: block;
	font-weight: normal;
	height: 18px;
}

#mpg {
	font: normal normal normal 11px 'trebuchet MS';
	color: white;
}

#mpg .mpg {
	font: normal normal bold 36px 'trebuchet MS';
}

#calcPositioner {
	font-size: 0px;
	height: 0px;
}

#details-calculator {
	background-image: url(/images/100/home-content-bg.jpg);
	background-color: #f0efef;
	background-repeat: repeat-x;
	width: 220px;
	font: normal normal normal 12px 'trebuchet MS';
	padding-left: 5px;
	padding-right: 0px;
}

#calculator-estpayment {
	font: normal normal bold 16px 'trebuchet MS';
}

#car-finder {
	margin-top: 11px;
	background-color: #f0efef;
	background-image: url(/images/100/vehicle_details/bg_carfinder.jpg); 
	background-repeat: no-repeat;	
	padding: 3px;
}

#similar-vehicles {
	margin-top: 12px;
}

#similar-vehicles H2{
	padding: 3px;
}

#vehicles  .similar-vehicle {
	border-bottom: 1px solid #ccc;
}

#vehicles .similar-vehicle span {
	font: normal normal normal 10px 'trebuchet MS';
}

#vehicles .similar-vehicle div {
	font: normal normal bold 12px 'trebuchet MS';
}

#vehicles .similar-vehicle a {
	color: #00b9ee;
	text-decoration: none;
}

#gallery-tab {
	padding: 12px 5px;
}

#views360-tab {
	padding: 12px 5px;
}

#detailPhotoDiv {
	float: right;
	margin-top: 0px;
	width: 320px;
	height: 240px;
}
#detail360Div {
	float: right;
	margin-top: 0px;
	width: 320px;
	height: 240px;
}

#thumbnailDiv {
	float: left;
	margin-top: 40px;
	margin-left: 0px;
	padding: 0px;
	width: 464px;
}

#popup-window TD {
	color: #5c5c5c;
	font-size: 12px;
}

/********************
	F. CONFIGURATOR PAGE
*********************/

#colors_image {
	width: 288px !important;
}
