/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2006 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 5349 2006-12-22 20:34:40Z birdbrain $
 */

body {
	font-family:"Century Gothic", Helvetica, Arial;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	padding: 2px 0;
	font-weight: normal;
	}

html {
overflow-y: scroll;
}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
	}
 
a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #CC0000;
	text-decoration: none;
	font-weight:bold;
	}

a:active {
	color: #777777;
	}

h1 {
	line-height: 30px;
	font-size: 24px;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	line-height: 30px;
	font-weight:normal;
	}

h3 {
	font-size: 16px;
	font-weight:normal;
	}

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

.biggerText {
	font-size: 1.2em;
	}

h1, h3, h4, h5, h6 {
	margin-top: 2px;
	margin-bottom: 2px;
	}
	
h2 {
	margin-top: 10px;
	margin-bottom: 6px;
}

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

INPUT {
	padding-bottom: 0px;
}

TEXTAREA {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	/*background: bl;*/
	}

#horizontalLine {
	border-top: #666666 solid 1px;
}

FIELDSET {
	border: 1px solid #000000;
	margin: 0em;
	padding: 0em;
	
	}

LEGEND {
	font-size:16px;
	padding: 0em;
	color: #FFFFFF;
	margin-left: 0px;
	margin-top: 15px;
	}

LABEL, h4.optionName {
	line-height: 2.5em;
	padding-top: 0.2em;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin-top: 0.5em;
	margin-right: 0.3em;
	margin-bottom: 0.5em;
	margin-left: 0em;
	}

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

LABEL.inputLabel {
	width: 320px;
	float: left;
	margin-bottom: -7px;
	padding: 5px;
	}

LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 1.5em;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width: 11em;
	float: left;
	}

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}

P, ADDRESS {
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0em;
	}

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

.messageStackWarning, .messageStackError {
	background-color: #353535;
	color: #ff0000;
	}

.messageStackSuccess {
	background-color: #353535;
	color: #aaaaaa;
	}

.messageStackCaution {
	background-color: #353535;
	color: #FFFF66;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	}

/* Seperator*/
#line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;	
}

div#footerspacer {
	height: 50px;
}

#headerWrapper {
	position: relative;
	height: 105px;
	overflow: hidden;
	}

#MainBottomWrapper {
        text-align: center; 
	}


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

#contentMainWrapperShell {
	position:relative;
	margin-left: 0px;
	width: 800px;
	/*border-left: 1px solid #333333;*/
	/*border-bottom: 1px solid #333333;*/
	padding: 0px;
	/*background-color: #000000;*/
	z-index:999;
}

#contentMainWrapper {
	/*border: 1px solid #666666;*/
	/*background-color: #000000;*/
	width: 780px;
	padding: 40px;
}

#centralWrapper {
	/*background-color: #000000;*/
	width: 100%;
}

 #minHeight{
min-height:465px;
}


/* Logo */
#logo {	
	position: absolute;
	float: left;
	width: 260px;
	height: 97px;
	background: url(../images/logo.gif) 0 0 no-repeat;
	margin-left: 27px;
	margin-top: 4px;
}


#logoWrapper{
	/*background-color: #353535;*/
	/*height:75px;*/
	overflow:hidden;
	}



/* Slogan */


#dressup {
	position: absolute;
	width: 490px;
	height: 39px;
	background: url(../images/dressup.gif) 0 0 no-repeat;
	left: 440px;
	margin-top: 34px;
	
}

#coffee {
	position: absolute;
	width: 350px;
	height: 100px;
	background: url(../images/coffee.gif) 0 0 no-repeat;
	left: 640px;
	top: 2px;
}

div#icons {
	position: absolute;
	float: left;
	width: 258px;
	height: 43px;
	background: url(../images/icons.gif) 0 0 no-repeat;
	margin-left: 707px;
	margin-top: 27px;
	
}

/*icons*/

#rappers {
	position: absolute;
	width: 354px;
	height: 100px;
	background: url(../images/rappers.gif) 0 0 no-repeat;
	left: 600px;
	margin-top: 9px;
	
}

