/* --------- specific system styles (do not edit!) --------- */
html {
	height: 100%;
}

body {
	height: 100%;
}

body, table, form, img {
	padding: 0;
	margin: 0;
	border: 0;
}

td {
	vertical-align: top;
}

/* hide from Mac IE \*/	
td {
	font-size: 76%;
	font-size/* */:/**/100%;
	font-size: /**/100%;	
}
/* end hide Mac IE */

/* --- fluxbox, hidden list of gallery links --- */
.invisible {
	display: none;
}

/* --- image wrapping rules --- */
.fluxresetwrap {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	height: 0px;
}

.fluximg-al img,
.fluximg-ar img,
.fluximg-ac img,
.fluximg-wl img,
.fluximg-wr img,
.fluximg-wc img {
	position: relative;
	z-index: 1;
}

.fluximg-al {
	text-align: left;
}

.fluximg-al .caption {
	text-align: left;
	margin: 0 auto 0 0;
}

.fluximg-ar {
	text-align: right;
}

.fluximg-ar .caption {
	text-align: left;
	margin: 0 0 0 auto;
}

.fluximg-ac {
	text-align: center;
}

.fluximg-ac .caption {
	text-align: left;
	margin: 0 auto 0 auto;
}

.fluximg-wl {
	float: left;
	text-align: left;
}

.fluximg-wl .caption {
	text-align: left;
}

.fluximg-wr {
	float: right;
	text-align: left;
}

.fluximg-wr .caption {
	text-align: left;
}

/* Only IE-win sees this. \*/
* html .fluximg-al, * html .fluximg-ar, * html .fluximg-ac {
	height: 1%;
}

* html .fluximg-wl {
	margin: 0 -3px 0 0;
}

* html .fluximg-wr {
	margin: 0 0 0 -3px;
}
/* End hide from IE5/mac */

/* --------- bug-fix & utility css --------- */
 .clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1px;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* --------- hide accessibility links from visual browsers --------- */
#access {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

.accesslink {
	position: absolute;
	height: 0;
	overflow: hidden;
}

/* --------- general page styles --------- */
input {
	font-family: Arial,Helvetica,sans-serif;
}

ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

/* -- style 0 -- */
ul.list0 {
/*	list-style-image: url(../graphics/system/bullet0.gif); */
	position: relative;
	z-index: 0;
	left: 1.7em; /* (1.2em + X) */
	margin: 0 1.7em 0 -1.7em; /* 0 (1.2em + X) 0 -(1.2em + X) */ 
	padding: 0;
}

ul.list0 li {
	margin: 0 0 0 1.7em; /* 0 0 0 (1.2em + X) */
	padding: 0;
}

* html ul.list0 {
	left: 0;
	margin: 0;
	height: 0;
}

/* -- style 1 -- */
ul.list1 {
/*	list-style-image: url(../graphics/system/bullet1.gif); */
	position: relative;
	z-index: 0;
	left: 3.2em; /* (1.2em + X) */
	margin: 0 3.2em 0 -3.2em; /* 0 (1.2em + X) 0 -(1.2em + X) */ 
	padding: 0;
}

ul.list1 li {
	margin: 0 0 0 3.2em; /* 0 0 0 (1.2em + X) */
	padding: 0;
}

* html ul.list1 {
	left: 0;
	margin: 0;
	height: 0;
}

/* -- style 2 -- */
ul.list2 {
/*	list-style-image: url(../graphics/system/bullet2.gif); */
	position: relative;
	z-index: 0;
	left: 5.2em; /* (1.2em + X) */
	margin: 0 5.2em 0 -5.2em; /* 0 (1.2em + X) 0 -(1.2em + X) */ 
	padding: 0;
}

ul.list2 li {
	margin: 0 0 0 5.2em; /* 0 0 0 (1.2em + X) */
	padding: 0;
}

* html ul.list2 {
	left: 0;
	margin: 0;
	height: 0;
}

/* -- style 3 -- */
ul.list3 {
/*	list-style-image: url(../graphics/system/bullet3.gif); */
	position: relative;
	z-index: 0;
	left: 2.2em; /* (1.2em + X) */
	margin: 0 2.2em 0 -2.2em; /* 0 (1.2em + X) 0 -(1.2em + X) */ 
	padding: 0;
}

ul.list3 li {
	margin: 0 0 0 2.2em; /* 0 0 0 (1.2em + X) */
	padding: 0;
}

