/* GLOBAL STYLES */

html, body, h1, h2, h3, h4, div, p, ul, li, input, select, td, a{
    font-family: Arial, Verdana, Helvetica, sans-serif;
}
html,body,div,p,ul,li,input,select,td,a{ font-size: 11px; }
h1{ font-size: 18px; padding-bottom: 2px;}

h1, h2, h3, h4, h5, h6, td{
    color: #000000;
}

h2{ font-size: 16px; }
h3{ font-size: 14px; }
h4{ font-size: 13px; }
h5{ font-size: 12px; }
h6{ font-size: 11px; }
h4,h5,h6{ padding: 0px; margin: 0px; }

body{
    background: url(/images/body_bg.jpg) repeat top left;
    background-attachment: fixed;

    text-align: center;
    margin: 0px;
    padding: 0px;
    color: #000;
}

#pageContainer{
    position: relative;
    margin: 10px auto 0px auto;
    text-align: left;
    width: 980px;
}

/* END GLOBAL STYLES */

/* LOGO STYLES */

#header{
    position: relative;
    z-index: 10000;
    height: 110px;

    color: #FFFFFF;
    background: url(/images/header_bg.png) repeat top left;
}

#hLogo_container{
    position: absolute;
    left: 13px;
    top: 4px;
    width: 146px;
    height: 97px;
    background: url(/images/logo.png) repeat top left;
}

#hInfo{
    position: absolute;
    top: 15px;
    right: 10px;

    color: #54575e;
    font-size: 14px;
}

#logoLink{
    position: absolute;
    left: 0px;
    display: block;
    text-decoration: none;
}
#logoLink img{
    border: 0px solid #FFFFFF;
}
#logoLink, #logoLink img{
    width: 190px;
    height: 100px;
}

#header_buttons{ position: absolute; right: 10px; bottom: 12px; text-align: right; }
#header_button_login, #header_button_profile{
    display: block;
    float: left;
    width: 92px;
    height: 53px;
    padding: 3px 0px 0px 0px;
    margin-left: 3px;
    cursor: pointer;
}
#header_button_login{ background: url(/images/header_button_login.png) no-repeat bottom left; }
#header_button_profile{ background: url(/images/header_button_profile.png) no-repeat bottom left; }
#header_button_forum{
    display: block;
    float: left;
    width: 92px;
    height: 53px;
    background: url(/images/header_button_forum.png) no-repeat bottom left;
    border-right: 1px solid #b4b4b4;
    padding: 3px 3px 0px 0px;
    margin-left: 3px;
    margin-right: 2px;
    cursor: pointer;
}
#header_button_viewcart{
    display: block;
    float: left;
    width: 92px;
    height: 53px;
    background: url(/images/header_button_viewcart.png) no-repeat bottom left;
    padding: 3px 0px 0px 0px;
    margin-left: 3px;
    cursor: pointer;
}
#header_button_checkout{
    display: block;
    float: left;
    width: 92px;
    height: 53px;
    background: url(/images/header_button_checkout.png) no-repeat bottom left;
    padding: 3px 0px 0px 0px;
    margin-left: 3px;
    cursor: pointer;
}

/* END LOGO STYLES */

/* MENUBAR STYLES */

#menubar{
    position: relative;
    z-index: 25000;
    background: #010101 url(/images/menubar_bg.gif) repeat-x bottom left;
    height: 40px;
    max-height: 40px;
    text-align: left;
    border-top: 1px solid #363636;
    border-bottom: 1px solid #2c2c2c;
}
#tmenu{
    height: 40px;
    margin-left: 10px;
}

#tmenu td{
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    position: relative;
}

#tmenu td a{
    display: block;
    position: relative;

    color: #fff;

    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    border-right: 1px solid #363636;
}
#tmenu td a span{
    display: block;
    padding: 12px 13px 14px 13px;
    text-decoration: none;
}

#tmenu td .ta_first{ border-left: 1px solid #363636; }

