/* CSS for http://tescorealfood.london.reactive.com/templates/bbq-week.htm */

.bbqWeekContainer {
	margin-top: 30px;
}


.bbqWeekContainer .wideCol {
	width:796px;
	padding-right:9px;
	background:#fff url(../Images/bbq-week/bbq-week-background.jpg) no-repeat left top;
}


.bbqWeekContainer #bbqWeek_topContainer {
	height: 282px;
	position: relative;
}


.bbqWeekContainer #bbqWeek_topContainer p{
	color: #fff;
	font-weight: bold;
	width: 350px;
	font-size: 1.167em;
	line-height: 150%;
	position: absolute;
	top: 150px;
	left: 17px;
}



.bbqWeekContainer #bbqWeekButton {
	display: block;
	width:218px;
	height:35px;
	background: transparent url(../Images/bbq-week/bbq-week-button.png) no-repeat scroll top right;
	position: absolute;
	top: 230px;
	left: 17px;
	padding: 11px 0 0 0;
}


.bbqWeekContainer #bbqWeekButton span{
	color: #fff;
	font-size:1.333em;
	font-weight: bold;
	padding: 0 0 0 13px;
}


.bbqWeekContainer #bbqs {
	padding:0 0 0 6px;
	position: relative;
	float: left;
	height: 862px;
}


.bbqWeekContainer #bbqs ul li {
	float: left;
	width:184px;
	height:173px;
	padding:20px 0 10px 12px;
	margin: 0;
	background:url(../Images/bbq-week/bbq-bg.png) no-repeat left top;
	font-size: 1.167em;
	line-height: 1.25em;
}


.bbqWeekContainer #bbqs ul li img {
	display: block;
} 


.bbqWeekContainer #bbqs ul li a {
	position: relative;
	z-index: 80;
	display:block;
	padding: 6px 12px 0 0;
	color: #c10623;
}


.bbqWeekContainer #bbqs ul li a:hover, .bbqWeekContainer #bbqs ul li a.hover {
	color: #f56310;
}

.bbqWeekContainer #bbqs ul li.hover {
	cursor: pointer;
}

.bbqWeekContainer #bbqs ul.knorr-recipes {
    bottom: 30px;
    float: left;
    left: 202px;
    position: absolute;
    width: 600px;
}


