@import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css);

body {
    /*background: #000 url('../images/mainbackground.jpg') center top no-repeat;*/
    background-color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0px;
    background-attachment: fixed;
    line-height: 14px;
}

* {
    margin: 0;
    padding: 0;
}

*:focus {
    outline: none;;
}

a {
    text-decoration: none;
}

img {
    border: none;
    margin: 0px auto;
    padding: 0px;
}

a:hover {
    text-decoration: underline;
    outline: none;
}

form {
    product_big_a_hover margin: 0px auto;
    padding: 0px;
}

div.clear {
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    width: 1px;
    clear: both; /* likwiduje oplywanie */
}

p {
    margin: 0px;
    padding: 0px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}
#body_clicker {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left :0;
    z-index: 0;
    background-position: center 0;
    cursor: pointer;
    display: none;
}
#container {
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
    padding: 0px;
    /* 	z-index : 2; */
}

#container2 {
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
    padding: 0 0px 225px 0px;
    top: 225px;
    /* 	z-index : 2; */
}

#containerTop {
    margin: 0 auto;
    padding: 0;
    position: fixed;
    background: url('../images/icons.png') center -811px no-repeat;
    width: 100%;
    z-index: 93;
    height: 91px;
}

#containerTop {
    margin: 0 auto;
    padding: 0;
    position: fixed;
    background: url('../images/icons.png') center -813px no-repeat;
    width: 100%;
    z-index: 93;
}

.containerTop2 {
    background: url('../images/icons.png') center -920px no-repeat !important;
}

.containerTop2 #search-wrap {
    padding-top: 8px !important;
}

.containerTop2 #cart-wrap {
    padding-top: 9px !important;
    background-position: 6px 11px !important;
}

.containerTop2 #login {
    padding-left: 103px !important;
    max-width: 115px !important;
    padding-top: 17px !important;
    font-size: 12px;
}

.containerTop2 #cart-wrap3 {
    top: 0px !important;
}

.containerTop2 .logo_a {
    display: none !important;
}

#containerTop .logo4_a {
    display: none;
}

.containerTop2 .logo4_a {
    position: absolute;
    top: 5px;
    left: -29px;
    display: block !important;
}

.containerTop2 .fb {
    top: 24px !important;
    left: 64px !important;
}

.containerTop2 .vk {
    top: 24px !important;
    left: 92px !important;
}

.containerTop2 .exit_search {
    top: 5px !important;
}

.goldmine-global-link {
    height: 89px;
    left: -53px;
    position: absolute;
    top: -2px;
    width: 119px;
    z-index: 10000;
    background-image: url('../images/gm-hover.png');
    background-position: -9999px -9999px;
    background-repeat: no-repeat;
}

.containerTop2 .goldmine-global-link {
    margin-left: 3px;
    background-image: url('../images/gm-hover2.png');
    height: 54px;
    width: 78px;
    background-position: -9999px -9999px;
    background-repeat: no-repeat;
}

/*

a.goldmine-global-link:hover{
    background-position: 0 0;
}

.containerTop2 .goldmine-global-link:hover {
    background-position: 17px 2px;
}
*/
@-webkit-keyframes glowingGold {
    /* line 8, ../scss/_glow.scss */
    from {
        opacity: 0;
    }
    50% {
        opacity: 0.5;

    }
    to {
        opacity: 0;
    }
}

@-khtml-keyframes glowingGold {
    /* line 14, ../scss/_glow.scss */
    from {
        opacity: 0;
    }

    50% {
        opacity: 0.5;

    }
    to {
        opacity: 0;
    }
}

@-moz-keyframes glowingGold {
    /* line 20, ../scss/_glow.scss */
    from {
        opacity: 0;
    }
    50% {
        opacity: 0.5;

    }
    to {
        opacity: 0;
    }
}

@-ms-keyframes glowingGold {
    /* line 26, ../scss/_glow.scss */
    from {
        opacity: 0;
    }
    50% {
        opacity: 0.5;

    }

    to {
        opacity: 0;
    }
}

@-o-keyframes glowingGold {
    /* line 32, ../scss/_glow.scss */
    from {
        opacity: 0;
    }

    50% {
        opacity: 0.5;

    }
    to {
        opacity: 0;
    }
}

@keyframes glowingGold {
    /* line 38, ../scss/_glow.scss */
    from {
        opacity: 0;
    }

    50% {
        opacity: 0.5;

    }
    to {
        opacity: 0;
    }
}

.goldmine-global-mruganie {
    height: 89px;
    left: -53px;
    position: absolute;
    top: -2px;
    width: 119px;
    z-index: 10000;
    background-image: url('../images/mlm/mruganie.png');
    opacity: 0.5;
    background-repeat: no-repeat;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -ms-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -khtml-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: glowingGold;
    -khtml-animation-name: glowingGold;
    -moz-animation-name: glowingGold;
    -ms-animation-name: glowingGold;
    -o-animation-name: glowingGold;
    animation-name: glowingGold;
}

.containerTop2 .goldmine-global-mruganie {
    margin-top: 2px;
    margin-left: 20px;
    background-image: url('../images/mlm/mruganie2.png');
    height: 54px;
    width: 78px;
    background-repeat: no-repeat;
}

.containerTop2 #search {
    height: 38px !important;
}

.containerTop2 #search-wrap {
    padding-left: 345px !important;
}

.containerTop2 .search_d100 {
    height: 38px !important;
}

.containerTop2 .searchbox {
    top: 5px !important;
}

.containerTop2 .searchbox-submit {
    top: 8px !important;
}

#advert-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    /* 	z-index : 1; */
    display: block;
}

#header-wrap {
    margin: 0 auto;
    position: relative;
    min-width: 1000px;
    z-index: 16;
    width: 1000px;
}

#header-wrap2 {
    width: 100%;
    position: relative;
    min-width: 1000px;
    background: url('../images/icons.png') center -811px no-repeat;
    height: 92px;
    margin-bottom: 103px;
    z-index: 93;
}

#header-wrap2-a {
    width: 100%;
    position: relative;
    min-width: 1000px;
}

#header-wrap3 {
    width: 100%;
    position: relative;
    min-width: 1000px;
    background: url('../images/icons.png') center -706px no-repeat scroll #2A2B2D;
}

#header {
    height: 91px;
    margin: 0 auto;
    width: 1000px;
    position: relative;
}

.containerTop2 {
    height: 54px !important;
}

.containerTop2 #header {
    height: 54px;
}

#logo {
    color: #fff;
    float: left;
    padding: 0px !important;
    margin-top: -3px;
    margin-left: 74px;
    text-align: center;
    font-size: 10px;
    position: relative;
    z-index: 2;
}

#logo .fb {
    position: absolute;
    top: 63px;
    left: 7px;
    width: 175px;
    z-index: 2;
}

#logo .vk {
    position: absolute;
    top: 63px;
    left: 43px;
    width: 175px;
    z-index: 2;
}

/* wyszukiwarka */

#search-wrap {

    position: relative;
}

#search {
    width: 294px;
    height: 57px;
    position: relative;
    z-index: 91;
}

.search_a .search_d100 {
    font-weight: bold !important;
    background: url('../images/icons.png') -463px -436px no-repeat !important;
}

.containerTop2 .search_a .search_d100 {
    height: 38px !important;
    background-position: -898px -610px !important;
}

#search form {
    display: inline;
}

.search_d100 {
    border: none !important;
    color: #474747;
    background: url('../images/icons.png') -814px -437px no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 50px;
    height: 57px;
    width: 229px !important;
    position: relative;
}

.searchbox {
    border: none !important;
    color: #474747;
    background: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    height: 30px !important;
    width: 229px !important;
    outline: none;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 4;
}

.searchbox-submit {
    border: none !important;
    position: absolute;
    top: 18px;
    right: 10px;
    width: 26px !important;
    height: 23px !important;
}

.exitSearch {
    border: none !important;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    width: 29px !important;
    height: 29px !important;
    display: none;
    background: url('../images/header/search_close.png') no-repeat;
    z-index: 9999;
    opacity: 0.5;
}

.exitSearch:hover {
    opacity: 1;
}

.exit_search:hover {
    text-decoration: none;
}

#search-wrap .search_list {
    position: absolute;
    top: 0px !important;
    left: 292px !important;
    width: 373px !important;
    background: #fff;
    z-index: 95;
    display: none;
    padding-top: 86px !important;
}

.jq-top-autocomplete-search {
    position: relative;
    cursor: default;
    background: #262729;
    width: 430px;
    list-style: none;
    margin: 0;
    display: none;
    z-index: 95 !important;
    top: 0px;
    left: 149px;
    border: 0;
}

.jq-top-autocomplete-search li {
    background: #262729;
}

.jq-top-autocomplete-search .ui-menu {
    margin-top: -3px;
}

.jq-top-autocomplete-search .ui-menu-item a.ui-state-hover,
.jq-top-autocomplete-search .ui-menu-item a.ui-state-active {
    background: silver;
    border-radius: 3px;
}

.jq-top-autocomplete-search .ui-menu-item-highlight {
    color: #ff8c00;
}

.jq-top-autocomplete-search li .autocomplete_error {
    color: #ffffff;
    font-weight: bold;
    padding: 9px 14px 9px 14px;
}

.search_list .search_item_h {
    background: #3E3E3E;
    border: solid 1px #2F2F2F;
}

.jq-top-autocomplete-search li .search_item {
    min-height: 76px !important;
    padding-bottom: 5px;
}

.jq-top-autocomplete-search li .search_item a,
.jq-top-autocomplete-search li .search_item a:hover {
    text-decoration: none;
}

.jq-top-autocomplete-search li .search_item_l {
    display: block;
    float: left;
    width: 70px;
}

.jq-top-autocomplete-search li .search_item_r {
    display: block;
    float: left;
    margin: 0px 0px 0px 11px;
    width: 335px;
}

.jq-top-autocomplete-search li .search_img {
    display: block;
    margin: 0px auto;
    max-width: 58px;
}

.jq-top-autocomplete-search li .search_h3 {
    color: #ffffff;
    font-size: 16px;
    margin: 0px;
    min-height: 40px;
    line-height: 20px;
}

.jq-top-autocomplete-search li div.search_item.gaming .search_h3 {
    min-height: 20px;
}

.jq-top-autocomplete-search li .search_optional_name {
    margin: 2px 0px 5px 0px;
    font-size: 12px;
    color: #ffffff;
}

.jq-top-autocomplete-search li .search_h3 a {
    color: #2C8BD5;
}

.jq-top-autocomplete-search li .search_optional_name a {
    color: #1a537f;
}

.jq-top-autocomplete-search li .old_prince {
    color: #adadad;
    text-decoration: line-through;
    font-size: 13px;
    display: inline-block;
    float: left;
    margin: 9px 8px 0px -1px;
}

.jq-top-autocomplete-search li .discount {
    background: url('../images/23.png') 0px 0px no-repeat;
    color: #fff;
    display: inline-block;
    float: left;
    height: 19px;
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
    margin: 2px 9px 0px 1px;
    padding: 2px 0 0 12px;
    width: 33px;
}

.jq-top-autocomplete-search li .price {
    color: #ff4b04;
    float: left;
    font-size: 19px;
    font-weight: bold;
    margin: 5px 10px 0 0;
    min-width: 90px
}

.jq-top-autocomplete-search li .price span {
    font-size: 14px;
    font-weight: normal;
}

.jq-top-autocomplete-search li .buynow {
    position: relative;
    display: block;
    float: right;
    height: 30px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 28px;
    margin: 0;
    text-shadow: 1px 1px #698040;
    background: #6bb323; /* Old browsers */
    background: -moz-linear-gradient(top, #6bb323 0%, #398210 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6bb323), color-stop(100%, #398210)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #6bb323 0%, #398210 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #6bb323 0%, #398210 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #6bb323 0%, #398210 100%); /* IE10+ */
    background: linear-gradient(top, #6bb323 0%, #398210 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6bb323', endColorstr='#398210', GradientType=0); /* IE6-9 */
    border-radius: 2px;
    padding: 0 10px;
}

.jq-top-autocomplete-search li .buynow:hover {
    background: #99d000; /* Old browsers */
    background: -moz-linear-gradient(top, #99d000 1%, #5daf00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #99d000), color-stop(100%, #5daf00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #99d000 1%, #5daf00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #99d000 1%, #5daf00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #99d000 1%, #5daf00 100%); /* IE10+ */
    background: linear-gradient(top, #99d000 1%, #5daf00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99d000', endColorstr='#5daf00', GradientType=0); /* IE6-9 */
}

.jq-top-autocomplete-search li .notice_me {
    position: relative;
    display: block;
    float: right;
    height: 30px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 28px;
    margin: 0;
    text-shadow: 1px 1px #115FBF;
    background: #6bb323; /* Old browsers */
    background: -moz-linear-gradient(top, #6bb323 0%, #398210 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6bb323), color-stop(100%, #398210)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #6bb323 0%, #398210 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #6bb323 0%, #398210 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #6bb323 0%, #398210 100%); /* IE10+ */
    background: linear-gradient(top, #6bb323 0%, #398210 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6bb323', endColorstr='#398210', GradientType=0); /* IE6-9 */
    border-radius: 2px;
    padding: 0 10px;
}

.jq-top-autocomplete-search li .notice_me:hover {
    background: #99d000; /* Old browsers */
    background: -moz-linear-gradient(top, #99d000 1%, #5daf00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #99d000), color-stop(100%, #5daf00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #99d000 1%, #5daf00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #99d000 1%, #5daf00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #99d000 1%, #5daf00 100%); /* IE10+ */
    background: linear-gradient(top, #99d000 1%, #5daf00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99d000', endColorstr='#5daf00', GradientType=0); /* IE6-9 */
}

.jq-top-autocomplete-search li .preorder {
    position: relative;
    display: block;
    float: right;
    height: 30px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 28px;
    margin: 0;
    text-shadow: 1px 1px #698040;
    background: #0898de; /* Old browsers */
    background: -moz-linear-gradient(top, #0898de 0%, #025fc9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0898de), color-stop(100%, #025fc9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0898de 0%, #025fc9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0898de 0%, #025fc9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0898de 0%, #025fc9 100%); /* IE10+ */
    background: linear-gradient(top, #0898de 0%, #025fc9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0898de', endColorstr='#025fc9', GradientType=0); /* IE6-9 */
    border-radius: 2px;
    padding: 0 10px;
}

.jq-top-autocomplete-search li .preorder:hover {
    background: #025fc9;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAyNWZjOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNTZhYTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #025fc9 0%, #356aa0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #025fc9), color-stop(100%, #356aa0));
    background: -webkit-linear-gradient(top, #025fc9 0%, #356aa0 100%);
    background: -o-linear-gradient(top, #025fc9 0%, #356aa0 100%);
    background: -ms-linear-gradient(top, #025fc9 0%, #356aa0 100%);
    background: linear-gradient(top, #025fc9 0%, #356aa0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#025fc9', endColorstr='#356aa0', GradientType=0);
}

.jq-top-autocomplete-search li .donate {
    position: relative;
    display: block;
    float: right;
    height: 30px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 28px;
    margin: 0;
    text-shadow: 1px 1px #698040;
    background: #db8b41; /* Old browsers */
    background: -moz-linear-gradient(top, #db8b41 0%, #f97109 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #db8b41), color-stop(100%, #f97109)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #db8b41 0%, #f97109 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #db8b41 0%, #f97109 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #db8b41 0%, #f97109 100%); /* IE10+ */
    background: linear-gradient(to bottom, #db8b41 0%, #f97109 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db8b41', endColorstr='#f97109', GradientType=0); /* IE6-9 */
    border-radius: 2px;
    padding: 0 10px;
}

.jq-top-autocomplete-search li .donate:hover {
    background: #f49c49; /* Old browsers */
    background: -moz-linear-gradient(top, #f49c49 0%, #fc830a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f49c49), color-stop(100%, #fc830a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f49c49 0%, #fc830a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f49c49 0%, #fc830a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f49c49 0%, #fc830a 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f49c49 0%, #fc830a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f49c49', endColorstr='#fc830a', GradientType=0); /* IE6-9 */
}

.jq-top-autocomplete-search li .notice_me:hover,
.jq-top-autocomplete-search li .buynow:hover,
.jq-top-autocomplete-search li .preorder:hover,
.jq-top-autocomplete-search li .donate:hover {
    text-decoration: none;
}

.jq-top-autocomplete-search li .search_charity_text {
    color: #DE9900;
    margin-bottom: 7px;
    text-align: right;
    font-size: 13px;
    text-transform: uppercase;
}

.jq-top-autocomplete-search li .search_comm {
    border-top: solid 1px #E3E3E3;
    color: #adadad;
    font-size: 15px;
    margin: 0px auto 0px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    display: none;
}

#ui-autocomplete-search-nav {
    padding: 0;
    margin: 0;

}

#ui-autocomplete-search-nav div#ui-autocomplete-search-nav-backgroung {
    background-color: #262729;
    height: 56px;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

#ui-autocomplete-search-nav .nav_prev {
    margin-top: 10px;
    font-size: 14px;
    border-radius: 2px;
    float: left;
    padding: 12px 20px;
    min-width: 80px;
    float: left;
    margin-left: 15px;
}

#ui-autocomplete-search-nav .nav_prev span {
    width: 0px;
    height: 0px;
    display: inline-block;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-color: transparent #007bff transparent transparent;
    margin-right: 10px;
}

#ui-autocomplete-search-nav .nav_active.nav_prev span {
    border-color: transparent #ffffff transparent transparent;
}

#ui-autocomplete-search-nav .nav_next span {
    width: 0px;
    height: 0px;
    display: inline-block;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #007bff;
    margin-left: 10px;
}

#ui-autocomplete-search-nav .nav_active.nav_next span {
    border-color: transparent transparent transparent #ffffff;
}

#ui-autocomplete-search-nav div.ui-autocomplete-search-center {
    padding-top: 20px;
    height: 20px;
    color: #ababab;
}

#ui-autocomplete-search-nav div.ui-autocomplete-search-center #page_current {
    color: #ffffff;
}

#ui-autocomplete-search-nav .nav_next {
    margin-top: 10px;
    float: right;
    min-width: 80px;
    padding: 12px 20px;
    margin-right: 15px;
    font-size: 14px;
    border-radius: 2px;
}

#ui-autocomplete-search-nav .nav_active {
    background-color: #176DA0;
    color: #FCFCFC;
    cursor: pointer;
}

#ui-autocomplete-search-nav .nav_inactive {
    color: #176DA0;
    cursor: default;
}

#ui-autocomplete-search-nav .nav_active:hover {
    background-color: #1d8bcd;
}

#ui-autocomplete-search-head {
    background-color: #262729;
    color: #b1b1b1;
    height: auto;
    width: auto;
    list-style: none;
    left: -56px;
    top: 21px;
    font-size: 14px;
    font-family: Arial;
    padding: 9px 14px 9px 14px;
}

#login {
    color: #ffffff;
    float: left;
    padding: 0;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    width: 377px;
    max-width: 377px;
    text-align: right;
}

#login a.a_logout {
    margin-top: -15px;
}

#login a {
    display: inline-block;
    color: #0782f8;
    font-weight: bold;
    line-height: 20px;
}

#login a:hover {
    color: #00A8FF;
    text-decoration: none;
}

#login p {
    float: left;
    padding: 0;
}

#cart-wrap {
    float: right;
    height: 40px;
    padding-right: 17px;
    padding-top: 32px;
    width: 100px;
    position: relative;
    z-index: 15;
}

#cart-wrap #cart-wrap2 {
    position: absolute;
    top: 0px;
    left: 0px;
}

#cart {
    display: inline-block;
    font-size: 30px;
    color: #ffffff;
    position: relative;
    margin-left: 0;
    margin-top: 6px;
    z-index: 2;
}
#cart .shield-cart {
    background: url(/skin/frontend/gate/default/images/header/basket-shield.png);
    width: 44px;
    height: 34px;
    display: inline-block;
    margin: -1px 0 0 -7px;
}
#cart.icon-cart .shield-cart {
    display: none;
}

#cart:hover {
    cursor: pointer;
}

#cart-wrap #cart span.headerCartShield {
    background: url(/skin/frontend/gate/default/images/marketplace/basket-shield.png);
    width: 28px;
    height: 32px;
    display: inline-block;
}

#cart-wrap #cart div {
    background-color: #66ab00;
    color: #ffffff;
    border-radius: 50%;
    height: 25px;
    min-width: 25px;
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    position: absolute;
    top: -11px;
    right: -10px;
    padding: 0 4px;
    font-weight: bold;
}

#pre-order {
    clear: both;
    height: 49px;
    padding: 55px 0px 0 0;
    margin: 0 auto;
    text-align: right;
    width: 968px;
}

#pre-order a {
    margin: -2px 63px 0px 0px;
}

ul#navigation {
    background: url('../images/nav-bg.jpg') 0px 0px repeat-x;
    border-top: #fff solid 1px;
    height: 81px;
    list-style-type: none;
    margin: 0px 0px 0px 17px;
    padding: 1px 1px 0px 4px;
    position: relative;
    width: 963px;
    z-index: 2;
}

ul#navigation .li0_index ul {
    display: block !important;
}

ul#navigation li {
    background: url('../images/nav-li-bg.png') right bottom no-repeat;
    float: left;
    height: 80px;
    margin: 0;
    padding: 0;
}

ul#navigation li:hover {
    background: #78b50a transparent 50%;
}

ul#navigation .li0 {
    width: 107px;
}

ul#navigation .li0 a {
    background: url('../images/icons.png') 14px -79px no-repeat;
}

ul#navigation .li0:hover a {
    border-bottom: solid 2px #F4F4F4 !important;
}

ul#navigation .li0:hover li a {
    border-bottom: none !important;
}

ul#navigation .li1 {
    width: 105px;
}

ul#navigation .li1 a {
    background: url('../images/icons.png') -94px -79px no-repeat;
}

ul#navigation .li1:hover, ul#navigation .active2 {
    background: url('../images/icons.png') -5px -321px no-repeat scroll #DF520A;
    margin-top: -1px;
    padding-top: 1px;
}

ul#navigation .li2 {
    width: 108px;
}

ul#navigation .li2 a {
    background: url('../images/icons.png') -200px -79px no-repeat;
}

ul#navigation .li2:hover,
ul#navigation .active3 {
    background: url('../images/icons.png') -114px -321px no-repeat scroll #515151;
    margin-top: -1px;
    padding-top: 1px;
}

ul#navigation .li3 {
    width: 109px;
}

ul#navigation .li3 a {
    background: url('../images/xbox-one.png') 33px 13px no-repeat;
}

ul#navigation .li3:hover,
ul#navigation .active4 {
    background: url('../images/icons.png') -227px -321px no-repeat scroll #168914;
    margin-top: -1px;
    padding-top: 1px;
}

ul#navigation .li4 {
    width: 108px;
}

ul#navigation .li4 a {
    background: url('../images/ps4.png') 25px 17px no-repeat;
}

ul#navigation .li4:hover,
ul#navigation .active5 {
    background: url('../images/icons.png') -344px -343px no-repeat scroll #27469D;
    margin-top: -1px;
    padding-top: 1px;
}

ul#navigation .li5 {
    width: 102px;
}

ul#navigation .li5 a {
    background: url('../images/icons.png') -524px -79px no-repeat;
}

ul#navigation .li5:hover,
ul#navigation .active6 {
    background: url('../images/icons.png') -457px -343px no-repeat scroll #B0BBC0;
    margin-top: -1px;
    padding-top: 1px;
}

ul#navigation .li6 {
    width: 108px;
}

ul#navigation .li6 a {
    background: url('../images/icons.png') -626px -79px no-repeat;
}

ul#navigation .li6:hover,
ul#navigation .active7 {
    background: url('../images/icons.png') -564px -343px no-repeat scroll #0673B4;
    margin-top: -1px;
    padding-top: 1px;
}

ul#navigation .li7 {
    width: 106px;
}

ul#navigation .li7 a {
    background: url('../images/icons.png') -740px -79px no-repeat;
}

ul#navigation .li7:hover,
ul#navigation .active8 {
    background: url('../images/icons.png') -670px -352px no-repeat scroll #0091BD;
    margin-top: -1px;
    padding-top: 1px;
}

ul#navigation .li8 {
    width: 110px;
}

ul#navigation .li8 a {
    background: url('../images/icons.png') -998px -213px no-repeat !important;
}

ul#navigation .li8:hover,
ul#navigation .active9 {
    background: url('../images/icons.png') -998px -213px no-repeat scroll #0F64C2;
    margin-top: -1px;
    margin-right: -1px;
    padding-right: 1px;
    padding-top: 1px;
}

ul.navigation_index .li8 a {
    background: url('../images/icons.png') -1000px -213px no-repeat !important;
}

ul#navigation li.last {
    background: none;
    float: left;
    height: 81px;
}

ul#navigation a {
    display: block;
    position: relative;
    text-align: center;
    padding-bottom: 7px;
    z-index: 20;
}

ul#navigation li a {
    color: #1159b2;
    font-size: 12px;
    font-weight: bold;
    padding-top: 58px;
}

ul#navigation li ul li a {
    padding-top: 0px;
    border: none;
}

ul#navigation .li0:hover, ul#navigation .li0_index {
    background: url('../images/mbgt.jpg') 0px 100% repeat-x scroll #fff !important;
}

ul#navigation li:hover a {
    text-decoration: none;
    color: #31302C;
    overflow: hidden;
    padding-bottom: 2px;
    position: relative;
    border-radius: 3px 3px 0px 0px;
}

ul#navigation .li0:hover a, ul#navigation .li0_index .li0_index_a {
    text-decoration: none;
    color: #31302C;
    border: solid 1px #E86713;
    border-bottom: solid 4px #F2F2F2;
    overflow: hidden;
    padding-bottom: 8px;
    position: relative;
    border-radius: 1px 1px 0px 0px;
}

ul#navigation .li0:hover a {
    padding-bottom: 8px !important;
    border-bottom: solid 1px #E86713;
}

ul.navigation_index .li0:hover a {
    border-bottom: solid 4px #F2F2F2 !important;
}

ul#navigation li:hover li a {
    border: none !important;
    color: #1159b2 !important;
    cursor: pointer;
}

ul#navigation li:hover a:hover, ul#navigation .active a,
ul#navigation li.active a,
ul#navigation li.active2 a,
ul#navigation li.active3 a,
ul#navigation li.active4 a,
ul#navigation li.active5 a,
ul#navigation li.active6 a,
ul#navigation li.active7 a,
ul#navigation li.active8 a,
ul#navigation li.active9 a {
    color: #fff !important;
}

ul#navigation .li0:hover a:hover {
    color: #31302C !important;
}

ul#navigation li:hover li a:hover,
ul#navigation li li.active a {
    color: #31302C !important;
}

ul#navigation li li span {
    color: #cdcdcd !important;
    margin: 0px 17px;
}

ul#navigation a img {
    display: none;
}

ul#navigation li:hover img {
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: 0px;
}

ul#navigation li ul {
    display: none;
    width: 904px;
    background: url('../images/mbg.jpg') 0px 100% repeat-x scroll #f4f5f5;
    height: 64px;
    line-height: 64px;
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 32px;
    border-top: 1px #eb8039 solid;
    position: absolute;
    left: 0px;
    bottom: -64px;
    z-index: 1;
}

ul#navigation li:hover ul {
    display: block;
}

ul#navigation li ul .pay-by-text,
ul#navigation li ul .pay-by-text:hover {
    float: right;
    background: url('../images/icons.png') -215px -12px no-repeat !important;
    width: 127px;
    height: 57px;
    margin-top: 7px;
    margin-right: -23px;
    text-align: right;
    line-height: 55px;
    padding-right: 16px;
}

ul#navigation li ul .pay-by-text a {
    color: #0e5b92;
}

ul#navigation li ul li,
ul#navigation li ul li:hover {
    background: none;
}

ul#navigation li ul a {
    background: none !important;
    display: inline;
    font-size: 16px;
}

ul#navigation li ul a:hover {
    color: #322e27;
    border: none !important;
    margin: 0px !important;
}

#content {
    background: url('../images/content.jpg') 0px 0px no-repeat scroll #EFEFEF;
    margin: 0 auto;
    /* overflow:hidden; */
    padding-top: 30px;
    width: 1000px;
    margin-left: -16px;
}

#content .content_h1 {
    color: #2d2d2d;
    font-size: 30px;
    padding: 0px 43px 4px 43px;
}

#messages_product_view {
    margin: 0px;
}

.complaint_message {
    margin-bottom: 30px;
}

#content .product_f {
    border-bottom: #cacbcc 1px solid;
    overflow: hidden;
    padding-top: 50px;
    position: relative;
}

#content .product_f {
    overflow: visible;
    border-bottom: none !important;
}

#content .product_f .games-image {
    float: left;
    width: 408px;
    margin: 0px 10px 0px 10px;
    background: url('../images/games-image2.png') 0px -78px no-repeat;
}

#content .product_f .games-image img {
    margin: 7px auto 50px;
    display: block;
    max-width: 408px;
}

#content .product_f .games-info {
    border-radius: 5px;
    float: left;
    padding: 38px 1px 60px 1px;
    width: 235px;
}

#content .product_f .games-info span {
    color: #232323;
    font-size: 17px;
    font-weight: bold;
    display: inline-block;
    margin: 0px 0px 6px 0px;
}
#content .product-container {
    position:relative;

}
#content .ico_img {
    display: inline-block;
    margin: 0px 2px 0px 0px;
}

#content .ico_img:hover {
    cursor: pointer;
}

#content .games-infoa {
    margin: 0px 0px 7px 0px;
    clear: both;
}

#content .games-infoa .f32, #content .games-infoa img {
    display: inline-block;
    margin: 0px 4px 3px 0px;
}

#content .games-infoa span {
    margin-bottom: 10px !important;
}

#content .product_f .games-info .ui-button-text {
    margin: -2px 5px 0px 0px;
}

#content .product_f .games-info label:first-child span {
    line-height: 16px;
    display: block;
    padding-bottom: 10px;
}

#content .product_f .games-info .select_r2 {
    position: relative;
    background: url('../images/form-bg.png') 0px 0px repeat-x;
    border: #b4b4b5 1px solid;
    color: #505050;
    margin: 0px 0px -1px -3px;
    border-radius: 5px;
    width: 163px;
    font-weight: normal !important;
    font-size: 13px !important;
}

#content .product_f .games-info .select_r2 .select_r {
    border: none;
    height: 34px;
    color: #505050;
    font-weight: normal !important;
    width: 150px;
    background: url('../images/arrow.png') 140px 13px no-repeat;
    position: relative;
    border-radius: 5px;
}

#content .product_f .games-info .select_r2 .select_r:hover {
    cursor: pointer;
}

#content .product_f .games-info .select_r .select_d {
    color: #505050;
    width: 112px;
    height: 32px;
    line-height: 32px;
    padding: 0px 0px 0px 10px;
}

#content .product_f .games-info .select_r ul {
    background: #EDEDED;
    position: absolute;
    top: 31px;
    left: -1px;
    z-index: 90;
    width: 163px;
    display: none;
    border: #B4B4B5 1px solid;
    border-top: #EDEDED 1px solid;
    padding: 10px 0px 0px 0px;
    border-radius: 0px 0px 5px 5px;
}

#content .product_f .games-info .select_r ul li {
    display: block;
    position: relative;
    padding: 0px 10px 10px 10px;
    margin: 0px;
    width: 134px;
    list-style-type: none;
}

#content .product_f .games-info .select_r ul li:hover {
    cursor: pointer;
}

#content .product_f .games-info .select_r ul li a {
    color: #505050;
}

#footer-wrap .select_r ul li a img, .select_d img {
    display: inline-block;
    margin: 0px 11px -4px -2px;
    max-height: 16px;
}

#footer-wrap .select_r span {
    line-height: 17px;
}

#content .product_f .games-info img {
    padding: 2px;
}

#content .product_f .games-info span.availability {
    color: #509605;
    font-weight: normal;
    line-height: normal;
}

#content .product_f .games-info .metascore {
    height: 57px;
    width: 259px;
    background-color: #222222;
    padding: 0;
    position: relative;
    left: -26px;
    bottom: -22px;
    border-bottom: #e4e4e4 1px solid;
    border-radius: 0px 0px 4px 4px;
    text-align: center;
    margin: 0;
}

#content .product_f .games-info .metascore2 {
    height: 57px;
    width: 209px;
    padding: 0;
    position: relative;
    left: 0px;
    bottom: -22px;
    text-align: left;
    margin: 6px 0px 0px 0px;
    background: url('../images/metascore.jpg') top left no-repeat;
}

#content .product_f .games-info .metascore2 .score {
    padding: 8px;
    color: black;
    font-size: 30px;
    font-weight: bold;
    padding-top: 5px;
    text-align: center;
}

#content .product_f .games-info .metascore img {
    margin-top: 27px;
}

#content .product_f .games-info .metascore2 img {
    display: inline-block;
    margin: 0px 10px 0px 0px;
}

#content .product_f .games-price {
    padding: 0;
    text-align: right;
    width: 250px;
    background: #fff;
    position: absolute;
    top: 0px;
    left: 415px;
    z-index: 80;
    overflow: hidden;
    margin-right: -1px;
    border: solid 1px #CECECE;
    box-shadow: 0px 0px 20px -2px #CECECE;
    border-radius: 5px 0px 5px 0px;
}
#content .product_f .games-price .games-price-box {
    display: none;
}
#content .product_f .games-price .games-price-loading {
    text-align: center;
    margin: 20px 0px;
}
#content .product_f .games-price .games-price-loader {
    background:url('../images/loading-transparent.gif') 0px 0px repeat-x;
    width: 30px;
    height: 30px;
    display: inline-block;
}
#content .product_f .games-price .games-price-box-content {
    padding: 0 20px 20px 20px;
}

#content .product_f .games-price2 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 7px;
    height: 100%;
    background: #FE4100;
}

#content .product_f .games-price h4 {
    color: #adadad;
    font-size: 17px;
    margin: 55px 5px 4px 0px;
    display: block;
    font-weight: normal;
    text-decoration: line-through;
}

#content .product_f .games-price .h4_empty {
    color: #adadad;
    font-size: 17px;
    margin: 55px 5px 4px 0px;
    display: block;
    font-weight: normal;
}

#content .product_f .games-price .discount {
    background: url('../images/icons.png') -286px -242px no-repeat;
    color: #fff;
    display: block;
    float: right;
    height: 19px;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    line-height: 5px \9;
    line-height: 5px \0/;;
    padding: 3px 31px 0 13px;
    margin: 10px 0px 8px 0px;
    width: 10px;
    text-align: left;
}

#content .product_f .games-price h3 {
    clear: right;
    color: #ff4b04;
    font-size: 30px;
    font-weight: bold;
    display: block;
    margin: 16px 2px 0px 0px;
}

#content .product_f .games-price h3 img {
    width: 18px;
    height: 13px;
    background: url('../images/icons.png') -629px -34px no-repeat;
    margin-bottom: 2px
}

#content .product_f .games-price .buynow, #content .product_f .games-price button {
    width: 148px;
    height: 53px;
    display: inline-block;
    background: transparent url('../images/icons.png') -471px -3px no-repeat;
    text-align: center;
    line-height: 55px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-shadow: 1px 1px #3F7001;
    margin: 9px -5px 8px 0px;
    border: none
}

#content .product_f .games-price .buynowpreorder {

    background: #0898de;
    background: -moz-linear-gradient(top, #0898de 0%, #025fc9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0898de), color-stop(100%, #025fc9));
    background: -webkit-linear-gradient(top, #0898de 0%, #025fc9 100%);
    background: -o-linear-gradient(top, #0898de 0%, #025fc9 100%);
    background: -ms-linear-gradient(top, #0898de 0%, #025fc9 100%);
    background: linear-gradient(to bottom, #0898de 0%, #025fc9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0898de', endColorstr='#025fc9', GradientType=0);
    width: 100%;
    height: 53px;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.28);
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: bold;
    margin-top: 7px;
    cursor: pointer;
    font-size: 26px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.22);
    color: #fff;
    text-align: center;
    line-height: 48px;
}

#content .product_f .games-price .buynowpreorder:hover {
    width: 170px;
    height: 53px;
    display: inline-block;
    text-shadow: 1px 1px #698040;
    background: #025fc9;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAyNWZjOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNTZhYTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #025fc9 0%, #356aa0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #025fc9), color-stop(100%, #356aa0));
    background: -webkit-linear-gradient(top, #025fc9 0%, #356aa0 100%);
    background: -o-linear-gradient(top, #025fc9 0%, #356aa0 100%);
    background: -ms-linear-gradient(top, #025fc9 0%, #356aa0 100%);
    background: linear-gradient(to bottom, #025fc9 0%, #356aa0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#025fc9', endColorstr='#356aa0', GradientType=0);
    text-decoration: none;
    text-align: center;
    line-height: 55px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-shadow: 1px 1px #3F7001;
    margin: 9px -5px 8px 0px;
    border: none;
    border-radius: 3px;
}

#content .product_f .games-price .buynow:hover, #content .product_f .games-price button:hover {
    background-position: -11px -569px !important;
    cursor: pointer;
}

#content .product_f .paypal-or {
    margin: 1px 0px 10px 0px;
}

/*
#content .product_f .games-price input[type="text"]
{
    border: 1px #EBEBEB solid !important;
    border-width : 1px 0px 0px 1px !important;
    color: #474747;
    background-color: #FAFAFA;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    height: 27px !important;
    line-height: 27px !important;
    padding-left: 15px;
    padding-right: 20px;
    width: 30px  !important;
    outline: none;
    margin-bottom : 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
*/

#content .product_f .games-price .buynow:hover {
    text-decoration: none;
}

#content .product_f .games-price h4.price {
    color: #ff4b04;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 18px;
    margin-right: 5px;
    width: 180px;
    float: right;
}

#content .product_f .games-price #product-price-370_clone {
    color: #ff4b04;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

#content .product_f .games-price .add-to-links,
#content .product_f .games-price .label {
    display: none;
}

#content .product_f .games-price dd {
    padding-bottom: 15px;
}

#content .product_f .games-price .required {
    font-size: 11px;
    margin-top: -10px;
}

#content .product_f .games-price p.required {
    display: none;
}

#content .product_f .games-price .price-box {
    margin: 18px 0px;
}

#content .product_f .games-price h4.price * {
    vertical-align: middle;
}