#tmenu td a:hover, #tmenu td a.ta_cur{
    color: #fff;
    background: #2b52a8 url(/images/tmenu_hover_bg.gif) repeat-x top left;
}

 /* DROP DOWN MENU */
#tmenu td ul{
    position: absolute;
    z-index: 25000;
    display: none;
    top: 36px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    opacity: .95;
    overflow: hidden;
    background-color: #500a0a;
}

#tmenu td ul li{
    display: block;
    margin: 1px 5px;
    overflow: visible;
    padding: 1px;
    border-bottom: 1px solid #c60000;
}

#tmenu td ul li a{
    display: block;
    padding: 4px 5px 3px 5px;
    margin: 0px;
    height: auto;

    white-space: nowrap;
    background-image: none;
    text-transform: none;
    text-align: left;
    font-weight: normal;
    font-size: 11px;
    text-decoration: none;
    color: #fff;

    border-right: 0px solid #98c1f0;

    min-width: 200px;
}

#tmenu td ul li a:hover, #tmenu td ul li a.ta_cur{
    background-color: #c60000;
    background-image: none;
    text-decoration: none;
    color: #fff;
    text-transform: none;
}

#tmenu td ul .drop_spacer{ border-bottom: 0px solid #fff; }

 /* END DROP DOWN MENU */
/* END MENUBAR STYLES */



/* LEFT MENU STYLES */

#dleftmenu{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#dleftmenu li{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#dleftmenu li a{
    display: block;
    padding: 3px 0px 3px 0px;
    text-decoration: none;
    font-size: 11px;
    font-weight: normal;
    width: 100%;

    color: #000315;
    border-bottom: 1px solid #99C3DB;
}

#dleftmenu li a:hover span{
    color: #007AC7;
}

/* STRUCTURE */
#content_header{ padding: 7px 0px; }
#content_header_search{ width: 235px; padding-left: 10px; }
#header_search_text{ width: 155px; }

#pageName a{ color: #5a75af; }
#pageName a:hover{ color: #3e68c7; }

#pageTools{ width: 185px; text-align: right; }
#pageTools a{ text-decoration: none; color: #676767; font-weight: normal; }
#pageTools a:hover{ color: #989898; }
#pageTools a img{ border: 0px solid #fff; }

#contentContainer{
    border-top: 1px solid #afafaf;
    background: #d4d4d4 url(/images/content_container_bg.gif) repeat-x top left;
    position: relative;
    z-index: 5000;
    height: auto;
    min-height: 740px;
    padding: 0px 10px 10px 10px;
}

#columnLeft, #columnMain{
    vertical-align: top;
    background: url(/images/content_container_inner_bg.gif) repeat-x top left;
    padding-top: 10px;
    border-top: 1px solid #e9e9e9;
}

#columnLeft{
    width: 235px;
    padding-right: 10px;

    text-align: left;
}

#columnMain{ }

#content{
    position: relative;
    z-index: 2000;
    overflow: auto;
    height: 510px;
    padding: 8px;
    border: 1px solid #919191;
    background-color: #FFFFFF;
}
#contentText{}

#copyright{
    position: relative;
    background-color: #515151;
    margin: 0px auto 4px auto;

    font-size: 9px;
    text-align: center;
    color: #FCFEE8;

    display: table;
    clear: both;
    height: 35px;
    width: 980px;
}

#copyright #copyString{
    float: right;
    color: #FCFEE8;
    height: auto;
    margin-top: 8px;
}
#copyright #bbb{
    color: #FCFEE8;
    height: auto;
    margin-top: 8px;
}

#bbb, #bbb a{ color: #afafaf; }

#copyright div{ padding: 2px 4px 2px 4px; font-size: 9px; }
#copyright a{ color: #FCFEE8; font-weight: normal; font-size: 9px; text-decoration: none;}
#copyright a:hover{ color: #DEDEDE; text-decoration: none; }

#copyright .clearBoth{
    margin: 0px; padding: 0px;
}

