/* BLOCK FEATURED PRODUCTS */
#featured_products_block {
	position:relative;
	top:0px;
	left:0px;
	margin-bottom:10px;
	width:536px;
}

	#featured_products_block h4 {
		position:relative;
		top:0px;
		left:0px;
		height:23px;
		width:536px;
		line-height:20px;
		padding-left:5px;
		text-transform:uppercase;
		color:#FFF;
		background: transparent url('../../img/modules/homefeatured/block_featured_products_header.png') no-repeat top left;
	}
	
	#featured_products_block .block_content {
		background:#000000 none repeat scroll 0 0;
		padding:0;
	}
	
		#featured_products_block .block_content ul{
			height:255px;
		}
		
			#featured_products_block .block_content li{
				background-color:#AAAAAA;
				border-bottom:1px solid white;
				border-right:2px solid white;
				clear:none;
				float:left;
				margin-top:0;
				padding:0;
				width:132px;
				list-style:none;
				height:255px;
				padding-bottom:10px;
			}
			
			#featured_products_block .block_content li.last_item{
				border-right:0px;
				width:134px;
			}
			
			#featured_products_block .block_content li h5{
				padding:10px;
				height:30px;
			}
			
				#featured_products_block .block_content li h5 a{
					color:#FFFFFF;
					font-size:11px;
					text-decoration:none;
				}
				
			#featured_products_block .block_content a.product_image {
				background-color:transparent;
				display:block;
				height:129px;
				margin-left:2px;
				width:129px;
			}
			
			#featured_products_block .block_content span.price {
				display:block;
				font-size:1.6em;
				padding:0.5em 0;
				text-align:center;
				color:#585858;
				font-weight:bold;
				white-space:nowrap;
			}
			#featured_products_block .block_content .button{
				background-image:url('../../img/modules/homefeatured/button-medium.gif');
				width:120px;
				background-repeat:no-repeat;
				border:medium none;
				color:black !important;
				cursor:pointer;
				display:block;
				font-size:10px !important;
				font-weight:bold;
				height:18px;
				line-height:18px;
				text-align:center;
				text-decoration:none !important;
				margin-left:5px;
				margin-bottom:5px;
			}
			
			#featured_products_block .block_content .ajax_add_to_cart_button{
				display:block;
				font-weight:bold;
				text-align:center;
				white-space:nowrap;
				background-image:url('../../img/modules/homefeatured/button-medium_exclusive.png');
				width:120px;
				height:18px;
				color:#000 !important;
				margin-left:5px;
			}


