.myaddress {
	color: #b9b3a7;
	font-size: 10px;
	font-weight: bold;
	margin-top: 30px;
}
.menu{
	width: 200px;
	background-color: #a9a399;
	margin-left: 7px;
}

.menuhead{
	width: 200px;
	background-color: #ffca00;
	font-size: 14px;
	font-weight: bold;
	color: #464543;
	clear: both;

}
.menuhead1{
	font-size: 14px;
	font-weight: bold;
	color: #464543;
	text-decoration: none;
}
.menuspacer{
	width: 200px;
	height:5px;
	background-color: #dbb420;
	clear: both;
	overflow: hidden;
}
body,td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.product{

	height:130px;
	background-color: white;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #7d7a73;
	font-size:10px;
	overflow: hidden;
}
.productoptions{
	background-color: white;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #7d7a73;
	font-size:10px;
}
.producthead{
	width: 100%;
	height:15px;
	background-color: #464543;
	font-size: 12px;
	font-weight: bold;
	color: white;
	overflow: hidden;
}

.producthead1{
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration:none;

}

.productdescription{
	width: 210;
	height:50px;
	overflow: hidden;
}
.productprice{
	width: 200;
	height:50px;
	overflow: hidden;
	text-align: right;
	vertical-align: baseline;
}
.productprice1{

	font-size: 15px;
	font-weight:bold;
	color: #9D0400;
	}

.productimages{
	width: 349px;
	height:349px;
	background-color: white;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #7d7a73;
	font-size:10px;
	overflow: hidden;
}

.product_h1{
	font-size: 16px;
	margin: 0px;
}
.product_h2{
	font-size: 14px;
	margin: 0px;
}
.cart_even {
	background-color: #918E88;
	color: #333333;
	text-decoration: none;
	font-size: 9px;
}
.cart_odd {
	color: #333333;
	text-decoration: none;
}
.carthead{
	width: 100%;
	background-color: #464543;
	font-size: 12px;
	font-weight: bold;
	color: white;
}
.box{
	background-color: white;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #7d7a73;
	font-size:10px;
	overflow: hidden;
}

.boxhead{
	width: 100%;
	height:15px;
	background-color: #464543;
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding-left: 5px;
}
.boxurl{
	color: #FFFFCC;
	text-decoration:none;

}
.minicart{
	font-size: 10px;
}

#navcontainer { width: 200px; }

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-size: 10px;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 194px;
background-color: #a9a399;
border-bottom: 0px solid #7d7a73;
}

#navcontainer a:link, #navlist a:visited
{
	color: #464543;
	text-decoration: none;
	font-weight: bold;
}

#navcontainer a:hover
{
background-color: #7d7a73;
color: #fff;
}
label
{
width: 130px;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
font-weight:bold;
}
legend{ font-weight:bold;}
