﻿@import url(sub_styles.css);
@import url(global_styles.css);

#collectionFrame
{
    width: 680px;
    float: left;
    overflow: hidden;
    margin: 20px 60px 20px 60px;
}

.collectionContainer
{
    width: 100%;
    float: left;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: solid 1px #d76524;
}

.collectionContainer .colRend
{
    width: 200px;
    float: left;
}

.collectionContainer .colText
{
    width: 460px;
    float: left;
    padding-left: 20px;
}

.collectionContainer h2
{
    color: #d76524;
    font-size: 14px;
}

.colText a, .colText a:visited
{
    color: #d76524;
    font-weight: bold;
}


table.showcase
{
    width: 100%;
    padding: 10px 60px 10px 60px;
}

table.showcase td
{
    text-align: center;
    border: solid 1px #8998a5;
    vertical-align: middle;
}

table.showcase th
{
    text-align: center;
    border: solid 1px #8998a5;
}

table.showcase img
{
    display: inline;
}