html, body, h1, h2, h3, h4, div, span, p, ul, li, input, select, td{
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*#############################################################*/
/*############ LOGO STYLES ####################################*/
table.logo{
    background-image: url(/images/logo_middle.jpg);
    background-repeat: repeat-x;
    background-position: top left;

    width: 100%;
    height: 111px;
}
td.logoLeft{
    background-image: url(/images/logo_left.jpg);
    background-repeat: no-repeat;
    background-position: top left;

    text-align: center;
    padding-left: 188px;

    color: #FFFFFF;
    font-size: 32px;
    font-weight: bold;

    font-family: Verdana, Arial, Helvetica, sans-serif;

    height: 111px;
}
td.logoRight{
    background-image: url(/images/logo_right.jpg);
    background-repeat: no-repeat;
    background-position: top right;

    width: 188px;
    height: 111px;
}
/*################ END LOGO STYLES ############################*/
/*#############################################################*/

/*#############################################################*/
/*################ MENU BAR STYLES ############################*/
div.topMenu{
    width: 100%;
    position: relative;
    top: -6px;
    z-index: 2000;
}

div.topMenuCell{
    background-color: #263A9B;
    border: 1px solid #FFFFFF;
    padding: 2px 4px 2px 4px;
    width: 100%;
    height: 18px;

    cursor: pointer;
}

td.topMenuCell{
    padding: 0px 0px 0px 0px;
    border: 1px solid #263A9B;
    width: 96px;
    height: 20px;
}

a.menubar{
    color:#FFFFFF;
    text-decoration:none;
    font-size: 12px;
    font-weight: bold;
}
a.menubar:visited{
    color: #FFFFFF;
}
a.menubar:hover{
    color: #FFFFFF;
    text-decoration: none;
}

/*################ END MENUBAR STYLES #########################*/
/*#############################################################*/

/*#############################################################*/
/*################ COLUMN LEFT ################################*/

div.leftMenu{
    width: 151px;
    position: relative;
    left: 8px;
    z-index: 2000;
}

td.columnLeft{
    border: 0px solid #0000FF;
    padding: 0px;
    width: 151px;
    text-align: left;

}

td.searchCell{
    border: 0px solid #000000;
    padding: 0px;
    width: 151px;
    height: 18px;
    white-space: nowrap;
}

div.searchCell{
    padding: 0px;
    background-color: #000000;
    border: 1px solid #000000;
    white-space: nowrap;
    height: 16px;
    font-size: 1px;
}

input.searchBox{
    margin: 0px;
    background-color: #F3F3F3;
    border-top: 1px solid #848484;
    border-right: 1px solid #000000;
    border-bottom: 0px solid #000000;
    border-left: 1px solid #848484;
    width: 105px;
    height: 18px;
    vertical-align: bottom;
    font-size: 12px;
}

input.searchButton{
    position: relative;
    top: 1px;

    margin: 0px;
    background-color: #FF0000;
    border: 1px solid #FFFFFF;
    width: 44px;
    height: 18px;
    font-size: 10px;
    color: #FFFFFF;

    cursor: pointer;
}

html > body input.searchButton{
    top: 0px;
}

td.menuCell{
    padding: 2px; 4px; 2px; 4px;

    background-color: #F6F5EA;
    border: 1px solid #3F486F;
    font-size: 12px;
    color: #000000;

    width: 151px;
    cursor: pointer;
}

td.menuCellText{
    font-size: 12px;
    font-weight: bold;
    color: #263A9B;

    width: 151px;
}

a.menucell{
    color:#000000;
    text-decoration:none;
    font-weight: bold;
    font-size: 11px;
}
a.menucell:visited{
    color:#000000;
}
a.menucell:hover{
    color:#E3D618;
    text-decoration:none;
}

/*################ END COLUMN LEFT ############################*/
/*#############################################################*/

/*#############################################################*/
/*################ COLUMN MAIN ################################*/

td.columnMain{
    background-color: white;
    padding: 0px 8px 0px 24px;
    border-top: 1px solid #3F486F;
    border-right: 0px solid #FFFFFF;
    border-bottom: 0px solid #3F486F;
    border-left: 1px solid #3F486F;

    font-size: 16px;
    color: black;

    height: 450px;
}

td.copyright{
    padding: 0px;

    border-top: 0px solid #FFFFFF;
    border-right: 0px solid #FFFFFF;
    border-bottom: 1px solid #3F486F;
    border-left: 1px solid #3F486F;

    height: 21px;

    font-size: 10px;
    color: #3F486F;

    text-align: center;
}

/*################ END COLUMN MAIN ############################*/
/*#############################################################*/

/*#############################################################*/
/*################ COLUMN RIGHT ###############################*/

td.columnRight{
    border-top: 0px solid white;
    border-bottom: 0px solid white;
    border-left: 0px solid #B1BDD2;
    border-right: 0px solid white;

    padding: 0px;

    width: 128px;
}

/*################ END COLUMN RIGHT ###########################*/
/*#############################################################*/

/*#############################################################*/
/*################ CONTENT TABLES #############################*/

td.cellHeader{
    background-color: #3F486F;
    border: 0px solid #3F486F;
    padding: 2px 4px 2px 4px;

    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;

    height: 16px;
}
td.cell{
    background-color: white;
    padding-top: 2px 4px 2px 4px;
    border: 1px solid #DDDDDD;

    height: 18px;
    color: black;
    font-size: 13px;
}

td.cellOdd{
    background-color: #FCFCFF;
    padding-top: 2px 4px 2px 4px;
    border: 1px solid #DDDDDD;

    color: black;
    font-size: 13px;
}

/* used as a separator */
td.cellBottom{
    background-color: white;
    padding: 2px 4px 16px 4px;

    border-top: 0px solid white;
    border-bottom: 1px solid #3D3696;
    border-left: 0px solid #F3F5FB;
    border-right: 0px solid white;

    color: black;
    font-size: 14px;
    text-align: left;
}

td.productHeader{
    background-color: #F3F3F3;
    border: 1px solid #3F486F;
    padding: 2px 4px 2px 4px;

    font-size: 14px;
    font-weight: bold;
    color: #3F486F;

    height: 16px;
}

td.productSelector{
    border-left: 0px solid #FFFFFF;
    border-top: 0px solid #FFFFFF;
    border-right: 0px solid #FFFFFF;
    border-bottom: 1px solid #3F486F;
    text-align: right;
    white-space: nowrap;
    font-size: 12px;
    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 10px 10px 0px;
}

td.catMiddle{
    width: 33%;
    padding: 10px 0px 10px 0px;
}

td.catRight{
    width: 33%;
    padding: 10px 0px 10px 10px;
}

/*################ END CONTENT TABLES #########################*/
/*#############################################################*/

/*#############################################################*/
/*################ FORM ELEMENTS ##############################*/

input{
    margin: 0px;
    background-color: #D8D8D8;
    border: 1px solid #000000;
    color: #3D3696;
    font-weight: bold;
    font-size: 14px;
}

input.red{
    background-color: #FF0000;
    border: 0px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 12px;
    height: 18px;
    width: 100%;

    cursor: pointer;
}

input.yellow{
    background-color: #FFFF00;
    border: 1px solid #3F486F;
    color: #3F486F;
    font-weight: bold;
    font-size: 12px;
    height: 18px;
    width: 100%;

    cursor: pointer;
}

select{
    background-color: #D8D8D8;
    color: #3D3696;
    font-weight: normal;
    font-size: 14px;
}

/*################ END FORM ELEMENTS ##########################*/
/*#############################################################*/

/*#############################################################*/
/*################ ANCHORS ####################################*/

a{
    color: #3F486F;
    font-weight: bold;
}
a:visited{
    color: #3F486F;
}
a:hover{
    color: #FF0000;
}

a.plist{
    text-decoration: underline;
    color: #3F486F;
    font-size: 12px;
}
a.plistCurrent{
    text-decoration: none;
    color: #FF0000;
    font-weight: bold;
    font-size: 12px;
}
img.arrow{
    border: 0;
}


a.cellHeader{
    color:#FFFFFF;
    text-decoration:none;
    font-weight: bold;
}
a.cellHeader:visited{
   color:#FFFFFF;
}
a.cellHeader:hover{
    color:#F0F0FF;
}

a.cellHeaderSmall{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12px;;
    font-weight: bold;
}
a.cellHeaderSmall:visited{
    color: #FFFFFF;
}
a.cellHeaderSmall:hover{
    color: #13A660;
    text-decoration: underline;
}

a.cell{
    color:#3F486F;
    font-weight: bold;
}
a.cell:visited{
    color:#3F486F;
}
a.cell:hover{
    color:#FF0000;
}

a.cellLarge{
    color:#3F486F;
    font-weight: bold;
}
a.cellLarge:visited{
    color:#3F486F;
}
a.cellLarge:hover{
    color:#FF0000;
}

/*################ END ANCHORS ################################*/
/*#############################################################*/

/*#############################################################*/
/*################ MISC #######################################*/

/* DONT CHANGE THIS P */
p{
    margin-top: 0px;
    margin-bottom: 0px;
}
/* END DON'T CHANGE */

/*used for the checkout page header text and for email header text*/
span.boldHeader{
    color: #13A660;
    font-weight: bold;
}

span.small{
    font-size: 14px;
}

span.large{
    color: #3D3696;
    font-weight: bold;
}

span.error{
    color: #FF0000;
    font-weight: bold;
}

span.good{
    color: #00FF00;
    font-weight: bold;
}

/* replacement for hr */
div.hr{
    height: 1px;
    width: 100%;
    border-top: 1px solid #3D3696;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 0px;
    margin-right: 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;
}

