
/* CSS Document */
html {
	font: 100% "PTSansCaption", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

body {
	font: 100% "PTSansCaption", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:14px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.oneColFixCtrHdr a{
	color:#ffcc00;
/*    border-bottom: 1px solid #80761f;*/
    text-decoration:underline;
}
.oneColFixCtrHdr a:hover {
    color: #fff;
    border-bottom: 1px solid transparent;
    text-decoration:none;
}
.oneColFixCtrHdr .bg_container {
	margin:0 auto;
}

.oneColFixCtrHdr .bg_container_center {
	margin:0 auto;
}

.oneColFixCtrHdr #container {
	width: 1034px;
	margin: 0 auto;
	border: 0 none;
	text-align: left;
}
#container #header, #container #mainContent,  #container #customer-support {margin-left:50px;margin-right:50px;}

INPUT, SELECT, TEXTAREA {
    border: 1px solid;
    border-color: #575757 #dedfdf #fff #ebebeb;
    background-color: #fff;
    font-size: 16px;
    padding-top: 2px;
}
INPUT.radio {border: 0 none;background-color: transparent;width: auto;height: auto;}
INPUT {height: 21px;width:275px;}
SELECT {height: 26px;width:277px;}
.month SELECT, SELECT.month {width: 60px;}
.day SELECT, SELECT.day {width: 44px;}
.year SELECT, SELECT.year {width: 80px;}
th.td {
    text-align:left;
}
/**********************
	HEADER
**********************/
.oneColFixCtrHdr #header {
	/*background: #DDDDDD; */
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #header .header_left,
.oneColFixCtrHdr #header .header_left_unlogged {
	/*background: #DDDDDD; */
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:50px;
	width:934px;
}

.oneColFixCtrHdr #header .header_right,
.oneColFixCtrHdr #header .header_right_unlogged {
	/*background: #DDDDDD; */
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:275px;
	width:500px;
	position:relative;
	padding-top:2px;
	float:right;
}
.oneColFixCtrHdr #header .header_left_unlogged {
    width:934px;/*715px;*/
}
.oneColFixCtrHdr #header .header_right_unlogged {
    width:204px;
}

.player_info {
    font-size:11px;
    text-align:right;
}

.oneColFixCtrHdr #header .header_play {
	height:100px;
/*	width:940px;*/
}

#top_menu ul a, #top_menu ul a.active{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#000000;
	text-transform:uppercase;
	text-decoration:none;
	text-shadow: 0px 1px 0px #ffffff;
	height:40px;
	position:relative;
	top:10px;
	padding:0 11px 0 11px;
}

#top_menu a.active, #top_menu a:hover{
	color:#000000;
	text-decoration:none;
}


div#logo{
	top:17px;
	left:0;
	width:340px;
	height:120px;
	position:relative;
	float:left;
}

.oneColFixCtrHdr #header .header_right {
	text-align:right;
}

.oneColFixCtrHdr #header .header_right p{
}

.oneColFixCtrHdr #header .header_right a{
	text-decoration:none;
    padding-bottom: 0px;
    border-bottom: 1px solid #80761f;

}

.oneColFixCtrHdr #header .header_right a:hover{
	color:#FFFFFF;
    border-bottom: 1px solid transparent;
}

p.pl_info_links a {
	margin-left:10px;}

p.pl_info_links {
	margin-top:3px;}
p.pl_history_links {
    margin-top: 0;
}

#header_login {
	background:url(/i/en/button_enter.png) no-repeat top;
	display: inline-block;
	width:193px;
	height:39px;
	float: right;
    border-bottom: 0 none !important;
    z-index: 100;
    zoom: 1;
    font-size:0;
    text-indent:-10000px;
    padding-left:0px;
}

#header_login:hover {
	background:url(/i/en/button_enter.png) no-repeat bottom !important;
	cursor:pointer;
}

