
/**
 * 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: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image: url(../images/background-image.jpg);
	background-repeat: repeat-x;
}

a img {
	border: 0 none;
}

a:link,
#navEZPagesTOC ul li a {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #222222;
	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: #444444;
	font-weight:bold;
}

a:active {
	color: #444444;
}

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

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

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

.biggerText {
	font-size: 14px;
}

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

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

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: 5px;
	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;
}

#mainPadding {
	padding:0 11px;
}

/*wrappers - page or section containers*/
#mainWrapper {
	/*background-color:#FFFFFF;*/
	/*border:1px solid #9A9A9A;*/
text-align:left;
	vertical-align:top;
	width:981px;
}

#corners-top {
	background-image: url(../images/corners-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:10px;
}

#corners-bottom {
	background-image: url(../images/corners-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:10px;
}

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

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

#headerWrapper {
	padding-bottom:7px;
}

#mainWrapper {
	margin:0 auto;
}

#navColumnOneWrapper,
#navColumnTwoWrapper {
/*margin-left: 0.5em;
	margin-right: 0.5em;*/
}

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

#checkoutShipto2 {
	margin: 0 0 0 -1px;
	width: 49.5%;
	border-left:1px solid #AAAAAA;
}

#checkoutBillto {
	margin: 0;
	width: 49.5%;
}

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

#navSuppWrapper,
#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%;*/
}

#navSupp {
	background-image:url(../images/footer-background.jpg);
	background-position:center bottom;
	background-repeat:repeat-x;
	height:80px;
}

#navSuppWrapper #navSupp ul li {
	background-image: url(../images/header-seperator.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding:15px;
}

#navSuppWrapper #navSupp ul {
	height:40px;
	padding:20px;
}

#navSuppWrapper {
	padding-top:50px;
}

#footer-corners-left {
	background-image: url(../images/footer-corners-left.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

#footer {
	background-image:url(../images/footer-background.jpg);
	background-position:center center;
	background-repeat:repeat-x;
	height:45px;
}

#footer-corners-right {
	background-image: url(../images/footer-corners-right.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

#navMainWrapper {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: center top;
	height:320px;	/*position:relative;*/
}

#navMain {
/*	position:absolute;
	bottom:0;
	right:0;*/
}

#header-height {
	height:257px;
}
/*
#why-buy-image {
	background-image:url(../images/why-buy-image-3.png);
	background-position:left top;
	background-repeat:no-repeat;
	height:383px;
	padding-bottom:10px;
}
*/
#front-text-block {
	background-color:#FFF;
}

#why-buy-heading {
	padding:0 0 10px 20px;
}

#why-buy-text {
	font-size:12px;
	line-height:1.25em;
	padding:0 22px;
	text-align:justify;
}

#why-buy-buttons {
	padding:13px 22px;
}

#why-buy-buttons img {
	padding-right: 12px;
}

#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 {
	padding:5px;
	color: #f0d6a8;
}

#navSupp ul li a:active,
#navSupp ul li a:hover {
	padding:5px;
	color: #f0d6a8;
	text-decoration:underline;
}

#navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	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: #ffffff;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
}

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

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

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

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

.advisory {
}

.important {
	font-weight: bold;
}

.notice {
}

.rating {
}

.gvBal {
	float: right;
}

.centerColumn,
#bannerOne,
#bannerTwo,
#bannerThree,
#bannerFour,
#bannerFive,
#bannerSix {
	color:#484848;
	padding:0 0 0 12px;
}

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

/*Shopping Cart Display*/
#cartAdd {
	float:right;
	padding:6px 0 0;
	text-align:center;
	width:330px;
}

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

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

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
}

.tableRow,
.tableHeading,
#cartSubTotal {
	height: 2.2em;
}

.cartProductDisplay,
.cartUnitDisplay,
.cartTotalDisplay,
.cartRemoveItemDisplay,
.cartQuantityUpdate,
.cartQuantity,
#cartInstructionsDisplay,
.cartTotalsDisplay {
	padding: 0.5em 0em;
}

