
@charset "UTF-8";


p { margin: 0px; }

.rtl{
	text-align: right;
	direction: rtl;
	
	
}
.ltr{
	text-align: left;
	direction: ltr;
	
}

.faq-cat{
	background-color:#e8e8e8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	margin-bottom:30px;
}
.category{
	border-width:1px;
	
    border-color: #95C5F5;
    margin: 15px 0px;
	
}

.category_title_rtl{
	font-weight:700
	direction: rtl;
	text-align: right;
	background:url(../../../images/template_pics/grey-arrow-down.gif) no-repeat right #f3f3f3;
}
.category_title_ltr span{
	margin:0 20px 0 20px;
}
.category_title_ltr{
	font-weight:700;
	direction: ltr;
	text-align: left;
	/*background: url(../../../images/template_pics/green-arrow-right.gif) no-repeat scroll 0px 50% transparent;*/
	background:url(../../../images/template_pics/grey-arrow-down.gif) no-repeat left #f3f3f3;
	/*background-position:30px;*/   
}
.category_title_rtl span{
	margin:0 20px 0 20px;
}
.category_container{
	background-color:#ededee;

	/*height: 0px;*/ 
	overflow: hidden; 
	/*padding: 0 0 10px;*/
	/*margin:0 10px;*/
	margin-top:0;
	margin:0;
	padding:0;
	color: #bf572c; 
	
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	margin-bottom:20px;
}
.faqcontainer{
	padding-bottom:10px;
}
.category_head{
	/*background: none repeat scroll 0 0 #e8e8e8;
    border:0;
    color: #333333;
    line-height: 18px;

    padding: 10px 14px 0 14px;
    position: relative; 
	cursor: pointer;
	margin:17px;
	margin-bottom:0;*/
	background: none repeat scroll 0 0 #f3f3f3;
    cursor: pointer;
	
	height:15px;
	color:#1d4960;
	font-size:12px;
	font-weight:400;
	/*text-transform:uppercase;*/
	
	border-bottom:2px solid #DA241D;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	margin:0;
	padding:10px 30px;
	
}

.category_description{
	
}
.faq-cat h2{
	margin:0;
	/*color:#037d96;
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;*/
	margin-left:13px;
	margin-right:13px;
	color:#1d4960;
	font-size:12px;
	font-weight:400;
}



.faq_question_simple {
    font-size : 12px;
    margin: 0px !important;
    padding: 0px 0px 0px 5px;

    padding-left: 20px; 
}
.simple_h3{
	padding: 0 20px 10px 20px;
}
.image-back A:link {text-decoration: none; background: none;}
.image-back A:visited {text-decoration: none; background: none;}
.image-back A:active {text-decoration: none; background: none !important;}
.image-back A:hover {text-decoration: none; background: none !important;}
.image-back A:focus {text-decoration: none; background: none !important;}

.faq_container {
	margin: 20px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
}

