/**
 * 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;
	padding: 0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 73%;
	color: #FFFFFF;
	background-color: #000000;
	}

a img {border: none; border: 0px; }


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

a:active {
	color: #FFFF66;
	}

h1 {
	font-size: 1.5em;
	color: #E5CB96;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	}

h2 {
	font-size: 1.3em;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
	
h2 a:visited {
	color: #E5CB96;
	}
	

h2 a:hover {
	color: #FFFF66;
	}
	

h3 {
	font-size: 1.2em;
	}

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

.biggerText {
	font-size: 13px;
	}
1
h2, h3, h4, h5, h6 {
	margin: 3px;
	margin-left: 0px;
	}
	
h1 {
	padding-bottom: 0px;
	margin-bottom: 3px;
	}	

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

SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

FORM {
	display: inline;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	}

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

select:focus, textarea:focus {
	background: #E4FEF5;
	}

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

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color: #E5CB96;
	}

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 {
	margin: 3px;
	padding: 3px;
	padding-left: 0px;
	margin-left: 0px;
	}
	

ADDRESS {
	font-style: normal;
	padding-top: 0px;
	}
	
.contactDefaultHeading {
	margin-bottom: 0px;
	padding-bottom: 0px;
	}

.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 #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 {
	text-align: left;
	width: 750px;
	}

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

#logoWrapper{
	background-image: url(/includes/templates/hex/images/header_bg.jpg);
	height:142px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	}
	
#logoWrapper2{
	background-image: url(/includes/templates/hex/images/header_bg_2.jpg);
	background-repeat: no-repeat;
	height:142px;	
	margin: 0px;
	padding: 0px;
	}
	
#taglineWrapper {
	padding-top: 10px;
	margin-top: 0px;
	
}

#tagline {
	padding-top: 0px;
	margin-top: 0px;
	text-align : right;
	vertical-align: top;
	width: 497px;
	float: right;
}

#logo {
	
	padding-top: 15px;
	float: left;
	
	}

#navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	margin-top: 0px;
	padding-top: 0px;
	} 
	
#navColumnOneWrapper {
	margin: auto;
	margin-top: 5px;
	padding-top: 0px;
	} 
	
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0.5em;
	margin-right: 0.5em;
	}
	

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


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

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 0em;
	font-size: 1em;
	}

.navNextPrevPipe {
	font-size: 1.4em;
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
	}
	
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	}
	
.navNextPrevWrapper {
	clear: both;
	padding-top: 10px;
	}

#navSuppWrapper, #navCatTabsWrapper {
	margin: 10px;
	background-color: #000000;
	padding:0px;
	padding-left:0px;
	font-weight: bold;
	color: #ffffff;
	height: 22px;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9F000E;
	}
	
#navMainWrapper {
	margin: 0px;
	background-image: url(/includes/templates/hex/buttons/english/topnavbg.gif);
	padding:0px;
	padding-left:0px;
	font-weight: bold;
	color: #ffffff;
	height: 26px;
	vertical-align: top;
	clear: both;
	}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0px;
	padding: 0px;
	padding-left:0px;
	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, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0em;
	margin: 0px;
	color: #ffffff;
	white-space: nowrap;
	}
	
#navSupp ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0px;
	color: #E5CB96;
	white-space: nowrap;
	}
	
#navMain ul li a:hover {
	text-decoration: none;
	padding: 0em 0em;
	margin: 0px;
	color: #FFFF66;
	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 {
	margin: 0.5em;
	}
	
#indexProductListCatDescription {
	margin-bottom: 0px;
}

#navMainSearch {
	margin: 0px;
	padding: 0px;
	width: 235px;
	float: right;
	text-align: right;
	vertical-align: top;
	}
	
.navSearchBox {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 10px;
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
	margin-top: 4px;
	height: 14px;
	width: 150px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	vertical-align: top;
	}
	
.searchbutton {
	width: 61px;
	height: 20px;
	text-decoration: none;
	background: url(/includes/templates/hex/buttons/english/btn_search.gif);
	margin: 3px 2px 0px 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
}

.searchbutton:hover {
	background-position: 0px -30px;
}

.searchbutton:active {
	background-position: 0px -60px;
}

	
#navBreadCrumb {
	padding: 0.5em 0.8em;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	color: #999999;
	}
	
#navBreadCrumb a {
	color: #E5CB96;
	}
	
#navBreadCrumb a:hover {
	color: #FFFF66;
	}
	
#navEZPagesTop {
	background-color: #abbbd3;
	background-image: url(../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;
	}

.content {
	line-height: 16px;
	}

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

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: left;
	text-align: left;
	padding-top: 10px;
	}


	

.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
	}

.tableHeading, #cartSubTotal {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #9f000e;
	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;
	}
	
#shoppingcartContent {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}


.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0em;

	}
	
.cartProductDisplay a {
	
	color: #FFFFFF;
	
	}
	
.cartProductDisplay a:hover {
	
	color: #FFFF66;
	
}
	

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

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

.cartOldItem {
	color: #999999;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}
	
a .cartOldItem:hover, a .cartNewItem:hover {
	color: #FFFF66;
	}

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

.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;
	color: #999999;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #FFFFFF;
	}

.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: 3px 10px 3px 0px ;
	}

.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 #4A4028; */
	height: 1%;
	margin: 1.1em 0;
	}

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

