@charset "utf-8";
@import url("/css/forms.css");

td, a:link, a:visited {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #6A583E;
}
a:link, a:visited {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #8A9B01;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(/images/bg2.jpg);;
	font-family: Arial, Helvetica, sans-serif;
}
.outercontainer {
border: 1px solid #ACBB48;
}
sup {
	font-size: 9px;
	font-style: normal;
}
.footer {
	font-size: 11px;
	line-height: normal;
	color: #826C4D;
}
.footer a:link, .footer a:hover, .footer a:visited{
	color: #826C4D;
	font-size: 11px;
}

#mainNav a:link, #mainNav a:visited {
	color: #eeeecb;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
#mainNav a:hover {
	color: #ffffff;
	text-decoration: none;
}


h1 {
	font-size: 24px;
	font-weight: normal;
	padding: 20px 0px 0px;
	line-height: 28px;
	margin: 0px;
	color: #C0834A;
}
.inputButton, a.inputButton:link, a.inputButton:visited  {
	background-color: #733b0c;
	padding-left:6px;
	padding-right:6px;
	padding-top:2px;
	padding-bottom:2px;	
	height:20px;
	color: #ffdf8f;
	border-width:0px;
	background-image: url(/images/buttons/btn_bg.gif);
	font: bold 21px Verdana, Arial, Sans-Serif;
	text-decoration: none;
}
.inputButtonOver, a.inputButtonOver:hover {
	background-color: #733b0c;
	padding-left:6px;
	padding-right:6px;
	padding-top:2px;
	padding-bottom:2px;	
	height:20px;
	color: #ffffff;
	border-width:0px;	
	background-image: url(/images/buttons/btn_bg_over.gif);
	font: bold 21px Verdana, Arial, Sans-Serif;
	text-decoration: none;
}
.menuOver{
	background-image: url(/images/buttons/btn_bg_over.gif);
}
label{
	font-weight:bold;
	color: #C0834A;
}
table.menu a {
	height: 24px;
	display: block;
	text-align:center;
	vertical-align:middle;
	padding-top:8px;
} 
div.menu a {
	color: #eeeecb;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #667900;
	background-image: url(images/menu_bg.jpg);
}
div.menu a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #eeeecb;
	background: #667900;
	background-image: url(images/menu_bg.jpg);
}

div.menu a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #eeeecb;
	background: #667900;
	background-image: url(images/menu_bg.jpg);
}

div.menu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #eeeecb;
	background: #667900;
	background-image: url(images/menu_bg.jpg);
}

div.menu a:hover {
	color: #fff;
	background-color: #8b9d00;
	background-image: url(images/menu_bg_over.jpg);
}

/*div.menu { 
	position:absolute;
	top:0; 
	left:0;
} 
*/

div.menu .cartLink:link, div.menu .cartLink:visited{
	color: #c38345;
	text-decoration:underline;
	font-weight:normal;
	font: 12px/18px Arial, Helvetica, sans-serif;
	width:auto;
	height:auto;
	padding:0px;
	background-image:none;
	background-color:#fff;
	display:inline;

}
div.menu .cartLink:hover{
	color: #733b0c;
	background-image:none;
	background-color:#fff;
}
div#checkout-left-content {
	width: 570px;
	float:left;
	background-image: url(/images/checkout-form-bg-mid.jpg);
	background-repeat: repeat-y;
}
#checkout-left-content h2{
	margin-left:25px;
	background-color:#f4f1e9;
	width: 570px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 13px;
}
div.checkout-left-content-sec {
	padding-left: 30px;
	width: 570px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
div.edit-btn {
	float: right;
	margin-right: 350px;
}
#shop-bag-container{
	width: 210px;
	margin-left:630px;
	background-image: url(/images/shopcart-bg-mid.jpg);
	background-repeat: repeat-y;
}
#shop-bag-container h2{
	text-align:center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 15px;
}
.shop-bag-item{
	margin-left:15px;
	margin-right:20px;
	width: 190px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9B493;
	margin-bottom: 5px;
	font-size: 10px;
	padding-bottom: 3px;
}
.shop-bag-item td, .shop-bag-item a:link, .shop-bag-item a:visited {
	font-size: 11px;
	line-height: normal;
}
.shop-bag-item img{
	margin-right:10px;
	border: 1px solid #D9B493;
}
.shop-bag-total{
	margin-left:15px;
	margin-right:25px;
	width: 185px;
	background-color:#D9B493;
	padding:5px;
	text-align:right;
	font-size: 12px;
	color: #3F2C21;
}
.total-price{
	font-size:16px;
	font-weight: bold;
}
.total-discount{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
ul.checkout-steps {
	font-size: 13px;
	padding-left: 50px;
	font-weight: bold;
	list-style-type: none;
	display: inline;
}
ul.checkout-steps li {
	display: inline;
	padding:5px;
}
.checkout-step{
	background-color: #F4F1EA;
}

.checkout-active-step {
	color: #F4F1EA;
	background-color: #C0834A;
}

