/***
*
* Basic Finder CSS 0.1
*
* ----- Import ------
* # General
* # questions
* ----- Design -------
* # design chooser
* # cluster line
* # products
* # productHover
* # pager
* # questions

dark orange #FF6418
light orange #FFD4BF
*/

/* ######################################################################################################################
####                                                                                                                 ####
####                                            IMPORT                                                               ####
####                                                                                                                 ####
###################################################################################################################### */

@import "../../css/base_general_0_1.css";
@import "../../css/base_questions_0_2.css";
@import "base_finder_0_1.css";



/* ######################################################################################################################
####                                                                                                                 ####
####                                            DESIGN                                                               ####
####                                                                                                                 ####
###################################################################################################################### */
/* -------- =cluster line --------- */
.res_clusterheadline {
	font-weight: bold;
	padding: 10px 0 10px 14px;
	font-size: 12px;
	margin:10px 0;
	clear:left;
}
.matchesAll{
	background-color: #fff1e5; 
	border-bottom: 2px solid #ff6600; 
	border-top: 2px solid #ff6600; 
	color: #ff6600;
}
.matchesMost {
	background-color: #f4f4f4; 
	border-bottom: 2px solid #555;
	border-top: 2px solid #555;
	color: #555;
}

.matchesSome{
	background-color:#FFF9D1;
	color:#DF7E0D;
	border-top: 2px solid #EFAE00;
	border-bottom: 2px solid #EFAE00;	
}

/* IE6 */
* html .matchesMost,* html .matchesSome{
	padding-top:4px;
}

/* small */
 div.product-details {
	text-align: center;
	margin: auto;
}
 div.findname, div.finddetails, div.findcompare {
	display: none;
}

div.product-box {
	width: 145px;
	height: 130px;
	float: left;
	overflow: hidden;
	padding:2px;
	border-right:1px dotted #999;
	border-bottom:1px dotted #999;
}

.product-name{
	font-weight:bold;
	display:block;
	height:27px;
	padding-left:3px;
	overflow:hidden;
	color:#333;
}

img.product-image {
	margin: auto;
	margin-top: 5px;
	display: block;
	max-width: 100px;
	_width: expression(this.height > 100 ? 100 : true); /* IE6 UGLY! */
	max-height: 75px;
	_height: 75px; /* IE6 */
}

div.product-image-box {
	height: 85px;
}

.marked img.product-image {
	border: 2px solid #e1f3fc;
	background-color: lightgray;
	padding: 1px;
	position: relative;
	top: -3px;
}

.clear {
	clear: both;
	height: 0;	
}

/* -------- =productHover --------- */
 .hover{
	background-color:#FFF8EF;
}
 .buttons{
	display:none;
	margin:2px 3px;
}
 .hover .buttons{
	display:block;
}
/* -------- =pages --------- */

/* initalize */
.page{
	display:none;
}
.page1{ 
	display:block;
}

/* paging */
.hidePage{
	display:none;
}
.showPage{
	display:block;
}

.resultPager{
	padding-top:10px;
	clear:left;
}
.resultPager .pagerNext,.resultPager .pagerPrev,.resultPager .pagerNextUnactive,.resultPager .pagerPrevUnactive {
	height: 16px;
	padding-left: 20px;
	font-size: 0;
	display: block;
	float: left;
}
.resultPager .pagerPrev {
	background: url(images/finder/arrow-w-dark-gray.gif) no-repeat center left;
}

.resultPager .pagerNext {
	background: url(images/finder/arrow-e-dark-gray.gif) no-repeat center right;
}

.resultPager .pagerPrevUnactive {
	background: url(images/finder/arrow-w-gray.gif) no-repeat center left;
}

.resultPager .pagerNextUnactive {
	background: url(images/finder/arrow-e-gray.gif) no-repeat center right;
}

/* -------- =questions --------- */

/* type_sequence questions */
.questions .type_sequence .question_inner {
	clear: both;
	overflow: hidden;
}

