/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
 */
body {
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #e0e4e2;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.productListing-heading a {
	color: #ffffff;
}

a img {
	border: none;
}

a:link,#navEZPagesTOC ul li a {
	color: #999999;
	text-decoration: none;
}

a:visited {
	color: #999999;
	text-decoration: none;
}

a:hover,#navEZPagesTOC ul li a:hover,#navMain ul li a:hover,#navSupp ul li a:hover,#navCatTabs ul li a:hover
	{
	color: #184a39;
}

a:active {
	color: #999999;
}

h1 {
	font-size: 24px;
	color: #0E3B27;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.3em;
}

h4,h5,h6,LABEL,h4.optionName,LEGEND,ADDRESS,.sideBoxContent,.larger {
	font-size: 1.3em;
}

.biggerText {
	font-size: 1.2em;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0.3em 0;
}

/*  Might uncomment either or both of these if having problems with IE peekaboo bug:
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
*html .centerColumn {
	height: 1%;
	}
*/
#attribsOptionsText {
	color: #184A39;
}

.attribsSelect {
	color: #184A39;
}

CODE {
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
}

FORM,SELECT,INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
}

input[type="text"] {
	color: #333333;
	border: 1px solid #184a39;
}

.sub {
	color: #ffffff;
	background: #999999;
	border: 2px outset #999999;
}

input[type="hidden"] {
	border: 0;
	padding: 0;
	margin: 0;
	background: none;
}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
}

input:focus,select:focus,textarea:focus {
	background: #CCFFCC;
}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color: black;
}

#contactUsForm LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color: black;
	font-size: 1.75em;
}

LABEL,h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
}

LABEL.checkboxLabel,LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
}

.centerBoxContents,.specialsListBoxContents,.categoryListBoxContents,.centerBoxContentsAlsoPurch,.attribImg
	{
	float: left;
}

LABEL.inputLabel {
	width: 9em;
	float: left;
}

LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
}

LABEL.selectLabel,LABEL.switchedLabel,LABEL.uploadsLabel {
	width: 11em;
	float: left;
}

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
}

P,ADDRESS {
	padding: 0.5em;
}

ADDRESS {
	font-style: normal;
}

.clearBoth {
	clear: both;
}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
}

/*warnings, errors, messages*/
.messageStackWarning,.messageStackError,.messageStackSuccess,.messageStackCaution
	{
	/*line-height: 1.8em;*/
	padding: 0.2em;
	/*border: 1px solid #9a9a9a;*/
}

.messageStackWarning,.messageStackError {
	background-color: #ff0000;
	color: #ffffff;
}

.messageStackSuccess {
	/*background-color: #99FF99;*/
	background-color: #003300;
	font-size: 12px;
	color: #FFFFFF;
}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 1000px;
	vertical-align: top;
	border-left: 1px solid #9a9a9a;
	border-right: 1px solid #9a9a9a;
}

#headerWrapper,#contentMainWrapper,#logoWrapper,#cartBoxListWrapper,#ezPageBoxList,#cartBoxListWrapper ul,#ezPageBoxList ul,#mainWrapper,#popupAdditionalImage,#popupImage
	{
	margin: 0em;
	padding: 0em;
}

#navColumnOneWrapper,#navColumnTwoWrapper,#mainWrapper {
	margin: auto;
}

#navColumnOneWrapper,#navColumnTwoWrapper {
	margin-left: 0.5em;
	margin-right: 0.5em;
}

#tagline {
	color: #000000;
	font-size: 2em;
	text-align: center;
	vertical-align: middle;
}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
}

.floatingBox,#accountLinksWrapper,#sendSpendWrapper,#checkoutShipto,#checkoutBillto,#navEZPagesTOCWrapper
	{
	margin: 0;
	width: 47%;
}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
}

/*navigation*/
.navSplitPagesResult {
	
}

.navSplitPagesLinks {
	
}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
}

.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
}

#navCatTabsWrapper {
	margin: 0em;
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
}

#navMainWrapper,#navCatTabsWrapper {
	margin: 0em;
	background-color: #ffffff;
	padding: 0.5em 0.2em;
	font-weight: bold;
}

