/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 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_new.css 3286 2006-03-28 01:14:04Z drbyte $
 */
 
/* BODY CSS */
/* This controls the overall layout for the page */
body {
	background-color: #F6F6F6;
	color: #330000;
	margin: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
}

a img {
	border: none;
}

/* This controls what the hyperlinks look like */
A {
	color: #AF0C36;
	text-decoration: none;
}
/* This controls what the hyperlinks look like when the mouse hovers over them*/
A:hover {
	color: #FD3405;
	text-decoration: none;
}

/* This controls what the first copyright notice looks like */
.copyright {
	PADDING-BOTTOM: 10px;
	PADDING-TOP: 10px;
	font-size: 0.9em;
	}
/* This controls what the second copyright notice looks like */
.copyright2 {
	PADDING-BOTTOM: 10px; 
	PADDING-TOP: 10px;
	font-size: 0.9em; 
}
/* This controls what the copyright hyperlinks look like */
A.copyright {
}
A.copyright:hover {
}
P, LI, UL, OL {
	FONT-SIZE: 1em;
}

/* H1 TO H6 STYLES CSS */
/* These control the text  at for your headings and titles */
H1.homepage {
	/*MARGIN-LEFT: 150%*/
}

H1.subhead {
	FONT-SIZE: 1.1em; 
	MARGIN: 0px; 
	TEXT-TRANSFORM: lowercase; 
	COLOR: #990000; 
	TEXT-ALIGN: right
}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em;
	font-weight: bold;
	color: #990000;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1em;
}

.sideBoxContent{
	font-size: 1.4em;
}


.biggerText {
	font-size: 1.1em;
}

HR {
	COLOR: #D3A066; 
	HEIGHT: 1px;
	margin-top: 0.5em;
}

 LABEL, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
}

CODE {
	font-size: 1em;
	}
FORM, SELECT {
	display: inline;
	font-size: 1.0em;
	margin: 0.1em;
}
INPUT.button {
	background-color: #D3A066;
	BORDER: 1px solid #DAC9A6;
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 4px;
	PADDING-TOP: 4px; 
	FONT: 11px Arial, Helvetica, sans-serif; 
	CURSOR: hand; COLOR: #660000; 
	}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}
input:focus, select:focus, textarea:focus {
	background-color: #FFFFCC;
}
input, select, textarea {
	border: 1px solid #DAC9A6;
}
FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #ECE3D3;
	}
LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}

LABEL, h4.optionName {
	line-height: 1.25em;
	padding: 0.1em;
}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	font-size: 0.95em;
	margin: 0.2em 0.5em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	font-size: 0.95em;
	width: 10em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}

P, ADDRESS {
	padding: 0.5em;
}
ADDRESS {
	font-style: normal;
	}
.clearBoth {
	clear: both;
}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	}
.messageStackWarning, .messageStackError {
	background-color: #AF0C36;
	color: #ffffff;
	}
.messageStackSuccess {
	background-color: #FFD47F;
	color: #660000;
	}
.messageStackCaution {
	background-color: #FFD47F;
	color: #660000;
	}
/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #FFFFFF;
	text-align: left;
	width: 100%;
	vertical-align: top;
	border: none;
	}
	
/*HEADER CSS*/
/* This controls the layout for the table which contains the logo */
TABLE.header {
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: right top;
}

TABLE.headerNavigation {
	background-image: url(../images/tile_back.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #E9E9E9;
	border: 1px solid #FFFFFF;
	width: 100% !important;
}

TD.headerNavigation {
	position: relative;
	vertical-align: middle;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding: 5px;
	text-transform: uppercase;
	font-size: 0.75em;
	color: #D3A066;
}

TD.breadCrumb {
	font-size: 10px;
	font-weight: bold;
	color: #AF0C36;
	padding: 3px;
}

TD.headerNavigation A, TD.headerNavigation A:visited, td.footertop a  {
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #AF0C36;
}

TD.headerNavigation A:hover, td.footertop a:hover  {
	color: #FFFFFF;
	background-color: #AF0C36;
}

TR.headerError {
	background-color: #AF0C36;
}

TD.headerError {
	background-color: #AF0C36;
	color: #ffffff;
	font-weight : bold;
	text-align : center;
}

TR.headerInfo {
	background-color: #DAC9A6;
}

TD.headerInfo {
	background-color: #DAC9A6;
	font-weight: bold;
	text-align: center;
}
#contentMainWrapper {
	/*background-color: #FFFFFF;*/
}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
}
#tagline {
	color:#D3A066;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
}

