div#feature_list {
	font-family: Arial;
	width: 540px;
	height: 240px;
	overflow: hidden;
	position: relative;
	background: url('/img/fundo_destaques.png');
	margin-bottom: 10px;
}

div#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;	
	padding: 0;
	margin: 0;
}

div#feature_list ul#tabs {
	left: 0;
	z-index: 2;
	width: 40px;
}

div#feature_list ul#tabs li {
	font-size: 12px;
	font-family: Arial;
}

div#feature_list ul#tabs li a {
	color: #666;
	text-decoration: none;	
	display: block;
	height: 30px;
	line-height: 30px;
	width: 40px;
	text-align: center;
	outline: none;
	font-size: 16px;
	font-weight: bold;
	margin: 8px 0px;
}

div#feature_list ul#tabs li a:hover {
	text-decoration: underline;
}

div#feature_list ul#tabs li a.current {
	background:  url('/img/feature-tab-current.png');
	color: #FFF;
}

div#feature_list ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}

ul#output {
	right: 0;
	width: 480px;
	height: 240px;
	position: relative;
}

ul#output li {
	position: absolute;
	width: 480px;
	height: 240px;
	cursor: pointer;
}
ul#output li div.descricao {
	width: 290px;
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #808080;
	font-size: 12px;
	text-align: justify;
}
ul#output li div.img {
	width: 150px;
	height: 150px;
	float: left;
	border: 4px solid #EEE;
	-moz-border-radius: 8px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
}
ul#output li img {
	max-width: 150px;
	max-height: 150px;
}
ul#output li div.descricao a {
	color: #000;
}
ul#output li div.preco {
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 8px 12px;
	background: none;
	font-size: 32px;
	color: #0066CC;
	font-weight: bold;
}
div#feature_list h3 {
	margin: 0;
	margin-bottom: 10px;
	padding: 14px 0 0 0;
	font-size: 14px;
	text-transform: uppercase;
	color: #0066CC;
	text-decoration: none;
}
div#feature_list h3 a {
	color: #0066CC;
	text-decoration: none;
}
div#feature_list h3 a:hover{
	color: #000;
}