#indexQuiz .hidden {

	display: none;
}

#indexQuiz #ekosolaQuiz {

	background-color: #47B202;
	padding: 8px 16px;
	font-family: Arial;
}

#indexQuiz #ekosolaQuiz .quizDescription .up {

	background-image: url('/modules/index/quiz/img/question_up.png');
	background-repeat: no-repeat;
	background-position: center;
	height: 13px;
}

#indexQuiz #ekosolaQuiz .quizDescription .middle {

	background-image: url('/modules/index/quiz/img/question_middle.png');
	background-repeat: repeat-y;
	background-position: center;
	/*text-align: center;
	font-size: 14px;
	color: #000000;*/
	padding: 0 64px;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
}

#indexQuiz #ekosolaQuiz .quizDescription .middle.start {
	display: block;
	text-align: center;
}

#indexQuiz #ekosolaQuiz .quizDescription .middle .title {

	/*font-size: 18px;
	color: #000000;
	font-style:italic;
	text-align: left;*/

}

#indexQuiz #ekosolaQuiz .quizDescription .middle .right {

	/*text-align: right;
	font-size: 14px;
	color: #00b050;
	font-style: italic;*/

}

#indexQuiz #ekosolaQuiz .quizDescription .middle .text {

	/*font-size: 14px;
	color: #000000;
	text-align: justify;*/

}

#indexQuiz #ekosolaQuiz .quizDescription .middle a {

	/*font-size: 18px;*/

	color: #ffffff;
	font-weight: bold;
}

#indexQuiz #ekosolaQuiz .quizDescription .down {

	background-image: url('/modules/index/quiz/img/question_down.png');
	background-repeat: no-repeat;
	background-position: center;
	height: 13px;
}

#indexQuiz #ekosolaQuiz .questionNumber {

	color: #000000;
	font-size: 18px;
	padding-left: 16px;
}

#indexQuiz #ekosolaQuiz .question {

	padding: 4px 0;
}

#indexQuiz #ekosolaQuiz .question .up {

	background-image: url('/modules/index/quiz/img/question_up.png');
	background-repeat: no-repeat;
	background-position: center;
	height: 13px;
}

#indexQuiz #ekosolaQuiz .question .middle {

	background-image: url('/modules/index/quiz/img/question_middle.png');
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	font-size: 14px;
	padding: 8px 32px;
}

#indexQuiz #ekosolaQuiz .question .down {

	background-image: url('/modules/index/quiz/img/question_down.png');
	background-repeat: no-repeat;
	background-position: center;
	height: 13px;
}

#indexQuiz #ekosolaQuiz .questionPhoto {

	text-align: center;
	overflow: hidden;
}

#indexQuiz #ekosolaQuiz .questionPhoto a {

	color: #000000;
	font-size: 12px;
}

#indexQuiz #ekosolaQuiz .answers .answer {

	width: 248px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	margin: 8px 17px;
	float: left;
	cursor: pointer;
}

#indexQuiz #ekosolaQuiz .answers .answer .up {

	background-image: url('/modules/index/quiz/img/answer_button_up.png');
	background-repeat: no-repeat;
	height: 12px;
}

#indexQuiz #ekosolaQuiz .answers .answer .middle {

	background-image: url('/modules/index/quiz/img/answer_button_middle.png');
	background-repeat: repeat-y;
	padding: 0 8px;
}

#indexQuiz #ekosolaQuiz .answers .answer .down {

	background-image: url('/modules/index/quiz/img/answer_button_down.png');
	background-repeat: no-repeat;
	height: 12px;
}

#indexQuiz #ekosolaQuiz .answers .mouseover .up {

	background-image: url('/modules/index/quiz/img/answer_button_mouseover_up.png');
}

#indexQuiz #ekosolaQuiz .answers .mouseover .middle {

	background-image: url('/modules/index/quiz/img/answer_button_mouseover_middle.png');
}

#indexQuiz #ekosolaQuiz .answers .mouseover .down {

	background-image: url('/modules/index/quiz/img/answer_button_mouseover_down.png');
}

#indexQuiz #ekosolaQuiz .alignHeight {

	clear: both;
	height: 0;
	line-height: 0;
}

#indexQuiz #ekosolaQuiz .result {

	clear: both;
}

#indexQuiz #ekosolaQuiz .result .up {

	background-image: url('/modules/index/quiz/img/question_up.png');
	background-repeat: no-repeat;
	background-position: center;
	height: 13px;
}

