
@font-face {  
    font-family: belham ;  
    src: url('../font/DroidKufi/DroidKufi-Regular.ttf') format("truetype");  
}


/*//////////////////////////// gallery /////////////////////////*/

.da-slide h2{
    color: #493A00;
    font-size: 30px;
    font-family: belham;
    width: 45%;
    margin-left: 7%;
    top: 70px;
    white-space: nowrap;
    z-index: 10;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    /*	font-family: 'Economica', Arial, sans-serif;*/
    font-weight: 700;
}

.da-slide h2.writer{
    font-size: 18px;
    color: #C59D23;
    top: 120px;
    /*    text-shadow: 3px 3px 1px rgba(150, 150, 150, 0.84);*/
}

.da-slide p{
    width: 40%;
    top: 155px;
    font-family: belham;
    color: #989366;
    font-size: 18px;
    line-height: 26px;
    margin-left: 7%;
    height: 80px;
    overflow: hidden;
    /*	font-style: italic;*/
    /*	font-family: 'Economica', Arial, sans-serif;*/
    font-weight: 400;
    /*	font-style: italic;*/
}
.da-slide .da-img{
    text-align: center;
    width: 30%;
    top: 90px;
    height: 256px;
    line-height: 320px;
    left: 110%; /*60%*/
}
.da-slide .da-link{
    margin-left: 7%;
    font-family: belham;
    top: 270px; /*depends on p height*/
    border-radius: 30px;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    border: 8px solid rgba(255,255,255,0.8);
    padding: 2px 20px 0px;
    font-size: 18px;
    line-height: 30px;
    width: 80px;
    text-align: center;
    background-color: #493A00;
    /*    background: rgba(255,255,255,0.2);*/
}
.da-slide .da-link:hover{
    background-color: #920609;
    /*    background: rgba(255,255,255,0.3);*/
}


/*////////////////////////////// end gallery////////////////////////*/
body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: myriad;
    direction: rtl;
    font-family: belham;
}

div#header{
    width: 100%;
    height: 112px;
    position: fixed;
    top: 0;
    z-index: 99999;
    background: url('../images/texture.png');
}


div#inside_header{
    width: 1000px;
    height: 104px;
    /*    background-color: red;*/
    margin:  0 auto;
}

div#line{
    width: 100%;
    height: 8px;
    background-color: #493A00;
}

div#logo{
    width: 204px;
    height: 157px;
    margin-top: 31px;
    position: absolute;
    margin-left: 796px;
    background: url('../images/logo.png');
}

div#menu{
    width: 730px;
    height: 34px;
    margin-top: 78px;
    position: absolute;
/*        background-color: #493A00;*/
    margin-right: 250px;
}

div#menu ul{
    width: 730px;
    height: 34px;
    list-style: none;
}

div#menu ul a{
    text-decoration: none;
}
div#menu ul li{
    font-size: 14px;
    height: 34px;
    margin-right: 10px;
    float: right;
    background-color: #493A00;
    color: #DDDDCC;
    padding: 0px 15px;
}
div#dropdown_menu{
    width: 570px;
    min-height: 1px;
/*    overflow: hidden;*/
/*    background-color: red;*/
    position: absolute;
    margin-top: 5px;
    background-color: #493A00;
    margin-right: -15px;
    display: none;
}
li#dropdown{
    cursor: pointer;
}
div#dropdown_menu ul li{
   
    margin-right:0px;
/*    padding-right:0px;*/
}

div#menu ul li:hover{
    background-color: #DDDDCC;
    color: #493A00;
}

div#menu ul li.selected{
    background-color: #DDDDCC;
    color: #493A00;
}

