body       {font-family: arial; background-color: white; margin: 0px;}
tr td input {font-family: arial;}

a         { font-family: arial, verdana, helvetica; font-size: 12px; font-weight: bold; color: #333333; }
a:active  { font-family: arial, verdana, helvetica; font-size: 12px; font-weight: bold; color: #0BEE3B; }
a:hover   { font-family: arial, verdana, helvetica; font-size: 12px; font-weight: bold; color: #999999; }
a:visited { font-family: arial, verdana, helvetica; font-size: 12px; font-weight: bold; color: #444444; }

.product {font-family: arial; font-size: 12px; margin: 5px; }
.wrapper{ width: 791px; margin: 0 auto; background-color: E6DDD8; padding-top: 10px;}

.header_link         { color: white;   font-size: 14px; font-weight: bold; text-decoration: none; margin: 0px 10px 0px 10px; }
.header_link:active  { color: white;   font-size: 14px; }
.header_link:hover   { color: white;   font-size: 14px; }
.header_link:visited { color: white;   font-size: 14px; }

.footer_link           { margin: 0px 5px 0px 5px; color: #4C352E; font-size: 12px;}
.footer_link:active  { color: #4C352E; }
.footer_link:hover   { color: #4C352E; }
.footer_link:visited { color: #663300; }

.product_list_display { color: #4C352E}
.product_list_display tr td {font-family: arial; text-align: left;}
.product_list_display a         { color: #660000; }
.product_list_display a:active  { color: #660000; }
.product_list_display a:hover   { color: #FF6600; }
.product_list_display a:visited { color: #663300; }

.product_display { color: #4C352E}
.product_display tr td {font-family: arial; text-align: left;}
.product_display a         { color: #660000;}
.product_display a:active  { color: #660000; }
.product_display a:hover   { color: #FF6600; }
.product_display a:visited { color: #663300; }

.status_not_for_sale {font-weight: bold; font-size: 12px; color: #663300;}
.status_sold {        font-weight: bold; font-size: 12px; color: red;}
.status_in_stock {    font-weight: bold; font-size: 12px; color: orange;}

.category_description{ font-size: 15px;}

.smaller {
	font-size: 14px;
}

.dropmenu       {display: inline;  margin: 0px 15px 0px 15px;}
.dropmenu ul    {display: inline; padding: 0; margin: 0; }
.dropmenu ul li {display: inline; list-style-type: none; position: relative; margin: 0;  }
.dropmenu ul ul {display: none; background-color: #FFFBF7; border: 1px solid black; padding: 2px;}
.dropmenu ul li:hover > ul {display: inline; position: absolute; top: 1em; left: 0;}
.dropmenu a {text-decoration: none; padding: 2px 0px 2px 0px;}
