.download-frame {
    width: 100%;
    padding: 18px 0 0;
    margin: 0 0 20px;
}

.download-frame:after {
    display: block;
    clear: both;
    content: " ";
}

.download-holder {
    width: 100%;
}

.download-holder:after {
    display: block;
    clear: both;
    content: " ";
}

.download-holder p {
    margin: 0 0 19px;
    font: 13px/18px Helvetica, Arial, Verdana, sans-serif;
    color: #eff0e6;
}

.download-box {
    width: 762px;
    margin: 0 0 44px;
    padding: 19px 0 0;
}

.download-box > .t {
    background: url("../img/t01.png") no-repeat;
    height: 12px;
    overflow: hidden;
}

.download-box > .c {
    background: url("../img/c01.png") repeat-y;
    width: 100%;
}

.download-box > .c:after {
    content: " ";
    clear: both;;
    display: block;
}

.download-box .content {
    margin: 24px 0 7px 23px;
    float: left;
    position: relative;
}

.download-box > .b {
    background: url("../img/b01.png") no-repeat;
    overflow: hidden;
    height: 12px;
}

.download-list {
    float: left;
    width: 184px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.download-list li {
    width: 100%;
    margin: 0 0 26px;
}

.download-list li:after {
    display: block;
    clear: both;
    content: " ";
}

.download-list .hint-holder {
    float: left;
    position: relative;
}

.download-list a {
    float: left;
    background: url("../img/marker03.png") no-repeat;
    width: 16px;
    height: 15px;
    padding: 0 0 0 32px;
    color: #fff;
    white-space: nowrap;
    font: normal 13px/14px Lucida Sans Unicode, Lucida Grande, sans-serif;
}

.download-list a:hover {
    background-position: 0 100%;
    color: #ff5836;
    text-decoration: underline;
}

.hint-box {
    width: 211px;
    position: absolute;
    bottom: 26px;
    left: -15px;
    display: none;
}

.download-list .hint-holder:hover .hint-box {
    display: block;
}

.hint-box .t {
    background: url("../img/t02.png") no-repeat;
    height: 4px;
    overflow: hidden;
}

.hint-box .c {
    background: url("../img/c02.png") repeat-y;
    width: 100%;
}

.hint-box .c:after {
    content: " ";
    clear: both;;
    display: block;
}

.hint-box .content {
    margin: 1px 0 4px 17px;
    float: left;
    position: relative;
}

.hint-box .b {
    background: url("../img/b02.png") no-repeat;
    height: 8px;
    overflow: hidden;
}

.hint-box span {
    display: block;
    font: bold 12px/20px Helvetica, Arial, Verdana, sans-serif;
    color: #1f3641;
}

.block-section .flash .ref {
    display: inline-block;
    vertical-align: top;
    background: url("../img/button05.png") no-repeat 0 0;
    width: 219px;
    height: 51px;
    padding: 18px 0 13px 22px;
    text-decoration: none;
    color: #fff;
    font: 21px/23px Helvetica, Verdana, Helvetica, sans-serif;
    margin: 16px 0 0;
    text-align: left;
}

* + html .block-section .flash .ref {
    margin: 16px 0 0 70px;
}

.feedback-form {
    overflow: hidden;
    margin: 0 0 64px;
    padding: 68px 51px 0 83px;
    background: url("../img/bg05.png") no-repeat;
    height: 380px;
    font: 13px/20px Georgia, sans-serif;
    color: #545455;
    font-style: italic;
}

.feedback-form .title-form {
    display: block;
    margin: 0 0 8px;
    padding: 0 0 4px 4px;
    font-size: 22px;
    line-height: 25px;
    color: #344e78;
    border-bottom: 1px solid #d4d3d1;
}

.feedback-form fieldset {
    width: 563px;
}

.feedback-form label {
    display: block;
    margin: 0 0 2px;
    padding: 0 0 0 4px;
}

.feedback-form label span {
    color: #9c4e57;
}

.feedback-form .text {
    overflow: hidden;
    background: url("../img/input02.png") no-repeat;
    width: 563px;
    height: 33px;
    margin: 0 0 5px;
}

.feedback-form .text input {
    background: none;
    border: 0;
    width: 550px;
    padding: 5px 5px 0 4px;
    float: left;
    font-style: normal;
}

.feedback-form .textarea {
    overflow: hidden;
    background: url("../img/textarea01.png") no-repeat;
    width: 563px;
    height: 123px;
    margin: 0 0 12px;
}

.feedback-form .textarea textarea {
    resize: none;
    overflow: auto;
    background: none;
    border: 0;
    width: 555px;
    height: 115px;
    padding: 4px;
    float: left;
    font-style: normal;
}

.feedback-form .row {
    overflow: hidden;
    height: 1%;
}

.feedback-form .button {
    float: right;
    background: url("../img/button04.png") no-repeat 100% 100%;
    height: 27px;
    padding: 0 2px 0 0;
    text-decoration: none;
    color: #9c4e57;
    font-size: 12px;
    position: relative;
    margin: 0 6px 0 0;
}

.feedback-form .button span {
    background: url("button04.pn") no-repeat;
    height: 24px;
    padding: 3px 7px 0 9px;
    float: left;
}

.feedback-form input[type="submit"] {
    float: right;
    font-family: Georgia;
    margin: 5px 0 0 0;
    background: none;
    border: 1px solid #9c4e57;
    color: #9c4e57;
    font-size: 11px;
    padding: 5px 6px;
    cursor: pointer;
    font-style: italic;
}

.frame-box {
    width: 229px;
    margin: 0 0 34px;
}

.frame-box .t {
    background: url("../img/t03.png") no-repeat;
    height: 47px;
    overflow: hidden;
    padding: 12px 0 0 13px;
}

.frame-box .t strong {
    display: block;
    margin: 10 0 1px;
    color: #eff0e6;
    letter-spacing: 3px;
    font: 18px/40px Helvetica, Arial, Verdana, sans-serif;
}

.frame-box .t span {
    letter-spacing: 5px;
    display: block;
    color: #f8af9a;
    font: 13px/16px Helvetica, Arial, Verdana, sans-serif;
}

.frame-box .c {
    width: 100%;
}

.frame-box .c:after {
    content: " ";
    clear: both;;
    display: block;
}

.frame-box .content {
    margin: 0;
    float: left;
    position: relative;
    width: 229px;
}

.frame-box .b {
    background: url("../img/b03.png") no-repeat;
    height: 26px;
    overflow: hidden;
}

.frame-gallery {
    height: 335px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.frame-gallery .gallery-list {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.frame-gallery .gallery-list li {
    background: url("../img/bg-odd01.png") no-repeat;
    height: 58px;
    padding: 9px 0 0 13px;
}

.frame-gallery .gallery-list li.even {
    background: url("../img/bg-even01.png") no-repeat;
}

.frame-gallery .gallery-list .image {
    float: left;
    margin: 0 14px 0 0;
}

.frame-gallery .gallery-list .image img {
    vertical-align: top;
}

.frame-gallery .holder {
    overflow: hidden;
    height: 51px;
}

.frame-gallery .link {
    margin: 0 0 4px;
}

.frame-gallery .link a {
    font: 12px/14px Helvetica, Arial, Verdana, sans-serif;
    color: #fff;
}

.frame-gallery .title-block {
    display: block;
    color: #939393;
    font: 8px/10px Helvetica, Arial, Verdana, sans-serif;
}

.frame-gallery .price-block {
    display: inline-block;
    vertical-align: top;
    width: 90px;
}

* + html .frame-gallery .price-block {
    display: inline;
}

.frame-gallery .name-block {
    display: inline-block;
    vertical-align: top;
    padding: 5px 0 0;
}

* + html .frame-gallery .name-block {
    display: inline;
}

.frame-gallery .price {
    font: 20px/22px Helvetica, Arial, Verdana, sans-serif;
    color: #f7f79d;
    display: block;
}

.frame-gallery .price.ruble {
    color: #f8af9a;
}

.frame-gallery .price span {
    font-size: 8px;
    color: #eff0e6;
    margin: 0 0 0 3px;
}

.frame-gallery .name {
    display: block;
    font: 10px/15px Helvetica, Arial, Verdana, sans-serif;
    color: #eff0e6;
}

.image-list {
    margin: 0 0 0 -58px;
    padding: 0 0 0 0;
    list-style: none;
    width: 1055px;
    font-size: 0px;
    line-height: 0px;
    word-spacing: 1px;
}

.image-list li {
    display: inline-block;
    vertical-align: top;
    width: 201px;
    height: 96px;
    margin: 0 0 10px 58px;
    position: relative;
}

* + html .image-list li {
    display: inline;
}

.image-list img {
    vertical-align: top;
}

.image-list .image {
    height: 96px;
    overflow: hidden;
    width: 201px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

.image-list .image-hover img {
    display: block;
    margin: -96px 0 0;
}

.image-list .image-hover {
    height: 96px;
    overflow: hidden;
    width: 201px;
    position: absolute;
    left: 0;
    top: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    cursor: pointer;
}

.frame-section {
    height: 1%;
    padding: 41px 0 0;
}

.frame-section:after {
    display: block;
    clear: both;
    content: " ";
}

.title-frame {
    background: url("../img/bg08.png") no-repeat;
    width: 747px;
    height: 81px;
    margin: 0 auto;
    overflow: hidden;
}

.title-frame strong {
    float: left;
    color: #eff0e6;
    font: 43px/45px Helvetica, Arial, Verdana, sans-serif;
    margin: 19px 20px 0 82px;
    letter-spacing: 7px;
}

.title-frame span {
    width: 185px;
    float: left;
    color: #f8af9a;
    font: 18px/22px Helvetica, Arial, Verdana, sans-serif;
    letter-spacing: 9px;
    margin: 18px 0 0;
}

.result-block {
    background: url("../img/bg10.png") no-repeat;
    width: 998px;
    height: 548px;
    margin: -29px 0 0 -39px;
    padding: 118px 0 0 98px;
}

.result-list {
    width: 901px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.result-list li {
    display: table;
    width: 100%;
    height: 84px;
    overflow: hidden;
    background: url("../img/bg11.png");
}

* + html .result-list li {
    display: block;
}

.result-list li.even {
    background: none;
}

.result-holder {
    overflow: hidden;
    height: 420px;
    width: 899px;
}

.result-list .image {
    display: table-cell;
    vertical-align: middle;
    width: 83px;
    padding: 0 0 0 23px;
}

* + html .result-list .image {
    float: left;
    display: block;
    margin-top: expression(this.parentNode.offsetHeight> this.offsetHeight ? ((this.parentNode.offsetHeight-this.offsetHeight)/2 + "px") : "0");
}

.result-list .image img {
    vertical-align: top;
}

.result-list .link-holder {
    display: table-cell;
    vertical-align: middle;
    width: 199px;
}

* + html .result-list .link-holder {
    float: left;
    display: block;
    margin-top: expression(this.parentNode.offsetHeight> this.offsetHeight ? ((this.parentNode.offsetHeight-this.offsetHeight)/2 + "px") : "0");
}

.result-list .link-holder .link {
    margin: 0 0 2px;
}

.result-list .link-holder .link a {
    color: #fff;
    font: 17px/18px Helvetica, Arial, Verdana, sans-serif;
}

.result-list .link-holder span {
    display: block;
    font: 13px/18px Helvetica, Arial, Verdana, sans-serif;
    color: #939393;
}

.result-list .club-holder {
    display: table-cell;
    vertical-align: middle;
    width: 138px;
}

* + html .result-list .club-holder {
    float: left;
    display: block;
    margin-top: expression(this.parentNode.offsetHeight> this.offsetHeight ? ((this.parentNode.offsetHeight-this.offsetHeight)/2 + "px") : "0");
}

.result-list .club-holder img {
    vertical-align: top;
}

.result-list .price-block {
    display: table-cell;
    vertical-align: middle;
    width: 182px;
}

* + html .result-list .price-block {
    float: left;
    display: block;
    margin-top: expression(this.parentNode.offsetHeight> this.offsetHeight ? ((this.parentNode.offsetHeight-this.offsetHeight)/2 + "px") : "0");
}

.result-list .price-block .price {
    display: block;
    font: 33px/35px Helvetica, Arial, Verdana, sans-serif;
    color: #eff0e6;
}

.result-list .price-block .price span {
    font-size: 13px;
    color: #f7f79d;
    vertical-align: baseline;
    margin: 0 0 0 3px;
}

.result-list .price-block .price.ruble span {
    color: #f8af9a;
}

.result-list .title-block {
    display: block;
    font: 13px/18px Helvetica, Arial, Verdana, sans-serif;
    color: #939393;
}

.result-list .sector {
    display: table-cell;
    vertical-align: middle;
    width: 164px;
}

* + html .result-list .sector {
    float: left;
    display: block;
    margin-top: expression(this.parentNode.offsetHeight> this.offsetHeight ? ((this.parentNode.offsetHeight-this.offsetHeight)/2 + "px") : "0");
}

.result-list .name {
    display: block;
    font: 16px/18px Helvetica, Arial, Verdana, sans-serif;
    color: #eff0e6;
}

.result-list .name-block {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
}

* + html .result-list .name-block {
    float: left;
    display: block;
    margin-top: expression(this.parentNode.offsetHeight> this.offsetHeight ? ((this.parentNode.offsetHeight-this.offsetHeight)/2 + "px") : "0");
}

.cols-sector {
    overflow: hidden;
    height: 1%;
    margin: 0 0 65px;
}

.cols-sector .cols {
    float: left;
    width: 465px;
    margin: 0 0 0 37px;
}

.cols-sector .cols:first-child {
    margin: 0;
    width: 479px;
}

.cols-sector .cols p {
    text-align: justify;
    font: 13px/18px Helvetica, Arial, Verdana, sans-serif;
    color: #eff0e6;
    margin: 0 0 18px;
}

.cols-sector .cols .image {
    border: 4px solid #fff;
    margin: 0 0 31px;
    overflow: hidden;
    position: relative;
}

.cols-sector .cols .image img {
    vertical-align: top;
}

.social-box {
    position: absolute;
    right: -119px;
    top: 4px;
    width: 109px;
    margin: 0 0 0;
}

.social-box .t {
    background: url("../img/t05.png") no-repeat;
    height: 8px;
    overflow: hidden;
}

.social-box .c {
    background: url("../img/c08.png") repeat-y;
    width: 100%;
    margin: 0 0 0 1px;
}

.social-box .c:after {
    content: " ";
    clear: both;;
    display: block;
}

.social-box .content {
    margin: 8px 0 5px 10px;
    float: left;
    position: relative;
    width: 90px;
}

.social-box .b {
    background: url("../img/b04.png") no-repeat;
    height: 8px;
    margin: 0 0 0 2px;
    overflow: hidden;
}

.text-frame {
    display: block;
    border-bottom: 1px solid #445b65;
    margin: 0 0 14px;
    padding: 0 2px 6px;
    font-size: 11px;
    line-height: 16px;
    color: #fff;
    font-weight: normal;
}

.soc-listing {
    margin: 0 0 0 -6px;
    padding: 0;
    list-style: none;
    height: 1%;
    overflow: hidden;
}

.soc-listing li {
    float: left;
    margin: 0 0 9px 11px;
}

.soc-listing img {
    vertical-align: top;
}

.g-list {
    margin: 0;
    padding: 24px 0 0;
    list-style: none;
    float: left;
}

.g-list li {
    float: left;
    margin: 0 7px 0 0;
}

.g-list img {
    vertical-align: top;
}

.listing-game {
    margin: 0 0 0 -10px;
    width: 787px;
    padding: 0;
    list-style: none;
    font-size: 0px;
    line-height: 0px;
    color: #eff0e6;
}

.listing-game li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 44px 16px;
    font: 13px/18px Arial, Verdana, Helvetica, sans-serif;
}

* + html .listing-game li {
    display: inline;
}

.game-box {
    width: 377px;
    margin: 0 0 0;
}

.game-box .t {
    background: url("../img/t301.png") no-repeat;
    height: 60px;
}

.game-box .t:after {
    display: block;
    clear: both;
    content: " ";
}

.game-box .t .head {
    float: left;
    padding: 12px 0 0 26px;
}

.game-box .t .head span {
    display: block;
    font-size: 11px;
    line-height: 13px;
    color: #c3c1c1;
    margin: 0 0 1px;
}

.game-box .t .head .link a {
    color: #fff;
    font: bold 16px/18px Arial, Verdana, Helvetica, sans-serif;
}

.game-box .t .holder {
    height: 100%;
    line-height: 60px;
    vertical-align: middle;
    text-align: right;
    padding: 0 20px 0 0;
}

.game-box .t .holder img {
    vertical-align: middle;
}

.game-box .t .holder.special img {
    margin: -19px 0 0;
}

.game-box .c {
    background: url("../img/c301.png") repeat-y;
    width: 100%;
}

.game-box .c:after {
    content: " ";
    clear: both;;
    display: block;
}

.game-box .content {
    padding: 19px 0 16px 25px;
    float: left;
    position: relative;
    width: 328px;
}

.game-box .b {
    background: url("../img/b301.png") no-repeat;
    height: 57px;
    overflow: hidden;
}

.game-box .b .link {
    float: left;
    padding: 15px 0 0 25px;
}

.game-box .b .link a {
    color: #fff;
    font: bold 18px Helvetica, Arial, Verdana, Helvetica, sans-serif;
}

.game-box .b .holder {
    overflow: hidden;
    height: 100%;
    line-height: 57px;
    vertical-align: middle;
    text-align: right;
    padding: 0 24px 0 0;
}

.game-box .b .holder img {
    vertical-align: middle;
}

.game-box .image {
    background: url("../img/bg101.png") no-repeat;
    width: 328px;
    height: 146px;
    padding: 1px 0 0 1px;
    margin: 0 0 17px;
}

.game-box .image img {
    vertical-align: top;
}

.game-box p {
    text-align: justify;
    margin: 0;
    font-size: 13px;
}

.list-item {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-item li {
    overflow: hidden;
    height: 1%;
    margin: 0 0 20px;
    font: bold 13px/16px helvetica, Arial, Verdana, Helvetica, sans-serif;
}

.list-item .marker {
    margin: 0 5px 0 0;
    float: left;
}

.list-item p {
    font: bold 13px/16px helvetica, Arial, Verdana, Helvetica, sans-serif;
    margin: 0;
    overflow: hidden;
    height: 1%;
}

.list-item a {
    color: #70a5c4;
}

.casino-holder {
    padding: 0;
    height: auto;
    overflow: visible;
    min-width: 780px;
}

.buttons {
    list-style: none;
    padding: 0 0 15px;
    margin: 0;
    height: 98px;
}

.buttons:after {
    display: block;
    content: "";
    clear: both;
}

.buttons li {
    float: left;
    margin: 0 20px 0 0;
    position: relative;
}

.buttons li:after {
    display: block;
    content: "";
    position: absolute;
    width: 279px;
    height: 32px;
    left: -24px;
    bottom: -9px;
    background: url("../img/shadow.png") no-repeat center;
    z-index: -1;
}

.buttons li a, #content .buttons li a {
    display: block;
    width: 231px;
    height: 98px;
    background-position: 0 0;
    text-indent: -8000px;
    outline: none;
    border-radius: 6px;
    position: static;
}

.buttons li a:hover, #content .buttons li a:hover {
    background-position: 0 center;
}

.buttons li a:active, #content .buttons li a.active, #content .buttons li a:active, #content .buttons li a.active, .buttons li a.active {
    background-position: 0 bottom;
}

.buttons li a.no_money1 {
    background-image: url("Slot_o_Pol.jpg");
}

.buttons li a.no_money2 {
    background-image: url("Fruit_Cocktail.jpg");
}

.buttons li a.no_money3 {
    background-image: url("Aztec_gold.jpg");
}

.buttons li a.no_money4 {
    background-image: url("Dolphin.jpg");
}

.buttons li a.no_money5 {
    background-image: url("Lady_Charm.jpg");
}

.buttons li a.no_money6 {
    background-image: url("Book_of_Ra.jpg");
}

.buttons li a.vulkan {
    background-image: url("../img/vulkan.jpg");
}

.buttons li a.volcanovip {
    background-image: url("../img/volcanovip.jpg");
}

.buttons li a.gaminatorslots, .buttons li a.gaminator {
    background-image: url("../img/gaminator.jpg");
}

.buttons li a.azart-play {
    background-image: url("../img/azart-play.jpg");
}

.buttons li a.casino-x {
    background-image: url("../img/casino-x.jpg");
}

.buttons li a.eldorado {
    background-image: url("../img/eldorado.jpg");
}

.buttons li a.maxbet {
    background-image: url("../img/maxbet.jpg");
}

.buttons li a.planet {
    background-image: url("../img/777planet.jpg");
}

.buttons li a.las-vilis {
    background-image: url("../img/las-vilis.jpg");
}

.buttons li a.best-for-play {
    background-image: url("../img/best-for-play.jpg");
}

.buttons li a.va-bank {
    background-image: url("../img/va-bank.jpg");
}

.buttons li a.europa {
    background-image: url("../img/europa.jpg");
}

.buttons li a.cristal-palace {
    background-image: url("../img/cristal-palace.jpg");
}

.buttons li a.jackpot {
    background-image: url("../img/jackpot.jpg");
}

.buttons li a.maxcasino {
    background-image: url("../img/max_casino.jpg");
}

.buttons li a.f_slot {
    background-image: url("../img/f-slot.jpg");
}

.buttons li a.green-casino {
    background-image: url("../img/green_casino.jpg");
}

.buttons li a.admiral {
    background-image: url("../img/admiral.jpg");
}

#content .buttons {
    margin: 0 0 27px 6px;
    width: 780px;
}

#content .buttons li {
    margin: 0 27px 0 0;
}