div#content{
    width: 100%;
    min-height: 810px;
    padding-bottom: 30px;
    /*    padding-bottom: 20px;*/
    /*    margin-top: 112px;*/
    overflow: hidden;
    /*    background-color: greenyellow;*/
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 17%, rgba(143,136,93,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(17%,rgba(255,255,255,1)), color-stop(100%,rgba(143,136,93,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 17%,rgba(143,136,93,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 17%,rgba(143,136,93,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 17%,rgba(143,136,93,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 17%,rgba(143,136,93,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#8f885d',GradientType=0 ); /* IE6-9 */


}

div#gallery{
    width: 100%;
    height: 416px;
    margin-top: 112px;
    background: rgb(127,109,91); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(127,109,91,1) 2%, rgba(226,217,188,1) 19%, rgba(242,236,221,1) 50%, rgba(226,217,188,1) 79%, rgba(127,109,91,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(2%,rgba(127,109,91,1)), color-stop(19%,rgba(226,217,188,1)), color-stop(50%,rgba(242,236,221,1)), color-stop(79%,rgba(226,217,188,1)), color-stop(100%,rgba(127,109,91,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(127,109,91,1) 2%,rgba(226,217,188,1) 19%,rgba(242,236,221,1) 50%,rgba(226,217,188,1) 79%,rgba(127,109,91,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(127,109,91,1) 2%,rgba(226,217,188,1) 19%,rgba(242,236,221,1) 50%,rgba(226,217,188,1) 79%,rgba(127,109,91,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(127,109,91,1) 2%,rgba(226,217,188,1) 19%,rgba(242,236,221,1) 50%,rgba(226,217,188,1) 79%,rgba(127,109,91,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(127,109,91,1) 2%,rgba(226,217,188,1) 19%,rgba(242,236,221,1) 50%,rgba(226,217,188,1) 79%,rgba(127,109,91,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6d5b', endColorstr='#7f6d5b',GradientType=1 ); /* IE6-9 */


}
div#texture2{
    width: 100%;
    height: 26px;

    background: url('../images/texture1.png');
}

div#texture22{
    width: 100%;
    height: 26px;
    display: none;
    background: url('../images/texture1.png');
}
div#ticker{
    width: 100%;
    height: 33px;
    /*    margin-top: 50px;*/
    background-color: #979366;
}

div#ticker1{
    width: 100%;
    height: 33px;
    display: none;
    margin-top: 112px;
    background-color: #979366;
}

ul#ticker01{
    height: 90%;
    margin: 0 auto;
    height: 33px;
/*    direction: rtl;*/
}
ul#ticker01 li {
    height: 33px;
/*    background-color: red;*/
/*    padding-bottom: 5px;*/
}

ul#ticker01 li span.span_ticker{
    font-family: arial;
    color: #493A00;
    font-size: 13px;
    height: 33px;
        
}

ul#ticker01 li a.a_ticker{
    font-family: belham;
    color: #DDDDCC;
    font-size: 13px;
}



div#footer{
    width: 100%;
    height: 33px;
    background-color:  #493A00;
    /*     background: url('../images/texture.png');*/
}

div#inside_footer{
    width: 1000px;
    height: 33px;
    margin: 0 auto;
    font-family: arial;

}

div#sanhoury{
    width: 300px;
    float: right;
    color: #DDDDCC;
    font-size: 10px;
    margin-top: 10px;
    font-family: arial;
}


div#anzima
{
    width: 250px;
    text-align: left;
    float: left;
    color: #DDDDCC;
    font-size: 10px;
    margin-top: 10px;
}

a{
    text-decoration: none;
}
div#anzima a{
   color: #ddddcc;
    
}

div#anzima a:hover{
    opacity: .6;
}


div#bascket{
    width: 83px;
    height: 109px;
    position: fixed;
    left: 20px;
    z-index: 99999;
    margin-top: 180px;
    /*    margin-left: 80px;*/
    background: url('../images/box-bascket.png');

}

div#nbr{
    width: 50px;
    height: 30px;
    margin: 0 auto;
    margin-top: 12px;
    font-family: arial;
    /*    background-color: red;*/
    font-size: 26px;
    
    text-align: center;
    color: #493A00;
}

div#bascket_img{
    font-family: arial;
    width: 69px;
    height: 59px;
    margin: 0 auto;
