@import "cart.css";

/*------------------------------------------------------------------------------
    Global Styles
*/
html, body {
    padding: 0;
    margin: 0;
    border: 0;
}
body {
    font-family:Arial, sans-serif;
    font-size:14px;
    background:#000;
    color:#F1F1F1;
}
a img {
    border:none;
}
a {
    color:#5F9B36;
}
a:hover {
    color:#49772A;
}
a:visited {
    color:#49772A;
}
.js {
    display:none;
}
form {
    margin:0;
    padding:0;
}


/*------------------------------------------------------------------------------
    Promo Note (#CenterOut style here should be removed when promo note is gone)
*/
#PromoNote {
    background-color:#DE0000;
    margin:10px 0;
    padding:1px 1em;
    font-size:14px;
    font-weight:bold;
    font-family:Georgia;
}
#CenterOut {
    margin-top:10px!important;
}

/*------------------------------------------------------------------------------
    Primary Layout Containers
*/
#Container {
    width:800px;
    margin:1em auto;    
}
#Content {    
}
#LeftOut, #RightOut {
    float:left;
    background:#87898A;
    width:380px;
    height:550px;
    margin:20px 10px;
    _margin:10px 3px;
}
#LeftOut { position:relative; }
#LeftIn, #RightIn {
    background:#E3E3E3;
    width:350px;
    height:520px;
    margin:15px;
    _margin:7px;
    color:#717171;
}
#CenterOut {
    background:#87898A;
    margin:20px 0;
    padding:18px;
    position:relative;        
}
#CenterIn {
    background:#E3E3E3;
    height:520px;
    color:#717171;    
}

#Header {
    border-top:2px solid #3db748;
    border-bottom:2px solid #3db748;
}
h1#Logo {
    margin:0;
    background:url(../img/layout/logo.jpg) top left no-repeat;
    width:408px;
    height:113px;
    float:left;
}
h1#Logo a {
    display:block;
    text-indent:-99999px;
    overflow:hidden;
    width:408px;
    height:113px;
}

#HeaderNav {
    float:left;
    padding-top:4px;
    width:390px;
}
#HeaderNav a {
    display:block;
    background-image:url(../img/layout/topnav_off.png);
    background-repeat:no-repeat;
    height:109px;
    float:left;
}
#HeaderNav a:hover, #HeaderNav a:active, #HeaderNav a.active {
    background-image:url(../img/layout/topnav_on.png);
}
#HeaderNav a.technology {
    width:102px;
    background-position:0px 0px;
}
#HeaderNav a.products {
    width:84px;
    background-position:-103px 0px;
}
#HeaderNav a.customer {
    width:136px;
    background-position:-188px 0px;
}
#HeaderNav a.mycart {
    width:68px;
    background-position:-325px 0px;
}

#Footer {
    font-size:10px;
    color:#77787B;
    padding:0 10px 10px;
}
#Footer .copyLink {
    float:left;
}
#Footer .copyLink a {
    color:#54B948;
}
#Footer .rightLinks {
    float:right;
}
#Footer .rightLinks a {
    color:#77787B;
}

#TitleBox {
    position:absolute;
    top:-2px;
    left:0;
    width:363px;
    height:35px;
    padding-left:30px;
    padding-top:17px;
    background:url(../img/layout/title_box.png) top left no-repeat;
    color:#636466;
    font-style:italic;
    font-weight:bold;
    font-size:15px;
    text-transform:uppercase;
    overflow:hidden;
}

/*------------------------------------------------------------------------------
    Technology Page
*/
#Technology {
    font-size:11px;
    color:#4D4D4F;
}
#Technology .left {
    float:left;
    width:265px;
    padding-left:20px;
}
#Technology .right {
    float:left;
    width:475px;
}
#Technology .greyList {
    background:url(../img/layout/tech_list_bg.png) top left no-repeat;
    width:435px;
    height:168px;
    margin:1em 0;
    padding:6px 0 6px 25px;
    color:white;
    line-height:170%;
}
#Technology h4 {
    margin:1em 0 0;
    font-size:13px;
}
#Technology .small {
    font-size:10px;
}
#Technology .ttpBox {
    float:left;
    margin-right:0.5em;
    text-align:center;
    font-size:10px;
}


