/**
 * 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: auto;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a1968d;
	background-color: #000000;
}

/* Main elements */

a img, img, a {
	border: none;
	outline: none;
}

h1 {
	font-size: 14px;
	color: #c9beb7;
}

h2 {
	font-size: 13px;
}

h3 {
	font-size: 12px;
}

h4, h5, h6, .sideBoxContent, .larger{
	font-size: 11px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 3px 0 0 0;
}
h4.optionName {
	margin: 0px 0 0 0;
	font-size: 10px;
	line-height: 100%;
}
h2.greeting {
	font-size: 11px;
	font-weight: normal;
	color: #c9beb7;
	padding: 10px 0 10px 0;
}
h2.greeting a:link, h2.greeting a:visited, h2.greeting a:hover {
	font-weight: bold;
	color: #c9beb7;
}
span.greetUser {
	font-weight: bold;
}
h1#productName {
	color: #87766d;
}

.back {
	float: left;
	padding: 2px 0px 2px 3px;
}

.biggerText {
	font-size: 11px;
}

p, address {
	padding: 3px;
}

address {
	font-style: normal;
}

.clearBoth {
	clear: both;
	font-size: 3px;
	line-height: 10%;
}

hr {
	height: 1px;
	margin-top: 5px;
	border: none;
	border-bottom: 1px solid #c9beb7;
}
ul {
	list-style: none;
}

/* top navi bar */

.category-subs-selected, .category-subs-selected a:link, .category-subs-selected a:visited {
	color: #c2beba;
}


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

/* Form Elements */

label, legend, address {
	font-size: 11px;
}

code {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #c9beb7;
}


form {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	display: inline;
	color: #c9beb7;
	margin: 2px;
}
select, input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	display: inline;
	background-color: #140d09;
	color: #c9beb7;
	margin: 2px;
}

textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: auto;
	display: block;
	background-color: #140d09;
	color: #c9beb7;
	width: 95%;
}
input, select, textarea {
	border: solid 1px #473b33;
	font-size: 10px;
}
input:focus, select:focus, textarea:focus {
	background-color: #302116;
	color: #a1968d;
}
input.button {
	border: solid 1px #473b33;
	background-color: #140d09;
	color: #c9beb7;
}
input.headersearch {
	border: solid 1px #473b33;
	background-color: #140d09;
	background-image: url(../images/box_center_bg.jpg);
	padding: 2px 0 2px 0;
	margin: 5px 0 5px 5px;
	color: #c9beb7;
}
input.headerbutton {
	border: solid 1px #473b33;
	background-color: #140d09;
	background-image: url(../images/box_center_bg.jpg);
	padding: 1px 2px 1px 2px;
	margin: 5px 0 5px 5px;
	color: #c9beb7;
	font-weight: bold;
}

input[type="checkbox"] {
	border: solid 1px #473b33;
	background-color: #140d09!important;
	color: #c9beb7;
}

input[type=hidden] {
	display: none;
	margin: 0;
	padding: 0;
}
fieldset {
	padding: 3px;
	margin: 5px 0 0 0;
	border: 1px solid #4f4139;
}

legend {
	font-weight: bold;
	padding: 3px;
	color: #c9beb7;
}

label {
	line-height: 140%;
	padding: 2px;
	color: #c9beb7;
}

label.checkboxLabel, label.radioButtonLabel {
	margin: 0 0 0 0;
}

#logo, .centerBoxContents {
	float: left;
}
.specialsListBoxContents, .categoryListBoxContents {
	float: left;
}
.centerBoxContentsAlsoPurch, .attribImg {
	float: left;
}

label.inputLabel {
	width: 100px;
	float: left;
}

label.inputLabelPayment {
	width: 100px;
	float: left;
	padding-left: 3px;
}

label.selectLabel, label.switchedLabel, label.uploadsLabel {
	width: 100px;
	float: left;
}

#checkoutPayment label.radioButtonLabel {
	font-weight: bold;
}
label#textAreaReviews {
	text-align: center;
}

label#textAreaReviews {
	font-weight: normal;
	margin: 1px 0 0 0;
}
.rightBoxContainer #tellafriendContent input[type=image] {
	border: none;
}

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

