html, body {
	width: 100%;
	height: 100%;
}

body {
	background: #000 url(/gfx/bg.jpg) 0 0;
    color: #fff;
    margin: 0;
    padding: 0;
    font: normal 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}
a, a:visited {
    color: #ffae00;
    font-weight: bold;
}
img {
	border: 0;
}

label,input,button {
	font-size: inherit;
}

h2 {
	margin: 0 0 1em 2em;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFAE00;
}

.centered {
	text-align: center;
}

#container {
    background: transparent url(/gfx/c-bg.jpg) 0 0 repeat-x;
	min-height: 728px; /* background image height */
}
#content {
    width: 790px;
    margin: 0 auto;
    padding: 0 104px;
}
#content[id] {
    background: transparent url(/gfx/co-bg.png) 0 0 repeat-y;
}
#contentblock {
    width: 790px;
    background: #000 url(/gfx/trims.jpg) 0 -240px;
}

.padding {
	padding: 10px 20px;
}

#trimone {
    width: 20px;
    height: 208px;
    float: left;
    background: #000 url(/gfx/trimstop.jpg) no-repeat 0 0;
}
#trimtwo {
    float: right;
    width: 20px;
    height: 208px;
    background: #000 url(/gfx/trimstop.jpg) no-repeat -20px 0;
}
#inside {
    background: #000;
    width: 750px;
    float: left;
	overflow: hidden;
}
#inside[id] {
	overflow: visible;
}

#header {
    text-align: center;
}

#header a {
    text-decoration: underline;
}

#footer {
    clear: both;
    padding: 30px 0 0 0;
    text-align: center;
	color: #7b7b7e;
	height: 120px;
    margin: 0 -20px;
}
#footer[id] {
    background: transparent url(/gfx/f-bg.png) repeat-x bottom left;
}
#footer a {
    color: #7b7b7e;
    text-decoration: none;
	font-weight: normal;
}
#footer a:hover {
    color: #fff;
}
#footer a.padd {
	margin: 0 4px;
}

#footer span {
	background: transparent url(/gfx/f-s-bg.jpg) no-repeat scroll 1px 0;
	display: block;
	height: 30px;
	margin: -30px 20px 0;
}

.footer_links {
	width: 480px;
	margin: 0 auto;
}

.cds_logo {
	width: 56px;
	height: 48px;
	float: left;
}

#logo {
    margin: 15px auto 50px;
    display: block;
    width: 78px;
    height: 53px;
    text-indent: -99999px;
    background: transparent url(/gfx/logo.jpg) 0 0;
	clear: both;
}
#logo[id] {
	margin: 10px 0 0 350px;
	float: left;
}
#sidebar, #ysb {
    float: left;
    width: 202px;
	height: 1150px;
	z-index: 5;
}
/* #ysb {
    background: transparent url(/gfx/sidebar-why.jpg) 0 250px no-repeat;
} */
#why {
    float: left;
    width: 547px;
    background-color: #20202c;
    overflow: hidden;
    border-left: 1px solid #000;
}
#whytop {
    height: 54px;
    background: transparent url(/gfx/in-bg.jpg) -1px -1px no-repeat;
    border-bottom: 1px solid #000;
    overflow: hidden;
}
#whycontent {
    border-top: 1px solid #3c3c48;
    border-bottom: 1px solid #000;
    color: #fff;
    font-size: 11px;
    padding-bottom: 50px;
}
#whycontent p {
    margin: 20px 25px;
	line-height: 18px;
    text-align: justify;
}

#whycontent .head {
	margin: 0 25px;
}

#whyplay {
    position: relative;
    background:transparent url(/gfx/s-bg.jpg) no-repeat 0 0;
    height:132px;
    border-top: 1px solid #3c3c48;
}
#whyplay #play {
    left: 140px;
    top: -53px;
}
#whyplay span {
    display: block;
    float: right;
    width: 20px;
    height: 132px;
    background: transparent url(/gfx/s-bg.jpg) right top no-repeat;
}
#whybanner {
    display: block;
    text-indent: -9999px;
    width: 408px;
    height: 152px;
    background: transparent url(/gfx/banner-why.jpg) 0 0 no-repeat;
    margin-left: 70px !important
}
#whymenu {
    height: 250px;
    z-index: 100;
}

#game {
	background: url("/gfx/wide-grad.gif") no-repeat scroll 0 0 #20202C;
    padding: 15px 0 0;
}
#topgame {
    height:60px;
	margin: 0;
	padding: 0 15px;
}
#main {
    min-height: 299px;
}
#instantGame {
	margin: 0 15px;
    min-height: 540px;
    background: transparent url(/gfx/please_wait.gif) no-repeat center 120px;
}

/* Instant play - menu */

#instantPlayMenu {
	height: 48px;
	width: 750px;
	overflow: hidden;
	margin: 0;
}

#instantPlayMenu ul, #instantPlayMenu ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#instantPlayMenu li.gamesCategory {
	display: block;
	float: left;
	height: 48px;
	background-image: url(/gfx/instant_play_menu.gif);
	cursor: pointer;
}

#instantPlayMenu li.gamesCategory ul {
	display: none;
	background-color: #3A3844;
	position: absolute;
	margin-top: 45px;
	z-index: 333;
	padding: 10px 0;
}

#instantPlayMenu li.gamesCategory ul li {
	padding: 0 10px;
}

#instantPlayMenu a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

#instantPlayMenu a:hover {
	text-decoration: underline;
}

