/* 
	Fix problem caused by super arrogant designers for LaCarGuy.
	(who styled whole DOM elements instead of using classes or ids)
*/
input.input {border:none;}

.zeros {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}

/*
	STYLE FOR INVENTORY MATCH POD
*/
#MatchHeader {
	background:url(/Images/Configure/TodaysFeaturedHeader.jpg) no-repeat top left;
	height:38px;
	width:592px;
	text-align:center;
}
#MatchHeader div {
	color:white;
	font-size:14px;
	font-weight:bold;
	margin-bottom:3px;
}
#MatchResults {
	max-height:750px;
	height:expression(this.scrollHeight > 750? "750px" : "auto" );
	width:592px;;
	overflow:auto;
}  
.InvMatchRow {
	border-bottom:1px dashed #F88822;
	height:auto; 
	padding:3px 3px 3px 3px; 
	cursor:pointer;
	font-size:8px;
	overflow:auto;
}
.InvMatchRow strong {
	font-size:10px;
}
/* Car Detail Flyout */
#CarFlyout {
	position:absolute;
	top:50px;
	left:250px;
}
#CarFlyoutBody {
	padding-left:30px !important;
}
#CarFlyoutHeader {
	font-size:14px;
	font-weight:bold;
	padding-top:10px;
	width:auto;
}
#CarFlyoutHR {
	border-bottom:3px solid #888888;
	margin:5px 15px 5px 0px;
}
#CarFlyoutBody .fieldName {
	width: 70px;
	color: #000000;
	font-size:12px;
	font-weight: bold;
}
#CarFlyoutBody .fieldName {
	color: #000000;
	font-size:12px;
	font-weight: bold;
}
#CarFlyoutSummary {
	color: #000000;
	font-size:13px;
	font-weight: bold;
}
.flyout {
	width:290px;
	height:355px;
	margin:0px;
	padding:0px;
}
.flyout .top {
	background:url(/Images/flyoutTop-trans.png) no-repeat top left;
	padding: 15px 15px 5px 15px;
	width:auto;
	height:35px;
}
.flyout .middle {
	background:url(/Images/flyoutMiddle.png) repeat;
	padding: 0px 15px 0px 15px;
	height:auto;
}
.flyout .bottom {
	background:url(/Images/flyoutBottom-trans.png) no-repeat bottom left;
	width:auto;
	height:35px;
}


/* 
	SignOn Styles
*/
#SignOnWhy {
	font-size:10pt;
	font-weight:bold;
	color:#666666;
	margin:10px 0px 0px 0px;
}


/*
	BASE STYLESHEET FOR THE CHROME CONFIGURATOR
*/

#StyleIntColor { display:none; }

#CarSavedBox {
	background-color:#FFFFCC;
	color:#000000;
	font-size:18px;
	font-weight:bold;
	border:2px solid silver;
	padding:10px;
	margin:10px;
	width: 550px;
}

#ConfigHolder {
	background-color: white;
	overflow: auto;
	font-size:10pt;
	font-family:"MS Sans Serif",Arial, Geneva, sans-serif;
	margin:0px 0px 25px 0px;
	padding:0px 0px 0px 0px;
	width:605px;
}
#StylesTable,
#StylesTable td,
#ConfigHolder #Warranty,
#ConfigHolder #TakeActionRow,
#ConfigHolder #ModelTitle {
	color: black;
}

#ConfigLoader {
	width: 600px;
	height: 400px;
}
#ConfigLoader img {
	margin: 100px 0px 0px 255px;
}

