@CHARSET "UTF-8";

table.products {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

table.products td {
	padding: 2px;
	padding-bottom: 10px;
}

table.products td.thumbnail {
	width: 130px;
	height: 90px;
	padding-right: 10px;
	text-align: center;
}

table.products td.thumbnail img {
	/*max-width: 130px;
	max-height: 90px;*/ 
}

table.products td.description {
	text-align: justify;
}

table.products td.description h3 {
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
	font-size: 16px !important;
}

table.products td.description p {
	padding: 0;
	margin: 0;
}	
	
table.products td.price {
	width: 120px;
}

table.products td.price .title {
	text-align: center;
}

table.products td.price .value {
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}