﻿/* CLASSES */

.align_left
{
    float: left;
    width: 575px;
    border-right: solid 1px #555555;
}

.align_right
{
    float: right;
    width: 340px;
}

.separator
{
    width: 2px;
    border-right: solid 2px #1e1e1e;
    padding: 0px 0px 0px 10px;
    margin: 0px;
    height: 120px;
    float: left;
}

.dividerV5
{
    height: 5px;
    width: 100%;
}   

.dividerV10
{
    height: 10px;
    width: 100%;
}

.dividerV20
{
    height: 20px;
    width: 100%;
}

.horizDivider
{
    width: 208px;
    height: 1px;
    border-bottom: solid 1px #cccccc;
} 

.main_header
{
    color: #cccccc;
    font-size: 18px;
    font-weight: bold;
}

.file_type
{
    color: #cccccc;
}

.main_title
{
    color: #cccccc;
    font-weight: bold;
}   

.amount
{
    color: #F49A00;
}

.more_brochures
{
    color: #888888 !important;
}

.more_brochures:hover
{
    color: #F49A00 !important;
}

.more_brochures_lighter
{
    color: #999999 !important;
}

.more_brochures_lighter:hover
{
    color: #F49A00 !important;
}

/* IDs */

#brochures_wrap
{
    width: 960px;
    height: auto;
    margin: auto;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #888888 !important;
}

#main_brochure_left
{
    float: left;
    width: 360px;
    height: auto;
}

#main_brochure_middle
{
    float: left;
    width: 65px;
    height: 90px;
    margin: 0px 0px 0px 10px;
}

#main_brochure_right
{
    float: left;
    width: 100px;
    height: auto;
    padding: 0px 0px 0px 10px;
}

#main_img_holder
{
    width: 65px;
    height: 90px;
    background-image: url(../../images/modules/footer/brochure_photobookmaker_uk-1-frontcover_thumb.jpg);
    background-repeat: no-repeat;
}

#brochure_holder
{
    width: 164px;
    height: auto;
    padding: 0px;
    margin: 0px;
}


