* {
  	padding: 0px;
	margin: 0px;
}
body {
	height: 100%;
    background: #fff;
    color: #444444;
    font-family: Tahoma, Arial;
    font-size: 12px;
    margin: 0;
    padding: 0;
    width: 100%;
	min-height: 700px;
}
@font-face { font-family: seg;  src: url('../fonts/segoeuib.ttf');}
@font-face {
    font-family: 'SegoeUINegreta';
    src: url('../fonts/bold-webfont.eot');
    src: url('../fonts/bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bold-webfont.woff') format('woff'),
         url('../fonts/bold-webfont.ttf') format('truetype'),
         url('../fonts/bold-webfont.svg#SegoeUINegreta') format('svg');
    font-weight: normal;
    font-style: normal;

}
#main {
	width: 1110px;
	margin: 0 auto;
}

img { border: 0px; }
h2.infotext { background:#f9f9f9 url('../images/frontend/icon_info.gif') no-repeat left center; padding:0 0 0 25px; font-size:16px; height:20px; linGe-height:20px; vertical-align:middle; margin:40px 0 0 0; font-family:Arial, Helvetica, sans-serif; color:#5780b5;}
h3 { padding:0px; font-size:16px; height:20px; line-height:20px; vertical-align:middle; margin:20px 0 10px 0px; font-family:Arial, Helvetica, sans-serif; color:#5780b5;}
.clear { clear:both;}
.green { color:#0a0; }
.red { color:#a00; }
.blue { color:#00a; }
.bold {font-weight: bold}
.small_text { font-size:90%; text-align:left; }
.noWrap { white-space:nowrap;}

a.graylink { color:#444;}
a.graylink:hover{ color:#2b9612;}
a.redlink { color:#ad0d0d;}
a.redlink:hover { color:#2b9612;}
a.bluelink { color:#5780b5;}
a.bluelink:hover { color:#2b9612;}

#header #login div {position: absolute;right: -115px;top: 30px;text-align: right; }


#header {
	position: relative;
	width: 1110px;
	height: 79px;
}


img#logo {
	margin:14px 0 0 54px;
	border:0;
}


#login {
	position:absolute;
	top: 16px;
	right: 175px;
	font-size: 11px;
	min-width: 130px;
}


#lang {
	position:absolute;
	right:60px;
	top:15px;
}

a.lang_en {
	background: url('../images/frontend/flags_sprite.png') no-repeat center -16px;
	width: 22px;
	height: 16px;
	display:inline-block;
	margin-left:8px;
}

a.lang_en:hover {
	background: url('../images/frontend/flags_sprite.png') no-repeat center 0px;
}

a.selected_en {
	background: url('../images/frontend/flags_sprite.png') no-repeat center 0px;
	width:22px;
	height:16px;
	display:inline-block;
	margin-left:8px;
}

a.lang_de {
	background: url('../images/frontend/flags_sprite.png') no-repeat center -48px;
	width:22px;
	height:16px;
	display:inline-block;
	margin-left:8px;
}

a.lang_de:hover {
	background: url('../images/frontend/flags_sprite.png') no-repeat center -32px;
}

a.selected_de {
	background: url('../images/frontend/flags_sprite.png') no-repeat center -32px;
	width:22px;
	height:16px;
	display:inline-block;
	margin-left:8px;
}

a.lang_es {
	background: url('../images/frontend/flags_sprite.png') no-repeat center -80px;
	width:22px;
	height:16px;
	display:inline-block;
	margin-left:8px;
}

a.lang_es:hover {
	background: url('../images/frontend/flags_sprite.png') no-repeat center -64px;
}

a.selected_es {
	background: url('../images/frontend/flags_sprite.png') no-repeat center -64px;
	width:22px;
	height:16px;
	display:inline-block;
	margin-left:8px;
}

/* SILVER MENU */

/* SILVER MENU */

#top_menu {
	height:38px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f3f1f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f1f2));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f1f2 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f3f1f2 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f3f1f2 100%);
	background: linear-gradient(top,  #ffffff 0%,#f3f1f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f1f2',GradientType=0 );
	border: 1px solid #EDEEF2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#top_menu a {
	color:#575757;
	text-decoration:none;
	height:38px;
	line-height:38px;
	display: inline-block;
	font-family: Arial, sans-serif;
	font-size: 14px;
	border-right: 1px solid #d8dbe2;
	margin: 0;
	display: block;
	float: left;
	width: 222px;
	text-align: center;
}

#top_menu a:last-child {
	width: 188px;
	border-right: none;
}


#menu_got_order {background:url('../images/frontend/menu_1_order.png') no-repeat; width:12px;height:20px; display:inline-block;}



a.bt_green { background-color:#2b9612; color:#fff; text-decoration:none; border:1px solid #208309; border-radius:5px; -moz-border-radius:5px; padding:11px 25px; display:inline-block;  text-align:center; margin:0; float:right; }
a.bt_green:hover { background-color:#22b200;}
a.bt_gray { background-color:gray; color:#fff; text-decoration:none; border:1px solid gray; border-radius:5px; -moz-border-radius:5px; padding:11px 25px; display:inline-block; text-align:center; margin:0; }



#master_wrapper {
    min-height: 988px;
}

/* CONTENT BLOCK */

#content_block {
	min-height: 400px;
	padding: 17px 0 25px 0;
}

h1.intro_h1 {
	font-size: 24px;
	font-weight: bold;
	width: 746px;
}

#content {
    /*padding:21px 60px 100px 60px;*/
    /*min-height:600px;
    height:auto !important;
    height:600px;*/
    position: relative;
}


/* SPECIAL POSITIONING */

.section_1_wrapper {
	float: left;
}

.section_2_wrapper {
	float: right;
}


#steps {height:40px; list-style-type:none; padding:0; margin:0; width:780px; font-weight:bold; display: none;}
#steps li { padding:0; margin-right:1px; list-style-type:none; position:relative; float:left; width: 259px; }
#steps .step1 { background-color:#b9b9b9; text-decoration:none; line-height:40px; display:inline-block; text-align:center; -moz-border-radius-topleft:3px; -moz-border-radius-bottomleft:3px;border-top-left-radius:3px; border-bottom-left-radius:3px;}
#steps a.step1href { text-decoration:none; color: #444;}
#steps .step2 { background-color:#b9b9b9; text-decoration:none; line-height:40px; display:inline-block; text-align:center; }
#steps .step3 { background-color:#b9b9b9; text-decoration:none; line-height:40px; display:inline-block; text-align:center; border-bottom-right-radius: 3px; border-top-right-radius: 3px;}
#steps li.selected { background-color: #64b029; color: #fff; }
#steps li {	width: 259px;}

#info_text { line-height:20px; margin-top:50px; font-size:16px; color:#5780b5;}
img#icon_info { vertical-align:bottom; padding-right:5px;}


.btn_gray { font-weight: bold; font-family: Tahoma, Arial; font-size:12px; background-color:gray; color:#fff; text-decoration:none; border:1px solid gray; border-radius:5px; -moz-border-radius:5px; padding:11px 25px; display:inline-block; text-align:center; margin:0;}
.btn_green { font-weight: bold; font-family: Tahoma, Arial; font-size:12px; background-color:#2b9612; color:#fff; text-decoration:none; border:1px solid #208309; border-radius:5px; -moz-border-radius:5px; padding:11px 25px; display:inline-block; text-align:center; margin-right: 20px; cursor: pointer; }
.btn_green:hover { background-color:#22b200;}


/* FOOTER */
.red {
	border:1px solid red;
}

#footer {
	width:1110px;
	margin: 20px 0 0 0;
	font-size:10px;
	float:left;
	/*height: 190px;*/
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f3f1f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f1f2));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f3f1f2 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f3f1f2 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f3f1f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f1f2',GradientType=0 );
	background: linear-gradient(top, #ffffff 0%,#f3f1f2 100%);
	border: 1px solid #dfe0e4;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#footer a {
	color:#5780b5;
}

.footer_wrapper_1 {
	float: left;
	padding: 40px 0 0 40px;
	max-width: 500px;
}

.footer_wrapper_2 {
	float: right;
	padding: 34px 28px 30px 0;
	width: 520px;
}

.footer_wrapper_2 p{
	font-size: 10px;
	font-family: Tahoma, Arial, sans-serif;
	color: #828282;
	line-height: 135%;
}

.links_floated_footer {
	padding-bottom: 25px;
	font-size: 10px;
	font-family: Tahoma, Arial, sans-serif;
}

.links_floated_footer a {
	font-size: 10px;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: underline;
	color: #5780B5;
}

.links_floated_disclaimer {
	padding-bottom: 21px;
}

#payments { margin:50px auto; width:100%; }
#payments form { margin: 0 auto; width: 100%; }
#payments table { margin: 0 auto; width:100%; }
#payments th { text-align:right; width: 280px; }
#payments td { text-align:left; }
#payments p { font-size:14px; }
#payments input[type=radio] { margin-left:-20px; }
#payments .tiny_text { font-size:80%; text-align:left; }
#payments .green_text { color:#0a0; }
#payments .red_text { color:#a00; }
#payment_logos { text-align:center; margin:0 auto; }
#payment_logos img { margin-top: 7px;}
#payment_cc_pay { margin-left: 760px}
/* new payments */
#payments {
	max-width: 990px;
	margin:30px auto;
}
#payments .amount_to_pay{
	background: #E5F2FA;
    border: 1px solid #A1C8DD;
    border-radius: 3px 3px 3px 3px;
    font-size: 13px;
    font-weight: bold;
    margin:0 auto 20px auto;
    padding: 17px 15px;
    text-align: center;
    width: 290px;
}
#payments .amount_to_pay_2{
	background: #E5F2FA;
    border: 1px solid #A1C8DD;
    border-radius: 3px 3px 3px 3px;
    font-size: 14px;
    font-weight: normal;
    margin:0 auto 20px auto;
    padding: 17px 30px;
    text-align: right;
	width: 250px;
}
.payments_summary{
	padding: 3px;
}
.small_table_text {
	font-size: 11px;
	color: #777;
	padding-bottom: 5px;
}
.payments_summary tr td:first-child {
	padding-left: 8px;
}
.payments_summary tr td:last-child {
	padding-right: 8px;
}
.payments_summary tr.last_row td{
	font-size: 13px;
	border-top: 1px solid #A1C8DD;
	padding-top: 6px;
}
#payments .pay_options_wrapper {
	width: 780px;
	margin: 0 auto 40px auto;
}
#payments .account_balance {
	padding: 20px 0 30px 80px;
	margin-left: 350px;
	background: url('../images/frontend/piggybank.png') no-repeat;
}
#payments .credit_card {
	padding:10px 0 35px 80px;
	margin-left: 380px;
	background: url('../images/frontend/creditcard.png') no-repeat;
}
#payments .bank_transfer {
	padding:4px 0 35px 80px;
	margin-left: 380px;
	background: url('../images/frontend/su.png') no-repeat 2px 0;
}