/*sideboxes*/
.columnLeft {
	color:#000000;
	padding-top: 0px;
	margin-top: 0px;
}

#categoriesHeading {
	background-image: url(/images_layout/navhdr.jpg);
	height:45px;
	background-position: 0px;
	margin: 0px;
	padding: 0px;
	}
	
#navColumnOneWrapper {
	background-image: url(/images_layout/navbg.jpg);
	background-position: 0px 35px;
	background-color: #000000;
	}
	
#catBoxDivider {
	height:0px;
	width:0px;

}	

h3.leftBoxHeading, h3.leftBoxHeading a {
	color: #000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:bold;
	

	}
	
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1em;
	color: #FFFFFF;
	}	
	
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}

#currenciesHeading {
	font-size: 10px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	padding-top: 7px;
}

.currencySelect {
	text-align: left;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
}

.currencySelect select {
	background-color: #900;
	color: #FFF;
	border: 1px solid #CCCCCC;
}

.disclaimer {
	font-size: 10px;
	clear: both;
}


.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	/*background-color: #abbbd3;*/
	/*background-image: url(../images/tile_back.gif);*/
	padding: 0.5em 0.2em;

	}
	
.leftBoxHeading {
	padding-left:18px;

	}


.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	/*border: 1px solid #9a9a9a;*/
	/*border-bottom: 5px solid #336633;*/
	margin-top: 0px;
	}
	

.rightBoxContainer div a {
	color: #E5CB96;
	}

.rightBoxContainer div a:hover {
	color: #FFFF66;
	}

.sideBoxContent {
	padding: 0.0em;
	padding-left:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	}
	
.sideBoxContent a {
	color:#000000;
}

.sideBoxContent a:hover {
	color:#9F000E;
}

#reviewsContent {
	text-align:left;

}

#categoriesContent {
	padding-top:0px;
	margin-top:0px;
	vertical-align: top;
}

#productsListingBottomNumber {
	margin-top: 5px;
}

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

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

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .centerBoxHeading,.rightBoxHeading, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}
	
.categoryListBoxContents {
	text-align: center;
	}
	
.categoryListBoxContents a {
	font-size: 13px;
	padding: 3px;
	display: inline-block;
	color: #FFFFFF;	/* background-image: url(/includes/templates/hex/buttons/english/button_categoryBG.gif);*/
	}
	
.categoryListBoxContents a:hover {
	color: #FFFF66
	}
	
.categoryListBoxContents img {
	padding-bottom: 2px;
	}	
.productListing-data {
	text-align: left;
	padding: 3px;
	padding-top: 7px;
	vertical-align: top;
	}
	
.itemTitle {
	margin: 0px;
	padding: 0px;	
}

.listingProductImage {
	padding-top: 3px;
	border: 0px;
}

.listingPrice {
	margin-top: 2px;
}
	
#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;
	}
	
#informationHeading {
	color: #29251A;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}




/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	color: #000000;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17px;
	}
	
A.category-top:hover {
	color: #9F000E;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17px;
	}
	
A.category-links, A.category-links:visited {
	color: #000000;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17px;
	}
	
