﻿/* algemeen overrides */
#background
{
}
.footerbg
{
}



/* custom classes */

#collections #list
{
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
    width: 900px;
}

#collections ul
{
    margin: 0;
    padding: 0;
}

#collections .col
{
    /* IE7 fix in the head of the page */
    display: inline-block;
    border: solid 1px #fff;
    width: 200px;
    height: 290px;
    margin: 0px 8px;
    position: relative;
    overflow: hidden;
    background-color: #aaa;
}

#collections .col a
{
    display: block;
    background-position: center top;
    width: 200px;
    height: 290px;
}

#collections .col .trans, #collections .col .name
{
    position: absolute;
    left: 0px;
    width: 200px;
    bottom: 0px;
    height: 40px;
}
#collections .col .trans
{
    background-color: #fff;
}

#collections .col .name
{
    line-height: 38px;
    text-align: center;
    font-weight: bold;
    color: #E4175D;
    font-size: 110%;
}


#collections #info
{
    margin: 0 auto;
    padding: 15px;
    width: 836px; /*864*/
    background-color: #feeeec;
    color: #E4175D;
    line-height: 1.2;
    font-size: 120%;
    margin-top: 20px;
    -moz-border-radius: 15px; 
    -webkit-border-radius: 15px;
    border-radius: 15px;
}
