/**
 * 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-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	background-color: #DBE6F0;
	background-image: url(../images/BG.png);
	background-repeat: repeat-x;
	}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #3300FF;
	text-decoration: none;
	}
 
a:visited {
	color: #3300FF;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navCatTabs ul li a:hover {
	color: #FF0000;
	}

a:active {
	color: #0000FF;
	}

h1 {
	font-size: 1.5em;
	color: #9a9a9a;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

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

.biggerText {
	font-size: 1.2em;
	}

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

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 12px;
	margin: 0;
	}

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

input:focus, select:focus, textarea:focus {
	background: #FFEECC;
	}

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;
	}
	
.categoryListBoxContents {
	font-size: 14px;
	font-weight: bold;
	}
	
.categoryListBoxContents a,
.categoryListBoxContents a:visited {
	color: #FF0000;
	}
	
.categoryListBoxContents a:hover,
.categoryListBoxContents a:focus {
	text-decoration: underline;
	}

.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, ADDRESS {
	padding: 0;
	}

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 {
	margin: 10px;
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #6D6B34;
	background-color: #FF0000;
	}

.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 {
	background-color: #ffffff;
	text-align: left;
	width: 960px;
	vertical-align: top;
	border: 1px solid #6D6B34;
	}

#headerWrapper, #contentMainWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
		
#logoWrapper {
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 75px;
	}

#navColumnOneWrapper {
	margin: auto;
	} 
	
#navColumnTwoWrapper {
	margin: 0;
	}
	
#navColumnOneWrapper {
	margin-left: 10px;
	margin-right: 0.5em;
	}
	
#tagline {
	height: 55px;
	width: 300px;
	position: absolute;
	left: 30px;
	top: 30px;
	z-index: 1;
	}
	
#logo {
	position: absolute;
	top: 25px;
	left: 34px;
	z-index: 2;
	}
	
#navMainSearch {
	position: absolute;
	left: 750px;
	top: 68px;
	}

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

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

.wrapperAttribsOptions select {
	width: 60px;
	height: 20px;
	font-size: 12px;
	margin-top: 5px;
	margin-left: 10px;
	border: 1px solid #6D6B34;
	}
	
.wrapperAttribsOptions select:focus {
	background-color: #FFEECC;
	border: 1px solid #6D6B34;
	}

/*navigation*/

.navSplitPagesResult {
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #000000;
	line-height: 17px;
	}
	
.navSplitPagesLinks {
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	line-height: 16px;
	}
	
.navSplitPagesLinks a {
	color: #000000;
	}
	
.navSplitPagesLinks a:hover {
	color: #A3825E;
	}
	
.current {
	font-size: 16px;
	color: #A3825E;
	}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #abbbd3;
	background-image: url(../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, #navCatTabs ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navMain ul li, #navCatTabs ul li {
	display: inline;
	}

#navMain 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, #indexProductListCatDescription {
	margin: 0.5em;
	}
	
.buttonRow {
	margin: 10px 0 10px 0;
	}

#navBreadCrumb {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	margin-top: 15px;
	margin-left: 10px;
	}
	
#navBreadCrumb a {
	color: #000000;
	text-decoration: underline;
	}
	
#navBreadCrumb a:hover {
	color: #A3825E;
	}
	

#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;
	}
	
#navColumnOne {
	border-right: 1px solid #6D6B34;
	}

