/*## Color Reference of Change  ##*/
/*## Dark Bg:       999932 ##*/
/*## Light Bg:      99CCCC ##*/
/*## Cell Headers:  666633 ##*/
/*## Cell Odd:      F0FFFF ##*/
/*## Top Hover:     999932  ##*/
/*## Bold Header:   4F4F00 ##*/
html, body, h1, h2, h3, h4, h5, h6, div, p, ul, li, input, select, td, a{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 13px;
}

/*#############################################################*/
/*############ MAIN BODY STYLES ###############################*/
body, #fakebody{
    margin: 0px 0px 0px 0px;
    padding: 0px;
    background-Color: #99CCCC;
}
table.mainTable{
    border: 0px solid #FFFFFF;
}
tr.DarkBG{
    margin: 4px;
    padding: 4px;
    background-color: #339999;
}
tr.LightBG{
    margin: 0px;
    padding: 0px;
    background-color: #99CCCC;
}
/*################ END MAIN BODY STYLES #######################*/
/*#############################################################*/

/*#############################################################*/
/*############ LOGO STYLES ####################################*/
#logotext{
    font-size: 34px;
    color: #FFFFFF;
}
#logoslogan{
    font-size: 20px;
    color: #FFFFFF;
}
#logoinfo{
    font-size: 20px;
    color: #FFFFFF;
}
table.logo{
    color: #FFFFFF;
    width: 100%;
    height: 82px;
}
td.logoLeft{
    text-align: left;
    padding: 4px;
    height: 88px;
    width: 20%;
    white-space: nowrap;
}
td.logoMiddle{
    padding: 0px;
    height: 88px;
    color: #FFFFFF;
    text-align: center;
    width: 60%;
}
.logoimagediv{
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}
.logoimagediv img{

}

td.logoRight{
    text-align: right;
    padding: 4px;
    height: 88px;
    width: 20%;
    white-space: nowrap;
}
/*################ END LOGO STYLES ############################*/
/*#############################################################*/

/*#############################################################*/
/*################ MENU BAR STYLES ############################*/

#dtopmenu table{
    margin: 0px auto 0px auto;
}
#menuTable{
    margin-left: auto;
    margin-right: auto;
}
tr.menubarBG{
    padding: 0px;
    height: 23px;
}
td.menubarLeft{
    padding: 0px;
    height: 23px;
}
td.menubarMiddle{
    padding: 0px;
    text-align: center;
    height: 23px;
}
td.menubarRight{
    padding: 0px;
    height: 23px;
}
td.topMenuCell0, td.topMenuCell{
    padding: 0px;
}
div.topmenuDiv{
    position: relative;
}
a.menubar{
    display: block;
    border-top: 1px solid #303030;
    border-left: 1px solid #303030;
    border-right: 1px solid #303030;
    border-bottom: 1px solid #303030;
    background-color: #999932;
    color: #FFFFFF;

    padding: 0px 0px;
    margin: 0px 0px;
    height: 20px;
    vertical-align: middle;

    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    width: 100px;
}
html>body a.menubar{
    min-height: 20px;
    height: 100%;
}
a.menubar:hover{
    text-decoration: none;
    color: #FFFFFF;
    background-color: #339999;
    border-top: 1px solid #303030;
    border-left: 1px solid #303030;
    border-right: 1px solid #303030;
    border-bottom: 1px solid #303030;
}
#menubarShadow{
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 6px;
    font-size: 1px;
    color: #000000;
}

    /*################ DROP DOWN ##################################*/
.dropDownMenu {
    padding: 0px;
    border: 1px solid #303030;
    visibility: hidden;
    background-color: #999932;
    position: absolute;
    width: 110px;
    left: 0px;
    right: 0px;
}
.dropDownMenu ul{
    border: 1px solid #DADADA;
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: none;
}
.dropDownMenu ul li{
    padding: 0px;
    text-align: left;
    width: 100%;
}
.dropDownMenu li a{
    display: block;
    border: 0px solid #000000;
    padding: 0px 0px;
    margin-bottom: 0px;
    vertical-align: middle;

    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    width: 100%;
    color: #FFFFFF;
}
html>body .dropDownMenu li a {
    width: auto;
}
.dropDownMenu li a:hover{
    background-color: #339999;
    text-decoration: none;
    color: #FFFFFF;
    border: 0px solid #FFFFFF;
}
    /*################ DROP DOWN ##################################*/
