/*
All the styles are separted into the following groups:
Global Browser Reset - they make sure that all browsers start with the same default settings
HTML, Body - for the html and body tags
Layout - any style that defines how the site is laid out (position and size of objects)
Nav - navigation bar
Headings - headings like h1, h2, etc
Text Styles - Styles for text
Lists - unordered and ordered lists
Forms - html forms
Links - links
Misc - anything that doesn't fit elsewhere
*/

/* Import styles for ie 5 & 5.5 */

@media tty {
 i{content:"\";/*" "*/}}; @import '/stylesheets/ie5.css'; {;}/*";}
}/* */

@media tty {
 i{content:"\";/*" "*/}}@m; @import '/stylesheets/ie5.css'; /*";}
}/* */

/*<group=Global Browser Reset>*/
* {

padding:0;

margin:0;

}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin:10px 0; }

li, dd, blockquote { margin-left: 40px; }

fieldset { padding:10px; }

img { border: 0px; }
/*</group>*/

/*<group=HTML, Body>*/
body {
	font-size: 13px;
	font-family: Arial, sans-serif;
	text-align: center;
	color: #856f4e;
	background: url("/images/background.jpg") repeat-x #160704;
}

/*</group>*/

/*<group=Layout>*/
div#header {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -9px;
	width: 709px;
	height: 136px;
	background: url("/images/headerBox.gif") no-repeat bottom center;
}
div#topNavBox {
	margin-left: auto;
	margin-right: auto;
	width: 753px;
	height: 40px;
	background: url("/images/topNavBottomBorder.gif") repeat-x 0 39px;
	overflow: hidden;
}
div#bodyOuter {
	width: 751px;
	margin-left: auto;
	margin-right: auto;
	background-color: #d5c4a2;
	border-bottom: 1px solid #40301a;
	border-left: 1px solid #40301a;
	border-right: 1px solid #40301a;
	padding-top: 1px;
}
div#bodyInner {
	margin: 7px;
	background-color: #f3ebdb;
	border: 1px solid #beaf94;
	width: 733px;
	padding: 1px;

	text-align: left;
}
div.rightCol {
	float: right;
	width: 550px;
	/*margin: 0 10px 0 0;*/
	margin: 0 5px;
	padding-top: 15px;
	padding-bottom: 20px;
}
div.leftCol {
	width: 167px;
	float: left;
	margin: 0;
	left: 3px;
	position: relative;
}
div.moreProdsBox {
	border: 1px solid #d5c4a2;
	width: 100%;
	overflow: hidden;
}
div.moreProdsBox table {width: 520px; margin: 0px auto;}
div.moreProdsBox table tr td {padding: 0 auto;}
div.singleProd {
	/*margin: 0 0 0 17px;*/
	width: 155px;
	margin: 0 auto;
	padding: 0 auto;
	text-align: center;
}
div.singleProd p {
	margin: 0 5px 5px 5px;
}
div.sideBoxHeader {
	
	height: 11px;
	background: url("/images/sideBoxHeader.gif") no-repeat;
	overflow: hidden;
	margin-top: 10px;


}
div.sideBoxContent {
	background-color: #eee3cc;
	border-left: 1px solid #d5c4a2;
	border-right: 1px solid #d5c4a2;
	padding: 1px 0;
	width: 165px;

}
div.sideBoxFooter {
	
	height: 11px;
	background: url("/images/sideBoxFooter.gif") no-repeat;
	overflow: hidden;

}
div#footer {
	clear: both;
	width: 709px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	background: url("/images/footerBackground.jpg") no-repeat;
	padding-top:12px;
}
div.hr {
	height: 2px;
	overflow: hidden;
	background: url("/images/hr.gif") repeat-x;
	margin-bottom: 5px;
}
div.contentL {
	width: 227px;
	float: left;
}

div.contentR {
	float: right;
	width: 302px;
}

img.prodImg {
	background-color: #fff;
	padding: 5px;
	border: 1px solid #c7b592;
	margin-bottom: 10px;
}
img.thumbImg {
	background-color: #fff;
	padding: 5px;
	border: 1px solid #c7b592;
	margin-right: 9px;
}
a.linkopacity img {
	filter: alpha(opacity=40);
	opacity: 0.4;
}
a.linkopacity:hover img {
	filter: alpha(opacity=100);
	opacity: 1.0;
}
/*</group>*/

