/* GLOBAL STYLES */

html, body, h1, h2, h3, h4, div, p, ul, li, input, select, td, a{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 7.5pt;
}
html,body,div,p,ul,li,input,select{ font-size: 7.5pt; }

h1{ font-size: 1.4em; padding-bottom: 2px;}

h1, h2, h3, h4, h5, h6, td{
    color: #685143;
}

h2{ font-size: 1.2em; }
h3{ font-size: 1em; margin-top: 12px; padding-top: 12px; }
h4{ font-size: .9em; }
h5{ font-size: .8em; }
h6{ font-size: .7em; }
h4,h5,h6{ padding: 0px; margin: 0px; }

h1.catHeader{
    margin: 0px 0px 14px 0px;
    padding: 0px;
    font-size: 1em;
    font-weight: bold;
    color: #354A43;
}
h1.catHeader a{
    font-size: 1em;
    font-weight: normal;
}

body{
    background-color: #685143;
    text-align: center;
    margin: 0px;
    padding: 0px;
    color: #000000;
}

#pageContainer{
    position: relative;
    color: #685143;
    margin: 0px auto;
    text-align: left;
    width: 784px;
}

#innerContainer{
    margin: 0px;
    background-color: #FFFFFF;
}
/* END GLOBAL STYLES */

/* LOGO STYLES */

#header{
    position: relative;
    z-index: 1000;
    margin: 0px;
    padding: 1px;
    height: 79px;
    border: 0px solid #E4EBF1;
    background-color: #685143;
}

#header a, #header a:hover{
    text-decoration: none;
}
#header a img{
    border: 0px solid #FFFFFF;
}

#headerLeft{
    float: left;
    width: 350px;
    height: 79px;
}
#headerRight{
    float: right;
    width: 393px;
    height: 79px;
}

/* END LOGO STYLES */

/* MENUBAR STYLES */
#menubar{
    position: absolute;
    z-index: 2000;
    top: 80px;
    left: 0px;

    width: 782px;
    height: auto;
    min-height: 23px;
    padding: 0px;
    margin: 0px 1px;
    text-align: center;

    background-color: #E6F5B2;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

#tmenu{
    position: relative;
    display: block;
    z-index: 2000;
    list-style: none;
    margin: 0px auto;
    padding: 0px;

    width: 740px;

    height: auto;
    min-height: 23px;
}

#tmenu li{
    position: relative;
    z-index: 2000;
    float: left;

}
#tmenu li a{
    float: left;
    display: block;
    margin-top: 6px;
    padding: 0px 10px 0px 10px;
    border-right: 1px solid #B3B488;

    color: #000000;
    font-size: .9em;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;

    border-bottom: 0px solid #FFFFFF;
}

/* sickly 5.2 mac hack attack \*/
#tmenu li a{
    float: none;
}
/* :P */

#tmenu li a.ta_cur{
    /* background-color: #E9F3F5; */
    color: #474D4B;
    border-bottom: 0px solid #DBEAED;
}

#tmenu li a:hover{
    color: #474D4B;
    border-bottom: 0px solid #DBEAED;
}
#tmenu .ta_first{ margin-left: 4px; border-left: 0px solid #000000; }
#tmenu .ta_last{ border-right: 0px solid #000000; }


 /* DROP DOWN MENU */
#tmenu li ul{
    position: absolute;
    z-index: 15000;
    display: none;
    top: 22px;
    left: 0px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 150px;
    white-space: nowrap;
}

#tmenu li ul li{
    position: relative;
    z-index: 2000;
    display: block;
    margin: 0px;
    text-align: center;

    width: auto;
    height: auto;
}

#tmenu li ul li a{
    position: relative;
    z-index: 2000;
    display: block;
    padding: 4px 5px 3px 5px;
    margin: 0px;
    width: auto;

    white-space: nowrap;
    background-image: none;
    text-transform: none;
    text-align: left;
    font-weight: normal;
    font-size: 9px;
    text-decoration: none;

    background-color: #EBECEE;
    color: #000000;
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #6A7F94;
}

#tmenu li ul li a span{
    background-image: none;
    height: auto;
    color: #8D0303;
}

#tmenu li ul li a:hover{
    background-color: #6A8097;
    background-image: none;
    text-decoration: none;
    color: #FFFFFF;
    text-transform: none;
}
#tmenu li ul li a:hover span{
    border: 0px solid #000000;
    background-image: none;
    color: #ff0000;
}

 /* END DROP DOWN MENU */