#content .product_f .games-price h4.price img {
    position: relative;
    display: inline-block;
}

#content .product_f .games-price h4.price .prince_sp {
    display: inline-block;
    background: #EDEDED;
    padding: 10px 16px 9px 29px;
    margin: 0px 0px 0px -23px;
    border-radius: 5px;
}

/* style dla przycisku nad tabami produktu w produkcie */
.fb_div {
    position: relative;
    z-index: 3;
}

.fb_div2 {
    background: #DDDDDD;
    margin: 0px 0px 5px -18px;
    width: 735px;
    height: 57px;
}

.fb_div2_button {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));
    background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
    color: #256D96;
    font-weight: bold;
    text-align: center;
    font-size: 13px;
    line-height: 40px;
    height: 41px;
    border: solid 1px #9D9D9D;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    padding: 0px 10px 0px 35px;
}

.fb_div2_button:hover {
    background: #eaeaea;
    background: -moz-linear-gradient(top, #eaeaea 0%, #e0e0e0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaeaea), color-stop(100%, #e0e0e0));
    background: -webkit-linear-gradient(top, #eaeaea 0%, #e0e0e0 100%);
    background: -o-linear-gradient(top, #eaeaea 0%, #e0e0e0 100%);
    background: -ms-linear-gradient(top, #eaeaea 0%, #e0e0e0 100%);
    background: linear-gradient(to bottom, #eaeaea 0%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#e0e0e0', GradientType=0);
    text-decoration: none;
    cursor: pointer;
}

.fb_div2 .fb_div2_a {
    margin: 7px 0px 8px 10px;
    float: left;
    width: 210px;
    height: auto;
}

.button_inst_activate {
    margin: 7px 6px 8px 10px;
    width: 150px;
}

.button_mp_shield {
    margin: 7px 10px 8px 0px;
    float: right;
    width: 192px;
}

.fb_div2 .fb_div2_img {
    position: absolute;
    top: 10px;
    left: 10px;
}

.fb_div3 {
    display: none;
}

#content #about-game {
    border-right: #dededf 1px solid;
    border-bottom: #dededf 1px solid;
    background: #fff;
    padding: 0px 20px 7px 20px;
    width: 700px;
}

#content #about-game #about-game-tabs {
    list-style: none;
    margin: -5px 0px 17px -20px;
    padding: 7px 10px 0px 19px;
    width: 710px;
    border-bottom: solid 1px #D5D5D5;
    z-index: 2;
    position: relative;
}

.sub_tabs_div {
    border-top: solid 1px #FE4600;
    margin-left: -20px;
    padding: 20px 21px 25px 20px;
    display: none;
}

.sub_tabs_div p {
    font-weight: bold;
    display: inline-block;
    border: 1px transparent solid;
    border-width: 1px 1px 0px 1px;
    color: #256d96 !important;
    font-size: 13px !important;
    border-left: solid 2px #CDCDCD !important;
    padding: 0px 5px !important;
    border-right: none !important;
    border-top: none !important;
}

.sub_tabs_div p:first-child {
    border: none !important;
}

.sub_tabs_div p:hover {
    cursor: pointer;
}

.sub_tabs_div p:hover, .sub_tabs_div p.active {
    background: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom: none !important;
    padding: 0px 5px !important;
    color: #FE3D02 !important;
}

#content #about-game #about-game-tabs li {
    display: inline;
    color: #000;
    border-radius: 4px 4px 0px 0px;
}

#content #about-game #about-game-tabs li a {
    font-size: 18px;
    color: #227297;
    font-weight: bold;
    display: inline-block;
    padding: 20px 21px 25px 21px;
    border: 1px transparent solid;
    border-width: 1px 1px 0px 1px;
}

#content #about-game #about-game-tabs li a:hover {
    text-decoration: none;
    background-color: #efefef;
    border-left: 1px #c2c2c2 solid;
    border-right: 1px #c2c2c2 solid;
    border-top: 1px #c2c2c2 solid;
    border-bottom: none;
    padding-bottom: 26px;
    margin-bottom: -3px !important;
}

#content .ui-tabs-nav {
    background: url('../images/about-game.jpg') 0px bottom repeat-x #fff;
    /* 	border:solid 1px #E86713;
            border-bottom:none;		 */
}

#content #about-game #about-game-tabs li.ui-state-active a {
    color: #FE3D02;
    background: #fff;
    border: solid 1px #E86713;
    border-bottom: solid 1px #fff !important;
    margin-bottom: -1px;
}

#content #about-game #about-game-tabs .ui-state-hover, #content #about-game #about-game-tabs .ui-state-hover a {
    border-bottom: solid 1px #fff !important;
    margin-bottom: -1px !important;
}

#content #about-fb {
    clear: left;
    /* 	border-right:#dededf 1px solid; */
    float: left;
    font-size: 18px;
    padding: 13px 11px 30px 11px;
    width: 688px;
    background: #fff;
}

#content .fb-comments {
    margin-top: 10px !important;
    min-height: 160px;
}

#content #about-right {
    float: right;
}

#content #discount {
    clear: both;
    background-color: #494742;
    overflow: auto;
    padding: 30px 13px;
}

#content #discount .discount_h4 {
    color: #b7c025;
    font-size: 18px;
    font-weight: bold;
    margin: 1px 5px 7px 5px;
}

#content #discount .discount_desc {
    color: #fff;
    font-size: 14px;
    margin: 0px 5px 0px 5px;
}

#content #discount .product {
    float: left;
    position: relative;
    margin: 20px 0 0 0;
}

#content #discount .producta {
    height: 335px;
    width: 232px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
    border: 5px solid #494742;
    -webkit-transition: border 500ms ease-out;
    -moz-transition: border 500ms ease-out;
    -o-transition: border 500ms ease-out;
}

#content #discount .producta:hover, #content #discount .producta_hover {
    text-decoration: none;
    border: solid 5px #A1A921;
}

#content #discount .product .productb {
    background: url('../images/product-info2.png') 0px 0px repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 344px;
    width: 242px;
    z-index: 2;
    -moz-opacity: 0.00;
    opacity: 0.00;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
}

#content #discount .product:hover .producta {
    cursor: pointer;
}

#content #discount .product:hover .product-title {
    margin: 0px;
    padding: 15px 0 10px 15px;
    width: 217px;
    cursor: pointer;
}

#content #discount .product a {
    display: inline-block;
}

#content #discount .product .buy_nowa2 {
    position: absolute;
    bottom: 7px;
    right: 9px;
    padding: 0px 10px;
    min-width: 58px;
    width: auto !important;
    height: 21px;
    color: #fff;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    line-height: 21px;
    text-shadow: 1px 1px #596740;
    display: none;
    background: url('../images/buy_now.jpg') 0px 0px repeat-x;
    border: solid 1px #2F4D00;
}

#content #discount .product .buy_nowa2:hover {
    text-decoration: none;
    background-position: 0px -36px;
}

#content #discount .product .pre-order2 {
    position: absolute;
    bottom: 7px;
    right: 9px;
    padding: 0px 10px;
    min-width: 58px;
    height: 26px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 28px;
    display: none;
    text-shadow: 1px 1px #415D78;
    background: #2988e7;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5ODhlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZjY2ZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #2988e7 0%, #1f66df 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2988e7), color-stop(100%, #1f66df));
    background: -webkit-linear-gradient(top, #2988e7 0%, #1f66df 100%);
    background: -o-linear-gradient(top, #2988e7 0%, #1f66df 100%);
    background: -ms-linear-gradient(top, #2988e7 0%, #1f66df 100%);
    background: linear-gradient(to bottom, #2988e7 0%, #1f66df 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2988e7', endColorstr='#1f66df', GradientType=0);
    border: solid 1px #043E5A;
}

#content #discount .product .pre-order2:hover {
    text-decoration: none;
    background: #3cb0f0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNjYjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYTgzZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #3cb0f0 0%, #2a83ea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3cb0f0), color-stop(100%, #2a83ea));
    background: -webkit-linear-gradient(top, #3cb0f0 0%, #2a83ea 100%);
    background: -o-linear-gradient(top, #3cb0f0 0%, #2a83ea 100%);
    background: -ms-linear-gradient(top, #3cb0f0 0%, #2a83ea 100%);
    background: linear-gradient(to bottom, #3cb0f0 0%, #2a83ea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3cb0f0', endColorstr='#2a83ea', GradientType=0);
}

#content #discount .product .product-title {
    bottom: 5px;
    left: 5px;
    min-height: 52px;
    float: left;
    background: url('../images/product-info.png') 0px 0px repeat;
    z-index: 5;
    padding: 15px 0 10px 15px;
    position: absolute;
    width: 217px;
}

#content #discount .product img {
    height: 345px;
    width: 242px;
}

#content #discount .product .product-title .product-title-desc {
    font-size: 14px;
    line-height: 1.2;
    color: #adadad;
    margin: -2px 10px 5px 8px;
}

#content #discount .product .product-title .product-title-h5 {
    color: #b7c025;
    font-size: 16px;
    margin: 10px 15px 0px 8px;
    font-weight: bold;
    display: block;
}

#footer-wrap {
    background: #313336;
    position: relative;
    padding: 0 0 20px;
    zoom: 1;
}

#footer-wrap #footer {
    height: 380px;
    border-top: #ff4003 10px solid;
    border-bottom: #575758 1px solid;
    margin: 0px;
    padding: 30px 12px 0 12px;
    width: 976px;
}

#footer-wrap #footer3 {
    width: 1000px;
    margin: 0 auto;
}

#footer-wrap #footer h5 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #ff4003;
}
#footer-wrap #footer .foo-center h5 {
    padding-right: 60px;
}
#footer-wrap .foo-left {
    width: 240px;
    float: left;
    margin: -3px 0px 0px 0px;
    min-height: 20px;
}

#footer-wrap #footer .foo-left p {
    color: #ececec;
    font-size: 14px;
    margin: 15px 0px 0px 2px;
}

#footer-wrap .foo-center {
    width: 590px;
    padding-left: 25px;
    float: left;
    margin: -3px 0px 0px -5px;
    height: 225px;
}
#footer-wrap #foot-bottom .foo-center {
    width: 500px;
}

#footer-wrap .foo-center .link_sitemap {
    margin: 0px 0px 5px 0px;
    color: #A9A9A9;
    font-size: 12px;
}

#footer-wrap .foo-center .link_sitemap a {
    color: #fff;
}

#footer-wrap .foo-center .link_sitemap a:hover {

}

#footer-wrap .foo-center .link_sitemap span {
    color: #A9A9A9;
}

#footer-wrap #footer .foo-center * {
    margin-bottom: 20px;
}

#footer-wrap .foo-right {
    float: right;
    width: 125px;
    height: 55px;
}

#footer-wrap #foot-bottom .foo-right {
    background: url('../images/icons.png') -711px -12px no-repeat;
    width: 165px;
}
#footer .foo-right {
    background: none;
    height: auto;
}

#footer .foo-right .foot-select_f {
    margin-top: -5px;
}

#footer .foo-right .foot-select {
    display: block;
    float: right;
}

#footer-wrap .payment {
    width: 518px;
    height: 37px;
    margin: 22px 0px 28px 0px !important;
    background: url('../images/icons.png') -425px -510px no-repeat;
}

.partners-wrapper {
    width: 990px;
    z-index: 5;
}

#footer-wrap .partners a {
    padding-right: 80px;
    display: inline-block;
}

#footer-wrap .partners a:first-child {
    margin-left: 0px;
}

#footer-wrap .partners a:hover {
    text-decoration: none;
}

#footer-wrap .partners {
    width: 990px;
    display: flex;
    height: 111px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -3px 0px 29px 0px;
}

.p8 {
    margin-top: 8px;
}

.p7, .p8, .p9, .p10, .p11, .p12, .p13, .p14 {
    margin-right: 10px;
}

#footer-wrap #footer .foo-left #email {
    width: 228px;
    height: 48px;
    background: url('../images/icons.png') -3px -167px no-repeat;
    margin: 8px 0px 0px -4px;
    position: relative;
}

#footer-wrap #footer .foo-left #email form {
    display: inline;
}

#footer-wrap #footer .foo-left .emailbox {
    border: 0px;
    background-color: transparent;
    color: #292929;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 48px;
    padding-left: 15px;
    padding-right: 0px;
    width: 153px;
}

#footer-wrap #footer .foo-left .emailbox-submit {
    border: 0px;
    background: url('../images/icons.png') -250px -167px no-repeat;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 48px;
    height: 48px;
    cursor: pointer;
}

#footer-wrap #footer .foo-left .emailbox-submit:hover {
    background-position: -13px -626px;
}

#footer-wrap #footer .foo-left #email ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #292929;
}

#footer-wrap #footer .foo-left #email :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #292929;
}

#footer-wrap #footer .foo-left #email ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #292929;
}

#footer-wrap #footer .foo-left #email :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #292929;
}

#footer-wrap #footer .foo-right form {
    margin-bottom: 5px;
}

#footer-wrap #footer .foo-right .select_r2 {
    position: relative;
}

#footer-wrap #footer .foo-right .select_r2a {
    overflow: hidden;
}

#footer-wrap #footer .foo-right .select_r2a .select_r {
    background: url('../images/form-dark2.png') 0px 0px no-repeat;
    border: none;
    color: #ffffff;
    height: 36px;
    font-size: 13px;
    width: 180px;
    position: relative;
    border-radius: 5px;
}

#footer-wrap #footer .foo-right .select_r2b .select_r {
    background: url('../images/form-dark3.png') 0px 0px no-repeat;
    border: none;
    color: #ffffff;
    height: 36px;
    font-size: 13px;
    width: 100px;
    position: relative;
    border-radius: 5px;
}

#footer-wrap #footer .foo-right:hover
.select_r2 .select_r:hover {
    background-position: 0 -36px;
}

#footer-wrap #footer .foo-right .select_r2 .select_r:hover {
    cursor: pointer;
}

#footer-wrap .select_r .select_d {
    color: #fff;
    width: 146px;
    height: 32px;
    line-height: 34px;
    padding: 0px 0px 0px 10px;
}

#footer-wrap .select_r .select_ul {
    background: #fff;
    position: absolute;
    top: 36px;
    left: 1px;
    z-index: 90;
    width: 100px;
    display: none;
    padding: 5px 0px 5px 0px;
    box-shadow: 0 0 0px 1px #282B2E;
}

#footer-wrap .select_r ul li {
    display: block;
    position: relative;
    padding: 5px 10px 5px 10px;
    margin: 0px;
    width: 79px;
    list-style-type: none;
    border-top: solid 1px #D2D2D2;
}

#footer-wrap .select_r ul li:hover {
    cursor: pointer;
}

#footer-wrap .select_r ul li a {
    color: #46494D;
    display: block;
    width: 79px;
}

#footer-wrap .select_r ul li:hover {
    background: #518CB1;
    color: #fff;
}

#footer-wrap .select_r ul li a:hover, #footer-wrap .select_r ul li:hover a {
    color: #fff;
    text-decoration: none;
}

#footer-wrap .select_r ul li:first-child {
    border-top: none;
}

#footer-wrap .select_r ul li a img, .select_d img {
    display: inline-block;
    margin: 0px 11px -4px -2px;
    max-height: 16px;
}


/* FOOTER SOCIAL ICONS */
#footer-wrap #footer .foo-right #social {
    margin-top: 20px;
    padding-right: 2px;
    text-align: right;
}
#footer-wrap #footer .foo-right #social a {
    margin-left: 8px;
    margin-bottom: 8px;
}
#footer-wrap #footer .foo-right #social a:first-child {
    margin-right: 0px;}

#footer-wrap #footer .foo-right #social .s1 {
    background: url('../images/icons.png') -902px -24px no-repeat;
    width: 30px;
    height: 31px;
    display: inline-block;}
#footer-wrap #footer .foo-right #social .s1:hover {
    background-position: -173px -569px;}

#footer-wrap #footer .foo-right #social .s2 {
    background: url('../images/icons.png') -960px -24px no-repeat;
    width: 30px;
    height: 31px;
    display: inline-block;}
#footer-wrap #footer .foo-right #social .s2:hover {
    background-position: -231px -569px;}

#footer-wrap #footer .foo-right #social .s3 {
    background: url('../images/icons.png') -1022px -24px no-repeat;
    width: 30px;
    height: 31px;
    display: inline-block;}
#footer-wrap #footer .foo-right #social .s3:hover {
    background-position: -293px -569px;
}
#footer-wrap #footer .foo-right #social .s4 {
    background: url('../images/icons.png') -1075px -24px no-repeat;
    width: 30px;
    height: 31px;
    display: inline-block;}
#footer-wrap #footer .foo-right #social .s4:hover {
    background-position: -346px -569px;}

#footer-wrap #footer .foo-right #social .s6 {
    background: url('../images/vk.png') no-repeat;
    width: 30px;
    height: 31px;
    display: inline-block;}
#footer-wrap #footer .foo-right #social .s6:hover {
    opacity: 0.8;}

#footer-wrap #footer .foo-right #social .s7 {
    background: url('../images/instagram.png') no-repeat;
    width: 30px;
    height: 31px;
    display: inline-block;}
#footer-wrap #footer .foo-right #social .s7:hover {
    opacity: 0.8;}

#footer-wrap #footer .foo-right #social .s8 {
    background: url('../images/weibo.png') no-repeat;
    width: 30px;
    height: 31px;
    display: inline-block;}
#footer-wrap #footer .foo-right #social .s8:hover {
    opacity: 0.8;}

#footer-wrap #footer .foo-right #social img {
    padding-right: 10px;}

#footer-wrap #footer .foo-right #social a:hover {
    text-decoration: none;}
/*END*/

#footer-wrap #foot-bottom {
    margin: 0 auto;
    padding: 29px 12px 0px 12px;
    width: 974px;
    background: #313336;
}

#footer-wrap #foot-bottom .foo-left {
    font-size: 12px;
    color: #a9a9a9;
    line-height: 20px;
    margin: -4px 0px 0px 0px;
}

#footer-wrap #foot-bottom .foo-center {
    line-height: 20px;
    margin-left: -9px;
    margin-top: -4px;
}

#footer-wrap #foot-bottom .foo-right {
    margin: -7px 0px 0px 0px;
}

#footer-wrap #foot-bottom .foo-left h6 {
    font-size: 12px;
    font-weight: bold;
}

#footer-wrap #foot-bottom .foo-left p a {
    color: #fff;
    font-weight: bold;
}

#footer-wrap #foot-bottom .foo-left p a:hover {
    text-decoration: underline;
}

#footer-wrap #foot-bottom .foo-center p {
    color: #a9a9a9;
    font-size: 12px;
}

#footer-wrap #foot-bottom .foo-center p a {
    color: #fff;
}

#footer-wrap #foot-bottom .foo-center p a:hover {
    text-decoration: underline;
}


#content-currency-drop .select_ul {
    height:237px !important;
    overflow: hidden !important;
}


/* */
.jq-top-autocomplete-search li.ui-menu-item {
    background-color: #2f3133;
    height: auto;
    width: auto;
    list-style: none;
    left: -56px;
    top: 21px;
    padding: 10px 0 0 5px !important;
    border-bottom: 1px solid #212121;
    margin: 0;
}

.jq-top-autocomplete-search li:hover {
    background-color: #3E3E3E;
}

.jq-top-autocomplete-search li.ui-menu-item a.ui-corner-all {
    font-weight: bold;
    color: #2c8bd5;
    font-size: 14px;
}

.jq-top-autocomplete-search li.ui-menu-item img {
    float: left;
    height: 70px;
    width: 70px;
}

.jq-top-autocomplete-search li.ui-menu-item .searches-bottom {
    position: relative;
    top: 30px;
}

.jq-top-autocomplete-search li.ui-menu-item .searches-bottom .old_price {
    text-decoration: line-through;
    font-size: 13px;
    color: #adadad;
}

.jq-top-autocomplete-search li.ui-menu-item .searches-bottom .discount {
    background: url('../images/discount.jpg') 0px 0px no-repeat;
    color: #fff;
    display: inline-block;
    height: 19px;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 0 0 13px;
    margin: 0 0 0 7px;
    width: 36px;
    text-align: left;
}

.jq-top-autocomplete-search li.ui-menu-item .searches-bottom .price {
    margin-left: 10px;
    color: #ff4b04;
    font-size: 18px;
    font-weight: bold;
}

.jq-top-autocomplete-search li.ui-menu-item .searches-bottom img {
    float: right;
    width: auto;
    height: auto;
}

.jq-top-autocomplete-search li.ui-menu-item-hover .search_h3, .jq-top-autocomplete-search li.ui-menu-item-hover .search_h3 a, .jq-top-autocomplete-search li.ui-menu-item-hover .search_optional_name a {
    color: #fff;
}

.jq-top-autocomplete-search li.ui-menu-item-hover {
    background-color: #3E3E3E;
}

#search input:focus {
    border: #2c8bd5 2px solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-appearance: none;
    width: 225px;
    height: 51px;
}

.games-info .ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.games-info .ui-state-active img {
    border: none;
}

/* PRODUKT */

.content-spacing {
    background: transparent;
    border: 0px;
    margin: -1px auto -80px;
    overflow: hidden;
    position: relative;
    top: -80px;
    padding: 15px 14px 2px 15px;
    width: 1100px;
    min-width: 110px;
    z-index: 1;
    height: 140px;
}

#content-landing {
    background: #313336;
    margin: -1px auto 0px;
    /* overflow:hidden; */
    position: relative;
    padding: 15px 14px 22px 15px;
    width: 969px;
    min-width: 969px;
    z-index: 1;
}

.content-landing-index {
    padding-top: 62px !important;
}

#content-landing .boxmarketing {
    float: left;
    position: relative;
    z-index: 9;
    width: 722px;
    height: 342px;
    margin-right: 9px;
}

#content-landing .boxmarketing img {
    width: 718px;
    height: 335px;
}

#content-landing .boxmarketing .product_big_a {
    border: 3px solid #313336;
    width: 719px;
    height: 337px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
    -webkit-transition: border 500ms ease-out;
    -moz-transition: border 500ms ease-out;
    -o-transition: border 500ms ease-out;
}

#content-landing .boxmarketing .product_big_a:hover, #content-landing .boxmarketing .product_big_a_hover {
    text-decoration: none;
    border: solid 3px #FC5803;
}

#content-landing .boxmarketing .product-info {
    bottom: 0px;
    left: -5px;
    height: 70px;
    padding: 12px 5px 0 5px;
    position: absolute;
    z-index: 5;
}

#content-landing .boxmarketing .product-info .no-hover {
    position: absolute;
    bottom: 0px;
    width: 692px;
    height: 33px;
    padding-left: 13px;
    padding-right: 13px;
    padding-bottom: 14px;
    padding-top: 5px;
    background-color: rgba(0, 0, 0, 0.9);

    transition: all 300ms;
}

#content-landing .boxmarketing .product-info .no-hover h2 {
    margin-top: 6px;
    margin-bottom: 5px;
    color: #fff;
}

#content-landing .boxmarketing .product-info .no-hover h3 {
    color: #fff;
    font-size: 14px;
}

#content-landing .boxmarketing .belt {
    background: url('../images/boxmarketing_ramka.jpg') 0px 0px repeat-x;
    height: 41px;
    padding: 12px 23px 0 23px;
    position: absolute;
    top: 6px;
    left: 80px;
    width: 590px;
    z-index: 5;
    color: #fff;
    float: left;
    font-size: 16px;
    font-weight: bold;
}

#content-landing .product-big {
    float: left;
    position: relative;
    z-index: 9;
    width: 323px;
}

#content-landing .product-big .product_big_a {
    border: 3px solid #313336;
    width: 313px;
    height: 423px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
    -webkit-transition: border 500ms ease-out;
    -moz-transition: border 500ms ease-out;
    -o-transition: border 500ms ease-out;
}

#content-landing .product-big .product_big_a:hover, #content-landing .product-big .product_big_a_hover {
    text-decoration: none;
    border: solid 3px #FC5803;
}

#content-landing .product-big .no-hover_img3 {
    display: none;
    position: absolute;
    top: -39px;
    right: 0px;
    height: 40px;
    display: none;
    min-width: 121px;
    max-width: 100%;
    background: url('../images/product-info.png') 0px 0px repeat;
}

/* #content-landing .product-big .no-hover_img3 img
{
        -moz-opacity: 0.00;
        opacity: 0.00;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
} */

#content-landing .product-big .product_big_b {
    background: url('../images/product-info2.png') 0px 0px repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 323px;
    height: 433px;
    display: none;
    z-index: 2;
}

#content-landing .product-big:hover .product_big_b, #content-landing .product-big .product_big_a_hover .product_big_b {
    -moz-opacity: 0.00;
    opacity: 0.00;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
}

#content-landing .product-big > img {
    height: 433px;
    width: 323px;
}

#content-landing .product-big .product-info {
    bottom: 5px;
    left: 0px;
    height: 70px;
    padding: 12px 5px 0 5px;
    position: absolute;
    z-index: 5;
    width: 288px !important;
}

#content-landing .product-big .product-info h2 {
    /* 	opacity:0;
            filter: alpha(opacity = 0); */
    display: none;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    width: 266px;
    margin: 0px 0px 12px -5px;
    padding: 10px 20px 0px 7px;
    min-height: 32px;
}

#content-landing .product-big:hover {
    z-index: 2;
    cursor: pointer;
}

#content-landing .product-big:hover .product-info {
    min-height: 62px;
    height: auto;
    padding-bottom: 10px;
    margin: 0px 0px 5px 0px;
    padding-top: 37px;
    z-index: 5;
    width: 287px !important;
    bottom: 0px !important
}

#content-landing .product-big .product-info span.old-price {
    color: #adadad;
    text-decoration: line-through;
    font-size: 13px;
    display: inline-block;
    margin: 0px 0px 4px 2px;
    margin-bottom: 10px \0/;;
    margin-top: 2px;
}

#content-landing .product-big .product-info span.old-price-empty {
    height: 16px !important;
    text-indent: -1000px;
    display: inline-block;
}

#content-landing .product-big:hover .product-info span.old-price {
    margin-left: 2px;
    margin-top: 0px;
}

#content-landing .product-big .product-info .no-hover {
    position: absolute;
    bottom: 0px;
    width: 287px;
    padding-left: 13px;
    padding-right: 13px;
    padding-bottom: 9px;
    padding-top: 10px;
    background: url('../images/product-info.png') 0px 0px repeat;
}

#content-landing .product-big:hover .product-info .no-hover {
    bottom: 0px;
}

#content-landing .product-big .product-info span.discount {
    background: url('../images/23.png') 0px 0px no-repeat;
    color: #fff;
    display: inline-block;
    float: left;
    height: 20px;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    line-height: 18px \0/;;
    margin: 5px 9px 4px 1px;
    padding: 2px 0 0 12px;
    width: 37px;
}

#content-landing .product-big .product-info span.discount-empty {
    background: transparent !important;
    width: 1px !important;
    padding-left: 0px !important;
    margin-right: 0px !important;
}

#content-landing .product-big:hover .buy_nowa {
    margin: -6px 0px 0px 0px;
    padding: 0px 10px;
    min-width: 89px;
    height: 34px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 37px;
    text-shadow: 1px 1px #596740;
    background: url('../images/buy_now.jpg') 0px 0px repeat-x;
    border: solid 1px #2F4D00;
}

#content-landing .product-big:hover .buy_nowa:hover {
    text-decoration: none;
    background-position: 0px -36px;
}

#content-landing .product-big .product-info span.price {
    color: #ff4b04;
    float: left;
    font-size: 22px;
    font-weight: bold;
    margin: 3px 0px 4px 0px;
}

#content-landing .product-big .product-info a {
    display: none;
    float: right;
}

#content-landing .preorders2_d {
    background: url('../images/preorders2_d.jpg') 0px 0px no-repeat;
    min-height: 41px;
    padding: 12px 17px 0 17px;
    position: absolute;
    top: 16px;
    left: 5px;
    width: 279px;
    z-index: 5;
}

#content-landing .product-small .preorders2_d {
    width: 222px;
    padding-left: 5px;
    padding-right: 5px;
}

#content-landing .preorders2_d .preorders2_d_l {
    display: block;
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    margin-top: 2px;
}

#content-landing .preorders2_d .preorders2_d_r {
    display: block;
    float: right;
    font-size: 13px;
    color: #fff;
    margin-top: 3px;
}

#content-landing .product-small .preorders2_d_l, #content-landing .product-small .preorders2_d_r {
    font-size: 11px;
    margin-top: 4px;
}

#content-landing .product-big .daily-deal {
    background: url('../images/daily-deal-bg.jpg') 0px 0px no-repeat;
    height: 41px;
    padding: 12px 23px 0 23px;
    position: absolute;
    top: 11px;
    width: 277px;
    z-index: 5;
}

#content-landing .product-big:hover .daily-deal {
    background: url('../images/daily-deal-bg.jpg') 0px 0px no-repeat;
    height: 41px;
    padding: 12px 18px 0 18px;
    position: absolute;
    top: 11px;
    left: 5px;
    width: 277px;
    z-index: 5;
}

#content-landing .product-big .daily-deal span.deal {
    color: #fff;
    float: left;
    font-size: 16px;
    font-weight: bold;
}

#content-landing .product-big .daily-deal span.expires {
    color: #fff;
    float: right;
    font-size: 14px;
}

#content-landing .product-big .preorder {
    margin: -6px 0px 0px 0px;
    padding: 0px 10px;
    min-width: 89px;
    height: 34px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 37px;
    text-shadow: 1px 1px #415D78;
    background: url('../images/preorder.jpg') 0px 0px repeat-x;
    border: solid 1px #043E5A;

}

#content-landing .product-big .preorder:hover {
    text-decoration: none;
    background-position: 0px -36px;
}

#content-landing .product-big .preorder, #content-landing .product-big .buy_nowa {
    display: none;
}

#content-landing .product-small {
    float: left;
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}

#content-landing .product-small .product_small_a {
    height: 334px;
    width: 232px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
    border: 5px solid #313336;
    -webkit-transition: border 500ms ease-out;
    -moz-transition: border 500ms ease-out;
    -o-transition: border 500ms ease-out;
}

#content-landing .product-small .product_small_a:hover, #content-landing .product-small .product_small_a_hover {
    text-decoration: none;
    border: solid 5px #FC5803;
}

#content-landing .product-small .product_small_b {
    background: url('../images/product-info2.png') 0px 0px repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 344px;
    width: 242px;
    z-index: 2;
    -moz-opacity: 0.00;
    opacity: 0.00;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
}

#content-landing .product-small:hover .product_small_b, #content-landing .product-small .product_small_a_hover .product_small_b {
    display: block;
    -moz-opacity: 0.00;
    opacity: 0.00;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
}

#content-landing .product-small:hover {
    cursor: pointer;
}

#content-landing .product-small:hover .product_small_a {
    display: block;
}

#content-landing .product-small .no-hover_img3 {
    display: none;
    position: absolute;
    top: -41px;
    right: 0px;
    background: url('../images/product-info.png') 0px 0px repeat;
}

#content-landing .product-small > img {
    height: 344px;
    width: 242px;
}

/* #content-landing .product-small .no-hover_img3 img
{
        -moz-opacity: 0.00;
        opacity: 0.00;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
} */

#content-landing .product-small .product-info {
    bottom: 0;
    /* 	min-height:54px; */
    padding: 12px 13px 0 13px;
    position: absolute;
    width: 216px;
    z-index: 5;
}

#content-landing .product-small .product-info h2 {
    /* 	opacity:0;
            filter: alpha(opacity = 0); */
    display: none;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    min-height: 29px;
    width: 216px;
    display: none;
    margin: 0px 0px 0px -13px;
    /* 	padding:10px 8px 5px 8px; */
    padding: 0px 8px 5px 8px;
}

#content-landing .product-small:hover {
    z-index: 2;
}

#content-landing .product-small:hover .product-info img {
    height: 23px;
    width: 65px;
}

#content-landing .product-small .no-hover_img3 img, #content-landing .product-small:hover .no-hover_img3 img {
    width: auto;
    height: auto;
}

#content-landing .product-small:hover .product-info {
    min-height: 40px;
    padding: 12px 8px 0px 8px;
    margin: 0px 0px 5px 5px;
    z-index: 5;
}

#content-landing .product-small:hover .product-info a {
    display: inline;
}

#content-landing .product-small .product-info span.old-price {
    color: #adadad;
    text-decoration: line-through;
}

#content-landing .product-small .product-info span.old-price-empty {
    height: 16px !important;
    text-indent: -1000px;
    display: inline-block;
}

#content-landing .product-small .product-info .no-hover {
    position: absolute;
    bottom: 5px;
    left: 0px;
    padding: 10px 0px 18px 13px;
    width: 219px;
    /* 	height: 86px;
            min-height:86px; */
    min-height: 43px;
    background: url('../images/product-info.png') 0px 0px repeat;
    margin-left: 5px;
    border: none !important;
}

.product-small:hover .no-hover {
    margin-left: 0px !important;
    padding: 10px 0px 17px 13px !important;
    width: 219px !important;
}

#content-landing .product-small:hover .product-info .no-hover {
    bottom: 0px;
    width: 224px;
    padding: 0px 0px 13px 8px;
}

#content-landing .product-small .product-info span.discount {
    background: url('../images/23.png') 0px 0px no-repeat;
    color: #fff;
    display: inline-block;
    float: left;
    height: 20px;
    font-size: 13px;
    font-weight: bold;
    margin: 5px 6px 0 0;
    line-height: 18px;
    margin-top: 6px \0/;;
    padding: 2px 0 0 12px;
    width: 37px;
}

#content-landing .product-small .product-info span.discount-empty {
    background: transparent !important;
    width: 1px !important;
    padding-left: 0px !important;
    margin-right: 0px !important;
}

#content-landing .product-small .product-info span.price {
    color: #ff4b04;
    float: left;
    margin: 9px 0px 0px 0px;
    font-size: 16px;
    font-weight: bold;
}

#content-landing .product-small .product-info a {
    display: none;
    float: right;
}

#content-landing .product-small .buy_nowa2 {
    margin: 5px 10px 0px 0px;
    padding: 0px;
    min-width: 67px;
    height: 21px;
    color: #fff;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    line-height: 21px;
    text-shadow: 1px 1px #596740;
    display: none;
    background: url('../images/buy_now.jpg') 0px 0px repeat-x;
    border: solid 1px #2F4D00;
}

#content-landing .product-small .buy_nowa2:hover {
    text-decoration: none;
    background-position: 0px -36px;
}

#content-landing .product-small .pre-order2 {
    margin: 5px 10px 0px 0px;
    padding: 0px;
    min-width: 67px;
    height: 21px;
    color: #fff;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    line-height: 21px;
    display: none;
    text-shadow: 1px 1px #415D78;
    background: url('../images/preorder.jpg') 0px 0px repeat-x;
    border: solid 1px #043E5A;
}

#content-landing .product-small .pre-order2:hover {
    text-decoration: none;
    background-position: 0px -36px;
}

#content-landing .product-small .daily-deal {
    background: url('../images/daily-deal-bg.jpg') 0px 0px no-repeat;
    height: 41px;
    padding: 12px 13px 0 13px;
    position: absolute;
    top: 11px;
    width: 216px;
    z-index: 5;
}

#content-landing .product-small:hover .daily-deal {
    background: url('../images/daily-deal-bg.jpg') 0px 0px no-repeat;
    height: 41px;
    padding: 12px 8px 0 8px;
    position: absolute;
    top: 11px;
    left: 5px;
    width: 216px;
    z-index: 5;
}

#content-landing .product-small .daily-deal span.deal {
    color: #fff;
    float: left;
    font-size: 16px;
    font-weight: bold;
}

#content .fb_d2 {
    position: absolute;
    bottom: 44px;
    left: 66px;
}

#content-landing .product-small .daily-deal span.expires {
    color: #fff;
    float: right;
    font-size: 14px;
}

#cart-wrap3 {
    position: absolute;
    top: 54px;
    left: -214px;
    border: 0;
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 2px;
    z-index: 92;
    width: 260px;
    display: none;
    z-index: 1;
    border: 1px solid #5a5c62;
}

.cart-list {
    position: relative;
    padding: 0px 11px 0px 11px;
    margin: 11px 0px 0px 0px;
    background: 0;
}

.cart-list .cart-list_r {
    display: block;
    float: left;
    width: 155px;
}

#cart-wrap3 .cart-wrap2_h3 {
    color: #393939;
    font-weight: bold;
    font-size: 18px;
    float: left;
    display: block;
    width: 100px;
    margin: 20px 10px 0px 15px;
}

#cart-wrap3 .cart {
    background: url('../images/icons.png') -659px -21px no-repeat;
    height: 35px;
    display: block;
    float: right;
    width: 45px;
    color: #393939;
    font-weight: bold;
    font-size: 18px;
    margin: 15px 10px 0px 0px;
}

#cart-wrap3 .cart:hover {
    text-decoration: none;
}

#cart-wrap3 .cart p {
    display: inline-block;
    margin: -2px 0px 0px 18px;
}
#cart-wrap3 .item_comm {
    color: #ffffff;
    padding: 0px 11px 0px 11px;
    margin: 15px 0px 15px 0px;
}
.cart-list .item {
    position: relative;
    border-bottom: 1px solid #323335;
    padding: 13px 0px 8px 0px;
}

.cart-list .item_del {
    position: absolute;
    top: 10px;
    right: 0px;
    width: 13px;
    height: 13px;
    background: url(/skin/frontend/gate/default/images/header/cross.png) 0 0 no-repeat !important;
}

.cart-list .item_del:hover {
    cursor: pointer;
    text-decoration: none;
}

.cart-list .item_comm {
    color: #adadad;
    font-size: 15px;
    margin: 0px auto 0px;
    padding: 14px 10px 0px 0px;
    text-align: center;
    font-weight: bold;
    display: none;
}

.cart-list .item .item_img {
    display: block;
    float: left;
    width: 52px;
    height: 76px;
    margin: 0px 9px 0px 0px;
}

.cart-list .item .item_img img {
    max-width: 52px;
    max-height: 76px;
    display: block;
    margin: 0px auto;
}

.cart-list .item .cart_h2 {
    font-size: 14px;
    color: #1159B2;
    padding: 0px;
    margin: -1px 0px 6px 0px;
    line-height: 16px;
}

.cart-list .item .cart_h2,
.cart-list .item .cart_h2 a {
    color: #ffffff;
}

