
div#config {
    background-color:#fff;
    border:solid 1px #999;
    padding:10px;
    margin-top:8px;
}

/* HEAD //////////////////////////////////////////////////////////////// */
div#configHead {
	width:800px;
}

div#configHead-col1 {
    width:50%;
    /*change this to float:right to place the vehicle image on the right.*/
    float:left;
    text-align:center;
    
}

img#configStockImage {
    width: 320px;
    height: 240px;
    margin-left:auto;
    margin-right:auto;
}

/* Links ************** */
div#configLinks {
    margin-top: 0px;
    width: 320px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}

div#configLinks div {
	display: inline;
    float: left;
    padding: 3px 7px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
   background-image:url(../images/config/link_bg.jpg);
	background-repeat:no-repeat;
	margin-right:5px;
}	

div#configLinks a{
   text-decoration:none;
}

div#configLinks a:hover{
   text-decoration:none;
   color:#999;
}

/* great way to clear floats for non-ie browsers */
div#configLinks:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#configHead-col2 {
    width: 50%;
    float: left;
    padding-top: 30px;
    text-align:center;
 
}

.configStockImageFilter {
	filter:progid:DXImageTransform.Microsoft.Pixelate(MaxSquare = 2, Duration = 1.5)
}

h1#configVehicleTitle {
	font-weight: bold;
	font-size: 14pt;
	color: #000;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	margin-bottom: 5px;
}

select#configStyles {
	display: block;
	margin-top: 5px;
	font-weight: bold;
	font-size: 8pt;
	color: #1e1e1e;
	font-family: Verdana;
	text-align: left;
	width:250px;
	margin-left:auto;
	margin-right:auto;
}

img#configSelectStyleImage {
	display: block;
	margin-right: auto;
    margin-left: auto;
    margin-top:10px;
}

/* Totals ************** */
fieldset#configTotals {
    display:block;
    width: 230px;
    border: solid 0px #f5f5f5;
    margin-top:2px;
    margin-right: auto;
    margin-left: auto;
    
}

fieldset#configTotals .field {
    font-size: 10px;
    margin: 2px 0px 2px 0px;
}

fieldset#configTotals .label {
    display:inline;
    float:left;
    width:50%;
    text-align:left;
    font-weight:bold;
    margin-right: 5px;
}

fieldset#configTotals .value {
    display:inline;
    float:right;
    text-align: right;
}

fieldset#configTotals .boldValue {
    display:inline;
    float:right;
    text-align: right;
    font-weight: bold;
}

fieldset#configTotals .field:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

fieldset#configTotals:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Gas Mileage ************** */
div#configGasMileage {
    width: 125px;
    font-weight: bold;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left:auto;
    margin-right:auto;
}

div#configGasMileageCity {
    display: inline;
    float: left;
    width: 33%;
}

div#configGasMileageImage {
    display: inline;
    float: left;
    width: 34%
}

div#configGasMileageHighway {
    display: inline;
    float: left;
    width: 33%;
}

div#configGasMileage span {
    font-size: 14px;
}

div#configGasMileage:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


div#configHead:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* NAV //////////////////////////////////////////////////////////////// */

div#configNav {
	width:800px;
	margin-top: 6px;
	margin-left:auto;
	margin-right:auto;
}
		
div#configNav ul {
	list-style: none none outside;
	padding: 0px;
	margin: 0px;
	width:inherit;
	height: 43px;
	margin-left:auto;
	margin-right:auto;
}
					
div#configNav ul li {
	display: inline;
	float: left;
	cursor: pointer;
	text-indent: -2000px;
}


li.buildNavOff {
	background: transparent url(../images/config/menu_build_off.jpg) no-repeat scroll left top;
	width: 160px;
	height: 33px;
}

 li.buildNavOn {
	background: transparent url(../images/config/menu_build_on.jpg) no-repeat scroll left top;
	width: 160px;
	height: 33px;
}


li.consumerInfoNavOff {
	background: transparent url(../images/config/menu_consumerinfo_off.jpg) no-repeat scroll left top;
	width: 160px;
	height: 33px;
}

