/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 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_new.css 3286 2006-03-28 01:14:04Z drbyte $
 */


body {
color:#fff; /* geändert von #333 */
font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
background-color:#3d3c3f; /* geändert von #fff */
margin:0 15px;

}

#mainWrapper {
text-align: left;
vertical-align: top;
width:850px; /* sets the width of the store */
background-color:#3d3c3f; /* geändert von #fff */
}


a img {border: none; }

a:link {
color:#FFCC00; /* geändert von #338BAF */
text-decoration:none;
font-weight:normal;
}

a:visited {
color:#FFCC00; /* geändert von #338BAF */
text-decoration:none;
font-weight:normal;
}

a:hover {
color:#C0302F;
text-decoration:none; /* geändert von underline */
}


h1 {
	font-size: 1.2em;
	color:#fff; /* geändert von #000 */
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.2em;
}

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


.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0.3em 0.3em 0;
}

CODE {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 1em;
	}
FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}
input:focus, select:focus, textarea:focus {
	background: #F0F8FF;
}
FIELDSET {
	padding: 0.5em;
	margin: 10px;
	border: 1px solid #A4A4A4;
	}
LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color: #fff; /* geändert von #000 */
	}

LABEL, h4.optionName {
	line-height: 1.0em;
	padding: 0.1em;
}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	font-size: 0.95em;
	margin: 0.2em 0.5em;
	}

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

LABEL.inputLabel {
	/* font-size: 12px; */
	width: 10em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

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

P, ADDRESS {
	padding: 0.5em 0.5em 0.5em 0;
}
ADDRESS {
	font-style: normal;
	}
.clearBoth {
	clear: both;
}
HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #ccc;
	}
	

	
/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #000000;
	}
.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;
	vertical-align: top;
}

/*wrappers - page or section containers*/
/*#mainWrapper {*/
/*background-color: #ffffff;*/
/*background-image: url('http://www.football-legends.ch/hintergrund.jpg');*/
/*background-attachment:fixed;*/
/*}*/


/* main content area */
#contentMainWrapper {
margin:0;
}

#headerpic {
background: url("../images/header-pic.jpg"); /*Header-Logo inkl. Link Football-Legends.ch*/
background-repeat: no-repeat;
width: 850px;
height: 99px;
position: relative; /* geändert von absolute */
}

#headerpic p{
font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
font-size: 14px;
color: #fff; 
font-weight: normal;
text-align: left;
position: absolute;
top: 80px;
left: 83px;
line-height: 20px;
}

#headerpic h1{
font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
font-size: 32px;
color: #C9E8FD;
font-weight: normal;
text-align: left;
position: absolute;
top: 50px;
left: 80px;
}


	
#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
}




#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
}

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

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #csNotifications, #navEZPagesTOCWrapper {
	margin: 10px 0px;
	width: 46%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/* HEADER */
#navMainWrapper {
color: #7A170;
position: relative;
height: 35px;
background: #222; /* neu */
/* background-image: url("../images/navmain-bg.gif"); */
background-repeat: repeat-x;
}

#navMainWrapper a:link , #navMainWrapper a:visited {
color: #fff;
text-decoration:none;
}

#navMainWrapper a:hover {
color: #fff;
text-decoration:underline;
}

#headerContent {

}






#nameWrapper  {
padding:25px 0 10px 30px;
}

#nameWrapper a, #nameWrapper a:visited {
font-size:25px;
text-decoration:none;
color:#fff;
font-weight:normal;
}

#taglineWrapper {
font-size:20px;
padding:10px 0 10px 60px;
margin-top:-30px;
color:#fff;
}

#navCurrenciesWrapper  {
color: #bbb;
position: absolute;
top: 8px;
right: 10px;
}


#navCurrenciesWrapper .nav_language {float:left; margin-top: 0px; padding:0px 15px 3px 0px;}
#navCurrenciesWrapper .nav_currencies {float:left; margin-top: 0px; padding:0px 15px; border-left:1px solid #222;} /* geändert von #253a58 */
#navCurrenciesWrapper form {margin: 0px; padding:0px;}
 #navCurrenciesWrapper select, #navCurrenciesWrapper input {margin: 0px; padding:0px;}