#instantPlayMenu li.gamesCategory:hover ul, #instantPlayMenu li.gamesCategoryHover ul {
	display: block;
} 

#gamesCategory01 ul { width: 150px; }
#gamesCategory01 {
	width: 150px;
	background-position: 0 0;
}
#gamesCategory01:hover { background-position: 0 -48px; }

#gamesCategory02 ul { width: 145px; }
#gamesCategory02 {
	width: 145px;
	background-position: -150px 0;
}
#gamesCategory02:hover { background-position: -150px -48px; }

#gamesCategory04 ul { width: 145px; }
#gamesCategory03 {
	width: 145px;
	background-position: -295px 0;
}
#gamesCategory03:hover { background-position: -295px -48px; }

#gamesCategory04 ul { width: 176px; }
#gamesCategory04 {
	width: 176px;
	background-position: -440px 0;
}
#gamesCategory04:hover { background-position: -440px -48px }

#gamesCategory05 ul { width: 134px; }
#gamesCategory05 {
	width: 134px;
	background-position: -616px 0;
}
#gamesCategory05:hover { background-position: -616px -48px }


#switch {
    margin: 20px auto 0;
	width: 160px;
}
#bottomgame {
    margin-left: 20px;
    height: 28px;
	padding: 0;
}
#blackout[id] {
    margin: 0 -20px;
    background: #000;
}
 .clear {
    clear: both;
}
#txt {
	background: url("/gfx/b-bg.jpg") no-repeat scroll 0 0 #20202C;
    padding: 20px 15px 40px;
    width: 720px;
    position: relative;
}
 .text {
    color: #fff;
}
 .text p {
    margin: 0 20px;
}
.buttons {
    background: transparent url(/gfx/bts-bg.gif) 0 0 repeat-x;
    height: 40px;
    margin: 10px;
    border-left: 1px solid #1a1a23;
    border-top: 1px solid #1d1d27;
    border-right: 1px solid #201f2a;
}
.buttons div {
    background: #3a3844 url(/gfx/bts2-bg.gif) 0 0 repeat-x;
    height: 27px;
    margin: 6px 5px;
    overflow: hidden;
	padding: 0 104px;
}

.buttons div a {
    display: block;
    float: left;
    margin: 2px 1px;
    background: #b82b2b url(/gfx/bt-bg.gif) 0 -23px repeat-x;
    width: 81px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    height: 23px;
    line-height: 23px;
    border-left: 1px solid #450000;
    border-right: 1px solid #c26c6c;
}
.buttons div a:hover {
    background: #b82b2b url(/gfx/bt-bg.gif) 0 0 repeat-x;
}
.buttons div a.sel {
	color: #DAB046;
}
.alt a {
    width: 98px !important
}

form#main {
    padding: 0;
    margin: 0;
}
#formhead {
    height: 54px;
    background: transparent url(/gfx/formh-bg.jpg);
	padding: 0 10px;
    border-bottom: 1px solid #000;
    overflow: hidden;
}
.form {
    background: #20202c;
    border-top: 1px solid #3c3c48;
    border-bottom: 1px solid #000;
    margin: 0 0 -5px;
    padding: 0;
}
.form p {
    margin: 0 20px;
}

.form p.padd {
	margin: 20px;
}

.simple {
	padding: 20px 15px 60px;
	background: #20202c url(/gfx/wide-grad.gif) 0 0 no-repeat;
}

p.indent {
	margin-top: 15px;
}

.bold {
	font-weight: bold;
}

.form div {
    margin: 5px 55px;
    clear: both;
    height: 30px;
    width: 400px;
}

.form div .errors_header, .form div .errors_footer {
	height: 0;
	margin: 0;
	padding: 0;
}

.form div .errors_content {
	height: auto;
	margin: 0;
	padding: 0;
}

label.bl {
    color: #fff;
    font-weight: bold;
    display: block;
    float: left;
    font-size: 11px;
    width: 140px;
    line-height: 20px;
}
input.field, select.field, textarea.field {
    float: left;
    width: 230px;
    border: 1px solid #414148;
    color: #fff;
    background: #000;
    padding: 3px;
}
select.field {
	width: 232px;
}
.back {
    background: #20202c url(/gfx/b-bg.jpg) no-repeat;
    padding-bottom: 30px;
}

.form h3 {
    background: transparent url(/gfx/pi.jpg) 20px no-repeat;
    text-indent: -9999px;
    height: 60px;
    display: block;
    padding: 0;
    margin: 0;
}
.checkboxes h3 {
    background: transparent url(/gfx/ems.jpg) 20px no-repeat;
}
.checkboxes div {
    height: auto;
    width: 700px;
}
.checkboxes label {
    display: inline;
    color: #ffae00;
    float: none;
}
.checkboxes label a {
    color: #fff;
    text-decoration: underline;
}
.checkboxes input {
    margin-right: 10px;
    float: left;
}
.checkboxes p {
    color: #fff;
    margin: 5px 28px 20px;
}
.submit {
    background: transparent url(/gfx/s-bg.jpg) no-repeat;
    height: 135px;
    position: relative;
}

/* form errors/infos */
#messages {
	width: auto;
	height: auto;
	font-weight: bold;
}

#messages ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.errors, div.infos {
	width: auto;
	height: auto;
	padding-top: 20px;
	margin: 15px 0;
	min-height: 38px;
}

div.errors {
    color: #e00;
	background: transparent url(/gfx/icon_error.gif) no-repeat;
}