/*<group=Nav>*/
/* Top Navigation Bar */
ul#topNav {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 16px 0 0 0;
	background: url("/images/topNavBar.jpg") no-repeat center 9px;
	height: 39px;
	font-family: Georgia, serif;
	font-size: 130%;
}
ul#topNav li {
	padding: 0 5px 0 5px;
	margin: 0;
	display: inline;
	background: url("/images/bullet.gif") no-repeat 0 50%;
}
ul#topNav li a {
	padding: 15px 5px 15px 5px;
	display: inline;
}
ul#topNav li.active {
	background: none;
}
ul#topNav li.active a {
	background-color: #d5c4a2;
	border-top: 1px solid #0a0300;
	border-left: 1px solid #0a0300;
	border-right: 1px solid #0a0300;
	padding-left: 15px;
	padding-right: 15px;
}
ul#topNav li.noBullet {
	background: none;
}
/* Bottom Navigation Bar */
ul#bottomNav {
	margin: 0px auto;
	list-style-type: none;
	padding: 0;
	background: url("/images/footerNav.jpg") no-repeat center;
	height: 38px;
	width: 733px;
	font-family: Georgia, serif;
	font-size: 130%;
}
ul#bottomNav li {
	padding: 10px 5px 10px 10px;
	margin: 0;
	display: inline;
	background: url("/images/bullet.gif") no-repeat 0 50%;
	/*line-height: 2em;*/
}
ul#bottomNav li a {
	padding: 15px 5px 15px 5px;
	display: inline;
}
ul#bottomNav li.noBullet {
	background: none;
}

/* Side Navigation Bar */
ul#sideBarNav {
	margin: 0 0 0 5px;
	padding: 0;
	list-style-type: none;
}
ul#sideBarNav li {
	margin: 4px 0 4px 0;
	padding: 0px;
	border: 1px dashed #EEE3CC;
}
ul#sideBarNav li ul {
	margin: 0;
	list-style-type: none;
}
ul#sideBarNav li ul li {
  /*display: inline;*/
}
/* Each level of navigation is below */
ul#sideBarNav li a {
	display: block;
}
ul#sideBarNav li a.plusminus {
  display: block;
  font-weight:bold;
}
ul#sideBarNav li ul li a {
	/*margin: 8px 0px;*/
	margin-left: 1em;
}
ul#sideBarNav li ul li ul li a {
	margin-left: 2em;
}
ul#sideBarNav li.active a:link, ul#sideBarNav li.active a:visited{
	font-weight: bold;
	color: #b07837;
}

/*</group>*/

/*<group=Headings>*/
h1 { }
h2.prodName {
	margin: 0 0 5px 0;
	font-family: Georgia, serif;
	font-size: 138%;
	font-weight: lighter;
	color: #755d3b;
}
h3 {
	margin: 0 0 10px 0;
	padding: 10px 0 10px 15px;
	background-color: #eee3cc;
	font-family: Georgia, serif;
	font-size: 115%;
/*	font-weight: lighter; */
	color: #8d7858;
}
h4 {
	margin: 0 5px 0 10px;
	font-family: Georgia, serif;
	font-size: 115%;
	font-weight: lighter;
	color: #755d3b;
}
h5 {
	margin: 0;
	font-size: 92%;
	
}
h6 { 
	margin: 0 0 10px 0;
	padding: 10px 0 10px 0px;
	font-family: Georgia, serif;
	font-size: 115%;
	color: #8d7858;
	border-bottom: 1px solid #D5C4A2;
}
legend{
  font-family: Arial, san-serif;
	font-size: 100%;
	font-weight: bold;
}
/*</group>*/

/*<group=Text Styles>*/
p {
	line-height: 130%;
}
div.sideBoxContent p {
	margin: 5px 5px 5px 10px;
	font-size: 84%;
	color: #755d3b;
	line-height: 130%;
}
p.price {
	font-weight: bold;
	margin: 5px 0;
	font-size: 92%;
}
p.price span {
	font-size: 84%;
	font-weight: normal;
	color: #a70000;
}

div#header p {
	text-align: right;
	line-height: 100%;
	font-size: 85%;
	color: #e2c69e;
}
div#footer p {
	line-height: 38px;
	margin: 0;
	color: #b49f7c;
}	
/*</group>*/

/*<group=Lists>*/
	
/*</group>*/

/*<group=Forms>*/
form {
	margin: 0;
}
div.sideBoxContent input {
	margin: 5px 0 5px 10px;
}
input.txt {
	border: 1px solid #aa987f;
	color: #804e31;
	padding: 2px 0;
}

div.product_purchase_info {
  clear: both;
}
form#addToCartForm input {
	margin: 0;
}
form#addToCartForm input.txt {
	text-align: left;
}
form#addToCartForm input#addToCartButton {
	margin-bottom: -7px;
}
form#addToCartForm label {
	margin: 0;
	padding: 0;
}
/*</group>*/

/*<group=Links - link visited hover active>*/
/* Body */
div#bodyInner a:link, div#bodyInner a:visited {
	color: #b07837;
}
div#bodyInner a:hover, div#bodyInner a:active {
	color: #755d3b;
	text-decoration: none;
}
/* Additional Products Box */
div#bodyInner div.singleProd a:link, div#bodyInner div.singleProd a:visited {
	color: #9a805d;
}

