.wnd-widget.wnd_rated
{
    width: 300px;
    height: 513px;
}

.wnd-widget.wnd_rated .inside .box 
{
    height: 475px;
}


.wnd-widget.wnd_rated .title.inner
{
    font-size: 18px;
    color: #FFFEFE;
    background-color: rgb(204, 0, 0);
    padding: 0px;
    font-family: Oswald, 'Arial Narrow', Arial, sans-serif;
    text-transform: uppercase;
}

.wnd-widget.wnd_rated .inside .box .content {
    background: #fff;
    padding: 0;
}

.wnd-widget.wnd_rated ul {
    height: 450px;
    overflow: auto;
    list-style: none;
    background: #fff;
}

.wnd-widget.wnd_rated ul > li:first-child {
    margin-top: 10px;
}

.wnd-widget.wnd_rated ul > li {
    display: relative;
    white-space: nowrap;
}

.wnd-widget.wnd_rated ul > li a {
    display: block;
    padding: 5px 4px;
}

.wnd-widget.wnd_rated ul > li:nth-child(even) {
    background: #f3f3f3;
}

.wnd-widget.wnd_rated .rated-title {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
}


.wnd-widget.wnd_rated .stars {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    width: 50px;
}

.wnd-widget.wnd_rated ul > li img {
    width: 10px;
}

/*  Tabbed Interface  */


.wnd-widget.wnd_rated .rated-list-titles.three-tabs {
    white-space: nowrap;
}

.wnd-widget.wnd_rated .rated-list-titles.three-tabs .rated-tab {
    width: 4px 0;
    text-align: center;
    width: 85px;
}

.wnd-widget.wnd_rated .rated-tab {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline;
    margin: 5px 2px 0 0;
    padding: 4px 5px;
    background: #ddd;
    color: #888;
    font-size: 11px;
    text-transform: uppercase;
    border-top: solid 3px transparent;
    font-weight: bold;
    cursor: pointer;
    cursor: hand;
}

.wnd-widget.wnd_rated .rated-tab:hover {
    background: #ca0002;
    color: #fff;
}

.wnd-widget.wnd_rated .rated-tab.selected {
    color: #444;
    background: #fff; 
    border-color: #ca0002;
}

.wnd-widget.wnd_rated .rated-tab.selected:hover {
    color: #444;
    background: #fff; 
    border-color: #ca0002;
    cursor: normal;   
}

.wnd-widget.wnd_rated .rated-list-body {
    display: none;
}

.wnd-widget.wnd_rated .rated-list-body span.small {
    font-size: 9px;
}

.wnd-widget.wnd_rated .rated-list-body span.rating-count {
    color: #999;
}