.messageStackWarning, .messageStackError {
	background-color: #cc0000;
	color: #dbdbdb;
}

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

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

/*wrappers - page or section containers*/
#mainWrapper {
	text-align: left;
	width: 90%;
	vertical-align: top;
	margin: auto;
	padding: 0;
	border-right: 1px solid #3a2519;
	border-left: 1px solid #3a2519;
}

#headerWrapper {
	margin: 5px 0 0 0;
	padding: 0;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat;
}

#logoWrapper{
	height: 60px;
	margin: 0;
}
#logoWrapper h5 {
	margin: 0;
	font-size: 11px;
	color: #cbc0b6;
}
#tagline {
	padding: 25px 0 0 0;
	font-size: 10px;
}
#tagline h5 {
	display: block;
	margin: 0 0 0 400px!important;
}
#contentMainWrapper {
	margin: 0;
	padding: 5px;
}
#cartBoxListWrapper {
	margin: 0;
	padding: 0 0 0 5px;
}
#cartBoxListWrapper ul {
	margin: 0;
	padding: 0;
}
#popupAdditionalImage, #popupImage {
	margin: 0;
	padding: 0;
}

#navColumnOneWrapper, #navColumnTwoWrapper {
	margin: auto;
} 
#navColumnOneWrapper {
	margin: 0 3px 0 0;
}
#navColumnTwoWrapper {
	margin: 0 5px 0 2px;
}


.wrapperAttribsOptions {
	margin: 3px 0 0 0;
	padding: 3px 0 3px 0;
	color: #a1968d;
}
.AttributesOption {
	margin: 0;
}
.AttributesOption strong {
	color: #76665d;
}

#sendSpendWrapper {
	border: 1px solid #2b1c14;
	float: right;
	margin: 0 0 1px 1px;
}

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

/* EZ Pages */

#navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
}
#ezPageBoxList {
	margin: 0;
	padding: 0;
}
#ezPageBoxList ul {
	margin: 0;
	padding: 0;
}
#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #9a9a9a;
}

#navEZPagesTOC ul {
	margin: 0;
	padding: 3px 0 0 0;
	list-style-type: none;
	line-height: 140%;
}

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


#navEZPagesTop {
	background-color: #000000;
	background-image: url(../images/box_center_header2.jpg);
	background-repeat: repeat-x;
	font-size: 9px;
	font-weight: bold;
	margin: 0;
	padding: 3px;
}
#ezPageBoxList ul {
	list-style-type: none;
}
#ezPageBoxList li {
	margin: 0;
	padding: 2px 0 2px 0;
}

/*navigation*/

.navNextPrevWrapper {
	margin: 5px 0 5px 0;
	padding: 5px 0 5px 0;
	background-color: #1a130f;
	border-top: solid 1px #2b1c14;
	border-bottom: solid 1px #2b1c14;
}

.navSplitPagesResult {}
.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 0;
	font-size: 9px;
}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 3px 0 0 0;
	list-style-type: none;
}

#navMainWrapper {
	margin: 0;
	background-image: url(../images/header_top.jpg);
	background-repeat: repeat-x;
	padding: 8px 5px 9px 15px;
	font-weight: bold;
	color: #a1968d;
	height: 1%;
}
#navSuppWrapper {
	margin: 0;
	background-image: url(../images/navsupp_bg.jpg);
	background-repeat: repeat-x;
	padding: 8px 0 9px 0;
	font-weight: bold;
	color: #a1968d;
	height: 1%;
}

#navCatTabsWrapper {
	width: auto;
	padding: 7px 0 10px 0;
	font-weight: bold;
	color: #a1968d;
	background-image: url(../images/header_bot.jpg);
	background-repeat: repeat;
	height: 1%;
}

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

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
}
#navCatTabs ul li {
	padding: 2px 0 4px 0;
}


#navCategoryIcon {
	margin: 1px 0 3px 0;
}
#indexProductListCatDescription {
	margin: 1px 0 3px 0;
}

