/**
 * 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: "Trebuchet MS", helvetica, arial, clean, sans-serif;*/
	/*font-size: 68.5%;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	/*background-color: #000000;*/
	background-image: url(../img/bodybg.gif);
	}
input.headersearch {
	color:#000000;
	border: 1px solid #333333;
	padding-top: 1px;
	padding-bottom: 3px;
	margin-left: 0px;
	padding-left: 5px;
	margin-right: 0px;
}
a img {border: none; }

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

a:active {
	color:  #000000;
	}

h1 {
	font-size: 16px;
	color: #000000;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .larger{//.sideBoxContent, 
	font-size: 11px;
	}

.biggerText {
	font-size: 14px;
	font-weight: normal;
	}

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

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

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

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	vertical-align:middle;
	}
input.google {
	margin-right: 40px;
	margin-bottom: 0px;
	padding-top: 0px;
}
TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background-color: #FFFFFF;
	}

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

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, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 9em;
	float: left;
	margin-left: 5px;
	}

LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
	}

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

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #9a9a9a;
	}

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

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

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

/*wrappers - page or section containers*/
#mainWrapper {
	text-align: left;
	width: 976px;
	vertical-align: top;
	border: 0px solid #9a9a9a;
	}

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

#logoWrapper{
	background-repeat: no-repeat;
	background-image: url(../img/loginbg.gif);
	background-position: right top;
	height: 89px;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0.5em;
	margin-right: 0.5em;
	}
	
#tagline {
	font-size: 1em;
	text-align : right;
	vertical-align: middle;
	padding-right: 0px;
	padding-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	}

#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 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	list-style-type: none;
	margin-top: 10px;
	margin-right: 20px;
	padding-top: 10px;
	padding-right: 0em;
	}

#navCatTabsWrapper {
	margin: 0em;
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	}
#navMainWrapper {
	margin: 0em;
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #ffffff;
	}
#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

#navSupp ul, #navCatTabs ul, #addlinks ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}
#navMain ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: left;
	line-height: 1.5em;
	}
#navSupp ul {
	margin: 0;
	padding: 1.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}
#navMain ul li, #navSupp ul li, #navCatTabs ul li, #addlinks ul li, #addlinks ul li {
	display: inline;
	}

#navMain ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}
#navSupp ul li a {
	text-decoration: none;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}
#navCatTabs ul li a {
	color: #9a9a9a;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #9a9a9a;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	padding: 0.5em 0.5em;
	background-color: #666666;
	font-size: 1em;
	font-weight: bold;
	margin: 0em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	color: #FFFFFF;
	background-image: url(../images/navnavbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	}
#navBreadCrumb a {
    color: #FFFFFF;
}
#navBreadCrumb a:hover {
	color: #000000;
	text-decoration: underline;
}
#navEZPagesTop {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne, #navColumnTwo {
	/*background-color: #E1E1E1;*/
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	}

/*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;
	}

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

.smallText, #siteinfoLegal, #siteinfoLegal a, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	color: #FFFFFF;
	font-size: 11px;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	border: 1px solid #C2C2C2;
	padding: 1em;
	font-size: 12px;
	background-color: #F1F1F1;
	margin-top: 1em;
	margin-right: 20px;
	margin-bottom: 1em;
	margin-left: 1em;
	}

.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
	}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	background-color: #FFFFFF;
	}

.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;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	font-weight: bold;
	font-size: 12px;
	}

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

.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 {
	height: 1%;
	margin: 0em;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	}
h2.centerBoxHeading {
	font-size: 1.3em;
	color: #000000;
	padding-left: 15px;
	}

/*sideboxes*/
.columnLeft { 
/*background-color:#CCCCCC*/
background-image: url(../img/Bamboo.gif);
}

h3.

 a, h3.rightBoxHeading a {
	/*font-size: 18px;*/
	color: #000000;
	margin: 18px;
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}

.centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-color: #FFFFFF;
	height: 28px;
	padding-top: 15px;
	padding-right: 0.2em;
	padding-bottom: 5px;
	padding-left: 0.2em;
	background-image: url(../img/navbar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}

.leftBoxContainer, .rightBoxContainer {
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	}

.sideBoxContent {
	/*background-color: #E1E1E1;*/
	padding: 0.8em;
	margin: 1.0em;
	font-size: 9px;
	}

