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: 11px; }
h1{ font-size: 17px; color: #618BB3;}
* html h1{background: url(/images/dot-horz.gif) repeat-x bottom; }
html>body h1{ border-bottom: 1px dotted #618BB3; }
h2{ font-size: 14px; }
h3{ font-size: 13px; }
h4{ font-size: 12px; }
h5{ font-size: 11px; }
h6{ font-size: 10px; }

h1,h2,h3,h4,h5,h6{
    margin: 0px 0px 8px 0px;
    padding: 0px 0px 8px 0px;
}

body{ background-color: #000000; margin: 0px; padding: 0px; text-align: center; }

#pageContainer{
    margin: 0px auto 0px auto;
    text-align: left;
    width: 760px;
    border: 0px solid #FFFFFF;
}

#headerContainer{
    position: relative;
    height: 66px;
}

#headerLeft{
    background: #FFFFFF url(/images/header_left.jpg) no-repeat top left;
    border: 0px solid #FFFFFF;
    width: 512px;
    height: 66px;
}

#headerRight{
    background: #FFFFFF url(/images/header_right.jpg) no-repeat;
    border: 0px solid #FFFFFF;

    position: absolute;
    left: 512px;
    top: 0px;

    width: 248px;
    height: 66px;
}

#contentContainer{
    position: relative;
    background-color: #FFFFFF;
    padding: 0px;
    width: 760px;
}

html>body #contentContainer{
    width: auto;
}

#mbContain{
    background-color: #FFFFFF;
    border: 0px solid #000000;
    width: 100%;
    padding: 0px;
    margin: 0px;
    height: 36px;
}

#menubar{
    z-index: 4500;
    height: 36px;
    padding: 0px;
    margin: 0px;
    border-top: 0px solid #FFFFFF;
    border-right: 0px solid #FFFFFF;
    border-bottom: 0px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
}

#tmenucontain{
    padding: 0px;
    margin: 0px;
}

#tmenu{
    /* position: relative; */
    z-index: 4500;
    padding: 0px;
    width: 100%;
}

.tmenud{
    position: relative;
    z-index: 25000;
    height: 36px;
    margin: 0px;
    padding: 0px;
}

.tmenud a{
    display: block;
    height: 19px;

    margin: 0px;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
    white-space: nowrap;
}

.topa{
    display: block;
    width: 100%;
    height: 32px;
    text-decoration: none;
}

html>body .topa{
    width: auto;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 32px;
}

.topa span{
    cursor: pointer;
}

.tLink{
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 10px;

    padding: 0px;
    position: relative;
    top: 14px;
    border: 0px solid #FFFFFF;
}

.tmid{
    display: block;
    background-color: #6C6C6C;
    text-align: center;
    padding: 0px 7px;
    margin: 0px;
    height: 32px;
    max-height: 32px;
    min-height: 32px;

    border-top: 0px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-bottom: 0px solid #FFFFFF;
    border-left: 0px solid #C2CACA;
}

.tbot{
    display: block;
    background-color: #8BB2DA;
    font-size: 2px;
    text-decoration: none;
    padding: 0px;
    margin: 0px;

    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #85AAD0;
    border-left: 0px solid #FFFFFF;
}

html>body .tbot{

}

.topa:hover{
}

.topa:hover .tmid{
    background-color: #77AED9;
}

.topa:hover .tbot{
    background-color: #8BB2DA;
}

.topa:hover .tLink{
    color: #FFFFFF;
}

.tLinkQuote{
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 10px;

    padding: 0px;
    position: relative;
    top: 14px;
    border: 0px solid #FFFFFF;
}

.tmidQuote{
    display: block;
    background-color: #525252;
    text-align: center;
    padding: 0px 6px;
    margin: 0px;
    height: 32px;
    max-height: 32px;
    min-height: 32px;

    border: 0px solid #FFFFFF;
}

.tbotQuote{
    display: block;
    background-color: #8BB2DA;
    font-size: 2px;
    text-decoration: none;
    padding: 0px;
    margin: 0px;

    border-top: 1px solid #FFFFFF;
    border-right: 0px solid #FFFFFF;
    border-bottom: 1px solid #85AAD0;
    border-left: 0px solid #FFFFFF;
}

html>body .tbotQuote{
    height: 2px;
}

.topa:hover .tmidQuote{
    background-color: #0067B8;
}

.topa:hover .tbotQuote{
    background-color: #8BB2DA;
}

.tmenud .dropDownMenu{
    position: absolute;
    z-index: 5000;
    top: 18px;
    left: 0px;
    text-align: left;

    margin: 13px;
    padding: 0px;

    width: 130px;
    visibility: hidden;
}

