/*Nominations*/
.nominations{
    margin-bottom: 40px;
}
.nominations .title{
    width: 129px;
    height: 39px;
    text-align: center;
    line-height: 39px;
    text-transform: uppercase;
    background: url('images/nominations-title-bg.jpg') no-repeat top left;
    color:#ffffff;
    font-size: 13px;
    font-weight: bold;
}
.nominations .group{
    border-top:solid 1px #858585;
    background: #ededed url('images/nomination-group-bg.jpg') repeat-x;
    padding: 8px 11px;
}
.nominations .group ul{
    float:left;
    width: 220px;
}
.nominations .nom-list{
    border:solid 1px #c0c0c0;
    background: #fff;
    width: 455px;
    height: 252px;
    float:right;
    position:relative;
    overflow:hidden;
}
.nominations .nom-list div{
    float:left;
    display:block;
    width:455px;
    font-size:14px;
    margin-top:5px;    
}
.nominations .nom-list .items{
    width:20000em;
    position:absolute;
    clear:both;
    margin:0;
    padding:0;
}
#flowtabs li{
    padding: 8px 0 !important;
    padding-left:11px !important;
    font-size: 10px;
    height: 12px;
    margin:0 !important;
}
#flowtabs li:before{
    content:''!important;
}
#flowtabs a{
    text-transform: uppercase;
    text-decoration: none;
    color:#363636;
    border-bottom: dotted 1px black; 
}
#flowtabs li.current{
    border:solid 1px #a30e13;
    background: url('images/nom-item-cur-bg.jpg') repeat-x;
    cursor:default;
}
#flowtabs li.current a{
    border:none;
    color:#fff;
    font-weight: bold;
}
.nom-list ul.nom-item{
    width: 440px;    
    /*margin-top:15px;*/
    margin-bottom:10px;    
}
.nom-list ul.nom-item li{
    border-bottom: solid 1px #dedede;   
    padding:10px 0 !important;
    margin-left:15px !important;
    margin-right:15px !important;
    font-size: 12px;
    padding-left:25px !important;
    padding-right: 5px !important;
    background: url('images/logo-min.gif') no-repeat 0 12px;
}
.nom-list ul.nom-item li:before{
    content:''!important;
}
.nom-list ul.nom-item p.name{
    font-weight: bold;
}
.scroll-pane {    
    height: 225px;    
}

.groupCount{
    font-size:8px;
}