/* GLOBAL STYLES */

html, body, h1, h2, h3, h4, div, p, ul, li, input, select, td, a{
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
html,body,div,p,ul,li,input,select,td,a{ font-size: 11px; }
h1{ font-size: 18px; padding-bottom: 2px;}
* html h1{background: url(/images/dot-horz.gif) repeat-x bottom; }
html>body h1{ border-bottom: 0px dotted #000000; }

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-color: #AEBECB;
    text-align: center;
    margin: 0px;
    padding: 0px;
    color: #000000;
}

#pageContainer{
    position: relative;
    color: #000000;
    margin: 3px auto 0px auto;
    text-align: left;
    width: 760px;
}
/* END GLOBAL STYLES */

/* LOGO STYLES */

#header{
    position: relative;
    z-index: 1000;
    background: url(/images/header.jpg) no-repeat top left;
    height: 129px;
}

#header a, #header a:hover{
    text-decoration: none;
}
#header a img{
    height: 105px;
    width: 220px;
    border: 0px solid #FFFFFF;
}

/* END LOGO STYLES */

/* MENUBAR STYLES */
#menubar{
    position: absolute;
    z-index: 2000;
    top: 106px;
    left: 136px;

    height: 24px;
    padding-right: 5px;
}
html>body #menubar{
    height: auto;
    min-height: 24px;
}
#tmenu{
    z-index: 2000;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#tmenu li{
    position: relative;
    z-index: 2000;
    float: left;

}
#tmenu li a{
    float: left;
    display: block;
    padding: 4px 8px 5px 8px;
    border-right: 1px solid #6A7F94;
    border-left: 1px solid #FFFFFF;

    font-size: 10px;

    color: #000000;
    text-decoration: none;
    text-transform: uppercase;

}

/* sickly 5.2 mac hack attack \*/
#tmenu li a{
    float: none;
}
/* :P */

#tmenu li a:hover, #tmenu li a.ta_cur{
    color: #000000;
    background-color: #AEBECB;
}
#tmenu .ta_first{ 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;
}
html>body #tmenu li ul li{
    width: auto;
    height: auto;
}

#tmenu li ul li a{
    position: relative;
    z-index: 2000;
    display: block;
    padding: 4px 5px 3px 5px;
    margin: 0px;
    width: 150px;

    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;
}
html>body #tmenu li .ul li a{
    width: auto;
}
#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;
    width: 100%;
}
html>body .dleftmenu ul{
    width: auto;
}
.dleftmenu ul li{
    display: block;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
html>body .dleftmenu ul li{
    width: auto;
}
.dleftmenu ul li a{
    display: block;
    padding: 3px 2px 3px 4px;
    margin: 0px;
    text-decoration: none;
    font-size: 10px;
    font-weight: normal;
    width: 100%;
}
html>body .dleftmenu ul li a{
    width: auto;
}
.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;}
#contentContainer{
    position: relative;
    z-index: 0;
    clear: both;
    background-color: #AEBECB;
}

#columnLeft{
    padding: 5px 0px;
    width: 175px;
    text-align: left;
}
#columnMan{
}

#contentTable{
    margin: 10px 6px;
    width: 477px;
}

#content{
    position: relative;
    color: #000000;

    height: 400px;
    padding: 0px;
}
html>body #content{
    height: auto;
    min-height: 400px;
}

#contentText{
    margin: 4px;
}

#contentTable tr td{

}

#cont_top_left{
    background: #FFFFFF url(/images/c_top_left.jpg) no-repeat bottom right;
    width: 12px;
    height: 12px;
    font-size: 1px;
}
#cont_top{
    background: #FFFFFF url(/images/c_top.jpg) repeat-x bottom left;
    height: 12px;
    font-size: 1px;
}
#cont_top_right{
    background: #FFFFFF url(/images/c_top_right.jpg) no-repeat bottom left;
    width: 12px;
    height: 12px;
    font-size: 1px;
}
#cont_left{
    background: #FFFFFF url(/images/c_left.jpg) repeat-y top right;
    width: 12px;
    font-size: 1px;
}
#cont_middle{
    background-color: #FFFFFF;
}
#cont_right{
    background: #FFFFFF url(/images/c_right.jpg) repeat-y top left;
    width: 12px;
    font-size: 1px;
}
#cont_bottom_left{
    background: #FFFFFF url(/images/c_bottom_left.jpg) no-repeat top right;
    width: 12px;
    height: 12px;
    font-size: 1px;
}
#cont_bottom{
    background: #FFFFFF url(/images/c_bottom.jpg) repeat-x bottom left;
    height: 12px;
    font-size: 1px;
}
#cont_bottom_right{
    background: #FFFFFF url(/images/c_bottom_right.jpg) no-repeat top left;
    width: 12px;
    height: 12px;
    font-size: 1px;
}

#columnRight{
    width: 100px;
    padding: 10px 0px;
    text-align: right;
    font-size: 1px;
}