.panel {
	background:url(/i/quick_login_pane.png) no-repeat top;
	/*background:url(/i/qlogin/qlogin_bg.png) repeat-x top;
	background-color:#ffdd33;*/
	z-index: 999;
	width: 234px;
	display:none;
	padding-top: 0px;
	padding-left: 3px;
    position: absolute;
    height: 264px;
    right: -4px;
    /*-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 2px 2px 5px #000;
	-webkit-box-shadow: 2px 2px 5px #000;
	box-shadow: 2px 2px 5px #000;*/
}

.panel table {
	font-size:13px;
	text-align:left;
	width:200px;
	margin-left:14px;
	color:#000;
/*	border-color:#CCCCCC*/
}

.panel table td {
	padding-bottom:9px;
}

.panel table a {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #000000;
	text-shadow: 0px 1px 3px #ffffff;
}

#forgot_pass_td a {
	text-shadow: 0px 1px 0px #ffffff;
    white-space:nowrap;
}

#register_td a {
	text-shadow: 0px 1px 0px #ffffff;
    white-space:nowrap;
}

.panel table a:hover{
	text-decoration:none;
    color:#000;
}


.panel table h2.enter {
	font-family: "PTSansCaptionBold", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	height:22px;
    font-size:14px;
    margin: 1px 0 5px;
    white-space:nowrap;
    font-weight:normal;
    color:#000;
}

.panel table h2.first {
	display:block;
	height:22px;
	margin:5px 0 8px;
    text-align:left;
    white-space:nowrap;
}

.panel table input{
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	text-transform:lowercase;
	width:187px;
    height:30px;
	color:#555555;
	font-size:20px;
	border:1px solid #b69a0f;
	padding-left:10px;
}

.panel table td.label{
	width:70px;
	height:30px;
}

.panel table tr.trbut td{
	padding:2px;
}

.panel table tr.forgot td{
	padding-bottom:23px;
}

.panel table tr.ftime td{
	padding-bottom:0px;
}

.panel table td#forgot_pass_td {
	padding-bottom:3px;
	padding-top:5px;
}

td.input { width:140px;}

td.submit_m { padding-top:8px;}

td.submit_m a	{
	background:url(/i/en/button_login.png) no-repeat top left;
	width:199px;
	height:41px;
	display:block;
	cursor:pointer;
    border-bottom: 0 none;
}

td.submit_m a:hover	{
	background-position: bottom left;
}

.enter_tab_close a {
	background:url(/i/button_x.png) no-repeat top;
	width:58px;
	height:20px;
	display:block;
	cursor:pointer;
    border-bottom: 0 none;
}

.enter_tab_close a:hover{
	background:url(/i/button_x.png) no-repeat bottom !important;
}

/***********************
		BANNERS
***********************/
div#jackpot {
	background:url(/i/en/jackpot.png) top no-repeat;
	width:174px;
    margin-right: 1px;
	height:94px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
    position: relative;
    z-index:20;
    /*float: left;*/
    /*margin-top: 45px;*/
}

div#jackpot-indicator-wrapper {
    position: absolute;
    top: 40px;;
    left: 4px;
}

.jackpot_home {
    margin-top: 52px;
    float: left;
}


div#payout {
	background:	url(/i/en/payout.png) no-repeat;
	width:174px;
	height:82px;
	margin-left:0px;
	margin-top:13px;
	}

/**********************
	CONTENT
**********************/
.oneColFixCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height:100px;
	/*background: #FFFFFF;*/
}

* html #mainContent {height: 1%;}

#mainContent:after {
  /* закрываем плавающие блоки */
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  line-height: 0;
}
#sub-container, #aff-sub-container {
  float: left;
  /* для фиксированной ширины */
  width: 746px;

  /* для "резиновой" ширины
  width: 100%;
  margin-left: -200px; */
    /*margin-bottom: 122px;*/
    padding-bottom: 170px;
}

