﻿/*   Table Styling   */
div.tableContainer {
    clear: both;
    border: 1px solid #999;
    height: 166px;
    overflow: auto;
    width: 778px;
    margin-top: 4px;
    font-size: 12px;
}
html>body div.tableContainer {
    overflow: auto;
    width: 778px;
}
div.tableContainer table {
    float: left;
    width: 761px;
}
html>body div.tableContainer table {
    width: 778px;
}
thead.fixedHeader tr {
    position: relative;
}
html>body thead.fixedHeader tr {
    display: block;
}
thead.fixedHeader th {
    background: #747474;
    border-left: 1px solid #ddd;
    border-right: 1px solid #aaa;
    border-top: 1px solid #ddd;
    font-weight: normal;
    padding: 2px 3px;
    text-align: left;
}
html>body tbody.scrollContent {
	display: block;
	/*height: 142px;
	overflow: auto;*/
	width: 100%
}
html>body thead.fixedHeader th {
	width: 481px;
}

html>body thead.fixedHeader th + th {
	width: 140px;
	text-align: center;
}

html>body thead.fixedHeader th + th + th {
	width: 156px;
	text-align: right;
	padding-right: 20px;
}
html>body tbody.scrollContent td {
	padding-left: 4px;
	width: 477px;
}

html>body tbody.scrollContent td + td {
	width: 110px;
	text-align: right;
	padding-right: 30px;
}

html>body tbody.scrollContent td + td + td {
	width: 134px;
	text-align: right;
	padding-right: 6px;
}

tbody.scrollContent tr {
    cursor: pointer;
}
/* End Table Styling */
div#pagetitle {
    display: none;
}
div#body div.mainbody {
    padding: 0;
    height: 476px;
}
.configuratorContainer {
    width: 780px;
    padding: 0px 12px 10px 12px;
}
.configuratorTop 
{
    height: 208px;
}
.configuratorLargeImage {
    float: left;
    width: 560px;
    height: 196px;
}
.configuratorSummaryPane 
{
    line-height: normal;
    float: right;
    width: 210px;
    font-size: 10px;
    margin-left: -20px;
    margin-top: 9px;
    /*border: 1px solid pink;*/
}
.configuratorSummaryPane table {
    margin-top: 10px;
    color: #666;
}
.configuratorSummaryPane thead th {
    width: 210px;
}
.configuratorSummaryPane th {
    vertical-align: top;
    width: 100px;
}
.configuratorSummaryPane td {
    width: 110px;
}
.configuratorSummaryPane img {
    display: none;
}
.cmodelName {
    display: none;
}
.cmodelName, .yourCirrus {
    font-size:12px;
}
.configuratorNav {
    border: 1px solid #aaa;
    background: #ccc;
    margin-top: 4px;
    line-height: normal;
}
.configuratorNav .selected {
    text-align: center;
    width: 150px;
    background-color: #747474;
    border: 1px solid #333;
}
.navButton 
{
    text-align: center;
    float: left;
    width: 150px;
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
    margin: 2px;
}
.configuratorBottom div {
    width: 100%;
}

/* Swatch Styles */
.extStripeName, .intColorName, .extColorName {
    display: block;
    margin: 4px 0 0 4px;
    color: #666;
}

#exteriorColorBox .extColorSwatch {
    float: left;
    width: 120px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 10px;
    line-height: normal;
    cursor: pointer;
}

#extDisclaimer{
    position:absolute;
    top:410px;
    left:640px;
    font-size:.7em;
}

#intDisclaimer{
    position:absolute;
    top:410px;
    left:640px;
    font-size:.7em;
}

#baseColorName, #baseStripeName, #baseInteriorName 
{
    font-weight:normal;  
    font-size: .95em;
}

#exteriorStripeBoxPH .extSwipeSwatch {
    float: left;
    width: 180px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 10px;
    line-height: normal;
    cursor: pointer;
}
#exteriorColorBox .selected, #exteriorStripeBox .selected, #interiorStripeBoxPH .selected {
    font-weight: bold;
}
#interiorStripeBoxPH .intSwipeSwatch {
    float: left;
    width: 240px;
    margin-right: 10px;
    text-align: center;
    font-size: 10px;
    margin-bottom: 6px;
    line-height: normal;
    cursor: pointer;
}

/* Options Table Styles */
div.optionsTableBox input {
    margin-right: 8px;
}
.inactive{
    color: #747474;
}
#lowerNavPanel {
    position:absolute;
    bottom: 0px;
    width: 802px;
    border: 1px solid #aaa;
    border-left: 0;
    border-right: 0;
    background: #ccc;
}
#divPrevious {
    float:left;
    cursor: pointer;
    margin-left: 10px;
    width: 100px;
    text-align:left;
}
#divNext {
    float:right;
    cursor: pointer;
    margin-right: 10px;
    width: 100px;
    text-align:right;
}
