table.table_products td
{
	text-align: center;
	vertical-align:middle;
	font-size:10pt;
	border:1px solid #808080;
}
table.table_products a
{
	text-decoration: none;
	color: rgb(255, 255, 255);
}
table.table_products a:hover
{
 	color: rgb(220, 220, 220);
}

td.td_products
{
	font-weight: bold;

	width:200px;
	height:60px;
}
td.td_products a
{
	display:block;

	width:200px;
	height:60px;

	background-image: url('../images/buy/button_buy.jpg');
	background-repeat: no-repeat;
}
td.td_products a:hover
{
	background-image: url('../images/buy/button_buy_hover.jpg');
}

td.td_usermanual
{
	width:200px;
	height:30px;
}
td.td_usermanual a
{
	display: block;

	width:200px;
	height:30px;

	background-image: url('../images/buy/button_manual.jpg');
	background-repeat: no-repeat;
}
td.td_usermanual a:hover
{
	background-image: url('../images/buy/button_manual_hover.jpg');
}

