/* Border around each product */
.body {
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
}

.outerframe { 
	border: 1px solid #0066CC;
	background-color:#B3D9FF;
	color: #004C99;
	/*background-image:url(../images/tile_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;*/
	height: 250px;
	
}
/* details fonts */
.details { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000000;
}
/* Product name link fonts */
/*----------------------------- */
/* unvisited link */
a.name:link { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
/* visited link */
a.name:visited { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
/* mouse over link */
a.name:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7BB709;
	text-decoration: none;
	font-weight: bold;
}
/* selected link */
a.name:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7BB709;
	text-decoration: none;
	font-weight: bold;
}
/* list price fonts */
.listprice {
	color: #999999;
	text-decoration: line-through
}
/* Price font */
.price {
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
}
/* savings fonts and decorration */
.savings {
	color: #990000;
	line-height: 200%;
	border: 1px 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;
}
/* size control of item ara */
.featuredItems {
	/*display:block;*/
	width: 232px;/*141px;*/
	padding:0px 19px 20px 19px;
	/*float:left;*/
}

.tile {
		
}

/*table.specials {
	height:	250px;
	
}*/