/* GLOBAL STYLES */

html, body, h1, h2, h3, h4, div, p, ul, li, input, select, td, a{
    font-family: Verdana, Helvetica, Arial, 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{
    text-align: center;
    margin: 0px;
    padding: 0px;
    color: #000000;
    background-color: #000;
}

#top_message_bar{
    background: url(/images/topbar_bg.gif) repeat-x top left;
    font-size: 12px;
    color: #fff;
    padding: 4px 0px 5px 0px;
    font-weight: bold;
}

#pageContainer{
    margin-top: 1px;
    border-top: 1px solid #3d3d3d;
    border-bottom: 1px solid #3d3d3d;
}

#pageContainerInner{
    position: relative;
    color: #000000;
    margin: 0px auto;
    text-align: left;
    width: 950px;
    padding: 1px;
    border-left: 1px solid #3d3d3d;
    border-right: 1px solid #3d3d3d;
}

/* END GLOBAL STYLES */

/* LOGO STYLES */

#header{
    position: relative;
    z-index: 10000;
    height: 108px;

    color: #fff;
    background: url(/images/header.jpg) no-repeat top center;
    border: 1px solid #3d3d3d;
}

#logoLink{
    position: absolute;
    top: 15px;
    left: 10px;
    display: block;
    text-decoration: none;
}
#logoLink img{
    border: 0px solid #F00;
}
#logoLink, #logoLink img{
    width: 460px;
    height: 75px;
}

/* END LOGO STYLES */

/* MENUBAR STYLES */
#menubar{
    margin: 1px 0px;
    padding: 1px;
    background: url(/images/menubar_bg.gif) no-repeat top left;
    border: 1px solid #3d3d3d;
    height: 31px;
}

#tmenu{
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    width: 100%;
}

#tmenu td{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: url(/images/tmenu_divider.gif) no-repeat top left;
}

#tmenu td#tm_0{
    background-image: none;
}

#tmenu td a{
    position: relative;
    display: block;
    padding: 8px 16px 9px 16px;

    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
}

#tmenu td a:hover{
    background: url(/images/tmenu_bg_over.gif) repeat-x top left;
    color: #fff !important;
}

 /* DROP DOWN MENU */
#tmenu td ul{
    position: absolute;
    display: none;
    top: 1.6em;
    left: 0px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 200px;
    z-index: 2000;
}
html>body #tmenu td ul{ width: 200px; }


#tmenu td ul li{
    display: block;
    float: left;
    margin: 0px;
    width: 200px;
}
html>body #tmenu td ul li{
    width: auto;
}

#tmenu td ul li a{
    display: block;
    padding: 4px 5px 3px 5px;
    margin: 0px;
    width: 200px;
    height: auto;

    white-space: nowrap;
    background-image: none;
    text-transform: none;
    text-align: left;
    font-weight: normal;
    font-size: 9px;
    text-decoration: none;

    background-color: #C2CEA8;
    color: #000000;
    border-bottom: 1px solid #F0E9BB;
    border-left: 1px solid #F0E9BB;
}
html>body #tmenu td ul li a{
    width: auto;
}

#tmenu td ul li a:hover{
    background-color: #D2E2D7;
    background-image: none;
    text-decoration: none;
    color: #000000;
    text-transform: none;
}

 /* END DROP DOWN MENU */
/* END MENUBAR STYLES */

/* COLUMN MAIN */
#contentContainer{
    position: relative;
    z-index: 5000;
    background-color: #272727;
}

#columnLeft{
    vertical-align: top;
    width: 190px;
    text-align: left;
    padding: 2px;
}

#columnRight{
    vertical-align: top;
    width: 190px;
    text-align: left;
    padding: 2px;
}

#columnMain{
    vertical-align: top;
    padding-top: 2px;
}

#content, #content_nr{
    height: auto;
    min-height: 550px;
    border: 3px solid #000;
    background-color: #fff;
    padding: 8px;
}

#content{ width: 540px; }
#content_nr{ width: 730px; }

