/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css 1262 2005-09-30 10:00:32Z mz $   

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2004 XT-Commerce 
   -----------------------------------------------------------------------------------------
   based on: 
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com 
   (c) 2003	 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

   Released under the GNU General Public License 
   ---------------------------------------------------------------------------------------*/


/*
FARBSCHEMA:

	blao:
	dunkel: #296d0a
	halbdunkel: #0e9ac4
	hell: #66cc00
	
	Grau / Grau
	hell: #e2d9cc
	dunkel: #414449
	
	Green Fonts:
	hell: #499E05

*/
#SITE{
	margin: 0px;
	padding: 0;
	width: 950px;
		
/* Zentrierung */
	margin: 0 auto;
}

/* Header */
#Header {
	width: 100%;
	height: 70px;
}

#Header h1#logo{
	height: 70px;
	width: 300px;
	cursor: pointer;
	background: url(img/global/logo.gif) no-repeat;
}

#Header h1#logo span{
	display:none;
}

/* TOP BOXES */
ul.topBoxes{
	margin: 0;
	padding: 0;
	overflow: hidden;
	background:  url(img/global/bgTopBoxes.png) no-repeat center bottom;
	width: 482px;
	height: 33px;
	float: right;
	color: #fff;
	padding: 0px 10px;
}
ul.topBoxes li.login,
ul.topBoxes li.languages{
	list-style: none;
	display: block;
	float: left;
	line-height: 30px;
}
ul.topBoxes li.login{
	width: 390px;
}
ul.topBoxes li.languages{
	text-align: center;
	width: 70px;
	float: right;
}
ul.topBoxes li.login label{float: left; margin-right: 5px;}
ul.topBoxes li.login input.text,
ul.topBoxes li.login input.password{
	width: 110px;
	height: 14px;
	background: url(img/global/bgLoginInputs.png) no-repeat center;
	border: 0;
	padding: 3px 5px;
	margin: 5px 10px 10px 0px;
	float: left;
}
ul.topBoxes li.login  input.image{
	float: left;
	margin-top: 5px;
}

/* TOP NAVIGATION */
ul.topNavi{
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: url(img/global/topMavi_mr.png) repeat-x top;
	width: 950px;
	height: 48px;
	float: right;
	color: #0e9ac4;
	margin-bottom: 10px;
}
ul.topNavi li.leftCorner{
	width: 8px;
	background: url(img/global/topMavi_lc.png) no-repeat left top;
	float: left;
	display: block;
	height: 48px;
}
ul.topNavi li.navi,
ul.topNavi li.cart{
	list-style: none;
	display: block;
	float: left;
	line-height: 40px;
	height: 48px;
}
ul.topNavi li.navi{
	width: 633px;
	margin-bottom: 8px;
}
ul.topNavi li.navi a{
	display: block;
	float: left;
	padding: 0px 23px 0px 10px;
	background: url(img/global/topMavi_spacer.png) no-repeat right top;
	height: 48px;
	color: #f5f5f5;
	font-size: 12px;
}
ul.topNavi li.navi a.active{
	color: #0e9ac4;
	font-weight: bold;
	background: url(img/global/topMavi_spacerHighlight.png) no-repeat right top;
}
ul.topNavi li.cart{
	width: 249px;
	background: url(img/global/topMavi_rCart.png) no-repeat right top;
	color: #fff;
	font-weight: bold;
	padding-left: 60px;
	font-size: 12px;
}
ul.topNavi li#cartFull{
	background: url(img/global/topMavi_rCart.png) no-repeat right bottom;
}
ul.topNavi li.cart a.boxCartLink{
	width: 20px;
	height: 19px;
	display: block;
	float: right;
	margin: 9px 13px 8px 25px;
}
ul.topNavi li.cart span.boxCartSymbol{
	width: 20px;
	height: 19px;
	background: url(img/global/topMavi_rCartSymbol.png) no-repeat center;
}
ul.topNavi li.cart a.boxCartLink span,
ul.topNavi li.cart a.boxCartSymbol span{
	display: none;
}



