/* css reset
------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, input, textarea, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ol, ul {
    list-style: none;
}

:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    background: #dadada url(/tpl/pink/shared/images/body_bg.png) 50% 0 no-repeat;
    font-family: Arial, Helvetica, Helvetica Neue, sans-serif;
    line-height: 1;
    padding: 10px 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
/*End of Reset*/

/* add custom swiss font to the website by class (all fonts are in font directory)*/
@font-face {
	font-family: 'Swis721BlkCnBTBlack';
	src: url('/style/fonts/swis721_blkcn_bt_black-webfont.eot');
	src: local('☺'), url('/style/fonts/swis721_blkcn_bt_black-webfont.woff') format('woff'), url('/style/fonts/swis721_blkcn_bt_black-webfont.ttf') format('truetype'), url('/style/fonts/swis721_blkcn_bt_black-webfont.svg#webfont7xLYD9Qm') format('svg');
	font-weight: normal;
	font-style: normal;
}
.swiss_font {font-family: 'Swis721BlkCnBTBlack', sans-serif !important;}
/*end custom fonts*/

/* Header
-------------------------------*/
#nav_header {
    background: transparent url(/tpl/pink/shared/images/header_bg2.png) 50% 0 no-repeat;
    width: 960px;
    height: 109px;
    margin: 0 auto 14px;
    position: relative;
    font-size: 11px;
    z-index: 2;
}

#nav_header #logo {
    position: absolute;
    left: 7px;
    top: 10px;
}

#nav_header form {
    float: right;
    color: #fff;
    margin: 7px 7px 0 0;
}

#nav_header form fieldset {
    display: inline;
}

#nav_header form a {
    color: #fff;
}

#reg {
    font-weight: bold;
    margin: 0 10px 0 0;
}

#forgot_pass {
    border-left: 1px dotted #fff;
    padding: 0 20px 0 10px;
}

#nav_header form label {
    font-weight: bold;
}

#nav_header form input {
    border: 1px solid #000;
    background: #fff;
    padding: 2px;
    font-size: 10px;
    width: 80px;
    margin: 0 10px 0 0;
}

#header_submit {
    background: transparent url(/tpl/pink/shared/images/header_submit_bg.png) left bottom no-repeat;
    padding: 0 0 0 15px;
    cursor: pointer;
    display: -moz-inline-stack;
    display: inline-block;
    height: 21px;
    text-decoration: none;
    position: relative;
    top: -1px;
}

#header_submit span {
    background: transparent url(/tpl/pink/shared/images/header_submit_bg.png) right top no-repeat;
    padding: 0 15px 0 0;
    line-height: 21px;
    font-weight: bold;
    display: -moz-inline-stack;
    display: inline-block;
    color: #656565;
}

#header_submit:hover span {
    color: #a5a5a5;
}

#brandmenu {
    background: transparent url(/tpl/pink/shared/images/brandmenu_li_bg.gif) right center no-repeat;
    position: absolute;
    left: 0px;
    top: 44px;
    width: 960px;
    text-align: center;
    font-family: Impact, Impact5, Charcoal6, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}
#brandmenu .games, #brandmenu .casino,  #brandmenu .livecasino, #brandmenu .sports, #brandmenu .poker{
    display: inline-block;
}
#brandmenu li {
    background: transparent url(/tpl/pink/shared/images/brandmenu_li_bg.gif) left center no-repeat;
    margin-left: -3px;
    overflow: visible;
    display: inline-block;

    display: block;
}
#brandmenu li.bingo {
    display: inline-block;
}
#brandmenu .sports{
    background:none;
}
#brandmenu a {
    color: #fff;
    float: left;
    position: relative;
    text-decoration: none;
    padding: 1px 0;
    margin: 0 1px;
}

#brandmenu a:hover {
    color: #bbb;
}

#brandmenu .bingo a,#brandmenu a:active {
    background: #ededed;
    color: #ca0867;
    cursor: pointer;
}

#brandmenu span {
    float: left;
    margin: 0 -1px;
    padding: 8px 14px;
}

#brandmenu a:hover span {
}

#brandmenu .bingo span,#brandmenu a:active span {
    background: #ededed;
}

