@CHARSET "UTF8";
.hiddenPic {
	display:none;
	z-index:-10000;
}
/*   html */
body {
	background-image:url(/images/body-top-grad.png);
	background-color:#061330;
	background-repeat:repeat-x;
	background-position:top left;
	font-family:"Lucida Sans Unicode", "Lucida Grande";
	font-size:10pt;
	line-height:1.4em;
	color:#ffffff;
	height:100%;
	direction:ltr;
	margin:0 auto;
}

.body-light {
	background-color:#112145;
	background-image:none;
	background-position:left top;
	background-repeat:repeat-x;
	color:#FFFFFF;
	direction:ltr;
	font-family:"Lucida Sans Unicode","Lucida Grande";
	font-size:10pt;
	height:100%;
	line-height:1.4em;
	margin:0 auto;
}


p {
	padding:0 0 1em 0;
}
a {
	color:#a2e0ff;
}
a:visited {
	color:#a2e0ff;
}
a:hover {
	color:#d9f4ff;
}
a:active {
	color:#fff;
}
h3 {
	padding-bottom:10px;
	padding-top:30px;
	margin:0;
	color:#85D5F5;
}
h3.table {
	padding:16px 0 12px 11px;
}
p.table {
	padding:0 10px 1em 11px;
}
table {
	background-color:#163166;
	padding:1px 6px 1px 6px;
}
table.widest {
	width:610px;
	border-bottom:4px solid #163166;
	border-top:4px solid #163166;

}
table.support-faq-chat {
	width:290px;
	height:200px;
}
td.support-faq-chat {
	vertical-align:top;
	padding:0;
	margin:0;
}
td.left {
	vertical-align:top;
	border-top:#3c68c2 1px solid;
	border-bottom:#203e7e 1px solid;
	background-color:#3761b8;
	padding:4px 4px 0 4px;
}
td.bright {
	vertical-align:top;
	background-color:#1e3d7a;
	padding:4px;
	border-top:#325aa9 1px solid;
	border-bottom:#162f66 1px solid;
}
td.extra-padding {
	padding-top:4px;
}
td.center-middle {
	text-align:center;
	vertical-align:middle;
}
td.center-middle-flag {
	padding-left: 32px;
}
td.center-middle-flag2 {
	padding-left: 126px;
}
td.middle {
	vertical-align:middle;
}
td.half {
	width:50%;
}
input,
textarea,
select {
	border:1px #3C68C2 solid;
	width:280px;
	padding:3px;
}
select.hours-list {
	width:100px;
	padding-left:9px;
}
td.hours-list {
	padding-left:6px;
}
input.notify {
	width:30px;
	text-align:left;
}
.pngfix {
	behavior:url(/css/iepngfix.htc);
}

img {
	border:0;
	padding:0;
/*	margin:0;*/
}
/* langs drop down */
#lang_menu_drop {
	position:relative;
	top:7px;
	right:3px;
	margin-top:-7px;
	width:145px;
	display:none;
	background-color:#040c20;
	padding:6px 0;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity:0.9;
	opacity:0.9;
	z-index:1000 !important;
}
a.labels,
.labels {
	text-decoration:none;
	color:#fff;
	line-height:1.8em;
	position:relative;
	left:30px;
}
a.labels:hover {
	font-weight:bold;
}
/*   typography */
.navbar-links {
	padding-left:8px;
	position:relative;
	top:14px;
	text-decoration:none;
}
.navbar-links:hover {
	color:#d9f4ff;
}
.navbar-links:active {
	color:#fff;
}
.note {
	color:#D0C245;
	font-size:0.75em;
}
.cooperation {
	color:#D0C245;
	font-size:1.05em;
	font-weight: bold;
	}
