/* CSS Document */
body{
	background-image:url(../images/body_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin-top:0;
	font-family:Tahoma, "Simplified Arabic";
	font-size:11px;
	text-align:right;
}

.textinput{
	border:#CCCCCC 1px solid;
	font-size:10px;
	font-family:Tahoma, "Simplified Arabic";
	height:15px;
	color:#333333;
}
.textarea{
	border:#CCCCCC 1px solid;
	font-size:10px;
	font-family:Tahoma, "Simplified Arabic";
	height:100px;
	color:#333333;
}

/* IE */
.maindiv{
    margin:2px;
	vertical-align:top;
	z-index:1;
	text-align:center;
}
/* FF 
html>body .maindiv{
    margin:2px;
	vertical-align:top;
	z-index:1;
}*/
.right_cat{
	padding:5px 10px 5px 2px;
	margin:0px 5px 0px 5px;
	color:#333333;
	font-size:11px;
	font-family:Tahoma, "Simplified Arabic";
	border-bottom:#CCCCCC 1px solid;
	background-image:url(../images/bullet.jpg);
	background-position:right;
	background-repeat:no-repeat;
	text-decoration:none;
	text-align:right;
}

.right_cat a{
	color:#333333;
	text-decoration:none;
}
.right_cat a:hover{
	color:#CC3300;
}
.subCats{
	padding:5px 10px 5px 2px;
	background-color:#EAEAEA;
	margin:0px 25px 0px 5px;
	color:#333333;
	font-size:11px;
	font-family:Tahoma, "Simplified Arabic";
	border-bottom:#CCCCCC 1px solid;
	/*background-image:url(../images/bullet.jpg);
	background-position:right;
	background-repeat:no-repeat;*/
	text-decoration:none;
	text-align:right;
}

.subCats a{
	color:#333333;
	text-decoration:none;
}
.subCats a:hover{
	color:#0089B2;
}

.nav {
	color: #666666;
	font-size:14px;
	font-family:Tahoma, "Simplified Arabic";
	direction: ltr;
	text-align: right;
}
.nav a {
	color: #880000;
	font-size:10px;
	border:#CCCCCC 1px solid;
	padding:0px 5px 2px 5px;
	text-decoration: none;
}
.book{
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	border-bottom: 1px solid #DDDEDD;
	color: #735028;
	margin-bottom: 5px;
	width: 98%;
}
.book a{
	font-family: Tahoma, Arial, Verdana;
	font-size: 13px;
	color: #666666;
	text-decoration: none;
	padding: 5px;
}
.buy a{
	font-family: Tahoma, Arial, Verdana;
	font-size: 13px;
	/*background-color: #DDDEDD;*/
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
}
.bookTitle{
	font-size: 120%;
	font-weight: bold;
	color: #990000;
	text-align: center;
	padding-bottom: 8px;
}
.bookDsc{
	text-align: justify;
}
.BookWriter{
	font-size: 90%;
	color: #999999;
}
.footer {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #CCCCCC;
	text-align: center;
	padding: 5px;
	border-top:#CCCCCC 1px solid;
	text-align:left;
}
.footer a{
	font-family: Tahoma, Arial, Verdana;
	color: #CCCCCC;
	text-decoration: none;
}
.footer a:hover{
	font-family: Tahoma, Arial, Verdana;
	color: #666666;
	text-decoration: none;
}
.upBanner {
	border-right:#D6D7D2 dashed 1px;
	float: left;
	height: 60px;
	width: 410px;
	margin-top: 4px;
	margin-left: 0px;
}