#ConfigMakeHolder {
	clear:left;
	margin:0px 0px 0px 5px;
	padding:5px 0px 0px 0px;
	width:600px;
	overflow:auto;
}
#ConfigModelHolder {
	clear:left;
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 0px;
	width:600px;
}
#ConfigFeaturesHolder {
	/* border:1px solid black; */
	/* position:absolute; */
	text-align:left;
	width:383px;
	margin:0px 0px 5px 0px;
}
#ConfigFeaturesHolder h3 {
	font-family:"MS Sans Serif",Arial, Geneva, sans-serif;
	font-size:14px;
	margin:5px 0px 5px 3px;
}
#ConfigFeaturesHolder ul {
	margin:5px 2px 5px 25px;
}
#ConfigFeaturesHolder #FeaturesDiv {
	max-height:350px;
	height:expression(this.scrollHeight > 350? "350px" : "auto" );
	overflow:auto;
}
#ConfigOptionsHolder {
	/* border:1px solid black; */
	/* position:absolute; */
	width:383px;
	margin:0px 0px 5px 0px;
}
#ConfigOptionsHolder h3 {
	color:#FFFFFF;
	font-family:"MS Sans Serif",Arial, Geneva, sans-serif;
	font-size:14px;
	margin:5px 0px 5px 3px;
}
#ConfigOptionsHolder .OptionPrice {
	color:#CCCCCC;
	font-family:"MS Sans Serif",Arial, Geneva, sans-serif;
	font-size:11px;
}
#ConfigOptionsHolder tr.Option td {
	border-top: 1px solid silver;
	color:#FFFFFF;
	font-family:"MS Sans Serif",Arial, Geneva, sans-serif;
	font-size:11px;
	margin:0px;
}
#ConfigOptionsHolder tr.Option:hover {
	background-color:#666666;
}
#ConfigOptionsHolder tr.OptionDesc td {
	color:#ABABAB;
	font-family:"MS Sans Serif",Arial, Geneva, sans-serif;
	font-size:11px;
	padding-bottom:10px;
}
#ConfigOptionsHolder #OptionsDiv {
	background-color:#333333;
	color:#FFFFFF;
	max-height:350px;
	height:expression(this.scrollHeight > 350? "350px" : "auto" );
	overflow:auto;
}

/* Style Detail CSS */
#ConfigStyleHolder {
	clear:left;
	margin:0px 0px 0px 0px;
	padding:5px 0px 5px 0px;
	width: 600px;
}


#ConfigStyleHolder .ActionButton {
	color: white;
	background-image: url(/Images/Configure/buttonCar_off.gif);
	background-color: transparent;
	border: none;
	font-family: "MS Sans Serif",Arial, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;/*  */
	display: block;
	clear: left;
	margin: 0px 0px 0px 4px;
	padding: 0px 0px 0px 0px;
	width: 194px;
	height: 25px;
}
#ConfigStyleHolder .ActionButton.hover {
	background-image: url(/Images/Configure/buttonCar_on.gif);
}

#ConfigStyleHolder .ActionButton.schedule {
	background-image: url(/Images/Configure/buttonSchedule_Off.gif);
}
#ConfigStyleHolder .ActionButton.schedule.hover {
	background-image: url(/Images/Configure/buttonSchedule_on.gif) !important;
}

#ConfigStyleHolder .ActionButton.info {
	background-image: url(/Images/Configure/buttonInfo_Off.gif);
}
#ConfigStyleHolder .ActionButton.info.hover {
	background-image: url(/Images/Configure/buttonInfo_on.gif) !important;
}

#ConfigStyleHolder .ColorThumb {
	border:3px solid silver;
	float:left;
	margin:2px 0px 2px 4px;
	padding:0px 0px 0px 0px;
	height:25px;
	width:25px;
}
#ConfigStyleHolder .ColorThumb.Selected {
	border:3px solid #FBBB04 ! important;
}
#ConfigStyleHolder #ConfigMediaHolder {
	padding: 4px 0px 0px 0px;
}
#ConfigStyleHolder #EvoxPhotoThumbHolder {
	clear:left;
	background-color:black;
	border:1px solid silver;
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:320px;
	max-height:265px;
	height:expression(this.scrollHeight > 265? "265px" : "auto" );/*  */
	overflow:auto;
}
#motioncontainer {
	width:590px;
	height:60px;
	padding:0px;
	margin:0px 0px 0px 5px;
	overflow:hidden; 
}
#ConfigStyleHolder #ConfigDisclaimer {
	border: 1px solid black;
	color: black;
	margin: 10px 0px 0px 0px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}
