
    

/*---------------------------------------------------------------------------------

---------------------------------------------------------------------------------*/
.RedBox { width:335px; height:345px;color: #fff; background: #6C2869 url(../images/redbg.png) right bottom  repeat-x; padding:15px; overflow:hidden; -webkit-border-radius: 9px;-moz-border-radius: 9px;border-radius: 9px; position: relative;}
.RedBox h3 { margin:0 ;padding:0 0 10px 0; }

.leadslistewrapper {width:335px; height:285px; overflow:hidden;}
.leadsliste {}
.leadsliste .leaditemgroup {float:left;}
.leaditem { overflow:hidden; border-top:1px dashed #fff; padding: 9px 2px; width:331px;}
.leaditem a {color:#fff;text-decoration: none;}
.leaditem .colA { float:left; width:200px;}
.leaditem .colB { float:left;}

#leadscroller { overflow:hidden;border-top:1px dashed #fff;padding-top:12px;}
#leadscroller > div { width:13px; height: 14px; text-indent: -1000px; overflow: hidden; cursor:pointer;}
#leadscroller .prev { background: url(../images/arrow_white_left.png); float:left; }
#leadscroller .next { background: url(../images/arrow_white_right.png); float:right;}


