﻿.panelWrapper
{
    padding: 0px 10px 10px 0px;
    float: left;
}
.panelContentWrapper
{
    padding: 16px;
    background: #f9f9f9;
    float: left;
}
.panelWrapper h2
{
    height: 22px;
    color: #666;
    padding: 6px 16px 0px 16px;
    margin: 0px;
    background: #e0e0e0;
    font: 700 12px Arial, Verdana, Helvetica;
    float: left;
    
}

/*******************
    PANEL SIZES
*******************/
.panel316
{
    width: 316px;    
}
.panel316 h2, .panel316 .panelContentWrapper
{
    width: 284px;
}
.panel308
{
    width: 308px;
}
.panel308 h2, .panel308 .panelContentWrapper
{
    width: 276px;
}
.noSpacing
{
    padding-right: 0px;
}
/*custom*/
.wowAwards ul
{
    background: #e0e0e0;
    height: 28px;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0 16px;
    width: 284px;    
}
.wowAwards li
{
    float: left;
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
}       
.wowAwards li.sep
{
    background: url(/Images/System/Backgrounds/sep.gif) no-repeat center;
    width: 32px;
} 
.wowAwards table
{
    border-collapse: collapse;
}
.wowAwards td
{
    vertical-align: top;
}
.wowAwards .awards td
{
    text-align: center;
}
.wowAwards .content
{   
    background: #f9f9f9;
    float: left;
    height: 140px;
    padding: 10px 16px;
    width: 284px;
    
}