#contentText{}

#footer{
    position: relative;
    height: auto;
    min-height: 40px;
    padding-top: 10px;
}

#bottomMenu{
    position: relative;
    z-index: 5000;
    margin: -8px auto 0px auto;
    width: 950px;
}

#bmenu{
    text-align: center;
    width: 100%;
    padding-bottom: 10px;
    color: #5f5f5f;
    line-height: 1.5em;
}
#bmenu a{
    font-size: 10px !important;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
}
#bmenu a:hover{ text-decoration: underline; }

#copyright{
    position: relative;
    margin: 0px auto;
    width: 950px;

    font-size: 9px;
    text-align: center;
    color: #929292;
}

#copyright #copyString{
    position: absolute;
    left: 0px;
    bottom: -15px;
}
#copyright #bbb{
    position: absolute;
    right: 0px;
    bottom: -15px;
}

#copyright div{ padding: 2px 4px 2px 4px; font-size: 9px; }
#copyright a{ color: #929292; font-weight: normal; font-size: 9px; text-decoration: none;}
#copyright a:hover{ color: #b3b3b3; 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-color: #000;
    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;
    background-color: #333333;
    color: #FFFFFF;
}

.cellHeader a{ color: #FFFFFF; }
.cellHeader a:hover{ color: #F3F3F3; }

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: #DDDDDD;
    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, textarea{
    background-color: #fff;
    color: #777;
    font-weight: normal;
    font-size: 10px;
    padding: 2px;
    border: 1px solid #545050;

}
textarea{ font-size: 12px !important; }

.button{
    color: #fff;
    background: url(/images/button_bg.gif) repeat-x top left;

    border: 1px solid #b74444;

    padding: 1px 3px;
}
.buttonOver{
    color: #fff;
    background: #4d0000 url(/images/button_bg.gif) repeat-x top left;
    border: 1px solid #b74444;

    padding: 1px 3px;

    opacity: .75;
}
.button, .buttonOver{
    font-weight: normal;
    font-size: 11px;
    cursor: pointer;
    text-decoration: none;
}

a.button:hover{
    color: #fff;
}

.button:hover{
    opacity: .8;
}

/* END FORM ELEMENTS */

/* ANCHORS */
a{ font-weight: bold; color: #990000; text-decoration: underline; }
a:hover{ color: #e80300; }
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{
    margin: 0px 10px 16px 10px;
    font-size: 12px;
}

h1.large a{font-weight: normal; font-size: 12px; }
h1.large a:hover{ }

.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;
    width: 25%;
}

.product0{
    padding-left: 0px;
}

#prod_error{ color: #f00; font-weight: bold; }

#prod_main_img_container{ text-align: center; }

#prod_main_img{ border: 0px solid #fff; }

#prod_img_caption{ margin-top: 4px; }

#prod_gallery_thumbs{
    margin: 0px auto;
    padding: 10px 0px;
}

#prod_gallery_thumbs_container.scroll{ height: 270px; overflow: auto; }

#prod_gallery_thumbs td{ width: 16%; }

#prod_gallery_thumbs div{
    margin: 0px 4px;
    padding: 4px 0px;
    cursor: pointer;
    border: 1px solid #d0d0d0;
    text-align: center;
}
#prod_gallery_thumbs div img{
    margin: 0px;
    padding: 0px;
}

#prod_gallery_thumbs div.over, #prod_gallery_thumbs div.cur{ border: 1px solid #333333; }

#prod_desc h3{ background-color: #333333; color: #fff; padding: 3px 5px; }

#product_option_filter{
    padding: 24px 0px;
}
#product_option_filter h3{ padding-bottom: 8px; color: #5f8dbf; }

#prod_option_container{ border: 1px solid #000000; margin-bottom: 16px; }
#prod_option_container.scroll{ height: 300px; overflow: auto; }

.prod_option_name{ padding: 0px 0px 0px 0px !important; }

#p_opt_0{ padding-top: 0px !important; }
.prod_option_name div{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #333333;
    color: #fff;

    padding: 2px 4px;
}

