@charset "utf-8";
/* CSS Document */

  #right-container h3 {
	color: #7e9f0b;
	font-size: 16px;	
}

  #right-container .first {
	background-image:url(/images/Christmas2009/competition/firstprize.jpg);
}
  #right-container  h1 {
	color: #f77b31;
	font-weight: bold;
	font-size: 48px;
}
  #right-container  h2 {
	color: #f77b31;
	font-weight: bold;
	font-size: 24px;
	padding-top: 10px;
}
  #right-container .down-arrow {
	float:left;
}
  #right-container .enterlink a {
	color: #7e9f0b;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	padding-top: 3px;
	display:block;
	float:left;
}
  #right-container .prize ul {
	margin: 0;
	padding: 0px;
}
  #right-container  .second {
	background-image:url(/images/Christmas2009/competition/secondprize.jpg);
}
  #right-container  .third {
	background-image:url(/images/Christmas2009/competition/thirdprize.jpg);
}
  #right-container  .prize {
	height: 330px;
	margin-bottom: 30px;
	background-position: top right;
	background-repeat:no-repeat;
	padding-left: 30px;
}
  #right-container  #threeways {
	width: 750px;
	height: 414px;
	background-image:url(/images/Christmas2009/competition/threeways-2.jpg);
	margin-bottom: 30px;
}
  #right-container  .invisible {
	display: hidden;
}
  #right-container  #headline {
	width: 750px;
	height: 289px;
	background-image:url(/images/Christmas2009/competition/headline.jpg);
	cursor: pointer;
}
 #right-container #buttons {
	margin: 20px 0;
}
 #right-container #buttons .button {
	width: 138px;
	height: 38px;
	float:left;
	margin: 0 20px;
}
 #right-container .divider {
	padding-top: 20px;
	margin: 0 auto;
	width: 620px;
	display:block;
}

 #right-container #footer-rules {
	margin: 0px;
	padding-bottom: 285px;
	background-image:url(/images/Christmas2009/competition/xmas-footer.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	float: left;
	width: 743px;
}
.clear {
	display: block;
	clear:both;
}

/*************************************************************************************************
   Shadowbox - for displaying the products in the pop out windows
**************************************************************************************************/

#sb-container, #sb-wrapper {
	text-align:left;
}
#sb-container, #sb-overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	margin:0;
	padding:0;
}
#sb-container {
	height:100%;
	display:none;
	visibility:hidden;
	z-index:1001;
}
body>#sb-container {
	position:fixed;
}
#sb-overlay {
height:expression(document.documentElement.clientHeight+'px');
}
#sb-container>#sb-overlay {
	height:100%;
}
#sb-wrapper {
	position:relative;
}
#sb-wrapper img {
	border:none;
}
#sb-body {
	position:relative;
	margin:0;
	padding:0;
	overflow:hidden;
	border:1px solid #303030;
}
#sb-body-inner {
	position:relative;
	height:100%;
}
#sb-content.html {
	height:100%;
	overflow:auto;
}
#sb-loading {
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	text-align:center;
	padding-top:10px;
}
#sb-body, #sb-loading {
	background-color:#060606;
}
#sb-title, #sb-info {
	position:relative;
	margin:0;
	padding:0;
	overflow:hidden;
}
#sb-title-inner, #sb-info-inner {
	position:relative;
	font-family:'Lucida Grande', Tahoma, sans-serif;
	line-height:16px;
}
#sb-title, #sb-title-inner {
	height:26px;
}
#sb-title-inner {
	font-size:16px;
	padding:5px 0;
	color:#fff;
}
#sb-info, #sb-info-inner {
	height:20px;
}
#sb-info-inner {
	font-size:12px;
	color:#fff;
}
#sb-nav {
	float:right;
	height:16px;
	padding:2px 0;
	width:45%;
}
#sb-nav a {
	display:block;
	float:right;
	height:16px;
	width:16px;
	margin-left:3px;
	cursor:pointer;
}
#sb-nav-close {
	background-image:url(/javascript/shadowbox/resources/close.png);
	background-repeat:no-repeat;
}
#sb-nav-next {
	background-image:url(/javascript/shadowbox/resources/next.png);
	background-repeat:no-repeat;
}
#sb-nav-previous {
	background-image:url(/javascript/shadowbox/resources/previous.png);
	background-repeat:no-repeat;
}
#sb-nav-play {
	background-image:url(/javascript/shadowbox/resources/play.png);
	background-repeat:no-repeat;
}
#sb-nav-pause {
	background-image:url(/javascript/shadowbox/resources/pause.png);
	background-repeat:no-repeat;
}
#sb-counter {
	float:left;
	padding:2px 0;
	width:45%;
}
#sb-counter a {
	padding:0 4px 0 0;
	text-decoration:none;
	cursor:pointer;
	color:#fff;
}
#sb-counter a.sb-counter-current {
	text-decoration:underline;
}
div.sb-message {
	font-family:'Lucida Grande', Tahoma, sans-serif;
	font-size:12px;
	padding:10px;
	text-align:center;
}
div.sb-message a:link, div.sb-message a:visited {
	color:#fff;
	text-decoration:underline;
}

/*************************************************************************************************
   Form CSS for the competition entry
**************************************************************************************************/



#form-container {
	width: 				700px;
	margin:				20px 0 40px 0;
	padding: 			0;
	float: 				left;
	background-image:url(../images/Christmas2009/competition/goodluck.jpg);
	background-position: bottom right;
	background-repeat:no-repeat
}
#form-container form {
	padding: 			0;
	margin: 			0 0 50px 0;
}
#form-container .clear-both {
	clear:				both;
	height: 			0px;
}
#form-container .text-input {
	border: 			1px solid #aaa;
	font-size: 			16px;
	color: 				#333;
	padding: 			5px;
}
#form-container .text-input:focus {
	border: 			1px solid #F60;
}
#form-container .form-field {
	padding: 			20px 0;
	margin-right: 		10px;
	float:				left;
	width: 				500px;
}
#form-container .no-bottom-border {
	border-bottom: 		none !important;
}
#form-container .form-title {
	margin: 			0px;
	padding: 			0px;
	padding: 			0 10px 0 10px;
	margin-bottom: 		10px;
	color: 				#CE6F17;
	font-size:			16px;
	
}
#form-container label {
	clear:				both;
	display:			block;
}
.text-field {
	float:				left; 
	margin-right: 		10px;
	padding: 			0 10px 0 10px;
	
}

.answer td input {
	float:				left; 
	width:10ppx;
}

.submit {
	font-size: 			18px;
	margin:				10px 0 0 0;
}
.form-elements {
	width: 				100%;
	float:				left;
}

.form-submit {
	margin:				0 0 0 10px;
	padding: 			0;
	float: left;
}

.left {
	float:left;
	width:60%;
}

.right {
	float:right;
	width:40%;
}

.radio-button-list input {
	margin-right:50px;
}

.errors {
	border: 1px solid #CCC;
	background-color: #FFC;
	padding: 10px;
	margin-bottom:20px;
}

.errors-header {
	color:#eb3d1b;
	padding-bottom:10px;
	font-size:18px;
	font-weight:bold;
}