.cart-list .item .cart_h2 a:hover {
    color: #cccccc;
    text-decoration: none;
}

.cart-list .item .cart_old_prince {
    color: #adadad;
    text-decoration: line-throught;
    font-size: 14px;
    margin: 0px 0px 3px 3px;
}

.cart-list .item .cart_discount {
    background: url('../images/23.png') 0px 0px no-repeat;
    color: #fff;
    display: inline-block;
    float: left;
    display: block;
    height: 20px;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    margin: 0px 0px 0px 3px;
    padding: 2px 0 0 12px;
    width: 37px;
}

.cart-list .item .cart_prince {
    color: #ff4b04;
    font-size: 20px;
    font-weight: bold;
    display: block;
    float: left;
    margin: 0px;
}
.cart-list .item .cart_qty {
    color: #ff4b04;
    font-size: 18px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 2px;
}
.cart-list .item .cart_total_price {
    color: #6a6a6a;
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-top: 6px;
    clear: both;
}
#cart-wrap3 .cart_a {
    background: url('../images/secure.jpg') 0px 0px no-repeat;
    text-align: center;
    color: #fff;
    font-size: 14px;
    width: 205px;
    height: 43px;
    display: block;
    font-weight: bold;
    line-height: 46px;
    margin: 9px 0px 11px 13px;
    text-shadow: 1px 1px #486A00;
    padding: 0px 10px 0px 10px;
}

#cart-wrap3 .cart_a:hover {
    text-decoration: none;
    background-position: 0px -47px;
}

.pagination-list {
    display: block;
}

.pagination-list ul,
.pagination-list ol {
    display: block;
}

.pagination-list ul li,
.pagination-list ol li {
    float: left;
    padding: 3px;
}

.load_more {
    background: url("../images/load_m.jpg") 0px 0px repeat-x;
    margin: 0 auto 8px;
    padding: 0px 5px;
    line-height: 60px;
    line-height: 44px \0/;;
    display: none;
    height: 58px;
    width: 955px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border: solid 1px #1A1C1F;
    border-radius: 10px;
    box-shadow: 0 0 5px #2B2D2F;
}

.load_more_ff /* styl dla firefoxa */
   {
    line-height: 57px !important;
}

.load_more_opera /* styl dla opery */
   {
    line-height: 47px !important;
}

.load_more:hover {
    text-decoration: none;
}

/* strona produktowa */

.content2 {
    background: url('../images/content2.jpg') 0px 0px repeat-x scroll #53575D !important;
}

.content2 form {
    border-bottom: solid 1px #3E4247 !important;
    overflow: visible !important;
}

.content2 #about-game {
    background: #D5D5D5 !important;
    border-bottom: solid 1px #A5A6A7 !important;
}

.content2 .content_h1 {
    color: #fff !important;
}

.content2 form .games-price {
    background: none !important;
    box-shadow: none !important;
    border: none !important;
}

.content2 form .games-price {
    padding-bottom: 0px !important;
}

.content2 form .games-price h4 {
    margin-top: 0px !important;
}

.content2 form .games-price h4.price {
    margin-bottom: -6px !important;
}

.content2 form .games-price .buynow {
    background: url('../images/icons.png') -471px -12px no-repeat !important;
}

.content2 .ui-tabs-nav {
    background: #D5D5D5 !important;
    border-bottom: none !important;
    margin-top: 7px !important;
    margin-bottom: 6px !important;
}

.content2 #about-game ul a {
    padding: 0px !important;
}

/* .content2 #about-game ul li.ui-state-active[aria-controls="gallery"],.content2 #about-game ul li.ui-state-active[aria-controls="product-desc"]
{
        background:url('../images/games-nav-bg.png') 0px 0px no-repeat !important;
        color:#77797C !important;
        background:none !important;
        border:none !important;
        padding:0px !important;
        border-radius:none !important;
}

.content2 #about-game ul li a
{
        width:198px !important;
        height:100px !important;
        text-align:center;
        line-height:45px !important;
} */

.content2 form .games-image {
    background: url('../images/games-image.png') 0px center no-repeat;
    width: 487px !important;
    height: 580px;
    margin-right: -68px !important;
    margin-top: -134px !important;
    margin-left: 0px !important;
    padding-left: 10px;
    margin-bottom: -77px !important;
}

.content2 form .games-image img {
    margin-top: 134px !important;
    margin-left: 99px !important;
}

.content2 form .games-info {
    background: url('../images/games-info.jpg') 0px 0px repeat-x scroll #303437;
    border-top: solid 1px #32373E;
}

.content2 form .games-info span {
    color: #fff !important;
}

#content .product_f .games-info span.availability {
    color: #509605 !important;
}

/* .content2 #about-game ul li.ui-state-active[aria-controls="gallery"] a,.content2 #about-game ul li.ui-state-active[aria-controls="product-desc"] a
{
        background:url('../images/games-nav-bg.png') 0px 0px no-repeat !important;
        border:none !important;
        color:#77797C !important;
        width:198px !important;
        height:72px !important;
        padding:0px !important;
        margin:0px !important;
        padding:0px !important;
        text-align:center;
        line-height:50px !important;
        border-radius:none !important;
} */

.content2 form .games-info .metascore {
    border-bottom: none !important;
}

.content2 .games-info .select_r2 {
    border: none !important;
    background: none !important;
    color: #ffffff !important;
}

.content2 .games-info .select_r {
    background: url('../images/form-dark.png') 0px 0px no-repeat !important;
    border: none !important;
    color: #ffffff !important;
    height: 36px !important;
    width: 157px !important;
}

.content2 .games-info .select_d {
    color: #ffffff !important;
}

.content2 form .games-info .select_r ul {
    background: #3B3E42 !important;
    width: 154px !important;
    top: 35px !important;
    left: 2px !important;
    border: none !important;
    box-shadow: 0 0 0px 1px #282B2E !important;
}

.content2 .games-info li {
    padding: 0px 10px 10px 10px !important;
    width: 134px !important;
}

.content2 .games-info li a {
    color: #ffffff !important;
}

.content2 #about-fb {
    background: #D5D5D5 !important;
}

.content2 form .games-price h4.price .prince_sp {
    background: url('../images/prince_sp.jpg') 0px 0px repeat-x !important;
}

.overlay {
    background: url('../images/overlay.png') 0px 0px repeat;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 92;
}

/* okienka np. logowanie/rejestracja do serwosow spolecznosciowych */

.dialog_d {
    position: absolute;
    border: solid 1px #848484;
    overflow: hidden;
    background: #fff;
    display: none;
    z-index: 99;
    min-width: 449px;
    border-radius: 3px;
}

.dialog_d .socials_dialog_h2, .popup-window .socials_dialog_h2 {
    color: #000;
    font-weight: bold;
    font-size: 25px;
    position: relative;
    margin: 0px 0px 0px 28px;
    padding: 24px 0px 20px 36px;
}

.dialog_d .socials_dialog_h2 span, .popup-window .socials_dialog_h2 span {
    display: block;
    position: absolute;
    top: 19px;
    left: 0px;
    width: 30px;
    height: 40px;
    background: url('../images/icons.png') -963px -225px no-repeat;
}

.dialog_d .socials_dialog2, .popup-window .socials_dialog2 {
    position: relative;
}

.dialog_d .socials_dialog_h3, .popup-window .socials_dialog_h3 {
    color: #adadad;
    font-weight: bold;
    font-size: 17px;
    display: block;
    padding: 16px 0px 16px 28px;
}

.dialog_d .socials_a, .popup-window .socials_a {
    display: inline-block;
    width: 127px;
    height: 42px;
    margin: 0px 0px 0px 3px;
}

.dialog_d .socials_a_f, .popup-window .socials_a_f {
    margin-left: 27px;
}

/* POP UP NEW */
.pop-up-new {
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    font-family: "Arial";
    font-size:14px;
    z-index: 9999999999;
    left:0;
    top:0;}
.pop-up-new-content {
    background-color: #FFF;
    width: 575px;
    min-height:100px;
    margin: 0 auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 10%;}
.pop-up-new-content-inside {
    padding:40px;
    height:auto;
    min-height:100px;}
.pop-up-close {
    cursor: pointer;
    position: relative;
    float:right;
    margin-right: 20px;
    margin-top: 10px;}
.pop-up-new-content-inside h1{
    font-size:16px;}
.pop-up-new-content-inside p{
    line-height:20px;
}
.pop-up-min {
    float:left;
    width:170px;
    min-height: 100px;
    margin-right:10px;}
.pop-up-text {
}
.pop-up-button-back {
    cursor:pointer;
    padding:15px;
    background-color:#E0E0E0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float:left;}
.pop-up-button-continue {
    cursor:pointer;
    padding:15px;
    background-color:#000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color:#FFF;
    float:right;}





#footer-wrap #footer .foo-right #social .s5:hover {
    background: url('../images/pinterest-ico.png') 50% 50% no-repeat;
    opacity: 0.8;
}

#footer-wrap #footer .foo-right #social .s5 {
    background: url('../images/pinterest-ico.png') 50% 50% no-repeat;
    width: 30px;
    height: 31px;
    display: inline-block;

}

.dialog_d #fb_form:hover {
    background-position: -381px -568px !important;
    text-decoration: none;
    cursor: pointer;
}

.dialog_d #twitter_form:hover {
    background-position: -515px -568px !important;
    text-decoration: none;
    cursor: pointer;
}

.dialog_d #gg_form:hover {
    background-position: -646px -568px !important;
    text-decoration: none;
    cursor: pointer;
}

.dialog_d #fb_form, .popup-window #fb_form {
    background: url('../images/icons.png') -343px -234pX no-repeat;
}

.dialog_d #twitter_form, .popup-window #twitter_form {
    background: url('../images/icons.png') -477px -234pX no-repeat;
}

.dialog_d #gg_form, .popup-window #gg_form {
    background: url('../images/icons.png') -608px -234px no-repeat;
}

.dialog_d .socials_dialog2a, .popup-window .socials_dialog2a {
    margin: 18px 27px 0px 27px;
    position: relative;
    color: #ADADAD;
    font-size: 16px;
    text-align: center;
    background: url('../images/socials_dialog2a.png') 0px 10px repeat-x;
}

.dialog_d .socials_dialog2a i, .popup-window .socials_dialog2a i {
    padding: 0px 10px 0px 10px;
    background: #fff;
    display: inline-block;
}

.dialog_d .socials_a2, .popup-window .socials_a2 {
    color: #667BB8;
    font-weight: bold;
    font-size: 14px;
    padding: 0px 6px 0px 0px;
    margin: 18px 0px 0px 0px;
    display: inline-block;
}

.dialog_d .socials_a2_f, .popup-window .socials_a2_f {
    border-right: solid 1px #CCCCCC;
    margin: 0px 7px 0px 0px;
}

.dialog_d .socials_a2:hover, .dialog_d .current_a, .popup-window .socials_a2:hover, .popup-window .current_a {
    text-decoration: underline;
}

.dialog_d .socials_dialog3, .popup-window .socials_dialog3 {
    position: relative;
    margin-bottom: 22px;
}

.dialog_d form, .popup-window form {
    margin: 25px 27px 10px 27px;
}

.dialog_d #register_form, .popup-window #register_form {
    display: none;
}

.dialog_d #login_form, .popup-window #login_form {
    display: none;
}

.dialog_d .social_label, .popup-window .social_label {
    display: block;
    float: left;
    color: #474747;
    font-size: 14px;
    width: 140px;
    text-align: right;
    margin: 12px 17px 0px 0px;
}

.dialog_d .dialog_form_in, .popup-window .dialog_form_in {
    display: block;
    float: left;
    width: 199px;
    height: 40px;
    outline: none;
    padding: 0px 10px;
    color: #adadad;
    font-family: arial;
    border: none;
    margin: 0px 0px 9px 0px;
    background: url('../images/icons.png') -742px -267px no-repeat;

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.dialog_d .dialog_desc,
.popup-window .dialog_desc {
    display: block;
    float: right;
    font-size: 12px;
    color: #474747;
}

.dialog_d .forgotten_dialog,
.popup-window .forgotten_dialog {
    color: #667BB8;
    text-align: center;
    display: block;
    font-size: 13px;
    margin: 0px auto;
}

.dialog_d .dialog_bt,
.popup-window .dialog_bt {
    display: block;
    outline: none;
    padding: 0px;
    margin: 0px auto 0px;
    border: none;
    color: #fff;
    font-family: arial;
    text-align: center;
    width: 127px;
    height: 40px;
    background: url('../images/icons.png') -736px -225px no-repeat;
}

.dialog_d .dialog_bt:hover, .popup-window .dialog_bt:hover {
    background-position: -779px -568px;
}

.dialog_d .dialog_bt2,
.popup-window .dialog_bt2 {
    display: block;
    outline: none;
    padding: 0px;
    margin: 0px auto 0px;
    border: none;
    color: #fff;
    font-family: arial;
    text-align: center;
    width: 89px;
    height: 40px;
    background: url('../images/icons.png') -867px -225px no-repeat;
}

.dialog_d .dialog_bt2:hover, .popup-window .dialog_bt2:hover {
    background-position: -910px -568px;
}

.dialog_d .dialog_bt:hover, .dialog_d .dialog_bt2:hover,
.popup-window .dialog_bt:hover, .popup-window .dialog_bt2:hover {
    cursor: pointer;
}

.dialog_d .dialog_exit {
    display: block;
    position: absolute;
    top: 16px;
    right: 13px;
    width: 16px;
    height: 18px;
    z-index: 99;
    background: url('../images/icons.png') -1072px -100px no-repeat;
}

.dialog_exit2 {
    display: block;
    position: absolute;
    top: 16px;
    right: 13px;
    width: 16px;
    height: 18px;
    z-index: 99;
    background: url('../images/icons.png') -1072px -100px no-repeat;
}

.popup-window .dialog_exit {
    display: block;
    position: absolute;
    top: 16px;
    right: 13px;
    width: 16px;
    height: 18px;
    z-index: 99;
}

.dialog_d .dialog_exit:hover,
.popup-window .dialog_exit:hover {
    text-decoration: none;
    cursor: pointer;
}

/* lista rowijana w footer (language) */
#content_1 {
    position: relative;
    background: #fff;
    z-index: 94;
    width: 250px;
    height: 230px;
    padding: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    bottom: 36px;
    left: -72px;
    box-shadow: 0 0 0px 1px #282B2E;}

#content_1 ul {
    width: 230px !important;}
#content_1 li {
    width: 236px !important;
    padding: 0 !important;}
#content_1 ul li a {
    width: 236px !important;
    padding: 5px 10px !important;
    width: 210px;}

#content_1 ul li.regions-new-border-width {
    border-width: 1px;
    border-color: #3b3e42;}

#content_2 {
    position: relative;
    background: #fff;
    z-index: 94;
    width: 250px;
    height: 230px;
    padding: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    bottom: 36px;
    left: -72px;
    box-shadow: 0 0 0px 1px #282B2E;}

#content_2 ul {
    width: 230px !important;}
#content_2 li {
    width: 236px !important;
    padding: 0 !important;}
#content_2 ul li a {
    width: 236px !important;
    padding: 5px 10px !important;
    width: 210px;}

/*
.content p:nth-child(even){color:#9dbfc6; font-family:Georgia,serif; font-size:17px; font-style:italic;}
.content p:nth-child(3n+0){color:#c96;}
*/
.content#content_2 {
    width: 156px;
}

.totalScrollOffsetInfo {
    font-size: 12px;
    padding: 20px;
    text-align: center;
    margin-bottom: 60px;
}

.totalScrollOffset {
    height: 50px;
    background: #fc0;
}

/* koszyk steps */

#content_checkout {
    position: relative;
    min-width: 1000px;
    margin: 0px auto;
    width: 100%;
    background: #646769;
}

#content_checkout #content_checkout_menu {
    min-width: 923px;
    width: 923px;
    margin: 60px auto 76px;
    height: 10px;

    border-radius: 20px;
    border: solid 1px #38393C;
}

#content_checkout #content_checkout_menu li {
    display: block;
    float: left;
    position: relative;
    border-radius: 10px;
    height: 9px;
    margin: 0px -4px 0px 0px;
}

#content_checkout #content_checkout_menu .li1 {
    width: 273px;
}

#content_checkout #content_checkout_menu .li2 {
    width: 380px;
}

#content_checkout #content_checkout_menu .li_concret {
    border-top: solid 1px #1E8AB7;
    background: #00B2FA;
}

#content_checkout #content_checkout_menu .content_checkout_menu_txt {
    position: absolute;
    top: -12px;
    right: -34px;
    padding: 36px 0px 0px 0px;
    font-size: 14px;
    color: #adadad;
    z-index: 2;
    background: url('../images/content_checkout_menu_li.png') center 0px no-repeat;
    background-position: 0px 3px
}

#content_checkout #content_checkout_menu .li2 .content_checkout_menu_txt {
    right: -10px;
}

#content_checkout .content_checkout_menu_txt_concret {
    background: url('../images/content_checkout_menu_li_h.png') center 0px no-repeat !important;
}

#content_checkout #content_checkout_menu .content_checkout_menu_txt a, #content_checkout #content_checkout_menu .content_checkout_menu_txt {
    color: #adadad;
}

#content_checkout #content_checkout_menu .content_checkout_menu_txt a:hover, #content_checkout #content_checkout_menu .li_concret .content_checkout_menu_txt a, #content_checkout #content_checkout_menu .li_concret .content_checkout_menu_txt {
    color: #00B2FA;
    text-decoration: none;
}

#content_checkout2 {
    min-width: 999px;
    width: 999px;
    margin: 0px auto 78px;
    background: url('../images/content_checkout2.jpg') 0px 0px repeat-y;
}

.content_checkout3 {
    background: url('../images/content_checkout33.jpg') 0px 0px no-repeat scroll #EFEFEF !important;
}

#content_checkout2 #content_checkout2_l {
    position: relative;
    margin: -2px 16px 0px 0px;
    width: 719px;
    display: block;
    float: left;
}

#content_checkout2 .content_checkout2_l3 {
    display: block;
    float: left;
    margin-right: -2px;
}

#content_checkout2 .content_checkout2_l_a {
    display: block;
    color: #256d96;
    font-size: 17px;
    line-height: 42px;
    font-weight: bold;
    width: 198px;
    position: relative;
    height: 42px;
    z-index: 3;
    padding: 10px 18px 10px 18px;
}

#content_checkout2 .content_checkout2_l_a:hover, #content_checkout2 .content_checkout2_l_a.active {
    color: #ff4003;
    background: #fff;
    text-decoration: none;
    border: solid 1px #D5D5D5;
    border-right: solid 7px #fff;
    box-shadow: -3px 1px 6px 0px #D5D5D5;
}

#content_checkout2 .content_checkout2_l-3 {
    border: solid 1px #D5D5D5;
    checkout2_h4 position: relative;
    display: block;
    float: right;
    background: #fff;
    width: 708px;
    margin: 0px;
    padding: 0px;
    box-shadow: 0px 1px 5px #D5D5D5;
}

#content_checkout2 #content_checkout2_r {
    width: 260px;
    margin: 18px 0px 0px 0px;
    float: right;
}

#content_checkout2 .content_checkout2_h3 {
    color: #000;
    font-weight: bold;
    font-size: 25px;
    position: relative;
    margin: 4px 28px 0px 36px;
    padding: 24px 0px 28px 40px;
    border-bottom: solid 1px #E5E5E5;
}

#content_checkout2 .content_checkout2_h3 span {
    display: block;
    position: absolute;
    top: 21px;
    left: 0px;
    font-size: 26px;
    color: #444444;
}

#content_checkout2 .content_checkout2_l_form {
    position: relative;
    margin: 32px 39px 0px 39px;
}

#content_checkout2 .content_checkout2_h3-2 {
    color: #292c30;
    font-size: 19px;
    margin: 0px 0px 20px 0px;
}

#content_checkout2 .content_checkout2_h3-2 a {
    color: #292c30;
}

#content_checkout2 .content_checkout2_h3-2 .red {
    color: #ff4003;
}

#content_checkout2 .content_checkout2_l2 {
    display: block;
    float: left;
    font-size: 14px;
    color: #474747;
    width: 120px;
    margin: 12px 12px 0px 0px;
    text-align: right;
}

#content_checkout2 .email_in, #content_checkout2 .phone_in {
    display: block;
    float: left;
    font-size: 14px;
    color: #474747;
    outline: none;
    width: 200px;
    height: 42px;
    border: none;
    padding: 0px 10px;
    background: url('../images/icons.png') -742px -266px no-repeat;
}

#content_checkout2 .email_in_error {
    background-position: -893px -367px;
}

#content_checkout2 .content_checkout2_h3-3 {
    color: #292C30;
    font-size: 18px;
    margin: 32px 39px 19px 39px;
}

#content_checkout2 .content_checkout2_comm {
    margin: 44px 39px 0px 39px;
    font-size: 18px;
    color: #474747;
}

#content_checkout2 .checkout_table {
    margin: 0px 39px 29px 39px;
    border-bottom: solid 1px #A9A9A9;
}

#content_checkout2 .checkout_table .td1 {
    width: 92px;
}

#content_checkout2 .checkout_table .td2 {
    width: 213px;
}

#content_checkout2 .checkout_table .td3 {
    width: 106px;
}

#content_checkout2 .checkout_table .td5 {
    width: 66px;
}

#content_checkout2 .checkout_table tr td {
    border-top: solid 1px #A9A9A9;
    padding: 11px 7px;
}

#content_checkout2 .checkout_table .tr1 td {
    background: #EFEFF0;
    font-size: 12px;
    color: #474747;
    padding: 4px;
    text-align: center;
    border-top: solid 1px #D3D3D3;
    border-bottom: solid 1px #E7E7E7;
}

#content_checkout2 .checkout_table tr td:first-child {
    border-left: solid 1px #A9A9A9;
}

#content_checkout2 .checkout_table .tr1 td:first-child {
    border-left: solid 1px #D3D3D3;
}

#content_checkout2 .checkout_table tr .last {
    border-right: solid 1px #A9A9A9;
}

#content_checkout2 .checkout_table .tr1 .last {
    border-right: solid 1px #D3D3D3;
}

#content_checkout2 .checkout_table .checkout_img {
    display: block;
    margin: 0px auto;
    max-width: 67px;
}

#content_checkout2 .checkout_table .checkout_h4 {
    font-size: 17px;
    line-height: 19px;
    margin: 14px 0px 0px 0px;
    color: #1159B2;
    font-weight: bold;
}

#content_checkout2 .checkout_table .checkout_h4 a {
    color: #1159B2;
}
#content_checkout2 .checkout-price {
    float: right;
    font-size: 14px;
}
#content_checkout2 .checkout-price tr td {
    border: 0 !important;
    padding: 5px !important;
}
#content_checkout2 .checkout-price tr.checkout-price-total td {
    font-size: 18px;
    font-weight: bold;
}
#content_checkout2 .checkout-price tr.checkout-price-details {
    display: none;
}

#content_checkout2 .checkout-price .arrow-up {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #007bff transparent;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 3px;
}
#content_checkout2 .checkout-price .arrow-down {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #007bff transparent transparent transparent;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 3px;
}

#content_checkout2 .select_r2 {
    position: relative;
    color: #505050;
    margin: -1px 0px -1px 4px;
    border-radius: 5px;
    width: 132px;
    display: block;
    float: left;
    font-weight: normal !important;
    font-size: 12px !important;
}

#content_checkout2 .select_r2:hover {
    cursor: pointer;
}

#content_checkout2 .select_r2 .select_r {
    border: none;
    height: 16px;
    color: #505050;
    font-weight: normal !important;
    width: 132px;
    background: url('../images/arrow.png') 110px 8px no-repeat;
    position: relative;
    border-radius: 5px;
}

#content_checkout2 .select_r .select_d {
    color: #7D7D7D;
    width: 122px;
    height: 16px;
    line-height: 17px;
    padding: 0px 0px 0px 10px;
}

#content_checkout2 .select_r ul {
    background: #fff;
    position: absolute;
    top: 16px;
    left: -1px;
    z-index: 90;
    width: 132px;
    display: none;
    border: solid 1px #D3D3D3;
    padding: 10px 0px 0px 0px;
    border-radius: 0px 0px 5px 5px;
}

#content_checkout2 .select_r ul li {
    display: block;
    position: relative;
    padding: 0px 10px 10px 10px;
    margin: 0px;
    width: 134px;
    list-style-type: none;
}

#content_checkout2 .select_r ul li a {
    color: #7D7D7D;
}

#content_checkout2 .checkout_sp {
    display: block;
    float: left;
    font-size: 12px;
    color: #7D7D7D;
}

#content_checkout2 .checkout_sp2 {
    display: block;
    float: left;
    font-size: 12px;
    color: #7D7D7D;
    margin: 5px 9px 0px 0px;
}
#content_checkout2 .checkout_steamgift {
    background-image: url('/skin/frontend/gate/default/images/sp-m-gift.png');
    background-repeat: no-repeat;
    background-position: 0px 7px;
    color: #4a4c4f;
    text-transform: uppercase;
    font-size: 11px;
    padding-left: 30px;
    text-align: left;
    line-height: 1;
    padding-top: 15px;
    height: 17px;
    display: block;
    clear: both;
}
#content_checkout2 .checkout_sp3 {
    display: block;
    float: left;
    font-size: 12px;
    color: #75a10a;
    margin: 5px 0px 0px 0px;
}

#content_checkout2 .prince_sp {
    color: #2E2E2E;
    font-weight: bold;
    font-size: 14px;
    display: block;
    text-align: center;
}

#content_checkout2 .checkout_in {
    display: block;
    outline: none;
    border: solid 1px #AAAAAA;
    border-top: solid 1px #AAAAAA;
    padding: 0px;
    border-radius: 6px;
    overflow: hidden;
    width: 36px;
    height: 38px;
    line-height: 38px \0/;
    text-align: center;
    color: #2E2E2E;
}

#content_checkout2 .checkout_remove {
    color: #4278C1;
    font-size: 11px;
    display: block;
    margin: 3px 0px 0px 0px;
}

#content_checkout2 .old-prince {
    color: #adadad;
    text-decoration: line-through;
    font-size: 13px;
    display: inline-block;
    float: left;
    margin: 7px 8px 0px -1px;
}

#content_checkout2 .discount {
    background: url('../images/23.png') 0px 0px no-repeat;
    color: #fff;
    display: block;
    float: left;
    height: 20px;
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    margin: 3px 9px 0px 1px;
    padding: 2px 0 0 12px;
    width: 37px;
}

#content_checkout2 .prince {
    color: #ff4b04;
    font-size: 22px;
    font-weight: bold;
    display: block;
    margin: 5px 0px 0px 4px;
    text-align: center;
}

#content_checkout2 .checkout_h4-4 {
    color: #000;
    font-weight: bold;
    font-size: 21px;
    text-align: left;
    position: relative;
    margin: 10px 18px 21px 18px;
    padding: 24px 0px 24px 0px;
    border-bottom: solid 1px #BDBEBF;
}

#content_checkout2 .checkout_h4-4 span {
    margin: 0px 0px 0px 8px;
}

#content_checkout2 .opinions {
    position: relative;
    margin: 0px 26px;
    padding: 0px 0px 10px 0px;
    overflow: hidden;
    zoom: 1;
}

#content_checkout2 .opinion_img:first-child {
    margin: 0px 0px 0px -2px;
}

.opinions .opinion_date {
    color: #474747;
    font-size: 14px;
    display: block;
    margin: 9px 0px 7px 0px;
}

.opinions .opinion_content {
    color: #474747;
    font-size: 14px;
    display: block;
    line-height: 18px;
    font-style: italic;
}

.opinions .opinion_content a {
    color: #474747;
}

.opinions .opinion_autor {
    font-weight: bold;
    font-size: 14px;
    color: #474747;
    display: block;
    margin: 10px 4px 0px 0px;
    text-align: right;
}

#content_checkout2 #content_checkout_menu2 {
    margin: 15px 39px 184px 39px;
}

#content_checkout_menu2 .back_a {
    color: #4278C1;
    font-size: 12px;
    display: block;
    float: left;
    margin: 19px 0px 0px 0px;
}

#content_checkout_menu2 .next_a {
    display: block;
    float: right;
    color: #fff;
    outline: none;
    border: none;
    padding: 0px 10px;
    background: url('../images/icons.png') -931px -324px no-repeat;
    width: 110px;
    height: 43px;
    font-family: normal normal 13px arial sans-serif;
}

#content_checkout_menu2 .next_a:hover {
    cursor: pointer;
}

#content_checkout_menu2 .continue_a {
    color: #4278C1;
    font-size: 12px;
    display: block;
    float: right;
    margin: 19px 29px 0px 0px;
}

#content_checkout2 .comm_ok {
    position: absolute;
    top: 51px;
    left: 364px;
    display: none;
}

#content_checkout2 .comm_error {
    position: absolute;
    top: 43px;
    left: 364px;
    border: solid 1px #E6E6E6;
    border-radius: 4px;
    color: #F63838;
    font-size: 14px;
    text-align: left;
    padding: 11px 28px 13px 15px;
    width: 246px;
    display: none;
    box-shadow: 0px 1px 5px #DADADA;
}

#content_checkout2 .comm_error img {
    position: absolute;
    top: 11px;
    left: -8px;
}

#content_checkout2 .reg_d {
    color: #474747;
    font-size: 14px;
    float: right;
    position: relative;
    margin: 16px 0px 0px 0px;
    padding: 0px 64px 0px 0px;
}

#content_checkout2 .cart-fix-inneed {
    color: #474747;
    font-size: 14px;
    display: block;
    overflow: hidden;
    zoom: 1;
    clear: both;
    position: relative;
    margin: 0 -14px !important;
    width: 640px !important;
    padding: 0px 64px 0px 0px;
    bottom: -16px;
    border-radius: 0 !important;
}

#content_checkout2 .cart-fix-inneed input {
    margin: 0px;
}

#content_checkout2 .cart-fix-inneed .paypal-logo a {
    float: left
}

#content_checkout2 .cart-fix-inneed .paypal-logo span {
    float: left;
    height: 42px;
    line-height: 42px;
    padding: 0 13px;
}

#content_checkout2 .cart-fix-inneed .paypal-logo {
    width: 215px;
    float: right;
}

#content_checkout2 .reg_a {
    position: absolute;
    top: 0px;
    right: 0px;
}

#content_checkout2 .reg_a {
    position: absolute;
    top: 0px;
    right: 0px;
}

#content_checkout2 .reg_d .reg_ch {
    position: absolute;
    top: 0px;
    right: 40px;
}

#content_checkout2 .discount_d {
    position: relative;
    float: right;
    display: block;
}

#content_checkout2 .discount_d2 {
    display: block;
    float: left;
    color: #FF4304;
    font-size: 12px;
    font-weight: bold;
    margin: 13px 0px 0px 0px;
}

#content_checkout2 .discount_comm {
    float: left;
    display: block;
}

#content_checkout2 .discount_comm2 {
    display: none;
    float: left;
    font-size: 15px;
    color: #FF4304;
    text-align: center;
    padding: 0px 10px;
    margin: 11px 0px 0px 0px;
    width: 189px;
}

.discount_in {
    display: block;
    float: left;
    border: solid 1px #E6E6E6;
    border-top: solid 2px #E6E6E6;
    border-radius: 4px;
    color: #2E2E2E;
    font-size: 14px;
    margin: -1px 10px 0px 11px;
    padding: 0px 11px;
    width: 130px;
    height: 38px;
    line-height: 38px;
    background: #fff;
}

#content_checkout2 .discount_d3 {
    display: block;
    float: left;
    width: 104px;
    height: 37px;
    margin: 0px 17px 0px 0px;
    background: url('../images/icons.png') -818px -310px no-repeat;
}

.discount_bt {
    padding: 0px 10px;
    display: block;
    float: left;
    outline: none;
    border: none;
    height: 38px;
    color: #fff;
    position: relative;
    text-align: center;
    line-height: 38px;
    margin: 0px 7px 0px 0px;
    font: normal bold 13px arial, sans-serif !important;
    background: #ff4615;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNDYxNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjI5MTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ff4615 0%, #ff2912 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff4615), color-stop(100%, #ff2912));
    background: -webkit-linear-gradient(top, #ff4615 0%, #ff2912 100%);
    background: -o-linear-gradient(top, #ff4615 0%, #ff2912 100%);
    background: -ms-linear-gradient(top, #ff4615 0%, #ff2912 100%);
    background: linear-gradient(to bottom, #ff4615 0%, #ff2912 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4615', endColorstr='#ff2912', GradientType=0);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.discount_bt:hover {
    cursor: pointer;
    text-decoration: none;
    background: #d5370d;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q1MzcwZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjI5MTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #d5370d 0%, #ff2912 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d5370d), color-stop(100%, #ff2912));
    background: -webkit-linear-gradient(top, #d5370d 0%, #ff2912 100%);
    background: -o-linear-gradient(top, #d5370d 0%, #ff2912 100%);
    background: -ms-linear-gradient(top, #d5370d 0%, #ff2912 100%);
    background: linear-gradient(to bottom, #d5370d 0%, #ff2912 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5370d', endColorstr='#ff2912', GradientType=0);
}

#content_checkout2 .total_prince_d {
    position: relative;
    float: right;
    display: block;
    margin: 0px 45px 0px 15px
}

#content_checkout2 .total_prince_d {
    position: relative;
    float: right;
    display: block;
    min-width: 210px;
}

.total_prince_d .old_prince {
    color: #adadad;
    font-size: 13px;
    display: block;
    margin: -6px 0px 8px -1px;
    text-align: right;
}

.total_prince_d .total_prince_min {
    font-size: 13px;
    font-weight: normal;
    display: block;
    margin: 4px 0px 0px 4px;
    text-align: right;
    color: #6a6a6a;
    min-width: 210px;
}

.total_prince_d .total_prince {
    font-size: 22px;
    font-weight: bold;
    display: block;
    margin: 5px 0px 0px 4px;
    text-align: right;
    color: #292C30;
}

.total_prince_d .total_prince span:first-child {
    font-size: 14px;
    font-weight: normal;
    width: 100%;
    margin: 0 0 5px 0;
}

.total_prince_d .total_prince_min span {
    color: #919191;
    font-size: 13px;
    padding: 0px 5px 0px 0px;
    display: inline-block;
}
.total_prince_d .total_prince span {
    color: #292c30;
    font-size: 20px;
    padding: 0px 0px 0px 0px;
    display: inline-block;
}

#checkout_menu {
    font-weight: bold;
    font-size: 14px;
    color: #adadad;
    position: absolute;
    top: 26px;
    left: 229px;
}

#checkout_menu a {
    color: #adadad;
    border-left: solid 1px #646566;
    padding: 14px 0px 14px 30px;
    margin-right: 10px;
}

/* koszyk - step 2 */

#content_checkout2 .summary {
    text-align: left;
    position: relative;
    margin: -5px 18px 21px 18px;
    padding: 0px 0px 13px 0px;
    border-bottom: solid 1px #BDBEBF;
}

#content_checkout2 .summary_l {
    display: block;
    float: left;
}

#content_checkout2 .summary_r {
    display: block;
    float: left;
    width: 152px;
}

#content_checkout2 .summary .summary_h4 {
    font-size: 14px;
    line-height: 17px;
    margin: 0px 0px 4px 0px;
    color: #1159B2;
    font-weight: bold;
}

#content_checkout2 .summary .summary_a {
    width: 52px;
    display: block;
}

#content_checkout2_r .summary_d {
    /* 	background:url('../images/summary_a.png') 0px bottom repeat-x scroll #fff;
            border:solid 1px #CFCFCF; */
    /* 	border-top:none;
            border-bottom:none; */
    display: block;
    float: left;
    padding: 0px 1px 2px 1px;
    margin: 0px 14px 0px 0px;
    border-radius: 1px 1px 2px 2px;
}

#content_checkout2 .summary .summary_a img {
    display: block;
    margin: 0px auto;
    max-width: 52px;
}

#content_checkout2 .summary .summary_h4 a {
    color: #1159B2;
}

#content_checkout2 .summary .discount {
    height: 20px;
    width: 37px;
}

#content_checkout2 .summary .old-prince {
    float: none;
    font-weight: bold;
    margin-bottom: -1px;
    margin-top: 11px;
    margin-left: 4px;
}

#content_checkout2 .summary .summary_content {
    display: block;
    float: left;
    font-size: 12px;
    color: #7D7D7D;
    margin: 0px 0px 0px 1px;
}

#content_checkout2 .summary .summary_price {
    color: #ff4b04;
    font-size: 16px;
    font-weight: bold;
    display: block;
    float: left;
    margin: 7px 0px 0px 0px;
    text-align: center;
}
#content_checkout2 .summary .summary_qty {
    color: #62a700;
    font-size: 16px;
    display: inline-block;
    margin: 7px 0px 0px 6px;
    text-align: center;
}
#content_checkout2 .summary .summary_total_price {
    color: #292c30;
    font-size: 12px;
    font-weight: bold;
    display: block;
    margin-top: 6px;
    clear: both;
}
#content_checkout2 .summary2 {
    position: relative;
    margin: -10px 21px 0px 21px;
}

#content_checkout2 .summary2 .summary2_img {
    display: block;
    float: left;
    width: 111px;
    height: 42px;
    margin: -4px 0px 0px -6px;
    position: relative;
}

#content_checkout2 .summary2 .summary2_img .img {
    z-index: 2;
    position: absolute;
    top: 2px;
    left: 0px;
    width: 50px;
    height: 42px;
    background: url('../images/icons.png') -1051px -293px no-repeat
}

#content_checkout2 .summary2 .summary2_img2 {
    display: block;
    float: left;
    width: 104px;
    height: 37px;
    margin: 0px 0px 0px 9px;
    background: url('../images/icons.png') -818px -310px no-repeat;
}

#content_checkout2 .summary2 .summary2_img_a {
    background: url('../images/discount_app.jpg') 0px 0px repeat-x;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    height: 34px;
    min-width: 20px;
    position: absolute;
    top: 4px;
    left: 7px;
    padding: 3px 8px 0px 44px;
    border-radius: 2px;
}

#content_checkout2 .summary2 .summary2_img_a span {
    font-size: 15px;
    display: block;
    margin-top: -2px;
}

#content_checkout2 .total_prince_d2 {
    margin-top: 16px;
    margin-bottom: 16px;
    margin-right: 23px;
}

