/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2006 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 5349 2006-12-22 20:34:40Z birdbrain $
 */

body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 67.5%;
	color: #000000;
	background-color: #ffffff;
	}

a img {
border: none;
margin-top: 0px;
}

a:link, #navEZPagesTOC ul li a {
	color: #990000; 
	text-decoration: none;
	}	
 
a:visited {
	color: #990000;
	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: #000000;
	}

a:active {
	color: #000000;
	}

h1 {
	font-size: 1.4em;
	color: #9a9a9a;
	padding: 0 0 10px 0;
	}

h2 {
	font-size: 1.3em;
	}

h3 {
	font-size: 14px;
	}

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

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0em 0;
	}

*html .centerColumn {
	height: 1%;
	}

/*  Might uncomment either or both of these if having problems with IE peekaboo bug:
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
*/

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 3px 0px 4px 0px;
	}

TEXTAREA {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #FFF;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0em 0em;
	border: 1px solid #cccccc;
	}

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

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0px 10px 10px 10px;
	}

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

#logo, .centerBoxContents, .attribImg,  .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch{
	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 {
	padding: 0 0 0.5em 0;
	}

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 {
	color: #ff0000;
	background-color: #ffffff;
	}

.messageStackSuccess {
	background-color: #007501;
	color: White;
}

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

/*wrappers - page or section containers*/

#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 790px;
	vertical-align: top;
		}

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

#logoWrapper{
	/*background-image: url(/images/header_bg.jpg);
	background-repeat: repeat-x;*/
	background-color: #ffffff;
	height:75px;
	}

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

#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0;
	margin-right: 1.3em;
	border: 1px solid #CFD1D1;
	
	}

#navColumnOneWrapper, #navColumnTwoWrapper {
	background-image:  url(/images/sidebx_bg.gif);
	background-repeat: repeat-x;
	background-position: center;
	}

#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 {
	margin: 0;
	width: 47%;
}

#accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: .5em;
	padding: .5em;
	width: 47%;
	border: 1px solid #bcbcbc;
	}

.wrapperAttribsOptions {
	vertical-align: top;
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {
	padding: 5px 0px 13px 0px;
}

.navSplitPagesLinks {
	padding: 3px 0px 13px 0px;
}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}

.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-image:  url(/images/tile_back.gif);
	padding: 0;
	font-weight: bold;
	color: #ffffff;
	height: 0;
	}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
   }

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0em;
	list-style-type: none;
	text-align: center;
	line-height: 0em;
	}

#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 0em;
	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, #indexProductListCatDescription {
	margin: 0.5em 0 6px 0;
	}
	
.buttonRow {
	margin: 0.5em 0 0px 0;
}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	background-color: #ffffff;
	font-size: 0.95em;
	color: #990000;
	font-weight: bold;
	padding: o;
	margin-bottom: 10px;
}

#navBreadCrumb a:link, #navBreadCrumb a:visited {
	color: #000000;
	text-decoration: underline;
}

#navBreadCrumb a:hover {
	color: #990000;
}
#navEZPagesTop {
	background-color: #abbbd3;
	background-image:  url(/images/tile_back.gif);
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

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

.alert {
	color: #FF0000;
	margin-left: 0em;
	}

.advisory {}

.important {
	font-weight: bold;
	}

.notice {}

.rating{}

.gvBal {
	float: right;
	}
	
.centerColumn {
	
}

#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding-bottom: 0em;
	padding-left: 0em;
	padding-right: 0em;
	padding-top: 3em;
	margin-top: 0px;
	margin-bottom: 10px;
	}

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

/*Shopping Cart Display*/

#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	padding: 1em;
	background-image:  url(/images/addCartbg.gif);
	}

.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, .cartTotalsDisplay {
	padding: 0px;
	}
	
#cartInstructionsDisplay{
	padding: 10px 0 10px 0;
}
.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem a:link{
	color: #990000;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartNewItem a:visited{
	color: #000;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}	
	

.cartOldItem a:link {
	color: #000000;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem a:hover {
	color: #990000;
	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;
	}*/

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #941213;
	}

.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 {}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/

.attribImg {
	margin: 0.3em 0em;
	}

.attributesComments {}

/*list box contents*/

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

.centerBoxWrapper {
	border: 1px solid;
	height: 1%;
	margin: 1.1em 0;
	border-color: #E0DFE3;
}

