/* CSS Document */
body { background-color: #E7E7E7; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; background-image:url(bg.gif); }

#div_container { background-color: white; width: 800px; margin-left: auto; margin-right: auto; border: 2px solid #666666; background-image:url(bg_top.png); background-repeat: repeat-x; }
#div_logo { padding: 6px; }
#div_nav { color: white; font-weight: bold; font-size: 13px;  padding-left: 3px; width: auto; height: 16px; padding-top: 1px;}
#div_cart { color: white; font-weight: bold; font-size: 13px;  padding-left: 3px; width: auto; float: right; text-align: right; margin-right: 5px; height: 16px; padding-top: 1px;}
#div_rule { background-color: #006699; width: 100%; height: 20px; background-image:url(bg_rule.png); background-repeat: repeat-x;}
#div_pathway { color: #666666; font-size: 10px; padding-top: 3px; padding-bottom: 3px; text-align: left;  }
#div_content { width: 682px; padding: 9px; min-height: 360px;}
* html #div_content {height: 360px; overflow: visible; }
#div_footer {background-color:#006699; color: white; width: 100%; padding-top: 3px; padding-bottom: 3px; font-size: 11px; text-align: right; background-image:url(bg_rule.png); background-repeat: repeat-x; height: 13px; border-top:1px solid #000033;}

a.nav { color:#006699; text-decoration: none; padding: 0px 6px 0px 6px; background-color:#E7E7E7; border: 1px solid #006699; border-bottom: 0px solid #FFFFFF; }
a.nav_current { color:#FFFFFF; text-decoration: none; padding: 0px 6px 0px 6px; background-color:#006699; border: 1px solid #006699; border-bottom: 0px solid #FFFFFF; }
a.nav_current:hover { color: #FFFFFF; }
a.nav:hover { color: #FFFFFF; background-color: #006699; }
a.copyright { color: #CCCCCC; }
a.copyright:hover { color:#FFFFFF; }
a { color: #000099; text-decoration: none; }
a:hover { color: #0000FF; }

h1 { font-size: 20px; font-weight: bold; color: #006699; width: 60%; border-bottom: 2px dotted #CCCCCC; }
h2 { font-size: 15px; font-weight: bold; color: #000066; }
.cat_heading { padding-left: 5px; padding-right: 5px;}
.cat_description { font-size: 11px; color: #333333; padding-left: 5px; padding-right: 5px; }
.noitems { font-style: italic; }
.small { font-size: 10px; color: #666666;}
.error { font-weight: bold; color:#FF0000; }
.copyright { color:#CCCCCC; }
.heading {font-size: 14px; font-weight: bold; text-decoration: none; }
th { text-align: left; color: #000066; }
.search { background-color: #E7E7E7; background-image: url(bg_search.png); border: 1px solid #CCCCCC; }

table.description { width: 467px; height: 71px;border: 1px dotted #CCCCCC;  }
table.description:hover { width: 467px; height: 71px; border: 1px dotted #006699; background-image:url(bg_cat.png); background-repeat: repeat-y; cursor: pointer;}