#bmenu{
    float: left;
    margin-top: 8px;
}
#bmenu a{
    font-size: 11px;
}

#bmenu strong{
    text-transform: uppercase;
}


#paytd{ background-color: #061975; }
.payments{ height: 36px; width: 205px; background: #53669A url(/images/payment_options.jpg); }

/* END COLUMN MAIN */

/* DATA TABLES */
td.adminTitle{
    background: #2b52a8 url(/images/tmenu_hover_bg.gif) repeat-x center center;
    text-decoration:none;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
    padding: 4px 8px 4px 8px;
}
td.cellHeader{
    padding: 4px 8px 4px 8px;
    font-size: 12px;
    font-weight: bold;
    height: 16px;
    color: #555;
}
.cellHeader .button{
    height: 18px;

    color: #fff;
    font-size: 11px;

    background-color: #7FC9FF;
    border-top: 0px solid #C0C0C0;
    border-right: 0px solid #3E3E3E;
    border-bottom: 0px solid #3E3E3E;
    border-left: 0px solid #C0C0C0;
    cursor: pointer;
}
.cellHeader .button:hover{
    color: #FFFFFF;
    background-color: #8FD2FF;
}

.cellHeader .buttonOver{
    color: #FFFFFF;
    background-color: #8FD2FF;
}

.cellHeader a{  }
.cellHeader a:hover{  }

td.cell{
    color: #000000;
    padding: 5px 8px 5px 8px;
    font-size: 12px;
    text-align: left;
    border-bottom: 1px solid #C0C0C0;
}
td.cellOdd{
    padding: 2px 8px 2px 8px;
    font-size: 12px;
    background-color: #e5e5e5;
    border-bottom: 1px solid #C0C0C0;
}
td.cellError{
    padding: 2px 8px 2px 8px;
    font-size: 12px;
}

.vcTable{
        width: 100%;
}

/* END DATA TABLES */


/* FORM ELEMENTS */

input, select{
    background-color: #F3F3F3;
    font-weight: normal;
    font-size: 12px;
    color: #000;
    border: 1px solid #454545;
}

.buttonOver, .button{
    color: #fff;
    font-weight: bold;
    font-size: 11px;

    background: #456cc5 url(/images/button_bg.gif) repeat-x top left;
    border: 1px solid #405990;
    cursor: pointer;
}

.buttonOver{
    opacity: .8;
}

a.button, a.buttonOver{
    padding: 2px;
}
/* END FORM ELEMENTS */

/* ANCHORS */
a{ font-weight: bold; color: #0099FF; text-decoration: underline; }
a:hover{ color: #0179C9; }
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;}

/* 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; }

.clearBoth, .dispTable{
    display: table;
    clear: both;
}

/* this is why the w3 says not to name classes "large" and "small" and "red" etc... */
h1.large{
    position: absolute;
    margin: 0px;
    padding: 0px;
    top: 6px;
    left: 12px;

    font-weight: bold;
    color: #6C7077;
    font-size: 11px;
}

h1.large a{color: #3352A5; font-weight: normal; font-size: 11px; }
h1.large a:hover{ color: #D38DBB; }

.tdHeader{ font-size: 12px; }
.error{ font-weight: bold;  color: #FF0000; border: 0px solid #CCCCCC; padding: 0px 2px;}
span.good{ font-weight: bold; }

/* replacement for hr */
div.hr, div.hr2{ height: 1px; font-size: 1px; width: 100%; margin: 6px 0px }
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; }

/* PRODUCTS */
.product{
    padding: 8px;
    margin: 0px;
}

.product0{
    padding-left: 0px;
}

.linePrice{
    text-decoration: line-through;
}

#prodPageContent{
    float: right;
    width: 350px;

    line-height: 1.8em;
}
#prodPageContent h3{
    margin-top: 0px;
    margin-bottom: 0px;
    color: #596774;
    font-size: 18px;
}

#prodImgContain{
    float: left;
    text-align: center;
}

#prodImg{
    border: 1px solid #DEDEDE;
    padding: 8px;
    width: 308px;
}