#sendSpendWrapper {
	border: 1px solid #DAC9A6;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #csNotifications, #navEZPagesTOCWrapper {
	margin: 0.5em 0em;
	width: 46%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {
	margin: 0.5em;
	font-size: 0.9em;
	}
.navSplitPagesLinks {
	margin: 0.5em;
	font-size: 0.9em;
	}
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0.5em 0em 0.5em;
	list-style-type: none;
	}



#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #E9E9E9;
	}
#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;
}

#navMainSearch, #navCategoryIcon, #indexProductListCatDescription  {
	margin: 0.5em;
}
#navBreadCrumb {}
#navEZPagesTop11{
	text-align: center;
	border: 1px solid #FFFFFF;
	background-color: #ECE3D3;
	}

#navBreadCrumb, #navEZPagesTop11 {
	font-size: 0.9em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}
	
#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	height: 1%;
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	background-image: url(../images/tile_back.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#navMain ul, #navSupp ul, #navCatTabs ul,  #navEZPagesTop ul{
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	font-weight: bold;
	font-size: 0.9em;
}
#navMain ul li, #navSupp ul li, #navCatTabs ul li, #navEZPagesTop ul li {
	display: inline;
	white-space: nowrap;
}
#navMain ul li a, #navSupp ul li a, #navEZPagesTop ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #9F6B60;
}
#navMain ul li A:hover , #navSupp ul li A:hover , #navEZPagesTop ul li A:hover, #navCatTabs ul li A:hover  {
	color: #FFFFFF;
	background-color: #AF0C36;
}

#navColumnOne {
	padding: 0.5em;
	background-color: #F6F6F6;	
	}
#navColumnTwo {
	padding: 0.5em;
	background-color: #F6F6F6;
	}

/*The main   classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

#productDescription, .shippingEstimatorWrapper {
	padding: 0.5em;
	font-size: 1em;
	text-align: justify;
}

.alert {
	color: #AF0C36;
	margin-left: 0.1em;
	font-size: 0.9em;
	}
.advisory {}
.important {
	font-size: 1.1em;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}

.centerColumn {
	padding: 1em;
}

.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.8em;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #DAC9A6;
	padding: 1em;
	}

.cartTableHeading TH {
	border-bottom: 1px solid #DAC9A6;
	}

.cartTableHeading, #cartSubTotal {
	background-color: #ECE3D3;
	height: 2.2em;
 }

#cartSubTotal {
	border-top: 1px solid #DAC9A6;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding: 0.5em 0em;
	}
.cartUnitDisplay, .cartTotalDisplay {
	padding-right: 0.2em;
	text-align: center;
	}
#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #990000;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}
	
.cartOldItem {
	color: #990000;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}
	
.cartOldItem ul li A {
	text-decoration: none;
	}
	
.cartOldItem ul li A:hover {
	color: #AF0C36;
	text-decoration: none;
	}
	
.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

#cartAttribsList {
	margin-left: 4em;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
        color: green;
	}
.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: green;
	}

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

.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, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
}
.categoryIcon {}
#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

h2.centerBoxHeading, .productListing-rowheading {
	margin: 0em;
	background-image: url(../images/tile_back.gif);
	font-size: 1em;
	color: #9F6B60;
	padding: 0.5em 0.2em;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	}
.centerBoxWrapper, .tabTable {
	padding: 0px;
	height: 1%; /*do not remove- IEhack*/
	margin-bottom: 1em;
	border: 1px solid #E9E9E9;
	}

/*.sideBoxContent {
	background-color: #ffffff;
	padding: 0.4em;
	}*/

/*h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.1em;
	color: #9F6B60;
	}*/

/*.rightBoxHeading {
	margin: 0em;
	background-color: #ffffff;
	padding: 0.2em 0em;
	}*/

/*h3.leftBoxHeading a:hover {
	color: #AF0C36;
	text-decoration: none;
	} */
/*h3.rightBoxHeading a:hover {
	color: #AF0C36;
	text-decoration: none;
	}*/
/*.rightBoxContent {
	background-color: #ffffff;
	margin-bottom: 1em;
	}*/

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #navNextPrevWrapperTop, #navNextPrevWrapperBottom, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
text-align: center;
}

#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;
	}

#bannerboxHeading {
}
#upProductsHeading {
	text-align: left;
	}
#upDateHeading {
	text-align: right;
	}
/*misc*/
.back {
  float: left;
}
.forward {
	float: right;
}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #F6F6F6;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #FFFFFF;
	height: 1.5em;
	vertical-align: top;
	}

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: #DAC9A6;
	height: 2em;
	}

