h3
{
    margin: 0;
    padding: 7px 0 0 0;
    font-size: 16px;
    text-transform: uppercase;
}
div#feature_list
{
    width: 700px;
    height: 1100px;
    overflow: hidden;
    position: relative;
    margin-top: 50px;
    background: url("../images/post-bg.png") repeat-x scroll left bottom #FFFFFF;
    border: 1px solid #CCC;
}
div#feature_list ul
{
    position: absolute;
    top: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul#tabs
{
    left: 0;
    z-index: 2;
    width: 320px;
}
ul#tabs li
{
    font-size: 12px;
    font-family: Arial;
}
ul#tabs li img
{
    padding: 5px;
    border: none;
    float: left;
    margin: 10px 10px 0 0;
}
ul#tabs li a
{
    color: #222;
    text-decoration: none;
    display: block;
    padding: 10px;
    height: 70px;
    outline: none;
    padding-right: 70px;
    padding-top: 0px;
}
ul#tabs li a:hover
{
    /*border-bottom: 1px dotted #222;*/
}
ul#tabs li span:hover
{
    border-bottom: 1px dotted #222;
}
ul#tabs li a.current
{
    background: url('../images/feature-tab-current.png');
    color: #FFF;
}
ul#tabs li a.current:hover
{
    text-decoration: none;
    cursor: default;
}
ul#news_output
{
    right: 0;
    width: 415px;
    height: 320px;
    position: relative;
}
ul#news_output li
{
    /*background: url("../images/post-bg.png") repeat-x scroll left bottom #FFFFFF; border: 1px solid #CCCCCC;*/
    color: #666666;
    font-size: 10pt;
    height: 308px;
    line-height: 15px;
    padding-left: 45px;
    padding-right: 10px;
    padding-top: 10px;
    position: absolute;
    width: 355px;
}
ul#news_output li a
{
}

#news_output_block
{
}
#interview_output_block
{
}
#events_output_block
{
    
}
#extracts_output_block
{
}


#scroll_news_block
{
    background: none repeat scroll 0 0 #7DC416;
    border: 1px solid #CCCCCC;
    color: #000000;
    list-style: none outside none;
    margin-left: -120px;
    margin-top: 10px;
    padding: 5px;
    position: absolute;
    width: 835px;
    border-left: none;
}

#scroll_news_block a
{
    color: #000 !important;
    text-decoration: none;
}

#scroll_news_block a:hover
{
    border-bottom: 1px dotted #000;
}

#scroll_news_block ul
{
}

#scroll_news_block li
{
}

.ticker-controls
{
    display: none;
    list-style: none outside none;
    margin-left: 570px;
    padding: 0;
    position: absolute;
}

.ticker-controls ul
{
}

.ticker-controls li
{
    float: left;
    margin-right: 10px;
}

#scroll_news_title
{
    background: none repeat scroll 0 0 #7DC416;
    border: 1px solid #CCCCCC;
    color: #FFF;
    list-style: none outside none;
    margin-left: -200px;
    margin-top: 10px;
    padding: 5px;
    position: absolute;
    width: 100px;
    border-right: none;
}

#scroll_news_title a
{
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}

#scroll_news_title a:hover
{
    border-bottom: 1px dotted #FFF;
}