.back-to-top {
	width:96%;
	text-align:right;
}/*   form input items    */
.telephone-country {
	width:37px;
}
.telephone-area {
	width:37px;
}
.telephone-local {
	width:182px;
}
.currency-dropdown {
	width:58px;
}
.currency-amount {
	width:217px;
}/*   layout */
.outer-wrapper {
	width:100%;
	height:100%;
	background-image:url(/images/body-top-chips.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	position:absolute;
	top:0;
	left:0;
	margin:0 auto;
}

.bgcontents{
	background-image:url(/images/contents-bg.png);	
	}
	
.wrapper {
	display:table;
	height:100%;
    margin-left: auto;
    margin-right: auto;

}
.contents-wrapper {
	background-image:url(/images/contents-bg.png);
	background-position:center center;
	background-repeat:repeat-y;
/*	float:left;*/
	margin:0 auto;
	overflow:visible;
	padding:0;
	position:relative;
	width:1036px;
	display:inline-block;
	/*height:100%;*/

}


.contents-wrapper-light {
/*	background-image:url(/images/contents-bg2.png);*/
	background-position:center center;
	background-repeat:repeat-y;
/*	float:left;*/
	margin:0 auto;
	overflow:visible;
	padding:0;
	position:relative;
	width:800px;
	display:inline-block;
	/*height:100%;*/

}





/*   header   */
.header_logo-container {
	float:left;
	position:relative;
	left:61px;
	top:38px;
}
.menus-container {
	float:right;
	width:730px;
	position:relative;
	right:12px;
	top:2px;
}
.header_hat-menu {
	float:left;
	width:502px;
	height:35px;
	font-size:0.9em;
	padding-left:3px;
}
.header_hat-menu-position {
	padding-top:19px;
}
.header_hat-icons {
	float:left;
	width:54px;
	height:35px;
	text-align:center;
}
.header_hat-icons-position {
	position:relative;
	top:16px;
}
.header_hat-languages {
	float:left;
	width:143px;
	height:35px;
	position:relative;
	left:15px;
	z-index:1 !important;
}
.header_hat-languages-position {
	position:relative;
	top:12px;
}
.header_buttons-position {
	width:730px;
	position:relative;
	top:1px;
	left:1px;
}/*   contents */
.rewards-visual {
	float:right;
	position:relative;
	bottom:10px;
	left:30px;
	width:351px;
	height:266px;
	display:block;
	background-image:url("/images/en/promotions/rewards.png");
	background-position:top left;
	background-repeat:no-repeat;
}
.homepage-downloads-position {
	position:relative;
	right:34px;
	width:972px;
	margin:0;
	overflow:hidden;
	bottom:85px;
}
.homepage-jackpot-position {
        position:relative;
        right:34px;
        width: 100px;
        margin:0px;
        overflow:hidden;
}
.contents-wrapper-left {
	width:610px;
	bottom:20px;
/*	display:inline-block;
	float:left;*/
	height:100%;
	margin-left:70px;
}
.page-titles {
	position:relative;
}
.games-flash-preview {
	float:left;
	width:340px;
}
.games-bullets-wrapper {
	float:right;
	width:260px;
	padding-top:14px;
}
.games-description {
	float:left;
}
.floatright {
	float:right;
}
.floatleft {
	float:left;
}
.games-swf-buttons {
	width:283px;
	height:217px;
}
.quickstart-annotation {
	padding:30px 0 0 0;
	float:right;
}
.promotions-annotation {
	padding:0 3px 0 0;
}
.promotion-palace {
	width:100%;
	}
.promotions-palace-left {
	padding-bottom: 10px;
	width:50%;
	float:left;
}
.promotions-palace-right {
	width:50%;
	float:right;
	padding-bottom:27px;
}
.promotion-10purchase {
	width:100%;
	float:left;
	}
.promotions-10purchase-left {
	padding-bottom: 30px;
	width:50%;
	float:left;
}
.promotions-10purchase-right {
	width:50%;
	float:right;
	padding-bottom:20px;

}
.promotion-bullets {
font-size: 11px;	
}
.promotion-devider {
	background-image: url("/images/en/promotions/devider.gif");
	background-repeat: no-repeat;
	height: 5px;
	width: 609px;
}
.promotion-bonus {
	float:left;
	}
.clearing {
    clear:both;
    height:1px;
    overflow:hidden;
    
  }

.support-tables-container {
	padding-bottom:30px;
}
.winners-banners {
	padding:20px 0;
	width:610px;
	height:228px;
}/* sidebar  */
.sidebar {
	background-image:url(/images/sidebar-bg.png);
	background-repeat:repeat-y;
	background-position:top left;
	float:right;
	position:relative;
	right:27px;
	width:286px;
	overflow:visible;
	height:100%;
	text-align:center;
/*	display:table;*/
}
.sidebar-top {
	width:286px;
	height:44px;
	background-image:url('/images/sidebar-bg-top.png');
	background-position:top left;
	background-repeat:no-repeat;
}
.sidebar-box-top {
	width:272px;
	height:24px;
	position:relative;
	left:14px;
	background-image:url(/images/sidebar-box-top.png);
	background-repeat:no-repeat;
	background-position:top left;
}
.sidebar-box-top-title {
	width:272px;
	height:36px;
	position:relative;
	left:14px;
	background-image:url(/images/sidebar-box-top-title.png);
	background-repeat:no-repeat;
	background-position:top left;
	font-size:1.1em;
	font-weight:bold;
	line-height:2.5em;
	text-indent:0.8em;
	text-align:left;
}
a.sidebar-titles {
	text-decoration:none;
	color:#ffffff;
}
.sidebar-box-middle {
	width:272px;
	position:relative;
	left:14px;
	background-image:url(/images/sidebar-box-middle.png);
	background-repeat:repeat-y;
	background-position:top left;
}
.sidebar-box-middle-container {
	font-size:0.8em;
	line-height:1.4em;
	padding:10px 20px 1px 14px;
	text-align:left;
}
.sidebar-winner-photo {
	padding:14px 0 0 8px;
}
.sidebar-box-bottom {
	width:275px;
	height:34px;
	position:relative;
	left:14px;
	background-image:url(/images/sidebar-box-bottom.png);
	background-repeat:no-repeat;
	background-position:top left;
}
.sidebar-box-seperator {
	padding-bottom:22px;
}
.sidebar-bottom-fade {
	background-image: url(/images/sidebar-bottom-fade.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 286px;
	height: 234px;
	display: table;
}
.sidebar-mega-moolah {
	padding:0;
	text-align:center;
	font-size:1.4em;
	font-weight:bold;
}
.sidebar-mega-moolah-logo {
	padding-bottom:8px;
}
.sidebar-start-winning {
	padding-bottom:10px;
}
.sidebar-download-now {
	padding-bottom:30px;
}
.sidebar-download-instant-mid-plain-text {
}
.sidebar-1500 {
	position:relative;
	left:5px;
}
.sidebar-claim {
	padding-bottom:16px;
	position:relative;
	left:5px;
}
.sidebar-emphasis {
	font-size:2em;
	line-height:1.4em;
}/* bottom buttons */
.bottom-buttons-wrapper {
	text-align:center;
	width:600px;
/*	padding-top:120px;
	padding-bottom:20px;*/
	overflow:hidden;
	display:block;
}
.bottom-buttons-left {
	padding-top:80px;
	padding-bottom:20px;
	width:50%;
	float:left;
}
.bottom-buttons-right {
	padding-top:80px;
	padding-bottom:20px;
	width:50%;
	float:right;
}
.bottom-buttons-download-now {
	padding:3px 0 15px 0;
}/* footer  */
.footer-top {
background-image:url(/images/footer-top_home-page.png);
display:block;
height:47px;
margin:0 auto;
width:1036px;
}
.footer-container {
	margin:0 auto;
	width:1036px;
	height:85px;
	background-image:url(/images/contents-bg.png);
	background-position:center;
	background-repeat:repeat-y;
}
.footer-logo-position {
	float:left;
	padding:7px 70px 0 48px;
}
.footer-links-position {
	width:540px;
	float:left;
	padding-top:10px;
}
.footer-3rd_parties-position {
	float:left;
	text-align:center;
	padding:0px 0 0 66px;
}
.footer-autorized {
	padding-top:5px;
	font-size:0.8em;
	}
.footer,
a.footer {
	padding:0 4px 0 0;
	font-size:0.75em;
	line-height:normal;
}
.footer-bottom {
	margin:0 auto;
	width:1036px;
	background-image:url(/images/footer-bottom.png);
	background-position:top;
	background-repeat:no-repeat;
	text-align:center;
/*	padding:21px 0 11px 0;/*line-height:4.2em;*/
	font-size:0.8em;
	line-height:20px;
	padding-top: 5px;
}
.footer-3rd_parties {
	padding-top:8px;
}
/*thickbox*/
#TB_window {
	font:12px Verdana, Helvetica, sans-serif;
	color:#333333;
}
#TB_secondLine {
	font:10px Arial, Helvetica, sans-serif;
	color:#666666;
}
#TB_window a:link {
	color:#666666;
}
#TB_window a:visited {
	color:#666666;
}
#TB_window a:hover {
	color:#000;
}
#TB_window a:active {
	color:#666666;
}
#TB_window a:focus {
	color:#666666;
}
#TB_overlay {
	position:fixed;
	z-index:100;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
}
.TB_overlayMacFFBGHack {
	background:url(/images/macFFBgHack.png) repeat;
}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
* html #TB_overlay { /* ie6 hack */
	position:absolute;
	height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight :document.body.offsetHeight + 'px');
}
#TB_window {
	position:fixed;
	background:#ffffff;
	z-index:102;
	color:#000000;
	display:none;
	border:4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
	position:absolute;
	margin-top:expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
	display:block;
	margin:15px 0 0 15px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-top:1px solid #666;
	border-left:1px solid #666;
}
#TB_caption {
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}
#TB_closeWindow {
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}
#TB_closeAjaxWindow {
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}
#TB_ajaxWindowTitle {
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}
#TB_title {
	background-color:#e8e8e8;
	height:27px;
}
#TB_ajaxContent {
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}
#TB_ajaxContent.TB_modal {
	padding:15px;
}
#TB_ajaxContent p {
	padding:5px 0px 5px 0px;
}
#TB_load {
	position:fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top:50%;
	left:50%;
	margin:-6px 0 0 -104px;/* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
	position:absolute;
	margin-top:expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect {
	z-index:99;
	position:fixed;
	top:0;
	left:0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
	position:absolute;
	height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight :document.body.offsetHeight + 'px');
}
#TB_iframeContent {
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
/*tabs*/
ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    width: 610px;
    height: 120px;
}
ul.tabs li {
    height: 102px;
    width:201px;
    float: left;
    margin: 0;
    padding: 0 1px 0 1px;
    overflow: hidden;
    position: relative;
    background-image: url("/images/tab_off.png");
    background-position: center;
    background-repeat: no-repeat;
}
ul.tabs li a {
    display: block;
    outline: none;
}
html ul.tabs li.active,
html ul.tabs li.active a:hover {
    background-image: url("/images/tab_on.png");
    background-position: center;
    background-repeat: no-repeat;
}
.cw-termes-tital{
	line-height: 1px;
	}
.cw-termes{
	font-size:9px;
	line-height:12px;
	position:relative;
	right:520px;
	text-align:left;
	top:18px;
	width:360px;
}

.princess_noflash{
    background-image: url(/images/princess-with-dice-noflash.png);
    width:404px;
    height: 560px;
}