#time {
    background: transparent url(/tpl/pink/shared/images/clock_bg.png) left center no-repeat;
    padding: 0 0 0 23px;
    margin: 20px 7px 0;
    line-height: 21px;
    float: right;
    clear: right;
    color: #fff;
}

#ampm {
    margin: 0 5px 0 0;
}

#date {
    margin: 0 0 0 5px;
}

#theming {
    position: absolute;
    left: 10px;
    top: 74px;
    color: #656565;
}

#theming dt {
    float: left;
    margin-right: 5px;
    line-height: 36px;
}

#theming dd {
    width: 14px;
    height: 14px;
    line-height: 14px;
    float: left;
    margin: 10px 0 0 3px;
}

#theming dd a {
    display: block;
    height: 14px;
    width: 14px;
    border: 1px solid #c0c0c0;
    text-indent: -9999px;
    background-color: #fff;
    background-image: url(/tpl/pink/shared/images/theme_icons_sprite.gif);
    background-repeat: no-repeat;
    position: relative;
}

#theming .theme_2 a {
    background-position: -14px 0;
}

#theming .theme_3 a {
    background-position: -28px 0;
}

#theming .theme_4 a {
    background-position: -42px 0;
}

#theming .theme_5 a {
    background-position: -56px 0;
}

#theming .theme_6 a {
    background-position: -70px 0;
}

#theming dd a.current {
    border-color: #000;
}

#mainmenu {
    position: absolute;
    left: 10%;
    top: 82px;
    border-right: 1px dotted #828282;
}

#mainmenu li {
    border-left: 1px dotted #828282;
    padding: 0 2px;
    float: left;
    position: relative;
}
#mainmenu li.first_child{
    border-left:0px none;
}
#mainmenu li a {
    float: left;
    font-family: tahoma, arial, sans-serif;
    font-weight: bold;
    color: #505050;
    position: relative;
    text-decoration: none;
    padding: 0 5px 0 0;
    margin: -5px 0;
    height: 28px;
    line-height: 28px;
    z-index: 3;
}

#mainmenu .nochildren a {
    height: 26px;
    line-height: 26px;
    margin: -4px 0;
}

#mainmenu li a:hover, #mainmenu .hover a {
    background: url(/tpl/pink/shared/images/bg_mainmenu.png) right top no-repeat;
    color: #fff;
}

#mainmenu li a span {
    float: left;
    padding: 0 2px 0 6px;
}

#mainmenu li a:hover span, #mainmenu .hover a span {
    background: url(/tpl/pink/shared/images/bg_mainmenu.png) 0 -28px no-repeat;
}

#mainmenu .nochildren a:hover {
    background: url(/tpl/pink/shared/images/nochildren_bg.png) right bottom no-repeat;
    color: #fff;
}

#mainmenu .nochildren a:hover span {
    background: url(/tpl/pink/shared/images/nochildren_bg.png) left top no-repeat;
}

#mainmenu li ul {
    background: url(/tpl/pink/shared/images/bg_mainmenu.png) 0 -122px no-repeat;
    position: absolute;
    top: 20px;
    left: 2px;
    padding: 5px 0 0;
    z-index: 2;
    display: none;
    width: 138px;
}

#mainmenu li:hover ul, #mainmenu .hover ul {
    display: block;
}

#mainmenu li li {
    background: url(/tpl/pink/shared/images/bg_mainmenu.png) 0 -56px no-repeat;
    border: none;
    display: block;
    width: 138px;
    padding: 0;
}

#mainmenu li li:hover, #mainmenu li li.hover {
    background: url(/tpl/pink/shared/images/bg_mainmenu.png) 0 -86px no-repeat;
}

#nav_header #mainmenu .hover ul li a, #nav_header #mainmenu li:hover ul li a {
    background: none;
    display: block;
    float: none;
    border-bottom: 1px dotted #828282;
    font-size: 10px;
    font-weight: normal;
    padding: 0 0 0 10px;
    margin: 0;
    height: 16px;
    line-height: 16px;
    width: 126px;
    color: #505050;
}

#mainmenu li li.last a {
    border-bottom: none;
}

