/* 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: #CBCBCB;
}

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: #000000;
    text-align: center;
    margin: 0px;
    padding: 0px;
    color: #CBCBCB;
}

#pageContainer{
    color: #CBCBCB;
    position: relative;
    margin: 0px auto 0px auto;
    text-align: left;
    width: 984px;
}
/* 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: 100px;
    width: 260px;
    border: 0px solid #FFFFFF;
}

#header .headerLnk{
    position: absolute;
    height: 100px;
    width: 260px;
}

/* END LOGO STYLES */

/* MENUBAR STYLES */
#menubar{
    position: relative;
    margin-top: -28px;
    z-index: 2000;
    height: 22px;
    text-align: left;
}
html>body #menubar{
    height: auto;
    min-height: 22px;
}
#tmenu{
    list-style: none;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    width: auto;
}

#tmenu li{
    list-style: none;
    display: inline;
    padding: 0px 8px 10px 15px;
    background: url(/images/bullet.jpg) no-repeat left;
}
#tmenu li a{
    position: relative;
    top: 4px;

    color: #CBCBCB;
    text-decoration: none;
    font-weight: normal;
}

#tmenu li a:hover, #tmenu li a.ta_cur{
    color: #FFFFFF;
}
#tmenu #tm_0{ background: transparent; }


 /* DROP DOWN MENU */
#tmenu li ul{
    position: absolute;
    display: none;
    top: 22px;
    left: 0px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 200px;
}
html>body #tmenu li ul{ top: 18px; width: auto; }


#tmenu li ul li{
    display: block;
    float: none;
    margin: 0px;
    text-align: center;
    width: 100%;
    height: auto;
}
html>body #tmenu li ul li{
    width: auto;
    height: auto;
}

#tmenu li ul li a{
    display: block;
    padding: 4px 5px 3px 5px;
    margin: 0px;
    width: 100px;
    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: #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;
    display: inline;
    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;
}

/* END LEFT MENU STYLES */


/* RIGHT MENU STYLES */

.drightmenu{
    text-align: center;
    padding: 140px 8px 8px 8px;
}
.drightmenu .block{ margin: 10px auto; }

/* END RIGHT MENU STYLES */

/* COLUMN MAIN */
#headerContainer{position: relative;}
#contentContainer{
    background-color: #000000;
}

#columnLeft{
    padding: 5px 0px;
    width: 175px;
    text-align: left;
}
#columnMain{
    padding: 8px 0px;
}

#content{
    color: #CBCBCB;
    /*background: url(/images/content_bg_repeat.jpg) repeat-x top left;*/
}

#contentText{
    padding: 8px;
    height: 600px;
    background: url(/images/content_bg.jpg) no-repeat top left;
}
html>body #contentText{ height: auto; min-height: 600px; }

#columnRight{
    width: 239px;
    padding: 10px 0px;
    background: url(/images/right_top_bg.jpg) no-repeat top left;
}

#copyright{
    position: relative;
    text-align: left;
    padding: 15px 8px;
    background-color: #1C1C1C;
    color: #757575;
    font-size: 9px;
}

