/*  CSS Document                             */
/*  Written by Chris Converse for Lynda.com  */

@charset "UTF-8";

body {font-family: "Trebuchet MS"; }
p { margin: 0px; }
.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 5px 0px;
	width: 700px;
}

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

	/* outer shadows  (note the rgba is red, 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 35px 15px;
	padding: 15px 15px 5px 70px;
}

.faq.rtl{
	direction:rtl;
	text-align:right;
	margin: 0px 15px 35px 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: 0px; 
	margin: 0 10px;
	color: #bf572c; 
	height:0px;
}
.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 {
	float: right;
 	position: relative;
	bottom: 20px;
	right: 0;
}

.backtotop_rtl {
	float: left;
 	position: relative;
	bottom: 20px;
	right: 0;
}
.faq_simple {
	padding: 10px 10px 8px 20px;
	position: relative;
	background-color: white; 

	/* outer shadows  (note the rgba is red, 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/arrow_down.png") no-repeat scroll 0px 50% transparent;
      color: #666666;
      cursor: pointer;
      padding: 2px;
}
.show_rtl {
      background: none repeat scroll 0 0 #F6F6F6;
      background: url("../images/arrow_down.png") no-repeat scroll right 50% transparent;
      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: -10px 10px;
    padding: 0 30px; 
}
.faq_question_simple .arrow_normal { 

}