li.consumerInfoNavOn {
	background: transparent url(../images/config/menu_consumerinfo_on.jpg) no-repeat scroll left top;
	width: 160px;
	height: 33px;

}

li.techSpecsNavOff {
	background: transparent url(../images/config/menu_technicalspecs_off.jpg) no-repeat scroll left top;
	width: 160px;
	height: 33px;

}

li.techSpecsNavOn {
	background: transparent url(../images/config/menu_technicalspecs_on.jpg) no-repeat scroll left top;
	width: 160px;
	height: 33px;
}

li.standardOptionsNavOff {
	background: transparent url(../images/config/menu_standardequipment_off.jpg) no-repeat scroll left top;
	width: 160px;
	height: 33px;
}

li.standardOptionsNavOn {
	background: transparent url(../images/config/menu_standardequipment_on.jpg) no-repeat scroll left top;
	width: 160px;
	height: 33px;
}

li.editorialsNavOff {
	background: transparent url(../images/config/menu_editorials_off.jpg) no-repeat scroll left top;
	width: 160px;
	height: 33px;
}

li.editorialsNavOn {
	background: transparent url(../images/config/menu_editorials_on.jpg) no-repeat scroll left top;
	width: 160px;
	height: 33px;
}

/* SUB NAV //////////////////////////////////////////////////////////////// */
div#configSubNav {
    width: 100%;
    text-align: center;
    margin: 10px auto 11px auto;
    display: none;
}

div#configSubNavButtons {
    width: 487px;
    margin: 0px auto 16px auto;
}

div.colorsSubNavOff {
	background: transparent url(../images/config/submenu_colors_off.jpg) no-repeat scroll left top;
	width: 138px;
	height: 54px;
	display: inline;
	float: left;
	cursor: pointer;
	text-indent: -2000px;
}

 div.colorsSubNavOn {
	background: transparent url(../images/config/submenu_colors_on.jpg) no-repeat scroll left top;
	width: 138px;
	height: 54px;
	display: inline;
	float: left;
	cursor: pointer;
	text-indent: -2000px;
}

div.optionsSubNavOff {
	background: transparent url(../images/config/submenu_options_off.jpg) no-repeat scroll left top;
	width: 138px;
	height: 54px;
	display: inline;
	float: left;
	cursor: pointer;
	text-indent: -2000px;
}

 div.optionsSubNavOn {
	background: transparent url(../images/config/submenu_options_on.jpg) no-repeat scroll left top;
	width: 138px;
	height: 54px;
	display: inline;
	float: left;
	cursor: pointer;
	text-indent: -2000px;
}

div.quoteSubNavOff {
	background: transparent url(../images/config/submenu_quote_off.jpg) no-repeat scroll left top;
	width: 138px;
	height: 54px;
	display: inline;
	float: left;
	cursor: pointer;
	text-indent: -2000px;
}

 div.quoteSubNavOn {
	background: transparent url(../images/config/submenu_quote_on.jpg) no-repeat scroll left top;
	width: 138px;
	height: 54px;
	display: inline;
	float: left;
	cursor: pointer;
	text-indent: -2000px;
}

 div.configSubNavDivider {
	background: transparent url(../images/config/submenu_divider.gif) no-repeat scroll left top;
	width: 36px;
	height: 43px;
	display: inline;
	float: left;
	text-indent: -2000px;
}

 div.configSubNavMessage-colors {
    width: 100%;
    text-align: center;
  	background: transparent url(../images/config/message_colors.gif) no-repeat scroll left top;
    width: 553px;
    height: 23px;
    margin:0 auto;
}

 div.configSubNavMessage-options {
    width: 100%;
    text-align: center;
  	background: transparent url(../images/config/message_options.gif) no-repeat scroll left top;
    width: 553px;
    height: 23px;
    margin:0 auto;
}

 div.configSubNavMessage-quote {
    width: 100%;
    text-align: center;
  	background: transparent url(../images/config/message_quote.gif) no-repeat scroll left top;
    width: 553px;
    height: 23px;
    margin:0 auto;
}