#navMainSearch {
	float: right;
}
#navMainSearch input.headersearch {
	border: solid 1px #473b33;
	background-color: #1c130d;
	background-image: url(../images/box_center_bg.jpg);
	padding: 0;
	margin: 0;
	color: #a1968d;
}
#navMainSearch input.headerbutton {
	border: solid 1px #473b33;
	background-color: #1c130d;
	background-image: url(../images/box_center_bg.jpg);
	padding: 0;
	margin: 0;
	color: #a1968d;
	font-weight: bold;
}

#navBreadCrumb {
	padding: 10px 0 10px 7px;
	font-size: 9px;
	font-weight: bold;
	margin: 10px 0 0 0;
}


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

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

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

.buttonRow {
	margin: 1px 0 3px 0;
}
.buttonRow input {
	background-color: transparent;
	border: none;
}

.alert {
	color: #dd0000;
	margin-left: 3px;
}
.advisory {}
.important {
	font-weight: bold;
}
.notice {}
.rating{}
.gvBal {
	float: right;
}
.centerColumn {
	padding: 3px;
	margin: 0px;
}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 3px;
}
#bannerFour {
	margin: 30px 0 0 0;
}
.partnerbox img {
	margin: 10px 0 0 0;
}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 9px;
}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1px;
	border: 1px solid #000000;
	padding: 1px;
}
#cartAdd input[type=image] {
	background-color: transparent;
	border: none;
}

.tableHeading th {
	border-bottom: 1px solid #473b33;
}

.tableHeading {
	background-color: #000000;
}

#cartSubTotal {
	background-color: #000000;
	border-top: 1px solid #473b33;
	font-weight: bold;
	text-align: right;
	line-height: 180%;
	padding-right: 3px;
}

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

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

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 2px;
}
#cartContentsDisplay th {
	padding: 2px 0 2px 0;
}
#scUpdateQuantity {
	width: 20%;
}

.cartQuantity {
	width: 10%;
}

.cartNewItem {
	color: #33bb33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
}

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

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	border-top: solid 1px #5e4d44;
	margin: 0 0 0 5px;
}

.cartRemoveItemDisplay {
	width: 10%;
}

.cartAttribsList {
	margin-left: 5px;
}

#mediaManager {
	width: 50%; 
	margin: 2px;
	padding: 3px;
	background-color: #000000;
	border: 1px solid #473b33;
}
.mediaTitle {
	float: left;
}
.mediaTypeLink {
	float: right;
}

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

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #bb0000;
}
.productSalePrice {
	font-weight: bold;
}

.orderHistList {
	margin: 1px;
	padding: 2px 0 2px 0;
	list-style-type: none;
} 

#cartBoxListWrapper ul {
	list-style-type: none;
}


#cartBoxListWrapper li {
	margin: 0;
	padding: 2px 0 2px 0;
}

.cartBoxTotal {
	margin: 0;
	padding: 2px 0 2px 0;
}

#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	color: #c9beb7;
}

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 2px;
}

.lineTitle, .amount {
	text-align: right;
	padding: 2px;
}

.amount {
	width: 5.5em;
}

/*Image Display*/
#productMainImage {
	margin: 0 10px 5px 0;
}
#productMainImage a img {
	border: solid 2px #473b33;
}
#productMainImage a:hover img {
	border: solid 2px #cbc0b6;
}
.imgLink {
	background-color: transparent;
}
#reviewsContent {
	color: #c9beb7;
}
#reviewsInfoDefaultProductImage {
	margin: 0 10px 5px 0;
}
#productReviewsDefaultProductImage {
	margin: 0 10px 5px 0;
}
#reviewWriteMainImage {
	margin: 0 10px 5px 0;
}

#cartImage {
	margin: 3px 0 2px 0;
}

#categoryIcon {
	width: auto;
}
.categoryIcon {
	padding: 10px 0 20px 0;
}
#categoriesContent {
	color: #a1968d;
	font-size: 10px;
}
#categoriesContent a {
	font-size: 11px;
}

#categoryImgListing {
	text-align: right;
	padding: 0 10px 10px 0;
}
.categoryListBoxContents {
	padding: 0 0 5px 0;
}
.categoryListBoxContents a:link, .categoryListBoxContents a:visited {
	color: #c9bdb7;
}
.categoryListBoxContents a:hover {
	color: #c9bdb7;
}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 3px 0 3px 0;
}

