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

.featured_items { clear:both; width:596px; height:175px;}
	.featured_items .special_offers { clear:both;}
		.featured_items .special_offers .featured_product { float:left; width:130px; height:162px; margin:8px; margin-top:5px; background:#2f2f2f; color:#000;}
			.featured_items .special_offers .featured_product .product_image { float:left; height:110px; width:110px; margin:7px; padding:3px; margin-bottom:4px; background:#fff;}
				.featured_items .special_offers .featured_product .product_image img { width:110px; height:110px; }
			.featured_items .special_offers .featured_product .product_name { float:left; width:110px; font-weight:bold; padding-left:7px; height:15px; overflow:hidden; }
			.featured_items .special_offers .featured_product .product_name a {font-size: 11px; color:#646464;}
			.featured_items .special_offers .featured_product .lowest_priced_product { float:left; width:110px; padding-left:7px;  }
				.featured_items .special_offers .featured_product .lowest_priced_product .text { float:left; font-size: 11px; color:#fff;}
				.featured_items .special_offers .featured_product .lowest_priced_product .value { float:left; padding-left:5px; font-size: 11px; color:#fff;}
