/**
 * 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 4387 2006-09-04 13:54:28Z drbyte $
 */

body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:12px;/*0.7em; 80%;*/
	line-height: 160%;
	color:rgb(50%,50%,50%);
	/*background-color: #f4f4f4;*/
	/*letter-spacing:2px;  this leads to a diplay bug in ie 6 + 7, where not all the categories get displayed.*/
	margin: 0;
	padding: 0px;
	text-align: center;
}
p {
	letter-spacing: .1em;
}
a img {
	border: none;
}
a {
	color: rgb(50%,50%,50%);
	text-decoration: none;
	font-size:14px;
}
a:link {
	color: rgb(50%,50%,50%);
	text-decoration: none;
}
a:visited {
	color: rgb(50%,50%,50%);
	text-decoration: none;
}
a:hover {
	color: rgb(20%,20%,20%);
	text-decoration: none;
}
a:active {
	color: rgb(20%,20%,20%);
}
h1, h2, h3, h4, h5, h6 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
}
h1 {
	margin: 0px 0px 15px 0px;
	font-size:18px;
	font-family: verdana, helvetica, sans-serif;
	color: rgb(20%,20%,20%);
	font-weight: normal;/*clear: both;*/
}
h2 {
	font-size: 110%;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight: normal;
}
h3 {
	font-size: 120%;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight: normal;
}
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 #cccccc;*/
	border:none;
}
legend {
	font-weight: normal;
	padding: 0.3em;
	font-size:14px;
	color:rgb(40%, 40%, 40%);
}
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 Zen Cart resizing buttons, grr */
}
label.inputLabel {
	width: 11em;
	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;
}
.clearLeft {
	clear:both;
}
.clearRight {
	clear: both;
}
hr {
	/*height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;*/
	display:none;
}
/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	padding: .2em .5em;
	border: 1px solid #000;
}
.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: #FFFF66;
	color: #000000;
}
/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width:980px;
	margin: auto 0;
	padding:0;
	background-image:url(../images/bg.png);
	background-repeat:repeat-y;
	background-position: center;
}
#headerWrapper {

/*float:right;*/
}
#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
}
#contentMainWrapper {
}
#logoWrapper {
	background-color: #ffffff;
}
#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
}
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin: 0 0.5em;
}

#tagline {
	padding: 1em 0 0 0;
	text-align : center;
}
#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;
}
/**Style top header menu - login, etc*/
#navMainWrapper/*, #navSuppWrapper, #navCatTabsWrapper*/ {
	margin-right: 0;
	/*padding: 5px 0;*/
	background-color: #fff;
	border-bottom:20px solid 4a579a;
	float:right;
	margin-bottom:-20px;
}
#navSuppWrapper {
	/*float:right;*/
