#featured
{
    width: 720px;
    padding-right: 250px;
    position: relative;
    border: 5px solid #F58220;
    height: 350px;
    background: #fff;
    overflow: hidden;
    text-align: left;
}
#featured ul.ui-tabs-nav
{
    position: absolute;
    top: 0;
    left: 600px;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 370px;
}
#featured ul.ui-tabs-nav li
{
    padding: 4px 0 4px 13px;
    font-size: 12px;
    color: #666;
    text-align: left;
    height: 60px;
    clear: both;
    overflow: hidden;
}

#featured ul.ui-tabs-nav li img
{
    float: left;
    margin: 5px 5px 0px 5px;
    background: #fff;
    padding: 2px;
    border: 1px solid #eee;
    width: 50px;
    height: 50px;
}
#featured ul.ui-tabs-nav li span.rtitle
{
    font-size: 12px;
    line-height: 13px;
    font-weight: bold;
    padding: 0px 0 0 0;
}

#featured ul.ui-tabs-nav li span.rtext
{
    font-size: 10px;
    line-height: 12px;
    padding: 2px 0 0 0px;
    display: block;
}

#featured li.ui-tabs-nav-item a
{
    display: block;
    height: 60px;
    color: #333;
    background: #fff;
    line-height: 20px;
    text-decoration: none;
    padding: 5px 10px 0 0;
    margin: 1px 0;
}
#featured li.ui-tabs-nav-item a:hover
{
    background: #f2f2f2;
}
#featured li.ui-tabs-selected
{
    background: url('images/selected-item.gif') top left no-repeat;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a
{
    background: #ccc;
}
#featured .ui-tabs-panel
{
    width: 600px;
    height: 350px;
    background: #000;
    position: relative;
    overflow: hidden;
    left: 0px;
}
#featured .ui-tabs-panel .info
{
    position: absolute;
    top: 260px;
    left: 0;
    height: 90px;
    background: url('images/transparent-bg.png');
    width: 600px;
}
#featured .info h2
{
    font-size: 16px;
    color: #fff;
    padding: 5px;
    margin: 0;
    overflow: hidden;
}
#featured .info p
{
    margin: 0 5px;
    font-size: 11px;
    line-height: 15px;
    color: #f0f0f0;
    text-align: left;
}
#featured .info a
{
    text-decoration: none;
    color: #fff;
}
#featured .info a:hover
{
    text-decoration: underline;
}
#featured .ui-tabs-hide
{
    display: none;
}