h3.




 a:hover, h3.rightBoxHeading a:hover {
	color: #000000;
	/*font-size: 1.2em;
	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, .rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}
.centerBoxHeading {
	text-align: left;
	}
#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#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: #008000;
	text-decoration: none;
	}
A.category-links, A.category-links:visited {
	color: #004080;
	text-decoration: none;
	}
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: normal;
	font-size: 1.0em;
	color: #000000;
	margin-bottom: 2.5em;
	}
SPAN.category-subs-selected {
	font-weight: bolder;
	color: #000000;
	}
/* end categories box links */

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd TD, .rowEven TD {
	height: 1.5em;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	list-style-type: none;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #FFFFFF;
	height: 2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	}

.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;
	}
.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;
	}
#taglineWrapper {
	background-repeat: repeat-y;
	background-position: right top;
}
#navMain, #addlinks {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#cart_header {
	padding-left: 720px;
	color: #FFFFFF;
	font-size: 1.3em;
}
#add_links {
	padding-left: 712px;
	color: #FFFFFF;
	padding-bottom: 12px;
}
#headerWrapper {
	margin-bottom: 0px;
}
#searchCartBar {
	float: left;
	margin-top: 17px;
	margin-left: 155px;
}
#indexDefault {
	background-color: #FFFFFF;
}

div#navMain ul#utilsNav li a, div#addlinks ul#linksadd li a {
	font-size: 1em;
	color: #fff;
	background: url(../img/arrow.gif) 0 50% no-repeat;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
}
div#navMain ul#utilsNav li a:hover, div#addlinks ul#linksadd li a:hover {
	font-size: 1em;
	color: #fff;
	background: url(../img/arrow.gif) 0 50% no-repeat;
	text-decoration: underline;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
}

h3.leftBoxHeading a {
	/*
	font-size: 13px;
	font-weight: bold;
	*/
}

h3.leftBoxHeading, h3.rightBoxHeading {
	text-align: left;
	background-color: #E1E1E1;
	font-size: 12px;
	color: #000000;
	padding-left: 5px;
	background-image: url(../img/bullet11.gif);
	background-repeat: no-repeat;
	background-position: center left;
	margin-left: 15px;
	margin-bottom: 0px;
	margin-top: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-top: 0px;
	font-weight: bold;
}
#indexProductList {
	background-color: #FFFFFF;
}
h3.itemTitle a {
	font-size: 12px;
	color: #333;
}
h3.itemTitle a:visited {
	font-size: 12px;
	color: #333;
}
h3.itemTitle a:hover {
	font-size: 12px;
	color: #333;
	text-decoration: underline;
}.centerBoxContentsProducts {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}#indexCategories {
	color: #FFFFFF;
	background-color: #000000;
}
.legalCopyright {
	color: #FFFFFF;
	padding-bottom: 10px;
}
SPAN.imgLink {
	color: #000000;
}
#productMainImage {
	padding: 1em;
}
#loginDefault, #checkoutShipping, #checkoutPayment, #checkoutConfirmDefault, #checkoutSuccess {
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
}
#loginDefault A {
	COLOR: #000000}
#loginDefault A:hover {
	COLOR: #FF0000;
	text-decoration: underline;
}
A #cartProdTitle {
	color: #000000;
	vertical-align: middle;
}
#indexDefaultMainContent {
	background-color: #000000;
}
.cartinfo {
	color: #FFFFFF;
}
#navSuppWrapper {
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #FFFFFF;
	background-image: url(../img/footer_bgg.gif);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	margin-top: -3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.moreprice a {
	color: #333333;
	text-decoration: underline;
}
.moreprice a:hover {
	color: #04979A;
	text-decoration: underline;
}
#informationContent a {
	color: #000000;
	padding-left: 13px;
}
#informationContent a:hover {
	color: #04979A;
	padding-left: 13px;
}
.wholesale {
	font-size: 10pt;
	color: #FFFFFF;
	padding-left: 11px;
}
.logincheckout {
	color: #FF0000;
}
#footernavSuppWrapper {
	width: 976px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color: #FFFFFF;
	background-image: url(../img/bgfoot.gif);
	background-repeat: no-repeat;
	height: 380px;
	margin-top: 3px;
}


#footimages ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: left;
	line-height: 1.5em;
	}

#footimages ul li {
	display: inline;
	}
#footimages ul li a {
	text-decoration: none;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}

#footerline {
	background-image: url(../img/footbgline.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 2px;
	width: 972px;
	margin-left: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#footimages ul li  {
	margin-left: 18px;
	padding-right: 1px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
.centerBoxContentsNew {
	color: #000000;
}
.centerBoxContentsNew a:link {
	color: #333333;
}
.centerBoxContentsNew a:hover {
	color: #000000;
}
.centerBoxContentsNew a:visited {
	color: #000000;
}
#categoryDescription {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#createAcctDefault {
	background-color: #FFFFFF;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
}
#createAcctDefault a{
	color: #000000;
	text-decoration: underline;
}
#contentMainWrapper {
	background-color: #FFFFFF;
}
#productsListingListingBottomLinks {
	height: 24px;
	line-height: 26px;
	color: #878787;
	background-color: #FFFFFF;
}
#productsListingListingBottomLinks a {
	color: #000000;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
