@CHARSET "UTF-8";

 

#products a .product {
	color: black;
	text-decoration: none;
}

#products  a:hover .product  {
	border: 1px solid black;
	cursor: hand;
}

.product{
	
	background-color: #E0EFE4;
	border: 1px solid #C2CFC6;
margin-bottom: 10px;
padding: 2px;
vertical-align: top;
text-align: left;
}

.product .left {
	text-align: left;
}

.product .right {
	text-align: right;
}

.product h2 {
	display: inline;
}

.product span {
	width: 80px;
}

.product .cell {
padding: 4px;
}



.product img {
	border: 1px solid #5C6A60;
}


.product a  {
	color: #5D6A60;
	text-decoration: none;
}

.product  a:hover  {
	color: #B5C3B5;
	cursor: hand;
}

.product th {
	vertical-align: top;
	text-align: right;
	padding-right: 3px;
}
