/**
* 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-size: 70%;
	color: #000000;
	font-family: Tahoma;
	background-color: #E4E3E3;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
A IMG
{
	border: none;
}
A:link, #navEZPagesTOC UL LI A
{
	color: #323232;
	text-decoration: none;
}
A:visited
{
	color: #424141;
	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: #A00;
}
A:active
{
}
H1
{
	font-size: 1.5em;
	color: #9A9A9A;
}
H2
{
	font-size: 1.2em;
}
H3
{
	font-size: 1.1em;
}
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: 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;
}
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.2em;
}
LABEL.checkboxLabel, LABEL.radioButtonLabel
{
	margin: 0.5em 0.3em;
}
#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;
}
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: #FFFFFF;
	text-align: left;
	width: 972px;
	vertical-align: top;
}
#headerWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper UL, #ezPageBoxList UL, #mainWrapper, #popupAdditionalImage, #popupImage
{
	margin: 0em;
	padding: 0em;
}
#logoWrapper
{
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	height: 75px;
}
#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper
{
	margin: auto;
}
#navColumnOneWrapper, #navColumnTwoWrapper
{
	margin-right: 0.5em;
	margin-left: 0.5em;
	padding-right: 0;
	padding-left: 0;
}
#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, #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, #navSuppWrapper, #navCatTabsWrapper
{
	margin: 0;
	font-weight: bold;
	color: #FFFFFF;
	height: 1%;
	padding-top: 0.5em;
	padding-right: 0.2em;
	padding-left: 0.2em;
}
#navCatTabsWrapper
{
	background-color: #FFFFFF;
	color: #9A9A9A;
	background-image: none;
}
#navMain UL, #navSupp UL, #navCatTabs UL
{
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
}
#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: 0 0.5em;
	margin: 0;
	color: #424141;
	font-weight: normal;
	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
{
	color: #A00;
	padding: 0.5em;
	background-color: #FFFFFF;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0;
}
#navEZPagesTop
{
	font-size: 0.95em;
	font-weight: bold;
	margin: 0;
	padding: 0.5em;
}
#navColumnOne, #navColumnTwo
{
	background-color: transparent;
	margin-right: 0;
	margin-left: 0;
}
/*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.1em;*/
	padding: 0.5em;
}
.alert
{
	color: #FF0000;
	margin-left: 0.5em;
}
.advisory
{
}
.important
{
	font-weight: bold;
}
.notice
{
}
.rating
{
}
.gvBal
{
	float: right;
}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix
{
	margin: 0;
	padding: 0;
}
.centerColumn
{
	padding: 0 1.3em;
}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP
{
	font-size: 0.9em;
}
/*Shopping Cart Display*/
#cartAdd
{
	float: left;
	text-align: left;
	margin: 0;
	border: 0 solid #000000;
	padding: 3px 3px 3px 0;
}
.tableHeading TH
{
	color: #E9E9E9;
	background-color: #A00;
	background-image: url(../images/tabbedlite-span-current.gif);
	background-repeat: repeat-x;
	background-position: center top;
	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;
	background-image: url(../images/tabbedlite-span.gif);
	background-repeat: repeat-x;
	background-position: center top;
	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;
	color: #353634;
}
.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount
{
	font-weight: bold;
}
SPAN.productPriceDiscount
{
	color: #E91111;
}
.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;
}
.current
{
	color: #A00;
}
.categoryIcon
{
}
#cartImage
{
	margin: 0.5em 1em;
}
/*Attributes*/
.attribImg
{
	width: 20%;
	margin: 0.3em 0em;
}
.attributesComments
{
}
/*list box contents*/
.centerBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured
{
	margin: 1em 0em;
}
.centerBoxWrapper
{
	background-color: #FFFFFF;
	text-align: center;
	height: 1%;
	margin: 1.1em 0;
	padding-left: 1.4em;
}
H2.centerBoxHeading
{
	font-size: 1.3em;
	color: #3A3E41;
	text-transform: uppercase;
}
/*sideboxes*/
.columnLeft
{
}
H3.leftBoxHeading, H3.rightBoxHeading
{
	font-size: 11px;
	color: #424141;
	text-transform: uppercase;
	text-align: left;
	margin: 0;
	padding: 1.2em 0 0 3em;
}
H3.leftBoxHeading A, H3.rightBoxHeading A
{
	color: #424141;
	font-size: 11px;
	text-align: left;
	text-transform: uppercase;
	margin: 0;
	padding: 1em 0 0;
}
#currenciesHeading, #musicgenresHeading, #recordcompaniesHeading
{
	font-size: 0.9em;
	color: #424141;
}
.centerBoxHeading
{
	vertical-align: middle;
	margin: 0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.leftBoxHeading, .rightBoxHeading
{
	color: #424141;
	background-image: url(../images/sidebox-heading.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 47px;
}
.leftBoxHeading LABEL, .rightBoxHeading LABEL
{
	color: #424141;
	font-size: 11px;
}
.leftBoxContainer, .rightBoxContainer
{
	background-image: url(../images/sidebox-footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0.5em 0 1em;
	padding-bottom: 9px;
}
.sideBoxContent
{
	height: 1%;
	margin-top: -1.2em;
	padding: 0.4em 0.8em;
	border-right: 1px solid #A3A3A3;
	border-left: 1px solid #A3A3A3;
}
H3.leftBoxHeading A:hover, H3.rightBoxHeading A:hover
{
	color: #A00;
	text-decoration: none;
}
.rightBoxHeading A:visited, .leftBoxHeading A:visited, .centerBoxHeading A:visited
{
	color: #424141;
}
.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;
}
.bestsellers_thumbnail
{
	width: 26px;
	padding-right: 4px;
	float: left;
	margin: 0px;
}
#bestsellers .wrapper
{
	margin: 0em 0em 0em 0.9em;
}
#bestsellers OL
{
	padding: 0;
	margin-left: 1.1em;
}
#bestsellers LI
{
	margin-left: 3px;
	padding-top: 5px;
	margin: 0em 0em 1.3em;
	clear: both;
}
#upProductsHeading
{
	text-align: left;
}
#upDateHeading
{
	text-align: right;
}
/*categories box parent and child categories*/
A.category-top, A.category-top:visited
{
	color: #323232;
	font-weight: bold;
	line-height: 1.7;
	background-image: url(../images/cat-arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: underline;
	clear: right;
	padding-left: 25px;
}
A.category-top:hover
{
	color: #A00;
}
A.category-links, A.category-links:visited
{
	color: #A00;
	line-height: 1.5;
	background-image: url(../images/cat-arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: underline;
	padding-left: 25px;
}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited
{
	color: #323232;
	line-height: 1.3;
	text-decoration: none;
	padding-left: 15px;
}
A.category-subs:hover, A.category-products:hover
{
	color: #A00;
}
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;
}
.ratingRow
{
	margin: 1em 0em 1.5em;
}
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;
}
H3.itemTitle
{
	height: 1em;
}
/*Zen4Me.com custom CSS and additional start here*/
.centerBoxWrapper2
{
	color: #3A3E41;
	background-color: #FFFFFF;
	text-align: center;
	height: 1%;
	margin: 1.1em 0;
}
#informationContent UL LI
{
	line-height: 1.3;
	background-image: url(../images/arrow-dot.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#ezpagesContent UL LI, #moreinformationContent UL LI
{
	line-height: 1.3;
	background-image: url(../images/arrow-red-dot.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#contentMainWrapper
{
	background-image: url(../images/body-back.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0;
	padding: 0 15px;
}
#header_box
{
	margin: 0 0 -3px;
	padding: 0;
}
#searchHeading
{
	background-image: url(../images/search_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 49px;
}
#currenciesHeading
{
	background-image: url(../images/search_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 49px;
}
#whosonlineHeading
{
	background-image: url(../images/search_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 49px;
}
#manufacturersHeading
{
	background-image: url(../images/manufacturer_heading.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 47px;
}
#languagesHeading
{
	background-image: url(../images/manufacturer_heading.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 47px;
}
.centerBoxContentsNew, .centerBoxContentsFeatured, .centerBoxContentsSpecials
{
	min-height: 200px;
	height: auto !important;
	height: 200px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
	padding-top: 0;
	padding-bottom: 0;
}
#zm01_container
{
	vertical-align: bottom;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#zm01_header
{
	min-height: 116px;
	height: auto !important;
	height: 116px;
	font-weight: bold;
	background-color: #FFFFFF;
	vertical-align: top;
	margin: 0;
	padding: 5px 0;
}
#zm01_footer
{
	min-height: 65px;
	height: auto !important;
	height: 65px;
	background-color: #FFFFFF;
	vertical-align: middle;
	margin: 0;
	padding: 5px 0 3px;
	color: #04B004;
	font-weight: bold;
}
#top_nav UL LI
{
	vertical-align: bottom;
	display: inline;
}
#top_nav UL LI A
{
	font-size: 12px;
}
#top_nav UL
{
	text-align: right;
	vertical-align: bottom;
	margin-top: 10px;
	padding-right: 30px;
	list-style-type: none;
}
#top_nav
{
	line-height: 0.2;
	vertical-align: bottom;
}
#cart_content A
{
	color: #FFFFFF;
	text-decoration: underline;
}
#cart_content
{
	color: #FFFFFF;
}
#zm_logo
{
	padding-left: 35px;
}
.zm_logo_font
{
	color: #FFFFFF;
	font-size: 4em;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}
.main
{
	background-color: #FFFFFF;
}
.centerBoxWrapper2 .main
{
	color: #04B004;
	font-weight: bold;
}
.centerBoxContentsProducts
{
	background-color: #FFFFFF;
	margin: 5px 2px 20px;
	padding-top: 5px;
}
#productListing
{
	color: #3A3E41;
	background-color: #FFFFFF;
	margin-bottom: 3em;
	padding-bottom: 5px;
	padding-left: 1.4em;
}
#productMainImage
{
	width: 255px;
	height: 255px;
	margin: 0 1em 1em 0;
	padding: 5px;
}
#productsListingTopNumber, #productsListingBottomNumber, #productsListingListingBottomLinks A, #productsListingListingTopLinks A, .navSplitPagesResult, .navSplitPagesLinks, #specialsListingTopNumber, #specialsListingBottomNumber, #specialsListingTopLinks A, #specialsListingBottomLinks A
{
	color: #3A3E41;
}
#newProductsDefaultListingTopNumber, #featuredProductsListingTopNumber, #allProductsListingTopNumber
{
	color: #4A4A4A;
}
.imgLink
{
	font-weight: bold;
}
#productName
{
	color: #A00;
	font-weight: normal;
	margin-top: 0;
	padding-top: 0;
}
#productPrices
{
	color: #04B004;
}
#productDetailsList
{
	color: #A00;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 5px 0 20px;
	list-style-type: disc;
}
#productDescription1
{
	font-size: 1em;
	margin-right: 10px;
	margin-left: 10px;
}
#zm002_prodinfo_box
{
	width: 160px;
	float: right;
	min-height: 150px;
	margin-left: 5px;
	padding: 5px;
	border: 1px solid #C0C0C0;
}
#productTellFriendLink
{
	vertical-align: top;
}
#email_friend IMG, #write_my_review IMG
{
	text-decoration: underline;
	margin-bottom: -4px;
}
#attributes_box
{
	float: left;
	margin-top: 5px;
	padding-top: 5px;
	border-color: #C0C0C0;
	border-style: solid;
	border-width: 1px 0 0;
}
.specialsListBoxContents
{
	min-height: 180px;
	height: auto !important;
	height: 180px;
	background-color: #FFFFFF;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 3px;
	padding: 4px;
	border: 1px solid #C0C0C0;
}
#specialsListing
{
	color: #3A3E41;
	background-color: #FFFFFF;
	border: 1px solid #9A9A9A;
}
.banners
{
	margin: 0;
	padding: 0;
}
#navSuppWrapper
{
	color: #424141;
	font-weight: normal;
	background-image: url(../images/body-back.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	vertical-align: bottom;
}
#zm_footer
{
	background-image: url(../images/bottom_footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: middle;
	height: 37px;
	margin-bottom: 10px;
}
#siteinfoLegal
{
	padding-bottom: 5px;
}
#zm_centercolumn
{
	margin: 0;
	padding: 5px 0 0;
}
.centerBoxContentsProducts SPAN.green
{
	color: #04B004;
}
/*
#zm_featured_box, #zm_whatsnew_box, #zm_specials_box { font-size: 0.9em; background-color: #ffffff; padding: 5px; border: solid 1px #c0c0c0; }

Older IE Hack*/
* HTML #navColumnOne
{
	background-color: transparent;
	width: 212px;
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
}
* HTML #navColumnTwo
{
	background-color: transparent;
	margin-right: 0;
	margin-left: 0;
	width: 212px;
	padding-left: 0;
}
* HTML #zm_centercolumn
{
	margin: 0;
	padding: 5px 0 0;
}
* HTML #productGeneral, #productMusicDisplay, #docGeneralDisplay, #docProductDisplay, #productFreeShipdisplay
{
	padding-right: 30px;
}
* HTML #navBreadCrumb
{
	margin-right: 30px;
}
* HTML #searchContent
{
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
/*IE7 Hack*/
* + HTML #navColumnOne
{
	background-color: transparent;
	width: 212px;
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
}
* + HTML #navColumnTwo
{
	background-color: transparent;
	margin-right: 0;
	margin-left: 0;
	width: 212px;
	padding-left: 0;
}
* + HTML #zm_centercolumn
{
	margin: 0;
	padding: 5px 0 0;
}
* + HTML #productGeneral, #productMusicDisplay, #docGeneralDisplay, #docProductDisplay, #productFreeShipdisplay
{
	padding-right: 30px;
}
* + HTML #navBreadCrumb
{
	margin-right: 30px;
}
* + HTML #searchContent
{
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#productDescription1.productGeneral .biggerText
{
	font-family: Tahoma;
	font-size: 13px;
}

