/* CSS Document */
/*============= General CSS ===============*/
body
{
    margin: 0px;
    padding: 0px;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
    background-color: white;
    background-position: top;
    background-repeat:repeat-x;
}
.pat1 { background-image: url(../images/bg-pattern-damask.gif); }
.pat2 { background-image: url(../images/bg-pattern-19c.png); }

/* .pat5 { background-image:url(../images/bg-pattern-letters.gif); } */
.pat5 { background-image:url(../images/bg01.gif); }

.pat4
{
    background-image: url(../images/bg-pattern-34c.png);
}
.pat3
{
    background-image:url(../images/bg-pattern-hippo.png);
}
img { border: 0px; }

h1, h2, h3
{
    color: #989695;
    font-weight: normal;
    font-family:Times New Roman,Helvetica,sans-serif;
    letter-spacing:-1px;
    color:#666;
}

h1
{
    font-size:24px;
}

h2
{
    font-size: 19px;
    font-weight: normal;
    font-weight:bold;
}

h3
{
    font-size: 16px;
    font-weight: bold;
    margin: 7px 0;
}

p { }

a
{
    color: #666;
    text-decoration: none;
}

ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.lfloat
{
    float: left;
}

.rfloat
{
    float: right;
}

.rAligned
{
    text-align: right;
}

.cAligned
{
    text-align: center;
}

.underLine
{
    text-decoration: underline;
}

.bPadding {
    padding-bottom: 10px;
}

.rMargin {
    margin-right: 10px;
}

.tMargin
{
    margin-top: 20px;
}

.lMargin
{
    margin-left: 10px;
}

.bMargin
{
    margin-bottom: 20px;
}

.vSapce
{
    margin-bottom: 5px;
}

.padding10
{
    padding: 10px;
}

.clear
{
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
}


.framed {
  min-height:85px; 
  height:auto !important;
}

/* for Internet Explorer */
/*\*/
* html .container {
  height: 85px;
}
/**/
    


/*.framed2
{
    border: 1px solid #ccc;
}
*/
.dashedBotFrame
{
    border-bottom: 1px dashed #ccc;
    
}
.categoriesContainer 
{
    /* background:url(../images/categories-bg.jpg) no-repeat bottom center; */
    border:0px;
    }
.dashedBotFrame h2
{
 /* background:url(../images/shelf.gif) no-repeat bottom left;
 height:68px; padding-left:20px;*/ 
}
/*============= Layout CSS ===============*/
#mainContainer
{
    width: 960px;
    margin: 10px auto;
    border: 2px solid #95751f; /*9e141c*/
    border-top: 5px solid #95751f;
    background-color: #fff;
}

#header
{
    padding-bottom: 35px;
     background: url(../images/header-bg.jpg) bottom left repeat-x; 
   /* background: url(../images/top-banner-img.jpg) bottom right no-repeat;
    border:1px #95751F solid;*/
    position:relative;
}
#header .mCol
{
    width: 452px;
    padding:0px 0px 10px 40px;
    /* background: url(../images/header-sep.jpg) right center no-repeat; */
}
#header .rCol
{
    width: 284px;
    padding-top: 10px;
    /*height:165px; background:url(../images/top-banner/girl1.gif) no-repeat bottom right;*/
    position:absolute; right:0px; bottom:11px;
}
/*======= Menu =======*/
.homeMenu
{
    width: 570px;
    margin: 0 auto;
    background: url(../images/menu-bg-full-red.jpg) no-repeat;
}

.homeMenu ul
{
    padding: 0;
    margin: 0 10px 0 20px;
    list-style-type: none;
}

.homeMenu li
{
    display: inline;
    padding: 0;
}

.homeMenu a
{
    float: left;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: bold; /*margin: 0 1px 0 0; Margin between each menu item*/
    padding: 5px 13px 4px 9px;
    text-decoration: none;
    white-space: nowrap;
    font-family: arial, "Lucida Grande" , "Trebuchet MS"; /*background: url(../images/menu-sep.jpg) right top no-repeat;*/
}
.homeMenu a.last
{
    /*background-image: none !important;*/
}

.homeMenu a:hover, .homeMenu .current a
{
    background-image: url(../images/menu-hover-bg.gif);
}
.currentlnkMainMenu
{
    background-image: url(../images/menu-hover-bg.gif);
}
/*======= /Menu =======*/

