﻿.language-popup
{
    position: relative;
    width: 550px;
    background: #FFF;
    padding: 0 20px 20px 0;
    margin: 0;
}
.language-popup a
{
    text-decoration: underline !importrant;
}
.language-popup a img
{
    text-decoration: none !importrant;
}
.language-name-container
{
    float: left;
}
.language-name
{
    text-decoration: underline;
	color:#003399;
}
.language-name:hover
{
    cursor: hand;
	color:#000033;
}
.language-title
{
    line-height: 1.1em;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
}
.cancel-btn
{
    position: absolute;
    top: 7px;
    right: 8px;
    display: block;
    width: 27px;
    height: 26px;
    z-index: 1000;
}
.modal-background
{
    background: #333;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.book-cover
{
    width: 250px;
    margin: 20px 20px 15px 20px;
    text-align: center;
    float: left;
}
.book-cover img
{
    display: block;
    width: 250px;
    margin-bottom: 10px;
}
.contact
{
    margin-top: 20px;
    font-size: 0.8em;
    line-height: 1.15em;
}
.contact,
.books-in-language
{
    margin-left: 20px;
}
.contact table th,
.books-in-language table th
{
    text-align: left;
}
.books-in-language
{
    margin-top: 30px;
    font-size: 0.8em;
    line-height: 1.05em;
}
.books-in-language a
{
}
.book-listing
{
    margin-bottom: 1em;
}