/* show cart */

 
/********************************************/
.list_products td{
	width: 170px;
	height: auto;
}

#product .image{
	padding-top:10px;
}

.detail{ 
	background-position:bottom left; 
	margin-right:2px;/* interior-padding right */ 
	padding:1px 0 1px 4px
}
.detail .description{
	height: 18px;
	text-align: justify;
}
.detail .preview{
	text-align:left;
}
.detail .download{
	text-align:center;
	font-size: 16px;
}
#product .download{
	text-align:center;
	font-size: 18px;
}
.list_products p{
	text-align: center;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}

