.showcase_container{
	position: relative;
	height: 332px;
}

.showcase{
	position: absolute;
	width:655px;
	height: 332px;
	bottom: 0px;
	right: -8px;
	color: #3B3326;
}

.showcase_bg{
	position: absolute;
	background:url(../images/boxes/showcase_bg_braun.png) no-repeat;
	width:655px;
	height: 332px;
	top: 0px;
	left: 0px;
}

div.selection_scrollable, div.topseller_scrollable, div.suggest_scrollable { 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 600px; 
    height:227px;
    top: 58px;
    left: 20px;
    z-index: 5;
}

.tab_header{
	position: absolute;
	right: 60px;
	top: 20px;
	color: #FFFFFF;
	width: 241px;
	text-align: center;
	font-size: 20px;
	z-index:6;
}

div.selection_scrollable div.items, div.topseller_scrollable div.items, div.suggest_scrollable div.items{
	width: 200000em;
	position: absolute;
}

div.selection_scrollable div.item_container, div.topseller_scrollable div.item_container, div.suggest_scrollable div.item_container {
	float: left;
	width: 600px;
	height: 227px;
	background: #FFFFFF;
}

.product_text_container{
	float:left;
	margin: 0 0 0 10px;
	width: 54%;
	height: 220px;
	overflow: hidden;
}

.product_image_container a{
	line-height: 1px;
	font-size: 1px;
}

.product_image_container{
	margin-top: 3px;
	margin-right: 3px;
	width: 40%;
	float: right;
}

ul.tabs{
	z-index: 7;
	color: #FFFFFF;
	position: absolute;
	bottom: 24px;
	left: 126px;
}

ul.tabs li{
	float: left;
	width: 136px;
	margin-right: 8px;
	text-align: center;
}

ul.tabs li a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}


/*Style Korrekturen*/

.product_text_container .liste
{
 list-style: none;
 }
 
.showcase_price{
	font-size: 38px;
	color: #93C356;
	background-color: #3B3326;
	line-height: 48px;
	word-spacing: -8px;
	letter-spacing: -4px;
	position: relative;
	float: left;
	height: 46px;
}

.showcase_price_left, .showcase_price_right, .showcase_currency_left, .showcase_currency_right{
	font-size: 38px;
	line-height: 48px;
	width: 7px;
	height: 46px;
}
.showcase_price_left{
	background: url("../images/boxes/showcase-price-left.png") no-repeat;
	margin-left: 2px;
	float: left;
}
.showcase_price_right{
	background: url("../images/boxes/showcase-price-right.png") no-repeat;
	margin-right: 2px;
	float: left;
}
.showcase_currency_left{
	background: url("../images/boxes/showcase-currency-left.png") no-repeat;
	float: left;
}
.showcase_currency_right{
	background: url("../images/boxes/showcase-currency-right.png") no-repeat;
	float: left;
}

.showcase_currency{
	font-size: 38px;
	color: #3B3326;
	background-color: #93C356;
	line-height: 48px;
	float: left;
	height: 46px;
}
.showcase_decimal_places{
	font-size: 18px;
	letter-spacing: -1px;
	position: relative;
	top: -16px;
	right: 0px;
} 
/* Blognews */

.blognews_container{
	height: 332px;
	position: relative;
}

.blognews{
	position: absolute;
	width:655px;
	height: 332px;
	bottom: 0px;
	right: -8px;
	color: #3B3326;
}
.blognews_bg{
	position: absolute;
	background:url(../images/boxes/blognews_bg.png) no-repeat;
	width:655px;
	height: 332px;
	top: 0px;
	left: 0px;
}
.blognews_text{
	height: 284px;
	margin: 23px 45px 18px 30px;
	overflow: hidden;
}
