html, body{
	margin: 0;
	font-family: Arial,Verdana;
	font-size: 12px;
	color: #776964;
	line-height: 18px;
	height: 100%;
}
#box {
	background:#ffffff;
	margin: 0px;
	border: 1px solid #cccccc;
	padding:5px;
}
a:link {
	color: #BFB26B;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #BFB26B;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a:link.nav{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:visited.nav{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover.nav{
	text-decoration: none;
	font-weight: bold;
	color: #32BDF6;
}
.error{
	font-weight: bold;
	color: #C84215;
}
.bold{
	font-weight: bold;
}
.normal{
	font-family: Arial,Verdana;
	font-size: 12px;
}
h1{
	margin-bottom: 6px;
	margin-top: 0px;
	font-size: 12px;
	font-weight: bold;
}
h2{
	font-size: 16px;
	margin-bottom: 6px;
	margin-top: 0px;
	color: #01050D;
	font-weight: bold;
}
h3{
	font-size: 14px;
	margin-bottom: 6px;
	margin-top: 0px;
	color: #01050D;
	font-weight: bold;
}
.header1{
	margin-bottom: 6px;
	margin-top: 0px;
	font-size: 18px;
	color: #01050D;
	font-weight: bold;
}
.header2{
	font-size: 16px;
	margin-bottom: 6px;
	margin-top: 0px;
	color: #01050D;
	font-weight: bold;
}
.header3{
	font-size: 14px;
	margin-bottom: 6px;
	margin-top: 0px;
	color: #01050D;
	font-weight: bold;
}
.price{
	font-weight: bold;
	font-size: 16px;
	color: #01050D;
}
.strike-price{
	font-size: 14px;
	color: #01050D;
	text-decoration: line-through;
}
input{
	border: 1px solid #A6A6A6;
}
input.small_input{
	width: 20px;
}
textarea{
	border: 1px solid #A6A6A6;
}
select{
	border: 1px solid #A6A6A6;
}
/* topnavigation */
#topnav {
	font-size: 13px;
	margin: 0;
	font-weight: bold;
	margin-left: -40px;
}
#topnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 36px;
}
#topnav li {
	list-style: none;
	float: left;
}
#topnav li a{
 	float: left;
	line-height: 36px;
	text-decoration: none;
	text-align: center;
	padding: 0 16px;
	color: #EEE2CC;
}
#topnav li a:visited {
	color: #EEE2CC;
}
#topnav li a:hover {
	background-image: url(../images/top-nav-over.png);
	color: #BFB26B;
}

#topnav li.selected a{
	color: #BFB26B;
	background-image: url(../images/top-nav-over.png);
}
#shopnav {
	font-size: 13px;
	margin: 0;
	font-weight: bold;
	margin-left: -40px;
}
#shopnav ul {
	list-style: none;
	padding: 0;
}
#shopnav li {
	list-style: none;
	overflow: visible;
	float: left;
}
#shopnav li a{
 	float: left;
	text-decoration: none;
	text-align: center;
	width: 124px;
	color: #8C8065;
	height: 35px;
	border-right: 1px solid #F4EEE1;
	border-bottom: 1px solid #F4EEE1;
	vertical-align: middle;
}
#shopnav li a:visited {
	color: #8C8065;
}
#shopnav li a:hover {
	background-image: url(../images/cat-nav-hover.png);
	color: #F4EEE1;
}

#shopnav li.selected a{
	color: #F4EEE1;
	background-image: url(../images/cat-nav-hover.png);
}
.cat_menu{
	 line-height: 29px;
	 list-style-type: none;
	 font-weight: bold;
	 padding-left: 15px;
	 color: white;
}
a:hover .cat_menu {
	background-color: #2AB3E7;
}
.lined_table td{
	border-bottom: 1px solid #A6A6A6;
}
.searchbar{
	border: 0px; 
	position: relative; 
	top: -10px; 
	font-size: 12px;
	margin-right: 20px;
}
.buy_now{
	padding: 3px; 
	float: right; 
	line-height: 16px; 
	background-color: #000000; 
	color: #FFFFFF;
}
a:hover .buy_now{
	background-color: #2AB3E7;
}
.price_sml{
	padding: 3px; 
	float: right; 
	line-height: 16px; 
	background-color: #933B70; 
	color: #FFFFFF;
}
.button{
	color: #4E3C32;
	padding: 0 5px;
	border: 1px solid #BFB26B;
	background-color: #E2CFA4;
	line-height: 22px;
	cursor: pointer;
}
.imgborder 
{
	padding: 4px 4px 4px 4px;
	border: 1px solid #E0C9B0;
}