div.infos {
	background: transparent url(/gfx/icon_ok.gif) no-repeat;
}

#messages p, #messages ul {
	margin: 0 20px 0 50px;
}

#messages ul li {
	margin: .5em 0;
}

label.formError {
	color: #e00;
}

input.formError, select.formError, textarea.formError {
	border: 1px solid #e00;
}

/* tooltips */
.help {
    display: inline;
    float: left;
    background: transparent url(/gfx/h.jpg) 0 -11px no-repeat;
    height: 11px;
    width: 11px;
    margin: 5px;
    text-indent: -9999px;
}
.help:hover {
    background-position: 0 0;
}
.submit input {
    position: absolute;
    left: 300px;
    top: -22px;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent url(/gfx/s-b-bg.jpg);
    width: 145px;
    height: 89px;
    cursor: pointer;
}
.tooltip {
	color: #fff;
	width: 185px;
	z-index: 13000;
    padding: 15px 15px 15px 80px;
    background: #101019 url(/gfx/h-bg.jpg) no-repeat;
    border: 1px solid #3c3c48;
    border-top: 1px solid #6d6d75;
    border-right: 1px solid #6d6d75;
	min-height: 60px;
	position: absolute;
	cursor: pointer;
}

#slidebody {
    background: #000;
}
#slide {
    height: 600px;
    width: 800px;
    margin: auto;
    position: relative;
}
#lady {
    background: #000 url(/gfx/l1.jpg) no-repeat;
    width: 308px;
    height: 600px;
    float: left;
}
#lady.altphoto {
    width: 309px !important;
    background: #000 url(/gfx/l2.jpg) no-repeat !important;
}
#redback {
    background: #000 url(/gfx/slide1.jpg) no-repeat;
    width: 492px;
    height: 600px;
    float: left;
}
#redback.altphoto {width: 491px !important;}
#msg {
    background: #0f0f14 url(/gfx/msg-bg.jpg) no-repeat;
    width: 428px;
    border: 1px solid #6d6d75;
    border-left: 1px solid #3c3c48;
    border-bottom: 1px solid #3c3c48;
    position: relative;
    top: -402px;
    left: 185px;
}
#msg.altphoto {
    top: -401px;
}
#msg[id] {
    position: absolute;
    top: 199px;
    left: 185px;
}
#msglogo {
    display: block;
    text-indent: -9999px;
    background: transparent url(/gfx/msglogo.jpg) no-repeat;
    width: 136px;
    height: 83px;
    position: absolute;
    top: -18px;
    left: 133px;
}
#msglogo.altphoto {
    background: transparent url(/gfx/msglogo-alt.jpg) no-repeat;
    width: 147px;
    height: 86px;
    top: -16px;
    left: 123px;
}
#msg h1 {
    text-indent: -9999px;
    margin: 0;
    padding: 0;
    display: block;
    width: 428px;
    height: 117px;
    background: transparent url(/gfx/sdt.jpg) 65px 85px no-repeat;
}
#msg .error404 {
    background: transparent url(/gfx/404.jpg) 100px 77px no-repeat;
}
#msg .errorSessionExpired {
    background: transparent url(/gfx/error_session_expired.png) 100px 77px no-repeat;
}
#msg p {
    margin: 10px 30px 20px;
    font-weight: bold;
    font-size: 11px;
    color: #ababab;
    line-height: 17px;
    text-align: center;
}
#msg.altphoto p {
    margin: 75px 40px 20px;
}
#msg p span {
    display: block;
    font-weight: normal;
    margin-top: 5px;
}
#msg p a {
    text-decoration: underline;
}
#msg p span a {
    color: #ababab;
}
#msg p a em {
    font-style: normal;
    color: #fff;
}
#flashinstall {
    position: absolute;
    width: 342px;
    height: 67px;
    top: 114px;
    left: 50px;
    background: transparent url(/gfx/fp.jpg) 0 0 no-repeat;
    text-indent: -9999px;
}

.faxback h3 {
    background: transparent url(/gfx/authorization.gif) 20px 20px no-repeat;
    height: 40px;
}
 .faxback p {
    margin: 10px 20px 15px;
}
 .pdf, .doc {
    display: block;
    padding-left: 20px;
    background: transparent url(/gfx/icons.gif) 0 0 no-repeat;
    height: 16px;
	width: 17.5em;
}
 .doc {
    background-position: 0 -16px;
}
#banking {
    background: transparent url(/gfx/banking.jpg) 0 0 no-repeat;
    width: 590px;
    height: 96px;
    margin-left: 88px;
    position: relative;
}
#click2pay, #rc, #eco, #moneybookers, #ewallet {
    position: absolute;
    top: 11px;
    left: 332px;
    height: 26px;
    width: 100px;
    background: transparent;
    text-indent: -9999px;
}
#rc {
    width: 95px;
    left: 434px;
}
#eco {
    width: 54px;
    height: 28px;
    left: 397px;
    top: 52px;
}
#ewallet {
    width: 62px;
    height: 35px;
    left: 40px;
    top: 48px;
}
#moneybookers {
    height: 49px;
    left: 237px;
    top: 40px;
    width: 145px;
}

#play {
    background: transparent url(/gfx/play.jpg) 0 0;
    height:117px;
    left:177px;
    position:absolute;
    top:-58px;
    width:244px;
}

#p1, #p2 {
    display: block;
    float: left;
    width: 125px;
    height: 117px;
    text-indent: -9999px;
}
#p2 {
    width: 117px;
}