/* END MENUBAR STYLES */



/* LEFT MENU STYLES */
.memberMenu{ text-align: center; }
.dleftmenu{
    margin-bottom: 8px;
    padding: 0px;
    border-bottom: 0px solid #282828;
}
.dleftmenu ul{
    display: block;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.dleftmenu ul li{
    display: block;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.dleftmenu ul li a{
    display: block;
    padding: 3px 2px 3px 4px;
    margin: 0px;
    text-decoration: none;
    font-size: 10px;
    font-weight: normal;
}
.dleftmenu ul li a:hover{
    text-decoration: none;
}


#jsImgRotate{
    position: relative;
    z-index: 2000;
    top: 0px;
    left: 0px;

    width: 250px;
    height: 128px;

    overflow: hidden;
}
#jsImgRotate img{
    position: absolute;
    top: 0px;
    left: 15px;
    z-index: 0;

    width: 211px;
    height: auto;

    visibility: hidden;
    opacity: 0;

    cursor: pointer;
}


/* END LEFT MENU STYLES */

/* COLUMN MAIN */
#headerContainer{position: relative;}

#ccContainer{ border: 1px solid #000000; }

#contentContainer{
    position: relative;
    z-index: 0;
    clear: both;

    margin: 32px 3px 3px 3px;


}

#columnLeft{
    float: left;
    padding: 0px;
    width: 170px;
    text-align: left;

    background-color: #FFFFFF;
    color: #685143;
}

#content{
    float: right;
    position: relative;

    height: auto;
    min-height: 400px;
    width: 580px;
    padding: 8px 8px 8px 0px;
    font-size: 1.3em;

    background-color: #FFFFFF;
    color: #685143;
}


#copyright{
    position: relative;
    clear: both;
    margin-top: 10px;
    padding: 4px;
    font-size: 1em;
    text-align: center;
    color: #213242;

    margin: 3px 3px 3px 3px;
}
#copyright div{ padding-top: 4px; font-size: .9em; }
#copyright a{ color: #213242; font-weight: normal; font-size: 1em; text-decoration: none; }
#copyright a:hover{ color: #000000; text-decoration: underline; }

