/*-----------------------------------------------------------------------*/
.addressAccordionButton {	
	width: 100%;
	float: right;
	_float: none;  /* Float works in all browsers but IE6 */
	cursor: pointer;
	min-height:30px;
	line-height:27px;
	text-align: right;
	text-align:justify;
	color: #454646;
    font-family: "dinar",Tahoma;
    font-size: 13px;
	background:url(../img/accordion/open.png) center right no-repeat;
	text-indent:25px;
	-webkit-transition:all .25s ease-in;  
   	-moz-transition:all .25s ease-in;  
  	-o-transition:all .25s ease-in;  
   	transition:all .25s ease-in;
}
.addressAccordionContent{	
	width: 100%;
	float: right;
	_float: none; /* Float works in all browsers but IE6 */
	padding:0px;
}
.addressOn{
	background:url(../img/accordion/close.png) center right no-repeat;
}
.addressOver{
	color:#FF4A40;
}
/*-----------------------------------------------------------------------*/
.questionAccordionButton {	
	width: 977px;
	float: right;
	_float: none;  /* Float works in all browsers but IE6 */
	cursor: pointer;
	min-height:30px;
	line-height:30px;
	text-align: right;
	background:url(../img/question/question.png) top 5px right no-repeat;
	padding-right: 28px;
	text-align:justify;
	border:0px solid blue;
}
.questionAccordionContent{	
	width: 960px;
	float: right;
	_float: none; /* Float works in all browsers but IE6 */
	padding:0 28px 10px 10px;
	border:0px solid red;
}
.questionOn{
	background:url(../img/question/answer.png) top 5px right no-repeat;
	/*background: url(../img/icon-showh_accordion.png) no-repeat 0 -21px;*/
}
.questionOver{
}
/*-----------------------------------------------------------------------*/
.newQuestionAccordionButton {
	width: 69px;
	float: right;
	_float: none;  /* Float works in all browsers but IE6 */
	cursor: pointer;
	height:44px;
	line-height:44px;
	text-align: right;
	background:url(../img/question/addnew.png) top right no-repeat;
	padding-right: 28px;
}
.newQuestionAccordionContent {
	border-top:19px solid #fd4238;
	border-bottom:5px solid #fd4238;	
	border-right:1px solid #fd4238;
	border-left:1px solid #fd4238;
	background:white;
	margin-top:-3px;
	width: 977px;
	float: right;
	_float: none; /* Float works in all browsers but IE6 */
	padding:10px 10px 10px 10px;
	display:none;
}
.newQuestionOn{
	/*background: url(../img/icon-showh_accordion.png) no-repeat 0 -21px;*/
}
.newQuestionOver{
}
/*-----------------------------------------------------------------------*/
.ticketAccordionButton {
	width: 100%;
	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: 28px;
}
.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{
}
/*-----------------------------------------------------------------------*/