#payments .option_mb {
	margin-left: 380px;
	padding: 5px 0 35px 80px;
	background: url('../images/frontend/mb.png') no-repeat 2px 0;
}

#payments .option_pc {
	padding:4px 0 35px 80px;
	margin-left: 380px;
	background: url('../images/frontend/paysafe_card.png') no-repeat 2px 0;
}

#payments .pay_options_wrapper p{
	margin-top: 1px;
	padding-top: 1px;
}

.pay_pal_payform {
	background: url('../images/frontend/paypal.png') no-repeat 2px 0;
    margin-left: 350px;
    padding: 4px 0 20px 80px;
}

.payment_form_paypal
{
    display: inline;
    margin: 0px 0px 0px 460px;
}

#order { margin-left:0 auto; padding: 10px 100px; }
#order p { margin:10px 70px; font-weight:bold; }
#order .price { float:right; margin:10px 70px 0 0; padding:15px 25px; background-color: #eee; -moz-border-radius:3px; border-radius:3px; }
#order .info { margin:10px 70px 0 70px; padding:0px; font-size:90%; }
#order .panel { padding:20px; margin:0 70px; background-color: #353535; -moz-border-radius:3px; border-radius:3px; font-weight:bold;  }
#order .panel span { padding:10px 25px 20px 9px; background: url('../images/frontend/ball.gif') no-repeat; display:inline-block; text-align:right; width:11px;}
#order .panel .star { padding:17px 23px 13px 17px; background: url('../images/frontend/star.gif') no-repeat; color:; text-align:right; display:inline-block; }
#order .panel .pos { background:none; width:20px; display:inline-block; text-align:right; font-weight:bold; color:white; }
#order .green_text { color:#0a0; }
#order div.ticketrow { }

#reg_draws { margin-left:0 auto; padding: 30px 100px; }
#reg_draws .draws { margin-bottom: 50px }
#reg_draws .draws div {	float: left; width: 19%; }
#reg_draws .draws div strong {	font-size: 14px }
#reg_draws .total_price { text-align: right; margin-top: 30px;margin-bottom: 20px }
#reg_draws .note span { color: #AD0D0D }
#reg_draws .note a { color:#5780b5; }