#ConfigStyleHolder .EvoxPhotoThumb {
	border:1px solid white;
	margin:2px 0px 0px 2px;
	padding:0px 0px 0px 0px;
	width:70px;
}
#ConfigStyleHolder #SelectedOptions {
	border-left: 1px solid #D5DDE8;
	border-right: 1px solid #D5DDE8;
	border-bottom: 2px solid #2B3E5F;
 	width: 200px;
	padding: 5px 0px 5px 0px
}
#ConfigStyleHolder #SelectedOptions .Label {
	background-color: #2B3E5F;
	color:#FFFFFF;
	font-family:"MS Sans Serif",Arial, Geneva, sans-serif;
	font-size:9pt;
	font-weight:bold;
	padding: 3px 3px 3px 3px;
}
#ConfigStyleHolder #MpgDisclaimer {
	border: 2px solid #2B3E5F;
	color: #045197;
	font-family: "MS Sans Serif",Arial, Geneva, sans-serif;
	font-size: 9pt;
	text-align: center;
	position: absolute;
	background-color: white;
	width:260px;
	padding: 5px;
	margin-left: -60px;
	margin-top: 5px;
}
#ConfigStyleHolder #MpgPossibilities {
	background-color: #EAEEF1;
	padding: 1px;
}
#ConfigStyleHolder #MpgPossibilities div {
	color: black;
	font-family: Arial, Geneva, sans-serif;
	font-size: 8pt;
	text-align: left;
	padding: 2px;
}
#ConfigStyleHolder #StyleMPG {
	background-image: url(/Images/Configure/MPG.jpg);
	background-repeat: no-repeat;
	border-top: 4px solid #2B3E5F;
	border-bottom: 4px solid #2B3E5F;
	border-left: 1px solid #D5DDE8;
	border-right: 1px solid #D5DDE8;
 	width: 200px;
	height: 55px;
}
#ConfigStyleHolder #StyleMPG #MPG_City {
	position: relative;
	top: 22px;
	left: 45px;
	color: #045197;
	font-weight: bold;
	width: 30px;
}
#ConfigStyleHolder #StyleMPG #MPG_Hwy {
	position: relative;
	top: 8px;
	left: 145px;
	font-family:"MS Sans Serif",Arial, Geneva, sans-serif;
	font-size:8pt;
	color: #045197;
	font-weight: bold;
	width: 30px;
}
#ConfigStyleHolder #MSRPTable {
	background-image: url(/Images/Configure/MSRP_table.gif);
	background-repeat: no-repeat;
	border-left: 1px solid #D5DDE8;
	border-right: 1px solid #D5DDE8;
 	width: 195px;
	height: 72px;
	padding: 22px 5px 0px 0px;
}
#ConfigStyleHolder #MSRPTable div {
	float: right;
	clear: right;
	width: auto;
	height: 18px;
	color: #3F496C;
}
#ConfigStyleHolder #MSRPTable td, #ConfigStyleHolder #MSRPTable th {
	border-right:1px solid #3B4149;
	border-bottom:1px solid #3B4149;
	color:#FFFFFF;
	padding:0px 3px 0px 3px;
}
#ConfigStyleHolder #OptionFeatureBar {
	background-color: #CCD3DD;
	background-position: 0px 4px;
	background-repeat: no-repeat;
	border-top: 1px solid #B7C1CD;
	border-bottom: 1px solid #B7C1CD;
 	width: 383px;
	height: 29px;
	margin: 0px;
	padding: 4px 0px 4px 0px;
}
#ConfigStyleHolder #OptionFeatureBar div {
	/* border: 1px solid red; */
	float:left;
 	width: 125px;
	height: 25px;
	margin: 0px;
	padding: 0px;
}
#ConfigStyleHolder #OptionFeatureBar.Step1 {
 	background-image: url(/Images/Configure/SubNav_Media.jpg);
}
#ConfigStyleHolder #OptionFeatureBar.Step2 {
 	background-image: url(/Images/Configure/SubNav_Options.jpg);
}
#ConfigStyleHolder #OptionFeatureBar.Step3 {
 	background-image: url(/Images/Configure/SubNav_Features.jpg);
}
#ConfigStyleHolder #OptionList {
	margin:5px 0px 0px 5px;
	padding:0px 0px 0px 0px;
}
#ConfigStyleHolder #OptionList .Option {
	font-family:"MS Sans Serif",Arial, Geneva, sans-serif;
	font-size:10px;
	list-style:none;
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#ConfigStyleHolder #SavePrint {
 	background-image: url(/Images/Configure/SavePrint.jpg);
	background-color: #CCD3DD;
	background-position: 0px 4px;
	background-repeat: no-repeat;
	border-top: 1px solid #B7C1CD;
	border-bottom: 1px solid #B7C1CD;
 	width: 202px;
	height: 29px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 4px 0px;
}
#ConfigStyleHolder #SavePrint #ConfigSave {
	display: block;
	float: left;
	width: 95px;
	height: 26px;
}
#ConfigStyleHolder #SavePrint #ConfigPrint {
	display: block;
	float: left;
	width: 50px;
	height: 26px;
	margin: 0px 0px 0px 52px;
}

