.catImg { /* Front page category images */
	margin:25px 0px 0px 25px;
	display:block;
	float:left;	
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

body {
	margin: 0;
	font-family: lucida sans unicode, verdana, arial, helvetica, sans-serif;
	font-size: 80%;
	line-height: 160%;
	color: #111;
	background-color: #FFF; /*#eee, controls the colour of the sides of the page (whitespace)*/
}

a img {border: none; }

a {
	color: #555; /*047*/
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Geneva, sans-serif;
}
h2 {
	font-size: 130% georgia, helvetica, sans-serif;
	text-transform: uppercase;	
	margin: 20px 0px -10px 0px;
}
h3 {
	font-size: 120%;
}
code {
	/*font-family: arial, verdana, helvetica, sans-serif;*/
}

form, select {
	display: inline;
	margin: 0.1em;
}

textarea {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
}
fieldset {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #555;
}

legend {
	font-weight: bold;
	padding: 0.3em;
}

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;
}
input {
	width: auto !important; /*hack for resizing buttons*/
}
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;
}

address {
	padding: 0.5em;
}

address {
	font-style: normal;
}

.clearBoth {
	clear: both;
}

hr {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #555; /*#8b846a*/
}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	padding: .2em .5em;
	border: 1px solid #555;
}

.messageStackWarning, .messageStackError {
	background-color: #ff9;
	color: #c00;
	padding: 0 .5em;
}
.messageStackWarning img, .messageStackError img, .messageStackSuccess img, .messageStackCaution img {
	display: none;
}
.messageStackSuccess {
	background-color: #9f9;
	color: #070;
}

.messageStackCaution {
	background-color: #FFF;
	color: #555;
}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #FFF; /*medium (8b846a) colour imported from body_bg.gif, controls the background colour of the page*/
	text-align: left;
	width: 900px; 
	/*border: 1px solid #CCC;*/
}

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

#navMainWrapper {
	padding: 5px 0;
}

#logoWrapper, #logo, #navMainWrapper {
	background-color:#FFF; /*colour imported*/
}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
} 
#navColumnOneWrapper  {
	margin-left: 10px;
}
	
#navColumnTwoWrapper {
	margin-right: 10px;
}

#tagline {
	width:900px;
	padding: 6em 0 0 15px;

	float:left;
	vertical-align:bottom;
	font-size:22px; /*imported*/
	font-variant: small-caps; /*imported*/
	font-weight: bold; /*imported*/
	color:#FFF; /* e9e4d0 colour imported*/

}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
}

.floatingBox, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

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

#navCatTabsWrapper {
	color:#555; /*colour imported*/
	background-color:#FFF; /*colour imported*/
}

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0.3em 0em;
	list-style-type: none;
}

#navMain {
	float: none;
}

#navMain a {
	color:#FFF; /*#555*/
	font-weight:bold;
	font-variant: small-caps;
	font-size:14px;
}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	padding: 0em 0.5em;
	margin: 0;
}

#navCatTabs ul li a {
	color:#555; /*colour imported*/
}

#navSuppWrapper, #navSuppWrapper a, #siteinfoLegal, #siteinfoLegal a, #legalCopyright, #legalCopyright a {
	color: #FFF;
	border-radius:3px;
	-moz-border-radius:3px;
	margin:3px 0px;
}

#navSuppWrapper {
	background: #555;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#555555');
	background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#555));
	background: -moz-linear-gradient(top,  #999,  #555);	
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;	
}

#siteinfoLegal {
	background: #555;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

#legalCopyright {
	background: #555;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#999999');
	background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#999));
	background: -moz-linear-gradient(top,  #555,  #999);	
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
}

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

/* This was all taken care of by putting the code into .centerColumn
*
#indexProductList, #navBreadCrumb, #shoppingCartDefault, #productGeneral, #allProductsDefault, #shippingInfo, #privacy, #conditions, #contactUsDefault, #siteMap, #gvFaqDefault, #discountcouponInfo, #unsubDefault, #indexDefault, #loginDefaultHeading, #accountDefault {
	padding-left:10px;
	padding-right: 10px;	
	margin-right:10px
}*/

#navMainSearch, #navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	/*margin: 0.5em;*/
}
#navMainSearch {
	float: right;
}

#navBreadCrumb {
	color:#FFF; /* e5dcb9 */
	background: #555;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#999999');
	background: -webkit-gradient(linear, left top, left bottom, from(#555555), to(#999));
	background: -moz-linear-gradient(top,  #555555,  #999);
	padding: 0px 10px;
	margin: 0px 10px;
	border: 1px solid #555;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;	
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}

#navBreadCrumb a {
	color:#FFF; /* e5dcb9 */
	padding: 0px 7px;
}

#navEZPagesTop {
	background-color: #FFF;
	padding: 0.5em;
	border-top: 1px solid #CCC;
}

#navColumnOne, #navColumnTwo {
	background-color: transparent;
}

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

/*.content,*/  .shippingEstimatorWrapper {
	font-size:90%;
}


.alert {
	color: #c00;
}
.advisory {}
.important {
	/*font-weight: bold;*/
}
.notice {}
.rating{}
.gvBal {
	float: right;
}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	/*padding: 0.8em;*/
}

.centerColumn {
	padding: 0px 10px;	
	margin: 0px 10px 5px 10px;
	background-color: #FFF; /* was light brown - e5dcb9 */
	border: 1px solid #555;
	border-top:0px;
	min-height:550px;
	border-bottom: -1px;
}