/* Commons */
.marker { color: #5780B5;font-weight: bold }
.error { color: #B10D15; font-weight: bold; }
.success { color: #10A010; font-weight: bold; }
.very_important { color: #B10D15; font-weight: bold; text-decoration: none};

br.all { clear:both;}

.floatLeft { float:left;}
.floatRight { float:right !important;}
.leftAlign { text-align:left !important;}
.centerAlign { text-align: center !important;}

a.greenButton { display:inline; padding:10px 30px; text-decoration:none; background-color:#2c9612; border: 1px solid #2b9511; color: #fff !important; font-weight: bold; -moz-border-radius:3px; border-radius:3px;}
a.greenButton:hover {
	background-color: #22B200;
}
a.greyButton { display:inline;padding:10px 30px;text-decoration:none;background-color:#d7d7d7;border:1px solid #c6c6c6;color:#b0b0b0 !important;font-weight:bold;-moz-border-radius:3px;border-radius:3px;cursor:default;}

#members { font-family:Tahoma; color:#666; font-size:12px; clear:both;}
#members a { color: #5780b4;}
#members a:hover {
	color: #2B9612;
}
#members .titleBar {  font-size:20px; padding-bottom:20px;}
#members #linkBlock {
	width:150px;
	float:left;
	/*background-color: #fff; /*#e4e4e4; */
	background: #f0f0f0;
	background: -moz-linear-gradient(top, #f0f0f0 0%, #e4e4e4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#e4e4e4));
	background: -webkit-linear-gradient(top, #f0f0f0 0%,#e4e4e4 100%);
	background: -o-linear-gradient(top, #f0f0f0 0%,#e4e4e4 100%);
	background: -ms-linear-gradient(top, #f0f0f0 0%,#e4e4e4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#e4e4e4',GradientType=0 );
	background: linear-gradient(top, #f0f0f0 0%,#e4e4e4 100%);
	border: 1px solid #dfe0e4;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:20px 0 20px 20px;
	list-style-type:none;
	line-height:18px;
	margin-top:0px;
	margin-right:35px;
	font-size: 13px;
}

#linkBlock a { text-decoration:none; color:#666;}
#linkBlock a:hover, #linkBlock a.active { text-decoration:underline; color:#5780b3;}

#memSummary { float:left;width: 794px; margin-right: 0 }
#memSummary .countdown { color:#ae0e0c; font-weight:bold; font-size:14px;}
#memSummary .jackpot { color:#2b9710; font-weight:bold; font-size:16px;}
#memSummary .cols { width:282px; padding-right:30px; float:left;}
#memSummary .warning { margin-top:30px; margin-bottom:15px; color:#ae0e0c; font-weight:bold; }
#memSummary .warnMessage { padding-bottom:30px; }

#memProfile .header { font-size:12px; font-weight:bold; border-bottom:1px solid #6b6b6b; margin-bottom:10px;}
#memProfile .cols { width:350px; padding-right:30px; float:left;}
#memProfile .rowBlock { text-align:right; padding-bottom:20px;}
#memProfile .microtext { text-align: right; font-size: 11px;}
#memProfile .textBox { width:200px; padding:6px; margin:4px; color:#5780b4; border:1px solid #d3d3d3;}
#memProfile .textBoxSmall {
	width:140px;
	padding:6px;
	margin:4px;
	color:#5780b4;
	border:1px solid #d3d3d3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#memProfile .textBoxMicro {
	width:40px;
	padding:6px;
	margin:4px;
	color:#5780b4;
	border:1px solid #d3d3d3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#memProfile .textBoxDisabled {color:#aaa !important; border:1px solid #aaa !important; background-color: #d3d3d3 !important;}
#memProfile .selectBox {
	width:200px;
	padding:6px;
	margin:4px;
	color:#5780b4;
	border:1px solid #d3d3d3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#memProfile .selectBoxDate {
	padding:6px;
	margin:4px;
	margin-left: 0;
	color:#5780b4;
	border:1px solid #d3d3d3;
	width: 75px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#memProfile .selectBoxBig { width:275px; padding:6px; margin:4px; color:#5780b4; border:1px solid #d3d3d3;}
#memProfile .checkBox { margin: 2px 3px 0 0;}
#memProfile .calendarBox { width:200px; padding:6px; margin:4px; color:#5780b4; background: url('cal.png') no-repeat right top; border:1px solid #d3d3d3;}
#memProfile .errorBorder { border:1px solid red;}



#memTickets { float: left; width:794px;}
#memTickets .countdown { font-weight:normal; font-size: 13px;}
#memTickets .drawDate { color:#ae0e0c; font-weight:bold;}
#memTickets table { width:100%; margin-top:15px; border-collapse:collapse; border:1px solid #939393;}
#memTickets tr.evenRow { background-color: #e4ebf2;}
#memTickets th {background-color:#666666;color:#efefef;padding:8px;font-weight: normal;border:1px solid #939393;font-size:11px;}
#memTickets td {padding:8px;font-weight: normal;border-left:1px solid #939393;font-size:11px;}
#memTickets .playing { color:#2b9710;}
#memTickets a.cancel { color:#ae0e0c;}
#memTickets .tableFooter { float:right; padding:10px 0 10px 10px;}
#memTickets .notes { padding:10px; padding-top:20px; line-height:20px;}


#memViewTicket {float: left; width:635px;}
#memViewTicket hr{ border: none; border-bottom:1px solid #e3e3e3; clear: both;}
#memViewTicket .drawDate { color:#2b9710; font-weight:bold;}
#memViewTicket .jackpot { font-weight:bold;}
#memViewTicket .drawTitle { padding-bottom:10px;}
#memViewTicket .winningsTitle { font-size:10px; color:#2b9710; padding-bottom:4px;}
#memViewTicket .youWonTitle { font-size:10px; clear:both; padding-bottom:10px;}
#memViewTicket .youWon { color:#2b9710; font-weight:bold;}
#memViewTicket .drawCol { float: left; width:275px;}
#memViewTicket .yourWinningsTitle { font-size:10px; padding-left:22px; padding-bottom:4px;}
#memViewTicket .ordCell{ float:left; padding-top:6px; width:20px;}
#memViewTicket .ballRow { }
#memViewTicket .ball { width:30px; height:30px; background:url('../images/frontend/ball_off.png') no-repeat 2px 2px; float:left; text-align:center; font-weight: bold; padding-top:6px;}
#memViewTicket .star { width:30px; height:26px; background:url('../images/frontend/star_off.png') no-repeat 0px -2px; float:left; text-align:center; font-weight: bold; padding-top:6px;margin-left:2px;}
#memViewTicket .ballActive { background-image:url('../images/frontend/ball_on.png') !important;}
#memViewTicket .starActive { background-image:url('../images/frontend/star_on.png') !important;}

#memTrans { float: left; width:794px;}
#memTrans .transTitle { float: right; padding-bottom:10px;}
#memTrans table { width:100%; margin-top:15px; border-collapse:collapse; border:1px solid #939393;}
#memTrans tr.evenRow { background-color: #e4ebf2;}
#memTrans th {background-color:#666666;color:#efefef;padding:8px;font-weight: normal;border:1px solid #939393;font-size:11px;}
#memTrans td {padding:8px;font-weight: normal;border-left:1px solid #939393;font-size:11px;}
#memTrans .add { color:#2b9710;}
#memTrans .sub { color:#ae0e0c;}


#memSettings { float: left; width:635px; line-height:30px;}
#memSettings .emailTitle { font-weight:bold; padding-bottom:10px;}
#memSettings .checkBox { margin:6px;}
#memSettings .textBox { width:30px; padding:6px; margin:4px; color:#5780b4; border:1px solid #d3d3d3;}

#memRewards {float: left; width:794px;}
#memRewards table { width:591px;float:left; margin-top:0px; border-collapse:collapse; border:1px solid #939393;}
#memRewards tr.evenRow { background-color: #e4ebf2;}
#memRewards th {background-color:#666666;color:#efefef;padding:8px;font-weight: normal;border:1px solid #939393;font-size:11px;}
#memRewards td {padding:8px;font-weight: normal;border-left:1px solid #939393;font-size:11px;}
#memRewards .add { color:#2b9710;}
#memRewards .note { width: 180px; float:right;}
#memRewards .pagination { width:410px; }


#memLogs {float: left; width:794px;}
#memLogs table { width:100%; margin-top:15px; border-collapse:collapse; border:1px solid #939393;}
#memLogs tr.evenRow { background-color: #e4ebf2;}
#memLogs th {background-color:#666666;color:#efefef;padding:8px;font-weight: normal;border:1px solid #939393;font-size:11px;}
#memLogs td {padding:8px;font-weight: normal;border-left:1px solid #939393;font-size:11px;}

#memVerifyCard {float: left; width:570px;}
#memVerifyCard .cardSummary {
    background: url('../images/frontend/ico_cc.png') no-repeat 10px 0px;
    height:40px;
    padding-left:80px;
    padding-top:3px;
}
#memVerifyCard .entryContainer {
    border: 1px solid #e5e5e5;
    -moz-border-radius:3px; border-radius:3px;
    margin-top:10px;
}

#memVerifyCard .infoContainer {
    background: #e5e5e5;
    padding: 10px 40px 10px 40px;
}

#memVerifyCard .note {
    padding-top:25px;
    padding-left:80px;
    padding-bottom:25px;
    width: 414px;
}

#memVerifyCard .pin {
float: left;
font-weight: bold;
padding-bottom:40px;
width: 57px;
padding-left: 23px;
}

#memVerifyCard input.enter {
float: left;
font-weight: bold;
margin-top:-3px;
margin-right:20px;
padding-left:5px;
width:45px;
height:20px;
border: 1px solid #afaeb3;
background: #fff;
    -moz-border-radius:3px; border-radius:3px;
}
#memVerifyCard h1.tip {
background: url('../images/frontend/ico_note.png') no-repeat;
height:37px;
padding-left:40px;
padding-top: 10px;
font-size:13px;
}

#memVerifyCard p.tip {
width: 470px;
}

#memVerifyCard .statement {
width:306px;
padding-top:122px;
padding-left:5px;
background: url('../images/frontend/cc_statement.png') no-repeat scroll 0 0 #5086B5;
color:#fff;
border:1px solid #565656;
    -moz-border-radius:3px; border-radius:3px;
    margin: 20px auto 20px auto;
}

#memVerifyCard .helpLink {
    color:#5284b7;
    text-align:center;
    font-weight:bold;
}

#memVerifyCard .verifyError {
    background:#f6e6e7;
    padding: 20px 40px;
    -moz-border-radius:3px; border-radius:3px;
    margin-bottom:20px;
    color: #b43843;
    font-weight: bold;
}

#memVerifyCard .verifyError a {
    color: #000;
    text-decoration:none;
}

#Gs { color:#676767; }

.cardVerified {
	background: url("../images/frontend/verified.jpg") no-repeat 10px 0 transparent;
    /*height: 40px;*/
    padding-left: 80px;
    padding-top: 3px;
}

.cardNotVerified {
	background: url("../images/frontend/not_verified.jpg") no-repeat 10px 0 transparent;
    height: 40px;
    padding-left: 80px;
    padding-top: 3px;
}

.cardLocked {
	background: url("../images/frontend/locked_card.jpg") no-repeat 10px 0 transparent;
    height: 40px;
    padding-left: 80px;
    padding-top: 3px;
}

.success_massage {
	font-size: 15px;
	font-weight: 900;
	color: #2b9612;
}

.fail_massage {
	font-size: 15px;
	font-weight: 900;
	color: #9e0202;
}

.fail_massage2 {
	font-size: 15px;
	font-weight: 900;
	color: #9e0202;
	padding: 0 0 10px 0;
	margin: 0;
}

#thanks { color:#676767; }
#thanks h2 { font-size: 26px; margin-bottom:0; }
#thanks h3 { font-size: 15px; font-weight: normal; margin-top:0; }
#thanks .infoBlock { border: 2px solid #e5e5e5; margin: 40px auto; width:440px; padding:15px 40px; border-radius:3px; -moz-border-radius:3px; }
#thanks .value { font-weight:bold; color:#2f930d; }
#thanks .goNext { text-align:center; font-size:14px; }
#thanks a { color:#5780b4; font-weight: bold; }

#memFund {float:left;width:794px;}
#memFund #warning {float:right;width:220px;margin:0px 0px 0px 15px;}
#memFund h3 {
	font-size:12px;
	/*margin:0px;*/
	margin: 0 0 15px 0;
	color:#ae0b0c;
	font-weight: bold;
}
#memFund a {white-space:nowrap;}
#memFund span.special {color:#ae0b0c;}
#memFund h2 {
	font-size:14px;
	font-weight: bold;
	margin-top:0;
	margin-bottom: 15px;
}
#memFund ul.payMethods {font-size:16px;font-weight:bold;list-style-type:none;padding-left:0;padding-bottom:20px;}
#memFund .methodNote {font-size:12px;font-weight:normal;}
#memFund div.fundAmount {}
#memFund input.fundAmount {height:20px;width:100px;font-size:16px;letter-spacing:4px;text-align:right;border:1px solid #ccc;margin:0 0 40px 0;-moz-border-radius:3px;border-radius:3px;padding:4px;}
#memFund .nextButton {
	/*margin-left:100px;*/
}

#memWithdraw {float:left;width:794px;}
#memWithdraw h2 {margin:0 0 20px 0;font-size:16px;}
#memWithdraw ol {padding:0 20px;}
#memWithdraw li {margin-bottom:14px;}
#memWithdraw i {font-style:normal;color:#ae0b0c;}
#memWithdraw hr {height:1px;border:none;background-color:#979797;margin:25px 0;}
#memWithdraw .enterAmount {margin-top:20px;}
#memWithdraw input.withdrawAmount {height:20px;width:110px;font-size:16px;letter-spacing:4px;text-align:right;border:1px solid #ccc;margin:0 0 40px 0;-moz-border-radius:3px;border-radius:3px;padding:4px; margin:0;}
#memWithdraw .nextButton {margin-left:200px;}
#memWithdraw .enterAmountError {padding:30px 0;color:#ae0b0c;}

