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; }
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: #7D0000;
}

h4,h5,h6{
    padding: 0px;
    margin: 0px;
}

.theader{padding: 0px; margin: 0px; text-align: left;}

body{
    background-image: url(/images/background.jpg);
    background-repeat: repeat;
    background-position: top left;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

/*############ LOGO STYLES ####################################*/

#pageContainer{
    position: relative;
    margin: 0px auto 0px auto;

    text-align: left;
    width: 760px;
    border: 1px solid #000000;
}

#logoContainer{
    background-image: url(/images/header.jpg);
    background-repeat: no-repeat;
    background-position: top left;

    padding: 0px;
    width: 760px;
    height: 100px;
}
/*################ END LOGO STYLES ############################*/

/*################ MENU BAR STYLES ############################*/

#cartContain{
    padding-top: 4px;
}

#cartContain ul, #cartContain li{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
#cartContain li{
    display: inline;
    float: right;
    padding-right: 8px;
}

#cartContain a{
    display: block;
    width: 100px;
    padding: 2px 0px;

    background-color: #000000;
    border-top: 1px solid #81A8A9;
    border-right: 1px solid #03393B;
    border-bottom: 1px solid #03393B;
    border-left: 1px solid #81A8A9;

    text-decoration: none;
    font-size: 14px;
    color: #A7C3C7;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    font-style: italic;
    letter-spacing: 1px;
}
#cartContain a:hover{
    background-color: #222222;

    border-top: 1px solid #03393B;
    border-right: 1px solid #81A8A9;
    border-bottom: 1px solid #81A8A9;
    border-left: 1px solid #03393B;

    color: #FFFFFF;
    text-decoration: none;
}

#searchContain{
    position: absolute;
    top: 3px;
    left: 480px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
}
html>body #searchContain{
    top: 5px;
}

#psearchbox{
    position: relative;
    top: 2px;
    width: 120px;
    height: 14px;
    font-size: 10px;
}
html>body #psearchbox{
    top: -1px;
}

.searchbutton{
    position: relative;
    width: 55px;
    height: 14px;
    border: 0px solid #FFFFFF;
    font-size: 10px;
    color: #FFFFFF;
    cursor: pointer;
    padding-bottom: 3px;
}

#menubar{
    position: relative;
    z-index: 5000;
    background-color: #FFFFFF;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    height: 20px;
}
#menubar{
    height: auto;
    min-height: 20px;
}

#tmenu{
    width: 100%;
}
#tmenu, #tmenu td{
    height: 20px;
}
html>body #tmenu, html>body #tmenu td{
    height: auto;
    min-height: 20px;
}

#tmenu .tmd{
    border-left: 1px solid #000000;
}
#tmenu .tmd0{
    border-left: 0px solid #000000;
}

.tmenud{
    position: relative;
    padding: 0px;
    margin: 0px;
}

.topa{
    display: block;
    background-image: url(/images/menubar.jpg);
    background-repeat: repeat-x;
    background-position: top left;

    border: 1px solid #FFFFFF;

    padding-top: 2px;

    width: auto;
    height: 18px;

    color: #404040;
    text-decoration: none;
    text-align: center;
}
html>body .topa{
    width: auto;
    height: auto;
    min-height: 18px;
}

.topa:hover{
    background-image: url(/images/menubar_over.jpg);
    color: #404040;
    text-decoration: none;
}

    /*################ DROP DOWN ##################################*/

.empty{ visibility: hidden; position: absolute; left: 0; top: 0; }

.tmenud .dropDownMenu{
    position: absolute;
    z-index: 5000;
    top: 26px;
    left: 0px;

    background-color: #3A4040;

    text-align: left;
    margin: 0px;
    padding: 0px;

    width: 100%;
    visibility: hidden;
}
html>body .tmenud .dropDownMenu{
    width: auto;
    min-width: 160px;
}

