/* Page specific styling for include pages */

/* shop/index.php landing page styling */
.containers {
	width:855px; 
	height:240px; 
	margin: 10px 17px; 
	float:left; 
	background:url(../../images/backgrounds/featured_items_bg.jpg); 
	background-repeat:no-repeat;}
	
.headers {
	float: left; 
	width: 800px; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px; color:#ffffff; 
	padding: 5px 0 0 25px;}

div.items {
	width: 275px;
	float:left;
	margin:3px 5px;
}
