html {
	overflow-y: scroll;
	height: 100%;
	margin-bottom: 0.1em;
}


body {
	margin: 0px 0px 0px 0px;
	padding-top: 10px;
	background-color: #ffffff;
}

.pca {
	margin: 0px 0px 36px 0px;
}

.pca img {
	border: 1px solid #4d2f19;
}

/* Tell-A-Friend */

#tellafriend {
	margin-top: 24px;
	padding: 6px;
	text-align: center;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9pt;
	border: 1px solid #993300;
	background-color: #663300;
}

#tellafriend a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #ffcc66;
}

/* Tell-A-Friend Form */

#taf_form {
	text-align: center;
}

#taf_form .taf_form_box {
	width: 460px;
	margin: 48px auto 36px auto;
	padding: 28px 24px 24px 24px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 12pt;
	border: 1px solid #4d2f19;
	color: #4d2f19;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background-color: #e4dbc2;
}

#taf_form form {
	margin: 0px;
	padding: 0px;
}

#taf_form div {
	line-height: 26px;
	margin: 8px 0px 8px 0px;
}

#taf_form div.divider {
	height: 12px;
}

#taf_form input {
	font-size: 11pt;
}

#taf_form span {
	float: left;
	clear: both;
	width: 180px;
	text-align: right;
	margin-right: 12px;
}




.sort_box_container {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 12pt;
	color: #000000;
	text-align: right;
	margin: 0px 0px 40px 0px;
}

.sort_box {
	float: right;
	margin: 0px 0px 0px 8px;
	clear: both;
}

/* Default Font Styles */

h1 {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 14pt;
	color: #4d2f19;
	font-weight: bold;
}

p {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 12pt;
	color: #FFFFFF;
}

.pagenumbers {
	margin: 20px 0px 20px 0px;
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 12pt;
	color: #000000;
	text-align: center;
}

/* IE Select Disabled Fix */

select, option {
  behavior: url(iedisableoptions.htc);
}

/* Customer Service Styles */

.cs_question {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 13pt;
	color: #4d2f19;
	min-width: 600px;
	width: 600px;
	border: 1px outset #4d2f19;
	padding: 6px 16px 6px 16px;
	margin: 8px 20px 16px 0px;
	background-color: #e4dbc2;
	cursor: pointer;
}

.cs_question_hilited {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 13pt;
	color: #f6f3f2;
	min-width: 600px;
	width: 600px;
	border: 1px outset #4d2f19;
	padding: 6px 16px 6px 16px;
	margin: 8px 20px 16px 0px;
	background-color: #603a1e;
	cursor: pointer;
}

.cs_question_faded {
	display: none;
}

.cs_hidden {
	display: none;
}

.cs_visible {
	display: block;
	margin: 10px 0px 25px 0px;
}

.cs_faq {
	margin: 24px 0px 48px 0px;
}

.cs_faq li {
	list-style-type: none;
}

.cs_faq li div {
	margin-bottom: 32px;
}

.cs_faq li div a {
	padding: 6px 12px 6px 12px;
	border: 1px solid #4d2f19;
	background-color: #e4dbc2;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.notice {
	font-weight: bold;
	text-decoration: underline;
}

.contactform {
	border-width: 0px;
	border-spacing: 0px;
	margin: 20px auto 20px auto;
	padding: 0px;
}

.contactform tr {
}

.contactform th {
	height: 40px;
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
	color: #000000;
	padding-right: 14px;
	padding-top: 6px;
	vertical-align: top;
}

.contactform td {
	height: 42px;
	color: #adadad;
	vertical-align: top;
}

.contactform input, .contactform textarea {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	line-height: 16pt;
	height: 26px;
	color: #000000;
}

.contactform textarea {
	padding: 4px;
}

.contactform .large {
	width: 300px;
}

.contactform .largetall {
	width: 400px;
	height: 120px;
}

.contactform .small {
	width: 120px;
	margin-right: 20px;
}

.contactform .submit {
	height: 40px;
	vertical-align: bottom;
}

/* Page Appearance Styles */

table.page {
	
}

.navpadding {
	margin: 5px 10px 10px 25px;
}

.pagepadding {
	margin: 20px 20px 30px 35px;
}