/*
#navCurrenciesWrapper a {
font-weight: normal;
text-decoration: underline;
}

#navCurrenciesWrapper a:hover {
color: #fff;
font-weight: normal;
text-decoration: underline;
}

*/


#navEZPagesTop {
text-align:left;

}

#navEZPagesTop a:link,  #navEZPagesTop a:visited {
color:#fff;
font-weight: bold;
font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
font-size: 12px;
text-decoration: none;
 }
 
#navEZPagesTop a:hover {
color:#8E8B85;

 }
 
 


#topmenubar {
/* background: url("../images/menubar.gif"); */
background: #222; /* geämdert von #000 */
background-repeat: repeat-x;
position: relative; /* neu */
top: 2px; /* neu */
width: 850px;
height: 40px; /* geändert von 55px */
}


#topmenubar ul {margin:0; padding:0; list-style:none;}
#topmenubar ul li {float:left; background:url(../images/li_bg.gif) top left no-repeat; padding:20px 21px 19px 25px; text-transform:uppercase; font-weight:bold; color:#000000;} 
#topmenubar ul li.nobg {background:none;}




#indexDefaultMainContent {

}

#indexDefaultMainContent p{
margin:0;
padding-bottom:10px;

}

.navMainSearch {
margin:0 10px 0 0;
line-height:0;
float:right;
}




	
/*navigation*/

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

 #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	font-weight: normal;
	height: 1%;
	width: 100%;
}

#footerhsy a:link, #footerhsy a:visited{
color: #fff;
text-decoration: none;

}

#footerhsy a:hover {
color:#fff;
text-decoration: none; /* geändert von underline */
}

#footerhsy {
background-color: #222; /* geändert von #19283D */
border-top: 7px solid #3d3c3f; /* geändert von #ccc */
color: #DFD9C7;
padding-bottom: 10px;
}

#navMain {
padding-right: 7px;
padding-top: 5px;
}

#navMain ul, #navSupp ul, #navCatTabs ul  {
	margin: 0;
	padding:  2px 5px;
	list-style-type: none;
	text-align: center;
	line-height: 18px;
}
#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	white-space: nowrap;
}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;

}

#headerWrapper #navMain ul li {

}

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

#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: 0.5em;
}
#navBreadCrumb {
border-bottom:1px solid #eee;
padding: 0px 0 5px 0;
margin:3px 25px 0 20px;
}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
}






#gvFaqDefaultMainContent  {
padding-left: 10px;
}

#indexProductList {
margin: 10px;
}

#productGeneral {
margin: 0 0 20px 0;
background-color:#3d3c3f; /* geändert von #fff */

}





#cartInstructionsDisplay {
margin-left: 10px;
}

.important {
margin-left: 10px;
}

#productAdditionalImages {
clear: both;
}



#productDescription, .shippingEstimatorWrapper {
	padding: 0.5em;
}

.alert {
	color: #FFCC00; /* geändert von FF0000 */
	margin-left: 0.1em;
	font-size: 0.9em;
	}
.advisory {}
.important {
	font-size: 1.1em;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
	
 #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.8em;
}

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

#siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
margin-bottom:10px;
}

/*Shopping Cart Display*/
#cartAdd {
text-align: center;
margin: 1em 0 1em 0;
background-color:#3d3c3f; /* geändert von #fff */
border:1px solid #ddd;
padding: 1em;
float:left;
clear:right;
margin-right: 15px;
}

.cartTableHeading TH {
	border-bottom: 1px solid #fff; /* geändert von #cccccc */
	}

.cartTableHeading, #cartSubTotal {
	background-color: #222; /* geändert von #e9e9e9 */
	height: 2.2em;
 }

#cartSubTotal {
	border-top: 1px solid #fff; /* geändert von #cccccc */
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.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: #fff; /* geändert von #33cc33 */
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #fff; /* geändert von #660099 */
	position: relative;   /*do not remove-fixes stupid IEbug*/
	}

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

.cartRemoveItemDisplay {
	width: 3.5em;
	}

#cartAttribsList {
	margin-left: 1em;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;

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

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

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

#productMainImage a:link {
text-decoration: none;
}

#productAdditionalImages a:link {
text-decoration: none;
}

#productMainImage img {
border: 1px solid #fff; /* geändert von #CFCFCF, 2px */
}