#prodQtyContainer{
    width: 350px;
}

.reqProdOpt{
    font-size: 10px;
}

#priceFoot{
    text-align: right;
}

#qtyFoot{
    text-align: right;
}

.tellFriend{
    float: right;
    text-align: right;
    padding-top: 8px;
}
.largeProdGallery{ width: 450px; text-align: center; }
.smallProdGallery{
    float: right;
    text-align: center;
}

.pOptContainer{  border: 1px solid #E9E9E9; }
.pOptContainer td{
    padding: 1px;
}

.pOptContainer .optOdd{
    background-color: #F1F1F1;
}

.pOptInfo{
    float: right;
    margin-top: 5px;
}
.pOptImg{
    float: left;
    width: 140px;
    height: 64px;
}

.prodPkgList{
    margin-bottom: 15px;
}
.prodPkgList a{
    font-weight: bold;
    font-size: 12px;
}

.priceFoot{
    text-align: center;
    padding: 0px;
    margin-bottom: 15px;
}

.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;
}

.prodTotalStr{
    color: #A01A1E;
    text-transform: uppercase;
    font-size: 12px;
}

.prodTotal{
    color: #000000;
    font-weight: bold;
    font-size: 12px;
}

#fullImgContain{
    text-align: center;
}

#relatedProducts h6{
    color: #898989;
    text-transform: uppercase;
    border-bottom: 1px solid #E2E2E2;
}

.hThumbs{
    margin: 0px;
    padding: 0px;
}

.hThumbs li{
    list-style: none;
    float: left;
    margin: 8px;
    width: 95px;
    height: 60px;

    text-align: center;
}

.hThumbs li a{
    font-weight: normal;
}

.hThumbImgA{
    display: block;
    width: 74px;
    height: 57px;
    padding: 8px;
    border: 1px solid #909090;
    background-color: #fff;
}

.hThumbs li a img{
    border: 0px solid #000;
}

.brandHeader h3 a{
    margin: 0px;
    padding: 0px;
}

.brandHeader h3 a{
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    color: #0179C9;
}

.brandHeader h3 a:hover{
    text-decoration: underline;
    color: #005F9F;
}

#productPackageContainer{
    position: relative;
    padding-bottom: 36px;
}

#ppkg_price_info{
    position: absolute;
    z-index: 25000;
    top: 542px;
    left: 253px;
    min-height: 28px;
    width: 716px;/*calculate this*/

    background-color: #000000;
    border-top: 1px solid #3ab0ff;
    color: #ffffff;
    text-align: right;
}

#ppkg_price_info div{
    margin: 5px 16px 0px 8px;
    text-align: right;
    font-size: 14px;
}
#ppkg_price_info .button{
    border: 1px solid #cbebff;
    padding-bottom: 2px;
}

#productPackageContainer h4{
    background-color: #3ab0ff;
    color: #ffffff;
    padding: 2px 4px;
    margin: 5px 0px 5px 0px;
    font-size: 12px;
}
#productPackageContainer h5{
    font-weight: bold;
    margin: 5px 0px 5px 0px;
    font-size: 13px;
}

#product_package_data{
    position: relative;
}

a.pkg_help_link{
    float: left;
    margin: 3px 4px 3px 2px;
    text-decoration: none;
}

a.pkg_help_link img{
    border: 0px solid #ffffff;
}

.pkg_help_content{
    display: none;
    position: absolute;
    right: 360px;
    z-index: 25000;
    width: 300px;
}
.pkg_help_content div{
    padding: 8px;
    background-color: #e2e2e2;
    border: 1px solid #3ab0ff;
    color: #000000;
    font-size: 11px;
}


#productPackageContainer h4 a img, #productPackageContainer h5 a img{
    border: 0px solid #ffffff;
}

#productPackageContainer blockquote{
    margin: 0px;
    padding: 5px 0px 16px 10px;
}

