﻿#SympaticoSyncContentContainer
{
    width:168px;
    /*height:168px;*/
    border:1px solid #b1b1b1;
    border-top:0px;
    /*float:left;*/
    background-color:#ffffff;
    padding-top:10px;
}
#SympaticoSyncVLogo
{
    background-image:url(../Images/sympaticoSyncHorizontalLogo.jpg);
    background-repeat:no-repeat;
    background-position: top left;
    width:170px;
    height:25px;
    /*float:left;*/
}
#SympaticoSyncContainer
{
    margin-left:5px;
    float:left;
    width:170px;
    /*height:170px;*/
    overflow:hidden;
}
.SympaticoSyncItem
{
    background-position:right top;
    background-repeat:no-repeat;
    /*border-bottom:1px solid #B1B1B1;*/
    margin-bottom:10px;
    margin-left:10px;
    margin-right:10px;
    overflow:hidden;
    text-align:left;
    width:148px;
}
.SympaticoSyncItemTitle, .SympaticoSyncItemTitle a, .SympaticoSyncItemTitle a:hover, .SympaticoSyncItemTitle a:visited
{
    font-size:11px;
    font-weight:bold;
    color:#135a92;
}
.SympaticoSyncItemDescription
{
    font-size:11px;
    color:#424242;
    /*height:130px;*/
    overflow:hidden;
    margin-bottom:10px;
}