* html ul.list3 {
	left: 0;
	margin: 0;
	height: 0;
}

/*  --------- default text links --------- */
/* should contain only colour definitions, no font, size, weight, etc */
a, a:link {
	color: #bf3694;
	text-decoration: underline;		
}

a:visited {
	color: #9c688c;
	text-decoration: underline;
}

a:hover, a:active {
	color: #cd75b1;
	text-decoration: underline;
}

/* ------ custom form elements style ------ */
.formfieldemail {
	display: none;
}

.emailform {
	width: 400px;
}

.emailform .formfieldlabel {
	font-weight: bold;
	padding: 0 20px 15px 0;
	width: 160px;
	text-align: right;
}

.emailform .formfielddescr {
	font-weight: normal;
	color: #444;
	font-size: 11px;
	text-align: right;
}

.emailform .formfieldtext,
.emailform .formfieldarea,
.emailform .formfieldlist,
.emailform .formfieldselect,
.emailform .formfieldoption,
.emailform .formfieldfile,
.emailform .formfieldbutton {
	width: 210px;
	padding: 0 0 15px 10px;
}

.emailform .formfieldarea textarea {
	height: 80px;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
}

.emailform .formfieldtext input {
	width: 180px;
}

.formfieldlistitem {
	padding: 0 0 0 20px;
}

.emailform .formfieldoption label {
	display: block;
	margin: 0 0 0 20px;
}

.emailform .formfieldoption input {
	float: left;
	margin: 0 5px 0 0;
}

.formfieldlistitem input {
	margin: 0 0 0 -20px;
}

.emailform .formfieldmandatory .formfieldstar {
	position: absolute;
	left: -10000px;
}

.emailform .formfieldmandatory .formfieldtext,
.emailform .formfieldmandatory .formfieldarea,
.emailform .formfieldmandatory .formfieldlist,
.emailform .formfieldmandatory .formfieldselect,
.emailform .formfieldmandatory .formfieldfile,
.emailform .formfieldmandatory .formfieldoption {
	background: url(../graphics/system/formfieldmandatory_star.gif) no-repeat top left;
}

/*-- form header --*/
.emailform .formfieldheader {
	padding: 0 0 15px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: bold;
}

/*-- form sub header --*/
.emailform .formfieldsubheader {
	padding: 0 0 15px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}

/*-- form normal text --*/
.emailform .formfieldnormaltext {
	padding: 0 0 15px 0;
	font-weight: normal;	
}

/*-- form divider line --*/
.emailform .formfieldseparator div {
	margin: 0 0 15px 0;
	height: 1px;
	border-bottom: 1px solid #CCC;
	line-height: 0;
	font-size: 0;
}


/* ------ search box style ------ */
.searchbox .formfieldtext {
	width: 120px;
}

/*----- login box styles -----*/
.loginbox label {
	display: block;
	padding: 0 0 6px 0;
}

.loginbox span {
	width: 70px;
	padding: 4px 2px 0 0;
	text-align: right;
	float: left;
}

.loginbox .formfieldbutton {
	margin-left: 73px;
}

.loginbox .formerror {
	color : #B00;
	font-weight : bold;
	margin-bottom: 2px;
}

/* --------- sitemap styles --------- */
/* number represents level within sitemap hierarchy */
/* can be defined individually, and extended indefinitely */
.sm1 {
	color: #000;
	font-size: 14px;
}

.sm1 a:link, .sm1 a:visited {
	/* normal link: colour, style */
}

.sm1 a:hover, .sm1 a:active {
	/* normal link rollover: colour, style */
}

/* --------- navigation styles --------- */
/* ---- nav style 0 (footer nav) ---- */
.footernav {
	/* common font face, size, formatting */
	float: left;
	color: #816c3c;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.footernav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footernav li {
	display: inline;
}

.footernav a:link, .footernav a:visited {
	/* normal link: colour, style */
	color: #816c3c;
	text-decoration: underline;
}

.footernav a:hover, .footernav a:active {
	/* normal link rollover: colour, style */
	color: #3d1f00;
	text-decoration: underline;
}

.footernavc a:link, .footernavc a:visited {
	/* current link: colour, style */
	color: #3d1f00;
	text-decoration: underline;
}

.footernavc a:hover, .footernavc a:active {
	/* current link rollover: colour, style */
	color: #3d1f00;
	text-decoration: underline;
}

