@charset "utf-8";
body  {
/*	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;*/
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align:center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	overflow:scroll;
}
p
{
	text-align:justify;
}
a
{
	color:#666666;
	text-decoration:none;
}
a:hover
{
	color:red;
}
.container
{ 
	width: 972px;
	background-color: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.sidebar {
	float:left;
	width: 280px;
	background: #ffffff;
	height:auto;
}
.sidebarArabic
{
	float:right;
	width: 280px;
	background: #ffffff;
	height:auto;
	direction:rtl;
	text-align:right;
}
.sidebar img, .sidebarArabic img
{
	width:100%;
	margin:0px;
	padding:0px;
	border:0px;
}
.sidebar ul, .sidebarArabic ul
{
	list-style-type:none;
	margin-left:0px;
	padding: 0 20px;
}
.sidebar a, .sidebarArabic a
{
	text-decoration:none;
	color:#666666;
	display:block;
	border-bottom:#666666 dotted 1px;
	line-height:25px;
}
.submenu a
{
	border-bottom:#666666 dotted 0px;
}
.sidebar .selected a, .sidebar a:hover, .sidebarArabic .selected a, .sidebarArabic a:hover
{
	color:red;
}
.pageHeader
{
	color:#999999;
	padding-bottom:10px;
	padding-top:10px;
	height:20px;
	border-bottom: 1px solid #999999;
	font-size:18px;
}
.pageHeader	img
{
	float:right;
	border:0px;
}
.mainContent
{
	margin-left: 280px ; 
	width:651px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#ffffff;
	border-left:1px #cccccc solid;
	min-height: 600px;
}
.mainContentArabic
{
	margin-right: 280px ; 
	width:651px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#ffffff;
	border-right:1px #cccccc solid;
	min-height: 600px;
	direction:rtl;
	text-align:right;
	font-size:16px;
}
.mainContent img, .mainContentArabic img
{
	margin:5px;
}
.mainContent li, .mainContentArabic li
{
	line-height:20px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.arabic
{
	direction:rtl;
	text-align:right;
}
.footer { 
	/*padding: 0 10px 0 20px; *//* this padding matches the left alignment of the elements in the divs that appear above it. */
	clear:both;
	background: #ffffff;
	color:#000;
	padding: 10px 0 10px 0;
} 
.footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	font-size:10px;
}
.photoGallery, .photoGallery p
{
	text-align:center;
}
.bookInfo
{
	min-height: 170px;
}
.bookInfo p
{
	padding-top:10px;
}
.bookInfo img
{
	margin-right:20px;
}
.arabicSummary
{
/*	color:#000000;*/
	font-weight:bold;
}