/**
 * 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 $
 *   Modified
 *    c5d5e5 header background
 * 	ccaa77 dark gold
 * 	ddcc88 light gold
 *    ccddff blue
 * 	decdbd beige logo
 *    FFE381 alert yellow
 *    f1f8ff feature box
 *    D1DDE9 background (light blue/ grey)
 *    #356634 green alert
 *      #70d250 light green alert
 *    small print details <h2> for header then <div align=justify class=content><br><br> for paragraphs
 *    product and other pages <h2> for header then enclose all in <table><tr><td>
 *    C13F45 red error text
 */

.boxText { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	font-style: normal;
	background-color: #d1dde9;
      background: #d1dde9 url(../images/tcns/skyblue.jpg) repeat-x;
	}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	text-decoration: none;
	}
 
a:visited {
	color: #000000;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	text-decoration: underline;
	}

a:active {
	color: #000000;
	}

h1 {
	font-size: 1.5em;
	color: #9a9a9a;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .larger{
	font-size: 1.1em;
	}

.sideBoxContent{
	font-size: 1.1em;
      background: #ccddff;
	}

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0;
	}


/* main menu text lables */
#navMain ul li a:hover {
	text-decoration: none;
}

#navMain ul {
	list-style-type: none;
/*	width: 50%;*/
	margin: 0;
	padding: 0;
/*	padding: 5px;*/
}
#navMain li {
	float: left;
}
#navMain a {
	color: #000;
	text-decoration: none;
	display: block;
/*	padding: 5px; */
	border: 1px solid #ca7; 
/* 1px for space beteen nav buttons dc8 is bright button gold*/
	background-color: #dc8;
}
#navMain a:hover {
	color: #000;

/*		text-decoration: none;padding: 5px;*/
	border: 1px solid #ed9;
	background-color: #ed9;
	text-decoration: underline;
}

p {
	font-size: 62.5%;
	color: #000000;
      font-size: small;
}

/*  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%;
	}
*/

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #E4FEF5;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color: #000000;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.0em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg, {
	float: left;
	}

LABEL.inputLabel {
	width: 9em;
	float: left;
	font-family:Verdana;
	padding-left: 1.0em;
      font-size:10px;
	}

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;
	padding:0;
	}

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;*/
/*	background-color: #FFE381;*/
	}

.messageStackWarning, .messageStackError {
/*	background-color: #FFE381;*/
	color: #ffffff;
      color:#000000;
      color:#C13F45;
      font-weight: bold;
	}

.messageStackSuccess {
	background-color: #ccddff;
	color: #000000;
	}

.messageStackCaution {
/*	background-color: #FFE381;*/
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	text-align: left;
	width: 750px;
	vertical-align: top;
	border: 0px solid #9a9a9a;
	border-right: 1px solid #c0c0c0;
/*	border-right: 1px solid #ccaa77;*/
	border-bottom: 0px solid #9a9a9a;
	border-left: 0px solid #c5d5e5;
	}

#cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
#headerWrapper, #contentMainWrapper, #logoWrapper {
	margin: 0em;
	padding: 0em;
      background: #ffffff url(../images/tcns/horizblue.jpg) repeat-y;
}

#contentMainWrapper {
}

#logoWrapper{
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
      background-color: #c5d5e5;
	height:50px;//height of the logowrapper
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper{
	margin-left: 0.0em;
	margin-right: 0.5em;
	}
	
#navColumnTwoWrapper {
	margin-left: 0.5em;
	margin-right: 0.5em;
	}

#tagline {
	color:#000000;
	font-size: 2em;
	text-align : right;
	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: 1.3em 0em;
      font-size: 1.0em;
      margin: 0em 0em 0em 2.0em;
/*T B R L*/
	}

/*navigation*/

.navSplitPagesResult {font-family:Verdana;}
.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper, #navCatTabsWrapper {
      background-color: #ccaa77;
      background-color: #ca7;
	font-weight: normal;
	color: #ffffff;
	height: 1%;
/*      background-image: url(../images/tcns/table_bk.jpg);*/
	}

#navSuppWrapper {
	margin: 0em;
      background-color: #decdbd;
	padding: 0.5em 0.2em;
	font-weight: normal;
	color: #ffffff;
	height: 1%;
	font-family: Verdana;
	font-size: 10px;
	}

#navCatTabsWrapper {
	background: #ffffff url(../images/tcns/horizblue.jpg) repeat-y;
	color: #9a9a9a;
}