#logo[id]:focus, #msglogo:focus, #flashinstall:focus, #click2pay:focus, #mycit:focus, #rc:focus,
#eco:focus, #toggle:focus, #prim:focus, #p1:focus, #p2:focus {
    outline: none;
    border: 1px dotted #444;
    margin: -1px 0 0 -1px;
}

#logo[id]:focus {
	margin: 9px 0 0 349px;
}

/* (un)numbered list */
ol, ul {
	margin-left: 40px;
	margin-right: 20px;
	padding: 0;
}

ol li, ul li {
	margin: 1em 0;
	padding: 0;
}

ol ol {
	list-style-type: lower-alpha;
}

.divbg {
    background: transparent url(/gfx/div-bg.jpg) 0 0 no-repeat;
    border-top: 1px solid #3c3c48;
    border-bottom: 1px solid #000;
}
.responsible, .gambling, .phonenumbers, .dnws, .dnis {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 25px;
}
.responsible li , .gambling li, .phonenumbers li, .dnws li, .dnis li {
    font-weight: bold;
    line-height: 16px;
    padding: 0 0 10px 30px;
    background: transparent url(/gfx/gambling-bg.jpg) 0 0 no-repeat;
}
.responsible li, .phonenumbers li, .dnws li, .dnis li {
    padding: 5px 0 10px 30px;
    background: transparent url(/gfx/resp-bg.jpg) 0 0 no-repeat;
}
.phonenumbers li {
    background: transparent url(/gfx/phone.jpg) 0 0 no-repeat;
}
.phonenumbers li strong {
    display: block;
    color: #ffae00;
    float: left;
    width: 170px;
}
.dnis li {
    background: transparent url(/gfx/dni.jpg) 0 0 no-repeat;
}
.dnws li {
    background: transparent url(/gfx/dnw.jpg) 0 0 no-repeat;
}
.brbt {
    border-bottom: 1px solid #000;
}
.brtp {
	border-top: 1px solid #3c3c48;
}
.nobrbt {
    border-bottom: 0;
}
.nobr {
	border: 0;
}
.nobrtp{
	border-top: 0;
}
.divbg h3.mi, .divbg h3.uag, .divbg h3.dnw, .divbg h3.dni, .divbg h3.email, .divbg h3.phone, .divbg h3.firstDeposit,
.divbg h3.secondDeposit, .divbg h3.slotsBonus, .divbg h3.bjBonus {
    background: transparent url(/gfx/mi-h3.jpg) no-repeat 23px 20px;
    text-indent: -9999px;
    height: 40px;
    margin: 0;
    padding: 0;
    margin-bottom: -10px;
    line-height: 30px;
}
.divbg h3.dnw {
    background-image: url(/gfx/dnw-h3.jpg);
}
.divbg h3.dni {
    background-image: url(/gfx/dni-h3.jpg);
}
.divbg h3.email {
    background-image: url(/gfx/e-mail-h3.jpg);
}
.divbg h3.phone {
    background-image: url(/gfx/phone-h3.jpg);
}
.divbg h3.uag {
    background-image: url(/gfx/uag-h3.jpg);
}
.divbg h3.firstDeposit {
	background-image: url(/gfx/first-deposit-h3.jpg);
}
.divbg h3.secondDeposit {
	background-image: url(/gfx/second-deposit-h3.jpg);
}
.divbg h3.slotsBonus {
	background-image: url(/gfx/slots_bonus.gif);
}
.divbg h3.bjBonus {
	background-image: url(/gfx/bj_bonus.gif);
}

.cat {
	background: #20202c url(/gfx/b-bg.jpg) no-repeat;
	padding: 23px 20px;
}

.cat h3 {
	background-repeat: no-repeat;
	background-position: 10px 3px;
    text-indent: -9999px;
    height: 40px;
    margin: 0;
    padding: 0;
    margin-bottom: -10px;
    line-height: 30px;
}

.cat h3.tableGames {
	background-image: url(/gfx/hdr_table_games.gif);
}
.cat h3.progressives {
	background-image: url(/gfx/hdr_progressives.gif);
}
.cat h3.slots {
	background-image: url(/gfx/hdr_slots.gif);
}
.cat h3.videoPoker {
	background-image: url(/gfx/hdr_video_poker.gif);
}
.cat h3.specialtyGames {
	background-image: url(/gfx/hdr_specialty.gif);
}


.oneline li {
    padding-top: 5px;
}

.divbg form {
    width: 330px;
    padding: 50px 0 0 70px;
    margin-bottom: 40px;
}
.divbg form div {
    clear: both;
    padding: 10px 0;
}
.divbg label {
    display: block;
    width: 87px;
    float: left;
    font-weight: bold;
    line-height: 20px;
}
.divbg input, .divbg textarea {
    border: 1px solid #414148;
    width: 230px;
    float: left;
    background: #000;
	color: #fff;
}
.divbg textarea {
    height: 100px;
}
.button, #btnClose {
    border: none !important;
    background: transparent url(/gfx/button.jpg) bottom left !important;
    height: 29px;
    width: 81px !important;
    color: #fff;
    font-weight: bold;
    margin-left: 160px;
    cursor: pointer;
}
.button:hover, #btnClose:hover {
    background: transparent url(/gfx/button.jpg) top right !important;
}
.tst {
	text-align: center;
	padding: 20px 0;
}
.vip {
    background: transparent url(/gfx/vip-bg.jpg) 0 0 no-repeat;
    padding-top: 50px;
    min-height: 209px;
}
.vip p {
    padding-left: 165px;
}
.vip span {
    display: block;
    line-height: 18px;
    margin: 25px 25px 50px;
    text-align: justify;
}

