﻿-----------------------------------------------------------------------------------------
   $Id: stylesheet.css 1262 2009-09-30 10:00:32Z mz $   

   Released under the GNU General Public License 
   ---------------------------------------------------------------------------------------*/

.item:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
}

.siteBg{
	/* Backgrounds */
	overflow: hidden;
}

#SITE,
#subFooter .content{
	margin: 0px;
	padding: 0;
	width: 1000px;
/* Zentrierung */
	margin: 0 auto;
}
#Footer {
	width: 1000px;
/* Zentrierung */
	margin: 0 auto;
}
#SITE {
	/* Backgrounds */
	background: #fff url(img/global/bgBody_repeat_x.gif) repeat-x top;
}
/* Header */
#Header {
	width: 100%;
	height: 75px;
}

#Header h1#logo{
	height: 77px;
	width: 255px;
	cursor: pointer;
	background: url(img/global/logo.gif) no-repeat left 6px;
	position: absolute;
	margin-left: 15px;
}

#Header h1#logo span{
	display:none;
}

/* SEARCHFORM TOP */
#Header .topSearch{
	height: 30px;
	margin-left: auto;
	position: absolute;
	text-align: left;
	top: 25px;
	width: 550px;
	line-height: 20px;
	margin-left: 280px;
}
#Header .topSearch input#quickSearch{
	background: transparent url(img/global/topSearchForm.png) no-repeat scroll left top;
	border: medium none;
	color: #000;
	text-transform: uppercase;
	float: left;
	font-family: Tahoma;
	font-size: 11px;
	margin: 0 0 0 7px;
	padding: 6px 0;
	width: 350px;
	text-indent: 5px;
}
#Header .topSearch input.image{
/*	float: left;*/
	margin-left: 7px;
}
#Header .topSearch .advancedSearch{
/*	float: left;*/
	position: relative;
	margin-top: 0px;
	color: #833838;
	margin-left: 10px;
}

/* LOGOUT BUTTON */
#Header a.logging{
	position: absolute;
	margin-left: 900px;
	margin-top: 25px;
	display: block;
	width: 84px;
	line-height: 25px;
}
#Header a#login{
	background: url(img/global/icon_login_out.gif) no-repeat left top;
	text-indent: -5000px;
}
#Header a#logout{
	background: url(img/global/icon_login_out.gif) no-repeat left bottom;
	text-indent: -5000px;
}


/* LANGUAGE BOX TOP */
.topLanguages{
	height: 30px;
	margin-left: auto;
	position: absolute;
	text-align: left;
	top: 25px;
	width: 50px;
	line-height: 30px;
	margin-left: 890px;
}



/* TOP BOXES */
ul.topBoxes{
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: url(img/global/bgTopBoxes.png) no-repeat bottom;
	width: 482px;
	height: 33px;
	float: right;
	color: #fff;
	padding: 0px 10px;
	line-height: 30px;
}
ul.topBoxes li.login,
ul.topBoxes li.languages{
	list-style: none;
	display: block;
	float: left;
}
ul.topBoxes li.login{
	width: 390px;
	background: #000;
}
ul.topBoxes li.languages{
	text-align: right;
	width: 70px;
}
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;
	width: 1000px;
	height: 45px;
	float: right;
}
ul.topNavi li.leftCorner,
ul.topNavi li.rightCorner{
	width: 5px;
	float: left;
}
ul.topNavi li.navi span.spacer{
	float: left;
	width: 2px;
	height: 36px;
	background: url(img/global/top_navi/spacer.gif) no-repeat left bottom;
	display: block;
	margin-top: 5px;
}
ul.topNavi li.navi,
ul.topNavi li.cart{
	list-style: none;
	display: block;
	float: left;
	line-height: 36px;
	height: 45px;
}
ul.topNavi li.navi{
	margin-bottom: 8px;
	margin: 2px 0;
}
ul.topNavi li.navi a{
	display: block;
	float: left;
	padding: 0px 20px 0px 20px;
	height: 36px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	margin-top: 5px;
}
ul.topNavi li.navi a:hover,
ul.topNavi li.navi a.active{
	color: #333;
	background: url(img/global/top_navi/tab.gif) no-repeat top left;
	margin-top: 0px;
	padding: 4px 19px 5px 19px;
	border: solid #fff;
	border-width: 1px 1px 0 1px;
}


/* 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: 281px;
	padding: 0px;
	margin-bottom: 15px;
	color: #fff;
	background: url(img/grafischeHeader/german/startTeaser.jpg) no-repeat left top;
}

/* Subheader */
#SubHeader{
	font-weight: normal;
	height: 5px;
}

#SubHeader a{
	font-weight: normal;
}

#navtrail{
	color: #666;
	margin-bottom: 10px;
	height: 38px;
	line-height: 38px;
	background: url(img/global/navtrail/navtrailBg.gif) no-repeat left top;
	text-indent: 15px;
}
#navtrail a.headerNavigation{
	color: #333;
}
#navtrail a.headerNavigation:hover{
}

/* CONTENTS */
.bgWrap{
	background: #fff;
}
#ContentBody{
	background: #fff;
	padding: 5px;
}
#MainContent{
	margin: 0 auto;
}
.clearFloater{
	float:left;
	display: block;
	width: 558px;
	overflow: hidden;
}
#MainContent .clearFloater {
	width: 558px;
