/*-----------------------------------------------------------------------*/
.questionAccordionButton {	
	width: 95%;
	float: right;
	_float: none;  /* Float works in all browsers but IE6 */
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	min-height:30px;
	line-height:30px;
	text-align: right;
	background:url(../../img/question/question.png) top 5px right no-repeat;
	padding-right:5%;
}
.questionAccordionContent{	
	width: 100%px;
	float: right;
	_float: none; /* Float works in all browsers but IE6 */
	padding:0 28px 10px 10px;
}
.questionOn{
	background:url(../../img/question/answer.png) top 5px right no-repeat;
	/*background: url(../img/icon-showh_accordion.png) no-repeat 0 -21px;*/
}
.questionOver{
	color:#06C3CE;
}
/*-----------------------------------------------------------------------*/
.newQuestionAccordionButton {
	width: 70px;
	float: right;
	_float: none;  /* Float works in all browsers but IE6 */
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	height:44px;
	line-height:44px;
	text-align: right;
	background:url(../../img/question/addnew.png) top right no-repeat;
	padding-right: 5%;
}
.newQuestionAccordionContent{
	border-top:19px solid #21B6BF;
	border-bottom:5px solid #21B6BF;	
	border-right:1px solid #21B6BF;
	border-left:1px solid #21B6BF;
	margin-top:-3px;
	width: 90%;
	float: right;
	_float: none; /* Float works in all browsers but IE6 */
	padding:5%;
}
.newQuestionOn{
	/*background: url(../img/icon-showh_accordion.png) no-repeat 0 -21px;*/
}
.newQuestionOver{
}
/*-----------------------------------------------------------------------*/
.ticketAccordionButton {
	width: 95%;
	float: right;
	_float: none;  /* Float works in all browsers but IE6 */
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	min-height:30px;
	line-height:30px;
	text-align: right;
	background:url(../../img/question/question.png) top 5px right no-repeat;
	padding-right: 5%;
}
.ticketAccordionContent{	
	width: 98%;
	float: right;
	_float: none; /* Float works in all browsers but IE6 */
	padding:0 10px 10px 28px;
}
.ticketOn{
	/*background: url(../img/icon-showh_accordion.png) no-repeat 0 -21px;*/
}
.ticketOver{
}
/*-----------------------------------------------------------------------*/
.accordionButton {	
	width: 95%;
	float: right;
	_float: none;  /* Float works in all browsers but IE6 */
	border-bottom: 1px solid #E6E6E6;
	cursor: pointer;
	min-height:30px;
	line-height:30px;
	text-align: right;
	font-family:'dotechyekanlight',tahoma;
	padding-right:5%;
	background:url(../../img/accordion_icon.png) no-repeat right;
}
.accordionContent{	
	width: 100%;
	float: right;
	_float: none; /* Float works in all browsers but IE6 */
	padding:0 28px 10px 10px;
}
.accordionOn{
	background: url(../../img/accordion_icon_mines.png) no-repeat right;
}
.accordionOver{
	color:#06C3CE;
}
/*-----------------------------------------------------------------------*/