#ConfigStyleHolder #TakeActionRow {
 	background-image: url(/Images/Configure/FormBack.jpg);
	background-color: #FC9900;
	background-repeat: no-repeat;
	border-left: 1px solid #D5DDE8;
	border-right: 1px solid #D5DDE8;
 	width: 200px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 10px 0px;
}
#ConfigStyleHolder #TakeActionRow .label {
	float: left;
	clear: left;
	width: 66px;
	height: 20px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
	padding: 0px 2px 0px 2px;
	margin: 0px;
}
#ConfigStyleHolder #TakeActionRow .field {
	float: left;
	width: 125px;
	height: 20px;
	padding: 0px;
	margin: 0px;
}
#ConfigStyleHolder #TakeActionRow .field.comments,
#ConfigStyleHolder #TakeActionRow .field textarea {
	width: 125px;
	height: 45px;
}
#ConfigStyleHolder #TakeActionRow .field.comments {
	margin-bottom: 10px;
}
#ConfigStyleHolder #TakeActionRow .label.phonelabel {
	width: 38px;
	padding: 0px 2px 0px 2px;
}
#ConfigStyleHolder #TakeActionRow .field.phonefield {
	width: 156px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
	padding-left: 2px;
}
#ConfigStyleHolder #TakeActionRow .field.phonetype {
	width: auto;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
	margin-left: 65px;
}



#ConfigStyleHolder .StyleColors {
	color:#033F73;
	position: relative;
	top: 4px;
	border: 4px solid #DBE0E6;
	margin: 0px 0px 5px 0px;
	padding: 10px 5px 5px 10px;
	width: 360px;
}
#ConfigStyleHolder label {
	font-family:"MS Sans Serif",Arial, Geneva, sans-serif;
	font-weight:normal;
}
#ConfigStyleHolder .StyleColors .Label {
	color: #1B3E64;
	font-family: "MS Sans Serif",Arial, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 0px 2px 3px;
}
#ConfigStyleHolder #StyleHeader {
	position: absolute;
	margin: 11px 0px 0px 15px;
	width: 385px;
	z-index: 6;
}
#ConfigStyleHolder #StyleHeaderBG {
	position: absolute;
	background-color: white;
	width: 330px;
	margin: 11px 0px 0px 25px;
	opacity: .75;
	filter: alpha(opacity=75);
}
#ConfigStyleHolder #StyleImage {
	border: 4px solid #DBE0E6;
	margin: 0px 0px 0px 0px;
	width: 375px;
	z-index: 5;
}
#ConfigStyleHolder .StyleImageImg {
	border:none;
}
#ConfigStyleHolder #StyleModelCode {
	color: #65779F;
	font-family:"MS Sans Serif",Arial, Geneva, sans-serif;
	font-size: 6pt;
	font-weight: normal;
}
#ConfigStyleHolder #StyleName {
	color: #65779F;
	font-family: "MS Sans Serif",Arial, Geneva, sans-serif;
	font-size: 6pt;
	font-weight: normal;
	padding-right: 15px;
}