/*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 {
	padding: 0;
	}

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

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	width: 334px;
	text-align: center;
	border-left: 1px solid #6D6B34;
	border-right: 1px solid #6D6B34;
	border-bottom: 1px solid #6D6B34;
	padding: 10px;
	margin-right: 10px !important;
	}

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

.tableHeading {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	margin: 10px;
	border: 1px solid #6D6B34;
	background-color: #DBDADD;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	height: 20px;
	padding-top: 5px;
	padding-right: 10px;
	}

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

.cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .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;
	}

.cartAttribsList {
	font-size: 12px;
	line-height: 18px;
	}
	
.cartAttribsList ul li {
	list-style-type: none;
	}

#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;
	font-weight: bold;
	}

.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 ;
	}

.categoryIcon {}

#cartImage {
	margin-right: 10px;
	border: 1px solid #6D6B34;
	padding: 5px;
	}
	
#cartProdTitle {
	display: block;
	font-size: 12px;
	font-weight: bold;
	}
	
a #cartProdTitle {
	color: #000000;
	}
	
a:hover #cartProdTitle {
	color: #A3825E;
	}

/*Attributes*/
.attribImg {
	width: 100px;
	margin: 5px
}

.attribImg img {
	cursor: pointer;
	margin-top: 5px;
	padding: 5px;
	border: 1px solid #6D6B34;
	}

.attributesComments {}

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

.centerBoxWrapper {
	border-top: 1px solid #6D6B34;
	height: 1%;
	margin-top: 10px;
	margin-bottom: 10px;
	}

h2.centerBoxHeading {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 12px;
	color: #000000;
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 12px;
	color: #000000;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-color: #DBDADD;
	border-bottom: 1px solid #6D6B34;
	padding: 5px;
	}
	
.leftBoxHeading, .rightBoxHeading {
	text-align: left !important;
	}
	
.centerBoxHeading {
	text-align: center !important;
	}

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	border: 1px solid #6D6B34;
	margin-top: 1.5em;
	}

.sideBoxContent {
	background-color: #ffffff;
	padding: 5px;
	}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #A3825E;
	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, .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;
	}

#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 {
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	color: #000000;
	text-decoration: none;
	}
A.category-links, A.category-links:visited {
	color: #000000;
	text-decoration: none;
	}

A.category-links:hover {
	color: #A3825E;
	}
	
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #000000;
	text-decoration: none;
	}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	color: #A3825E;
	font-weight: bold;
	}
/* end categories box links */

/*misc*/
.back {
	float: left;
	}

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

.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;
}

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: #abbbd3;
	background-image: url(../images/tile_back.gif);
	height: 2em;
	color: #FFFFFF;
	}

#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;
	}
	
/* [HO.OP] Additions ab hier */

#hoop_categorySpecialsWrapper {
	background: #DBDADD;
	padding: 5px;
	border-top: 1px solid #6D6B34;
	font-size: 10px;
	line-height: 14px;
	}

#categoriesContent {
	font-size: 13px;
	line-height: 22px;
	padding: 10px;
	}
	
.centerBoxContentsProducts,
.centerBoxContentsNew {
	border: 1px solid #6D6B34;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 217px;
	height: 357px;
	}

#crossSell,
#alsoPurchased {
	background-color: #ffffff;
	border-bottom: 1px solid #6D6B34;
	}

.centerBoxContentsCrossSell,
.centerBoxContentsAlsoPurch {
	border: 1px solid #6D6B34;
	margin: 10px;
	width: 217px !important;
	height: 280px;
	background-color: #FFFFFF;
	}
	
.centerBoxContentsCrossSell img,
.centerBoxContentsAlsoPurch img {
	padding: 15px;
	}
	
.centerBoxContentsCrossSell a,
.centerBoxContentsAlsoPurch a {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	}
	
.centerBoxContentsCrossSell a:hover,
.centerBoxContentsAlsoPurch a:hover {
	color: #A3825E;
	}
	
.centerBoxContentsProductsSpecial,
.centerBoxContentsNewSpecial,
.centerBoxContentsSpecials {
	border: 1px solid #FF0000;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 217px;
	height: 357px;
	}
	
.centerBoxContentsProducts img,
.centerBoxContentsProductsSpecial img {
	margin-top: 5px;
	margin-bottom: 20px;
	} 
	
.centerBoxContentsNew,
.centerBoxContentsSpecials {
	margin-bottom: 0px;
	}
	
.centerBoxContentsNewSpecial {
	margin-top: 10px;
	margin-bottom: 0px;
	}
	
