@charset "utf-8";
a {	text-decoration: none; color: #595959; }
a:visited { text-decoration: none; color: #595959; }
a:hover { text-decoration: none; color: #0072bc; }

.limpar {
	clear: both;
}
#produtos {
	width: 940px;
	padding: 25px 25px 20px 25px;
	margin: 0 auto;
	overflow: auto;
	font-family: Verdana, Geneva, sans-serif;
}
#produtos td { padding: 7px; }
#produtos h1 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
}
#produtos h1 span { display:inline; }
#produtos h3 {
	line-height: 14px;
	font-size: 14px;
}
.inputFundo {
	float: left;
	width: 888px;
	height: 30px;
	background-image:url(../imagens/produtos/bg_input1.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	text-align: right;
	padding: 8px 10px 0 0;
}
.inputFundoBt {
	float: left;
}
.inputFundo input {
	border: 0px;
	background-color: #efefef;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	height: 20px;
	width: 343px;
	color: #b1b3b6;
}

.produtosTitulo {
	border-bottom: 1px solid #0072bc;
}
.prodDescricao {
	width: 220px;
	border: none;
	margin: 40px 7px 0 7px;
	float: left;
}
.prodDescricaoFoto {
	height: 250px;
	border: none;	
}
.prodDescricaoCorpo {
	background-color: #e8e8e8;
	padding: 10px;
	height: 240px;
}
.prodDescricaoCorpo p {
	font-size: 12px;
	margin: 10px 0 0 0;
	text-align: justify;
}

.infoProduto {
	font-size: 12px;
	color: #747474;
	height: 24px;
	vertical-align: baseline;	
}

.produtosDireita {
	float: right; 
	width: 407px;
}

.produtosEsquerda {
	float: left;
	width: 510px;	
}
.produtosEsquerda h3 {
	color: #000;
	font-size: 12px;
	padding: 0;
	margin: 0 0 0 5px;
	font-weight: normal;
}
.produtosEsquerda p {
	margin: 0 0 10px 0;
	padding: 0;
}

.produtosEsquerda td {
	background-color: #e8e8e8;
	text-align: justify;
}
.produtosEsquerda table {
	margin-bottom: 15px;
}

.produtosImagem {
	width: 100%;
	height: auto;
	padding: 20px 0 20px 0;
	text-align: center;
}

.produtosMenu {
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	background: #e9e9e9;
}
.menuTitulo {
	float: left;
	display: inline-block;
	background: #0072bc;
	padding: 0 15px 0 15px;
	color: #fffefe;
	font-size: 17px;
}
#itemMenu {
	float: left;
	width: 175px;
	text-align: center;
	background: none;
}
#itemMenu a {
	color: #010000;
	text-decoration: none;
	font-size: 16px;
	display: block;
}
#itemMenu li a {
	color: #f1f2f2;
}