/*    margin-top: 2px;*/
    background: url('../images/basket2.png') 4px;
}

/*/////////////////////////////////// social media////////////////////////*/

div#social{
    width: 100px;
    height: 34px;
    float: left;
    margin-top: 10px;
    /*    background-color: red;*/
}

div#fb{
    width: 43px;
    height: 33px;
    float: left;
    background: url(../images/fb.png);
}
div#fb:hover{
    background: url(../images/fb1.png);
}

div#tw{
    width: 43px;
    height: 33px;
    float: left;
    margin-left: 5px;
    background: url(../images/tw.png);
}
div#tw:hover{
    background: url(../images/tw1.png);
}

div#yt{
    width: 35px;
    height: 35px;
    margin-top: 5px;
    background: url(../images/yt.png);
}

div#yt:hover{
    opacity: .7;
}




/*///////////////////////////////////contact us///////////////////////////////*/
.namebook{
    display: block;
    float: right;
    width:100px;
        
}
.close{
    display: block;
    float: left;
    width: 100px;
    text-align: left;
    margin-left: 15px;
    cursor: pointer;
}
.close:hover{
    color: #C59D23;
}
.inpt{
    padding: 4px 10px;
    color: #aaa;
    border: none;
    width: 245px;
    height: 15px;
    font-size: 14px;
/*    margin-top: 10px;*/
    border: #D8D9DA solid 1px;

}
.inputnewsletter{
    padding: 4px 10px;
    color: #aaa;
    border: none;
    width: 307px;
    height: 30px;
    font-size: 14px;
    /*    border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;*/
    margin-top: 5px;
    border: #D8D9DA solid 1px;

}
div#bottom_line{
    width: 100%;
    height: 21px;
    background-color: #2E90CE;
}
div#sbmt_newsletter{
    width:21px;
    height: 42px;
    position: absolute;
    margin-top: 0px;
    margin-left: 360px;
    margin-top: -60px;
}
div#sbmt_newsletter:hover{
    opacity: .7;
}
.inpta{
    width: 328px;
    height: 176px;
    background-color: #F5F5F5;
    /*    border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;*/
    border: none;
    border: #D8D9DA solid 1px;
}

.inpts{
    width: 65px;
    height: 25px;
    background-color: #4799e5 ;
    color: #fff;
    font-size: 13px;
    border: none;
    cursor: pointer;
    margin-right: 265px;
    /*    position: absolute;*/
    margin-left: 10px;
    margin-top: 19px;
}

.inpts2{
    width: 65px;
    height: 25px;
    background-color: #C59D23 ;
    color: #ddddcc;
    font-size: 13px;
    border: none;
    cursor: pointer;
    float: left;
/*    margin-right: 150px;*/
    font-family: belham;
/*        position: absolute;*/
    margin-left: 15px;
    margin-top: 5px;
}

.inpts2:hover{
    background-color: #930609;
    color: #ddddcc;
}


.inpts1{
    width: 61px;
    height: 25px;
    background-color: #930609 ;
    color: #ddddcc;
    font-size: 13px;
    border: none;
    cursor: pointer;
    font-family: belham;
    margin-right: 375px;
    /*    position: absolute;*/
    margin-left: 10px;
    margin-top: 19px;
}
span.blue2{
    color: #4799e5;
    font-size:18px;
}


span.red{

    color: #2E90CE ;
    font-size: 22px;
}
div.reds{
    width: 400px;
    /*    margin-left: 60px;*/
    height: 20px;
    color: #2E90CE ;
    font-size: 14px;
}
.reds{
    height: 20px;
    color: #ED2224;
    font-size: 18px;
}

div#div3{
    width: 230px;
    height: 200px;
    margin: 0 auto;
    /*    background-color: red; */
    margin-top: 20px;
    text-align: center;
}
span.red{

    color: #2E90CE ;
    font-size: 22px;
}
div.reds{
    width: 400px;
    /*    margin-left: 60px;*/
    height: 20px;
    color: #2E90CE ;
    font-size: 14px;
}
.reds{
    height: 20px;
    color: #ED2224;
    font-size: 18px;
}