text-align:center;
	margin-left:105px;
	padding-top:100px;
}
#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
}
#navMain {
	margin-right:15px;
}
#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0.3em 0em;
	list-style-type: none;
}
#navMain ul {
	float:right;
	padding:0;
	margin-right:-10px;
	text-align:right;
}
#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;
}
#navSupp ul li a {
	font-size:10px;
}
#navCatTabs ul li a {
	color: #9a9a9a;
}
#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
}
#navEZPagesTOCWrapper h2 {
	text-transform:lowercase;
}
#navEZPagesTOC ul {
	position:relative;
	margin-top: -18px;
	padding: 0.5em 0;
	list-style-type: none;
	line-height: 1.5em;
}
#navEZPagesTOC ul li {
	white-space: nowrap;
}
#navEZPagesTOC ul li a {
	/*padding: 0em 0.5em;*/
	margin: 0;
	letter-spacing:.1em;
}
#ezPagesHeading {
	position:relative;
	width:699px;
	/*background-color:#4a579a;*/
	height:20px;
	padding-bottom:10px;	
	font-family: verdana, arial, helvetica, sans-serif;
}
#ezPagesHeading h1 {
	font-weight:normal;
	color:rgb(30%, 30%, 30%);
}
#ezPagesHeading h3{display:none;}
#gagaTerms {
	margin-top:25px;
}
/**houses the menu links **/
#ezpagesContent {
     position:relative;
	text-align:right;
	font-family:verdana, arial, sans-serif;
	letter-spacing:3px;
	background-color:#c84b37;
	width:271px;
	margin-left:-6px;
}
#ezpagesContent li a {
	/*border-right:2px dotted rgb(50%,50%,50%);*/
	padding-right:10px;
	color: #fff;/*rgb(50%,50%,50%);*/
	margin-right:2px;
}
#ezpagesContent li a:link {
	/*color: rgb(50%,50%,50%);*/
	color: #fff;/*rgb(50%,50%,50%);*/
}
#ezpagesContent li a:visited {
	/*color: rgb(50%,50%,50%);*/
	color: #fff;/*rgb(50%,50%,50%);*/
	text-decoration: none;
}
#ezpagesContent li a:hover {
	/*color: rgb(50%,50%,50%);*/
	color: #fff;/*rgb(50%,50%,50%);*/
	text-decoration: none;
}
#ezpagesContent li a:active {
	/*color: rgb(50%,50%,50%);*/
	color:rgb(50%,50%,50%);
	text-decoration: underline;
}
#navMainSearch, #navCategoryIcon, .buttonRow, #indexProductListCatDescription {
/*margin: 0.5em;*/
}
/** The biog & photo of an artist on their hoem page */
#indexProductListCatDescription {
	height:150px;
}
#indexProductListCatDescription p {
	padding-left:10px;
	vertical-align:text-top;
}
/** Rows of artwork on the artists home page */
#productListing {
	position:relative;
	margin-top: -20px;
}
#navBreadCrumb {
	/*background-color: #f5f5f5;*/
	padding: 3px 0;
	/*border-bottom: 2px dotted #000;*/
	font-family:verdana, arial, sans-serif;
	font-size:2em;
}
#navEZPagesTop {
	background-color: #fff;
	padding: 0.5em;
	/*border-top: 1px solid #ccc;*/
	display:inline;
	padding-right:20px;
}
#navColumnOne, #navColumnTwo {
	background-color: #fff;
}
td#navColumnOne.columnLeft{
background-color:#4a579a;
}


/*The main content classes*/


#navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
}
/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	padding: 0.5em;
}
#productDescription {
	padding:0;
	margin:0;
}
.alert {
	color: #c00;
}
#productDescription h3 {
color:rgb(50%, 50%, 50%;)
}
.advisory {
}
.important {
	font-weight: bold;
}
.notice {
}
.rating {
}
.gvBal {
	float: right;
}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
/*padding: 0.8em;*/
}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
}
#siteinfoLegal {
	float:right;
	margin-top:-25px;
	font-size:10px;
	margin-right:15px;
}
#bottomMargin {
	margin-bottom:300px;
}
/*Shopping Cart Display*/

.button_sold_out {
	font-size:14px;
	color:#ff0000;
}
.tableHeading th {
/*border-bottom: 1px solid #ccc;*/
}
.tableHeading, #cartSubTotal {
	background-color: #eee;
}
#cartSubTotal {
	border-top: 1px solid #ccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: .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: #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;
}
.cartRemoveItemDisplay a {
	padding-top:20px;
}
.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: 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*/
 #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em;
}

#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;*/
	margin: 1.1em 0;
	height: 1%;
	float:left;
}
.categoryListBoxContents img {
/*float:left;*/
}
.categoryListBoxContents img {
	font-size:12px;
}
.listingDescription {
	display:none
}
/*sideboxes*/
.columnLeft {
}
h3.leftBoxHeading {
	display:none;
}
h3.leftBoxHeading, h3.leftBoxHeading a, h3.rightBoxHeading, h3.rightBoxHeading a {
	margin: 0;
	padding: 3px;
	font-weight: normal;
	font-style: italic;
}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
}
.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
/*background-color: #f5f5f5;
	border-bottom: 1px solid #000;*/
}
.leftBoxContainer {
	/*border-right: 2px dotted #000;*/
	margin: 0 0 1em 0;
}
.rightBoxContainer {
	/*border: 1px solid #ccc;*/
	margin: 0 0 1em 0;
}
.sideBoxContent {
	background-color: #ffffff;
	padding: 0.4em;
}
.sideBoxContent ul li {
	font-size:14px;
	line-height:1.5em;
}
#bannerboxContent {
	text-align:right;
	margin-top:40px;
	/*background-color: #4a579a;	*/
	padding:0;
}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, #cartBoxGVBalance, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: left;
}
/** Basket display */ 
.cartRemoveItemDisplay, .cartQuantity, .cartTotalsDisplay, cartUnitDisplay,cartTotalDisplay {
text-align:center;
}

