/* #################################################################
    Copyright 2005 BBB Systems, LLC, All rights reserved
################################################################## */
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: 12px; }
h1{ font-size: 18px; padding-bottom: 2px;}
* html h1{background: url(/images/dot-horz.gif) repeat-x bottom; }
html>body h1{ border-bottom: 1px dotted #000000; }
h2{ font-size: 16px; }
h3{ font-size: 14px; }
h4{ font-size: 13px; }
h5{ font-size: 12px; }
h6{ font-size: 10px; }

h1,h2,h3,h4,h5,h6{ color: #6D1D14; }

h4,h5,h6{ padding: 0px; margin: 0px; }

body{ background-color: #ffffff; margin: 0px; padding: 0px; text-align: center; }

/* LOGO STYLES */
#pageContainer{ padding: 8px 0px 0px 0px; margin: 0px auto 0px auto; text-align: left; width: 758px; }

#head, #headleft, #headright{height: 23px;}
#head{background: url(/images_b/header_repeat.jpg) repeat-x bottom;}
#headleft{background: url(/images_b/header_left.jpg) no-repeat bottom left;}
#headright{background: url(/images_b/header_right.jpg) no-repeat bottom right;}
#htext{padding: 4px 0px;}
#headright{
    padding: 0px 8px 0px 0px;
    text-align: right;
    font-size: 11px;
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
    white-space:nowrap;
}
#headright a{
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
}
#headright a:hover{
    text-decoration: underline;
}
#headright #clock, #headright #weatherlink{
    padding: 0px 8px 0px 0px;
}

#logoContainer{
    padding: 0px;
    height: 156px;
    background: url(/images_b/noflash_header.jpg);
    border: 1px solid #FFAC1B;
}

/* END LOGO STYLES */

/* MENU BAR STYLES */

#pageHeader{
    height: 216px;
}

#pageHeader2{
    height: 16px;
    background-color: #6d86af;
}

#mbContain{
    background: #000000 url(/images_b/mb_repeat.jpg) repeat-x bottom;
    border-left: 1px solid #FFAC1B;
    height: 22px;
}
#menubar{
    background: url(/images_b/menubar_right.jpg) no-repeat bottom right;
    height: 22px;
}
html>body #menubar, html>body #mbContain {
    height: auto;
    min-height: 22px;
}

#tmenucontain{
    padding: 2px 5px 2px 2px;
    width: 755px;
}
html>body #tmenucontain{
    width: auto;
}

#tmenu{
    padding: 0px;
    width: 100%;
    height: 17px;
}

#tmenu td{
    height: 17px;
    text-align: center;
    white-space: nowrap;
}

.tmenud{
    position: relative;
    z-index: 4500;
}

.tmenud a{
    background: url(/images_b/mb.jpg) repeat-x top;
    display: block;
    height: 17px;

    margin: 0px 0px 0px 1px;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 10px;
    text-decoration: none;
    white-space: nowrap;

}
html>body .tmenud a{
    width: auto;
}
.tmenud a .ts_0{
    display: block;
    background: url(/images_b/mb_left.jpg) no-repeat top left;
    height: 17px;
}
.tmenud a .ts_1{
    display: block;
    background: url(/images_b/mb_right.jpg) no-repeat top right;
    padding: 2px 0px 4px 8px;
}
.tmenud a span{
    cursor: pointer;
    width: 100%;
}
html>body .tmenud a span{
    width: auto;
}

.tmenud a:hover{
    background: url(/images_b/mb_over.jpg) repeat-x top;
    color: #AF100D;
    text-decoration: none;
}
.tmenud a:hover .ts_0{
    background: url(/images_b/mb_left_over.jpg) no-repeat top left;
}
.tmenud a:hover .ts_1{
    background: url(/images_b/mb_right_over.jpg) no-repeat top right;
}

.dateHeader{
    color: #3D3696;
    font-size: 11px;
    font-weight: bold;
}

.empty{ visibility: hidden; position: absolute; left: 0; top: 0; }

.tmenud .dropDownMenu{
    position: absolute;
    z-index: 5000;
    top: 18px;
    left: 0px;
    text-align: left;

    margin: 0px;
    padding: 0px;

    width: 130px;
    visibility: hidden;
}

.tmenud .dropDownMenu ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    border: 1px solid #000000;
    background-color: #617aa3;
}

.tmenud .dropDownMenu li{
    list-style-type: none;
    display: block;
    padding: 0px;
    margin: 0px;
    text-align: left;
    width: 100%;
}
html>body .tmenud .dropDownMenu li{
    width: auto;
    min-width: 100%;
    height: auto;
}

