﻿.RoundUpGroup
{
    width:574px;
    height:100px;
    margin-bottom:10px; 
    border: solid 8px #f7f7f7;   
}

.RoundUpTitle
{
    background-color:#F7F7F7;

}

.RoundUpTitle h2
{
    padding:3px 3px 8px 15px;
    font-size:10pt;
    font-weight:bold;
}

.RoundUpItem
{
    padding: 4px 7px 4px 0px;
    width:170px;
}

.RoundUpItem img
{
    /*float:left;*/
    text-align:center;
}

.RoundUpItemImage
{
    float:left;
    height:60px;
    width:60px;
    border: solid 1px #f7f7f7;   
    text-align:center;
    margin-right:4px;
}

.RoundUpItem a
{
    font-size:7pt;
}