.tmenud .dropDownMenu ul{
    display: block;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    border-top: 1px solid #C4B298;
    border-right: 1px solid #6B4512;
    border-left: 1px solid #C4B298;

    width: 100%;
}
html>body .tmenud .dropDownMenu ul{
    width: auto;
}

.tmenud .dropDownMenu li{
    display: block;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    text-align: left;
    width: 100%;
}
html>body .tmenud .dropDownMenu li{
    width: auto;
    height: auto;
}

.tmenud .dropDownMenu li a{
    display: block;
    padding: 3px 4px 2px 4px;
    margin: 0px 0px 0px 0px;
    text-decoration: none;
    text-align: left;
    font-weight: normal;
    font-size: 11px;
    width: 100%;
    height: 15px;
    color: #DDDDDD;
    white-space: nowrap;
    border-bottom: 1px solid #6B4512;
}
html>body .tmenud .dropDownMenu li a{
    width: auto;
}

.tmenud .dropDownMenu li a:hover{
    color: #FFFFFF;
}

    /*################ DROP DOWN ##################################*/
/*################ END MENUBAR STYLES #########################*/

#columnLeft{
    width: 181px;
    background-color: #353F5C;
    border-top: 1px solid #362207;
    border-right: 1px solid #362207;
}

.dleftmenu{}
.dleftmenu ul{width: 100%; list-style-type: none; padding: 0px; margin: 0px;}
.dleftmenu ul li{width: 100%; list-style-type: none; padding: 0px; margin: 0px;}
.dleftmenu ul li a{
    display: block;
    color: #968B79;
    padding: 5px 16px;
    width: 100%;
    text-decoration: none;
    border-bottom: 1px solid #968B79;
    border-top: 1px solid #253154;
}
html>body .dleftmenu ul li a{
    width: auto;
}
.dleftmenu ul li a:hover{
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 1px solid #FFFFFF;
}
/*################ COLUMN MAIN ################################*/

#mainTable{
    border-bottom: 1px solid #C6B498;
}

#headerContainer{
    position: relative;
    margin-top: 1px;
}

#contentContainer{
    position: relative;
    margin: 0px;
    padding: 0px;
    height: auto;
}
#columnMain{
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
}

#content{
    background-image: url(/uimages/looker.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;

    margin: 0px;
    padding: 8px;
    color: #000000;
    font-size: 12px;

    height: 400px;
}
html>body #content{
    height: auto;
    min-height: 400px;
}

#bmenu{
    background-color: #B2BCBC;
    height: 14px;
    text-align: center;
    padding: 0px 0px 2px 0px;
    border-top: 1px solid #D3D8D8;
}
html>body #bmenu{
    height: auto;
    min-height: 14px;
}
#bmenu a{
    color: #000000;
    font-size: 9px;
    text-transform: lowercase;
    text-decoration: none;
    font-weight: normal;
}
#bmenu a:hover{
    color: #333D3D;
}

#copyright{
    background-color: #005883;
    border-top: 1px solid #000000;

    color: #FFFFFF;
    text-align: center;
    font-size: 9px;
    padding-bottom: 4px;
}
#copyright div{
    padding: 2px 0px 2px 0px;
}
#copyright a{
    color: #FFFFFF;
    font-size: 9px;
    font-weight: normal;
    text-decoration: none;
}
#copyright a:hover{
    text-decoration: underline;
}

#bdesign{
    background-color: #000000;
    border-top: 1px solid #313B3B;
    padding: 1px 0px 2px 0px;
    text-align: center;
}
#bdesign a{
    color: #FFFFFF;
    font-size: 9px;
    text-decoration: none;
}
#bdesign a:hover{
    color: #B2BCBC;
}

/*################ END COLUMN MAIN ############################*/

/*################ CONTENT TABLES #############################*/

table.cell, table.show{
    border: 1px solid #6E5A33;
}

td.adminTitle{
    background-color: #689DB5;
    border: 1px solid #000000;
    height: 25px;
    text-decoration:none;
    color: #404040;
    font-weight: bold;
    text-align: center;
}

