/*------------------------------------*\
GLOBAL
\*------------------------------------*/
body {
    background-image: url(../images/base/bg-fade.png), url(../images/base/bg.png);
    background-repeat: repeat-x, repeat;
    width: 100%;
}
body,
input,
textarea,
select,
button {
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #404040;
}
a {
    color: #012e68;
    text-decoration: none;
}
a:hover {
    color: #1c90d3;
}
.malta-wrapper a {
    color: #901002;
}
.malta-wrapper a:hover {
    color: #FF3F2A;
    text-decoration: none;
}
h1 {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: -2px;
    margin: 10px 0 20px;
}
h2 {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -1px;
    margin: 0 0 15px;
}
h3 {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 15px;
}
h4 {
    font-size: 14px;
    line-height: 15px;
    margin: 0 0 15px;
}
.gray {
    color: #808080;
}
/*------------------------------------*\
$HEADER
\*------------------------------------*/
#wrapper {
    background: url(../images/base/header.png) no-repeat top center;
}
.inner {
    width: 980px;
    margin: 0 auto;
    position: relative;
}
#header {
    background: url(../images/base/header-top.png) repeat-x;
}
.header-top {
    height: 41px;
}
#top-nav {
    float: left;
    padding: 10px 15px;
    color: #9ebce2;
    text-shadow: 1px 1px #000000;
}
#top-nav a {
    margin: 0 5px;
    color: #9ebce2;
    font-weight: bold;
}
#top-nav a:hover {
    color: #ffffff;
}
.access {
    float: right;
}
.country {
    background: url(../images/base/country.png) no-repeat;
    width: 100px;
    height: 25px;
    margin: 8px 20px 0 0;
    float: right;
    color: #ffffff;
    font-size: 11px;
    line-height: 20px;
    position: relative;
    cursor: pointer;
}
.country .country-sel {
    display: block;
    width: 55px;
    overflow: hidden;
    padding: 2px 10px 3px 10px;
    text-shadow: 1px 1px #000000;
    font-weight: bold;
}
.country .handle {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 0;
}
.country-select {
    display: none;
    position: absolute;
    z-index: 200;
    width: 98px;
    right: 0;
    top: 20px;
    background: #ffffff url(../images/base/country-select-top.png) no-repeat top center;
    border: 1px solid #001c42;
    border-top: 0;
    padding-top: 5px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.country-select a {
    background: url(../images/base/country-select.png) no-repeat 86px center;
    display: block;
    color: #404040;
    font-size: 11px;
    line-height: 20px;
    padding: 1px 10px;
    border-bottom: 1px solid #dedede;
}
.country-select a:hover {
    background: url(../images/base/country-select-hover.png) no-repeat 86px center;
    color: #003174;
}
.country-select a.last {
    border: 0;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.lang {
    float: right;
    margin-right: 10px;
}
.lang ul {
    background: url(../images/base/header-top-sep.png) no-repeat top right;
    list-style: none;
    float: left;
    padding-right: 2px;
}
.lang li {
    background: url(../images/base/header-top-sep.png) no-repeat top left;
    display: block;
    float: left;
    height: 40px;
}
.lang li:hover {
    background: url(../images/base/lang-hover.png) no-repeat top left;
}
.lang a {
    display: block;
    background-position: 15px 15px;
    font-size: 11px;
    line-height: 20px;
    color: #ffffff;
    text-shadow: 1px 1px #000000;
    font-weight: bold;
    padding: 10px 10px 10px 40px;
}
.lang-et {
    background: url(../images/base/lang-et.png) no-repeat;
}
.lang-en {
    background: url(../images/base/lang-en.png) no-repeat;
}
.lang-ru {
    background: url(../images/base/lang-ru.png) no-repeat;
}
.lang-fi {
    background: url(../images/base/lang-fi.png) no-repeat;
}
.lang-lv {
    background: url(../images/base/lang-lv.png) no-repeat;
}
.lang-lt {
    background: url(../images/base/lang-lt.png) no-repeat;
}
.lang-sk {
    background: url(../images/base/lang-sk.png) no-repeat;
}
.access {
    background: url(../images/base/header-top-sep.png) no-repeat top right;
    margin: 0 20px 0 0;
    padding: 7px 20px 7px 0;
}
.access a {
    display: block;
    float: left;
    font-size: 11px;
    color: #ffffff;
    padding: 3px 10px 4px;
    font-weight: bold;
    cursor: pointer;
}
.access .login {
    background: url(../images/base/login.png) no-repeat top left;
    text-shadow: 0 -1px #940e19;
}
.access .register {
    background: url(../images/base/register.png) no-repeat top right;
    text-shadow: 0 -1px #08264c;
}
.access .open-mydata-dialog {
    background: url(../images/base/mydata.png) no-repeat top right;
}
.access .myhistory {
    background: url(../images/base/register.png) no-repeat top right;
    text-shadow: 0 -1px #08264c;
}
.header-bottom {
    height: 139px;
}
#logo {
    display: block;
    float: left;
    margin: 34px 0 0 50px;
}
.casino {
    display: block;
    float: right;
    margin: 22px 130px 0 0;
}
.online {
    align-items: center;
    float: right;
    margin: 31px 32px 0 0;
}
.online .logo{
    display: block;
    margin-bottom: 10px;
}
.online .logo img{
    display: block;
    margin: 0 auto;
}
#main-nav {
    background: url(../images/base/main-nav-s.png);
    position: relative;
    height: 50px;
    overflow: hidden;
}
#main-nav a {
    background: url(../images/base/main-nav-sep.png) no-repeat top right;
    display: block;
    float: left;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: -1px -1px #940e19;
    padding: 16px 15px 14px;
}
#main-nav .sel,
#main-nav .sel:hover {
    background: url(../images/base/main-nav-sel.png) no-repeat top left;
    color: #ffffff;
    text-shadow: -1px -1px #061e3e;
    margin: 0 -1px;
}
#main-nav .first.sel,
#main-nav .first.sel:hover {
    margin: 0 -1px 0 0;
}
#main-nav a:hover {
    background: url(../images/base/main-nav-hover.png) no-repeat top right;
}
.search {
    background: url(../images/base/search-s.png) no-repeat top left;
    position: absolute;
    top: 0;
    right: 0;
    width: 170px;
    height: 26px;
    padding: 12px 10px;
}
.search div {
    width: 170px;
    height: 26px;
}
.search input {
    background: transparent;
    border: 0;
    float: left;
    width: 130px;
    margin: 0;
    outline: 0;
    font-size: 11px;
    line-height: 15px;
    font-weight: bold;
    color: #404040;
    padding: 5px 5px 5px 10px;
}
.search button {
    background: transparent;
    border: 0;
    float: left;
    width: 25px;
    height: 25px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
/*------------------------------------*\
$FOOTER
\*------------------------------------*/
.footer-top {
    background: url(../images/base/footer.png) no-repeat bottom center;
    padding: 10px 22px 22px;
    color: #ffffff;
    text-shadow: 1px 1px #041c3f;
    width: 960px;
}
.footer-top a {
    color: #ffffff;
    text-decoration: underline;
}
.footer-top a:hover {
    text-decoration: none;
}
.footer-top h2 {
    color: #ffffff;
    margin: 0;
}
.copyright,
#footer .legal {
    font-size: 11px;
    font-weight: bold;
    text-shadow: 0 1px #ffffff;
    text-align: center;
    margin: 3px 0 15px;
}
#footer .legal {
    font-weight: normal;
    margin: 3px 0 0;
}
/*------------------------------------*\
$DEFAULT-FORMATTING
\*------------------------------------*/
.def {}
.def em {
    font-style: italic;
}
.def strong,
.def b {
    font-weight: bold;
}
.def em strong,
.def em b,
.def strong em,
.def strong b {
    font-style: italic;
    font-weight: bold;
}
.def i {
    font-style: italic;
}
.def p {
    line-height: 20px;
    margin: 15px 0;
}
.def a {
    text-decoration: underline;
}
.def ul,
.def ol {
    margin-bottom: 20px;
    margin-left: 20px;
}
.def ul {
    list-style-type: disc;
}
.def ol {
    list-style-type: decimal;
}
* html .def ol {
    margin-left: 25px;
}
.def ul ol,
.def ol ol,
.def ul ul,
.def ol ul {
    margin-bottom: 0px;
}
.def ul li,
.def ol li {
    line-height: 18px;
}
.def ul.clean {
    list-style: none;
    clear: none;
}
.def img {
    margin: 20px;
    display: inline;
}
.def img.lfloat {
    margin: 0 20px 20px 0;
}
.def img.rfloat {
    margin: 0 0 20px 20px;
}
.def blockquote {
    padding: 0 0 0 20px;
    margin: 0 0 10px;
}
.def dl {
    margin: 16px 0 16px 40px;
}
.def dt {
    font-weight: bold;
}
.def dd {
    font-weight: bold;
    font-size: 18px;
    color: #02337a;
}
.def dd a {
    text-decoration: none;
}
.def table td {
    padding: 0 10px;
    vertical-align: middle;
}
/*------------------------------------*\
$COLUMNS
\*------------------------------------*/
.col-container {
    margin: 0 -10px;
}
.col {
    float: left;
    min-height: 1px;
}
* html .col {
    height: 1px;
}
.col01 {
    margin: 0 25px 0 0;
    width: 204px;
}
.col02 {
    width: 460px;
    margin: 10px 10px 0;
}
.col03 {
    width: 300px;
    margin: 10px;
}
.col04 {
    width: 220px;
    margin: 10px 10px 0;
}
.frontpage {
    margin: 0 10px;
}
.frontpage .col03 {
    margin: 20px 10px;
}
/*------------------------------------*\
$OTHER
\*------------------------------------*/
.hidden {
    display: none;
}
.hidden2 {
    position: absolute;
    top: -2000px;
}
.lfloat {
    float: left;
}
.rfloat {
    float: right;
}
.sidefloat {
    display: table-cell;
    vertical-align: top;
    width: 10000px;
}
.aleft {
    text-align: left;
}
.aright {
    text-align: right !important;
}
.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
    visibility: hidden;
}
.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
.no-underline {
    text-decoration: none !important;
}
.hidden {
    display: none;
}
.last {
    border: 0 !important;
}
/*------------------------------------*\
$BUTTONS
\*------------------------------------*/
.button {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    outline: 0;
    overflow: hidden;
    cursor: pointer;
    float: left;
    text-decoration: none !important;
}
.button span {
    display: block;
    float: left;
    white-space: nowrap;
}
.button03 {
    height: 30px;
}
.button03 span {
    background: url(../images/base/button03.png) no-repeat;
    padding-left: 15px;
}
.button03 span span {
    background: url(../images/base/button03.png) no-repeat top right;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 15px 6px 0;
    text-shadow: 0 -1px #c30012;
    text-transform: uppercase;
}
/*------------------------------------*\
$JQUERY UI
\*------------------------------------*/
.ui-dialog {
    padding: 0;
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.ui-dialog .ui-dialog-titlebar {
    background: url(../images/base/dialog-header.png) repeat-x;
    padding: 15px 20px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.ui-dialog .ui-dialog-title {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    text-shadow: 1px 1px #bc1627;
    font-weight: bold;
}
.ui-dialog .ui-dialog-titlebar-close {
    background: url(../images/base/dialog-close.png) no-repeat;
    width: 13px;
    height: 14px;
    top: 18px;
    right: 17px;
    margin: 0;
    padding: 0;
}
.ui-dialog .ui-dialog-titlebar-close:hover {
    background: transparent url(../images/base/dialog-close.png) no-repeat !important;
    border: 0 !important;
}
.ui-dialog .ui-dialog-titlebar-close span {
    display: none;
}
.ui-dialog .ui-dialog-content {
    background: #ffffff;
    padding: 10px 20px 20px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.ui-widget-overlay {
    background: #000000;
    opacity: .30;
    filter: Alpha(Opacity=30);
}
.ui-datepicker {
    padding: 0;
    z-index: 100 !important;
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.ui-datepicker-header {
    background: url(../images/base/table-tabs-sel.png);
    border: 1px solid #b91120;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 0;
    padding: 4px 0;
}
.ui-datepicker-title {
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 1px 1px #000000;
}
.ui-datepicker-header a span {
    display: none;
}
.ui-datepicker-prev {
    background: url(../images/base/ranking-prev.png) -3px -1px;
    top: 0 !important;
    left: 0 !important;
    cursor: pointer;
}
.ui-datepicker-next {
    background: url(../images/base/ranking-next.png) -5px -2px;
    top: 0 !important;
    right: 0 !important;
    cursor: pointer;
}
.ui-datepicker-calendar {
    background: #ffffff;
    border: 1px solid #dedede;
    margin: 0 !important;
}
.ui-datepicker-calendar th {
    border: 0;
    font-size: 11px;
}
.ui-datepicker-calendar td {
    border: 1px solid #dedede;
    font-size: 12px;
}
.ui-datepicker-calendar td:hover {
    background: #efefef;
}
.ui-datepicker-today {
    background: #efefef;
}
.ui-datepicker-current-day {
    background: #012e68
}
.ui-datepicker-current-day a {
    color: #ffffff;
}
/*------------------------------------*\
$CONTENTS
\*------------------------------------*/
#content {
    background: url(../images/base/content.png) repeat-y;
    padding: 0 12px;
}
.sidebar {
    width: 220px;
    margin: 10px 0 0 20px;
    float: left;
}
#sub-nav a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #dedede;
}
#sub-nav .sel {
    background: url(../images/base/sub-nav-sel.png) no-repeat 8px center;
    font-weight: bold;
    padding-left: 20px;
}
.subpage {
    padding: 10px 20px 20px;
}
.subpage-image,
.subpage-sidebar {
    padding: 0;
}
.subpage-image .sidebar {
    margin-top: 0;
}
.subpage-image .def {
    float: left;
    padding: 10px 20px 5px 10px;
    background: #ffffff;
    margin: -60px 0 0 10px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
}
.subpage-image .def {
    width: 940px;
}
.subpage-sidebar.subpage-image .def {
    background: #ffffff;
    margin: -60px 0 0 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    padding: 10px 20px 5px;
}
.subpage-sidebar .def {
    width: 700px;
    float: left;
    padding: 10px 20px 5px;
}
.subpage-sidebar .def form {
    margin: 0 0 15px;
}
.article-banner,
.article-banner img {
    float: left;
    width: 980px;
}
/*------------------------------------*\
$FRONTPAGE
\*------------------------------------*/
.slider {
    background: url(../images/base/slider.png);
    width: 974px;
    height: 340px;
    padding: 0 0 0 6px;
}
.slider .prev,
.slider .next {
    display: none;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 150px;
    z-index: 1000;
    cursor: pointer;
}
.slider .prev {
    background: url(../images/base/slider-prev.png);
    left: 144px;
}
.slider .next {
    background: url(../images/base/slider-next.png);
    right: 144px;
}
.roundabout-holder {
    list-style: none;
    margin: 0 auto;
    width: 460px;
    height: 340px;
}
.roundabout-moveable-item {
    width: 600px;
    height: 300px;
    cursor: pointer;
}
.roundabout-moveable-item img {
    width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.roundabout-in-focus {
    cursor: auto;
}
.section-head {
    padding: 10px;
    position: relative;
    color: #ffffff;
}
.section-head h4 {
    text-transform: uppercase;
    margin: 0;
    line-height: 20px;
    letter-spacing: -1px;
}
.news-head {
    background: url(../images/base/news-head.png);
    text-shadow: 1px 1px #ffffff;
}
.news-head h4 {
    color: #404040;
}
.news-head .viewall {
    background: url(../images/base/news-head-sep.png) no-repeat 0 1px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    font-size: 11px;
}
.section-content.news {
    border: 0;
    margin: 0 0 10px;
}
.news-item {
    width: 100%;
    margin: 10px 0 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #f0f0f0;
    float: left;
}
.news-item .image {
    display: block;
    float: left;
    background: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.07);
    padding: 2px;
    margin: 0 10px 0 0;
}
.news-item .image img {
    width: 56px;
    height: 56px;
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.news-item h4 {
    margin: 5px 0 0 0;
}
.news-item p {
    color: #808080;
    font-size: 11px;
}
.news-item p span {
    margin: 0 5px;
    font-weight: bold;
}
.jackpot {
    background: url(../images/base/jackpot.png);
    width: 300px;
    height: 89px;
    margin: 0 0 10px;
    text-align: center;
}
.jackpot h3 {
    color: #ffffff;
    text-shadow: -1px -1px #072143;
    padding: 9px 0 6px;
    margin: 0;
}
.jackpot .value {
    background: url(../images/base/jackpot-line.png) repeat-x center center;
    font-size: 30px;
    line-height: 30px;
    color: #ffffff;
    text-shadow: -1px -1px #ba121f;
    font-weight: bold;
    padding: 11px 0 13px;
    margin: 0 10px;
}
.jackpot .value span {
    background: url(../images/base/jackpot-value.png) repeat-x center center;
    padding: 0 15px;
}
.topwinners {
    margin: 10px 0;
    position: relative;
}
.jackpots {
    position: relative;
}
.topwinners .prev,
.jackpots .prev,
.topwinners .next,
.jackpots .next {
    position: absolute;
    top: 50%;
    margin-top: -21px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    display: block;
    opacity: 0;
    transition: all 200ms ease;
}
.topwinners:hover .prev,
.jackpots:hover .prev,
.topwinners:hover .next,
.jackpots:hover .next {
    opacity: 1.0;
}
.topwinners .next,
.jackpots .next {
    background: url(../images/base/slider-next.png);
    right: -21px;
}
.topwinners .prev,
.jackpots .prev {
    background: url(../images/base/slider-prev.png);
    left: -21px;
}
.winner {
    background: url(../images/base/winner.png);
    width: 285px;
    height: 50px;
    margin-top: 1px;
    color: #ffffff;
    text-shadow: -1px -1px #072143;
    font-weight: bold;
    line-height: 15px;
    padding: 5px 0 5px 15px;
    position: relative;
    overflow: hidden;
}
.winner h2 {
    line-height: 18px;
    margin: 0;
}
.winner p {
    line-height: 14px;
}
.winner * {
    max-width: 185px;
}
.winner .amount {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 0;
    font-size: 20px;
    line-height: 20px;
    width: 100px;
    text-align: center;
    text-shadow: -1px -1px #ba121f;
}
.today-head {
    background: url(../images/base/today-head.png);
}
.today-head h4 {
    text-shadow: -1px -1px #b21424;
    margin: 0;
}
.cash-head {
    background: url(../images/base/park-head.png);
    margin: 20px 0 0;
}
.cash-head h4 {
    font-size: 12px;
    text-shadow: -1px -1px #03152b;
}
.upcoming-head {
    background: url(../images/base/upcoming-head.png);
    margin: 20px 0 0;
}
.upcoming-head h4 {
    text-shadow: -1px -1px #0d6285;
}
.section-content {
    border: 1px solid #dedede;
    border-top: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.custom-content {
    margin: 20px 0 0;
}
.section-sep {
    background: url(../images/base/section-sep.png);
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    text-shadow: 1px 1px #ffffff;
    padding: 5px 10px;
}
.section-item {
    padding: 10px;
    border-bottom: 1px solid #dedede;
    position: relative;
    line-height: 15px;
    min-height: 30px;
}
.cash .section-item {
    min-height: 20px;
}
.cash .section-item h4 {
    line-height: 20px;
    margin: 0;
}
.section-item * {
    max-width: 220px;
}
.section-item h4 {
    margin: 0;
}
.section-item .time {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 15px;
}
.section-item .sum {
    font-size: 20px;
    line-height: 15px;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 10px;
    text-align: right;
}
.section-item .sum span {
    display: block;
    font-size: 12px;
    font-weight: normal;
}
.section-item p span {
    font-weight: bold;
    margin: 0 5px;
}
.section-item p strong span {
    font-weight: normal;
    margin: 0;
}
.note {
    background: url(../images/base/note.png) no-repeat left center;
    padding-left: 20px;
    color: #1c90d3;
    font-size: 14px;
    line-height: 15px;
    margin: 5px 0 0;
}
.ranking-head {
    background: url(../images/base/ranking-head.png);
    text-align: center;
    height: 30px;
    margin: 20px 0 0;
}
.ranking-head h2 {
    background: url(../images/base/ranking-star.png) no-repeat left center;
    color: #ffffff;
    margin: 5px 0;
    letter-spacing: 0;
    text-shadow: 1px 1px #000000;
    display: inline-block;
    padding-left: 20px;
}
.ranking-head .prev,
.ranking-head .next {
    position: absolute;
    top: 10px;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.ranking-head .prev {
    background: url(../images/base/ranking-prev.png);
    left: 0;
}
.ranking-head .next {
    background: url(../images/base/ranking-next.png);
    right: 0;
}
.ranking-casino {
    background: url(../images/base/section-sep.png);
    padding: 0;
    position: relative;
    text-align: center;
    font-size: 12px;
}
.ranking-casino span {
    display: block;
    width: 240px;
    line-height: 30px;
    margin: 0 30px;
    height: 30px;
    overflow: hidden;
}
.ranking-casino .prev,
.ranking-casino .next {
    position: absolute;
    top: 0;
    display: block;
    cursor: pointer;
    width: 30px;
    height: 30px;
}
.ranking-casino .prev {
    background: url(../images/base/casino-prev.png);
    left: 0;
}
.ranking-casino .next {
    background: url(../images/base/casino-next.png);
    right: 0;
}
.ranking-period {
    background: url(../images/base/section-sep.png);
    padding: 0;
    position: relative;
    text-align: center;
    font-size: 12px;
}
.ranking-period span {
    display: block;
    width: 240px;
    line-height: 30px;
    margin: 0 30px;
}
.ranking-period .prev,
.ranking-period .next {
    position: absolute;
    top: 0;
    display: block;
    cursor: pointer;
    width: 30px;
    height: 30px;
}
.ranking-period .prev {
    background: url(../images/base/casino-prev.png);
    left: 0;
}
.ranking-period .next {
    background: url(../images/base/casino-next.png);
    right: 0;
}
.ranking-top {
    border: 1px solid #dedede;
    border-top: 0;
    width: 100%;
}
.ranking-top td {
    border-bottom: 1px solid #dedede;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    vertical-align: middle;
}
.ranking-top .position {
    color: #808080;
    padding-right: 0;
}
.ranking-top .name {
    padding-left: 0;
}
.ranking-top .points {
    text-align: right;
    font-weight: normal;
    font-size: 12px;
}
.ranking-top .you td {
    background: url(../images/base/ranking-you.png);
    color: #ffffff;
}
.ranking-top .you td a {
    color: #ffffff;
}
.ranking-top .you .position {
    background: url(../images/base/ranking-you-nr.png);
}
/*------------------------------------*\
$VIEWS & ELEMENTS
\*------------------------------------*/
.filter {
    background: url(../images/base/filter.png);
    border: 1px solid #e9e9e9;
    width: 870px;
    padding-right: 70px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.filter .frmrow {
    background: url(../images/base/filter-sep.png) no-repeat right 0;
    width: auto;
    height: 29px;
    padding: 9px 12px 0 10px;
}
.filter .frmcaption {
    float: left;
    color: #808080;
    padding: 0 10px 0 0;
}
.filter .type_select select {
    width: auto;
    max-width: 110px;
    padding: 0;
}
.filter .buttons {
    float: none;
    width: auto;
    margin: 0;
    position: absolute;
    top: 5px;
    right: 5px;
}
.table-head {
    background: url(../images/base/table-head.png);
    padding: 15px 20px;
    margin: 20px 0 0;
    min-height: 20px;
}
.table-head h2 {
    letter-spacing: 0;
    text-shadow: 1px 1px #000000;
    margin: 0;
}
.table-head .viewall {
    background: url(../images/base/table-head-sep.png) no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    color: #ffffff;
    text-shadow: 1px 1px #000000;
    font-weight: bold;
    padding: 15px 20px;
}
.table-head-small {
    background: url(../images/base/table-head-small.png);
    padding: 15px 20px 0;
    height: 35px;
}
.list-table {
    width: 100%;
}
.list-table th {
    background: url(../images/base/th.png) repeat-x;
    font-size: 10px;
    line-height: 20px;
    color: #dedede;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    text-shadow: 1px 1px #212121;
    padding: 4px 20px 6px;
    white-space: nowrap;
}
.list-table td {
    padding: 10px 20px;
    border-bottom: 1px solid #dedede;
    vertical-align: middle;
}
.list-table td:first-child {
    border-left: 1px solid #dedede;
}
.list-table td:last-child {
    border-right: 1px solid #dedede;
}
.list-table .numbers {
    font-size: 14px;
    vertical-align: middle;
    white-space: nowrap;
}
.list-table .note {
    margin: 0;
}
.list-table .event {
    font-size: 14px;
}
.customer-info {
    padding: 20px 0 0 40px;
    width: 420px;
}
.customer-info dl {
    width: 140px;
    float: left;
    margin: 0 20px 10px 0;
}
.customer-info dt {
    font-weight: bold;
    color: #808080;
    line-height: 15px;
}
.customer-info dd {
    font-weight: bold;
    font-size: 24px;
    line-height: 25px;
    letter-spacing: -1px;
}
.tournament-info {
    margin: -20px -10px -10px;
}
.tournament-info dl {
    margin: 0 0 10px;
}
.tournament-info dl.left {
    float: left;
}
.tournament-info dl.right {
    float: right;
}
.tournament-info dt {
    font-weight: bold;
    color: #808080;
    line-height: 20px;
}
.tournament-info dd {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -1px;
}
.tournament-info .normal,
.tournament-info .note {
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0;
    margin: 0;
}
.tournament-info .red {
    color: #ed1b2e;
}
.tournament-info a {
    text-decoration: underline;
}
.table-tabs {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 1px solid #061b38;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 1px #34557f;
    -webkit-box-shadow: 0 1px #34557f;
    box-shadow: 0 1px #34557f;
}
.table-tabs a {
    background: url(../images/base/table-tabs.png);
    display: block;
    float: left;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 1px 1px #000000;
    padding: 4px 10px;
    border-left: 1px solid #243e60;
    border-right: 1px solid #061b38;
    cursor: pointer;
}
.table-tabs .sel {
    background: url(../images/base/table-tabs-sel.png);
    border-left: 0;
}
.table-tabs a:first-child {
    border-left: 0;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.table-tabs a:last-child {
    border-right: 0;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.club {
    float: left;
    margin: 0 0 20px;
    border-bottom: 1px solid #dedede;
    padding: 0 0 20px;
    position: relative;
    min-height: 165px;
}
.club iframe {
    position: absolute;
    right: 0px;
    top: 0px;
}
.subpage-image .club {
    margin: 0 20px 20px;
}
.club.last {
    margin: 0 20px;
}
.club-image,
.club-image img {
    float: left;
    width: 140px;
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.club h2,
.club p,
.club dl {
    margin-left: 160px;
}
.club h2 {
    color: #404040;
    margin-bottom: 0;
}
.club dl {
    margin-top: 10px;
}
.club dt {
    font-weight: bold;
    width: 80px;
    display: inline-block;
}
.club dd {
    display: inline-block;
    width: 690px;
}
.gallery-container,
.news-container {
    margin-top: -10px;
}
.gallery-container .thumb {
    text-align: center;
    color: #808080;
    margin: 10px;
}
.news-container .news {
    margin: 10px;
}
.gallery-container .thumb img,
.news-container .news img {
    background: #ffffff;
    width: 210px;
    height: 150px;
    padding: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    margin: 0 0 5px;
}
.news .date {
    color: #808080;
    font-weight: bold;
    font-size: 11px;
    margin: 0 0 10px;
}
.news .readmore {
    font-weight: bold;
    font-size: 11px;
}
.gallery {
    height: 610px;
    z-index: 1;
    position: relative;
    overflow: hidden;
}
.gallery .thumbs {
    background: #ffffff;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200%;
    height: 100px;
    margin-top: 10px;
}
.gallery .thumbs .img {
    float: left;
    margin: 0 0 0 10px;
    cursor: pointer;
    position: relative;
}
.gallery .thumbs .img img {
    padding: 2px;
    border: 1px solid #dedede;
    width: 134px;
    height: 94px;
}
.gallery .thumbs .active img {
    border: 1px solid #196d9e;
}
.gallery .bigimg {
    background: #f4f4f4;
    height: 500px;
    overflow: hidden;
}
.gallery .bigimg img,
.def #gallery .bigimg img {
    margin: 0 auto;
    display: block;
}
.gallery .nav {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.gallery .nav .item {
    width: 200px;
    height: 500px;
    cursor: pointer;
    position: absolute;
    top: 0;
}
.gallery .nav .previous {
    left: 0;
    background: url(../images/base/gallery-prev.png) no-repeat left 50%;
}
.gallery .nav .next {
    background: url(../images/base/gallery-next.png) no-repeat right 50%;
    right: 0;
}
.gallery-title {
    margin-bottom: 0;
}
.gallery-date {
    margin-bottom: 20px;
}
.pager {
    background: url(../images/base/filter.png);
    height: 20px;
    margin: 10px 0 0;
    padding: 10px 0;
    text-align: center;
    position: relative;
    text-shadow: 0 1px #ffffff;
    width: 940px;
}
.gallery-container .pager,
.news-container .pager {
    margin: 10px 10px 0;
}
.pager .prev {
    position: absolute;
    top: 10px;
    left: 20px;
    font-weight: bold;
    cursor: pointer;
}
.pager .next {
    position: absolute;
    top: 10px;
    right: 20px;
    font-weight: bold;
    cursor: pointer;
}
.pager .page-numbers {
    font-weight: bold;
}
.pager .page-numbers a {
    color: #808080;
    margin: 0 2px;
}
.pager .page-numbers a:hover {
    color: #02337a;
}
.pager .page-numbers span {
    margin: 0 2px;
    color: #808080;
}
.pager .page-numbers .sel {
    color: #02337a;
}
.news-detail h1 {
    font-size: 24px;
    line-height: 30px;
    color: #02337a;
    margin: 0;
}
.news-detail .date {
    color: #808080;
    font-weight: bold;
    margin: 0 0 15px;
}
.faq-category {
    margin: 0 0 20px;
}
.faq {
    margin: 0 0 30px;
}
.faq li {
    list-style: none;
    margin: 0 0 20px 0;
}
.faq li a {
    background: url(../images/base/bullet.png) no-repeat 6px 3px;
    display: block;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    cursor: pointer;
    padding: 0 0 0 30px;
    text-decoration: none;
}
.faq .answer {
    display: none;
    font-size: 12px;
    line-height: 20px;
    padding: 0 0 0 50px;
}
.faq .answer p {
    margin: 10px 0;
}
.search-results {
    display: block;
    float: left;
    border-top: 1px solid #e5e5e5;
    padding: 10px 0 20px;
}
.search-results-first {
    border: 0;
}
.search-results-first .search-result,
.search-results-first h2 {
    margin-top: 0;
}
.search-results h3 {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 5px 0;
    letter-spacing: 0;
}
.search-results .left {
    width: 220px;
    float: left;
}
.search-results .left h2 {
    margin: 15px 0 5px;
    font-size: 18px;
    color: #404040;
    letter-spacing: 0;
}
.search-results-first .left h2 {
    margin: 0 0 5px;
}
.search-results .left a {
    font-size: 12px;
    line-height: 15px;
}
.search-results .right {
    width: 720px;
    float: left;
}
.search-result {
    margin: 10px 0 20px;
}
.loadmore td {
    background: #efefef;
    font-weight: bold;
    text-align: center;
}
.toggleregister {
    clear: both;
}
.register-to-tournament-cache,
.register-to-tournament {
    font-weight: bold;
    cursor: pointer;
}
.list-table .red {
    color: #ed1b2e;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    #main-nav {
        margin: 0 12px;
    }
}
.list-table .num_of_players a,
.list-table .item-details a {
    text-decoration: underline;
}
/*------------------------------------*\
$MALTA
\*------------------------------------*/
.malta-wrapper #top-nav a {
    color: #ffffff;
}
.malta-wrapper #top-nav a:hover {
    color: #bbd1ed;
}
.malta-wrapper #top-nav {
    color: #fee59b;
}
.malta-wrapper .news-detail h1 {
    color: #E29E9E;
}
.malta-wrapper #top-nav a:hover {
    color: #ffffff;
}
.malta-wrapper #main-nav {
    background: url(../images/base/malta/malta-special-header.png) no-repeat -14px -13px;
}
.malta-wrapper #main-nav a {
    color: #404040;
    text-shadow: -1px -1px #fff;
}
.malta-wrapper #main-nav a:hover,
.malta-wrapper #main-nav .sel,
.malta-wrapper #main-nav .sel:hover {
    background: url(../images/base/malta/main-nav-sel.png) no-repeat top left;
    text-shadow: -1px -1px #3E0606;
    color: #ffffff;
}
.malta-wrapper .access .register {
    background: url(../images/base/malta/register.png) no-repeat top right;
    text-shadow: 0 -1px #3E0606;
}
.malta-wrapper .country {
    background: url(../images/base/malta/country.png) no-repeat;
}
.malta-wrapper .country-select {
    background: #ffffff url(../images/base/malta/country-select-top.png) no-repeat top center;
    border: 1px solid #3E0606;
}
.malta-wrapper .button02 span span {
    background: url(../images/base/malta/button02.png) no-repeat;
    text-shadow: -1px -1px #3E0606;
}
.malta-wrapper .button02 span {
    background: url(../images/base/malta/button02.png) no-repeat bottom right;
}
.malta-wrapper #sub-nav .sel {
    background: url(../images/base/malta/sub-nav-sel.png) no-repeat 8px center;
}
.malta-wrapper .button01 span span {
    background: url(../images/base/malta/button01.png) no-repeat;
}
.malta-wrapper .button01 span {
    background: url(../images/base/malta/button01.png) no-repeat bottom right;
}
.malta-wrapper .table-tabs a {
    background: url(../images/base/malta/table-tabs.png);
    border-left: 1px solid #602424;
    border-right: 1px solid #380606;
}
.malta-wrapper .table-tabs {
    border: 1px solid #3E0606;
    -moz-box-shadow: 0 1px #3E0606;
    -webkit-box-shadow: 0 1px #3E0606;
    box-shadow: 0 1px #3E0606;
}
.malta-wrapper .slider {
    background: url(../images/base/malta/slider.png);
}
.malta-wrapper .jackpot {
    background: url(../images/base/malta/jackpot.png);
}
.malta-wrapper .jackpot h3 {
    text-shadow: -1px -1px #3E0606;
}
.malta-wrapper .ranking-head {
    background: url(../images/base/malta/ranking-head.png);
}
.malta-wrapper .footer-top {
    background: url(../images/base/malta/footer.png) no-repeat bottom center;
    text-shadow: 1px 1px #3E0606;
}
.malta-wrapper .table-head {
    background: url(../images/base/malta/table-head.png);
}
.malta-wrapper .jackpot .value span {
    background: #FC1621;
}