/*################ END MENUBAR STYLES #########################*/
/*#############################################################*/

/*#############################################################*/
/*################ COLUMN LEFT ################################*/
td.columnLeft{
    width: 150px;
    height: 70px;
    text-align: left;
    border-right: 1px solid #000000;
    background-color: #FFFFFF;
    padding: 0px;
    font-size: 14px;
    color: #000000;
}
td.leftMenuTop{
    width: 150px;
    height: 70px;
    padding: 0px;
    text-align: left;
    font-size: 14px;
    color: #000000;
}
td.leftMenuMiddle{
    width: 150px;
    height: 134px;
    text-align: left;

    padding: 0px;
    font-size: 14px;
    color: #000000;
}

    /*#########################################################*/
    /*############## SEARCH BOX ###############################*/

table.searchTable{
    width: 100%;
    border: 0px solid white;
    padding: 0px;
}
td.searchBoxLeft{
    border: 0px solid white;
    padding: 0px;
    font-size: 1px;
    width: 4px;
    height: 52px;
}
td.searchBoxMiddle{
    border: 0px solid white;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 26px;
    text-align: center;
    white-space: nowrap;
}
td.searchBoxRight{
    border: 0px solid white;
    padding: 0px;
    font-size: 1px;
    width: 20px;
    height: 52px;
}
input.searchBox{
    background-color: #D1EB9E;
    border-top: 3px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 0px solid #000000;
    width: 158px;
    vertical-align: bottom;
}
input.searchButton{
    border: 0px solid #000000;
    width: 160px;
    height: 14px;
    vertical-align: top;
    cursor: pointer;
}

    /*############## END SEARCH BOX ###########################*/
    /*#########################################################*/

    /*#########################################################*/
    /*############## LEFT MENUS ###############################*/

table.leftMenu{

}

/*################ NEW ##################*/
#dleftmenu{
    margin: 0px;
    padding: 0px 0px;
    width: 150px;
}
#dleftmenu ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: none;
}
#dleftmenu ul li{
    border: 0px solid #FFFFFF;
    padding: 0px;
   text-align: left;
    width: 150px;
}
#dleftmenu li a{
    display: block;
    padding: 2px 2px 2px 4px;
    margin-bottom: 1px;
    vertical-align: middle;
    text-decoration: none;
    font-size: 13px;
    border: 1px solid #000000;
    width: 100%;
    background-color: #999932;
    color: #FFFFFF;
}
html>body #dleftmenu li a {
    width: auto;
}
#dleftmenu li a:hover{
    background-color: #339999;
    text-decoration:none;
    border: 1px solid #000000;
    color: #FFFFFF;
}
/*#######################################*/



div.leftMenuTopLeft{
    width: 16px;
    height: 24px;
    font-size: 1px;
}
td.leftMenuTopMiddle{
    background-color: #D8D8D8;

    font-size: 13px;
    color: #FFFFFF;
   font-weight: bold;
    height: 24px;
    text-align: center;
    padding-top: 1px;
}
div.leftMenuTopRight{
    width: 18px;
    height: 24px;
    font-size: 1px;
}

/*hack for mozilla huge text zoom*/
td.leftMenuTopLeft, td.leftMenuTopRight{
    width: 16px;
}

td.leftMenuLeft{
    width: 16px;
}
td.leftMenuContent{
    background-color: #D8D8D8;
    border: 0px solid #FFFFFF;
    padding: 4px 4px 4px 0px;
    text-align: left;
    width: 138px;
}
td.leftMenuRight{
    width: 16px;
}
td.leftMenuBottomLeft{
    width: 16px;
    height: 19px;
}
td.leftMenuBottomMiddle{
    height: 19px;
}
td.leftMenuBottomRight{
    width: 18px;
    height: 19px;
}


    /*############## END LEFT MENUS ###########################*/
    /*#########################################################*/

/*################ END COLUMN LEFT ############################*/
/*#############################################################*/

/*#############################################################*/
/*################ COLUMN MAIN ################################*/