.tmenud .dropDownMenu li a{
    display: block;
    padding: 2px 4px;
    margin: 0px;
    text-decoration: none;
    text-align: left;
    font-weight: normal;
    font-size: 11px;
    width: auto;
    height: 15px;
    color: #FFFFFF;
    white-space: nowrap;
    background-image: none;
}

.tmenud .dropDownMenu li a:hover{
    background-color: #6d86af;
    background-image: none;
    text-decoration: none;
    color: #FFFFFF;
}
/* END MENUBAR STYLES */

/* LEFT MENU */

/* The left menu here puts on a clinic for bypassing ie's supposed standard compliance bugs */

.dleftmenu{
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.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 3px;
    width: auto;

    border-bottom: 1px solid #FFAC1B;
}
html>body .dleftmenu ul li{
    width: auto;
}

.dleftmenu ul li a{
    display: block;
    padding: 4px 0px 4px 0px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    width: 146px; /* don't worry, in ie this will grow if it needs to */
    text-align: center;
    white-space: nowrap;

    background-color: #4C221E;

    border-right: 1px solid #FFAC1B;
    border-left: 1px solid #FFAC1B;

}
html>body .dleftmenu ul li a{
    width: auto;
}

.dleftmenu ul li a:hover{
    color: #FFFFFF;
    text-decoration: none;

    background-color: #000000;

    border-right: 1px solid none;
    border-left: 1px solid none;
}
html>body .dleftmenu ul li a:hover{
    border-right: 0px solid #7E9FBE;
    border-left: 0px solid #7E9FBE;
}


/* END LEFT MENU */

/* COLUMN MAIN */
#headerContainer{ }
#contentContainer{ }
#columnLeft{width: 146px; background-color: #000000; border-right: 1px solid #FFAC1B; border-bottom: 1px solid #FFAC1B; border-left: 1px solid #FFAC1B; }
#columnMain{padding: 0px; background-color: #FFFFFF; color: #000000;}
#content{ height: 250px; padding: 8px;}
html>body #content{ height: auto; min-height: 250px; }
#columnRight{width: 150px; background-color: #FFFFFF;}

#copyright{
    margin: 0px;
    padding: 4px;
    font-size: 9px;
    color: #000000;
    text-align: center;
    text-align: center;
}
#copyright div{ padding-top: 4px; font-size: 9px; }
#copyright a{ font-weight: bold; font-size: 9px; text-decoration: underline; color: #000000; }
#copyright a:hover{ text-decoration: none; }

/* END COLUMN MAIN */

