@charset "utf-8";
/* CSS Document */

#products{
	position:relative;
	display:inline-block;
	border-bottom-style:solid; 
	border-bottom-width:1px; 
	height:275px; 
	width:225px; 
	padding-top:5px;
	padding-bottom:5px; 
	margin-top:5px; 
	margin-bottom:5px;
	margin-right:10px; 
	overflow:hidden;
	background-color:white;
}
#product_container{
	height:285px;
	width:225px;
	background-color:white;
}
#product_image_div{
	position:absolute; 
	left:0px; 
	height:175px;
	width:175px;
	display:block;
	margin-right:auto;
	margin-left:auto;
	overflow:hidden;
	background-color:white;
}
#product_image{
	max-height:175px; 
	max-width:175px;
} 
#product_info{
	position:absolute;
	left:0px;
	top:180px;
	width:215px;
	background-color:white;
}
#product_name{
	font-size:12px;
	text-decoration:underline;
}
#product_flag{
	position:absolute;
	right:0px;
	top:0px;
	width:auto;
	font-size:11px;
	margin-right:3px;
	background-color:white;	
}
#product_blurb{
	font-size:10px;
	color:red;
	display:none;
}
#product_brand{
	display:none;
}
#product_item_id{
	display:none;
}
#product_prices{
	position:absolute;
	bottom:10px; 
	left:5px; 
	width:215px;
	height: 50px;
	z-index:20;
	background-color:white;
}
.product_price_label{
	text-align:left;	
	width:55px;
}
#retailprice{
	font-size:10px;
	color:#C0C0C0;
}
#yourprice{
	font-size:18px;
}
#savings{
	font-size:12px;
	color:green;
	font-weght:bold;
}