.cartUnitDisplay,
.cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
}

#scUpdateQuantity {
	width: 2em;
}

.cartQuantity {
	text-align:center;
	vertical-align:middle;
	width:50px;
}

.cartUnitDisplay,
.cartTotalDisplay {
	text-align:center;
	vertical-align:middle;
}

.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 {
	border:1px solid #E0E0E0;
	margin-right:15px;
	padding:5px;
}*/


#productMainImage {
	margin-right:15px;
	padding:5px;
}

.categoryIcon {
	font-weight:bold;
	padding:0 0 5px;
}

.cartProductDisplay {
	margin:5px 0 5px 0;
}

.cartImage {
	padding-right:5px;
}

#cartContentsDisplay td a:hover {
	text-decoration:underline;
	font-weight:normal;
}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {
}

/*list box contents*/
.centerBoxContents,
.specialsListBoxContents,
.categoryListBoxContents,
.additionalImages,
.centerBoxContentsSpecials,
.centerBoxContentsAlsoPurch,
.centerBoxContentsFeatured,
.centerBoxContentsNew {
/*margin: 1em 0em;*/
}

.centerBoxWrapper {
}

h2.centerBoxHeading {
/*font-weight:normal;*/
}

.centerBoxContentsFeatured {
	border-top:1px solid #E0E0E0;
	padding:18px 0 10px;
}

#featuredProducts {
	padding:19px 22px;
	background-color:#FFFFFF;
}

.centerBoxHeading {
}

/*sideboxes*/
.columnLeft {
}

h3.leftBoxHeading,
h3.leftBoxHeading a,
h3.rightBoxHeading,
h3.rightBoxHeading a {
	color:#FFFFFF;
	font-size:14px;
	padding-left:15px;
}

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

.leftBoxHeading,
.rightBoxHeading {
	background-image:url(../images/sidebox-top-title.png);
	background-position:center top;
	background-repeat:no-repeat;
	height:32px;
	line-height:30px;
	margin:0;
}

.leftBoxContainer,
.rightBoxContainer {
	background-image:url(../images/sidebox-bottom-corners.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	padding-bottom:14px;
}

.sideBoxContent {
	background-color:#E5C996;
	background-image:url(../images/sidebox-background.png);
	background-position:center bottom;
	background-repeat:repeat-x;
	padding:5px 15px;
}

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

.rightBoxHeading a:visited,
.leftBoxHeading a:visited,
.centerBoxHeading a:visited {
	color: #FFFFFF;
}

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

.productListing-data {
	padding:0 15px;
}

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

.account-box tr.tableHeading,
.tableHeadingProfile,
#prevOrders caption,
.checkout-box-heading,
tr.cartTableHeading,
#product-listing-bottom-links,
.productListing-rowheading {
	background-image: url(../images/list-items-title-background.jpg);
	height: 24px;
	color: #FFFFFF;
}

.checkout-box-heading h2 {
	line-height:22px;
	margin:0;
	padding:0 0 0 7px;
}

.productListing-rowheading a,
.productListing-rowheading a:visited,
#product-listing-bottom-links a,
#product-listing-bottom-links a:visited {
	color:#fff;
}

.productListing-rowheading a:hover,
#product-listing-bottom-links a:hover,
.productListing-rowheading a:visited,
#product-listing-bottom-links a:visited {
	text-decoration:underline;
}

#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;
}
#checkoutShipto1 address
{
	margin-left: 20px;
	margin-top: -20px;
}

h1#indexDefaultHeading {
	padding:0;
	margin:0;
}

#seShipTo {
	padding: 0.2em;
}

pre {
	color:#000000;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #000000;
	padding: 15px;
}

.product-image {
	padding-bottom:5px;
}

.product-name a {
	font-weight:bold;
}