/* DATA TABLES */
table.cell, table.show{ border: 1px solid #000000; }
td.adminTitle{
    background-color: #FFC664;
    border: 1px solid #000000;
    text-decoration:none;
    color: #000000;
    font-weight: bold;
    text-align: center;
}
td.cellHeader, th.cellHeader{
    background-color: #000000;
    border: 1px solid #000000;
    padding: 4px 8px 4px 8px;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    height: 16px;
}
td.cell{
    background-color: #FFFFFF;
    border-bottom: 1px solid #F3F5FB;
    padding: 2px 8px 2px 8px;
    color: #000000;
    text-align: left;
}
td.cellOdd{
    background-color: #DDDDDD;
    padding: 2px 8px 2px 8px;
    border-bottom: 1px solid #F3F5FB;
    color: #000000;
    text-align: left;
}
td.cellError{
    background-color: #CC6666;
    padding: 2px 8px 2px 8px;
    border-bottom: 1px solid #F3F5FB;
    color: #000000;
    text-align: left;
}
td.cellHeader, td.cell, td.cellOdd, td.cellError, td.cell a, td.cellOdd a{
    font-size: 10px;
}
    /*############ Product Styles #############################*/
td.productHeader{
    background-color: #082A4E;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    padding: 4px 8px 4px 8px;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    height: 16px;
}

td.product{
    background-color: #FFFFFF;
    border: 1px solid #082A4E;
    padding: 4px;
    height: 140px;
}

td.productSelector{
    border-left: 0px solid #FFFFFF;
    border-top: 0px solid #FFFFFF;
    border-right: 0px solid #FFFFFF;
    border-bottom: 1px solid #3D3696;
    text-align: left;
    white-space: nowrap;
    height: 16px;
}

td.productLeft{
    padding: 10px 10px 10px 0px;
    width: 280px;
}

td.productRight{
    padding: 10px 0px 10px 10px;
    width: 280px;
}

td.catLeft{
    width: 33%;
    padding: 10px 20px;
}

td.catMiddle{
    width: 33%;
    padding: 10px 20px;
}

td.catRight{
    width: 33%;
    padding: 10px 20px;
}

a.plist{ text-decoration: none; font-weight: bold; }
a.plistCurrent{ text-decoration: none; font-weight: bold; }

/* End Product Styles */
/* END DATA TABLES */

/* FORM ELEMENTS */

input, select{
    background-color: #FFFFFF;
    color: #000000;
    border: 1px inset #8E9082;
    font-weight: normal;
    font-size: 12px;
}

.button, .buttonOver{
    margin: 2px;
    font-weight: bold; font-size: 10px; cursor: pointer; padding-bottom: 3px; height: 18px;
    color: #FFFFFF; border-right: 2px solid #472E00;
    border-bottom: 1px solid #99783D;
}
.button{
    background: #99783D url(/images_b/button.jpg) no-repeat top left;
}
.buttonOver{
    background: #99783D url(/images_b/button_over.jpg) no-repeat top left;
}

/* END FORM ELEMENTS */

/* ANCHORS */
a{ color: #980D0B; font-weight: bold; }
a:hover{ color: #C11111; }

a.cellHeader{ color:#FFFFFF; text-decoration: none; font-weight: bold; }
a.cellHeader:hover{ color:#FFFFFF; text-decoration: underline}

a.cellHeaderSmall{ color: #FFFFFF; text-decoration: none; font-size: 10px; font-weight: bold; }
a.cellHeaderSmall:hover{ color: #FCFCFF; 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; }
/* END ANCHORS */

/* MISC */
/* DONT CHANGE THIS P IE Users will appreciate it */
p{ margin: 0px; padding: 0px; }

/*used for the checkout page header text and for email header text*/
.boldHeader{ color: #082A8E; font-weight: bold; }
span.small{ font-size: 12px; }
.large{ color: #5D5A55; font-size: 12px; }

.tdHeader{ color: #FFFFFF; font-size: 12px; }

span.error{ color: #FF0000; font-weight: bold; }
span.good{ color: #546396; font-weight: bold; }

/* replacement for hr */
div.hr, div.hr2{ height: 1px; font-size: 1px; width: 100%; background: url(/images/dot-horz.gif) repeat-x bottom; margin: 4px 0px }
html>body div.hr, html>body div.hr2{ background-image: none; border-bottom: 1px dotted #000000; }

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{ }
.detailDiv h1 span{ font-size: 9px; font-weight: normal; }
.detailDiv .infoTable{
    border: 0px solid #000000;
    width: 100%;
    margin-bottom: 12px;
}
.detailDiv .infoTable tr td{
    border: 1px solid #000000;
    width: 50%;
    padding: 4px;
}

/* start of specific classes */

.adheader{ text-align: center; margin: 4px 2px 8px 2px; }
.adheader a{ text-decoration: none; }
.adheader a img{ border: 0px solid #000000; }

div.lcatmain{
    padding: 5px;
    height: 65px;
}
p.lcatsub, p.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;
}

.listPages{ margin-top: 8px; padding-top: 2px; }
* html .listPages{background: url(/images/dot-horz.gif) repeat-x top; }
html>body .listPages{ border-top: 1px dotted #000000; }
.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: 9px; font-weight: normal; }
.pollDiv .pollText{ margin: 8px 0px; }
.pollDiv table{ width: 100%; }
.pollDiv table .pt1{ width: 160px; font-size: 10px;}
.pollDiv table .pt2{ width: 250px; }
.pollDiv table .pt3{ width: 50px; text-align: right; font-size: 10px;}
.pollDiv table td{ padding: 3px 0px; }
* html .pollDiv table td{ background: url(/images/dot-horz.gif) repeat-x bottom; }
html>body .pollDiv table td { border-bottom: 1px dotted #000000; }
.pollBar{height: 14px; font-size: 1px; margin: 1px; border: 1px outset #000000; background-color: #FF0000;}
.pollForm{ margin: 12px 0px; }
.pollForm .block{ float: right; }

div.coupon{
    margin: 18px 0px;
}
div.cTop, div.cBottom{
    background: url(/images/dot-horz.gif) repeat-x top;
}
div.cBottom{
    background-position: bottom;
}
div.cLeft, div.cRight{
    background: url(/images/dot-vert.gif) repeat-y right;
}
div.cLeft{
    background-position: left;
    padding: 7px;
}
div.coupon h3{
    margin: 2px;
}


.expand table tr td{
    font-size: 10px;
}
.expand table tr td select{
    width: 90px;
    font-size: 10px;
    padding: 1px;
}


.contentImg{
    margin: 8px 0px;
}

.contentImg img{
    border: 1px solid #000000;
}

.gallery{
    margin-top: 16px;
}
.gallery table tr td{
    width: 25%;
    padding: 5px 0px;
}

.gallery table tr td a{
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}

.gallery table tr td img{
    border: 1px solid #000000;
}