/**
 * 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: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 62.5%;
	/* font-size: 100%; */
	color: #000000;
	background-color: #fff;
	}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #403A32; /* #3300FF; */
	text-decoration: none;
	}
 
a:visited {
	color: #403A32; /* #3300FF; */
	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: #403A32; /* #FF0000; */
	text-decoration: underline;
	}

a:active {
	color: #403A32; /* #0000FF; */
	}

h1 {
	background-color: #403A32;
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	color:#EEE5D3;
	font-size: 1.75em;
	line-height: 18px;
	padding: 8px;
	width: 636px;
	margin: 0 28px 0.3em 0;
	}

h2 {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.5em;
	}

h3 {
	font-size: 1.3em;
	}
h4 {
	color: #877E69;
	font-size: 1.5em;	
	}

h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	}

.biggerText {
	font-size: 1.2em;
	}
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%;
	}
*/
#whybuy {
	border-bottom: #fff 2px solid;
	width: 194px;
	float: right;
	border-top: #fff 2px solid;
	font-size: 10px;
	line-height: 13px;
	color: #877E69;
}
#whybuy h1 {
	margin: 0 auto;
	width: 194px;
	font-size: 16px;
	line-height: 20px;
	}
#whybuy ul {
	margin: 0;
	font-size: 11px;
	line-height: 12px;
	display: block;
	padding-left: 20px;
	}
#whybuy a {
	color: #877E69;
	text-decoration: none;
	}
#whybuy a:hover {
	color: #877E69;
	text-decoration: underline;
	}		
.browseartistleft {
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	text-align: left;
	margin: 0;
	padding-left: 8px;
	}
.browseartistleft a {
	color: #fff;
	}	
.browseartistleft a:hover {
	background-color: #fff;
	color: #999;
	}	
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: 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 {
	color: #877E69;
	font-size: 12px;
	}
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;
	}

#topwrapper {
	font-size: 100%;
	width: 887px;
	margin: 0 auto;
	background: url('/uploads/images/bg_main.jpg') repeat-y;
	text-align: left;	
	padding: 0px;
	}
#topcontainer {
  font-size: 1.5em;  /* 16x0.75=12px */
	width: 875px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	border-bottom: solid 1px #fff;	
	}
	
/*HEADER STYLES*/
#header {
	background:#fff;
	width: 875px;
	height: 89px;
	color: #877e69;	
	}	
#headerLeft {
	float: left;
	padding: 15px 15px 20px 15px;
	width: 320px;
	}
#headerRight {
	float: right;
	text-align: right;
	padding: 20px 15px 10px 0px;
	}
#headerRight img, #headerRight input[type=image] {
	vertical-align:top;
	display: inline;
	}
#headerRight img {
	margin-left: 8px;
	}
#headerRight a {
	color:#877e69;
	text-decoration: none;
	letter-spacing: 0;
	}
#headerRight a:hover {
	color:#877e69;
	text-decoration:underline;
	}
#maintopnav {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  letter-spacing: 1px;
	clear: both;
	width: 875px;
	height: 34px;
	padding: 12px 0 6px 0;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	background-color: #867e69;
	}
#maintopnav a {
	color: #fff;	
	}	
#maintopnav a:hover {
	color: #000;	
	}			
#headermainnav {
	clear: both;
	width: 875px;
	text-align: left;
	padding-right: 22px;
	}	
/* SIDEBAR STYLES */

#sidebarextras h3 {
	background-color: #403A32;
	color: #EEE5D3;
	/* display: block; */
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	letter-spacing: 0.16em;
	padding: 0;
	text-transform: uppercase;
	width: 219px;
	margin: 0 auto;
	text-align: center;
	}
.interiorLeft h6 {
	font-size: 12px;
	text-transform: uppercase;
	padding: 5px 5px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #EEE5D3;
	}
.interiorLeft h6 a {
	color: #EEE5D3;
	text-decoration:none;
	}
.interiorLeftartistalpha h6 {
	font-size: 12px;
	text-transform: uppercase;
	padding: 5px 5px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #EEE5D3;	
	}
.interiorLeftartistalpha h6 a {
	color: #EEE5D3;
	text-decoration:none;	
	}	
	
.interiorLeft p, .interiorLeft p a {	
	margin: 0;
	padding: 0 5px;
	text-align: left;
	font-size: 11px;
	line-height: 12px;
	color: #EEE5D3;
	}
.interiorLeft ul li {
	list-style-type: none;
	color: #EEE5D3;
	margin: 0;
	vertical-align: baseline;
	}