#navMain ul {
	margin: 0;
	list-style-type: none;
	text-align: center;
	line-height: 1.3em;
      color: #000000; // shrinks up navmain sizes of boxes at top
}

#navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
      color: #000000; 
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}

#navMain ul li a {
	text-decoration: none;
	margin: 0;
	color: #000;
	white-space: nowrap;
	font-size:small;
	padding: .5em; //size of boxes changes pad at bottom

	}

#navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #000000;
	white-space: nowrap;
	padding: 6px; //size of boxes

	}

#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 ;
	padding: 0.3em;
	}

#navBreadCrumb, .note, #createAcctDefaultLoginLink {
	padding: 0.5em 0.5em;
	font-size: 0.95em;
	font-weight: normal;
	margin: 0em;
	font-family: Verdana;
	color: #444444;
	font-size: 10px;
	}

#navEZPagesTop {
	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-family:Verdana;
	padding-left: 0.5em;
}
.alert {
	color: #FF0000;
	color: #C13F45;
	margin-left: 0.5em;
	}

.advisory {}
.important {

	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

#siteinfoLegal {
	background: #ffffff url(../images/tcns/horizblue.jpg) repeat-y;
	padding: 0;
	margin: 0;
	font-family: Verdana;
	color: #444444;
	font-size: 10px;
}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	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: #000000;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #000000;
	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;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

.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, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

.categoryIcon {
	padding: 0;
	margin: 0;
	font-family: Verdana;
	color: #444444;
	font-size: 10px;}

#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 {
	border: 1px solid #c0c0c0;
	height: 1%;
	margin: 1.1em 0;
      background-color: #f1f5f9
width: 100%;
	}

.centerFeatureTableWrapper {
	border: 0px solid #c0c0c0;
	height: 1%;
	margin: 0em 0em;
      background-color: #ffffff
	text-align: center;
	}

h2.centerBoxHeading {
	font-size: 1.3em;
	color: #c0c0c0;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1em;
	color: #000000;
background-color: #ddcc88;
font-weight:bold;
font-family:Verdana;


	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}
#searchHeading {
	font-size: 0.9em;
	color: #000000;

}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
/*	background-color: #abbbd3;*/
/*	background-image: url(../images/tile_back.gif);*/
	padding: 0.5em 0.2em;

	}

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
/*	border: 1px solid #9a9a9a;*/
	border: 1px solid #c0c0c0;
/*	border-bottom: 5px solid #336633;*/
	margin-top: 1.5em;
      background-color: #ccddff;

	}

.sideBoxContent {
/*	background-color: #ffffff; T R B L*/
	padding: 0.2em;
      margin: 0 0 0 .2em;
	}

.livehelpbox {
/*	padding: 0.0em;
	border: 0px solid #c0c0c0;
      background-color: #f1f5f9
	border: 1px solid #9a9a9a;
	background-color: #ccddff;
	height: 1%; T L B R*/
      width: 101%;
      margin-bottom:0;
      margin-top:0.1em;
      padding: 0 0 0 0;
}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #ddcc88;
  color: #9a9a9a;

	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #ddcc88;
  color: #000000;
	}

.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, .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;
	}

#checkoutSuccessOrderNumber.centeredContent {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.3;
  color: #000;
  font-weight: normal;
	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 {
	background-color: #ddcc88;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	color: #000000;
	text-decoration: none;
	}

A.category-top:hover{
	color: #000000;
	text-decoration: underline;
}

A.category-links:visited {
	color: #000000;
	text-decoration: none;
	}
A.category-links:hover {
	color: #000000;
	text-decoration: underline;
	}

A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #FF0000;
	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;
	}

#siteMapList {
	width: 90%;
	float: right;
	}

#siteMapList ul li{
  list-style: none;
  list-style-image: url(../images/arrowright.gif);

	}

#siteMapList ul li a{
	}

#siteMapList ul li a:hover{
	}

.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:0.6em;
	}
.information {padding: 10px 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#c5d5e5;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}

pre {
  font-family: "courier new", courier, monospace;
  font-size: 1.1em;
  }

.red { color: red }

.yellowbox {
  background-color: #ffc;
  color: black;
  border: 1px solid #999;
  padding: 3px;
  font-family: tahoma, sans-serif;
  font-size: 10pt;
}

TR.header {
  background: #c5d5e5 ;
}

TR.headerNavigation {
/*  background: #bbc3d3; */
  background: #ccaa77;
}

TD.headerNavigation {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #ccaa77;
  color: #ffffff;
  font-weight : bold;
  padding: 4pt;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
/*  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;*/
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;

font-size: 1em;
color: #C13F45;
font-family:Verdana;

}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background: #00ff00;
  color: #ffffff;
  font-weight: normal;
  text-align: center;
}