/*	border-left: 2px solid #E3E3E3;
	border-right: 2px solid #E3E3E3;*/
}


#NaviLeft{
	width: 201px;
	float: left;
	margin-right: 15px;
}
	#NaviLeft .boxText select, #NaviLeft .boxText input[type="text"]{
		width: 170px;
		margin: 0 10px 5px 10px;
	}

#NaviRight{
	width: 201px;
	float: right;
	margin-left: 15px;
}
	#NaviRight .boxText select, #NaviRight .boxText input[type="text"]{
		width: 170px;
		margin: 10px;
		display: block;
		padding: 5px;
	}

#Footer{
 	clear:left;
	height: 46px;
	line-height: 46px;
	background: url(img/global/bgFooter.gif) repeat-x bottom;
	margin-top: 30px;
}
#Footer .left_corner{
 	float: left;
	width: 5px;
	height: 46px;
	background: url(img/global/bgFooter.gif) no-repeat left top;
}
#Footer .right_corner{
 	float: right;
	width: 5px;
	height: 46px;
	background: url(img/global/bgFooter.gif) no-repeat right top;
}
#Footer a{
	color: #fff;
	font-weight: normal;
	padding: 2px 10px;
	border-right: 1px dotted #999;
}

#subFooter{
	padding: 0px 10px;
 	clear:left;
	/*background: #646464 url(img/global/sub_footer_shadow.png) repeat-x top;*/
	color: #333;
	line-height: 20px;
	text-indent: 10px;
}
#subFooter a.designlink{
	position: absolute;
	width: 100px;
	height: 25px;
	line-height: 25px;
	background: url(img/global/designlink.gif) no-repeat top right;
	float: right;
	margin: 5px 0 0 900px;
	border-right: 0;
	color: #999;
	text-indent: -5000px;
	display: none;
}
#subFooter a.designlink:hover{
	background: url(img/global/designlink.gif) no-repeat bottom right;
	color: #0976ae;
}
#subFooter a.designlink span{visibility:hidden;}


