﻿div#pagetitle {
    display: none;
}
div#body div.mainbody {
    padding: 0;
    height: 450px;
}

.configuratorContainer 
{
    position: absolute;
    margin-left: -160px;
    z-index: 10000;
    background-color: #000;
    width: 780px;
    padding: 4px 12px 10px 12px;
}
/*.configuratorTop 
{
    height: 204px;
}*/
.configuratorLargeImage {
    float: left;
    width: 560px;
    height: 196px;
    display:block;
}
#imgConfiguratorPicture{
    display:block;
}
#imgConfiguratorPictureFade{
    display:none;
}
.cmodelName{
    position:absolute;
    top:5px;
    left:5px;
    z-index:100;
    font-weight:bold;
}
.configuratorSummaryPane 
{
    line-height: normal;
    clear: both;
    width: 210px;
    font-size: 0.6em;
    /*border: 1px solid pink;*/
}
.configuratorNav {
    border: 1px solid #aaa;
    background: #ccc;
    margin-top: 4px;
    line-height: normal;
    display: none;
}
.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;
}
html>body div.configuratorBottom 
{
    margin-top: 100px;
}
.configuratorBottom div 
{
    clear: both;
    width: 100%;
}
#exteriorColorBox .extColorSwatch {
    float: left;
    width: 100px;
    margin-right: 10px;
    text-align: center;
    font-size: 10px;
    line-height: 10px;
    cursor: pointer;
}
#exteriorStripeBoxPH .extSwipeSwatch {
    float: left;
    width: 200px;
    margin-right: 10px;
    text-align: center;
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 6px;
    cursor: pointer;
}
#exteriorColorBox .selected, #exteriorStripeBox .selected, #interiorStripeBoxPH .selected {
    /*border: 4px solid pink;*/
}
#interiorStripeBoxPH .intSwipeSwatch {
    float: left;
    width: 240px;
    margin-right: 10px;
    text-align: center;
    font-size: 10px;
    line-height: 10px;
}

/* 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;
    display: none;
}
#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;
}


/* OTHER */
div#mainmenu 
{
    display: none;
}

#logo
{
    display: none;
}

div#header, div#footer, div#leftmenu, div#exteriorPanel, div#interiorPanel, div#summaryPanel
{
    display: none;
}

div#optionsPanel
{
    display: block;
    position:absolute;
    top:440px;
    left:8px;
}

table#summaryStrip
{
    display: none;
}
