/* Border around each product */
.outerframe {
	color: #003366;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #B8B8B8;
}
/* details fonts */
.details { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EEEEEE;
}
/* Product name link fonts */
/*----------------------------- */

a.name:link { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #1190FF;
	text-decoration: underline;
	font-weight: normal;
}
a.name:visited { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #1190FF;
	text-decoration: underline;
	font-weight: normal;
}
a.name:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #1FB8FF;
	text-decoration: underline;
	font-weight: normal;
}
a.name:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #1190FF;
	text-decoration: underline;
	font-weight: normal;
}
/* list price fonts 
.listprice {
	color: #999999;
	text-decoration: line-through
}*/
/* Price font */
.price {
	font-size: 10px;
	color: #F5F5F5;
	font-weight: normal;
}
/* 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;
}