/* ---- nav style 1 (main nav) ---- */
.mainnav {
	/* common font face, size, formatting */
	position: absolute;
	margin: 120px 0 0 0;
	padding: 5px 191px 5px 8px;
	width: 661px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background: #2e2e26;
}

.mainnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mainnav li {
	display: block;
	float: left;
	padding: 0 2px;
}

.mainnav a {
	display: block;
	float: left;
	padding: 7px 12px 0 24px;
	height: 23px;
}

.mainnav a:link, .mainnav a:visited {
	/* normal link: colour, style */
	color: #FFF;
	text-decoration: none;
	background: url(../graphics/system/rw_mainnav_normal.gif) no-repeat left top;
}

.mainnav a:hover, .mainnav a:active {
	/* normal link rollover: colour, style */
	color: #f3d084;
	text-decoration: underline;
	background: url(../graphics/system/rw_mainnav_rollover.gif) no-repeat left top;
}

.mainnavc a:link, .mainnavc a:visited {
	/* current link: colour, style */
	color: #FFF;
	text-decoration: none;
	background: #a0864c url(../graphics/system/rw_mainnav_current.gif) no-repeat left top;
}

.mainnavc a:hover, .mainnavc a:active {
	/* current link rollover: colour, style */
	color: #FFF;
	text-decoration: none;
	background: #a0864c url(../graphics/system/rw_mainnav_current.gif) no-repeat left top;
}

/* ---- nav style 2 (subnav 1) ---- */
.subnav1 {
	/* common font face, size, formatting */
	padding: 25px 0 17px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background: #ccbd9d url(../graphics/system/rw_inside_subnav1_btm.gif) no-repeat left bottom;
}

.subnav1 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.subnav1 li {
	display: block;
	padding: 1px 0;
}

.subnav1 a {
	display: block;
	padding: 3px 10px 4px 29px;
}

.subnav1 a:link, .subnav1 a:visited {
	/* normal link: colour, style */
	color: #2e2e26;
	text-decoration: none;
	background: none;
}

.subnav1 a:hover, .subnav1 a:active {
	/* normal link rollover: colour, style */
	color: #90451a;
	text-decoration: underline;
	background: #d9cdb2;
}

.subnav1c a:link, .subnav1c a:visited {
	/* current link: colour, style */
	color: #783915;
	font-weight: bold;
	text-decoration: none;
	background: #f1eada;
}

.subnav1c a:hover, .subnav1c a:active {
	/* current link rollover: colour, style */
	color: #783915;
	font-weight: bold;
	text-decoration: underline;
	background: #f1eada;
}

/* ---- nav style 3 (subnav 2) ---- */
.subnav2 {
	/* common font face, size, formatting */
	padding: 5px 10px 5px 38px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background: #e1d7c1;
}

.subnav2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.subnav2 li {
	display: block;
	padding: 3px 0;
}

.subnav2 a {
	display: block;
	padding: 0 0 0 10px;
}

.subnav2 a:link, .subnav2 a:visited {
	/* normal link: colour, style */
	color: #2e2e26;
	font-weight: normal;
	text-decoration: none;
	background: url(../graphics/system/rw_inside_subnav2_normal.gif) no-repeat 0 6px;
}

.subnav2 a:hover, .subnav2 a:active {
	/* normal link rollover: colour, style */
	color: #783915;
	font-weight: normal;
	text-decoration: underline;
	background: url(../graphics/system/rw_inside_subnav2_rollover.gif) no-repeat 0 6px;
}

.subnav2c a:link, .subnav2c a:visited {
	/* current link: colour, style */
	color: #2e2e26;
	font-weight: bold;
	text-decoration: underline;
	background: url(../graphics/system/rw_inside_subnav2_normal.gif) no-repeat 0 6px;
}

.subnav2c a:hover, .subnav2c a:active {
	/* current link rollover: colour, style */
	color: #783915;
	font-weight: bold;
	text-decoration: underline;
	background: url(../graphics/system/rw_inside_subnav2_rollover.gif) no-repeat 0 6px;
}

