body {
	margin: 0;	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #5C543F;
	background-color: #f2efde;
}

div {
	margin: 0; padding: 0;
}

td {
	font-size: 12px;
}

/********************************************************************************************************************************************************
Headlines
*********************************************************************************************************************************************************/

h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 0.2em 0;
	background-repeat: no-repeat;
	padding: 0;
	font-weight: normal;
}

h1, h2, td h1, td h2 {
	font-size: 1.3em;
	margin: 10px 0 10px 0px;
}

h2, h3, #center h2 {
 	font-size: 14px;
	border-bottom: 1px dotted #D1CEBC;
	padding: 5px 0 5px 0;
	margin: 10px 0 10px 0px;
	font-weight:bold;
}

#left h1 {
	background-image: url(../graphics/acorn_beige.gif);
	background-position: 0 3px;
	font-size: 1.5em;
	padding: 0 0 0 23px;
	margin: 0 0 10px 13px;
	white-space: nowrap;
}

#left h2 {
	font-size: 1.5em;
	padding: 0 0 8px 15px;
	border-bottom: 1px dotted #D1CEBC;
	margin: 0;
	font-weight:normal;
}

#center h1, #right h1, #right .thumb-list h1 {
	background-image: url(../graphics/acorn.gif);
	background-position: 0 3px;
	font-size: 1.5em;
	padding: 0 10px 0 25px;
	margin: 0 0 10px 0;
	/* white-space: nowrap; */
}

#center .product-description h1 { display: inline; background-image: none; padding: 0 10px 0 0px; margin-left: 0; white-space:nowrap;}

#right h1, #right .thumb-list h1 {
	margin: 0 20px 10px 10px;
}

#shopping-cart h1 {
	background-image: url(../graphics/shopping-cart.gif);
	background-position: 0 0;
	border-bottom: 1px dotted #D3DAA6;
	font-size: 18px;
	padding: 0 0 5px 40px;
	margin: 0.25em 0px 0.25em 0px;
}


/******************************************************************************************************************************************************/

p {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 1em;
}

a {	color: #76172f; }

a:hover { color: #759550; }

hr {
	border-bottom: 1px dotted #D3DAA6;
	border-top: none; height:0px;
	margin: 10px 0 10px 0;
}

object {
	margin: 0;
	padding: 0;
	float: left;
}

input.submit {
	margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #7e854f;
	color: #fff;
	background-color: #7e854f;
	font-weight: bold;
	background-image: url(../graphics/button-bg.gif);
	font-size:11px;
}

input.submit:hover {
	background-image: url(../graphics/button-bg-hover.gif);
}

.field {
	font-size:10px;
	background-image: url(../graphics/shadow_input.gif);
	background-repeat:repeat-x;
	background-position:top;
	border: 1px solid #7e854f;
	padding: 2px 5px;
	margin: 0;
}

.field:hover {
	background-image: url(../graphics/shadow_input_hover.gif);
}

.field.small {
	width: 30px;
}

fieldset {
	border: 1px dotted #D3DAA6;
	padding: 10px;
}

fieldset legend {
	font-weight:bold;
	background-color: #fff;
}

/* html object {
margin: 0 0 -19px 0;
}*/

/********************************************************************************************************************************************************
Banner / Header styles
********************************************************************************************************************************************************/

#watermark {
	position:absolute;
	right: 10px;
	top: 15px;
	z-index: 0;
}

#banner-flash {
	position: absolute;
	top: 0;
	left: 0;
}

/*  BANNER NAVIGATION  ********************************************************************************************************************************/

#banner .navigation {
	float: left;
	padding: 50px 20px 0px 440px;
	/* Hide from IE/Mac \*/
	line-height: 12px;
	position: relative;
	z-index: 10; 
}

#banner .navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#banner .navigation ul li {
	display: inline;
	list-style: none;
	padding: 2px 5px;
	font-family: Georgia, serif;
	font-size: 16px;
	line-height:20px;
	text-decoration:none;
}

#banner .navigation ul li a {
	color: #fae1c2;
	text-decoration:none; 
}

#banner .navigation ul li a:hover, #banner .navigation ul li.nav_active
{ 
	color: #fff; 
	text-decoration:underline; 
}	