/* KATEGORIETLISTENANSICHT */
ul.category_list{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
ul.category_list li.item{
	list-style: none;
	float: left;
	display: block;
	width: 157px;
	min-height: 140px;
	margin-bottom: 10px;
	background: url(img/global/gradient_btt_300.gif) repeat-x bottom;
	padding: 5px;
}
ul.category_list li.item-nopic{
	list-style: none;
	float: left;
	display: block;
	width: 149px;
	min-height: 30px;
	margin-bottom: 10px;
	background: url(img/global/gradient_btt_300.gif) repeat-x bottom;
	padding: 5px 10px;
	line-height: 30px;
	text-align: center;
}
ul.category_list li.margin_lr{
	margin: 0 10px;
}

ul.category_list li.item .item-name,
ul.category_list li.item -nopic.item-name{
	margin: 5px;
}
ul.category_list li.item .item-name a,
ul.category_list li.item-nopic .item-name a{
	color: #000;
	font-weight: bold;
	font-size: 12px;
}
ul.category_list li.item:hover .item-name a,
ul.category_list li.item-nopic:hover .item-name a{
	color: #833838;
}
ul.category_list li.item .item-image{
	margin: 0px;
	text-align: center;
	background: #fff;
	height: 120px;
}
	ul.category_list li.item .item-image img{
		max-width: 90px;
		max-height: 100px;
		margin-top: 10px;
	}

/* PRODUKTLISTENANSICHTEN */
.manufacturerDropdown{
	background: #833838;
	padding: 10px;
	color: #fff;
	margin: 1px 3px 1px 0px;
}

/* modul mit ÃƒÆ’Ã‚Überschrift */
ul.product_list_module{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.product_list_module li.item{
	list-style: none;
	float: left;
	display: block;
	width: 159px;
	height: 210px; /*190*/
	margin-bottom: 10px;
	background: #eee;
	padding: 5px;
}
ul.product_list_module li.margin_lr{
	margin: 0 10px;
}

ul.product_list_module li.item .item-zoom{
	position: absolute;
	width: 22px;
	height: 22px;
	margin: 5px;
}
ul.product_list_module li.item .item-image{
	margin: 0px;
	text-align: center;
	background: #fff;
	height: 160px;
}
	ul.product_list_module li.item .item-image img{
		max-width: 90px;
		max-height: 100px;
	}

ul.product_list_module li.item .item-name{
	text-align: left;
	position: absolute;
	margin-top: 110px;
	margin-left: 5px;
	padding: 5px;
	width: 130px;
}

ul.product_list_module li.item .item-price{
	color: #833838;
	font-weight: bold;
	margin: 5px;
	float: left;
	font-size: 16px;
	line-height: 20px;
}
ul.product_list_module li.item .item-price .productOldPrice {
	color: #333;
	font-size: 10px;
	text-decoration: line-through;
	font-weight: bold;
	position: absolute;
	margin-top: -12px;
}

ul.product_list_module li.item .item-buynow img{
	margin: 5px 5px 5px 0px;
	float: right;
}
ul.product_list_module li.item .thisShippingLink{
	font-size: 9px;
	margin: 5px;
}


/* kompakt */
ul.product_list_default{
	margin: 0;
	padding: 0;
	list-style: none;
}
.ui-tabs-panel ul {
    display: block;
	width:100%; 
}
.ui-tabs-panel ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: left; 
    visibility: hidden;
}
ul.product_list_default li.item{
	list-style: none;
	float: left;
	display: block;
	width: 169px;
	height: 210px; /*190*/
	margin-bottom: 10px;
	background: #eee;
	padding: 5px;
}
ul.product_list_default li.margin_lr{
	margin: 0 10px;
}
ul.product_list_default li.item .item-zoom{
	width: 22px;
	height: 22px;
	margin: 5px;
	position: absolute;
}
ul.product_list_default li.item .item-image{
	text-align: center;
	background: #fff;
	height: 160px; /*140*/
}
	ul.product_list_default li.item .item-image img{
		max-width: 90px;
		max-height: 100px;
		margin-top: 5px;
	}
ul.product_list_default li.item .item-name{
	text-align: left;
	position: absolute;
	margin-top: 110px;
	margin-left: 5px;
	padding: 5px;
	width: 130px;
}
ul.product_list_default li.item .item-price{
	color: #833838;
	font-weight: bold;
	margin: 4px;
	float: left;
	font-size: 12px;
	line-height: 20px;
	width: 75px;
}
ul.product_list_default li.item .item-price .productOldPrice {
	color: #333;
	font-size: 10px;
	text-decoration: line-through;
	font-weight: bold;
	position: absolute;
	margin-top: -12px;
}
ul.product_list_default li.item .item-buynow img{
	margin: 5px 5px 5px 0px;
	float: right;
/*	width: 80px;*/
}
ul.product_list_default li.item .thisShippingLink{
	font-size: 9px;
	margin: 5px;
}


/* details */
ul.product_list_details{
	padding: 0;
	margin: -3px 0px 0px 0px;
	list-style: none;
}
ul.product_list_details li.item{
	list-style: none;
	display: block;
	margin-bottom: 10px;
	background: #eee;
	padding: 5px;
	overflow: hidden;
}
ul.product_list_details li.item .item-zoom{
	position: absolute;
	width: 22px;
	height: 22px;
	margin: 5px;
	margin-left: 5px;
}
ul.product_list_details li.item .item-image{
	padding: 5px;
	background: #fff;
}
	ul.product_list_details li.item .item-image img{
		max-width: 90px;
		max-height: 100px;
		margin: 0px;
		margin-left: 30px;
		float: left;
	}
ul.product_list_details li.item .item-image .item-description{
	display: block;
	margin-left: 130px;
}
ul.product_list_details li.item .item-image .item-description h3{
	color: #833838;
	font-weight: bold;
	font-size: 14px;
}
ul.product_list_details li.item .item-price{
	color: #833838;
	font-weight: bold;
	margin: 5px;
/*	float: left;*/
	font-size: 16px;
	line-height: 20px;
}
ul.product_list_details li.item .item-buttons{
	margin: 5px;
	float: right;
	align: right;
}
ul.product_list_details li.item .item-shipping{
	margin: 10px 5px;

	font-size: 11px;
}
ul.product_list_details li.item .thisShippingLink{
	font-size: 9px;
	margin: 0px 5px 5px 0px;
/*	float: left;*/
	color: #333333;
}
/* liste */
ul.product_list_list{
	padding: 0;
	list-style: none;
    display: block;
	width:100%; 
}
ul.product_list_list li.item{
	list-style: none;
	display: block;
	padding: 5px;
	overflow: hidden;
}
ul.product_list_list li.item:hover{
	background: #fff url(img/boxes/style1/box1_Link1.gif) repeat-x bottom;
}
ul.product_list_list li.row1{
	background: #f9f9f9 url(img/boxes/style1/box1_Link1.gif) repeat-x bottom;
}
ul.product_list_list li.row2{
	background: #f1f1f1 url(img/boxes/style1/box1_Link1.gif) repeat-x bottom;
}
ul.product_list_list li.item .item-image{
	width: 40px;
	height: 40px;
	margin-right: 5px;
	float: left;
	border-right: 1px dotted #ddd;
	padding: 5px;
	text-align: center;
}
	ul.product_list_list li.item .item-image img{
		max-width: 40px;
		max-height: 40px;
		float: left;
	}
ul.product_list_list li.item .item-name{
	color: #000;
	float: left;
	width: 250px;
	border-right: 1px dotted #ddd;
	min-height: 30px;
	padding: 5px;
	margin-right: 5px;
}
	ul.product_list_list li.item .item-name h3{
		color: #000;
		font-weight: bold;
		font-size: 12px;
		padding: 0;
		margin: 0 0 3px 0;
	}
ul.product_list_list li.item .item-price{
	color: #833838;
	font-weight: bold;
	font-size: 14px;
	width: 110px;
	margin-right: 5px;
	float: left;
	border-right: 1px dotted #ddd;
	padding: 5px;
	text-align: center;
	line-height: 20px;
}
ul.product_list_list li.item .item-price .productOldPrice {
	color: #333;
	font-size: 10px;
	text-decoration: line-through;
	font-weight: bold;
	position: absolute;
	margin-top: -12px;
}
ul.product_list_list li.item .item-buynow{
/*	width: 90px;*/
	height: 40px;
	float: left;
	padding: 5px;
	text-align: right;
}
ul.product_list_list li.item .item-buynow img{
/*	width: 80px;*/
	display: block;
}
ul.product_list_list li.item .thisShippingLink{
	font-size: 9px;
	margin: 5px;
	text-align: right;
	display: none;
}


/* PRODUCT INFO */
ul.pInfo_product{
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	background: url(img/boxes/style1/box1_Link1.gif) repeat-x left bottom;
}
ul.pInfo_product li{
	list-style: none;
	float: left;
	padding: 15px;
}
ul.pInfo_product li.image{
	width: 210px;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 15px;
/* Margin fÃ¼r Produktfrau
	margin-top: 55px;*/
}
/* derzeit ausgeblendet */
.BildProduktFrau {
	position: absolute;
	top: 25px;
	left: 10px;
	display: none;
}
ul.pInfo_product li.info{
	margin: 0 auto;
	padding-right: 0px;
	width: 285px;
}
ul.pInfo_product li.info h1.preis{
	color:#833838;
	font-family:Arial;
	font-size:26px;
}
ul.pInfo_product li.bottomCorner{
	display:block;
	height: 10px;
	width: 558px;
	padding: 0;
}
ul.pInfo_product li .contentsTopics .ShippingLink{
	line-height: normal;
}

.moPicThumbnails{
	clear: both;
	border-top: 1px solid #ddd;
	padding: 0px;
	overflow: hidden;
	background: #eee;
	margin-top: 15px;
}
.moPicThumbnails a{padding: 5px; float: left;}
.moPicThumbnails a img{
	width: 50px;
	float: left;
	background: #ddd;
	padding: 2px;
	margin: 0px;
}
.moPicThumbnails a img:hover{
	background: #833838;
}

.buynow{
	margin-top: 10px; 
	line-height:25px;
}
.buynow input.text{
	display:block;
	float:left;
	margin:0 5px;
	padding: 1px;
	height: 15px;
	width: 15px;
}

.ui-tabs-panel .content{
	padding: 0 15px;
}



/* PRODUCT OPTIONS */
.optionsItemContainer{
	display: block;
	background: #eee;
	width: 300px;
	overflow: hidden;
	margin-top: 15px;
}
.optionsItemContainer .content{
	display: block;
	padding: 10px 10px;
	background: url(img/boxes/style1/box1_Link1.gif) repeat-x bottom;
}
	.optionsItemContainer fildset{
		display: block;
	}
	.optionsItemContainer fildset div.legend{
		font-weight: bold;
		padding-bottom: 5px;
		font-size: 12px;
		color: #833838;
	}
	.optionsItemContainer label{
		display: block;
		float: left;
		padding: 5px;
		font-weight: bold;
		margin-right: 10px;
		cursor: pointer;
	}
	.optionsItemContainer select{
		padding: 5px;
		width: 205px;
	}
.optionsItemContainer .bottomCorner{
	display: block;
	height: 0px;
}
.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: 10px;
	color: #555;
}