td.cellHeader{
    background-color: #085E86;
    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;
    font-size: 12px;
    color: #000000;
    text-align: left;
}

td.cellOdd{
    background-color: #DDDDDD;
    padding: 2px 8px 2px 8px;
    border-bottom: 1px solid #F3F5FB;
    color: #000000;
    font-size: 12px;
}

td.cellError{
    background-color: #CC6666;
    padding: 2px 8px 2px 8px;
    border-bottom: 1px solid #F3F5FB;
    color: #000000;
    font-size: 12px;
}

    /*############ 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 10px 0px;
}

td.catMiddle{
    width: 33%;
    padding: 10px 0px 10px 0px;
}

td.catRight{
    width: 33%;
    padding: 10px 0px 10px 20px;
}

a.plist{
    text-decoration: none;
    font-weight: bold;
}
a.plistCurrent{
    text-decoration: none;
    font-weight: bold;
}

    /*############ End Product Styles #########################*/
/*################ END CONTENT TABLES #########################*/

/*################ FORM ELEMENTS ##############################*/

input, select{
    background-color: #FFFFFF;
    color: #000000;
    border: 1px inset #8E9082;

    font-weight: normal;
    font-size: 12px;
}
/* 0864C6 - BB291F */
input.button{
    background-color: #3C6072;
    color: #ffffff;
    border: 1px outset #000000;
    font-weight: normal;
    font-size: 12px;
    cursor: pointer;
    height: 20px;
    padding-bottom: 2px;
}

input.buttonOver{
    background-color: #689DB5;
    color: #404040;
    border: 1px inset #000000;
    font-weight: normal;
    font-size: 12px;
    cursor: pointer;
    height: 20px;
    padding-bottom: 2px;
}

/*################ END FORM ELEMENTS ##########################*/
/*################ ANCHORS ####################################*/

a{
    color: #3C6072;
    font-weight: bold;
}
a:hover{
    color: #689DB5;
}

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.cell{
    text-decoration:none;
    font-weight: bold;
}
a.cell: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.left{
    margin-left: 46px; color: #FFFFFF; text-decoration: none;
}

/*################ END ANCHORS ################################*/

/*################ MISC #######################################*/

/* DONT CHANGE THIS P */
p{
    margin: 0px;
    padding: 0px;
}
/* END DON'T CHANGE */

/*used for the checkout page header text and for email header text*/
span.boldHeader{
    color: #082A8E;
    font-weight: bold;
}

span.small{
    font-size: 12px;
}

.large{
    color: #7D0000;
}

.tdHeader{
    color: #FFFFFF;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

span.error{
    color: #FF0000;
    font-weight: bold;
}

span.good{
    color: #546396;
    font-weight: bold;
}

/* replacement for hr */
div.hr{
    height: 1px;
    width: 100%;
    border-top: 1px solid #082A8E;
    margin: 8px 0px 8px 0px;
}
div.hr2{
    height: 1px;
    width: 100%;
    border-top: 2px solid #BB291F;
    margin: 8px 10px 8px 10px;
}

form{
    padding: 0px;
    margin: 0px;
}

table.center{
    margin-left: auto;
    margin-right: 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;
}


td.pad0{
    padding: 0px;
}

.left{ text-align: left; }
.center{ text-align: center; }
.right{ text-align: right; }

.cfdiv{
    text-align: center;
}
.cftable{
    width: 400px;
    margin: 0px auto 0px auto;
    text-align: left;
}
.cfHead{
    color: #003399;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    padding-top: 8px;
}
.cfSmall{
    width: 20%;
}
.cf, .cfOdd{
    color: #003399;
    white-space: nowrap;
    padding: 4px 20px 4px 0px;
    height: 20px;
}
.cfError{
    color: #FF0000;
    white-space: nowrap;
    padding-right: 20px;
    width: 30%;"
    height: 20px;
}