.interiorLeft ul li a {
	color: #EEE5D3;
	}
	
/* FORM STYLES */
form {margin-top:0}
form, td, th, li { font-size: 100%}
form div {margin-bottom:0}
fieldset div {
	margin-bottom:0.5em;
	margin-left:1em;
}
fieldset div div {
	margin-top:0.5em;
	margin-left:1em
}
fieldset {
	margin-bottom:1em;
	border:1px solid #403A32;
	padding:0.5em;
}
fieldset label {
	width:auto;
}
legend {
	color:#FFF;
	background: #403A32;
	font-style:italic;
	font-size: 1.75em;
	margin-bottom:0.5em;
	padding: 0.35em;
	width:auto;
	border:1px solid #000;
}
textarea {
	margin: 0.5em 0;
	width:98%;
	height: 6em
}

/* Apply this class to text/select input fields with shorter labels
	to help alignment */
.short-label label {float:left; width:10em}
.short-label fieldset div input,
.short-label fieldset div select {width:16em}

/* Pretty up your Captcha image output */
.captcha {
	margin:0.5em 0;
	width: 200px;
	text-align: center;
}
.captcha img {border:1px solid #403A32; margin-bottom:0.5em}
.captcha input {width: 196px; margin-top:0.5em}

/* Just a bit more room for the Submit button */
.submit {margin-top:0.5em}

.contactform input {border: 1px solid #403A32;}
.contactform input.checkbox {border: none;}
.contactform label {
	display: block;
	float: left;
	width: 150px;
}
.contactform label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px;
}
.contactform textarea {
	background-color: #EEE5D3;
	border: 1px solid #403A32;
	width: 400px;
}
.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}	
	
/*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 {
	margin: 0 auto;
	text-align: left;
	width: 887px;
	vertical-align: top;
	background: url('/uploads/images/bg_main.jpg') repeat-y;
/*	border: 1px solid #9a9a9a; */
	}

div#content {
	width: 628px;
	margin: 0 auto 0 0;
	padding: 0 12px 0 12px;
	}
div#content p {
	font-size: 12px;
	line-height: 18px;
}	
div#content h2 {
	font-size: 28px;
	line-height: 32px;
	color: #877E69;
}		
div#content h3 {
	font-size: 22px;
	line-height: 28px;
	color: #877E69;
}		
#headerWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#topbannerarea {
	width: 862px;
	height: 120px;
	min-height: 4px;
	margin: 0 auto;
	text-align: center;
	background-color: #867e69;	
	}

#bottomwrapper {
	width: 887px;
	margin: 0 auto;
	background: url('/uploads/images/bg_main.jpg') repeat-y;
	text-align: left;	
	padding: 0px;	
	}

#bottomnav {
	clear:both;
	padding:10px;
	width:855px;
	background:#877e69;
	border-top:2px solid #fff;
	}
#bottomPhone {
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	border-left:2px solid #fff;
	width:851px;
	padding:8px 0;
	text-align:center;
	font-size: 14px;
	color:#EEE5D3;
	letter-spacing:1px;
	}
#bottomnavInt {
	background:#877e69;
	border:2px solid #fff;
	width: 851px;
	margin: 0 auto;
	}
#bottomnavInt ul li {
	list-style-type:none;
	}	
	
.bottomnavSection {
	color:#EEE5D3;
	font-size: 14px; 
	text-align: center;
	width: 370px;
	padding: 10px;
	float: left;
	}
.bottomnavSection h6 {
	width: 370px;
	padding: 10px 0px 0px 16px;
	letter-spacing: 1px;
	font-size: 15px;
	font-weight: normal;
	margin: 0 auto;
	text-align: center;
	}
#bottomnav a {
	color:#fff; 
	text-decoration:none;
	}
#bottomnav a:hover {
	color:#fff;  /*grey */
	text-decoration:underline;
	}
#footer a {
	color: #000;
	text-decoration: none;
	margin:0 2px;
	}
#footer a:hover {
	color:#000;
	text-decoration: underline;
	}

#copyright {
	width: 850px;
	background:#877e69;
	clear: both;
	color: #fff;
	font-size: 11px;
	text-align: center;
	padding: 6px 0;
	}
#bottomshadow {
	margin: 0 auto;
	background: url('/uploads/images/bg_footer.jpg') no-repeat;
	display:block;
	clear:both;
	width:887px;
	height:30px;
	}


#logoWrapper{
	background-image: url('/uploads/images/header_bg.jpg');
	background-repeat: repeat-x;
	background-color: #ffffff;
	height:75px;
	}