h1.ProductPrice{
	color: #833838;
	font-weight: bold;
}

.borderDiv{
	height:1px;
	background: url(img/boxes/style1/box1_Link1.gif) repeat-x bottom;
	clear: left;
	display: block;
	margin: 20px 0;
}




/* ### BOXEN ### */
/* style 1 */
.box_style1{
	background: url(img/boxes/style1/box1Bg.gif) left bottom;
	overflow: hidden;
}
.box_style1 .infoBoxHeading_right,
.box_style1 .infoBoxHeading{
	display: block;
	background: url(img/boxes/style1/box1Bg.gif) left top;
	height: 41px;
	line-height: 38px;
	color: #fff;
	font-size: 14px;
	text-indent: 15px;
}
.box_style1 .boxText{
	margin-bottom: 10px;
	overflow: hidden;
	padding: 0px 2px;
	color: #333;
}
.box_style1 .boxText a.boxlink{
	color: #333;
	display: block;
	background: url(img/boxes/style1/box1_Link1.gif) repeat-x 0 bottom;
	line-height: 33px;
	padding-left: 15px;
	margin-bottom: 1px;
	border-left: 1px solid #FFFFFF;
}
.box_style1 .boxText a.boxlink:hover{
	color: #833838;
	background-color: #E0E0E0;
	border-left: 1px solid #833838;
}
.box_style1 .boxText a.aktiv{
	color: #fff;
	background: #833838 url(img/boxes/style1/box1_Link1_aktiv.gif) repeat-x 0 0;
	border-left: 1px solid #833838;
}
.box_style1 .boxText a.aktiv:hover{
	color: #fff;
	border-left: 1px solid #833838;
}

/* subcategories */
.box_style1 .boxText a.sub{
	color: #333;
	display: block;
	background: #EBEBEB url(img/boxes/style1/box1_Link2.gif) repeat-x 0 32px;
	line-height: 33px;
	text-indent: 5px;
	border-left: 1px solid #833838;
	margin-bottom: 1px;
}
.box_style1 .boxText a.aktiv_sub{
	color: #833838;
	font-weight: bold;
	display: block;
	background: url(img/boxes/style1/box1_Link1.gif) repeat-x 0 32px;
	line-height: 33px;
	text-indent: 5px;
	border-left: 1px solid #833838;
}

/* bestsellers */
ul.bestsellers_list{
	margin: 0;
	padding: 0;
}
ul.bestsellers_list li.item{
	list-style: none;
	display: block;
	background: url(img/boxes/style1/box1_Link1.gif) repeat-x bottom;
	padding: 5px;
	overflow: hidden;
}
ul.bestsellers_list li.item .item-image{
	float: left;
	margin: 0px 10px;
	max-height: 50px;
	max-width: 40px;
}
ul.bestsellers_list li.item .item-name{
	font-weight: bold;
	padding: 3px 0;
	margin: 5px 0 0px 55px;
	display: block;
}
ul.bestsellers_list li.item .item-price{
	color: #833838;
	font-size: 12px;
	font-weight: bold;
	margin-left: 55px;
}

