/**
 * 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: helvetica, arial, sans-serif;
	font-size: 12px;
	background: url(../images/body_bg.png) top left repeat;
	background-color: #E1E1E1;
}


.topBox {
	background: url(images/topBox.png) top left no-repeat;
	width: 800px;
	height: 17px;
	line-height: 17px;
	color: #E1E1E1;
/*	padding: 0px 10px 0px 10px*/
	}
	
.logo_holder {
	background: url(../images/logo.png) left no-repeat;
	width: 800px;
	height: 81px;
	}


	
table, td {margin: 0; padding: 0}
.topnavblock {
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	height: 31px;
	}
	
.hdrBar {
	background: url(../images/hdrBar.png) left repeat-x;
	height: 12px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	}	
.midblock {
	background: url(../images/hdrBar.png) left repeat-x;
	background-color: #fff;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	}
.midleft {
	width: 174px;
	background-color: #FFCE63;
	color: #00639C;
	font-weight: bold;
	height:100%;
	width: 174px;
	}
.midright {
	width: 607px;
	background-color: #EBEBEB;
	border: 1px solid #EAEAEA;
	}
.footer {
	background-color: #00639C;
	color: #fff;
	padding-top: 10px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	font-size:11px;
	}
.footerBottom {
	background: url(../images/footerBottom.png) top left no-repeat;
	width: 100%;
	height: 6px;

	}
.leftTdHeader {
	width: 100%;
	color: #fff;
	font-weight: bold;
	font-size:12px;
	text-align: center;
	height: 31px;
	line-height: 22px;
	background-color: #00639C;
	border-bottom: 1px solid #fff;
	}
.rightTdHeader {
	width: 100%;
	color: #00639C;
	font-weight: bold;
	font-size:11px;
	text-align: left;
	height: 32px;
	line-height: 22px;
	background-color: #FFCE63;
	border-bottom: 1px solid #EAEAEA;
	padding: 0px 10px 0px 10px;
	}
	h1 {
	font-weight: bold;
	font-size:11px;
	text-align: left;
	background-color: #FFCE63;
	margin: 0px;
	}
.insideL {
	padding: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #00639C;
	text-decoration: none;
	}
.insideRTH {
	width: 33%;
	padding: 24px 12px 12px 24px;
	}
.insideRTD {
	color: #00639C;
	padding: 12px 12px 12px 12px;
	background-color: #fff;
	border: 1px solid #FFCE63;
	font-size: 11px;

	}
.Bbold {
	color: #00639C;
	font-weight: bold;
	font-size:11px;
	}
img { padding: 0; margin: 0;}
/*.headerDiv {
	background: url(../images/divHead_bg.png) top left repeat-x;
	width: 167px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #FFCE63;
	} */
/*Navigations*/
a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #00639C;
	text-decoration: none;
	}
a:hover {
	color: #00639C;
	text-decoration: underline;
	}
.midleft a, .headerDiv a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00639C;
	text-decoration: underline;
	}
.midleft a:hover, .headerDiv a:hover {
	color: #00639C;
	text-decoration: none;
	}
.headerDiv a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #00639C;
	text-decoration: none;
	}
.headerDiv a:hover {
	color: #00639C;
	text-decoration: underline;
	}
.footer a, .topBox a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #EAEAEA;
	text-decoration: underline;
	padding: 0px 4px 0px 4px;
	}
.footer a:hover, .topBox a:hover {
	color: #EAEAEA;
	text-decoration: none;
	}
a.mainnav {
	background: url(../images/mainnav_bg.png) top right no-repeat;
	display: block;
	height: 31px; line-height: 31px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px; font-weight: normal;
	color: #00639C;
	text-decoration: none;
	padding: 0px 7px 0px 7px;
	}
a.mainnav-first {
	background: url(../images/mainnav_bg.png) top right no-repeat;
	display: block;
	height: 31px;
	line-height: 31px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #00639C;
	text-decoration: none;
	padding: 0px 7px 0px 14px;
	}