#navSuppWrapper {
	background-color: #999999;
	padding: 2px;
	margin: 5px 5px;
	color: #ffffff;
	height: 19px;
}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image: none;
}

#navMain ul,#navSupp ul,#navCatTabs ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
}

#navMain ul li,#navSupp ul li,#navCatTabs ul li {
	display: inline;
}

#navMain ul li a,#navSupp ul li a,#navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
}

#navCatTabs ul li a {
	color: #9a9a9a;
}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #9a9a9a;
}

#navEZPagesTOC ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
}

#navEZPagesTOC ul li {
	white-space: nowrap;
}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
}

#navCategoryIcon,.buttonRow,#indexProductListCatDescription {
	margin: 0.5em;
}

#navMainSearch {
	float: right;
}

#navBreadCrumb {
	/*padding: 0.5em 0.5em;*/
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #EEEEEE;
	/*font-size: 0.95em;*/
	font-size: 12px;
	font-weight: bold;
	margin: 0em;
	width: 97%;
	color: #003300;
	border-top: 1px solid #003300;
	border-bottom: 1px solid #003300; 
}

#navBreadCrumb a:link{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: normal;
	margin: 0em;
	color: #003300;
}

#navBreadCrumb a:active{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: normal;
	margin: 0em;
	color: #003300;
}

#navBreadCrumb a:visited{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: normal;
	margin: 0em;
	color: #003300;
}

#navBreadCrumb a:hover{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: normal;
	margin: 0em;
	color: #003300;
}

#navEZPagesTop {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
}

#navColumnOne,#navColumnTwo {
	background-color: transparent;
}

/*The main content classes*/
#contentColumnMain,#navColumnOne,#navColumnTwo,.centerBoxContents,.specialsListBoxContents,.categoryListBoxContents,.additionalImages,.centerBoxContentsSpecials,.centerBoxContentsAlsoPurch,.centerBoxContentsFeatured,.centerBoxContentsNew,.alert
	{
	vertical-align: top;
}

/*.content,*/
#productDescription,.shippingEstimatorWrapper { /*font-size: 1.2em;*/
	padding: 0.5em;
}

.content {
	font-size: 12px;
}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
}

.advisory {
	
}

.important {
	font-weight: bold;
}

.notice {
	
}

.rating {
	
}

.gvBal {
	float: right;
}

.centerColumn,#bannerOne,#bannerTwo,#bannerThree,#bannerFour,#bannerFive,#bannerSix {
	padding: 0.8em;
	font-size: 12px;
}

.smallText,#siteinfoLegal,#siteinfoCredits,#siteinfoStatus,#siteinfoIP {
	font-size: 0.9em;
}

#siteinfoLegal {
	margin: 5px 0;
}

#siteinfoLegal a {
	color: #003300;
}

#siteinfoLegal a:link {
	color: #003300;
}

#siteinfoLegal a:visited {
	color: #003300;
}

#siteinfoLegal a:hover {
	color: #666666;
}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	padding: 1em;
}

.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
}

.tableHeading,#cartSubTotal {
	background-color: #e9e9e9;
}

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
}

.tableRow,.tableHeading,#cartSubTotal {
	height: 2.2em;
}

.cartProductDisplay,.cartUnitDisplay,.cartTotalDisplay,.cartRemoveItemDisplay,.cartQuantityUpdate,.cartQuantity,#cartInstructionsDisplay,.cartTotalsDisplay
	{
	padding: 0.5em 0em;
}

.cartUnitDisplay,.cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
}

#scUpdateQuantity {
	width: 2em;
}

.cartQuantity {
	width: 4.7em;
}

.cartNewItem {
	color: #184a39;
	position: relative; /*do not remove-fixes stupid IEbug*/
}

.cartOldItem {
	color: #184a39;
	position: relative; /*do not remove-fixes stupid IEbug*/
}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
}

.cartRemoveItemDisplay {
	width: 3.5em;
}

.cartAttribsList {
	margin-left: 1em;
}

#mediaManager {
	width: 50%;
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
}

.mediaTitle {
	float: left;
}

.mediaTypeLink {
	float: right;
}

.sideBoxContent .productPriceDiscount {
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
}