.personalmessage {
	margin-top: 8px;
	width: 600px;
	height: 24px;
	border: 1px solid #ACA0B8;
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 10pt;
	color: #000000;
}

.optionmenu {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 10pt;
	color: #000000;
}

/* Page Stuff */

table.page td.navigation {
	background-color: #eae3ce;
}

table.page td.page {
	background-color: #FFFFFF;
}

p {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 11pt;
	color: #0f0f0f;
}

p.navigation a:link {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 11pt;
	color: #260000;
	line-height: 18pt;
	text-decoration: none;
	margin-left: 10px;
}

p.navigation a:visited {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 11pt;
	color: #260000;
	line-height: 18pt;
	text-decoration: none;
	margin-left: 10px;
}

p.navigation a:hover {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 11pt;
	color: #5d412e;
	line-height: 18pt;
	text-decoration: none;
	margin-left: 10px;
}

p.copyright {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 8pt;
	text-align: center;
	color: #2d2d2d;
}

p.copyright_links {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 10pt;
	text-align: center;
	color: #2d2d2d;
}

p.copyright_links a {
	padding: 2px 10px 2px 10px;
	text-decoration: none;
}

p.copyright_links a:hover {
	padding: 2px 10px 2px 10px;
	text-decoration: underline;
}

form {
	margin-bottom: 0px;
}

/* Featured Products */

