.pt_element{
	width: 220px;
	height: 360px;
	float: left;
	text-align: center;
	position: relative;
	left: -6px;

}

.pt_header{
	background-image: url("imagens/a0.jpg");
	width: 208px;
	height: 32px;
	position: relative;
	left: 0;
	border-bottom-width: 1px;
	border-bottom-style : solid;
	border-bottom-color: #cfcfcf;
	margin: 0 auto;
}
.pt_data{
	float: left;
	width: 170;
	text-align: left;
	position: relative;
	left: 8px;
	top: 10px;
	font-size: 12px;
	font-family: verdana;
	color: #999999;
}

.pt_comments{
	float: left;
	width: 21px;
	position: relative;
	top: 9px;
	left:9px;
	font-size: 10px;
	font-family: verdana;
	color: #ffffff;
	text-align: center;
}



.pt_body{
	background-image: url("imagens/a1.bmp");
	width: 208;
	height: 316px;
	border-bottom-width: 1px;
	border-bottom-style : solid;
	border-bottom-color: #cfcfcf;
	position: relative;
	left: 0;
	margin: 0 auto;
	text-align: left;
}

.pt_thumb{
	width: 192px;
	height: 120px;
	position: relative;
	left: 8px;
	top: 8px;
	text-align: left;
}

.pt_titulo{
	width: 192px;
	height: 50px;
	text-align: left;
	position: relative;
	top: 8px;
	font-size: 14px;
	font-family: verdana;
	color: #6666aa;
	margin: 0 auto;
}


.pt_descr{
	width: 192px;
	text-align: left;
	position: relative;
	top: 12px;
	font-size: 12px;
	font-family: verdana;
	color: #666666;
	left: 8px;


}

.pt_hover{
	width: 192px;
	height: 120px;
	position: absolute;
	background-image: url("imagens/a2hover.jpg");
	text-align: left;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50) ;
	display: none;

}


.pt_mouseover{
	width: 192px;
	height: 120px;
	position: absolute;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0) ;
	text-align: left;
}






