#ConfigStyleHolder #StyleTable {
	clear:left;
}
#ConfigStyleHolder #StyleTable #Column1 {
	margin:0px 0px 0px 0px;
	padding:0px 2px 0px 2px;
	width:395px;
}
#ConfigStyleHolder #StyleTable #Column2 {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:180px;
}
#ConfigStyleHolder #StyleTitle {
	color: #033F73;
	font-family:"MS Sans Serif",Arial, Geneva, sans-serif;
	font-size:10pt;
	font-weight:bold;
	padding-left:5px;
	padding-right:15px;
}

#ConfigStyleHolder #TotalRow {
	background-color:#333333;
}
#ConfigStyleHolder #WarrantyHeader {
	color: #1B3E64;
	position: absolute;
	font-family: "MS Sans Serif",Arial, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 10px 0px 5px 17px;
	text-align: left;
	z-index: 8;
}
#ConfigStyleHolder #WarrantyHeader span {
	cursor: pointer;
	color: #033F73;
	font-size: 8pt;
	font-weight: normal;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	text-align: left;
}
#ConfigStyleHolder #WarrantyBorder {
	position: relative;
	top: 4px;
	font-family:"MS Sans Serif",Arial, Geneva, sans-serif;
	border: 4px solid #DBE0E6;
	width:360px;
	margin:0px 0px 5px 0px;
	padding:20px 5px 0px 10px;
}
#ConfigStyleHolder #Warranty {
	margin-top: 5px;
}

#ConfigStyleHolder #WeelsTVWindow {
	position: absolute; 
	width: 500px; 
	height: 410px; 
	background-image: url(/Images/Configure/FLV_window.png); 
	background-repeat: no-repeat;
	z-index: 8;
	margin: -35px 0px 0px 40px;
}
#ConfigStyleHolder #WheelsTVClose {
	/* border: 1px solid red; */
	cursor: pointer;
	float: right;
	width: 70px;
	height: 20px;
	margin: 5px 10px 0px 0px;
	z-index: 9;
}
#ConfigStyleHolder #WeelsTVBody {
	margin: 30px 0px 0px 9px;
}

/* CSS for List of Styles Screen */
#ConfigStylesHolder {
	clear:left;
	margin:0px;
	padding:0px;
	width:600px;
}
#ConfigStylesHolder #ModelTitle {
	font-family:"MS Sans Serif",Arial, Geneva, sans-serif;
	font-size:10pt;
	font-weight:bold;
	margin:10px 0px 5px 22px;
	width: 388px;
}
#ConfigStylesHolder #StyleChooseText {
	width: 160px;
	height: 105px;
	background-image: url(/Images/Configure/StyleChooseText.gif);
	background-repeat: no-repeat;
	margin: 5px 0px 10px 0px;
}
#ConfigStylesHolder .StyleFilter {
	font-family:"MS Sans Serif",Arial, Geneva, sans-serif;
	font-weight:bold;
	margin:4px 0px 4px 0px;
	padding:0px 0px 0px 0px;
}
#ConfigStylesHolder .StyleFilter select {
	width:150px;
	font-size:10px;
}
#ConfigStylesHolder #StyleList {
	clear:left;
}
#ConfigStylesHolder #StylesTable {
	width: 579px;
	margin:0px 0px 0px 5px;
	background-color: white;
}
#ConfigStylesHolder #StylesTable th {
	cursor:default;
	background-color:#EFEFEF;
	border-right:1px solid silver;
	border-bottom:1px solid silver;
	padding:2px 5px 2px 5px;
	font-family:"MS Sans Serif",Arial, Geneva, sans-serif;
	font-size:10pt;
	text-align:center;
}
#ConfigStylesHolder #StylesTable td {
	cursor:pointer;
	border-top:1px solid #95A6B6;
	border-right:1px solid #ADB9C5;
	border-left:1px solid #FFFFFF;
	height: 20px !important;
	padding:1px 3px 1px 3px;
	font-family:"MS Sans Serif",Arial, Geneva, sans-serif;
	font-size:8pt;
}
#ConfigStylesHolder #StylesTable tr.odd td {
	background-color: #EAEAEA;
	background-image: url(/Images/Configure/StylesTDGradient.jpg) !important;
	background-repeat: repeat-x;
}
#ConfigStylesHolder #StylesTable img.choosearrow {
	width: 79px;
	height: 17px;
}
#ConfigStylesHolder #StylesTable tr.style_hover img.choosearrow {
	width: 79px;
	height: 17px;
	background-image: url(/Images/Configure/StyleArrow_White.jpg);
	background-repeat: no-repeat;
}
#ConfigStylesHolder #StylesTable tr.odd.style_hover img.choosearrow {
	width: 79px;
	height: 17px;
	background-image: url(/Images/Configure/StyleArrow_Gradient.jpg);
	background-repeat: no-repeat;
}
#ConfigStylesHolder .StylesThumb {
	background-image: url(/Images/Configure/PicBox.jpg);
	background-repeat: no-repeat;
	margin:0px 1px 1px 0px;
	padding: 0px;
	width: 415px;
	height: 250px;
	float:left;
}
#ConfigStylesHolder .StylesThumbImg {
	width: 400px;
	height: 200px;
	margin: 11px 5px 5px 5px;
}