/* ---- nav style 4 (subnav 3) ---- */
.subnav3 {
	/* common font face, size, formatting */
	padding: 5px 0 5px 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.subnav3 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.subnav3 li {
	display: block;
	padding: 3px 0;
}

.subnav3 a {
	display: block;
	padding: 0 0 0 0;
}

.subnav3 a:link, .subnav3 a:visited {
	/* normal link: colour, style */
	color: #533b20;
	font-weight: normal;
	background: none;
}

.subnav3 a:hover, .subnav3 a:active {
	/* normal link rollover: colour, style */
	color: #783915;
	font-weight: normal;
	text-decoration: underline;
	background: none;
}

.subnav3c a:link, .subnav3c a:visited {
	/* current link: colour, style */
	color: #533b20;
	font-weight: bold;
	text-decoration: underline;
	background: none;
}

.subnav3c a:hover, .subnav3c a:active {
	/* current link rollover: colour, style */
	color: #783915;
	font-weight: bold;
	text-decoration: underline;
	background: none;
}

/* ---- nav style 5 (home hotlink) ---- */
.homehotlink {
	position: absolute;
	margin: 116px 0 0 610px;
	padding: 0;
}

.homehotlink ul, .homehotlink li {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

.homehotlink li {
	display: block;
}

/* ---- nav style 6 (standard hotlinks) ---- */
.standardhotlinks {
	margin: 0;
	padding: 5px 0;
}

.standardhotlinks ul, .standardhotlinks li {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

.standardhotlinks li {
	display: block;
	padding: 5px 0;
	font-size: 0;
	line-height: 0;
}

/* ---- nav style 7 (category hotlinks) ---- */
.categoryhotlinks {
	display: inline;
	float: left;
	margin: 0 35px 35px 0;
	padding: 0;
	width: 134px;
}

.categoryhotlinks ul, .categoryhotlinks li {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

.categoryhotlinks li {
	display: block;
	padding: 0 0 3px 0;
	font-size: 0;
	line-height: 0;
}

/* --------- text styles (font face should be defined, to ensure admin compatibility) --------- */
h1, .t0, .t1, .t2, .t3, .t4 {
	font-family: Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

h1, .t0, .t1, .t2 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* ---- title text style ---- */
h1, .t0 {
/*	color: #000; */
	font-size: 27px;
	margin: 0;
	padding: 0 0 25px 0;
}

h1 a:link, h1 a:visited, .t0 a:link, .t0 a:visited {
}

h1 a:hover, h1 a:active, .t0 a:hover, .t0 a:active {
}

/* --------- text style 1 --------- */
.t1 {
/*	color: #000; */
	font-size: 19px;
	font-weight: bold;
}

.t1 a:link, .t1 a:visited {
}

.t1 a:hover, .t1 a:active {
}

/* --------- text style 2 --------- */
.t2 {
/*	color: #000; */
	font-size: 16px;
	font-weight: bold;
}

.t2 a:link, .t2 a:visited {
}

.t2 a:hover, .t2 a:active {
}

/* --------- text style 3 --------- */
.t3 {
/*	color: #000; */
/*	font-size: 12px; */
	line-height: 18px;
}

.t3 a:link, .t3 a:visited {
	font-weight: bold;	
}

.t3 a:hover, .t3 a:active {
}

/* --------- text style 4 --------- */
.t4 {
/*	color: #555; */
	font-size: 11px;
	line-height: 16px;
}

.t4 a:link, .t4 a:visited {
	font-weight: bold;
}

.t4 a:hover, .t4 a:active {
}

/* --------- miscellaneous styles --------- */
.caption {
	font-size: 11px;
}

.error {
	color: #900;
	font-weight: bold;
}

.highlight {
	background-color: #EEE;
	color: #090;
	font-weight: bold;
    padding: 0 3px 1px 3px;
}

.cms-link span, .developer-link span {
	display: none;
}

/* --------- quick table row styles --------- */
.r1 {
	/*background: #DDD;*/
}

.r2 {
	/*background: #F4F4F4;*/
}

/* --------- custom style settings --------- */

/* --------- layout style settings (for .asp template only) --------- */
#pagebody {
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-align: center;
	background: #87714c url(../graphics/system/rw_pagebg.gif) repeat-x left top;
}

#toplevel {
	margin: 0 auto;
	width: 860px;
	text-align: left;
	background: #f0e8d6 url(../graphics/system/rw_inside_mainbg.jpg) repeat-y left top;
}

#header {
	position: absolute;
	width: 860px;
	height: 120px;
	background: #f0e8d6 url(../graphics/system/rw_inside_headerbg.jpg) no-repeat left top;
}

#headerlogo {
	position: absolute;
	margin: 9px 0 0 13px;
}

#cartlinks {
	position: absolute;
	margin: 0 0 0 0;
	width:;
}