#copyright{
    position: relative;
    margin-top: 10px;
    padding: 4px;
    font-size: 9px;
    text-align: center;
    color: #213242;
}
#copyright div{ padding-top: 4px; font-size: 9px; }
#copyright a{ color: #213242; font-weight: bold; font-size: 9px; }
#copyright a:hover{ color: #000000; text-decoration: underline; }

#paytd{ background-color: #061975; }
.payments{ height: 36px; width: 205px; background: #4C638C url(/images/payment_options.jpg); }

/* END COLUMN MAIN */

/* DATA TABLES */
td.adminTitle{
    background-color: #a4c4af;
    text-decoration:none;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    color: #213242;
    margin: 0px;
    padding: 4px 8px 4px 8px;
}
td.cellHeader{
    padding: 4px 8px 4px 8px;
    font-size: 12px;
    font-weight: bold;
    height: 16px;
    background-color: #a4c4af;
    color: #213242;
}
td.cellHeader a{
    color: #213242;
}


td.cell{
    color: #000000;
    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: #000000;
    background-color: #D7DCE0;
    border-bottom: 1px solid #D2E2D7;
}
td.cellError{
    padding: 2px 8px 2px 8px;
    font-size: 12px;
}

.vcTable{
		width: 98%;
}
html>body .vcTable{
		width: 100%;
}


/* 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: 300px; }
html>body .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;
}
.articleRateContainer .block{
position: relative;
}
#articleCommentContainer{
display: none;
}
#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 #8c99a2;
border-bottom: 1px dotted #8c99a2;
background-color: #d2e2d7;
}
.commentContent{
border: 1px solid #8c99a2;
border-top: 0px solid #8c99a2;
background-color: #EFEFEF;
}
.commentUserImgC{
width: 100px;
}
.commentUserImg img{
float: left;
margin: 3px;
border: 1px solid #8c99a2
}

.ratingError{
    text-align: center;
    padding: 12px 0px;
}
.ratingError .error{
    font-size: 16px;
}

/* End Article Styles */

/* FORM ELEMENTS */

input, select{
    background-color: #F3F3F3;
    font-weight: normal;
    font-size: 12px;
    border-top: 1px solid #191924;
    border-right: 1px solid #464654;
    border-bottom: 1px solid #464654;
    border-left: 1px solid #191924;

}
.button{
    color: #FFFFFF;
    background-color: #4C638C;
    border-top: 1px solid #AEBECB;
    border-right: 1px solid #1B1F6D;
    border-bottom: 1px solid #0F113B;
    border-left: 1px solid #AEBECB;
}
.buttonOver{
    color: #FFFFFF;
    background-color: #4C638C;

    border-top: 1px solid #0F113B;
    border-right: 1px solid #AEBECB;
    border-bottom: 1px solid #AEBECB;
    border-left: 1px solid #1B1F6D;
}

.button, .buttonOver{
    font-weight: bold;
    font-size: 11px;
    height: 20px;
    cursor: pointer;
    text-decoration: none;
}
a.button, a.buttonOver{
    padding: 2px;
}
/* END FORM ELEMENTS */

/* ANCHORS */
a{ font-weight: bold; color: #4C638C; }
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; }
.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 }
html>body div.hr, html>body div.hr2{ 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 #4C638C;
    border-bottom: 0px solid #4C638C;
}
html>body ul.galleryContainer li{
    width: 150px;
}


ul.galleryContainer li a{
    display: block;
    margin: 0px;
    padding: 6px 0px;

    white-space: normal;

    height: 116px;

    text-decoration: none;
}
html>body ul.galleryContainer li a{
    height: auto;
    min-height: 104px;

}

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;
    width: 140px;
    text-align: center;
    border: 0px solid #4C638C;

    height: 78px;

}
html>body #productGallery ul li{
    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;
}
html>body div.pGalleryContainer{
    width: 300px;
}

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 #4C638C;
    border-bottom: 0px solid #4C638C;
}
html>body ul.pGalleryContainer li{
    width: 140px;
}


ul.pGalleryContainer li a{
    display: block;
    margin: 0px;
    padding: 6px 0px;
    white-space: normal;
    height: 80px;
    text-decoration: none;
}
html>body ul.pGalleryContainer li a{
    height: auto;
    min-height: 80px;

}

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: 579px;
    height: auto;
    clear: both;
    display: table;
    border-left: 0px solid #CECCF9;
}
html>body div.pGalleryContainerL{
    width: 577px;
}

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 #4C638C;
    border-bottom: 0px solid #4C638C;
}
html>body ul.pGalleryContainerL li{
    width: 140px;
}


ul.pGalleryContainerL li a{
    display: block;
    margin: 0px;
    padding: 6px 0px;
    white-space: normal;
    height: 80px;
    text-decoration: none;
}
html>body ul.pGalleryContainerL li a{
    height: auto;
    min-height: 80px;

}

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;
}
html>body ul.subgalleryContainer li{
    width: 150px;
}


ul.subgalleryContainer li a{
    display: block;
    margin: 0px;
    padding: 6px 0px;
    white-space: normal;
    height: 100px;
    text-decoration: none;
}
html>body ul.subgalleryContainer li a{
    height: auto;
    min-height: 100px;
}