.tmenud .dropDownMenu ul{
    list-style-type: none;
    margin-top: 1px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    background-color: #FFFFFF;
}

.tmenud .dropDownMenu li{
    list-style-type: none;
    display: block;
    padding: 0px;
    margin: 0px;
    text-align: left;
    width: 100%;
}
html>body .tmenud .dropDownMenu li{
    width: auto;
    min-width: 100%;
    height: auto;
}

.tmenud .dropDownMenu li a{
    display: block;
    padding: 2px 4px;
    margin: 0px;
    border-top: 1px solid #FFFFFF;
    background-color: #FFFFFF;
    text-decoration: none;
    text-align: left;
    font-weight: normal;
    font-size: 11px;
    width: auto;
    height: 15px;
    color: #000000;
    white-space: nowrap;
    background-image: none;
    height: 100%;
}
html>body .tmenud .dropDownMenu li a{
    height: auto;
}

.tmenud .dropDownMenu li a:hover{
    background-color: #6d86af;
    background-image: none;
    text-decoration: none;
    color: #FFFFFF;
}

#columnLeft{
    width: 154px;
    border: 0px solid #FFFFFF;

    background: #EBEBEB url(/images/left_menu.jpg) repeat-y top right;
    padding: 0px;
    margin: 0px;
}

#searchContain{
    display: block;
    color: #777E8F;
    font-size: 13px;
    font-weight: bold;
    padding: 2px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: -1px;
    white-space: nowrap;
}

#searchContain form{
    margin: 0px;
    padding: 0px;
}

#psearchbox{
    height: 18px;
    font-size: 11px;
    width: 64px;

    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 2px;
    padding-right: 2px;

    border-top: 1px solid #000000;
    border-right: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    border-left: 1px solid #000000;
}

html>body #psearchbox{
    height: 14px;
    margin-right: 0px;
}

#searchContain{
    height: 18px;
    color: #777E8F;
    text-transform: uppercase;
    border: 0px solid #FFFFFF;
}

html>body #searchContain{
    top: 0px;
    left: 8px;
}

#head, #headleft, #headright{height: 23px;}
#head{background: url(/images_a/header_repeat.jpg) repeat-x bottom;}
#headleft{background: url(/images_a/header_left.jpg) no-repeat bottom left;}
#headright{background: url(/images_a/header_right.jpg) no-repeat bottom right;}
#htext{padding: 4px 0px;}
#headright{
    padding: 0px 8px 0px 0px;
    text-align: right;
    font-size: 11px;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    white-space:nowrap;
}
#headright a{
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}
#headright a:hover{
    text-decoration: underline;
}
#headright #clock, #headright #weatherlink{
    padding: 0px 8px 0px 0px;
}

#logoContainer{
    padding: 0px;
    height: 156px;
    background: url(/images_a/noflash_header.jpg);
    border: 1px solid #002C56;
}

#mlogin{
    position: absolute;
    top: 5px;
    right: 8px;
    color: #FFFFFF;
    font-size: 10px;
    text-align: right;
    white-space: nowrap;
}
#mlogin a{
    color: #FFFFFF;
    text-decoration: none;
}
#mlogin a:hover{
    text-decoration: underline;
}

/* END LOGO STYLES */







/* MENU BAR STYLES */



#pageHeader{
    z-index: 1000;
    height: 216px;
}

#pageHeader2{
    height: 16px;
    background-color: #6d86af;
}


html>body #menubar, html>body #mbContain {
    height: auto;
    min-height: 19px;
}

#tmenuBottom{
    border-top: 1px solid #FFFFFF;
    background-color: #8BB2DA;
    height: 3px;
    width: 100%;
}

#tmenu td{
    text-align: center;
    white-space: nowrap;
}

.dateHeader{
    color: #3D3696;
    font-size: 11px;
    font-weight: bold;
}

.empty{ visibility: hidden; position: absolute; left: 0; top: 0; }


/* END MENUBAR STYLES */

/* LEFT MENU */

/* The left menu here puts on a clinic for bypassing ie's supposed standard compliance bugs */

.adminLeftHead{
    background: url(/images/block_header.jpg);
    background-repeat: no-repeat;
    width: 152px;
    height: 21px;

    color: #000000;
    margin: 0px;
    padding: 3px;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
}

.adminLeftBody{
    background: url(/images/block_repeat.jpg);
    background-repeat: repeat-y;
    width: 152px;
    height: 2px;

    color: #000000;

    margin: 0px;
    padding: 1px 6px 3px 6px;
    font-size: 10px;
    text-align: left;
}