/*/////////////////////////////////////// books//////////////////////////////////////*/
div#books{
    width: 100%;
    min-height: 1%;
    overflow: hidden;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 17%, rgba(143,136,93,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(17%,rgba(255,255,255,1)), color-stop(100%,rgba(143,136,93,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 17%,rgba(143,136,93,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 17%,rgba(143,136,93,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 17%,rgba(143,136,93,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 17%,rgba(143,136,93,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#8f885d',GradientType=0 ); /* IE6-9 */


}

div#inside_book{
    width: 1000px;
    min-height: 780px;
/*        overflow: hidden;*/
    margin:  0 auto;
    /*    background-color: red;*/
    margin-top: 10px;
}

div#div_book{
    width: 318px;
    height: 163px;
    background-color: #DDDDCC;
    border: #FFFCDD solid 2px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-top: 10px;
    margin-right: 10px;
    float: right;
}

div#img_book{
    width: 104px;
    height: 139px;
    margin-right: 15px;
    margin-top: 12px;
    float: right;
    background: rgb(143,136,93); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(143,136,93,1) 11%, rgba(143,136,93,1) 18%, rgba(143,136,93,1) 26%, rgba(169,162,130,1) 51%, rgba(143,136,93,1) 70%, rgba(143,136,93,1) 92%, rgba(143,136,93,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(11%,rgba(143,136,93,1)), color-stop(18%,rgba(143,136,93,1)), color-stop(26%,rgba(143,136,93,1)), color-stop(51%,rgba(169,162,130,1)), color-stop(70%,rgba(143,136,93,1)), color-stop(92%,rgba(143,136,93,1)), color-stop(100%,rgba(143,136,93,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(143,136,93,1) 11%,rgba(143,136,93,1) 18%,rgba(143,136,93,1) 26%,rgba(169,162,130,1) 51%,rgba(143,136,93,1) 70%,rgba(143,136,93,1) 92%,rgba(143,136,93,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(143,136,93,1) 11%,rgba(143,136,93,1) 18%,rgba(143,136,93,1) 26%,rgba(169,162,130,1) 51%,rgba(143,136,93,1) 70%,rgba(143,136,93,1) 92%,rgba(143,136,93,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(143,136,93,1) 11%,rgba(143,136,93,1) 18%,rgba(143,136,93,1) 26%,rgba(169,162,130,1) 51%,rgba(143,136,93,1) 70%,rgba(143,136,93,1) 92%,rgba(143,136,93,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(143,136,93,1) 11%,rgba(143,136,93,1) 18%,rgba(143,136,93,1) 26%,rgba(169,162,130,1) 51%,rgba(143,136,93,1) 70%,rgba(143,136,93,1) 92%,rgba(143,136,93,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f885d', endColorstr='#8f885d',GradientType=0 ); /* IE6-9 */
}

div#pic_book{
    width: 94px;
    height: 127px;
    margin: 0 auto;
    margin-top: 7px;
}
div#book_book{
    width: 170px;
    height: 110px;
    /*    background-color: black;*/
}


div#book_div{
    width: 170px;
    height: 139px;
    float: right;
    margin-right: 8px;
    margin-top: 13px;
    /*    background-color: red;*/
}

div#title_book{
    width: 170px;
    min-height: 30px;
    overflow: hidden;
    color: #493A00;
    font-size: 14px;
    /*    background-color: red;*/
}
div#writer_book{
    width: 170px;
    min-height: 30px;
    font-size: 12px;
    overflow: hidden;
    color: #C59D23;
    /*    background-color: green;*/
}

div#summary_book{
    width: 170px;
    min-height: 50px;
    font-size: 15px;
    overflow: hidden;
    /*    background-color: yellow;*/
}

div#other{
    width: 170px;
    min-height: 30px;
    font-size: 15px;
    overflow: hidden;
    /*    background-color: black;*/
}

div#price_book{
    width: 40px;
    height: 23px;
    /*    background-color: greenyellow;*/
    float: right;
    text-align: center;
    font-family: arial;
    padding-top: 7px;
    color: #920609;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 17%, rgba(143,136,93,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(17%,rgba(255,255,255,1)), color-stop(100%,rgba(143,136,93,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 17%,rgba(143,136,93,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 17%,rgba(143,136,93,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 17%,rgba(143,136,93,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 17%,rgba(143,136,93,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#8f885d',GradientType=0 ); /* IE6-9 */


}

div.add{
    width: 30px;
    height: 29px;
    background: url('../images/sbascket.png') no-repeat;
    /*    background-color: rosybrown;*/
    float: right;
    margin-right: 10px;

}
a{
    text-decoration: none;
}
div#details_book{
    width: 70px;
    height: 25px;
    text-align: center;
    font-size: 12px;
    padding-top: 5px;
    /*    background-color: #4799e5 ;*/
    float: left;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 17%, rgba(143,136,93,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(17%,rgba(255,255,255,1)), color-stop(100%,rgba(143,136,93,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 17%,rgba(143,136,93,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 17%,rgba(143,136,93,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 17%,rgba(143,136,93,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 17%,rgba(143,136,93,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#8f885d',GradientType=0 ); /* IE6-9 */

}

div#details_book:hover{
    background: #920609;
    color: #DDDDCC;
}


div#books_div{
    width: 83px;
    height: 107px;
    position: absolute;
    margin-top: 15px;
    color: #DDDDCC;
    text-align: center;
    font-size: 18px;
    right: 0px;
    /*    position: fixed;*/
    background: url('../images/box-book.png');
}


span.span_book{
    display: block;
    margin-top: 15px;

}

div#inside_pages{
    width: 980px;
    min-height: 200px;
    overflow: hidden;
    margin: 0 auto;
    /*    background-color: red;*/
    margin-top: 30px;
    padding-right: 20px;
}


h1.h1_book{
    font-size: 17px;
    color: #C59D23;
}

p.p_book{
    font-family: belham;
    font-size: 14px;
}



/*///////////////////////////////////contact us///////////////////////////////*/

.inputnewsletter{
    padding: 4px 10px;
    color: #aaa;
    border: none;
    width: 307px;
    height: 30px;
    font-size: 14px;
    /*    border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;*/
    margin-top: 5px;
    border: #D8D9DA solid 1px;

}
div#bottom_line{
    width: 100%;
    height: 21px;
    background-color: #2E90CE;
}
div#sbmt_newsletter{
    width:21px;
    height: 42px;
    position: absolute;
    margin-top: 0px;
    margin-left: 360px;
    margin-top: -60px;
}
div#sbmt_newsletter:hover{
    opacity: .7;
}
.inpta{
    width: 328px;
    height: 176px;
    background-color: #F5F5F5;
    /*    border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;*/
    border: none;
    border: #D8D9DA solid 1px;
}

.inpts{
    width: 65px;
    height: 25px;
    background-color: #C59D23 ;
    color: #fff;
    font-size: 13px;
    border: none;
    cursor: pointer;
    margin-right: 265px;
    /*    position: absolute;*/
    margin-left: 10px;
    margin-top: 19px;
}

.inpts:hover{
    background-color: #920609 ;

}
span.blue2{
    color: #4799e5;
    font-size:18px;
}


span.red{

    color: #2E90CE ;
    font-size: 22px;
}
div.reds{
    width: 400px;
    /*    margin-left: 60px;*/
    height: 20px;
    color: #2E90CE ;
    font-size: 14px;
}
.reds{
    height: 20px;
    color: #ED2224;
    font-size: 18px;
}

div#div3{
    width: 230px;
    height: 200px;
    margin: 0 auto;
    /*    background-color: red; */
    margin-top: 15%;
    text-align: center;
}
span.red{

    color: #920609  ;
    font-size: 22px;
}
div.reds{
    width: 400px;
    /*    margin-left: 60px;*/
    height: 20px;
    color: #920609 ;
    font-size: 14px;
}
.reds{
    height: 20px;
    color: #ED2224;
    font-size: 18px;
}



div#pages{
    display: block;
    width: 1000px;
    height: 30px;
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;

}


