/* 
    Document   : style
    Created on : Sep 15, 2009, 9:48:48 AM
    Author     : James Hansen
    Description:
        Provide the styling for the Multiexpress Website.
*/


root { 
    display: block;
}

body {
    font-family: trebuchet ms, sans-serif;
    font-size: 12pt;
    margin: 0;
    background: #eee url('img/body_bg.png') repeat-x top left;
}

body h1 {
    font-size: 18pt;
}

.bodyContainer {
    width: 1010px;
    margin: auto;
    background: #fff url('img/container_bg.png');
}

.headerBar {
    font-size: 10pt;
    font-weight: bold;
    background-color: #eee;
    color: #fff;
    height: 27px;
    padding-top: 9px;
    padding-left: 10px;
    padding-right: 10px;
}

.headerBar_d {
    font-size: 10pt;
    font-weight: bold;
    background-color: #e57a23;
    color: #fff;
    height: 27px;
    padding-top: 9px;
    padding-left: 10px;
    padding-right: 10px;
}

.footerBar {
    font-size: 10pt;
    font-weight: bold;
    background-color: #000;
    color: #FFF;
    height: 27px;
    padding-top: 9px;
    padding-left: 10px;
    padding-right: 10px;
    
}

.headerBar a {
    color: #000;
    text-decoration: none;
}

.headerBar_d a {
    color: #000;
    text-decoration: none;
}

.titleBar {
    background-color: #f4f4f4;
    height:50px;
    max-height:50px;
    overflow:visible;
    width: 95%;
    margin: auto;
    border: 1px dotted #aaa;
}

.spacerBar {
    height: 35px;
    background: #fff url('img/spacer_bg.png') repeat-x top left;
}

.logoClass {
    position: relative;
    bottom: 82px;
    right: 14px;
 
}

.navBar {
    margin-left: 205px;
    position: relative;
    bottom: 182px;
}

.navChooser {
    margin-left: 265px;
    position: relative;
    bottom: 182px;
}

.navChooserCat {
    border: 1px #aaa solid;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 6px;
    display: inline;
    margin-right: 10px;
    font-weight: bold;
    background: #fff;
}

.navChooserCat a {
        text-decoration: none;
        color: #000;
}

.navBarMain {
    background: url('img/navbar_tile.png');
    zoom:1;   
    display: inline-block;
    height: 29px;
    width: 720px;
    text-align: center;
}

.navBarMain a {
    color: #666;
    text-decoration: none;
}

.navBarSelected {
    color: #5864FF;
}



.leftContainer {
    float: left;
    width: 65%;
    min-height: 500px;
}

.pageContainer {
    margin-left: 25px;
    padding-top: 15px;
    margin-right: 2.5%;
    min-height: 500px;
}

.pageContainer h1 {
    text-align: right;
    padding-right: 15px;
}

.rightContainer {
    margin-left: 65%;

}

.productBar {
    background: #B9EC80 url('img/productBar_grad.png');
    height:67px;
    width: 858px;
    margin: auto;
    margin-top: 80px;
    border-bottom: 1px solid #000;
    
}

.productBarLeft{
    background: url('img/productBar_lc.png');
    background-repeat: no-repeat;
    background-position:top left;
    width: 286px;
    float: left;
    height: 67px;
    text-align: center;
}

.productBarMiddle{
    background: none;
    width: 284px;
    float: left;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    height: 67px;
    text-align: center;
}

.productBarRight{
    background: url('img/productBar_rc.png');
    background-repeat: no-repeat;
    background-position:top right;
    width: 286px;
    float: left;
    height: 67px;
    text-align: center;
}

.productMain {
    background: #feffd5;
    height:400px;
    width: 854px;
    margin: auto;
    border-left: 2px solid #787478;
    border-right: 2px solid #787478;
    border-bottom: 2px solid #787478;
    font-size: 10pt;
}


.productMainLeft{
    width: 268px;
    float: left;
    height: 400px;
    padding-left: 8px;
    padding-right: 8px;
}

.productMainMiddle{
    width: 268px;
    float: left;
    height: 400px;
    padding-left: 8px;
    padding-right: 8px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.productMainRight{
    width: 268px;
    float: left;
    height: 400px;
    padding-left: 8px;
    padding-right: 8px;
}

.productDetails {
    font-size: 10pt;
    font-weight: bold;
}

.humanBoxTop {
    background: #e8feff url('img/humanBox_grad.png') repeat-x;
    margin-left:10%;
    margin-top:80px;
    width: 270px;
}

.humanBoxBottom {
    background: #e8feff url('img/humanBox_grad2.png') repeat-x bottom right;
    margin-left:10%;
    width: 270px;
}

.humanBoxMiddle {
    background: #e8feff;
    border-left: 2px solid #787478;
    border-right: 2px solid #787478;
    margin-left:10%;
    width: 266px;
    padding-bottom: 20px;
}

.friendlyBox {
    background: #f6ffff;
    border: 1px dotted #000;
    width: 200px;
    margin: auto;
    font-size: 10pt;
    margin-top: 10px;
    padding: 5px;

}

.loginBox {
    background: #feffe1;
    border: 1px dotted #aaa;
    position: absolute;
    margin-left: 720px;
    top: 95px;
    width: 253px;
    height: 80px;
    padding: 5px;
    font-size: 10pt;
}

.regBox {
    border: 1px dotted #000;
    background: #e8feff;
    font-size: 10pt;
    width: 100%;
    padding: 5px;
}

.logBox {
    border: 1px dotted #000;
    background: #feffe1;
    font-size: 10pt;
    width: 100%;
    padding: 5px;
    margin-left: 5px;
}

.errorMsg {
    font-size: 8pt;
    color: #F00;
}

.comparisonTable {

    text-align: center;
    border-spacing: 0px;
    background-color:  #f4f4f4;
     float: right;
    width: 654px;
}

.comparisonTable td {
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    text-align: center;
    font-size: 8pt;
    padding: 5px;

}


.comparisonCellD {
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    text-align: center;
    font-size: 8pt;
    padding: 5px;

}

.sohoheader {
    background-color:  #c4e9b3;
}
.corpheader {
    background-color:  #e8e8e8;
}
.entheader {
    background-color:  #f2f4e2;
}

.row2l {
    background-color: #ebebeb;
}

.row2 {
    background-color: #e3e3e3;
}

.featureBox {
    background-color:  #f4f4f4;
    border: 1px dotted #000;
    width: 280px;
    padding: 5px;
    margin-top: 25px;
    font-size: 10pt;
}

.featureBox b {
    font-size: 12pt;
}

.largeText {
    font-size: 16pt;
    font-weight: bold;
}

.screensTable td {
    font-size: 10pt;
    vertical-align: top;
}

.cartTable {

    text-align: center;
    border-spacing: 0px;
    background-color:  #efefef;

    width: 100%;
}

.cartTable td {
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    text-align: center;
    font-size: 8pt;
    padding: 5px;

}

.cartTableHeader {
    border-left: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;

    background-color: #f2f2f2;
    text-align: center;
    font-size: 8pt;
    padding: 5px;

}

.cartTableLeft {
    border-left: 1px solid #dedede;
}

.infoBox {
    background: url('img/infoBox.png');
    padding-top: 32px;
    padding-left: 18px;
    padding-right: 10px;
    height: 129px;
    width: 264px;
    font-size: 10pt;
}