﻿#featured
{
    width: 400px;
    padding-right: 250px;
    position: relative;
    border: 0px solid #33CCCC;
    height: 262px;
    overflow: hidden;
    background: #fff;
    text-align: left;
    top: 0px;
    left: 10px;
}

#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; left:380px; 
	list-style:none; 
	padding:0; margin:0; 
	width:265px; 
height:252px;
	overflow:auto;
	overflow-x:hidden;
}
#featured ul.ui-tabs-nav li{ 
	padding:1px 0; padding-left:13px;  
	font-size:12px; 
	color:#666; 
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
}
#featured ul.ui-tabs-nav li span
{
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 18px;
}
#featured li.ui-tabs-nav-item a
{
    display: block;
    height: 60px;
    color: #333;
    background: #fff;
    line-height: 20px;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    border-bottom-style: double;
    border-bottom-width: 1px;
    border-bottom-color: #87AED6;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#EFF3FB; 
}
#featured li.ui-tabs-selected, #featured li.ui-tabs-active
{
    background: url('Imagens/selected-item.gif') top left no-repeat;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a, #featured ul.ui-tabs-nav li.ui-tabs-active a{ 
	background:#ccc; 
}
#featured .ui-tabs-panel
{
    width: 380px;
    height: 252px;
    background: #999;
    position: relative;
    font-size: 16px;
}
#featured .ui-tabs-panel .info
{
    position: absolute;
    bottom: 0;
    left: 0;
    height:60px;
    width: 380px;
    background: url('Imagens/transparent-bg.png');
}
#featured .ui-tabs-panel .info a.hideshow{
	position:absolute; font-size:11px; font-family:Verdana; color:#f0f0f0; right:10px; top:-20px; line-height:20px; margin:0; outline:none; background:#333;
}
#featured .info h2{ 
	font-size:12px; font-family:Arial, Helvetica, sans-serif;
	color:#fff; padding:5px; margin:0; font-weight:normal;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; 
	font-family:Georgia, serif; font-size:11px; 
	line-height:15px; color:#f0f0f0;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}

#featured li.ui-tabs-active
{
    background: url('Imagens/selected-item2.gif') no-repeat left top;
}  
#featured ul.ui-tabs-nav li.ui-tabs-active a
{
    background: #E0EAF3;
} 
