div.faq_content
{
	width: 700px;
	background-color: white;
	background-image: url('/images/content-bg.gif');	
	border-width: 1px;
	background-color: #ffffff;
	border-style: solid;
	/*margin-left: 120px;*/

	min-height: 600px;
	padding: 20px;
}

span.item_header 
{
	direction: rtl;
	font: medium arial, "Arial Hebrew",  sans-serif;
	font-size: 18pt;
}

img {
	border-style:none;
	border-width: 0px;
}
	
	

img.reuven
{
	width: 150px;


}

.question
{
	vertical-align:text-top;

}

div.side
{
	height: 250px;
	float: left;
	/*position:relative;*/

}
div.top_link {
	font-size: 8pt;
text-align: left;
direction: rtl;
}	

.grey {
	background-color:  	#C0C0C0;
	padding: 1em;
	width: 350px;
	border-style: dashed;
	border-width: 1px;
}

.blue {
	background-color:  	#01DFD7;
	padding: 1em;
 	border: medium double rgb(250,255,255);
	font-size: 12pt;
}

.gr {
	background-color:  	#cccccc;
	padding: 1em;
 	border: medium double rgb(250,255,255);
	font-size: 10pt;
}

		#layer1 
		{
			position: absolute;
			left:30px;
			top:15px;
			width:400px;
			background-color:#f0f5FF;
			border: 1px solid #000;
			z-index: 50;
			display: none;
		}
		#layer1_handle 
		{
			background-color:#5588bb;
			padding:2px;
			text-align:center;
			font-weight:bold;
			color: #FFFFFF;
			vertical-align:middle;
		}
		#layer1_content 
		{
			
			background-image: url('/images/content-bg.gif');	
			
			background-color: #ffffff;
			border-style: solid;
			/*margin-left: 120px;*/
			padding: 20px;
			direction: rtl;
		}
		#close
		{
			float:right;
			text-decoration:none;
			color:#FFFFFF;
		}