div#configSubNavButtons:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#configSubNav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* BODY //////////////////////////////////////////////////////////////// */

div#configBodyAjax {
	width:780px;
	margin-left:auto;
	margin-right:auto;
}


/* Option Configuration Legend ************** */
div#configLegend {
    width:385px;
    margin: 2px auto 12px;
}

div#configLegend  ul {
    list-style: none none outside;
	padding: 0px;
	margin: 0px;
	width:380px;
}
					
div#configLegend ul li {
    display: inline;
    float: left;
    margin-right: 5px;
    vertical-align: middle;
    font-weight: bold;
    font-size: 9px;
}

div#configLegend:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Exterior Colors ************** */
div#configColors {
    width:100%;
    margin: 6px 0px 6px 0px;
    font-family: Arial, Helvetica, sans-serif;
}

h2#configColorsTitle {
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
    color: #1e1e1e;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    text-align: left;
}

span#configColorName {
    font-size: 12px;
    color: #666;
}

div#configColors ul {
    list-style: none none outside;
	padding: 0px;
	margin: 0px;
}

div#configColors ul li {
    display: inline;
    float: left;
    cursor: pointer;
    padding: 2px;
    margin: 0px;
}

.configColor {
   border: solid 2px #fff;
} 
.configColor img, .configColorSelected img{
   border: solid 1px #999;
} 

.configColorSelected {
    border: solid 2px #1e1e1e;
} 

 

div#configColors:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Interior Colors ************** */
div#configColorsInterior {
    width:100%;
    margin: 6px 0px 6px 0px;
    font-family: Arial, Helvetica, sans-serif;
}

div#configColorsInterior ul {
    list-style: none none outside;
	padding: 0px;
	margin: 0px;
}

div#configColorsInterior ul li {
    display: inline;
    float: left;
    cursor: pointer;
    padding: 4px;
    margin: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}


.configColorInterior {
   border: solid 2px #ddd;
} 


.configColorInteriorSelected {
    border: solid 2px #1e1e1e;
}

div#configColorsInterior:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Options ************** */
div#configOptions {
    font-family: Arial, Helvetica, sans-serif;
}

div#configOptions h2 {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
    color: #1e1e1e;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    text-align: left;
}

.configOption {
    width:100%;
    margin: 8px 0px 8px 0px;
     font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    cursor: pointer;
}

.configOption-col1 {
    display: inline;
    width: 12px;
    float:left;
    text-align: left;
    margin-right: 5px;
}

.configOption-col2 {
    display: inline;
    width: 85%;
    float:left;
    text-align: left;
}

.configOption-col3 {
    display: inline;
    width: 10%;
    float:left;
    text-align: right;
    font-weight: bold;
}

.configOptionSelected {
    background-color: #E2E2E2;
}

.configOption:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Option Conflict ************** */
div#configOptionConflict {
    border: thin solid #808080;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    background-color: #FFFFFF;
    padding: 12px;
}

div#configOptionConflict h2 {
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
    padding: 6px;
}

.configOptionConflict {
     font-size: 12px;
     padding: 6px;
     text-align: left;
}

.configOptionConflictRule {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #000000;
    margin: 0px;
    padding: 0px;
}

.configOptionConflictStrongText {
    font-weight: bold;
}

div#configSummaryText {
	width:780px;
	margin-top: 5px;
	text-align:left;
	background-color:transparent;
    font-size: 12px;	
    padding: 5px;
}

div#configPriceDisclaimer {
    width: 780px;
    margin-top: 5px;
    text-align: left;
    background-color:transparent;
    font-size: 12px;
    padding: 5px;
    margin-left:auto;
    margin-right:auto;
}

div#configLoader {
    background: transparent url(../images/config/ajax-loader3.gif) no-repeat scroll left top; 
	position: absolute;
	display: none;
	width: 66px;
	height: 66px;
	z-index: 1001;	
}

div#configOverlay {
	display: none;
	position: absolute;
	background: white;
	z-index: 1000;
}

div#configConflict {
	position: absolute;
	display: none;
	width: 500px;
	height: 500px;
	z-index: 1001;	
}	