/*  BANNER FORM  ********************************************************************************************************************************/

#banner-form input {
	border: 1px solid #5C543F;
	color:#5C543F;
	font-size:14px;
	padding: 2px;
	width: 250px;
}

#banner-form input.submit {
	background-image: url(../graphics/button-bg.gif);
	border: 1px solid #fff;
	background-color: #7e854f;	
	color: #fff;
	width:60px; 
	font-weight: bold;
	font-size:14px;
	padding: 0px;
}

#banner-form span {
	font-size:11px;
}

#banner-form input.submit:hover {
	background-image: url(../graphics/button-bg-hover.gif);
}

#banner-form fieldset {
	margin: -px 0 -2px 0 ;
	border: none;
}

* html #banner-form fieldset {
	margin: 0 0 -2px 0 ;
}

* html #banner-form input.submit {
	height: 20px;
}

/********************************************************************************************************************************************************
Left hand styles
********************************************************************************************************************************************************/



/*  SIDE NAV  ********************************************************************************************************************************/

#left .navigation {
	background-image:url(../graphics/shadow-beige.gif);
	background-repeat: repeat-x;
	background-color: #f2efde; padding: 15px 0 25px 0; 
	border-bottom: 1px dotted #D3DAA6;
}

#left .navigation ul {
	margin: 0; padding: 0;
	list-style-type: none;
	display:block;
}

#left .navigation ul li a {
	text-decoration:none;
	display: block;
	border: 0;
	border-bottom: 1px dotted #D3DAA6;
	padding: 4px 15px;
	color: #5C543F;
}

#left .navigation ul li.nav_active a, #left .navigation li a:hover {
	background-image:url(../graphics/nav_arrow.gif);
	background-repeat:no-repeat;
	background-position:left;
	display: block;
	border: 0;
	border-bottom: 1px dotted #D3DAA6;
	padding: 4px 15px;
	color: #5C543F;
	background-color: #fcfbf6;
}

#left .navigation li a:hover {
	background-image: none;
}

#left .navigation ul li a:hover {
	background-color: #DEDAC6;
}

* html #left .navigation ul li {
	display: inline;
	margin-bottom: 0;
}

#left #login-form {
	padding: 7px 0 0 0;
	width: 100%;
	float: left;
	border-bottom: 1px dotted #D3DAA6;
}

#left #login-form form {
	padding: 10px 15px !important;
	padding: 0 15px;
}

* html #left #login-form form {
	margin: 10px auto;
}

#left #login-form .button-row {
	width: 100%;
	float: left;
	margin: 15px 0 0 0;
	padding: 0 0 15px 0;
}

#left #login-form .button-row input {
	margin: 0;
	float: right;
}

#left #login-form .button-row a {
	margin: 0;
	float: left;
}

#shopping-cart {
	background-color: #fff;
	border-bottom: 1px dotted #D3DAA6;
	padding: 10px 0px;
	font-size: 0.9em
}

#shopping-cart-product-list {
	margin-bottom: 5px;
}


#shopping-cart-product-list form {
	margin: 0;
	padding: 0;
}

#shopping-cart-product-list table {
	border-collapse: collapse; 
	width: 160px;
	margin-left: 11px;
}

#shopping-cart-product-list th {
	color: #bfb9a9;
	font-size:11px;
	font-weight: bold;
}

#shopping-cart-product-list tbody td {	
	border-top: 1px solid #D6D9AA;
	color: #777254;
	font-size:11px;
}

#shopping-cart-product-list tfoot td {
	border-top: 1px solid #D6D9AA;
	font-size:11px;
	font-weight: bold;
}

#shopping-cart-product-list tfoot td.total-price {
	color: #bfb9a9;
}

#shopping-cart-product-list tfoot tr.button-row td {
	border: 0;
}

#shopping-cart-product-list tfoot td input {
	margin: 10px 0 0 0;
	border: 1px solid #d7d9aa;
	color: #fff;
	font-weight: bold;
	background-image: url(../graphics/button-bg.gif);
	background-color: #7e854f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding: 2px 5px;
}

#shopping-cart-product-list tfoot td input:hover {
	background-image: url(../graphics/button-bg-hover.gif);
}

