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: #000000;
}

h3,h4,h5,h6{
    padding: 0px;
    margin: 8px 0px;
}

body{
    background-color: #000000;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

/*############ LOGO STYLES ####################################*/

#pageContainer{
    position: relative;
    text-align: left;
    width: 100%;
}

#logoContainer{
    position: relative;
    height: 100px;
}
#header1{
    background-color: #FCB65A;
    height: 16px;
}
#header2{
    background-color: #CA801F;
    height: 8px;
}
#header3{
    background-color: #ED6C23;
    height: 76px;
}
#header4{
    margin-top: 20px;
    background-image: url(/images/patricebaskets.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    height: 56px;
}


/*################ END LOGO STYLES ############################*/

/*################ MENU BAR STYLES ############################*/

#menubar{
    position: absolute;
    z-index: 1200;
    top: 22px;
    left: 0px;

    background-color: #000000;
    width: 100%;
    height: 24px;
}
html>body #menubar{
    height: auto;
    min-height: 24px;
}

#tmenu{
    margin: 0px;
    padding: 0px;
}
#tmenu table{
    margin-left: 8px;
}
#tmenu table td{
    height: 21px;
    text-align: center;
    white-space: nowrap;
}

.tmenud{
    position: relative;
}

.tmenud a{
    display: block;
    height: 20px;
    padding: 4px 0px 0px 16px;
    color: #FFFFFF;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
    white-space: nowrap;
    font-variant: small-caps;
}
html>body .tmenud a{
    height: auto;
    min-height: 20px;
}

.tmenud a:hover{
    color: #FADCB4;
    text-decoration:none;
}

.dateHeader{
    color: #3D3696;
    font-size: 11px;
    font-weight: bold;
}

    /*################ DROP DOWN ##################################*/

.empty{ visibility: hidden; position: absolute; left: 0; top: 0; }

.tmenud .dropDownMenu{
    position: absolute;
    z-index: 5000;
    top: 21px;
    left: 0px;
    text-align: left;

    margin: 0px;
    padding: 0px;

    width: 160px;
    visibility: hidden;
}
html>body .tmenud .dropDownMenu{
    width: auto;
    min-width: 160px;
}

.tmenud .dropDownMenu ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    background-color: #000000;
}

.tmenud .dropDownMenu li{
    list-style-type: none;
    display: block;
    padding: 0px;
    margin: 0px;
    text-align: left;
}
html>body .tmenud .dropDownMenu li{
    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: 12px;
    width: auto;
    height: 15px;
    font-variant: normal;
    white-space: nowrap;
}

.tmenud .dropDownMenu li a:hover{
    color: #FADCB4;
}

    /*################ DROP DOWN ##################################*/
/*################ END MENUBAR STYLES #########################*/

/*################ LEFT MENU ##################################*/

#cartContain{
    position: relative;

    width: 130px;
    height: 22px;
    margin: 16px 0px 16px 0px;

    text-align: center;
}

#cartContain a{
    display: block;
/*
    background-image: url(/images/cart_button.jpg);
    background-repeat: no-repeat;
    background-position: top left;
*/
    width: 82px;
    height: 10px;
    text-decoration: none;
    text-align: left;
    font-size: 10px;
    color: #FFFFFF;
    padding: 4px 0px 0px 16px;
}
#cartContain a:hover{
    text-decoration: none;
}

#newsContain{
    position: relative;

    width: 140px;
    margin: 16px 0px 16px 3px;

    text-align: left;
}
#newsContain #newsHead{
    font-size: 9px;
    padding: 2px;
    color: #FFFFFF;
}
#newsContain #newsForm{
    padding: 2px;
    white-space: nowrap;
}
#newsContain #newsForm .ntext{
    width: 130px;
}
#newsContain #newsForm .button{
    width: 80px;
    margin-top: 4px;
}
#newsContain #newsForm .buttonOver{
    width: 80px;
    margin-top: 4px;
}

#columnLeft{
    padding-top: 140px;
    width: 150px;
}

.dleftmenu{
    margin: 8px 0px 3px 0px;
}

.dleftmenu ul{
    list-style-type: none;
    margin: 0px 0px 2px 0px;
    padding: 0px;
}

.dleftmenu ul li{
    list-style-type: none;
    margin: 5px 0px 0px 0px;
    padding: 0px;
    color: #CCCCCC;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
}

.dleftmenu ul li.rootcat{
    margin-left: 4px;
}

.dleftmenu ul li li{
    margin-top: 0px;
}

.dleftmenu ul li a{
    display: block;
    margin: 0px;
    padding: 3px 0px 3px 4px;
    height: 14px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
}
html>body .dleftmenu ul li a{
    height: auto;
    min-height: 14px;
}

.dleftmenu ul li li a{
    margin-left: -4px;
    padding-left: 12px;
}

.dleftmenu ul li a:hover{
    color: #FADCB4;
    background-color: #333333;
    text-decoration: none;
}


/*################ END LEFT MENU ##############################*/

/*################ COLUMN MAIN ################################*/

#contentContainer{
    position: relative;
}

