/* CSS for supermarketdash - Simon Pollard for deckchair.co.uk 2008 */
/* Style for index page */
/* FIRST SECTION (HEADER) */
div#content {
	/*background-image: url(../images/stage-one/trolley-top.jpg);
	background-position: 97% 89%;
	background-repeat: no-repeat;*/
}
div#header {
	height: 140px;
	position: relative;
}
span#odds1 {
	position: absolute;
	left: 40px;
	top: 20px;
	text-align: center;
	font-size: 18px;
}
span#odds2 {
	position: absolute;
	right: 40px;
	top: 20px;
	text-align: center;
	font-size: 18px;
}
span#odds1 h1, span#odds2 h1 {
	font-size: 24px;
	font-weight: bold;
}
span.red {
	color: #ff0000;
}
div#logo {
	height: 112px;
	width: 267px;
	background-image: url(../images/supermarketdash.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 290px;
	top: 15px;
}
div#instructions {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 25px;
	font-size: 18px;
}
div#sorry {
	width: 850px;
	display: none;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 25px;
}
p.red {
	color: #dc0209;
	font-size: 19px;
}
div.question {
	margin-bottom: 15px;
	width: 560px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;	
}
div.question p {
	margin-left: 60px;
	padding-top: 15px;
}
div.question-header img {
	position: absolute;
	top: 10px;
	left: 15px;
}
div.question-header {
	background-image: url(../images/stage-one/question-header-bg.jpg);
	background-repeat: repeat-x;
	height: 48px;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}
div.question-answer1 {
	height: 48px;
	background-color: #fef4e8;
	position: relative;
}
div.question-answer2 {
	height: 48px;
	background-color: #fffccc;
	position: relative;
}
div.question-answer3 {
	height: 48px;
	background-color: #fef4e8;
	position: relative;
}
input.radiobutton {
	position: absolute;
	top: 15px;
	right: 170px;
}
div#enter {
	height: 75px;
	width: 850px;
	background-color: #fff200;
	text-align: center;
	padding-top: 15px;
	/*background-image: url(../images/stage-one/trolley-bottom.jpg);
	background-position: top right;
	background-repeat: no-repeat;*/
}
img#woman {
	position: absolute;
	right: 20px;
	bottom: 58px;
}