#hoop_productHeader {
	border-bottom: 1px solid #6D6B34;
	background: #DBDADD;
	height: 20px;
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
	}
	
.centerBoxContentsProductsSpecial #hoop_productHeader,
.centerBoxContentsNewSpecial #hoop_productHeader,
.centerBoxContentsSpecials #hoop_productHeader {
	border-bottom: 1px solid #FF0000;
	background: #FFAAAA;
	}
	
#hoop_productHeader a {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	}
	
#hoop_productHeader a:hover {
	color: #A3825E;
	}
	
#hoop_productInfo {
	border-top: 1px solid #6D6B34;
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
	}
	
.centerBoxContentsProductsSpecial #hoop_productInfo,
.centerBoxContentsNewSpecial #hoop_productInfo,
.centerBoxContentsSpecials #hoop_productInfo {
	border-top: 1px solid #FF0000;
	}
	
#hoop_productInfo a,
#specials a,
#whatsnew a {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	}
	
#hoop_productInfo a:hover,
#specials a:hover {
	color: #A3825E;
	}
	
.hoop_productPrice {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin-top: -12px;
	}
	
.centerBoxContentsNew .hoop_productPrice,
.centerBoxContentsNewSpecial .hoop_productPrice,
.centerBoxContentsSpecials .hoop_productPrice {
	margin-top: 3px;
	}
	
#productListHeading,
#indexCategoriesHeading,
#categoryIcon,
#cartDefaultHeading,
#checkoutShippingHeading,
#shippingInfoHeading,
#conditionsHeading,
#checkoutPaymentHeading,
#indexDefaultHeading,
#logoffDefaultHeading,
#loginDefaultHeading,
#newProductsDefaultHeading,
#allProductsDefaultHeading,
#specialsListingHeading,
#siteMapHeading,
#checkoutConfirmDefaultHeading,
#checkoutSuccessHeading,
#accountDefaultHeading,
#accountHistoryDefaultHeading,
#addressBookDefaultHeading,
#acctNewslettersDefaultHeading,
#accountNotificationsHeading,
#advSearchResultsDefaultHeading,
#advSearchDefaultHeading,
#maintenanceDefault h1,
#pageTwoHeading,
#pageThreeHeading,
#privacyDefaultHeading {
	border: 1px solid #6D6B34;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	padding-top: 8px;
	height: 27px;
	background: #DBDADD;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	}
	
#shippingInfoHeading,
#conditionsHeading,
#checkoutShippingHeading,
#checkoutPaymentHeading,
#logoffDefaultHeading,
#loginDefaultHeading,
#siteMapHeading,
#checkoutConfirmDefaultHeading,
#checkoutSuccessHeading,
#accountDefaultHeading,
#accountHistoryDefaultHeading,
#addressBookDefaultHeading,
#acctNewslettersDefaultHeading,
#accountNotificationsHeading,
#advSearchDefaultHeading,
#maintenanceDefault h1,
#pageTwoHeading,
#pageThreeHeading {
	margin: 0;
	}
	
#newProductsDefaultHeading,
#allProductsDefaultHeading,
#checkoutSuccessHeading {
	margin-bottom: 15px;
	}
	
#checkoutConfirmDefaultHeading {
	margin-top: 5px;
	}
	
#contactUsDefault,
#shippingInfo,
#conditions,
#productInfoNoProduct,
#checkoutPayment,
#indexDefaultMainContent,
#logoffDefault,
#loginDefault,
#siteMap,
#checkoutSuccess,
#accountDefault,
#accountHistoryDefault,
#accountHistInfo,
#accountEditDefault,
#addressBookDefault,
#accountPassword,
#acctNewslettersDefault,
#accountNotifications,
#advSearchDefault,
#maintenanceDefault,
#pageTwo,
#pageThree,
#privacyDefaultMainContent {
	font-size: 12px;
	padding: 10px;
	}
	
