.featuredcontent
{
    width: 555px;
    border: 1px solid #d7d4be;
    background: transparent url(gfx/ftbg.jpg) repeat-x 0 35px;
    margin-bottom:20px;
    height:280px;
}
.featuredcontent div.header 
{
    background: transparent url(gfx/balkbg.png) repeat-x;
    height: 39px;
    width: 547px;
    color: #da319f;
    padding: 6px 0 0 8px;
    font-size:18px;
    font-weight:bold;
}

#featured 
{
    position: relative;
    height: 250px;
    padding: 0px 150px 8px 8px;
}

#featured ul.ui-tabs-nav
{
    position: absolute;
    top: 0;
    left: 430px;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 110px;
}
#featured ul.ui-tabs-nav li
{
    padding: 0 0 0 13px;
}
#featured ul.ui-tabs-nav li img
{
    padding: 3px 4px 4px 4px;
    border: solid 1px #aba894;
    background: #ffffff;
}

#featured li.ui-tabs-nav-item a
{
    display: block;
    padding: 2px;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected img 
{
    background: #f2d6df;
    border: solid 1px #a10a72;
}

#featured li.ui-tabs-selected
{
    background: url('gfx/selected-item.png') top left no-repeat;
}

#featured .ui-tabs-panel
{
    width: 400px;
    height: 250px;
    position: relative;

}
#featured .ui-tabs-panel .info
{
    position: absolute;
    top: 184px;
    left: 4px;
    width:400px;
    height: 70px;
    background: url('images/transparent-bg.png');
}
#featured .info h2
{
    font-size: 16px;
    color: #fff;
    padding: 5px 0 0 8px;
    margin: 0;
    overflow: hidden;
}
#featured .info p
{
    padding: 5px 8px 0 8px;
    font-family: "Trebuchet MS",Tahoma, Arial;
    font-size: 11px;
    line-height: 15px;
    color: #fff;
}
#featured .info a
{
    text-decoration: none;
    color: #f9bbe3;
}
#featured .info a:hover
{
    text-decoration: underline;
}
#featured .info .readmore 
{
    position:absolute;
    background: url(images/ico-arrow.png) no-repeat 64px 1px;
    right:10px;
    bottom:4px;
    width:75px;
}
#featured .ui-tabs-hide
{
    display: none;
}