A.category-links:hover {
	color: #9F000E;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17px;
	}
	
	
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #9F000E;
	text-decoration: none;
	margin-left: 0px;
	padding-left: 0px;
	}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	color: #9F000E;
	}
/* end categories box links */

/*misc*/
.back {
	float: left;
	margin: 0px;
	padding: 0px;
	}

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

.bold {
	font-weight: bold;
	}

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

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

.productListing-rowheading {
	color: #FFFFFF;
	padding-bottom: 10px;
	}
	
.productListing-heading {
	color: #FFFFFF;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9F000E;
	padding-top: 10px;
}


.productListing-heading:visited {
	color: #FFFFFF;
}

.productListing-heading:hover {
	color: #FFFF66;
}

#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: #000000;
	}
.information {padding: 10px 3px; line-height: 150%;}

#shippingEstimatorContent {
	clear: both;
	}

#shoppingcartBody {
	margin-top: 0px;
	padding-top: 0px;
	}
	
.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}


/* Christian added */


a.navMainNew {
	display: block;
	width: 101px;
	height: 24px;
	text-decoration: none;
	background: url(/includes/templates/hex/buttons/english/topnav.gif) no-repeat;
	float: left;

}

a.navMainNew:hover {
	background-position: 0px -30px;
	
}

a.navMainNew:active {
	background-position: 0px -60px;
}


a.navMainSpecials {
	display: block;
	width: 79px;
	height: 24px;
	text-decoration: none;
	background: url(/includes/templates/hex/buttons/english/topnav.gif);
	float: left;
	background-position: -101px 0px;

}

a.navMainSpecials:hover {
background-position: -101px -30px;

}

a.navMainSpecials:active {
	background-position: -101px -60px;
}



a.navMainBest {
	display: block;
	width: 114px;
	height: 24px;
	text-decoration: none;
	background: url(/includes/templates/hex/buttons/english/topnav.gif) no-repeat;
	float: left;
	background-position: -180px 0px;

}

a.navMainBest:hover {
background-position: -180px -30px;
}

a.navMainBest:active {
	background-position: -180px -60px;
}


a.navMainAccount {
	display: block;
	width: 137px;
	height: 24px;
	text-decoration: none;
	background: url(/includes/templates/hex/buttons/english/topnav.gif) no-repeat;
	float: left;
	background-position: -293px 0px;

}

a.navMainAccount:hover {
background-position: -293px -30px;
}

a.navMainAccount:active {
	background-position: -293px -60px;
}


a.navMainLogout {
	display: block;
	width: 77px;
	height: 24px;
	text-decoration: none;
	background: url(/includes/templates/hex/buttons/english/topnav.gif) no-repeat;
	float: left;
	background-position: -430px 0px;

}

a.navMainLogout:hover {
background-position: -430px -30px;
}

a.navMainLogout:active {
	background-position: -430px -60px;
}


#productName {
	font-size: 1.3em;
	padding: 0px;
	margin: 0px;
	display: inline;
	}
	
strong {
	color: #E5CB96;
	}
	
#privacyDefaultMainContent {
	padding-bottom: 10px;
	}
	
.sideboxCheckoutLink {
	color: #E5CB96;
	float: left;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-top: 1px;
	}
	

/* Christian added these to do rollovers for each button. Would love to have something more compressed but for now this works. */

a.btnfreeship {
display: block;
width: 128px;
height: 23px;
text-decoration: none;
background: url("/includes/templates/hex/buttons/english/button_freeshipping_bg.gif");
margin-left: 9px;
margin-top: 8px;
margin-bottom: 2px;
}

a.btnfreeship:hover {
background-position: 0px -26px;
}

a.btnfreeship:active {
background-position: 0px -52px;
}

a.btnnewprod {
display: block;
width: 144px;
height: 21px;
text-decoration: none;
background: url("/includes/templates/hex/buttons/english/btn_newprod.gif");
}

a.btnnewprod:hover {
background-position: 0px -22px;
}

a.btnnewprod:active {
background-position: 0px -44px;
}

a.btnspecialprice {
display: block;
width: 144px;
height: 21px;
text-decoration: none;
background: url("/includes/templates/hex/buttons/english/btn_specialprice.gif");
}

a.btnspecialprice:hover {
background-position: 0px -22px;
}

