/* Border around each product */

.outerframe { 

	border: solid 1px #ccc;

}

/* details fonts */

.details { 

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #666666;

}

/* Product name link fonts */

/*----------------------------- */

/* unvisited link */

a.name:link { 

	font-family: Verdana;

	font-size: 12px;

	color: #9f4e16;

	text-decoration: none;

	font-weight: bold;

}

/* visited link */

a.name:visited { 

	font-family: Verdana;

	font-size: 12px;

	color: #9f4e16;

	text-decoration: none;

	font-weight: bold;

}

/* mouse over link */

a.name:hover {

	font-family: Verdana;

	font-size: 12px;

	color: #988f51;

	text-decoration: none;

	font-weight: bold;

}

/* selected link */

a.name:active {

	font-family: Verdana;

	font-size: 12px;

	color: #9f4e16;

	text-decoration: none;

	font-weight: bold;

}

/* list price fonts */

.listprice { color: #999999; font-size: 10px; text-decoration: line-through

 }

/* Price font */

.price {

	font-size: 12px;

	color: #9f4e16;

	font-weight: bold;

}

/* savings fonts and decorration */

.savings {

	color: #9f4e16;

	line-height: 200%;

	border: solid 1px #ff9900;

	background-color: #ffffcc;

	padding-right: 4px;

	padding-left: 4px;

	text-decoration: none;

	font-size: 12px;

}

/* hot deal image positioning */