div.infoBox, 
span.infoBox{
}

div.infoBox_right, 
SPAN.infoBox_right{
}

.boxText{ 
  color: inherit;
	padding: 4px 0px 0px 0px;
}

/* LEFT NAVI LINKS */
.boxContent a, 
.boxCategories a{
	display: block;
	color: #414449;
}


/* BOX HERSTELLER */

/* BOX ADMIN */
.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 #fff;
	border-bottom: 1px solid #ddd;
}
.boxAdmin .item a{
	color: #414449;
	text-decoration:none;
	font-weight: bold;
}
.boxAdmin .item:hover a{
	color: #fff;
}
.boxAdmin .button{
	padding: 10px;
}


/* BOX CART */
div.boxCart .boxText{padding: 10px 15px;}
div.boxCart .boxText strong{color: #833838;}
div.boxCart a.goToCart{
	display: block;
	width: 40px;
	height: 30px;
	background: url(img/boxes/style1/button_cart.gif) no-repeat right;
	float: left;
	margin-right: 10px;
}
div.boxCart a.goToCart span{
	display: none;
}


/* BOX NEWSLETTER */
.boxNewsletter{
	display: block;
}
.boxNewsletter fieldset.newsletter{
	display: block;
	padding: 10px 0px;
}
.boxNewsletter fieldset.newsletter label{
	display: none;
}
.boxNewsletter fieldset.newsletter input.text{
	background:transparent url(img/global/box_input_text.gif) no-repeat;
	border: 0;
	color: #75838A;
	float: left;
	font-family: Tahoma;
	font-size: 11px;
	padding: 5px 4px;
	width: 162px !important;
	margin-bottom: 5px;
}
.boxNewsletter fieldset.newsletter input.image{
	margin-left: 83px;
}


.blue{color: #833838;}

.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; 
	background: url(img/module/sitemap/sitemap_heading.gif) left top no-repeat;
}
table.list th.lastheading{
	background: url(img/module/sitemap/sitemap_heading.gif) right top no-repeat;
	border: 0;
}
table.list th{
	padding: 9px;
	padding-bottom: 8px;
	color: #fff;
	border-right: 1px solid #833838;
	background: transparent url(none);
}
table.list th.hinweis{
	background: #c0d4da;
	color: #262626;
	padding: 10px;
	border: none;
}
table.list td{
	padding: 10px;
	border-bottom: 1px dotted #ccc;
}
table.list tr.row1{
	background: #f9f9f9;
}
table.list tr.row2{
	background: #f1f1f1;
	border-collapse: collapse; 
}
table.list tr.row1:hover, table.list tr.row2:hover{
	background: #fff;
}

table.list tr.einstellungen{
	font-size: 12px;
	font-weight: bold;
}
table.list tr.einstellungen td.marker{
	width: 20px;
}
table.list tr.einstellungen .marker div{
	width: 20px;
	height: 20px;
	background: url(img/productNavigator/buttons.gif) no-repeat right top;
}
table.list tr.einstellungen:hover .marker div{
	background: url(img/productNavigator/buttons.gif) no-repeat right bottom;
}



/* Global Elements */
.boxSpacer{
	display: block;
	clear: both;
	height: 10px;
}

.leftFloater{
	float:left;
}

.rightFloater{
	float:right;
}

.leftAligner{
	text-align:left;
}

.rightAligner{
	text-align:right;
}
/* style1*/
.pageHeader_style1{
	padding: 0px 15px 0px 15px; /* 0px 15px 25px 15px*/
	background: url(img/global/pageHeading_style1.gif) no-repeat top left;
	min-height: 32px; /*38px*/
	overflow: hidden;
}
.pageHeader_style1 h1{
	color: #fff;
	line-height: 38px; /*38px*/
	margin: 0;
	font: Arial, Tahoma, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 2px; /*10px*/
	text-transform: uppercase;
}
/* style2*/
.pageHeader_style2{
	padding: 0px 15px 25px 15px;
	background: url(img/global/pageHeading_style2.gif) no-repeat top left;
	min-height: 38px;
	overflow: hidden;
}
.pageHeader_style2 h1{
	color: #FFFFFF;
	line-height: 38px;
	margin: 0;
	font: Arial, Tahoma, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
/* style multi*/
.pageHeader_style1 img.pageHeader-image{
	max-width: 150px;
	max-height: 150px;
	float: left;
	margin: 15px;
}

/* 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-top: 20px;
}


.buttonDelete input{
	border: 1px solid #CC0000;
	color:#FF0000;
	margin:0;
}

.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: Tahoma, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 11px;
	line-height: 1.2em;
	
	/* Backgrounds 
	background: #fff url(img/global/bgBody_repeat_x.gif) repeat-x top;*/
}

img{
	border:0;
}

A {
  color: #333;
  text-decoration: none;
}

A:hover {
  color: #833838;
  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;
}
ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 30px;
}