a.btnspecialprice:active {
background-position: 0px -44px;
}

div.hdrReorder {
display: block;
width: 144px;
height: 21px;
text-decoration: none;
background: url("/includes/templates/hex/buttons/english/btn_quickreorder.gif");
}


a.btnFeatured {
display: block;
width: 144px;
height: 21px;
text-decoration: none;
background: url("/includes/templates/hex/buttons/english/btn_featured.gif");
}

a.btnFeatured:hover {
background-position: 0px -22px;
}

a.btnFeatured:active {
background-position: 0px -44px;
}

a.btnshoppingcart {
display: block;
width: 144px;
height: 21px;
text-decoration: none;
background: url("/includes/templates/hex/buttons/english/btn_shoppingcart.gif");
}

a.btnshoppingcart:hover {
background-position: 0px -22px;
}

a.btnshoppingcart:active {
background-position: 0px -44px;
}

#tagline UL  {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.payback {
	margin-top: 64px;
	padding-top: 0px;
	margin-right: 109px;
	padding-right: 0px;
	display: block;

	
}

.visitus {
	padding: 0px;
	margin: 0px;
	display: block;
	
}

.visitus img {
	
	padding: 0px;
	margin: 0px;
}

.hdrEdgy {

padding-top: 6px;
padding-bottom: 6px;

}

a.btnvisit {
	display: inline;
	float: right;
	width: 98px;
	height: 19px;
	text-decoration: none;
	background: url(/includes/templates/hex/buttons/english/btn_visitus_bg.gif);
}

a.btnvisit:hover {
background-position: 0px -20px;
}

a.btnvisit:active {
background-position: 0px -40px;
}

.btncheckoutUL {
	float: right;
	}

a.btncheckout {
display: block;
width: 93px;
height: 19px;
margin-right: 3px;
text-decoration: none;
background: url("/includes/templates/hex/buttons/english/btn_checkout_bg.gif");
}

a.btncheckout:hover {
background-position: 0px -22px;
}

a.btncheckout:active {
background-position: 0px -47px;
}


.btncartUL {
	float: right;
	}

a.btncart {
	display: block;
	width: 98px;
	height: 19px;
	text-decoration: none;
	background: url("/includes/templates/hex/buttons/english/btn_checkout_yourcart_bg.gif");
}

a.btncart:hover {
background-position: 0px -22px;
}

a.btncart:active {
background-position: 0px -47px;
}

a.btnlogoff {
display: block;
width: 81px;
height: 21px;
margin-left: 5px;
text-decoration: none;
background: url("/includes/templates/hex/buttons/english/button_logoff_bg.gif");
}

a.btnlogoff:hover {
background-position: 0px -24px;
}

a.btnlogoff:active {
background-position: 0px -48px;
}

/*part of Christian's rollover hack solution to the buttons. Included modifying includes/functions/html_output.php */

.buttonincartSubmit {
	background-image: url(/includes/templates/hex/buttons/english/button_in_cart_bg.gif);
	vertical-align: middle;
	margin-bottom: 4px;
	}
	
.buttonincartSubmit:hover {
	background-position: 0px -23px;
	}
	
.buttonincartSubmit:active {
	background-position: 0px -46px;
	}
	
	
.buttonaddselectedSubmit {
	background-image: url(/includes/templates/hex/buttons/english/button_add_selected_bg.gif);
	vertical-align: middle;
	margin-bottom: 4px;
	margin-top: 10px;
	}
	
.buttonaddselectedSubmit:hover {
	background-position: 0px -23px;
	}
	
.buttonaddselectedSubmit:active {
	background-position: 0px -46px;
	}	


.buttonsearchSubmit {
	background-image: url(/includes/templates/hex/buttons/english/button_search_bg.gif);
	vertical-align: middle;
	margin-bottom: 4px;
	}
	
.buttonsearchSubmit:hover {
	background-position: 0px -23px;
	}
	
.buttonsearchSubmit:active {
	background-position: 0px -46px;
	}
	
	
.buttonbackRollover {
	background-image: url(/includes/templates/hex/buttons/english/button_back_bg.gif);
	vertical-align: middle;
	margin-bottom: 4px;
	}
	
.buttonbackRollover:hover {
	background-position: 0px -23px;
	}
	
