/* Border around each product */

.outerframe { 

	border: 1px solid #CCC;

	color: #003366;

}

/* details fonts */

.details { 

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

	font-size: 11px;

	color: #000000;

}

/* Product name link fonts */

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

/* unvisited link */

a.name:link { 

	font-size: 12px;
	font-family : Verdana,Arial,sans-serif;
	font-weight : bold;
	padding: 5px;
	background-color: #333;
	color : #FFF;
	margin-top:0px;

}

/* visited link */

a.name:visited { 
	font-size: 12px;
	font-family : Verdana,Arial,sans-serif;
	font-weight : bold;
	padding: 5px;
	background-color: #333;
	color : #FFF;
	margin-top:0px;
}

/* mouse over link */

a.name:hover {

	font-size: 12px;
	font-family : Verdana,Arial,sans-serif;
	font-weight : bold;
	padding: 5px;
	background-color: #333;
	color : #FFF;
	margin-top:0px;

}

/* selected link */

a.name:active {

	font-size: 12px;
	font-family : Verdana,Arial,sans-serif;
	font-weight : bold;
	padding: 1px;
	background-color: #333;
	color : #FFF;
	margin-top:0px;

}

/* list price fonts */

SPAN.listprice {

	color: #003366;

	text-decoration: line-through;

	font-size: 12px;

}

/* Price font */

.price {

	font-size: 20px;

	color: #FF0000;

	font-weight: bold;

}

/* savings fonts and decorration */

.savings {

	color: #000000;

	line-height: 150%;

	border: 1px solid #FF9900;

	background-color: #CC9900;

	padding-right: 0px;

	padding-left: 0px;

	text-decoration: none;

	font-size: 100%;

}

/* hot deal image positioning */

.hotdeal {

	left: -35px; /* negative numbers will move the image over the product picture */

	position: relative;

	z-index: auto;

}

