/* Border around each product */
.outerframe { 
	border: 0px dashed #999999;
	color: #003366;
}
/* details fonts */
.details {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10px;
	color: #FFFFFF;
}
/* Product name link fonts */
/*----------------------------- */
/* unvisited link */
a.name:link {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
/* visited link */
a.name:visited {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
/* mouse over link */
a.name:hover {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
/* selected link */
a.name:active {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
/* list price fonts */
.listprice {
	color: #FFFFFF;
	text-decoration: line-through
}
/* Price font */
.price {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
/* savings fonts and decorration */
.savings {
	color: #990000;
	line-height: 200%;
	border: 0px 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;
}