h2.centerBoxHeading {
	font-size: 1.3em;
	color: #434142;
	border: none;
}

/*sideboxes*/

.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,

h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 14px;
	text-align: left;
	color: #000;
	}

#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #000000;
	}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 1em 0em .75em .25em;
	background-color: transparent;
	/*background-image: url(/images/tile_back.gif);*/
	border: 1px solid #000000
	padding: 0;
		}

.centerBoxHeading {
	margin: 0em;
	background-image:  url(/images/ftr_bg.gif);
	padding: 0.5em 0.2em;
	}	

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	padding: 0em
	/*bottom-border: 1px solid #9a9a9a;*/
	}

.leftBoxContainer a:link{
	color:#000;
	}

.leftBoxContainer a:visited{
	color:#000;
	}


.leftBoxContainer a:hover{
	color:#990000;
	text-decoration: none;
	}
	
.sideBoxContent {
	background-color: transparent;
	padding: 0em .5em 1em .3em;
	border-bottom: 1px solid #C5C5C5;
	}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: none;
	text-decoration: none;
	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	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;
	}

.centeredContent a:link {
	color: #000;
}

.centeredContent a:hover {
	color: #990000;
}

.centeredContent a:visited {
	color: #000;
	font-weight: bold;
}


	
#bestsellers .wrapper {
	margin: 0em 0em 0 1.5em;
	font-size: 8px;
	}

#bestsellers ol {
	padding: 0;
	color: #000000;
	font-size: 11px;
	line-height: 16px;
	margin-left: 1.1em;
	}

#bestsellers li a:link {
	padding: 0;
	color: #000000;
	font-size: 11px;
	line-height: 16px;
	margin: 0 0 5px 0;
}

#bestsellers li a:visted {
	padding: 0;
	color: #000000;
	font-size: 11px;
	line-height: 16px;
	margin: 0 0 5px 0;
}
	
#bestsellers li a:hover {
	color: #7E1416;
	font-size: 11px;
	line-height: 16px;
	text-decoration: underline;
	margin: 0;
	}


#bannerboxHeading {
	background-color: #0000CC;
	}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */

A.category-top, A.category-top:visited {
	color: #000;
	text-decoration: none;
	}

A.category-links, A.category-links:visited {
	color: #000;
	text-decoration: none;
	}

A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #000;
	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;
	line-height: 1.5em;
	font-size: 12px;
	vertical-align: top;
}

.forward, #shoppingCartDefault #PPECbutton { 
	float: right;
	vertical-align: top;
	}

.bold {
	font-weight: bold;
	}

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

.rowOdd a:link {
	color: #000;
	text-decoration: none;
	}

.rowOdd a:hover {
	color: #990000;
	text-decoration: underline;
}

.rowOdd a:visited {
	color# 000;
	text-decoration: none;
}

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

.rowEven a:link {
	color: #000;
	text-decoration: none;
	}

.rowEven a:hover {
	color: #990000;
	text-decoration: underline;
}

.rowEVen a:visited {
	color# 000;
	text-decoration: none;
}

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

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

/*Jono's created classes for define_main_page.php*/

.tables {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #9a9a9a;
	border-right-color: #9a9a9a;
	border-bottom-color: #9a9a9a;
	border-left-color: #9a9a9a;
	border-bottom-style: none;
	font-size: 9px;
	font-face: arial;
	line-height: normal;
	word-spacing: 0px;
	white-space: normal;
}

.bottom {
	background-image: url(/images/bottom_bg.gif);
	margin: auto;
	padding: 0px;
	font-family: arial;
	font-size: 12px;
	}

.bottom a:link {
	padding: 0 2px 0 0;
	color:#000000;
	}

.bottom a:visited {
	padding: 0 2px 0 0;
	color:#000000;
	}

.bottom a:hover {
	text-decoration: underline;
}

	
.unnamed1 {
	background-image: url(/images/title_bg.gif);
	}

.csmaintitle {
	font-weight: normal;
	font-family: arial;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0em;
	word-spacing: 0em;
	}

.csmainleftborder {
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: 9a9a9a;
	border-right-color: 9a9a9a;
	border-bottom-color: 9a9a9a;
	border-left-color: 9a9a9a;
	}

.csmainrightborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-top-color: 9a9a9a;
	border-right-color: 9a9a9a;
	border-bottom-color: 9a9a9a;
	border-left-color: 9a9a9a;
	font-family: arial;
	font-size: 10px;
	}