#customer-support h2 {
    margin-left:220px !important;
}
#customer-support {
    margin-top: -130px;
    height: 122px;
    position:absolute;
}
#wrpr {
  /* для "резиновой" ширины
  margin-left: 200px; */
	min-height:280px;
}
#content {
  width: 100%;
  float: left;
}
#left_content {
  border-right: 510px solid #0c1720; /* фон левого сайдбара */
}

div#but_reg_now {
	width:213px;
	height:83px;
	margin-top:1px;
	margin-left:1px;
}

div#but_reg_now a {
	background:url(/i/buttons/b-register-now.png) no-repeat top left;
	display:block;
	width:175px;
	height:54px;
    border-bottom: 0 none;
    text-decoration:none;   
}

div#but_reg_now a .button_text {
	left:54px;
}

div#but_download a, div#but_play_poker a, div#but_lottery a {
	text-decoration:none;
}

div#but_download a .button_text, div#but_play_poker a .button_text, div#but_lottery a .button_text {
	left:52px;
}

div#but_reg_now a:hover{
	background-position: bottom left;
}

/************************
	CENTER_CONTENT
*************************/
#content {
	font-family: "PTSansCaption", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
	padding-top:7px;
}

#content p{
	margin:2px 0;
}

H1 {
	font-family:"PTSansCaptionBold", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:26px;
	font-weight:normal;
	color:#ffcc00;
	margin: 0 0 12px 2px;
}

H2 {
    font-family: "PTSansCaption", Verdana, Arial, Helvetica, sans-serif;
    font-size:23px;
    font-weight: normal;
    color:#ffeeaa;
    margin:10px 0;
}

#content h2, #customer-support h2 {
	clear:both;
/*	margin-left:2px;*/
	margin-bottom:10px;
}

 .box {
	background:#384550;
	float:left;
	margin-left:37px;
	padding:0;
	width:140px;
	margin-bottom:35px;
    font-size:11px;
}

 .box p{padding-left:5px;}

 .box img{
    display: block;
}

 .box  a{
	display:block;
	height:15px;
	width:135px;
	padding:1px 0 1px 5px;
	border-bottom:1px #0c1721 solid;
	text-decoration:none;
}

 .box  a.a2{
	padding-top:0px;
}

 .box  a:hover{
	background:#FFCC00;
	color:#384550;
    border-bottom:1px #0c1721 solid;
}

#content  .left {
	display:inline;
	margin-left:2px;
}

#content  #center {
	margin-left:267px;
	float:none;
	clear:both;

}

#content ol, #content ul, #ajax-target-content ol, #ajax-target-content ul {
    list-style-image:none;
    list-style-position:inside;
    margin: 1ex 0;
}
#content ol li, #content ul li {
    margin: 0.5ex 0;
}
#content ol, #ajax-target-content ol {list-style-type:decimal;}
#content ul, #ajax-target-content ul {list-style-type:none;}

.odd, .odd td {
}
.register-checkbox, #secure-info, #payment-mean-info {background-color: #111e2a;padding:5px;}
#secure-info, #payment-mean-info {
    margin-top: 2ex;
    padding: 10px;
    font-size: 14px;
}
#secure-info IMG, #payment-mean-info IMG {
    vertical-align: middle;
    margin-right: 5px;
}
#payment-mean-info {margin-bottom: 2ex;}

/*************************
		RIGHT
*************************/
#right {
	float: left;
	width: 171px;
	padding-bottom: 40px;
    padding-left: 16px;
}

div#but_download {
	/*width:200px;*/
}

div#but_download a{
	display:block;
	width:175px;
	height:54px;
	/*margin-left:15px;*/
	margin-top:13px;
    border-bottom: 0 none;
}

div#but_download a:hover{
    background-position: bottom left;
}


div#poker {
	/*width:200px;*/
	height:77px;
	}