.productSpecialPriceSale {
	text-decoration: line-through;
}

.normalprice {
	text-decoration: line-through;
	color: #184a39;
	font-size: 12px;
}

.norm_clear { /* if price is shown but no specials/discounts */
	font-size: 12px;
	color: #184a39;
	font-weight: bold;
}

.productSpecialPrice,.productSalePrice,.productSpecialPriceSale {
	color: #184a39;
	font-weight: bold;
	font-size: 14px;
}

.productPriceDiscount {
	color: #d69c31;
	font-weight: bold;
	font-size: 14px;
}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	list-style-type: none;
}

#cartBoxListWrapper ul,#ezPageBoxList ul {
	list-style-type: none;
}

#cartBoxListWrapper li,#ezPageBoxList li,.cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
}

#cartBoxEmpty,#cartBoxVoucherBalance {
	font-weight: bold;
}

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
}

.lineTitle,.amount {
	text-align: right;
	padding: 0.2em;
}

.amount {
	width: 5.5em;
}

/*Image Display*/
#productMainImage {
	margin: 0em 1em 1em 0em;
}

#reviewsInfoDefaultProductImage,#productReviewsDefaultProductImage,#reviewWriteMainImage
	{
	margin: 0em 1em 1em 0em;
}

.categoryIcon,.categoryIcon a {
	font-size: 14px;
	color: #184a39;
	font-weight: bold;
	border-bottom: 1px solid #184a39;
}

#cartImage {
	margin: 0.5em 1em;
}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {
	
}

/*list box contents*/
.centerBoxContents,.specialsListBoxContents,.categoryListBoxContents,.additionalImages,.centerBoxContentsSpecials,.centerBoxContentsAlsoPurch,.centerBoxContentsFeatured,.centerBoxContentsNew
	{
	margin: 1em 0em;
}

.centerBoxWrapper {
	height: 1%;
	margin: 1.1em 0;
}

h2.centerBoxHeading {
	font-size: 1.3em;
	color: #184a39;
}

/*sideboxes*/
.columnLeft {
	
}

h3.leftBoxHeading,h3.leftBoxHeading a,h3.rightBoxHeading,h3.rightBoxHeading a
	{
	font-size: 12px;
	color: #000000;
	display: none;
}

#manufacturersHeading,#currenciesHeading,#musicgenresHeading,#recordcompaniesHeading,#searchHeading,#search-headerHeading
	{
	font-size: 0.9em;
	color: #ffffff;
}

.leftBoxHeading,.rightBoxHeading {
	margin: 0em;
	/*background-color: #abbbd3;*/
	/*background-image: url(../images/tile_back.gif);*/
	padding: 0.5em 0.2em;
	display: none;
}

.centerBoxHeading {
	margin: 0em;
	padding: 0.5em 0.2em;
	border-bottom: 1px solid #184a39;
}

.leftBoxContainer,.rightBoxContainer {
	margin: .8em 0 0 0;
	/*border: 1px solid #9a9a9a; */
	border-bottom: 5px solid #336633;
}

.sideBoxContent { /*background-color: #d69c31; */
	padding: 0.4em;
}

h3.leftBoxHeading a:hover,h3.rightBoxHeading a:hover {
	color: #ffffff;
	text-decoration: none;
}

h3.itemTitle a:link{
	font-size: 12px;
}

h3.itemTitle a:hover{
	font-size: 12px;
}

h3.itemTitle a:visited{
	font-size: 12px;
}

h3.itemTitle a:active{
	font-size: 12px;
}



.rightBoxHeading a:visited,.leftBoxHeading a:visited {
	color: #FFFFFF;
}

.centerBoxHeading a:visited {
	color: #184a39;
}