.questions .type_sequence .question_inner .question_inner2 {
	border: none;
	margin: 0;
}

.questions .type_sequence .title {
	display: none;
}

.questions .type_sequence .title .title_text{
	font-size: 14px;
}

.questions .type_sequence .title .title_text .questionNumberInfo {
	color: gray;
	font-size: 80%;
	padding-left: 10px;
	font-weight: normal;
}

.questions .type_sequence .content {
	margin-bottom: 0;
}

.questions .sequenceQuestions .content {
	padding-top: 5px;
}
.questions .type_sequence .sequenceQuestions {
	height: 141px;
	overflow: hidden;
	position: relative;
	width: 758px;
	clear: left;
}

.questions .type_sequence .sequenceQuestions .question {
	width: 758px; /* DIRTY */
}

.questions .type_sequence .sequenceQuestions .question .title {
	display: block;
}

.questions .type_sequence .sequenceQuestions .question .title .toggleQuestion {
	display: block;
}

.questions .type_sequence .sequenceQuestions .question .question_inner {
	margin: 0;
	border: 0;
}

.questions .type_sequence .sequenceQuestions .question .content {
	padding-left: 105px;
	padding-right: 105px;
	margin-bottom: 0;
	border-top: #F0F0F0 1px solid;
}

.questions .type_sequence .sequenceQuestions .content_inner2 {
	position: relative;
}

.questions .type_sequence .sequenceQuestions .answerPic {
	margin-bottom: 0;
}

.questions .type_sequence .sequenceQuestions .answerPicChecked {
	border: 3px solid #F25619;
}

/* question toggler */
.questions .type_sequence .sequenceQuestions .toggleQuestion {
	height: 12px;
	width: 12px;
	margin-top: 2px;
}

.questions .type_sequence .sequenceQuestions .statusShow {
	background: url(images/finder/question_hide.png) no-repeat;
}

.questions .type_sequence .sequenceQuestions .statusHide {
	background: url(images/finder/question_show.png) no-repeat;
}

/* sequence-question buttons */
.questions .type_sequence .content_inner2 {
	position: relative;
	overflow: hidden;
	padding: 0;
}

.questions .type_sequence .previousSequenceQuestionButton, .questions .type_sequence .nextSequenceQuestionButton {
	width: 100px;
	bottom: 0;
	top: 50%;
	text-indent: -999em;
	position: absolute;
	z-index: 2;
	display: block;
	outline: 0;
	height: 23px;
}
.questions .type_sequence .previousSequenceQuestionButton {
	left: 7px;
	background: white url(images/finder/previous-sequence-question.png) no-repeat;
}
.questions .type_sequence .nextSequenceQuestionButton {
	right: 7px;
	background: white url(images/finder/next-sequence-question.png) no-repeat;
}

.questions .type_sequence .previousSequenceQuestionButtonInactive, .questions .type_sequence .nextSequenceQuestionButtonInactive {
	display: none;
}

.questions .title_text {
	padding: 5px;
	background-color: #f4f4f4; /*NEW - #414141*/
	font-weight: bold;
	color:#212121; /*NEW - white*/
	border-bottom:1px #ccc solid; /*NEW*/

}
.questions .hiddenContent .title_text {
	color: #bbb;
}

.questions .question_inner {
	border: 1px solid #CCC;
	margin: 0 10px 10px 10px;/*NEW - 5px*/
}

.questions .hiddenContent .question_inner {
	border-bottom: 0;
}

.questions .content_inner2 {
	padding-bottom: 2px;
	padding-top: 5px;
}

.questions .textLabel {
	padding-top: 2px;
	margin-bottom: 5px;
}

#technicalQuestions .specialAnswer a {
	text-decoration: underline;
	color: black;
	padding-left: 10px;
}

/* NEW */

#technicalQuestions .answeredQuestion .content_inner2{
	background-color:#FFF1E5;
}
/* /NEW */