#columnMain{
    position: relative;
    background-color: #FADCB4;
    padding: 0px;
    font-size: 14px;
    color: #000000;
    width: 100%;
    height: 500px;
}
html>body #columnMain{
    height: auto;
    min-height: 500px;
}
#content{
    width: 580px;
    padding: 10px;
}

#circlecontain{
    position: absolute;
    z-index: 5000;
    top: 24px;
    left: 600px;
    width: 140px;
    height: 140px;

    background-image: url(/images/circle_white.png);
    background-repeat: no-repeat;
    background-position: top left;
}
#circleimage{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5500;

    background-image: url(/images/circle.png);
    background-repeat: no-repeat;
    background-position: top left;

    width: 140px;
    height: 140px;
}
#pageimage{
    position: absolute;
    top: 21px;
    left: 24px;
    z-index: 5200;
    width: 90px;
    height: 90px;
    overflow: hidden;
}

#copyright{
    position: relative;
    margin: 16px 4px 16px 4px;
    width: 100%;
    height: 21px;
    color: #FFFFFF;
    font-size: 9px;
    text-align: center;
}
#copyright div{
    margin-bottom: 8px;
    font-size: 9px;
}
#copyright a{
    font-weight: normal;
    font-size: 11px;
    text-decoration: underline;
    color: #FFFFFF;
}
#copyright a:hover{
    text-decoration: none;
    color: #FADCB4;

}

#psearchbox{
    position: relative;
    top: -1px;
    background-color: #FFFFFF;
    border: 0px solid #FFFFFF;
    height: 14px;
    width: 142px;
}

/*################ END COLUMN MAIN ############################*/

/*################ CONTENT TABLES #############################*/

table.cell, table.show{
    border: 1px solid #333333;
}

td.adminTitle{
    background-color: #DDDDDD;
    border: 1px solid #000000;
    text-decoration:none;
    color: #000000;
    font-weight: bold;
    text-align: center;
}

td.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;
    font-size: 12px;
    color: #000000;
    text-align: left;
}

td.cellOdd{
    background-color: #FCFCFF;
    padding: 2px 8px 2px 8px;
    border-bottom: 1px solid #F3F5FB;
    color: #000000;
    font-size: 12px;
}

    /*############ Product Styles #############################*/
td.productHeader{
    background-color: #000000;
    border: 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{
    background-color: #FCFCFF;
    color: #000000;
    border: 1px inset #000000;

    font-weight: normal;
    font-size: 12px;
}
/* 0864C6 - BB291F */
input.button{
    background-color: #DDDDDD;

    color: #000000;
    border: 1px outset #000000;

    font-weight: normal;
    font-size: 12px;
    cursor: pointer;

    height: 18px;
}

input.buttonOver{
    background-color: #DDDDDD;

    color: #000000;
    border: 1px inset #000000;

    font-weight: normal;
    font-size: 12px;
    cursor: pointer;

    height: 18px;
}

input.search{
    background-color: transparent;
    border: 0px solid #000000;
    background-image: url(/images/search_button.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    cursor: pointer;

    color: #FFFFFF;
    width: 86px;
    height: 21px;
    text-align: center;
    padding: 0px 0px 2px 2px;
}

select{
    background-color: #FFFFFF;
    color: #000000;
    border: 1px solid #000000;

    font-weight: normal;
    font-size: 12px;
}

/*################ END FORM ELEMENTS ##########################*/
/*################ ANCHORS ####################################*/

a{
    color: #ED6C23;
    font-weight: bold;
}
a:hover{
    color: #000000;
}

a.cellHeader{
    color:#FFFFFF;
    text-decoration:none;
    font-weight: bold;
}
a.cellHeader:hover{
    color:#FCFCFF;
}

a.cellHeaderSmall{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
}
a.cellHeaderSmall:hover{
    color: #FCFCFF;
}

a.cell{
    text-decoration:none;
    font-weight: bold;
}
a.cell:hover{
}

a.cellLarge{
    text-decoration:none;
    font-weight: bold;
}
a.cellLarge:hover{
}

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;
}

span.large{
    color: #082A8E;
    font-weight: bold;
}

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;
}

div.center{
    width: 100%;
    text-align: center;
}

div.right{
    width: 100%;
    text-align: right;
}

.baskets{
    background-image: url(/images/basket0.png);
    background-repeat: no-repeat;
    background-position: top left;
    margin: 0px;
    display: block;
    width: 28px;
    height: 28px;
    float: left;
    cursor: pointer;
}

div.ups{
    background-image: url(/images/ups_logo.gif);
    background-repeat: no-repeat;
    background-position: 20px 20px;
    background-color: white;
    border: 1px solid #F19B1F;

    margin: 10px 0px;
    padding: 8px 8px 8px 90px;

    width: 500px;
    height: 80px;
}

.inlinedoc{
    background-color: #F5F5F5;
    border: 1px solid #BBBBBB;

    margin: 0px;
    padding: 10px;

    width: 375px;
    height: 300px;
    overflow: auto;
}

p.disclaimer{
    font-size: 10px;
    color: #555555;
}