#navColumnOneWrapper, #navColumnTwoWrapper {
	margin: 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, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

.wrapperAttribsOptions {
	float: right;
	margin: 0.3em 0em;
	width: 300px;
	}

/*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: 0em;
	background-color: #abbbd3;
	background-image: url(../uploads/images/tile_back.gif);
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	}

#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: 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 {
	margin: 0.5em;
	}
#categoryImgListing {
	float: left;
	padding: 0px 8px 2px 0px;
	}
#indexProductListCatDescription {
	margin: 1em;
/*	width: 600px;
	float: left; */
	vertical-align: top;
	/* float: right; */
	text-align: left;
  }

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	padding: 0.75em 0 0.75em 12px;
	background-color: #EEE5D3;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin: 0 26px 0 0;
	text-align: left;
	width: 640px;
	height: 20px;
	}

#navBreadCrumb a {
	color: #000;	
	}
#navBreadCrumb a:hover {
	text-decoration: underline;	
	}
#navEZPagesTop {
	background-color: #abbbd3;
	background-image: url(../uploads/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;
	}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	}
.centerColumn {
	margin: 0 12px 0 0;
	padding: 0 6px 0.75em 0;
	width: 627px;
/*	padding: 0.8em 27px 0.8em 0.8em; */
	}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/

span.imgLink {
	font-size: 1.2em;
	font-weight:bold;
	text-decoration:none;
	color: #877E69;
}
a:hover span.imgLink {
	text-decoration: underline;
}

#cartAdd {
/*	float: right; */
  float: left;
	text-align: center;
	margin: 1em;
/*	border: 1px solid #000000; */
	padding: 1em;
	}

.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
	}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	width: 540px;
	margin: 1em auto;	
	border-top: 1px solid #cccccc;
	font-size: 1.25em;
	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 {
	width: 4.7em;
	}

.cartNewItem {
	color: #000;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #000;
	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*/
#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}
#productMainImage {
	min-height: 300px;
	margin: 1em 1em 1em 1em;
	height: 455px;
	width: 300px;
	}

.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 #9a9a9a;
	height: 1%;
	margin: 1.1em 0;
	}

h2.centerBoxHeading {
	font-size: 1.3em;
	color: #ffffff;
	}
h2.greeting {
	margin: 1em 12px;
	}	

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1em;
	color: #ffffff;
	}
#shoppingcartHeading {
	width: 183px;
	color:#EEE5D3;
	display:block;
	font-size:12px;
	font-weight:normal;
	letter-spacing:0.16em;
	padding:6px 18px;
	text-transform:uppercase;
	}
#shoppingcartContent	{
	background-color: #EEE5D3;
	margin-right: 4px;
	}
#cartBoxListWrapper, #cartBoxListWrapper a	{
	color: #000;
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading,#search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}
#searchHeading {
  background-color:#403A32;
  color:#EEE5D3;
  display:block;
  font-size:14px;
  font-weight:normal;
  letter-spacing:0.16em;
  padding: 2px 18px;
  text-transform:uppercase;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-color: #403A32;
	padding: 0.5em 0;
/*	background-image: url(../uploads/images/tile_back.gif); */
/*	padding: 0.5em 0.2em; */
	}

.leftBoxContainer, .rightBoxContainer {
	margin: 0 auto;
/* margin: 0em 2px 5px 2px; */
/* margin-top: 0; */
/* margin-bottom: 5px;	*/
/* border: 1px solid #9a9a9a; */
/* border-bottom: 5px solid #336633; */
/*	margin-top: 1.5em; */
	}

.sideBoxContent {
	background-color: #ffffff;
	padding: 0.4em;
	}

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, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}
	
#indexCategoriesMainContent {
	width: 600px;
	margin: 0 auto;
	text-align: left;
	}	
#productListing {
	width: 600px;
	margin: 0 auto;
	text-align: left;
	}	
.productListing-data {
	padding: 6px;
	text-align: center;
	vertical-align: top;
	}
#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;
	}
a.helplink {
	color: #000;
	}
.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;
}
.listingDescription{
	text-align: left;
	}
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: #403A32;
/*	background-color: #abbbd3;
	background-image: url(../uploads/images/tile_back.gif); */
	height: 3em;
	font-size: 12px;
	color: #EEE5D3;
	}
.productListing-rowheading a {
	color: #EEE5D3;
}
.productListing-rowheading a:hover {
	color: #FFF;
}
.productListing-odd {
	background-color: #EEE5D3;
	color: #000;
	}
.productListing-even {
	background-color: #FFF;
	color: #000;
	}	
#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;
	}

