.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;
}

span.buy a.add-cart
{
    color: blue; 
    text-decoration: underline;
    font-weight: normal; 
    padding-left: 6px;
}

span.buy img
{
	border: none;
    text-decoration: none;
    vertical-align: bottom;
    margin: 0;
}


.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;
}

#content h1.product_name
{
    margin: 0;
    padding: 0;
	font-size: 11pt;
	font-weight: bold;
    border-bottom: 1px solid #eee;
}

p.product_code
{
    margin: 0;
}

p.price span {
    font-size: 24px;
    color: green;
}

p.price img
{
	vertical-align: bottom;
	margin: 0 0 0 12px;
}