/* ---------- product compare ------------- */
.productCompareImage{
	width:40px;
	height:30px;
	background-color:white;
	position:relative;
	margin-right:3px;
	float:left;
}
	.productCompareImage div{
		background:url(images/finder/productCompareRemove.png) top right no-repeat;
		position:absolute;
		width:40px;
		height:30px;	
	}
	.productCompareImage img{
		max-width:40px;
		max-height:30px;	
	}
	* html .productCompareImage img{
		width: expression(this.width > 40 ? 40 : true);
		height: expression(this.height > 30 ? 30 : true);
	}

/*============================ unsorted =================================== */

.hiddenQuestion {
	overflow: hidden;
	height: 0;
	position: absolute;
}
* html .hiddenQuestion {
	height: 1px;
	padding-top: 1px;
}

.displayedQuestion {
	position: static;
	overflow: visible;
	height: auto;
}

#assistantContent {
	width: 780px;
}


/* slider */
.sliderRangeValueLeft,.sliderRangeValueRight{
	padding:0 5px;
	display: block;
	float: left;
	width: 40px;
	color: #555;
	text-align:right;
	white-space: nowrap;
}
.sliderRangeValueRight{
	text-align:left;
}


/* slider height */
.sliderRangeValueLeft{
	margin-left:10px;
}

.singleSlider, .doubleSlider, .slider{
	height: 40px;
}

.slider_handle {
	top: -9px;
	width: 10px;
	height: 26px;
	text-align: center;
	cursor: w-resize;
	background: transparent no-repeat top left;
	padding-top: 26px;
	font-size:0.8em;
}

.slider_handle_left strong{
	right:5px;
}
.slider_handle_right strong{
	left:5px;
}

.slider_span{
	position:absolute;
	background: transparent repeat-x top left;
	height:100%;
	z-index:1;
}
.slider_track_left {
	position: absolute;
	width: 5px;
	height: 9px;
	background: transparent no-repeat top left;
}

.slider_track {
	background: transparent no-repeat top right;
	width: 150px;
	height: 16px;
	margin-top: 5px;
	float: left;
}

.sliderLabel{
	padding-left:15px;
	padding-top:0;
	padding-bottom:5px;
	clear:left;
	font-size:0;
	visibility: hidden;
	height: 0;  /* maybe opera 11.01 bugfix for MAC OS 10.6.7 */
}

.slider_range_value{
	padding-left:5px;
	display:block;
	float:left;
	width:40px;
	color:#555;
}

/******************************************/
#finderresults .marked .product-box {
	background-color: #e1f3fc;
	color: black;
}

#finderresults .marked .findname,#finderresults .marked .product-price,#finderresults .marked .finddetails,#finderresults .marked .positive,#finderresults .marked .negative,#finderresults .marked .neutral{
	color: black;
}

span.positive, span.negative, span.neutral{
	padding-bottom:3px;
}

#finderresults .findleft img {
	border: 2px white solid;
	padding: 1px;
}

#finderresults .marked .findleft img {
	border: 2px #FFD4BF solid;
	background-color: lightgray;
	padding: 1px;
}

#finderresults{
	position:relative;
}

#intermediateresults_loader{
	width:100%;
	position: absolute;
	opacity: 0.5;
	filter: alpha(opacity=50);
	background: #FFF url(images/ajax-loader.gif) no-repeat center 100px;
	min-height:800px;
	height: 100%;
	z-index:5;
}
* html #intermediateresults_loader{
	height:200px; 
	background-color:transparent;
}
.ajaxloader {
	display: block;
}
.resultPager {
	margin-left: 165px;
	font-weight: normal;
}

.afterPage {
	clear: left;
}

.afterPager {
	clear: left;
	height: 1px;
}

.resultPager .pagerInfo {
	float: left;
	line-height: 17px;
}