#content_checkout2 .content_payment {
    border: solid 1px #AFB0B1;
    width: 656px;
    color: #17191D;
    font-weight: bold;
    margin: 0px 0px 14px 40px;
    background: url('../images/content_payment.jpg') 0px 0px repeat-x scroll #fff;
    box-shadow: 0px 1px 5px #DADADA;
    border-radius: 5px;
    overflow: hidden;
}
#content_checkout2 .content_payment.g2apay {
    height: 178px;
}
#content_checkout2 .content_payment.g2apay .content_payment_a {
    display: none;
}
#content_checkout2 .content_payment.g2apay .content_payment2 {}
#content_checkout2 .content_payment.g2apay .payment_icons  { display: block !important; }
#content_checkout2 .content_payment .content_payment_a {
    display: block;
    color: #17191D;
    font-size: 15px;
    padding: 13px 15px;
}
#content_checkout2 .content_payment.g2apay .payment-g2apay {
    margin: 0 !important;
}
#content_checkout2 .content_payment.g2apay .content_payment2 .pay-g2a-button span {
    width: 100% !important;
    height: 178px !important;
    margin: 0 !important;
    padding: 0 !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    background: url('/skin/frontend/gate/default/images/checkout/g2a-pay-bg.png') no-repeat top center transparent !important;
}
#content_checkout2 .content_payment.g2apay .content_payment2 .pay-g2a-button {
    margin: 0 !important;
    background: transparent !important;
    width: 100% !important;
    padding: 0 !important;
    height: 178px !important;
}


#content_checkout2 .content_payment .content_payment_a span {
    background: url('../images/icons.png') 0px 0px no-repeat;
    float: right;
}

#content_checkout2 .content_payment .content_payment_a1 span {
    background-position: -7px -409px;
    width: 290px;
    height: 25px;
}

#content_checkout2 .content_payment .content_payment_a2 span {
    background-position: -8px -440px;
    width: 68px;
    height: 25px;
}

#content_checkout2 .content_payment .content_payment_a3 span {
    background-position: -78px -440px;
    width: 68px;
    margin-right: -8px;
    height: 25px;
}

#content_checkout2 .content_payment .content_payment_a4 span {
    background-position: -145px -440px;
    width: 68px;
    height: 25px;
}

#content_checkout2 .content_payment .content_payment_a:hover {
    text-decoration: none;
}

.content_payment2 {
    position: relative;
}

.content_payment2 .content_payment2_l {
    display: block;
    float: left;
    color: #474747;
    font-size: 14px;
    font-weight: normal;
    text-align: right;
    width: 130px;
    margin: 13px 13px 0px 10px;
}

.content_payment2 .content_payment2_in {
    display: block;
    float: left;
    border: solid 1px #ADADAD;
    border-top: solid 2px #ADADAD;
    border-radius: 4px;
    color: #474747;
    font-weight: bold;
    font-size: 14px;
    margin: 0px 0px 8px 0px;
    padding: 0px 11px;
    width: 163px;
    height: 37px;
    background: #FAFAFA;
}

.content_payment2 .content_payment2_in-a {
    width: 243px;
}

.content_payment2 .content_payment2_in-b, .content_payment2 .content_payment2_in-d {
    width: 83px;
}

.content_payment2 .content_payment2_in-d {
    background: url('../images/arrow2.png') 79px 12px no-repeat !important;
    line-height: 34px;
}

.content_payment2 .content_payment2_a {
    font-size: 12px;
    display: block;
    font-weight: normal;
    float: left;
    margin: 13px 0px 0px 13px;
    color: #79AFEA;
}

.content_payment2 .content_payment2_bt {
    display: block;
    float: left;
    color: #fff;
    outline: none;
    border: none;
    margin: 8px 0px 13px 150px;
    padding: 0px 10px 3px 10px;
    background: url('../images/icons.png') -236px -440px no-repeat;
    width: 160px;
    height: 43px;
    font-family: normal normal 13px arial sans-serif;
}

.content_payment2 .content_payment2_bt:hover {
    cursor: pointer;
    text-decoration: none;
}

.content_payment2 .select_r2 {
    display: block;
    float: left;
    border: solid 1px #ADADAD;
    border-top: solid 2px #ADADAD;
    border-radius: 4px !important;
    color: #474747 !important;
    font-weight: bold !important;
    font-size: 14px !important;
    margin: 0px 0px 8px 0px !important;
    padding: 0px 11px;
    width: 113px !important;
    height: 37px;
    background: #FAFAFA;
}

.content_payment2 .select_r2 .select_r {
    border: none;
    height: 37px !important;
    width: 126px !important;
    background: url('../images/arrow2.png') 100px 12px no-repeat !important;
    position: relative;
}

.content_payment2 .select_r2 .select_r:hover {
    cursor: pointer;
}

.content_payment2 .select_r .select_d {
    width: 92px !important;
    height: 36px !important;
    line-height: 32px !important;
    color: #474747 !important;
    font-weight: bold !important;
    font-size: 14px !important;
    padding: 0px !important;
}

.content_payment2 .select_r ul {
    background: #FAFAFA !important;
    position: absolute;
    top: 36px !important;
    left: -12px !important;
    z-index: 90;
    width: 135px !important;
    display: none;
    border: solid 1px #ADADAD !important;
    border-top: none;
    color: #474747 !important;
    font-weight: bold !important;
    font-size: 14px !important;
    padding: 10px 0px 0px 0px;
    border-radius: 0px 0px 4px 4px;
}

.content_payment2 .select_r ul li {
    display: block;
    position: relative;
    padding: 0px 10px 10px 10px;
    margin: 0px;
    width: auto !important;
    list-style-type: none;
}

.content_payment2 .select_r ul li:hover {
    cursor: pointer;
}

.content_payment2 .select_r ul li a {
    color: #474747 !important;
}

.content_payment2 .select_r ul li a img, .select_d img {
    display: inline-block;
    margin: 0px 11px -4px -2px;
    max-height: 16px;
}

.content_payment2 .select_r span {
    line-height: 17px;
}

/* koszyk - step 3 */
#content_checkout2 .content_checkout2_h3-3 {
    font-size: 26px !important;
    margin: 42px 20px 22px 20px !important;
    padding: 24px 0px 28px 19px !important;
}

#content_checkout2 .content_checkout2_h3-3 span {
    left: 16px !important;
}

#content_checkout2 .content_checkout2_h4-3 {
    font-size: 24px;
    color: #65990B;
    font-weight: normal;
    display: block;
    padding: 10px 0px 0px 0px;
    margin: 0px 43px 0px 43px;
}

#content_checkout2 .content_checkout2_content3 {
    color: #17191D;
    font-size: 14px;
    position: relative;
    line-height: 20px;
    padding: 15px 33px 30px 33px;
    border-bottom: solid 1px #E2E2E2;
    margin: 0px 20px 0px 20px;
}

#content_checkout2 .content_checkout2_content3 a {
    color: #17191D;
}

#content_checkout2 .content_checkout2_h5 {
    font-size: 19px;
    color: #B7C025;
    font-weight: bold;
    padding: 24px 0px 2px 0px;
    margin: 0px 47px 0px 47px;
}

#content_checkout2 .content_checkout2_h5-2 {
    font-size: 18px;
    color: #292C30;
    font-weight: normal;
    margin: 0px 47px 9px 47px;
}

#content_checkout2 .product_d {
    position: relative;
    margin: 0px 0px 0px 13px;
}

#content_checkout2 .product {
    float: left;
    position: relative;
    margin: 20px 0 0 1px;
}

#content_checkout2 .producta {
    border: solid 5px #A1A921;
    height: 335px;
    width: 232px;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
}

#content_checkout2 .product .productb {
    background: url('../images/product-info2.png') 0px 0px repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 344px;
    width: 242px;
    display: none;
    z-index: 2;
}

#content_checkout2 .product:hover .productb {
    display: block;
    cursor: pointer;
}

#content_checkout2 .product:hover .producta {
    cursor: pointer;
}

#content_checkout2 .product:hover .product-title {
    bottom: 5px;
    left: 5px;
    height: 52px;
    padding: 15px 0 0 10px;
    width: 222px;
    cursor: pointer;
}

#content_checkout2 .product a {
    display: inline-block;
}

#content_checkout2 .product .product-title {
    bottom: 0;
    height: 57px;
    float: left;
    background: url('../images/product-info.png') 0px 0px repeat;
    z-index: 5;
    padding: 15px 0 0 15px;
    position: absolute;
    width: 227px;
}

#content_checkout2 .product img {
    height: 345px;
    width: 242px;
}

#content_checkout2 .product .product-title .product-title-desc {
    font-size: 14px;
    color: #adadad;
    margin: -2px 15px 5px 8px;
}

#content_checkout2 .product .product-title .product-title-h5 {
    color: #b7c025;
    font-size: 20px;
    margin: 0px 15px 0px 8px;
    font-weight: bold;
    display: block;
}

#content_checkout2 .content_checkout2_h6 {
    font-weight: bold;
    font-size: 18px;
    color: #FF4B04;
    padding: 0px;
    margin: 0px 0px 17px px;
}

#content_checkout2 .content_checkout2_h6-2 {
    color: #17191D;
    font-size: 14px;
    font-weight: normal;
    margin: 0px;
}

#content_checkout2 .social_d2 {
    border: solid 1px #C7C7C7;
    position: relative;
    background: #EFEFEF;
    margin: 0px 0px 0px 3px;
    padding: 0px 0px 0px 0px;
}

#content_checkout2 .social_d2_content {
    font-size: 14px;
    color: #17191D;
    margin: 17px 42px 14px 23px;
    line-height: 19px;
    display: block;
    float: left;
}

#content_checkout2 .social_d2_content a {
    color: #17191D;
}

#content_checkout2 .socials_a4 {
    display: block;
    float: left;
    width: 127px;
    height: 42px;
    margin: 28px 0px 6px 16px;
    background: url('../images/icons.png') -343px -234pX no-repeat;
}

#content_checkout2 .socials_a4:hover {
    text-decoration: none;
}

#content_checkout2 #fb_form2 {
    background-position: -343px -234pX;
}

#content_checkout2 #twitter_form2 {
    background-position: -477px -234pX;
}

#content_checkout2 #gg_form2 {
    background-position: -608px -234px;
}

#content_checkout2 .content_checkout2_r_content2 {
    font-size: 12px;
    color: #474747;
    display: block;
    float: right;
    margin: 17px 39px 216px 58px;
}

#content_checkout2 .content_checkout2_r_content2 a {
    font-weight: bold;
    color: #4076BF;
}

.content_checkout3 #content_checkout2_l {
    width: 950px !important;
}

/* okno choose language */
.dialog_d .dialog_d_h2-5 {
    color: #2d2d2d;
    font-size: 18px;
    padding: 40px 34px 5px 34px !important;
    text-align: left;
}

.popup-window .dialog_d_h2-5 {
    color: #2d2d2d;
    font-size: 19px;
    padding: 40px 72px 7px 8px !important;
    text-align: left;
}

.dialog_d .dialog_d_h2-5 a,
.popup-window .dialog_d_h2-5 a {
    color: #2d2d2d;
}

.dialog_d .discount,
.popup-window .discount {
    background: url('../images/23.png') 0px 0px no-repeat;
    color: #fff;
    display: inline-block;
    float: left;
    height: 20px;
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    margin: 5px 3px 0px 1px;
    padding: 2px 0 0 12px;
    width: 37px;
}

.dialog_d .price,
.popup-window .price {
    color: #ff4b04;
    float: left;
    font-size: 22px;
    font-weight: bold;
    margin: 3px 0px 0px 2px;
}

.dialog_d .old_prince,
.popup-window .old_prince, .popup-window .old_prince .price {
    color: #adadad;
    text-decoration: line-through;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    float: left;
    margin: 3px 5px 0px 10px;
}

.popup-window .old_prince .price {
    margin-left: 0px !important;
    margin-right: 5px;
}

.popup-window .jq-add-to-cart-post {
    margin: 40px 0px 14px 0px;
    padding: 0px;
    width: 235px !important;
    height: 39px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    display: block !important;
    line-height: 38px;
    text-shadow: 1px 1px #596740;
    background: url('../images/icons.png') -3px -467px no-repeat !important;
    border: none;
}

.popup-window .jq-add-to-cart-post:hover {
    text-decoration: none;
    cursor: pointer;
    background-position: -499px -613px !important;
}

.popup-window .jq-add-to-cart-link {
    color: #1159B2;
    display: block !important;
    font-size: 12px;
    margin: 4px 0px 31px 17px;
    font-family: arial;
    background: none;
    border: none;
}

.popup-window .jq-add-to-cart-link:hover {
    cursor: pointer;
}

.select_l {
    margin: 0px 0px 3px 0px;
    position: relative;
    height: 22px
}

.select_l option {
    display: none;
}

.select_l2 {
    margin: 0px 0px 3px 0px;
}

.popup-window .select_l2 {
    display: block !important;
}

.popup-window .select_l5 {
    background: #fff;
    height: 42px;
    width: 19px;
    position: absolute;
    top: 14px;
    left: 127px;
    z-index: 7;
}

.popup-window .select_l5_ff {
    top: 14px;
}

.dialog_d .dialog_a_img,
.popup-window .dialog_a_img {
    display: block;
    float: left;
    width: 199px;
    margin: 55px 10px 0px 10px;
}

.dialog_d .dialog_a_img img,
.popup-window .dialog_a_img img {
    max-width: 177px;
    float: left;
}

.dialog_d .dialog_form10,
.popup-window .dialog_form10 {
    display: block;
    float: left;
    margin-left: 0px !important;
    margin-top: 55px;
}

.popup-window .dialog_form10 {
    text-align: left;
}

.dialog_d .dialog_d4 {
    display: block;
    float: left;
    width: 244px;
    padding: 19px 20px 0px 18px;
    width: 196px;
    margin: 4px 0px 0px 0px;
    border: solid 1px #CCCCCC;
}

.popup-window .dialog_d4 .content2 {
    background: none !important;
    margin: 15px 0px 10px 0px;
}

.popup-window .dialog_d4 .content2 img {
    display: inline-block;
    margin: 0px 7px 0px 0px;
}

.popup-window .dialog_d4 {
    display: block;
    float: left;
    position: relative;
    padding: 19px 18px 0px 18px;
    width: 194px;
    margin: 4px 37px 0px 0px;
    border: solid 1px #CCCCCC;
}

.popup-window .content select option {
    background: #fff;
    border: solid 1px #505050;
}

.popup-window .content .select_ff {
    padding-top: 6px !important;
    margin-top: -5px !important;
    height: 25px !important;
}

.popup-window .langs div {
    display: inline-block;
    margin: 3px 8px 0px 0px;
}

.dialog_d .games-info, .popup-window .games-info {
    border-radius: 5px;
    float: left;
    padding: 38px 1px 17px 1px;
    width: 208px;
}

.dialog_d4 .games-infoa, .popup-window .games-infoa {
    margin: 0px 0px 15px 0px;
}

.dialog_d4 .games-infoa span, .popup-window .games-infoa span {
    margin-bottom: -12px !important;
    display: block;
}

.dialog_d .games-info .ui-button-text, .popup-window .games-info .ui-button-text {
    margin: -2px 5px 0px 0px;
}

.dialog_d .games-info label:first-child span, .popup-window .games-info label:first-child span {
    line-height: 16px;
    display: block;
    padding-bottom: 10px;
}

.dialog_d4 .select_r2, .popup-window .select_r2 {
    position: relative;
    color: #505050;
    margin: 2px 0px 11px -8px;
    border-radius: 5px;
    width: 140px;
    font-weight: normal !important;
    font-size: 12px !important;
}

.dialog_d4 .select_r2 .select_r, .popup-window .select_r2 .select_r {
    border: none;
    height: 34px;
    color: #505050;
    font-weight: normal !important;
    width: 130px;
    background: url('../images/arrow.png') 112px 16px no-repeat;
    position: relative;
    border-radius: 5px;
}

.dialog_d4 .select_r2 .select_r:hover, .popup-window .select_r2 .select_r:hover {
    cursor: pointer;
}

.dialog_d4 .select_r .select_d, .popup-window .select_r .select_d {
    color: #505050;
    width: 112px;
    height: 32px;
    line-height: 32px;
    padding: 0px 0px 0px 10px;
}

.dialog_d4 .select_r ul, .popup-window .select_r ul {
    background: #fff;
    position: absolute;
    top: 31px;
    left: -1px;
    z-index: 90;
    width: 129px;
    display: none;
    border: #CCCCCC 1px solid;
    padding: 10px 0px 0px 0px;
    border-radius: 0px 0px 5px 5px;
}

.dialog_d4 .select_r ul li, .popup-window .select_r ul li {
    display: block;
    position: relative;
    padding: 0px 10px 10px 10px;
    margin: 0px;
    list-style-type: none;
}

.dialog_d4 .select_r ul li:hover, .popup-window .select_r ul li:hover {
    cursor: pointer;
}

.dialog_d4 .select_r ul li a, .popup-window .select_r ul li a {
    color: #505050;
}

.dialog_d .continue_a, .popup-window .continue_a {
    margin: 40px 0px 14px 0px;
    padding: 0px;
    width: 233px;
    height: 39px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    display: block;
    float: left;
    line-height: 38px;
    text-shadow: 1px 1px #596740;
    background: url('../images/icons.png') -3px -467px no-repeat;
    border: none;
}

.dialog_d .continue_a:hover, .popup-window .continue_a:hover {
    text-decoration: none;
}

.dialog_d .add_basket, .popup-window .add_basket {
    color: #1159B2;
    display: block;
    float: left;
    font-size: 12px;
    margin: 0px 0px 20px 17px;
    font-family: arial;
    background: none;
    border: none;
}

.dialog_d .add_basket:hover, .popup-window .add_basket:hover {
    cursor: pointer;
}

.dialog_d .ico_img, .popup-window .ico_img {
    display: inline-block;
    margin: 0px 7px 0px 0px;
}

.dialog_d .ico_img:hover, .popup-window .ico_img:hover {
    cursor: pointer;
}

.popup2 {
    background: rgb(255, 255, 255) transparent;
    background-color: rgba(0, 0, 0, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000)";
    zoom: 1;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 102;
    display: none;
}

.popup2 a, .popup2 a:hover {
    text-decoration: none;
}

.popup2_box {
    border: solid 1px #848484;
    overflow: hidden;
    background: #fff;
    display: none;
    z-index: 99;
    min-width: 449px;
    border-radius: 3px;
    margin: 200px auto;
    position: relative;
}

.popup2_box .cancel {
    color: #2475e1;
    margin: 20px 20px 20px 30px;
    float: left;
    display: block;
    padding-top: 5px;
    font-size: 14px;
    background-image: none !important;
    position: relative !important;
    left: 0px !important;
    top: 0px !important;
    width: 50px;
}

.popup2_box .cancel:hover {
    text-decoration: none;
    cursor: pointer;
    color: #00A8FF;
}

#notify_popup .notify_popup_h2 {
    color: #000;
    font-weight: bold;
    font-size: 22px;
    position: relative;
    margin: 0px 0px 0px 28px;
    padding: 24px 0px 10px 0px;
}

#notify_popup .notify_popup_text {
    padding: 30px;
    line-height: 1.3;
}

#notify_popup .notify_popup_email {
    padding: 0px 30px;
    height: 70px;
}

#notify_popup .notify_popup_succes {
    color: #4CB848;
    font-size: 20px;

}

#notify_popup .notify_popup_input {
    border: 1px #BDBDBD solid !important;
    border-width: 1px !important;
    color: #474747;
    background-color: #F3F3F3 !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    height: 37px !important;
    line-height: 37px !important;
    padding-left: 15px;
    padding-right: 20px;
    width: 371px !important;
    outline: none;
    margin-bottom: 10px;
    margin-top: 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-image: none !important;

}

#notify_popup .button {
    height: 45px;
    line-height: 44px;
    padding: 0px 30px;
    background: #0898de;
    background: -moz-linear-gradient(top, #0898de 0%, #025fc9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0898de), color-stop(100%, #025fc9));
    background: -webkit-linear-gradient(top, #0898de 0%, #025fc9 100%);
    background: -o-linear-gradient(top, #0898de 0%, #025fc9 100%);
    background: -ms-linear-gradient(top, #0898de 0%, #025fc9 100%);
    background: linear-gradient(to bottom, #0898de 0%, #025fc9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0898de', endColorstr='#025fc9', GradientType=0);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.28);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    font: normal bold 14px arial, sans-serif;
    border: none;
    line-height: 46px;
    cursor: pointer;
    margin-right: 30px;
    text-align: center;
    float: right;
}

#notify_popup .button:hover {
    background: #025fc9;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAyNWZjOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNTZhYTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #025fc9 0%, #356aa0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #025fc9), color-stop(100%, #356aa0));
    background: -webkit-linear-gradient(top, #025fc9 0%, #356aa0 100%);
    background: -o-linear-gradient(top, #025fc9 0%, #356aa0 100%);
    background: -ms-linear-gradient(top, #025fc9 0%, #356aa0 100%);
    background: linear-gradient(to bottom, #025fc9 0%, #356aa0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#025fc9', endColorstr='#356aa0', GradientType=0);
}

#notify_popup #notify_popup_email_error {
    font-size: 12px;
    color: red;
    padding-left: 10px;
    display: none;
}

#notify_popup .loading {
    background: url('../images/loading_checkout3.gif') 67px 0px no-repeat;
    width: 25px;
    height: 25px;
    margin-top: 10px;
    width: 165px;
    border: none;
    margin-right: 30px;
    float: right;
}

#notify_popup .free_space {
    margin-top: 20px;
}

#notify_button {
    height: 45px;
    color: #fff;
    font: normal bold 14px arial, sans-serif;
    border: none;
    line-height: 46px;
    cursor: pointer;
    text-align: center;
    float: right;
    margin-top: 16px;
}

#notify_button:hover {
    background-position: -437px -654px;
}

.dialog_d .cancel {
    color: #0098ff;
    margin: 20px;
    float: left;
    display: block;
    padding-top: 5px;
    font-size: 14px;
    background-image: none !important;
    position: relative !important;
    left: 0px !important;
    top: 0px !important;
    width: 50px;
}

.dialog_d .cancel:hover {
    cursor: pointer;
}

.dialog_d .continue, .popup2 .continue {
    background: #7dbc00;
    background: -moz-linear-gradient(top, #7dbc00 1%, #4a9400 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #7dbc00), color-stop(100%, #4a9400));
    background: -webkit-linear-gradient(top, #7dbc00 1%, #4a9400 100%);
    background: -o-linear-gradient(top, #7dbc00 1%, #4a9400 100%);
    background: -ms-linear-gradient(top, #7dbc00 1%, #4a9400 100%);
    background: linear-gradient(to bottom, #7dbc00 1%, #4a9400 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7dbc00', endColorstr='#4a9400', GradientType=0);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.28);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 0px 25px;
    height: 43px;
    display: block;
    font-weight: bold;
    line-height: 46px;
    margin: 9px 20px 11px 13px;
    text-shadow: 1px 1px #486A00;
    float: right;
    cursor: pointer;
}

.dialog_d .continue:hover, .popup2 .continue:hover {
    background: #99d000; /* Old browsers */
    background: -moz-linear-gradient(top, #99d000 1%, #5daf00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #99d000), color-stop(100%, #5daf00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #99d000 1%, #5daf00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #99d000 1%, #5daf00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #99d000 1%, #5daf00 100%); /* IE10+ */
    background: linear-gradient(to bottom, #99d000 1%, #5daf00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99d000', endColorstr='#5daf00', GradientType=0); /* IE6-9 */
}

.buyregion_dialog_h2 {
    color: #000;
    font-weight: normal;
    font-size: 21px;
    position: relative;
    margin: 0px 0px 0px 71px;
    padding: 0px 0px 20px 0px;
    width: 450px;
    line-height: 1.2;
    min-height: 75px;
}

#buyregion_popup_text {
    font-weight: bold;
}

.buyregion_popup_flag1 {
    margin: 29px;
}

#buyregion_popup_flag {
    zoom: 174%;
}

.flag_ramka {
    border: 1px solid #929292;
    margin-top: 5px;
    height: 21px;
    width: 30px;
}

.flag_ramka2 {
    border: 1px solid #5b5b5b;
    height: 21px;
    width: 29px;
    margin-top: -17px;
}

#tab2, #tab3, #tab4, #tab5, #tab6 {
    display: none;
}

.loader-tab {
    font-weight: bold;
    font-family: Arial;
    color: #235270;
    font-size: 18px;
    text-align: center;
}

#loadingbox {
    display: none;
}

#loadingbox2, .loader-tab {
    text-align: center;
    clear: both;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    background: #fff;
    margin: 0px auto 29px;
    padding: 10px 0px 16px 0px;
    border: solid 1px #1A1C1F;
    border-radius: 10px;
    box-shadow: 0 0 5px #2B2D2F;
}

.loader-tab {
    margin-top: 29px;
}

#loadingbox2 img, .loader-tab img {
    margin: 0px 0px -10px 18px;
}

#loader {
    display: none;
}

.loader-tab2 {
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 15px;
    border: 2px solid #FC6621;
    width: 230px;
    font-size: 13px;
    background: #000;
    position: fixed;
    margin: 0 auto;
    top: 150px;
    left: 0;
    right: 0;
    z-index: 99999;
    color: #FC6621;
    text-align: center;
    border-radius: 5px;
}

.loader-tab2 img {
    vertical-align: middle;
    margin-left: 23px;
    display: block;
    float: left;
}

.status, .ui-helper-hidden-accessible {
    display: none !important;
}

.dotpay-channel-icons li {
    float: left;
    display: block;
    width: 127px;
    height: 112px;
    text-align: center;
}

.page-title h1 {
    margin: 0px;
    color: #EEEEEE;
    font-size: 30px;
    padding: 10px 43px 4px 43px;
}

.std2 {
    color: #EEEEEE !important;
    padding: 40px 44px 47px 44px !important;
}

.std2 span {
    color: #EEEEEE !important;
}

.std2 a {
    color: #EEEEEE;
}

.std2 p {
    padding: 0px;
    margin: 0px;
}

.jq-toolbar-create-message, .jq-toolbar-login-message, .jq-toolbar-mobile-message {
    color: #F63838;
    font-size: 13px;
    margin: 12px 0px 12px 0px;
    text-align: right;
    width: 396px;
    line-height: 19px;
}

.jq-toolbar-create-message a, .jq-toolbar-login-message a {
    color: #F63838;
    text-decoration: underline;
}

.jq-toolbar-create-message_ok, .jq-toolbar-login-message_ok, .jq-toolbar-create-message_ok a, .jq-toolbar-login-message_ok a {
    color: #4CB848;
}

.jq-toolbar-create-message a:hover, .jq-toolbar-login-message a:hover {
    text-decoration: none;
}

#checkout h1, #content-tabs h1 {
    margin: 0px;
    color: #EEEEEE;
    font-size: 30px;
    padding: 10px 43px 4px 43px;
}

#form-validate {
    color: #EEEEEE;
    margin: 38px 40px;
}

#form-validate .legend {
    margin: 0px 0px 5px 0px;
}

#form-validate .form-list {
    margin: 20px 0px 0px 0px;
}

#form-validate label {
    display: block;
    float: left;
    color: #fff;
    margin: 12px 10px 0px 0px;
}

#form-validate label em {
    color: #B40000;
    font-weight: bold;
    margin: 0px 5px 0px 0px;
}

#form-validate .required {
    display: block;
    float: left;
    color: #fff;
    margin: 12px 10px 0px 10px;
}

#form-validate #email_address {
    display: block;
    float: left;
    width: 199px;
    height: 40px;
    outline: none;
    padding: 0px 10px;
    color: #adadad;
    font-family: arial;
    border: none;
    margin: 0px 0px 9px 0px;
    background: url('../images/icons.png') -742px -267px no-repeat;
}

#form-validate .back-link {
    clear: both;
    color: #4278C1;
    font-size: 12px;
    display: block;
    float: left;
    margin: 19px 0px 0px 14px;
}

#form-validate .back-link a {
    color: #4278C1;
}

#form-validate .button {
    display: block;
    float: left;
    color: #fff;
    outline: none;
    border: none;
    margin: 0px 0px 0px 35px;
    padding: 0px 10px;
    background: url('../images/icons.png') -931px -324px no-repeat;
    width: 110px;
    height: 43px;
    font-family: normal normal 13px arial sans-serif;
}

#form-validate .button:hover {
    cursor: pointer;
}

#tremsofuse {
    display: none;
}

#content_checkout2_r .success-msg {
    font-weight: bold;
    color: #4AB348;
    padding: 0px 20px 27px 20px;
}

.product-problem {
    padding-left: 10px;
}

#jestproblem {
    padding-left: 20px;
}

#jestproblem a {
    color: #F2631D;
}

#content_checkout2_l .success-msg a {
    color: #F2631D;
}

.content_checkout4 {
    margin-bottom: 0px !important;
    margin-left: -16px !important;
    margin-top: -16px !important;
    /* 	background: url('../images/content_checkout33.jpg') 0px 0px no-repeat scroll #EFEFEF !important; */
    background: #EFEFEF !important;
    overflow: hidden;
}

.content_checkout5 {
    background: url('../images/content_checkout33.jpg') 0px 0px repeat-y scroll #EFEFEF !important;
}

.content_checkout4 #content_checkout2_l, .content_checkout5 #content_checkout2_l {
    width: 999px !important;
}

.b-top {
    margin: 4px 16px 11px 20px;
    border: 0px;
    background-color: #D6F2FD;
    padding: 20px 0px 20px 200px;
}

.b-top .naglowek {
    font-size: 24px;
    color: #0098ff;
    margin-bottom: 5px;
}

.b-top .loader {
    height: 32px;
    background: url('../images/loading_checkout3.gif') 5px 0px no-repeat;
    width: 30px;
    overflow: auto;
}

.b-top .text {
    font-size: 14px;
    color: #484848;
    border: none;

    width: 600px;
}

.b_top_div {
    margin-top: 10px;
}

/* select */

.styled-select select {
    background: transparent;
    width: 200px !important;
    border: 0px;
    padding: 0px 0px 0px 8px;
    border-radius: 0;
    height: 38px;
    appearance: button;
    -moz-appearance: button; /* Firefox */
    -webkit-appearance: button; /* Safari and Chrome */
}

.styled-select {
    margin-top: 1px;
    width: 131px;
    height: 41px;
    overflow: hidden;
    background: url('../images/checkout/select.png') no-repeat;
    border: none;
    float: left;
}

.b_input_code {
    height: 38px;
    width: 40px;
    border-radius: 5px;
    border: 1px solid #92A5AC;
    background-color: #ffffff;
    margin-left: 5px;
    padding: 0px 10px;
}

.b_input_number {
    height: 38px;
    width: 220px;
    border-radius: 5px;
    border: 1px solid #92A5AC;
    background-color: #ffffff;
    margin-left: 0px;
    padding: 0px 10px;
}

.b_input_call {
    background-image: url('../images/checkout/bt1.png');
    width: 100px;
    height: 40px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    color: #ffffff;
}

.content_checkout4 .checkout2_h4, .content_checkout5 .checkout2_h4 {
    color: #292c30;
    font-weight: bold;
    font-size: 24px;
    position: relative;
    margin: 4px 16px 11px 20px;
    padding: 41px 0px 37px 16px;
    border-bottom: solid 1px #cfcfd0;
    font-family: arial, sans-serif;
}

.content_checkout4 .checkout_table, .content_checkout5 .checkout_table {
    margin: 0px !important;
}

.content_checkout4 .checkout_table .td6, .content_checkout5 .checkout_table .td6 {
    border-right: 1px #e7e7e7 solid;
}

.content_checkout4 .checkout_table .t-last, .content_checkout5 .checkout_table .t-last {
    border-right: solid 1px #A9A9A9;
    padding-right: 16px !important;
}

.content_checkout4 .checkout_table .t-title, .content_checkout5 .checkout_table .t-title {
    width: 280px;
}

.content_checkout4 .prince_sp, .content_checkout5 .prince_sp {
    width: 100px;
}

.content_checkout4 .t-count, .content_checkout5 .t-count {
    width: 50px;
    text-align: center;
}

.content_checkout4 .checkout_in, .content_checkout5 .checkout_in {
    margin: 0px auto;
}

.content_checkout4 .t-price, .content_checkout5 .t-price {
    width: 91px;
    text-align: center;
}

.content_checkout4 .t-price span, .content_checkout5 .t-price span {
    float: none !important;
    margin: 3px auto !important;
}

.content_checkout4 .b-right, .content_checkout5 .b-right {
    width: 712px;
    float: right;
    padding-right: 17px;
    z-index: 9;
    position: relative;
}

.content_checkout4 .b-white, .content_checkout5 .b-white {
    background-color: #fff;
    padding: 17px;
    box-shadow: 0px 0px 20px -2px #CECECE;
    overflow: hidden;
}

.content_checkout4 .b-table, .content_checkout5 .b-table {
    border: 2px #d8f2fc solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 14px;
}

.content_checkout4 .total_prince_d, .content_checkout5 .total_prince_d {
    margin-top: 33px !important;
    margin-right: 15px !important;
}

.content_checkout4 .discount_d, .content_checkout5 .discount_d {
    margin-top: 32px !important;
}

.content_checkout4 .reg_d, .content_checkout5 .reg_d {
    background-color: #d8f2fc;
    padding: 15px !important;
    margin: 20px -14px -14px 0px !important;
    border: 2px #d8f2fc solid;
    -webkit-border-radius: 10px 0px 10px 0px;
    -moz-border-radius: 10px 0px 10px 0px;
    border-radius: 10px 0px 10px 0px;
    width: 420px;
    color: #474747;
    font: normal normal 13px arial, sans-serif;
}

.content_checkout4 .reg_d input[type="text"], .content_checkout5 .reg_d input[type="text"] {
    padding: 0px 15px;
    height: 38px;
    line-height: 38px;
    width: 215px;
    border: 1px #93a4ab solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #474747;
    font: normal bold 14px arial, sans-serif;
    margin-top: 17px;
}
.content_checkout4 .reg_d input[type="text"].termInputError,
.content_checkout5 .reg_d input[type="text"].termInputError {
    background-color: #ffd5d4;1
}
.content_checkout4 .reg_d input[type="submit"], .content_checkout5 .reg_d input[type="submit"] {
    height: 45px;
    line-height: 44px;
    padding: 0px 15px;
    color: #ffffff;
    font: normal bold 14px arial, sans-serif;
    border: none;
    margin-top: 17px;
    margin-left: 5px !important;
    cursor: pointer;
    background: #0e89f9;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBlODlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZjVmZjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #0e89f9 0%, #2f5ff8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0e89f9), color-stop(100%, #2f5ff8));
    background: -webkit-linear-gradient(top, #0e89f9 0%, #2f5ff8 100%);
    background: -o-linear-gradient(top, #0e89f9 0%, #2f5ff8 100%);
    background: -ms-linear-gradient(top, #0e89f9 0%, #2f5ff8 100%);
    background: linear-gradient(to bottom, #0e89f9 0%, #2f5ff8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e89f9', endColorstr='#2f5ff8', GradientType=0);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    min-width: 180px;
}

.content_checkout5 .reg_d input[type="submit"] {
    margin-top: 14px;
}

.content_checkout4 .reg_d input[type="text"] {
    margin-top: 11px \0/;;
    margin-right: 5px \0/;;
    float: left \0/;;
}

.content_checkout4 .reg_d input[type="submit"],
.content_checkout4 .reg_d button {
    margin-top: 9px \0/;;
    float: left \0/;;
}

.content_checkout4 .reg_d input[type="submit"]:hover,
.content_checkout5 .reg_d input[type="submit"]:hover,
.content_checkout4 .reg_d button:hover,
.content_checkout5 .reg_d button:hover {
    background: #0a6ac5;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBhNmFjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZDRjYzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #0a6ac5 0%, #1d4cc5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0a6ac5), color-stop(100%, #1d4cc5));
    background: -webkit-linear-gradient(top, #0a6ac5 0%, #1d4cc5 100%);
    background: -o-linear-gradient(top, #0a6ac5 0%, #1d4cc5 100%);
    background: -ms-linear-gradient(top, #0a6ac5 0%, #1d4cc5 100%);
    background: linear-gradient(to bottom, #0a6ac5 0%, #1d4cc5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a6ac5', endColorstr='#1d4cc5', GradientType=0);
    cursor: pointer;
}

.content_checkout4 .b-discount, .content_checkout5 .b-discount {
    padding: 17px;
    border: 1px #c7c7c7 solid;
    margin-top: 19px;
    color: #17191d;
    font: normal normal 14px/19px arial, sans-seirf;
    margin-bottom: 42px;
}

.content_checkout4 .b-discount h3, .content_checkout5 .b-discount h3 {
    color: #ff4b04;
    font: normal bold 18px arial, sans-serif;
    padding-bottom: 10px;
}

.content_checkout10 {
    margin-top: 32px !important;
    margin-left: 17px !important;
    background: none !important;
    border-top: solid 2px #DFDFDF;
}

.c-discount {
    padding: 17px;
    border: 1px #c7c7c7 solid;
    margin-top: 19px;
    color: #17191d;
    font: normal normal 14px/19px arial, sans-seirf;
    margin-bottom: 42px;
    background-color: #fff;
}

.c-discount .opinions {
    display: block;
    float: left;
    margin: 0px 0px 0px 10px !important;
    width: 215px;
}

.c-discount .opinions .opinions_h2 {
    color: #0D6BBF;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0px 5px 0px;
}

.c-discount .opinions .opinions_h2 a {
    color: #0D6BBF;
}

.c-discount .opinions .star_d {
    margin: 3px 0px;
}

.c-discount .opinions .star_d img {
    display: inline-block;
}

.c-discount .opinions .star_d2 {
    color: #58595B;
    display: inline-block;
}

.c-discount .opinions .opinions_desc {
    font-size: 13px;
    line-height: 20px;
}

.c-discount .opinions .opinions_desc a {
    color: #0076a3;
    text-decoration: underline;
}

.c-discount .opinions .more_a {
    color: #0076a3;
}

.c-discount .opinions .opinions_desc a:hover {
    text-decoration: none;
}

.content_checkout4 .fb, .content_checkout5 .fb {
    background-position: -343px -234px !important;
    float: left;
}

.content_checkout4 .fb:hover, .content_checkout5 .fb:hover {
    background-position: -381px -568px !important;
    text-decoration: none;
}

.content_checkout4 .twitter, .content_checkout5 .twitter {
    background-position: -477px -234px !important;
    float: left;
}

.content_checkout4 .twitter:hover, .content_checkout5 .twitter:hover {
    background-position: -515px -568px !important;
    text-decoration: none;
}

.content_checkout4 .google, .content_checkout5 .google {
    background-position: -608px -234px !important;
    float: left;
}

.content_checkout4 .google:hover, .content_checkout5 .google:hover {
    background-position: -646px -568px !important;
    text-decoration: none;
}

.content_checkout4 .b-socials, .content_checkout5 .b-socials {
    float: right;
    margin-top: 29px;
}

.content_checkout4 .b-left, .content_checkout5 .b-left {
    width: 249px;
    float: left;
    z-index: 10;
    position: relative;
    padding-left: 19px;
}

.content_checkout4 .b-left li.active, .content_checkout5 .b-left li.active {
    background-color: #fff !important;
    color: #ff4804;
    font: normal bold 18px arial, sans-serif;
    width: 213px;
    padding: 20px 20px 20px 20px;
    box-shadow: 0px 0px 20px -2px #CECECE;
    border-radius: 5px 0px 0px 5px;
    position: relative;
    border-bottom: none !important;
}

.content_checkout4 .b-left li a, .content_checkout5 .b-left li a {
    color: #38687E;
    font: normal bold 18px arial, sans-serif;
    width: 213px;
    position: relative;
}

#bigmenuside li:hover {
    background-color: #fff !important;
    color: #ff4804;
    font: normal bold 18px arial, sans-serif;
    width: 213px;
    padding: 20px 20px 20px 20px;
    box-shadow: 0px 0px 20px -2px #CECECE;
    border-radius: 5px 0px 0px 5px;
    position: relative;
    border-bottom: solid 1px #fff !important;
}

#bigmenuside li a:hover, #bigmenuside li:hover a {
    text-decoration: none;
    color: #ff4804;
}

.content_checkout4 .b-left li, .content_checkout5 .b-left li {
    border-bottom: 1px #D3D3D3 solid;
    padding: 20px 20px 20px 20px;
}

.content_checkout4 .b-left li.last, .content_checkout5 .b-left li.last {
    border-bottom: none !important;
}

.content_checkout4 .b-left li.active span, .content_checkout5 .b-left li.active span {
    background-color: #fff;
    width: 10px;
    height: 62px;
    position: absolute;
    right: -7px;
    top: 0px;
}

.content_checkout4 .b-left ul, .content_checkout5 .b-left ul {
    list-style-type: none;
}

#earn-with-us {
    border: 1px #e1ce9b solid;
    padding: 15px;
    margin: 13px 10px 0px 0px;
    color: #505050;
    font: normal normal 13px arial, sans-serif;
}

#earn-with-us h3 {
    color: #a78936;
    font: normal bold 14px arial, sans-serif;
    padding: 0 80px 15px 33px;
    margin: 0px;
    position: relative;
    zoom: 1;
}

#earn-with-us h3 span {
    display: block;
    width: 28px;
    height: 20px;
    float: left;
    margin-top: -2px;
    margin-left: -34px;
    background: transparent url('../images/icons.png') -169px -523px no-repeat;
}

#earn-with-us h3 b {
    background-color: #bca567;
    color: #fff;
    padding: 3px;
    font-size: 10px;
    border-radius: 2px;
    position: absolute;
    right: -9px;
    top: -1px;
    zoom: 1;
}

#earn-with-us input[type="text"] {
    padding: 0px 15px;
    height: 38px;
    line-height: 38px;
    width: 127px;
    border: 1px #93a4ab solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #474747;
    font: normal normal 13px arial, sans-serif;
    margin-top: 17px;
}

#earn-with-us button {
    height: 44px;
    line-height: 44px;
    width: 44px;
    background: url('../images/icons.png') -200px -515px no-repeat;
    color: #fff;
    font: normal bold 14px arial, sans-serif;
    border: none;
    margin-top: 17px;
    position: absolute;
    right: 0;
    top: -2px;
    cursor: pointer;
}