a.mainnav-last {
	background: url(../images/mainnav_bg.png) top left no-repeat;
	display: block;
	height: 31px;
	line-height: 31px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #00639C;
	text-decoration: none;
	padding: 00px 14px 0px 7px;
	}
a.mainnav:hover, a.mainnav-first:hover {
	background-position: right -31px;
	color: #00639C;
	text-decoration: none;
	}
a.mainnav-last:hover {
	background-position: left -31px;
	color: #00639C;
	text-decoration: none;
	}
	
	
a {	text-decoration: none;
}
a img {border: none; }


/**h1 {
	font-size: 1.2em;
	}

h2 {
	font-size: 1.1em;
	}

h3 {
	font-size: 1.0em;
	}

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

.biggerText {
	font-size: 1.2em;
	}
*/
h1, h2, h3, h4, h5, h6 {
	margin: 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%;
	}
*/

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

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color: black;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo {
	right:10px;
	top:10px;
	position:absolute;
}
#logo, .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;
	font-size:0;
	padding:0;
	margin: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;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #EAEAEA;
	text-align: left;
	width: 800px;
	vertical-align: top;
	border: 0px solid #9a9a9a;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;	
}
, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;

	}

#contentMainWrapper {
	background-color:#EBEBEB;
}
#headerWrapper {
}
#logoWrapper{
	background-image: url(../images/WindowBackground.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	height:81px;
	margin:0;
	position:relative;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 

.columnLeft {
	background-color:#fff;
	
}
#navColumnOneWrapper{
	margin:0;

}
#navColumnTwoWrapper {
	margin:0;
}	
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	visibility: hidden;
	}

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

#navMainWrapper {
	margin: 0em;
	background-image: url(../images/topBox.png);
	background-color: #EAEAEA;
	background-repeat: repeat-y;
	font-weight: bold;
	color: #EBEBEB;
	height:17px;
	}

#navSuppWrapper {

	font-weight: bold;
	background-color: #EAEAEA;
	height:6px;
	padding-top:5px;
	}
#navSupp {
	margin:10px;
}

#navCatTabsWrapper {
	height:0px;
	visibility: hidden;
	color: #9a9a9a;
}

#navMain {
	padding-top:0px;
	padding-left:200px;
	margin-top:13px;
	margin-left:15px;
	font-size:16px;
	float:left;
	background-repeat: no-repeat;
	height:25px;
        background-color: #00639C;
}
#navMain ul, #navSupp ul, #navCatTabs ul {
	margin:0;
	padding:0;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navSupp ul {
	text-align:right;
	margin-right:30px;
}
#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}

#navMain ul li a {
	text-decoration: none;
	margin: 0;
	padding-left:20px;
	color: #B9121B;
	white-space: nowrap;
	}

#navSupp ul li a {
	text-decoration: none;
	margin: 0;
	padding-left:20px;
	color: #4C1B1B;
	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;
	padding-right:20px;
	padding-top:15px;
	font-size:10px;
	}

#navBreadCrumb {
	background-color:#B9121B;
	background-image: url(../images/hdrBar.png);
	background-repeat: repeat-x;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding-top: 13px;
	padding-left: 12px;
	height:12px;
	color:#4C1B1B;
}

#navBreadCrumb a {
	color:#4C1B1B;
}

#navEZPagesTop {
	font-size: 14px;
	font-weight: bold;
	color: #4C1B1B;
	margin: 0;
	padding-top: 150px;
	padding-right: 20px;
	text-align:right;
	height:20px;
	}
#navEZPagesTop a {
	color: #4C1B1B;
	font-weight: bold;
}

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

#productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

.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-left:0px;
}
.centerColumn {
background-color: #EBEBEB; 
/* background-color: #ffffff;	*/
}

#centerBackground {
	background-color: #EBEBEB;
	width: 100%
}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	width: 100%;
}
#siteinfoIP {
    padding-top: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 #EAEAEAEAEAEA;
	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: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #660099;
	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, .listingProductImage {
	margin: 3px;
	background-color:white;
	padding:5px;
	}

.categoryIcon {}

#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 {
	margin: 1.1em 0;
	}

h2.centerBoxHeading {
	font-size: 1.3em;
	color: #ffffff;
	}

