/* Reset Css
   http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
    display: block;
}
body
{
    line-height: 1;
}
ol, ul
{
    list-style: none;
}
blockquote, q
{
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: '';
    content: none;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}

/* Library Css
   v1.0 | 20110524
*/

html, body
{
    min-height: 100%;
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 11px;
}

body
{
    background: #39333F url(images/bg.png) repeat-x scroll 0px 0px;
}

select
{
    font-size: inherit;
}

#header
{
    background: transparent url(images/header.png) no-repeat scroll 0px 0px;
    height: 387px;
    margin: 0px auto auto auto;
    width: 929px;
}

#wrapper
{
    min-height: 600px;
    width: 875px; /*background image width - left + right padding */
    margin: 0px auto auto auto; /*border: 1px solid red;*/
    overflow: visible;
    background: transparent url(images/shelf-bg.png) repeat-y scroll 0px 0px;
    padding: 0px 27px 0px 27px;
    position: relative;
}

/** School Banner **/

#LogoContainer
{
    width: 300px;
    height: 60px;
    margin: auto;
    top: 35px;
    position: relative;
}

/** Book Slider **/
#FeaturedBook
{
    position: relative;
    top: 82px;
    display: block;
    left: -38px;
}

/** Bookshelve **/

#FilterContainer
{
    background: transparent url(images/filter-bg.png) no-repeat scroll 0px 0px;
    height: 30px;
    padding: 35px 10px 0px 10px;
    width: 853px;
    margin: auto;
}

#FilterContainer div
{
    color: #FFF;
    float: left;
    margin-left: 35px;
    font-size: 13px;
}

#CategoryContainer
{
    width: 220px;
}

#FilterContainer select
{
    font-size: 11px;
    width: 135px;
}

/** Book Counts **/
#FilterContainer #Books
{
    float: right;
    font-weight: bold;
    margin-top: -6px;
}

#FilterContainer #Books label
{
    font-size: 18px;
}

#Bookshelf
{
    width: 855px;
    margin: 10px 10px 0px 10px; /*border: 1px solid red;*/
    display: inline-block;
}

#SortByContainer
{
    text-align: right;
    position: relative;
}

#BookList li
{
    display: block;
    float: left;
    height: 210px;
    width: 161px;
    padding: 5px;
    background: transparent url(images/shelf.png) repeat-x scroll 0px 168px;
}

#BookList li div
{
    display: table-cell;
    vertical-align: bottom;
    height: 180px;
    position: relative;
}

#BookList li img
{
    margin: auto;
    display: block;
    vertical-align: bottom;
    bottom: 0px;
    
    -webkit-box-shadow: #666 3px -3px 3px;
    -moz-box-shadow: #666 3px -3px 3px;
    box-shadow: #666 3px -3px 3px;
    behavior: url(/pie.htc);
    position: relative;
}

#BookList li label
{
    display: block;
    height: 30px;
    line-height: 36px; /*padding-left: 10px;*/
    font-weight: bold;
}

#Footer
{
    background: transparent url(images/shelf-footer.png) no-repeat scroll 0px 0px;
    clear: both;
    height: 102px;
    width: 875px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 27px 0px 27px;
}

/* Paging */

.jpaging
{
    /*float: left; 	width: 99%;*/
    font-family: tahoma, Arial, Sans-Serif;
    font-size: 14px;
    height: 30px;
    clear: both;
    padding-top: 10px;
    float: right;
}

.jpaging a
{
    text-decoration: none;
    padding: 0px 10px 0px 0px;
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
}

.jpaging a:hover
{
    text-decoration: underline;
}

.jpaging a.current
{
    font-weight: bold;
}

.jpaging .panel
{
    float: left;
    clear: both;
    margin: 0px 0px 0px 20px;
}

.jpaging .info
{
    float: left;
    margin: 15px 0px 0px 40px;
    clear: both;
    display: none;
}

.jpaging .hidden
{
    visibility: hidden;
}

.prev, .next
{
    background: transparent url(images/pager.png) no-repeat scroll 0px 0px;
    width: 88px;
}

.prev
{
    background-position: 0px 0px;
    text-indent: -9999px;
}

.next
{
    background-position: 0px -32px;
    text-indent: -9999px;
}

.first, .last
{
    display: none !important;
}
