.produtos_item {
	width:168px;
	/*height:165px;*/	
	border:1px solid #CCCCCC;	
	padding:5px;
	margin: 5px;
	
	
	/* for child absolute position */
	position:relative;
	
	/* display div in line */
	float:left;
}
.zitem {
	width:165px;
	height:165px;	
	border:1px solid #CCCCCC;
	
	/* required to hide the image after resized */
	overflow:hidden;
	
	/* for child absolute position */
	position:relative;
	
	/* display div in line */
	float:left;
}

.zitem .caption {
	width:165px;
	height:30px;
	background:#996600;
	color:#fff;
		
	/* fix it at the bottom */
	position:absolute;
	bottom:-1px; /* fix IE issue */
	left:0;

	/* hide it by default */
	display:none;

	/* opacity setting */
	filter: alpha(opacity=70);    /* ie  */
	-moz-opacity: 0.7;    /* old mozilla browser like netscape  */
	-khtml-opacity: 0.7;    /* for really really old safari */  
	opacity: 0.7;    /* css standard, currently it works in most modern browsers like firefox,  */

}

.zitem .caption a {
	text-decoration:none;
	color:#fff;
	font-size:12px;	
	
	/* add spacing and make the whole row clickable*/
	padding:5px;
	display:block;
}

.zitem img {
	border:0;
	
	/* allow javascript moves the img position*/
	/*position: absolute;*/
}

A.normal:link {
	font-family: Arial;
	text-decoration: none;
	color: #003F87;
	font-size: 12px;
}
A.normal:visited {
	font-family: Arial;
	text-decoration: none;
	color: #003F87;
	font-size: 12px;
}
A.normal:active {
	font-family: Arial;
	text-decoration: none;
	color: #003F87;
	font-size: 12px;
}
A.normal:hover {
	font-family: Arial;
	text-decoration: underline;
	color: #003F87;
	font-size: 12px;
}

.preco {
font-size: 12px;
font-weight: bold;
border-bottom: 1px dotted #333333;
}