.copyLeft{ font-size: 9px; color: #727272; }
.copyRight{
    font-size: 9px;
    text-align: center;
    width: 220px;
    color: #727272;
}

#copyright a{ color: #727272; font-weight: bold; font-size: 9px; }
#copyright a:hover{ color: #CCCCCC; text-decoration: underline; }

/* END COLUMN MAIN */

/* DATA TABLES */
td.adminTitle{
    background-color: #1B1A5C;
    text-decoration:none;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
    margin: 0px;
    padding: 4px 8px 4px 8px;
}
td.cellHeader{
    padding: 4px 8px 4px 8px;
    font-size: 12px;
    font-weight: bold;
    height: 16px;
    background-color: #282828;
}
td.cellHeader a{ color: #6B8198; }
td.cell{
    color: #FFFFFF;
    padding: 5px 8px 5px 8px;
    font-size: 12px;
    text-align: left;
    border-bottom: 1px solid #1B1A5C;
}
td.cell a{ color: #6B8198; }
td.cellOdd{
    padding: 2px 8px 2px 8px;
    font-size: 12px;
    background-color: #1B1A5C;
}
td.cellOdd a{ color: #6B8198; }
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;
}
.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;

}
.buttonOver{
    color: #FFFFFF;
    background-color: #313131;
    border-top: 1px solid #000000;
    border-right: 1px solid #727272;
    border-bottom: 1px solid #727272;
    border-left: 1px solid #000000;
}
.button{
    color: #FFFFFF;
    background-color: #313131;

    border-top: 1px solid #727272;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #727272;
}

.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: #F1C962; }
a:hover{ color: #F4D27B; }
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; }

/* 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; }

/* Plugin generic classes followed by specific plugin classes */
.detailDiv{ padding: 8px; width: 590px; }
html>body .detailDiv { width: auto; }
.detailDiv h1 span{ font-size: 9px; font-weight: normal; }
.detailDiv .infoTable{
    width: 100%;
    margin-bottom: 12px;
}
.detailDiv .infoTable tr td{
    width: 50%;
    padding: 4px;
}
.detailDiv a{
    font-size: 14px;
    color: #000000;
}
.detailDiv a:hover{
    color: #FF0000;
}
/* business email form styles */
.listH{
    font-size: 11px;
    font-weight:bold;
    padding:5px;
}
/* member register form */
.ToU{
    padding: 3px;
    width: 100%;
    height: 300px;
    border: 1px solid #000000;
    overflow: auto;
}
.cellC{
    padding: 5px;
    background-color: #FFFFFF;
    color: #000000;
    text-align: center;
}
/* START OF SPECIFIC CLASSES*/
.adheader{ text-align: center; margin: 2px 0px 0px 0px; vertical-align: middle; }
.adheader a{ text-decoration: none; }
.lcatmain{
    padding: 5px;
}
.lcatmain a{
    font-size: 11px;
}

.lcatcontent{
    padding: 5px;
    font-size: 9px;
    font-weight: normal;
    white-space: nowrap;
}
.lcatcontent a{
    display: block;
    font-size: 9px;
    font-weight: bold;
    white-space: nowrap;
}
.lcatsub, .lcatsub a{
    font-size: 10px;
    font-weight: normal;
}
.listRecord{
    margin: 4px 0px 4px 8px;
    padding: 0px;
}
.listRecord div{
    margin: 0px;
    padding: 2px 0;
}
.listRecord blockquote{
    margin: 4px 4px 4px 16px;
    padding: 0px;
}
.listRecord .list{
    font-size: 9px;
    font-weight: normal;
}
.listRecordOdd{
    margin: 4px 0px 4px 8px;
    padding: 0px;
}
.listRecordOdd div{
    margin: 0px;
    padding: 2px 0;
}
.listRecordOdd blockquote{
    margin: 4px 4px 4px 16px;
    padding: 0px;
}
.listRecordOdd .list{
    font-size: 9px;
    font-weight: normal;
}
.listPages{ margin-top: 8px; padding-top: 2px; }
.listPages a{ font-weight: normal; text-decoration: none; }
.listPages .lp0{ font-weight: bold; text-decoration: none; }
.listPages a:hover, .listPages .lp0:hover{ text-decoration: none; }

.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;
}

#poll .blockText{ font-size: 11px; }
#poll .pollText{ font-size: 14px; }

.classified{ margin: 18px 0px; width: 570px; }
.classified { background: url(/images/dot-horz.gif) repeat-x bottom; }
.classified .cLeft{ padding: 10px; }
.classified .cLeft td{ color: #000000; }
.classified h3{ margin: 2px; }
.classified a{ font-size: 14px; color: #000000; text-decoration: underline;}
.classified a:hover{ font-size: 14px; color: #7D8B96; text-decoration: underline;}
html>body .classified{ width: auto; }

* html .listPages{background: url(/images/dot-horz.gif) repeat-x top; }
html>body .listPages{ border-top: 1px dotted #000000; }

* 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;
}


#sr_table td{
    padding: 2px;
}

.sliderContain{
    text-align: center;
    margin: 16px 0px;
}
.slider{
    /* these are set dynamically
    width: 300px;
    height: 18px;
    */
    position: relative;
    text-align: left;
    margin: 0px auto;
}
.slider .drag{
    /* these are set dynamically
    left: 144px;
    width: 12px;
    height: 18px;
    */
    position: absolute;
    top: 0px;
}

.yourRating{
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}
.yourRating span{
    font-size: 16px;
    font-weight: bold;
}
.ratingH2{
    margin: 0px;
    padding: 0px;
    text-align: center;
}

/* MEMBER TOOL HEADER */
.memberTools {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
.memberTools a{
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}

/* END MEMBER HEADER */

/* MEMBER TOOLS */
.memberCells .block{
    margin: 7px;
}

.memberCells .block .blockHR{
    text-align: center !important;
}

#content table.memberCells {
    text-align: center;
}

#content .memberCon{
    text-align: center;
    border-bottom: none;
    height: 85px;
}
#content .mButton {
    text-align: center;
}

#content .mButton a{
    display: block;
    color: #000000;
    text-decoration: underline;
    padding: 3px;
    width: 100%;
    height: 100%;
}
html>body #content .mButton a{
    width: auto;
    height: auto;
}
#content .mButton a:hover{
    color: #FF0000;
}

