div.templates_banner
{
    background-color: #e71e25;
    float: left;
    width: 100%;
    height: 164px;
}

div.templates_banner div.banner_left_image
{
    float: left;
}

div.templates_banner div.banner_text
{
    float: left;
    color: white;
    text-align: center;
    font-size: 28pt;
    padding-left: 15%;
    padding-top: 4%;
}

div.templates_banner div.banner_right_image
{
    padding-top: 12px;
    float: right;
}

div.clear_space
{
    width: 100%;
    height: 62px;
    clear: both;
}

div.clear_space div.navigation
{
    float: left;
    margin-top: 20px;
    margin-left: 30px;
}

div.clear_space div.navigation a
{
    color: black;
    text-decoration: underline;
}

div.clear_space div.moreinfo
{
    float: right;
    font-size: 12pt;
    text-align: center;
    margin-right: 15px;
    font-weight: bold;
    background-color: #666666;
    width: 87px;
    height: 62px;
    position: relative;
}

div.clear_space div.moreinfo a,
div.clear_space div.moreinfo a:hover
{
    color: #ffcd00;
    text-decoration: none;
}

div.clear_space div.moreinfo div.moreinfo_bt
{
    clear: both;
    position: absolute;
    left: 0px;
    top: 45px;
}

div.clear_space div.moreinfo div.moreinfo_rt
{
    clear: both;
    position: absolute;
    left: 87px;
    top: 0px;
}

div.template,
div.border_template
{
    float: left;
    text-align: center;
    align: center;
    width: 32%;
    height: 235px;
    /* Slight hack, without this, the templates in the row below were jumping downwards when a border was
       drawn */
    border-width: 1px;
    border-style: solid;
    border-color: white;
    margin-left: 3px;
    margin-bottom: 3px;
}

div.border_template
{
    border-color: #b0b0b0;
    border-style: solid;
}

div.template div.ctp,
div.border_template div.ctp
{
    float: right;
    clear: both;
    font-size: 8pt;
}

div.template div.ctp
{
    color: white;
}

div.border_template div.ctp
{
    color: #B0B0B0;
}

div.template div.name,
div.border_template div.name
{
    clear: both;
    margin-top: 10px;
}

div.template a img,
div.border_template a img
{
    border-width: 0px;
}
