.featuredtop { background:url(images/transbg70.png) repeat; height:400px; padding:15px 20px; margin:0 0 0 0; }
h2.colorful { color:#aaa; font-size:12pt; font-weight: bold; padding-top:6px; padding-bottom:10px; border-top:8px solid #1f8500; width:200px; }
#featured{ 
        float:left;
	width:380px; 
	padding-right:250px; 
	position:relative; 
	height:400px; 
	background:transparent;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; left:0px; 
	list-style:none; 
	padding:0; margin:0; 
	width:210px; 
}
#featured ul.ui-tabs-nav li{ 
	padding:0; padding-right:13px;  
	padding-bottom:1px;
	font-size:13px; 
	color:#555; 
}

#featured ul.ui-tabs-nav li img{ 
	float:left; margin:0 5px 0 0;
	padding:2px; 
	border:0;
	width:80px;
	height:80px;
}
#featured ul.ui-tabs-nav li span{ 
	font-size:11px;
	line-height:18px; 
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:58px; 
	color:#555; background:#0c0c0c; 
	line-height:20px;
	overflow:hidden;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#0a0a0a; 
}
#featured li.ui-tabs-selected{ 
	background:url(images/selected-item.png) top right no-repeat;  
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:url(images/selected.png) top left repeat-x;  
}
#featured .ui-tabs-panel{ 
	width:395px; height:300px; 
	position:absolute; 
	top:0; left:230px;
	overflow:hidden;
	border:0;
}
#featured .ui-tabs-panel img {
        margin-top:18px;
        width:350px;
        height:262px;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:190px; left:0; 
	height:70px; 
	padding:0 5px;
	background: url(images/transparent-bg.png); 
}
#featured .info h2{ 
	font-size:16px;
	color:#fff; padding:2px 5px; margin:0;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; 
	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; 
}