/* Price Slider */
div.ui-slider {
                width: 130px;
                margin: 0px 0;
                background: #FFF;
                height: 5px;
                position: relative;
                border: 1px solid #ef78af;
                clear:both;
}

a.ui-slider-handle-right {
                width: 5px;
                height: 15px;
                background: url(../img/slider_right.gif) no-repeat 0px 0px;
                cursor: w-resize;
                position: absolute;
                top: -8px;
                cursor: w-resize;
                margin-top: 4px;
}

a.ui-slider-handle-left {
                width: 5px;
                height: 15px;
                background: url(../img/slider_left.gif) no-repeat 0px 0px;
                cursor: w-resize;
                position: absolute;
                top: -8px;
                cursor: w-resize;
                margin: 4px 0 0 -1px;       
}

.price-label-label {
                width: 40px;
}

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

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

.max-price {
                width: 45px;
                text-align:right;
}

/* PRICE - SLIDER */


div#sortiment_listview .alt {
	display: none;
}

div#sortiment_listview div.product_container {
	float: left;
	display: block;
	margin-left:-1px;
	width: 249px;
	height: 310px;
	overflow: hidden;
	border-bottom:1px solid #D6D6D6;
	border-left:1px solid #D6D6D6;	
}


div#sortiment_listview div.product_image{
	display: block;
	text-align: center;
	padding: 8px 0 2px 0;
	/* border:1px solid #f00; /**/
}

div#sortiment_listview img.product_thumbnail {
	width: 220px;
	height: 185px;
	/* border:1px solid #f00; /**/
}

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

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

div#sortiment_listview div.product_price {
	float: right;
	overflow:visible;
	font-weight: bold;
}

div#sortiment_listview div.product_price div.euro {
	display:block;
	float: left;
	font-size: 16px;
}

div#sortiment_listview div.product_price div.cent {
	display:block;
	float: left;
	clear:none;
	font-size: 12px;
	margin-top: -4px;
}

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

div#sortiment_listview div.product_options {
	float:left;
	clear: both;
	/* width: 100%; */
}

div#sortiment_listview a.product_basket, div#sortiment_listview a.product_basket:hover {
	float: left;
	height: 23px;
	width: 21px;
	background: url('../img/icon_warenkorb.png') no-repeat;
	/* padding-left: 16px; */
	/* color: #eb008b;
	text-decoration: none;
	/* font-size: 9px; */
	margin-top:0px;
	}

div#sortiment_listview a.product_basket.disabled, div#sortiment_listview a.product_basket.disabled:hover {
	background: url('../img/icon_warenkorb_disabled.png') no-repeat;
	cursor: default;
}	
	
div#sortiment_listview a.product_mlist, div#sortiment_listview a.product_mlist:hover {
	display:none;
	float: left;
	clear:both;
	height: 13px;
	width: 90px;
	background: url('../img/icon_merkliste_small.gif') no-repeat 0 3px;
	padding-left: 16px;
	color: #eb008b;
	text-decoration: none;
	font-size: 9px;
	}	
	
div#sortiment_listview div.product_new {
	float: right;
	height: 13px;
	width: 29px;
	background: url('../img/neu.png') no-repeat;
	margin-top:8px;
	}





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

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

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

div#sortiment_serie .serien_info {
	float:left;
	width: 450px;
	margin-top: 20px;
}

div#sortiment_serie .box_header {
	background: url('../img/serien_box_header.gif') no-repeat;
	padding: 0 0 0 0;
	height:10px;
}

div#sortiment_serie .box_content {
	display: block;
	width: 100%;
	background:  #fff url('../img/serien_box_bg.gif') repeat-x;
}

div#sortiment_serie h1 {
	color: #E1007A;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
}

/* FILTERLEISTE ******/

#sortiment_listview_filter {
	background: #6d9100;
	margin-bottom: 10px;
	height: 48px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;

}

#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;
}



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

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

body {
	background-color:#96bf0d;
}

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

/*
#sortiment_listview .box p.headline img, #sortiment_listview .box p.headline .paging_container{
	vertical-align: middle;
	line-height:36px;
	float:left;
}
*/
#sortiment_listview .hitcount {
	line-height: 36px;
	height:36px;
	float:left;
	margin-left:10px;
	text-align:left;
	width:90px;	
}
#sortiment_listview .hitcount.right {
	margin-left:0;
	margin-right:10px;
	text-align:right;
}