#memWithdraw2 {float:left;width:570px;}
#memWithdraw2 div.note {float:right;width:100px;padding:20px;margin:20px;background-color:#e8e8e8;font-size:11px;-moz-border-radius:3px;border-radius:3px;}
#memWithdraw2 h2 {margin:0 0 20px 0;font-size:16px;}
#memWithdraw2 ul.payMethods {font-weight:bold;list-style-type:none;padding-left:0;padding-bottom:20px;}
#memWithdraw2 .formRow {font-weight:normal;padding:10px 0 0 40px;}
#memWithdraw2 .inputTitle {width:110px;float:left;text-align:right;padding-right:10px;}
#memWithdraw2 .inputFix {font-weight:bold;}
#memWithdraw2 .nextButton {margin-left:180px;}
#memWithdraw2 input.inputBox {height:20px;width:200px;border:1px solid #ccc;-moz-border-radius:3px;border-radius:3px;}


#thanks { color:#676767; }
#thanks h2 { font-size: 26px; margin-bottom:0; }
#thanks h3 { font-size: 15px; font-weight: normal; margin-top:0; }
#thanks .infoBlock { border: 2px solid #e5e5e5; margin: 40px auto; width:440px; padding:15px 40px; border-radius:3px; -moz-border-radius:3px; }
#thanks .value { font-weight:bold; color:#2f930d; }
#thanks .goNext { text-align:center; font-size:14px; }
#thanks a { color:#5780b4; font-weight: bold; }
#thanks .infoContainer { width:500px; margin-left:140px; }
#thanks p.infoParagraph { margin-top:40px; margin-bottom:0;}
#thanks p.infoSmall { margin-top:0px; font-size:11px;}
#thanks a.redLink { color:#af0d0b; }
#thanks a.bigLink { font-size: 16px; }
#thanks div.note {background:#e4e4e4; padding:10px 35px;border-radius:3px; -moz-border-radius:3px;margin-top:30px;}
#thanks h3.note {background: url('../images/frontend/ico_note.png') no-repeat; height:27px;padding-left:40px;padding-top: 10px;font-size:12px; font-weight:bold; }
#thanks div.invite { float: right;}

#memFundBa {margin:50px auto; width:100%;}
#memFundBa form { margin: 0 auto; width: 100%; }
#memFundBa div.note {float:right;width:100px;padding:20px;margin:20px;background-color:#e8e8e8;font-size:11px;-moz-border-radius:3px;border-radius:3px;}
#memFundBa h2 {margin:0 0 20px 0;font-size:16px;}
#memFundBa ul.payMethods {margin: 20px 170px; font-weight:bold;list-style-type:none;padding-left:0;padding-bottom:20px;}
#memFundBa .formRow {font-weight:normal;padding:10px 0 0 40px;}
#memFundBa .inputTitle {width:110px;float:left;text-align:right;padding-right:10px;}
#memFundBa .inputFix {font-weight:bold;}
#memFundBa .nextButton {margin-left:180px;}
#memFundBa .payMethods input[type=radio] { ;padding-left: 140px; }
#memFundBa input.inputBox {height:20px;width:200px;border:1px solid #ccc;-moz-border-radius:3px;border-radius:3px;}

/**
 Pagination
 */

div.pagination {
    padding:3px;
    margin:3px;
    text-align:right;
}

div.pagination a {
    padding: 2px 5px 2px 5px;
    margin-right: 2px;
    border: 1px solid #5E5E5E;

    text-decoration: none;
    color: #5E5E5E;
}
div.pagination a:hover, div.pagination a:active {
    border:1px solid #710525;
    color: #710525;
}
div.pagination span.current {
    padding: 2px 5px 2px 5px;
    margin-right: 2px;
    border: 1px solid #710525;
    font-weight: bold;
    background: none;
    color: #710525;
}
div.pagination span.disabled {
    padding: 2px 5px 2px 5px;
    margin-right: 2px;
    border: 1px solid #AFAFAF;
    color: #AFAFAF;
}


/* results */
#results h3 { color:#686868; font-weight: normal; font-size:16px; clear: both; }
#results .bigJackpot { color:#686868; float: right; font-size:14px; padding-right:50px; }
#results .bigJackpotAmount { font-weight: bold; color: #49A328; font-size: 17px;}
#results .bigResults { padding-left:204px; padding-bottom:120px; font-size: 30px; font-weight:bold; clear:both; }
#results .bigBall {
	float:left;
	width:92px;
	height:102px;
	background: url("../images/frontend/res_big_ball2.png") no-repeat center top;
	text-align:center;
	color:#214447;
	padding-top:24px;
	margin-left:5px;
	padding-left:2px;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.4);
}

#results .bigStar {
	float:left;
	width:92px;
	height:102px;
	background: url("../images/frontend/res_big_star.png") no-repeat;
	text-align:center;
	color:#fff;
	padding-top:27px;
	margin-left:5px;
	padding-left:2px;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
}
#results .smallResults { /*padding-left:60px; padding-right:50px;*/}
#results .historyDraw {
	padding-bottom:20px;
	padding-top:10px;
	background: #f8f6f7;
	background: -moz-linear-gradient(top, #f8f6f7 0%, #f0eeef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f6f7), color-stop(100%,#f0eeef));
	background: -webkit-linear-gradient(top, #f8f6f7 0%,#f0eeef 100%);
	background: -o-linear-gradient(top, #f8f6f7 0%,#f0eeef 100%);
	background: -ms-linear-gradient(top, #f8f6f7 0%,#f0eeef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f6f7', endColorstr='#f0eeef',GradientType=0 );
	background: linear-gradient(top, #f8f6f7 0%,#f0eeef 100%);
	border: 1px solid #edeef2;
	padding: 5px 20px 15px 20px;
	margin-bottom: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


#results .historyDrawTitle { padding: 4px 0; margin-bottom: 15px; border-bottom: 1px solid #d7d7d7; }
#results .smallBall {
	float:left;
	width:32px;
	height:32px;
	background: url('../images/frontend/res_ball2.png') no-repeat;
	text-align:center;
	font-weight:bold;
	color:#214447;
	padding:8px 2px 0 0px;
	margin: 0 6px 0 0;
}
#results .smallStar {
	float:left;
	width:38px;
	height:41px;
	background: url('../images/frontend/res_star2.png') no-repeat;
	text-align:center;
	font-weight:bold;
	color:#fff;
	padding:0;
	line-height: 38px;
	margin-top: -2px;
	text-shadow: -1px -1px 0px #d62727;
}


#results .smallDraw { float: left; color: #626262; font-size:14px; padding:6px 0px 0 107px; }
#results .smallJackpot { float: right; color: #626262; font-size:14px; padding-top:3px; }
#results .smallJackpotAmount { font-weight: bold; color: #49a328; font-size:16px; }
#results a.olderResults { display:block; width:100px; padding:10px 20px; margin-top:20px; text-align: center; text-decoration: none; background-color: #2B9612; color:#fff; font-weight:bold; border-radius: 3px; -moz-border-radius:3px; border: 1px solid #208309; float: right;}
#results a.olderResults:hover {background-color: #22B200;}
#results .loadingResults { height:120px; background: url("../images/frontend/loading.gif") no-repeat center center;}
#results .lotto_monitor {
	display: block;
	height: 40px;
	padding-left: 130px;
	color: #2a5c9d;
	line-height: 40px;
	text-decoration: underline;
	background: url("../images/frontend/lotto_monitor.png") no-repeat left top;
	margin-top: 17px;
	width: 276px;
	float: left;
}

#results .lotto_monitor:hover {
	color: #2B9612;
}

.headings_wrapper {
	margin: 30px 0 15px 0;
}

.headings_wrapper h3{
	float: left;
	margin: 0;
}

.results_promo_wrapper{
	height: 75px;
	/*width: 100%;*/
	/*padding: 0 0 0 35px;*/
}

.did_i_win {
	float: right;
	margin: 15px 52px 0 0;
	display: block;
	width: 176px;
	height: 60px;
	background: url("../images/frontend/sprite1.png") no-repeat center top;
}

.did_i_win:hover {
	background: url("../images/frontend/sprite1.png") no-repeat center bottom;
}


.promo_heading {
	float: left !important;
	margin-top: 36px !important;
}

#results .historyDraw {
	padding-bottom: 30px !important;
}
#results h2.infotext {
	display: none;
}
#results .headings_wrapper {
	padding: 0 161px 0 212px;
}

/* bonuses */
#bonuses h2.infotext {
    margin-bottom:20px;
}

#bonuses h3{
margin:0px auto 30px auto;
width:178px;
text-transform: uppercase;
text-align:center;
}

#bonuses .roundBox {
float:left;
margin-left: 10px;
min-height:552px;
width:240px;
border:2px solid #e5e5e5;
background:#e5e5e5;
}

#bonuses .imageBox {
    padding:10px;
    height:350px;
    text-align:center;
    background:#f9f9f9;
}
#bonuses .bonusIco {
    clear:both;
}
#bonuses .bonusButton {
    padding-top:50px;
}


#bonuses .infoBlock {
    padding:10px;
}

#bonuses a { color:#5780b4; }


.bonus_box {
	float: left;
	background: #fff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	height: 558px;
	text-align: left;
	border: 1px solid #bbb;
}