.cartQuantityUpdate{
text-align:left;
}
/***On product_info page, we need to right align the img but center align the view larger img link **/
.imgLink {
	text-align:center;
	font-size:12px;
	
}

#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: #f5f5f5;
	vertical-align: top;
}
.rowEven {
	background-color: #fff;
	vertical-align: top;
}
caption {
/*display: none;*/
}
#myAccountGen li, #myAccountNotify li {
	margin: 0;
}
.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
}
.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
}
tr.tableHeading {
	background-color: #eee;
}
#prevOrders td {
	border-bottom: 1px solid #ccc;
	padding: 0 .5em 0 0;
}
#prevOrder caption, h2 {
	text-align:left;
	color:rgb(40%, 40%, 40%);
}
#myAccountOrdersStatus {
	margin-bottom:20px;
}
/** align this artists products on same level as home menu item */
#productListing {
	margin-top:0;
}
.productListing-rowheading {
	background-color: #eee;
}
.productListing-data {
	padding: .5em 0;
}
.productListing-data img {
	float:left;
	padding: 0;
}
.productListing-data h3 {
	margin: 0 0 1em 0;
}
.productListing-heading {
	display:none;
}
h1.productListHeading {
	text-transform:lowercase;
}
#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;
}
/*** Contact Us ****/
/*#contactGaga p{
 letter-spacing: -1px;
}*/
#contactGaga {
	font-size:2em;
	letter-spacing:.5em;
	color:#000;
}
#gagaPrinthouse {
	font-size:1.65em;
	margin-top:-35px;
	color:#000;
}
.gagaSubHeading {
	color:rgb(20%,20%,20%);
	margin-bottom:10px;
}
.gagaContact {
	padding-bottom:20px;
}

/** The greeting in the body of the home page*/

#indexDefaultMainContent h2{
 font-size:larger;
 letter-spacing: .5em;
 font-weight:500;
}

/** Ceon Protx module */
.ProtxDirectFormGadgetError {
	background: #FF6633;
}
.ErrorInfo {
	border:1px solid red;
}
.ExtraErrorInfo {
	border:1px dashed red;
}
.ProtxDirectCardIcon {
	margin-right: 4px;
	margin-bottom: 4px;
}
/** Ceon Protx 3D Secure Icon */
.ProtxDirect3DSecureIcon {
	margin-left: 1em;
	margin-bottom: 2em;
	float: right;
}
#productPurchaseBox {
	margin:0;
	padding:0;
}

*
#cartAdd {
	margin-left:25px;
	padding:3px;
	font-size:1em;
	text-align:left;
	
}
#buybox > #cartAdd{padding: 1em; margin:1em;	}
#buybox {
	position:relative;
    margin-left:-10px;
	padding:3px;
	width:100px;
	text-align:left;
	float:left;
}
/** The add to cart button */
.button_in_cart {
	font-size:20px;
	color:#ff0000;
	font-family:verdana, arial, helvetica, sans-serif;
	background:transparent;
	border:1px solid #fff;
	margin-left: -10px;
	cursor:pointer;
}
/** This is the main table cell where the products, etc are displayed*/
.centerColumn {
	padding: 3px;
	margin-left:90px;
	margin-top:32px;
	margin-right:15px;
	width:600px;
}
/** ensures the border appears below the h1 */
.centerColumn h1 {
	color:rgb(20%,20%, 20%);
	position:relative;
	margin-top:-30px;
	padding-bottom:20px;
	letter-spacing: .2em;/*10px*/
	font-size:18px;
}
/** The text area on the contact form */
#enquiry{
float:right;
}
/**W/o setting these 2 to display:none, the border is hidden in ie6/7 */
#indexDefaultHeading {
	/*display:none;*/
}
.greeting {
	/*display:none;*/
}
#categoryDescription {
}
/**On the Artists page, align aartist image & biog on same level*/
.categoryImg {
	float: left;
	vertical-align: text-top;
	margin-top:.5em;
	padding-right:10px;
}

/** Positions the blue heading or banner on each page */
#bannerHeading{
 position:relative;
	background-color:#fff;
	height:20px;	
	color:rgb(30%, 30%, 30%);	
}

