html, body {
	background-color: #cf0909;
	color: #FFFFFF;
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Verdana, Trebuchet MS;
}
img {
	border:0;
}
#main {
	width: 500px;
}
#content {
	/*padding: 20px 35px 20px 35px;*/
	width: 420px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}
#header {
	margin-bottom: 35px;
}
#header .top {
	margin-bottom: 25px;
}

/*Login*/
#header .login_box {
	background-color: #b80909;
	width: 180px;
	float: left;
}
#header .login_box .content {
	padding: 12px;
}
#header .login_box ul.bookmark {
	padding: 0;
	margin: 0 0 0 20px;
	margin-left: 20px;
	color: #fc6868;
	line-height: 15px;
}
#header .login_box ul.bookmark li a {
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	color: #fc6868;
	text-decoration: none;
}
#header .login_box ul.bookmark li a:hover {
	color: #ffffff;
}
#header .login_box a:hover {
	color: #ffffff !important;
}

.login .label {
	margin-bottom: 4px;
	font-size: 10px;
	font-weight: bold;
}
.login .field {
	margin-bottom: 5px;
}
.login .field input {
	width: 140px;
}
.login .label label {
}
.login .forgot_password {
	float: right;
	padding-right: 8px;
	color: #edc1c1;
}
.login .login_asterisk {
	font-size: 12px;
	color: #ffffff !important;
}
.login .error {
}
.login .login_button {
	margin-top: 10px;
}

/* UserUI.ascx */
.user_ui {
}
.user_ui .field input {
	width: 172px;
}
.user_ui .data_edit_row {
}
.user_ui .data_edit_field {
	margin-bottom: 10px;
}

/* RedeemCode.ascx */
.redeem_code {
	
}
.redeem_code .enter_code_label {
	color: #f8dcc3;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 5px;
}
.redeem_code .enter_code_field {
	float: left;
	margin-bottom: 10px;
}
.redeem_code .enter_code_field div {
	float: left;
	margin-right: 10px;
	display: inline;
}
.redeem_code .enter_code_field input {
	width: 52px;
	font-family: "Courier New", Courier, monospace;
	font-size: 1.9em;
	font-weight: bold;
	text-transform: uppercase;
}
.redeem_code .need_help {
	float: left;
}
.redeem_code .captcha_box {
	margin-bottom: 10px;
}
.redeem_code .terms_check {
	float: left;
}
.redeem_code .submit {
	float: right;
}

/* CaptchaUI.ascx */
.captcha_image,
.captcha_form {
	float: left;
}
.captcha_image {
	margin-right: 10px;
}
.captcha_form .label {
	font-size: 0.8em;
	text-transform: uppercase;
	margin-bottom: 5px;
	width: 180px;
	white-space: nowrap;
}
.captcha_form .field input {
	width: 172px;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
}
.captcha_options {
	margin-bottom: 10px;
}
.captcha_options a {
	color: #f9b9b9;
}
.captcha_refresh a {
	display: block;
	background: url(Images/Content/captcha_refresh.png) no-repeat;
	padding: 1px 0 1px 20px;
}
.captcha_audio a {
	display: block;
	background: url(Images/Content/captcha_audio.png) no-repeat;
	padding: 1px 0 1px 20px;
}

#inner_content {
	/*padding-left: 15px;*/
}

#bottom_content {
	margin-top: 30px;
	margin-bottom: 15px;
}

/*Footer*/
#footer {
	/*padding-top: 30px;*/
}

#footer .bottom {
	background-color: #FFFFFF;
	height: 145px;
	width: 100%;
	color: #b0ac9b;
	font-size: 10px;
	font-weight: bold;
}
#footer .bottom .content {
	padding: 20px 50px 20px 50px;
}
#footer .bottom .content a,
#footer .bottom .content a:link,
#footer .bottom .content a:active,
#footer .bottom .content a:visited {
	color: #b0ac9b;
	text-decoration: underline;
}
#footer .bottom .content a:hover {
	text-decoration: none;
}

