@charset "utf-8";
@import url("colorbox.css");
/**
 **************************************************
 * Welle ADDITIONAL / welle.hdlab2.de
 * ah.css - merge this content later into main.css
 *
 * @author:HDNET GmbH & Co. KG
 * @version:1.0
 * @updated:2009-12-17 (TL)
 **************************************************
**/


/* Produktfinder - Categories */
#productFinder .categories {
	margin:0 0 20px;
	border-bottom:1px solid #d2d2d2;
}
#productFinder .categories input {
	display:none;
}
#productFinder .categories label {
	position:relative;
	margin-bottom:-1px;
	cursor:pointer;
	border-color:#fff #fff #d2d2d2 #fff;
	border-style:solid;
	border-width:0px;
	display:block;
	float:left;
	height:20px;
	padding:5px 30px 0px;
	font-weight:bold;
}
#productFinder .categories label.checked {
	border-color:#d2d2d2 #d2d2d2 #ffffff #d2d2d2;
	border-width:1px;
	background:transparent url(../img/nav-binnen-item-act-bg.gif) no-repeat scroll 16px 7px;
}

/* Produktfinder - Price */
#productFinder .headerRight {
	float:right;
	width:440px;
}
#productFinder #productFinderSlider {
	height:25px;
	background:transparent url(../img/bg-slider-bar.png) top left repeat-x;
	width:420px;
	cursor:pointer;
}
#productFinder #productFinderSlider .leftCorner, #productFinderSlider .rightCorner {
	position:absolute;
	width:6px;
	height:25px;
	top:0;
	left:0;
	z-index:3;
	background:url(../img/bg-slider-corner.png) -6px 0 no-repeat;
}
#productFinder #productFinderSlider .rightCorner {
	left:auto;
	right:0;
	background:url(../img/bg-slider-corner.png) 0 0 no-repeat;
}
#productFinder .scrollLegend span {
	width:24%;
	float:left;
	text-align:center;
}
#productFinder .scrollLegend span.star {
	background:transparent url(../img/star-sprite.gif) 0px center no-repeat;
	text-indent:-9999px;
}
#productFinder .scrollLegend span.star0 {
	background-position:center 0px;
}
#productFinder .scrollLegend span.star1 {
	background-position:center -16px;
}
#productFinder .scrollLegend span.star2 {
	background-position:center -32px;
}
#productFinder .scrollLegend span.star3 {
	background-position:center -48px;
}
#productFinder .scrollLegend span.star4 {
	background-position:center -64px;
}
#productFinder .ui-slider-horizontal {
	height:9px;
}
#productFinder .ui-slider {
	position:relative;
	text-align:left;
}
#productFinder .ui-widget-content {
	color:#333333;
}
#productFinder .ui-widget {
	font-family:Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size:1.1em;
}
#productFinder .ui-slider .ui-slider-handle {
	cursor:default;
	height:25px;
	position:absolute;
	width:105px;
	z-index:2;
	background:transparent url(../img/bg-slider.png) top left no-repeat;
}
#productFinder .ui-slider {
	text-align:left;
}
#productFinder .ui-widget-content {
	color:#333333;
}
#productFinder .ui-widget {
	font-family:Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size:1.1em;
}
/* Produktfinder - Content */
#productFinder .inner {
	padding:0px;
}
#productFinder #productFinderTargetBox {
	height:330px;
	overflow:hidden;
/*	margin-top:20px;*/
}
#productFinder #productFinderTargetBox div {
	display:block;
	width:140px;
	height:100px;
	margin:0px 18px 15px 0px;
	float:left;
}
/* Produktfinder - Surfaces */
#productFinder .headerLeft {
	float:left;
	width:49%;
}

#productFinder .headerLeft h4 {
	margin-bottom:10px;
}

#productFinder #surface h4 {
	position:relative;
	margin-bottom:10px;
}

#productFinder #surface h4 .chooseAll {
	display:block;
	position:absolute;
	top:0;
	right:0;
	height:15px;
	padding:0px;
	border:0px solid white;
	font-weight:normal;
	cursor:pointer;
	/** background:transparent url(../img/btn-checkbox.gif) 80px -28px no-repeat; */
}

#productFinder #surface h4 input {

}

#productFinder #surface h4 label.checked {
	background-position:80px -2px;
}

#productFinder div.surfaces {
	width:440px;
}

#productFinder div.surfacesLarge {
	width:908px;
}

#productFinder div.surfaces ul {
	position:relative;
	list-style:none;
	padding-left:0;
	margin-bottom:0;
}

#productFinder div.surfaces ul li {
	display:none;
	float:left;
	position:relative;
/*	width:32px;
	height:16px;
	padding:3px;
	margin:0 2px 2px 0;
	background-color:#fff;*/
	width:38px;
	height:22px;
	margin:0 2px 2px 0;
}

#productFinder div.surfaces ul li a {
	display:block;
	position:relative;
	width:32px;
	height:16px;
	padding:3px;
	background:#fff;
}

#productFinder div.surfaces ul li.checked a {
	background:#d4d4d4;
}

#productFinder div.surfaces ul li div.hover {
	display:none;
	position:absolute;
	top:-55px;
	left:39px;
	z-index:1000;
	width:100px;
	height:auto;
	padding:14px;
	border:1px solid #d4d4d4;
	background:#fff;
}

#productFinder div.surfaces ul li div.hover p {
	line-height:13px;
	margin:3px 0 0 0;
}

#productFinder #productFinderTargetBox div.filterablePrograms {
	display:none;
}


/* BEN: Additions */
#productFinder .header {
	height:85px;
}

.configurator .header {
	height:45px !important;
}

#productFinder #no-results p {
	margin-bottom:0;
}

#productFinder #productFinderTargetBoxWrap {
	position:relative;
	height:330px;
}
