﻿body{
    margin:0;
    background-image:url(/images/layout/bg.gif);
    background-position:center;
    }

#container{
    width:980px;
    margin:auto;
    font-family:Arial;
    }

#container img{
    border:0;
    }

#middle{
    background-color:#fff;
    background-image:url(/images/layout/body_bg.gif);
    background-repeat:repeat-x;
    padding:13px;
    }

#leftNav{
    float:left;
    width:187px;
    }

#leftNav ul{
    margin:0;
    padding:0;
    list-style-type:none;
    }

#leftNav ul li{
    background-image:url(/images/layout/left_link.gif);
    }

#leftNav li li{
    background-image:none;
    background-color:#000;
    }

#leftNav li a{
    padding-left:20px;
    line-height:26px;
    }

#leftNav li li a{
    padding-left:40px;
    }

#leftNav a{
    color:#fff;
    text-decoration:none;
    font-weight:bold;
    font-size:9pt;
    }

#rightCol{
    width:754px;
    float:right;
    font-size:9pt;
    }

#rightCol a{
    text-decoration:none;
    color:#7a2036;
    }

#rightHeader{
    background-image:url(/images/layout/top_welcome.gif);
    height:48px;
    }

#rightHeader h1{
    margin:0;
    color:#fff;
    text-transform:uppercase;
    font-size:14pt;
    font-family:Verdana;
    padding:12px;
    }

.cartLinks{
    float:right;
    }


#footer{
    height:100px;
    background-image:url(/images/layout/footer_stretch.gif);
    color:#fff;
    font-size:9pt;
    position:relative;
    }

#footer_text{
    z-index:10;
    position:absolute;
    top:18px;
    left:22px;
    }

#footer img{
    float:right;
    padding:0 23px;  
    }

/*** Product Page Styles ***/

.storeContent{
    padding:0 15px;
    }

.hiLite{
    color:#f00;
    }

.prodList{
    width:100%;
    margin-top:10px;
    }

.prodList td{
    width:33%;
    padding:0 0 25px 0;
    line-height:1.25em;
    vertical-align:top;
    }

.prodList img{
    border:2px solid #000;
    }

.prodSummary{
    max-width:200px;
    margin-top:5px;
    }

.prodDetail{
    width:100%;
    }

.prodDetail td{
    vertical-align:top;
    }

.prodImgs{
    padding-right:15px;
    }

#imgThumbs{
    margin-top:8px;
    }

#imgThumbs img{
    float:left;
    border: 1px solid #000;
    margin:2px;
    }

.cartTotal{
    font-weight:bold;
    }
    
.ordSummary td{
    padding:5px;
    }

.ordSummary th{
    padding:5px;
    font-weight:bold;
    text-align:center;
    background-color:#eee;
    }
    
/*** Home Page Styles ***/

#divFeatured{
    background-image:url(/images/layout/section_bg.gif);
    padding:5px;
    }

#divFeatured ul{
    margin:0;
    padding:0;
    list-style-type:none;
    }

#divFeatured li{
    background-color:#fff;
    width:243px;
    float:left;
    margin-right:5px;
    text-align:center;
    }

#divFeatured li img{
    max-height:175px;
    max-width:175px;
    _height:175px;
    }

.featuredThumb{
    height:175px;
    }
   
.prodName{
    background-image:url(/images/layout/arrow.gif);
    background-repeat:no-repeat;
    background-position:left center;
    margin-left:10px;
    padding:0 0 5px 35px;
    text-align:left;
    font-size:10pt;
    min-height:31px;
    }

#divPopular{
    width:364px;
    margin-right:5px;
    }

.homeBotm{
    margin-top:5px;
    background-image:url(/images/layout/section_bg.gif);
    background-repeat:repeat-x;
    background-color:#dfdfdf;
    float:left;
    }
    
.homeBotm ul{
    list-style-type:none;
    margin:0;
    padding:10px 15px 0 15px;
    }    
    
#divPopular li{
    background-color:#fff;
    margin-bottom:10px;
    height:90px;
    padding:5px;
    clear:both;
    }

#divPopular li img{
    max-height:90px;
    max-width:90px;
    _height:90px;
    float:left;
    }
    
#divPopular .popText{
    padding:15px 0 0 20px ;
    float:left;
    width:210px;
    }

#divPopular li .popText img{
    margin-top:10px;
    height:auto;
    float:none;
    }

#divNewest{
    width:384px;
    }
    
#divNewest li{
    background-color:#fff;
    margin-bottom:5px;
    height:60px;
    clear:both;
    }
    
#divNewest li img{
    max-height:60px;
    max-width:60px;
    _height:60px;
    float:left;
    margin-left:10px;
    }
    
#divNewest .popText{
    padding:15px 0 0 20px ;
    float:left;
    }

#divNewest .popText{
    display:block;
    padding:15px 40px 0 0;
    float:right;
    width:210px;
    height:45px;
    margin-right:10px;
    background-image:url(/images/layout/arrow.gif);
    background-repeat:no-repeat;
    background-position:right center;
    }
    
/*** Cart Page ***/

.divPad{
    padding:20px;
    }

.tblCart{
    margin-bottom:20px;
    }

.tblCart th{
    background-color:#7a2036;
    color:#fff;
    padding:8px;
    }

.tblCart td{
    padding:8px;
    border-bottom:1px solid #aaa;
    }

.cartTotal{
    margin-bottom:20px;
    }

.tdDec{
    text-align:right;
    }
    
.onPrint{
    display:none;
    }
    
@media print{

    .noPrint{display:none;}
    
    .onPrint{
        display:inherit;
    }

    #rightCol{
        float:left;
    }
}