#productsListingListingBottomLinks a, #productsListingListingBottomLinks strong {
	line-height:26px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
#productsListingListingBottomLinks a:hover { background-color: #FFF; }
#productsListingListingBottomLinks strong {
	font-weight: bold;
	color: #000000;
	background-color: #999999;
}
#productsListingListingBottomLinks {}
#accountDefault, #ezPageDefaults, #accountEditDefault, #addressBookDefault, #accountPassword, #acctNewslettersDefault, #accountNotifications, #logoffDefault, #accountHistInfo, #accountHistoryDefault, #shoppingCartDefault, #advSearchDefault {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 0px;
	padding-top: 0px;
}
#accountDefault a:link, #accountDefault a:visited, #accountEditDefault a:link, #accountEditDefault a:visited, #addressBookDefault a:link, #addressBookDefault a:visited {
	color: #000000;
	margin-left: 5px;
	font-size: 1.2em;
}
#accountDefault a:hover, #accountEditDefault a:hover, #addressBookDefault a:hover {
	margin-left: 5px;
	color: #FF0000;
	text-decoration: underline;
}
#accountDefaultHeading, #accountEditDefaultHeading, #addressBookDefaultHeading, #accountPasswordHeading, #acctNewslettersDefaultHeading, #accountNotificationsHeading, #logoffDefaultHeading, #accountHistoryDefaultHeading, #advSearchDefaultHeading {
	margin: 0px;
	padding: 0px;
}
A.headviewbag:hover, A.headcheck:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
A.headviewbag:visited, A.headviewbag:link, A.headcheck:visited, A.headcheck:link {
	color: #FFFFFF;
}#productsListingBottomNumber {
	margin-left: 5px;
}
#pageNotFound {
	margin-right: 5px;
	margin-left: 5px;
	list-style-type: none;
}
#pageNotFound ul li {
	list-style-type: none;
}
A.headadvance {
	color: #FFFFFF;
	margin-left: -25px;
}
A.headadvance:visited {
	color: #FFFFFF;
	margin-left: -25px;
}
A.headadvance:hover {
	color: #FFFFFF;
	margin-left: -25px;
	text-decoration: underline;
}.cartProductDisplay, .cartUnitDisplay {
	text-align: center;
}
#scTotalHeading, .cartTotalDisplay {
	text-align: right;
}
#blanksidebox, #keywordsidebox, #jacksidebox {display:block}
.navNextPrevWrapper {
	float: right;
}
#productName {
	float: left;
	padding-left: 8px;
}#infohead {
	background-image: url(../img/navbar.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 47px;
	margin-top: 1px;
	padding-top: 8px;
}
.listtext {
	margin-top: 5px;
	padding: 0px;
	width: 100px;
	float: left;
}
#discountPolicy4 TD {
	border: 1px solid #C2C2C2;
}
#discountPolicy4 table {
	border: 1px solid #C2C2C2;
}
#mainContent { //#contactUsNoticeContent,
	font-size: 1.2em;
	font-weight: normal;
}
#contactUsForm, #checkoutShipAddressDefault, #checkoutPayAddressDefault {
	margin-right: 6px;
	margin-left: 6px;
}
.buttonRow a {
	color: #000000;
}.header {
	border: 1px solid #666666;
}
#navCurrenciesWrapper {
	color: #FFFFFF;
}#ezPageDefault, #privacy, #shippingInfo, #contactUsDefault {
	background-image: url(../images/bottomcontent.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-right: 80px;
	padding-left: 50px;
	padding-bottom: 80px;
	line-height: 26px;
	font-size: 13px;
}
#ezPagesHeading {
	background-image: url(../images/topcontent.gif);
	background-repeat: no-repeat;
	background-position: 100px top;
	height: 25px;
	padding-top: 30px;
	font-size: 18px;
}
#privacyDefaultHeading {
	background-image: url(../images/topcontent.gif);
	background-repeat: no-repeat;
	background-position: 130px top;
	height: 25px;
	padding-top: 30px;
	font-size: 18px;
}
#shippingInfoHeading {
	background-image: url(../images/topcontent.gif);
	background-repeat: no-repeat;
	background-position: 150px top;
	height: 25px;
	padding-top: 30px;
	font-size: 18px;
}
.searchboxx {
	padding-left: 52px;
}