@charset "utf-8";
/* CSS Document */
.tableProductsImgTop , .tableProductsImgBottom{	
	background-repeat: repeat-x;
	height: 8px;
}
.tableProductsImgTop{
	background-image: url(../pt/assets/img/bgProductsTop.jpg);
}
.tableProductsImgBottom{
	background-image: url(../pt/assets/img/bgProductsBottom.jpg);
}

.tableProducts , .tableProductsLeft , .tableProductsRight , .tableProductsTop , .tableProductsTopLeft , .tableProductsTopRight , .tableProductsDescription{ 
	border-width:0px;
	border-color:#d2d8e1;
	border-style:solid;
}
.tableProducts , .tableProductsLeft , .tableProductsRight , .tableProductsTop , .tableProductsTopLeft , .tableProductsTopRight{
	padding: 10px;
}
.tableProducts , .tableProductsTop{ 
	border-bottom-width: 1px;
	border-right-width: 1px;
}
.tableProducts{ 
	border-top-width: 0px;
}
.tableProductsLeft , .tableProductsTopLeft{
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
}
.tableProductsRight , .tableProductsTopRight{
	border-right-width: 1px;
	border-left-width: 0px;
	border-bottom-width: 1px;
}
.tableProductsTopLeft , .tableProductsTopRight , .tableProductsTop{
	border-top-width: 1px;
}
.tableProductsDescription{
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
}