#bannerHeading h1{
  padding-top:10px;
  margin-left:94px;
}

/** all prints page */
#indexCategoriesHeading h1{color:rgb(30%, 30%, 30%);}

/**cat name on product info page */
#categoryIcon {
	position:relative;
	margin-top:-30px;
	width:50%;
	height:20px;
	margin-bottom:10px;
}
.categoryIcon a {
	color:rgb(30%, 30%, 30%);
	font-size:18px;
	padding-top:5px;
}
#categoryIcon a{ color:rgb(30%, 30%, 30%); }

/** Displays the artists name above the product page */
#gagaProductInfoCatName{
position:relative;
margin-top:20px;
margin-bottom:-10px;
}
#gagaProductInfoCatName a{
color:rgb(30%, 30%, 30%);
}
/* shopping basket header */
#cartDefaultHeading{
    position:relative;
	width:50%;
	height:20px;
}
#cartDefaultHeading h1 { color:rgb(30%, 30%, 30%);}

/* Customer login */
#loginDefaultHeading{
    position:relative;
	width:50%;
	height:20px;
}
#loginDefaultHeading h1 {color:rgb(30%, 30%, 30%);}

/** create account page/ billing info page */
#createAcctDefaultHeading{
    position:relative;
	width:50%;
	height:20px;
}
#createAcctDefaultHeading h1 {color:rgb(30%, 30%, 30%);}

/* my account page */
#accountDefaultHeading{
    position:relative;
	width:50%;
	height:20px;
}
#accountDefaultHeading h1 {color:rgb(30%, 30%, 30%);}

/* newsletters page */
#acctNewslettersDefaultHeading{
    position:relative;
	width:50%;
	height:20px;
}
#acctNewslettersDefaultHeading h1 { color:rgb(30%, 30%, 30%);}

/** address book page */
#addressBookDefaultHeading{
    position:relative;
	width:50%;
	height:20px;
	color:rgb(30%, 30%, 30%);
}
#addressBookDefaultHeading h1 { color:rgb(30%, 30%, 30%);}

/* account notifications page */
#accountNotificationsHeading{
    position:relative;
	width:50%;
	height:20px;
	
}
#accountNotificationsHeading h1 {color:rgb(30%, 30%, 30%);}

/** checkout shipping page */
#checkoutShippingHeading{
    position:relative;
	width:50%;
	height:20px;
	
	color:rgb(30%, 30%, 30%);
}
#checkoutShippingHeading h1 { color:rgb(30%, 30%, 30%);}

/* checkoutShipAddressDefaultHeading */
#checkoutShipAddressDefaultHeading{
    position:relative;
	width:50%;
	height:20px;
		
}
#checkoutShipAddressDefaultHeading h1 {color:rgb(30%, 30%, 30%);}

/*Payment info page*/
#checkoutPaymentHeading{
    position:relative;
	width:50%;
	height:20px;
			
}
#checkoutPaymentHeading h1 { color:rgb(30%, 30%, 30%);}

/** checkout confirmation page */
#checkoutConfirmDefaultHeading{
    position:relative;
	width:50%;
	height:20px;
	
}
#checkoutConfirmDefaultHeading h1 { color:rgb(30%, 30%, 30%);}

/** the home page title **/
#indexDefaultHeading{
    position:relative;
	width:50%;
	height:20px;
	font-family: verdana, arial, helvetica, sans-serif;
	color:rgb(30%, 30%, 20%);
}
#indexDefaultHeading h1 {color:rgb(30%, 30%, 30%); font-family: verdana, arial, helvetica, sans-serif;}

/* checkout success page */
#checkoutSuccessHeading{
    position:relative;
	width:50%;
	height:20px;
	color:rgb(30%, 30%, 30%);
}
#checkoutSuccessHeading h1{color:rgb(30%, 30%, 30%);}

/* Create Account success page */
#createAcctSuccessHeading{
    position:relative;
	width:50%;
	height:20px;
	
}
#createAcctSuccessHeading h1{color:rgb(30%, 30%, 30%);}

/* log off page */
#logoffDefaultHeading{
    position:relative;
	width:50%;
	height:20px;
	
}
#logoffDefaultHeading h1{color:rgb(30%, 30%, 30%);}