div#pages a{
    font-family: arial;
    padding: 2px 10px;
    background-color: #493A00;
    color: #DDDDCC;

}

div#pages a:hover{
    background-color: #C59D23;
    /*    color: #493A00;*/

}
div#det_book{
    width: 1000px;
    height: 350px;
}

div#right_book{
    width: 650px;
    min-height: 300px;
    overflow: hidden;
    float: right;
/*        background-color: green;*/

}

div#left_book{
    width: 280px;
    height: 300px;
    overflow: hidden;
    margin-right: 15px;
    float: right;
    /*    background-color: red;*/

}
div#cover_book{
    width: 230px;
    height: 300px;
    -webkit-border-image:url(../images/texture3.png); /* Safari 5 */
    -o-border-image:url(../images/texture3.png); /* Opera */
    border-image:url(../images/texture3.png);

}

div#bar_book{
    text-align: center;
    width: 1000px;
    height: 25px;
    background-color: #979366;
    margin-top: 15px;
    padding-top: 5px;
    color: #ddddcc;
    
    
}

div#title_book1{
    width: 600px;
    min-height: 30px;
    overflow: hidden;
    color: #493A00;
    font-size: 20px;
/*        background-color: red;*/
}
div#writer_book1{
    width: 380px;
    min-height: 30px;
    font-size: 18px;
    overflow: hidden;
    color: #C59D23;
    margin-top: 5px;
    /*    background-color: green;*/
}

