/* Small Homepage 2014 */

#homepage_top {
	padding-top: 24px;
	height: 366px;
	padding-bottom: 0;
	background-size: 110%;
}

#christmas_featured_products div.products {
	height: 213px;
}
	#christmas_featured_products div.products div.description {
		height: 90px;
	}
		#christmas_featured_products div.products div.description .title {
			margin: 0;
		}
		#christmas_featured_products div.products div.description .price {
			margin: 0;
		}
		#christmas_featured_products div.products div.description div.call_to_action {
			margin: 0px;
		}
			#christmas_featured_products div.products div.description .add-to-cart-box {
				margin: 0;
			}
	#christmas_featured_products div.products div.image {
		height: 100px;
	}
		#christmas_featured_products div.products div.image img {
			max-height: 100px;
		}