.tbl {

padding: 5px;
}

.featuredtitle {
background-color: #81616D;
}

/* Border around each product */

.productbg { 
	border: 2px solid #FAE6ED;
	color: #ffffff;
	background-color: #a1868f;
	padding: 2px 2px 2px 2px;
}

/* details fonts */
.details { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #ffffff;
}
/* Product name link fonts */
/*----------------------------- */
/* unvisited link */
a.name:link { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FAE6ED;
	text-decoration: none;
	font-weight: bold;
}
/* visited link */
a.name:visited { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FAE6ED;
	text-decoration: none;
	font-weight: bold;
}
/* mouse over link */
a.name:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
/* selected link */
a.name:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FAE6ED;
	text-decoration: none;
	font-weight: bold;
}
/* list price fonts */
.listprice {
	color: #ffffff;
	text-decoration: line-through
}
/* Price font */
.price {
	font-size: 90%;
	color: #ffffff;
	font-weight: bold;
}
/* savings fonts and decorration */
.savings {
	color: #FAE6ED;
	line-height: 200%;
	border: 1px solid #FF9900;
	background-color: #FFFFCC;
	padding-right: 4px;
	padding-left: 4px;
	text-decoration: none;
	font-size: 12px;
}
/* hot deal image positioning */
.hotdeal {
	left: -35px; /* negative numbers will move the image over the product picture */
	position: relative;
	z-index: auto;
}

.