TR.footer {
  background: #decdbd;
  text-align : left;
}

TD.footer {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  background: #decdbd;
  color: #ffffff;
  font-weight: bold;
  padding: 15pt;
  text-align : left;
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
/*  background: #f8f8f9; */
  background: #ccddff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #ddcc88;
  color: #000000;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #000000;
}

A.pageResults:hover {
  color: #000000;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #9a9a9a;
}
TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
  font-weight: normal;
  color: #000;
}
TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-family: Verdana;
  font-size: 13px;
  font-size: 1.2em;
  line-height: 1.3;
  color: #000;
  font-weight: normal;
  text-align : left;
}

a.main:link {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-family: Verdana;
  font-size: 13px;
  font-size: 1.2em;
  line-height: 1.3;
  color: red;
  font-weight: normal;
  text-align : left;
}

TD.mainsubhead, P.mainsubhead {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #9a9a9a;
}


TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.accountCategory {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #ccddff;
}

TD.fieldKey {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;

 
}

SPAN.greetUser {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana;
  color: #C13F45;
  font-weight: bold;
  font-size: 1em;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; /*background-color: #FFFFC0;*/ }
.messageStackSuccess { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; background-color: #FFFFC0; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #ff0000; }

/* Styles for Content 
h1 {
	font-size: 2em;
	color: #393939;
}
h2 {
	font-size: 1.5em;
	color: #469;
}*/
h1 {
	font-size: 1.75em;
	color: #393939;
}
h2 {
	font-family: Geneva, sans-serif;
	font-size: small;
	font-size: 1.2em;
	font-weight: normal;
	color: #469;
}
h3 {
	font-size: 1.25em;
	color: #469;
}
/* for header tag text right */
h4 {
/*	color: #469;*/
	font-family: Geneva, sans-serif;
	font-size: small;
	font-size: 0.55em;
	font-style: normal;
      font-weight: normal;
      color: #000000;
	text-align: right;
	vertical-align: top;
	line-height: 1.4em;
}

#checkoutConfirmDefaultPaymentTitle .h4 {
font-size: 1.1em;
font-size: large;
color: black;
line-height: 1.4em;
}

/* for header spacing */
h5 {
	font-size: 1.1em;
	color: #469;
}
/* for header tag text right */
h6 {
	font-size: 0.55em;
	color: #469;
	text-align: right;
	font-weight: normal;

/*	line-height: 1.0em;vertical-align: bottom;*/
}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

.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;
}
table { font-size: 100%;}


/* start of calendar styles */
.month {
background-color:#ddcc88;
font:normal 0.8em verdana;
text-spacing: 1.1em;
color:black;
}

.daysofweek {
background-color:gray;
font:bold 0.8em verdana;
color:white;
}

.days {
font-size: 0.8em;
font-family:verdana;
color:black;
background-color: lightyellow;
background-color: #ccddff;
padding: 0px;
}

.days #today{
font-weight: bold;
color: #C13F45;
color: white;
background-color: black;
padding-left:4px;
padding-right:4px;
}


.calmain {
width:135px;
border:1px solid #ccaa77;
}

/* end of calendar styles */

/* start of popup promo for megasite styles */
#dhtmltooltip{
position: absolute;
left: -300px;
width: 100px;
border: 1px solid black;
padding: 2px;
background-color: #C13F45;
color:white;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
text-align:left;
font-size:1.2em;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

/* end of popup promo styles */

#marqueecontainer{
position: relative;
width: 390px; /*marquee width */
height: 200px; /*marquee height */
background-color: white;
background-color: black;
overflow: hidden;
border: 3px solid #ccaa77;
padding: 2px;
padding-left: 4px;
color: #ddcc88;
}

/*ceon*/
.CeonManualCardFormGadgetError { background: #ff6633; }
.CeonManualCardCardIcon { margin-right: 4px; margin-bottom: 4px; }
label.inputLabelPayment { margin-bottom: 0.5em; }
.CeonManualCardCardsAcceptedSideboxCardIcon { margin-left: 4px; margin-bottom: 4px; }

.termsconditions,.termsdescription
{/*color:#C13F45;*/}

.termsiagree
{color:#C13F45;font-weight:bold;}