#earn-with-us #newsubscriber {
    position: relative;
    zoom: 1;
}

#earn-with-us #newsubscriber div {
    color: red;
    text-align: center;
    width: 212px;
    clear: both;
    padding: 10px 3px 0px;
}

#earn-with-us input[type="submit"]:hover {
    background-position: -340px -610px;
    cursor: pointer;
}

#continueShopping {
    /* 	float: right;
            color: #4278C1;
            padding-top: 53px;
            font-size: 12px;
            padding-right: 40px;
            position : relative;
            z-index : 10 */
    height: 45px;
    float: right;
    margin-top: 20px;
    margin-right: 40px;
    padding: 0px 15px;
    color: #fff;
    font: normal bold 12px arial, sans-serif;
    border: none;
    cursor: pointer;
    line-height: 44px;
    text-align: center;
    position: relative;
    z-index: 10;
    background: #0e89f9;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBlODlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZjVmZjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #0e89f9 0%, #2f5ff8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0e89f9), color-stop(100%, #2f5ff8));
    background: -webkit-linear-gradient(top, #0e89f9 0%, #2f5ff8 100%);
    background: -o-linear-gradient(top, #0e89f9 0%, #2f5ff8 100%);
    background: -ms-linear-gradient(top, #0e89f9 0%, #2f5ff8 100%);
    background: linear-gradient(to bottom, #0e89f9 0%, #2f5ff8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e89f9', endColorstr='#2f5ff8', GradientType=0);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#continueShopping:hover {
    text-decoration: none;
    background: #0a6ac5;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBhNmFjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZDRjYzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #0a6ac5 0%, #1d4cc5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0a6ac5), color-stop(100%, #1d4cc5));
    background: -webkit-linear-gradient(top, #0a6ac5 0%, #1d4cc5 100%);
    background: -o-linear-gradient(top, #0a6ac5 0%, #1d4cc5 100%);
    background: -ms-linear-gradient(top, #0a6ac5 0%, #1d4cc5 100%);
    background: linear-gradient(to bottom, #0a6ac5 0%, #1d4cc5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a6ac5', endColorstr='#1d4cc5', GradientType=0);
    cursor: pointer;
}

.jq-charity-order-thank,
#orderThanks {
    color: #65990b;
    text-align: center;
    padding: 20px 0px 30px 0px;
    font: normal normal 24px arial, sans-serif;
}

#content_checkout2 .prince2 {
    color: #2e2e2e;
    font-size: 22px;
    font-weight: bold;
    display: block;
    text-align: center;
    float: right;
    margin: 0px !important;
}

.content_checkout4 .t-price2, .content_checkout5 .t-price2 {
    width: 104px;
    text-align: right;
}

.content_checkout4 .t-price2 .old-prince, .content_checkout5 .t-price2 .old-prince {
    font-size: 14px !important;
}

.content_checkout4 .t-price2 .discount, .content_checkout5 .t-price2 .discount {
    background-image: none !important;
    color: #2e2e2e !important;
    font-size: 14px !important;
}

.content_checkout4 .t-count2, .content_checkout5 .t-count2 {
    width: 104px;
    text-align: center;
    color: #2e2e2e !important;
    font-size: 14px !important;
}

.content_checkout4 .status_zrealizowane, .content_checkout5 .status_zrealizowane {
    font-size: 13px;
    color: #fff;
    display: block;
    padding: 7px 8px;
    background-color: #65990b;
    clear: both;
    font-weight: bold;
    margin-top: 9px;
    float: left;
    border-radius: 2px;
}

#content_checkout2 .socials_a {
    display: block;
    width: 127px;
    height: 42px;
    margin: 0px 0px 6px 16px;
    background: url('../images/icons.png') -343px -234px no-repeat;
}

.content_checkout4 .i_status, .content_checkout5 .i_status, #content-landing .i_status {
    font-weight: bold;
    cursor: pointer;
    float: left;
    height: 31px;
    line-height: 31px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding-left: 15px;
    font-family: "Arial";
    padding-right: 33px;
    text-transform: uppercase;
    font-size: 14px;
    background-image: url('../images/info2.png');
    color: #fff;
    background-repeat: no-repeat;
    background-position: right center;
    border-right: 10px solid transparent;
}

#content-landing .jq-status {
    float: left; !important;
}
#content-landing .jq-status-text {
    float: left; !important;
}

.positive_comment {
    cursor: pointer !important;
}

.content_checkout4 .status_processing, .content_checkout5 .status_processing, #content-landing .status_processing {
    background-color: #df9800;
}

.content_checkout4 .status_pending, .content_checkout5 .status_pending {
    background-color: #df9800;
}
.content_checkout4 .status_pending_payment, .content_checkout5 .status_pending_payment {
     background-color: #df9800;
 }

.content_checkout4 .status_processing_accepted, .content_checkout5 .status_processing_accepted {
    background-color: #639903;
}

.content_checkout4 .status_complete, .content_checkout5 .status_complete, #content-landing .status_complete {
    background-color: #639903;
}

.content_checkout4 .status_on_hold, .content_checkout5 .status_holded {
    background-color: #df9800;
}

.content_checkout4 .status_verification, .content_checkout5 .status_verification {
    background-color: #df9800;
}

.content_checkout4 .status_closed, .content_checkout5 .status_closed {
    background-color: #e8010b;
}
.content_checkout4 .status_canceled, .content_checkout5 .status_canceled {
    background-color: #e8010b;
}

.status_holded {
    background-color: #df9800;
}


.i_status .i_status_t {
    position: relative;
    display: inline-block;
    float: left;
}

.i_status .i_status_tooltip {
    background-color: #FFFEC3;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(5, 0, 0, 0.26);
    -moz-box-shadow: 0px 0px 3px 0px rgba(5, 0, 0, 0.26);
    box-shadow: 0px 0px 3px 0px rgba(5, 0, 0, 0.26);
    display: block;
    width: 420px;
    padding: 12px;
    position: absolute;
    left: 43px;
    top: -5px;
    font-size: 13px;
    line-height: 1.5;
    display: none;
    z-index: 12;
    color: #000000;
    font-weight: normal;
    text-transform: none;
}

.i_status .i_status_tooltip .arrow-left {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 9px 8px 9px 0;
    border-color: transparent #fffebb transparent transparent;
    position: absolute;
    left: -8px;
    top: 11px;
}

.i_status:hover .i_status_tooltip {
    display: block;
}

.i_status .i_status_tooltip2 {
    background-color: #FFFEC3;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(5, 0, 0, 0.26);
    -moz-box-shadow: 0px 0px 3px 0px rgba(5, 0, 0, 0.26);
    box-shadow: 0px 0px 3px 0px rgba(5, 0, 0, 0.26);
    display: block;
    width: 320px;
    padding: 12px;
    position: absolute;
    right: -5px;
    top: -5px;
    font-size: 13px;
    line-height: 1.5;
    display: none;
    z-index: 12;
    color: #000000;
    font-weight: normal;
    text-transform: none;
}

.i_status .i_status_tooltip2 .arrow-left {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 9px 0px 9px 8px;
    border-color: transparent transparent transparent #fffebb;
    position: absolute;
    left: 344px;
    top: 11px;
}

.i_status:hover .i_status_tooltip2 {
    display: block;
}

.mp-rating .i_status.status_complete {
    background-image: none;
    border: 0 none;
    padding: 0 15px;
    cursor: default
}

.mp-rating .i_status.status_closed {
    background-image: none;
    border: 0 none;
    padding: 0 15px;
}

.mp-rating .icon {
    width: 12px;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}

.mp-rating .mpt1-left {
    font-size: 12px
}

.mp-rating .bh_link {
    font-size: 12px;
    font-weight: normal;
    text-align: right;
}

.mp-rating.mpt-1 tr td:nth-child(2) h2 {
    color: #292c30;
    font-size: 17px;
}

.mp-rating .price {
    color: #ff4003
}

.mp-rating .rating-comment-tr {
    display: none
}

.mp-rating .rating-comment-tr td {
    padding-top: 0px
}

.mp-rating .rating-comment {
    background-color: #f0f0f0;
    padding: 10px
}

.mp-rating .key {
    background-color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    padding: 15px;
}

.mp-rating .rating-comment .comment {
    padding: 20px 0 10px 0
}

.mp-rating .rating-comment .left {
    font-weight: bold;
    font-size: 11px;
    margin-right: 10px;
    line-height: 16px
}

.mp-rating .rating-comment .right {
    font-weight: normal;
    font-size: 11px;
    font-style: italic;
    text-align: left;
    width: 600px;
    line-height: 16px
}

.mp-rating .rating-comment .comment:after {
    content: "";
    display: block;
    clear: both
}

.content_checkout4 .status_niezrealizowane, .content_checkout5 .status_niezrealizowane {
    font-size: 13px;
    color: #fff;
    display: block;
    padding: 7px 8px;
    background-color: #e85710;
    clear: both;
    font-weight: bold;
    margin-top: 9px;
    float: left;
    border-radius: 2px;
}

.content_checkout4 .status_weryfikacja, .content_checkout5 .status_weryfikacja {
    font-size: 13px;
    color: #474747;
    display: block;
    padding: 7px 8px;
    background-color: #D6F2FD;
    clear: both;
    font-weight: bold;
    margin-top: 9px;
    float: left;
    border-radius: 2px;
}

.jq-product-cart-key_d {
    padding: 5px 0px 0px 0px;
    margin: 0px;
    clear: both;
    width: 139px;
    overflow: hidden;
}

.content_checkout4 .checkout_table .t-title, .content_checkout5 .checkout_table .t-title {
    width: 280px;
}

.jq-product-cart-key_d a img {
    position: absolute;
    top: 6px;
    left: 11px;
}

.jq-product-cart-key_d .get_cd_key {
    background: #2e90e2;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlOTBlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMzYyZDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #2e90e2 0%, #2362d6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2e90e2), color-stop(100%, #2362d6));
    background: -webkit-linear-gradient(top, #2e90e2 0%, #2362d6 100%);
    background: -o-linear-gradient(top, #2e90e2 0%, #2362d6 100%);
    background: -ms-linear-gradient(top, #2e90e2 0%, #2362d6 100%);
    background: linear-gradient(to bottom, #2e90e2 0%, #2362d6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e90e2', endColorstr='#2362d6', GradientType=0);
    font-size: 12px;
    color: #fff;
    margin: 0px 0 5px 0;
    padding: 8px 13px 3px 45px;
    height: 17px;
    position: relative;
    width: 76px;
    clear: both;
    float: left;
    display: block;
    border-radius: 3px;
    font-weight: bold;
}

.jq-product-cart-key_d .get_cd_key:hover {
    background: #096bc5;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA5NmJjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYzRhYzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #096bc5 0%, #1c4ac1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #096bc5), color-stop(100%, #1c4ac1));
    background: -webkit-linear-gradient(top, #096bc5 0%, #1c4ac1 100%);
    background: -o-linear-gradient(top, #096bc5 0%, #1c4ac1 100%);
    background: -ms-linear-gradient(top, #096bc5 0%, #1c4ac1 100%);
    background: linear-gradient(to bottom, #096bc5 0%, #1c4ac1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#096bc5', endColorstr='#1c4ac1', GradientType=0);
    text-decoration: none;
    cursor: pointer;
}



#trems_accept {
    margin-right: 0px;
    display:block;
    margin-bottom: 10px;
    text-align: center;
    padding: 5px;
}
#trems_accept.termError {
    background-color: #ffd5d4;
}
#trems_accept label {
    display: block;
    width: 400px;
    color:#474747;
    font-size:14px;
    text-align:left;
    padding-left: 25px;
}

#checkout-payment-method-load .paybt, #save-biling-address {
    height: 28px;
    line-height: 27px;
    width: 87px;
    background: url('../images/checkout/pay_bt.png') 0px 0px no-repeat;
    color: #fff;
    font: normal bold 14px arial, sans-serif;
    border: none;
    margin: 17px auto 10px auto;
    cursor: pointer;
    text-align: center;
    text-align: center;
    padding-top: 8px;
}

#checkout-payment-method-load .paybt:hover {
    background-position: 0px -36px;
}

#content_checkout #content_checkout_menu .li3 {
    width: 345px !important;
    margin-right: 3px;
    margin-right: 0px;
}

#content_checkout #content_checkout_menu .li2 {
    width: 334px !important;
}

#content_checkout #content_checkout_menu .li1 {
    width: 293px !important;
}

#review-please-wait, .please-wait {
    text-align: center;
    clear: both;
    color: #000;
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    background: #fff;
    margin: 0px 0px 11px 41px;
    width: 656px;
    padding: 10px 0px 16px 0px;
    border: solid 1px #AFB0B1;
    border-radius: 10px;
    box-shadow: 0 0 5px #DADADA;
}

#review-please-wait img, .please-wait img {
    margin: 0px 0px -10px 18px;
}

#cart_checkoutform_form .validation-advice {
    width: 400px;
    font-size: 12px;
    position: absolute;
    display: block;
}

/* Slider na stronie produktu */

.cw-youtube {
    width: 700px;
    min-height: 400px;
    z-index: 5;
}

.cw-arrows {
    margin-left: 62px;
    opacity: 0.85;
    cursor: pointer;
    -webkit-transition: 300ms all;
    -moz-transition: 300ms all;
    -o-transition: 300ms all;
    -ms-transition: 300ms all;
    transition: 300ms all;
    position: relative;
}

.cw-down {
    position: absolute;
    top: 307px;
}

.cw-left {
    top: 46px;
    left: -52px;
}

.cw-right {
    top: 46px;
    left: 495px;
}

.cw-arrows:hover {
    opacity: 1;
}

.cw-img-list li {
    width: 158px;
    position: relative;
    overflow: hidden;
    height: 70px;
    border-radius: 3px;
    border: 4px solid #dbdbde;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 4, 0, 0.4);
    -moz-box-shadow: 0px 2px 3px rgba(0, 4, 0, 0.4);
    box-shadow: 0px 2px 3px rgba(0, 4, 0, 0.4);
    margin-bottom: 7px;
    margin-top: 5px;
    background-color: white;
    cursor: pointer;
    display: inline-block;
    margin: 4px;
}

.cw-img-wrap {
    width: 600px;
    height: 100px;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
    margin-left: 50px;
    margin-top: -16px;
}

.cw-img-list {
    position: absolute;
    top: 0;
    width: 9999px;
}

.cw-img-list li:hover img {
    opacity: 0.5;
}

.cw-images {
    width: 700px;
    background: #000;
    height: 126px;
}

.cw-img-list li img {
    position: absolute;
    opacity: 1;
    -webkit-transition: 300ms all;
    -moz-transition: 300ms all;
    -o-transition: 300ms all;
    -ms-transition: 300ms all;
    transition: 300ms all;
}

.cw-frame {
    z-index: 3;
}

.cw-moveicon {
    z-index: 4;
    margin-left: 52px;
    margin-top: 7px;
}

.cw-img-list li:hover .cw-moveicon {
    opacity: 1;
}

.cw-img-list li img.cw-lupa {
    z-index: 4;
    margin-left: 48px;
    margin-top: 12px;
    opacity: 0;
}

.cw-img-list li:hover .cw-lupa {
    opacity: 1;
}

.cw-platform {
    display: inline-block;
    float: left;
    margin: 0px 2px 0px 0px;

}

.cw-data-info div span, .cw-data-info div strong {
    float: left;
    display: inline-block;
}

.cw-tabs-content div.cw-main-tab {
    display: none;
}

.cw-tabs-content div.cw-main-tab:nth-child(1) {
    display: block;
}

.cw-product-des p, #product-dets .prodDetalisText {
    width: 465px;
    float: right;
    display: inline-block;
    margin-right: 50px;
    font-size: 13px;
    margin-top: 19px;
    margin-left: 0;
    line-height: 1.5;
    text-align: justify;
}

.cw-product-des h3, #product-dets h3 {
    margin-bottom: 25px;
    padding: 19px 19px 30px 19px;
    font-size: 18px;
    border-bottom: solid 3px #85AC53;
}

.cw_h {
    margin-bottom: 25px;
    padding: 13px 10px 10px 10px;
    border: solid 1px #85AC53;
    border-bottom: solid 3px #ffffff;
    text-align: center;
    border: solid 1px #ffffff;
    border-bottom: solid 3px #85AC53;
    display: inline-block;
    width: 328px;
    font-size: 18px;
    color: #227297;
    font-weight: bold;
    cursor: pointer;
}

.cw_h.active {
    color: #010101;
    border: solid 1px #85AC53;
    border-bottom: solid 3px #ffffff;
}

#other .cw-icons {
    width: 100% !important;
    border-bottom: none !important;
}

#other .cw-icons h3 {
    border-bottom: none !important;
    font-size: 14px !important;
    padding: 0px !important;
    margin: 0px !important;
}

#description p b {
    display: inline-block;
    margin: 0px 0px 17px 0px;
    font-size: 18px;
    line-height: 22px;
}

#other .cw-icons li {
    clear: none !important;
    margin-bottom: 10px !important;
}

.cw-product-des .cw-pd-icon, #product-dets .cw-pd-icon {
    float: left;
    display: inline-block;
    margin-top: -23px;
}

.cw-product-des .cw-pd-mainlist li, #product-dets .cw-pd-mainlist li {
    margin-bottom: 46px;
    display: block;
    clear: both;
    overflow: hidden;
}

.cw-product-des .cw-pd-mainlist li:last-child, #product-dets .cw-pd-mainlist li:last-child {
    margin-bottom: 10px;
}

.cw-pd-icon2 {
    display: block;
    margin: 0px auto;
    max-width: 698px;
}

#pegi-des li {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

#requirement .cw-spec {
    background: #EBEFE1;
    margin-top: -26px;
}

#requirement .cw-spec .spec_ico {
    display: block;
    float: left;
    min-width: 34px;
    min-height: 40px;
    margin: 0px 12px 0px 16px;
}

#requirement .cw-spec .cw-spec_txt {
    display: block;
    float: left;
    margin: 11px 0px 0px 0px;
    font-size: 14px !important;
}

#requirement .cw-spec .cw-spec_txt_spec {
    padding-top: 11px;
    margin: 0px 0px 0px 233px;
    font-size: 14px !important;
}

#requirement .cw-spec strong {
    display: inline-block;
    width: 171px;
}

#requirement .cw-spec li {
    border-top: solid 1px #fff;
    margin: 0px !important;
    padding: 11px 0px !important;
}

#requirement .cw-spec li.alternative_style {
    background: #E0E5D8;
}

.aLeft {
    width: 48%;
    margin-right: 3%;
    float: left;
    display: inline-block;
}

.aRight {
    width: 48%;
    float: right;
    display: inline-block;
}

.cw-spec li {
    font-size: 12px;
    margin-bottom: 5px;
}

.b-right .my-account .amount, .b-right #helpdesc .amount {
    float: right;
}

.b-right .my-account h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

.b-right .my-account .checkout_table a {
    color: #38687E
}

.b-right .my-account .checkout_table .t-last {
    padding: 10px 10px 10px 15px !important;
}

.b-right .b-white {
    min-height: 300px;
}

.b-right .my-account .checkout_table {
    margin-top: 10px !important;
}

.account-form .input_normal strong, .account-form .forn_checkbox {
    display: block !important;
    width: 100px !important;
    font: normal normal 16px arial, sans-serif !important;
    color: #000 !important;
    width: 100% !important;
    float: none !important;
    margin-bottom: -8px;
}

.account-form label {
    display: block !important;
    width: 100px !important;
    font: normal normal 16px arial, sans-serif !important;
    color: #000 !important;
    width: 100% !important;
    float: none !important;
    margin: 0px 0px 5px 0px !important;
}

.account-form .input_normal .checkout1 .input-text, .account-form .input-box .input-text {
    border: none !important;
    color: #474747;
    background: url('../images/icons.png') -814px -437px no-repeat !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    height: 57px !important;
    padding: 0px 10px 0px 10px !important;
    width: 275px !important;
    outline: none;
    margin-bottom: 5px;
}

.account-form .forn_checkbox input[type="checkbox"] {
    margin-right: 5px;
}

.account-form .fieldset h2 {
    font-size: 22px !important;
    margin-bottom: 10px !important;
    margin-top: 35px !important;
    color: #000;
}

.account-form .blue-white_button {
    height: 35px;
    line-height: 27px;
    width: 87px;
    background: transparent url('../images/checkout/pay_bt.png') 0px 0px no-repeat;
    color: #fff;
    font: normal bold 14px arial, sans-serif;
    border: none;
    margin: 17px auto 0px auto;
    cursor: pointer;
    text-align: center;
    text-align: center;
}

.account-form .blue-white_button:hover {
    background-position: 0px -36px;
}

.account-form .form_bottom_panel {
    clear: both;
}

.account-form #reg_info {
    display: block;
    float: left;
    color: #000;
    margin: 12px 10px 0px 0px;
    padding-top: 14px;
}

.my-account .success-msg {

    font-weight: bold;
    color: #4AB348;
    padding: 0px 20px 27px 0px;
}

.my-account .order-items {
    padding-top: 30px;
}

.my-account .table-caption {
    color: #7FBAD1
}

/* HELPDESK ULTIMATE */
#helpdesc #header_text {
    display: none;}
#helpdesc input[type="text"] {
    border: 1px #EBEBEB solid !important;
    border-width: 1px 0px 0px 1px !important;
    color: #474747;
    background-color: #FAFAFA;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 20px;
    outline: none;
    margin-bottom: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;}
#openticket select {
    border: 1px #EBEBEB solid !important;
    border-width: 1px 0px 0px 1px !important;
    color: #474747;
    background-color: #FAFAFA;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    height: 37px !important;
    line-height: 37px !important;
    padding-left: 15px;
    padding-right: 1px;
    width: 565px !important;
    outline: none;
    margin-bottom: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;}
.b-right .my-account .limiter select, .b-right #helpdesc .limiter select {
    border: 1px #EBEBEB solid !important;
    border-width: 1px 0px 0px 1px !important;
    color: #474747;
    background-color: #FAFAFA;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    height: 25px !important;
    line-height: 25px !important;
    padding-left: 5px;
    padding-right: 1px;
    outline: none;
    margin-bottom: 5px;
    margin-right: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;}
#helpdesc textarea {
    border: 1px #EBEBEB solid !important;
    border-width: 1px 0px 0px 1px !important;
    color: #474747;
    background-color: #FAFAFA;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    height: 237px !important;
    line-height: 17px !important;
    padding-left: 15px;
    padding-right: 15px;
    width: 662px !important;
    outline: none;
    margin: 20px 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    resize: none;}
#helpdesc .blue-white_button, #password-form .blue-white_button {
    height: 45px;
    line-height: 44px;
    width: 165px;
    background: url('../images/icons.png') -2px -513px no-repeat;
    color: #fff;
    font: normal bold 14px arial, sans-serif;
    border: none;
    cursor: pointer;
    margin-right: 109px;}
#helpdesc .blue-white_button:hover, #password-form .blue-white_button:hover {
    background-position: -437px -654px;}

#openticket label, #password-form label {
    display: block !important;
    width: 100px !important;
    font: normal normal 16px arial, sans-serif !important;
    color: #000 !important;
    width: 100% !important;
    float: none !important;
    margin: 7px 0px -7px 0px !important;}
#openticket {
    padding-top: 20px;}

#helpdesc .data-table {
    width: 100%;}
#helpdesc .data-table td {
    padding: 7px 10px !important;}

#my-reviews-table td {
    cursor: pointer;}

#helpdesc a {
    color: #1681FF;}
#helpdesc h3 {
    font-size: 22px;
    margin-bottom: 20px;}
#helpdesc .message-box {
    margin-top: 15px;
    border: 1px solid #B2B2B2;
    border-radius: 8px;}
#helpdesc .message-box h5 {
    font: normal 13px arial, sans-serif;
    color: #333;
    width: 550px;
    float: left;}
#helpdesc .message-box .do-quote {
    width: 80px;
    text-align: right;
    float: right;}
#helpdesc .message-header {
    height: 13px;
    padding: 15px;
    border-radius: 9px;
    background-color: #FAFAFA;}
#helpdesc .message-body {
    padding: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font: normal normal 12px arial, sans-serif;}
.message-box .attachment {
    padding: 15px;
    font-size: 11px;}
#helpdesc #ticket-search {
    width:100%;
    height:60px;
    background-color: #EFEFF0;
    margin-bottom:10px;}
#helpdesc #ticket-search-content {
    margin-top:10px;
    margin-left:10px;
    float:left;}
#ticket-search label {
    font-weight:bold;}
#ticket-search input[type=text] {
    background-color:#FFF;
    border:1px solid #BFBFBF !important;
    border-radius:3px;
    outline: medium none;
    padding-left: 15px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    width:200px;
    margin: 0 10px;}
#ticket-search input[type=submit] {
    min-width:90px;
    height:38px;
    background: -webkit-linear-gradient(top, #1F67DF, #3cb0f0); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, #1F67DF, #3cb0f0); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, #1F67DF, #3cb0f0); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to top, #1F67DF, #3cb0f0); /* Standard syntax */
    border: medium none;
    border-radius:5px;
    color:#FFF;
    font-weight: bold;
    cursor: pointer;}
#ticket-search input[type=submit]:hover {
    background: -webkit-linear-gradient(bottom, #1F67DF, #3cb0f0); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #1F67DF, #3cb0f0); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #1F67DF, #3cb0f0); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #1F67DF, #3cb0f0); /* Standard syntax */
  }

/* PAGER */
#helpdesc .pager .pages {
    height: 80px;}
#helpdesc .pager .amount {
    width: 300px;
    margin-top: 10px;
    float: left;}
#helpdesc .pager .limiter {
    float: right;
    width: 200px;
    padding-bottom: 10px;
    text-align: right;}
#helpdesc .pager .limiter-select {
    border: 1px solid #E5E5E5;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    width: 50px;
    height: 30px;
    overflow: hidden;
    background: #F5F5F5 url('../images/select-arrow.png') no-repeat right;
    margin: 0 5px;}
#helpdesc .pager .limiter select {
    background: transparent;
    border: none;
    font-size: 14px;
    padding: 5px;
    text-transform: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    width: 150%;}
#helpdesc .pager .limiter select option {
    text-align: center}
#helpdesc .pager .limiter-select:hover {
    background-color: #FFF;
}

#helpdesc .pager .pages strong {
    display: none;
}

#helpdesc .pager .pages {
    padding: 10px;
    margin-top: 20px;
    float: none;
}

#helpdesc .pager .pages * {
    display: table-cell;
}

#helpdesc .pager .pages ol li {
    margin: 0px;
    border: 1px solid #CCCCCC;
}

#helpdesc .pager .pages ol li a {
    padding: 15px;
    margin: 0px;
    color: #000;
    font-size: 14px;
}

#helpdesc .pager .pages ol li a:hover {
    border-bottom: 3px solid #2475E1;
    background-color: #F2F2F2;
    text-decoration: none;
}

#helpdesc .pager .pages ol li:first-child {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

#helpdesc .pager .pages ol li:last-child {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

#helpdesc .pager .pages .current a {
    color: #2475E1;
    background-color: #F2F2F2;
    border-radius: 5px;
    font-weight: bold;
}

#helpdesc .pager .pages .current a:hover {
    background-color: #F2F2F2;
    border-bottom: none;
}

#helpdesc #my-reviews-table td {
    padding: 8px;
    border: none;
}

#helpdesc #my-reviews-table tr {
    border-bottom: 1px solid #EFEFF0;
}

#helpdesc #my-reviews-table tr:hover {
    background-color: #EFEFEF;
}

#helpdesc #my-reviews-table .tr1 td {
    background-color: #EFEFF0;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    text-align: left;
}

/* CREATE TICKET */
.circle .icon {
    color: #ffffff;
    font-size: 41px;
    padding-top: 27%;
}

.rowForm {
    display: inline-block;
    width: 100%;
}

#helpdesc .contactsEmailList ul {
    display: inline-block;
    list-style: none outside none;
    margin-bottom: 30px;
    padding: 0;
    width: 100%;
}

#helpdesc .contactsEmailList li {
    text-align: center;
    border-right: 1px solid #F29982;
    float: left;
    background-color: #f17352;
    height: 105px;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-top: 15px;
    position: relative;
    transition: all 300ms ease 0s;
    width: 138px;
}

.contactsEmailList li:first-child {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.contactsEmailList li:last-child {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.contactsEmailList li .icon {
    color: #fec9bb;
    font-size: 42px;
    margin-bottom: 10px;
}

.contactsEmailList li .listText {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

.contactsEmailList li:hover, .contactsEmailList li.active {
    background-color: #fe8c6e;
    cursor: pointer;
}

.contactsEmailList li:hover .icon, .contactsEmailList li.active .icon {
    color: #ffffff;
}

.contactsEmailList li.active .SHtriangle {
    border-color: #fe8d6e transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0;
    bottom: -10px;
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 0;
}

.contactsHr {
    border-top: 1px solid #cecece;
    margin: 40px 0;
}

.inputRadioWrapper {
    display: table;
    margin: 0 auto 25px;
    text-align: center;
}

.inputRadioWrapperBox {
    cursor: pointer;
    display: inline-block;
    float: left;
}

.inputRadioWrapperBox .inputRadio {
    background-color: #ffffff;
    border: 1px solid rgb(230, 230, 230);
    border-radius: 50%;
    float: left;
    height: 33px;
    width: 33px;
}

.inputRadioWrapperBox.active .inputRadioActive {
    background-color: rgb(179, 179, 179);
    border-radius: 50%;
    height: 15px;
    margin-left: 8px;
    margin-top: 8px;
    width: 15px;
}

#helpdesc .inputRadioWrapperBox .inputRadioLabel {
    color: #444444;
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-left: 40px;
    margin-right: 25px;
    margin-top: 10px;
    white-space: nowrap;
}

.inputSelectWrapper {
    text-align: left;
}

.contactsInputs {
    display: block;
    height: 0;
    margin-bottom: 58px;
    overflow: hidden;
}

.contactsInputs.active {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.contactsInputs .contactsLangs {
    padding-bottom: 20px;
}

.contactsInputs .contactsLangsList {
    display: inline-block;
    margin-top: -10px;
}

.contactsInputs .contactsLangsLabel {
    color: #444444;
    float: left;
    font-size: 14px;
    font-weight: 500;
    padding-right: 15px;
}

#helpdesc .contactsInputs .contactsLangsFlag {
    border: 4px solid transparent;
    border-radius: 50%;
    float: left;
    height: 23px;
    margin: 0 5px;
    transition: all 300ms ease 0s;
    width: 22px;
}

.contactsInputs .contactsLangsFlag:hover {
    cursor: pointer;
}

#helpdesc .contactsInputs .contactsLangsFlag.active {
    border: 4px solid #fac8bb;
}

.contactsInputs .rowLabel {
    color: #444444;
    font-size: 14px;
    font-weight: 500;
}

.contactsInputs .rowLabel span {
    color: #d75938;
}

.contactsInputs .rowInput {
    margin-bottom: 10px;
    position: relative;
}

.contactsInputs .rowInput input, .contactsInputs .rowInput textarea {
    background-color: #ffffff;
    border: 1px solid rgb(230, 230, 230);
    border-radius: 3px;
    color: #8c8c8c;
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0;
    padding: 13px 20px;
    width: 100%;
}

.contactsInputs .rowInput input:focus, .contactsInputs .rowInput textarea:focus {
    border: 1px solid rgb(0, 152, 224);
    outline: medium none;
}

.contactsInputs .rowInput textarea {
    height: 150px;
    resize: none;
}

.contactsInputs .rowInput.errorInput input, .contactsInputs .rowInput.errorInput textarea {
    border: 1px solid #ffa7a7;
    box-shadow: 0 0 18px 0 rgba(251, 193, 193, 0.58);
}

.contactsInputs .rowInput.errorInput input:focus, .contactsInputs .rowInput.errorInput textarea:focus {
    border: 1px solid rgb(0, 152, 224);
    outline: medium none;
}

.contactsInputs .rowInfo {
    color: #444444;
    font-size: 13px;
    margin: 5px 0 15px;
}

.contactsInputs .tooltipError {
    background-color: #fd7272;
    border-radius: 5px;
    bottom: -33px;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    height: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    z-index: 4;
}

.contactsInputs .rowTextarea .tooltipError {
    bottom: -29px;
}

.contactsInputs .rowFile .tooltipError {
    bottom: -26px;
    left: 0;
    right: auto;
}

.contactsInputs .rowFile .tooltipError .triangleError {
    right: auto;
}

.contactsInputs .rowInput.errorInput .tooltipError, .contactsInputs .rowFile.errorInput .tooltipError {
    height: auto;
    overflow: visible;
    padding: 10px 15px;
}

.contactsInputs .tooltipError .triangleError {
    border-color: transparent transparent #fd7272;
    border-style: solid;
    border-width: 0 8px 8px;
    height: 0;
    position: absolute;
    right: 20px;
    top: -8px;
    width: 0;
}

.contactsInputs .formError {
    background-color: #fd7272;
    border-radius: 3px;
    color: #ffffff;
    display: none;
    font-size: 13px;
    margin-bottom: 15px;
    padding: 10px 15px;
    text-align: center;
}

.contactsInputs .formError.active {
    display: block;
}

.contactsInputs .formSuccess {
    background-color: #8fbc8f;
    border-radius: 3px;
    color: #ffffff;
    display: none;
    font-size: 13px;
    margin-bottom: 15px;
    padding: 10px 15px;
    text-align: center;
}

.contactsInputs .formSuccess.active {
    display: block;
}

.contactsInputs .messages {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.contactsInputs .messages .success-msg, .contactsInputs .messages .error-msg {
    background-color: #fd7272;
    border-radius: 3px;
    color: #ffffff;
    font-size: 13px;
    margin-bottom: 15px;
    padding: 10px 15px;
}

.contactsInputs .messages ul {
    list-style: none outside none;
}

.contactsInputs .messages .success-msg {
    background-color: #64e550 !important;
    color: black;
}

.contactsInputs .captcha {
    border: 1px solid #797979;
    float: left;
    margin: 18px 0;
}

.contactsInputs .captcha-reload {
    color: #bfbfbf;
    float: left;
    font-size: 26px;
    margin: 19px 20px;
}

.contactsInputs .captcha-reload:hover {
    color: #aca9a9;
    cursor: pointer;
}

.contactsInputs .formSubmit {
    margin-top: 10px;
    padding: 15px 40px;
    cursor: pointer;
}

.contactsInputs .rowFile {
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: left;
    font: bold 14px arial, sans-serif;
    margin: 5px 20px 15px 0;
}

.contactsInputs .rowFile.error {
    border: 1px solid #ffa7a7;
    box-shadow: 0 0 18px 0 rgba(251, 193, 193, 0.58);
}

.contactsInputs .input-file {
    cursor: pointer;
    height: 70px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    position: absolute;
    width: 100%;
    z-index: 2;
}

.contactsInputs .rowFileValue {
    color: #a3a3a3;
    cursor: pointer;
    padding: 15px 13px;
    text-align: center;
}

.contactsInputs .rowFileText {
    color: #474747;
    font-size: 14px;
    padding-top: 23px;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.btn-blue {
    background-color: #0098e0;
    border: medium none;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    transition: all 300ms ease 0s;
}

#helpdesc .m-select {
    color: #000;
    background-color: #F2F2F2;
    border: 1px solid rgb(230, 230, 230);
    line-height: 44px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 14px;
    border-radius: 3px;
    position: relative;
    padding-left: 20px;
    padding-right: 40px;
    cursor: pointer;
    margin-bottom: 10px;
    color: #8c8c8c;
    box-shadow: none;
}

#helpdesc .m-select.errorSelect {
    border: 1px solid #ffa7a7;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(251, 193, 193, 0.58);
    -moz-box-shadow: 0px 0px 18px 0px rgba(251, 193, 193, 0.58);
    box-shadow: 0px 0px 18px 0px rgba(251, 193, 193, 0.58);
}

#helpdesc .m-select-arrow {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 6px 4.5px 0 4.5px;
    border-color: #444444 transparent transparent transparent;
    position: absolute;
    top: 19px;
    right: 19px;
}