#ConfigStylesHolder #StylesTitle {
	background-image: url(/Images/Configure/StylesTitle.jpg);
	background-repeat: no-repeat;
	width: 592px;
	height: 33px;
	margin:0px 0px 0px 0px;
}
#ConfigStylesHolder #StylesTableContainer {
	background-image: url(/Images/Configure/StylesGrad.jpg);
	background-repeat: repeat-y;
	width: 592px;
	margin:0px 0px 0px 0px;
}
#ConfigStylesHolder #StylesFooter {
	background-image: url(/Images/Configure/StylesFooter.jpg);
	background-repeat: no-repeat;
	width: 592px;
	height: 15px;
	margin:0px 0px 0px 0px;
}

#ConfigStylesHolder span {
	font-family:"MS Sans Serif",Arial, Geneva, sans-serif;
	font-weight:normal;
	margin-left:10px;
}

/* CSS for Chrome Review Popup */
#ChromeReview {
	padding: 2px 2px 10px 2px;
}
.ChromeReviewSectionHeader {
	color: #1B3E64;
	font-family: Arial, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
}
.ChromeReviewBody p {
	color:black;
	font-family: Arial, Geneva, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	margin: 3px 0px 3px 0px;
	text-indent: 30px;
}
/* END CSS for Chrome Review Popup */

/* CSS for Menu Bar */
#ConfigMenuHolder{
	height:25px;
	margin:5px 0px 0px 5px;
	padding:0px 0px 0px 0px;
	text-align:left;
}
a.ConfigMenuItem {
	color:white;
	display:block;
	float:left;
	width:109px;
	height:23px;
	margin:0px 1px 0px 0px;
	padding:0px;
	text-decoration:none;
}
a.ConfigMenuItem:hover, a.ConfigMenuItem:visited, a.ConfigMenuItem:active {
	color:white;
}
/* a.ToStep, div.ToStep {
	background-color:rgb(12,55,255) ! important;
	background-image:url(/Images/Configure/ProgressBlue.gif);
	color:white;
}*/