.h1, h2, h3, h4{
	color: #262626;
	margin: 10px 0px 5px 0px;
}
.formArea h3{color: #833838; padding: 10px 0;}








input.text,
input.password{
	padding: 1px;
}



.contentsTopics, h1.contentsTopics,
.pageHeading, h1.pageHeading, 
.moduleHeading, h1.moduleHeading
{
	color: #833838;
	font: Arial, Tahoma, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
	line-height: 38px;
	background: url(img/boxes/style1/box1_Link1.gif) repeat-x bottom;
}

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;
}


.boxTextBG {
	font-size: 10px;
	background-color: #f5f5f5;
}
.boxTextBGII {
	font-size: 10px;
	background-color: #f5f5f5;
}
.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;
}

.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;
}

.infoMessage {
	background-color: #00CC33;
	padding: 15px;
}
.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;
}

.splitPageResult{
	margin: 10px 0;
}
.splitPageResult #splitNavigation{
	padding: 10px;
}
.splitPageResult #splitNavigation b{
	position: relative;
	padding: 3px 2px;
	border: 1px solid #833838;
	color: #833838;
}
.splitPageResult #splitNavigation A.pageResults{
	color: #833838;
	font-weight: bold;
	padding: 3px 2px;
	margin: 0 2px;
}

.splitPageResult #splitNavigation A.pageResults:hover {
	padding: 3px 2px;
	color: #f70;
}

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: #f5f5f5;
	padding: 10px;
	border: 1px solid #ddd;
}
	.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;
	color: #999;
	display: none;
}
.parseTime {
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
  color: #999;
	display: none;
}
.copyright A{
  color: #999;
}
.copyright:hover A{
  color: #ccc;
  text-decoration: underline;
}


SPAN.markProductOutOfStock {
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #cc0000;
}
SPAN.productOldPrice {
	color: #333;
	font-size: 10px;
	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;
	border: 1px dotted #999;
	padding: 3px;
	margin: 3px;
	color: #666;
}
.moduleRowOver { 
	background-color: #fff;
	border: 1px dotted #999;
	padding: 3px;
	margin: 3px;
	color: #666;
}
.moduleRowSelected {
	background: #f5f5f5;
	border: 1px dotted #833838;
	color: #666;
	padding: 3px;
	margin: 3px;
	color: #666;
}

.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; }



.toggler-opened,
.toggler-closed,
.toggler-opened:hover,
.toggler-closed:hover{
	background: url(img/module/sitemap/sitemap_heading.gif) left center no-repeat;
	padding: 8px;
	padding-bottom: 9px;
	color: #fff;
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}
.toggler-c{
	list-style: none;
	margin: 0;
}


/* Sitemap Tables */
.sitemap_heading{
	background: url(img/module/sitemap/sitemap_heading.gif) right center no-repeat;
	padding: 8px;
	padding-bottom: 9px;
	color: #fff;
}
.sitemap_heading a {
	display: block;
	color: #fff;
	text-align: left;
}

.sitemap_heading a:hover {
	color: #fff;
	text-decoration:none;
}

.sitemap_sub {
	color: #800000; 
}

.sitemap_sub a {
	display: block;
	padding: 7px;
	background: url(img/global/bgModuleHeading.gif) repeat-x top;
	color: #262626; 
}
.sitemap_sub a:hover {
	text-decoration:none;
	color: #833838;
}


/* 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: #f9f9f9;
}

.tableListingII {
	background-color: #f5f5f5;
}

.tableBody {
	padding: 5px;
}

.poweredby {
  font-size: 10px;
  color: #000000;
  font-weight: bold;
}
.onepxwidth {
	width: 1px;
}

/* GLOBAL ELEMENTS FOR REUSE */
.imgleft{float: left; margin: 0 10px 10px 0;}
.imgright{float: right; margin: 0 0 10px 10px;}

.floatleft{float: left;}
.floatright{float: right;}

.clb{clear: both;}

/* 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: 30px;
	line-height: 20px;
	width: 545px;
	overflow: hidden;
	background: url(img/productNavigator/bg_navigator.gif) no-repeat left center;
	margin-bottom: 5px;
	padding-right: 15px;
}
.productNavigator .desc{
	display: block;
	height: 20px;
	float: left;
	margin: 4px 15px;
	color: #333;
	font-weight: bold;
	}
.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;
	margin: 5px 2px;
}
	.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;
	margin: 5px 2px;
}
	.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;
}

#fragment-description,
#fragment-reviews p{
	line-height: 18px;
}

/* INFO MESSAGES */
.attention{
	background: url(img/global/attention.png) no-repeat left top;
	line-height: 30px;
	min-height: 30px;
	padding-left: 40px;
	font-weight: bold;
	color: #fff !important;
	font-size: 10px;
	margin-bottom: 5px;
	max-width: 560px;
}
.attention .rightcorner{
	background: url(img/global/attention.png) no-repeat right top;
	height: 30px;
	width: 10px;
	float: right;
}
.message-warning{
	background: url(img/global/message-error.png) repeat-y left top; /*#DC1A02*/
	line-height: 30px;
	min-height: 30px;
	padding-left: 40px;
	font-weight: bold;
	color: #fff !important;
	font-size: 10px;
	margin-bottom: 5px;
	max-width: 560px;
}
.message-warning .rightcorner{
	background: url(img/global/message-error.png) no-repeat right top;
	height: 30px;
	width: 10px;
	float: right;
}
.message-work{
	background: url(img/global/message-work.png) no-repeat left top;
	line-height: 30px;
	min-height: 30px;
	padding-left: 40px;
	font-weight: bold;
	color: #fff !important;
	font-size: 10px;
	margin-bottom: 5px;
	max-width: 560px;
}
.message-work .rightcorner{
	background: url(img/global/message-work.png) no-repeat right top;
	height: 30px;
	width: 10px;
	float: right;
}
.message-red{
	background: url(img/global/message-red.png) no-repeat left top;
	line-height: 30px;
	min-height: 30px;
	padding-left: 5px;
	font-weight: bold;
	color: #fff !important;
	font-size: 10px;
	margin-bottom: 5px;
	max-width: 560px;
}
.message-red .rightcorner{
	background: url(img/global/message-red.png) no-repeat right top;
	height: 30px;
	width: 10px;
	float: right;
}
.message-red input{
	margin: 5px;
	float: left;
}
.message-green{
	background: url(img/global/message-green.png) no-repeat left top;
	line-height: 30px;
	min-height: 30px;
	padding-left: 5px;
	font-weight: bold;
	color: #fff !important;
	font-size: 10px;
	margin-bottom: 5px;
	max-width: 560px;
	overflow: hidden;
}
.message-green .rightcorner{
	background: url(img/global/message-green.png) no-repeat right top;
	height: 30px;
	width: 10px;
	float: right;
}
.message-green input{
	margin: 5px;
	float: left;
}


