/**
	IN DIESE CSS-DATEI KOMMEN ALLE STYLES, DIE VEREINZELT IN FEATURE-ELEMENTEN VERWENDET UND DESWEGEN NICHT ALLGEMEIN GEBRAUCHT WERDEN
*/


.mods ul.faq li a, .mods ol.faq li a{
	text-decoration:none;
}

.mods ul.faq li a:hover, .mods ol.faq li a:hover{
	text-decoration:underline;
}

/* Buttons for question, answer and feedback at the detailpage*/
/* IE6 */
.mods div.question, 
.mods div.answer,
.mods div.feedback { margin:0px 15px 0px 8px !important; padding:2px 0px 4px 15px; text-align:center; font-weight:bold; font-size:14px; background:transparent url(/obj/eventim/default/feature/helpContact/img/question_trans.gif) no-repeat 0px 0px; color:#fff; width:119px;}
.mods div.answer { background-image:url(/obj/eventim/default/feature/helpContact/img/answer_trans.gif); }
.mods div.feedback { background-image:url(/obj/eventim/default/feature/helpContact/img/feedback_trans.gif); }
	
	
/* FF and IE7 */
	html>body .mods div.question, 
	html>body .mods div.answer,
	html>body .mods div.feedback { margin:0px 15px 0px 15px !important; padding:2px 0px 4px 15px; text-align:center; font-weight:bold; font-size:14px; background:transparent url(/obj/eventim/default/feature/helpContact/img/question_trans.gif) no-repeat 0px 0px; color:#fff; width:104px;}
	html>body .mods div.answer { background-image:url(/obj/eventim/default/feature/helpContact/img/answer_trans.gif); }
	html>body .mods div.feedback { background-image:url(/obj/eventim/default/feature/helpContact/img/feedback_trans.gif); }
	
/* Chrome and Safari*/
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		html>body .mods div.question, 
		html>body .mods div.answer,
		html>body .mods div.feedback { margin:0px 15px 0px 15px !important; padding:3px 0px 3px 15px; text-align:center; font-weight:bold; font-size:14px; background:transparent url(/obj/eventim/default/feature/helpContact/img/question_trans.gif) no-repeat 0px 0px; color:#fff; width:104px;}
		
		html>body .mods div.answer { background-image:url(/obj/eventim/default/feature/helpContact/img/answer_trans.gif); }
		html>body .mods div.feedback { background-image:url(/obj/eventim/default/feature/helpContact/img/feedback_trans.gif); }
	}


/* Buttons for question, answer and feedback at the searchpage*/	
/* IE6 */
.mods div.questionSearch, 
.mods div.answerSearch{ margin:0px 15px 0px 0px !important; padding:2px 0px 4px 15px; text-align:center; font-weight:bold; font-size:14px; background:transparent url(/obj/eventim/default/feature/helpContact/img/question_trans.gif) no-repeat 0px 0px; color:#fff; width:119px;}
.mods div.answerSearch { background-image:url(/obj/eventim/default/feature/helpContact/img/answer_trans.gif); }
	
	
/* FF and IE7 */
	html>body .mods div.questionSearch, 
	html>body .mods div.answerSearch { margin:0px 15px 0px 0px !important; padding:2px 0px 4px 15px; text-align:center; font-weight:bold; font-size:14px; background:transparent url(/obj/eventim/default/feature/helpContact/img/question_trans.gif) no-repeat 0px 0px; color:#fff; width:104px;}
	html>body .mods div.answerSearch { background-image:url(/obj/eventim/default/feature/helpContact/img/answer_trans.gif); }
	
	
/* Chrome and Safari*/
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		html>body .mods div.questionSearch, 
		html>body .mods div.answerSearch { margin:0px 15px 0px 0px !important; padding:3px 0px 3px 15px; text-align:center; font-weight:bold; font-size:14px; background:transparent url(/obj/eventim/default/feature/helpContact/img/question_trans.gif) no-repeat 0px 0px; color:#fff; width:104px;}
		
		html>body .mods div.answerSearch { background-image:url(/obj/eventim/default/feature/helpContact/img/answer_trans.gif); }
	}
	