div#iconEye {
	position: absolute;
	float: right;
	width: 65px;
	height: 55px;
	background: url(../images/eye.jpg) 0 0 no-repeat;
	margin-left: 632px;
	margin-top: 19px;
}

div#iconEye:hover {
	position: absolute;
	float: right;
	width: 65px;
	height: 55px;
	background: url(../images/eyeCopy.jpg) 0 0 no-repeat;
	margin-left: 632px;
	margin-top: 19px;
}

div#iconLove {
	position: absolute;
	float: right;
	width: 65px;
	height: 55px;
	background: url(../images/love.jpg) 0 0 no-repeat;
	margin-left: 720px;
	margin-top: 19px;
}

div#iconLove:hover {
	position: absolute;
	float: right;
	width: 65px;
	height: 55px;
	background: url(../images/loveCopy.jpg) 0 0 no-repeat;
	margin-left: 720px;
	margin-top: 19px;
}

div#iconMy {
	position: absolute;
	float: right;
	width: 65px;
	height: 55px;
	background: url(../images/my.jpg) 0 0 no-repeat;
	margin-left: 805px;
	margin-top: 19px;
}

div#iconMy:hover {
	position: absolute;
	float: right;
	width: 65px;
	height: 55px;
	background: url(../images/myCopy.jpg) 0 0 no-repeat;
	margin-left: 805px;
	margin-top: 19px;
}

div#iconRap {
	position: absolute;
	float: right;
	width: 65px;
	height: 55px;
	background: url(../images/rap.jpg) 0 0 no-repeat;
	margin-left: 899.75px;
	margin-top: 19px;
}

div#iconRap:hover {
	position: absolute;
	float: right;
	width: 65px;
	height: 55px;
	background: url(../images/rapCopy.jpg) 0 0 no-repeat;
	margin-left: 899.75px;
	margin-top: 19px;
}



#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	
	}
	 
#navColumnOneWrapper, #navColumnTwoWrapper {
	
	}
	
/* Left Column Nav */
#leftcolumn {
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px 0 0px;
	width: 200px;
	float:left;
	font-family:"Century Gothic", Helvetica, Arial;
}

#nav, #nav ul {
	width: 200px;
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 22px;
}


#nav a {
	font-size: 16px;
	color: #999999;
	text-decoration: none;	
	padding-left: 30px;
	display: block;
	width: 170px;
	margin-left: 0px;
	padding-top: 0px;
	margin-top: 12px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight:normal;
	/*border-left: 1px solid #333333;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;*/
}

#nav a:hover, a:active {
	/*background-color:#666666;*/
	color: #ffffff;
	font-weight:normal;
}

#nav li {
	list-style-type: none;
}

div#leftLine {
	position:relative;
	width:200px;
	margin-top: 0px;
	top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}

#joinUs, #joinUs ul {
	width: 200px;
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: -1px;
}

#joinUs a {
	position:relative;
	top: 30px;
	font-size: 13px;
	color: #999999;
	text-decoration: none;	
	padding-left: 30px;
	display: block;
	width: 170px;
	margin-left: -1px;
	padding-top: 7px;
	margin-top: 0px;
	margin-bottom: -1px;
	padding-bottom: 5px;
	border-left: 1px solid #333333;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

#joinUs ul{
	list-style: none;
}

#joinUs a:hover {
	color:#CC0000;
}

#joinUs li {
	list-style-type: none;
}
	
	
div#button {
	position: relative;
	top: 21px;
	
}	

div#animation {
	position:relative;
	top: 260px;
	left: 28px;
	
}
	
#tagline {
	color: #cacaca;
	font-size: 1.5em;
	text-align : center;
	vertical-align: middle;
	font-style: italic;
	}

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

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

.floatingBox {
	margin: 0;
	width: 100%;
	}

