.subtitulo { font-size:12px; }

.produtolista {
	width:450px;
	float:left;
	height:230px;
}

.produtolistadireita {
	float:left;
	width: 240px;
}

.produto {
	display:block;
	float:left;
	margin:0 25px 20px 0;
	border-left:solid 1px #999999;
	padding-left:5px;
	font:13px Trebuchet MS, Tahoma, Arial;
	text-decoration:none;
	color:#333333;
	width: 166px;
	height: 172px;
}


.produto:hover {
	background:#FFFFFF;
	border-left:solid 1px #CC0000;
	padding-left:5px;
	text-decoration:none;
	color:#CC0000;
}

.produtog {
	display:block;
	float:left;
	margin:0 0 20px 25px;
	border-left:solid 1px #999999;
	padding-left:5px;
	font:13px Trebuchet MS, Tahoma, Arial;
	text-decoration:none;
	color:#333333;
}

.titproduto {
	border-bottom:solid 1px #999999;
	padding-bottom:5px;
	text-indent:10px;
	font:16px Arial;
	color:#000000;
}
.descproduto {
	padding-left: 20px;
}

.menusub { 
	display:block;
	float:left;
	padding:4px;
	margin:0 0 5px 0;
	border-right:solid 1px #FF9D9D;
	background: url(../img/geral/submenu.jpg);
	font:bold 13px Trebuchet MS;
	text-decoration:none;
	color: #FFFFFF;
}
.menusub:hover { 
	color: #FFFFFF;
	background: url(../img/geral/submenu.jpg) 0 -25px;
}


.verproduto {
	display:block;
	height:27px;
	background: url(../img/geral/bt_verproduto.gif) no-repeat;
	font:bold 14px "Trebuchet MS", Arial;
	color: #666666;
	text-decoration: none;
	text-indent: 30px;
	line-height: 27px;
}

.verproduto:hover {
	background: url(../img/geral/bt_verproduto.gif) 0 -27px no-repeat;
	color:#000000;
}

.indiqueproduto {
	display:block;
	height:27px;
	background: url(../img/geral/bt_indique.gif) no-repeat;
	font:bold 14px "Trebuchet MS", Arial;
	color: #666666;
	text-decoration: none;
	text-indent: 30px;
	line-height: 27px;
}

.indiqueproduto:hover {
	background: url(../img/geral/bt_indique.gif) 0 -27px no-repeat;
	color:#000000;
}

.encomende {
	display:block;
	height:27px;
	background: url(../img/geral/bt_encomende.gif) no-repeat;
	font:bold 14px "Trebuchet MS", Arial;
	color: #666666;
	text-decoration: none;
	text-indent: 30px;
	line-height: 27px;
}

.encomende:hover {
	background: url(../img/geral/bt_encomende.gif) 0 -27px no-repeat;
	color:#000000;
}

.print {
	display:block;
	height:27px;
	background: url(../img/geral/bt_print.gif) no-repeat;
	font:bold 14px "Trebuchet MS", Arial;
	color: #666666;
	text-decoration: none;
	text-indent: 30px;
	line-height: 27px;
}

.print:hover {
	background: url(../img/geral/bt_print.gif) 0 -27px no-repeat;
	color:#000000;
}

.voltar {
	display:block;
	height:27px;
	background: url(../img/geral/bt_voltar.gif) no-repeat;
	font:bold 14px "Trebuchet MS", Arial;
	color: #666666;
	text-decoration: none;
	text-indent: 30px;
	line-height: 27px;
}

.voltar:hover {
	background: url(../img/geral/bt_voltar.gif) 0 -27px no-repeat;
	color:#000000;
}