﻿@charset "utf-8";
/* CSS Document - CETENE | Centro de Tecnologias Estratégicas do Nordeste

@author: Sérgio Hampel
@email: rhampel22@gmail.com
@company: Quarta Dimensão | Design & Tecnologia.
@url: http://www.cetene.gov.br
@date: 20/09/2011

*/

div#feature_list {
	width: 613px;
	height: 280px;
	overflow: hidden;
	position: relative;
	float:left
}

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

ul#tabs {
	right: 0;
	z-index: 2;
	width: 213px;
}

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

ul#tabs li img {
	padding: 5px;
	border: none;
	float: left;
	margin: 10px 10px 0 0;
}

ul#tabs li a {
	display:block; 
	height:84px; 
	color:#555;  background:#e1e1e1; 
	line-height:20px;
}

ul#tabs li a:hover {
	background:#f2f2f2
}

ul#tabs li.current {
	background:url('../images/icons/arrowTabPainel.gif') center left no-repeat;
}

ul#tabs li.current a {
	background:#006cbb;
	color: #FFF;
}

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

ul#output {
	left: 0;
	width: 390px;
	height: 280px;
	position: relative;
}

ul#output li {
	position: absolute;
	width: 390px;
	height: 280px;
}