#contactUsDefault .content,
#shippingInfo .content,
#conditions .content,
#productInfoNoProduct .content,
#checkoutPayment .content,
#indexDefaultMainContent,
#logoffDefault .content,
#loginDefault .content,
#siteMap .content,
#checkoutSuccess .content,
#accountSuccess .content,
#accountHistInfo .content,
#accountEditDefault. content,
#addressBookDefault .content,
#accountPassword .content,
#acctNewslettersDefault .content,
#accountNotifications .content,
#advSearchDefault .content,
#maintenanceDefault .content,
#pageTwo .content,
#pageThree .content {
	line-height: 16px;
	}
	
#checkoutConfirmDefault {
	width: 700px;
	padding: 0 10px 0 10px;
	}
	
#productListHeading {
	margin-bottom: 10px;
	}

#categoryIcon {
	margin-top: 5px;
	}

#categoryIcon a {
	color: #000000;
	}
	
#categoryIcon a:hover {
	color: #A3825E;
	}
	
.listingProductImage {
	margin-top: 5px;
	margin-bottom: 20px;
	}
	
.centerBoxContentsNew img,
.centerBoxContentsNewSpecial img,
.centerBoxContentsSpecials img {
	margin-top: 20px;
	margin-bottom: 20px;
	}
	
.centerBoxContentsNew #hoop_productInfo,
.centerBoxContentsNewSpecial #hoop_productInfo,
.centerBoxContentsSpecials #hoop_productInfo {
	padding-top: 8px;
	}
	
#specials {
	border: 1px solid #FF0000;
	}

#specialsHeading  {
	background-color: #FFAAAA;
	border-bottom: 1px solid #FF0000;
	}
	
#specials img,
#whatsnew img {
	margin-top: 20px;
	margin-bottom: 20px;
	}
	
#specials span,
#whatsnew div div {
	font-size: 12px;
	font-weight: normal;
	line-height: 22px;
	}
	
#hoop_taxTell {
	position: relative;
	left: 240px;
	border-top: 1px solid #6D6B34;
	border-left: 1px solid #6D6B34;
	background: #FFFFFF;
	color: #6D6B34;
	padding-top: 5px;
	text-align: center;
	font-size: 10px;
	height: 20px;
	width: 719px;
	}
	
#hoop_taxTell a,
#hoop_taxTell a:visited {
	color: #6D6B34;
	text-decoration: underline;
	}
	
#hoop_taxTell a:hover {
	color: #A3825E;
	}
	
#navSupp {
	background: #FFFFFF;
	color: #000000;
	padding-top: 5px;
	padding-left: 10px;
	font-size: 12px;
	height: 20px;
	border-top: 1px solid #6D6B34;
	text-align: left;
	}
	
#navSupp a,
#navSupp a:visited {
	color: #000000;
	text-decoration: none;
	}
	
#navSupp a:hover {
	color: #A3825E;
	}
	
#hoopStream_headerFlashImport {
	border-top: 1px solid #6D6B34;
	height: 0;
	}
	
/*IE7*/
*+html #hoopStream_headerFlashImport {
	margin-top: -3px;
	}
	
#hoop_navTopOne {
	border-top: 1px solid #6D6B34;
	border-bottom: 1px solid #6D6B34;
	height: 20px;
	padding-top: 4px;
	padding-left: 10px;
	font-size: 12px;
	color: #000000;
	}

/*IE7*/
*+html #hoop_navTopOne {
	margin-top: -3px;
	}
	 
#hoop_navTopOne a {
	color: #000000;
	}
	
#hoop_navTopOne .hoop_highlight {
	color: #A3825E;
	}
	
#hoop_navTopOne a:hover {
	text-decoration: underline
	}
	
#productMainImage {
	position: relative;
	width: 321px;
	}
	
#productMainImage,
.additionalImages img {
	margin: 10px !important;
	border: 1px solid #6D6B34;
	padding: 5px;
	}
	