/*sideboxes*/
.columnLeft {
    padding:1px;
    width:174px;
}

h3.leftBoxHeading, .leftBoxHeading a {
	font-size: 15px;
	color: #F6E497;
}
.leftBoxContainer, .leftBoxContainer a {
	color: #F6E497;
}
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 15px;
	color: black;
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #white;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	color: #F6E497;
	}

.rightBoxContainer {
    padding:1px;	
}

.leftBoxContainer {
    margin-bottom:20px;
}

.sideBoxContent {
	padding: 0.4em;
}


.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .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 {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */

a.category-subs, a.category-products {
	color: #F6E497;
	display: block;
	width:140px;
	float:left;
	text-decoration: none;
}

#categoriesContent, #documentcategoriesContent {
	position:relative;
}
#categoriesContent a, #documentcategoriesContent a {
	margin-left:10px;

}
#categoriesContent em, #documentcategoriesContent em {
	position: absolute;
	right: 10px;
}

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: #B9121B;
	height: 2em;
	color: #FFFFFF;
	}
.productListing-rowheading a {
	color: white;
}
#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;
	}
.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;
	}





TR.header {
background image: url(../images/top.gif);
}

TR.headerNavigation {
background image: url(../images/top.gif);
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
background image: url(../images/top.gif);
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: black;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}


.infoBox {
  background: #FFFFFF;
}

.infoBoxContents {
  background: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #003399;
  line-height: 1;
  text-align: center;
}

.infoBoxContents1 {
  background: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #003399;
  line-height: 1;
  text-align: left;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #003399;
  color: white;
  text-align: center;  
  
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, 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: #f4f7fd;
}

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

TR.productListing-heading {
  background: #d2e9fb;
}

TD.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #d2e9fb;
  color: #000000;
  font-weight: bold;
  font-variant: small-caps;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults { 
  color: #0000FF; 
}

A.pageResults:hover { 
  color: #0000FF; 
  background: #FFFF33; 
}


TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #006699;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.40;
}

