
/** **/
div.banner {
    background-repeat:no-repeat;
    background-position:top left;
    width:291px;
    height:90px;
    overflow:hidden;
    position:relative;
    margin-bottom:15px;
}

div.banner table {
    border-collapse:collapse;
    table-layout:fixed;
    padding:0;
    margin-left:121px;
    margin-right:10px;
}
div.banner table td {
    height:90px;
    vertical-align:middle;
}

div.banner h2 {
    font-family:"Trebuchet MS",Verdana,Arial,sans-serif;
    font-size:13px;
    font-weight:bold;
    color:#3f77b2;
    line-height:16px;
}

div.banner p {
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight:normal;
    color:#555555;
    line-height:14px;
    margin-top:5px;
}

div.banner div.bannerLink {
    position:absolute;
    top:0px;
    left:0px;
    height:90px;
    width:291px;
    background:url(/img/unicredit/pixel.gif);
}

div.banner div.bannerLink a {
    line-height:90px;
    width:291px;
    height:90px;
    display:block;
}

div.banner div.bannerLink a span {
    display:block;
    position:absolute;
    bottom:5px;
    right:5px;
    cursor:pointer;
    font-family:"Trebuchet MS",Verdana,Arial,sans-serif;
    font-size:10px;
    font-weight:normal;
    line-height:10px;
    background-image:url(/img/unicredit/bg/more_link.gif);
    background-repeat:no-repeat;
    background-position:right 2px;
    color:#E2001A;
    padding-right:8px;
}


div.fbLikebox {
    margin-bottom:15px;
}