#helpdesc .m-select.active .m-select-arrow {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 4.5px 6px 4.5px;
    border-color: transparent transparent #444444 transparent;
}

#helpdesc .u_select {
    position: absolute;
    z-index: 5;
    width: 100%;
    top: 0px;
    padding-top: 40px;
    margin-left: -20px;
}

#helpdesc .m-select ul {
    z-index: 3;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    left: 0px;
    border: 1px solid rgb(230, 230, 230);
    margin-top: 5px;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

#helpdesc .m-select ul li {
    padding-left: 20px;
    padding-right: 20px;
    min-height: 40px;
    line-height: 40px;
}

#helpdesc .m-select ul li:hover {
    background-color: #f3f3f3;
}

/* REPLY FORM */
#helpdesk-reply .rowFile {
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: left;
    font: bold 14px arial, sans-serif;
    margin: 5px 20px 15px 0;
}

#helpdesk-reply .rowFile.error {
    border: 1px solid #ffa7a7;
    box-shadow: 0 0 18px 0 rgba(251, 193, 193, 0.58);
}

#helpdesk-reply .input-file {
    cursor: pointer;
    height: 50px;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}

#helpdesk-reply .rowFileValue {
    color: #a3a3a3;
    cursor: pointer;
    padding: 15px 13px;
    text-align: center;
}

#helpdesk-reply .rowFileText {
    color: #474747;
    font-size: 14px;
    padding-top: 23px;
}

#helpdesk-reply .pull-right {
    float: right !important;
}

#helpdesk-reply .pull-left {
    float: left !important;
}

#helpdesk-reply .tooltipError {
    background-color: #fd7272;
    border-radius: 5px;
    bottom: -33px;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    height: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    z-index: 4;
}

#helpdesk-reply .rowTextarea .tooltipError {
    bottom: -29px;
}

#helpdesk-reply .rowFile .tooltipError {
    bottom: -26px;
    left: 0;
    right: auto;
}

#helpdesk-reply .rowFile .tooltipError .triangleError {
    right: auto;
}

#helpdesk-reply .tooltipError .triangleError {
    border-color: transparent transparent #fd7272;
    border-style: solid;
    border-width: 0 8px 8px;
    height: 0;
    position: absolute;
    right: 20px;
    top: -8px;
    width: 0;
}

#helpdesk-reply .rowInput.errorInput .tooltipError, .contactsInputs .rowFile.errorInput .tooltipError {
    height: auto;
    overflow: visible;
    padding: 10px 15px;
}

/* END */

#ticketInformation {
    border: 2px #d8f2fc solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 14px;
    line-height: 25px;
    margin-bottom: 30px;
}

.message-box .no-display {
    display: none;
}

#password-form .input-box {
    padding-top: 11px;
}

#password-form {
    padding-bottom: 43px;
}

#password-form #reg_info {
    color: #000;
}

#password-form .blue-white_button {
    margin-top: 0px;
}

#password-form .fieldset {
    color: #000;
    overflow: hidden;
}

#password-form .fieldset .validation-advice {
    float: left;
    margin-top: 13px;
    padding-left: 11px;
    color: #f00;
}

#password-form .input-text {
    border: 1px #BDBDBD solid !important;
    border-width: 1px !important;
    color: #474747;
    background-color: #F3F3F3 !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    height: 37px !important;
    line-height: 37px !important;
    padding-left: 15px;
    padding-right: 20px;
    width: 283px !important;
    outline: none;
    margin-bottom: 10px;
    margin-top: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-image: none !important
}

#user-login-form .colum2 {
    padding: 0px 30px;
}

#user-login-form .columtop img {
    float: left;
    margin-bottom: 8px;
}

#user-login-form .columtop h2 {
    float: left;
    margin-left: 10px;
    margin-top: 5px;
}

#user-login-form .columtop hr {
    clear: both;
    margin-bottom: 10px;
}

#user-login-form .blue-white_button {
    height: 45px;
    line-height: 44px;
    width: 165px;
    background: url('../images/icons.png') -2px -513px no-repeat;
    color: #fff;
    font: normal bold 14px arial, sans-serif;
    border: none;
    cursor: pointer;
}

#user-login-form .blue-white_button100 {
    width: 200px !important;
    background-position: -603px -653px !important;
}

#user-login-form .blue-white_button:hover {
    cursor: pointer;
    background-position: -437px -654px;
}

#user-login-form .blue-white_button100:hover {
    background-position: -804px -653px !important;
}

#user-login-form .input-text {
    border: 1px #BDBDBD solid !important;
    border-width: 1px !important;
    color: #474747;
    background-color: #F3F3F3 !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    height: 37px !important;
    line-height: 37px !important;
    padding-left: 15px;
    padding-right: 20px;
    width: 283px !important;
    outline: none;
    margin-bottom: 10px;
    margin-top: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-image: none !important
}

#user-login-form a {
    color: #1681FF;
}

#user-login-form #normala {
    margin-top: 22px;
    float: left;
    font-size: 13px;
    margin-right: 21px;
}

#user-login-form .validation-advice {
    padding-bottom: 5px;
    color: #f00;
    font-size: 12px;
}

.confirmation-form .button {
    margin-left: 97px !important;
    margin-top: -25px !important;
}

.confirmation-form .required {
    color: #000 !important;
    margin: 0px !important;
}

#password-form .error-msg {
    padding-left: 39px;
    color: #f00;
    padding-top: 10px;
    font-weight: bold;
}

#user-login-form .error-msg {
    padding-left: 39px;
    color: #f00;
    padding-top: 42px;
    font-weight: bold;
}

#password-form .success-msg, #user-login-form .success-msg {
    padding-left: 39px;
    color: #458D44;
    padding-top: 42px;
    font-weight: bold;
}

#password-form .radiobuttons *, #password-form .forn_checkbox * {
    float: left !important;
    width: auto !important;
    white-space: nowrap;
}

#password-form .radiobuttons input[type="radio"], #password-form .forn_checkbox input[type="checkbox"] {
    margin-top: 9px !important;
    margin-right: 6px;
    margin-left: 16px;
}

#password-form .radiobuttons input[type="radio"]:first-child, #password-form .forn_checkbox input[type="checkbox"]:first-child {
    margin-left: 0px !important;
}

#password-form .radiobuttons, #password-form .forn_checkbox {
    overflow: hidden;
    height: 41px;
    clear: both;
}

#show-key {
    background-color: #fff;
    padding: 36px 29px;
    box-shadow: 0px 0px 20px -2px #CECECE;
    overflow: hidden;
    margin: 20px;
}

#show-key h2 {
    margin: 0px;
    padding: 0px;
}

#show-key .legend2 {

}

#show-key-displayed {
    margin: 0px 0px 40px 0px;
    padding: 0px;
}

#thumbPrK {
    float: left;
}

#show-key #thumbPrK {
    float: none !important;
    margin: 0px auto;
    display: block;
}

#addopinion {
    float: left;
    /* 	margin-left : 106px; */
    background-color: #EDFBC6;
    padding: 20px 40px;
}

.input_normal #firstname-label {
    display: inline-block;
    margin-bottom: 5px;
}

.input_normal #lastname-label {
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 5px;
}

.input_normal #lastname-field {
    display: inline-block;
    margin-bottom: 10px;
}

.input-box #email {
    display: inline-block;
    margin-top: 5px !important;
}

.checkout-message {
    background: #D7F2FB;
    color: #273B44;
    font-size: 11px;
    width: 641px;
    line-height: 32px;
    margin: 3px 0px 3px 40px;
    padding: 0px 9px;
}

.checkout-message a {
    color: #3F78BD;
    font-weight: bold;
}

.form_bottom_panel {
    margin-top: 5px;
}

#show-key-displayed {
    font-weight: bold;
}

.addopinion100 {
    background: none !important;
    width: auto !important;
    height: auto !important;
    cursor: auto !important;
    padding: 0px !important;
    /* 	margin-left:-58px !important;
            margin-top:27px !important; */
}

#ao_left {
    margin: 0px 0px 20px 0px;
}

#show-key .games-image {
    float: left;
    width: 260px;
    /*margin:0px 10px 0px -29px;*/
    min-height: 240px;
    /*background:url('../images/games-image2.png') 0px -153px no-repeat;*/
}

#show-key .games-image a {
    background: #F9F9F9;
}

.addopinion100 #ao_left {
    border: solid 1px #99D12C;
    background: #D8FF8C;
    width: 320px;
    padding: 20px 19px 21px 23px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 1px 1px 19px #CCD5CE;
}

.addopinion100 #ao_left div {
    background: #fff;
    margin: 19px 0px 0px -9px;
    padding: 9px 5px 6px 5px;
    display: block;
    border-radius: 5px;
    border: solid 1px #99D12C;
    font-size: 26px;
    font-weight: bold;
    position: relative;
}

.addopinion100 #ao_left div .span_in {
    /* 	background:#A7AFD3; */
    display: block;
    padding: 4px 0px;
    margin-top: -4px;
    outline: none;
    padding: 0px;
    font-size: 26px;
    border: none;
}

.addopinion100 #ao_left div .span_in::selection {
    background: #A7AFD3;
    color: #000;
}

.addopinion100 #ao_left div .span_in::-moz-selection {
    background: #A7AFD3;
    color: #000;
}

.addopinion100 #ao_left div .span_in::-webkit-selection {
    background: #A7AFD3;
    color: #000;
}

.addopinion100 #ao_right {
    font-size: 15px;
    font-weight: bold;
    margin: 0px 0px 27px 15px;
}

#ao_left p, #ao_right p {
    font-size: 30px;
}

#ao_left strong, #ao_right strong {
    font-size: 20px;
}

.addopinion100 .copy_a {
    height: 28px;
    line-height: 27px;
    width: 56px;
    background: url('../images/icons.png') -948px -514px no-repeat;
    color: #fff;
    font: normal bold 14px arial, sans-serif;
    border: none;
    margin: 17px auto 0px auto;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: -12px;
    right: 5px;
    padding-top: 8px;
    overflow: hidden;
    text-indent: -1000px;
    display: none;
}

.addopinion100 .scan_a {
    color: #0000FC;
    font-size: 14px;
    display: block;
    margin: 16px 0px 0px 0px;
}

.addopinion100 .copy_a:hover, .addopinion100 .scan_a:hover {
    text-decoration: none;
}

.purchase100_d {
    display: block;
    float: right;
    width: 165px;
    padding: 82px 0px 9px 20px;
    border-left: solid 1px #B3B4B4;
}

.purchase100_d2 {
    display: block;
    margin: -18px 0px 0px -10px;
}

.purchase100_d .purchase100_h4 {
    color: #da5700;
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}

.purchase100_d .purchase100_desc {
    font-size: 14px;
    color: #292c30;
    margin: 0px;
    width: 170px;
    position: relative;
}

.purchase100_d .purchase100_desc a {
    color: #292c30;
}

.purchase100_d .purchase100_img {
    display: block;
    float: left;
    margin: 10px 0px 0px -5px;
}

.purchase100_d .purchase100_fb {
    margin: 15px 0px 0px 10px;
    display: block;
    float: left;
    overflow: hidden;
    width: 70px;
    position: relative;
}

.purchase100_d .purchase100_fb_img {
    position: absolute;
    bottom: 0px;
    right: -20px;
}

/* Global Messages  */
.success-msg, .success {
    padding: 10px 43px 10px 43px;
    color: #3d6611;
    font-weight: bold;
}

.error-msg, .error {
    color: #df280a;
    font-weight: bold;
    padding: 10px 43px 10px 43px;
}

.notice-msg, .warning-msg, .notice {
    color: #e26703;
    padding: 10px 43px 10px 43px;
}

.unsubscribe-msg .success-msg {}
.unsubscribe-msg .success-msg {
    background-image: none;
    background-color: #F5F5F5;
    color: #2475e0;
    padding: 10px 43px 10px 20px !important;
    margin: 0;
}

/* okienko do koszyka */
.cart_box200 {
    display: none;
    position: absolute;
    z-index: 9999;
    top: 89px;
    width: 115px;
    background: #fff;
    color: #000;
    border: 1px solid silver;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 0 5px gray;
    margin: 0 auto;
    left: 200px;
    font-size: 11px;
}

.cart_box200 .cart_box200_a {
    color: #E7FFFF;
}

.cart_box200 .cart_box200_img {
    position: absolute;
    top: -18px;
    right: 20px;
}

/* style do 404 */
.d_404 {
    margin: -100px 0px 0px 0px;
}

.d_404 h1 {
    color: #292c30 !important;
    font-weight: bold;
    font-size: 24px !important;
    position: relative;
    margin: 0px !important;
    padding: 41px 16px 37px 16px !important;
    border-bottom: none;
    font-family: arial, sans-serif;
}

.d_404 dl {
    padding: 0px 20px 10px 20px;
}

.d_404 a {
    display: inline-block;
    margin: 10px 0px;
    color: #ff4804;
}

.d_404 .last_a {
    margin: 10px 0px;
}

#helpdesk-ticket-form .input-file {
    max-width: 200px;
}

#advice-required-entry-attribute192, #advice-required-entry-attribute193 {
    width: 140px;
    color: red
}

#content .content_reg ul {
    list-style-type: inherit;
}

#content .content_reg ol {
    list-style-type: decimal;
}

#content .content_reg li {
    padding: 0px 0px 0px 6px;
    margin: 0px 28px 10px 28px;
}

/*  CMS   */

.cms {
    margin-bottom: -3px !important;
    margin-left: -16px !important;
    margin-top: -17px !important;
    background: url('../images/content_checkout33.jpg') 0px 0px no-repeat scroll #EFEFEF !important;
    padding-top: 35px !important;
    padding-bottom: 15px !important;
}

.cms .content_h1 {
    color: #2d2d2d;
    font-size: 30px;
    padding: 0px 43px 20px 23px !important;
    border-bottom: solid 1px #cfcfd0;
    margin: 0px 20px !important;
}

.breadcrumbs {
    width: 923px;
    margin: 10px auto 11px;
    padding: 0px 20px;
    min-width: 923px;
    overflow: hidden;
}

.breadcrumbs li {
    display: block;
    float: left;
    margin: 0px 10px 0px 0px;
}

.breadcrumbs li a {
    color: #ff4804;
}

.price {
    white-space: nowrap;
}

.dotpay-channel-icons li img {
    cursor: pointer;
}

.limiter {
    display: inline-table;
    float: left;
}

.limiter-select {
    display: inline-table;
}

.limiter select {
    margin-left: 5px;
}

.pages {
    display: block;
    float: left;
    margin: 0px 0px 0px 10px;
}

.pages li {
    display: block;
    float: left;
    margin: 0px 5px -2px 0px;
}

.pages li a {
    color: #000;
}

.pages li a.current {
    color: #FF6600;
}

.my-account .pages * {
    display: inline;
}

.my-account .t-last a {
    white-space: nowrap;
}

/* css produkt problem */
.product_problem {
    margin: 40px 0px 45px 0px;
}

.product_problem .product_problem_l {
    display: block;
    float: left;
    width: 210px;
    margin: 0px 50px 0px 74px;
}

.product_problem .product_problem_l .product_problem_l_img {
    display: block;
    margin: 0px auto;
    max-width: 210px;
}

.product_problem .product_problem_l_a {
    display: block;
    float: left;
    margin: 0px 10px 10px 0px;
    max-width: 95px;
}

.product_problem .ordered_d {
    margin: 3px 0px 6px 0px;
}

.product_problem .product_problem_br2 {
    height: 3px;
}

.product_problem .product_problem_r {
    display: block;
    float: left;
    color: #000;
    width: 617px;
    font-size: 18px;
    line-height: 21px;
}

.product_problem .product_problem_r b {
    color: #FF4003;
}

.product_problem .product_problem_br {
    height: 17px;
}

.product_problem .back_a {
    margin: 26px 0px 14px 0px;
    padding: 0px 10px;
    min-width: 430px;
    height: 42px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    line-height: 42px;
    border: solid 1px #A9AAAB;
    border-bottom: none;
    background: url('../images/back_a_img.jpg') center 0px no-repeat scroll #1E7AE7;
    border-radius: 5px;
}

.product_problem .back_a:hover {
    text-decoration: none;
}

.product_problem .product_problem_r_desc {
    font-size: 13px;
    color: #258ffb;
    font-weight: bold;
    margin: 5px 0px 0px 11px;
}

.product-or-pp-express {
    text-align: right;
    color: #a4a4a4;
    font-size: 13px;
    padding: 14px 0 20px;
    font-family: arial;
    letter-spacing: 1.2px;
    white-space: nowrap;
}

/* css produkt problem */
.product_problem {
    margin: 40px 0px 45px 0px;
}

.product_problem .product_problem_l {
    display: block;
    float: left;
    width: 210px;
    margin: 0px 50px 0px 74px;
}

.product_problem .product_problem_l .product_problem_l_img {
    display: block;
    margin: 0px auto;
    max-width: 210px;
}

.product_problem .product_problem_l_a {
    display: block;
    float: left;
    margin: 0px 10px 10px 0px;
    max-width: 95px;
}

.product_problem .ordered_d {
    margin: 3px 0px 6px 0px;
}

.product_problem .product_problem_br2 {
    height: 3px;
}

.product_problem .product_problem_r {
    display: block;
    float: left;
    color: #000;
    width: 617px;
    font-size: 18px;
    line-height: 21px;
}

.product_problem .product_problem_r b {
    color: #FF4003;
}

.product_problem .product_problem_br {
    height: 17px;
}

.product_problem .back_a {
    margin: 26px 0px 14px 0px;
    padding: 0px 10px;
    min-width: 430px;
    height: 42px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    line-height: 42px;
    border: solid 1px #A9AAAB;
    border-bottom: none;
    background: url('../images/back_a_img.jpg') center 0px no-repeat scroll #1E7AE7;
    border-radius: 5px;
}

.product_problem .back_a:hover {
    text-decoration: none;
}

.product_problem .product_problem_r_desc {
    font-size: 13px;
    color: #258ffb;
    font-weight: bold;
    margin: 5px 0px 0px 11px;
}

.check-items-view .product_problem .product_problem_l {
    margin: 0 27px 0 30px;
    width: 270px;
    text-align: center;
}

.check-items-view .product_problem .product_problem_l .product_problem_l_img {
    display: inline-block;
    padding: 10px;
    margin: auto;
}

#adding-to-cart {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 25;
    background: rgb(255, 255, 255) transparent;
    background-color: rgba(0, 0, 0, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000)";
    top: 0px;
    left: 0px;
}

#adding-to-cart #adding-to-cart-popup {
    padding: 10px;
    box-shadow: none;
    width: 150px;
    height: 150px;
    font-size: 13px;
    background: #000;
    position: fixed;
    margin: 0 auto;
    top: 38%;
    left: 0;
    right: 0;
    z-index: 99999;
    color: #5a5c62;
    text-align: center;
    border-radius: 2px;
}

#adding-to-cart #adding-to-cart-popup img {
    vertical-align: middle;
    margin-left: 23px;
    float: left;
}

#adding-to-cart .spinner {
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 15px;
}

#adding-to-cart .spinner > div {
    background-color: #eb6900;
}

#adding-to-cart .adding-to-cart-popup-text {
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding-top: 15px;
    line-height: 20px;
}

.loader-tab3 {
    border: 2px solid #FC6621;
    color: #FC6621;
    font-size: 13px;
    background: #000;
}

.loader-tab img, .loader-tab3 img, #adding-to-cart-popup img {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 1px;
}

#adding-to-cart-popup span, .loader-tab span {
    display: inline-block;
    color: #000;
    margin-left: 17px;
}

.loader-tab span {
    margin-top: 12px;
}

.adding-to-cart3 #adding-to-cart-popup span, .loader-tab3 span {
    color: #FC6621 !important;
}

#adding-to-cart .ajax-loader2, .loader-tab .ajax-loader2 {
    display: none;
}

.adding-to-cart3 .ajax-loader3, .loader-tab3 .ajax-loader3 {
    display: none !important;
}

.loader-tab3 .ajax-loader2 {
    display: inline-block;
}

.adding-to-cart3 .ajax-loader2 {
    display: block !important;
}

.fake-express-none {
    display: none !important;
}

.fake-express2 a {
    display: block;
}

#co-payment-form .fake-express2 a img {
    margin: 0 !important;
}

.fake-express2 a {
    text-decoration: none;
}

.fake-express-block {

}

.paysafecard-payment-button .paybt {
    margin-top: 0 !important;
    margin-bottom: 15px !important
}

#profiler_section {
    position: absolute;
}

.my-account .pager {
    clear: both;
    overflow: hidden;
    zoom: 1;
}

.extra_description {
    background: #FFF6BD url('../images/extra_description_l.png') 12px 50% no-repeat;
    font-size: 13px;
    line-height: 1.5;
    color: #227297;
    font-weight: normal;
    font-family: Arial;
    position: relative;
    float: left;
    margin: -34px 0 9px 28px;
    padding: 8px 0px 5px 52px;
    width: 669px;
    box-shadow: 1px 2px #D2D2D2;
}

.extra_description_d2 {
    position: relative;
    height: 1px;
    width: 200px;
    margin-bottom: -25px;
}

.extra_description a {
    color: #227297;
    text-decoration: underline;
    font-weight: bold;
}

.extra_description .extra_description_l {
    display: block;
    float: left;
    margin: 0px 12px 0px 11px;
}

.extra_description .extra_description_r {
    display: block;
    float: left;
    width: 660px;
    margin: 7px 20px 7px 0px;
}

#profiler_section {
    position: absolute;
}

.my-account .pager {
    clear: both;
    overflow: hidden;
    zoom: 1;
}

div.fake-express2:hover {
    text-decoration: none !important;
}

div.fake-express2 a img {
    padding: 10px 0 0;
}

.paypalexpress_payments a:hover {
    text-decoration: none !important;
}

.table-login-popup {
    margin-left: 30px;
    border: 0;
    width: 320px;
}

.table-login-popup-right {
    text-align: right;
}

.b-right .my-account .checkout_table {
    font-size: 13px !important;
}

.moneybookers_payments {
    padding-bottom: 25px;
}

.moneybookers_payments .payment_ic_desc {
    color: #606060;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 16px 12px 16px;
}

.moneybookers_payments .payment_ic_desc2 {
    color: #606060;
    font-size: 14px;
    font-weight: bold;
    margin: 13px 3px 11px 3px;
}

.moneybookers_payments .payment_ic_d {
    padding: 0px 0px 6px 0px;
    margin: 0px 14px;
    cursor: pointer;
}

.moneybookers_payments .payment_ic_d2 {
    margin: 0px 14px;
    display: none;
}

.moneybookers_payments .payment_a1 {
    background: url('../images/checkout/skrill-cards-big.png') 0px 0px no-repeat;
    height: 42px;
    width: 64px;
    display: inline-block;
    margin-bottom: 10px;
    border: 3px solid transparent;
    cursor: pointer;
}

.moneybookers_payments .payment_a1:hover, .moneybookers_payments a.active {
    text-decoration: none;
    cursor: auto;
}

.moneybookers_payments .payment_ic1 {
    background-position: -1px 5px;
    margin-left: 6px;
}

.moneybookers_payments .payment_ic2 {
    background-position: -74px 5px;
}

.moneybookers_payments .payment_ic3 {
    background-position: -150px 5px;
}

.moneybookers_payments .payment_ic4 {
    background-position: -225px 5px;
    width: 67px;
}

.moneybookers_payments .payment_ic5 {
    background-position: -302px 5px;
    width: 68px;
}

.moneybookers_payments .payment_ic6 {
    background-position: -377px 5px;
    width: 68px;
}

.moneybookers_payments .payment_ic7 {
    background-position: -454px 5px;
    width: 68px;
}

.moneybookers_payments .payment_ic8 {
    background-position: -530px 5px;
    width: 68px;
}

.moneybookers_payments .payment_ic9 {
    background-position: 3px -45px;
    width: 68px;
}

.moneybookers_payments .payment_ic10 {
    background-position: -74px -45px;
    width: 68px;
}

.moneybookers_payments .sofort_note {
    font-weight: normal;
    margin: 20px 0px 0px 20px;
    font-style: italic;
}

.moneybookers_payments .payment_ic_d2_a2 {
    height: 45px;
    line-height: 44px;
    width: 165px;
    margin-right: 11px;
    background: url('../images/icons.png') -2px -513px no-repeat;
    color: #fff;
    font: normal bold 14px arial, sans-serif;
    border: none;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.moneybookers_payments .payment_ic_d2_a2:first-child {
    margin-right: 0px;
}

.widthicons .moneybookers_payments .payment_ic_d2_a2 img {
    position: absolute;
    top: 5px;
    left: 0px;
    margin-left: 0px !important;
    margin-top: 0px !important;
}

/*
.widthicons .moneybookers_payments .payment_ic_d2_a2:hover
{
        background-position:-437px -654px;
}
*/
.widthicons .moneybookers_payments .payment_ic_d2_a2 img, .widthicons .moneybookers_payments .payment_ic_d2_a2:hover img, .widthicons .moneybookers_payments img, .widthicons .moneybookers_payments ul li:hover img {
    margin-left: 0px !important;
    margin-top: 0px !important;
}

#description table, #multiplayer table {
    display: block;
    float: right;
    border: solid 2px #85AC53;
    border-right: none;
    border-bottom: none;
    width: 437px;
    margin: 10px 50px 10px 0px;
}

#description table td, #multiplayer table td {
    border-right: solid 2px #85AC53;
    border-bottom: solid 2px #85AC53;
    padding: 5px;
}

#requirement table, #facts table, #pegi table, #other table {
    display: block;
    float: right;
    border: solid 2px #85AC53;
    border-right: none;
    border-bottom: none;
    margin: 10px 0px 10px 0px;
}

#requirement table td, #facts table td, #pegi table td, #other table td {
    border-right: solid 2px #85AC53;
    border-bottom: solid 2px #85AC53;
    padding: 5px;
}

#description ol, #multiplayer ol, #keyfeatures ol {
    display: block;
    float: right;
    width: 422px !important;
    list-style-type: decimal !important;
    margin: 10px 50px 5px 0px;
    overflow: visible !important;
}
#description ul, #multiplayer ul, #keyfeatures ul {
    display: block;
    width: auto !important;
    list-style-type: disc !important;
    margin: 10px 23px 5px 15px;
    overflow: visible !important;
}

#extra_description ul {
    display: block;
    list-style-type: disc !important;
    margin: 10px 50px 5px 15px;
    overflow: visible !important;
}

#extra_description ol {
    display: block;
    list-style-type: decimal !important;
    margin: 10px 50px 5px 0px;
}

#requirement ol, #facts ol, #pegi ol, #other ol {
    list-style-type: decimal !important;
    margin: 10px px 5px 16px;
    overflow: visible !important;
}

#requirement ul, #facts ul, #pegi ul, #other ul {
    list-style-type: circle !important;
    margin: 10px 0px 5px 16px;
    overflow: visible !important;
}

#description li, #multiplayer li, #requirement li, #facts li, #pegi li, #other li, #keyfeatures li {

    margin-bottom: 5px !important;
    display: list-item !important;
    overflow: visible !important;
    font-size: 13px !important;
}

#description li, #multiplayer li, #keyfeatures li {
    font-size: 13px;
    line-height: 1.5;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
}

#extra_description li {
    font-size: 13px;
    line-height: 1.5;
    text-align: justify;
    margin-bottom: 5px !important;
    margin-left: 20px !important;
    display: list-item !important;
    overflow: visible !important;
    font-size: 12px !important;
}

.cw-spec {
    list-style-type: none !important;
    margin-left: 0px !important;
}

.cw-spec li {
    display: block !important;
    overflow: hidden !important;
    list-style-type: none !important;
    margin: 0px !important;
}

.pegi_3,
.pegi_7,
.pegi_12,
.pegi_16,
.pegi_18 {
    width: 59px !important;
    height: 79px !important;
    float: left !important;
}

.pegi_3 {
    background: url("../images/pegi3.png") 0 0 no-repeat !important;
}

.pegi_7 {
    background: url("../images/pegi7.png") 0 0 no-repeat !important;
}

.pegi_12 {
    background: url("../images/pegi12.png") 0 0 no-repeat !important;
}

.pegi_16 {
    background: url("../images/pegi16.png") 0 0 no-repeat !important;
}

.pegi_18 {
    background: url("../images/pegi18.png") 0 0 no-repeat !important;
}

/* checkbox w oknie jezdzacym w tpl produkcie*/

.games-not-available {
    margin-top: 25px;
    margin-bottom: 10px;
    margin-right: 5px;
}

.games-price .paypal_ch_d {
    font-size: 12px;
    margin-bottom: 9px;
    margin-left: 36px;
}

.games-price .paypal_ch {
    display: block;
    float: left;
    margin: 0px 5px 0px 0px;
    background: url('../images/reg.png') 0px 0px no-repeat;
    height: 15px;
    width: 14px;
}

.games-price .paypal_ch_active {
    background: url('../images/reg_h.png') 0px 0px no-repeat;
}

.games-price .paypal_ch:hover {
    text-decoration: none;
}

.games-price .paypal_ch_d2 {
    display: block;
    float: left;
    margin-top: 3px;
    width: 170px;
    text-align: left;
}

.games-price .paypal_ch_d_error .paypal_ch_d2 {
    color: #ff0000;
}

ul.sitemap_ul {
    margin: 0px;
}

ul.sitemap_ul li {
    padding-left: 10px;
    padding-bottom: 5px;
}

ul.sitemap_ul li a {
    color: #232323;
    font-size: 17px;
    text-decoration: none;
}

ul.sitemap_ul li a:hover {
    color: #104363;
}

ul.sitemap_ul li a:visited {
    color: #232323;
}

.h1_border_bottom {
    border-bottom: solid 1px #cfcfd0;
    padding: 6px 0px 21px 30px !important;
    color: #2d2d2d !important;
    margin: 4px 16px 11px 19px !important;
}

.sitemap_content {
    margin: 30px 15px 10px 15px;
    padding-bottom: 20px;
    overflow: auto;

}

.sitemap_col1, .sitemap_col2 {
    float: left;
    width: 33%;
    border-right: 1px solid #cfcfd0;
}

.sitemap_col3 {
    margin-left: 66%;
}

.g2a-gm a:hover {
    text-decoration: none;
    opacity: 0.9;
}

.form {
    padding-left: 40px;
    margin-bottom: 20px;
}

#contact_form2 .il_left {
    min-width: 165px !important;
    padding-top: 20px;
}

/* Contact */

.contact_left {
    width: 270px;
    border: 0px;
    float: left;
    padding-left: 30px;

}

.contact_right {
    display: block;
    border-left: 1px solid #d2d2d2;
    margin-left: 305px;
    padding: 20px;
    margin-bottom: 20px;
}

.contact_left .legend {
    margin-top: 20px;
}

.contact_left #phone-contact {
    margin-top: 20px;
    margin-left: 10px;
}

.contact_right .input-text, .form .input-text {
    border: 1px #BDBDBD solid !important;
    border-width: 1px !important;
    color: #474747;
    background-color: #F3F3F3 !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    height: 37px !important;
    line-height: 37px !important;
    padding-left: 15px;
    padding-right: 20px;
    width: 283px !important;
    outline: none;
    margin-bottom: 10px;
    margin-top: 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-image: none !important;
}

.form .input-file {
    width: 100%;
    height: 100%;
    z-index: 100;
    position: relative;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    height: 39px;
    width: 100px;
}

.div_input_file {

    height: 37px;
    line-height: 44px;
    width: 100px;
    background: url('../images/icons.png') -2px -513px no-repeat;
    color: #fff;
    font: normal bold 14px arial, sans-serif;
    border: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;

    cursor: pointer;
    margin-right: 109px;
}

.div_input_file_value {
    padding-top: 11px;
    text-align: center;
    width: 100px;
    cursor: pointer;
    position: absolute;

}

.div_input_file_text {
    margin-left: 120px;
    padding-top: 10px;
    color: #474747;
    width: 195px;
}

.contact_right .input-textarea {
    border: 1px #BDBDBD solid !important;
    border-width: 1px !important;
    color: #474747;
    background-color: #F3F3F3 !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    height: 80px !important;
    line-height: 37px !important;
    padding-left: 15px;
    padding-right: 20px;
    width: 283px !important;
    outline: none;
    margin-bottom: 10px;
    margin-top: 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-image: none !important;
}

.form .validation-advice {
    color: red;
}

.form .input-textarea {
    border: 1px #BDBDBD solid !important;
    border-width: 1px !important;
    color: #474747;
    background-color: #F3F3F3 !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.5;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 20px;
    width: 430px !important;
    height: 140px !important;;
    outline: none;
    margin-bottom: 10px;
    margin-top: 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-image: none !important;
    overflow: auto;
    resize: none;
}

.contact_right #fbp_kontakt {
    margin-top: 70px !important;
}

.form #fbp_kontakt {
    margin-top: 30px !important;
}

.form .ef-captcha {
    border: 1px solid black;
    float: left;
}

.form .ef-input {
    border: 1px #BDBDBD solid !important;
    border-width: 1px !important;
    color: #474747;
    background-color: #F3F3F3 !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    height: 37px !important;
    line-height: 37px !important;
    padding-left: 15px;
    padding-right: 20px;
    width: 80px !important;
    outline: none;
    margin-bottom: 10px;
    margin-top: 0px;
    margin-left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-image: none !important;

}

.form .ef-captcha-reload {
    font-size: 13px;
    margin-top: 36px;
    position: absolute;
}

.form .ef-captcha-reload:hover {
    font-size: 13px;
    margin-top: 36px;
    text-decoration: underline;
    cursor: pointer;
}

.contact_right .input_lifting {
    margin-top: 10px;
}

.contact_right .required {
    display: block;
    float: left;
    margin: 12px 10px 0px 135px;
}

.form .required {
    display: block;
    float: left;
    margin: 12px 10px 0px 185px;
}

.contact_right .input_lifting, .form .input_lifting {
    display: inline-block;
}

.form .input_button {
    height: 45px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    width: 70px;
    background: url('../images/icons.png') -2px -513px no-repeat;
    color: #fff;
    font: normal bold 14px arial, sans-serif;
    border: none;
    position: absolute;
    z-index: 22;
    cursor: pointer;
    margin-left: 10px;
    margin-top: -3px;

}

.form .input_button:hover {
    height: 45px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    width: 70px;
    background: url('../images/icons.png') -437px -654px no-repeat;
    color: #fff;
    font: normal bold 14px arial, sans-serif;
    border: none;

    cursor: pointer;

}

.contact_right .blue-white_button, .form .blue-white_button {
    height: 45px;
    line-height: 44px;
    width: 165px;
    background: url('../images/icons.png') -2px -513px no-repeat;
    color: #fff;
    font: normal bold 14px arial, sans-serif;
    border: none;
    margin-top: -5px;
    cursor: pointer;
    margin-right: 109px;
}

.contact_right .blue-white_button:hover, .form .blue-white_button:hover {
    background-position: -437px -654px;
}

.success-msg, .success {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 20px;
    font-size: 12px;
    color: #427229;
    padding: 13px !important;
    background-color: red;
    padding: 10px 43px 10px 43px !important;
    background-color: #dfeed7;
    font-weight: bold;
    background-image: url('../images/checkout/ok-koszyk.png');
    background-repeat: no-repeat;
    background-position: 7px 50%;
}

.error-msg {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 20px;
    font-size: 12px;
    color: #b94a48;
    padding: 13px !important;
    background-color: red;
    padding: 10px 43px 10px 43px !important;
    background-color: #f2dede;
    font-weight: bold;
    background-image: url('../images/error.png');
    background-repeat: no-repeat;
    background-position: 7px 50%;
}

.notice-msg {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 20px;
    font-size: 12px;
    color: #673000;
    padding: 13px !important;
    background-color: red;
    padding: 10px 43px 10px 43px !important;
    background-color: #ffbb81;
    font-weight: bold;
    background-image: url('../images/error.png');
    background-repeat: no-repeat;
    background-position: 7px 50%;
}

.notice-msg a:hover {
    color: #3c3cff;
    text-decoration: none;
}

.widthicons .webmoney-payment-button ul li img {
    width: auto;
}

.widthicons .webmoney-payment-button ul li:hover img {
    width: auto;
}

.g2a-bbt {
    position: fixed;
    cursor: pointer;
    right: 20px;
    top: 2px;
    opacity: 0;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    transition: all 300ms;
}

@media (min-width: 1200px) {
    .containerTop2 .g2a-bbt,
    .mpHeaderMini .g2a-bbt {
        opacity: 1;
    }
}