div#poker a {
	display:block;
	width:184px;
	height:65px;
	/*margin-left:15px;*/
	margin-top:12px;
    border-bottom: 0 none;
	}

/*div#poker a:hover {
	background:url(/i/en/lobby_play_poker_a.gif) no-repeat;
	}*/

#faq_block h3, #news_block h3, #info_block h3, #promo-menu h3 {
    width: 170px;
    height: 35px;
    line-height: 100%;
}
#right h3 {
	font-family: "PTSansCaption", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:23px;
    font-weight: normal;
	color:#ffeeaa;
	padding:5px 0px 0 10px;
	width:165px;
}
h3 {
    font-weight: normal;
    font-size: 18px;
    color:#ffeeaa;
    margin: 8px 0 6px 0;
}
h4 {
    font-weight: normal;
    font-size: 15px;
    color:#ffeeaa;
    margin: 6px 0 4px 0;
}
/****************************
		FOOTER
******************************/

table.help {
	height:85px;
	margin-left:220px;
}

table td.help_online a{
	margin-bottom:-44px;
	display:block;
	width:185px;
	height:85px;
	background:url(/i/en/help_online.gif) no-repeat top left;
}

table td.help_online a:hover{
	background:url(/i/en/help_online_a.gif) no-repeat top left;
}

*+ html table td.help_online a{
	margin-bottom:0px;
}

td.height_1 {
	padding-left:23px;
	vertical-align:bottom;
}

td.text_help {
	font-family: "PTSansCaption", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	vertical-align:middle;
	padding-left:10px;
	}

td.text_help a{
	font-size:15px;
	color:#ffcc00;
	vertical-align:middle;
	text-decoration:none;
	}

td.text_help a:hover{
	color:#ffffff;
    border-bottom: 1px solid transparent;
	}

td.mail{
	padding-bottom:5px;
	}

#footer h2 {
	margin-left:210px;
	margin-bottom:20px;
}


div.click_buy {
	height:99px;
	width:100%;
	margin-top:6px;
	}

div.click_buy img{
	margin: 0 auto;
	display:block;
}

div.copyright {
	font-family: "PTSansCaption", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:100%;
	height:20px;
	text-align:center;
	vertical-align:middle;
	}

div.footer_menu {
	padding-top:28px;
	padding-bottom:12px;
	width:100%;
	height:20px;
	text-align:center;
	font-family: "PTSansCaption", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	height:11px;}

div.footer_menu a{
	color:#ffcc00;
	text-decoration:underline;
	margin-right:10px
}

div.footer_menu a:hover{
	text-decoration:none;
	color:#ffffff;
}

.oneColFixCtrHdr #footer {
	min-height: 153px;
    height: auto !important; /* понимают все современные браузеры */
    height: 153px; /* IE6 неправильно использует данное значение */
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.hide {
	display:none;
}

/*  Buttons  */

a.button, a.button-wide, a.button-extra-wide {
	text-align:center;
    width: 175px; height: 54px;
    overflow: hidden;
    display: block;
    margin-top: 7px;
    text-decoration: none;
    background:url(/i/button.png) no-repeat top;
    border-bottom: none !important;
}

a:hover.button, a:hover.button-wide, a:hover.button-extra-wide {
    background:url(/i/button.png) no-repeat bottom !important;
    border-bottom: none !important;
}

.button-wide {width: 180px;}
.button-extra-wide {width: 331px;height:63px;padding:0px;}

.t {padding-right: 10px !important;}

#internal-container {
    padding: 12px 12px 40px 12px;
    background-color: #1f3040;
}
UL#internal-menu {
    background-color: #0c1721;
    height: 39px;
    text-align: center;
    margin:0;
}
* html UL#internal-menu LI {display:inline;margin:0;}
UL#internal-menu LI {
    display:inline-block;
    margin:0 -3px;
    vertical-align:top;