#siteinfoLegal {
	color:#FFFFFF;
	padding:10px;
}

#siteinfoLegal a,
#siteinfoLegal a:visited {
	color:#666;
}

#siteinfoLegal a:active,
#siteinfoLegal a:hover {
	text-decoration:underline;
	color:#666;
}

#front-bottom-block {
/*	padding:10px 0 10px 0;
	position:absolute;
	bottom:0;*/
}

#front-bottom-block table tr {
	height:137px;
}

#front-bottom-block td.left-corners {
	background-image: url(../images/front-bottom-block-left-corners.png);
	background-repeat: no-repeat;
	background-position: left center;
	width:15px;
}

#why-hire {
	padding:10px 10px 10px 5px;
	background-image: url(../images/questionmark.png);
	background-repeat: no-repeat;
	background-position:170px center;
	width:200px;
}

#what-do-i-pay {
	padding:12px;
	background-image: url(../images/cart-image.png);
	background-repeat: no-repeat;
	background-position: right center;
	width:200px;
}

#authentic {
	padding:12px;
	background-image: url(../images/authentic-check.png);
	background-repeat: no-repeat;
	background-position: right center;
	width:210px;
}

#why-hire-heading a:link,
#why-hire-heading a:active,
#why-hire-heading a:visited,
#what-do-i-pay-heading a:link,
#what-do-i-pay-heading a:active,
#what-do-i-pay-heading a:visited,
#authentic-heading a:link,
#authentic-heading a:active,
#authentic-heading a:visited {
	color:#C7751C;
	font-size:16px;
	font-weight:normal;
}

#authentic-heading a:hover,
#what-do-i-pay-heading a:hover,
#why-hire-heading a:hover {
	color:#C7751C;
	font-size:16px;
	font-weight:normal;
	text-decoration:underline;
}

#why-hire-text {
	color:#000;
	font-size:11px;
	padding:8px 0 0;
	text-align:justify;
	width:150px;
}

#what-do-i-pay-text,
#authentic-text {
	color:#000;
	font-size:11px;
	padding:8px 0 0;
	text-align:justify;
	width:145px;
}

#front-bottom-block td.right-corners {
	background-image: url(../images/front-bottom-block-right-corners.png);
	background-repeat: no-repeat;
	background-position: right center;
	width:15px;
}

#front-bottom-block td.seperator {
	background-image: url(../images/front-bottom-block-seperator.png);
	background-repeat: no-repeat;
	background-position: center center;
	width:10px;
}

td.front-bottom-content {
	background-image: url(../images/front-bottom-block-background.png);
	background-repeat: repeat-x;
	background-position: center center;
}

.sidebox-padding {
	padding:0 0 15px 0;
}

#product-info-additional-images-heading {
	display:none;
}

#product-info-additional-images-images {
	/*height:150px;*/
	width:330px;
}

#product-info-additional-images-images .additionalImages {
}

#product-info-additional-images-images img {
	border:1px solid #E0E0E0;
}

#product-info-additional-images {
	padding-left:10px;
	float:left;
}

#content-heading {
	background-image:url(../images/main-box-top.png);
	background-position:center top;
	background-repeat:no-repeat;
	height:32px;
	padding:0 5px;
}

#alsoPurchased h2 {
	background-image:url(../images/main-box-top.png);
	background-position:center top;
	background-repeat:no-repeat;
	color:#FFFFFF;
	height:32px;
	line-height:32px;
	padding:0 5px;
	margin:0;
}

#createAcctDefaultLoginLink h2,
.checkout-box-heading h2 {
	margin:0;
}

