/* Border around each product */
.outerframe { 

}
/* details fonts */
.details { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}
/* Product name link fonts */
/*----------------------------- */
/* unvisited link */
a.name:link { 

}
/* visited link */

/* list price fonts */
.listprice {
	color: #999999;
	text-decoration: line-through
}
/* Price font */
.price {

}
/* savings fonts and decorration */
.savings {

}
/* hot deal image positioning */
.hotdeal {
	left: -35px; /* negative numbers will move the image over the product picture */
	position: relative;
	z-index: auto;
}