.attributesComments {}

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

.centerBoxWrapper {
	height: 1%;
	margin: 15px 5px 0 5px;
	background-color: #120b07;
	border-top: none;
	border-right: 1px solid #2b1c14;
	border-bottom: 5px solid #2b1c14;
	border-left: 1px solid #2b1c14;
}

h2.centerBoxHeading {
	font-size: 13px;
	color: #b0a59b;
}

/*sideboxes*/
.columnLeft {}
.columnRight {}

h3.leftBoxHeading, h3.rightBoxHeading {
	font-size: 10px;
	color: #b0a59b;
}
#manufacturersHeading {
	font-size: 9px;
	color: #b0a59b;
}
#currenciesHeading {
	font-size: 9px;
	color: #b0a59b;
}
#currenciesContent {
	color: #b0a59b;
}
#musicgenresHeading {
	font-size: 9px;
	color: #b0a59b;
}
#recordcompaniesHeading {
	font-size: 9px;
	color: #b0a59b;
}
#searchHeading, #search-headerHeading {
	font-size: 9px;
	color: #b0a59b;
}

.leftBoxHeading {
	margin: 0;
	background-color: #000000;
	background-image: url(../images/box_left_header.jpg);
	background-repeat: no-repeat;
	padding: 4px 0 5px 0;
}
.centerBoxHeading {
	margin: 0;
	background-color: #000000;
	background-image: url(../images/box_center_header2.jpg);
	background-repeat: repeat-x;
	padding: 4px 0 5px 0;
}
.rightBoxHeading {
	margin: 0;
	background-color: #000000;
	background-image: url(../images/box_right_header.jpg);
	background-repeat: no-repeat;
	padding: 4px 0 5px 0;
}

.leftBoxContainer {
	width: 169px;
	margin: 10px 0 0 2px;
	border-bottom: 2px solid #2b1c14;
}
.rightBoxContainer {
	width: 150px;
	margin: 10px 0 0 2px;
	border-bottom: 2px solid #2b1c14;
}

.sideBoxContent {
	padding: 6px 0px 6px 0px;
}
.leftBoxContainer .sideBoxContent {
	padding: 6px 0px 6px 5px;
	background-image: url(../images/box_left_bg.jpg);
	background-repeat: repeat-y;
}
.rightBoxContainer .sideBoxContent {
	margin: 0 10px 0 0;
	padding: 6px 0px 6px 0px;
	background-image: url(../images/box_right_bg.jpg);
	background-repeat: repeat-y;
}

TH, .leftBoxHeading, .rightBoxHeading, .accountQuantityDisplay {
	text-align: center;
}
#productMainImage, #productReviewsDefaultProductImage {
	text-align: center;
}
#siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	text-align: center;
}

#navCatTabsWrapper, #navEZPageNextPrev {
	text-align: center;
}
#reviewsInfoDefaultProductImage, #reviewWriteMainImage {
	text-align: center;
}
.categoryListBoxContents, .specialsListBoxContents {
	text-align: center;
}

#cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #cartBoxGVBalance {
	text-align: center;
}
.cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, .cartRemoveItemDisplay {
	text-align: center;
}

#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	text-align: center;
}

.centerBoxContentsNew, .centeredContent, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxHeading, .center, .centerBoxContents {
	text-align: center;
}

.gvBal, .additionalImages, .attribImg, .ratingRow {
	text-align: center;
}


#bestsellers .wrapper {
	margin: 0 0 0 5px;
}

#bestsellers ol {
	padding: 0;
	margin-left: 5px;
	list-style: none;
}

#bestsellers li {
	padding: 0;
	margin: 3px 0 3px 0;
}

#bannerboxHeading {
	background-color: #000000;
}

#upProductsHeading {
	text-align: left;
}

#upDateHeading {
	text-align: right;
}

/* categories box parent and child categories */

span.category-subs-parent {
	font-weight: bold;
}
span.category-subs-selected {
	font-weight: bold;
}
/* end categories box links */

/*misc*/

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

.bold {
	font-weight: bold;
}

.rowOdd {
	background-color: #0f0906;
	vertical-align: top;
	border-bottom: solid 1px #2b1c14;
}