.wrapperAttribsOptions {
	margin: 0em 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: 0em;
	/*padding: 0.5em 0.2em;*/
	font-weight: bold;
	color: #aaaaaa;
	height: 1%;
	}

#navMainWrapper {
	background-color: #000000;
	}

#navSuppWrapper {
	background-color: #000000;
	}

#navCatTabsWrapper {
	background-color: #000000;
	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: #dddddd;
	white-space: nowrap;
	}

#navCatTabs ul li a {
	color: #9a9a9a;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #222222;
	}

#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-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	padding: 0.5em 0.5em;
	background-color: #000000;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	}

#navEZPagesTop {
	background-color: #000000;
	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-family:"Century Gothic", Helvetica, Arial;
	/*font-size: 1.2em;*/
	/*padding: 0.5em;*/
	}

.alert {
	color: #ffffff;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	background-color: #000000;
	}

.centerColumn {
	position: relative;
	padding: 0px;
	background-color: #000000;
	/*min-height: 430px;*/
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}
	
/*Content layout main page*/
div#wrapperShop{
	position: relative;
	min-height: 353px;
	
}

div#headerBold {
	/*position: relative;
	top: -50px;
	left: -30px;*/
	font-size: 24px;
	font-weight: normal; 
	color: #FFFFFF;
}

div#headerMid {
	/*position: relative;
	top: -50px;
	left: -30px;*/
	font-size: 16px;
	font-weight: normal; 
	color: #FFFFFF;
}

div#headerMid a {
	font-weight:bold;
	color:#FFFFFF;
}

div#headerMid a:hover {
	font-weight: bold;
	color:#CC0000;
	text-decoration:none;
}

div#or {
	position: relative;
	left: 75px;
	font-size: 24px;
	font-weight: normal; 
	color: #FFFFFF;
}

#header {
	position: absolute;
	font-size:12px;
	top: -10px;
	left: -30px;
	color: #FFFFFF;
	z-index: 98;
}

#header a {
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
}

#header a:hover {
	color: #CC0000;
	text-decoration:none;
	font-weight: bold;
}


#contentLeft {
	position: absolute;
	width: 350px;
	top: 40px;
	left: -30px;
	/*font-size: 16px;*/
	color: #FFFFFF;
	z-index: 97;
}

#contentLeft a {
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
	/*font-size: 20px;*/
}

#contentLeft a:hover {
	color: #CC0000;
}

/*#contentLeft ul li {
	position: relative;
	top: -10px;
	left: -25px;
	/*font-size: 16px;*/
	/*color: #FFFFFF;
}*/

#contentRight {
	position: absolute;
	width: 350px;
	top: 120px;
	left: -30px;
	/*font-size: 16px;*/
	color: #FFFFFF;
}	

#contentRight ul li {
	position: relative;
	top: -10px;
	left: -25px;
	/*font-size: 16px;*/
	color: #FFFFFF;
}	

#contentRight a {
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
	/*font-size: 20px;*/
}

#contentRight a:hover {
	color: #CC0000;
}

#listLeft {
	
}	

#open {
	/*position: absolute;
	top: 20px;
	left: 360px;*/
	height: 166px;
	width: 276px;
	background-image: url(../images/open24hrs.jpg);
	background-repeat: no-repeat;
	margin-top: 150px;
	margin-left: 30px;
}

#happy {
	position: relative;
	top: 50px;

}

#size {
	position: absolute;
	top: 300px;
	margin-top: 0px;
}

div#gThumb {
	/*position: absolute;
	top: 220px;
	left: -30px;*/
	
	width: 200px;
	height: 149px;
	background-image: url(../images/gallery.jpg);
	background-repeat: no-repeat;
}

#remember {
	position: absolute;
	top: 220px;
	left: 360px;
	/*font-size: 14px;*/
	color: #FFFFFF;
	z-index: 96;
}

#remember ul li {
	position: relative;
	top: -15px;
	left: -25px;
	/*font-size: 14px;*/
	color: #FFFFFF;
}

#remember a {
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
}