#paytd{ background-color: #061975; }
.payments{ height: 36px; width: 205px; background: #6B8ABF url(/images/payment_options.jpg); }

/* END COLUMN MAIN */

/* DATA TABLES */
td.adminTitle{
    background-color: #E6F5B2;
    text-decoration:none;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    color: #000000;
    margin: 0px;
    padding: 4px 8px 4px 8px;
}
td.cellHeader{
    padding: 4px 8px 4px 8px;
    font-size: 12px;
    font-weight: bold;
    height: 16px;
    background-color: #B6D5E7;
    color: #685143;
}
td.cellHeader a{
    color: #685143;
}


td.cell{
    color: #685143;
    padding: 2px 8px 2px 8px;
    font-size: 12px;
    text-align: left;
    border-bottom: 1px solid #D2E2D7;
}
td.cellOdd{
    padding: 2px 8px 2px 8px;
    font-size: 12px;
    color: #685143;
    background-color: #D7DCE0;
    border-bottom: 1px solid #D2E2D7;
}
td.cellError{
    padding: 2px 8px 2px 8px;
    font-size: 12px;
}

.vcTable{
    width: 95%;
}


/* END DATA TABLES */

/* Article Styles */

.mainListings .artTitle a{
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.mainListings .artInfo{
    margin: 2px 0px 8px 0px;
    padding: 0px;
}
.mainListings .artInfo li{
    list-style-type: none;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

.mainListings .artInfo li a{
    text-decoration: none;
}

.artListings .artTitle a{
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.artListings .artInfo{
    margin: 2px 0px 8px 0px;
    padding: 0px;
}
.artListings .artInfo li{
    list-style-type: none;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

.artListings .artInfo li a{
    text-decoration: none;
}

.articlePages{
    text-align: right;
    margin-bottom: 24px;
}

.article { margin-top: 32px; }
.articleBody{ height: auto; min-height: 300px; }

.articleFoot{}
.articleFoot table{
    width: 100%;
}
.articleFoot table td {
    width: 33%;
    padding: 5px;
    font-size: 10px;
    vertical-align: top;
    text-align: left;
}

.articleReply{}
.articleReply textarea{
    width: 460px;
    height: 200px;
}

.cblock{
    margin: 12px 0px;
}

.commentBlockHeader{
    padding: 4px;
}
.commentUser, .commentDate{
    font-weight: bold;
    padding: 4px 0px;
}
.commentContent{
    padding: 8px 4px 8px 8px;
    margin-bottom: 24px;
}
.ratingError{
    text-align: center;
    padding: 12px 0px;
}
.ratingError .error{
    font-size: 16px;
}

/* End Article Styles */

/* FORM ELEMENTS */

input, select{
    background-color: #FFFFFF;
    font-weight: normal;
    font-size: 12px;
    border: 1px solid #8C959C;

}
.button{
    color: #6B8ABF;
    background-color: #D5E2EB;
}
.buttonOver, .button:hover{
    color: #D5E2EB;
    background-color: #6B8ABF;
}

.button, .buttonOver, .button:hover{
    font-weight: bold;
    font-size: .85em;
    padding-bottom: 2px;
    cursor: pointer;
    text-decoration: none;

    border: 1px solid #6B8ABF;
}
a.button, a.buttonOver{
    padding: 2px;
}
/* END FORM ELEMENTS */

/* ANCHORS */
a{ font-weight: bold; color: #685143; }
a:hover{ color: #6B8198 }
a.cellHeader{ text-decoration: none; font-weight: bold;}
a.cellHeader:hover{ text-decoration: underline}
a.cellHeaderSmall{ text-decoration: none; font-size: 10px; font-weight: bold;}
a.cellHeaderSmall:hover{ text-decoration: underline; }
a.cellLarge{ text-decoration:none; font-weight: normal; }
a.cellLarge:hover{ text-decoration:none;}
a.small{ font-size: 11px; font-weight: bold; margin-bottom: 4px;}
a.toolbarText{ font-weight: bold; font-size: 10px; text-decoration: none;}
a.toolbarIcon{ margin: 0px;}
a.toolbarIcon:hover{ margin: 0px;}
.toolbarIcon{ margin: 0px;}

#header a{
    color: #0729B1;
    text-decoration: underline;
}
#header a:hover{
    color: #787878;
    text-decoration: underline;
}



/* END ANCHORS */

/* MISC */
/* DONT CHANGE THIS P IE Users will appreciate it */
/* Most ie users will probably paste stuff, so here it is. */

/*used for the checkout page header text and for email header text*/
.boldHeader{ font-weight: bold; }
span.small{ font-size: 12px; }
.large{ font-size: 12px; }
.tdHeader{ font-size: 12px; padding: 10px 0px; margin: 0px; }
.error{ font-weight: bold;  color: #FF0000; border: 0px solid #CCCCCC; padding: 0px 2px;}
span.good{ font-weight: bold; }

.clearBoth{clear: both;}
/* replacement for hr */
div.hr, div.hr2{ height: 1px; font-size: 1px; width: 100%; margin: 6px 0px; background-image: none; }
form{ padding: 0px; margin: 0px; }
table.center{ margin: 0px auto; }
table.right{ margin-left: auto; margin-right: 0px; }

/* general 100% + 0 padding and 0 margin (where applicable) */
.t100{ width: 100%; margin: 0px; padding: 0px; }

.center{ text-align: center; }
.right{ text-align: right; }

/* ############## Advertisement styles ################ */
.advertisement{ text-align: center; margin: 4px 0px; font-size: 9px; text-transform: lowercase; }
.advertisement a{ text-decoration: none; }
.advertisement img{ border: 1px solid #000000; }

.articleBody .advertisement{ display: inline; float: right; margin: 16px 0px 0px 0px; padding: 8px; }
.articleBody .advertisement img{  }
/* ############ End Advertisement styles ############## */


/* GALLERY STYLES */

.galleryDescription{
    margin: 0px;
}

div.galleryContainer{
    position: relative;
    margin: 0px;
    height: auto;

    clear: both;

    display: table;

    border-left: 0px solid #CECCF9;
}

ul.galleryContainer{
    display: block;
    list-style: none;
    margin: 0px;
    padding: 0px;

    clear: both;
}

ul.galleryContainer li{
    float: left;
    margin: 0px;
    padding: 0px 0px;

    text-align: center;
    width: 150px;

    border-top: 0px solid #CECCF9;
    border-right: 0px solid #6B8ABF;
    border-bottom: 0px solid #6B8ABF;
}


ul.galleryContainer li a{
    display: block;
    margin: 0px;
    padding: 6px 0px;

    white-space: normal;

    height: auto;
    min-height: 104px;

    text-decoration: none;
}

ul.galleryContainer li img{
    margin: 0px 4px;
    border: 0px solid #FFFFFF;
}

/* Product gallery specific */

#productGallery{

}

#productGallery ul{
    display: block;
    list-style: none;
    margin: 0px 0px 0px 6px;
    padding: 0px;
    width: 100%;
}

#productGallery ul li{
    display: block;
    margin: 0px;
    padding: 6px 0px;
    float: left;
    text-align: center;
    border: 0px solid #6B8ABF;

    height: auto;
    width: auto;
    min-width: 138px;
    min-height: 66px;

}

#productGallery ul li img{
    margin: 0px 4px;
    border: 0px solid #FFFFFF;
}


/* PRODUCT GALLERY */

div.pGalleryContainer{
    margin-top: 16px;
    width: 300px;
    height: auto;
    clear: both;
    display: table;
    border-left: 0px solid #CECCF9;
}

ul.pGalleryContainer{
    display: block;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    clear: both;
}

ul.pGalleryContainer li{
    float: left;
    margin: 0px;
    padding: 0px 0px;
    text-align: center;
    width: 140px;
    border-top: 0px solid #CECCF9;
    border-right: 0px solid #6B8ABF;
    border-bottom: 0px solid #6B8ABF;
}

ul.pGalleryContainer li a{
    display: block;
    margin: 0px;
    padding: 6px 0px;
    white-space: normal;
    height: auto;
    min-height: 80px;
    text-decoration: none;
}

ul.pGalleryContainer li img{
    margin: 0px 4px;
    border: 0px solid #FFFFFF;
}

/* END PRODUCT GALLERY */

/* LARGE PRODUCT GALLERY */

div.pGalleryContainerL{
    margin: 16px auto 0px auto;
    width: 577px;
    height: auto;
    clear: both;
    display: table;
    border-left: 0px solid #CECCF9;
}

ul.pGalleryContainerL{
    display: block;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    clear: both;
}

ul.pGalleryContainerL li{
    float: left;
    margin: 0px;
    padding: 0px 0px;
    text-align: center;
    width: 140px;
    border-top: 0px solid #CECCF9;
    border-right: 0px solid #6B8ABF;
    border-bottom: 0px solid #6B8ABF;
}


ul.pGalleryContainerL li a{
    display: block;
    margin: 0px;
    padding: 6px 0px;
    white-space: normal;
    height: auto;
    min-height: 80px;
    text-decoration: none;
}

ul.pGalleryContainerL li img{
    margin: 0px 4px;
    border: 0px solid #FFFFFF;
}

/* END LARGE PRODUCT GALLERY */

/* SUB-GALLERIES */
div.subgalleryContainer{
    position: relative;
    margin-top: 16px;

    height: auto;
    clear: both;
    display: table;
}

ul.subgalleryContainer{
    display: block;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    clear: both;
}

ul.subgalleryContainer li{
    float: left;
    margin: 0px;
    padding: 0px 0px;
    text-align: center;
    width: 150px;
}


ul.subgalleryContainer li a{
    display: block;
    margin: 0px;
    padding: 6px 0px;
    white-space: normal;
    height: auto;
    min-height: 100px;
    text-decoration: none;
}

ul.subgalleryContainer li img{
    margin: 0px 4px;
    border: 0px solid #FFFFFF;
}

/* END SUB-GALLERY */

/* END GALLERIES */

.dottedHR{ border-top: 1px dotted #D5E2EB; padding: 5px 0px; }

.productOptH{
    margin: 3px 0px;
    color: #000000;
    border-bottom: 1px solid #C4D0EA;
    font-weight: bold;
    font-size: 14px;
}

/* PRODUCTS */
.linePrice{
    text-decoration: line-through;
}

.prodPageContainer{
    display: table;
    clear: both;
    width: 100%;
    font-size: 1em;
}

.prodHeader{
    border-bottom: 1px solid #C4D0EA;
    border-top: 1px solid #C4D0EA;
    margin: 8px 0px;
}
.tellFriend{
    float: right;
    text-align: right;
    padding-top: 8px;
}
.largeProdGallery{ width: 450px; text-align: center; }
.smallProdGallery{
    float: right;
    text-align: center;
}

.pOptContainer{ padding: 15px 0px; }
.pOptInfo{
    float: right;
    margin-top: 5px;
}
.pOptImg{
    float: left;
    width: 140px;
    height: 64px;
}
.dispTable{
    display: table;
    clear: both;
    margin: 8px 0px;
}

.priceFoot{
    text-align: center;
    border-top: 1px solid #C4D0EA;
    border-bottom: 0px solid #C4D0EA;
    padding: 8px 0px;
}
.dispPriceFoot{
    float: left;
    font-weight: bold;
}

.simProducts{
    width: 100%;
    border: 1px solid #6B8ABF;
    margin: 8px auto 0px auto;
    clear: both;
}

.simProductsH{
    white-space: nowrap;
    text-align: left;
    background-color: #6B8ABF;
    padding: 5px 5px 5px 0px;
}

.simProductsH a{
    padding: 5px 6px;
    margin-right: 1px;
    color: #D5E2EB;
    text-decoration: none;
}
.simProductsH a:hover, .simProductsH .simHover{
    background-color: #D5E2EB;
    text-decoration: underline;
    color: #6B8ABF;
}

.simProductsC{ display: table; clear: both; }
.simProductsC ul{ list-style: none; width: 100%; }
.simProductsC ul li{ float: left; width: 150px; min-height: 200px; height: auto; padding: 3px 8px;}

.pcatTable{
    width: 100%;
}

.pcatLeft, .pcatMiddle, .pcatRight{
    width: 33%;
    padding: 10px 4px;
}

/* END PRODUCTS */

.shoppingCart{
    background-color: #F4F5F7;
    border: 1px solid #000000;
    padding: 3px;
    text-align: center;
    font-size: 9px;
}
.shoppingCart a{ font-size: 9px; }

/* HOMEPAGE NEWSBLOCK STYLES */

.newsBlock ul{
    list-style: none;
    padding: 0px 3px;
    margin: 0px;
}
.newsBlock ul li{
    display: block;
    padding: 0px;
    margin: 0px;
}
.newsBlock ul li a{
    display: block;
    padding: 3px 0px;
    text-decoration: none;
}
.newsBlock ul li a:hover{
    background-color: #D5E2EB;
    color: #6B8ABF;
}

.newsBlock .newsHeader{
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    padding: 2px;
    background-color: #6B8ABF;
    color: #FFFFFF;
}

/* END NEWS BLOCK STYLES */

.contactLeft{
    font-size: 11px;
}

.alphaContain{
    text-align: center;
    padding: 8px 8px 8px 14px;
}

.alphaList{
    margin: 0px auto;
    display: inline;
    list-style-type: none;
}
.alphaList li{
    float: left;
    list-style-type: none;
    padding: 0px 0px 0px 8px;
}

.catBackgrounds{
    position: absolute;
    z-index: -1000;
}

.c{
    position: relative;
    padding: 2px;
    margin: 8px auto;
}

.im{
    position: relative;
    border: 1px solid #B6B4B5;
}

.t{
    position: absolute;
    font-size: 12px;
}

.e{
    position: absolute;
    font-size: 11px;
}

.couponBase{
    width: 550px;
    padding: 8px;
    page-break-after: always;
}

.couponContainer{
    position: relative;
    color: #000000;
}

.cbLink{
    position: absolute;
    z-index: 2000;
    background-image: url('/images/space.gif');
    left: 1px;
    top: 1px;
}

.cartButtons{
    text-align: right;
    margin-bottom: 8px;
}
/* CONTACT STYLES */
.contactTable{
    width: 70%;
    margin: 0px auto 0px auto;
    text-align: left;
}

.contactTable td{
    padding: 2px;
}

.contactLeft{
    width: 100%;
    text-align: left;
}

.contactRight{
    width: 100%;
    text-align: left;
}

.contactTable .contactBottom{
    padding-top: 14px;
}

.required{
    color: #FF0000;
}

/* END CONTACT STYLES */
.viewDrop{ float: right; }


/* homepage styles */

.hRandProds{
    width: 564px;
    margin: 0px auto;

    text-align: left;
}

.hRandProds table td{
    width: 33%;
    padding: 4px;
    border-right: 1px solid #D5D5D5;
    border-bottom: 1px solid #D5D5D5;

    text-align: center;
}

.hRandProds table td img{
    margin: 4px;
    border: 0px solid #000000;
}

.hRandProds .hRandProdHeader{
    border: 1px solid #A1BFD1;
    background-color: #B6D5E7;

    padding: 3px;
    text-align: left;
}

/* end hompage styles */

.plistCurrent{
    font-size: 1.2em;
}

#eventCounter{
    float: left;
    margin-left: 8px;
    font-size: 1.2em;

    color: #6B8ABF;
}
#eventCounter strong{
    color: #CC0000;
}

.sOptName{
    padding-top: 5px;
}