.additionalImages {
	width: 171px !important;
	}
	
#productAdditionalImages {
 	width: 350px;
	}
	
#productName {
	float: right;
	width: 344px;
	margin-top: 10px !important;
	margin-right: 10px !important;
	margin-bottom: 0 !important;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	border: 1px solid #6D6B34;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	}
	
#productPrices {
	float: right;
	width: 344px;
	margin-right: 10px !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	border-bottom: 1px solid #6D6B34;
	border-left: 1px solid #6D6B34;
	border-right: 1px solid #6D6B34;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	}
	
#productDescription {
	float: right;
	width: 334px;
	height: 250px;
	overflow: auto;
	margin-right: 10px !important;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	padding: 10px 10px 10px 10px;
	font-weight: normal;
	border-bottom: 1px solid #6D6B34;
	border-left: 1px solid #6D6B34;
	border-right: 1px solid #6D6B34;
	}
	
#productDetailsList {
	float: right;
	width: 334px;
	margin-right: 10px !important;
	margin-top: 0 !important;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	padding: 5px 10px 5px 10px;
	font-weight: normal;
	border-bottom: 1px solid #6D6B34;
	border-left: 1px solid #6D6B34;
	border-right: 1px solid #6D6B34;
	}
	
#productAttributes {
	float: right;
	width: 334px;
	margin-right: 10px !important;
	padding: 10px;
	border-bottom: 1px solid #6D6B34;
	border-left: 1px solid #6D6B34;
	border-right: 1px solid #6D6B34;
	}

	
#productDetailsList li {
	list-style-type: none;
	line-height: 20px;
	}
	
.hoop_productDetailsListFront {
	font-weight: bold;
	padding-right: 20px;
	}
	
.hoop_productDetailsListBack {
	}
	
.attribsSelect {
	padding: 0;
	}
	
#hoop_imageHelper {
	float: left;
	width: 350px;
	}
	
#hoop_productInfoBack {
	margin: 10px 0px 0px 10px;
	}
	
#hoop_productInfoBottom {
	margin: 0 10px 10px 10px;
	}
	
/*IE7*/
*+html #hoop_productInfoBottom {
	margin-bottom: 15px;
	}
	
#cartContentsDisplay {
	margin: 10px;
	width: 698px;
	border-top: 1px solid #6D6B34;
	border-left: 1px solid #6D6B34;
	border-right: 1px solid #6D6B34;
	}
	
#checkoutConfirmDefault #cartContentsDisplay {
	border: none;
	}
	
#cartContentsDisplay .tableHeading {
	background-color: #DBDADD;
	border-bottom: 1px solid #6D6B34;
	}
	
#cartContentsDisplay .rowEven,
#cartContentsDisplay .rowOdd {
	background-color: #FFFFFF;
	}
	
#cartContentsDisplay tr td {
	padding: 10px;
	border-bottom: 1px solid #6D6B34;
	}
	
#checkoutConfirmDefault #cartContentsDisplay tr td {
	border: none;
	}
	
.cartProductDisplay {
	width: 300px;
	padding-right: 10px;
	}
	
.hoop_cartOptionName {
	font-weight: bold
	}
	
#cartInstructionsDisplay,
.cartTotalsDisplay {
	margin: 10px;
	}
	
#checkoutShipping {
	margin: 10px;
	}
	
.markProductOutOfStock {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background: #FF0000;
	}
	
#indexProductList form label {
	margin: 0px 0 5px 6px;
	width: 40px;
	}
	
#newProductsDefault #sorter label,
#allProductsDefault #sorter label {
	margin: 0 0 0 10px;
	}
	
#indexProductList form select {
	margin-top: 3px;
	width: 173px;
	}
	
/*IE7*/
*+html #indexProductList form select {
	margin-top: 3px;
	width: 175px;
	}
	
.hoop_important {
	border: 2px solid #FF0000;
	padding: 10px;
	margin: 20px 0 20px 0;
	}
	