#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 {
	background-color: #ffffff;
	}
/*SIDEBOX CSS*/

 .sideBoxHeading A  {
  font-weight: bold;
  font-size: 0.8em;
  color: #D3A066;
}

 .sideBoxHeading A:hover {
  color: #AF0C36;
  font-weight: bold;
  font-size: 0.8em;
}

.column_left, .column_right, .column_single {
   	padding: 2px;
}

/*This sets the style for the text inside the sidebox*/
.boxText {
  line-height: 125%;
}
.leftbox, .rightbox, .centerbox, .singlebox {
  margin-bottom: 15px;
}

/* original color: #990000; */
.leftboxheading, .rightboxheading, .centerboxheading, .singleboxheading {
	font-size: 1.0em;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	color: #666655;
	padding: 0px;
	height: 20px;
	background-image: url(../images/box_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	text-transform: uppercase;
	border-top: 1px #CACACA solid;
	border-right: 1px #E9E9E9 solid;
	border-left: 1px #E9E9E9 solid;
	background-color: #FFFFFF;
}

td.leftboxheading a, td.rightboxheading a, td.centerboxheading a, td.singleboxheading a {
	font-size: 1.0em;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	color: #666655;
	padding: 0px;
	height: 20px;
	text-decoration: none;
}

TR.leftboxheading, TR.rightboxheading, TR.centerboxheading, TR.singleboxheading {
    background-image: url(../images/box_top.gif);
	background-repeat: no-repeat;
	background-position: left top;    
}

/* This sets the style for the links and text in the sideboxes */
.leftboxcontent, .rightboxcontent, .centerboxcontent, .singleboxcontent {
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.7em;
	font-weight: bold;
	color: #9F6B60;
	font-size: 0.8em;
	padding: 5px;
	border-right: 1px solid #E9E9E9;
	border-left: 1px solid #E9E9E9;
	border-bottom:  1px solid #CACACA;
	background-color: #FFFFFF;
}


.leftboxfooter, .rightboxfooter, .centerboxfooter, .singleboxfooter {
	padding: 0px;
	width: 135px;
	height: 20px;
	background-image: url(../images/box_bot.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}
.plainBox, .plainbox-description {
	border: 1px solid #DAC9A6;
	padding: 5px;
}
.plainBoxHeading, TD.tableHeading {
	font-weight: bold;
	padding: 11px 5px 5px;
}
.productListing-heading {
	font-weight: bold;
	padding: 3px;
	height: 20px;
}

TD.productListing-heading{
	background-color: #DAC9A6;
}

TD.productlisting {
	border: 1px solid #DAC9A6;
}

TD.productListing-data {
	font-size: 0.9em;
 	padding: 5px;
}

/*center main section
-----------------------------------*/
TD.pageHeading, DIV.pageHeading, h1 {
  color: #AF0C36;
  padding-top: 2em;
  }

.center_column {
  padding: 10px;
  background-color: #FFFFFF;
}
.main_page{
  width: 100% !important;
  background-color: #FFFFFF;
  padding: 5px;
  /*background-image: url(../images/hatch_bg.gif)*/
}

/* footer
--------------*/

TABLE.footer {
	background-color: #FFFFFF;
	text-align: center;
}

TR.footertop {
	background-image: url(../images/tile_back.gif);
	background-repeat: repeat-x;
	background-position: left;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

TD.footertop, TD.footerbottom {
 	padding: 5px;
}

/*miscellaneous areas
-------------------------------------*/

/* This controls what the cartbox table cell looks like */
TD.cartBox {
   background-color: #ECE3D3;
   padding: 3px;
   border: solid #DAC9A6 1px ;
}

/* This controls what the ODD Numbered Product Listing Row looks like */
TR.productListing-odd, TR.upcomingProducts-odd {
	background-color: #F6F6F6;
}
/* This controls what the ODD Numbered Product Listing Content looks like */
TD.productListing-data-description-odd {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 12px;
}

/* This controls what the EVEN Numbered Product Listing Row looks like */
TR.productListing-even, TR.upcomingProducts-even, .productsNotifications {
	background-color: #FFFFFF;
}
/* This controls what the EVEN Numbered Product Listing Content looks like */
TD.productListing-data-description-even {
	background-color: #FFFFCC;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 12px;
}

td.pageresults a {
}

td.pageresults a:hover {
}

SPAN.newItemInCart {
  color: #AF0C36;
  font-weight: bold;
}

TD.smallText, SPAN.smallText, P.smallText, td.pageresults{
   font-size: 0.9em;
}

TD.fieldKey, TD.fieldValue {
  font-weight: bold;
}

CHECKBOX, INPUT, RADIO, SELECT {
	font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-size: 11px;
}

.greetUser {
   font-size: 1.1em;
   padding-top: 5px;
   padding-bottom: 5px;
}

SPAN.greetUser {
   color: #AF0C36;
   font-weight: bold;
}

SPAN.markProductOutOfStock {
	color: #D3A066;
	font: bold;
}

span.normalprice {
	text-decoration: line-through;
}

SPAN.productSpecialPrice, SPAN.productSalePrice, .stockWarning, span.coming {
	color: green;
}

span.productSpecialPriceSale {
	color: green;
	text-decoration: line-through;
}

SPAN.productPriceDiscount, .inputRequirement {
	color: green;
	font-weight: bold;
}
.moduleRow { }
.moduleRowOver { 
	background-color: #ECE3D3; 
	cursor: pointer; 
}
.moduleRowSelected { 
	background-color: #DAC9A6; 
}

/* message box */

.messageBox {}
.messageStackError, .messageStackWarning, errorBox {
	font-size: 0.9em;
	background-color: #AF0C36;
	color: #ffffff;
	padding: 5px;
}
.messageStackSuccess { 
	font-size: 0.9em;
	background-color: #FFD47F; 
	padding: 5px; 
}
.messageStackCaution { 
	font-size: 0.9em;
	background-color: #FFD47F; 
}

/* checkout totals */
TD.ot-subtotal-Text, TD.ot-cod-fee-Text, TD.ot-total-Text, TD.ot-group-pricing-Text, TD.ot-gv-Text, TD.ot-loworderfee-Text, TD.ot-shipping-Text, TD.ot-subtotal-Text, TD.ot-tax-Text, TD.ot-coupon-Text {
	font-weight: bold;
}
TD.ot-total-Amount {
	font-weight: bold;
	border-top: 1px solid #DAC9A6;
}
TD.ot-subtotal-Amount, TD.ot-cod-fee-Amount, TD.ot-group-pricing-Amount, TD.ot-gv-Amount, TD.ot-loworderfee-Amount, TD.ot-shipping-Amount, TD.ot-subtotal-Amount, TD.ot-tax-Amount, TD.ot-coupon-Amount {}


/* product_info attribute comments */

.ProductInfoComments, TD.ProductInfoComments, SPAN.ProductInfoComments {
	color: #AF0C36;
	text-align : left;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 1px solid #DAC9A6;
}

/* General alert span class */
TD.alert, SPAN.alert {
	color: #AF0C36;
	font-weight: bold;
}

/* General alert span class */
TD.alertBlack, SPAN.alertBlack {
	color: #660000;
	font-weight: bold;
}

/* popup tables */
TABLE.popupattributeqty, TABLE.popupcouponhelp, TABLE.popupcvvhelp, TABLE.popupimage, TABLE.popupimageadditional, TABLE.popupsearchhelp, TABLE.popupshippingestimator, TABLE.popupinfoshoppingcart {
	background-color: #ffffff;
	margin: 6px;
	padding: 6px;
	border: none;	
}

/* categories_description */
TABLE.categoriesdescription {
	font-weight: bold;
	background-color: #F6F6F6;
	border: 1px solid #FFFFFF;
}

TD.categoriesdescription {
	line-height: 2.0;
}

/* categories box parent and child categories */
A.category-top {
	color: #AF0C36;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
}
A.category-top:hover {
	color: #FD3405;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
}
/* This controls the extra links in the categories box such as App Roducts*/
A.category-links {
  color: #AF0C36;
  font-weight: bold;
  font-size: 1.1em;
  text-decoration: none;
}
A.category-links:hover {
  color: #FD3405;
  font-weight: bold;
  font-size: 1.1em;
  text-decoration: none;
}
A.category-subs, A.category-products {
  color: #9F6B60;
  text-decoration: none;
}
SPAN.category-subs-parent {
  font-weight: bold;
}
SPAN.category-subs-selected {
  font-weight: bold;
}

/* attribute images table */
TABLE.products-attributes-images {
/*  width: 100%; */
/*  border: 1px solid #9a9a9a; */
  float: left;
  padding: 2px;
  border: none;
}

.buttonRow {
color : #9F6B60;
line-height: 2.25em;
border: 2px solid #ece3d3;
}

.buttonRow123 {
color : #9F6B60;
border: 2px solid #ECE3D3;
margin: 0.5em;
}