/*------------------------------------------------------------------------------
    Product Listing
*/


/*------------------------------------------------------------------------------
    Product Detail
*/

#ProductLeft {
    padding:25px 20px 0 20px;
}
#ProductLeft h5 {
    margin:1em 0 0.25em;
    color:#4D4D4F;
    text-transform:uppercase;
    font-size:11px;
}
#ProductLeft p {
    font-size:10px;
}
#ProductLeft ul {
    padding-left:1.5em;
    font-size:10px;
    margin:0.25em 0;
    line-height:110%;
}
#ProductLeft .submit {
    margin:1em 0;
}

#ProductLeft .swatch {
    border:2px solid #E6E6E6;
}
#ProductLeft .swatch.active {
    border-color:#FFFFC8;
}
#SwatchHover {
    position:absolute;
    border:2px solid #444;
}
#BannerLogos {
    position:relative;
    left:-20px;
    margin-top:0.5em;
}
#ProductLeft div.submit {
    float:left;
}
#ProductLeft #Price {
    float:left;
    background-color:#E3E3E3;
    font-size:16px;
    font-weight:bold;
    text-align:center;
    width:100px;
    padding:3px 0;
    margin:25px 0 0 10px;
    _margin:10px 0 0 3px;
}







#Product #product_image {
    float:left;
}
#Product .desc,
#Product .options {
    float:right;
    width:350px;
    clear:right;
}
#Product #ProductImage {
    border:1px dashed #efefef;
}
#Product #FaceToggle {
    text-align:center;
    font-size:12px;
    padding:8px 0;
}
#Product #FaceToggle a {
    cursor:pointer;
    padding:2px 4px;
    border:1px solid white;
}
#Product #FaceToggle a:hover {
    text-decoration:none;
}
#Product #FaceToggle a.active {
    background-color:#FFFFCC;
    color:black;
    border:1px solid #999966;
}
#Product #FaceToggle a.disabled {
    color:#999999;
    cursor:default;
}


/*------------------------------------------------------------------------------
    La Pagination
*/
#pagination {
    font-size:85%;
    padding:6px;
}
#pagination .pages {
    background-color:#efefef;
    border-top:1px solid #dfdfdf;
    border-bottom:1px solid #dfdfdf;
    margin:3px 0;
}
#pagination a,
#pagination .pages .current,
#pagination .pagingNav {
    padding:3px 3px;
    display:block;
    float:left;
    text-decoration:none;
}
#pagination a:hover {
    background-color:#ccc;
}
#pagination .pages .current {
    color:black;
}

#pagination .pagingNav {
    width:45px;
    text-align:center;
}
#pagination a.pagingNav {
    color:#FF4B0F;
}

#pagination .number,
#pagination .current {
    padding-left:8px!important;
    padding-right:8px!important;
}
#pagination .limit {
    font-size:85%;
}


/*------------------------------------------------------------------------------
    About Personalization
*/
#about_personalization {
    padding:10px;
    line-height:140%;
    font-size:90%;
}
#about_personalization .close {
    float:right;
    cursor:pointer;
}
#about_personalization h2,
#about_personalization h4 {
    border-bottom:2px solid #444444;
    padding-bottom:0.15em;
}
#about_personalization .body {
    padding:0 25px 0 50px;
}
#about_personalization .legend img {
    vertical-align:middle;
    margin-right:5px;
}
#about_personalization .note strong {
    color:red;
}
#about_personalization .contact {
    border-top:2px solid #444444;
    font-size:90%;
}


/*------------------------------------------------------------------------------
    Browser Links
*/
#browserLinks {
    text-align:right;
    margin:5px;
    display:none;
}


/*------------------------------------------------------------------------------
    Flash Messages
*/
#flashMessage div.message {
    display:inline;
}
#flashMessage {
    background-color:#FFFFCC;
    border-bottom:1px solid #808080;
    border-top:1px solid #808080;
    padding:0.3em 0;
    font-size:115%;
    color:black;
}