#mainmenu li .last span {
    background: url(/tpl/pink/shared/images/bg_mainmenu.png) 0 -117px no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: 16px;
    height: 5px;
    width: 138px;
    text-indent: -999px;
    line-height: 0;
}
/*Begin Languages Drop-Down*/
#langs {
	position: absolute;
	right: 10px;
	top: 80px;
	margin: 0;
}
#langs dd {
	float: left;
	display:none;
}
#langs dt {
    position: relative;
    width: 109px;
	height: 20px;
    padding-top: 4px;
	background: url(/tpl/pink/shared/images/dropdown_bg.gif) -218px 0 no-repeat;
    cursor: pointer;
}
#langs dt img {
    display: block;
}
#langs dt #toggle {
    position: absolute;
    right: 2px;
    top: 3px;
}
.items {
	width: 109px;
	height: 26px;
	background: url(/tpl/pink/shared/images/dropdown_bg.gif) -218px 0 no-repeat;
}
#langlist {
	width: 109px;
	background: url(/tpl/pink/shared/images/dropdown_bg.gif) 0 bottom no-repeat;
	padding: 6px 0 3px 0;
    height: auto;
}
/*#langlist.hidden {*/
	/*height: 17px;*/
	/*overflow: hidden;*/
	/*background: none;*/
/*}*/
/*#langlist.visible {*/
	/*height: auto;*/
	/*overflow: visible;*/
/*}*/
#langlist li {
	padding-bottom: 4px;
	background: url(/tpl/pink/shared/images/dropdown_bg.gif) -109px 0 repeat-y;
}
#langlist li.current {
	background: none;
}
#langlist li a, #langs dt span {
	color: #000;
	text-decoration: none;
	padding-left: 32px;
	background-image: url(/tpl/pink/shared/images/flags_sprite.gif);
	background-repeat: no-repeat;
	display: block;
	height: 18px;
	line-height: 18px;
}
#langlist li a:hover, #oddtypes li a:hover {
	color: #777;
}
#langlist li a.en, #langs dt span.en {
	background-position: 6px 0;
}
#langlist li a.de, #langs dt span.de {
	background-position: 6px -18px;
}
#langlist li a.fr, #langs dt span.fr {
	background-position: 6px -36px;
}
#langlist li a.it, #langs dt span.it {
	background-position: 6px -54px;
}
#langlist li a.pl, #langs dt span.pl {
	background-position: 6px -72px;
}
#langlist li a.pt, #langs dt span.pt {
	background-position: 6px -89px;
}
#langlist li a.es, #langs dt span.es {
	background-position: 6px -107px;
}
#langlist li a.sv, #langs dt span.sv {
	background-position: 6px -124px;
}
#langlist li a.no, #langs dt span.no {
	background-position: 6px -143px;
}
#langlist li a.fi, #langs dt span.fi {
	background-position: 6px -161px;
}
#langlist li a.da, #langs dt span.da {
	background-position: 6px -179px;
}
#langlist li a.nl, #langs dt span.nl {
	background-position: 6px -197px;
}
#langlist li a.ru, #langs dt span.ru {
	background-position: 6px -215px;
}
#langlist li a.ro, #langs dt span.ro {
	background-position: 6px -233px;
}
#langlist li a.cz, #langs dt span.cz {
	background-position: 6px -251px;
}
/*End Languages Drop-Down*/

/* Content
------------------------------------*/
#wrap {
    background: transparent url(/tpl/pink/shared/images/wrapper_bg.png) left top no-repeat;
    width: 960px;
    margin: 0 auto;
    padding: 5px 0 0;
}

#wrapper {
    background: transparent url(/tpl/pink/shared/images/wrapper_bg.png) left bottom no-repeat;
    padding: 0 0 5px;
}

#page {
    background: #ddd;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 10px 0 7em;
}

/* Rounded corners
------------------------------------*/
.rounded {
    position: relative;
    background: #fff;
}

#page .rounded .tl,
#page .rounded .tr,
#page .rounded .bl,
#page .rounded .br {
    background: transparent url(/tpl/pink/shared/images/corners_bg.gif) left top no-repeat;
    position: absolute;
    width: 2px;
    height: 2px;
    text-indent: -999px;
}

#page .rounded .tl {
    background-position: 0 0;
    top: 0;
    left: 0;
}

#page .rounded .tr {
    background-position: -2px 0;
    top: 0;
    right: 0;
}