#column1 {
	width: 197px;
}

#column1inner {
	padding: 160px 0 60px 0;
}

#column2 {
	padding: 178px 56px 68px 56px;
	width: 551px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

#subnavdeco {
	width: 136px;
	height: 44px;
	font-size: 1px;
	line-height: 1px;
	background: url(../graphics/system/rw_inside_subnavdeco.gif) no-repeat left top;
}

.hardbreak {
	clear: both;
	line-height: 0;
	font-size: 0;
}

#footcell {
	vertical-align: bottom;
}

#footer {
	padding: 7px 30px 0 30px;
	width: 800px;
	height: 87px;
	background: #87714c url(../graphics/system/rw_footerbg.jpg) no-repeat left top;
}

.footertext {
	float: right;
	font-size: 10px;
	color: #816c3c;
}

.footertext a:link, .footertext a:visited {
	/* normal link: colour, style */
	color: #816c3c;
	text-decoration: underline;
}

.footertext a:hover, .footertext a:active {
	/* normal link rollover: colour, style */
	color: #3d1f00;
	text-decoration: underline;
}

#facebooklink {
	position: absolute;
	margin: -41px 0 0 0;
}

.footerbreak {
	clear:both;
	float: none;
	line-height:1px;
	font-size:1px;
}

/* --------- shopping cart styles --------- */
/* -- cart links in main nav -- */
#cartlinks {
	position: absolute;
	margin: 120px 0 0 678px;
	padding: 12px 0 0 8px;
	border-left: 1px solid #414137;
	width: 173px;
	height: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

#cartlinksviewcart a  {
	float: left;
	display: block;
	padding: 0 0 0 24px;
}

#cartlinksviewcart a:link, #cartlinksviewcart a:visited {
	color: #c4b187;
	text-decoration: none;
	background: url(../graphics/system/rw_cartlinks_viewcart.gif) no-repeat 0 1px;
}

#cartlinksviewcart a:hover, #cartlinksviewcart a:active {
	color: #e1d1ae;
	text-decoration: underline;
	background: url(../graphics/system/rw_cartlinks_viewcart.gif) no-repeat 0 1px;
}

#cartlinkscheckout a {
	float: left;
	display: block;
	margin: 0 0 0 8px;
	padding: 0 0 0 14px;
} 

#cartlinkscheckout a:link, #cartlinkscheckout a:visited {
	color: #c4b187;
	text-decoration: none;
	background: url(../graphics/system/rw_cartlinks_checkout.gif) no-repeat 0 2px;
}

#cartlinkscheckout a:hover, #cartlinkscheckout a:active {
	color: #e1d1ae;
	text-decoration: underline;
	background: url(../graphics/system/rw_cartlinks_checkout.gif) no-repeat 0 2px;
}

/* -- category list -- */
.categorylist {
	display: inline;
	float: left;
	margin: 0 35px 35px 0;
	width: 134px;
}

.categorylistimg {
	margin: 0 0 4px 0;
}

/* -- product list -- */
.productlistitem {
	margin: 16px 0;
	padding: 0 0 16px 0;
	
}

.productlistdivider {
	clear: both;
	float: none;
	border-bottom: 1px solid #e1d7c1;
	height: 1px;
	line-height: 0;
	font-size: 0;
}

.productlistname {
	padding: 0 0 16px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: bold;
}

.productlisttable {
	width: 551px;
}

.productlistcol1 {
	padding: 0 13px 0 0;
	width: 91px;
}

.productlistcol2 {
	width: 447px;
}

.productlistimage {
	border: 1px solid #a0864c;
	width: 82px;
	height: 124px;
	background: #FFF url(../graphics/system/rw_product_noimagesml.gif) no-repeat left top;
}