div.dateHeader{
    padding-right: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #000000;
    width: 100%;
    height: 16px;
    text-align: right;
    font-weight: bold;
}
td.pageHeaderLeft{
    width: 22px;
    height: 22px;
    padding: 0px;
    font-size: 1px;
}
td.pageHeaderMiddle{
    height: 22px;
    font-size: 1px;
}
td.columnMain, #bStart{
    background-color: #FFFFFF;
    padding: 2px;

    font-size: 14px;
    color: black;
}
td.columnMain{
    border-top: 0px solid #FFFFFF;
    border-right: 0px solid #FFFFFF;
    border-bottom: 0px solid #FFFFFF;
    border-left: 0px solid #80B996;

    height: 580px;
}
td.copyright{
    padding: 2px;
    border-top: 0px solid #FFFFFF;
    border-right: 0px solid #FFFFFF;
    border-bottom: 0px solid #FFFFFF;
    border-left: 0px solid #FFFFFF;

    height: 25px;
    font-size: 10px;
    color: #FFFFFF;
    text-align: center;
}
a.copyright{
    text-decoration: underline;
    color: #FFFFFF;
}
a.copyright:hover{
    color: #FFFFFF;
}

/*################ END COLUMN MAIN ############################*/
/*#############################################################*/

/*#############################################################*/
/*################ COLUMN RIGHT ###############################*/

td.columnRight{
    background-color: #FFFFFF;
    padding: 0px;
    width: 150px;
    border-left: 1px solid #000000;
}
div.cartDiv{
    width: 128px;
    white-space: nowrap;
    text-align: center;
}
a.cart{
    display: block;
    width: 115px;
    padding: 4px;
    margin: 2px;
    border: 1px solid #000000;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #999932;
    font-size: 14px;
}
a.cart:hover{
    color: #FFFFFF;
    border: 1px solid #000000;
    text-decoration: none;
    background-color: #339999;
}
td.extendedRight{
    font-size: 1px;
    margin: 0px;
    padding: 0px;
    width: 20px;
    background-color: #99CCCC;
}
/*################ END COLUMN RIGHT ###########################*/
/*#############################################################*/

/*#############################################################*/
/*######################## FOOTER #############################*/

td.FooterLeft{
    padding: 0px;
    font-size: 1px;
}
td.FooterRight{
    padding: 0px;
    font-size: 1px;
}

/*###################### END FOOTER ###########################*/
/*#############################################################*/

/*#############################################################*/
/*################ CONTENT TABLES #############################*/

table.show{
    border: 1px solid #C0C0F0;
    background-color: #FEFEFE;
}

/* This is for the admin pages */
td.adminTitle{
    background-color: #999933;
    border: 1px outset #C0C0F0;
    text-align: center;
}

/* This is a necessary IE hack */
td.adminTitle, td.adminTitle td{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
}
td.cellHeader{
    background-color: #666633;

    border-top: 1px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    border-left: 0px solid #FFFFFF;
    border-right: 0px solid #FFFFFF;

    padding: 4px 8px;
    font-weight: bold;
    color: #FFFFFF;
    height: 16px;
}
td.cell{
    background-color: white;
    color: black;

    border-top: 0px solid white;
    border-bottom: 1px solid #CCCC66;
    border-left: 0px solid #FFFFFF;
    border-right: 0px solid #FFFFFF;

    padding: 2px 8px;
    text-align: left;
}
td.cellOdd{
    background-color: #F0FFFF;
    color: black;

    padding: 2px 8px;

    border-top: 0px solid white;
    border-bottom: 1px solid #CCCC66;
    border-left: 0px solid white;
    border-right: 0px solid white;
}

/* used as a separator */
td.cellBottom{
    background-color: white;
    color: black;

    border-top: 0px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-left: 0px solid #FFFFFF;
    border-right: 0px solid #FFFFFF;

    padding: 2px 8px 16px 8px;
    text-align: left;
}

    /*#########################################################*/
    /*############ Product Styles #############################*/

td.productHeader{
    background-color: #666633;
    border: 1px solid #000000;
    padding: 2px 4px;

    font-weight: bold;
    color:#FFFFFF;
    font-size: 14px;
    height: 16px;
}
td.product{
    border: 1px solid #000000;
    padding: 4px;
    height: 140px;
    background-color: #FFFFFF;
}
td.productSelector{
    border-left: 0px solid #FFFFFF;
    border-top: 0px solid #FFFFFF;
    border-right: 0px solid #FFFFFF;
    border-bottom: 1px solid #000000;
    text-align: left;
    white-space: nowrap;
    height: 16px;
}
td.productLeft{
    padding: 10px 10px 10px 0px;
    width: 50%;
}
td.productRight{
    padding: 10px 0px 10px 10px;
    width: 50%;
}
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: underline;
    font-weight: bold;
    color: #000000;
}
a.plistCurrent{
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}

    /*############ End Product Styles #########################*/
    /*#########################################################*/

