/* Border around each product */
.outerframe {
	color: #003366;
	padding: 6px;
	border-top: none;
	border-right: none;
	border-bottom: 1px none #6F7E5D;
	border-left: none;
}
/* details fonts */
.details { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
/* Product name link fonts */
/*----------------------------- */
/* unvisited link */
a.name:link {
	color: #7B2705;
	text-decoration: none;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
/* visited link */
a.name:visited {
	color: #7B2705;
	text-decoration: none;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
/* mouse over link */
a.name:hover {
	color: #3A4032;
	text-decoration: none;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
/* selected link */
a.name:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}
/* list price fonts */
.listprice {
	color: #999999;
	text-decoration: line-through
}
/* Price font */
.price {
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
}
/* savings fonts and decorration */
.savings {
	color: #990000;
	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;
}