#remember a:hover {
	color: #CC0000;
}


div#login {
	position: absolute;
	top: 390px;
	left: 360px;
	text-align: right;
	color:#666666;
}

#choose {
	color:#FFFFFF;
	padding-left: 30px;
	font-size: 14px;
	line-height: 26px;
}

#choose ul {
	padding-left: 15px;
	margin-top: -3px;
	font-size: 14px;
	line-height: 23px;
}

#options {
	color:#FFFFFF;
	padding-left: 30px;
	font-size: 16px;
	line-height: 26px;
}

#options ul {
	padding-left: 15px;
	margin-top: -3px;
	font-size: 14px;
	line-height: 23px;
}

#options ul li {
	padding-left: 15px;
	margin-top: -3px;
	font-size: 14px;
	line-height: 23px;
}

	
	
/* Footer Menu */

#lowerBody {
	max-height: 115px;
}


#lowerMenus {
	font-weight: normal;
	font-size: 10px;
	list-style: none;
	height: 50px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#lowerMenus h3 {
	font-weight: bold;
	color: #999999;
	font-size: 12px;
	font-family: "Century Gothic", Helvetica, Arial;
}

#lowerMenus ul {
	list-style: none;
	font-weight: normal;
	font-size: 12px;
	font-family: "Century Gothic", Helvetica, Arial;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
}

#lowerMenus li a {
	color:#999999;
	font-weight: normal;
}

#lowerMenus li a:hover {
	color: #FFFFFF;
	font-weight: normal;
}


div#footer {
	position:relative;
	margin-top: 4px;
	left: 0px;
	height: 30px;
	font-family:"Century Gothic", Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	color:#999999;
}

#secure {
	margin-top: -4px;
	margin-left: 4px;
	text-align: center;	
	font-weight: normal;
}

#paypal {
	position:absolute;
	float:left;
	margin-top: 0px;
	margin-left: 58px;
	font-size: 10px;
}

#eyeLoveMy {
	position:relative;
	margin-top: 6px;
	margin-left: 800px;
	
}

#footer ul {
	position: absolute;
	float:right;
	margin-top: 0px;
	margin-left: 240px;
	padding-left: 0px;
	padding-top: 8px;
}

#footer ul li {
  display: inline; /* Shows each item side-by-side */
  list-style-type: none; /* Gets rid of the bullet points */ 
  /*padding-right: 29px;*/
  font-size: 11px;
 }

#footer ul a {
	display: inline;
	float: left; /* Provides horizontal separation between menu items */
	font-size: 11px;
	color: #666666;
	text-decoration:none;
	/*	font-weight: bold;*/
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 31px;
	/*margin-left: 240px;*/
	/*margin-top: 5px;*/
	text-align: left;
}

#footer ul a:hover {
	color: #FFFFFF;
}

#copyright {
	background-image: url(../images/footer.gif);
	position: relative;
	width: 130px;
	text-align: center;
	margin-top: 25px;
	height: 50px;
	background-repeat: no-repeat;
}
	

/*Shopping Cart Display*/
#cartAdd {
	float: left;
	text-align: left;
	margin-top: 1em;
	margin-bottom: 1em;
	border: 3px solid #000000;
	/*padding: 1em;*/
	background-color: #000000;
	}
	
#loading {
	visibility:hidden;
	float: right;
	text-align: right;
	margin: 1em;
	border: 3px solid #000000;
	padding: 1em;
	background-color: #000000;
}	

.tableHeading TH {
	/*border-bottom: 1px solid #333333;*/
	}

.tableHeading, #cartSubTotal {
	background-color: #000000;
	 }

#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 {
	width: 4.7em;
	}

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

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

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 5.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: #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 {
	margin-top: 0em;
	margin-right: 3em;
	margin-bottom: 0em;
	margin-left: 0em;
	}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

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

.attributesComments {
	margin-top: -25px;
	color:#000000;
}

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

.centerBoxWrapper {
	border: 1px solid #222222;
	height: 1%;
	margin: 1.1em 0;
	}