/* preview games */
#previewGames p {
    margin: 0;
    padding: 0;
}
div.preview_game {
    float: left;
    padding-left: 40px;
    width: 180px;
}
#previewGames h2 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0.6em 0;
    padding: 0;
}
#previewGames a {
    display: block;
    padding: 5px;
}
#gameInfo {
    background-color: #fff;
    border: 2px solid #000000;
    min-height: 240px;
    position: absolute;
    width: 550px;
    z-index: 2001;
}
#gameInfo p {
    color: #222;
}
#gameInfoBar, #rememberMeBar {
    background-color: #670100;
    color: #fff;
    font-weight: bold;
    padding: 6px 10px;
}
#gameInfoBar #close, #rememberMeBar #close {
    position: absolute;
    right: 10px;
    top: 5px;
}
#gameInfoContent, #rememberMeContent {
    padding: 15px 15px 45px;
}
#gameInfoContent #spinner {
    margin: 79px 0 0 249px;
}
#gameInfoContent span.gameTitle {
    font-size: 1.2em;
    font-weight: bold;
}
#gameInfoContent img.screen {
    float: left;
    height: 177px;
    margin: 5px 15px 0 -250px;
    width: 236px;
}
#gameInfo #btnClose {
    bottom: 15px;
    position: absolute;
    right: 12px;
}
#gameInfoContent p {
    margin: 0;
    padding: 0 0 0 250px;
}
#gameInfoContent br {
    clear: none;
}

h3.specialty_games, h3.slots, h3.table_games, h3.video_poker {
	background: transparent url(/gfx/hdr_specialty.gif) no-repeat scroll 10px 3px;
	height: 40px;
	text-indent: -9999px;
}

h3.slots {
	background-image: url(/gfx/hdr_slots.gif);
}

h3.table_games {
	background-image: url(/gfx/hdr_table.gif);
}

h3.video_poker {
	background-image: url(/gfx/hdr_video.gif);
}

div.manymore {
	width: 136px;
	height: 77px;
	background: transparent url(/gfx/manymore.gif) no-repeat 0 0;
	margin-left: 10px;
}

div.more {
	float: left;
	clear: none;
	margin: 0 0 8px 45px;
	width: 188px;
	height: auto;
}

/* account summary */
div.summary {
	padding-bottom: 20px;
}

div.summary p span {
	display: block;
	width: 150px;
	float: left;
}

#whycontent p#accountInfo {
	margin-left: 200px;
}

#accountRight {
	float: right;
	width: 170px;
	margin: -20px 0 0 20px;
}

#accountRight #mainJackpot {
	background-color: #0E0D13;
	border-bottom: 1px solid #3A3A46;
	border-left: 1px solid #3A3A46;
}

#accountClaim p {
	text-align: center;
}

/* change pass */
div.chpass {
	padding: 20px 0 100px;
}

div.chpass label {
	width: 150px;
}

/* subscriptions */
.subscriptions {
    background: transparent url(/gfx/div-bg.jpg) 0 0 no-repeat;
    border-top: 1px solid #3c3c48;
	padding: 20px 0 100px;
}

.subscriptions div {
	width: auto;
	margin: 0 0 0 25px;
}

#whycontent .subscriptions p {
	margin: 3px 20px 20px 32px;
}

.subscriptions .button {
	margin-left: 210px;
}

#signin, #signup {
    width: 374px;
    float: left;
    padding: 0;
    margin: 0;
    overflow: hidden;
    clear: none;
    height: 325px;
    margin-bottom: -2px;
    border-top: 1px solid #43434b;
    border-bottom: 1px solid #000;
}

#loginOptions {
	padding-left: 150px;
	margin-left: 0;
	width: auto;
}

#loginOptions input {
	margin: 0;
	padding: 0;
	height: 18px;
	vertical-align: top;
}

#loginOptions label {
	margin: 0;
	padding: 0 0 4px 10px;
	line-height: 18px;
	vertical-align: middle;
	width: 100px;
	display: inline-block;
}

#loginOptions label.rememberMe {
	padding: 10px 0 10px 10px;
}

#loginOptions input.rememberMe {
	margin: 10px 0 0 0;
}

#signin div, #signup div {
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#signin h3, #signup h3 {
    background: transparent;
}
#signin {
    background: transparent url(/gfx/signin.jpg) 0 0 no-repeat;
    border-left: 1px solid #43434b;
}
#signin .radios input {
	width: auto;
	margin-left: 30px;
}
#signin .radios label {
	font-weight: bold;
}
#signin #messages {
	margin: -15px 0 0 27px;
}
#signup {
    background: transparent url(/gfx/signup.jpg) 0 0 no-repeat;
    border-right: 1px solid #000;
}
#ref1 {
    background: transparent url(/gfx/ref1.jpg) 10px 0 no-repeat;
	height: 40px;
}
#ref2 {
    background: transparent url(/gfx/ref2.jpg) 10px 0 no-repeat;
    height: 40px;
}
.ref p {
	margin-bottom: 15px;
}
.ref form {
    margin-top: 15px;
}
.small {
    padding-bottom: 0 !important;
    border-top: 0;
}
.small form div {
    margin:5px 0 5px 50px;
    width:300px;
}
.small form div.errors, .small form div.infos {
    margin: 0;
    width: auto;
}
.small form div label {
    width: 130px;
}
.form .clear {
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.small input, .small textarea {
    width: 144px;
}
.small textarea {
    width: 273px;
    height: 50px;
    margin-top: 5px;
}
.small .button {
    margin-left: 50px;
}
.small .button[class] {
    margin-right: 120px;
    float: right;
}
.small p {
    margin: 0 0 17px 30px;
    font-size: 11px;
    line-height: 20px;
}
.small .links {
    height: 80px;
    padding-top: 20px;
}
.small .textarea {
    height: 80px;
}
.grrr {
    height: 130px !important;
}
#refform, .dform {
    padding: 0;
    margin: 0 0 -22px 0;
}
#refform[id] {margin-bottom: 0;}