TD.dates_and_events, P.dates_and_events {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #003399;
  line-height: 1;
  text-align: center;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, 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, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

/* AWB+ PRICE-BREAK */
TD.awbPriceBreakTableHeader {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.awbPriceBreakTableData {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
/* AWB- PRICE-BREAK */

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }


/* LOGIN CLASSES */
TD.accountCategory {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, sans-serif; TEXT-ALIGN: left
}
SPAN.greetUser {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #009148; FONT-FAMILY: Arial, Verdana, sans-serif
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* WebMakers.com Added: Quantity Controller */
/* ERROR MESSAGES ON QUANTITY AND UNITS */
TD.QtyErrors, P.QtyErrors {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  color= #FF0000;
  line-height: 1.5;
}

/* BOF: For Discount Prices */
TD.DiscountPriceTitle, P.DiscountPriceTitle {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
	color: #FF0000;
  line-height: 1.0;
}

TD.DiscountPriceQty, P.DiscountPriceQty {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
	color: #FF0000;
  line-height: 1.0;
}

TD.DiscountPrice, P.DiscountPrice {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
	color: #000000;
  line-height: 1.0;
}

TD.QuantityDiscountAvailable, P.QuantityDiscountAvailable {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
	color: #FF0000;
}
/* EOF: For Discount Prices */

/* BOF: PRICES */
TD.pageHeadingPriceSavings, DIV.pageHeadingPriceSavings {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #A62A2A;
}

TD.pageHeadingPrice, DIV.pageHeadingPrice {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #808000;
}

TD.pageHeadingPriceWholesale, DIV.pageHeadingPriceWholesale {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #0000FF;
}

TD.pageHeadingPriceList, DIV.pageHeadingPriceList {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #9a9a9a;
}

TD.pageHeadingPriceRebate, DIV.pageHeadingPriceRebate {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #D1AF0E;
}

TD.pageHeadingRebateSavings, DIV.pageHeadingRebateSavings {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #388E8E;
}
/* EOF: PRICES */


/* BOF: Define an Outline style */
.outline {
  border: #000000;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  background-color: #FFFFFF;
}
/* EOF: Define an Outline style */

/* box2.php */
.infoBox2 {
  border: #000000;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px
}

/* Shopping Cart Styles */
TD.ShoppingCartPrices, P.ShoppingCartPrices {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color=#000000;
  line-height: 1.5;
}

TD.ShoppingCartSavings, P.ShoppingCartSavings {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #FF0000;
  line-height: 1.5;
}

TD.ShoppingCartRebateSavings, P.ShoppingCartRebateSavings {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #D1AF0E;
  line-height: 1.5;
}

/* Shopping Cart Rows */
TR.productListing-odd_shopping {
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px
  border-style: solid;
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  border: #FF0000;
  background: #d5d5d5;
}

TR.productListing-even_shopping {
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px
  border-style: solid;
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  border: #FF0000;
  background: #ebebeb;
}

/* BOF: Sample colors for product listing */
A.productListing-data {
  color: #008080;
}

A.productListing-data:hover {
  color: #FF0000;
  background: #C0C0C0;
}
/* EOF: Sample colors for product listing */


TD.ShoppingCartmainRed, P.ShoppingCartmainRed {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #FF0000;
  line-height: 1.5;
}

A.ShoppingCartError {
  color: #FF0000;
  text-decoration: none;
}

A.ShoppingCartError:hover {
  color: #FF0000;
  text-decoration: underline;
  background: #8080FF;
}

SPAN.ShoppingCartError {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

TD.ShoppingCartHelp_main, P.ShoppingCartHelp_main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.25;
}

TD.ShoppingCartShipping_main, P.ShoppingCartShipping_main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.25;
}


/* BOF: Category Text Description Top Level and SubLevel */
TR.CategoriesDescriptionTop {
  background: #d2e9fb;
}

TD.CategoriesDescriptionTop {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #d2e9fb;
  color: #000000;
  font-weight: bold;
  line-height: 1.5;
  padding-right: 5px;
  padding-left: 5px
}

TR.CategoriesDescriptionSub {
  background: #d2e9fb;
}

TD.CategoriesDescriptionSub {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #d2e9fb;
  color: #000000;
  font-weight: normal;

  padding-right: 5px;
  padding-left: 5px
}

 /* EOF: Category Text Description Top Level and SubLevel */

/* Caution Messages */
TR.Caution {
  background: #EBCB14;
}

TD.Caution {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #FFFF00;
  color: #000000;
  font-weight: bold;
  line-height: 1.5;
  padding-right: 5px;
  padding-left: 5px
}

TD.pageHeading_section, DIV.pageHeading_section {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #9a9a9a;
}

TD.product_info_BODY {
}

TR.product_info_BODY {
}

TABLE.product_info_BODY {

}

TABLE.HeaderBackground {

  background: #FFFFFF
}


TD.ShoppingCart, P.ShoppingCart, SPAN.ShoppingCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  text-decoration: bold;
  color: #000000;
  line-height: 1.5;
}

TD.ShoppingCartAttributes, P.ShoppingCartAttributes, SPAN.ShoppingCartAttributes {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-style: italic;
  color: #008080;
  line-height: 1.5;
}

TD.ShoppingCartAttributesError, P.ShoppingCartAttributesError, SPAN.ShoppingCartAttributesError {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-style: italic;
  color: #FF0000;
  line-height: 1.5;
}

TD.ProductIsFree, P.ProductIsFree, SPAN.ProductIsFree {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  text-decoration: bold;
  color: #FF0000;
}

TD.ProductIsShowroomOnly, P.ProductIsShowroomOnly, SPAN.ProductIsShowroomOnly {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  text-decoration: bold;
  color: #0000FF;
}

/* Downloads not available message */
TD.DownloadsMsg, P.DownloadsMsg{
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  font-weight: bold;
  color="FF0000";
}


/* Show Cart Details */
TR.ShowCartDetails, TD.ShowCartDetails, P.ShowCartDetails {
/* <FONT COLOR="bbc3d3" FACE="Arial" SIZE="1"> */
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color="bbc3d3";
}

 /* Show Header Page Links */
TR.HeaderPageLinksLeft, TD.HeaderPageLinksLeft, P.HeaderPageLinksLeft {
}
TR.HeaderPageLinksRight, TD.HeaderPageLinksRight, P.HeaderPageLinksRight {
}
TR.HeaderPageLinks, TD.HeaderPageLinks, P.HeaderPageLinks {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
/*  background: #408080; */
  color: #ffffff;
}
A.HeaderPageLinks {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
}
A.HeaderPageLinks:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
/*  background: #00FF00; */
  color: #00FF00;
}

