#featured
{
	width: 400px;
	padding-right: 250px;
	position: relative;
	height: 250px;
	background: #FFF;
	z-index: 1;
}
#featured UL.ui-tabs-nav
{
	position: absolute;
	top: 0;
	left: 400px;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 310px;
	z-index: 1;
}
#featured UL.ui-tabs-nav LI
{
	padding: 0px;
	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: 24px/0.8 ptsansnarrowregular, calibri;
}
#featured LI.ui-tabs-nav-item A
{
	display: block;
	height: 45px;
	color: #333;
	background: #FAFAFA;
	line-height: 20px;
	padding-left: 8px;
	padding-top: 12px;
	padding-bottom: 5px;
	text-decoration: none;
	padding-right: 8px;
}
#featured LI.ui-tabs-nav-item A.selected
{
	color: #FF0000;
}
#featured LI.ui-tabs-nav-item A:hover
{
	background: #F2F2F2;
}
#featured LI.ui-tabs-selected
{
	/*[disabled]background:url('../images/selected-item.gif') no-repeat top left;*/
}
#featured UL.ui-tabs-nav LI.ui-tabs-selected A
{
	background: #CCC;
}
#featured .ui-tabs-panel
{
	width: 400px;
	height: 250px;
	background: #999;
	position: relative;
}
#featured .ui-tabs-panel .info
{
	position: absolute;
	top: 180px;
	left: 0;
	height: 70px;
	background: url('../images/transparent-bg.png');
}
#featured .info H2
{
	color: #FFF;
	padding: 5px 5px 0px;
	margin: 0;
	overflow: hidden;
	font: 23px ptsansnarrowbold;
}
#featured .info P
{
	margin: 0 5px;
	color: #F0F0F0;
}
#featured .info A
{
	text-decoration: none;
	color: #FFF;
}
#featured .info A:hover
{
	text-decoration: underline;
}
#featured .ui-tabs-hide
{
	display: none;
}