/* Header box */
div#header a:link, div#header a:visited {
	color: #d39f62;
}
div#header a:hover, div#header a:active {
	text-decoration: none;	
}
div#minicart{
	background-color: #3D1D10;
	padding: 5px;
}

/* Top Nav Bar */
ul#topNav a:link, ul#topNav a:visited {
	color: #e6c083;
	text-decoration: none;
}
ul#topNav a:hover, ul#topNav a:active {
	color: #eee3cc;
}
ul#topNav li.active a:link, ul#topNav li.active a:visited {
	color: #50210f;
	text-decoration: none;
}

/* Bottom Nav Bar */
ul#bottomNav a:link, ul#bottomNav a:visited {
	color: #ac875a;
	text-decoration: none;
}
ul#bottomNav a:hover, ul#bottomNav a:active {
	color: #d8bb98;
}
ul#bottomNav li.active a:link, ul#bottomNav li.active a:visited {
	color: #e3bb8e;
	text-decoration: none;
}

ul#sideBarNav a:link, ul#sideBarNav a:visited {
	color: #755d3b;
	text-decoration: none;
	font-size: 11px;
	border-top: 1px solid #EEE3CC;
  border-bottom: 1px solid #EEE3CC;
}
ul#sideBarNav a:hover, ul#sideBarNav a:active {
	color: #b07837;
	border: 1px solid #D5C4A2;
	padding-left:3px;
	background: #fff;
}
/*</group>*/

/*<group=Misc>*/
.clear {
	clear: both;
}
/*</group>*/

/* custom */
.error {
	font-weight:bold;
	color:#950000;
}
#addcart{
	border: 1px solid #D5C4A2;
	background-color: #EEE3CC;
	padding: 10px;
	margin-bottom: 10px;
}
.required {color:red;}
.comment {color:#CC9900;}

table.pastorders {
  border: solid #D5C4A2 1px;
  margin-left: 3px;
  margin-bottom: 1.5em;
}
table.pastorders td,table.pastorders tr,table.pastorders th{
  border: solid #fff 1px;
  padding: 10px;
}
.contentForm fieldset{
  border: 1px solid #D5C4A2;
}
.contentForm td{
	padding: 2px;
	padding-bottom: 10px;
	/*white-space: nowrap;*/
}
.contentForm td#item_quantity {white-space: nowrap;}
.contentForm select, .contentForm input{
  font-size: 13px;
	font-family: Arial, sans-serif;
	color: #856f4e;
}
.contentForm h4 {
	margin: 0;
	padding: 10px 0 0px 0px;
	font-family: Georgia, serif;
	font-size: 95%;
	color: #8d7858;
	font-weight: bold;
}
.contentForm table, .contentForm tr,.contentForm td{
	font-family: Arial, sans-serif;
	font-size: 12px;
}
input.btn {
	font-family: Georgia, serif;
	font-size: 90%;
	font-weight: bold;
  border: 1px solid #9a7e4d;
	color: #ffeed2;
	padding: 3px 10px;
	background-color: #ab834e;
	cursor: pointer;
	background: url("/images/inputFieldBackground.jpg") repeat-x;
}
input.btnWarn {
	font-family: Georgia, serif;
	font-size: 90%;
	font-weight: bold;
  border: 1px solid #9a7e4d;
	color: #ffeed2;
	padding: 2px 3px;
	background-color: #EEE3CC;
	background: url("/images/inputFieldBackgroundWarn.jpg") repeat-x;
}
input.btn:hover, input.btnWarn:hover, input.btn.sfhover {
	cursor: pointer;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
#nlmsg{
	font-size: 10px;
	color: #EEE3CC;
	background-color: #4C0000;
	margin:5px;
	padding:5px;
}
.errorExplanation {
	border: 4px double #D5C4A2;
	font-size: 12px;
	color: #EEE3CC;
	background-color: #4C0000;
	padding: 0px 10px;
	margin-top: 10px;
}
.errorExplanation h2{
	font-family: Georgia, serif;
	font-size: 138%;
	font-weight: lighter;
}
.errorExplanation li{
	line-height: 20px;
}
.fieldWithErrors{
  display:inline;
}
.rightCol img{
	background-color: #fff;
	padding: 5px;
	border: 1px solid #c7b592;
	margin-bottom: 10px;
}
.customContent{
  padding:10px;
}
div#credits{height: 40px;}
div#credits a:link, div#credits a:visited  {
	color: #856F4E;
	text-decoration: none;
}
div#credits a:hover, div#credits a:active {color: #E3BB8E;}
div#footer a:link, div#footer a:visited  {
	color: #b49f7c;
	text-decoration: none;
}
div#footer a:hover, div#footer a:active {color: #E3BB8E;}
#newsletter {padding-left:10px;}
#newsletter label{font-size:12px;}
#newsletter input{margin-left:0px;}