.faq {
	position: relative;
	background-color: white; 

	/* outer shadows  (note the rgba is #DA241D, green, blue, alpha) */
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6); 
	-moz-box-shadow: 0px 1px 6px rgba(23, 69, 88, .5);
	
	/* rounded corners */
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px; 
	border-radius: 7px;
	
	/* gradients */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), 
	 color-stop(65%, white), color-stop(100%, #f7f7f7)); 
	background: -moz-linear-gradient(top, white 0%, white 55%, #D5E4F3 130%); 
}
.faq.ltr{
	direction:lrt;
	text-align:left;
	margin: 0px 15px 25px 15px;
	padding: 15px 15px 5px 70px;
}

.faq.rtl{
	direction:rtl;
	text-align:right;
	margin: 0px 15px 25px 15px;
	padding: 15px 70px 5px;
}
.faq_question { margin: 0px; padding: 0px 0px 5px 0px; display: inline-block; cursor: pointer; font-weight: bold; color: #1f4f71; }

.faq_answer_container { 
	height: 0px; 
	overflow: hidden; 
	padding: 0; 
	margin: 0 10px;
	color: #bf572c; 
	height:0px;
	
}
.categories_faqs{
	padding: 0px 5px 10px 5px;
	margin:0 19px 0 19px;
}
.faq_answer { margin: 0px; padding: 0px; color: #bf572c; font-weight: normal; }

.faq .letter_q_ltr {  width: 40px; height: 50px; position: absolute; top: 7px; left: 25px; background: url(../images/q.png) 0px 0px; }
.faq .letter_a_ltr { width: 43px; height: 40px; position: absolute; top: 35px; left: 23px; background: url(../images/a.png) 0px 0px; display: none;}

.faq .letter_q_rtl { width: 40px; height: 50px; position: absolute; top: 7px; left: 625px; background: url(../images/q.png) 0px 0px; }
.faq .letter_a_rtl { width: 43px; height: 40px; position: absolute; top: 35px; left: 623px; background: url(../images/a.png) 0px 0px; display: none;}
.backtotop_ltr {
	font-weight:400;
	font-size:10px;
	float: right;
 	position: relative;
	bottom: 5px;
	right: 15px;
}

.backtotop_rtl {
	font-weight:400;
	font-size:10px;
	float: left;
 	position: relative;
	bottom: 10px;

}

.backtotop_rtl a, .backtotop_ltr a{
	color:#737373;
}
.backtotop_default_ltr {
	float: right;
 	position: relative;
	bottom: 18px;
	right: 15px;
}

.backtotop_default_rtl {
	float: left;
 	position: relative;
	bottom: 18px;
	right: 40px;

}
.faq_simple {
	padding: 0 8px 0 10px;
	margin: 5px;
	position: relative;
	background-color: white; 

	/* outer shadows  (note the rgba is #DA241D, green, blue, alpha) */
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6); 
	-moz-box-shadow: 0px 1px 6px rgba(23, 69, 88, .5);
	
	/* rounded corners */
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px; 
	border-radius: 7px;
	
	/* gradients */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), 
	 color-stop(65%, white), color-stop(100%, #f7f7f7)); 
	background: -moz-linear-gradient(top, white 0%, white 35%, #D5E4F3 130%); 

}

.faq_question_simple_ltr {
      background: none repeat scroll 0 0 #F6F6F6;
      background: url("../images/arrow_normal.png") no-repeat scroll 0px 50% transparent;
      color: #666666;
      cursor: pointer;
      padding: 2px;
}
.faq_question_simple_rtl {
      background: none repeat scroll 0 0 #F6F6F6;
       background: url("../images/arrow_normal_rtl.png") no-repeat scroll right 50% transparent;
      color: #666666;
      cursor: pointer;
      padding: 2px;
}
.show_ltr {
      /*background: none repeat scroll 0 0 #F6F6F6;
      background: url(../../../images/template_pics/green-arrow-down.gif) no-repeat scroll 0px 50% transparent;*/
      background:url(../../../images/template_pics/grey-arrow-up.gif) no-repeat left #f3f3f3;
	  color: #666666;
      cursor: pointer;
     /* padding: 2px;*/
}
.show_rtl {
      /*background: none repeat scroll 0 0 #F6F6F6;*/
/*      background: url(../../../images/template_pics/green-arrow-down.gif)) no-repeat scroll right 50% transparent;
*/      background:url(../../../images/template_pics/grey-arrow-up.gif) no-repeat left #f3f3f3;
	  color: #666666;
      cursor: pointer;
      /*padding: 2px;*/
}
.faq_answer_container_simple { 
	height: 0px; 
	overflow: hidden; 
	padding: 0px; 
	color: #bf572c; 
	height:0px;
}
.faq_answer_simple {  
	color: #bf572c; 
	font-weight: normal;
	margin: 0px 10px;
    padding: 0 30px; 
}

.ask_new_link{
	padding: 0 20px;
	cursor: pointer;
}
.ask_question_back_image_rtl{
	background: url("../images/plus.png") no-repeat scroll right 50% transparent;
	padding: 10px;
}

.ask_question_back_image_ltr{
	background: url("../images/plus.png") no-repeat scroll 0 50% transparent;
    padding: 10px;
}

.new_faq_form {
   padding: 10px;
}
.ask_new_question {
	border:1px solid #CCCCCC;
}
.ask_new_question_header {
	background: none repeat scroll 0 0 #f5f5f5;
	padding-left: 10px;
	padding-right: 10px;
}
.new_faq_form textarea {
/*	background: -moz-linear-gradient(center top , #FFFFFF, #EFEFEF) repeat scroll 0 0 transparent;*/
    border: 1px solid #EFEFEF;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
    color: #3f3f3f;
    font-family: inherit;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 4px;
    width: 98%;
	overflow: auto;
	resize: none;
}

.no_access{
	padding: 0px 20px 0px 20px;
}

.faq_question_standart {
	background: none repeat scroll 0 0 transparent;
    color: #4d4d4d;
	cursor: pointer;
	/*background:url(../../../images/template_pics/green-arrow-down.gif) no-repeat left;*/
	padding-left: 5px;
	padding-right: 5px;
}

.faq_answer_container_standart { 
	/*height: 0px; */
	overflow: hidden; 
	padding: 0px; 
	color: #4d4d4d; 
	
	font-size:12px;
}
.faq_answer_standart {  
	color: #737373; 
	font-weight: normal;
	margin: 0px 15px;
    padding: 10px 30px 0 30px; 
	
}

.standart_panel{
	border: 1px solid #CCCCCC;
	border:0;
    margin: 10px;
	padding: 2px;
	font-weight:400;
	font-size:12px;

}

.standart_title_rtl{
	background: url("../../../images/template_pics/green-arrow-down.gif") no-repeat scroll right 50% transparent;
    padding-right: 20px;
}

.standart_title_ltr{
	background: url("../../../images/template_pics/green-arrow-down.gif") no-repeat scroll 5px 50% transparent;
    padding-left: 20px;
}

.show_ltr_standart{
      background: url("../../../images/template_pics/green-arrow-right.gif") no-repeat scroll 5px 50% transparent;
      cursor: pointer;
}

.show_rtl_standart{
      background: url("../images/j_arrow_down.png") no-repeat scroll right 50% transparent;
      cursor: pointer;
}