#page .rounded .bl {
    background-position: 0 -2px;
    bottom: 0;
    left: 0;
}

#page .rounded .br {
    background-position: -2px -2px;
    bottom: 0;
    right: 0;
}

/* Image Replacement
------------------------------*/

#page .ir {
    /*background-image: url(/tpl/pink/en/images/homepage_ir.png);*/
    /*background-repeat: no-repeat;*/
    /*text-indent: -9999px;*/
    /*font: 0.1px Verdana, san-serif;*/
    /*font-style: italic;*/
    color: #404040;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-top: 13px;
    text-align: justify;
}

/*.fr #page .ir {*/
    /*background-image: url(/tpl/pink/fr/images/homepage_ir.png);*/
/*}*/

/*.de #page .ir {*/
    /*background-image: url(/tpl/pink/de/images/homepage_ir.png);*/
/*}*/

/*.es #page .ir {*/
    /*background-image: url(/tpl/pink/es/images/homepage_ir.png);*/
/*}*/

/*.it #page .ir {*/
    /*background-image: url(/tpl/pink/it/images/homepage_ir.png);*/
/*}*/

/*.sv #page .ir {*/
    /*background-image: url(/tpl/pink/sv/images/homepage_ir.png);*/
/*}*/

#page #secondary .ir {
    /*font: 0.1px Verdana, san-serif;*/
    /*font-style: italic;*/
    letter-spacing: -1px;
    margin-top: 4px;
}

#sidebar_promotions .ir {
    background-image: none ! important;
    text-indent: 0;
    padding-bottom: 15px;
    width: 148px;
    font-size:1.4em;
}

/* /Image Replacement
------------------------------*/
#page .grid {
    position: relative;
    float: left;
    left: 100%;
}

#content {
    margin-left: -770px;
    width: 530px;
}

#visual {
    padding: 17px 19px;
    margin-bottom: 10px;
}

#visual img {
    display: block;
}

#steps {
    margin: 10px -10px 15px 0;
    zoom: 1;
    overflow: hidden;
    position: relative;
}

#steps li {
    border: solid 5px #fff;
    background: url(/tpl/pink/shared/images/steps_bg.png) left top repeat-x;
    float: left;
    display: inline;
    height: 1px;
    width: 144px;
    height: 67px;
    margin: 0 10px 0 0;
    padding: 10px 8px;
    position: relative;
    font-size: 12px;
    color: #fff;
}

#steps li h3 {
    text-indent: -999px;
    margin: 0 2px 10px;
    height: 15px;
}

.en #steps li h3 {
    background: url(/tpl/pink/en/images/homepage_ir.png) 0 0 no-repeat;
}

.de #steps li h3 {
    background: url(/tpl/pink/de/images/homepage_ir.png) 0 0 no-repeat;
}

.es #steps li h3 {
    background: url(/tpl/pink/es/images/homepage_ir.png) 0 0 no-repeat;
}

.fr #steps li h3 {
    background: url(/tpl/pink/fr/images/homepage_ir.png) 0 0 no-repeat;
}

.it #steps li h3 {
    background: url(/tpl/pink/it/images/homepage_ir.png) 0 0 no-repeat;
}

.sv #steps li h3 {
    background: url(/tpl/pink/sv/images/homepage_ir.png) 0 0 no-repeat;
}

#steps .pos_1 h3 {
    height: 15px;
}

#steps .pos_2 h3 {
    background-position: 0 -15px !important;
}

#steps .pos_3 h3 {
    background-position: 0 -31px !important;
}

#steps li p {
    width: 130px;
}

#steps li a {
    font-weight: bold;
    text-decoration: underline;
    color: #fff;
    position: absolute;
    left: 8px;
    bottom: 10px;
}

#steps #arrow {
    position: absolute;
    bottom: 4px;
    right: 7px;
    background: url(/tpl/pink/shared/images/steps_arrow.gif) left top no-repeat;
    width: 30px;
    height: 37px;
}

#social {
    background: #fff;
    overflow: hidden;
    padding: 20px 0;
}

#social li {
    background: url(/tpl/pink/shared/images/icons_bg.jpg) left top no-repeat;
    float: left;
    width: 88px;
    margin: 0 0 0 27px;
    padding-left: 52px;
    line-height: 1.2;
    font-size: 11px;
}