/* forgotten password/login */
div.forgot {
	margin: 30px 0 30px 130px;
}

div.forgot div {
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.forgot div .button {
	margin-left: 145px;
	margin-right: 170px;
	float: right;
}

div.forgot label {
	 width: 70px;
}

/* dialog na warstwie */
#vLayer {
	display: none;
	position: absolute;
	z-index: 100;
	width: 800px;
	height: 600px;
	background-color: #1a1a1a;
	opacity: .7;
	filter: alpha(opacity=70);
}

#vLayer iframe {
	display: none;
	display/**/:block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	filter: mask(); /* hack na IE < 7 */
	width: 100%;
	height: 100%;
}

/* landing pages */
#slots_left, #blackjack_left, #roulette_left, #videopoker_left, #craps_left {
	float: left;
	width: 330px;
	height: 155px;
	border-right: 1px solid #040409;
	padding-top: 95px;
	line-height: 1.2em;
}

#slots_left {
	background: #000 url(/gfx/landing_slots_left.gif) no-repeat 0 0;
}

#blackjack_left {
	background: #000 url(/gfx/landing_blackjack_left.gif) no-repeat 0 0;
}

#roulette_left {
	height: 145px;
	padding-top: 105px;
	background: #000 url(/gfx/landing_roulette_left.gif) no-repeat 0 0;
}

#videopoker_left {
	background: #000 url(/gfx/landing_videopoker_left.gif) no-repeat 0 0;
}

#craps_left {
	background: #000 url(/gfx/landing_craps_left.gif) no-repeat 0 0;
}

#landing_right, #landing_right_blackjack, #landing_right_roulette, #landing_right_videopoker, #landing_right_craps {
	float: left;
	width: 400px;
	height: 236px;
	background: #000 url(/gfx/landing_right.gif) no-repeat 0 0;
	border-left: 1px solid #3E3E43;
	padding: 14px 18px 0 0;
}

#landing_right_blackjack {
	background: #000 url(/gfx/landing_right_blackjack.jpg) no-repeat 0 0;
}

#landing_right_roulette {
	background: #000 url(/gfx/landing_right_roulette.jpg) no-repeat 0 0;
}

#landing_right_videopoker {
	background: #000 url(/gfx/landing_right_videopoker.jpg) no-repeat 0 0;
}

#landing_right_craps {
	background: #000 url(/gfx/landing_right_craps.jpg) no-repeat 0 0;
}

#landing_bottom {
	background: #000 url(/gfx/landing_bottom.gif) no-repeat 1px 0;
	height: 68px;
	clear: both;
	padding-left: 430px;
}

ul.landing {
	list-style-image: url(/gfx/red_dot.gif);
	font-size: 1.1em;
	color: #fff;
}

ul.landing li {
	padding-right: 30px;
}

p.landing {
	margin-left: 40px;
	font-size: 1.3em;
	font-weight: bold;
	color: #ffb132;
	padding-right: 30px;
}

a.landing_instant, a.landing_download {
	display: block;
	float: left;
	width: 97px;
	height: 68px;
	cursor: pointer;
}

a.landing_download {
	width: 112px;
}

#welcome {
	margin: 0 auto;
	width: 1000px;
}

#welcome .woman {
	float: left;
	width: 416px;
	height: 583px;
	background-image: url(/gfx/us_left.jpg);
}

#welcome .content {
	float: left;
	width: 460px;
	height: 583px;
}

#welcome .right {
	float: left;
	width: 124px;
	height: 583px;
	background-image: url(/gfx/us_right.jpg);
}

/* FAQ */
#page_faq li {
	line-height: 1.6em;
}

#page_faq ul {
	margin-bottom: 40px;
}

#page_faq dt a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

#page_faq dd.back {
	font-size: .8em;
	margin: 0 0 0 27px;
	background: none;
}

#page_faq dd {
	margin: 8px 0 0 15px;
	text-indent: -13px;
}

#page_faq dd span {
	text-indent: 0;
}

#page_faq dt {
	margin: 0 0 0 20px;
	text-indent: -19px;
}

#page_faq dd ul {
	margin-left: 0;
	margin-bottom: 0;
	padding: 0 0 0 20px;
}

#page_faq dd ul {
	text-indent: 0;
}

#page_faq ul li ul {
	margin: 0;
	padding: 0 0 0 20px;
}

#page_faq dd img {
	display: block;
	margin: 15px auto 5px;
}

/* promotions */
#promotion777banner {
    display: block;
    text-indent: -9999px;
    height: 150px;
    background: transparent url(/gfx/promotion777.gif) 69px 0 no-repeat;
}

