﻿/* ============= DEFAULT STYLES - CHANGED ========== */

.navpage {
	height: 324px;
	margin-top: -329px;
}

#pagedetails {
	margin-top: 324px;
}

#content {
	background: #fff url(images/dotted_bg.gif) top left repeat-y;
	margin-left: 168px;
	padding: 19px 25px 16px 24px;

	min-height: 212px;
	height: auto !important;
	/*height: 177px;*/
	height: 212px;
}

.sequence {
	margin-left: 530px;
	border:0px solid pink ;
}


h1 {
	margin-bottom:1em;
}

h2 {
	letter-spacing: -0.5px;
}	

.navpage a:hover, .navpage .selected a, .navpage a.selected {
	background-color: #a9a9a9;
}


#copyright {
	display:none;	/* need room for warnings */
}	


#carcontent {
	font-size: 0.89em !important;
	letter-spacing: 1px;
	line-height: 1.5em;
}

/* ============ CONFIGURATOR CSS =================== */

#carframe {
    height:324px;
    width:610px;
}
form {
    margin:0px; padding:0px;
}

h2 {
	font-size:1.4em;
	margin:0;
	padding:0;
}


#navbuttons, #viewbuttons {
	position:absolute;
	margin-top: 24px;
    display:none;
    font-weight:normal;
    text-align:right;
	background-color:#fff;
}
#navbuttons {
	margin-left: 530px;
    width:40px;
}
#navbuttons div {
	margin-bottom:3px;
}

#viewbuttons {
	margin-left: 510px;
    width:60px;
}
#viewbuttons img {
	margin-bottom:3px;
}	

.colourboxes {
    position: absolute;
    margin:8px 0px;
    width: 520px;
    border:0px solid orange;
}


.formchoices {
    width: 500px;
    position: absolute;
	margin:0px;
    visibility:hidden;
    border:0px dotted olive;
}

.warning, .warning2lines {
	font-size: 10px;
	letter-spacing: 1px;
	line-height:1em;
    position:absolute;
    width:520px;
    margin-top:
    margin-left:0px;
    XXvisibility:hidden;
	color:#999;
}

.warning {
	margin-top:150px;
}
.warning2lines {
	margin-top:140px;
}


#colour_info, #colourexterior_info {
    visibility:hidden;
	position: absolute;
	clear: right;
	margin-left: -192px;
	width: 135px;
	padding:0px 15px;
    /*font-size: 0.9em; inconsistent across browsers */
    XXfont-size: 12px;
}
#colourexterior_info {
	margin-top:-10px;
}

.infoblock {
    position:absolute ;
    margin-top:-23px; /* -22px for IE7 */
    margin-left:-192px;
    width:168px;
    height:217px;
    visibility:hidden;
    filter: revealTrans(duration=1,transition=6) ;
    overflow:hidden;
}

.textblock {
    position:absolute ;
    margin-top:110px;
    margin-left:0px;
    width:500px;height:60px;
    padding:3px;
    border:1px solid #dcd6b2;
    visibility:hidden;
}


.infoclose {
    position:absolute;top:1px;right:1px;
    cursor:pointer; cursor:hand;
}

table.optiongroup td, table.option td {
	vertical-align:middle !important;
}
table.optiongroup td.topalign {
	vertical-align:top !important;
}
table.optiongroup td.leftcolumn {
	padding-right:15px;
}
.optiongroup, .option {
    margin:6px 0px;
}

.option a, .option a:hover, .optiongroup a, .optiongroup a:hover {
    color: #949295;
    text-decoration: underline;
    font-weight: normal;
 }

.colourcell {
    position:absolute;
    width:19px;height:35px;
    border:none;
    z-index:1;
}

.colourcellSel {
    position:absolute;
    width:19px;height:35px;
    border-bottom:6px solid #c1c1c1;
    z-index:2;
}

.colourcellOn {
    position:absolute;
    width:36px;height:42px;
    border:1px solid #fff;
    z-index:3;
}

.textLabel {
    position:absolute;
    display:none;
    z-index:3;
    background-color:#fff;
    color: #adadad;
    font-weight:bold;
}

#COL_label {
	width:60px;
}

/* fast track or contemporary */
.colGroup {
	top:0px;left:0px;
	position:absolute;
	height:14px;
}

.colourBox {
    position:absolute;top:0px;left:0px;
    cursor:hand;
    z-index:3;
    width:40px;height:40px;
    border:1px solid #949295;
    visibility:hidden;
}

#cardetails {
    margin:12px 0px;
    border-collapse: collapse ;
    empty-cells:show ;
    background-color:#fff;
    width:480px;
}

#cardetails th {
    margin-top:12px;
    background-color:#f7f4ef;
    text-align:left;
    border-color:#d4d0c8;
    border-style:solid;
    border-width:1px 0px;
    vertical-align:top;
}

#cardetails td {
    padding-left:24px;
    border-top:1px solid #f7f4ef;
    vertical-align:top;
}

.detailbuttons {
    float:right;clear:right;margin-top:3px;
}

.widecell {
    width:54px;height:35px;border:none;
    overflow:hidden;
    position:absolute;
    z-index:1;
}
.widecellOn {
    width:80px;height:40px;border:1px solid #fff;z-index:3;position:absolute;
}

/* hide sub menus during load */
#mainmenu ul {
    display:none;
}