#indexQuiz #ekosolaQuiz .result .middle {

	background-image: url('/modules/index/quiz/img/question_middle.png');
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 0 32px;
}

#indexQuiz #ekosolaQuiz .result .middle .smileLeft {

	float: left;
	background-image: url('/modules/index/quiz/img/smiley_happy.png');
	background-repeat: no-repeat;
	width: 70px;
	height: 70px;
}

#indexQuiz #ekosolaQuiz .result .middle .smileRight {

	float: right;
	background-image: url('/modules/index/quiz/img/smiley_wink.png');
	background-repeat: no-repeat;
	width: 70px;
	height: 70px;
}

#indexQuiz #ekosolaQuiz .result .middle .sadLeft {

	float: left;
	background-image: url('/modules/index/quiz/img/smiley_tongue.png');
	background-repeat: no-repeat;
	width: 70px;
	height: 70px;
}

#indexQuiz #ekosolaQuiz .result .middle .sadRight {

	float: right;
	background-image: url('/modules/index/quiz/img/smiley_scare.png');
	background-repeat: no-repeat;
	width: 70px;
	height: 70px;
}

#indexQuiz #ekosolaQuiz .result .middle .center {

	height: 70px;
	line-height: 35px;
}

#indexQuiz #ekosolaQuiz .result .middle a {

	font-size: 12px;
	color: #ffffff;
}

#indexQuiz #ekosolaQuiz .result .down {

	background-image: url('/modules/index/quiz/img/question_down.png');
	background-repeat: no-repeat;
	background-position: center;
	height: 13px;
}

#indexQuiz #ekosolaQuiz .resultTitle {

	font-size: 18px;
	color: #ffffff;
	padding-left: 16px;
}

#indexQuiz #ekosolaQuiz .questionResult {

	padding: 8px 0;
}

#indexQuiz #ekosolaQuiz .questionResult .up {

	background-image: url('/modules/index/quiz/img/question_up.png');
	background-repeat: no-repeat;
	height: 13px;
}

#indexQuiz #ekosolaQuiz .questionResult .middle {

	background-image: url('/modules/index/quiz/img/question_middle.png');
	background-repeat: repeat-y;
	height: 70px;
}

#indexQuiz #ekosolaQuiz .questionResult .middle div {

	float: left;
	height: 70px;
	padding: 0 16px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 70px;
}

#indexQuiz #ekosolaQuiz .questionResult .down {

	background-image: url('/modules/index/quiz/img/question_down.png');
	background-repeat: no-repeat;
	height: 13px;
}

#indexQuiz #ekosolaQuiz .questionResult .smile {

	background-image: url('/modules/index/quiz/img/smiley_happy.png');
	background-repeat: no-repeat;
	width: 70px;
}

#indexQuiz #ekosolaQuiz .questionResult .sad {

	background-image: url('/modules/index/quiz/img/smiley_scare.png');
	background-repeat: no-repeat;
	width: 70px;
}

#indexQuiz #ekosolaQuiz .resultSum {

	border-top: 2px solid #ffffff;
	padding-top: 8px;
	height: 70px;
}

#indexQuiz #ekosolaQuiz .resultSum div {

	float: left;
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	padding: 0 8px;
}

#indexQuiz #ekosolaQuiz .resultSum .smile {

	background-image: url('/modules/index/quiz/img/smiley_happy.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 70px;
}

#indexQuiz #ekosolaQuiz .resultSum .sad {

	background-image: url('/modules/index/quiz/img/smiley_scare.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 70px;
}

#indexQuiz #ekosolaQuiz .quizRefresh {

	padding-top: 64px;
}

#indexQuiz #ekosolaQuiz .quizRefresh .up {

	background-image: url('/modules/index/quiz/img/question_up.png');
	background-repeat: no-repeat;
	background-position: center;
	height: 13px;
}

#indexQuiz #ekosolaQuiz .quizRefresh .middle {

	background-image: url('/modules/index/quiz/img/question_middle.png');
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
}

#indexQuiz #ekosolaQuiz .quizRefresh .middle a {

	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
}

#indexQuiz #ekosolaQuiz .quizRefresh .down {

	background-image: url('/modules/index/quiz/img/question_down.png');
	background-repeat: no-repeat;
	background-position: center;
	height: 13px;
}
#indexQuiz .edit-quiz {
	float: right;
}