#featured{
	width:520px;
	position:relative;
	height:200px;
	background:#fff;
	overflow: hidden;
	font-family: Times New Roman, Times, serif, "Tahoma";
}
#featured ul.ui-tabs-nav{
	position:absolute;
	top:0;
	left:310px;
	list-style:none;
	padding:0;
	margin:0;
	width:210px;
}
#featured ul.ui-tabs-nav li{
	padding:1px 0;
	padding-left:13px;
	font-size:15px;
	color:#0099cc;
	font-weight: bold;
	font-family: Tahoma;
}
#featured ul.ui-tabs-nav li span{
	font-size:15px;
	font-family:Tahoma;
	line-height:18px;
	font-weight: bold;
	color: #0099cc;
}
#featured li.ui-tabs-nav-item a{
	display:block;
	height:47px;
	color:#0099cc;
	line-height:20px;
	background-color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9966;
	font-size: 15px;
	font-family: Tahoma;
	font-weight: bold;
}
#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-color: #CCFF33;
}
#featured .ui-tabs-panel{
	width:310px;
	height:200px;
	background:#999;
	position:relative;
}
#featured .ui-tabs-panel .info{
	position:absolute;
	top:120px;
	left:0;
	height:80px;
	background-image: url(../images/transparent-bg.png);
	width: 310px;
}
#featured .info h2{
	font-size:14px;
	font-family:Georgia, serif, "Tahoma";
	color:#FFFF99;
	padding:5px;
	margin:0;
	overflow:hidden;
}
#featured .info p{
	margin:0 5px;
	font-family:Times New Roman, Times, serif, "Tahoma";
	font-size:11px;
	line-height:15px;
	color:#f0f0f0;
}
#featured .info a{
	text-decoration:none;
	color:#FFFF99;
	font-size: 14px;
	font-weight: bold;
	font-family: Times New Roman, Times, serif, "Tahoma";
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}
