body {
	margin: 0px;
	padding: 0px;
	background-color: #EBEAE9;
	background: url([-- VAR.MyImages --]/images/pageBg.gif) repeat-x #90DDA1;
	color: #000000;
}
td, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
form {
	margin: 0px;
}	
.mainTable {
	width: 800px;
	background-color: #FFFFFF;
	border-right: 1px solid #98D297;
	border-left: 1px solid #98D297;	
}
h1 {
	color: #339933;
	font-size: 20px;
	margin: 0px;
}
h3 {
	color: #534741;
	font-size: 14px;
	margin: 0px;
}
hr {
	border: none;
	color: #D0CDCC;
	height: 1px;
}	
.inputField {
	border-color: #D8D5D4;
	border-style: solid;
	border-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #534741;
}
#miniCartTable {
}
#miniCartTable a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;	
}		
#headerLinks {
	color: #FFFFFF;
}
#headerLinks a {

	padding-left: 5px;
	padding-right: 5px;
	color: #FFFFFF;
	text-decoration: none;
}
#leftNav a {
	display: block;
	width: auto;
	padding: 3px 5px;
	text-decoration: none;
	color: #000000;
}
#leftNav a:hover {
	background-color: #98D297;
	color: #FFF;
}
.leftNavHeader {
	font-weight: bold;
	display: block;
	margin: 15px 0px 5px 0px;
	background-color: #003466;
	padding: 5px;
	color: #FFFFFF;
}

#leftLinks 	{
}
#leftLinks a {
	color: #737373;
	font-size: 11px;
	display: block;
	width: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-decoration: none;
}
#leftLinks a:hover {
	color: #FFF;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	background-color: #003466;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}
a:link, a:active, a:visited {
	color: #534741;
}
.heading1 {
	color: #534741;
	font-size: 20px;
	font-family: "Trebuchet MS", Arial, Verdana;
}
#footerLinks {
	color: #666;
	padding: 10px;
	border: 1px solid #ccc;
}
#footerLinks a {
	color: #666;
	text-decoration: none;
}
.headingFooter {
	display: inline;
	font-weight: bold;
}			
/** Product Styles **/
a.productName:link, a.productName:active, a.productName:visited {
	font-weight: bold;
	text-decoration: none;
	color: #534741;
}
.regPrice {
	text-decoration: line-through;

}
.salePrice {
	font-size: 14px;
	color: #8DC63F;
	font-weight: bold;
}
.noSale {
	font-size: 14px;
	color: #8DC63F;
	font-weight: bold;
}
.salePriceMoreInfo {
	font-size: 18px;
	color: #8DC63F;
	font-weight: bold;
}
.noSaleMoreInfo {
}
.productInfo {
	width: 150px;
	align: center;
}	
/** Misc Styles **/
.onSaleText {
	font-size: 20px;
	color: #003466;
}
.onSaleText a {
	text-decoration: none;
	color: #003466;
}
.leftNav {
	width: 180px;
	padding: 15px;
	background-image: url([-- VAR.MyImages --]/images/leftNavBg.gif); 
	background-repeat: no-repeat; 
	background-position: right top;			
}
.imageBorder {
	border-color: #D8D5D4;
	border-style: solid;
	border-width: 1px;
}	
/*** Previous/Next Style ***/

.multipage br {
	display: none;
	margin: 0px;
}
.currentPage {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.prevnext a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.prevnext a:visited {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.prevnext a:hover {
	color: #FFFFFF;
}
/*** Product Ordering Options Dropdown(s) ***/
/*** Wrap option text AND dropdown code with <span> ***/

.optionsTable table {
	display: inline;
	vertical-align: middle;
}
.optionsTable select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/*** Cart Dropdown Boxes ***/

.redefSelect select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #534741;
}
/*** Cart Text Areas ***/

.redefInput table td input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #534741;
	border: 1px solid #D0CDCC;
}
