ul.exibe_produtos{
	position:relative;
	text-align:center;
	margin:0px;
	padding:0px;
	float:left;
	width:100%;
	list-style:none;
	overflow:hidden;
	border: 0px #0C3 solid;
	background:#FFF;
	z-index:1;
}
ul.exibe_produtos a{
	text-decoration:none;
}
ul.exibe_produtos li{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	float:left;
	display:inline-block;
	padding-bottom:10px;
	list-style:none;
	
	min-height:275px;
	-height:278px;
	text-align:center;
	vertical-align:top;
 
	background:url(../files/imagens/system/fundoProdutos.gif) right bottom no-repeat;
}
ul.exibe_produtos li img{
	padding-top:10px;
	border:0px solid #006;
	width:150px !important;
}
         
ul.exibe_produtos li .titulo_prod{
	font-size:13px;
	padding:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	border:0px solid #666;
	height:40px;
}
ul.exibe_produtos #desc_valor {
	float:left;
	border:0px solid #333;
	height:40px;
	width:100%;
}
ul.exibe_produtos #desc_valor .preco_promocao{
	font-size:12px;
	font-style:oblique;
	text-decoration: line-through;
	font-weight:normal;
}
ul.exibe_produtos #desc_valor .preco_por{
	font-size:13px;
	color:#C10000;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	cursor:default;
}
ul.exibe_produtos #desc_valor .preco_consulte{
	font-size:12px;
	color:#900;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	cursor:default;
}