/* HEAD TEXT */
#topBar{
	display: block;
	width: 600px;

	float: right;
	text-align: right;
	font-size: 14px;
	color: #333;
	font-weight: bold;

	margin-top: 0px;
	margin-bottom: 5px;
	padding: 10px 10px;
}
#topBar a{
	padding: 0px 5px 0px 5px;
	font-weight: bold;
}
#topBar strong{
	color: #0d7a9b;
	font-weight: bold;
}

ul.linklist a{display: block; padding: 2px;}

#startTeaser{
	display: block;
	height: 150px;
	padding: 0px;
	color: #fff;
	background: url(img/grafischeHeader/german/startTeaser.jpg) no-repeat center;
}
#startTeaser ul.linkList{
	display: block;
	float: left;
	width: 220px;
	margin: 0;
	list-style: none;
	margin-top: 65px;
}
#startTeaser ul.linkList li{
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
#startTeaser ul.linkList li a{
	display: block;
	padding: 2px 20px;
	background: url(img/global/arrow_greenDot.gif) no-repeat left top;
	font-weight: bold;
}
#startTeaser ul.linkList li a:hover{
	background: url(img/global/arrow_greenDot.gif) no-repeat left bottom;
}

#startTeaser #firstLinkList{
	margin-left: 50px;
}
#startTeaser #secondLinkList{
	margin-left: 100px;
}
#startTeaser #thirdLinkList{
	margin-left: 100px;
}


/* Subheader */
#SubHeader{
	font-weight: normal;
	height: 5px;
}

#SubHeader a{
	font-weight: normal;
}

#navtrail{
}

#ContentBody{
	background: #fff;
	padding: 15px;
	background: url(img/global/bgMainContents.png) no-repeat top center;
	overflow: hidden;
}
.bgWrap{
	background: #fff url(img/global/bgMainContents_repeat.png) repeat-y center;
}

#NaviLeft{
	width: 185px;
	float: left;
	margin-right: 15px;
}
	#NaviLeft .boxText select, #NaviLeft .boxText input[type="text"]{
		width: 165px;
		margin: 10px;
	}

#NaviRight{
	width: 185px;
	float: right;
	margin-left: 15px;
}
	#NaviRight .boxText select, #NaviRight .boxText input[type="text"]{
		width: 165px;
		margin: 10px;
	}

#MainContent{
	margin: 0 auto;
}

.clearFloater{
	float:left;
	display: block;
	width: 520px;
	overflow: hidden;
}

#Footer{
	padding: 0px 10px;
 	clear:left;
	background: url(img/global/siteFooter.gif) no-repeat center bottom;
	height: 50px;
	line-height: 50px;
}
#Footer a{
	color: #0e9ac4;
	font-weight: normal;
	padding: 2px 10px;
	border-right: 1px dotted #999;
}

#subFooter{
	padding: 0px 10px;
	margin-top: 10px;
 	clear:left;
	background: url(img/global/siteSubFooter.gif) no-repeat center bottom;
	color: #666;
	height: 50px;
	line-height: 50px;
}
#subFooter a.designlink{
	display: block;
	width: 66px;
	height: 20px;
	background: url(img/global/designlink.gif) no-repeat top right;
	float: right;
	margin: 15px;
	border-right: 0;
}
#subFooter a.designlink:hover{
	background: url(img/global/designlink.gif) no-repeat bottom right;
}
#subFooter a.designlink apan{visibility:hidden;}

.ContentBoxFullsize{
	margin: 0px;
	padding: 10px;
	height: auto;
	float:left;
	border-bottom: 1px solid #ccc;
}