h2.centerBoxHeading {
	font-size: 1.3em;
	color: #777777;
	}

/*sideboxes*/
.columnLeft {
	}

h3.leftBoxHeading, h3.rightBoxHeading, #manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 1em;
	color: #cacaca;
	}


.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-color: #000000;
	/*padding: 0.5em 0.2em;*/
	/*border-bottom: 1px solid #777777;*/
	}

.leftBoxContainer, .rightBoxContainer {
	margin-top: 15px;
	margin-left: -6px;
	width: 400px;
	/*border: 1px solid #777777;*/
	/*border-bottom: 1px solid #777777;*/
	/*margin-top: 1.5em;*/
	}
	

.sideBoxContent {
	background-color: #000000;
	/*padding: 0.4em;*/
	}

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

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

.centeredContent, TH, #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;
	}

#cartEmptyText {
	text-align:left;
	font-weight: normal;
	font-size:22px;
}

#cartEmptyText a:hover {
	text-align:left;
	font-weight: normal;
}

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

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */



A.category-top, A.category-top:visited, A.category-links, A.category-links:visited {
	color: #666666;
	font-size: 12px;
	text-decoration: none;
	padding-left: 30px;
	border-bottom: 1px solid #333333;
    display: block;
    width: auto;
    text-align:left;
	padding-top: 0px;
	padding-bottom: 6px;
	margin-top: -8px;
	}
		
	
A.category-top:hover, A.category-links:hover {
	color: #CC0000;
	text-decoration: none;
	}
		

A.category-subs, A.category-subs:visited, A.category-products, A.category-products:visited {
	color: #666666;
	text-decoration: none;
	margin-left: 29px;
	padding-left: 25px;	
	border-bottom: 1px solid #333333;
    display: block;
    width: auto;
    text-align:left;
    padding-top: 0px;
	padding-bottom: 6px;
	margin-top: -8px;
	}

A.category-subs:hover, A.category-products:hover {
	color: #CC0000;
	text-decoration: none;
	}
	

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

/*misc*/
div#loginWrapper {
	position: relative;
	width: 720px;
	float: left;
}

div#loginReg {
	margin-left: 45px;
	float: right;
}

#leftColumn {
	position: relative;
	float: left;
	width: 50%;
}

#loginDefaultHeading {
	float: left;
	width: 47%;
	line-height: 16px;
}

#steps {
	float: right;
	width: 47%;
}

#floatingBoxForward {
	position: absolute;
	left: 380px;
	float: right;
	vertical-align: top;
	}

#floatingBoxBack {
	position: absolute;
	float: left;
	vertical-align:top;
	padding-right: 20px;
	border-right: #666666 solid 1px;
	}	
	
.stepsShaded {
	color: #666666;
}

.back {
	float: left;
	}

.forward {
	float: right;
	}	



#terms {
	background-color:#CC0000;
	text-align: center;
}

#shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #404040;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #303030;
	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: #000000;
	height: 2em;
	}

.productListing-rowheading {
	background-color: #000000;
	height: 2em;
	color: #cacaca;
	}

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

#galleryReturn {
	padding: 0.5em 0em;
	text-align: center;
	}

div#invoiceWrapper {
	min-height: 1700px;
}

#attrib-9-12 {
	visibility:hidden;
	margin-left: -17px;
	size: 14px;
}

.attribsUploads{
	font-size: 24px;
}

#productName {
	display: none;
}

#columnRight {
	float: right;
	position: relative;
	top: 0px;
	font-size:12px;
}

#currenciesHeading {
	text-align: left;
}

#currencies {
	margin-left: 3px;
}

#currenciesContent {
	text-align: left;
	margin-left: -4px;
}

.attribsRadioButton {
	padding-left: 4px;
}

#newArtist {
	position: absolute;
	z-index: 999;
	top: 502px;
	font-size:16px;
	text-align:center;
	line-height: 24px;
	color:#FFFFFF;
}

#newArtist:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}