
body, div, address, blockquote, iframe, ul, ol, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, p, pre, table, caption, th, td, form, legend, fieldset, input, button, select, textarea {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-family: inherit;
    color: #666;
}

ol, ul, li {
    list-style: none;
}
.container{width: 100%}
img {
    margin: 0;
    padding: 0;
    border: none
}

table {
    border-collapse: collapse;
    width: 100%;
}

body {
    font-size: 14px;

    overflow: scroll;
    overflow-x: hidden
}

html {
    overflow: -moz-scrollbars-vertical;
}

a {
    text-decoration: none;
    outline: none;
    blr: expression(expression());
}

a:hover, a:focus {
    text-decoration: none !important;
}

.row {
    margin-right: -5px;
    margin-left: -5px;
}

body {

    background-color: #eeeeee;

}

h5 {
    padding: 5px;
    border-left: 3px solid #bc222c;
    margin-bottom: 2px;
}

.book-box {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
    background-color: #fff;
    margin: 0 -12px 5px -12px;
!important;
    overflow: hidden;
}

.book-box img {
    width: 100%;
    margin: 0 auto;
    border-radius: 4px;

}


.book-box:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}


