/* Frontpage splash banner */

#product-splash
{
	padding: 30px 10px 30px 240px;
	background: #fbed0b url("../img/splash_yellow.png") -50% 100% no-repeat;
	position: relative;
}
#product-splash h2				{ margin: 0; }
#product-splash .product-photo
{
    float: left;
    display: inline;
    margin-left: -240px;
	width: 230px;
	text-align: center;
}
#product-splash .product-price	{ float: left; }
#product-splash .product-price .new	{ font-size: 2.3em; line-height: 1; }
#product-splash .product-buy
{
	vertical-align: bottom;
	position: absolute;
	bottom: 30px;
	right: 10px;
	margin-bottom: -6px; /* Compensates for drop shadow */
}

/* First promotion item in sort list */
#current-promotions li:first-child { background: #fbed0b url("../img/splash_yellow.png") 100% 0 no-repeat; }