@charset "utf-8";
/* CSS Document */

#product_info{
	position:relative; 
	border-bottom-style:solid; 
	border-bottom-width:1px; 
	height:175px; width:100%; 
	padding-top:5px; 
	padding-bottom:5px; 
	margin-top:5px; 
	margin-bottom:5px; 
	overflow:hidden;
}
#product_info_prices{
	position:absolute; 
	bottom:30px; 
	right:10px; 
	width:250px; 
	z-index:20;	
}