.products {
	width: 90%;
	margin: 1em auto;
}

.prod_title {
	text-align: center;
	font-size: 2.2em;
	color: #0b763d;
	margin: 1em auto 0.5em auto;
}

.prod_title span {
	font-size: 0.8em;
	font-weight: bold;
	color: red;
}

table.prod_list {
	width: 100%;
	margin: 0.5em auto;
}

table.prod_list tr td.pres_left, table.prod_list tr td.pres_right {
	width: 4%;
	padding: 1.8em 0.2em;
	vertical-align: bottom;
}

table.prod_list tr td.desc_left, table.prod_list tr td.desc_right {
	width: 46%;
	padding: 0.8em 0;
	font-size: 2em;
	color: #0b763d;
}

table.prod_list tr td.desc_left a, table.prod_list tr td.desc_right a {
	color: #0b763d;
}

table.prod_list tr td.desc_left a, table.prod_list tr td.desc_right a, table.prod_list tr td.pres_left a, table.prod_list tr td.pres_right a, table.prod_list tr td.desc_left a:visited, table.prod_list tr td.desc_right a:visited, table.prod_list tr td.pres_left a:visited, table.prod_list tr td.pres_right a:visited {
	text-decoration: none;
}

table.prod_list tr td.desc_left a span, table.prod_list tr td.desc_right a span {
	font-size: 0.5em;
	color: black;
}

table.prod_list tr td.desc_left a p, table.prod_list tr td.desc_right a p {
	font-size: 0.5em;
	color: black;
}

table.prod_list tr td.pres_left a img, table.prod_list tr td.pres_right a img {
	width: 6em;
	text-align: center;
}

table.prod_list tr td.desc_left a p.more, table.prod_list tr td.desc_right a p.more {
	font-size: 0.4em;
	color: blue;
}

table.prod_list tr td.infos p, table.prod_list tr td.infos p a, table.prod_list tr td.infos p a:visited {
	text-align: center;
	text-decoration: none;
	margin: 0 0 1em 0;
	font-size: 1em;
	color: blue;
}

a span.tit {
	color: #0b763d;
	font-size: 0.9em;
}