.bonus_box:hover {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}


#bonuses .bonus_box h3 {
	text-align: left;
	color: #3d3d3d;
	font-size: 18px;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	width: auto;
	max-width: 279px;
	height: 305px;
	padding: 23px 0 0 19px;
	margin: 0;
}


.bonus_box_1 {
	background: #fff url("../images/frontend/bonus1.jpg") no-repeat center 2px;
	width: 244px;
	margin-right: 27px;
}

.bonus_box_2 {
	background: #fff url("../images/frontend/bonus2.jpg") no-repeat center 2px;
	width: 701px;
}

#bonuses .bonusButton {
	padding: 0;
	margin: 0;
	text-align: center;
}

.bonus_box .infoBlock p{
	line-height: 18px;
	max-width: 380px;
	display: block;
	margin: 0 auto;
	padding-bottom: 13px;
}

#bonuses .infoBlock {
	padding: 33px 15px 0 15px;
}

#bonuses {
	padding: 0 0 40px 14px;
}

.rounded_box_wrapper {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f3f1f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f1f2));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f3f1f2 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f3f1f2 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f3f1f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f1f2',GradientType=0 );
	background: linear-gradient(top, #ffffff 0%,#f3f1f2 100%);
	border: 1px solid #dfe0e4;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin-top: 17px;
}

.rounded_box_wrapper h2.infotext{
	margin: 7px 0 0 14px;
}

.private_account_wrapper {
	padding: 17px 0 25px 50px !important;
}

/* other */

.faq_anchors {
	margin-top: 5px;
	margin-left: -7px;
}

.faq_anchors a{
	color: #5780B5;
	font-weight: 600;
	text-decoration: none;
}

.faq_anchors a:hover{
	color: #2B9612;
	text-decoration: underline;
}


.faq_menu {
	width: 180px;
	float: left;
	/*line-height: 26px;*/
	padding: 9px 12px 46px 20px;
	text-align: right;
}

.faq_first {
	margin-top: 6px;
}

.faq_category {
	font-weight: 900;
	color: #47413f;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 12px;
	display: block;
}

.faq_category:hover {
	color: #2771d1;
}

.faq_category_heading {
	display: block;
	color: #47413f;
	padding: 10px 0 10px 35px;
	font-size: 25px;
	font-family: Georgia, Tahoma;
	font-style: italic;
	margin: 70px 0 10px 0;
	background: #FAF9E2;
	border: 1px solid #DDDAAA;
	border-left: 0;
	border-right: 0;
    color: #5D5636;
	line-height: 30px;
}

.faq_answers {
	float: left;
	width: 828px;
	line-height: 21px;
	border-left: 3px double #47413f;
}

.no_top_margin {
	margin-top: 0px !important;
}


.faq_solution {
	margin: 0 0 0 0;
	padding-left: 35px;
	margin-bottom: 25px;
}

.faq_question {
	display: block;
	border-bottom: 1px dotted #7e7066;
	margin-bottom: 5px;
	padding-bottom: 3px;
	font-family: Georgia, Tahoma;
	font-style: italic;
	padding-top: 7px;
	font-size: 14px;
	font-weight: 900;

}

.faq_answer {
	margin: 0 0 38px 0;
	font-size: 13px;
}
.back_to_top {
	font-size: 14px;
	font-family: Georgia, Tahoma;
	font-style: italic;
	background-color: #5780B5;
	color: #fff;
	text-decoration: none;
	margin-left: 34px;
	display: block;
	padding: 8px;
	width: 90px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.back_to_top:hover {
	background-color: #2B9612;
}

.faq_menu2 {
	width: 200px;
	float: left;
	padding: 19px 19px 46px 20px;
	text-align: left;
}

.faq_answers2 {
	float: left;
	width: 801px;
	border-left: 3px double #47413f;
	margin-bottom: 28px;
}

.main_page_h2 {
	margin-top: 0 !important;
	margin-bottom: 30px !important;
}

.extra_h2 {
	margin-top: 50px !important;
	margin-bottom: 20px !important;
}

.special_separator {
	border: 1px solid #d3d3d3;
}

h3 {
	color: #5780B5;
	margin-top: 45px;
}

.inline_menu {
	margin: 25px 15px 0 0;
	border-bottom: 3px double #47413f;
}

.inline_menu a{
	font-weight: 900;
	text-decoration: none;
	color: #47413f;
	display: block;
	float: left;
	padding: 9px 18px 9px 18px;
	margin: 0 2px 0 2px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

inline_menu a:hover{
	background: #deeacc;
	color: #47413f !important;
}
.inline_active {
	background: #69a606;
	color: #fff !important;
}

.no_left_margin {
	margin-left: 0 !important;
}


h5 {
	font-size: 13px;
	font-weight: 900;
	margin-bottom: 6px;
	margin-left: 161px;
}

.large_text {
	margin-top: 0px;
	float: right;
	width: 620px;
	line-height: 20px;
}

.large_text_li{
	padding-bottom: 7px;
}

.main_table {
	text-align:center;
	margin: 8px 0 20px 287px;
}

.main_table2 {
	text-align:center;
	margin: 8px 0 20px 244px;
	width: 450px;
}


.ul_margin {
	margin-left:  160px;
	line-height: 20px;
}

.main_table th, .main_table2 th{
	background-color: #5780B5;
	color: #fff;
}

.highligh {
	background-color: #d0def0;
}

.align_left {
	text-align:left;
}

.left_pd {
	padding-left: 20px;
}

.right_pd {
	padding-right: 20px;
}

.small_thumbnail {
	float: left;
	padding-right: 20px;
	padding-bottom: 8px;
}

.float_end {
	width: 100%;
    clear: both !important;
    height: 0;
    margin: 0;
    padding: 0;
    display: block !important;
	font-size: 0;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}
#security_icons {
    position: absolute;
    width:199px;
    height:25px;
    top: 21px;
    right: 65px;
}
.security_icons_en {
    background: url("../images/i18n/en/security.png") no-repeat;
}
.security_icons_de {
    background: url("../images/i18n/de/security.png") no-repeat;
}

.payment_icons_image {
	margin: 15px 0 0 26px;
}


#playing_balls {
    background: url("../images/frontend/playing_balls.png") no-repeat;
    position: absolute;
    width: 135px;
    height:68px;
    left: 456px;
    bottom: -40px;
    z-index: 10;
}

.three_box {
    position: relative;
	margin: 0;
}

