﻿div.products
{
	margin: 20px;
	display: inline;
}

div.product
{
	float: left;
	margin: 3px;
	/*padding: 3px;*/
	border: solid 2px gray; /*orange;*/
	background-color: #fefdc4;
	width: 450px;
	height: 165px;
}

div.product table
{
	margin: 0;
	padding: 0;
	width: 450px;
	height: 165px;
	max-height: 165px;
	border-collapse: collapse;
	border-spacing: 0;
}

div.product td.product_details
{
	width: auto;
	height: auto;
	/*max-height: 142px;*/
	
	vertical-align: top;
	
	margin: 0;
	padding: 0;
}

div.product td.product_more
{
	display: block;
	margin: 0;
	padding: 2px;
	background-color: gray; /*Orange;*/
	text-align: right;
	vertical-align: middle;
	height: 16px;
}

div.product td.product_more a
{
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: White;
}

div.product a
{
	display: block;
	text-decoration: none;
}

div.product td h4 a, td.product_details h4 a
{
	color: Black;
}


div.product td a
{
	display: block;
	text-decoration: none;
	font-weight: bold;
}

div.product td.product_more a:link, div.product td.product_more a:followed
{
	color: White;
}


/*div.product a img
{
	border-color: Black;
	border-width: 2px;
}*/

div.product h4
{
	margin: 6px;
	font-weight: bold;
	color: Black;
}

div.product h4 a:followed /*a:link h4 /*, div.product a:followed h4 /*, a:active h4*/
{
	color: Black;
}

div.product p
{
	margin: 6px;	
}

/*div.product a:link p, a:followed p /*, a:active p
{
	color: Black;
}*/

div.product td.product_details img
{
	float: left;
	border: 2px solid black;
	margin: 3px;
}

div.product td.product_more a:hover
{
	color: Orange;
}

div.product td.product_details h4 a:hover
{
	color: Orange;
}

div.product td.product_details p a
{
	color: gray;
}

div.product td.product_details p a:hover
{
	color: Orange;
}

div.product td.product_details a:link img, div.product td.product_details a:visited img
{
	border: 2px solid black;
}

div.product td.product_details a:hover img, div.product td.product_details a:focus img, div.product td.product_details a:active img
{
	background-color: Orange;
	border: 2px solid Orange;
}