.content a,
.content a:visited {
	color: #000000;
	border-bottom: 1px solid #000000;
	}
	
.content a:hover {
	color: #FF0000;
	border-bottom: 1px solid #FF0000;
	}
	
#newProductsDefault hr,
#allProductsDefault hr {
	border-color: #6D6B34;
	margin: 0 5px 0 5px;
	}
	
#newProductsDefault a img,
#allProductsDefault a img {
	border: 1px solid #6d6b34;
	padding: 5px;
	margin: 0 30px 0 5px;
	}
	
#newProductsDefault table a,
#allProductsDefault table a {
	display: block;
	font-size: 16px;
	text-decoration: underline;
	color: #000000;
	margin-bottom: 10px;
	}
	
#newProductsDefault table a:hover,
#allProductsDefault table a:hover {
	color: #FF0000;
	}
	
.buttonRow input {
	margin: 0 10px 0 10px;
	}
	
#specialsListing .buttonRow {
	margin-left: 10px;
	}
	
.specialsListBoxContents {
	border: 1px solid #6d6b34;
	width: 217px !important;
	height: 295px;
	padding: 20px 0 0 0;
	margin: 0 10px 10px 10px;
	}
	
.specialsListBoxContents a img {
	padding: 0 0 20px 0;
	}
	
.specialsListBoxContents a {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}
	
.specialsListBoxContents span {
	font-size: 12px;
	}
	
#subscribeContent input {
	margin: 5px 0 5px 0;
	}
	
#headercart {
	position: absolute;
	background-color: #dbdadd;
	border: 1px solid #6d6b34;
	left: 750px;
	top: 27px;
	font-size: 12px;
	line-height: 16px;
	padding: 2px;
	width: 211px;
	}
	
.headercart_basket a,
.headercart_basket a:visited {
	color: #000000;
	text-decoration: underline;
	}
	
.headercart_basket a:hover {
	color: #FF0000;
	}
	
.headercart_checkout {
	float: right;
	}
	
.headercart_checkout a,
.headercart_checkout a:visited {
	color: #f55f2b;
	font-weight: bold;
	}
	
.headercart_checkout a:hover {
	color: #FF0000;
	}
	
#checkoutConfirmDefault hr {
	border-color: #6d6b34;
	}
	
#btn_submit {
	margin: 0;
	}
	
#prevOrders tr.tableHeading th {
	padding: 0 0 0 2px;
	text-align: left;
	}
	
#accountLinksWrapper {
	margin: 20px 0 0 0;
	width: 370px;
	}
	
#accountLinksWrapper h2 {
	border-bottom: 1px solid #6d6b34;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	}
	
#accountLinksWrapper ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 20px 0;
	}
	
#addressBookDefault address {
	width: 300px;
	}
	
/* bof Formatierung Größentabellen */
#damen_standart,
#herren_standart,
#herren_schlank  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #000000;
	}

#damen_standart td,
#herren_standart td,
#herren_schlank td {
	height: 25px;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #000000;
	padding: 5px;
	}

#damen_standart td.cm,
#herren_standart td.cm,
#herren_schlank td.cm {
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	height: 30px;
	width: 30px;
	padding: 5px;
	}

#damen_standart td.gr,
#herren_standart td.gr,
#herren_schlank td.gr {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	height: 30px;
	width: 30px;
	padding: 5px;
	}
	
#damen_standart .grtab_head,
#herren_standart .grtab_head,
#herren_schlank .grtab_head {
	font-size: 14px;
	font-weight: 700;
	padding: 5px;
	}
	 
/* eof Formatierung Größentabellen */

#pageThree table {
	margin-left: 30px;
	}
	
#hoopclaim {
	font-size: 10px;
	line-height: 10px;
	padding: 10px;
	color: #666666;
	text-decoration: none
	}
	
#hoopclaim a {
	text-decoration: none;
	color: #000000;
	}
	
#hoopclaim a:hover {
	color: #FF6600;
	}
