/* Border around each product */
.outerframe {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f12c7e;
	border-right-color: #f7761b;
	border-bottom-color: #8acb3d;
	border-left-color: #fedc00;
}
/* details fonts */
.details { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
/* Product name link fonts */
/*----------------------------- */
/* unvisited link */
a.name:link { 
	color: #F12C7E;
	text-decoration: none;
}
/* visited link */
a.name:visited { 
	color: #f12c7e;
	text-decoration: none;
}
/* mouse over link */
a.name:hover {
	color: #F7761B;
	text-decoration: underline;
}
/* selected link */
a.name:active {
	color: #F12C7E;
	text-decoration: none;
}
/* list price fonts */
.listprice {
	text-decoration: line-through
}
/* Price font */
.price {

}
/* savings fonts and decorration */
.savings {
	color: #990000;
	line-height: 200%;
	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;
}

IMG.pImage {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width:1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f12c7e;
	border-right-color: #f7761b;
	border-bottom-color: #8acb3d;
	border-left-color: #fedc00;
	vertical-align:top;
}