#content #mDiv .block{
    width: 200px;
    padding: 5px;
}
#content #mDiv .blockHR{
    width: 100%;
    padding-bottom: 10px;
}
#content #mDiv .blockC{
    padding: 0px 5px;
}

/* END MEMBER TOOLS */

/* ############## 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 ############## */

/* ROUNDED STYLES */

.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;
}

.bcBlockContainer{
    width: 99%; /* ie is strange */
}
html>body .bcBlockContainer{
    width: auto;
}


.bcBlockT{ background: transparent url(/images/bc_top.jpg) repeat-x top left; }
.bcBlockB{ background: transparent url(/images/bc_bottom.jpg) repeat-x bottom left; }
.bcBlockL{ background: transparent url(/images/bc_left.jpg) repeat-y top left; }
.bcBlockR{ background: transparent url(/images/bc_right.jpg) repeat-y top right; }

.bcBlockTL{ background: transparent url(/images/bc_top_left.jpg) no-repeat top left; }
.bcBlockTR{ background: transparent url(/images/bc_top_right.jpg) no-repeat top right; }
.bcBlockBL{ background: transparent url(/images/bc_bottom_left.jpg) no-repeat bottom left; }
.bcBlockBR{ background: transparent url(/images/bc_bottom_right.jpg) no-repeat bottom right; }

.bcBlockC{
    padding: 0px 8px 8px 8px;
}

.bcBlockC h2{
    margin: 0px 3px 16px 38px;

    font-size: 16px;
    font-weight: bold;
    color: #313131;
}
.bcBlockC .hr3{
    margin: 0px 3px;
    padding-top: 3px;
    border-top: 1px solid #7D8B96;
}

/* END ROUNDED STYLES */

/* ARTICLE SEARCH */
.aSearch{
    text-align: center;
    padding: 8px;
}

/* END ARTICLE SEARCH */

/* HOME BLOCKS */

#content #hometb .block{
    margin: 0px auto;
    width: 100%;
    font-size: 11px;
    text-align: left;
}
#content #hometb .blockHR{
    height: 100%;
    padding: 0px;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
}

#content #hometb .blockC{
    color: #000000;
    width: 100%;
    padding: 0px 5px;
}
#content #hometb html>body .blockC{
    width: auto;
}
#content #hometb .blockH{
    background-color: #313131;
    border: 1px solid #292929;
    height: 18px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    padding: 5px 0px;
    color: #000000;
}
html>body #content #hometb .blockH{
    padding: 5px 0px 0px 0px;
}
#content #hometb .blockHL{
    padding-top: 6px;
    font-size: 9px;
}
#content #hometb .blockHR{
    font-size: 12px;
}

#content #hometb .block1{
    background-color: #313131;
}
#content #hometb .block2{
    background: url(/images/happy_pattern_left.jpg) repeat-y top left;
}
#content #hometb .block3{
    background: url(/images/happy_pattern_right.jpg) repeat-y top right;
}
.bhtd{ width: 185px; }
html>body .bhtd{ width: 146px; }

.thtd{ width: 392px }
html>body .thtd{ width: auto; }

html>body .feattd{
    padding: 8px;
}
.mfeat{
    text-align: right;
}
html>body .mfeat{
    margin: 8px;
}

.mtd01{
    height: 240px;
    width: 249px;
    background-color: #ECECEC;
    color: #000000;
    border-right: 1px dotted #313131;
    border-bottom: 1px solid #313131;
}

.tdheader01{
    background-color: #313131;
    width: 249px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
}

/* CLASSIFIEDS SEARCH */
.classSearch{
    background: url(/images/search_background.jpg) no-repeat top left;
}