#social .twitter {
    background-position: 0 -71px;
    padding-left: 62px;
    width: 78px;
}

#social .youtube {
    background-position: 0 -141px;
}

#social li a {
    color: #ff7e00;
    text-decoration: underline;
    font-weight: bold;
}

#why {
    margin-top: 15px;
    overflow: hidden;
}

/* toggler
--------------------------*/
.toggler {
    background: url(/tpl/pink/shared/images/why_bg.png) left top no-repeat;
    line-height: 32px;
    margin: 0 0 10px;
    font-size: 15px;
    cursor: pointer;
    font-weight: bold;
    color: #494949;
}

.toggler span {
    background: url(/tpl/pink/shared/images/toggle_state_bg.gif) left top no-repeat;
    height: 19px;
    width: 19px;
    float: left;
    margin: 7px 10px 0 9px;
}

.toggler.selected span {
    background-position: left bottom;
}

#why dd {
    background: url(/tpl/pink/shared/images/icons_bg.jpg) left top no-repeat;
    font-size: 11px;
    line-height: 1.35;
    padding-left: 45px;
    margin: 15px 10px 25px;
}

#why dd h4 {
    color: #ad0658;
}

#why dd h4 a {
    color: #ad0658;
}

#why .community_reason {
    background-position: 0 -230px;
}

#why .bonus {
    background-position: 0 -305px;
}

#why .star {
    background-position: 8px -390px;
}

#sidebar {
    margin-left: -960px;
    width: 190px;
    font-size: 11px;
}

#sidebar #sidebar_join_now, #getting_started #text #sidebar_join_now,
#sidebar #sidebar_bonus,
#sidebar #sidebar_download {
    display: block;
    text-align: center;
    margin: 0 auto;
}

#sidebar #sidebar_join_now, #getting_started #text #sidebar_join_now {
    overflow: hidden;
    margin-bottom: 15px;
    height: 51px;
    width: 170px;
    text-indent: -9999px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

#sidebar #sidebar_join_now{
    background-image: url(/tpl/pink/shared/images/button.jpg) !important;
    text-indent: 0px !important;
    font-size:25px;
    line-height:51px;
    color:#49494b;
    text-transform:uppercase;
}

.de #sidebar #sidebar_join_now, .fr #sidebar #sidebar_join_now{
    font-size:19px;
}
.fr #sidebar #sidebar_join_now, .it #sidebar #sidebar_join_now{
    font-size:21px;
}
#sidebar #sidebar_join_now:hover{
    line-height:53px;
    text-decoration:none;
}
#sidebar #sidebar_join_now:active{
    line-height:55px;
    text-decoration:none;
}
.en #sidebar #sidebar_join_now, #getting_started.en #text #sidebar_join_now {
    background: url(/tpl/pink/en/images/button.jpg);
}

.de #sidebar #sidebar_join_now, #getting_started.de #text #sidebar_join_now {
    background: url(/tpl/pink/de/images/button.jpg);
}

.es #sidebar #sidebar_join_now, #getting_started.es #text #sidebar_join_now {
    background: url(/tpl/pink/es/images/button.jpg);
}

.fr #sidebar #sidebar_join_now, #getting_started.fr #text #sidebar_join_now {
    background: url(/tpl/pink/fr/images/button.jpg);
}

.it #sidebar #sidebar_join_now, #getting_started.it #text #sidebar_join_now {
    background: url(/tpl/pink/it/images/button.jpg);
}

.sv #sidebar #sidebar_join_now, #getting_started.sv #text #sidebar_join_now {
    background: url(/tpl/pink/sv/images/button.jpg);
}

#sidebar #sidebar_join_now:hover, #getting_started #text #sidebar_join_now:hover {
    background-position: 0 -51px;
}

#sidebar #sidebar_join_now:active, #getting_started #text #sidebar_join_now:active {
    background-position: 0 -102px;
}

