/* Should be in style.css I think */
#right-panel{
    float: right;
    width: 230px;
}
.cmc-sb-feature-widget h2{
    margin-top: 20px;
	margin: 0;
    font-size: 16px;
    font-family: "AvenirLTStd65Medium", Arial;
}
.cmc-sb-feature-widget .right-box{
    position: relative;
    display:block;
    height: 136px;
    width: 220px;
    margin-bottom: 20px;
    overflow: hidden;
}
.cmc-sb-feature-widget .right-box .corners-top{
    top: 0;
    background: transparent url('images/right_box_corners_top.png') top left no-repeat;
}
.cmc-sb-feature-widget .right-box .corners-bottom{
    bottom: 0;
    background: transparent url('images/right_box_corners_bottom.png') bottom left no-repeat;
}/*
.cmc-sb-feature-widget .right-box .corners-top, 
.cmc-sb-feature-widget .right-box .corners-bottom{
    position: absolute;
    height: 5px;
    width: 220px;
    left: 0;
    z-index: 1;
}*/
.cmc-sb-feature-widget .right-box h3{
    background-color: #E1261C;
    /*background: transparent url('images/bg_right_box_header.png') repeat;*/
    color:#FFFFFF;
    font-family:"AvenirLTStd65Medium",Arial;
    font-size:14px;
    height:35px;
    left:0;
    line-height:35px;
    padding-left:10px;
    position:absolute;
    top:101px;
    width:210px;
    z-index: 0;
}
.cmc-sb-feature-widget .text{
    position: absolute;
    top: 136px;
    left: 0;
    height: 100px;
    width: 210px;
    padding: 5px 10px;
    line-height: 18px;
    background-color: #fff;
}
.cmc-sb-feature-widget .text a{
    color: #e12d1f;
	display: block;
}
/*.cmc-sb-feature-widget .text .arrow{
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 10px;
    margin: 5px;
	background: transparent url('images/arrow_right_blue.png') center center no-repeat;
}*/