div#pages_book{
    width: 280px;
    min-height: 30px;
    overflow: hidden;
    color: #493A00;
    font-size: 14px;
    margin-top: 10px;
    /*    background-color: red;*/
}
div#copy_book{
    width: 280px;
    min-height: 30px;
    font-size: 14px;
    overflow: hidden;
    color: #493A00;
    margin-top: 10px;
    
    /*    background-color: green;*/
}


div#fields_book{
    width: 100px;
    height: 25px;
    background-color: #493A00;
    color: #ddddcc;
    text-align: center;
    float: right;
/*    font-family: arial;*/
}

div#fields1_book{
    width: 100px;
    height: 25px;
/*    background-color: #493A00;*/
    color: #493A00;
    text-align: right;
    float: right;
    margin-right: 10px;
    font-family: belham,arial;
}
div#other1{
    width: 170px;
    min-height: 30px;
    font-size: 15px;
    overflow: hidden;
    float: left;
    margin-top: 30px;
    bottom: 0px;
}

div#sharefb{
/*    position: fixed;*/
/*    right:0px;*/
    
    float: right;
    padding-top: 7px;
    width: 70px;
    height: 23px;
    text-align: center;
    margin-left: 10px;
    color: #ddddcc;
    font-family: arial;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 17%, rgba(143,136,93,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(17%,rgba(255,255,255,1)), color-stop(100%,rgba(143,136,93,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 17%,rgba(143,136,93,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 17%,rgba(143,136,93,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 17%,rgba(143,136,93,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 17%,rgba(143,136,93,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#8f885d',GradientType=0 ); /* IE6-9 */

}

div#sharefb a{
    color: #920609;
}


div#book_gal{
    width: 200px;
    height: 250px;
    margin-top: 15px;
    margin-right: 25px;
    float: right;
}

a.removeItems{
    float: left;
    color: #930609;
/*    background-color: black;*/
}


div#search{
    width: 280px;
    min-height: 1px;
    overflow: hidden;
/*    background-color: red;*/
    position: absolute;
    padding: 10px 10px 10px 10px;
    margin-right: 356px;
    margin-top: 34px;
    background-color: #ddddcc;
    border: 1px solid #fffffc;
    display: none;
}

.inputsearch{
    width: 130px;
    height: 25px;
    font-family: belham;
    background-color:#ddddcc; 
}