table#products
{
	border-spacing: 2px 50px;
	margin-left: auto;
	margin-right: auto;
}

table#products tr
{
	background-color: #960514;
}

table#products td
{
	color: #d3d2d2;
	font-family: "arial","sans-serif";
	font-size: 0.8em;
	padding-top: 0px;
}

table#products td a
{
	color: white;
	text-decoration: none;
}

table#products td b
{
	font-size: 1.2em;
	font-weight: bold; 
}

table#products div#cart
{
	background-image: url('../images/add2cart.png');
	background-repeat: no-repeat;
	margin: 10px auto 5px auto;	
	height: 25px;
	width: 120px;
}

table#products div#cart a
{
/*background-color: white;*/
	color: black;
	display: inline-block;
	font-family: arial;
	font-size: 1em;
	font-weight: bold;
	padding: 4px 21px 4px 17px;
}

#overlay 
{
	visibility: hidden;
   background-color: rgba(255,255,255,.7);
   float: left;
   height:100%;
   left: 0px;
   margin-top: 0px;
   padding-top: 30px;
   position: absolute;
   text-align:center;
   top: 0px;
   width:100%;     
   z-index: 100;
}

#overlay a
{
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
}

#overlay img
{
	border: 10px solid red;
}

#overlay p
{
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
}