.gradient_box {
    background: #e8e8e8;
	background: -moz-linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e8e8e8));
	background: -webkit-linear-gradient(top, #ffffff 0%,#e8e8e8 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#e8e8e8 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#e8e8e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 );
	background: linear-gradient(top, #ffffff 0%,#e8e8e8 100%);
    float: left;
	height: 69px;
}


.box1 {
    width: 276px;
    border-top: 1px solid #b9b9b9;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
	font-family: SegoeUINegreta, Tahoma, Arial;
	font-size: 18px;
}

.box1 p {
    margin:0px;
	padding:10px 0 0 14px;
}

.box1 p+p {
	padding-top:0;
}

.box1 p span {
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 3px 0 -3px;
}


.box2{
    width: 237px;
    border-top: 1px solid #b9b9b9;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
	color: #64b029;
	font-family: SegoeUINegreta, Tahoma, Arial;
	font-size: 28px;
}

.box2 p {
	padding: 15px 0 0 14px;
	margin:0px;
}

.box3{
    width: 227px;
    border-top: 1px solid #b9b9b9;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    -webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	text-align: right;
	font-size: 15px;
	color: #4a7cbc;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -0.5px;
}

.box3 p span {
	font-size: 26px;
	color: #f5656d;
	line-height: 70%;
}

.box3 p {
	padding: 13px 12px 0 0;
	margin:0px;
}

.day_box {
    font-size: 11px;
    font-weight: 800;
    padding: 0;
    margin: 0;

}

.date_box {
    padding-top: -10px;
    margin-top: -10px;
}

.three_ticket {
    position: relative;
    height: 27px;
	margin: 16px 0 0 0;
}

.tile_1 {

}

.tile_2 {
    left: 278px;
}

.tile_3 {
    left: 517px;
}

.counter_description{
    font-family: Tahoma, Arial;
    font-size: 12px;
    color: #000;
    margin-top: 7px;
    margin-bottom: 4px;
}
.d_desc {
margin:0;
padding:0;
display:inline-block;
width:70px;
margin-left:8px;
text-align:center;
}

.h_desc {
display:inline-block;
width:65px;
text-align:center;
}

.m_desc {
display:inline-block;
width:65px;
text-align:center;
margin-left:2px;
}

.s_desc {
display:inline-block;
width:65px;
text-align:center;
margin-left:2px;
}
.counter_digit {
    float: left;
    font-family: Tahoma;
    font-size:35px;
    color: #ddd;
    width:47px;
    text-align:left;
    padding-left:4px;
    margin-right:1px;
    letter-spacing:5px;
}
.counter_digit_s {
    color: #b01010;
}
.counter_spacer {
    float: left;
    width:19px;
}
.bg_wrapper {
    width: 274px;
    height: 54px;
    background: url(../images/frontend/counter_bg.png) no-repeat left top;
    margin-left: 18px;
    padding-left:0px;
}


.tile_include {
    background: url(../images/frontend/bg_tickettitle.png) no-repeat;
    width: 165px;
    height: 21px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    padding-right: 30px;
    padding-left: 14px;
    padding-top: 6px;
    float: left;
	position: absolute;
}

.footer_push {
    width: 100%;
    height: 50px;
}

.inpage_help_0{
    float: left;
    margin: -8px 0 10px 0;
    font-size: 12px;
    font-weight: 900;
}

.inpage_help_1{
    /*float: right;*/
    /*margin: 40px 0 -72px 0;*/
    text-align: right;
    padding: 18px 23px 0 0;
    font-size: 11px;
    line-height: 234%;
    color: #fff;
}

.inpage_help_1 a{
    color: #fff;
}

.inpage_help_1 a:hover{
    color: #fffbad;
}

.inpage_help_2{
    float: right;
    margin: 36px 0 0 0;
    font-size: 11px;
}
.change_pass_cols {
    width: 350px !important;
	margin-right: 160px;
	margin-bottom: 20px;
	white-space:nowrap;
}

.help_links {
	line-height: 193%;
	font-size: 12px;
	padding-left: 16px;
}

.login_table {
	margin: 56px 0 0 58px;
	font-size: 14px;
}

.signup_input_cell {
	height: 60px;
}

.signup_table {
	margin-top: 35px;
	margin-bottom: 60px;
	font-size: 14px;
}
.submit_green {
background-color: #2B9612;
border: 1px solid #208309;
border-radius: 5px 5px 5px 5px;
color: #FFFFFF;
margin: 0;
width: 130px;
height:45px;
padding: 11px 25px;
text-align: center;
text-decoration: none;
font-size: 14px;
cursor: pointer;
}

.submit_green:hover {
background-color: #22B200;
}

h2.infotext{
	margin-top: 24px;
}

.login_wrapper {
	margin-left: 0px;
	background: url(../images/frontend/login.png) no-repeat 230px bottom;
	height: 477px;
}

.login_button_cell {
	padding-top: 38px;
}

.align_right{
	text-align: right;
	padding-right: 11px;
}


td input {
	padding-left: 5px;
	width: 200px;
	height: 25px;
	border: 1px solid #b8b8b8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.signup_artwork {
	background: url(../images/frontend/signup.png) no-repeat right 14px;
    left: -60px;
    padding: 0 60px;
    position: relative;
    width: 1000px;
}


h2.infotext {
	background-color: transparent;
}

.reason_box {
	width: 279px;
	height: 200px;
	float: left;
	margin-top: 30px;
	padding-right: 25px;
	font-size: 13px;
}

.reason_box p{
	font-size: 14px;
}

.reason_box h4 {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 15px;
}

.reason_box1 {
	margin-left: 93px;
}

.reason_box3 {
	padding-right: 0 !important;
}

.small_headline {
	margin-top: 80px;
	font-size: 15px;
}

.change_pass_cols {
	width: 350px !important;
	margin-right: 160px;
	margin-bottom: 20px;
}

.myAccountContent {
	float: left;
    width: 570px;
}

.greenButton:hover {
	background-color: #22B200;
}

#members a:hover {
	color: #2B9612;
}

.password_email_sent {
	padding: 56px 0 0 180px;
	font-size: 14px;
}

.contact_text {
	margin-top: 34px;
	font-size: 14px;
}

#mapiframe {
width:801px;
}

#floatframe {
	position:absolute;
	left:330px;
	top: 103px;
	z-index:100;
}
.thanks_wrapper {
	margin-left: 0px;
	background: url("../images/frontend/thank_you.png") no-repeat right bottom;
	min-height: 448px;
	max-width: 990px;
}

.thank_you_h1 {
	font-size: 30px;
	color: #5780B5;
	padding-bottom: 0;
	margin-bottom: 0;
}

.thank_you_text {
	padding-top: 20px;
	font-size: 16px;
}

.thank_you_text2 {
	padding-top: 20px;
	font-size: 13px;
}

.thank_you_text3 {
	font-size: 14px;
	line-height: 33px;
	padding: 0;
	margin: 10px 0 20px 0;
}
#thank_you_unlimited {
    width:450px;
    display:none;
}

