#featured {
	width:883px;
	position:relative;
	height:230px;
	margin:8px;
}
#featured ul.ui-tabs-nav {
	position:absolute;
	top:52px;
	left:851px;
	list-style:none;
	width:883px;
	z-index:100;
	background:url(../media/tabs-nav-bg.png) left top;
	padding:12px 11px 12px 11px;
	width:10px;
}
#featured ul.ui-tabs-nav li { 
	width:10px; 
	height:10px; 
	overflow:hidden; 
	margin-bottom:4px;
	background:url(../media/item.png) no-repeat 1px top;
	vertical-align:top;
	font-size:0;
	line-height:0;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected { 
	background:url(../media/item-selected.png) no-repeat left top;
}
#featured ul.ui-tabs-nav li a {
	display:block;
	width:10px;
	height:10px;
	overflow:hidden;
}
#featured .info { 
	width:402px;
	height:354px;
	background:#161616;
	position:absolute;
	left:518px;
	top:0;
	color:#fff;
	font-size:1.1em;
	font-family:Arial, Helvetica, sans-serif;
}
#featured .info .inner { 
	padding:35px 50px 0 45px;
}
#featured .info ul {
	padding-bottom:25px;
}
#featured .info ul li {
	border-bottom:1px solid #2d2d2d;
	width:100%;
	overflow:hidden;
	padding-bottom:2px;
	margin-bottom:2px;
	vertical-align:top;
}
#featured .info ul li.last {
	border-bottom:none;
}
#featured .info ul li strong {
	float:left;
	color:#fff;
	padding-left:6px;
}
#featured .info ul li span {
	float:right;
}
#featured .info .button {
	background:url(images/button.gif) no-repeat left top;
	width:92px;
	height:31px;
	float:left;
	display:block;
	color:#000;
	line-height:31px;
	text-align:center;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
#featured .info .button:hover {
	color:#fff;
}
#featured .info .price {
	font-size:30px;
	line-height:1.2em;
	color:#fff;
	font-weight:normal;
	float:right;
}
#featured .ui-tabs-hide {
	display:none;
}