/** the prints or cats page title */
#printsCategoriesHeading{
    position:relative;
	width:50%;
	height:20px;
	
}

#printsCategoriesHeading h1 {color:rgb(30%, 30%, 30%); margin-left:-94px;}

/** contact us page heading */
#contactUsHeading{
 position:relative;
	margin-top:0;
	width:50%;
	height:20px;
	
}
#contactUsHeading h1 {color:rgb(30%, 30%, 30%);}
/*** cart summary in header */

#navMainCartSummary {
	float:right;
	padding-right:10px;
	font-size:12px;
	margin-right:15px;
}
/** News styles */
#newsContainer {
	margin-left:90px;
	margin-top:35px;
}
.newsHeader {	
}
.newsHeader h1 {
	color:rgb(20%,20%, 20%);
	position:relative;
	margin-top:-30px;
	padding-bottom:20px;
	letter-spacing: 10px;
}
#newsContainer a {
	text-decoration:none;
}
#newsContainer :link {
	color: rgb(50%, 50%, 50%);
}
#newsContainer a:visited {
	color: rgb(50%, 50%, 50%);
}
#newsContainer a:hover {
	color: rgb(20%, 20%, 20%);
}
#newsContainer a:active {
	color: rgb(20%, 20%, 20%);
}
#newsContainer u {
	text-decoration:none;
}
#newsContainer .author, .comments {
	display:none;
}
#newsContainer img {
	float: left;
	vertical-align: text-top;
	margin-top:.5em;
	margin-bottom: 20px;
}
.articleByLine p {
	margin-bottom: 20px;
}
.newsHeadlineText img {
	margin:0;
	padding:10;
	float:none;
	border:#000 thin;
	display:inline;
}
/** News container */

#newsContainer hr {
	display:none;
}
.articleLinkList {
	margin-top:50px;
}
.archiveLinkList a {
	margin-left:-40px;
	zoom:1;
}
.archiveLinkList li {
	list-style:none;
}
.articleLinkList ul li {
	list-style:none;
}
.articleProductLink {
	list-style:none;
}
.articleHeading {
	text-transform:uppercase;
	padding-top:10px;
}
.articleText a {
	display:none;
}
/** eo news styles */

/** cards accepted box */
#bannerSix img {
	position:fixed;
	bottom:20%;
	right:100px;
}
/**hide the logo */
#logo {
	display:none;
}
.productGeneral {
	color:#999999;
	/*width:200px;*/
}
/** Ensure that there's no overlap with righthand img */
.productGeneral p {
	margin-right:1px;
	color:#999999;
}
.productGeneral h3 {
	color:rgb(50%, 50%, 50%);
	width:150px;
}
/** product description */
#productbox h4 {
	font-size:12px;
	font-weight: normal;
	color: rgb(50%,50%,50%);
	font-family: verdana, arial, helvetica, sans-serif;
	letter-spacing: 4px;
}

#productbox {
	margin:0;
	padding:0;
	float:left;
}
#productbox h3, span {
	color:rgb(50%, 50%, 50%);
}
/** controls placement of the main image */
#imagebox {
	width:405px;
	float:right;
	
}
#imagebox div {
	position:relative;
	margin-right:-5px;
	padding-left:5px;
}
#imagebox div img {
	float:right;
}

#productInfoBottomBorder {
	/*border-top:2px dotted rgb(50%, 50%, 50%);*/
	width:100%;
	padding:0;
	margin:0;
}
#cardsAccepted {
	margin-left:390px;
}

/** Override signup form styles */
#createAcctDefaultLoginLink {
	font-size:12px;
}
#createAcctDefault fieldset {
	border:0;
}
input {
	background-color: transparent;
}
input text {
	border:thin dashed rgb(50%, 50%, 50%);
}
#createAcctDefault input[type=text]:focus {
	color:#000;
	background:#ff00;
}
/** The artists listing */
.categoryListBoxContents img {
/*float:left;*/
}
.categoryListBoxContents a {
	font-size:12px;
}
#productTellFriendLink {
	position:relative;
	margin-top:-19px;
}
/*.buttonRow button_TellAFriend{border:1px solid #333333}*/