a.thank_you_bt_green { background-color:#2b9612; color:#fff; text-decoration:none; border:1px solid #208309; border-radius:5px; -moz-border-radius:5px; padding:11px 25px; display:inline-block; min-width:78px; text-align:center; margin:0; font-size: 14px;}
a.thank_you_bt_green:hover { background-color:#22b200;}

.smallBall {
    background: url("../images/frontend/res_ball.png") no-repeat scroll 0 0 transparent;
    color: #000000;
    float: left;
    font-weight: bold;
    height: 32px;
    padding: 8px 2px 0 0;
    text-align: center;
    width: 32px;
}

.smallStar {
    background: url("../images/frontend/res_star.png") no-repeat scroll 0 0 transparent;
    color: #000000;
    float: left;
    font-weight: bold;
    height: 32px;
    padding: 9px 2px 0 0;
    text-align: center;
    width: 32px;
}

.number_descriptor {
	float: left;
	line-height: 32px;
	height: 32px;
	display: block;
	width: 80px;
	font-size: 14px;
}

.historyNumbers {
	margin-top: 15px;
}

/* registration */

.registration_step_table {
	margin: 0 auto 10px auto;
	background: url(../images/frontend/delimiter_big.png) no-repeat center top;
	width: 100%;
}

.registration_step_table td{
	padding-top: 8px;
}


.accent1 {
	font-size: 15px;
	color: #444444;
	font-weight: 900;
}

.accent2 {
	font-size: 12px;
	color: #444444;
	font-weight: 600;
}

.accent3 {
	color: #980000;
	font-weight: 900;
}

.accent4{
	font-weight: 900;
	padding: 0 0 18px 30px !important;
}

.accent5 {
	color: #64b029;
	font-weight: 900;
}


.last_row_rst {
	padding-bottom: 88px;
	padding-top: 9px;
}

.first_row_rst {
	padding-bottom: 12px;
	padding-top: 32px;
	width: 130px;
}

.table_padding_correction {
	padding-bottom: 12px;
}

.table_padding_correction2 {
	padding-bottom: 14px;
}

.legal1 {
	width: 320px;
	float:right;
	text-align: center;
	margin: 0 135px 0 0;
}

.legal2 {
	width: 320px;
	float:right;
	text-align: center;
	margin: 0 40px 0 0;
}

.did_you_know_new {
	width: 394px;
	padding: 28px 26px 23px 26px;
	background: #e4e4e4 url(../images/frontend/light_bulb_new.png) no-repeat 22px 16px;
	margin: 75px auto 0 auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.did_you_know_new p {
	margin: 0;
	padding: 0;
}

.radio_selector{
    float: left !important;
    width: 20px !important;
	margin: -5px 10px 0 50px;
	border: none;
}

.textBox {
	border: 1px solid #D3D3D3;
    color: #666 !important;
    padding: 0;
    margin:0;
	width: 196px;
	/*height: 25px;*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-left:4px;
}
.error_border { border:1px solid red;}

.payment_step_table p {
	font-size: 14px;
	margin: 0;
	padding: 10px 0 0 0;
}
.extra_left_margin {
	margin-left: 160px;
	margin-top: 35px;
}

.amount_charged_infotext {
	padding: 25px 0 25px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #A1C8DD;
	background: #E5F2FA;
	width: 700px;
	margin: 30px auto 0 auto;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
}

.credit_step_table {
	margin: 10px auto 48px auto;
}

.general_purpose_label {
	text-align: right;
	font-size: 12px;
	font-weight: 400;
	color: #444444;
	padding-right: 5px;
}

.generalBox {
	border: 1px solid #D3D3D3;
    color: #666 !important;
    padding: 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.credit_step_table tr {
	height: 37px;
}

.help_overlay {
	font-weight: 900;
	color: #5780B5;
	text-decoration: underline;
}

.table_credit_padding {
	padding-top: 15px;
}


#help_image{
    z-index: 1000;
    width: 249px;
    height: 169px;
    background: url(../images/frontend/ccv.png) no-repeat;
    right:90px;
    top:180px;
    display: none;
    position: absolute;
}

.h2_wrapper {
	background: url(../images/frontend/security.png) no-repeat 800px 0px;
	min-height: 25px;
}

.accent6 {
	color: #478d11;
}

.rfr_fr_wrapper {
	float: left;
	width: 620px;
}
.rfr_description p {
	background: url(../images/frontend/friend_icon.jpg) no-repeat 20px top;
	padding-left: 92px;
	padding-top: 10px;
	min-height: 92px;
	margin: 0 0 20px 8px;
}
.mini_headline {
	font-weight: 900;
	color: #2b9612;
	font-size: 15px;
}
.mini_note {
	color: #848484;
	font-size: 11px;
}

.mini_box1 {
	width: 230px;
	background: url(../images/frontend/reffer_friend_email.png) no-repeat left top;
	float: left;
	height: 161px;
	margin: 0 40px 0 99px;
	padding-top: 59px;
}

.mini_box2 {
	width: 230px;
	background: url(../images/frontend/reffer_friend_link.png) no-repeat left top;
	float: left;
	height: 161px;
	padding-top: 59px;
}
.copy_link_box {
	width: 215px;
	height: 18px;
	font-size: 10px;
	border: 1px solid #a1c8dd;
	background: #e5f2fa;
	padding-left: 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


/* ACTIVE TICKET */

.active_ticket_wrapper{
	width: 794px;
	float: left;
	margin-top: 10px;
}

.active_ticket_wrapper .summary_of_ticket_header {
	background: #2f5b95;
	-webkit-border-top-left-radius: 11px;
	-webkit-border-top-right-radius: 11px;
	-moz-border-radius-topleft: 11px;
	-moz-border-radius-topright: 11px;
	border-top-left-radius: 11px;
	border-top-right-radius: 11px;
	width: 774px;
	height: 92px;
	padding: 18px 0 0 20px;
	color: #fff;
	position: relative;
	border-bottom: 1px dashed #6e8db5;
}

.active_ticket_wrapper .summary_of_ticket_header p.ticket_summary_heading{
	color: #ffefb5;
	font-family: Tahoma, Arial;
	font-size: 21px;
	margin: 0;
	padding: 0;
}

.ticket_heading_no{
	font-family: Georgia, "Times New Roman";
	font-style: italic;
	font-weight: 900;
}

.summary_of_ticket_header p.info_box{
	float: left;
	margin-right: 50px;
	font-size: 14px;
}

.summary_of_ticket_header div.three_balls{
	width: 135px;
	height: 68px;
	background: url("../images/frontend/playing_balls.png");
	position: absolute;
	top: -30px;
	left: 312px;
}

.active_ticket_wrapper .summary_of_ticket {
	width: 794px;
	background: #5780b5;
	padding: 9px 0 9px 0;
	position: relative;
	min-height: 72px;
}


.total_winnings {
	width: 174px;
	height: 76px;
	background: url("../images/frontend/total_winnings_arrow.png");
	float: right;
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -38px;
}

.draws_wrapper {
	float: left;
	width: 450px;
}

.draws_wrapper .draw .draw_number {
	float: left;
	font-family: Tahoma, Arial;
	font-size: 14px;
	color: #fff;
	line-height: 50px;
	width: 30px;
	padding-left: 21px;
	text-align: left;
}

.summary_of_ticket .draws_wrapper .draw{
	height: 50px;
}

.draw_winnings {
	line-height: 50px;
	float: left;
	padding-left: 18px;
}

div.draw_winnings .no_win {
	color: #8facd1;
	font-size: 14px;
}

div.draw_winnings .yes_win {
	font-size: 13px;
	font-weight: 900;
	color: #b9e828;
}

.draw .draw_balls {
	padding-top: 9px;
	float: left;
}

.total_winnings_header {
	display: block;
	font-family: Tahoma, Arial;
	font-size: 18px;
	color: #fff;
	padding: 12px 0 0 35px;
}

.total_winnings_price{
	display: block;
	font-family: Tahoma, Arial;
	font-size: 23px;
	color: #b9e828;
	padding: 0 0 0 35px;
}

.active_ticket_draw_details {
	width: 794px;
	float: right;
	padding-top: 30px;
	margin-right: 60px;
}

.active_ticket_draw_details .mini_header {
	display: block;
	font-size: 21px;
	color: #575757;
	padding-left: 52px;
	margin-bottom: 12px;
}

.draw_details_wrapper .mini_description {
	font-size: 14px;
	color: #575757;
	padding-left: 52px;
	width: 241px;
	display: block;
	float: left;
}

.active_ticket_rule {
	border: 0;
	background: #d2d2d2;
	height: 1px;
}

.winning_numbers_block {
	float: left;
	width: 265px;
	padding: 8px 0 0 52px;
}

.your_numbers_block{
	float: right;
	width: 291px;
	padding: 8px 0 0 26px;
}

p.draw_details_infotext{
	font-size: 14px;
	color: #575757;
	display: block;
	margin: 0 0 27px 0;
	padding: 3px 0 0 0;
	line-height: 140%;
}

.smallBallGreen {
    background: url("../images/frontend/res_ball_green.png") no-repeat 0 0 transparent;
    color: #000000;
    float: left;
    font-weight: bold;
    height: 32px;
    padding: 8px 2px 0 0;
    text-align: center;
    width: 32px;
}

.smallStarGrey {
    background: url("../images/frontend/res_star_grey.png") no-repeat 0 0 transparent;
    color: #000000;
    float: left;
    font-weight: bold;
    height: 32px;
    padding: 9px 2px 0 0;
    text-align: center;
    width: 32px;
}

.smallStarGreen {
    background: url("../images/frontend/res_star_green.png") no-repeat 0 0 transparent;
    color: #000000;
    float: left;
    font-weight: bold;
    height: 32px;
    padding: 9px 2px 0 0;
    text-align: center;
    width: 32px;
}

.active_ticket_draw_details .draw_details_wrapper {
	margin-bottom: 44px;
}

.active_ticket_draw_details .ticket_final_note {
	text-align: center;
}

.micro_back_link {
	background: url("../images/frontend/back_micro.png") no-repeat 0 3px;
	padding-left: 15px;
	padding-bottom: 50px;
	margin-left: 5px;
}

.micro_back_link:hover {
	background: url("../images/frontend/back_micro.png") no-repeat 0 -86px;
}
/* Members Active tickets*/

.blue_table_v2 {
	border: none !important;
	margin: 0 0 32px 0 !important;
	font-size: 12px !important;
}

.blue_table_v2 .special_floated_link{
	float: right;
	font-size: 12px;
	background: url(../images/frontend/history.png) no-repeat left 1px transparent;
	padding: 1px 5px 3px 23px;
}

.blue_table_v2 caption {
	text-align: left;
	font-size: 14px;
	color: #444444;
	padding: 0 0 7px 0;
}

.blue_table_v2 th {
	background: #2f5b95 !important;
	border: none !important;
	border-bottom: 1px dashed #6e8db5 !important;
	border-right: 1px solid #fff !important;
	color: #fff6a7 !important;
	height: 46px !important;
	font-size: 12px !important;
}

.blue_table_v2 th:last-child {
	border-right: none !important;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
}

.blue_table_v2 th:first-child {
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
}

.blue_table_v2 tr {
	background: #e4ebf2 !important;
	border: none !important;
	border-bottom: 1px dashed #fff !important;

}

.blue_table_v2 tr:last-child {
	border-bottom: none !important;
}

.blue_table_v2 td {
	border: none !important;
	border-right: 1px solid #fff !important;
	padding: 0 0 0 15px !important;
	height: 55px;
	font-size: 12px !important;
}

.blue_table_v2 tr td:last-child {
	border: none !important;
}

.micro_table_button {
	display: block;
	background: #83c714;
	padding: 2px 7px 2px 7px;
	float: left;
	text-decoration: none;
	color: #fff !important;
	font-size: 11px;
	text-shadow:1px 1px 0px #639510;
	margin-right: 11px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	border: 1px solid #5d9109;
	background: -moz-linear-gradient(top, #8dd31d 0%, #6eb003 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8dd31d), color-stop(100%,#6eb003));
	background: -webkit-linear-gradient(top, #8dd31d 0%,#6eb003 100%);
	background: -o-linear-gradient(top, #8dd31d 0%,#6eb003 100%);
	background: -ms-linear-gradient(top, #8dd31d 0%,#6eb003 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dd31d', endColorstr='#6eb003',GradientType=0 );
	background: linear-gradient(top, #8dd31d 0%,#6eb003 100%);
}

.micro_table_button:hover {
	background: #98e320;
	background: -moz-linear-gradient(top, #98e320 0%, #5e9603 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#98e320), color-stop(100%,#5e9603));
	background: -webkit-linear-gradient(top, #98e320 0%,#5e9603 100%);
	background: -o-linear-gradient(top, #98e320 0%,#5e9603 100%);
	background: -ms-linear-gradient(top, #98e320 0%,#5e9603 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98e320', endColorstr='#5e9603',GradientType=0 );
	background: linear-gradient(top, #98e320 0%,#5e9603 100%);
}

.strong_green_accent {
	font-weight: bold;
	color: #3e9e24;
}

.normal_red_link {
	color: #bd0000;
	text-decoration: underline;
}

.normal_red_link:hover {
	color: #ff0000;
}

.mini_countdown {
	font-size: 13px;
}

.faq_link_descriptor_2 {
	background: url(../images/frontend/help_icon_mini.png) no-repeat 0 7px transparent;
	padding: 6px 0 5px 20px;
	display: block;
}

.on_demand_descriptions_wrapper {
	margin-top: 22px;
	border-top: 1px solid #dbdbdb;
	padding-top: 29px;
	padding-right: 35px;
}

.on_demand_description_1 {
	background: url(../images/frontend/hourglass_icon.png) no-repeat left 5px;
	padding-left: 22px;
	margin-bottom: 25px;
}

.on_demand_description_2 {
	background: url(../images/frontend/refresh_blue_icon.png) no-repeat left 4px;
	padding-left: 22px;
	margin-bottom: 25px;
}

.on_demand_descriptions_wrapper .mini_heading{
	font-weight: bold;
	font-size: 14px;
}

/* SUMAMRY */

.summary_table_wrapper {
	margin-bottom: 45px;
}

.summary_table_top {
	background: url(../images/frontend/summary_top_artwork.png) no-repeat center top;
	height: 68px;
	margin-bottom: -22px;
	width: 100%;
	position: relative;
	z-index: 99;
}

.summary_table_body {
	background: #e4ebf2;
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.summary_table_bottom {
	background: url(../images/frontend/summary_bottom_artwork.png) no-repeat center top;
	width: 100%;
	height: 16px;
}

.summary_table_bottom a{
	margin: 0 0 0 231px;
}

.summary_table_row_wrapper {
	width: 100%;
	border-bottom: 1px solid #cad9e8;
	border-top: 1px solid #fff;
}

.summary_table_row_wrapper:last-child {
	border-bottom: none;
}

.summary_table_row_wrapper:first-child {
	border-top: none;
}

.summary_table_cell{
	padding: 0 0 0 73px;
	margin-top: 21px;
}

.summary_table_cell p{
	margin: 0;
	padding: 0;
}


.stc_1, .stc_3, .stc_5 {
	float: left;
	height: 86px;
        max-width: 270px;
}

.stc_2, .stc_4, .stc_6 {
	float: right;
	width: 204px;
	height: 86px;
}

.stc_1 {
	background: url(../images/frontend/four_leaf_icon.png) no-repeat 24px 6px;
}

.stc_2 {
	background: url(../images/frontend/jackpot_summary_icon.png) no-repeat 11px 6px;
}

.stc_3 {
	background: url(../images/frontend/wallet_summary_icon.png) no-repeat 23px 6px;
}

.stc_4 {
	background: url(../images/frontend/money_summary_icon.png) no-repeat 24px 6px;
}

.stc_5 {
	background: url(../images/frontend/ticket_summary_icon.png) no-repeat 22px 6px;
}

.stc_6 {
	background: url(../images/frontend/star_summary_icon.png) no-repeat 20px 6px;
}

.table_cell_mini_heading {
	display: block;
	font-size: 14px;
	font-family: Tahoma, Arial;
	letter-spacing: -0.4px;
}

.summary_table_cell .green_accent {
	display: block;
	color: #2b9710;
	font-size: 16px;
	font-family: Tahoma, Arial;
	font-weight: bold;
	margin: 3px 0 3px 0;
}

.summary_table_cell .blue_accent {
	display: block;
	color: #0c52ad;
	font-size: 16px;
	font-family: Tahoma, Arial;
	font-weight: bold;
	margin: 3px 0 3px 0;
}

.summary_table_cell .faq_link_descriptor_2 {
	margin-top: 0px;
}

.summary_warning_message {
	padding: 16px 16px 16px 46px;
	background: #fcebeb url(../images/frontend/warning_icon_summary.png) no-repeat 12px 21px;
	border: 1px solid #f7aeae;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: Tahoma, Arial;
	font-size: 12x;
	color: #444;
	font-weight: normal;
	width: 350px;
	margin: 0 auto 20px auto;
}

.summary_warning_message .warning_headline {
	color: #ae0e0c;
	font-weight: bold;
	display: block;
	margin-bottom: 3px;
}

.summary_success_message {
	padding: 16px 16px 16px 46px;
	background: #ecfceb url(../images/frontend/success_icon_summary.png) no-repeat 13px 19px;
	border: 1px solid #94ce93;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: Tahoma, Arial;
	font-size: 12x;
	color: #444;
	font-weight: normal;
	width: 350px;
	margin: 0 auto 20px auto;
}

.summary_success_message .success_headline {
	color: #2b9710;
	font-weight: bold;
	display: block;
	margin-bottom: 3px;
}

.summary_warning_message p, .summary_success_message p {
	margin: 0;
	padding: 0;
}

/* EUROMILLIONS RESULTS */

.table_star_icon_results {
	background: url(../images/frontend/micro_results_star.png) no-repeat;
	width: 16px;
	height: 16px;
	margin: 0 auto 0 auto;
}

.table_star2_icon_results {
	background: url(../images/frontend/micro_results_stars.png) no-repeat;
	width: 32px;
	height: 16px;
	margin: 0 auto 0 auto;
}

.results_blue_table_container {
    float:left;
	margin-left: 215px !important;
}

.results_blue_table td {
	height: 30px;
	font-size: 13px !important;
	padding-right: 40px !important;
	text-align: right;
}

.results_blue_table th {
	padding-left: 0 !important;
}

.results_blue_table td.column_1 {
	padding: 0 !important;
	text-align: center;
}

.results_blue_table td.column_2 {
	padding: 0 !important;
}

.results_blue_table tr.even_row td {
	background: #f2f9ff;
}

.results_promo_wrapper .log_in_special_link {
	float: right;
	padding: 37px 0 3px 22px;
	background: url(../images/frontend/coins_win_link_icon.png) no-repeat 0 39px;
}

#results .historyDraw {
	padding-bottom: 30px !important;
}

.results_hidden_details {
    display:none;
}

.historyDraw table{
	margin: 10px auto 32px auto !important;
}

.loading {
	background:url(../images/frontend/ico-loading.gif) no-repeat 1px;
	height:28px;
	width:28px;
	display:none;
}

.loading_deposit
{
    float: right;
    margin-right: 280px;
    margin-top: -7px;
}

.loading_ccform
{
    float: right;
    margin-right: 55px;
    margin-top: 3px;
}

.loading_regpay
{
    float: right;
    margin-right: 20px;
    margin-top: 3px;
}

.loading_paypalform
{
    margin: auto;
    padding: 25px 20px 0 0;
}

.quick_lottoinfo {
	font-size: 15px;
	margin-bottom: 42px;
	background: url(../images/frontend/europe_artwork.png) no-repeat 2px 6px;
}

.quick_lottoinfo .ql_1{
	padding: 0 0 0 159px;
}

.quick_lottoinfo .ql_2{
	padding: 0 0 0 159px;
}

.quick_lottoinfo .ql_3{
	padding: 0 0 0 159px;
}

.quick_lottoinfo .ql_4{
	padding: 0 0 0 159px;
}

.quick_lottoinfo .ql_5{
	padding: 0 0 0 159px;
}


/*
 * jQuery Nivo Slider v2.6
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 *
 * March 2010
 */


/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/* HELP SLIDER */

.nivoSlider {
    position:relative;
    width: 310px;
    height: 139px;
    background: url("../images/frontend/loading.gif") no-repeat 50% 50%;
	margin: 5px 0 0 0;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:b4lock;
}

/* TOOLTIP HOVER */

.help_popup {
	background: #fffee2 !important;
	border: 1px solid #f0c43d !important;
	z-index: 1000 !important;
    width: 249px !important;
	padding: 15px !important;
	line-height: 148%;
    display: none;
	position: absolute;
	-webkit-box-shadow: 0px 0px 6px 0px #aaaaaa !important;
	-moz-box-shadow: 0px 0px 6px 0px #aaaaaa !important;
	box-shadow: 0px 0px 6px 0px #aaaaaa !important;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

form#profile_form #form_usenick {
	float: none;
}

form#profile_form div.leftAlign {
	text-align: right !important;
}

form#profile_form div.centerAlign {
	text-align: right !important;
}
#signup_login_reg_form a.bt_gray {
	margin-left: 68px;
}

#payment_form a.bt_gray {
	margin-left: 0px;
}

a#sign_up_continue {
	margin-right: 59px;
}

.faq_solution ol {
	padding-left: 40px;
}

.faq_solution ul {
	padding-left: 40px;
	padding-bottom: 20px;
}

.payment_stored_card {
	margin: 20px auto 0 auto;
	width: 65%;
	float: right;
	font-size: 13px;
}

.payment_stored_card a{
	color: #a00;
	font-size: 11px;
	text-decoration: none;
}

.payment_stored_card a:hover{
	text-decoration: underline;
	color: #db0e00;
}

.payment_form_table_wrapper {
	width: 700px;
	margin: 0 auto 40px auto;
	border: 1px solid #D3D3D3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
	padding-bottom: 35px;
}

#credit_step_table_display {
	width: 700px;
}

.cc_form_heading {
	text-align: left;
	margin: 0 0 10px 0;
}

.small_bottom_padding {
	padding-bottom: 20px !important;
}
/* FLASH BANNER */
#flashcontent {
	margin: 5px 12px 0 0;
}

#flashcontent2 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -240px 0 0 -320px;
	z-index: 999;
}

#black_overlay {
	width: 100%;
	height: 100%;
	background: #000;
	zoom: 1;
    filter: alpha(opacity=70);
    opacity: 0.7;
	position: fixed;
	z-index: 998;
	top: 0;
	left: 0;
}

.box3 .hoverline {
	font-size: 11px;
	font-family: Arial, Sans-serif;
	color: #444;
	padding: 0 12px 0 0;
	text-transform: none;
	letter-spacing: normal;
}

.box3 p {
	padding: 7px 12px 0 0;
}

#risk-free-help {
	cursor: help;
}

.legal2 {
	margin: 0 138px 0 0;
}