.productlistsoldout {
	display: block;
	padding: 0 0 12px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #b00000;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

.productlistfeatured {
	display: block;
	padding: 0 0 6px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #945200;
	font-size: 16px;
	font-weight: bold;
}

.productlistprice {
	padding: 0 0 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #667c1a;
	font-size: 16px;
	font-weight: bold;
}

.productlistprice span {
	color: #000;
}

.productlistqty {
	float: left;
	padding: 4px 0 0 0;
	font-weight: bold;
}

.productlistqty input {
	width: 25px;	
	font-weight: normal;
}

.productlistbtnlinetop,
.productlistbtnlinebtm {
	clear: both;
	float: none;
	margin: 3px 0 25px 0;
	height: 2px;
	line-height: 0;
	font-size: 0;
	background: #a0864c;
}

.productlistbtnlinebtm {
	margin: 25px 0 6px 0;
}

.productlistupdate {
	float: right;
	margin: 0 7px 0 0;
	width: 97px;
	height: 32px;
	font-size: 0;
	line-height: 0;
}

.productlistviewcart {
	float: right;
	margin: 0;
	width: 97px;
	height: 32px;
	font-size: 0;
	line-height: 0;
}

.productlistdescr {
	clear: both;
	padding: 10px 0 0 0;
}

/* -- shopping cart -- */
.cart {
	border: 1px solid #745716;
	width: 549px;
	background: #FFF;
}

.cartheadername,
.cartheaderqty,
.cartheaderunitprice,
.cartheaderprice,
.cartheadermodify {
	padding: 12px 0 0 0;
	height: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background: #a0864c;
}

.cartheadername {
	padding: 12px 0 0 8px;
	width: 212px;
	text-align: left;
}

.cartheaderqty {
	width: 54px;
}

.cartheaderunitprice, .cartheaderprice {
	width: 110px;
}

.cartheadermodify {
	padding: 12px 8px 0 0;
	width: 47px;
	text-align: right;
}

.cartname {
	padding: 12px 8px;
	width: 204px;
	font-weight: bold;
	text-align: left;
}

.cartqty {
	padding: 12px 0;
	text-align: center;
}

.cartqty input {
	width: 25px;	
}

.cartunitprice,
.cartprice {
	padding: 12px 3px;
	width: 98px;
	text-align: center;
}

.cartmodify {
	padding: 12px 8px 0 0;
	width: 47px;
	font-weight: bold;
	text-align: right;
}

.cartmodify a:link, .cartmodify a:visited {
	color: #b71116;
	font-weight: bold;
	text-decoration: underline;
}

.cartmodify a:hover, .cartmodify a:active {
	color: #f31c22;
	font-weight: bold;
	text-decoration: underline;
}

.cartrow0, .cartrow1 {
	background: #f3eddf;
}

.cartrow1 {
	background: #f0e7ce;
}

.carttotal {
	padding: 6px 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #667c1a;
	font-size: 18px;
	font-weight: bold;
	border-top: 1px solid #745716;
	text-align: right;
}

.carttotal span {
	color: #745716;
}

.cartpurchasebtn {
	float: right;
	padding: 11px 0 0 0;
	font-size: 0;
	line-height: 0;
}

.cartupdatebtn {
	float: left;
	padding: 11px 0 0 0;
	font-size: 0;
	line-height: 0;
}

.cartclearbtn {
	float: left;
	padding: 11px 0 0 6px;
	font-size: 0;
	line-height: 0;
}

.cartshoppingbtn {
	clear: both;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

/* -- flux generated table styles -- */
.custom-ticket {
	display: none;	
}

.fluxcheckout {
	width: 100%;	
}

.fluxorderconfirm {
	margin: 16px 0 0 0;
	border-collapse: collapse;
	width: 100%;
}

.fluxorderconfirm td {
	white-space: nowrap; 	
}

.fluxorderheader td {
	padding: 6px;
	color: #FFF;
	font-weight: bold;
	background: #a0864c;
}

.fluxorderitem td {
	padding: 8px 6px;
}

.fluxorderconfirm .fluxordersubtotal td,
.fluxorderconfirm .fluxordershipping td,
.fluxorderconfirm .fluxordertotal td{
	padding: 8px 6px;
}

.fluxorderconfirm .fluxordersurcharge td {
	padding: 8px 6px 8px 6px;	
}

.fluxorderconfirm .fluxordersubtotal td {
	padding: 16px 6px 8px 6px;
	border-top: 1px solid #a0864c;
}

.fluxorderconfirm .fluxordersubtotal .orderlabel,
.fluxorderconfirm .fluxordershipping .orderlabel,
.fluxorderconfirm .fluxordersurcharge .orderlabel,
.fluxorderconfirm .fluxordertotal .orderlabel {
	font-weight: bold;
}