/********************************************************************************************************************************************************
Right hand styles
********************************************************************************************************************************************************/


#right .navigation {
	width: 185px;
	padding: 20px 0 0 0;
}

#right .navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#right .navigation li {
	display: block !important;
	display: inline-block;
	padding: 0px 15px 0px 20px;
}

#right .navigation li a {
	padding: 3px 0 3px 12px;
	border-bottom: 0;
	border-bottom: 1px dotted #D3DAA6;
	display: block;
}

#right .navigation li.nav_active a {
	background-image: url(../graphics/arrow-right-grey.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	color: #4C4942;
	border-bottom: 1px dotted #D3DAA6;
}

#right .navigation li a:hover {
	background-color: #FAFAE4;
}

/********************************************************************************************************************************************************
Center styles
********************************************************************************************************************************************************/

#star { 
	line-height: 12px; 
	height: 94px; 
	width: 115px;
	background-repeat:no-repeat;
	text-align:center; 
	color: #fff; 
	background-image: url(../graphics/star.gif); 
	font-size:11px; 
	padding: 19px 0px 0px 0px; 
	float:right; 
	margin: 0 0 15px 20px; 
	overflow: visible;
	background-color:#FFFFFF;
}

#center p {	padding: 0px; }


/********************************************************************************************************************************************************
Miscellaneous styles
********************************************************************************************************************************************************/

.thumb-list {
padding: 20px 0 0 20px;
}

a.thumb-link, a.thumb-link:hover {
	border: 0;
}

div.product-thumb {
	position: relative;
	width: 110px;
	height: 135px !important;
	height: 155px;
	text-align: center;
	overflow: visible;
	float: left;
	margin: 0 !important;
	font-size: 11px;
}

.product-thumb a
{
	border: none; 
	padding: 0 5px; 
}

/* html .product-thumb {
height: 170px;
margin: 0;
}*/

#ADDTOCART { width: 100%;}

.product-thumb img {
	margin: 5px 0 0 0;
	border: 4px solid #FBF8E7;
	background-color: #F6F3E7;
}

.product-thumb a:hover img {
	border: 4px solid #DEDAC6;
}

.product-block {
	position: relative;
	margin: 0 20px 10px 0px;
}

.product-block img {
	position: relative;
	margin: 0 20px 10px 0;
	border: 2px solid #DEDAC6;
	float:left;
}

.product-thumb .status {
	margin: none;
	padding: none;
	background: none;
	position: absolute;
	top: 9px;
	left: 10px;
	height: 61px;
	width: 61px;
	z-index: 1000;
}

.product-block div.status {
	margin: 0; padding: 0;
	background: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 61px;
	width: 61px;
	z-index: 1000;
}

* html .product-block div.status {}

.arrow_left { float: right;  padding-left: 8px; margin: 0; text-align: right; background-image:url(../graphics/arrow-left-red.gif); background-repeat:no-repeat; background-position:left; }

.arrow_left a { color: #76172f; font-size: 12px; padding-left: 8px; font-weight:bold; }

.arrow_left a:hover {color: #759550;}

.arrow_left:hover {  background-image:url(../graphics/arrow-left-green.gif); }

.arrow_right { color: #9FAD55; float: right; width: 100px; padding-left: 15px; margin: 15px 0 0 0; text-align: right; background-image:url(../graphics/arrow-left-green.gif); background-repeat:no-repeat; background-position:left;}

.product-description .detail { font-size:12px; margin: 5px 0 5px 0;}

.product-pricing {  }

.product-price-label { float:left; font-weight:bold; padding: 5px 0 0 0;}

.product-price { padding: 5px 0 0 0;}

.product-quantity {float:left; margin: 5px 5px 5px 0;  }

.product-add { margin: 5px 0 5px 0px;  }

.price-block {  float:left; margin-right: 15px; }

#checkout, #register {	min-width: 450px; }

#checkout fieldset, fieldset { margin: 0 0 15px 0; padding: 15px 10px 10px 10px; }

.subsection { margin: 0 0 0 25px; }

.required span { font-weight: bold; padding: 0 0 0 5px; }

.nav_active { color: #fff; }