.buttonbackRollover:active {
	background-position: 0px -46px;
	}
	

.buttonupdatecartSubmit {
	background-image: url(/includes/templates/hex/buttons/english/button_update_cart_bg.gif);
	vertical-align: middle;
	margin-bottom: 4px;
	margin-left: 4px;
	}
	
.buttonupdatecartSubmit:hover {
	background-position: 0px -25px;
	}
	
.buttonupdatecartSubmit:active {
	background-position: 0px -49px;
	}
	

.buttonRow .buttonupdatecartSubmit {
	background-image: url(/includes/templates/hex/buttons/english/button_update_cart2_bg.gif);
	width: 102px;
	height: 34px;
	vertical-align: top;
	margin-bottom: 4px;
	margin-left: 4px;
	margin-top: 0px;
	}
	
.buttonRow .buttonupdatecartSubmit:hover {
	background-position: 0px -36px;
	}
	
.buttonRow .buttonupdatecartSubmit:active {
	background-position: 0px -72px;
	}


.buttoncontinueshoppingRollover {
	background-image: url(/includes/templates/hex/buttons/english/button_continue_shopping_bg.gif);
	vertical-align: middle;
	margin-bottom: 4px;
	}
	
.buttoncontinueshoppingRollover:hover {
	background-position: 0px -36px;
	}
	
.buttoncontinueshoppingRollover:active {
	background-position: 0px -72px;
	}
	
.buttonshippingestimatorRollover {
	background-image: url(/includes/templates/hex/buttons/english/button_shipping_estimator_bg.gif);
	vertical-align: middle;
	margin-bottom: 4px;
	}
	
.buttonshippingestimatorRollover:hover {
	background-position: 0px -36px;
	}
	
.buttonshippingestimatorRollover:active {
	background-position: 0px -72px;
	}
	
	
.buttoncheckoutRollover {
	background-image: url(/includes/templates/hex/buttons/english/button_checkout_bg.gif);
	vertical-align: top;
	margin-bottom: 4px;
	margin-top: 0px;
	}
	
.buttoncheckoutRollover:hover {
	background-position: 0px -36px;
	}
	
.buttoncheckoutRollover:active {
	background-position: 0px -72px;
	}	
	

.buttonloginSubmit {
	background-image: url(/includes/templates/hex/buttons/english/button_login_bg.gif);
	vertical-align: middle;
	margin-bottom: 4px;
	}
	
.buttonloginSubmit:hover {
	background-position: 0px -23px;
	}
	
.buttonloginSubmit:active {
	background-position: 0px -46px;
	}	
	

.buttonsubmitSubmit {
	background-image: url(/includes/templates/hex/buttons/english/button_submit_bg.gif);
	vertical-align: middle;
	margin-bottom: 4px;
	}
	
.buttonsubmitSubmit:hover {
	background-position: 0px -23px;
	}
	
.buttonsubmitSubmit:active {
	background-position: 0px -46px;
	}	
	

.buttonchangeaddressRollover {
	background-image: url(/includes/templates/hex/buttons/english/button_change_address_bg.gif);
	vertical-align: middle;
	margin-bottom: 4px;
	}
	
.buttonchangeaddressRollover:hover {
	background-position: 0px -31px;
	}
	
.buttonchangeaddressRollover:active {
	background-position: 0px -62px;
	}
	

.buttoncontinuecheckoutSubmit {
	background-image: url(/includes/templates/hex/buttons/english/button_continue_checkout_bg.gif);
	vertical-align: middle;
	margin-bottom: 4px;
	}
	
.buttoncontinuecheckoutSubmit:hover {
	background-position: 0px -36px;
	}
	
.buttoncontinuecheckoutSubmit:active {
	background-position: 0px -72px;
	}
	

.buttonsendSubmit {
	background-image: url(/includes/templates/hex/buttons/english/button_send_bg.gif);
	vertical-align: middle;
	margin-bottom: 4px;
	}
	
.buttonsendSubmit:hover {
	background-position: 0px -36px;
	}
	
.buttonsendSubmit:active {
	background-position: 0px -72px;
	}
	

#contactUsDefault .buttonsendSubmit {
	background-image: url(/includes/templates/hex/buttons/english/btn_sendmail_bg.gif);
	vertical-align: top;
	width: 119px;
	height: 22px;
	margin-bottom: 4px;
	margin-top: 0pxl
	}
	