/* PACKAGE STYLES */
.pkgD{
    background-color: #ECECEC;
    border: #000000;
    color: #000000;
    margin: 10px 3px;
}
#content .pkgT a{ font-weight: bold; color: #000000; text-decoration: underline; }
#content .pkgT a:hover{ color: #FF0000; text-decoration: none; }

.pkgTD{ background-color: #313131; border: 1px dotted #000000; }


/* GALLERY STYLES */

.galleryDescription{
    margin: 0px;
}

div.galleryContainer{
    position: relative;
    margin: 0px auto;

    height: auto;

    clear: both;

    display: table;

    border-left: 0px solid #313131;
}

ul.galleryContainer{
    display: block;
    list-style: none;
    margin: 0px;
    padding: 0px;

    width: 100%;
    height: auto;

    clear: both;
}

ul.galleryContainer li{
    float: left;
    margin: 0px;
    padding: 0px 0px;

    text-align: center;
    width: 170px;

    border-top: 0px solid #313131;
    border-right: 0px solid #313131;
    border-bottom: 0px solid #313131;
}
html>body ul.galleryContainer li{
    width: 170px;
}


ul.galleryContainer li a{
    display: block;
    margin: 0px;
    padding: 6px 0px;





    white-space: normal;

    height: 100px;

    text-decoration: none;
}
html>body ul.galleryContainer li a{
    height: auto;
    min-height: 100px;

}

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 #313131;

    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 #313131;
}
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 #313131;
    border-right: 0px solid #313131;
    border-bottom: 0px solid #313131;
}
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 #313131;
}
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 #313131;
    border-right: 0px solid #313131;
    border-bottom: 0px solid #313131;
}
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;
    width: 577px;
    height: auto;
    clear: both;
    display: table;
}
html>body div.subgalleryContainer{
    width: 579px;
}

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 #000000; padding: 5px 0px; }

.productOptH{
    margin: 3px 0px;
    color: #000000;
    border-bottom: 1px solid #CBCBCB;
    font-weight: bold;
    font-size: 14px;
}

/* PRODUCTS */
.linePrice{
    text-decoration: line-through;
}

.prodPageContainer{
    display: table;
    clear: both;
    width: 100%;
}

.prodHeader{
    border-bottom: 1px solid #CBCBCB;
    border-top: 1px solid #CBCBCB;
    margin: 8px 0px;
}
.tellFriend{
    float: right;
    text-align: right;
    padding-top: 8px;
}

.largeProdGallery{ 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 #313131;
    margin: 8px auto 0px auto;
}
.simProductsH{
    text-align: left;
    background-color: #313131;
    padding: 5px 5px 5px 0px;
}

.simProductsH a{
    padding: 5px 6px;
    margin-right: 1px;
    color: #FFFFFF;
    text-decoration: none;
}
.simProductsH a:hover, .simHover{
    background-color: #000000;
    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: #000000;
    color: #313131;
}

.newsBlock .newsHeader{
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    padding: 2px;
    background-color: #313131;
    color: #FFFFFF;
}

/* END NEWS BLOCK STYLES */

/* 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 */

.soldProduct{
    font-family: Comic Sans MS, Verdana, sans-serif;
    font-size: 24px;
    color: #C70000;
    font-weight: bold;
    text-align: center;
}

/* sitemap */
#smbcontain{
    position: relative;
    padding: 8px 0px 0px 8px;
    margin: 0px auto 0px auto;
    display: block;
}
html>body #smbcontain{ padding: 0px; }
#sitemapButton{ margin-right: 100px; }
#pageInformationButton{ }

#sitemapButton, #pageInformationButton{
    display: inline;
    cursor: pointer;
    text-decoration: none;
    font-size: 10px;
    font-weight: normal;
}

#pageInformation, #otherBottomBlock{
    position: absolute;
    left: 0px;
    top: 0px;
}
#sitemap, #pageInformation, #otherBottomBlock{
    padding: 8px;
    text-align: left;
    width: 984px;
    z-index: 1;
    display: none;
    color: #CBCBCB;
}

#sitemap, #pageInformation, #otherBottomBlock h1, h2, h3{ /* color: #104A83; */ }
#sitemap, #pageInformation, #otherBottomBlock{}

#sitemap ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#sitemap ul li{
    list-style-type: none;
    margin: 0px 0px 0px 8px;
    padding: 2px 0px;
}
#sitemap a{
    color: #F1C962;
    font-weight: normal;
    text-decoration: underline;
    font-size: 10px;
}
#sitemap a:hover{ color: #F4D27B; }

/* sitemap */