//display:inline;
//margin:0;
    zoom:1;
    background-color: #111e2a;
    font-size: 16px;
    height: 33px;
    padding: 6px 9px 0 9px;
}
#internal-menu LI A {display:block; white-space:nowrap;}
#internal-menu LI.active {background-color: #1f3040;}

.internal-sub-menu {
    background-color: transparent;
    /*height: 39px;*/
    margin-bottom: 26px;
    clear:both;
    height:35px;
}
* html .internal-sub-menu LI {display:inline;margin:0;}
.internal-sub-menu LI{
    display:inline-block;
    margin:0 1px;
    vertical-align:top;
//display:inline;
//margin:0;
    zoom:1;
    background-color: transparent;
    font-size: 17px;
    padding: 6px 9px 8px 9px;
}
table.internal-sub-menu {
    width:100%;
}
.internal-sub-menu td {
    margin:0 1px;
    vertical-align:middle;
    zoom:1;
    text-align:center;
    background-color: transparent;
    font-size: 16px;
    padding: 6px 3px 5px;
}
.internal-sub-menu LI A {display:block; text-align:center;}
.internal-sub-menu LI.active, .internal-sub-menu td.active {background-color: #111e2a;}
.internal-sub-menu LI A.active, .internal-sub-menu td A.active,
.internal-sub-menu td A.active,
.internal-sub-menu LI A:hover {color:#ffeeaa;}

.sub-menu-left-bar {
    width: 190px;
    float: left;
    padding-left: 8px;
}
.sub-menu-left-bar LI.active A,
.sub-menu-left-bar A:hover {color:#ffeeaa;text-decoration:underline;}

.sub-menu-right-bar, #sub-menu-right-bar {float:left; width: 690px;}


#internal-container B, #internal-container STRONG, #internal-container DT, #content B, #news_block B {
    color:#ffcc00;
    font-weight:normal;
}
DD {
    margin-left:0;
    margin-bottom:1ex;
    padding-left:2ex;
}

.news-hot {
    color: #ff9900;
}

.errors, .message {
    font-size: 12px;
    padding: 16px 12px;
}
.errors {
    background-color: #382527;
	color: #cab1b1;
    border: 1px solid #d32222;
}
#content .errors UL LI, #ajax-target-content .errors UL LI {margin:0;padding:0;list-style-type:disc;}
#content .errors UL, #ajax-target-content .errors UL {margin-bottom: 1ex;}
.message {
	color: #afe9a4;
    border: 1px solid #0ac40a;
    background-color: #243c2c;
}
.errors, .message {
	margin: 7px 0 16px 0;
}
.error {
	margin: 5px 0;
}
.errorField, .errorCaption {font-weight: bold;}
.errorBlank {height: 2px;overflow: hidden;}

BIG {font-size: 20px;}

IMG.border {
    margin: 1ex 0;
    border: 1px solid #ffcc00;
}
UL.help_text LI, .sub-menu-right-bar UL LI, #sub-menu-right-bar UL LI, .message UL LI, .error UL LI {list-style: disc inside;}
OL.help_text LI, .sub-menu-right-bar OL LI, #sub-menu-right-bar OL LI {list-style: decimal inside;}


#select-game {
    width: 220px;
}
.chip_img:after {
  content: '$';
  /*display: inline;
  visibility: visible;*/
/*  height: 0;
  line-height: 0;*/
}

.lang_bg {
    margin-top:5px;
    position:relative;
    width:66px;
    height:27px;
    display:block;
    background:url(/i/lang_bg.png) no-repeat;
    float:right;
    right:10px;
}

table.choose_lang {
	position:relative;
	top:2px;
	left:2px;
}

td.lang {
	width:31px;
	height:23px;
}

td.lang a:hover, td.lang a {
    text-decoration:none;
    border:none;
    cursor:pointer;
}

.payperiod_select {
    width:319px;
    margin:0;
}

table.border td.payperiod_whitespace,
table.border-p-100 td.payperiod_whitespace {
    height:10px;
    margin:0;
    padding:0 2px;
    width:50px;
    text-align:center;
}
table.border td.date_range_fromdate,
table.border-p-100 td.date_range_fromdate,
table.border td.date_range_todate,
table.border-p-100 td.date_range_todate{
    height:10px;
    margin:0;
    padding:0 2px;
    text-align:center;
    width:47px;
}
table.border td.date_range_todate,
table.border-p-100 td.date_range_todate {
    width:35px;
}
table.border TH, table.border-p-100 TH {text-align: left;}
.sub-menu-right-bar h3 {
    color:#FFCC00;
    font-size:13px;
}

#logo a {
    border:none;
}