/*################ END CONTENT TABLES #########################*/
/*#############################################################*/

/*#############################################################*/
/*################ FORM ELEMENTS ##############################*/

.button{
    background-color: #339999;
    color: #FFFFFF;
    border-left: 2px solid #CDCDCD;
    border-right: 2px solid #3A3A3A;
    border-top: 2px solid #CDCDCD;
    border-bottom: 2px solid #3A3A3A;

    padding: 0px 2px 0px 2px;
    font-weight: bold;
    font-size: 12px;
}
.buttonOver{
    background-color: #999933;
    color: #FFFFFF;
    border-left: 2px solid #CDCDCD;
    border-right: 2px solid #3A3A3A;
    border-top: 2px solid #CDCDCD;
    border-bottom: 2px solid #3A3A3A;

    padding: 0px 2px 0px 2px;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
}
input{
    background-color: #FFFFFF;
    color: #339999;
    border: 1px solid #000000;
    font-weight: bold;
}
select{
    background-color: #FFFFFF;
    color: #339999;
    border: 1px solid #000000;
    font-weight: normal;
}

/*################ END FORM ELEMENTS ##########################*/
/*#############################################################*/

/*#############################################################*/
/*################ ANCHORS ####################################*/

a{
    text-decoration: underline;
    color: #000000;
}
a:hover{
    color: #000000;
    text-decoration: none;
}
a.cellHeader{
    color:#FFFFFF;
    text-decoration:none;
    font-weight: bold;
}
a.cellHeader:hover{
    color:#EEEEEE;
}
a.cellHeaderSmall{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
}
a.cellHeaderSmall:hover{
    color: #A6A6A6;
    text-decoration: underline;
}
a.cell{
    color:#000000;
    text-decoration: underline;
    font-weight: bold;
}
a.cell:hover{
    color:#000000;
    text-decoration: none;
}
a.cellLarge{
    color:#000000;
    text-decoration: underline;
    font-weight: bold;
}
a.cellLarge:hover{
    color:#000000;
    text-decoration: none;
}
a.menucell{
    color:#000000;
    text-decoration:none;
    font-weight: bold;

    vertical-align: middle;
}
a.menucell:hover{
    color:#FFFFFF;
    text-decoration:underline;
}
a.menubar0{
    color:#FFFFFF;
    text-decoration:none;
    font-size: .8em;
    font-weight: bold;

    height: 16px;
    padding: 0px 8px;
}
a.menubar0:hover{
    color: #FFFFFF;
    text-decoration: underline;
}

/*################ END ANCHORS ################################*/
/*#############################################################*/

/*#############################################################*/
/*################ MISC #######################################*/

/* DONT CHANGE THIS P */
p{
    margin-top: 0px;
    margin-bottom: 0px;
}
/* END DON'T CHANGE */

ul.menu{
    list-style-type: disc;
    margin: 0px 0px 0px 8px;
    padding: 0px 0px 0px 8px;
}

/*used for the checkout page header text and for email header text*/
span.boldHeader{
    color: #4F4F00;
    font-weight: bold;
}
span.small{
    font-size: 10px;
}
span.large{
    color: #000000;
   font-weight: bold;
}
span.error{
    color: #FF0000;
    background-color: #FFFFFF;
    font-weight: bold;
}
span.good{
    color: #FFFFFF;
    font-weight: bold;
}

/* replacement for hr */
div.hr{
    height: 1px;
    width: 100%;
    border-top: 1px solid #000000;
    margin: 8px 0px;
}

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;
}
div.center{
    width: 100%;
    text-align: center;
}
div.right{
    width: 100%;
    text-align: right;
}
h1, h2, h3, h4, h5, h6{
    color: #000000;
}
h1{ font-size: 20px; }
h2{ font-size: 18px; }
h3{ font-size: 16px; }
h4{ font-size: 14px; }
h5{ font-size: 12px; }
h6{ font-size: 10px; }