#sidebar #sidebar_bonus {
    margin: 7px auto;
    /*background: url(/tpl/pink/shared/images/bonus.gif) no-repeat;*/
    width:170px;
    height:auto;
}
.bonus_title, .bonus_content div{
    background: #eee url(/tpl/pink/shared/images/bonus_header.gif) no-repeat top center;
    color:#AF0458;
    font-size:12px;
    font-weight:bold;
    padding:3px 0 4px;
}
.en .bonus_title, .es .bonus_title{
    font-size:14px;
}
.es .bonus_titlem,.sv .bonus_title, .it .bonus_title{
    font-size:13px;
}
.bonus_content{
    background: #eee url(/tpl/pink/shared/images/bonus_footer.gif) no-repeat bottom center;
    font-size:17px;
    color:#E8187E;
    font-weight:bold;
}
#sidebar #sidebar_download {
    color: #82184a;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
}

#sidebar_progressive {
    width: 170px;
    margin: 7px auto 15px;
    overflow: hidden;
}

#sidebar_progressive h3 {
    background-position: 0 -46px;
    width: 158px;
    height: 13px;
    margin: 12px auto;
}

#sidebar_progressive li {
    background: url(/tpl/pink/shared/images/icons_bg.jpg) 20px -450px no-repeat;
    border-top: 1px dotted #e2e4e6;
    padding: 14px 20px 14px 75px;
}

#sidebar_progressive .pos-2 {
    background-position: 20px -530px;
}

#sidebar_progressive .pos-3 {
    background-position: 20px -605px;
}

#sidebar_progressive .pos-4 {
    background-position: 16px -680px;
}

#sidebar_progressive li h4 {
    text-align: center;
}

#sidebar_winners {
    width: 170px;

    margin: 7px auto;
    overflow: hidden;
    padding: 0 0 5px;
}

#sidebar_winners h3 {
    background-position: 0 -59px;
    height: 13px;
    width: 158px;
    margin: 12px 7px;
}

#sidebar_promotions {
    background: #fff url(/tpl/pink/shared/images/body_bg.gif) left top repeat;
    width: 170px;
    margin: 7px auto;
    overflow: hidden;
}

#sidebar_promotions img {
    float: left;
    margin: 5px 0 0 10px;
}

#sidebar_promotions h3 {
    float: right;
    height: 16px;
    width: 94px;
    background-position: 0 -98px;
    margin: 14px 8px 0 0;
}

#sidebar_promotions dl {
    overflow: hidden;
    clear: both;
    margin: 0 0 5px 15px;
}

#sidebar_promotions dt, #sidebar_promotions dd {
    float: left;
    width: 60px;
    margin: 0 0 3px;
}

#sidebar_promotions dt {
    font-weight: bold;
    font-size: 11px;
    color: #a90957;
}

#sidebar_promotions dd {
    width: 80px;
}

#sidebar_promotions p {
    border-top: 1px dotted #b1b1b1;
}

#sidebar_promotions p img {
    margin: 8px 0 0 15px;
    float: none;
}

#sidebar_promotions p .more {
    font-weight: bold;
    color: #ff7e00;
    float: right;
    display:inline;
    width: 50px;
    margin: 8px 0 8px;
}
#sidebar_promotions p .play_now {
    float:left;
    display:inline;
}
#sidebar_menu {
    background: #fff;
    width: 170px;
    margin: 15px auto;
}

#bottom_menu {
    overflow: hidden;
}

#sidebar_menu li {
    background: url(/tpl/pink/shared/images/bottom_menu_bg.gif) 15% 50% no-repeat;
    border-bottom: 1px dotted #c8c8c8;
    margin-bottom: -1px;
    padding: 0 0 1px 50px;
}

#sidebar_menu li a {
    line-height: 1.8;
    color: #656565;
}

#secondary {
    width: 220px;
    margin-left: -230px;
}

#secondary_promotions {
    overflow: hidden;
}

#secondary_promotions h3 {
    background-position: 0 -72px;
    width: 200px;
    height: 13px;
    margin: 9px 0 8px 7px;
}

#secondary_promotions li {
    position: relative;
    border: 1px solid #d4d4d4;
    margin: 4px auto;
    width: 206px;
    height: 80px;
    padding: 1px;
    cursor: pointer;
    overflow: hidden;
}

#secondary_promotions li a {
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 14px;
    font-weight: bold;
    color: #740039;
    padding: 0 7px;
    text-transform: uppercase;
    text-decoration: none;
}