.centeredContent,TH,#cartEmptyText,#cartBoxGVButton,#cartBoxEmpty,#cartBoxVoucherBalance,#navCatTabsWrapper,#navEZPageNextPrev,#bannerOne,#bannerTwo,#bannerThree,#bannerFour,#bannerFive,#bannerSix,#siteinfoLegal,#siteinfoCredits,#siteinfoStatus,#siteinfoIP,.center,.cartRemoveItemDisplay,.cartQuantityUpdate,.cartQuantity,.cartTotalsDisplay,#cartBoxGVBalance,.leftBoxHeading,.rightBoxHeading,.productListing-data,.accountQuantityDisplay,.ratingRow,LABEL#textAreaReviews,#productMainImage,#reviewsInfoDefaultProductImage,#productReviewsDefaultProductImage,#reviewWriteMainImage,.specialsListBoxContents,.categoryListBoxContents,.additionalImages,.centerBoxContentsSpecials,.centerBoxContentsAlsoPurch,.centerBoxContentsFeatured,.centerBoxContentsNew,.gvBal,.attribImg
	{
	text-align: center;
}

.centerBoxContents {
	text-align: left;
}

.centerBoxHeading {
	text-align: left;
}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
}

#bannerbox2,#bannerbox {
	border: none
}

#bannerbox2Heading,#bannerboxHeading {
	display: none
}

a.sideboxlink {
	color: #184a39;
	border-bottom: 1px solid #9a9a9a;
}

#upProductsHeading {
	text-align: left;
}

#upDateHeading {
	text-align: right;
}

/* categories box parent and child categories */
A.category-top {
	font-size: 12px;
	text-transform: capitalize;
	line-height: 20px;
	/* background: url(../images/g_bullet.gif) left no-repeat; */
	margin-left: 1px;
	padding-left: 12px;
	font-size: .8em;
}

A.category-top,A.category-top:visited {
	color: #184a39;
	text-decoration: none;
}

A.category-top:hover {
	color: #660000;
	text-decoration: underline;
}

A.category-links,A.category-links:visited {
	color: #184a39;
	text-decoration: none;
}

A.category-subs,A.category-products,A.category-subs:visited,A.category-products:visited
	{
	color: #184a39;
	text-decoration: none;
}

SPAN.category-subs-parent {
	font-weight: bold;
}

SPAN.category-subs-selected {
	font-weight: bold;
}

/* end categories box links */ /*misc*/
.back {
	float: left;
}

.forward,#shoppingCartDefault #PPECbutton {
	float: right;
}

.bold {
	font-weight: bold;
}

.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
}

.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;
}

.hiddenField {
	display: none;
}

.visibleField {
	display: inline;
}

CAPTION { /*display: none;*/
	
}

#myAccountGen li,#myAccountNotify li {
	margin: 0;
}

.accountTotalDisplay,.accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
}

TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
}

.productListing-rowheading {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	height: 2em;
	color: #FFFFFF;
}

productListing-odd {
	padding: 20px;
}

productListing-even {
	padding: 20px;
}

#siteMapList {
	width: 90%;
	float: right;
}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
}

#popupShippingEstimator,#popupSearchHelp,#popupAdditionalImage,#popupImage,#popupCVVHelp,#popupCouponHelp,#popupAtrribsQuantityPricesHelp,#infoShoppingCart {
	background-color: #ffffff;
	padding: 30px;
}

.information {
	padding: 10px 3px;
	line-height: 150%;
}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
}

.seDisplayedAddressLabel {
	background-color: #85C285;
	text-align: center;
}

.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}

#seShipTo {
	padding: 0.2em;
}

/* Begin CSS Drop Down Menu */
.menutitle {
	font-size: 16px;
	font-weight: bold;
}

#menuh-container {
	position: relative;
	top: 0;
	left: 0;
}

#menuh {
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	width: 100%;
	float: left;
	margin: 1px;
}

#menuh a {
	text-align: center;
	display: block;
	border: 1px solid #184a39;
	white-space: nowrap;
	margin: 0;
	padding: 3px;
}

#menuh a,#menuh a:visited /* menu at rest */ {
	color: #DAB787;
	background-color: #184a39;
	text-decoration: none;
}

#menuh a:hover /* menu at mouse-over  */ {
	color: #ffffff;
	background-color: #d69c31;
}

#menuh a.top_parent,#menuh a.top_parent:hover
	/* attaches down-arrow to all top-parents */ {
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

#menuh a.parent,#menuh a.parent:hover
	/* attaches side-arrow to all parents */ {
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

#menuh ul {
	list-style: none;
	margin: 0;
	padding: 2px;
	float: left;
	width: 9em; /* width of all menu boxes */
}

#menuh li {
	position: relative;
	min-height: 1px; /* Sophie Dennis contribution for IE7 */
	vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
}