div#but_play_poker a, div#but_play_casino a,div#but_lottery a {
	background:url(/i/buttons/but_play_poker.png) no-repeat top left;
	display:block;
	width:175px;
	height:54px;
	margin-top:13px;
    border-bottom: 0 none;
}
div#but_play_poker a:hover, div#but_play_casino a:hover, div#but_lottery a:hover{
    background-position: bottom left;
}
div#but_play_poker a {
	background:url(/i/buttons/but_play_poker.png) no-repeat top left;
}

div#but_lottery a {
	background:url(/i/buttons/but-lottery.png) no-repeat top left;
}
#ajax-loader {
    position: relative;
    float: right;
    width: 32px; height: 32px;
}
.input-table-column-1 {width: 156px;}
.input-table-column-2 {width: 10px;}
.input-table-column-3 {width: 280px;}
.input-table-column-4 {width: 160px;}

.history-period-column-1 {width:120px;}
.history-period-column-2 {width:60px;}
.history-period-column-3 {width:44px;}
.history-period-column-4 {width:80px;}
.history-period-column-5 {width:95px;}

.flip, .active {background: left top;background-repeat: no-repeat;overflow:hidden;display:block;}
.flip:hover, .active {background-position: left bottom;background-repeat: no-repeat;}

.i_checkbox {width: auto;height:auto;padding:0;border: 0 none;}

.date_filter TR.even TD, .date_filter TR.odd TD, .filter_table {background-color: #000;}
.filter_table {width: 760px;}
.paging_td, .pages TD {background-color: #000; padding: 0 14px;}
.pages {margin-bottom: 25px;}

.show A, .pages A {font-size: 15px;}
.show {vertical-align: middle;text-align: right;}
#internal-container table.border TH B,
#internal-container table.border-p-100 TH B,
#internal-container .dfilter B,
#internal-container .pages B,
#content .pages B {color: #ff9900;font-size: 15px;}
.date_filter TD.month {width: 60px;}
.date_filter TD.day {width: 44px;}
.date_filter TD.year {width: 80px;}
.pages TD {padding-top: 2px; padding-bottom: 2px;}
.pages .it01{
    width: 30px;
}
#internal-container table.border TH,
#internal-container table.border-p-100 TH{
    text-align: left;
}
.dates {margin-top: 2ex;}

.rank-of-hands .lightcell {text-align: left !important;}
.rank-of-hands .odd, .rank-of-hands .even, .rank-of-hands .odd TD, .rank-of-hands .even TD {background-color: transparent !important;}

.img_help {
    width: 650px;
}

.creditcard_tab .right_cell{
    padding: 4px;
}

.creditcard_tab .datefield {
    width: 120px;
}

.creditcard_tab .month {
    width: 47px;
}
 .creditcard_tab select.year{
    width: 63px;
}

.creditcard_tab .left_cell {
    width: 158px;
}

div#plane {
	position:absolute;
	margin: 70px 0 0 233px;
}

div#top_menu {
	/*background:url(/i/top_menu_bg.png) no-repeat;
	width:934px;
	height:50px;*/
	background:url(/i/top_menu_bg.png) no-repeat transparent;
	height:41px;
	width:934px;
}