.boxFAQ {
	padding-left: 5px;
	padding-right: 5px;
}
.boxFAQ p {
	padding-left: 5px;
}
.boxCallBack {
	text-align: right;
	padding-left: 5px;
	padding-right: 5px;
	background: url(img/global/callback.jpg) no-repeat 20px top;
	height: 132px;
	overflow: hidden;
	font-size: 14px;
}
.boxCallBack p {
	padding: 5px 10px 10px 10px;
	font-size: 14px;
}
.ErlaubteKreditkarten {
	float: right;
	margin-top: -75px;
	width: 70px;
	height: 105px;
	background-image: url(img/global/ErlaubteKreditkarten.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.cat_holder {
	display: block;
}
.cat_holder:after {
	clear: both;
}
.cat_links,
.cat_rechts {
	width: 270px;
	height: 135px;
	float: left;
	margin-top: 10px;
}
.cat_links {
	margin-right: 10px;
}
.cat_links img,
.cat_rechts img {
	border: no;
	border-width: 0px;
}






hr.hn_HR {
	text-align: center;
	height: 1px;
	margin: 0px 0px;
	color: #eee;
	background: #eee;
}
hr.hn_HR:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
}
#HN_Cont {
	width			: 100%;
}
#HN_Head {
	width			: 1000px;
	margin-left		: auto;
	margin-right	: auto;
	text-align		: center;
	padding			: 20px 0 20px 0;
}
#HN_Head img {
	margin-right	: 44px;
}
#HN_Body {
	width			: 1042px;
	height			: 420px;
	margin-left		: auto;
	margin-right	: auto;
	background		: #fff url(/images/start/startbg.jpg) no-repeat 120px top;
}
#HN_Body img.hn_BildLogo {
	margin			: 205px 0px 0px 90px;
}
#HN_Fuss {
	width			: 1000px;
	margin-left		: auto;
	margin-right	: auto;
	text-align		: center;
	padding			: 20px 0 20px 20px;
}
#HN_Fuss img {
	margin-right	: 80px;
}
.hn_PartnerBoxL {
	float			: left;
	width			: 120px;
	text-align		: center;
}
.hn_PartnerBoxR {
	float			: right;
	width			: 120px;
	text-align		: center;
}
.hn_LastImg {
	margin-right	: 0px;
}
div.hn_Finanz {
}
img.hn_Finanz {
	margin-left		: 30px;
}
.hn_Table {
	border			: 1px solid #833838;
}
.hn_Table td {
	border-bottom	: 1px solid #D2D2D2;
	padding			: 1px 5px;
	font-size		: 10px;
	text-align		: center;
}
.hn_Hinweis {
	font-size		: 10px;
}
.hn_FinanzVorteile {
	line-heigt		: 20px;
}
.hn_FinanzVortDiv {
	height			: 22px;
	display			: block;
}
.hn_labelk {
	float			: left;
	width			: 55px;
}
.hn_GutscheinTable {

}
.hn_GutscheinTable td {
	padding			: 4px 0px;
}



/* 
Intelli Search suggest list layout
Change this lines as you like to asign other colours,
fonts, borders etc. to the Intelli Search suggest List
*/
div#intelliSearchResult {
	position:absolute;
	width:348px;
	z-index:1;
	background-color:#FFFFFF;
	padding:0px;
	margin:-6px 0px 0px 7px;
	border-style:solid;
	border-color:#DDDDDD;
	border-width:0px 1px 0px 1px;
	display:none;
	visibility:hidden;
}

div#intelliSearchResult p {
	display:block;
	padding:0px;
	margin: 0px;
	width:339px;
}

div#intelliSearchResult a {
	display:block;
	padding:1px 20px;
	width:308px;
	border-style:solid;
	border-color:#DDDDDD;
	border-width:0px 0px 1px 0px;
	font-size:11px;
}

div#intelliSearchResult a:hover {
	display:block;
	background-color:#D5E2FF;
	color:#333333;
	text-decoration:none;
}