#menuh ul ul {
	position: absolute;
	z-index: 500;
	top: auto;
	display: none;
	padding: 1em;
	margin: -1em 0 0 -1em;
}

#menuh ul ul ul {
	top: 0;
	left: 100%;
}

div#menuh li:hover {
	cursor: pointer;
	z-index: 100;
}

div#menuh li:hover ul ul,div#menuh li li:hover ul ul,div#menuh li li li:hover ul ul,div#menuh li li li li:hover ul ul
	{
	display: none;
}

div#menuh li:hover ul,div#menuh li li:hover ul,div#menuh li li li:hover ul,div#menuh li li li li:hover ul
	{
	display: block;
}

/* End CSS Drop Down Menu */
.crumblist_container {
	padding: 5px;
	background-color: #eef3e6;
	border-top: #CCCCCC solid 1px;
	border-bottom: #CCCCCC solid 1px;
}

.crumblist {
	font-size: 12px;
	color: #003300;
	font-family: Arial, Helvetica, sans-serif;
}

.crumblist a {
	text-decoration: none;
	color: #003300;
}

.crumblist a:hover {
	text-decoration: underline;
}

.cat_feature {
	font-size: 12px;
	line-height: 20px;
}

.feature_cell {
	padding: 10px;
	border-top: #CCCCCC solid 1px;
	border-bottom: #CCCCCC solid 1px;
}

.home_feature_r {
	padding: 5px;
	background-color: #eef3e6;
	border-top: #CCCCCC solid 1px;
}

.home_feature_r a {
	text-decoration: none;
	font-weight: bold;
	color: #003300;
}

.home_feature_r a:hover {
	text-decoration: underline;
}

div.home_product {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3 3 3 3;
	border: thin Gray;
	line-height: 150%;
	text-align: center;
	width: 290;
}

a.home_product:hover {
	text-decoration: none;
	color: #993300;
}

div.home_blurb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3 3 3 3;
	border: thin Gray;
	line-height: 150%;
	color: #003300;
	width: 280;
}

div.home_blurb2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10 10 10 10;
	border: thin Gray;
	line-height: 150%;
	color: #003300;
	width: 490;
}

.input125_plain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 125pt;
}

.input145_plain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 145pt;
}

.text_small {
	font-size: 12px;
	line-height: 120%;
	font-family: Arial;
	color: #000000;
}

.text_med {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.text_med_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
}

.text_large_green {
	color: #003300;
	font-weight: bold;
	font-size: 12px;
	line-height: 120%;
	font-family: Arial;
	text-decoration: none
}

.text_med_green {
	color: #003300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

.text_med_red {
	color: #993300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.text_large_red {
	color: #993300;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
	text-decoration: none
}

.text_med_120 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
}

a.text_med_120:link {
	text-decoration: none;
	color: #003300;
}

a.text_med_120:active {
	text-decoration: none;
	color: #003300;
}

a.text_med_120:visited {
	text-decoration: none;
	color: #003300;
}

a.text_med_120:hover {
	text-decoration: underline;
	color: #993300;
}

.nav_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 9px
}

a.nav_text:link {
	text-decoration: none;
	color: #003300;
}

a.nav_text:active {
	text-decoration: none;
	color: #003300;
}

a.nav_text:visited {
	text-decoration: none;
	color: #003300;
}

a.nav_text:hover {
	text-decoration: none;
	color: #993300;
}

.nav_text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 20px
}

a.nav_text2:link {
	text-decoration: none;
	color: #003300;
}

a.nav_text2:active {
	text-decoration: none;
	color: #003300;
}

a.nav_text2:visited {
	text-decoration: none;
	color: #003300;
}

a.nav_text2:hover {
	text-decoration: none;
	color: #993300;
}

.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 16px
}

a.footer_text:link {
	text-decoration: none;
	color: #000000;
}

a.footer_text:active {
	text-decoration: none;
	color: #000000;
}

a.footer_text:visited {
	text-decoration: none;
	color: #000000;
}