h1.page_title {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

.negative_top
{
	margin-top: -30px;
}
.snegative_top
{
	margin-top: -15px;
}
.negative_left
{
	margin-left: -30px;
}
.snegative_left
{
	margin-left: -15px;
}

.nutritional_bar {
	background-color: #741c1c;
	color: #f8dcc3;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding: 12px 12px 12px 12px;
}
.nutritional_table {
	width: 100%;
	margin-bottom: 10px;
}
.nutritional_table td {
	padding: 4px 6px;
}
.nutritional_table tr.alt {
	background: url(Images/Bg/25.png) repeat-x;
}
.nutritional_table tr.alt_ext {
	background: #b21010;
}
.nutritional_table thead td {
	font-size: 13px;
	font-weight: bold;
}
.nutritional_table tbody td {
	font-size: 12px;
}

.product_flavours {
}
.product_flavours h2 {
	margin-bottom: 10px;
}
.product_flavours ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.product_flavours ul li {
	display: inline;
}
.product_flavours ul li a {
}
.product_flavours ul li a img {
	vertical-align: bottom;
	margin: 0 15px 10px 0;
}

/* home page*/

/* How to enter*/

ol.ol1 
{
	padding:0px;
	margin-left:20px;
}

ol.ol1 li
{
	margin-top:15px;	
}


/* lastminute claim*/
.ul1 {
	margin:0px;
	padding:0px;
	list-style:none;	
}
.ul1 .li1,.ul1 .li2,.ul1 .li3,.ul1 .li4,.ul1 .li5 {
	background-repeat: no-repeat;
	padding: 5px 0 10px 40px;
}
.ul1 .li1 { background-image: url(Images/Content/list_1.png); }
.ul1 .li2 { background-image: url(Images/Content/list_2.png); }
.ul1 .li3 { background-image: url(Images/Content/list_3.png); }
.ul1 .li4 { background-image: url(Images/Content/list_4.png); }
.ul1 .li5 { background-image: url(Images/Content/list_5.png); }

.placholder
{
	float:left;
	width:175px;
	padding-top:10px;
}

/* lastminute confirm*/

/* register */
.text1
{
	color:#ffffff;
	font-size:10px;
	font-style:normal;
	font-weight:bold;
	line-height:2em;
}

.text2
{
	color:#F3D0B8;
	font-size:10px;
	font-style:italic;
	font-weight:bold;
	line-height:2em;
}

.txtbox1
{
	Width:180px;
	Height:28px;	
}
.txtbox2
{
	Width:170px;
	Height:28px;
}
.txtbox3
{
	width:157px;
	height:22px;	
}
.txtbox4
{
	Width:85px;
	Height:28px;		
}	
.conent_left
{
	float:left;
	width:175px;
	margin:10px 0 10px 0;
}
.conent_right
{
	float:right;
	width:175px;
	margin:10px 0 10px 20px;
}
.chkbox
{
	float:left;
	height:30px;	
}
.chkbox label
{
	 color:#ffffff;
	 margin-left:3px;
	 font-size:10px;
}
.chkbox INPUT
{
  border-style:none;
}

.link_small {
 font-size: 10px;
 color: #ffffff;
 text-decoration: none;
}

a.linkbutton {
	background: #6a0505;
	height: 20px;
	color: #f3d0b8;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
}

.button
{
	background: #6a0505;
	height: 20px;
	color: #f3d0b8;
	font-weight: bold;
	font-size: 10px;
}

a.button_pad-r
{
	background: url(images/button/button.png) repeat;
	height:20px;
	color:#f3d0b8;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	padding:5px 50px 5px 10px;
}

a.button-1 {
	background: #6a0505;
	padding: 6px 8px;
	text-decoration: none;
	line-height: 1em;
}
a.button-1 {
	font-size: 14px;
	font-weight: bold;
	color: #e6e4da;
	text-transform: uppercase;
}
a.button_arrow_r {
	background: #6a0505 url(Images/Content/arrow_r.gif) no-repeat center right;
	padding: 5px 26px 5px 5px;
	text-decoration: none;
	line-height: 2em;
}
a.button_arrow_l {
	background: #6a0505 url(Images/Content/arrow_l.gif) no-repeat center left;
	padding: 5px 5px 5px 26px;
	text-decoration: none;
	line-height: 2em;
}

/* News Item */
.news_list_item {
	padding-bottom: 10px;
	margin-bottom: 4px;
}
.news_list_item .news_title {
	display: block;
	font-size: 1.3em;
	font-weight: bold;
}
.news_list_item .news_date {
	display: block;
}
.news_list_item .news_date,
.news_list_item .news_link {
	font-size: 10px;
	color: #f8dcc3;
}
.news_list_item .news_description {
}
tr.news_pager table td {
	padding-right: 10px;
}
tr.news_pager a {
	text-align: right;
}

#NewsItem .content .link_back {
	position: relative;
}

/* redemotipn code enter form */
#enter-form
{}
 
#enter-form .top_conent_left
{
	float:left;
	width:185px;
	height:80px;
	margin-top:5px;	
}
#enter-form .top_conent_right
{
	float:left;
	width:175px;
	height:30px;
	padding-top:5px;
	margin-left:20px;
}
#enter-form .conent_left
{
	float:left;
	width:185px;
	margin-top:30px;
}
#enter-form .conent_right
{
	float:left;
	width:175px;
	margin-top:30px;
	margin-left:20px;
}

/* prizes */
.prize_category {
	height: 90px;
}
.prize_img {
	float: right;
	margin-right: -55px;
	margin-top: -30px;
}

/* winner select*/
.prize_item {
	float:left;
	width:120px;
	text-align:center;
	margin:10px 3px 10px 0;
}
.prize_item .prize_name {
	font-style: italic;
	height: 25px;
	overflow: hidden;
}

.lastminute_logo_small
{
	position:relative;
	top:5px;
	margin-left: 5px;
}

.lastminute_logo_medium
{
	position:relative;
	top:10px	
}

p.larger_text
{
	font-style:normal;
	font-size:14px;
	line-height:1.3em;	
}