.contentContainer
{
}
.contentContainer .lCol
{
    width: 440px;
    padding: 10px 15px 10px 10px;
    background: url(../images/contents-sep.jpg) right center no-repeat;
}
.categories
{
}
.categories li
{
    display: inline;
}
.categories li a
{
    float: left;
    display: inline-block;
    width: 190px;
    color: #9E141C;
    font-family: Georgia, "Lucida Grande" , "Trebuchet MS";
    font-size: 15px;
    padding: 2px 0 2px 15px;
    margin: 0 10px 3px 0;
    background: url(../images/categories-bullet.jpg) left 5px no-repeat;
}
.categories li span
{
    color: #666;
    font-family: Tahoma;
    font-size: 12px;
    font-weight:bold;
}
.categories li a:hover { color: #666; }
.categories li a:hover span { color: #775C15; }
.contentContainer .rCol
{
    width: 475px;
    margin: 10px;
}
.newBooks
{

}
.newBooks li
{
    float: left;
    padding: 3px;
    text-align: center;
    width: 85px;
}


.newBooks li a span { color:#95751F; font-weight:bold; }

#footer
{
    width: 960px;
    margin: 0 auto;
}
#footer .fooMenu
{
    margin: 5px 10px;
}
#footer .copyRights
{
    font-size: 11px;
    margin-top: 5px;
}


.moreLink
{
    color: #95751f;
    font-weight: bold;
}

.searchInput
{
    height: 18px;
    margin-top: 1px;
    vertical-align: top;
    width: 196px;
}


/*======= ======= Pages ======= =======*/
/*============ Books ===============*/
.breadcrumb
{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.breadcrumb a
{
    color: #95751f;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding-right: 24px; /*adjust bullet image padding*/
}
.breadcrumb a:visited, .breadcrumb a:active
{
}
.breadcrumb a:hover
{
}

.booksCat
{
    padding: 20px 0 0 20px;
    background: url(../images/books-cat-bg.gif) bottom repeat-x;
}

.pagination
{
    height: 20px;
    z-index: 10;
    padding: 10px 10px 0 20px;
    background: url(../images/bg-pagination.png) left top no-repeat;
}
html > body .pagination
{
    /*For excluding IE6*/
    position: relative;
}
.pagination ul li
{
    display: inline;
    padding: 0;
}
.pagination ul li a
{
    font-size: 14px;
    padding: 5px 3px;
}
.pagination ul li a.current, .pagination ul li a:hover
{
    color: #333;
    background-color: #CCCCCC;
    font-weight: bold;
}
.pagination .current
{
    font-size: 14px;
    padding: 5px 3px;
    color: #333;
    background-color: #CCCCCC;
    font-weight: bold;
}
.booksResults
{
    position: relative;
    border-top: 1px solid #ccc;
    margin-top: -1px;
}

.smlBookListing
{
    border-bottom: 1px solid #ccc;
}
.smlBookListing .bookCover
{
    width:100px;
}
.smlBookListing .bookInfo
{
    width: 840px;
}
.smlBookListing h3, .smlBookListing h5, .smlBookListing h2
{
    margin:0px;
    font-weight:bold;
    font-size:15px;
}
.smlBookListing h5 { font-size:12px; }
.smlBookListing h3
{
    color: #95751F;
}
.smlBookListing .bookPrice
{
    padding:20px;
}

.lrgBookListing
{
    border-bottom: 1px solid #ccc;
}
.lrgBookListing .bookCover
{
    width: 200px;
    margin-bottom:30px;
}
.lrgBookListing .bookInfo
{
    width: 726px;
}
.lrgBookListing h1, .lrgBookListing h5 
{ margin:0; }
.lrgBookListing h1 { font-size:22px; }
.lrgBookListing h2 { font-size:15px; margin-top:5px; }
.lrgBookListing h2 span { font-weight:bold; }

.lrgBookListing h5 { padding-bottom:10px; font-size:15px; }
.lrgBookListing .bookRequestBox {
    background: transparent url(../images/bg-request-box.png) no-repeat scroll left top;
    height: 35px;
    padding: 18px 0px 12px 12px;
    text-align: left;
    width: 155px; }
.lrgBookListing .bookRequestBox .tellFriend, .lrgBookListing .bookRequestBox .requestBook
{
    background: transparent url(../images/bg-tell-a-friend.png) left center no-repeat;
    padding: 0 26px;
}
.lrgBookListing .bookRequestBox .requestBook
{
}


.smlBookListing .ieFiller, .lrgBookListing .ieFiller
{
    width: 98%;
    height: 100%;
    padding: 10px;
    padding-bottom:0px;
}
/*.smlBookListing:hover, .lrgBookListing:hover
{
    background-color: #eee;
    cursor: pointer;
}*/

/*============ Contact us ===============*/
.contactCont
{
    background: url(../images/contact-us-top-bg.gif) left 12px repeat-x;
}

/*============ News ===============*/
.newsCont
{
    background: url(../images/contact-us-top-bg.gif) left 75px repeat-x;
}

.newsSubForm
{
    width: 350px;
}

.newsArchList
{
    /*margin:15px 15px 15px 20px;*/
}

.newsArchList li
{
    /*list-style-image: url(../images/news-archive-bullet.gif); list-style-position:outside; list-style-type:disc;*/
    margin-bottom: 5px;
}

.newsArchList li a
{
    background: url(../images/news-archive-bullet.gif) 2px center no-repeat;
    padding-left: 16px;
}

.newsArchList .curMonth
{
    font-size: 14px;
    font-weight: bold;
    padding-left: 17px;
    background: url(../images/news-archive-bullet-16.gif) left center no-repeat; /*list-style-image: url(../images/news-archive-bullet-16.gif);*/
}

/* ===Tabs Section=== */
#conTabsContainer
{
    height: 30px;
    padding-left: 20px;
}
.conTabs, newsTabs
{
    position: relative;
    padding: 0px; /*without this firefox adds left padding */
    margin-left: 0;
    list-style: none;
}
.conTabs li, .newsTabs li
{
    float: left; /*margin-right: -10px;*/
}
.conTabs li a, .conTabs li a:visited, .newsTabs li a, .newsTabs li a:visited
{
    float: left;
    display: block;
    color: #fff !important;
    font-size: 12px;
    text-decoration: none;
    padding: 0 0 0 10px; /*Padding to accomodate left tab image. Do not change*/
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    background: transparent url(../images/tabs-left.png) left top no-repeat;
}
.conTabs li a b, .newsTabs li a b
{
    float: left;
    display: block;
    padding: 0 12px 0 0; /*Padding of menu items*/
    background: transparent url(../images/tabs-right.png) right top no-repeat;
}
.conTabs li.current a, .conTabs li a:hover, .newsTabs li.current a, .newsTabs li a:hover
{
    color: #666;
    background: transparent url(../images/tabs-left-hi.png) left top no-repeat !important;
}
.conTabs li.current a b, .conTabs li a:hover b, .newsTabs li.current a b, .newsTabs li a:hover b
{
    color: #666;
    background: transparent url(../images/tabs-right-hi.png) right top no-repeat;
}

.conTabContents
{
    padding: 10px;
    margin-top: -1px;
    border-top: 1px solid #ccc;
    background-color: #fff;
}

.conTabContents .lCol
{
    width: 600px;
}

.conTabContents .rCol
{
    width: 275px;
}


/*============ FORMs ===============*/
.cssForm
{
    /*padding: 20px 20px 0 0;*/
}

.cssForm p
{
    clear: left;
    margin: 0 !important;
    padding: 5px 0 8px 0;
    padding-left: 80px; /*width of left column containing the label elements*/
    height: 1%;
}

.cssForm label
{
    float: left;
    font-size: 14px;
    margin-left: -80px; /*width of left column*/
    width: 70px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
    padding-right: 10px;
    text-align: left;
    color: #444;
}

.cssForm input
{
    width: 190px;
    border: 1px solid gray;
}

.cssForm select
{
    width: 194px;
}

.cssForm textarea
{
    width: 190px;
    height: 120px;
}

p.btnsCont
{
    padding-left: 100px;
}

input.formBtn
{
    float: left;
    width: 79px !important;
    margin: 3px;
}


/*===== Popup =====*/
.popupCont
{
    width: 400px;
    background-color: #fff;
    border: 7px solid #95751f;
    border-top: 7px solid #95751f;
    /* margin-left: 50%;
    margin-top: -50%; */
}

.popupHeader
{
    /*background: url(../images/menu-bg-full.jpg) no-repeat;*/
    height: 40px;
    margin: 0 auto;
}
.popupHeader h2
{
    margin: 0;
}

.popupBody
{
    padding: 10px;
}

/*.popupBody .cssForm label {
    width: 200px; 
    }
    .popupBody .cssForm label.radioLable {
    width: auto !important; 
    margin-left: 0px !important; 
    }
    .popupBody .cssForm input.radioInput {
    width: auto !important; 
    margin-left: 0px !important; 
    }*/

.popupFooter
{
    padding: 0 35px 10px 0;
}




.quotes
{
    font-size: 15px;
    font-family: Georgia, Tahoma, sans-serif;
}

/*=====News =====*/

a.up
{
    background-image: url(../images/news-arrow-down.gif);
}
a.up
{
    background-image: url(../images/news-arrow-up.gif);
}

.arabictext { direction:rtl; font-family:tahoma; font-size:13px; } 

.popupHeader h2 { font-size:16px; margin-top:8px; }
a.moreDetails { font-size:13px; float:right; color:#666; font-weight:bold; }
a:hover.moreDetails { color:#95751F; }


/* Layout Modifications */
.mainTitles { padding:0px; margin:0px; padding-left:52px; line-height:39px; background:url(../images/icons/new-release.gif) no-repeat top left; border-bottom:1px solid #e1e1e1; margin-top:10px; color:#9e141c; }
.newRelease { background-image:url(../images/icons/new-release.png); }
.SpecialOffers { background-image:url(../images/icons/specials.png); }
.categoriesTitle { background-image:url(../images/icons/categories.png); }
.NewsletterSubscribtion { background-image:url(../images/icons/newsletterSubscribtion.png); }
.eventsCalendar { background-image:url(../images/icons/calendar.png); }

span.englishTitle { display:inline-block; float:left; }
span.arabicTitle { display:inline-block; text-align:right; float:right; color:#666666; }