.clubs-sector {
    border: 1px solid #4f7382;
    width: 223px;
    margin: 0 0 10px;
}

.title-clubs {
    position: relative;
    height: 1%;
    background: rgb(29, 62, 77);
    background: -moz-linear-gradient(top, rgba(29, 62, 77, 1) 0%, rgba(8, 41, 55, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(29, 62, 77, 1)), color-stop(100%, rgba(8, 41, 55, 1)));
    background: -webkit-linear-gradient(top, rgba(29, 62, 77, 1) 0%, rgba(8, 41, 55, 1) 100%);
    background: -o-linear-gradient(top, rgba(29, 62, 77, 1) 0%, rgba(8, 41, 55, 1) 100%);
    background: -ms-linear-gradient(top, rgba(29, 62, 77, 1) 0%, rgba(8, 41, 55, 1) 100%);
    background: linear-gradient(to bottom, rgba(29, 62, 77, 1) 0%, rgba(8, 41, 55, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d3e4d', endColorstr='#082937', GradientType=0);
    padding: 6px 0 8px;
    overflow: hidden;
}

.title-clubs .image {
    float: left;
    margin: 1px 0 0 11px;
}

.title-clubs .image img {
    vertical-align: top;
}

.title-clubs .holder {
    overflow: hidden;
    height: 1%;
    text-align: center;
    color: #fff;
    padding: 5px 0 0;
    font: bold 13px/16px Arial, Verdana, Helvetica, sans-serif;
}

.clubs-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clubs-list > li {
    border-top: 1px solid #4f7382;
}

.clubs-link {
    position: relative;
    padding: 10px 11px 16px;
}

.clubs-link .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.clubs-link .bg img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.clubs-link .holder {
    position: relative;
    z-index: 10;
}

.clubs-link .number {
    float: left;
    position: relative;
    background: url("icon02.png") no-repeat;
    width: 26px;
    height: 25px;
    margin: 0 17px 0 0;
    color: #fda961;
}

.clubs-link .number span {
    display: block;
    text-align: center;
    padding: 7px 0 0;
    font: 8px/16px Arial, Verdana, Helvetica, sans-serif;
}

.clubs-link .number.special {
    background-position: 1px -25px;
    color: #fff;
}

.clubs-link .number.special span {
    padding: 5px 0 0;
}

.clubs-link .link {
    padding: 6px 0 0;
}

.clubs-link .link a {
    color: #fff;
    font: 13px/16px Arial, Verdana, Helvetica, sans-serif;
    text-decoration: none;
    border-bottom: 1px dotted #fff;
}

.clubs-link .link a:hover {
    border-bottom: 1px dotted transparent;
}

.clubs-link .open-link {
    color: #c5c3c3;
    font: 10px/13px Arial, Verdana, Helvetica, sans-serif;
    float: right;
    width: 40px;
    text-decoration: none;
    margin: 5px 0 0;
}

.clubs-link .open-link em {
    display: inline-block;
    vertical-align: top;
    background: url("icon03.png") no-repeat;
    width: 12px;
    height: 12px;
    margin: 1px 0 0 5px;
}

.clubs-list > li.active .clubs-link .open-link em {
    background-position: 0 100%;
}

.hide-block {
    display: none;
    border-top: 1px solid #3d5c69;
    padding: 10px 0 18px;
}

.clubs-list > li.active .hide-block {
    display: block;
}

.hide-block .image {
    border: 3px solid #fff;
    width: 195px;
    margin: 0 auto 11px;
    overflow: hidden;
    position: relative;
}

.hide-block .image img {
    vertical-align: top;
}

.button02 {
    margin: 0 auto;
    display: block;
    background: url("button06.png") no-repeat;
    width: 201px;
    height: 37px;
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
    font: 13px/37px Arial, Verdana, Helvetica, sans-serif;
    text-align: center;
}

.button02:hover {
    text-decoration: underline;
}

.clubs-sector {
    border: 1px solid #4f7382;
    width: 223px;
    margin: 0 0 10px;
}

.title-clubs {
    position: relative;
    height: 1%;
    background: rgb(29, 62, 77);
    background: -moz-linear-gradient(top, rgba(29, 62, 77, 1) 0%, rgba(8, 41, 55, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(29, 62, 77, 1)), color-stop(100%, rgba(8, 41, 55, 1)));
    background: -webkit-linear-gradient(top, rgba(29, 62, 77, 1) 0%, rgba(8, 41, 55, 1) 100%);
    background: -o-linear-gradient(top, rgba(29, 62, 77, 1) 0%, rgba(8, 41, 55, 1) 100%);
    background: -ms-linear-gradient(top, rgba(29, 62, 77, 1) 0%, rgba(8, 41, 55, 1) 100%);
    background: linear-gradient(to bottom, rgba(29, 62, 77, 1) 0%, rgba(8, 41, 55, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d3e4d', endColorstr='#082937', GradientType=0);
    padding: 6px 0 8px;
    overflow: hidden;
}

.title-clubs .image {
    float: left;
    margin: 1px 0 0 11px;
}

.title-clubs .image img {
    vertical-align: top;
}

.title-clubs .holder {
    overflow: hidden;
    height: 1%;
    text-align: center;
    color: #fff;
    padding: 5px 0 0;
    font: bold 13px/16px Arial, Verdana, Helvetica, sans-serif;
}

.clubs-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clubs-list > li {
    overflow: hidden;
    height: 1%;
    position: relative;
    border-top: 1px solid #4f7382;
    width: 223px;
    height: 48px;
}

.clubs-list > li.club01 {
    background: url("../img/Vulkan_best_club.jpg") no-repeat;
}

.clubs-list > li.club02 {
    background: url("../img/GMSlots_best_club.jpg") no-repeat;
}

.clubs-list > li.club03 {
    background: url("../img/777Planet_best_club.jpg") no-repeat;
}

.clubs-list > li.club04 {
    background: url("../img/Eldorado_best_club.jpg") no-repeat;
}

.clubs-list > li.club05 {
    background: url("../img/Casino-x_best_club.jpg") no-repeat;
}

.clubs-list .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    left: 0;
    top: 0;
    z-index: 300;
}

.clubs-list .number {
    position: absolute;
    left: 11px;
    top: 50%;
    background: url("../img/icon02-1.png") no-repeat;
    width: 26px;
    height: 25px;
    margin: -12px 17px 0 0;
    color: #fda961;
    z-index: 30;
}

.clubs-list .number span {
    display: block;
    text-align: center;
    padding: 7px 0 0;
    font: 8px/16px Arial, Verdana, Helvetica, sans-serif;
}

.clubs-list .number.special {
    background-position: 1px -25px;
    color: #fff;
}

.clubs-list .number.special span {
    padding: 5px 0 0;
}