/* Makes Button Styles */
a#MakesButton.ToStep {
	background-image:url(/Images/Configure/Makes_ToStep.jpg);
	color:white;
}
a#MakesButton.DoneStep {
	background-image:url(/Images/Configure/Makes_DoneStep.jpg);
	color:white;
}
/* Models Button Styles */
a#ModelsButton {
	background-image:url(/Images/Configure/Models_Step.jpg);
	color:white;
}
a#ModelsButton.ToStep {
	background-image:url(/Images/Configure/Models_ToStep.jpg);
	color:white;
}
a#ModelsButton.DoneStep {
	background-image:url(/Images/Configure/Models_DoneStep.jpg);
	color:white;
}
/* Styles Button Styles */
a#StylesButton {
	background-image:url(/Images/Configure/Styles_Step.jpg);
	color:white;
}
a#StylesButton.ToStep {
	background-image:url(/Images/Configure/Styles_ToStep.jpg);
	color:white;
}
a#StylesButton.DoneStep {
	background-image:url(/Images/Configure/Styles_DoneStep.jpg);
	color:white;
}
/* Style Button Styles */
a#StyleButton {
	background-image:url(/Images/Configure/Style_Step.jpg);
	color:white;
}
a#StyleButton.ToStep {
	background-image:url(/Images/Configure/Style_ToStep.jpg);
	color:white;
}
a#StyleButton.DoneStep {
	background-image:url(/Images/Configure/Style_DoneStep.jpg);
	color:white;
}
a#GoBack {
	background-image:url(/Images/Configure/GoBack.jpg);
	color:white;
	width:152px;
}

a.ToStep:hover {
	background-color:rgb(2,96,255) ! important;
	color:white;
}
/* END CSS for Menu Bar */

/* CSS For Progress Bar */
#ConfigProgressHolder{
	height:34px;
	width:592px;
	border-top:2px solid #990000;
	background-image:url(/Images/Configure/ProgressBlue.gif);
	margin:0px 0px 0px 5px;
	padding:0px 0px 0px 0px;
	text-align:left;
}
#ConfigProgressHolder #ProgressStep4_360 {
	background-image: url(/Images/Configure/Step4360.jpg);
	float: left;
	margin: 0px;
	padding: 0px 15px 0px 0px;
	width: 216px;
	height: 34px;
}
#ConfigProgressHolder #extSpinBtn {
	float: right;
	cursor:pointer;
	margin:3px 12px 0px 0px;
	width:47px;
	height:25px;
}
#ConfigProgressHolder #intSpinBtn {
	/* border: 1px solid red; */
	float: right;
	cursor:pointer;
	margin:3px 0px 0px 0px;
	width:45px;
	height:25px;
}
#ConfigProgressHolder #ProgressStep4_WheelsTV {
	background-image: url(/Images/Configure/Step4WheelsTV.jpg);
	cursor: pointer;
	float: left;
	margin: 0px;
	width: 107px;
	height: 34px;
}
#ConfigProgressHolder #ProgressStep4_Review {
	background-image: url(/Images/Configure/Step4Review.jpg);
	cursor: pointer;
	float: left;
	margin: 0px;
	width: 84px;
	height: 34px;
}
/* END CSS For Progress Bar */

.MakeThumb {
	background-image:url(/Images/Configure/MakeBox.jpg);
	background-repeat: no-repeat;
	margin:0px;
	padding:auto;
	width:99px;
	height:99px;
	float:left;
}
.MakeThumb img {
	cursor: pointer;
	padding: 0px;
	border: 0px;
	margin: 5px 0px 0px 3px;
}

.ModelThumb {
	background-image: url(/Images/Configure/ModelBox.jpg);
	background-repeat: no-repeat;
	font-family:"MS Sans Serif",Arial, Geneva, sans-serif;
	margin:0px 2px 0px 0px;
	padding:0px;
	width:195px;
	height:163px;
	float:left;
}

.ModelThumbImg {
	cursor:pointer;
	margin:7px 0px 4px -2px;
	width:180px;
}

.ModelThumb div {
	font-family: "MS Sans Serif",Arial, Geneva, sans-serif;
	padding: 0px 8px 0px 4px;
	font-weight: bold;
	font-size: 13px;
	color: #033F76;
}

.ModelThumbPrice {
	font-family: "MS Sans Serif",Arial, Geneva, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #8899AA;
}

#dpPopupConfigLeadWindow div.TitleBox {
	width: 600px;
}
#dpPopupConfigLeadWindow div.TitleBox_Content {
	width: 601px;
}