.payment-method {
    height: 40px;
    border-bottom: 1px solid #575758;
}

.payment-method li {
    float: left;
    cursor: pointer;
    border-bottom: none;
    background-color: #232528;
    color: #505154;
    height: 40px;
    line-height: 40px;
    width: 127px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #717274;
    border-top: 1px solid #232528;
    border-left: 1px solid #232528;
    border-right: 1px solid #232528;

}

.payment-method li.active {
    border-top: 1px solid #575758;
    border-left: 1px solid #575758;
    border-right: 1px solid #575758;
    background-color: #313336;
    color: #fff;
}
.payment-method li.payment-method-g2a-pay {
     background-image: url('../images/g2a-pay-all-in-one.png');
     background-repeat: no-repeat;
     background-position: 11px 2px;
     border-left: 1px solid #2e2e2e;
 }
.payment-method li.payment-method-g2a-pay.active {
    border-left: 1px solid #575758;
}
.payment-method-icons li.pay img {
    float: left;
}
.payment-method-icons li.pay a {
    margin-left: 7px;
    float: left;
    margin-top: 13px;
}
.payment-method-icons li.pay a.now-acepting-paypal {
    margin: 0 !important
}
.payment-method-icons li.other img {
    margin-top: -10px;
}
.payment-method-icons li.pay img.paypal{
    margin-top: 5px;
    margin-right: 4px;
}
.payment-method li.payment-method-worldpay {
    background-image: url('../images/worldpay.png');
    background-repeat: no-repeat;
    border-left: 1px solid #2e2e2e;
}

.payment-method li.payment-method-worldpay.active {
    background-position: 0 -40px;
    border-left: 1px solid #575758;
}

.payment-method li.payment-method-webmony {
    background-image: url('../images/webmoney.png');
    background-repeat: no-repeat;
    border-left: 1px solid #2e2e2e;
}

.payment-method li.payment-method-webmony.active {
    background-position: 0 -40px;
    border-left: 1px solid #575758;
}

.payment-method li.payment-method-other {
    background-image: url('../images/other-payments.png');
    background-repeat: no-repeat;
    background-position: -6px 0;
    border-left: 1px solid #2e2e2e;
}

.payment-method li.payment-method-other.active {
    background-position: -6px -40px;
    border-left: 1px solid #575758;
}

.pmi-left {
    width: 198px;
    display: inline-block;
    float: left;
    margin-top: 10px;
}

.pmi-left2 {
    width: 300px;
    display: inline-block;
    float: left;
    margin-top: 19px;
    color: #fff;
    font-weight: bold;

}

.pmi-left a {
    color: #4192C7;
    display: inline-block;
    font-size: 13px;
    text-decoration: none;
}

.pmi-left img {
    margin-bottom: 6px !important;
    margin-right: 4px;
}

.pmi-left2 a {
    color: #fff;
}

.payment-method-icons li {
    display: none;
    height: 90px;
}

.payment-method-icons li.active {
    display: block;
}

.g2a-address {
    font-size: 12px;
    color: #a9a9a9;
    margin-bottom: 10px;
}

.g2a-address strong {
    font-weight: bold;
}

.g2a-address .ga-separator {
    height: 10px;
    width: 1px;
    display: inline-block;
    background-color: #a9a9a9;
}

.g2a-rights {
    font-size: 12px;
    color: #a9a9a9;
    text-align: right;
    margin-top: 122px;
}

#footer-wrap #footer .foo-center .partners img {
    margin-bottom: 0 !important;
}

.g2a-faq {
    width: 100%;
}

.g2a-faq li {
    padding: 20px 15px 20px 15px !important;
    font-size: 14px;
    margin: 0 0 10px 0 !important;
    color: #323232;
    list-style: none;
    cursor: pointer;
    background: rgba(254, 254, 254, 1);
    background: -moz-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(246, 246, 246, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254, 254, 254, 1)), color-stop(100%, rgba(246, 246, 246, 1)));
    background: -webkit-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(246, 246, 246, 1) 100%);
    background: -o-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(246, 246, 246, 1) 100%);
    background: -ms-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(246, 246, 246, 1) 100%);
    background: linear-gradient(to bottom, rgba(254, 254, 254, 1) 0%, rgba(246, 246, 246, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#f6f6f6', GradientType=0);
    -webkit-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.39);
    -moz-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.39);
    box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.39);
}

.g2a-faq li h4 {
    color: #2b6a9a;
    font-size: 18px;
    line-height: 1.3;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    transition: all 300ms;
}

.g2a-faq li.active h4 {
    color: #ff6300;
}

.g2a-faq li p {
    margin-top: 13px;
    line-height: 18px;
    display: none;
    margin-left: 20px;
}

.socials_a2_m {
    text-indent: 15px;

}

.socials_a2_m img {
    position: absolute;
    margin-top: -4px;
    margin-left: -18px;
}

#mobile_form {
    display: none;
}

#mobile-phone-prefix, #mobile-phone-input, #password_social3 {
    border: 1px solid #b0b0b0;
    background-image: none;
    background-color: #fafafa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    float: left;
    width: 35px;
    margin-right: 6px;
}

#mobile-phone-input {
    width: 105px;
}

#password_social3 {
    width: 105px;

}

.mobile-pass {
    display: none;
}

.dialog_bt3 {
    background: #fc6027; /* Old browsers */
    background: -moz-linear-gradient(top, #fc6027 0%, #fa4a14 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc6027), color-stop(100%, #fa4a14)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fc6027 0%, #fa4a14 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fc6027 0%, #fa4a14 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fc6027 0%, #fa4a14 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fc6027 0%, #fa4a14 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc6027', endColorstr='#fa4a14', GradientType=0); /* IE6-9 */
    padding: 10px;
    color: #fff;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    margin-left: 157px;
    font-weight: bold;
    cursor: pointer;
}

.dialog_bt4 {
    background: #2b88e7; /* Old browsers */
    background: -moz-linear-gradient(top, #2b88e7 0%, #1e66de 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b88e7), color-stop(100%, #1e66de)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2b88e7 0%, #1e66de 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2b88e7 0%, #1e66de 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #2b88e7 0%, #1e66de 100%); /* IE10+ */
    background: linear-gradient(to bottom, #2b88e7 0%, #1e66de 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b88e7', endColorstr='#1e66de', GradientType=0); /* IE6-9 */
    padding: 10px;
    color: #fff;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    margin-left: 157px;
    font-weight: bold;
    cursor: pointer;
    display: none;

}

.autocomplet-item-none {
    display: none;
}

.reseller-rating-background {
    background: #ffffff url('../images/reseller.jpg') 0 0 no-repeat;
    padding-top: 90px;
}

.reseller-rating-background a {
    display: block;
}

.optional_name {
    color: #2d2d2d;
    font-size: 20px;
    padding: 5px 43px 4px 43px;
}

.jq-charity-order-thank a {
    color: #1455af;
}

.charity-sucessfuly-connected {
    color: #0d58b3;
    font-size: 22px;
    border-bottom: 1px solid #d1d0ce;
    width: 300px;
    margin: 0 auto 10px;
    padding: 0 0 10px;
}

.jq-charity-block {
    background-color: #cfe4ff;
    border-top: 1px solid #d1d0ce;
    border-bottom: 1px solid #d1d0ce;
    margin: 0 0 0 1px;
    position: relative;
    top: 17px;
    z-index: 2;
    text-align: center;
    padding: 20px;
}

.charity-exchange {
    color: #568dc5;
    font-size: 12px;
    overflow: hidden;
    position: relative;
    top: 7px;
}

.charity-exchange-connected {
    padding: 0px 17px;
    height: 50px;
    display: inline-block;
    text-shadow: 1px 1px #698040;
    background: #0898de;
    background: -moz-linear-gradient(top, #0898de 0%, #025fc9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0898de), color-stop(100%, #025fc9));
    background: -webkit-linear-gradient(top, #0898de 0%, #025fc9 100%);
    background: -o-linear-gradient(top, #0898de 0%, #025fc9 100%);
    background: -ms-linear-gradient(top, #0898de 0%, #025fc9 100%);
    background: linear-gradient(to bottom, #0898de 0%, #025fc9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0898de', endColorstr='#025fc9', GradientType=0);
    text-align: center;
    line-height: 52px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    text-shadow: 1px 1px #3F7001;
    margin: 9px -5px 8px 0px;
    border: none;
    border-radius: 3px;
}

a.charity-exchange-connected:hover {
    text-decoration: none;
}

.charity-exchange-step1 {
    color: #000000;
    font-size: 20px;
    border-bottom: 1px solid #d1d0ce;
    width: 590px;
    margin: 0 auto 10px;
    padding: 0 0 17px;
}

.charity-exchange-step2 {
    color: red;
    font-size: 13px;
    font-weight: bold;
    margin: 10px 0px;
}

.connect-with-twitch {
    float: right;
    position: relative;
    top: -6px;
    display: inline-block;
    width: 202px;
    cursor: pointer;
    height: 36px;
    background-image: url("/skin/frontend/gate/default/images/connect-with-twitch.png");
    border: none;
}

.connect-with-twitch:hover {
    background-position: 0 -36px;
}

.charity-cart-success {
    background-color: #cfe4ff;
    border-top: 1px solid #d1d0ce;
    border-bottom: 1px solid #d1d0ce;
    margin: 0 0 0 1px;
    position: relative;
    top: 17px;
    z-index: 100;
    text-align: center;
    padding: 37px 20px;
    color: #000000;
    font-size: 21px;
}

.twitch-bt {
    width: 167px;
    height: 27px;
    overflow: hidden;
    display: inline-block;
    float: right;
    border: none;
    background-image: url('/skin/frontend/gate/default/images/charity/twitch-bt.png');
    cursor: pointer;
}

.twitch-bt:hover {
    background-position: 0 -27px;
}

#payment_form_credit-card-debit-card {
    padding-left: 20px
}

#payment_form_credit-card-debit-card .form-list {
    margin-top: 5px;
    margin-left: 15px;
    margin-bottom: 20px;
    line-height: 1.5;
}

#payment_form_credit-card-debit-card .form-list li {
    font-weight: normal;
}

#payment_form_credit-card-debit-card .paybt {
    margin-bottom: 20px;
}

#payment_form_credit-card-debit-card ul li img {
    margin-left: 0px !important;
}

#payment_form_credit-card-debit-card ul:first-of-type {
    display: inline-block;
}

#payment_form_credit-card-debit-card #online-banking_iFrame {
    margin-top: 10px;
}

#payment_form_credit-card-debit-card #online-banking_iFrame-please-wait {
    margin-top: 10px;
}

#payment_form_credit-card-debit-card #globalcollect-iframe {
    border: 1px solid #AFB0B1;
    padding: 10px;
    margin-right: 10px;
    float: right;
    margin-bottom: 10px;
    border: 0
}

.iframe-please-wait {
    margin-left: 190px
}

.payment_form_globalcollect #payment-error-msg {
    text-align: center;
    color: red;
}

#payment_form_credit-card-debit-card ul:first-of-type li {
    float: left;
    width: 90px !important;
}

#payment_form_credit-card-debit-card ul:first-of-type li:nth-child(n+1) {
    padding-top: 10px
}

#payment_form_credit-card-debit-card ul:first-of-type li input {
    cursor: pointer;
    margin-right: 5px;
    margin-top: 19px
}

#payment_form_credit-card-debit-card ul:first-of-type li img {
    max-width: 70px;
}

#credit-card-debit-card_iFrame {
    clear: both;
}

#content-tabs .gc-redirect-form h1 {
    font-size: 28px;
}

.gc-redirect-form form {
    padding: 0 0 25px;
    overflow: hidden;
}

.gc-redirect-form p#auto-redirect {
    color: #f8f8f8;
    padding: 10px 43px 23px;
}

.gc-redirect-form button.gc-submit-button {
    background: linear-gradient(to bottom, #2C78C2 0%, #225DB2 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 2px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin: 0 auto;
    padding: 0 10px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    border: 0;
    width: 180px;
}

.jq-marketplace-product-handle {
    display: none;
}

#content_checkout2 .checkout_sp3-seller {
    color: #4c4c4c;
}
.g2a-cart-shield-bl {
    height: 15px;
    min-width: 229px;
    float: right;
}
.g2a-cart-shield {
    background: url("/skin/frontend/gate/default/images/marketplace/new-shield/shield-bg-xs.png") no-repeat scroll 36px 0 #899da9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: right;
    height: 36px;
    min-width: 229px;
    overflow: hidden;
    position: relative;
}

#content_checkout2 tr td.g2a-cart-sheild-borders {
    border-top: 0px;
    border-left: 0px !important;
    border-right: 1px solid #A9A9A9;
    padding-top: 0px !important;
}

.g2a-cart-shield-price {
    color: #ffffff;
    float: right;
    font: bold 19px/34px arial;
    margin-left: 130px;
    padding: 0 8px 0 0;
    text-align: right;
}

.g2a-cart-shield-checkbox {
    background: url('/skin/frontend/gate/default/images/marketplace/new-shield/checkbox.png') no-repeat 0 100%;
    width: 15px;
    height: 15px;
    float: left;
    margin: 11px 0 0 11px;
    display: none;
}

.g2a-cart-shield-checkbox-checked {
    background: url('/skin/frontend/gate/default/images/marketplace/new-shield/checkbox.png') no-repeat 0 0;
    margin: 11px 0 0 11px;
}

.g2a-cart-shield-info {
    position: absolute;
    top: 7px;
    left: 130px;
    background: url('/skin/frontend/gate/default/images/marketplace/cart-shield-background-i.png') no-repeat 0 0;
    width: 23px;
    height: 23px;
}

.g2a-cart-shield-info:hover {
    cursor: pointer;
    background-position: 0 -23px;
}

.mp-shield-cart-top {
    vertical-align: top;
}

.mp-shield-cart-top .prince_sp {
    display: block;
    height: 41px;
    line-height: 41px;
}

.mp-acc-balance-drop .u_select2 ul li {
    font-size: 13px;
}

#payment_form_WebMoney {
    padding: 0 0 14px;
}

.payment_form_globalcollect {
    padding-bottom: 20px
}

#payment_form_online-banking-836 {
    background: url('/skin/frontend/gate/default/globalcollect/images/sofort-logo.png') no-repeat 50% 10px;
    padding: 73px 0 13px;
}

#payment_form_online-banking-841 {
    background: url('/skin/frontend/gate/default/images/webmoney/webmoney_logo.gif') no-repeat 50% 10px;
    padding: 59px 0 13px;
}

#payment_form_online-banking-809 {
    background: url('/skin/frontend/gate/default/globalcollect/images/ideal-logo.png') no-repeat 51% 0;
    padding: 80px 0 13px;
}

#payment_form_online-banking-861 {
    background: url('/skin/frontend/gate/default/globalcollect/images/alipay.jpg') no-repeat 51% 0;
    padding: 90px 0 13px;
}

#payment_form_direct-debit-701 {
    background: url('/skin/frontend/gate/default/globalcollect/images/cc4.png') no-repeat 51% 0;
    padding: 170px 0 13px;
}

#payment_form_direct-debit-702 {
    /*ok*/
    background: url('/skin/frontend/gate/default/globalcollect/images/cc3.png') no-repeat 51% 0;
    padding: 170px 0 13px;
}

#payment_form_direct-debit-703 {
    /*ok*/
    background: url('/skin/frontend/gate/default/globalcollect/images/cc2.png') no-repeat 51% 0;
    padding: 170px 0 13px;
}

#payment_form_direct-debit-709 {
    /*ok*/
    background: url('/skin/frontend/gate/default/globalcollect/images/cc1.png') no-repeat 51% 0;
    padding: 170px 0 13px;
}

#payment_form_direct-debit-711 {
    background: url('/skin/frontend/gate/default/globalcollect/images/cc4.png') no-repeat 51% 0;
    padding: 170px 0 13px;
}

#payment_form_direct-debit-712 {
    /*ok*/
    background: url('/skin/frontend/gate/default/globalcollect/images/cc3.png') no-repeat 51% 0;
    padding: 170px 0 13px;
}

#payment_form_direct-debit-713 {
    /*ok*/
    background: url('/skin/frontend/gate/default/globalcollect/images/cc2.png') no-repeat 51% 0;
    padding: 170px 0 13px;
}

#payment_form_direct-debit-719 {
    /*ok*/
    background: url('/skin/frontend/gate/default/globalcollect/images/cc1.png') no-repeat 51% 0;
    padding: 170px 0 13px;
}

#payment_form_online-banking-830 {
    background: url('/skin/frontend/gate/default/globalcollect/images/logo_paysafecard.png') no-repeat 51% 0;
    padding: 80px 0 13px;
}

#payment_form_online-banking-843 {
    background: url('/skin/frontend/gate/default/globalcollect/images/skrill-ico.png') no-repeat 51% 0;
    padding: 60px 0 13px;
}

#payment_form_online-banking-816 {
    background: url('/skin/frontend/gate/default/globalcollect/images/giropay.jpg') no-repeat 50% 0;
    padding: 85px 0 13px;
}

#payment_form_online-banking-849 {
    background: url('/skin/frontend/gate/default/globalcollect/images/yandex.png') no-repeat 50% 0;
    padding: 75px 0 13px;
}

#payment_form_online-banking-8580 {
    background: url('/skin/frontend/gate/default/globalcollect/images/qiwi.jpg') no-repeat 50% 0;
    padding: 100px 0 13px;
}

#payment_form_vouchers-1400 {
    background: url('/skin/frontend/gate/default/globalcollect/images/ukash.png') no-repeat 50% 0;
    padding: 75px 0 13px;
}

#payment_form_cash-1503 {
    background: url('/skin/frontend/gate/default/globalcollect/images/boleto.png') no-repeat 50% 0;
    padding: 100px 0 13px;
}

#payment_form_online-banking-845 {
    background: url('/skin/frontend/gate/default/globalcollect/images/cashu.png') no-repeat 51% 0;
    padding: 55px 0 13px;
}

#payment_form_online-banking-809 #online-banking_iFrame, #payment_form_online-banking-809 #online-banking_iFrame-please-wait {
    display: none
}

#advice-validate-email-email {
    display: block;
    background: #ffdbd0;
    border: 1px solid silver;
    font-size: 14px;
    line-height: 16px;
    padding: 5px;
}

.mp-product-moving-box-info {
    background-color: #e6f6fe;
    padding: 10px;
    text-align: left;
    color: #256d96;
    background-image: url('/skin/frontend/gate/default/images/product_info.png');
    background-repeat: no-repeat;
    padding-left: 48px;
    background-position: 10px;
    min-height: 50px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
}

.mp-product-moving-box-info#product-online-visitors {
    background-image: url('/skin/frontend/gate/default/images/product_visitors.png');
    display: none;
}

.mp-product-moving-box-notify, .mp-product-moving-box-wholesale-empty {
    text-align: left;
    font-size: 14px;
}

.mp-product-moving-box-notify .content-description {
    padding: 20px;
}

.mp-product-moving-box-notify strong, .mp-product-moving-box-wholesale-empty strong {
    display: block;
    line-height: 17px;
    margin-bottom: 15px;
}

.mp-product-moving-box-wholesale-empty {
    margin-top: 20px;
}