#secondary_promotions #more, #secondary_play_now_games #more_games {
    border-top: 1px dotted #858484;
    font-size: 11px;
    padding: 7px 7px 9px;
    text-align: right;
}

#secondary_promotions #more a, #secondary_play_now_games #more_games a {
    color: #ff7e00;
    font-weight: bold;
}

#secondary_game_schedule {
    background: #fff;
    margin: 15px 0;
    padding: 0 0 70px;
    overflow: hidden;
}

#secondary_game_schedule h3 {
    position: absolute;
    background-position: 0 -85px;
    width: 178px;
    height: 13px;
    margin: 10px 7px;

}

#secondary_game_schedule table {
    font-size: 12px;
    color: #76003a;
    width: 206px;
    margin: 0 auto;
    text-align: center;
}

#secondary_game_schedule table caption {
    text-align: right;
    font-weight: bold;
    line-height: 30px;
}

#secondary_game_schedule th {
    border-top: 1px dotted #858484;
    border-bottom: 1px dotted #858484;
    padding: 3px;
}

#secondary_game_schedule td {
    color: #9e9e9e;
    cursor: pointer;
    padding: 1px;
}

#secondary_game_schedule .selected {
    background: #76003a;
    color: #fff;
}

#secondary_game_schedule #today {
    font-weight: bold;
    border: 1px solid #9e9e9e;
}

#secondary_game_schedule #today p {
    font-weight: normal;

}

#secondary_game_schedule td div {
    background: url(/tpl/pink/shared/images/calendar_bg.png) left top no-repeat;
    position: absolute;
    left: -9999px;
    width: 200px;
    bottom: 10px;
    color: #000;
    text-align: left;
    padding: 8px 0 0 8px;
}

#secondary_game_schedule .selected div {
    left: 5px;
}

#secondary_game_schedule td div h4 {
    text-transform: uppercase;
}

#secondary_community {
    background: url(/tpl/pink/shared/images/secondary_community_bg.gif) left top repeat;
    padding: 8px 12px;
    font-size: 11px;
    color: #7b003c;
}

#secondary_community .corner {
    position: absolute;
    bottom: 0;
    right: 0;
    border-color: transparent #7b003c #7b003c transparent;
    border-style: solid;
    border-width: 8px;
    width: 0;
    height: 0;
    line-height: 0;
}

#secondary_play_now_games {
    overflow: hidden;
    margin: 15px 0;
}

#secondary_play_now_games ul {
    overflow: hidden;
    margin: 7px 0 -1px;
}

#secondary_play_now_games li {
    padding-bottom: 2px;
    border-bottom: 1px solid #d6d6d6;
}

#logos {
    position: absolute;
    bottom: 3em;
    left: 50%;
    margin: 0 0 0 -390px;
}

#logos li, #logos li a {
    display: inline-block;
    line-height: 25px;
    padding: 0 3px 0 2px;
}

#logos.en li a {
    background-image: url(/tpl/pink/en/images/logos_sprite.gif);
    background-repeat: no-repeat;
    display: block;
    height: 25px;
}

#logos.de li a {
    background-image: url(/tpl/pink/de/images/logos_sprite.gif);
    background-repeat: no-repeat;
    display: block;
    height: 25px;
}

#logos.es li a {
    background-image: url(/tpl/pink/es/images/logos_sprite.gif);
    background-repeat: no-repeat;
    display: block;
    height: 25px;
}

#logos.fr li a {
    background-image: url(/tpl/pink/fr/images/logos_sprite.gif);
    background-repeat: no-repeat;
    display: block;
    height: 25px;
}

#logos.it li a {
    background-image: url(/tpl/pink/it/images/logos_sprite.gif);
    background-repeat: no-repeat;
    display: block;
    height: 25px;
}

#logos.sv li a {
    background-image: url(/tpl/pink/sv/images/logos_sprite.gif);
    background-repeat: no-repeat;
    display: block;
    height: 25px;
}

#playtech {
    background-position: 0 -50px;
    width: 105px;
}

#over_18 {
    background-position: 0 -75px;
    width: 22px;
}

#resp_gaming {
    background-position: 0 -100px;
    width: 105px;
}

#safe_secure {
    background-position: 0 -125px;
    width: 105px;
}

