/*****************************************************
Common Styles for and Color Theme
*****************************************************/

.pageBg {
	background-color: #FFFFFF;
}

td {
	color: #666666;
	font-size: 11px;
	font-family: Arial;
}

.submitButton {
	background-image: url('/images/046/search_button.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

.submitText {
	font-family: arial;
	font-size: 11px;
	font-weight: bold; 
	color: #0D0D0D;
	text-transform: uppercase;
	text-decoration: none;
}

.text {
	color: #666666;
	font-size: 11px;
	font-family: Arial;
}

.whtBg {
	background-color: #ffffff;
}

.gryBg {
	background-color: #cccccc;
}

.gry6Bg {
	background-color: #666666;
}

.gry3Bg {
	background-color: #333333;
}

.formBg {
	background-color: #E5E5E5;
}

.padEnds5 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.pad5 {
	padding: 5px;
}

.pad20 {
	padding: 20px;
}

.whtTblShdw {
	background-image: url('/images/052/wht_tbl_shdw.gif');
	background-repeat: repeat-y;
	width: 5px;
}

.gryTblShdw {
	background-image: url('/images/052/gry_tbl_shdw.gif');
	background-repeat: repeat-y;
	width: 5px;
}

.whtTblTopShdw {
	background-image: url('/images/052/wht_tbl_top_shdw.gif');
	background-repeat: repeat-x;
	height: 7px;
	line-height: 7px;
}

.whtTblShdwCrnr {
	background-image: url('/images/052/wht_tbl_corner.gif');
	height: 6px;
	width: 5px;
	line-height: 6px;
}

.sectionHeader {
	font-size: 12px;
	font-weight: 600;
	padding-left: 15px;
	background-image: url('/images/052/silver_bar.gif');
	background-repeat: repeat-x;
	height: 31px;
	line-height: 31px;
}

.leftContentCell {
	background-image: url('/images/052/gry_tbl_shdw.gif');
	background-repeat: repeat-y;
	background-position: right;
	width: 5px;
	background-color: #D2D2D2;
}



.barBeforeMainImg {
	background-image: url('/images/052/before_main_img.gif');
	background-repeat: repeat-x;
	height: 4px;
	line-height: 4px;
}

.barAfterMainImg {
	background-image: url('/images/052/after_main_img.gif');
	background-repeat: repeat-x;
	height: 3px;
	line-height: 3px;
}


.greyBar {
	background-image: url('/images/052/grey_bar.gif');
	background-repeat: repeat-x;
	height: 12px;
	line-height: 12px;
}

.footerText {
	font-family: arial;
	font-size: 11px;
	font-weight: 300;
	color: #ffffff;
	text-decoration: none;
}

.footerText a {
	color: #ffffff;
	text-decoration: none;
}

.pad15 {
	padding: 15px;
}

.dealerName {
	color: #666666;
	font-size: 22px;
	padding-left: 20px;
	padding-bottom: 10px;
}

.headerPhone {
	color: #666666;
	font-size: 12px;
}

.dealerNum {
	color: #666666;
	font-size: 18px;
	padding-right: 20px;
	padding-bottom: 10px;
}

/*****************************************************
Color Specific Styles which
must have inherited attributes from 
color style sheets
*****************************************************/

a.JazelLink:hover {
	text-decoration: underline;
}

.ORline {
	font-family: arial;
	font-size: 11px;
	font-weight: 600;
	color: #EC4C4D;
}

/**
 * FORM STYLES
 **/

.button {
	background-color: #eeeeee;
	border: 1px solid #666666;
	font-size: 11px;
	font-family: arial;
	color: #000000;
	font-weight: 600;
}

.field {
	font-size: 10px;
	border: 1px solid #00385f;
}

.disabled {
	background-Color: #eeeeee;
}

/******************************************************
Model Selector Left Nav Background Colors
******************************************************/

.selectorBg1, .detailBg1 {
	background-color: #D4D4D4;
}

.selectorBg2, .detailBg2 {
	background-color: #C4C4C4;
}

.selectorBg3, .detailBg3 {	
	background-color: #A4A4A4;
}

.detailBg1 .label, .detailBg2 .label, .detailBg3 .label, .detailBg1 .info, .detailBg2 .info, .detailBg3 .info {
	font-size: 11px;
	color:	 #333333;
}

/**
 * VEHICLE DETAIL STYLES
 **/

li {
	list-style-position: outside;
	margin-left:15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

hr.grey {
	border: 0;
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
}

.detailVehiclePathText {
	color: #ffffff;
	font-size: 12px;
}

.detailBorder {
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: #999999;
}

/******************************************************
Vehicle Detail Background Colors
******************************************************/

.detailColorSet1 {	
	background-color: #666666;
}

.detailColorSet2 {	
	background-color: #999999;
}

.detailColorSet3 {	
	background-color: #cccccc;
}

.detailColorSet4 {	
	background-color: #646464;
}

/******************************************************
Vehicle Detail Specific Styles
******************************************************/

.detailPreview td {
	color: #333333;
	font-size: 12px;
}

.detailSectionHeader {
	font-size: 16px;
	font-weight: 600;
}

.detailSubSectionHeader {
	font-size: 14px;
	font-weight: 600;
	color: #CCCCCC;
}


.detailMessageText {
	font-size: 11px;
}

.detailEmailFormText {
	font-size: 11px;
	color: #FFFFFF;
}

.detailEmailFormLabel {
	font-size: 10px;
	color: #FFFFFF;
}

.detailLink {
	text-decoration: none;
	color: #333333;
}

/******************************************************
Vehicle Detail Tabs
******************************************************/

.detailTabHeading {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

.detailTabLeftUnselected {
	background-image: url(/images/000/tab_wht_lt.gif);
	width: 10px;
	height: 24px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #999999;
}

.detailTabMiddleUnselected {
	background-image: url(/images/000/tab_wht_mid.gif);
	height: 24px;
	background-repeat: repeat-x;
	border-bottom: 1px solid #999999;
}

.detailTabRightUnselected {
	background-image: url(/images/000/tab_wht_rt.gif);
	width: 14px;
	height: 24px;	
	background-repeat: no-repeat;
	border-bottom: 1px solid #999999;
}

.detailTabLeftSelected {
	background-image: url(/images/000/tab_gry_lt.gif);
	width: 10px;
	height: 24px;
	background-repeat: no-repeat;
}

.detailTabMiddleSelected {
	background-image: url(/images/000/tab_gry_mid.gif);
	height: 24px;
	background-repeat: repeat-x;
}

.detailTabRightSelected {
	background-image: url(/images/000/tab_gry_rt.gif);
	width: 14px;
	height: 24px;
	background-repeat: no-repeat;
}

/******************************************************
Vehicle Detail Table Shadows
******************************************************/

.detailRightShadow {
	background-image: url(/images/000/shdw_rt.gif);
	width: 5px;
	background-repeat: repeat-y;
}

.detailBottomShadow {
	background-image: url(/images/000/shdw_bot.gif);
	height: 7px;
	background-repeat: repeat-x;
}

/******************************************************
Vehicle list table styles
******************************************************/

.dataTableRow {
	background-color: #ffffff;
	padding-bottom: 2px;
	padding-top: 2px;
	vertical-align: middle;
}

.dataTableRowAlt {
	background-color: #DDDDDD;
	padding-bottom: 2px;
	padding-top: 2px;
	vertical-align: middle;
}

.tableSet {
	background: #999999;
}

.tableSet .text {
	color: #ffffff;
}

.tableSet TD {
	padding-left: 3px;
	padding-right: 3px;
	border-right: 1px solid white;
	height: 22px;
}

.tableSet A {
	color: #ffffff;
}

.header {
	font-family: Arial, Verdana, sans-serif, Helvetica;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;	
}

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

.field {
	font-family: "MS Sans Serif", serif, arial;
}

.data{
	font-size: 12px;
	font-family: verdana, arial;
	
}

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

.invItemOverview IMG { 
	float: left; 
	margin: 0 17px 0 0; 
	padding: 0;
}
.invItemDetails { 
	padding: 3px 0 3px 0;
}
.invItemDetails B {
	font-weight: bold;
}

.invHeaderColumn { 
	vertical-align: middle; 
	background-color: #cccccc; 
	height: 26px; 
	border-bottom: 4px solid #ffffff;
	color: #676767;
	font-size: 11px;
}
.invSortColumn {
	border-left: 3px solid #ffffff;
	text-align: center; 
}
.invResultsColumn { 
	padding-left: 14px;
}

.invResultsColumn .selectedPage {
	color: #000000;
	font-weight: 700;
	letter-spacing: 1px;
}

.invHeaderColumn A, .invHeaderColumn A:visited {
	display: inline;
	text-decoration: none;
	border: none;
	color: #000000;
}
.invHeaderColumn A:hover { 
	color: #666666;
}
.invHeaderSelected {
	background-color: #999999;
	color: #ffffff; 
}

.invItem {
	color: #000000;
	font-size: 11px;
}

.invItem A, .invItem A:visited { 
	color: #609CDB; 
	line-height: 175%;
	text-decoration: underline;
	font-weight: 700;
}
.invItem A:hover { 
	color: #609CDB; 
	font-weight: 700;
}

.invRowA TD {
	background-color: #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
.invRowB TD {
	border-bottom: 1px solid #eeeeee;
}

.invRowA .invPriceColumn { 
	text-align: center; 
	vertical-align: middle; 
	font-size: 14px; 
	border-left: 3px solid #ffffff;
	border-right: 3px solid #eeeeee;
	padding-top: 1px;
}

.invRowB .invPriceColumn { 
	text-align: center; 
	vertical-align: middle; 
	font-size: 14px; 
	border-left: 3px solid #eeeeee; 
	border-right: 3px solid #eeeeee;
	padding-top: 1px;
}

.invItemDetailLinks { 
	padding: 36px 0 0 8px;
}

.invItemOverview { 
	padding: 11px 0 0 17px; 
	border-left: 3px solid #eeeeee;
}

.invSelected TD {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.invSelected TD.invPriceColumn {
	border-right: 1px solid #000000;
}

.invSelected TD.invItemOverview {
	padding-left: 19px;
	padding-top: 10px;
	border-left: 1px solid #000000;
}

.invSelected TD.invItemDetailLinks {
	padding-top: 35px;
}

.invSelected TD.invPriceColumn {
	padding-right: 2px;
	padding-top: 0px;
}

.seo_footer a{ text-decoration: none; }
.seo_footer a:hover{ text-decoration: underline; }
 