/* All Products */
TR.AllProducts {
  background: #d2e9fb;
}

TD.AllProducts {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #d2e9fb;
  color: #000000;
  font-weight: bold;
  line-height: 1.5;
  padding-right: 5px;
  padding-left: 5px
}

/* Attributes Qty:Prices Onetime Charges */
TR.AttributesQtyPricesOntime-odd {
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px
  border-style: solid;
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  border: #FF0000;
  background: #d5d5d5;
}

TR.AttributesQtyPricesOntime-even {
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px
  border-style: solid;
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  border: #FF0000;
  background: #ebebeb;
}

TD.ProductDescription, SPAN.ProductDescription, P.ProductDescription {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

.messageStackCaution { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #FFFF00; }

A.BoxLinks {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: underline;
}
A.BoxLinks:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
/*  background: #00FF00; */
  color: #000000;
  text-decoration: underline;
}

/* Poll Booth */
TD.pollBoxRow {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border-color: #eeeeee;
  border-style: solid;
  border-width: 1px;
}
TD.pollBoxText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border-color: #eeeeee;
  border-style: solid;
  border-width: 1px;
}
TR.pollOptRow {
  background: #f1f9fe;
}
TR.pollFooter {
  background: #f1f9fe;
}

/* BOF: column styles */
TABLE.ColumnLeft {
/*  background: #171d2b; */
}
TR.ColumnLeft {
/*  background: #171d2b; */
}
TD.ColumnLeft {
/*  background: #171d2b; */
}
TABLE.ColumnRight {
/*  background: #171d2b; */
}
TR.ColumnRight {
/*  background: #171d2b; */
}
TD.ColumnRight {
/*  background: #171d2b; */
}
/* EOF: column styles */

TABLE.footerTable {
  background: #C7D2D9;
  background-image: url('images/footer_background.jpg');
  background-repeat: repeat;
}

TD.footerMiddle {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

/* Header Navigation Bar Additional Links */
TR.headerNavigationBarLink {
}

TD.headerNavigationBarLink {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;

  color: #000000;
  font-weight : bold;
}

A.headerNavigationBarLink {
  color: #000000;
}

A.headerNavigationBarLink:hover {
  color: #FF0000;
}

A.headerNavigationBarLinkBreadCrumbs {
  color: #408080;
}
A.headerNavigationBarLinkBreadCrumbs {

  color: #408080;
}

/* BOF: Image on Product_info */
A.ProductInfoImage {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #408080;
  text-decoration: none;
}

A.ProductInfoImage:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  text-decoration: underline;
}

TABLE.ProductInfoImage {
  padding:2px;

  float:right;
}

TD.ProductInfoImage {

  background: #FFFFFF;
  float:center;
}
/* EOF: Image on Product_info */

/* BOF: Define Main Page in a box */
.infoBoxDefineMainpage {
/*  background: #b6b7cb; */
  background: #408080;
}

.send-button {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight: bold; 
	color: #FFFFFF; 
	background-color: #336666
}

.buttons {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	background-color: #666699;
    color: #FFFFFF;
	border: 0 outset rgb(50,50,50); 
}



.infoBoxContentsDefineMainpage {
/*  background: #f8f8f9; */
  background: #ddddcc;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

/* add image borders - comment out to remove the borders */
/* suggested by Paul Math */
/*
td.productListing-data img {border: 2px #09f groove;}
td.productListing-data a:hover img {border: 2px red groove;}
*/

.messageStackError{
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #d2e9fb;
  color: #000000;
  font-weight: bold;
  font-variant: small-caps;
}