#top_menu .choose_lang a {
	display:inline;
}

.clear {
	clear:both;
}

.enter_the_palace {
	margin:14px 0 0 0;
	text-transform:uppercase;
}

.pl_info_links ul li {
	float:left;
}

.oneColFixCtrHdr #header .pl_info_links ul li a {
	border-bottom:none;
	color:#ffcc00;
	font-size:12px;
	position:relative;
	top:2px;
}

.submenu_list .left {
	background:url(/i/submenu/submenu_left_bg.png) no-repeat top;
	width:5px;
	height:22px;
	padding:0;
}

.submenu_list .right {
	background:url(/i/submenu/submenu_right_bg.png) no-repeat top;
	width:5px;
	height:22px;
	padding:0;
}

.submenu_list .bg {
	background:url(/i/submenu/submenu_bg.png) repeat-x top;
	height:22px;
	padding:0;
}

.submenu_list .left_a, .active .left {
	background:url(/i/submenu/submenu_left_bg.png) no-repeat bottom !important;
	width:5px;
	height:22px;
	padding:0;
}

.submenu_list .right_a, .active .right {
	background:url(/i/submenu/submenu_right_bg.png) no-repeat bottom !important;
	width:5px;
	height:22px;
	padding:0;
}

.submenu_list .bg_a, .active .bg {
	background:url(/i/submenu/submenu_bg.png) repeat-x bottom !important;
	height:22px;
	padding:0;
}

.submenu_list {
	padding-left:5px;
	float:left;
	cursor:pointer;
}

.submenu_list .white-space {
	width:5px;
}

.pl_info_links {
	float:right;
	margin-top:6px;
}

.creditcard_tab {
	width: 100%;
}

#top_menu .first_item {
	width:5px;
	height:41px;
}

#top_menu li.first_item_hover {
	width:5px;
	height:41px;
	background:url(/i/main-menu/first_item_hover.png) no-repeat;
}

#top_menu li.first_item_a {
	width:5px;
	height:41px;
	background:url(/i/main-menu/first_item_a.png) no-repeat;
}

#top_menu .first_item_hover {
	width:5px;
	height:41px;
	background:url(/i/main-menu/first_item_hover.png) no-repeat;
}

#top_menu li.hover {
	background:url(/i/main-menu/main_menu_hover.png) repeat-x;	
	height:37px;
	cursor:pointer;
}

#top_menu li.active {
	background:url(/i/main-menu/main_menu_a.png) repeat-x;	
	height:37px;
	cursor:pointer;
}

.new_icon {
	background:url(/i/main-menu/new_icon.png) no-repeat;	
	width:30px;
	height:19px;
	position:absolute;
	margin-left:230px;
	margin-top:30px;
}

.simple_text a {
    font-size: 20px;
}

.credit_card_link {
    font-size: 16px;
    padding-left: 10px;
}

.left_cell {
    text-align:right;
}

.creditcard_tab td {
    padding-left:5px;
    padding-right:5px;
}

.creditcard_tab .left_cell {
    padding-left:25px;
}

.datefield td {
    padding:0;
}

.removemean_table {
    margin-left:auto;
    margin-right:auto;
}

.button_title, .button_text {
	margin:0 auto;
	font-family: "PTSansCaptionBold", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:22px;
	text-align:center;
	text-shadow: 0px 1px 0px #ffffff;
	position:relative;
	top:11px;
	cursor:pointer;
}

div#but_download, div#but_play_poker, div#but_play_casino, div#but_lottery {
	width:175px;
}

#button-submit-aff-q-login .button_text {
	top:18px;
}

.pm_control_table td{
    padding: 5px;
}

.cvc2_editbox {
    width: 41px;
}

#cvv_title_td {
}

#cvv_img_td {
    vertical-align: middle;
    position: relative;
}

#cvv_img_title {
    position: absolute;
    left: 44px;
    top: -143px;
}