.adminLeftFoot{
    background: url(/images/block_footer.jpg);
    background-repeat: no-repeat;
    width: 152px;
    height: 6px;
}

.adminLeftBody ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.adminLeftBody ul li{
    list-style-type: none;
    margin-bottom: 6px;
}

.adminLeftBody ul li a{
    display: block;
    background: url(/images/interlink_arrow.gif) no-repeat top left;

    padding-left: 8px;
    padding-right: 2px;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    color: #000000;
    white-space: normal;
}

.adminLeftBody ul li a:hover{
    color: #4571D0;
    text-decoration: underline;
    font-weight: bold;
}

.dleftmenu{
    margin: 0px;
    padding: 0px;
    width: 100%;
    border-bottom: 1px solid #000004;
}

.dleftmenu ul{
    display: block;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
html>body .dleftmenu ul{
    width: auto;
    }

.dleftmenu ul li{
    display: block;
    list-style-type: none;
    margin: 0px;
    padding: 0px 3px;
    width: auto;

}
html>body .dleftmenu ul li{
    width: auto;
}

.dleftmenu ul li a{
    display: block;
    padding: 4px 0px 4px 0px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    width: 140px; /* don't worry, in ie this will grow if it needs to */
    text-align: center;

    background-color: #FFFFFF;
    border-top: 1px solid #000004;
    border-right: 1px solid #000004;
    border-left: 1px solid #000004;

}
html>body .dleftmenu ul li a{
    width: auto;
}

.dleftmenu ul li a:hover{
    color: #FFFFFF;
    text-decoration: none;

    background-color: #7E9FBE;

    border-top: 1px solid #C5DCF4;
    border-right: 0px solid #7E9FBE;
    border-left: 1px solid #7E9FBE;
}
html>body .dleftmenu ul li a:hover{
    border-left: 0px solid #7E9FBE;
}


/* END LEFT MENU */

/* COLUMN MAIN */
#headerContainer{ }


html>body #columnLeft, html>body #columnRight{width: 151px;}
#columnMain{
    padding: 0px;
    margin: 0px;
    background-color: #FFFFFF;
    color: #000000;
    /* border: 1px solid #A5A8B0; */
}
#content{
    height: 500px;
    padding: 12px;

    background: #FFFFFF url(/images/jimmij_watermark.jpg) no-repeat top left;
}

html>body #content{ height: auto; min-height: 500px; }



#copyright{
    background: #FEFEFE url(/images/footer.jpg) repeat-x top left;
    border-top: 1px solid #A5A8B0;
    border-right: 1px solid #FEFEFE;
    border-left: 1px solid #FEFEFE;
    width: 760px;

    margin: 0px;
    padding: 4px;
    font-size: 9px;
    color: #000000;
    text-align: center;
}
html>body #copyright{ width: auto; }

#copyright div{ padding-top: 4px; font-size: 9px; }
#copyright a{ font-weight: bold; font-size: 9px; text-decoration: underline; color: #5B6172; }
#copyright a:hover{ text-decoration: none;  }

/* END COLUMN MAIN */

