@import url("common.css");
@import url("menu_horizontal.css");

.guide_short
{
    width: 240px;
}

.book_description
{
    line-height: 125%;
    color: white;
    font-size: 10pt;
}

.book_description p
{
    margin-top: 1.0em;
    margin-left: 8px;
}

.book_description a
{
    text-decoration: none;
    color: white;
}

.book_description a:hover
{
    color: black;
}

.book_description img
{
    padding: 0px;
    border: 0px;
    margin-left: 0px;
    margin-right: 13px;
    margin-bottom: 10px;
}

.right
{
    float: right;
}

.left
{
    float: left;
}

.big_left_margin
{
    margin-left: 0px;
    margin-right: 10px;
}

.little_left_margin
{
    margin-left: 8px;
}

.middle_div
{
    color: white;
    position:relative;
    font-size: 10pt;
    text-align: right;
    width: 370px;
    height: 570px;
}

.middle_div a img
{
    border: 0px;
}

.bottom
{
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.model_button
{
    position: absolute;
    bottom: 0px;
    right: 145px;
}

.model_price
{
    color: white;
    position: absolute;
    bottom: 10px;
    width: 300px;
    right: 300px;
}

.bottom_right
{
    color: white;
    font-size: 10pt;
    position: absolute;
    bottom: 0px;
    width: 400px;
    height: 175px;
    right: 35px;
}