.csmainimagepaddin {
	padding: 2px;
	}

.csmainheadingtitles a:link {
	color:#000000;
}

.csmainheadingtitles a:visited {
	color:#000000;
}

.csmainheadingtitles {
	font-family: arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	word-spacing: 0pc;
	letter-spacing: 0pt;
	font-variant: normal;
}

.csmainsubjecttitle {
	font-family: arial;
	font-size: 10px;
	}

.csmainplaintext {
	font-family: arial;
	font-size: 10px;
	border: thin #666666;
	}

/*header classes*/

.topnavlink a:link {
	font-size: 11px;
	color: #000000;
	}

.topnavlink a:visited {
	font-size: 11px;
	color: #000000;
	}

.topnavlink a:hover {
	font-size: 11px;
	color: #990000;
	}

.freeship {
	vertical-align: bottom;
	font-size: 17px;
	color: #a212f;
	text-align: right;
	}

.catlink a:link, .catlink a:visited {
	color:#000000;
}


.catlink a:hover {
	color:#990000;
}
	


.catlink {
	background-image:  url(/images/cat_tile.gif);
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	word-spacing: 0.5px;
	}

.searchlink {
	text-align: right;
		}
		
.searchlink a:link {
	color: #000;
		}

.searchlink a:visited {
	color: #000;
		}
		
.searchlink a:hover {
	color: #990000;
		}

.advlink a:link {
	color:#000000;
}
		
.advlink a:hover {
	color:#990000;
}

.advlink a:visited {
	color:#000000;
}

.infotab {
	font-size: 10px;
	color: #000000;
	background-image: url(/images/src_tile.gif);
	}	

/*footer classes*/

.footermenu {
	vertical-alignment: middle;
	font-size: 10px;
	background-image: url(/images/btm_bg.gif);
	}

.footermenu a:link{
	color: #000000;
}

.footermenu a:visited {
	color: #000000;
}


.footermenu a:hover{ 
	color: #990000;
	text-decoration:underline;
}

.columnLeft {
	background-color: transparent;	
	}

.newsafe {
	font-size: 10px;
	color: #000000;
	text-align: right;
	}
.musicrow {
	background-color: #EDEDED;
}
.musicheading {
}	

.productGeneral {
	padding: 0px 0px 5px 0px;
}

#cshopping {
	margin: 8px 2px 0 0;
}

.reviewstext{
	font-size: 12px;
	text-decoration: none;
	background-color: transparent;
	padding-top: 0em;
	padding-right: 0.5em;
	padding-bottom: 1em;
	padding-left: 0.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c5c5c5;
}

.reviewstext a:link{
	color: #000;
}

.reviewstext a:visited{
	color: #000;
}


.reviewstext a:hover{
	color: #990000;
	text-decoration: none;
}

#productDateAvailable {
	color: #CE0000;
	text-decoration: none;
}

.itemTitle a:link {
	color: #000;
	padding: 0;
}

.itemTitle a:hover {
	color: #000;
}

.itemTitle a:visted {
	color: #000;
}

.bodytext {
	padding: 8px 2px 0 5px;
}

#gvFaqDefaultMainContent {
	padding: 12px 0px 12px 0px;
}

#gvFaqDefaultContent {
	padding: 0 0 12px 0;
}

#ezPagesHeading {
	padding: 2px 0 15px 0;
}

.centerBoxWrapperContents
	{
	padding: 0;
}

centerBoxContentsProducts {
	padding: 0;
}

.listingDescription {
	padding: 0;
	margin: 0;
}

#reviewsInfoDefaultHeading {
	padding: 0 0 10px 0;
}
.conditionsBody, .aboutUsBody, .privacyBody, .shippingBody, .disclaimerBody, .returnsBody, .discountBody {	
	width: 557px;
	padding: 10px;
}

.nwsLetter {
	background-image: url(/images/nwsLetterBg.gif);
	background-repeat: repeat-x;
	font-face: arial, verdana, helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}
.nwsLetterRed {
	background-image: url(/images/nwsredbg.gif);
	background-repeat: repeat-x;
}
.nwsLetterLeft {
	background-image: url(/images/nwsLetterLeft.gif);
}
.nwsLetterRight {
	background-image: url(/images/nwsLetterRight.gif);
}