div#intelliSearchResult span {
	display:block;
	padding:2px 5px;
	width:339px;
	border-style:solid;
	border-color:#DDDDDD;
	border-width:0px 0px 0px 0px;
	font-size:12px;
	font-weight:bold;
}



/* Modul "+ und - im Warenkorb" */
#orderdetailsplus {
	display: block;
	background-image: url(img/plus.gif);
	background-repeat: no-repeat;
	width: 13px;
	height: 13px;
	border: 0px;
	font-size: 0px;
	cursor: pointer;
}

#orderdetailsminus {
	display: block;
	background-image: url(img/minus.gif);
	background-repeat: no-repeat;
	width: 13px;
	height: 13px;
	border: 0px;
	font-size: 0px;
	cursor: pointer;
}

#orderdetailsdelete {
	display: block;
	background-image: url(img/delete.gif);
	background-repeat: no-repeat;
	width: 19px;
	height: 22px;
	border: 0px;
	font-size: 0px;
	cursor: pointer;
}

.alter {
display: block;
background-image: url(img/alter.gif);
background-repeat: no-repeat;
width: 13px;
height: 13px;
border: 0px;
font-size: 0px;
cursor: pointer;
}

div.boxText div {
	max-width: 190px;
}

.hn_cartQuantity {
	border: 0px solid white;
	text-align: center;
}
























/* Categorie Navigation */
#HN_CatNavi {
	position		: relative;
	background		: #833838 url(img/module/sitemap/sitemap_heading.gif) right top no-repeat;
}
#HN_menuebox {
	position		: relative;
	height			: 30px;
}
#HN_menue {
	position		: absolute;
	top				: 5px;
	left			: 0;
	z-index			: 200;
}
#HN_menue .hn_aussen {
	float			: left;
	display			: block;
	overflow		: hidden;
/*	width			: 8em;
	border			: 1px solid;
	border-color	: #d0843e #78561d #78561d #d0843e;
	font-weight		: bold;
*/
	text-align		: center;
	color			: #FFFFFF;
	padding			: 2px 5px;
	height			: 1.3em;
}
#HN_menue .hn_menutag a {
	color			: #FFFFFF;
	display			: block;
	padding			: 3px 5px 7px 5px;
}
#HN_menue .hn_aussen:hover {
	height			: auto;
	background-color: #eeeeee;
	color			: #833838;
}
#HN_menue .hn_aussen:hover .hn_menutag a,
#HN_menue .hn_menutag a:hover {
	color			: #833838;
}
a.hn_innen-1 {
	margin-top		: 2px;
}
a.hn_innen,
a.hn_innen-1 {
	display			: block;
/*	width			: 7.9em;*/
	padding			: 2px 5px;
	text-decoration	: none;
	font-weight		: normal;
	border-bottom	: 1px solid #FFFFFF;
	background-color: #833838;
	color			: #FFFFFF;
}
a:visited.hn_innen,
a:visited.hn_innen-1 {
	background-color: #833838;
	color			: #FFFFFF;
}
a:hover.hn_innen,
a:hover.hn_innen-1 {
	background-color: #FFFFFF;
	color			: #833838;
}

span.hn_menutag {
	display			: block;
	cursor			: default;
}
#HN_menue .hn_aussen,
#HN_menue .hn_menutag,
#HN_menue .hn_menutag a {

}



/*
  INFOCENTER  
*/

.infocenter_header { 
	background-image:url(img/bg.gif);
	background-color:#f2f2f2;
	padding-left:10px; 
	padding-top:3px; 
	padding-bottom:3px; 
	font-size:12px; 
	text-transform:uppercase; 
	font-weight:bold; 
	color:#666666;
	margin-bottom:5px;}  
	
.infocenter_categories { 
	background-image:url(img/bg.gif);
	background-color:#f2f2f2;
	padding:3px; 
	font-weight:bold; 
	font-size:11px; 
	font-family:Arial,Verdana;	
	color:#666666;
	margin-bottom:3px;}  	

.infocenter_items { 
	padding-left:8px; 
	color:#666666;}  
	
.infocenter_titel_bg {
  background-image:url(img/infocenter_bg.gif);
  height:60px;
  margin-bottom:10px;  }
  
.infocenter {
  background-image:url(img/infocenter.gif);
  height:60px;
  margin-bottom:10px;  }  
  
.infocenter_titel {
  position:relative;
  top:15px;
  left:12px;
  text-transform:uppercase;
	font-style:italic;
  font-family:Arial,Verdana;
	font-weight:bold; 
	color:#999999;
  font-size:16px;}
  
.infocenter_name {
  position:relative;
  text-transform:lowercase;
	font-style:italic;
  top:12px;
  left:70px;
  font-family:Arial,Verdana;
	font-weight:bold; 
	color:#FF6600;
  font-size:14px;}  
	
.infocenter_text {
	padding:2px; 
	color:#333333;
	font-size:11px; 
	font-family:Arial,Verdana;
	margin-bottom:3px;
	_border-left:1px solid #dddddd;
	_border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;}	
	
A.infocenter_items_links:link,A.infocenter_items_links:visited {font-size:11px; font-family:Arial,Verdana; text-decoration:none; color:#FF6600;}  	
A.infocenter_items_links:hover {font-size:11px; font-family:Arial,Verdana; text-decoration:none; color:#666666;}  	
	
.infocenter_border {
	margin-bottom:10px;}