#gambleaware {
    background-position: 0 -150px;
    width: 105px;
}

#antigua {
    background-position: 0 -175px;
    width: 22px;
}

#cp {
    background-position: 0 -200px;
    width: 147px;
}

#adictel {
    background-position: 0 -225px;
    width: 86px;
}

#copy {
    position: absolute;
    bottom: 1em;
    left: 0;
    text-align: center;
    width: 960px;
    font-size: 10px;
}

#copy a {
    color: #FF7E00;
}

/* Alertpop
------------------------------------*/
#alertpop {
    position: absolute;
    top: 300px;
    left: -9999px;
    z-index: 100;
    height: 119px;
    width: 375px;
    padding: 0;
    background: url(/tpl/pink/shared/images/downloadpopbg.jpg) left top no-repeat;
    text-align: center;
}

#ap_closebtt {
    width: 16px;
    height: 14px;
    float: right;
    margin: 4px 5px 0 0;
}

#ap_dlok {
    margin: 0 20px 0 0;
}

#alertpop h4 {
    text-align: left;
    font: bold 12px tahoma, verdana, san-serif;
    color: #fff;
    cursor: move;
    overflow: hidden;
    margin: 5px 0 25px 10px;
    width: 340px;
    float: left;
}

#alertpop h5 {
    text-align: left;
    clear: both;
    margin: 0 0 15px 50px;
    color: #000;
    font: 11px tahoma, verdana, sans-serif;
    z-index: 102;
}

/* /Alertpop
------------------------------------*/
/* jqm
------------------------------------*/
.jqmWindow {
    display: none;
    position: fixed;
    top: 17%;
    left: 50%;
    overflow: hidden;
    background: #fff url(/tpl/pink/shared/images/loading.gif) 50% 50% no-repeat;
    z-index: 4;
}

#index .jqmWindow {
    margin-left: -380px;
    width: 760px;
    height: 580px;
    color: #000;
}

#index .jqmWindow iframe {
    width: 100%;
    height: 100%;
}

#index .jqmClose {
    color: #fff;
    font-size: 1.5em;
}

.jqmClose {
    position: absolute;
    z-index: 4000;
    right: 10px;
    top: 10px;
    text-transform: lowercase;
    cursor: pointer;
    font-weight: bold;
}

.jqmOverlay {
    background-color: #000;
    z-index: 3 !important;
}

#latest_winners_box {
    font-size: 11px;
    color: #9d9d9d;
    text-align: left
}

#latest_winners_box th {
    padding: 4px 7px;
    font-weight: normal !important;
    color: #515151 !important;
}

#latest_winners_box td {
    padding: 4px 7px;
}

#latest_winners_box tr {
    padding-left: 4px;
    border-bottom: 1px dotted #c8c8c8;
}

.existing {
    padding: 0 10px 0 15px;
}

#show_calendar {
    background:url("/tpl/pink/shared/images/calendar_bg.gif") no-repeat scroll 0 0 transparent;
    color:#FF7E00;
    cursor:pointer;
    display:block;
    font-weight:bold;
    height:40px;
    line-height:14px;
    overflow:hidden;
    padding:10px 10px 10px 0;
    text-align:right;
    width:210px;
}


#show_calendar:hover {
    text-decoration: none;
}

#show_calendar p {
    display: block;
    color: #000;
    font-size: 14px;
}

#show_calendar em {
    font-style: normal;
    color: #99024c;
}

#show_calendar u {
    text-decoration: none;
    font-size:9px;
}

#show_calendar:hover u {
    text-decoration: underline;
}

.fade {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
    width: 100%;
    background-color: #fff;
}

.fade_content {
    position: fixed;
    top: 40px;
    z-index: 1001;
    padding: 40px 5px 22px 12px;
    background: #fff url(/tpl/pink/shared/images/loader.gif) center center no-repeat;
    border: 1px solid #ddd;
}

.fade_content .close {
    position: absolute;
    top: 5px;
    right: 12px;
    text-align: right;
    font-size: 1.8em;
    color: #777;
    cursor: pointer
}

.fade_content .close:hover {
    text-decoration: none;
    color: #000;
}

.fade_content iframe {
    border: 0
}


#fl_adictel{
    float: left;
    margin-right: 15px;
}