.centerColumn a {
	text-decoration:underline;
}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
}

/*Shopping Cart Display*/

.tableHeading th {
	border-bottom: 1px solid #8b846a; /*#ccc*/
}

.tableHeading, #cartSubTotal {
	color: #FFF; /* e5dcb9 */
	background-color: #555; /*#eee*/
}

#cartSubTotal {
	border-top: 1px solid #8b846a; /*#ccc*/
	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;
	text-align:center;
}

#scQuantityHeading, #scUpdateQuantity, #scProductsHeading, #scUnitHeading, #scTotalHeading, #scRemoveHeading {
	text-align:center;	
}

.cartTotalsDisplay {
	font-weight:bold;
}

.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 -- IEbug*/
}

.cartOldItem {
	/*color: #660099;*/
	position: relative;  /*do not remove-fixes -- 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: #ff5550;
}

.orderHistList {
	margin: 0 1em;
	padding: 0.2em 0em;
} 

#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;
	border:1px solid #FFF;
	padding:10px 0px;
	display: block;
	width:260px;
	min-height: 225px;
	vertical-align:text-top;
	border:1px solid #555;	
	border-radius:3px;
	-moz-border-radius:3px;
}

#productInfo {
	display:block;
	float:left;
	width:400px;
	margin:0px 0px 10px 0px;
	padding: 10px;
	min-height: 115px;	
	border:1px solid #555;
	border-radius:3px;
	-moz-border-radius:3px;
}

#cartAdd {
	display:block;
	float:left;
	width:400px;
	margin:0px;
	padding: 10px;
	min-height:76px;
	border:1px solid #555;	
	border-radius:3px;
	-moz-border-radius:3px;	
	line-height:200%;
	/*float: right;*/
	/*text-align: center;*/	
	/*vertical-align:bottom;*/
}

.productDescriptionTabs {
	display:block;
	float:left;
	min-width:100px;
	margin-right: 5px;
	text-align:center;
	border:1px solid #555;
	border-bottom:none;
	color: #555;
	background-color: #FFF;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;	
}

.productDescriptionTabs a {
	text-decoration:none;
	background-color:transparent;
}

.productDescription, #prodDescription, #prodColor, #prodInstallation { 
	display:block;
	float:left;
	width:675px;
	margin:0px;
	padding: 10px;
	min-height: 175px;
	border:1px solid #555;	
}

#productPrices {
	margin:0px 0px 10px 0px;
}

.productGeneral { 
	display:block; 
}

.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 {
	border: 1px solid #DDD; /*#8b846a*/
	margin: 10px 0px 0px 0px;
	/*height: 1%; not sure why this was here*/
	border-radius:3px;
	-moz-border-radius:3px;
}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a, h3.rightBoxHeading, h3.rightBoxHeading a {
	color:#FFF; /* e5dcb9 */
	margin: 0;
	padding: 3px;
	font-weight: bold;
	font-style: italic;
}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	color:#FFF; /* e5dcb9 */
	background-color: #555; /*dark, colour imported from body_bg.gif, was commented out*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#999999');
	background: -webkit-gradient(linear, left top, left bottom, from(#555555), to(#999));
	background: -moz-linear-gradient(top,  #555555,  #999);
	border-bottom: 1px solid #DDD; /* 8b846a */
	margin-top:0px;
}
.leftBoxContainer, .rightBoxContainer {
	border: 1px solid #555; /*#ccc*/
	margin: 0 0 1em 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;	
}

#alsoPurchased {
	border: 1px solid #555;
	padding-top:0px;
}

.sideBoxContent, .sideBoxContent a {
	color: #555;
	background-color: #FFF; /* e5dcb9, colour imported from body_bg.gif, was white*/
	padding: 0.4em;
}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #legalCopyright, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
}
#bestsellers ol {
	padding: 0;
	margin: 0 0 0 1.5em;
}

#upProductsHeading {
	text-align: left;
}

#upDateHeading {
	text-align: right;
}

/* categories box parent and child categories */
span.category-subs-parent {
	font-style: italic;
}
span.category-subs-selected {
	font-style: italic;
}
/* end categories box links */

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

.forward {
	float: right;
}

.bold {
	font-weight: bold;
}

.rowOdd {
	background-color: #DDD; /* DDD */
	vertical-align: top;
	padding-left:5px;
	padding-right:5px;
}

.rowEven {
	background-color: #FFF; /* e5dcb9 */
	vertical-align: top;
	padding-left:5px;
	padding-right:5px;	
	border: 1px solid #DDD;	
}

caption {
	/*display: none;*/
}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
}

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

tr.tableHeading {
	color: #FFF; /* e5dcb9 */
	background-color: #555; /* 5a5644 */
	text-align:center;
}
#prevOrders td {
	border-bottom: 1px solid #DDD; /* 8b846a */
	padding: 0 .5em 0 0;
}
.productListing-rowheading {
	background-color: #555;
}

.productListing-heading {
	color: #FFF; /* e5dcb9 */
}

.productListing-data {
	padding: .5em 5px;
}

.productListing-data h3 {
	margin: 0 0 1em 0;
}

.productListing-even {
	background-color:#DDD; /* d1c9a9 */
}

.productListing-odd {
	background-color:#FFF; /* e5dcb9 */
}

#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: #FFF;
}
/*dark: #555, med: #8b846a, light: #e5dcb9, light2: #DDD*/