

/* CSS Preffix hbc */

.hbchomeFeedsWrapperBg{
    width: 948px;
    background-image:url(../images/home/feedwrapperbg.png) !important;
    background-repeat:repeat-x;
    background-position: bottom left;
}

.hbchomeFeedsWrapper{
    width: 924px;
    margin: auto;
}

.hbcFeedBlock {
    width: 300px;
    float: left;
}

.hbcMarginLeft {
    margin-right: 12px !important;
}

.hbcFeedWrapper {
    background-image: url(../images/formBlock/bg_content.png);
    background-repeat: repeat-x;
    background-position: bottom left;
    padding-bottom: 8px;
    padding-top: 8px;
    clear: both;
}

.hbcHomeWrapperContent {
    width: 300px;
    margin: auto;
    clear: both;
    padding-bottom: 8px;
    background-image: url(../images/feed/feed_block_bg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
}

.hbcLeft , .hbcRight , .hbcCenter {
    float:left;
    height: 39px;
    background-position: top left;
    background-repeat: no-repeat;
}

.hbcLeft {
    background-image: url(../images/formBlock/content_left_title.png);
    width: 43px;
}

.hbcRight {
    background-image: url(../images/formBlock/content_right_title.png);
    width: 26px;
}

.hbcCenter {
    width: 231px !important;
    font-family:Tahoma, Geneva, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color:#3D3D3D;
    background-image: url(../images/formBlock/content_bg_title.png);
    background-repeat: repeat-x;
}

.hbcCenter>div {
    padding-top: 12px;
}

.hbcFeedContentWrapper {
    background-color: #F9F8F8;
    border: 1px solid #CCCCCC;
    background-image: url(../images/feed/feed_content_bg.png);
    background-repeat: repeat-x;
    background-position: bottom center;
    clear: both;
    float: none;
    margin: 0px;
    height: 90px;
    overflow: hidden;
}

.hbcFeedContent {
    width: 280px;
    margin: auto;
    padding-top: 8px;
}


.hbcFeedPicture{
    width: 52px;
    float: left;
    font-size: 10px;
    color: #3d3d3d;
    font-weight: bold;
    font-family:Arial, Helvetica, sans-serif;
    overflow: hidden;
    background-image: url(../images/feed/picture_shadow.png);
    background-position: 0px 52px;
    background-repeat: no-repeat;
    margin-right: 5px;    
}

.hbcFeedPictureImage {
    border: 1px solid #CCC;
    padding: 0px;
    margin:0px;
    margin-bottom: 3px;
}

.hbcFeedIcon{
    float: left;
    width: 40px;
    text-align: center;
}

.hbcFeedText{
    float: left;
    width: 181px;
    font-size: 11px;
    color: #000;
    font-family:Arial, Helvetica, sans-serif;    
    height: 69px;
    overflow: hidden;
}
.hbcFeedText a{
    font-size: 11px;
    color: #000;
    font-family:Arial, Helvetica, sans-serif;
    text-decoration: none;        
}

.feedText a{
    font-weight: bold;
    font-family:Arial, Helvetica, sans-serif;    
    font-size: 11px;
    color: #279dd7;
}

.feedText a:hover{
    color: #3d3d3d;
}