.categoryIcon {}
#cartImage {
	margin: 0.5em 1em;
	}

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

.attributesComments {}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
}

.centerBoxContents {
  padding: 0 5px 5px 5px;
	
}


h3.itemTitle a:link, h3.itemTitle a:visited{
text-decoration: none;
}

h3.itemTitle a:hover{
text-decoration: underline;

}

/* BOXES */
	
#navColumnOne, #navColumnTwo {
background-color: #222; /* geändert von #f1f1f1 */
padding-top: 15px;
padding-left: 20px;
}	

.centerColumn {
padding: 0 10px 0 20px;
}

.centerColumn p{
margin: 0;
}

#indexDefaultHeading {
margin: 0;
padding:0;
}

#loginDefault {
padding-left: 15px;
}

	
h2.centerBoxHeading {

  font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
  font-weight: bold;
  margin:0;
padding-top: 6px;
padding-bottom: 6px;
  color:#ffcc00; /* geändert von #000 */
 /*background-image: url("../images/header-bg.jpg");*/
background-position: 0px 8px;
background-repeat: no-repeat;
text-align:left;

 padding-left:10px; /* geändert von 25px */
}



.centerBoxHeading {
background-color: #222; /* geändert von #fff */
padding: 0;
margin: 0;
/* border-bottom: 1px solid #D4EAEF; */ /* geändert auf nicht sichtbar */

}

.productListing-rowheading, TR.tableHeading {
height:30px;
  font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
  font-weight: bold;
  margin:0 0 0 10px;
}

.centerBoxWrapper, .tabTable {
padding: 0px;
height: 1%; /*do not remove- IEhack*/
margin-bottom: 1em;
line-height:1.4;
/* background:#f8f8f8 url('../images/content-bg.jpg') 0 28px repeat-x; */
}

.centerBoxWrapper {
margin-top: 20px;
margin-right:20px;
}
.sideBoxContent {
padding-top:5px;
padding-bottom:15px;
padding-right:20px;

/* background:transparent url('../images/content-bg.jpg') top center repeat-x; */
/* line-height:10px; */

}

.leftBoxContainer {
/* background-color: #F8D4DA; */


margin-bottom: 10px;
}

#navColumnOneWrapper {
/* margin-left:7px; */
margin-top:0px;


}

.leftBoxContainer a:link, .leftBoxContainer a:visited, .rightBoxContainer a:link, .rightBoxContainer a:visited {
color: #ddd; /* geändert von #000 */
text-decoration: none;
font-size: 11px;
padding-left: 14px;
line-height: 20px;
}

.leftBoxContainer a:hover, .rightBoxContainer a:hover  {
color:#bbb;
}
 
 
 
h3.rightBoxHeading a:link, h3.rightBoxHeading a:visited, h3.leftBoxHeading a:link, h3.leftBoxHeading a:visited  {
color:#ffcc00; /* geändert von #338BAF */
font-weight: bold;
text-align:left;
font-size: 13px;
padding-left:0px;
text-decoration: none;

}

h3.rightBoxHeading a:hover, h3.leftBoxHeading a:hover  {
color:#c0302f;
text-decoration: none; /* geändert von underline */
}



#categories {

}


.category-top, .category-links {
background-image: url(../images/point.gif);
background-repeat: no-repeat;
background-position: center left;
}

#navCatTabs .category-top, .category-links {
background-image: none;

}

#navCatTabs {
margin-bottom: 10px;
}

#informationContent a:link, #informationContent a:visited{
background-image: url(../images/point.gif);
background-repeat: no-repeat;
background-position: center left;
}




#moreinformationContent a:link, #moreinformationContent a:visited{
background-image: url(../images/point.gif);
background-repeat: no-repeat;
background-position: center left;
}



#ezpagesContent a:link, #ezpagesContent a:visited{
background-image: url(../images/point.gif);
background-repeat: no-repeat;
background-position: center left;
}

.centerBoxContentsNew a:link, .centerBoxContentsNew a:visited {

text-decoration: none;
background-repeat: no-repeat;
background-position: center left;
padding-left: 14px;
line-height: 20px;
}

.centerBoxContentsNew a:hover {

text-decoration: underline;
 }