.rowEven {
	background-color: #140c08;
	vertical-align: top;
	border-bottom: solid 1px #2b1c14;
}

#shoppingCartDefault .rowOdd {
	background-color: #0f0906;
	vertical-align: top;
	border-bottom: solid 1px #2b1c14;
}

#shoppingCartDefault .rowEven {
	background-color: #140c08;
	vertical-align: top;
}
#shoppingCartDefault .shoppingCartDevider {
	background-color: #331f14;
}

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

.productListing-rowheading {
	background-color: #000000;
	background-image: url(../images/box_center_header2.jpg);
	background-repeat: repeat-x;
	color: #a1968d;
}
.productListing-data {
	text-align: center;
}
.productListing-heading {
	font-size: 10px;
	color: #a1968d;
}
th.productListing-heading {
	padding: 9px 0 11px 0;
	line-height: 100%;
}
table.tabTable {
	margin: 3px 0 3px 3px;
	background-color: #0f0906;
}

tr.productListing-odd td {
	padding: 6px 0 6px 0;
	border-bottom: solid 1px #2b1c14;
	background-color: #140c08;
}

tr.productListing-even td {
	padding: 6px 0 6px 0;
	border-bottom: solid 1px #2b1c14;
}
.products_description_listing {
	padding: 5px 0 0 0;
}

#siteMapList {
	width: 90%;
	float: right;
}

.ratingRow {
	margin: 1px 0 2px 0;
}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #000000;
}
.information {padding: 10px 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
}

#shoppingCartDefault {
	width: auto;
	margin: 0 5px 0 5px;
	background-color: #1c130d;
}

.seDisplayedAddressLabel {
	background-color:#1c130d;
	text-align: center;
}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}
table.shippingestimator_table, table.shippingestimator_table td, table.shippingestimator_table th {
	border: solid 1px #2b1c14;
}
#seShipTo {
	padding: 2px;
}
ul#productDetailsList {
	list-style: none;
}
ul#productDetailsList li strong {
	color: #59534d;
}
.li_model, .li_weight, .li_man, .li_artist, .li_label, .li_genre, .li_format {
	color: #7d756d;
}
.li_instock {
	font-size: 9px;
	color: #59534d;
}
span.rsaq {
	font-weight: bold;
	color: #4d4843;
}

.legalCopyright {
	padding: 10px 0 10px 0;
}

/* Testimonials */

.testimonial {
	padding: 5px 0 5px 0;
	text-align: left;
	font-size: 10px;
}
.testimonial span {
	display: block;
	float: right;
}
.testimonial p {
	margin: 0;
	color: #5e4d44;
}
.testimonial a {
	font-weight: bold;
}
.testimonial p.testimonialLink {
	margin: 0;
	text-align: right;
	color: #635148;
}
.testimonial p.testimonialLink a {
	font-weight: normal;
}
.testimonialImage {
	margin: 0;
	padding: 0;
	text-align: center;
}
.bettertestimonial {
	margin: 0 0 1px 0;
}
.hrfake {
	height: 1px;
	border-bottom: solid 1px #5e4d44;
	margin: 2px 0 2px 0;
}

#loginDefault .back .information {
	font-size: 9px;
}

#maintenanceDefault {
	text-align: center;
}
#maintenanceDefault h1 {
	font-size: 15px;
	font-weight: normal;
	font-variant: small-caps;
	color: #80370a;
}
#maintenanceDefault h2 {
	font-size: 13px;
	font-weight: normal;
	color: #80370a;
}
#maintenanceDefault h3 {
	font-size: 13px;
	font-weight: normal;
	color: #80370a;
}

/* added styles */

.footerleft {
	width: 220px;
	margin: 0;
	float: left;
	text-align: left;
}
.footercenter {
	width: auto;
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #674e3f;
}
.footerright {
	width: 170px;
	margin: 0;
	float: left;
	text-align: right;
}
.fc {
	clear: both;
}
.fleftimg {
	display: block;
}
.fleftvalids {
	display: block;
	width: 200px;
	padding: 8px 0 5px 0;
}
.fleftvalids a {
	display: block;
	width: auto;
	margin: 0 3px 0 3px;
	padding: 3px 5px 4px 5px;
	background-color: #1c130d;
	border: solid 1px #402a1e;
	line-height: 100%;
	float: left;
	font-size: 9px;
	font-weight: normal;
}
.fleftvalids a:link, .fleftvalids a:visited, .fleftvalids a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #523526;
}
.fleftvalids br {
	clear: both;
}

