

.shortbook
{
    padding-top: 10px;
    padding-bottom: 10px;
}

.shortbook .book-author
{
    display: block;
    color: black;
    font-style: italic;
}

.shortbook .book-title
{
    display: block;
    color: black;
    font-weight: bold;
}

.shortbook .book-subtitle
{
    display: block;
    color: black;
}

.shortbook .book-cover-wrapper
{
    display: block;
    position: relative;
    width: 140px;
    height: 155px;
}

.shortbook .newbook-cover
{
    display: block;
    width: 115px;
    height: 150px;
}

.shortbook .book-cover img
{
    border: 2px solid blue;
}

.shortbook .book-infotoggle
{
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.shortbook .book-info-hide
{
}

.shortbook .book-info
{
    font-size: 7pt;
}



.openbook
{
    clear: left;
    margin: 16px 0px 16px 0px;
    padding: 10px 5px 10px 20px;
    font-family: verdana;
    font-size: 11px;
}

.openbook .book-author
{
    display: block;
    color: black;
    font-style: italic;
}

.openbook .book-title
{
    display: block;
    color: black;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
}

.openbook .book-subtitle
{
    display: block;
    font-style: italic;
    color: black;
}

.openbook .book-series
{
    display: block;
    font-style: italic;
    color: black;
}

.openbook .book-links
{
    margin: 4px 0px 4px 0px;
}

.openbook .book-cover
{
    float: left;
    margin-top: 5px;
    margin-right: -94px;
    width: 94px;
    height: 124px;
}

.openbook .book-cover img
{
    border: 2px solid blue;
}

.openbook .book-page
{
    margin-top: 5px;
    padding-left: 105px;
}

.openbook .book-info
{
}

#mainbooks
{
    margin: -10px;
    padding: 0px;
}

#newcomers
{
    width: 49.5%;
    float: left;
    background: white url('../../images/200909/ik_open_bg.png') right top repeat-y;
}

#mostwanted
{
    width: 49.5%;
    float: right;
    padding: 0px;
    background: white url('../../images/200909/ik_open_bg.png') right top repeat-y;
}

#mostwanted .book-cover img
{
    border: 2px solid red;
}


#newcomers .shortbook
{
    display: block;
    float: left;
    width: 46%;
    padding-left: 2%;
    padding-right: 2%;
}

#mostwanted .shortbook
{
    display: block;
    float: right;
    width: 46%;
    padding-left: 2%;
    padding-right: 2%;
}

.left-half-h1
{
    float: left;
    margin-top: 8px;
    margin-bottom: 8px;
    display: block;
    width: 50%;
    height: 32px;
    font-size: 12pt;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    color: white;
    background-color: #32aa33;
    overflow: hidden;
    margin-left: -2px;
}


.right-half-h1
{
    float: right;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 50%;
    height: 32px;
    font-size: 13pt;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    color: white;
    background-color: #1f991f;
    overflow: hidden;
    margin-right: -2px;
}

.left-half-h1 a,
.right-half-h1 a
{
    color: white;
}

.navbar
{
    text-align: center;
    border: 1px outset black;
    padding: 4px;
    width: 500px;
    letter-spacing: 2pt;
}

.navbar span
{
    color: gray;
}

.navbar a
{
    font-weight: bold;
}


.inbutton,
.outbutton:hover
{
    border: 2px inset black;
    background-color: #f0fff0;
    padding-left: .5em;
    padding-right: .5em;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: .5em;
    margin-right: .5em;
}

.outbutton,
.inbutton:hover
{
    border: 2px outset black;
    background-color: #fff0f0;
    padding-left: .5em;
    padding-right: .5em;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: .5em;
    margin-right: .5em;
}


/**
Újdonságok
*/

.latest
{
    position: relative;
    height: 220px;
    width: 340px;
    overflow: hidden;
    margin: .5em;
    display: block;
    color: black;
    padding-left: 0px;
    padding-right: 1%;
    padding-top: 1em;
    border: 0px solid black;
    cursor: hand;
    cursor: pointer;
}

.latest .book-page
{
    float: right;
    width: 230px;
}


.latest a
{
    color: blue;
    text-decoration: none;
}

.latest a:hover
{
    text-decoration: underline;
}

.latest .book-cover
{
    float:left;
    border: 1px outset;
    margin-left: 0px;
    width: 100px;
    overflow: hidden;
}

.latest .book-more
{
    position: absolute;
    bottom: 1px;
    right: 1px;
    background-color: #aaaaaa;
    color: #800000;
    border: 1px solid black;
    padding: .5em;
}

.latest .book-more a
{
    color: #800000;
}

.latest .book-title
{
    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: red;
}

.latest .book-title a
{
    color: black;
}

.latest .book-title a:hover
{
}

.latest .book-subtitle
{
    font-size: 10pt;
    font-style: italic;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: black;
    line-height: normal;
}

.latest .book-author
{
    margin: 0px;
    padding: 0px;
    line-height: normal;
    font-weight: bold;
}

.latest .person
{
    font-size: 10pt;
    font-weight: bold;
    color: black;
    text-transform: capitalize;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: normal;
}

.latest .book-series 
{
    font-size: 10pt;
    font-weight: normal;
    color: black;
    text-transform: none;
    white-space: pre;
    font-style: italic;
}

.latest .book-isbn 
{
}

.latest .book-page
{
}

.latest .book-price
{
}

.latest .book-description
{
}

.latest .authorlist
{
    padding-right: 2em;
}


/** Book data page **/

.showbook .book-cover
{
    float: right;
    padding-left: 20px;
    padding-bottom: 20px;
}

.showbook .book-title
{
    font-size: 13pt;
    line-height: normal;
    color: black;
    font-weight: bold;
    padding-top: 6pt;
    padding-bottom: 3pt;
}

.showbook .book-authors
{
    font-size: 11pt;
}

.showbook .book-cover
{
    text-align: center;
}

h2
{
    color: #ff8635;
}


table.medialist
{
    width: 95%;
    font-size: 8pt;
    color: black;
    border-spacing: 0px;
}

table.medialist th
{
    background-color: #00ae00; /* Green 5 */
    font-size: 9pt;
    color: white;
    min-height: 26px;
    padding-top: 6px;
    padding-bottom: 6px;
}

table.medialist td
{
    border-bottom: 2px solid #00ae00; /* Green 5 */
    border-top: 0px solid #00ae00; /* Green 5 */
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    padding-top: 0px;
    padding-bottom: 0px;
}

table.medialist .noborders td
{
    border: 1px solid transparent;
}

table.medialist .nobottom td
{
    border-bottom: 2px solid transparent;
    border-top: 0px solid #00ae00; /* Green 5 */
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

table.medialist .notop td
{
    border-bottom: 2px solid #00ae00; /* Green 5 */
    border-top: 0px solid transparent; /* Green 5 */
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

table.medialist .sum
{
    color: green;
    font-weight: bold;
}

table.medialist .sum-amount
{
    font-weight: bold;
}

table.medialist .bookline
{
    padding-top: 8pt;
    padding-bottom: 4pt;
    background: #f0fff0;
}

table.medialist tr.grad0
{    
    background-color: #e0ffe0;
}

table.medialist tr.grad1
{
    background-color: #d0eed0;
}

.mediapages-book
{
    font-weight: bold;
}

.mediaprice-book
{
    font-weight: bold;
}

.striked 
{
    text-decoration: line-through;
    color: #c0c0c0;
}

.book_actions
{
    display: block;
    padding-top: 16pt;
    width: 95%;
    text-align: right;
    font-weight: bold;
    color: orange;
    line-height: 16pt;
}

.book_actions img
{
    margin-top: 8pt;
    margin-bottom: -5pt;
    height: 16pt;
    width: 16pt;
}

td.mybooktitle
{
    font-weight: bold;
    vertical-align: top;
}

span.mybooktitle
{
    font-weight: bold;
    font-size: 110%;
}

td.mybooktitle div
{
    background: #f0fff0;
    padding-top: 8px;
    padding-bottom: 8px;
}

tr.mynewbook
{
    margin-top: 8px;
    padding-top: 8px;
}

.orig-price
{
    color: gray;
    text-decoration: line-through;
}

.book-publishers-pod
{
    border: 2px outset red;
    margin-top: 4px;
    padding: 4px;
    background-color: #EEEEEE;
}

.book-publishers-store
{
    border: 2px outset red;
    margin-top: 4px;
    padding: 4px;
    background-color: #EEEEEE;
}

.book-publishers-page
{
    border: 2px outset red;
    margin-top: 4px;
    padding: 4px;
    background-color: #EEEEEE;
}