.contactBody {
	font-size: 9pt;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;

}
.contactNumber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-style: normal;
	font-weight: normal;
	color: #333333;

}
.contactBox {
	background-image: url(/images/contactUs/contactBG.gif);
	background-repeat: repeat-x;
}
.contactHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin-top: 15px;
	margin-left: 10px;
}
.contactButton {
	margin-left: 10px;
	margin-top: 8px;
	margin-bottom: 12px;

}
#contactUsForm {
	width: 583px;
}
#contactUsNoticeContent {
	align: left;
	margin: 0;
	padding: 0;
}
.cFormWidth {
	width: 583px;
}
.contactHelpbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;

}
.contactHelpbody a:link {
	color: #000;
	text-decoration: underline;

}
.contactHelpbody a:visited {
	color: #000;
	text-decoration: underline;

}
.contactHelpbody a:hover {
	color: #990000;

}
.contactHelpTable {
	padding: 3px;
	border: thin solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;

}
.contactHelpemail {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
#contactHelpTable {
	padding: 3px;
	border: thin solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;

}
.contactEmailTitle {
	background-image: url(/images/contactUs/emailBG.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	color: #000000;
}
.winBody {
	padding: 0 15px 0 0;
	font-size: 8pt;
	line-height: 9pt;
	color: #666666;
	vertical-align: 30%;
	white-space: normal;
	text-align: left;
}
.winBtm {
	margin: 0 0 50px 0;
}
/*banner ad*/

.bannerAd {
	margin: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #FFFFFF;
	height: 36px;
	width: 791px;
	font-weight: lighter;
}

.bannerAd {
	background-image: url(/zcv1371/images/banners/adBG.gif);
}

.bannerAd a:link, .bannerAd a:visited {
	color: #990000;
	font-weight: bolder;
	font-size: 14pt;
	text-decoration:none;
}
.bannerAd a:hover {
	color: #b70101;
}
/*christmas footer*/
.christmasBanner {
	margin: 0 0 5px 0;
	}
	
/*Product Page*/
#productName {
	font-size: 15pt;
	color: #6c6c6c;
	font-weight: normal;
	border-bottom: 1px solid #d7d7d7;
}
#productLeft{
	float: left;
	border: 1px solid #d7d7d7;
	padding: 5px;
	margin: 10px 10px 10px 0;
}
#productLeft a:link, #productLeft a:visited  {
	text-decoration: none;
}
#askQuestion {
	padding: 10px 0 0 0;
}
.attribsSelect, .optionName, #attrib-17-67 {
	padding: 0 7px 0 3px;
}
.homeChristmas {
	margin: 0 0 10px 0;
	width: 578px;
	height: 123px;
}
#homeChristmasOne {
	background-image: url(/images/homepage/cleverChristmasHome_01.gif);
}
#homeChristmasTwo {
	background-image: url(/images/homepage/cleverChristmasHome_03.gif);
}
#homeChristmasThree {
	background-image: url(/images/homepage/cleverChristmasHome_05.gif);
}
#homeChristmasFour {
	background-image: url(/images/homepage/cleverChristmasHome_07.gif);
}
.homeBannerChristmas ,.homeBannerChristmas a:link, .homeBannerChristmas a:visited, .homeBannerChristmasRed, .homeBannerChristmasRed a:link, .homeBannerChristmasRed a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	vertical-align: top;
	text-decoration: none;
}

.homeBannerChristmas, .homeBannerChristmasRed {
	padding: 45px 0 0 0;
	}

.homeBannerChristmas a:link, .homeBannerChristmas a:visited {
	color:#9d0000;
	}

.homeBannerChristmasRed a:link, .homeBannerChristmasRed a:visited {
	color:#f5f2f2;
	}
	
.homeBannerChristmas a:hover, .homeBannerChristmasRed a:hover {
	text-decoration: underline;
}	

.imgLink {
	text-align: center;
}
.upcomingProductsTable {
	margin: 20px 0 0 0;
}
.specialDeadline {
	font-size: 10px;
	color: #9d9d9d;
	margin:0 0 0 50px;
}

/* bof add by Buddy */
.catDescContent {
	padding: 0px 0px 5px 0px;
	font-size: 1.2em;
}
.content{
  font-size: 1.2em;
	padding: 0em;
	}
	
/* eof add by Buddy */

/* 2008-05-19  sichuan wenchuan earthquake

html { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); }

*/