.product_option_container{
    margin-left: 24px;
    padding-left: 2px;
    border-left: 1px solid #3ab0ff;
}

/* END PRODUCTS */

/* GALLERY STYLES */

.galleryDescription{
    margin-top: 16px;
}

div.galleryContainer{
    position: relative;
    padding: 0px;
    margin: 0px;

    height: 100px;

    white-space: nowrap;
}

div.galleryContainer table tr td{
    white-space: nowrap;
}

.galleryContainer{
    list-style: none;
    margin: 0px 10px 0px 24px;

    white-space: nowrap;

    overflow: visible;
    width: 100%;
}

.galleryContainer td{
    margin: 0px;
    padding: 0px 4px;

    text-align: center;
}



.galleryContainer td a{
    margin: 0px;
    text-decoration: none;
    font-size: 10px;
}

.galleryContainer td img{
    margin: 5px 4px 0px 4px;
    border: 0px solid #FFFFFF;
}

#gDisplayImage{
    text-align: center;
}

#gDisplayImageCaption{
    position: absolute;
    top: 368px;
    left: 128px;

    overflow: hidden;

    width: 418px;
    height: 76px;

    border: 1px solid #FFFFFF;

    background-color: #000000;
    color: #FFFFFF;

    opacity: .65;
}

#gDisplayCloseBox{
    position: absolute;
    top: 0px;
    right: 0px;

    width: 12px;
    height: 12px;
    padding: 1px;

    text-align: center;

    font-size: 11px;
    font-weight: bold;
    border: 1px solid #FFFFFF;
    cursor: pointer;
}

#gDisplayCaptionText{
    position: absolute;
    top: 14px;
    left: 0px;

    width: 410px;
    height: 62px;

    padding: 2px 4px;
    overflow: auto;
}

#gFamilyTree{
    margin-left: 32px;
}
#gFamilyTree a{

}
#gFamilyTree a:hover{

}

/* SUB-GALLERIES */
div.subgalleryContainer{
    position: relative;
    margin: 16px auto 0px auto;
    width: 648px;
    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: 191px;
}

ul.subgalleryContainer li a{
    display: block;
    margin: 0px;
    padding: 6px 0px;
    white-space: normal;
    height: auto;
    min-height: 124px;
    text-decoration: none;
}

ul.subgalleryContainer li img{
    margin: 0px 4px;
    border: 0px solid #FFFFFF;
}

/* END SUB-GALLERY */

/* END GALLERY */

.dottedHR{ border-top: 1px dotted #9AAADD; padding: 5px 0px; }

.productOptH{
    margin-top: 8px;

    color: #586FA3;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;

    border-bottom: 1px solid #E2E6E9;
}



.splashImg{ text-align: center; }

/* This node is for preload work and we don't want it to be seen */
#workNode{
    display: none;
}

#preloadContainer{
    background: url(/images/loading_logo.png) no-repeat top center;
    z-index: 50000;
    display: none;
    position: absolute;
    top: 0px;
    left: 400px;

    text-align: center;
    width: 300px;
    height: 200px;

    opacity: .80;

}
#preloadContent{ display: none; }
#preloadBarOuter{
    position: absolute;
    top: 116px;
    left: 0px;

    margin: 16px auto 0px auto;
    position: relative;
    width: 172px;
    height: 11px;
    font-size: 1px;

    border: 2px solid #222;
}
#preloadBarInner{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 11px;
    font-size: 1px;
    background: url(/images/preload_bar.gif) repeat-x top left;
}

#ieHistoryHack{
    /* display: none; */
}

/* CONTACT STYLES */
.contactTable{
    width: 50%;
    margin: 0px auto 0px auto;
    text-align: left;
}

.contactTable td{
    padding: 2px;
}

.contactLeft{
    width: 100%;
    margin-right: 8px;
    padding-right: 8px;
    text-align: left;
}

.contactRight{
    text-align: left;
    width: 100%;
}

.contactNote{

}

.contactTable .contactBottom{
    padding-top: 14px;
}

