.productlist {
	width:100%;
}
.productlist tr.group td{
	background-color: #F39D00;
	background-image: url('../images/boxbg.jpg');
	background-repeat: repeat-x;
	padding: 6px;
	color:#fff;
	font-weight:bold;
	text-transform: uppercase;
}

.productlist tr td.tagespreis{
	background-position:362px 0px;
}

/*
*+html .productlist tr td.tagespreis{
	background-position:360px 0px;
}

*html .productlist tr td.tagespreis{
	background-position:360px 0px;	
}
*/

.productlist tr.odd {
	background-color: #FCF6ED;
}

.productlist tr.odd td:not(:first-child){
	border-left: 1px solid #F0E3CF;
}
.productlist tr.even td:not(:first-child){
	border-left: 1px solid #EFEFEF;
}

.productlist tr.odd td.kundenpreis{
	background-color:#f39d00;
	text-align:center;

}

.productlist tr.even td.kundenpreis{
	background-color:#f9ce80;
	text-align:center;
}

.productlist tr td.ersparnis{
	text-align:center;
	padding-top:10px;
}

.productlist tr td.keineersparnis{
	text-align:center;
	padding-top:4px;
}

.productlist tr td.ersparnis .gruenerBalken{
	background-color:#f39d00;
	padding:4px;
	line-height:37px;
}

.productlist tr.kopfzeile th{
	font-size:10px;
}

.productlist .title {
	font-weight: bold;
}
.productlist .small {
font-size:90%;
	color: #666;
	display: block;
}
.basketsum {
	border-top:double;
}
.basketsumall {
	font-weight:bold;
	border-top:double;
}
.container td.label {
	width:128px;
}
.container input[type=text] {
	margin:0;
	padding:2px;
	font-size:11px;
}
.adrinput input[type=text] {
	width:94%;
}
.hotspot {
	color:#900;
	padding-bottom:1px;
	border-bottom:1px dotted #900;
	cursor:pointer
}
.shopgroupimagemenu{
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
	opacity=0.8;
	-khtml-opacity:0.8;
	display:block;
	height:132px;
	background-repeat:no-repeat;
	background-position:bottom center;
	text-decoration: none;
}
.shopgroupimagemenu:hover{
	-moz-opacity:1;
	filter:alpha(opacity=100);
	opacity=1;
	-khtml-opacity:1;
}
.savingsbox {
	width:200px;
	display:block;
	float:left;
	margin:58px 48px 0 8px;
	padding:8px;
	font-size: 10px;
	color:#fff;
}
.savingsbox h1{
	font-style: italic;
	font-size:32px;
	padding:8px;
	margin:0;
	text-shadow: 1px 1px 4px #000;
	color:#F39D00;
}
.savingsbox h2{
	font-style: italic;
	font-size:22px;
	margin:0;
	text-shadow: 1px 1px 4px #000;
}
.sumfooter {
	background-color: #004186;
	font-weight: bold;
	color:#fff;
}
.sumfooter td {
	border-top:double #fff;
}
.sumfooter#small {
	font-weight: normal;
	font-size:80%;
}
.sumfooter#small td {
	border: none;
}
#tt h1{
	color:#F39D00;
	text-transform: uppercase;
	margin:0;
	padding:0;
	line-height:100%;
	font-size:14px;
}
#tt {
	position:absolute;
	display:block;
	font-size:12px;
}
#tttop {
	display:block;
	height:5px;
	margin:0;
	overflow:hidden
}
#ttcont {
	display:block;
	padding:8px;
	margin:0;
	background-color:#FFF;
	color:#003F83;
	-moz-box-shadow: 4px 4px 12px #999;
	-webkit-box-shadow: 4px 4px 12px #999;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	min-width: 300px;
}
#ttbot {
	display:block;
	height:5px;
	margin:0;
	overflow:hidden
}

/*########################## Tooltip Ersparnis ###############################*/
h2.tooltipersparnis {
	color:#f39d00;
	font-style:italic;
	font-size:22px;
	}

h3.tooltipersparnis {
	color:#f39d00;
	font-size:30px;
	line-height:1px;
	font-style:italic;
	}
	
table.tooltipersparnis {
	width:100%;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:4px;
	padding-left:0px;
	border:none;
	}
	
table.tooltipersparnis tr.underline td{
	border-bottom:1px dashed #003978;	
	}
	
table.tooltipersparnis tr td:not(:first-child){
	text-align:right;
	}
	