table.featured {
	background-color: #e5dcc2;
	border: 1px solid #603a1e;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

table.featured th {
	line-height: 24pt;
	background-color: #96683e;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

table.featured img {
	border: 1px solid #4d2f19;
}



/* Link colors */

a:link {
	color: #4d2f19;
	text-decoration: underline;
}

a:visited {
	color: #4d2f19;
	text-decoration: underline;
}

a:hover {
	color: #44260c;
	text-decoration: underline;
}

/* Thumbnail Link Colors */

a.thumbnail:link {
	color: #4d2f19;
	text-decoration: none;
}

a.thumbnail:visited {
	color: #4d2f19;
	text-decoration: none;
}

a.thumbnail:hover {
	color: #44260c;
	text-decoration: none;
}



.centered {
	text-align: center;
}

.benchmark {
	font-family: 	Verdana, Arial, sans-serif;
	font-size:		10;
	text-align:		center;
}

.error_header {
	font-family: 	Verdana, Arial, sans-serif;
	font-size:		16;
	font-weight: 	bold;
	color:			#FF0000
}

.error_description {
	font-family: 	Verdana, Arial, sans-serif;
	font-size:		12;
}

.random_product_text {
	font-family: 	Verdana, Arial, sans-serif;
	font-size:		10;
	text-align:		center
}



/* used to highlight comment in the manager */

.red_comment {
	font-family: 	Verdana, Arial, sans-serif;
	font-size:		12;
	font-weight: 	bold;
	color:			#FF0000
}



/* used to highlight comment in the manager */

.center_error {
	font-family: 	Verdana, Arial, sans-serif;
	font-size:		12;
	font-weight: 	bold;
	color:			#FF0000;
	text-align:		center;
}



/* used in hack attempt error code */

.large_center_header {
	font-family: 	Verdana, Arial, sans-serif;
	font-size:		16;
	font-weight: 	bold;
	text-align:		center
}



/* used in manager members hack */

.large_left_header {
	font-family: 	Verdana, Arial, sans-serif;
	font-size:		16;
	font-weight: 	bold;
}



/* used to add left and right margin */

.margins_left_right {
	margin-left: 	20px;
	margin-right:	20px;
	margin-top: 	10px;
}



/* used in manager below the header to describe what this feature is */

.text_description {
	font-family: 	Verdana, Arial, sans-serif;
	font-size:		12;
}



/* Small text that shows up below the gateway check out buttons. */

.gateway_button {
	margin: 0px 0px 8px 0px;
}

.gateway_description {
	font-family: 	Verdana, Arial, sans-serif;
	font-size:		10;
	text-align:		center;
}



/* SHOPPING CART TABLE & CHECKOUT PROCESS */

.ccresponse {
	margin: 24px auto 24px auto;
	padding: 8px;
	min-width: 320px;
	width: 440px;
	max-width: 600px;
	border: 1px solid #a87c4f;
	background-color: #e5ddc3;
	text-align: center;
}

.colored_cell_header {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 12pt;
	font-weight: bold;
	background-color: #eae3ce;
	border-top: 1px solid #a87c4f;
	border-bottom: 1px solid #a87c4f;
	height: 40px;
}

.colored_top_border {
	border-top: 1px solid #a87c4f;
}

.colored_bottom_border {
	border-top: 1px solid #a87c4f;
}

.cartcontents_odd {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 11pt;
	background-color: #f2f2f2;
	border-bottom: 1px solid #cccccc;
	padding: 6px 0px 6px 0px;
}

.cartcontents_noborder_odd {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 11pt;
	background-color: #f2f2f2;
	padding: 6px 0px 0px 0px;
}

.cartcontents_even {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 11pt;
	background-color: #ffffff;
	border-bottom: 1px solid #cccccc;
	padding: 6px 0px 6px 0px;
}

.cartcontents_noborder_even {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 11pt;
	background-color: #ffffff;
	padding: 6px 0px 0px 0px;
}

.cart_totals {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 11pt;
	text-align: right;
}

.cart_totals_labels {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 11pt;
	text-align: right;
	font-weight: bold;
}

input.sc_button {
	background-color: #754c28;
	color: #ffffff;
	border: 1px solid #603a1e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	padding: 3px 8px 4px 8px;
}

input.sc_button:active {
	background-color: #603a1e;
}

input.sc_checkout_button {
	background-color: #754c28;
	color: #ffffff;
	border: 1px solid #603a1e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	padding: 3px 8px 4px 8px;
}

input.sc_checkout_button:active {
	background-color: #603a1e;
}

.soldoutnotice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #cc0000;
	background-color: #ffe8e3;
	color: #000000;
	padding: 6px;
	margin: 4px 0px 4px 0px;
	display: inline-block;
	text-shadow: 1px 1px 1px #cfcfcf;
	-moz-box-shadow: 3px 3px 4px #cfcfcf;
	-webkit-box-shadow: 3px 3px 4px #cfcfcf;
	box-shadow: 3px 3px 4px #cfcfcf;
}

.soldoutnotice u {
	font-weight: bold;
	text-decoration: none;
}





/* Messages and Text Formatting */

.item_added_message {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 11pt;
	text-align: center;
	font-weight: bold;
}

.d_category{
	HEIGHT: 22px;
	WIDTH: 210px;
}

next_link {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 11pt;
	font-weight: bold;
}

back_link {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 11pt;
	font-weight: bold;
}

.cart_edit_quantity{}

.cart_error{}

.no_items_found {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}

.default_small {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 9pt;
}

.default_text {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 12pt;
}

.default_right {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 10pt;
	text-align: right;
}

.default_right_bold {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 10pt;
	text-align: right;
}

.default_bold {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 10pt;
	font-weight: bold;
}

.small_bold {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 9pt;
	font-weight: bold;
}

.row_title {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
}

.row_titleerror {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 10pt;
	font-weight: bold;
	background-color: #9c0508;
	color: #fefffe;
	border: 1px 0px 1px 0px solid #fefffe;
	text-align: right;
}

td.error {
	background-color: #9c0508;
	color: #fefffe;
	border: 1px 0px 1px 0px solid #fefffe;
}

td.error a {
	color: #fefffe;
}

table.orderform {
	margin-top: 24px;
}

table.orderform td {
	height: 26px;
}

/* used in the download hack from the members area to sell product downloads */

.download_link {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 11pt;
}

.customer_login_headers {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 12pt;
	font-weight: 	bold;
	text-align:		center;
	height:			35;
}



.template_cell_headers {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 11pt;
	font-weight: bold;
}



.sitename {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 18pt;
	font-weight: 	bold;
	color:			#FFFFFF;
	text-align:		center;
	line-height: 	3;
}

.center_header {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 13pt;
	font-weight: bold;
	text-align: center;
}

.borderbottom {
	BORDER-BOTTOM:	#C2C2C2 1px solid;
}

/* Colors Area */

ul.colors_list {
	float: right;
	width: 300px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
 
ul.colors_list li {
	float: left;
	width: 150px;
	height: 40px;
	margin: 0;
	padding: 0px;
}

ul.colors_list img {
	border: 1px solid #000000;
	margin-right: 4px;
	width: 24px;
	height: 24px;
}