#ezPagesHeading,
#testimonials-heading h1,
#cartEmptyText,
#timeoutDefaultHeading,
#specialsListingHeading,
.addressBookDefaultPrimary,
#createAcctSuccessHeading,
#indexCategoriesHeading,
#acctNewslettersDefaultHeading,
#addressBookDefaultHeading,
#accountHistoryDefaultHeading,
#createAcctDefaultHeading,
#logoffDefaultHeading,
#loginDefaultHeading,
#orderHistoryDetailedOrder,
#accountDefault #cart-quantity p,
#accountDefaultHeading,
#accountNotificationsHeading,
#checkoutSuccessHeading,
#checkoutConfirmDefaultHeading,
#checkoutPaymentHeading,
#checkoutShippingHeading,
#cartDefaultHeading,
#allProductsDefaultHeading,
#featuredDefaultHeading,
#newProductsDefaultHeading,
#productListHeading,
#productName {
	color:#FFFFFF;
	float:left;
	font-size:14px;
	padding:0 0 0 8px;
	line-height:23px;
}

h4#createAcctDefaultLoginLink,
#loginDefaultHeading h1 {
	margin:0;
}

#cart-quantity a {
	color:#FFF;
}

#cart-quantity a:hover {
	font-weight:normal;
	text-decoration:underline;
}

#cart-quantity,
#product-listing-filter,
#product-info-category-icon {
	color:#FFFFFF;
	float:right;
	font-size:14px;
	padding:0 12px 0 0;
}

#product-info-category-icon a {
	color:#fff;
	font-weight:bold;
}

#product-info-category-icon a:hover {
	text-decoration:underline;
}

#productAttributes {
	float:right;
	text-align:center;
	width:330px;
}

#productAttributes #attrib-1 {
	border:1px solid;
	font-size:20px;
}

.centerBoxContentsAlsoPurch {
	border-bottom:1px solid #AAAAAA;
	border-left:1px solid #AAAAAA;
	border-right:1px solid #AAAAAA;
	padding:10px 0 10px 0;
}

#product-block {
	padding:17px 10px 10px;
	background-color:#FFFFFF;
}

.ezpages-box {
	background-color:#FFFFFF;
	min-height:500px;
}

.account-box,
.checkout-box,
#product-cart-block {
	/*	border-bottom:1px solid #AAAAAA;
	border-left:1px solid #AAAAAA;
	border-right:1px solid #AAAAAA;*/
	background-color:#FFFFFF;
}

#productPrices {
	float:right;
	font-size:16px;
	padding:0 0 0 15px;
	text-align:center;
	width:330px;
}

#specialsListingBottomNumber,
#newProductHistoryDefaultListingBottomNumber,
#navSplitPagesResult,
#allProductsListingBottomNumber,
#featuredProductsListingBottomNumber,
#newProductsDefaultListingBottomNumber,
#productsListingBottomNumber {
	line-height:22px;
	padding:0 0 0 6px;
}

#allProductsListingBottomLinks,
#productsListingListingBottomLinks {
	line-height:22px;
	padding:0 6px 0 0;
}

#productListing {
	/*	border-left:1px solid #AAAAAA;
	border-right:1px solid #AAAAAA;*/
	background-color:#FFFFFF;
}

.listingProductImage {
	padding:0 15px 0 15px;
}

hr.product-listing-seperator {
	color:#00F;
}

.product-listing-seperator-td {
	padding:10px;
}

#header-navigation {
/*padding:0 25px 36px 0;*/
}

#header-navigation a {
/*	color:#FFFFFF;
	display:block;
	font-size:15px;
	padding:10px 7px;*/
}

#navMain #header-navigation ul li a:hover,
#navMain #header-navigation ul li a:active {
	text-decoration:underline;
	font-weight:normal;
	color:#fff;
}

#navMain #header-navigation ul li {
	/*	background-image:url(../images/header-seperator.png);
	background-position:left center;
	background-repeat:no-repeat;*/
	float:left;/*height:42px;*/
}

#productDetailsList {
	list-style-type:none;
	margin:0;
	padding:0;
	font-weight:bold;
}

#extra-info-designer {
	font-weight:bold;
}

