
/*== featured box begin ==*/
#featured {
	width:986px;
	clear:both;
	position:relative;
	height:354px;
	margin:1px  0 0 0;
	float:left;
	background-color:#C7C6C6;
	padding:4px;
}
#featured ul.ui-tabs-nav {
	position:absolute;
	top:127px;
	left:486px;
	list-style:none;
	width:615px;
	z-index:100;
	background:url(../../imagens/tabs-nav-bg.png) left top;
	padding:13px 11px 10px 11px;
	width:10px;

}
#featured ul.ui-tabs-nav li {
	width:10px;
	height:10px;
	overflow:hidden;
	margin-bottom:4px;
	background:url(../../imagens/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(../../imagens/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:472px;
	height:354px;
	background:#161616;
	position:absolute;
	left:518px;
	top:4px ;
	color:#838383;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.1em;
}
#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;
	line-height:22px;
	list-style:none;
}
#featured .info ul li.last {
	border-bottom:none;
	font-weight:normal !important;
}

#featured .info ul li.last strong {
	border-bottom:none;
	font-weight:normal !important;
}
#featured .info ul li strong {
	float:left;
	color:#fff;
	padding-left:6px;

font-family:Arial,Helvetica,sans-serif;
font-size:14px;
}
#featured .info ul li span {
	float:right;
	font-family:Arial,Helvetica,sans-serif;
font-size:14px;
color:#EFB500;

}
#featured .info .button {
	background:url(../../imagens/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;
}
/*== featured box end ==*/