.mp-item-bn-blue {
    background: #2988e7;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5ODhlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZjY2ZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #2988e7 0%, #1f66df 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2988e7), color-stop(100%, #1f66df));
    background: -webkit-linear-gradient(top, #2988e7 0%, #1f66df 100%);
    background: -o-linear-gradient(top, #2988e7 0%, #1f66df 100%);
    background: -ms-linear-gradient(top, #2988e7 0%, #1f66df 100%);
    background: linear-gradient(to bottom, #2988e7 0%, #1f66df 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2988e7', endColorstr='#1f66df', GradientType=0);
    border: none;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 11px;
}

.mp-item-bn-blue:hover {
    background: #3cb0f0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNjYjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYTgzZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #3cb0f0 0%, #2a83ea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3cb0f0), color-stop(100%, #2a83ea));
    background: -webkit-linear-gradient(top, #3cb0f0 0%, #2a83ea 100%);
    background: -o-linear-gradient(top, #3cb0f0 0%, #2a83ea 100%);
    background: -ms-linear-gradient(top, #3cb0f0 0%, #2a83ea 100%);
    background: linear-gradient(to bottom, #3cb0f0 0%, #2a83ea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3cb0f0', endColorstr='#2a83ea', GradientType=0);
    cursor: pointer;
}

.mp-product-moving-box-only-mp-link {
    color: #2475E1;
    line-height: 19px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 40px;
    font-size: 14px;
}

.mp-product-moving-box-only-mp-link:hover {
    color: #00A8FF;
    cursor: pointer;
}

/* GiftCard */

.m-row-left {
    float: left;
}

.giftCardPopupImg {
    background-image: url(/skin/frontend/gate/default/images/giftcard_popup.jpg);
    background-repeat: no-repeat;
    width: 159px;
    height: 149px;
}

.giftCardPopupLabel {
    font-weight: bold;
    margin-top: 10px;
}

.giftCardPopupInput {
    margin-top: 10px;
    width: 345px;
    height: 40px;
    background: #FAFAFA;
    border: 1px solid #adadad;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
}

.giftCardPopupInput:focus {
    background: #e9e9e9;
    box-shadow: inset 0 0 3px #c8c8c8;
}

.mp-popup-wrapper .input-error {
    border: 1px solid #FF6666 !important;
    box-shadow: 0px 0px 3px #FF6666;
}

.giftCardPopupSubmit {
    background: #6c9900; /* Old browsers */
    background: -moz-linear-gradient(top, #6c9900 0%, #537c00 96%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6c9900), color-stop(96%, #537c00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #6c9900 0%, #537c00 96%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #6c9900 0%, #537c00 96%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #6c9900 0%, #537c00 96%); /* IE10+ */
    background: linear-gradient(to bottom, #6c9900 0%, #537c00 96%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c9900', endColorstr='#537c00', GradientType=0); /* IE6-9 */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    display: inline-block;
    border-radius: 3px;
    border: none;
    padding: 12px 17px 12px 17px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    cursor: pointer;
}

.giftCardPopupSubmit:hover {
    background: #88b700; /* Old browsers */
    background: -moz-linear-gradient(top, #88b700 0%, #6e9e00 96%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #88b700), color-stop(96%, #6e9e00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #88b700 0%, #6e9e00 96%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #88b700 0%, #6e9e00 96%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #88b700 0%, #6e9e00 96%); /* IE10+ */
    background: linear-gradient(to bottom, #88b700 0%, #6e9e00 96%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#88b700', endColorstr='#6e9e00', GradientType=0); /* IE6-9 */
}

.giftCardPopupCaptcha {
    border: 1px solid #b7b7b7;
    float: left;
    margin-top: 10px;
    width: 102px;
    height: 32px;
}

.giftCardPopupCaptchaInput {
    margin-top: 10px;
    width: 100px;
    height: 32px;
    background: #FAFAFA;
    border: 1px solid #adadad;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 15px;
}

.giftCardPopupCaptchaInput:focus {
    background: #e9e9e9;
    box-shadow: inset 0 0 3px #c8c8c8;
}

.giftCardPopupCaptchaReload {
    font-size: 12px;
    display: inline-block;
    margin: 15px 0 0 10px
}

.giftCardPopupCaptchaReload:hover {
    cursor: pointer;
    color: #483f3f;
}

.giftCardPopupFooter {
    background-color: #e9e9e9;
    margin: 25px -25px -25px -25px;
    border-top: 1px solid #d5d5d5;
    padding: 12px;
    padding-left: 25px;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

}

.giftCardPopupFooter a {
    color: #2475E1;
    font-size: 12px;
    font-weight: bold;
}

.giftCardPopupFooter a:hover {
    color: #00A8FF;
    cursor: pointer;
    text-decoration: none;
}

/*paylater*/
.ebay-support-info {
    text-align: left;
    padding-top: 10px;
    line-height: 24px;
}

.ebay-support-info img {
    cursor: pointer;
}

/* products configurable */
.p-configurable {
    background-color: #f0f0f0;
    text-align: left;
    padding: 15px;
    margin-right: -13px;
    margin-left: -17px;
    margin-bottom: 15px;
}

.p-configurable-h {
    color: #fb4000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.p-configurable-select {
    border: 2px solid #fe4100;
    line-height: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 3px;
    position: relative;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 6, 0.15);
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 6, 0.15);
    box-shadow: 0px 2px 3px rgba(0, 0, 6, 0.15);
    padding-left: 10px;
    padding-right: 40px;
    background: #ffffff;
    cursor: pointer;
    width: 170px;
    height: 44px;
    float: left;
}

.p-configurable-display {
    width: 135px;
}

.p-configurable-select.active {
    background: #e4e4e4; /* Old browsers */
    background: -moz-linear-gradient(top, #e4e4e4 0%, #e4e4e4 96%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4e4e4), color-stop(96%, #e4e4e4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e4e4e4 0%, #e4e4e4 96%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e4e4e4 0%, #e4e4e4 96%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e4e4e4 0%, #e4e4e4 96%); /* IE10+ */
    background: linear-gradient(to bottom, #e4e4e4 0%, #e4e4e4 96%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e4e4', endColorstr='#e4e4e4', GradientType=0); /* IE6-9 */
}

.p-configurable-select.active:hover {
    background: #e4e4e4; /* Old browsers */
    background: -moz-linear-gradient(top, #e4e4e4 0%, #e4e4e4 96%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4e4e4), color-stop(96%, #e4e4e4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e4e4e4 0%, #e4e4e4 96%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e4e4e4 0%, #e4e4e4 96%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e4e4e4 0%, #e4e4e4 96%); /* IE10+ */
    background: linear-gradient(to bottom, #e4e4e4 0%, #e4e4e4 96%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e4e4', endColorstr='#e4e4e4', GradientType=0); /* IE6-9 */
}

.p-configurable-select.active .p-configurable-select-arrow {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 4.5px 6px 4.5px;
    border-color: transparent transparent #484b50 transparent;
}

.p-configurable-select-arrow {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 6px 4.5px 0 4.5px;
    border-color: #484b50 transparent transparent transparent;
    position: absolute;
    top: 17px;
    right: 10px;
}

.p-configurable-select ul {
    z-index: 3;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    left: 0px;
    border: 1px solid #d0d0d0;
    margin-top: 1px;
    display: none;
}

.p-configurable-u_select {
    position: absolute;
    z-index: 5;
    width: 173px;
    top: 0px;
    padding-top: 38px;
    margin-left: -11px;
}

.p-configurable-select ul li {
    padding-left: 5px;
    padding-right: 5px;
    height: 40px;
    line-height: 40px;
}

.p-configurable-select ul li:hover {
    background-color: #f3f3f3;
}

.p-configurable-info {
    background-image: url(/skin/frontend/gate/default/images/configurable_info.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-position: 2px;
    margin-top: 5px;
    margin-left: 8px;
    position: relative;
}

.p-configurable-tools {
    position: absolute;
    background: #ffffff;
    border: 1px solid #999999;
    min-width: 275px;
    bottom: 28px;
    right: -7px;
    padding: 6px;
    font-size: 13px;
    box-shadow: 1px 1px 2px #888888;
    line-height: 17px;
    display: none;
}

.p-configurable-tools:after, .p-configurable-tools:before {
    top: 100%;
    right: 13px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.p-configurable-tools:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 8px;
    margin-left: -8px;
}

.p-configurable-tools:before {
    border-color: rgba(153, 153, 153, 0);
    border-top-color: #999999;
    border-width: 9px;
    margin-left: -9px;
    right: 12px;
}

.p-configurable-info:hover .p-configurable-tools {
    display: block;
}

.p-configurable-tools-h {
    margin-bottom: 4px;
    font-weight: bold;
    font-size: 14px;
}

.p-configurable-tools-item {
    display: none;
    max-height: 200px;
    overflow-y: auto;
}

.p-configurable-tools-item span.select {
    font-weight: bold;
    color: #ffffff;
    background-color: #5b9d00;
    padding: 1px 3px;
}

.ef-captcha-reload {
    float: left;
}

.ef-captcha-reload img {
    margin: 0 20px 0 8px;
    cursor: pointer;
}

.livechat-expand {
    width: 160px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    position: relative;
    border-radius: 3px;
    font-family: "Arial";
    border: 3px solid #00a0f8;
    background-color: #ffffff;
    display: none;
    position: fixed;
    bottom: 8px;
    right: 0;
}

.livechat-expand .close {
    position: absolute;
    right: 3px;
    top: 3px;
    cursor: pointer;
    background-image: url('/skin/frontend/gate/default/images/livechat/close.png');
    background-repeat: no-repeat;
    background-position: 6px 6px;
    width: 20px;
    height: 20px;
    opacity: 0.8;
}

.livechat-expand .close:hover {
    opacity: 1;
}

.livechat-expand .arrow {
    position: absolute;
    bottom: -11px;
    left: 47px;
}

.livechat-expand ul {
    padding-left: 0;
    margin-top: 25px;
}

.livechat-expand ul li {
    height: 40px;
    font-size: 14px;
    list-style: none;
    font-weight: bold;
    line-height: 40px;
    cursor: pointer;
    margin-left: 0;
    padding-left: 0;
    color: #0094e9;
}

.livechat-expand ul li:hover {
    color: #fff;
    background: #2c7fd8;
    background: -moz-linear-gradient(top, #2c7fd8 0%, #2364cd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2c7fd8), color-stop(100%, #2364cd));
    background: -webkit-linear-gradient(top, #2c7fd8 0%, #2364cd 100%);
    background: -o-linear-gradient(top, #2c7fd8 0%, #2364cd 100%);
    background: -ms-linear-gradient(top, #2c7fd8 0%, #2364cd 100%);
    background: linear-gradient(top, #2c7fd8 0%, #2364cd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c7fd8', endColorstr='#2364cd', GradientType=0);
}

.livechat-expand ul li:last-child {
    margin-bottom: 2px;
}

.livechat-expand ul li.lcMarketplace.deactive {
    color: #969696;
    cursor: default;
}

.livechat-expand ul li.lcMarketplace.deactive:hover {
    color: #969696;
    cursor: default;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
    background: linear-gradient(top, #ffffff 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}

.livechat-expand ul li.lcMarketplace.deactive .icon {
    opacity: 0.5;
}

.livechat-expand ul li.lcMarketplace .icon {
    display: inline-block;
    float: left;
    width: 27px;
    margin-top: 4px;
    margin-right: 6px;
    height: 29px;
    background-image: url('/skin/frontend/gate/default/images/livechat/shield.png');
    margin-left: 7px;
}

.livechat-expand ul li.lcEn .icon {
    display: inline-block;
    float: left;
    width: 27px;
    margin-top: 12px;
    margin-right: 8px;
    margin-left: 7px;
    height: 18px;
    background-image: url('/skin/frontend/gate/default/images/livechat/en.jpg');
}

.livechat-expand ul li.lcEs .icon {
    display: inline-block;
    float: left;
    width: 27px;
    margin-top: 12px;
    margin-right: 8px;
    margin-left: 7px;
    height: 18px;
    background-image: url('/skin/frontend/gate/default/images/livechat/es.jpg');
}

.livechat-expand ul li.lcDe .icon {
    display: inline-block;
    float: left;
    width: 27px;
    margin-top: 12px;
    margin-right: 8px;
    margin-left: 7px;
    height: 18px;
    background-image: url('/skin/frontend/gate/default/images/livechat/de.jpg');
}

.livechat-expand ul li.lcFr .icon {
    display: inline-block;
    float: left;
    width: 27px;
    margin-top: 12px;
    margin-right: 8px;
    margin-left: 7px;
    height: 18px;
    background-image: url('/skin/frontend/gate/default/images/livechat/fr.jpg');
}

.livechat-expand ul li span {
    display: inline-block;
    float: left;
}

.livechat_content {
    background-image: url('/skin/frontend/gate/default/images/livechat/livechat_main_online.png');
    width: 130px;
    height: 76px;
    position: fixed;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

.livechat_content.offline {
    background-image: url('/skin/frontend/gate/default/images/livechat/livechat_main_offline.png');
}

.livechat_content.livechat_content_wholesale {
    background-image: url('/skin/frontend/gate/default/images/livechat/chat_marketplace.png');
    width: 147px;
    height: 65px;
}

.m-mobile {
    background-color: #2a2b2f;
    position: absolute;
    width: 100%;
    color: #ffffff;
    display: none;
}

.m-mobile .m-mobile-c {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 15px;
}

#supportHubToolTip {
    min-height: 60px;
    background-color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 10px;
    border-radius: 5px;
    text-align: center;
    -webkit-box-shadow: 0px 11px 79px 0px rgba(0, 0, 0, 0.54);
    -moz-box-shadow: 0px 11px 79px 0px rgba(0, 0, 0, 0.54);
    box-shadow: 0px 11px 79px 0px rgba(0, 0, 0, 0.54);
}

#supportHubToolTip:hover {
    text-decoration: none;
}

.supportHubIcon {
    color: #14b269;
    font-size: 36px;
    float: left;
    margin-top: 12px;
    margin-left: 10px;
}

.supportHubTitle {
    color: #444444;
    font-weight: bold;
    font-size: 20px;
    margin-top: 20px;
    float: right;
    padding-left: 10px;
    padding-right: 15px;
}

.supportHubTitle span {
    color: #14b269;
}

.supportHubDescription {
    color: #8f9090;
    font-weight: bold;
    font-size: 12px;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-top: 5px;
    clear: both;
    width: 166px;
    text-align: left;
    line-height: 15px;
}

.supportHubDescription span {
    color: #444444;
}

.supportHubTriangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    bottom: -10px;
    right: 10px;
}

/* notifications center */
.mp-acc-conetent .notifications-title.m-row h3 {
    margin-bottom: 35px
}

div.notificationsSpacer {
    width: 100%;
    height: 15px
}

table.notifications {
    width: 100%;
    margin-bottom: 35px
}

table.notifications th {
    border-top: 3px solid #f5f5f5;
    font-size: 14px;
    font-weight: bold;
    color: #444444;
    text-align: center;
    padding: 10px
}

table.notifications th.title {
    height: 58px;
    text-align: left;
    font-size: 20px;
    color: #ff4003;
    padding: 0 20px;
    width: 199px
}

table.notifications th.email {
    width: 203px
}

table.notifications td.daily {
    border-right: 0 none;
    width: 85px;
}

table.notifications td.hour {
    padding: 20px 16px;
    width: 79px;
}

table.notifications div.website {
    margin: 0px auto;
    width: 60px;
}

table.notifications th:first-child {
    border-right: 1px solid #dbdbdb;
    background: url('/skin/frontend/gate/default/images/notifications_bg.png') repeat-y
}

table.notifications th:last-child, table.notifications tr.transparent td:last-child {
    border-left: 1px solid #dbdbdb;
    background: url('/skin/frontend/gate/default/images/notifications_bg.png') repeat-y scroll right top
}

table.notifications td {
    text-align: center;
    font-size: 14px;
    color: #5d5d5d;
    font-weight: bold;
    border-right: 1px solid #dbdbdb;
    line-height: 21px;
    padding: 20px 18px;
}

table.notifications td.borderBottom {
    border-bottom: 1px solid #f5f5f5
}

table.notifications tr.transparent td {
    font-size: 12px;
    font-weight: normal;
    text-align: left
}

table.notifications tr.odd {
    background-color: #f5f5f5
}

table.notifications tr.transparent {
    background-color: transparent
}

table.notifications var {
    cursor: pointer;
    margin-left: 10px;
    vertical-align: middle;
}

table.notifications var img {
    padding-top: 4px;
}

table.notifications td:first-child {
    text-align: left;
}

table.notifications td:last-child {
    border-right: 0px
}

table.notifications div.tick, table.notifications div.tick-all {
    width: 21px;
    height: 21px;
    background: url('/skin/frontend/gate/default/images/notifications.png') no-repeat center bottom;
    cursor: pointer;
    margin: 0 auto;
}

table.notifications div.tick.checked, table.notifications div.tick-all.checked {
    background-position: center top
}

table.notifications div.tick-all {
    margin-right: 12px;
    float: left
}

table.notifications div.tick-all-label {
    padding-left: 33px;
}

div.newsletter {
    border-top: 1px solid #dbdbdb;
    padding-top: 25px
}

div.newsletter input {
    float: left;
    margin-right: 12px;
    margin-top: 2px;
}

div.newsletter label {
    color: #292C30 !important;
    font-size: 14px !important;
    font-weight: bold !important;
    width: 250px !important;
}

div.newsletter a#reset {
    float: right;
    color: #2475e1;
    font-weight: bold;
    font-size: 14px
}

div.newsletter:after {
    display: block;
    content: "";
    clear: both
}

div.newsletter-save {
    text-align: right
}

.notifictation-info {
    display: none;
    position: absolute;
    border-radius: 10px;
    box-shadow: 0 4px 36px #afafaf;
    width: 300px;
}

.notifictation-info img.arrow {
    bottom: -8px;
    left: 30px;
    position: absolute;
}

.notifictation-info .info {
    background: none repeat scroll 0 0 #fff;
    border-radius: 10px;
    padding: 10px;
    font-family: Arial;
    font-size: 12px;
    line-height: 17px;
}

.notifications-show {
    float: right;
    line-height: 35px
}

.notifications-show:after, .notifications-bar:after {
    display: block;
    content: "";
    clear: both
}

.notifications-show select {
    background-color: #f7f7f7;
    border: 1px solid #020202;
    border-radius: 5px;
    font-size: 14px;
    height: 35px;
    margin-left: 10px;
    padding: 6px 15px;
    width: 150px;
}

.notifications-bar {
    width: 100%;
    height: 40px;
    background-color: #f7f7f7;
    padding: 6px 10px 0 10px;
    margin: 12px 0
}

.notifications-bar a {
    font-weight: bold;
    color: #8E8A8A;
    padding: 13px 25px;
    display: inline-block;
}

.notifications-bar a:hover {
    text-decoration: none
}

.notifications-bar var {
    font-size: 11px;
    color: #fff;
    background-color: #E60000;
    border-radius: 3px;
    padding: 5px;
    font-style: normal;
}

.notifications-bar a.active {
    background-color: #fff;
    border-radius: 3px 3px 0 0;
    color: #000
}

#all-notifications .important td:first-child, #important-notifications .important td:first-child {
    background: linear-gradient(to right, #ff0000 0%, #ff0000 8px, transparent 8px, transparent 100%) repeat scroll 0 0 rgba(0, 0, 0, 0)
}

#all-notifications .notify_status {
    text-align: center
}

#important-notifications, #all-notifications {
    display: none
}

.sg-hr {
    margin: 30px 0;
}

.m-sp-desc {
    padding-left: 60px;
    font-size: 14px;
}

.sp-example {
    margin-top: 15px;
}

.sp-example-label {
    color: #a3a3a3;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.sp-example-box {
    display: inline-block;
    background-color: #f0f0f0;
    padding: 7px 15px;
    max-width: 470px;
    color: #1f2226;
    font-size: 14px;
    border-radius: 5px;
}

.sg-bottom {
    margin-top: 20px;
}

.sg-link {
    font-size: 14px;
    color: #0092f4;
    margin-top: 32px;
}

.sg-link:hover {
    color: #0782f8;
    cursor: pointer;
}

/* MpComplaint */

.pageComplaint {
    background-color: #f1f1f1;
}

.formContent {
    background: url('/skin/frontend/gate/default/images/complaint/form-top-line.jpg') no-repeat #ffffff top;
    width: 490px;
    margin: 50px auto;
    border-radius: 5px;
    color: #444444;
}

.formWrap {
    padding: 20px;
}

.formTop {
    font-family: Arial;
    font-size: 27px;
    text-align: center;
    margin: 50px 0;
}

.formTop a {
    vertical-align: middle;
    display: inline-block;
}

.formRadioContent {
    padding: 0 50px;
    margin-bottom: 40px;
    text-align: center;
}

.formRadioContent .formRadioWrap:first-child {
    float: left;
}

.formRadioWrap {
    cursor: pointer;
    display: inline-block;
    width: 50%;
    text-align: left;
}

.formRadioWrap .formRadio {
    background-color: #e4e4e4;
    border-radius: 50%;
    float: left;
    height: 22px;
    width: 22px;
}

.formRadioWrap.active .formRadioActive {
    background-color: #aeaeae;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    margin-left: 5px;
    margin-top: 5px;
}

.formRadioWrap .formRadioLabel {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-left: 35px;
    margin-right: 15px;
    margin-top: 5px;
    white-space: nowrap;
}

.formType {
    display: none;
}

.formType.active {
    display: block;
    border-top: 3px solid #f1f1f1;
    width: 450px;
    padding: 20px 0 10px 0;
}

.formRow {
    display: inline-block;
    width: 100%;
    position: relative;
}

.formRowLabel {
    font-size: 14px;
    color: #444444;
}

.formRowLabel span,
.formRowNotice span {
    color: #ff0000;
}

.formRowInput,
.formRowInputCaptcha {
    margin-bottom: 10px;
    position: relative;
}

.formRowInput input,
.formRowInput textarea {
    width: 416px;
    border: none;
    background-color: #f1f1f1;
    border-radius: 3px;
    padding: 17px;
    font-size: 14px;
    font-family: Arial;
    color: #969696;
    margin: 10px 0px;
}
.formRowInputCaptcha input {
    width: 87px;
    border: none;
    background-color: #f1f1f1;
    border-radius: 3px;
    padding: 11px 17px;
    font-size: 14px;
    font-family: Arial;
    color: #969696;
    font-size: 16px;
    border-radius: 4px;
    padding: 7px 15px;
    width: 60px;
    margin-top: 10px;
    margin-left: 10px;
}
.formRowInput textarea {
    height: 150px;
    resize: none;
}

.formRowInput.errorInput input,
.formRowInput.errorInput textarea,
.formRowInputCaptcha.errorInput input {
    border: 1px solid #ffa7a7;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(251, 193, 193, 0.58);
    -moz-box-shadow: 0px 0px 18px 0px rgba(251, 193, 193, 0.58);
    box-shadow: 0px 0px 18px 0px rgba(251, 193, 193, 0.58);
}

.formRow .formRowTooltipError {
    font-size: 13px;
    color: #ffffff;
    background-color: #fd7272;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    bottom: -30px;
    height: 0;
    overflow: hidden;
    padding: 0;
    z-index: 4;
}

.formRow .formRowTooltipError .formRowTriangleError {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #fd7272 transparent;
    position: absolute;
    top: -8px;
    right: 20px;
}

.formRowInput.errorInput .formRowTooltipError,
.formFile.errorInput .formRowTooltipError,
.formRowInputCaptcha.errorInput .formRowTooltipError {
    height: auto;
    padding: 10px 15px;
    overflow: visible;
}

.formRow .formFile .formRowTooltipError {
    bottom: -22px;
    left: 0;
    right: auto;
}

.formRowNotice {
    color: #969696;
    margin-bottom: 20px;
}

.formButton {
    color: #ffffff;
    width: 100%;
    font-size: 14px;
    background-color: #006cff;
    text-transform: uppercase;
    border: none;
    border-radius: 3px;
    font-weight: bold;
    padding: 17px;
    text-align: center;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    transition: all 300ms;
}

.formButton:hover {
    cursor: pointer;
    background-color: #357ebd;
}

.formRow .formError {
    background-color: #fd7272;
    font-size: 13px;
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 3px;
    text-align: center;
    margin-bottom: 15px;
    display: none;
}

.formRow .formError.active {
    display: block;
}

.formRow .formSuccess {
    background-color: #8FBC8F;
    font-size: 13px;
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 3px;
    text-align: center;
    margin-bottom: 15px;
    display: none;
}

.formRow .formSuccess.active {
    display: block;
}

.formLoading {
    display: none;
    margin: 0 auto 15px !important;
}

.formLoading.active {
    display: block;
}

.formRow .formFile {
    line-height: 44px;
    margin: 5px 20px 20px 0;
    color: #fff;
    font: normal bold 14px arial, sans-serif;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    float: left;
}

.formRow .input-file {
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    height: 70px;
    position: absolute;
    z-index: 2;
}

.formRow .rowFileValue {
    padding: 15px 13px;
    text-align: center;
    cursor: pointer;
    color: #a3a3a3;
}

.formRow .formFileText {
    padding-top: 23px;
    color: #474747;
    font-size: 14px;
}


.btn {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Roboto', Sans-Serif;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
    text-shadow: 1px 0 1px rgba(6, 6, 6, 0.26);
    padding: 10px 15px;
    display: inline-block;
    line-height: 12px;
}
.home_preloader {
    margin: 200px auto;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
}
.preloader_1 {
    background: url('/skin/frontend/gate/default/images/preloader_1.GIF') no-repeat;
    width: 128px;
    height: 128px;
    margin: 20px auto;
}

a.btn:hover{text-decoration: none !important;}

.btn-blue {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(34, 101, 205);
    background-image: -moz-linear-gradient(90deg, rgb(34, 101, 205) 0%, rgb(85, 141, 198) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(34, 101, 205) 0%, rgb(85, 141, 198) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(34, 101, 205) 0%, rgb(85, 141, 198) 100%);
    text-align: left;
}
.btn-blue:hover,
.btn-blue:focus {
    background-image: -moz-linear-gradient(90deg, rgb(34, 101, 205) 40%, rgb(85, 141, 198) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(34, 101, 205) 40%, rgb(85, 141, 198) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(34, 101, 205) 40%, rgb(85, 141, 198) 100%);
}
.btn-ok:before {
    font-family: 'icomoon';
    content: "\e61a";
    margin-right: 7px;
    font-size: 9px;
}

/* 30723646 */
#mgcomplaint {}
#mgcomplaint .formTop {
    margin: 42px 0;
}
#mgcomplaint .formRadioContent {
    margin-bottom: 56px;
}
#mgcomplaint .formRowInput input {
    line-height: 14px;
}
#mgcomplaint .radioRow {
    margin-top:5px;
}
#mgcomplaint .radioRow {

}
#mgcomplaint #problemType1,
#mgcomplaint #problemType2 {
    overflow: hidden;
    margin: 24px 0 38px 0;
}
#mgcomplaint #problemType1.problemRadioContent,
#mgcomplaint #problemType2.problemRadioContent {
    padding: 0;
}
#mgcomplaint #problemType1.problemRadioContent .formRadioWrap,
#mgcomplaint #problemType2.problemRadioContent .formRadioWrap {
    width: 25%;
    float: left;
}
#mgcomplaint #problemType1.problemRadioContent .formRadioLabel,
#mgcomplaint #problemType2.problemRadioContent .formRadioLabel {
    font-weight: normal;
}
#mgcomplaint .formRowNotice {
    font-size: 14px;
    margin-bottom: 0;}



/** POPUP NAVIGATION PAGER BAR ***/
.popup-pager {
    width: 95%;
    background-color: #DADADA;
    margin:0px !important;
}

/********* TOOLTIP ***************/
.ui-tooltip {
    background: #EFEFEF;
    border: 1px solid white;
    z-index:9999;
    padding: 6px ;
    font-size:11px;
    color: #000;
    position:absolute;
    border-radius: 5px;
    font: 10px "Helvetica Neue", Sans-Serif;
    box-shadow: 0 0 3px black;
    width:150px;}

/*** CUSTOM G2A SELECT OPTION STYLING ***/
.g2a-select-options {
    min-width: 120px;
    padding: 5px;
    color: #51545A;
    font-size: 12px;
    line-height: 1.8;
    border: 1px solid #D7D7D7;
    border-radius: 3px;
    height: 34px;
    box-shadow: 0 2px 3px rgba(0, 0, 6, 0.15);
    background: linear-gradient(to bottom, #fbfbfb 0%, #f1f1f1 96%) repeat scroll 0 0 rgba(0, 0, 0, 0);}
.g2a-select-options:hover{
    background: linear-gradient(to top, #fbfbfb 0%, #f1f1f1 96%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.g2a-select-options select option {
    padding: 5px;}



/*** BUTTONS ON WHOLE G2A ***
BLUE */
.mp-button-blue {
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    font-family: "Roboto";
    margin-top: 20px;
    padding: 11px 20px;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: -moz-linear-gradient(top,  #2a82eb 0%, #309bee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a82eb), color-stop(100%,#309bee));
    background: -webkit-linear-gradient(top,  #2a82eb 0%,#309bee 100%);
    background: -o-linear-gradient(top,  #2a82eb 0%,#309bee 100%);
    background: -ms-linear-gradient(top,  #2a82eb 0%,#309bee 100%);
    background: linear-gradient(to bottom,  #2a82eb 0%,#309bee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a82eb', endColorstr='#309bee',GradientType=0 );
}
.mp-button-blue a {
    color: #FFF;
    text-decoration: none; }
.mp-button-blue:hover {
    background: linear-gradient(to top, #2988e7 0%, #1f66df 99%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
/* GREEN  */
.mp-button-green {
    font-size: 14px;
    margin-top: 20px;
    padding: 11px 20px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    border: none;
    font-family: "Roboto";

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #6c9a00; /* Old browsers */
    background: -moz-linear-gradient(top,  #6c9a00 0%, #517900 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c9a00), color-stop(100%,#517900)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #6c9a00 0%,#517900 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #6c9a00 0%,#517900 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #6c9a00 0%,#517900 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #6c9a00 0%,#517900 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c9a00', endColorstr='#517900',GradientType=0 ); /* IE6-9 */
}
.mp-button-green:hover {
    background: #8fba00; /* Old browsers */
    background: -moz-linear-gradient(top,  #8fba00 0%, #709c00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fba00), color-stop(100%,#709c00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #8fba00 0%,#709c00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #8fba00 0%,#709c00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #8fba00 0%,#709c00 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #8fba00 0%,#709c00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fba00', endColorstr='#709c00',GradientType=0 ); /* IE6-9 */
}
.mp-button-green img {
    position:relative !important;
    vertical-align: middle;
}
/* GRAY */
.mp-button-gray {
    padding-top: 10px;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    font-weight: bold;
    height: 46px;
    margin-left: 127px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    border: none;

    background: #dddddd;
    background: -moz-linear-gradient(top,  #dddddd 0%, #cccccc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#cccccc));
    background: -webkit-linear-gradient(top,  #dddddd 0%,#cccccc 100%);
    background: -o-linear-gradient(top,  #dddddd 0%,#cccccc 100%);
    background: -ms-linear-gradient(top,  #dddddd 0%,#cccccc 100%);
    background: linear-gradient(to bottom,  #dddddd 0%,#cccccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#cccccc',GradientType=0 );
}



/*********** FREE GAMES BACKGROUNDS *************/
.free-bg {background:transparent !important;}
.free-bg-12317 {
    background:url(/skin/frontend/gate/default/images/freegames/dinostorm.jpg) top no-repeat #efefef !important; }
.free-bg-12311 {
    background:url(/skin/frontend/gate/default/images/freegames/bsgo.jpg) top no-repeat #efefef !important; }
.free-bg-12314 {
    background:url(/skin/frontend/gate/default/images/freegames/drakensang.jpg) top no-repeat #efefef !important; }
.free-bg-13411 {
    background:url(/skin/frontend/gate/default/images/freegames/fantasyrama.jpg) top no-repeat #efefef !important; }
.free-bg-12318 {
    background:url(/skin/frontend/gate/default/images/freegames/farmerama.jpg) top no-repeat #efefef !important; }
.free-bg-12333 {
    background:url(/skin/frontend/gate/default/images/freegames/risingcities.jpg) top no-repeat #efefef !important; }
.free-bg-12335 {
    background:url(/skin/frontend/gate/default/images/freegames/seafight.jpg) top no-repeat #efefef !important; }
.free-bg-12338 {
    background:url(/skin/frontend/gate/default/images/freegames/skyrama.jpg) top no-repeat #efefef !important; }
.free-bg-13422 {
    background:url(/skin/frontend/gate/default/images/freegames/stronghold-kingdoms.jpg) top no-repeat #efefef !important; }
.free-bg-13383 {
    background:url(/skin/frontend/gate/default/images/freegames/supremacy.jpg) top no-repeat #efefef !important; }
.free-bg-12340 {
    background:url(/skin/frontend/gate/default/images/freegames/zoomumba.jpg) top no-repeat #efefef !important; }



/* CHINA VERSION */
.zh_CN {
    font-family: 'Arial','SimSun','宋体','STXihei';}
.zh_CN .contentSH {
    font-family: 'Arial','SimSun','宋体','STXihei';}


/* TAIWAN VERSION */
.zh_TW {
    font-family: 'Arial','SimSun','宋体','STXihei';}
.zh_TW .contentSH {
    font-family: 'Arial','SimSun','宋体','STXihei';
}


/* RUSSIAN VERSION */
body.ru_RU .mp-head-acc .shield-info.shield-off .btn strong {
    font-size: 10px;
}


/** JAPAN VERSION **/
body.ja_JP {
    font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic Pro", "Osaka", 'Arial';
    font-size:11px; }
.ja_JP .mp-header {
    font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic Pro", "Osaka", 'Arial';}
.ja_JP table.notifications div.website {width:70px;}
.ja_JP .m-login-link-b {
    font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic Pro", "Osaka", 'Arial';}
.ja_JP .mp-product-info .button_buy {
    font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic Pro", "Osaka", 'Arial';}
.ja_JP .fb_div2 .fb_div2_a {font-size:10px !important; }
.ja_JP .charity-head label {font-size:12px !important;}
.ja_JP .mpt-1 tr td:nth-child(2) small {font-size:12px !important; }
.ja_JP .mp-myacc .m-row .mpt1-left {font-size:12px !important; }
.ja_JP .searchFaqTitle {font-size: 40px;}
.ja_JP .boxDesc p {font-size: 16px;}
.ja_JP .gs-shield-pp-guarentee {width: 220px}
.ja_JP .gs-shield-pp-guarentee {width: 220px}
.ja_JP .categoryQuestionList li p {font-size:12px;}



/* ARABIC VERSION */
body.ar_SA {
    direction: rtl;
    font-family: 'Droid Arabic Kufi', 'serif';
    font-size: 11px;
    unicode-bidi: normal;}
.ar_SA .mp-header {
    font-family: 'Droid Arabic Kufi', 'serif';}
.ar_SA .mp-popup-wrapper {
    font-family: 'Droid Arabic Kufi', 'serif';}
.ar_SA .i_status_tooltip2 {
    font-family: 'Droid Arabic Kufi', 'serif';}
.ar_SA .header {
    font-family: 'Droid Arabic Kufi', 'serif';}
.ar_SA .searchFaqTitle {
    font-family: 'Droid Arabic Kufi', 'serif';}
.ar_SA .question {
    font-family: 'Droid Arabic Kufi', 'serif';}
.ar_SA .boxes {
    font-family: 'Droid Arabic Kufi', 'serif';}
.ar_SA .contacts {
    font-family: 'Droid Arabic Kufi', 'serif';}
.ar_SA .footer {
    font-family: 'Droid Arabic Kufi', 'serif';}
.ar_SA .giftCartWrapper {
    font-family: 'Droid Arabic Kufi', 'serif';
}
.ar_SA .select_r {direction: ltr;}
/*header*/
.ar_SA .mp-head-like {float:right; text-align:right;}
.ar_SA .mp-head-local2-drop {direction: ltr}
.ar_SA .mp-head-goldmine {float:right; text-align:right;}
.ar_SA .mp-head-goldmine span {float:right; direction: rtl }
.ar_SA .goldmine_gold_img {float:right; margin-left:10px;}
.ar_SA .mp-head-stc .icon {float:right; margin-left:10px;}
.ar_SA .mp-head-stc {float:right; text-align:right; width:300px;}
.ar_SA .mp-head-switch {float:right; text-align:right;}
.ar_SA .mp-head-local-store {padding-right:25px;direction:ltr;}
.ar_SA .mp-head-local-drop {direction: ltr}
.ar_SA .mp-head-switch .flag {float:right; margin-left:5px;margin-top:5px;}
.ar_SA .mp-product-head {width:155px; padding-right:30px;}
.ar_SA .mp-head-logo {float:right; margin-left:12px; width: 138px}
.ar_SA .mp-head-search {float:right;text-align:right}
.ar_SA .mp-head-search input[type="text"] { text-align:right; }
.ar_SA .mp-head-search button {float:left}
.ar_SA .mp-head-searchlist {text-align:right}
.ar_SA .exitSearch {right:390px}
.ar_SA .mp-p-head-preorder { text-align:left !important; }
.ar_SA .mp-head-customer {float:left; width:410px;}
.ar_SA .mp-head-customer-no-login .m-row {width: 350px !important}
.ar_SA .m-login-link-b {float:right; padding-top:20px;}
.ar_SA .m-login-link {float:left; padding-top:15px;}
.ar_SA #login {float:right; width:364px;
    font-family: 'Droid Arabic Kufi', 'serif';}
.ar_SA .mp-head-cash {float:right;}
.ar_SA .mp-head-acc {float:right}
.ar_SA .mp-acc-basket {float:left; margin-left:0px; margin-right: 4px;}
.ar_SA #cart-wrap {float:left}
.ar_SA #cart-wrap3 {left:0px; text-align:right}
.ar_SA .mp-head-baster-hover{right:208px;}
.ar_SA .mp-head-acc-drop {margin-right:-27px;}
.ar_SA .mp-head-acc-area {margin-right:-27px;}
.ar_SA .mp-head-acc-drop li {
    text-align:right;}
.ar_SA .mp-head-cash-drop li {
    text-align: right;}

.ar_SA .filters2 {text-align:right; }
.ar_SA .mp-front-menu {margin-right: -30px !important;}
.ar_SA .mp-front-menu > li ul > li {padding-left:0px;padding-right:20px;}
.ar_SA .mp-front-menu > li strong {right:20px; top:13px;}
.ar_SA .mp-front-menu > li > span {right:20px;}
.ar_SA .mp-front-arrow {top:10px;left:15px;right:295px}
.ar_SA .mp-front-menu > li ul.small > li { width:130px }
.ar_SA .mp-fm-ico {float:right}
.ar_SA .mp-front-menu .filters2_1 .mp-front-menu-drop-down {
    left: 0px;}
.ar_SA .mp-range {float:right;direction:ltr}
.ar_SA .mp-comunity {float:left}
.ar_SA #footer-wrap .select_r span {
 margin-left:14px; }
.ar_SA #footer-wrap .select_r .select_d {
    margin-right:30px;}
.ar_SA #footer .foo-left {padding-right:10px; width:230px;}

.ar_SA #footer-wrap #footer .foo-left .emailbox {padding-right:55px;}
.ar_SA .jq-goldmine-payout-other { unicode-bidi: normal}
.ar_SA .mp-head-cash-information-price span { direction: ltr}
.ar_SA .i_status .jq-status-status {float:right !important;}
/*product details*/
.ar_SA .product-small2 .mp-product-info h4 {text-align: right}
.ar_SA #content .games-price {left:0px;right:751px;margin-top:30px;text-align: right}
.ar_SA #content .product-container { margin-left:232px; }
.ar_SA #content #about-game { float:right;}
.ar_SA .games-info2 {text-align:right}
.ar_SA .games-infoa {text-align:right}
.ar_SA .fb_div {text-align:right; margin-right:-15px;}
.ar_SA #content #about-game #about-game-tabs li {float:right}
.ar_SA #content #about-game #about-game-tabs {margin-right:-20px;}
.ar_SA .cw-pd-mainlist #description h3 {text-align:right}
.ar_SA .cw-pd-mainlist #keyfeatures h3 {text-align:right}
.ar_SA .cw-pd-mainlist #requirement h3 {text-align:right}
.ar_SA .cw-pd-mainlist #pegi h3 {text-align:right}
.ar_SA .cw-pd-mainlist #other h3 {text-align:right}
.ar_SA .cw-product-des .cw-pd-icon, .ar_SA #product-dets .cw-pd-icon {float:right}
.ar_SA .success-msg, .ar_SA .success { text-align: right }
.ar_SA .error-msg { text-align: right }
.ar_SA .notice-msg {text-align: right }
.ar_SA .cw-img-wrap {margin-right:50px;}
.ar_SA .cw-images {direction: ltr;}
.ar_SA .mp-q-new-shield-info {min-height:40px;}
.ar_SA .mp-q-expand { right:-300px}
/*requ*/
.ar_SA #requirement .cw-spec .spec_ico {
    float: right;
    margin: 0 12px 0 16px;}
.ar_SA #requirement .cw-spec .cw-spec_txt {
    float: right; text-align:right;
    margin: 11px 0 0;}
.ar_SA #requirement .cw-spec .cw-spec_txt_spec {
    margin: 0 233px 0 0; text-align:right}
.ar_SA #pegi #pegi-des li {float:right !important; }
.ar_SA .cw-ico-content {text-align: right}
.ar_SA #requirement ul, .ar_SA #facts ul, .ar_SA #pegi ul, .ar_SA #other ul {list-style-type: none !important;}
/*koszyk plywajacy*/
.ar_SA .mp-product-moving-box-info {
    background-position: 95% 50%;
    padding: 10px 48px 10px 10px;
    text-align: right;}
.ar_SA #content .product_f .games-price2 {
    position: absolute;
    right: 242px;
    top: 0;
    width: 7px;}
.ar_SA .mp-product-moving-box-notify .content-description {text-align:right}
/*shield info*/
.ar_SA .deactive-shield h2 { text-align:right; margin-right:40px; }
.ar_SA .cs-close { left: 15px; top: 15px; }
/*goldmine*/
.ar_SA .g2a-gm {
    text-align: right;
    left:21px !important;
    padding: 50px 40px;}
.ar_SA .g2a-gm ul li {
    margin-bottom: 50px;
    padding-bottom: 50px; }
.ar_SA .gg-left { float: right;  }
.ar_SA .gg-right { float: left; width:0px; margin-left:290px}
/* END */

/*footer*/
.ar_SA #footer-wrap .foo-left { text-align: right; }
.ar_SA #footer-wrap .foo-center { text-align: right; }
.ar_SA #footer-wrap .partners-wrapper { text-align: center; }
.ar_SA .foot-select #content_1 {direction: ltr}


/*login*/
.ar_SA .dialog_d .socials_dialog2, .ar_SA .popup-window .socials_dialog2 {
    text-align: right; margin-right: 20px;}
.ar_SA .dialog_d .socials_dialog_h2, .ar_SA .popup-window .socials_dialog_h2 {
    margin-right: 50px;}
.ar_SA #content {margin-right:-15px;}

/*customer account*/
.ar_SA #basket_stats .stars_all span { margin-right:10px; }
.ar_SA .mp-acc-menu {
    float: right;}
.ar_SA .mp-acc-conetent {
    float: left;}
.ar_SA .mp-myacc .m-row .mp-acc-balance {
    float: left;}
.ar_SA .mp-myacc .m-row h2 {
     float: right; }
.ar_SA .mp-acc-menu > ul > li {
    text-align:right;}
.ar_SA .mp-acc-menu > ul > li .mp-menu-ico {float:right}
.ar_SA .mp-acc-menu > ul > li span {
    cursor: pointer;
    display: inline-block;
    float: none;
    margin-right:10px;}
.ar_SA .mp-acc-menu .mp_header {
    padding-bottom: 15px;
    padding-right: 48px;
    padding-top: 15px;}
.ar_SA .mp-acc-conetent .m-row  h3 { float:right; text-align:right; }
.ar_SA button.sell-new {
      float: left;}
.ar_SA .mp-big-check-cont span {
    text-align: right;}
.ar_SA .mp-acc-balance-drop {direction: ltr;}
.ar_SA .mp-acc-balance-drop .u_select2 {direction: ltr;}
.ar_SA .mp-acc-balance-avalible {direction: ltr;}
.ar_SA .mp-acc-balance-avalible strong {direction: rtl;}
.ar_SA .mp-big-check-txt {text-align: right}
.ar_SA .mp-request-btns {text-align:right;margin:0px;}
.ar_SA .mp-req-text1 {float:right; margin-right: 10px;}
.ar_SA .mp-pab-accept-input {float:right !important;}
.ar_SA .t-paypal {margin-right:27px;}
.ar_SA .t-skrill {margin-right:38px;}
.ar_SA .mp-acc-front li h3 {margin-right:20px;}
.ar_SA .mp-acc-front > li ul > li {margin-right:20px;}
.ar_SA .my-account .mp-left {float:right;}
.ar_SA .mp-fiter-ul {float:left;}
.ar_SA .mpt1-left {}
.ar_SA .my-account .m-if-right input  {
    float:right !important}
.ar_SA .m-if1 .m-if-right select {float: right !important}
.ar_SA .mp-big-check input { float:right; }
.ar_SA .mp-amount-minus {direction: ltr}
.ar_SA .mp-amount-plus {direction: ltr}
.ar_SA table.notifications th:first-child {
    border-left: 1px solid #dbdbdb;}
.ar_SA table.notifications th:last-child, .ar_SA table.notifications tr.transparent td:last-child {
    border-right: 1px solid #dbdbdb;}
.ar_SA table.notifications td {
    border-left: 1px solid #dbdbdb;}
.ar_SA div.newsletter input {float:right}
.ar_SA div.newsletter a#reset {float:left}

.ar_SA #jq_asknewproduct {left:-10px !important;}
.ar_SA .jq-marketplace-product-name {float:right !important;}
.ar_SA .jq-marketplace-codes input[type="text"] { float:right !important;}
.ar_SA .price-retail {float:right !important;}
.ar_SA .jq-mp-price-range-1 {text-align: right}
.ar_SA .mp-product-add-key-overlap input[type="text"] { float:right !important;}
.ar_SA .mp-sell {float:right}
.ar_SA .m-if-left {float:right !important;}
.ar_SA .m-if-right {float:right !important;}
.ar_SA .mpt-2 .f32 {float:right !important;}
.ar_SA .notifications-show {float:left}
.ar_SA .u_select ul {margin-left:0px;margin-right:-40px}
.ar_SA .balance-container-info div:nth-child(1) {float:right;}
.ar_SA .balance-container-info-right-row1 div, .ar_SA .balance-container-info-right-row2 div {
    float:right;
}
.ar_SA .pp_content_container {direction: ltr;}
/*supporthub*/
.ar_SA .categoryQuestionList li p{text-align: center}
.ar_SA .footerBottomRow1 {text-align: right}
.ar_SA .contactsContainer {direction: ltr;}
.ar_SA .headerTopDropdownList ul li {direction: ltr;}

/*checkout*/
.ar_SA #continueShopping {
    float:left; margin-left:20px;}
.ar_SA #content_checkout2 {
    margin-right:-15px;}
.ar_SA .checkout_table td {}
.ar_SA .g2a-cart-shield {float:left;}
.ar_SA #content_checkout2 .checkout_sp2 {float:right}
.ar_SA #content_checkout2 .checkout_sp3 {float:right}
.ar_SA #content_checkout2 .checkout_table tr td:first-child {
    border-right: 1px solid #a9a9a9;
    border-left:none;}
.ar_SA #content_checkout2 .checkout_table .tr1 td:first-child {
    border-right: 1px solid #d3d3d3;
    border-left:none; }
.ar_SA #content_checkout2 .checkout_table tr .last {
    border-left: 1px solid #a9a9a9;
    border-right:none; }
.ar_SA #content_checkout2 .checkout_table .tr1 .last {
    border-left: 1px solid #d3d3d3;
    border-right:none;}
.ar_SA .content_checkout4 .checkout_table .td6, .ar_SA .content_checkout5 .checkout_table .td6 {
    border-left: 1px solid #e7e7e7; border-right:none;}
.ar_SA .content_checkout4 .checkout_table .t-last, .ar_SA .content_checkout5 .checkout_table .t-last {
    border-left: 1px solid #a9a9a9;
    border-right:none;}
.ar_SA #content_checkout2 tr td.g2a-cart-sheild-borders {border-left:1px solid #a9a9a9 !important; border-right:none !important;}
.ar_SA .ch-h-progres2 {right:490px;}

/*others*/
.ar_SA #notify_popup .notify_popup_h2 {
    margin-right:40px;
}

.ar_SA .socials_a2_m img {margin-right:-20px;}
.ar_SA .mp-profit .jq--mp-profit { right:500px; }

.ar_SA .asknewproduct { margin-right:540px; width:130px;}
.ar_SA .mp_input_currency {display:block; margin-right:20px;}
.ar_SA .m-input-fields .m-if1 .m-if-right {width:none; text-align:right}
.ar_SA .m-if1 .m-if-right input, .ar_SA .m-if1 .m-if-right select {float:right !important;}
.ar_SA .mp-product-add-overlap .mp-product-add-steam-step .mp-s-overlap1 { display:none; }
.ar_SA .mp-product-add-overlap .mp-product-add-steam-step .mp-s-overlap6 { display:none; }
.ar_SA .mp-product-add-steam-overlap-textarea {float:right !important;}
.ar_SA .gcContent2 {direction: ltr;}
.ar_SA .gcCardBuy {direction: ltr;}
.ar_SA .gcContent2 h2 {direction: rtl;}

/*wholesale*/
.ar_SA .product-small2.list-view .mp-product-info {
    left:5px !important;}
.ar_SA .list-view .mp-product-info button.mp-pi-button1 {
    right: 510px;
    left:0px;}
.ar_SA .list-view .mp-product-info button.mp-pi-button2 {
    right:775px;
    left:0px;
}
/* BUST PRICE */
.ar_SA #priceboost-page .product_f {
    background:none;
}
.ar_SA #priceboost-page .product_f-right {
    float:left;}
.ar_SA #priceboost-page .product_f-left {
    float:right;
}
.ar_SA #priceboost-page #content .product_f .games-price {
    right:715px;
}
.ar_SA #priceboost-page #content .product_f .games-price2 {
    display:none;
}
.ar_SA #priceboost-page .mp-product-moving-box-shield {
    margin-right:-20px;
}
.ar_SA #priceboost-page .sell-this { text-align: left;}
.ar_SA #priceboost-page .selected-icon .mp-Type-key {width:100px;}
.ar_SA #priceboost-page .game-info-label {float:right; margin-right:100px;}
.ar_SA #priceboost-page .game-info-content {float:left}
.ar_SA #priceboost-page .g2a-gm {
    text-align: right;
    left:0px !important;
    padding: 50px 40px;}

.ar_SA .shield-info .content {margin-right:70px;}
.ar_SA #content-landing .boxmarketing .product-info {left:0px; right:-5px;}

.ar_SA .mp-procuct-head .mp-p-head-dailyday {
    text-align:left;
    font-size: 12px;
}






/* VAT */
.vat-cart {
    text-align: left;
    padding: 15px 15px 15px 10px;
    border-bottom: 1px solid #cad6e2;
    height: 40px;
}
.vat-content .vat-sort {
    float: left;
    display: inline-block;
    font-size: 14px;
    text-align: right;
}
.vat-cart.vat-content .vat-sort {
    width: 650px;
}
.vat-content .sortby {
    margin-right: 10px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
}
.vat-content .m-select {
    min-width: 275px;
    margin-right: 10px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    font-size: 13px;
    text-align: left;
}
.vat-content .m-select ul {
    height: 200px;
    width: 325px;
    overflow: auto;
    margin-top: 0px;
    padding: 0;
}
.vat-content .vat-info {
    border: 2px solid #078af6;
    border-radius: 50%;
    display: inline-block;
    height: 20px;
    width: 20px;
    position: relative;
    margin-top: 6px;
    cursor: pointer;
}
.vat-content .vat-info .vat-info-ico {
    padding-top: 3px;
    color: #078af6;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    font-family: serif;
    font-size: 14px;
    cursor: pointer;
}
.vat-content .vat-close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    opacity: 0.6;
}
.vat-content .vat-close:hover {
    opacity: 1;
}
.vat-content .vat-info-tooltip {
    bottom: 33px;
    padding: 15px;
    position: absolute;
    color: #000;
    width: 240px;
    display: none;
    font-size: 13px;
    text-align: left;
    left: -125px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.24);
    z-index: 2;
    line-height: 19px;
}
.vat-content .vat-info-tooltip.active {
    display: block;
}
.vat-content .arrow_box {
    height: 40px;
    width: 35px;
    position: absolute;
    bottom: -40px;
    left: 44%;
}
.vat-content .arrow_box:after, .arrow_box:before {
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.vat-content .arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
}
.vat-content .arrow_box:before {
    border-color: rgba(233, 230, 245, 0);
    border-top-color: #e9e6f5;
    border-width: 11px;
    margin-left: -11px
}
.vat-content .vat-amount {
    display: inline-block;
    float: right;
    margin-top: 12px;
}

#vat-popup {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
    background: rgb(255, 255, 255) transparent;
    background-color: rgba(0,0,0,0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000)";
    top: 0px;
    left: 0px;
}
.vat-popup-content {
    background-color: #ffffff;
    padding: 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 400px;
    position: relative;
    margin: 40px auto;
    margin-top: 200px;
}
#vat-popup h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 33px;
    color: #222;
    padding: 0;
}
#vat-popup hr {
    margin: 15px -25px 15px -25px;
    clear: both;
}
.vat-button {
    background: #7dbc00;
    background: -moz-linear-gradient(top, #7dbc00 1%, #4a9400 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#7dbc00), color-stop(100%,#4a9400));
    background: -webkit-linear-gradient(top, #7dbc00 1%,#4a9400 100%);
    background: -o-linear-gradient(top, #7dbc00 1%,#4a9400 100%);
    background: -ms-linear-gradient(top, #7dbc00 1%,#4a9400 100%);
    background: linear-gradient(to bottom, #7dbc00 1%,#4a9400 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7dbc00', endColorstr='#4a9400',GradientType=0 );
    display: inline-block;
    padding: 12px 15px;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.28);
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: bold;
    margin-top: 7px;
    cursor: pointer;
    font-size: 20px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.22);
    color: #fff;
    clear: both;
}
.vat-button:hover {
    background: #99d000; /* Old browsers */
    background: -moz-linear-gradient(top,  #99d000 1%, #5daf00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#99d000), color-stop(100%,#5daf00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #99d000 1%,#5daf00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #99d000 1%,#5daf00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #99d000 1%,#5daf00 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #99d000 1%,#5daf00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99d000', endColorstr='#5daf00',GradientType=0 ); /* IE6-9 */
}
.vat-check {
    padding: 10px;
    margin: 5px 0;
}
.vat-check .vat-label {
    font-size: 14px;
}
.vat-check.noCheck {
    background-color: #ffd5d4;
}
.vat-sum {
    clear: both;
    font-size: 14px;
    margin-top: 20px;
}
.vat-sum-zong,
.vat-sum-zong-ok,
.vat-sum-zong-error {
    display: none;
}
.vat-sum-zong {
    clear: both;
    font-size: 14px;
    margin-top: 20px;
    min-height: 14px;
}


/* Password validation tooltip */
.password-validation {
    display: none;
    background-color: #fff;
    border: medium none;
    padding: 11px 15px;
    position: absolute;
    width: 188px;
    bottom: 176px;
    moz-border-radius: 4px;
    webkit-border-radius: 4px;
    moz-box-shadow: 0 0 5px 0 #949494;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 5px 0 #949494;
    box-shadow: 0 0 5px 0 #949494;
    z-index: 10;
    color: #949494;
}
.password-validation .validation-title {
    border-bottom: 1px solid #eeeff0;
    font-size: 14px;
    margin-left: -14px;
    margin-right: -14px;
    margin-top: -11px;
    padding: 11px 14px;
}
.password-validation .validation-title i {
    font-family: 'icomoon';
}
.password-validation .validation-content {
    font-size: 12px;
    background: #fff;
    position: relative;
    z-index: 40;
}
.password-validation .validation-content ul {
    padding: 0;
    margin: 15px 0 7px 0;
}
.password-validation .validation-content ul li {
    list-style: none;
    color: #444;
    position: relative;
    margin-top: 7px;
}
.password-validation .validation-content ul li span {
    font-size: 10px;
    color: #83ab49;
    margin-right: 15px;
    width: 12px;
    height: 12px;
    float: left;
    display: block;
}
.password-validation .validation-content ul li span.icon-square {
    background: #ebebeb;
}
.password-validation .validation-content ul li.correct {
    color: #83ab49;
}
.password-validation .triangle {
    background: none repeat scroll 0 0 #fff;
    bottom: 0;
    float: left;
    height: 9px;
    left: 3px;
    position: absolute;
    width: 98%;
    z-index: 30;
}
.password-validation:after {
    background: none repeat 0 0 #fff;
    bottom: -6px;
    box-shadow: 0 0 5px 0px #949494;
    content: "";
    height: 11px;
    left: 105px;
    position: absolute;
    transform: rotate(45deg);
    width: 11px;
    z-index: 15;
}