#product-info-bottom-bar {
	border-top:1px solid #E0E0E0;
	padding-top:5px;
}

.product-list-description {
	padding:5px 10px 0;
}

.checkout-box-padding {
	padding: 10px 10px 5px 10px;
}

#main-table-wrapper {
	position:relative;
}

#indexDefault {
	min-height:900px;
}

#featured-products-padding {
	min-height:190px;
	border-bottom: 1px solid #E0E0E0;
}

.featured-products-button {
	padding:5px;
}

#product-bottom-buttons {
	border-top:1px solid #E0E0E0;
	padding:5px 0 0;
}

#alsoPurchased {
	width:722px;
}

.product-info-bottom-bar-clearBoth {
	padding:5px;
}

.pseudolink {
	font-weight:bold;
}

#content-heading-white {
	height:10px;
	background-image: url(../images/main-box-top-white.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#extra-info {
	color:#000000;
	float:left;
	padding:0 0 0 15px;
	width:350px;
}

#brief-description {
	font-weight:normal;
}

#dimensions-heading {
	font-weight:bold;
}

#color-heading {
	font-weight:bold;
}

#navColumnOne .sidebox-padding a,
#navColumnOne .sidebox-padding a:active,
#navColumnOne .sidebox-padding a:hover,
#navColumnOne .sidebox-padding a:visited {
	color:#000;
}

#navColumnOne .sidebox-padding a:active,
#navColumnOne .sidebox-padding a:hover {
	text-decoration:underline;
}

/*#loginBox-login,
#loginBox-password{
	width:80px;
}*/

.browse-again {
	padding:10px 0;
	text-align:center;
	width:330px;
}

#shopping-cart-height {
	height:150px;
}

#subscription-indicator {
	padding:10px;
}

.checkout-box ul {
	line-height:1.5em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

.wishlist-ul ul {
	padding:10px;
}

.wishlist-ul ul li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0 0 0 10px;
}

.wishlist-ul-block ul {
	padding:10px;
}

.wishlist-ul-block ul li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0 0 0 10px;
}

#products-all-listing,
.p_sale_view,
.p_sale_view_img,
.p_sale_view_desc {
	text-align:center;
}

#loginBox-password input,
#loginBox-login input {
	width:120px;
}

#password-link a,
#password-link a:hover,
#password-link a:active,
#password-link a:visited {
	font-weight:bold;
}

#testimonials-sidebox-text {
	padding:5px 70px 0 0;
}

#testimonials-sidebox-link {
	text-align:center;
}

#accountDefault {
	min-height:500px;
}

.hidden {
	display:none;
}

#newsletter-sidebox-text {
	padding:5px 0;
	text-align:left;
}

#newsletter-sidebox-field {
	text-align:left;
}

#newsletter-sidebox-field input {
	width:155px;
}

#newsletter-sidebox-button {
	text-align:center;
}

#specials-sidebox-link {
	padding:15px 0 0;
	text-align:left;
}

#testimonials-sidebox-link {
	padding:15px 0 0;
	text-align:left;
}

#specials-sidebox-content {
	background-image: url(../images/specials-sidebox-bag.png);
	background-repeat: no-repeat;
	background-position: right 10px;
}

#testimonials-sidebox-content {
	background-image:url(../images/testimonials-sidebox-balloon.png);
	background-position:right 5px;
	background-repeat:no-repeat;
}

#externalpollContent .bg {
	background-image:url(../images/pie-chart-icon.png);
	background-position: 90% 5px;
	background-repeat:no-repeat;
}

#externalpollContent p {
	height: 32px;
	margin-bottom: 0;
	margin-top: 0;
	padding-left: 30px;
	padding-top: 15px;
}

#specials-sidebox-text {
	padding:5px 70px 0 0;
	text-align:left;
}

#print-button{
	float:right;
}

#print-page{
	background-color:#FFF;
	background-image:none;
}

#authentic-block a:hover{
	font-weight:normal;
}