/* PRODUKTLISTE KOMPAKT */
ul.productListing{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.productListing li.ContentBox{
	list-style: none;
	float:left;
	display: block;
	width: 158px;
	min-height: 248px;
	background: url(img/global/bgProductListingItem.png) no-repeat;
}
ul.productListing li.ContentBoxLeft{
	margin-right: 23px;
	display: inline;
}
ul.productListing li.ContentBoxMiddle{
	margin-right: 23px;
	display: inline;
}
ul.productListing li.ContentBoxLast{
	display: inline;
}

ul.productListing .name{
	font-weight: bold;
	color: #0e9ac4;
	margin: 10px;
	display: block;
	text-align: center;
}
ul.productListing .ProductImage{
	display: block;
	text-align: center;
}
ul.productListing .preis{
	display: block;
	position: absolute;
	width: 143px;
	height: 30px;
	line-height: 15px;
	font-size:14px;
	font-weight: bold;
	margin-top: 180px;
	margin-left: 15px;
}
	ul.productListing .preis a.button{
		display: block;
		float: right;
		width: 30px;
		height: 30px;
		margin-top: -25px;
	}
	ul.productListing .preis .productOldPrice{
		position: absolute;
		margin-top: -20px;
		color: #999;
		font-size: 8px;
	}
	
ul.productListing .thisShippingLink{
	display: block;
	position: absolute;
	width: 143px;
	height: 10px;
	margin-top: 205px;
	margin-left: 15px;

	font-size: 9px;
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
}


/* PRODUKTLISTE 1Col */
ul.productList{
	margin: 0;
	padding: 0;
}
ul.productList li{
	list-style: none;
	display: block;
	background: url(img/global/bgProductListItem.png) no-repeat top;
	width: 520px;
	height: 150px;
	margin-bottom: 10px;
	overflow: hidden;
}
ul.productList .ProductImage{
	margin: 10px;
	margin-bottom: 0px;
	float: left;
}
ul.productList a.name h5{
	font-weight: bold;
	display: block;
	color: #0e9ac4;
	margin-top: 20px;
	font-size: 14px;
}
ul.productList .description{
	margin: 10px 0;
}
ul.productList .preis{
	display: block;
	font-size:14px;
	font-weight: bold;
}
	ul.productList .preis a.button{
		display: block;
		float: right;
		width: 30px;
		height: 30px;
		margin-top: -25px;
	}
ul.productList .bottomBar{
	display: block;
	position: absolute;
	width: 360px;
	height: 18px;
	padding: 7px;
	margin-top: 117px;
	margin-left: 150px;
	line-height: 20px;
	font-size: 10px;
	font-weight: bold;
	color: #999;
	overflow: hidden;
}
ul.productList .bottomBar .detailButton{
	display: block;
	width: 37px;
	height: 28px;
}
ul.productList .bottomBar .detailButton span{
	display: none;
}

ul.productList .preis,
ul.productList .description,
ul.productList a.name,
ul.productList .ShippingLink{
	margin-left: 120px;
	display: block;
}




/* PRODUCT INFO */
ul.pInfo_product{
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	width: 520px;
	background: url(img/global/bgPinfoProduct.png) no-repeat center top;
}
ul.pInfo_product li{
	list-style: none;
	float: left;
	padding: 15px;
}
ul.pInfo_product li.image{
	width: 200px;
	text-align: center;
}
ul.pInfo_product li.info{
	margin: 0 auto;
	width: 255px;
}
ul.pInfo_product li.info input.text{
	padding: 1px;
	float: left;
	display: block;
	height: 16px;
	width: 20px;
	margin-right: 5px;
}

ul.pInfo_product li.bottomCorner{
	width: 520px;
	height: 10px;
	padding: 0;
	background: #fff url(img/global/bgPinfoProduct.png) no-repeat center bottom;
}

.moPicThumbnails{
	clear: both;
	border-top: 1px solid #ddd;
	padding-top: 10px;
}
.moPicThumbnails a{padding: 5px; float: left;}
.moPicThumbnails a img{
	width: 50px;
	float: left;
	background: #ddd;
	padding: 2px;
}
.moPicThumbnails a img:hover{
	background: #0e9ac4;
}

/* PRODUCT OPTIONS */
.optionsItemContainer{
	display: block;
	overflow: hidden;
	background: url(img/global/bgOptionsItem.png) no-repeat top left;
	padding-top: 10px;
	margin-bottom: 10px;
}
.optionsItemContainer .content{
	display: block;
	padding: 5px 10px;
}
	.optionsItemContainer fildset{
		display: block;
		background: #000:
	}
	.optionsItemContainer fildset div.legend{
		font-weight: bold;
		padding-bottom: 5px;
		font-size: 12px;
		color: #0e9ac4;
	}
	.optionsItemContainer label{
		display: block;
		float: left;
		padding: 3px;
		font-weight: bold;
		margin-right: 10px;
		cursor: pointer;
	}
	.optionsItemContainer select{
		padding: 3px;
	}
.optionsItemContainer .bottomCorner{
	display: block;
	height: 10px;
	background: url(img/global/bgOptionsItem.png) no-repeat bottom left;
}
.optionsContainer{
	background: #eaeaea;
	padding: 10px;
}
.optionHeading{
	padding: 5px 50px 5px 10px;
	margin: 0px;
	border-bottom: 0px;
	background: url(img/global/optionsHeading.gif) no-repeat right;
	display: inline;
	color: #fff;
	font-weight: bold;
}

.subModuleContainer{
	padding: 10px 0;
}
.subModuleContainer .content{
	padding: 10px;
	background: #fff;
}
.modulNavigation{display: block; margin-top: 15px;}


.optionsContainer h3.moduleHeading{
	padding: 0px;
	margin: 0px;
	color: #555;
}

.ShippingLink, .ShippingLink a{
	font-size: 9px;
	color: #2BA0B4;
}

h1.ProductPrice{
	color: #0e9ac4;
	font-weight: bold;
}

.borderDiv{
	height:1px;
	background: #ddd;
	clear: left;
	display: block;
	margin: 10px 0;
}




/* Navigation Links */
.boxContent a, 
.boxInformation a,
.boxCategories a{
	display: block;
	padding: 5px 0px 5px 10px;
	color: #414449;
}
.boxCategories a{
	background: url(img/global/arrow_greyDot.gif) no-repeat left center;
}

/* Kategorien */
.boxCategories a.kategorie{
	color: #262626;
	background-position: 5px 5px;
	padding: 5px 0px 5px 25px;
}
.boxCategories a.kategorie:hover{
	color: #0e9ac4;
	background: url(img/global/arrow_blueDot.gif) no-repeat left center;
	background-position: 5px 5px;
}
.boxCategories a.aktive_kategorie{
	color: #0e9ac4;
	font-weight: bold;
	background: url(img/global/arrow_blueDot.gif) no-repeat left center;
	background-position: 5px 5px;
	padding-left: 25px;
}
.boxCategories a.aktive_kategorie:hover{
	color: #262626;
	background: url(img/global/arrow_greyDot.gif) no-repeat left center;
	background-position: 5px 5px;
}

/* Unterkategorien */
.boxCategories a.unterkategorie {
	color: #0e9ac4;
	padding-left: 30px;
	background: url(img/global/arrow_blueDot.gif) no-repeat left center;
	background-position: 10px 5px;
}
.boxCategories a.unterkategorie:hover {
	color: #262626;
	background: url(img/global/arrow_greyDot.gif) no-repeat left center;
	background-position: 10px 5px;
}
.boxCategories a.aktive_unterkategorie{
	color: #0e9ac4;
	font-weight: bold;
	padding-left: 30px;
	background: url(img/global/arrow_blueDot.gif) no-repeat left center;
	background-position: 10px 5px;
}

/* Boxen Styles */
.infoBoxHeading {
	font-size: 14px;
	padding: 7px 10px;
	color: #262626;
	padding: 7px 10px;
	border-bottom: 1px solid #999;
}
.infoBoxHeading_right{
	font-size: 14px;
	color: #262626;
	padding: 7px 10px;
	border-bottom: 1px solid #999;
	background: #fff;
}



div.infoBox, 
span.infoBox{
}

div.infoBox_right, 
SPAN.infoBox_right{
}

.boxText{ 
  color: inherit;
	padding: 4px 0px 0px 0px;
}

.boxAdmin{
	position: fixed;
	bottom: 0px;
	left: 0px;
	padding: 5px;
	border: 1px solid #fff;
	background: #262626;
}
.boxAdmin .infoBoxHeading_right{display: none;}

.boxAdmin h3{display: none;}
.boxAdmin .item{
	color: #414449;
	padding: 5px 30px;
	background: #6fb23e url(img/global/bgModuleHeading.gif) repeat-x;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
}
.boxAdmin .item:hover{
	color: #fff;
	background: #438e00 url(img/global/tabStyle_30.gif) repeat-x;
	border-top: 1px solid #0e9ac4;
	border-bottom: 1px solid #0e9ac4;
}
.boxAdmin .item a{
	color: #414449;
	text-decoration:none;
	font-weight: bold;
}
.boxAdmin .item:hover a{
	color: #fff;
}
.boxAdmin .button{
	padding: 10px;
}


/* Module Styles 
#newProductsHeading_german{
	background: url(img/grafischeHeader/german/newProductsHeader.gif) no-repeat;
	height: 20px;
	
	padding: 10px 0 10px 60px;
	font-size: 16px;
	color: #0e9ac4;
	margin: 10px 0;
}
#newProductsHeading_english{
	background: url(img/grafischeHeader/english/newProductsHeader.gif) no-repeat;
	height: 20px;
	
	padding: 10px 0 10px 60px;
	font-size: 16px;
	color: #0e9ac4;
	margin: 10px 0;
}
.moreCategoiesHeader_german{
	background: url(img/grafischeHeader/german/moreCategoiesHeader.gif) no-repeat;
	height: 20px;
	
	padding: 10px 0 10px 60px;
	font-size: 16px;
	color: #0e9ac4;
	margin: 10px 0;
}
.moreCategoiesHeader_english{
	background: url(img/grafischeHeader/english/moreCategoiesHeader.gif) no-repeat;
	height: 20px;
	
	padding: 10px 0 10px 60px;
	font-size: 16px;
	color: #0e9ac4;
	margin: 10px 0;
}*/
#newProductsHeading_german span,
#newProductsHeading_english span,
.moreCategoiesHeader_german span,
.moreCategoiesHeader_english span{
	display: none;
}

.error, .hinweis{padding:10px;}
.error{border: 1px solid #f00; color:#f00;}
.hinweis{border: 1px solid #390; color:#390;}

/* Nice Table */
table.list{
	width: 100%;
	border-collapse:collapse; 
}
table.list th{
	background: #c0d4da url(img/global/tabStyle_30.gif) repeat-x center;
	padding: 5px 10px;
	color: #fff;
	border-right:1px solid #c0d4da;
}
table.list th.hinweis{
	background: #c0d4da;
	color: #262626;
	padding: 5px 10px;
	border: none;
}
table.list td{
	padding: 3px 10px;
	border-bottom: 1px solid #81d4ed;
}
table.list tr.row1{
	background: #eaf3f5;
}
table.list tr.row2{
	background: #fff;
	border-collapse:collapse; 
}
table.list tr.row1:hover, table.list tr.row2:hover{
	background: #daebf0;
}


/* Global Elements */

.boxSpacer{
	display: block;
	clear: both;
	height: 10px;
}

.leftFloater{
	float:left;
}

.rightFloater{
	float:right;
}

.leftAligner{
	text-align:left;
}

.rightAligner{
	text-align:right;
}

ul.categoryLister{
	list-style: none;
	overflow: hidden;
	width: 520px;
	margin: 0;
	background: #fff url(img/global/bgCategoryLister.png) no-repeat center top;
	padding-top: 10px;
}
ul.categoryLister li{
	display:block;
	list-style: none;
	float:left;
	padding: 5px;
	text-align: center;
	width: 162px;
	height: 140px;
}
ul.categoryLister li.categoryListLeft{
	border-right: 1px solid #ddd;
}
ul.categoryLister li.categoryListMiddle{
	border-right: 1px solid #ddd;
}
ul.categoryLister li.categoryListLast{
}
ul.categoryLister li a h1{
	font-size: 14x;
	font-weight: bold;
}
ul.categoryLister li a img{
}
ul.categoryLister li.bottomCorners{
	display:block;
	height: 10px;
	width: 520px;
	padding: 0;
	background: #fff url(img/global/bgCategoryLister.png) no-repeat center bottom;
}


/* SHOPPING CART */
ul.cartItemLister{
	list-style: none;
	overflow: hidden;
	width: 520px;
	margin: 0;
	background: #fff url(img/global/bgCategoryLister.png) no-repeat center top;
}
ul.cartItemLister li{
	display:block;
	list-style: none;
	float:left;
	padding: 5px;
	text-align: center;
	height: 140px;
}
ul.cartItemLister li.bottomCorners{
	display:block;
	height: 10px;
	width: 520px;
	padding: 0;
	background: #fff url(img/global/bgCategoryLister.png) no-repeat center bottom;
}

/* CHECKOUT LEISTE */
.checkoutLeiste{
	text-align: center;
	display: block;
	margin-bottom: 20px;
}


.buttonDelete input{
	border: 1px solid #CC0000;
	color:#FF0000;
	margin:0;
}

input#quickSearch{
	border: 0px;
	padding: 4px;
	background: url(img/global/bgQuickFind.gif) no-repeat top;
}

.toolBar{
	padding: 5px;
}

.toolBar hr,  hr, div.hrDiv{
	text-align: center;
	height: 1px;
	margin: 5px 0;
	color: #ddd;
	background: #ddd;
}

.gradient_ttb_300{
	background: url(img/global/gradient_ttb_300.gif) repeat-x center;
	padding: 10px;
}





/* Stndard HTML Tags */

BODY{

/* Margins */
	margin: 0;
	padding: 0;

/* Font */
	font-family: Arial, Helvetica, sans-serif;
	color: #414449;
	font-size: 11px;
	line-height: 1,2em;
	
	/* Backgrounds */
	background: #cdcdcd url(img/global/bgBody.png) repeat-x top;
}

img{
	border:0;
}

A {
  color: #666;
  text-decoration: none;
}

A:hover {
  color: #0e9ac4;
  text-decoration: none;
}

FORM {
	display: inline;		   
}

select, input, textarea, checkbox, radio { font-size: 99%; display:inline }

TEXTAREA {
  width: 100%;
  font-size: 11px;
}

P{
	display: block;
	margin: 10px 0;		   
}

ul{
	display: block;
	margin: 0 30px;
}

.h1, h2, h3, h4{
	color: #262626;
	margin: 10px 0px 5px 0px;
}
.formArea h3{color: #0e9ac4; padding: 10px 0;}








input.text{
	padding: 1px;
}


.contentsTopics, h1.contentsTopics,
.pageHeading, h1.pageHeading, 
.moduleHeading, h1.moduleHeading
{
	color: #0e9ac4;
	font-size: 22px;
	font-weight: normal;
	padding: 0px 0 5px 0;
	margin-bottom: 10px;
}

h3.moduleHeading{
	color: #414449;
	font-weight: normal;
	margin: 0;
	padding: 3px 0;
}

.underline{border-bottom: 1px solid #ddd; padding-bottom: 5px;}

.section{
	margin-bottom: 25px;
}

/* Box Serch */
div.boxSearch{
	width: 300px;
	background: transparent;
	border: none;
	float:right;
	vertical-align: middle;
}

div.boxSearch input.text{
	display: block;
	padding: 2px;
	margin-top: 2px;
	width: 150px;
	border: 1px solid #ddd;
	vertical-align: middle;
	margin-right: 10px;
	background: url(img/global/bgModuleHeading.gif) repeat-x center;
}

div.boxSearch div.infoBoxHeading{
	background: transparent;
	float: left;
	padding-right: 0;
	color: #dedede;
	display: none
} 
div.boxSearch div.infoBoxHeading span{
	
}
div.boxSearch a{
  color: #fff;
}

div.boxSearch div.boxText, 
div.boxSearch div.boxText a
{
	color: #fff;
	padding: 0px 10px;
	border: 0px;
	background: transparent;!important
}

/* BESTSELLERS BOX */
a.boxBestsellers_item{
	padding: 5px;
	border-bottom: 1px solid #eee;
	display: block;
	font-weight: bold;
}
a.boxBestsellers_item:hover{
	background: #e0f6fd;
}
a.boxBestsellers_item .bestSellersCount{
	color: #0e9ac4;
	font-size: 14px;
	height: 20px;
	margin-right: 10px;
	font-weight: bold;
	overflow: hidden;
	float: left;
	vertical-align: middle;
}


.boxTextBG {
	font-size: 10px;
	background-color: #e6f0f3;
}
.boxTextBGII {
	font-size: 10px;
	background-color: #FFCC99;
}
.boxTextPrice {
	font-size: 10px;
	color: #FF0000;
}

.errorBox {
	font-size : 10px;
	font-weight: bold;
	background-color: #ffb3b5;
}
.gvBox {
	font-size : 14px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #ffb3b5;
}
.stockWarning { 
	font-size : 10px;
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

.orderEdit { 
	font-size : 10px;
	color: #70d250;
	text-decoration: underline;
}

TR.header {
	background-color: #ffffff;
}


.headerNavigation {
}

A.headerNavigation {
	font-weight: bold;
}

A.headerNavigation:hover {
}


.conditions {
  background-color: #FFCCCC;
}

A.confirmationEdit {
	color: #009933;
	font-style: italic;
}
A.confirmationEdit:hover {
	color: #009933;
	font-style: italic;
	text-decoration: underline;
}
TR.headerError {
  background-color: #ff0000;
}

TR.headerMessage {
	background-color: #00CC33;
}

.moduleHeading {
	font-size: small;
	font-weight: bold;
	padding-bottom: 10px;
}


.headerError {
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}


.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.infoBox {
}

.infoBoxContents {
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}


.productListing-data {
  font-size: 10px;
}

A.pageResults{
	color: #fff;
	font-weight: bold;
	padding: 2px 5px;
	background: #0e9ac4;
}

A.pageResults:hover {
	border: 1px solid #0e9ac4;
	padding: 1px 4px;
	background: #fff;
	color: #0e9ac4;
}


TR.subBar {
  background: #f4f7fd;
}


.subBar {
  font-size: 10px;
  color: #000000;
}

.main, P.main {
}


.smallText, SPAN.smallText, P.smallText {
  font-size: 10px;
}


.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}


.fieldKey {
  font-size: 12px;
  font-weight: bold;
}


.fieldValue {
  font-size: 12px;
}


.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-size: 10px;
  color: #ff0000;
}

SPAN.greetUser {
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

.formArea {
  background: #ebf4f6;
	padding: 10px;
}
	.formArea label{
		display: block;
		width: 150px;
		float: left;
		padding: 5px;
	}


.formAreaTitle {
  font-size: 12px;
  font-weight: bold;
}

.copyright {
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
.parseTime {
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
A.copyright {
  color: #ccc;
}
A.copyright:hover {
  color: #ccc;
  text-decoration: underline;
}


SPAN.markProductOutOfStock {
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #cc0000;
}
SPAN.productOldPrice {
	color: #f60;
	font-size: 80%;
	text-decoration: line-through;
	font-weight: bold;
}
SPAN.errorText {
  color: #ff0000;
}

SPAN.productDiscountPrice {
  color: #ff0000;
  font-weight: bold;
}

.smallHeading {
	font-size: x-small;
	font-weight: bold;
	color: Black;
}

.moduleRow {
	background-color: #f5f5f5;
	padding: 3px;
	margin: 3px;
}
.moduleRowOver { 
	background-color: #f1f1f1;
	padding: 3px;
	margin: 3px;
}
.moduleRowSelected {
	background: #ddd;

	padding: 3px;
	margin: 3px;
	}

.checkoutBarFrom, .checkoutBarTo {
	font-size: 10px;
	color: #8c8c8c;
}
.checkoutBarCurrent {
	font-size: 10px;
	color: #000000;
}

/* sitewide font classes */
/* Note: heading<Number> equals <font size="Number"> */
.heading1 { font-size: 7pt; }
.heading2 { font-size: 9pt; }
.heading3 { font-size: 10pt; }
.heading4 { font-size: 12pt; }
.heading5 { font-size: 16pt; }

/* Sitemap Tables */
.sitemap_heading a {
	display: block;
	padding: 5px;
	background: url(img/global/tabStyle_30.gif) repeat-x;
	color: #fff; 
	text-align: left;
}

.sitemap_heading a:hover {
	color:#CCCCCC; 
	text-decoration:none;
}

.sitemap_sub {
	font-size: 9pt; 
	color: #800000; 
	padding: 2px 2px;
	border-left: 1px solid #0e9ac4;
}

.sitemap_sub a {
	display: block;
	padding: 5px 25px;
	background: url(img/global/bgModuleHeading.gif) repeat-x;
	color: #262626; 
}
.sitemap_sub a:hover {
	text-decoration:none;
}


/* message box */

.messageBox { 
	font-size: 10px; 
}

.messageStackError, .messageStackWarning { 

	font-size: 10px; 
	background-color: #ffb3b5; 
}
.messageStackSuccess { 

	font-size: 10px; 
	background-color: #99ff00; 
}

/* input requirement */

.inputRequirement { 

	font-size: 10px; 
	color: #ff0000; 
}

.tableShop {
	background-color: #ffffff;
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: #b6b7cb;
}

.navLeft {
	border-right: 1px solid;
	border-color: #b6b7cb;
	background-image: url(img/bg_left_column.jpg);
	width: 185px;
}
.navRight {
	border-color: #666666;
	border-top-width: 4px;
	border-top-style: solid;
	border-left-width: 4px;
	border-left-style: solid;
	background-color: #E6E6E6;
	width: 185px;
}

.tableListingI {
	background-color: #eaf3f5;
}

.tableListingII {
	background-color: #e3eff2;
}

.tableBody {
	padding: 5px;
}

.poweredby {
  font-size: 10px;
  color: #000000;
  font-weight: bold;
}
.onepxwidth {
	width: 1px;
}

/* nur für <= IE6 \*/
* html #MainContent{
  width: 510px;
	overflow: hidden;
}

* html ul.productListing li{
	float:left;
	display: block;
	width: 158px;
	height: 212px;
}
* html ul.productListing li.ContentBoxLeft,
* html ul.productListing li.ContentBoxMiddle{
	margin-right: 15px;
	display: inline;
}

/* / nur für <= IE6 */



/* Hacks & Standard HTML Tags */
* { margin:0; padding:0; font-size: 100%; }

html { height: 100% }

fieldset, img { border:0; }

.clear{
	clear: both; 
	display: block;  
}

.clearfix {overflow: hidden;;}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
* html .clear {height: 1%;}
/* End hide from IE-mac */

.ie6Fix{
    width:99%;
}


/* MODS */
.productNavigator{
	display: block;
	height: 20px;
	width: 40px;
	overflow: hidden;
	position: absolute;
	margin-left: 220px;
	margin-top: -0px
}
.productNavigator .desc{
	display: block;
	height: 20px;
	float: right;
	margin: 4px 15px;
	font-weight: bold;
	display: none;
}
.productNavigator a span{
	display: none;
}
.productNavigator a.next{
	display: block;
	width: 20px;
	height: 20px;
	float: right;
	background: url(img/productNavigator/buttons.gif) no-repeat top right;
}
	.productNavigator a.next:hover{
		background: url(img/productNavigator/buttons.gif) no-repeat bottom right;
	}
.productNavigator a.previous{
	display: block;
	width: 20px;
	height: 20px;
	float: right;
	background: url(img/productNavigator/buttons.gif) no-repeat top left;
}
	.productNavigator a.previous:hover{
		background: url(img/productNavigator/buttons.gif) no-repeat bottom left;
	}


.ui-tabs-panel ul{
	margin: 0;
	padding: 0;
	list-style: none;
}





/* classes for tooltips */
.hovertip {
	position: relative;
  display: none; /* in case javascript is disabled */
	width: 240px;
	font-size: 12px;
	z-index: 100;
	margin-left: 5px;
	margin-top: 10px;
}
.hovertip_wrap0 {
	margin-top: 10px;			   
	z-index: 100;
	border-top: 10px solid #438e00;
}

.hovertip_wrap0 a{
	margin: 0;
	background: url(img/global/bgProductTooltip.png) no-repeat left top;
	display: block;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

.hovertip_wrap0 a img{
	padding-top: 10px;
}

.hovertip_target a{
	 display: block;
	 width: 50px;
	 float:left;
	 font-weight: bold;
}
html>body .hovertip_wrap0 {
	margin-left: 5px;
	margin-top: 10px;			   
	z-index: 100;
	display: none;
	position: absolute;
}

/* FIX */
#navTabs{
	margin: 10px 0 0 1px !important;
}


