
/* start media space */

#category_media_space {
	background: #f7f7f7 url('../img/category_media_space_bottom.gif') no-repeat center bottom;
	float: left;
	margin-right: 20px;
	overflow: hidden;
	padding-bottom: 5px;
	width: 700px;
}

	#category_media_space_inner {
		background: #f7f7f7 url('../img/category_media_space_top.gif') no-repeat center top;
		padding-top: 3px;
	}

	/*buttons*/
	/*red box - text*/

/* end media space */


/* start category productfinder*/

#category_productfinder {
	float: left;
	padding-top: 1px;
}

	#category_productfinder .introduction_snippet {
		padding-top: 3px;
	}
	
	#category_productfinder .introduction_snippet_inner {
		height: 113px;
		width: 200px;
	}

/* end category productfinder*/


/* start catagory subbrands */

#catagory_subbrands {
	margin-top: 10px;
	position: relative;
}

	#catagory_subbrands h2 {
		padding-bottom: 15px;
	}
	
	#category_range {
		position: absolute;
		right: 0;
		top: 2px;
	}
	
	.category_subbrand {
		background: transparent url('../img/category_subbrands_bg.gif') no-repeat top center;
		float: left;
		height: 214px;
		margin: 15px 20px 0 0;
		padding: 2px 1px 3px 1px;
		width: 218px;
	}
	
	.category_subbrand_inner { padding: 3px 10px 0 10px; }
			
	.category_subbrand_inner h3 a { color: #e21a22; }
	
	.category_subbrand_image {
		height:120px; 
		text-align:center; 
		width:218; 
		overflow:hidden;
	}
	
	#related_categories {
		margin: 15px 0 0 0;
		vertical-align: bottom;
		position: relative;
		height: 191px;
		float: left;
		width: 220px;
	}
	
	#related_categories span {
		font-weight: bold;
		font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	}
	
	#related_categories div {
		position:absolute;
		bottom: 0;
	}
	
/* end catagory subbrands */


/* start product promotions */

#product_promotions { 
	padding: 40px 0 10px 0;
}

	.product_promotion {
		float: left;
		height: 117px;
		margin-right: 20px;
		position: relative;
		text-align: center;
		width: 220px;
		z-index: 1;
	}
	
		.product_promotion img {
			left: 0;
			position: absolute;
			top: 2px;
			z-index: 2;
		} 
	
		.product_promotion .new { 
			top: 2px;
			z-index: 3;
		}
	
		.product_promotion_inner {
			background: transparent url('../img/product_promotions_bg.gif') no-repeat left top;
			height: 102px;
			left: 0;
			padding: 15px 10px 0 120px;
			position: absolute;
			top: 1px;
			width: 90px;
			z-index: 4;
		}
			
			.product_promotion_inner h3 { padding-bottom: 10px; }

/* end product promotions */

/*-- END PRODUCT CATEGORY PAGES --*/