@charset "utf-8";
/* CSS Document */

/* Style the titles */
td a:link{
text-decoration:none;	
font-weight:bold;
color:#FFF;

}
td a:visited{
text-decoration:none;	
font-weight:bold;
color:#FFF;
	}
td a:hover{
text-decoration:none;
font-weight:bold;
color:#FFF;
	}
td a:active{
text-decoration:none;	
font-weight:bold;
color:#FFF;
	}
	
/* Styling the product Layout in the table */

.productBackground
	{
	width: 178px;
	height: 124px;
	background:url(../images/site_images/productsBg.png) 0 0 no-repeat;
	padding: 0px 6px 6px 6px;
	text-align:center;
}

.productBackground img
	{
	width:178px;
	height:94px;
}
.productTitle
	{
	padding:5px 0px 0px 0px;
	height:25px;
	width:178px;
	text-align:center;
}