.required{
    color: #FF0000;
}

/* END CONTACT STYLES */

#ieHistoryHack{
    display: none;
}

/* Stars (Bob's happy thought, General's happy implementation) */

.starContain{
    position: relative;
    width: 89px;
    height: 16px;
    margin: 0px 0px 0px auto;
}
.starContain .starFill{
    position: absolute;
    z-index: 200;
    top: 0px;
    left: 0px;

    width: 0px;
    height: 16px;
    background-color: #FFD100;
}
.starContain .stars{
    position: absolute;
    z-index: 400;
    top: 0px;
    left: 0px;

    background: url(/images/stars.gif) no-repeat top left;
    width: 89px;
    height: 16px;
}

/* End Stars */

/* Article Styles */
#mpctd0{
    padding-right: 8px;
}
#mpctd1{
    padding-left: 8px;
}

#mpctdTop .artListingShort table{
    width: 100%;
}

.articleRateContainer .block{
    position: relative;
}

#emailFriend{ padding: 5px; }

.aCategory a{ font-size: 20px; font-weight: normal; color: #CB0000; padding: 3px 0px 0px 3px; }
.aCategory a:hover{ color: #1052A9; text-decoration: none; }

.article{ margin: 0px; }

.commentLnksC{
    margin: 4px 0px;
}

.commentBlockHeader{
    border: 1px solid #B3B3B3;
    border-bottom: 1px dotted #B3B3B3;
    width: 690px;
}
.commentContent{
    border: 1px solid #B3B3B3;
    border-top: 0px solid #B3B3B3;
    display: table;
    clear: both;
    width: 686px;
}

.commentUserImgC{
    width: 100px;
}
.commentUserImg img{
    float: left;
    margin: 3px;
    border: 1px solid #B3B3B3
}

.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 h3{
    margin: 0px 0px 4px 0px;
    padding: 0px;
}
.artListings .artTitle h3 a{
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.artListings div.hr{
    margin: 8px 0px;
}

.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: 2px; }
.articleBody{ height: auto; min-height: 300px; display: table; clear: both; width: 100%; }

/* no thought control */
.articleBody a img{ border: 0px solid #000000; }

.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;
}

.artPollContainer{ float: right; margin: 15px 20px 0px 0px; width: 250px; }
.artPollH{
    background-color: #dfe6ef;
    color: #000000;
    padding: 4px;
    font-weight: bold;
    text-align: center;
    border-right: 1px solid #919191;
    border-left: 1px solid #919191;
    border-top: 1px solid #919191;
}
.artPollC{
    padding: 8px;
    border: 1px solid #919191;
}

.pollDiv{}
.pollDiv h1 span{ font-size: 11px; font-weight: normal; }
.pollDiv .pollText{ margin: 8px 0px; font-size: 14px; font-weight: bold; }
.pollDiv table{ width: 100%; }
.pollDiv2 table{ table-layout: fixed; }
.pollDiv table .pt1{ width: 160px; font-size: 11px;}
.pollDiv table .pt2{ width: 250px; }
.pollDiv table .pt3{ width: 50px; text-align: right; font-size: 11px;}
.pollDiv2 table .pt4{ height: 12px;}
html>body .pollDiv2 table .pt4{ height: 3px;}

.pollDiv2 div.pt3{ font-size: 11px; }
.pollDiv2 div.pt4{padding-bottom: 4px;}

.pollDiv table td{ padding: 3px 0px; }
.pollBar{ height: 14px; font-size: 1px; margin: 1px; }
.pollForm{ margin: 12px 0px; }
.pollForm .block{ float: right; }

.block .pollBar{
    height: 5px;
    font-size: 1px;
}
html>body .block .pollBar{
    height: 3px;
}

* html .pollDiv table td{ background: url(/images/dot-horz.gif) repeat-x bottom; }
html>body .pollDiv table td { border-bottom: 1px dotted #000000; }
html>body .pollDiv table td.pt2 { border-bottom: 0px dotted #000000; }
.pollBar{ border: 1px solid #000000; background-color: #FF0000;}
.pollBar .pollPerc{
    font-weight: bold;
    font-size: 12px;
    color: #000000;
}

#poll .blockText{ font-size: 11px; }
#poll .pollText{ font-size: 14px; }

/* Short Articles */

.artListingShort{padding: 0px;}
.artListingShort h3{ margin: 0px; padding: 0px; font-weight: normal; }
.artListingShort td{ vertical-align: top; padding: 1px 0px; }
.artListingShort .atd1{ width: 80px; text-align: center; vertical-align: middle; }
.artListingShort .atd1 img{ border: 0px solid #000000; }

.artListingShort .atd2{ width: 12px; }
.artListingShort .atd3{ width: 218px; }

.artListingShort .atd4{
    width: 110px;
    text-align: center;
}
.artListingShort .atd4 .starContain{
    margin: 12px auto 0px auto;
}

/* End Article Styles */

/* RATING SLIDER */

.adheader a img{ border: 0px solid #000000; }

#sr_table td{
    border-bottom: 1px solid #000000;
}

.slider{
    /* these are set dynamicly
    width: 300px;
    height: 18px;
    */
    border: 1px solid #595959;
    background-color: #ECECEC;
}
.slider .drag{
    /* these are set dynamicly
    left: 144px;
    width: 12px;
    height: 18px;
    */
    border-top: 1px solid #EFEFFF;
    border-right: 1px solid #3E3E81;
    border-left: 1px solid #EFEFFF;
    background-color: #595959;
}

/* END SLIDER */

.forumTable{
    margin-top: 8px;
    background-color: #F0F5FA;
    border: 1px solid #C2CFDF;
}
.forumTable td{
    padding: 4px;
}
.rootForumHeader{
    background-color: #2149a1;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 14px;
}
.forumHeader{
    color: #3A4F6C;
    background-color: #D2DBE8;
    border-bottom: 1px solid #9BAFCF;
    font-weight: bold;
    font-size: 11px;
}
.forumInternal{
    background-color: #E4EAF2;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}
.forumInternalFirst{
    background-color: #DFE6EF;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}
.forumInternalLast{
    background-color: #E4EAF2;
    border-right: 0px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

#bcStr{
    margin-top: 8px;
}

/* RSS Styles */
.rssLinkTop{ float: right; }
.rssLinkTop img{ border: 0px solid #000000; }

.rssLinkBottom{ float: left; }
.rssLinkBottom img{ border: 0px solid #000000; }

/* END RSS */
/* MEMBER PROFILE */
.editLine{
    float: right;
    color: #AD0306;
    font-weight: normal;
    font-size: 12px;
}
.editLine a{ text-decoration: none; }

.profileArticles{ width: 100%; }
.profileArticles .block{
    width: 100%;
}
.profileArticles .blockHR{
    text-align: left;
    padding: 3px;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #8394B2;
}
.profileArticles ul{
    padding: 0px;
    margin: 0px 0px 8px 0px;
}
.profileArticles ul li{
    list-style: none;
    background-color: #FFFFFF;
    border-bottom: 1px solid #B7C0CD;
}
.profileArticles ul li a{
    display: block;
    padding: 8px;
    cursor: pointer;
}
.profileArticles ul li a:hover{
    background-color: #E3E6E9;
    display: block;
}
.profileArtTitle{
    font-weight: bold;
    font-size: 13px;
}
.profileArtCat{
    text-decoration: underline;
    color: #AD0306;
    font-size: 10px;
}
.profileArtDate{
    font-size: 10px;
    float: right;
    text-align: right;
}

/* END MEMBER PROFILE */

/* inline editor */
body.bStart{
    margin: 2px; padding: 2px;
    background-color: #FFFFFF;

    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 12px;
}

.editorTop{
    background-color: #555555;
    border: 1px solid #000000;
}

.editorHeader{
     background-color: #CCCCCC;
     padding: 4px;
     color: #000000;
     border: 1px solid #000000;
     text-align: left;
}

#bgzDiv, #bgzActionDiv{
    border: 1px solid #000000;
}

#bgzDiv{
    position: relative;
}

.articleReply .editorHeader{
    width: 502px;
}
.articleReply #bgzDiv{
    width: 500px;
}

table.bzero{
     border: 0px solid #FF00FF;
}
td.bzero{
    border: 0px solid #FF00FF;
}

#b_fontselect{
     width: 100px;
}
.cbtn, .cbtnOver, .cbtnDown, .cbtnActive{
    width: 22px;
    height: 21px;
    border: 0px none #CCCCCC;
    padding: 0px 0px 0px 0px;
    cursor: pointer;
}

.cbtn{
    background-color: #CCCCCC;
    border: 0px solid #CCCCCC;
}

.cbtnOver{
    background-color: #7db1e6;
    border: 0px outset #999999;
}

.cbtnDown{
    background-color: #7db1e6;
    border: 0px inset #999999;
}

.cbtnActive{
    background-color: #BBBBBB;
    border: 0px inset #999999;
}

#contextDiv{
    position: absolute;
    width: 150px;
    height: auto;
    background-color: #CCCCCC;
    border: 1px solid #000000;
    visibility: hidden;
    opacity: .95;
}

.cxhead, .cxbtn, .cxbtnOver, .cxbtnDown{
    width: 146px;
    height: 14px;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    font-size: 12px;
    text-align: left;
    color: #000000;
}

.cxhead{
    background-color: #000000;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    color: #FFFFFF;
}

.cxbtn{
    background-color: transparent;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
}

.cxbtnOver{
    background-color: #7db1e6;
    border-top: 1px solid #DDDDDD;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #EEEEEE;
}

.cxbtnDown{
    background-color: #7db1e6;
    border-top: 1px solid #000000;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #BBBBBB;
    border-left: 1px solid #333333;
}
/* inline editor */

.contentText table.bzero{
     border: 0px dashed;
     border-color: #FF00FF;
}
.contentText td.bzero{
    border: 0px dashed;
    border-color: #FF00FF;
}

/* img rotator */

#jsImgRotate{
    display: block;
    position: relative;
    z-index: 2000;
    color: #000000;
    font-size: 3em;

    width: 277px;
    height: 190px;

    overflow: hidden;
}
#jsImgRotate img{
    z-index: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 277px;
    height: 190px;


    visibility: hidden;
    opacity: 0;

    cursor: pointer;
}

/* end img rotator */

.pOptionsC{
    width: 350px;
    height: 145px;

    overflow: auto;
}

/* product tabs */
#prodContent{
    position: relative;
}

#prodContentTabs{
    position: absolute;
    top: -20px;
    margin: 0px 0px 0px 4px;
    padding: 0px;
}
#prodContentTabs li{
    list-style: none;
    float: left;
    text-align: center;
}
#prodContentTabs li a{
    display: block;

    height: 16px;

    padding: 0px 15px 3px 15px;

    color: #0099FF;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;

    background-color: #DFF2FF;
    border-top: 1px solid #898F9B;
    border-right: 1px solid #898F9B;
    border-bottom: 1px solid #898F9B;
}
#prodContentTabs li a:hover{
    text-decoration: underline;
    background-color: #FFFFFF;
}
#prodContentTabs li .cur{
    color: #000000;

    height: 17px;

    font-weight: bold;
    background-color: #FFFFFF;
    border-bottom: 0px solid #898F9B;
}

#prodContentTabs #pct_first{
    border-left: 1px solid #898F9B;
}

#prodContentArea{
    padding: 8px;
    border: 1px solid #898F9B;
}
/* end product tabs */

.cartPrices{
    margin-top: 8px;
    background-color: #F2F2F2;
    border: 1px solid #C0C0C0;
}
.cartPrices td{
    padding: 4px;
}

#googleMap{
    width: 275px;
    height: 190px;
}