.po_criteria{ padding: 6px 0px; }
.po_criteria select{ font-size: 12px; width: 300px; }

#prod_option_table td{ padding: 3px; }
.prod_option_col{ padding-left: 4px; color: #444; border-bottom: 1px solid #333; }

.odd_row{ background-color: #ddd; }

.option_item_old_price{ text-decoration: line-through; }

.option_item_nameOver{ text-decoration: underline; cursor: pointer; }

.option_item_name strong, .option_item_nameOver strong{ font-size: 10px; }

span.small{ font-size: 9px; }

#prod_cart_form{ }
#prod_cart_bottom{
    margin-top: 8px;
    padding: 8px;
    background-color: #e4e4e4;
    border: 1px solid #888;
}

#prod_cart_total{ float: left; margin-top: 5px; }
#prod_cart_total span{ font-weight: bold; }
#prod_cart_buttons{ float: right; text-align: right; }

#similar_products_container{ margin-top: 30px; }
#similar_products_container h3{ background-color: #333333; color: #fff; padding: 3px 5px; }

#similar_products_table td{ vertical-align: top; padding: 4px; text-align: center; width: 25%; }

/* 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{
    z-index: 5000;
    display: none;
    position: absolute;
    top: 220px;
    left: 300px;

    text-align: center;
    width: 418px;
    height: 76px;
    background-color: #F2F2F2;
    opacity: .65;
    border: 1px solid #3AB0FF;
}
#preloadContent{
    margin: 0px auto;
    text-align: center;
    width: 200px;
    text-align: center;
    font-size: 20px;
    color: #000000;
}
#preloadBarOuter{
    margin: 16px auto 0px auto;
    position: relative;
    width: 200px;
    height: 16px;
    font-size: 1px;

    border: 1px solid #0099FF;
}
#preloadBarInner{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 16px;
    font-size: 1px;

    background-color: #C9E9FF;
}

#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;
}

/* bottom blocks */
#bottomBlocks{
    position: relative;

    width: 738px;
    margin: 28px 0px;
}

#bottomBlocks .clearBoth{
    margin: 0px;
    padding: 0px;
}


#productsBlock{
    float: left;
    width: 500px;
}
#productsBlockTabs{
    position: absolute;
    top: -17px;

    margin: 0px 0px 0px 4px;
    padding: 0px;
}
#productsBlockTabs li{
    list-style: none;
    float: left;
    text-align: center;
}
#productsBlockTabs li a{
    display: block;

    height: 16px;

    padding: 0px 15px;

    color: #5A5A5A;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;

    background-color: #FFFFFF;
    border-top: 1px solid #898F9B;
    border-right: 1px solid #898F9B;
    border-bottom: 1px solid #898F9B;
}
#productsBlockTabs li a:hover{
    text-decoration: underline;
}
#productsBlockTabs li .cur{
    color: #000000;

    height: 17px;

    font-weight: bold;
    background-color: #F3F3F3;
    border-bottom: 0px solid #898F9B;
}

#productsBlockTabs #pbt_first{
    border-left: 1px solid #898F9B;
}

#productsBlockContainer{
    background-color: #F2F2F2;
    border: 1px solid #898F9B;

    height: 130px;

    overflow: auto;
}

/* 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: #C9E9FF;
    color: #000000;
    padding: 4px;
    font-weight: bold;
    text-align: center;
    border-right: 1px solid #9A9A9A;
    border-left: 1px solid #9A9A9A;
    border-top: 1px solid #9A9A9A;
}
.artPollC{
    padding: 8px;
    border: 1px solid #9A9A9A;
}

.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: #8394B2;
    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 */

.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 */

.quoteQuestion{ margin-bottom: 15px; }

.cartPrices{
    margin-top: 8px;
    background-color: #F2F2F2;
    border: 1px solid #C0C0C0;
}
.cartPrices td{
    padding: 4px;
}

#googleMap{
    width: 275px;
    height: 190px;
}