/* TECH SPECS //////////////////////////////////////////////////////////////// */
div#techSpecs {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}

div#techSpecs h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

div#techSpecs h3 {
    color: #1e1e1e;
    font-size: 14px;
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #1e1e1e;
    text-align: left;
    margin: 6px 0px 0px 0px;
    padding: 0px;
}

.techSpecs-disclaimer {
    text-align: left;
    font-size: 10px;
    font-weight: normal;
    margin-top: 6px;
}

.techSpec {
    width: 100%;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    padding: 3px 0px 3px 0px;
}

.techSpec-selected {
    background-color: #E2E2E2;
    width: 100%;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    padding: 3px 0px 3px 0px;
}

.techSpec-col1 {
    display: inline;
    width: 50%;
    float:left;
    text-align: left;
    margin-left: 5px;
}

.techSpec-col2 {
    display: inline;
    width: 20%;
    float:left;
    text-align: left;
}

.techSpec-col3 {
    display: inline;
    width: 20%;
    float:left;
    text-align: right;
}

.techSpec:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.techSpec-selected:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* CONSUMER INFO //////////////////////////////////////////////////////////////// */
div#consumerInfo {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}

div#consumerInfo h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

div#consumerInfo h3 {
    color: #1e1e1e;
    font-size: 14px;
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #1e1e1e;
    text-align: left;
    margin: 6px 0px 0px 0px;
    padding: 0px;
}

.consumerInfo {
    width: 100%;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    padding: 3px 0px 3px 0px;
    text-align: left;
}

/* STANDARD OPTIONS //////////////////////////////////////////////////////////////// */

div#standardOptions {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}

div#standardOptions h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

div#standardOptions h3 {
    color: #1e1e1e;
    font-size: 14px;
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #1e1e1e;
    text-align: left;
    margin: 6px 0px 0px 0px;
    padding: 0px;
}

.standardOption {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    padding: 3px 0px 3px 6px;
    text-align: left;
}

.standardOption-selected {
    font-family: Verdana, Helvetica, sans-serif;
    background-color: #E2E2E2;
    font-size: 11px;
    padding: 3px 0px 3px 6px;
    text-align: left;
}	

/* EDITORIALS //////////////////////////////////////////////////////////////// */
div#editorials {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}

div#editorials h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

div#editorials h3 {
    color: #1e1e1e;
    font-size: 14px;
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #1e1e1e;
    text-align: left;
    margin: 6px 0px 0px 0px;
    padding: 0px;
}

div#editorials div {
    text-align: left;
    font-size: 12px;
    padding: 4px 0px 8px 0px;
    line-height: 1.25em;
}

/* QUOTE FORM //////////////////////////////////////////////////////////////// */
div#configFormTop {
   background: transparent url(../images/config/formtop.jpg) no-repeat scroll left top;
   width:320px;
   height:21px;
       margin-left:auto;
    margin-right:auto;
}

fieldset#configForm {
    display:block;
    width: 320px;
    border: solid 0px #CCCCCC;
    margin-top:5px;
    margin-left:auto;
    margin-right:auto;
}

fieldset#configForm input {
    display:block;
    margin: 3px;
    width: 144px;
    border:#ccc solid 2px;
    color:#666;
    font: Bold 11px/12px Arial, Verdana, Helvetica, Sans-serif;
    padding-left:5px;
   
}

fieldset#configForm textarea {
    display:block;
    margin: 3px;
    width: 144px;
    border:#ccc solid 2px;
    color:#666;
    font: Bold 11px/12px Arial, Verdana, Helvetica, Sans-serif;
    padding-left:5px;
    height:65px;
}

div#cf-submit {
   background: transparent url(../images/config/formSubmit.gif) no-repeat scroll left top;
   width:70px;
   height:23px;
   cursor:pointer;
   margin-top:2px;
   margin-left:auto;
   margin-right:auto;
}

div#cf-col1 {
    width: 50%;
    float: left;
    text-align: left;
}

div#cf-col2 {
    margin:0px auto;
    width: 50%;
    float: left;
    text-align: center;
}

