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;
    padding: 0px;
    background-image: url(/d/patterns/images/gravel/bodybg.jpg);
}
table.mainTable{
    border: 2px solid #FFFFFF;
}
/*################ 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;
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    width: 100%;
    height: 99px;
}
td.logoLeft{
    padding-left: 3px;
    width: 260px;
    height: 99px;
    white-space: nowrap;
}
td.logoMiddle{
    height: 99px;
    text-align: center;
}
.logoimagediv{
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}
td.logoRight{
    padding-right: 3px;
    text-align: right;
    width: 260px;
    height: 99px;
    white-space: nowrap;
}
/*################ END LOGO STYLES ############################*/
/*#############################################################*/

/*#############################################################*/
/*################ MENU BAR STYLES ############################*/

#dtopmenu table{
    margin: 0px auto 0px auto;
}
#menuTable{
    margin-left: auto;
    margin-right: auto;
    height: 14px;
}
td.menubar{
    padding: 4px;
    text-align: center;
    height: 24px;
    color: #000000;
}
td.topMenuCell0, td.topMenuCell{
    padding: 0px;
}
div.topmenuDiv{
    position: relative;
}
a.menubar{
    display: block;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    color: #000000;

    padding: 3px 8px;
    margin: 0px 2px;

    vertical-align: middle;

    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    width: 100px;
}
a.menubar:hover{
    background-color: #000000;
    text-decoration:none;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}
#menubarShadow{
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 6px;
    font-size: 1px;
    color: #000000;
}

    /*################ DROP DOWN ##################################*/
.dropDownMenu {
    padding: 0px;
    border: 0px solid #000000;
    visibility: hidden;
    position: absolute;
    width: 128px;
    left: 0px;
    right: 0px;
}
.dropDownMenu ul{
    border-top: 1px solid #FFFFFF;
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: none;
}
.dropDownMenu ul li{
    border: 0px solid #FFFFFF;
    padding: 0px;
    text-align: left;
    width: 100%;
}
.dropDownMenu li a{
    display: block;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    padding: 3px 8px;
    margin-bottom: 0px;
    vertical-align: middle;

    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    color: #000000;
}
html>body .dropDownMenu li a {
    width: auto;
}
.dropDownMenu li a:hover{
    background-color: #000000;
    text-decoration: none;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}
    /*################ DROP DOWN ##################################*/
/*################ END MENUBAR STYLES #########################*/
/*#############################################################*/

/*#############################################################*/
/*################ COLUMN LEFT ################################*/
td.columnLeft{
    width: 190px;
    height: 580px;
    text-align: left;

    background-color: #E0E0E0;
    padding: 2px;
    border-top: 2px solid #FFFFFF;
    border-right: 0px solid #E0E0E0;
    border-bottom: 2px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;

    font-size: 14px;
    color: black;
}

    /*#########################################################*/
    /*############## 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: 4px 0px;
    width: 160px;
}
#dleftmenu ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: none;
}
#dleftmenu ul li{
    border: 0px solid #FFFFFF;
    padding: 0px;
    text-align: left;
    width: 152px;
}
#dleftmenu li a{
    display: block;
    padding: 4px 8px;

    margin-bottom: 4px;
    vertical-align: middle;
    background-color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;

    border: 1px solid #000000;

    width: 100%;
    color: #000000;
}
html>body #dleftmenu li a {
    width: auto;
}
#dleftmenu li a:hover{
    background-color: #000000;
    text-decoration:none;
    border: 1px solid #FFFFFF;
    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;
    font-size: 1px;
}
td.pageHeaderMiddle{
    height: 22px;
    font-size: 1px;
}
td.columnMain, #bStart{
    background-color: #E0E0E0;
    padding: 2px;

    font-size: 14px;
    color: black;
}
td.columnMain{
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    border-left: 0px solid #E0E0E0;

    height: 580px;
}
td.copyright{
    padding: 0px;

    border-top: 0px solid #FFFFFF;
    border-right: 0px solid #FFFFFF;
    border-bottom: 0px solid #FFFFFF;
    border-left: 0px solid #FFFFFF;

    height: 21px;
    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{
    border-top: 0px solid white;
    border-bottom: 0px solid white;
    border-left: 0px solid white;
    border-right: 0px solid white;

    padding: 0px;
    width: 128px;
}
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: #000000;
    font-weight: bold;
    background-color: #FFFFFF;
    font-size: 14px;
}
a.cart:hover{
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    text-decoration: none;
    background-color: #000000;
}

/*################ END COLUMN RIGHT ###########################*/
/*#############################################################*/

/*#############################################################*/
/*################ CONTENT TABLES #############################*/

table.show{
    border: 1px solid #C0C0F0;
    background-color: #FEFEFE;
}

/* This is for the admin pages */
td.adminTitle{
    background-color: #777777;
    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: #000000;

    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 #777777;
    border-left: 0px solid #FFFFFF;
    border-right: 0px solid #FFFFFF;

    padding: 2px 8px;
    text-align: left;
}
td.cellOdd{
    background-color: #EEEEEE;
    color: black;

    padding: 2px 8px;

    border-top: 0px solid white;
    border-bottom: 1px solid #777777;
    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: #000000;
    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: #222222;
    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: #C0C0C0;
    color: #000000;
    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: #000000;
    border: 1px solid #000000;
    font-weight: bold;
}
select{
    background-color: #FFFFFF;
    color: #000000;
    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: #00387B;
    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; }