/* RELATED PRODUCTS
****************************************/
div#sortiment_detail_related .box {
	width: 747px;
	border-bottom: 1px solid #c2c2c2;
}

div#sortiment_detail_related span.alt { display: none; }

div#sortiment_detail_related {
	margin-top: 10px;
}

div#sortiment_detail_related .box_content {
	background-image: url(../img/white_background.png);
}


h1#related_box_headline {
	background: url('../img/header_related.gif') no-repeat 15px 8px;
	height: 34px;
}

ul#related_carousel {
	list-style:none;
	width:747px;
	padding: 0;
}

ul#related_carousel li {
	display: inline;
}

ul#related_carousel div.related_container {
	float: left;
	display: block;
	width: 235px;
	height: 238px;
	border-right: 1px solid #BDBDBD;
	overflow: hidden;
}


ul#related_carousel div.related_image{
	width: 235px;
	height: 180px;
	text-align: center;
	padding: 10px 0 10px 0;
	background-color: #fff;
}

ul#related_carousel img.related_thumbnail {
	width: 210px;
	height: 180px;
}

div.related_info{
	text-align: left;
	padding: 6px 8px 0px 8px;
	border-top: 1px solid #BDBDBD;
}

div.related_info a {
	text-decoration: none;
	font-size: 11px;
	background: transparent url(../img/arrow_red.gif) no-repeat scroll 0 3px;
	padding-left: 10px;
	line-height: 12px;
}

ul#related_carousel a.related_name {
	display: block;
	overflow: hidden;
	font-weight: bold;
	float: left;
	width: 140px;
}

ul#related_carousel div.related_price {
	float: right;
	width: 60px;
	text-align: right;
}


/* RANKING */	
	
div#sortiment_detail_related .ranking_0 {
	width: 40px;
	height: 10px;
	background-image: url(/fileadmin/templates/hybris/xxxlutz/sortiment_uebersicht/img/ranking_1.gif);
}
 
div#sortiment_detail_related .ranking_1 {
	width: 40px;
	height: 10px;
	background-image: url(/fileadmin/templates/hybris/xxxlutz/sortiment_uebersicht/img/ranking_1.gif);
}

div#sortiment_detail_related .ranking_2 {
	width: 40px;
	height: 10px;
	background-image: url(/fileadmin/templates/hybris/xxxlutz/sortiment_uebersicht/img/ranking_2.gif);
}

div#sortiment_detail_related .ranking_3 {
	width: 40px;
	height: 10px;
	background-image: url(/fileadmin/templates/hybris/xxxlutz/sortiment_uebersicht/img/ranking_3.gif);
}

div#sortiment_detail_related .ranking_4 {
	width: 40px;
	height: 10px;
	background-image: url(/fileadmin/templates/hybris/xxxlutz/sortiment_uebersicht/img/ranking_4.gif);
}
	
	