.centerBoxContentsNew1 {
margin: 15px 0 15px; 0;
}

.centerBoxContentsFeatured1 {
margin: 15px 0 20px; 0;
}

.centerBoxContentsSpecials1 {
margin: 15px 0 20px; 0;
}

.text_price {
font-size: 12px;
font-weight: normal;
padding-bottom: 20px;

}


.product_img_title {
margin:0 0 5px 0;
padding:0 15px 0 0;

}


.product_img_title img{
border: 1px solid #fff; /* geändert von 2px, #cfcfcf */

}

a.producttitle:link, a.producttitle:visited  {
color:#ffcc00; /* geändert von #338BAF */
font-size: 13px;
font-weight: bold;
text-decoration:none;
}

a.producttitle:hover {
color:#c0302f; /* neu */
text-decoration:none; /* geändert von underline */
}




.rightBoxHeading, .leftBoxHeading {
/* background-color: #f1f1f1; entfernt */
}




h3.rightBoxHeading, h3.leftBoxHeading  {
/* background:transparent url('../images/box-title-bg.jpg') center center no-repeat; */

margin:0;
}

h3 label {
font-size:1.0em;
}

h3.rightBoxHeading, h3.leftBoxHeading  {
color: #ffcc00; /* geändert von #000 */
/* border-bottom: 1px solid #fff; */
font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
font-weight: bold;
padding-left: 0px; /* geändert von 30px */
padding-top: 6px;
padding-bottom: 6px;
padding-right: 10px; /* neu */
/* background-image: url(../images/heading-bg.gif); */
background-position: 0px 9px;
background-repeat: no-repeat;
text-align:left;
}




#search {
/* background-color: #F7DFED; */
}

#search input{
font-size: 11px;
}


#manufacturers {

}


/* PRODUCT LISTING */

.productListing-rowheading a {
color:#fff; /* geändert von #000 */
font-weight: bold;
text-decoration: none; /* geändert von underline */
}

.productListing-data a:link, .productListing-data a:visited  {
color:#ffcc00; /* geändert von #000 */
text-decoration: none; /* geändert von underline */
}

.productListing-data a:hover  {
color:#c0302f; /* geändert von #A00C32 */
text-decoration: none; /* geändert von underline */
}

.productListing-data img {
padding:0px;
margin:  8px;
}

.listingProductImage {
padding:0px;
border: 1px solid #fff; /* geändert von 2px, #cfcfcf */
margin:  8px;
}

.productListing-data {
border-top: 1px solid #ccc;
padding: 5px;

}

.productListing-even {
background-color:#333; /* geändert von #fff */

}

.productListing-odd {
background-color:#444; /* geändert von #fff */

}

/* PRODUCT INFO */
#productDetailsList, #productDetailsList li {
list-style-type:none;
margin-left:0;
padding-left:0;
}

/* FOOTER */

#authorLink {
text-align:center;
font-size:.9em;
}

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

.navNextPrevWrapper {
margin-bottom: 20px;
}

.centeredContent1 {
text-align: left;
}

.centeredContent1 img{
margin-bottom:3px;
}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;

	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
}
#upProductsHeading {
	text-align: left;
	}
#upDateHeading {
	text-align: right;
	}
/*misc*/
.back {
  float: left;
}

.back1 {
  float: right;
}


.forward {
	float: right;
}

.bold {
	font-weight: bold;
	}

.rowOdd {
	border-top: 1px solid #ccc;
	background-color: #333; /* geändert von #F8F8F8 */
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	border-top: 1px solid #ccc;
	background-color: #444; /* geändert von #F8F8F8 */
	height: 1.5em;
	vertical-align: top;
	}

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
	}


#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 {
	background-color: #3d3c3f; /* geändert von #ffffff */
}

.hiddenField {
display: none;
}
.visibleField {
display: inline;
}


#infoShoppingCart {
background-image: none;
background-color: #3d3c3f; /* geändert von #fff */
}

a:link.productListing-heading {
text-decoration: none;
}

.orderHistList {
margin:5px 5px 5px 15px;
padding:0;
}

.orderHistList li a:link, .orderHistList li a:visited {
margin:0;
padding:0;
}



#bestsellersContent li a:link, #bestsellersContent li a:visited {
margin:0;
padding:0;
}