.products_table
{
	width: 100%;
	font-size: 10px;
}

.products_table td
{
	text-align: center;
	padding: 2px;
	margin: 0;
}

.products_table td a 
{
	color: #555555;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.products_table td .buy a
{
	color: blue; 
	text-decoration: underline;
	font-weight: normal; 
}


.products_table td a:hover
{
	text-decoration: underline;
	color: #000000;
}

.products_table td a img
{
	border: 1px solid #CCCCCC;
}

.products_table td a:hover img
{
	border: 1px solid #555555;
}

.products_table td span
{
	color: #AAAAAA;
}

.products_table td span span
{
	color: #993333;
	font-weight: bold;
}