/* ---- information box */
 .hidden {
	display:none;
	width:255px;
	z-index:1000;
	opacity:0.95;
	margin-left:-235px;
	_margin-left: -375px; /* IE6 */
	margin-top:0;
	background: url("images/finder/infopfeilbox_right.png") no-repeat scroll 0 0 transparent;
	_background: url("images/finder/infopfeilbox_right.gif") no-repeat scroll 0 0 transparent; /* IE6 */
	position: absolute;
}

/* IE7 */
*+html  .hidden {
	margin-left: -375px;	
}

.product-wrapper {
	float: left;
}

.product-wrapper .hover {
	background-color:#FFF8EF;	
}

.arrowRight .hiddenInner{
	padding-left:23px;
	padding-right:45px;
}

.hiddenInner {
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 45px;
	padding-bottom: 30px;
	margin-bottom: -30px;
	_margin-bottom: -12px; /* IE6 */
	background: url("images/finder/infopfeilbox_bottom_right.png") no-repeat scroll 0 bottom transparent;
	_background: url("images/finder/infopfeilbox_bottom_right.gif") no-repeat scroll 0 bottom transparent;
}

/* IE7 */
*+html  .hiddenInner {
	margin-bottom: -16px;	
}

#informationBottom{
	height:30px;
}

#information {
	display: none !important;	
}

.hidden .hover-catcher {
	width: 100%;
	height: 100%;
	margin: -20px -45px -20px -25px;
	padding: 20px 45px 20px 25px;
}

.hidden .product-name {
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 120%;
	height: auto;
}

.hidden .product-close-x {
	display: block;
	width: 16px;
	height: 16px;
	background-image: url("images/finder/close_information.png");
	float: right;
}

.hidden .line {
	border-bottom: 1px dotted black;
	height: 0;
	margin-bottom: 3px;	
	margin-top: 9px;
}

.hidden a.compare {
	display: block;
	width: 111px;
	height: 23px;
	background-image: url("images/finder/compare_de.png");
	background-repeat: no-repeat;
}

.language_en .hidden a.compare {
	background-image: url("images/finder/compare_en.png");
}

.marked .hidden a.compare {
	background-image: url("images/finder/compare_checked_de.png");
}

.language_en .marked .hidden a.compare {
	background-image: url("images/finder/compare_checked_en.png");
}

.hidden .product-compare {
	display: none;	
}

/* ------------------------------- */

#sidebar .toggleQuestion{
	background-repeat: no-repeat;
	height: 12px;
	width: 12px;
	float: right;
	margin-left: 5px;
}
#sidebar .questionInfo{
	height: 12px;
	width: 12px;	
	float: right;
	margin-left: 10px;
	background: url(images/finder/question_info.png);
}

#compareBox {
	background-color: #e1f3fc; border: 1px solid #CCC; padding: 5px; height: 30px;
}
	#compareBox #compareProducts{
		color:#666;
	}
	#compareBox .buttonBox {
		float: left; margin-top:4px; margin-right:5px;
	}


.compareButton{
	width: 111px;
	height: 20px;
	margin: 5px 0 0;
}
.compareButtonChecked{
	width: 111px;
	height: 20px;
}
.infoButton{
	width: 74px;
	height: 20px;
	margin-left: 10px;
	background: url(images/finder/info.png);
}
#startCompare{
	height: 19px;
	width: 106px;
}
#closeInformation{
	width: 16px;
	height: 16px;
	margin-left: 10px;
}
.hidden .attributes{
	border-top: 1px dotted #414141;
	margin-top: 10px;
	padding-top: 5px;
}

/* ????? */
div.info_img {
	font-style: italic;
	text-align: center;
	margin: 10px;
}

/************* standard images ***********************/

/* slider */
.slider_track_left {
	background-image: url(images/slider-track-left.png);
}
.slider_track {
	background-image: url(images/slider-track-right.png);
}
.slider_span {
	background-image: url(images/finder/slider-span.png);
}
.slider_handle {
	background-image: url(images/finder/slider-handle.png);
}
/* question toogler */
.statusShow{
	background:url(images/finder/question_hide.png);
}
.statusHide{
	background:url(images/finder/question_show.png);
}