a.footer_text:hover {
	text-decoration: underline;
	color: #000000;
}

.text_small_120 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
}

a.text_small_120:link {
	text-decoration: underline;
	color: #003300;
}

a.text_small_120:active {
	text-decoration: underline;
	color: #003300;
}

a.text_small_120:visited {
	text-decoration: underline;
	color: #003300;
}

a.text_small_120:hover {
	text-decoration: underline;
	color: #993300;
}

.prices {
	color: #000;
	font-size: 12px;
	line-height: 110%;
	font-family: Arial;
	text-decoration: none
}

.prices2 {
	color: #c60;
	font-weight: bold;
	font-size: 12px;
	line-height: 110%;
	font-family: Arial;
	text-decoration: none
}

.prices3 {
	color: #363;
	font-weight: bold;
	font-size: 12px;
	line-height: 110%;
	font-family: Arial;
	text-decoration: none
}

.prices4 {
	color: #cc6600;
	font-weight: bold;
	font-size: 12px;
	line-height: 110%;
	font-family: Arial;
	text-decoration: line-through
}

.prices_red {
	color: #993300;
	font-size: 12px;
	line-height: 110%;
	font-family: Arial;
	text-decoration: none
}

.input20_plain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 20pt
}

.input30_plain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 30pt
}

.input40_plain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 40pt
}

.input50_plain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 50pt
}

.input60_plain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 60pt
}

.input75_plain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 75pt
}

.input100_plain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100pt
}

.input110_plain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 110pt
}

.input130_plain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 130pt
}

.input150_plain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 150pt
}

.input200_plain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 200pt
}

.input_plain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.error {
	color: #993300;
	font-size: 12px;
	font-weight: bold;
	line-height: 120%;
	font-family: MS Sans Sefif, Arial
}

.eaf_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #003300;
	font-weight: bold;
}

.prices_orange {
	color: #cc6600;
	font-weight: bold;
	font-size: 12px;
	line-height: 110%;
	font-family: Arial
}

.required_orange {
	color: #cc6600;
	font-size: 12px;
	line-height: 100%;
	font-family: Arial;
}

.thumb_title {
	height: 35px;
	font-size: 12px;
	padding-top: 5px;
}

.categoryImg {
	float: left;
	border: 0px solid #000000;
}

#indexProductListCatDescription {
	float: right;
	padding-left: 10px;
	width: 450px;
	font-size: 12px;
	font-weight: normal;
}

.listingProductImage {
	width: 250px;
	height: 210px;
	padding-top: 0px;
	border: 1px solid #666666;
}

.buttonRow forward {
	padding-bottom: 10px;
	border-top: 1px solid #000000;
}

.catDescContent {
	padding-left: 25px;
}

#categoryDescription {
	margin-left: 25px;
	width: 480px;
	float: right;
	font-size: 12px;
	font-weight: normal;
}

.categoryListBoxContents img {
	border: 0px solid #000000;
	width: 200px;
	height: 200px;
}

.centerBoxContentsProducts centeredContent back a img {
	border: 0px solid #000000;
	width: 200px;
	height: 200px;
}

.testimonial {
	color: #000;
	padding: 0 5px 5px 5px;
	text-align:left;
}
.testimonial p {
	margin: 0; padding: 5px 0;
}
.testimonial span {
	float:right;
}
.testimonialImage {
	margin: 0;
	padding: 0;
	text-align: center;
}

.listingDescription {
	font-size: 12px;
}

.productGeneral {
	font-size: 14px;
}

.centerBoxContentsProducts a:link {
	color: #003300;
}

.centerBoxContentsProducts a:hover {
	color: #003300;
	text-decoration: underline;
}

.centerBoxContentsProducts a:visited {
	color: #003300;
}

.centerBoxContentsProducts a:active {
	color: #003300;
}

#crossSell a:link {
	color: #003300;
}

#crossSell a:hover {
	color: #003300;
	text-decoration: underline;
}

#crossSell a:visited {
	color: #003300;
}

#crossSell a:active {
	color: #003300;
}

.attribsRadioButton {
	font-size: 12px;
	color: #003300;
	background-color: #DDDDDD;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 300px;
}
