/* PRICE - SLIDER */

div.ui-slider
{
	background: #FFF;
	border: 1px solid #ef78af;
	clear: both;
	height: 5px;
	margin: 0px 0;
	position: relative;
	width: 130px;
}
a.ui-slider-handle-right
{
	background: url(../img/slider_right.gif) no-repeat 0px 0px;
	cursor: w-resize;
	height: 15px;
	margin-top: 4px;
	position: absolute;
	top: -8px;
	width: 5px;
}
a.ui-slider-handle-left
{
	background: url(../img/slider_left.gif) no-repeat 0px 0px;
	cursor: w-resize;
	height: 15px;
	margin: 4px 0 0 -1px;
	position: absolute;
	top: -8px;
	width: 5px;
}
.price-label-label
{
	width: 40px;
}
.price-label
{
	color: #FFF;
	float: left;
	font-weight: bold;
	height: 20px;
	white-space: nowrap;
}
.min-price
{
	text-align: left;
	width: 45px;
}
.max-price
{
	text-align: right;
	width: 45px;
}

/* PRICE - SLIDER */


#sortiment_listview .box {
	background: url(/fileadmin/templates/img/head_bar.jpg) no-repeat left top;
}

#sortiment_listview .navi {
	background: url(/fileadmin/templates/img/bottom_bar.jpg) no-repeat left top;
	margin-bottom: 5px;
	border:0;
	width:747px;
	clear:both;
	height:56px;
}

#sortiment_listview .box .headline {
	display: block;
	height:36px;
	width:747px;
}

/* FILTERLEISTE ******/

#sortiment_listview_filter {
	position: relative;
	float:right;
	height: 35px;
}

#sortiment_listview_filter .pad {
	/* padding: 5px; */
}

/*
#sortiment_listview_filter  div.label{
	width:130px;
	text-align: center;
	display: block;
	color: #fff;
	font-weight: bold;
	margin: 0 0 1px 0;
}
*/
#sortiment_listview_filter  div.filter{
	/* width:130px; */
	display: block;
	float:left;
	margin: 5px 0 0 15px;
	color: #fff;
}

/*
*html #sortiment_listview_filter  div.filter{
	margin: 5px 0 0 10px;
}

#sortiment_listview_filter  div.last{
	margin-right: 0;
}

#sortiment_listview_filter select {
	width: 130px;
}


.price-label-label {
	width: 40px;
	color:#000 !important;
}


.price-label {
                color: #0059A5;
                white-space: nowrap;
                font-weight: bold;
                float: left;
                height: 20px;
}


.min-price {
                width: 45px;
                text-align:left;
}


.max-price {
                width: 45px;
                text-align:right;
}
/*********/
#sortiment_listview .box_content {
	clear:both;
	position:relative;
	width: 747px;
	padding: 0;
	background:url(/fileadmin/templates/img/bg_content.jpg) repeat-y top right #fff;
}

#sortiment_listview .hitcount {
	line-height: 36px;
	height:36px;
	float:left;
	margin-left:14px;
	text-align:left;
	font-weight:bold;
}
#sortiment_listview .hitcount a {
	color:#0059A6;
	text-decoration:none;
	font-weight:bold;
	padding-left:30px;
}

#sortiment_listview .paging_container {
	line-height: 36px;
	text-align: right;
	float:right;
}

#sortiment_listview .paging_container .active_page {
	color: #D4272E;	
}

#sortiment_listview .link_next {
	padding: 10px 22px 10px 10px;
}

#sortiment_listview .link_prev {
	padding: 10px 10px 10px 22px;
}


#sortiment_listview .paging_container * {
	font-weight: bold;
	text-decoration:none;
}

div#sortiment_listview .alt {
	display: none;
}

div#sortiment_listview div.product_container {
	position:relative;
	float: left;
	display: block;
	width: 184px;
	height: 242px;
	overflow: hidden;
	border-right:1px dotted #727272;
	padding-bottom:15px;
	background:url(/fileadmin/templates/hybris/moebelix/sortiment_liste/img/bg_produktlist.jpg) repeat-x left bottom;
}

div#sortiment_listview div.last {
	width:186px;
	border-right:none;	
}

div#sortiment_listview div.product_container div.product_image {
	display: block;
	text-align: center;
	padding: 8px 0 2px 0;
}

div#sortiment_listview div.product_container div.product_image img.product_thumbnail {
	width: 160px;
	height: 125px;
}

div#sortiment_listview div.product_container div.product_info {
	text-align: left;
	padding: 0 14px 5px 14px;
}

div#sortiment_listview div.product_container div.product_info a.product_name {
	font-weight: bold;
	float: left;
	margin-top:6px;
	width:100%;
	font-size:11px;
}

div#sortiment_listview div.product_container div.product_info .product_price {
	position:absolute;
	bottom:5px;
	right:14px;
}

div#sortiment_listview div.product_container div.product_info div.product_text {
	float:left;
	clear: both;
	width: 100%;
	height: 60px;
	overflow:hidden;
	margin: 2px 0 2px 0;
}

div#sortiment_listview div.product_container div.product_info div.product_options {
	position:absolute;
	left:14px;
	bottom:15px;
}

div#sortiment_listview div.product_container div.product_info div.product_options a {
	color:#0059A6;
	text-decoration:none;
}

div#sortiment_listview a.product_basket, div#sortiment_listview a.product_basket:hover {
	display:block;
	float: left;
	height: 13px;
	width: 16px;
	background:url(/fileadmin/templates/img/icon_warenkorb_liste.gif) no-repeat;
}

div#sortiment_listview a.product_basket.disabled,div#sortiment_listview a.product_basket.disabled:hover {
	background:url(/fileadmin/templates/img/icon_warenkorb_liste.gif) no-repeat 0px -14px;
	visibility: visible !important;
}


div#sortiment_listview div.product_container div.product_info div.product_options a.warenkorb {
	background:url(/fileadmin/templates/img/icon_warenkorb_liste.gif) no-repeat;
	padding-left:20px;
}

/* SERIENPRODUKTE *********/

div#sortiment_serie .box_content {
	width: 747px;
	background: url('/fileadmin/templates/hybris/moebelix/sortiment_liste/img/bg_serie.jpg') no-repeat left bottom;
}

div#sortiment_serie .box_content .serien_image {
	float:left;
	margin: 20px 30px 20px 10px;
	
	}

div#sortiment_serie .box_content .serien_image img {
	width: 160px;
	}

div#sortiment_serie .box_content .serien_info {
	float:left;
	width: 320px;
	margin-top: 30px;
}


div#sortiment_serie .box_content .serien_info h1 {
	color: #0056A3;
	font-size: 21px;
	margin-bottom: 10px;
	font-weight: bold;
}
