﻿




.books ul
{
	text-align:center;
	padding-right:0px;
	margin-top:40px;
}

.books ul li
{
	 display:inline-block;
	 width: 265px;
     margin-left: 17px;
     vertical-align:top;
     margin-bottom:10px;
    }

.books ul li img
{
	 height:330px;
	 margin:auto;
      width: 100%;
}

.books ul li .headtitle
{

font-family:"Droid Arabic Kufi";
font-size:18px;
color:#caae33;
margin-top:10px;
margin-bottom:10px;
}

.books ul li .headtitle a
{
color:#caae33;
}

.books ul li .headtitle a:hover
{
color:#5b6a27;
text-decoration:none;

}


.books ul li .date
{

font-family:Tahoma;
font-size:16px;
color:#5b6a27;
margin-bottom:10px;
}
.books ul li p
{

font-size:14px;
color:#666666;
text-align:justify;
margin-bottom:10px;
}



.margin-bottom
{
	margin-bottom:30px;
}