#whycontent p.coupon2 {
	margin: 0 0 35px 60px;
	text-align: left;
}

#whycontent p.coupon {
	margin: 6px 0 6px 60px;
}

#whycontent p.coupon3 {
	margin: 0 0 0 110px;
}

#whycontent div.promoColumn {
	float: left;
	width: 45%;
	margin-left: 5%;
}

#whycontent div.promoColumn p {
	margin: auto;
}

#whycontent div.promoColumn p.coupon {
	margin: 6px 0;
}

div.coupon {
	float: left;
	width: 75px;
	margin-left: 25px;
}

div.coupon2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	margin-left: 100px;
}

div.coupon3 {
	float: left;
	width: 100px;
	font-weight: bold;
	font-size: 1.2em;
}

div.h15 {
	height: 15px;
}

p.coupon span, p.coupon2 span, p.coupon3 span {
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
}

img.promotionSlogan, img.center {
	display: block;
	margin: 0 auto;
}

.promoContent {
	margin: 40px 0 20px;
}

/* winners corner */
#winnersCorner{
	margin: 20px;
}
#winners {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 40px;
}
#winners td, #winners th {
	padding: 3px 6px;
	border-right: 1px solid #444;
}
#winners .last {
	border-right: 0;
	text-align: right;
}
#winners th {
	border-bottom: 2px solid #444;
}

div.smallHeader {
	margin-bottom: 15px;
}
/* feeds */
#feeds {
	text-align: right;
}
#feeds a {
	text-decoration: none;
	margin-left: 20px;
}
#feeds img {
	vertical-align: middle;
}

/* download page - getting started */

.form2 {
background: #20202c;
    border-top: 1px solid #3c3c48;
    border-bottom: 1px solid #000;
    margin: 0;
    padding: 0;
}

.form2 h3 {
    background: transparent url(/gfx/pi.jpg) 8px 5px no-repeat ;
    text-indent: -9999px;
    height:40px;
    display: block;
    padding: 0;
    margin: 0;
}

.submit2 {
	padding: 20px 15px 0;
    background: transparent url(/gfx/s-bg.jpg) no-repeat;
    height: 135px;
}

.submit2 p {
	margin: 0;
	padding: 0 10px;
}

h3.getting_started {
	background-image: url(/gfx/hdr_getting_started.gif);
}

h3.next_time_play {
	background-image: url(/gfx/hdr_next_time_play.gif);
}

.simple2 {
	padding: 20px 15px 60px;
	background: #20202c url(/gfx/wide-grad.gif) 0 0 no-repeat;
}

.steps_container {
	width: 700px;
	padding:0;
	margin: 0 auto;
}

.steps_container div div {
	float: left;
}

.step {
	width:700px;
	height: 178px;
	margin-bottom: 10px;
}

.step_number {
	width:135px;
	height:178px;
}

.step_1 {
	background: transparent url(/gfx/step_1.gif) no-repeat;
}

.step_2 {
	background: transparent url(/gfx/step_2.gif) no-repeat;
}

.step_3 {
	background: transparent url(/gfx/step_3.gif) no-repeat;
}

.step_4 {
	background: transparent url(/gfx/step_4.gif) no-repeat;
}

.step_content {
	width: 267px;
	height: 178px;
	background-color: #2b2d3d;
	padding: 0 20px;

}

.step_content p {
	height: 178px;
	display: table-cell;
	vertical-align: middle;
}

.step_img {
	width: 236px;
	height: 178px;
	background-color: #2b2d3d;
}

.step_right {
	width:22px;
	height:178px;
	background: transparent url(/gfx/step_right_bg.gif) no-repeat;
}


/* pop-up messages */
#messageBox {
	width: 320px;
	min-height: 100px;
	background-color: #ddd;
	border: 8px solid #bbb;
	position: absolute;
	z-index: 9999;
	padding: 10px 30px 20px;
	color: #333;
	font-size: 13px;
	font-family: Verdana, Arial, sans-serif;
}

#messageBox a.okBtn, #messageBox a.yesBtn {
	display: block;
	width: 100px;
	height: 20px;
	background-color: #2A7F00;
	text-decoration: none;
	color: #eee;
	padding: 3px 6px;
	text-align: center;
}

#messageBox a.okBtn {
	margin: 15px auto;
}

#messageBox a.yesBtn {
	float: right;
	min-width: 70px;
	margin-right: 15px;
}

#messageBox a {
	margin-top: 10px
}

#messageBox a.noBtn {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
	display: block;
	float: right;
	padding-top: 3px;
	margin-right: 20px;
}

/* Join */

.joinForm {
	background: #20202c;
    border-top: 1px solid #3c3c48;
    border-bottom: 1px solid #000;
    margin: 0 0 -5px;
    padding: 0;
}

#joinContent {
	padding-top: 15px;
}

#joinLeft, #joinRight {
	clear: none;
	height: auto;
	float: left;
	line-height: 1em;
	margin: 0;
}

#joinLeft {
	width: 350px;
	padding-left: 20px;
}

#joinRight {
	width: 340px;
	padding-left: 40px;
}

.joinField {
	height: 49px;
	display: block;
}

.joinLabel {
	width: 100px;
	display: block;
	float: left;
	height: 23px;
	line-height: 23px;
	font-size: 13px;
}

.joinInput {
	width: 217px;
	border: 0;
	margin: 0;
	padding: 3px;
	background: transparent url(/gfx/join_sprite.gif) no-repeat 0px 0px;
	overflow: hidden;
	height: 17px;
	float: left;
	display: block;
	position: relative;
}