/* DATA TABLES */
table.cell, table.show{ border: 1px solid #000000; }
td.adminTitle{
    background-color: #789EB7;
    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: #DDDDDD;
    padding: 2px 8px 2px 8px;
    border-bottom: 1px solid #F3F5FB;
    color: #000000;
    font-size: 12px;
    text-align: left;
}
td.cellError{
    background-color: #CC6666;
    padding: 2px 8px 2px 8px;
    border-bottom: 1px solid #F3F5FB;
    color: #000000;
    font-size: 12px;
    text-align: left;
}

    /*############ Product Styles #############################*/
td.productHeader{
    background-color: #6C6C6C;
    border: 0px solid #000000;
    padding: 4px 8px 4px 8px;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    height: 16px;
}
td.productHeader a{
    color: #DDDDDD;
}
td.productHeader a:hover{
    color: #FFFFFF;
}

td.product{
    background-color: #FFFFFF;
    border: 1px solid #85AAD0;
    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;
}

td.catMiddle{
    width: 33%;
    padding: 10px 20px;
}

td.catRight{
    width: 33%;
    padding: 10px 20px;
}

a.plist{ text-decoration: none; font-weight: bold; }
a.plistCurrent{ text-decoration: none; font-weight: bold; }

/* End Product Styles */
/* END DATA TABLES */

/* FORM ELEMENTS */

input, select{
    background-color: #FFFFFF;
    color: #000000;
    border: 1px inset #8E9082;
    font-weight: normal;
    margin-bottom: 2px;
    margin-top: 0px;
    margin-left: 2px;
    margin-right: 2px;
    font-size: 11px;
}

.button, .buttonOver{
    font-weight: bold; font-size: 10px; cursor: pointer; padding-bottom: 2px; height: 18px;
}
.button{ background-color: #F1B40E; color: #000000; border: 1px solid #1B1B1B; }
.buttonOver{ background-color: #EFC451; color: #000000; border: 1px solid #1B1B1B; }

/* END FORM ELEMENTS */

/* ANCHORS */
a{ color: #5D5A55; font-weight: bold; }
a:hover{ color: #968B79; }

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.cellLarge{ text-decoration:none; font-weight: normal; }
a.cellLarge:hover{ text-decoration:none; }
a.small{ font-size: 11px; font-weight: bold; margin-bottom: 4px; }
/* END ANCHORS */

/* MISC */
/* DONT CHANGE THIS P IE Users will appreciate it */
p{ margin: 0px; padding: 0px; }

/*used for the checkout page header text and for email header text*/
.boldHeader{ color: #082A8E; font-weight: bold; }
span.small{ font-size: 12px; }

.large{
    color: #618BB3;
    font-size: 18px;
    font-weight: bold;
}

.tdHeader{ color: #FFFFFF; font-size: 12px; }

span.error{ color: #FF0000; font-weight: bold; }
span.good{ color: #546396; font-weight: bold; }

/* replacement for hr */
div.hr, div.hr2{ height: 1px; font-size: 1px; width: 100%; background: url(/images/dot-horz.gif) repeat-x bottom; margin: 4px 0px }
html>body div.hr, html>body div.hr2{ background-image: none; border-bottom: 1px dotted #618BB3; }

form{ padding: 0px; margin: 0px; }
table.center{ margin: 0px 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; }

.center{ text-align: center; }
.right{ text-align: right; }


/* Plugin generic classes followed by specific plugin classes */

.detailDiv{ }
.detailDiv h1 span{ font-size: 9px; font-weight: normal; }
.detailDiv .infoTable{
    border: 0px solid #000000;
    width: 100%;
    margin-bottom: 12px;
}
.detailDiv .infoTable tr td{
    border: 1px solid #000000;
    width: 50%;
    padding: 4px;
}

/* start of specific classes */

.adheader{ text-align: center; margin: 4px 2px 8px 2px; }
.adheader a{ text-decoration: none; }
.adheader a img{ border: 0px solid #000000; }

div.lcatmain{
    padding: 5px;
    height: 65px;
}
p.lcatsub, p.lcatsub a{
    font-size: 10px;
    font-weight: normal;
}

.listRecord{
    margin: 4px 0px 4px 8px;
    padding: 0px;
}
.listRecord div{
    margin: 0px;
    padding: 2px 0;
}
.listRecord blockquote{
    margin: 4px 4px 4px 16px;
    padding: 0px;
}
.listRecord .list{
    font-size: 9px;
    font-weight: normal;
}

.listPages{ margin-top: 8px; padding-top: 2px; }
* html .listPages{background: url(/images/dot-horz.gif) repeat-x top; }
html>body .listPages{ border-top: 1px dotted #000000; }
.listPages a{ font-weight: normal; text-decoration: none; }
.listPages .lp0{ font-weight: bold; text-decoration: none; }
.listPages a:hover, .listPages .lp0:hover{ text-decoration: none; }


.pollDiv{}
.pollDiv h1 span{ font-size: 9px; font-weight: normal; }
.pollDiv .pollText{ margin: 8px 0px; }
.pollDiv table{ width: 100%; }
.pollDiv table .pt1{ width: 160px; font-size: 10px;}
.pollDiv table .pt2{ width: 250px; }
.pollDiv table .pt3{ width: 50px; text-align: right; font-size: 10px;}
.pollDiv table td{ padding: 3px 0px; }
* html .pollDiv table td{ background: url(/images/dot-horz.gif) repeat-x bottom; }
html>body .pollDiv table td { border-bottom: 1px dotted #000000; }
.pollBar{height: 14px; font-size: 1px; margin: 1px; border: 1px outset #000000; background-color: #FF0000;}
.pollForm{ margin: 12px 0px; }
.pollForm .block{ float: right; }

div.coupon{
    margin: 18px 0px;
}
div.cTop, div.cBottom{
    background: url(/images/dot-horz.gif) repeat-x top;
}
div.cBottom{
    background-position: bottom;
}
div.cLeft, div.cRight{
    background: url(/images/dot-vert.gif) repeat-y right;
}
div.cLeft{
    background-position: left;
    padding: 7px;
}
div.coupon h3{
    margin: 2px;
}

#workOrder table{
    width: 414px;
}
