﻿/* Border around each product */

.outerframe { 
	border: 2px solid #0000FF;
	color: #CCFF66;
	background-color: #FFFFFF;
}

/* details fonts */

.details { 
	font-family: Segoe UI, Arial, Verdana;
	font-size: 12px;
	color: #666666;
}

/* Product name link fonts */

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

/* unvisited link */

a.name:link { 
	font-family: Segoe UI, Arial, Verdana;
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}

name { 
	font-family: Segoe UI, Arial, Verdana;
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}


/* visited link */

a.name:visited { 
	font-family: Segoe UI, Arial, Verdana;
	font-size: 12px;
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}

/* mouse over link */

.name:hover {
	font-family: Segoe UI, Arial, Verdana;
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}

/* selected link */

a.name:active {
	font-family: Segoe UI, Arial, Verdana;
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}

/* list price fonts */

.listprice {
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

/* Price font */

.price {
	font-size: 14pt;
	color: #FF0000;
	font-weight: bold;
}

/* savings fonts and decorration */

.savings {
	color: #FFFFFF;
	line-height: 100%;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}

/* hot deal image positioning */

.hotdeal {
	left: -35px; /* negative numbers will move the image over the product picture */
	position: relative;
	z-index: auto;
}