﻿/* algemeen overrides */
#background
{
    background-image: none;
    background-color: #000;
}
.footerbg
{
    background-color: Transparent;
}

/* custom classes */
.ie6 #collections
{
    width: 900px;
}

#collections
{
    margin: 0 auto;
    width: 890px;
    overflow: hidden;
}

#collections ul
{
    margin: 0 auto;
    text-align: center;
    padding: 5px 0 0 0;
    width: 890px;
}

#collections li
{
    display: inline-block;
    border: solid 1px #403b39;
    height: 290px;
    width: 200px;
    margin: 0px 8px;
    position: relative;
    overflow: hidden;
    background-color: #aaa;
    list-style-type: none;
    list-style-position:inside;
    padding:0;
}

.ie6 #collections li,
.ie7 #collections li {
    display: inline;
}

#collections ul.count5 li
{
    width: 162px !important;
    margin: 0px 5px !important;
}

#collections ul a
{
    display: inline-block;
    height: 100%;
    width: 100%;
    background-position: center top;
    text-decoration: none;
}

#collections ul .trans, #collections ul .name
{
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 0px;
    height: 40px;
}

#collections ul .trans
{
    background-color: #fff;
}

#collections ul .name
{
    line-height: 38px;
    text-align: center;
    font-weight: bold;
    color: #000;
    font-size: 100%;
}

#collections ul.five .name
{
    font-size: 93%;
}

#collections #info
{
    margin: 0 5px;
    padding: 15px;
    background-color: #262626;
    color: White;
    line-height: 1.2;
    font-size: 120%;
    margin-top: 25px;
}

