.discoItemContainer
{
    width:100%;
    margin-bottom:10px;
}

.discographyTblHeader
{
    color: #A52A00;
    width: 100%;
    background-color: #d0d0d0;
    padding: 5px;
    border-radius: 5px;
}

.discographyTblImage
{
    position: relative;
    float:left;
    margin: 5px 5px 5px 0px;
    width: 200px;
}

.discographyTblImage img
{
    width: 200px;
}

.discoItemHeader
{
    color: #A52A00;
    font-style: normal;
    font-size: 13px;
}

.discographyTblText
{
    float: left;
    width: 500px;
    margin-top: 5px;
    font-size: 12px;
    font-style: italic;
    padding-left: 5px;
}

.discographyTblText ol
{
    /*
    padding: 0px;  normalization should fix the need for this
    margin: 0px; */
}

.discoItemSpacer
{
    clear:both;
}
.discographyTblFooter
{
    float:none;
    width:100%;
}