.noborder td{
    padding: 0;
}

select.ccard {
    width: 230px;
}

#download-casino-client .button_text {
    left:14px;
}

.anchor_link {
    display: block;
    height: 0;
    width: 0;
    overflow: hidden;
    text-decoration: none;
}

.buttons_table {
    padding:0;
    margin-left:0;
}

.buttons_table td{
    padding: 5px;
}

#download-casino-client {
    background:url("/i/buttons/b-download-now.png") no-repeat scroll left top;
    width: 175px;
    height: 54px;
}

a#download-casino-client:hover {
    background:url("/i/buttons/b-download-now.png") no-repeat bottom !important;
    width: 175px;
    height: 54px;
}

.payout_structure_table td, .payout_structure_table th{
    padding-left: 3px !important;
    padding-right: 1px !important;
}

.main_crystalhall {
	width: 518px;
	height: 257px;
}

.main_crystalhall a {
	margin-top: 10px;
	background:url(/i/crystalhall/main_crystalhall.png) no-repeat top;
	width: 518px;
	height: 257px;
	display: block;
	text-indent: -10000px;
	font-size: 0;
}

.main_crystalhall a:hover {
	background:url(/i/crystalhall/main_crystalhall.png) no-repeat bottom;
}

.inner_crystalhall {
	width: 172px;
	height: 90px;
}

.inner_crystalhall a {
	margin-top: 15px;
	background:url(/i/crystalhall/inner_crystalhall.png) no-repeat top;
	width: 172px;
	height: 90px;
	display: block;
	text-indent: -10000px;
	font-size: 0;
}

.inner_crystalhall a:hover {
	background:url(/i/crystalhall/inner_crystalhall.png) no-repeat bottom;
}

.inner_top_crystalhall {
	margin: 0 auto;
	width: 526px;
	height: 106px;
}

.inner_top_crystalhall a {
	background:url(/i/crystalhall/inner_top_crystalhall.png) no-repeat top;
	width: 526px;
	height: 106px;
	display: block;
	text-indent: -10000px;
	font-size: 0;
}

.inner_top_crystalhall a:hover {
	background:url(/i/crystalhall/inner_top_crystalhall.png) no-repeat bottom;
}

.logo-area {
	z-index: 501;
}

#header {
	position: relative;
	z-index: 501;
}

colgroup {
	width: 100%;
}

#button_change_pass {
	background: none;
	overflow: none;
	margin-top: 0;
	height: 22px;
	width: 110px;
	color: #FFCC00;
}

:hover #button_change_pass {
	background: none !important;
}

#button_change_pass .button_title, #button_change_pass .button_text {
	font-size: 12px;
	text-shadow: none;
	top: 0;
	color: #FFCC00;
}

.right_cell {
	width: 275px;
}

.messages {
	border: none;
	margin: 0;
	padding: 0;
	background: none;
}

.generate_link {
	vertical-align: middle;
	text-align: left;
	width: 250px;
}

.field_valid_error_icon{
	background: url(/c/i/icons/error_icon.gif) no-repeat;
	width: 24px;
	height: 24px;
}

.field_valid_correct_icon{
	background: url(/c/i/icons/correct_icon.gif) no-repeat;
	width: 24px;
	height: 24px;
}

.field_valid_unknown_icon{
	background: none;
	width: 24px;
	height: 24px;
}

.field_valid_loader_icon{
	background: url(/c/i/loader.gif) no-repeat;
	width: 24px;
	height: 24px;
}

.field_valid_message{
    font-family: Tahoma;
    font-size: 10px;
    font-weight:normal;
	color: #ff0000;
	width: 150px;
}

.field_valid_progress_icon {
    background: url("/c/i/icons/progress_icon.gif") no-repeat scroll 0 0 transparent;
    height: 11px;
    width: 16px;	
}

.field_valid_td {
	vertical-align: top !important;
}