ul.subgalleryContainer li img{
    margin: 0px 4px;
    border: 0px solid #FFFFFF;
}

/* END SUB-GALLERY */

/* END GALLERIES */

.dottedHR{ border-top: 1px dotted #AEBECB; 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%;
}

.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: 1px solid #C4D0EA;
    padding: 8px 0px;
}
.dispPriceFoot{
    float: left;
    font-weight: bold;
}

.simProducts{
    width: 95%;
    border: 1px solid #4C638C;
    margin: 8px auto 0px auto;
}
.simProductsH{
    text-align: left;
    background-color: #4C638C;
    padding: 5px 5px 5px 0px;
}

.simProductsH a{
    padding: 5px 6px;
    margin-right: 1px;
    color: #FFFFFF;
    text-decoration: none;
}
.simProductsH a:hover, .simHover{
    background-color: #AEBECB;
    text-decoration: underline;
    color: #FFFFFF;
}
.simProductsC{ display: table; clear: both; }
.simProductsC ul{ list-style: none; width: 100%; }
.simProductsC ul li{ float: left; width: 150px; height: 200px; padding: 3px 8px;}
html>body .simProductsC ul li{ min-height: 200px; height: auto; }

/* 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: #AEBECB;
    color: #4C638C;
}

.newsBlock .newsHeader{
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    padding: 2px;
    background-color: #4C638C;
    color: #FFFFFF;
}

/* END NEWS BLOCK STYLES */


.alphaContain{
    text-align: center;
    padding: 8px 8px 8px 14px;
}

.alphaContain .alphaList{
    list-style: none;
    margin: 0px;
    padding: 0px;

}
.alphaContain .alphaList li{
    display: inline;
    padding: 0px;
    margin: 0px 4px;
}
.alphaContain .alphaList li a{
    display: inline;
}
.artPollContainer{ float: right; margin: 15px 20px 0px 0px; width: 180px; }
.artPollH{
background-color: #a4c4af;
color: #213242;
padding: 4px;
margin: 4px 4px 0px 4px;
font-weight: bold;
text-align: center;
border-right: 1px solid #8b98a1;
border-left: 1px solid #8b98a1;
border-top: 1px solid #8b98a1;
}
.artPollC{
padding: 8px;
border: 1px solid #8b98a1;
margin: 0px 4px 4px 4px;
}
.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; }

.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;
}

.forumTable{
margin-top: 8px;
background-color: #F0F5FA;
border: 1px solid #8b98a1;
}
.forumTable td{
padding: 4px;
font-size: 11px;
}
.forumTable td a{
font-size: 11px;
}
.forumTable .rootForumHeader{
background-color: #a4c4af;
font-weight: bold;
color: #213268;
font-size: 14px;
}
.forumTable .forumHeader{
color: #213268;
background-color: #d2e2d7;
border-bottom: 1px solid #8b98a1;
font-weight: bold;
font-size: 12px;
}
.forumInternal{
text-align: center;
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;
}
.forumTable .forumInternalFirst a{
font-size: 12px;
}
.forumInternalLast{
width: 170px;
background-color: #E4EAF2;
border-right: 0px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
}
.forumTable .forumInternalLast{
font-size: 10px;
}
.forumTable .forumInternalLast a{
font-size: 10px;
}
#bcStr{
margin-bottom: 8px;
}
.forum{
width: 215px;
}
.topics{
width: 40px;
text-align: center;
}
.replies{
width: 40px;
text-align: center;
}
.tstarter{
text-align: center;
}
.forumToolsR{
float: right;
}
.forumTools a, .forumToolsR a{
text-decoration: none;
}
.forumTools a img, .forumToolsR a img{
border: 0px solid #FFF;
}

.aSearch{ margin-bottom: 8px; }
#psearchbox{ width: 80px; }

.rssLinkTop{ float: right; }
.rssLinkTop img{ border: 0px solid #000000; }
.rssLinkBottom{ float: left; }
.rssLinkBottom img{ border: 0px solid #000000; }


.editLine{
float: right;
color: #AD0306;
font-weight: normal;
font-size: 12px;
}
.editLine a{ text-decoration: none; }
.profileArticles{ width: 100% !important; }
.profileArticles .block{
width: 100% !important;
}
.profileArticles .blockHR{
text-align: left;
padding: 4px 3px 1px 8px !important;
font-weight: bold;
font-size: 12px;
color: #213242;
}
.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;
}
.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;
}


body.bStart{
margin: 2px; padding: 2px;
background-color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: left;
font-size: 12px;
}

#editorTable{ width: 453px !important; }
#bgzDiv{ width: 451px !important; }

.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: 482px;
}
.articleReply #bgzDiv{
width: 480px;
}
.articleReply table.bzero{
border: 1px dashed;
border-color: #FF00FF;
}
.articleReply td.bzero{
border: 1px dashed;
border-color: #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;
}
html>body #contextDiv{
-moz-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;
}

.contentText table.bzero{
border: 0px dashed;
border-color: #FF00FF;
}
.contentText td.bzero{
border: 0px dashed;
border-color: #FF00FF;
}