.myownlistingheader {
	font-size: 10px;
	font-weight: bold;
	color: #a99d92;
}
.myownlisting, .myownlisting strong, .myownlisting a:link strong, .myownlisting a:visited strong {
	font-size: 9px;
	line-height: 150%;
	color: #a99d92;
}
.myownlisting a:link, .myownlisting a:visited {
	font-size: 9px;
	color: #a1968d;
}
.myownlisting a:hover {
	font-size: 9px;
	color: #cbc0b6;
}
#shippingInfo, #privacy, #conditions, #gvFaqDefault, #pageTwo {
	font-size: 10px;
	color: #a1968d;
	padding: 5px 0 0 3px;
}
#shippingInfo h3, #privacy h3, #conditions h3, #gvFaqDefault h3, #pageTwo h3 {
	color: #a1968d;
	font-size: 11px;
	margin: 10px 0 3px 5px;
}
#shippingInfoMainContent p, #privacy p, #conditions p, #gvFaqDefault p, #pageTwo p {
	margin: 3px 5px 7px 5px;
}

.helpboxtop {
	width: auto;
	display: block;
}
.helpbox_in {
	width: 280px;
	float: left;
}
.helpbox_in h3 {
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #63443f;
}
.helpbox_in p {
	line-height: 130%;
	margin: 3px 0 5px 0;
	padding: 0 0 0 5px;
}
.helpboxcontent {
	width: auto;
	display: block;
	margin: 30px 0 0 0;
}
.helpboxcontent h3 {
	margin: 0px 0px 5px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #c9beb7!important;
	line-height: 100%;
	padding: 5px 0 5px 5px;
}
.helpboxcontent p {
	line-height: 120%;
	margin: auto 0 9px 0;
	padding: 0 35px 0 15px;
	color: #c9beb7;
}
.helpboxcontent p strong {
	color: #a1968d;
}
p.helptoplink {
	text-align: right;
	padding: 0px 2px 0px 0px;
	margin: auto 0 3px 0;
}
.helptoplink a:link, .helptoplink a:visited {
	color: #656565;
}
.helptoplink a:hover {
	color: #a1968d;
}

/* Product Music Layout */

.products_box {
	padding: 5px 5px 5px 5px;
}
.products_box h1 {
	padding: 3px 0 3px 5px;
}
.products_options_box {
	width: 450px;
	padding: 0 0 0 3px;
	float: left;
}
.products_options_box ul#productDetailsList, .products_options_box ul#productDetailsList li {
	width: auto;
}
.add_to_cart_box {
	width: 150px;
	float: left;
}


/* Link definitions */


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

a:active {
	color: #a1968d;
}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0 0 3px 0;
	margin: 0;
	color: #a1968d;
	white-space: nowrap;
}

#navCatTabs ul li a {
	color: #a1968d;
}

#navEZPagesTOC ul li a {
	padding: 0 0 3px 3px;
	margin: 0;
}
h3.leftBoxHeading, h3.rightBoxHeading, h3.leftBoxHeading a, h3.rightBoxHeading a {
	font-size: 10px;
	color: #c9beb7;
}
h3.leftBoxHeading a:link, h3.rightBoxHeading a:link {
	color: #c9beb7;
	text-decoration: none;
}
h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #c9beb7;
	text-decoration: none;
} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #c9beb7;
}
a.category-top, a.category-top:visited {
	color: #a1968d;
	text-decoration: none;
}
a.category-top {
	padding-left: 2px!important;
	padding-right: 2px!important;
}
a.category-links, a.category-links:visited {
	color: #a1968d;
	text-decoration: none;
}
a.category-subs, a.category-products, a.category-subs:visited, a.category-products:visited {
	color: #a1968d;
	text-decoration: none;
}

a.category-links:hover, a.category-top:hover, a.category-subs:hover, a.category-products:hover {
	color: #cbc0b6;
}