#sortiment_listview .paging_container {
	width:747px;
	line-height: 36px;
	text-align: center;
	float:left;
	width:547px;
}

#sortiment_listview .paging_container .paging .active_page {
	color: #E1007A;	
}

#sortiment_listview .link_next {
	padding: 10px 22px 10px 10px;
	background: url('../img/arrow_next.gif') no-repeat right;
}

#sortiment_listview .link_prev {
	padding: 10px 10px 10px 22px;
	background: url('../img/arrow_prev.gif') no-repeat left;
}


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

#sortiment_listview .paging_container .paging_link {
	/* color: #666; */
}

#sortiment_listview .navigation_buttons {
	margin:9px 11px;
}

#sortiment_listview .headline .paging_container{
	/*width: 560px;*/
}

#sortiment_listview .description, #sortiment_listview {
}

.product .product_content .img {
	width: 248px;
	text-align: center;
	background-color:transparent;
}
.product .product_content .img {
	background-color:transparent;
}

.product .product_content {
	margin-top:10px;
	height: 253px;
	padding:0px;
}

.product .product_content p a {
	line-height:15px;
}

.product .product_content .title_block span {
	margin-top:5px;
	float:left;
	margin-bottom:5px;
}

.product .product_content .price_item{
	float:right;
	overflow:visible;
	margin-top: 4px;
	font-weight: bold;
}

.product .product_content .price_item div.euro {
	display:block;
	float: left;
	font-size: 16px;
}

.product .product_content .price_item div.cent {
	display:block;
	float: left;
	clear:none;
	font-size: 12px;
	margin-top: -4px;	
}

.product .product_content .basketline {
	clear: both;	
	float: left;
	width: 228px;
	margin-top: 4px;
}

.product .product_content .basketline .dropimg {
	padding-left:4px;
}

.product .product_content .basketline * {
	line-height:12px;
	vertical-align:middle;
}

.product .product_content .newimg .alt {
	visibility:hidden;
	display:none;
}
.product .product_content .newimg {
	float:right;
	background:transparent url(/fileadmin/templates/hybris/moemax/sortiment_listview/img/neu.png) no-repeat scroll 0% 0%;
	height:13px;
	width:29px;
	margin-top: 8px;
}

.product .product_content .basketline .basketimg {
	padding-right:6px;
}

.product .product_content .description {
	background-color:transparent;
	padding:0 10px;
	width:228px;
}

#sortiment_listview .box_content {
	background-color: white;
	width: 747px;
	padding: 0;
	float:left;
}

#sortiment_listview .basketline .itemFts {
	float:left;
	width:180px;
	clear:both;
}

#sortiment_listview .basketline .shoplink {
	color: #666;
	float:left;
	clear:both;
	height:12px;
	margin-top:0px;
	padding-left:16px;
	text-decoration:none;
	width:130px;	
	background:transparent no-repeat scroll 0pt 1px;
	line-height:11px;
	font-size:.9em;
	color: #E1007A;
}

#sortiment_listview .basketline .shoplink.basket {
	padding: 0;
	font-size: 0px;
	line-height: 0px;
	width:21px;
	height: 23px;
	background:transparent url(/fileadmin/templates/hybris/moemax/sortiment_detail/img/icon_warenkorb.png) no-repeat;
}

#sortiment_listview .basketline .shoplink.mlist {
	display: none;
	margin-top:2px;
	background:transparent url(/fileadmin/templates/hybris/moemax/sortiment_detail/img/icon_merkliste_small.gif) no-repeat scroll 0 1px;
}
#sortiment_listview .singleRow {
	border-width:0px 1px;
}

#sortiment_listview .firstRow {
	border-top-width:0px;
}

#sortiment_listview .title_block a {
	font-weight:bold;
}

/* diese beiden stile werden auch im merklisten-popup verwendet: */

/*

.product {
	width:249px;
	height:auto;
	background-color:white;
	float:left;
	overflow: hidden;
	border-bottom:1px solid #d6d6d6;
	border-left:1px solid #d6d6d6;
	margin-left:-1px;
}

.popup_product {
	border:1px solid #d6d6d6;
}

#sortiment_listview .last{
	width:249px;
	height:auto;
	border-right:0;
}
*/

/* vim: se ts=4: */