#contactUsDefault .buttonsendSubmit:hover {
	background-position: 0px -23px;
	}
	
#contactUsDefault .buttonsendSubmit:active {
	background-position: 0px -46px;
	}
	

.buttonredeemSubmit {
	background-image: url(/includes/templates/hex/buttons/english/button_redeem_bg.gif);
	vertical-align: middle;
	margin-bottom: 4px;
	}
	
.buttonredeemSubmit:hover {
	background-position: 0px -36px;
	}
	
.buttonredeemSubmit:active {
	background-position: 0px -72px;
	}
	

.buttoncontinueSubmit {
	background-image: url(/includes/templates/hex/buttons/english/button_continue_bg.gif);
	vertical-align: middle;
	margin-bottom: 4px;
	}
	
.buttoncontinueSubmit:hover {
	background-position: 0px -23px;
	}
	
.buttoncontinueSubmit:active {
	background-position: 0px -46px;
	}
	

.buttonupdateSubmit {
	background-image: url(/includes/templates/hex/buttons/english/button_update_bg.gif);
	vertical-align: middle;
	margin-bottom: 4px;
	}
	
.buttonupdateSubmit:hover {
	background-position: 0px -23px;
	}
	
.buttonupdateSubmit:active {
	background-position: 0px -46px;
	}
	

.buttonconfirmorderSubmit {
	background-image: url(/includes/templates/hex/buttons/english/button_confirm_order_bg.gif);
	vertical-align: middle;
	margin-bottom: 4px;
	}
	
.buttonconfirmorderSubmit:hover {
	background-position: 0px -36px;
	}
	
.buttonconfirmorderSubmit:active {
	background-position: 0px -72px;
	}
	

.smalleditRollover {
	background-image: url(/includes/templates/hex/buttons/english/small_edit_bg.gif);
	vertical-align: middle;
	margin-bottom: 4px;
	}
	
.smalleditRollover:hover {
	background-position: 0px -20px;
	}
	
.smalleditRollover:active {
	background-position: 0px -40px;
	}
	

.buttondeletesmallRollover {
	background-image: url(/includes/templates/hex/buttons/english/button_delete_small_bg.gif);
	vertical-align: middle;
	margin-bottom: 4px;
	}
	
.buttondeletesmallRollover:hover {
	background-position: 0px -20px;
	}
	
.buttondeletesmallRollover:active {
	background-position: 0px -40px;
	}
	

.buttonviewRollover {
	background-image: url(/includes/templates/hex/buttons/english/button_view_bg.gif);
	vertical-align: middle;
	margin-bottom: 4px;
	}
	
.buttonviewRollover:hover {
	background-position: 0px -23px;
	}
	
.buttonviewRollover:active {
	background-position: 0px -46px;
	}
	

.cartRemoveItemDisplay img {
	background-image: url(/includes/templates/hex/images/icons/small_delete_bg.gif);
	vertical-align: middle;
	margin-bottom: 4px;
	}
	
.cartRemoveItemDisplay img:hover {
	background-position: 0px -25px;
	}
	
.cartRemoveItemDisplay img:active {
	background-position: 0px -49px;
	}


/* psychic buttons. */


.callbutton {
	display: block;
	background-image: url("/images_readings/btn_submit_callnow.gif");
	width: 106px;
	height: 30px;
	}
	
.callbutton:hover {
	background-position: 0px -40px;
	}
	
	
.callbuttonbig {
	display: block;
	background-image: url("/images_readings/btn_click4_callnow.gif");
	width: 82px;
	height: 68px;
	}
	
.callbuttonbig:hover {
	background-position: 0px -70px;
	}
	
	
.arrangebutton {
	display: block;
	background-image: url("/images_readings/btn_submit_arrangecall.gif");
	width: 106px;
	height: 30px;
	}
	
.arrangebutton:hover {
	background-position: 0px -40px;
	}
	
	
.arrangebuttonbig {
	display: block;
	background-image: url("/images_readings/btn_click4_arrangecall.gif");
	width: 82px;
	height: 68px;
	}
	
.arrangebuttonbig:hover {
	background-position: 0px -70px;
	}