#ezPagesTOCHeading {
	text-transform:lowercase;
	position:relative;
	margin-top: -20px;
}
/** Shows up when incorrect email addy entered for newsletter subs */
#maintenanceDefault h1 {
	position:relative;
	margin-top:-38px;
	text-transform:lowercase;
}
.cartTotalsDisplay {
	display:none;
}
/** Step 3 - styles */
#checkoutBillto h3, h4 {
	font-size:14px;
}
/** remove fieldset borders */
#checkoutShipping fieldset {
	border:none;
}
#checkoutShipping h2, #checkoutPayment h2, #checkoutConfirmDefault h2, #accountLinksWrapper h2 {
	color:rgb(40%,40%, 40%);
}
/**remove cards accepted stuff */
.ProtxDirectCardIcon img {
	display:none;
}
.ccinfo img {
	display:none;
}
.inputLabelPayment:first-child {
	display:none;
}
.centerBoxContentsNew img {
	padding:5px;
}
#checkoutPaymentHeadingAddress {
	margin-left:5px;
}
/** sign in page */
#loginDefault legend {
	color:rgb(20%,20%,20%);
}
/** account sign up */
#createAcctDefault legend {
	position:relative;
	margin-left:-3px;
}
#createAcctDefaultLoginLink {
	margin-left:6px;
}
/** newsletter subs styles */
#subscribeContent label {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:12px;
	position:relative;
	margin-left:-4px;
}
/** print notifications page */
#accountNotifications legend {
	position:relative;
	margin-left:-8px;
}
/** account history */
#accountDefault a {
	font-size:12px;
}
#myAccountGen {
	position:relative;
	margin-left:-1px;
}
#myAccountGen li {
	list-style:none;
}
#myAccountNotify {
	position:relative;
	margin-left:-1px;
}
#myAccountNotify li {
	list-style:none;
}
.button_subscribe {
	cursor:pointer;
}
/** standard contact us form */
#contactUsForm legend {
	position:relative;
	margin-left:-5px;
}
#contactUsDefault p {
	margin-left: 7px;
}
#gagaLinks h3 {
	color:rgb(20%, 20%, 20%);
}

#productMainImage {
	margin:0.5em 0em 1em 1em;
	float:right;
	position:relative;
	width:400px;
}
/** centre aligns view larger image link under the main product image */
#productMainImage a {/*border:thin solid #fff;*/}
#productMainImage a span{margin-left:40%; text-align:center; }

h1#productName {
	margin:0;
	padding:0;	
    text-align:left;
	/*width:180px;*/
}
#title {
	font-family: verdana, arial, helvetica, sans-serif;
}

#productDetailsList {
	margin: 0;
	padding:0;
	list-style: none;
}
#productDetailsList ul {
	margin: 0;
	padding:0;
	list-style: none;
}
#productDetailsList ul li {
	padding:3px 0 3px 3px;
}
#stocklevel {
	font-weight:bold;
}
#freeShippingIcon {
	width:50%;
	height:54px;
}
.wrapperAttribsOptions {
	margin:0.3em 0;
	text-align:left;
}
#attribsOptionsText {
	margin:0;
	padding:0.5em 5px;
	text-align:center;
}
.optionName {
	margin:0;
	color:#580c84;
	font-weight:700;
	padding-left:3px;
	text-align:left;
	width:11em;
}
/*#cartImage {
margin:0.5em 1em;
}*/

#QuantityDiscountsBox {
	margin: 0;
	width: 30%;
	float: left;
}
#gagaProductTitle {
	color:rgb(50%,50%,50%);
}


/**IE on hover or when another input/form gains focus/is active shows border on BUY button */
#cartAdd input {
	border:0;
	outline:0;
}
/** The add to cart button*/

#featuredProducts{width:100%;}

/**The other goldmark websites sidebox **/
#goldmarksidebox {text-align:right; padding-top: 20px;}
#goldmarksidebox table {float:right;}
 h3#goldmarksideboxHeading{color:#fff; visibility:visible; display:block; font-style:normal;}
 /** Another Goldmarkart webside sidebox **/
 #goldmarkartsidebox {position:relative; bottom:-50px; left:2px;
 display:table;
  vertical-align: bottom; 
  padding-bottom:100px;
 }
 #goldmarkartsidebox h3{color:#fff; }
 h3#goldmark_phone {margin-top:-10px;}
 
 .red{color:#FF0000;}