@import url(global.css);


#conteudo {  }
#conteudo h2.realTitle {  }
#conteudo div.cabecalho {  }
#conteudo div.cabecalho ul {  }
#conteudo div.cabecalho ul li.voltar {  }
#conteudo div.cabecalho ul li.voltar a {  }
#conteudo div.cabecalho ul li.home {  }
#conteudo div.cabecalho ul li.home a {  }
#conteudo div.cabecalho h3 {  }


#colunaAuxiliar {  }
#colunaAuxiliar p { padding: 0 10px;  }


#conteudo { overflow: hidden; }
#conteudo h4 { 
	text-transform:uppercase;
	font: bold 11px "Trebuchet MS", Arial;
	color:#999999;
	padding-bottom: 20px;
}

#conteudo ul.caracteristicas {
	float: right;
	position: relative;
	width: 160px;
}

#conteudo ul.produtos {
	margin-left: -15px;
	_margin-left: -30px;
	position: relative;
	width: 635px;
	_width: 650px;
	overflow: hidden;
}

#conteudo ul.produtos li {
	float: left;
	height: 165px;
	margin-left: 15px;
	width: 140px;
}
#conteudo ul.produtos li a.detalhes {
	font-size: 10px;
	color:#999999;
	display:block;
	text-decoration:none;
	text-align:center;
  }
#conteudo ul.produtos li a.detalhes img { display:block; margin: 0 auto; }
#conteudo ul.produtos li a.detalhes strong {
	display: block;
	padding-top: 8px;
	font-weight:normal
}




/* DETALHES */
div.detalhes {
	height: 300px;
	width: 600px;
}

div.detalhes img {
	float:left;
	margin-bottom: 10px;
}
div.detalhes div.tabela {
	float:left;
	height: 240px;
	overflow: auto;
	padding-left: 15px;
	width: 320px;
}

div.detalhes div.tabela table {
	border-collapse:collapse;
	clear: both;
	display: table;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
}

div.detalhes div.tabela table th,
div.detalhes div.tabela table td {
	padding-right: 15px;
}

div.detalhes div.tabela table thead th,
div.detalhes div.tabela table thead td {
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
	padding-bottom: 5px;
}

div.detalhes div.tabela table tbody th,
div.detalhes div.tabela table tbody td {
	font-size: 11px;
	padding-top: 5px;
}

div.detalhes div.tabela table img {
	margin-right: 4px;
}

div.detalhes a {
	background: transparent url(../imgs/produtosSetaDetalhes.gif) no-repeat 0 4px;
	color: #333;
	display: block;
	clear: both;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 8px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-transform: uppercase;
}