.joinText {
	clear: both;
	display: block;
	padding: 0 0 0 100px;
}

.joinInput input {
	height: 17px;
	border: 0;
	margin: 0;
	padding: 0;
	width: 217px;
	color: #ffffff;
	background-color: #000000;
	font-size: 13px;
}

.joinRadio {
	font-size: 13px;
	width: 217px;
	float: left;
	display: block;
}

.joinRadio label {
	height: 23px;
	line-height: 23px;
	margin-right: 30px;
}

.joinSelect {
	width: 223px;
	float: left;
	display: block;
	color: #333333;
}

div.monthStyle {
	width: 98px;
	background: transparent url(/gfx/join_sprite.gif) no-repeat 0px -23px;
	padding: 3px;
	float: left;
	margin-right: 5px;
	height: 17px;
}

div.dayStyle {
	width: 41px;
	background: transparent url(/gfx/join_sprite.gif) no-repeat 0px -46px;
	padding: 3px;
	float: left;
	margin-right: 5px;
	height: 17px;
}

div.yearStyle {
	width: 56px;
	background: transparent url(/gfx/join_sprite.gif) no-repeat 0px -69px;
	padding: 3px;
	float: left;
	height: 17px;
}

div.country, div.state {
	width: 217px;
	background: transparent url(/gfx/join_sprite.gif) no-repeat 0px 0px;
	padding: 3px;
	float: left;
	height: 17px;
}

#joinContent select {
	height: 17px;
	border: 0;
	margin: 0;
	padding: 0;
	width: 217px;
	font-size: 13px;
	line-height: 13px;
	color: #ffffff;;
	background-color: #000000;
}

#joinContent select option {
	font-size: 13px;
	line-height: 13px;
	padding: 1px 0;
	color: #ffffff;
}

#joinContent select.monthStyle {
	width: 98px;
}

#joinContent select.dayStyle {
	width: 41px;
}

#joinContent select.yearStyle {
	width: 56px;
}

#submitButton {
	display: block;
	position: relative;
	top: 0;
	left: 295px;
	width: 145px;
	height: 89px;
	cursor: pointer;
	border: 0 solid black;
	outline: none;
}

input.openMyAccount {
	background: transparent url(/gfx/join_sprite.gif) no-repeat 0px -92px;
}

/* Should be #submitButton.pleaseWait but this is a fix for IE6 */
input.pleaseWait {
	background: transparent url(/gfx/join_sprite.gif) no-repeat 0px -181px;
}

span.inlineFormError {
	color: #eee;
	background-color: #D70000;
	padding: 0px 4px 1px 4px;
	border: 1px solid #D70000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

span.inlineFormTip {
	color: #acacac;
}

span.inlineFormError, span.inlineFormTip {
	font: 11px tahoma,sans-serif;
	display: inline-block;
	margin-top: 2px;
}

div.inputValidation {
	background-repeat: no-repeat;
	background-color: transparent;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 4px;
	top: 3px;
	z-index: 10;
}

div.checkInProgress {
	background-image: url(/gfx/form_input_check_in_progress.gif);
}

div.inputValid {
	background-image: url(/gfx/form_input_valid.gif);
}

div.inputError {
	background-image: url(/gfx/form_input_error.gif);
}

#joinBottomContent {
	margin-top: -69px;
	 background: #20202c url(/gfx/b-bg.jpg) no-repeat;
	 padding: 60px 30px 20px 30px;
}

/* Refer A Friend */
#referAFriendHeader {
	margin: -54px 0 -10px 0;
}

#referAFriendFormBox {
	display: block;
	float: left;
	width: 447px;
	padding: 25px 50px 0 50px;
	background: url("/gfx/div-bg.jpg") no-repeat scroll 0 0 #20202C;
}

#referAFriendFormBox div {
	margin-bottom: 5px;
}

#referAFriendFormBox span {
	margin-right: 50px;
	font-size: 11px;
	color: #82828f;
	font-weight: bold;
	float: left;
	line-height: 20px;
}

#referAFriendFormBox label {
	margin-right: 30px;
	float: left;
	font-size: 11px;
	font-weight: bold;
	width: 85px;
}

#referAFriendSubmit {
	width: 152px;
	height: 83px;
	margin: 20px auto;
}

#referAFriendFormBox input {
	width: 152px;
	float: left;
	margin-right: 0;
}

#referAFriendInfo {
	position: absolute;
	margin: 20px 0;
}

.referAFriendText {
	margin: 0 0 0 220px;
	height: 25px;
	clear: both;
}

.referAFriendText span {
	width: 210px;
}

input.sendInvitation {
	background:url("/gfx/send_invitation.gif") no-repeat scroll 0 0 transparent;
	cursor:pointer;
	display:block;
	border: 0px none;
	height: 74px;
	width: 152px;
}

div.inTextMessage {
	line-height:18px;
	margin:20px 25px;
	text-align:justify;
}

/* idleTimeModalBanners */

#idleBanners {
	position: fixed;
	top: 30%;
	margin-top: -120px;
	left: 50%;
	margin-left: -400px;
	z-index: 9999;
	width: 800px;
	height: 400px;
}

* html #idleBanners { 
	position: absolute;
}

#idleBanners a.close {
	display: block;
	position: absolute;
	top: 0;
	left: 750px;
	width: 50px;
	height: 50px;
}
