table {
	font-family: Arial, Helvetica, Tahoma, Verdana;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.headingtext1 {
	font-size: 16pt;
	color: #aaa185;
	font-weight: bold;
}
.headingtext2 {
	font-size: 12pt;
}
.faq_heading {
	color: #aaa185;
	font-weight: bold;
}
.ecard_heading {
	color: #990000;
	font-weight: bold;
	font-size: 13px;
	margin: 0px;
	padding:0px;
}

.alternatetext {
	font-style: normal;
	font-weight: normal;
	color: #d9d4c4;
}
.alternatetext2 {
	font-style: normal;
	font-weight: normal;
	color: #aaa185;
}
.alternatetext3 {
	font-style: normal;
	font-weight: normal;
	color: #b1a786;
}
.alternatetext4 {
	font-style: normal;
	font-weight: normal;
	color: #9a8f6a;
}
.alternatetext5 {
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: #d9d4c4;
}
/*used in themes/footers/topsellers.php*/
a:link.small_subtle_text1, a:visited.small_subtle_text1, a:active.small_subtle_text1, a:hover.small_subtle_text1 {
	font-size:10px;
}

a:link {text-decoration: none; color: #9a8f6a;}
a:visited {text-decoration: none; color: #9a8f6a;}
a:active {text-decoration: none; color: #9a8f6a;}
a:hover {text-decoration: none; color: #85794f;}

.alternatelink {color: #f0eadb;}
.alternatelink a:link {text-decoration: none; color: #f0eadb;}
.alternatelink a:visited {text-decoration: none; color: #f0eadb;}
.alternatelink a:active {text-decoration: none; color: #f0eadb;}
.alternatelink a:hover {text-decoration: none; color: #ffffff;}
/*#e5e1d3*/
.sublink {font-size: 8pt;}
.sublink a:link {font-size: 8pt;}
.sublink a:visited {font-size: 8pt;}
.sublink a:active {font-size: 8pt;}
.sublink a:hover {font-size: 8pt;}

.one_px_frame {
border: 1px solid #9a8f6a;
}

.image_outlines img {
border: 1px solid #9a8f6a;
}
.image_outlines:hover img {
border: 1px solid #9a8f6a;
}/*
.alternatelink:hover{
border: 2px none #000000;
}
img {
border: 8px solid #00CC33;
}*/

/*Button Colors*/
.main_button{
	background-color: #b9ad87;
	border: 1px solid #9a8f6a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #f0eadb;
	padding: 2px;
}
/*Table Colors*/
.main_nav_bar_color{
background-color: #b9ad87;
}
.main_nav_bar_outline_color{
background-color: #9a8f6a;
}
.light_table_color{
background-color: #eeeadc;
}
.heavy_table_color{
background-color: #9a8f6a;
}
.heavy_divider_color{
background-color: #8C8360;
}
.light_divider_color{
background-color: #d9d4c4;
}
/*IFrames*/
.iframe_style {
	height: 100%;
}
/*Wishlist Table Colors*/
.wishlist_table_background_color{
background-color: #eeeadc;
}

/* These are generic styles used to color text and borders */

.dark_color{
	color:#9a8f6a;
}
.light_color{
	color:#d9d4c4;
}
.dark_border_color {
	border-color:#9a8f6a;
	border-style:solid;
}
.light_border_color{
	border-color:#d9d4c4;
	border-style:solid;
}

