/**
 * Trejdoo common layout stylesheet, (c)2013 by Igoria Trade
 */

html, body, p, ul, ol, dl, li, dt, dd, table, th, td, h1, h2, h3, h4, h5, h6, hr { margin: 0; padding: 0; }

body {
    position: absolute;
    font-family: "Arial", sans-serif;
    font-size: 12px;
    position: relative;
    box-sizing: border-box;
    color: #4c4c4c;
}

p {
    font-size: 12px;
    line-height: 18px;
}

form > p {
    margin-bottom: 1em;
}

a img { border: none; text-decoration: none }

.overlaid {
    position: absolute; display: block;
    width: 100%; top: 0; left: 0;
    z-index: 5;
}

.overlaid .box {
    display: block;
    position: absolute;
    background: #fff;
    border: 1px solid #468;
    box-shadow: 0 0 4px #89a;
}

a.tab.active {
    cursor: default;
}

/**********************************************************************************************************************/

#layout {
    position: relative;
}

#layout .content {
    position: relative;
    margin: auto;
    width: 1000px;
}

#layout h3 {
    font: bold 24px "Archivo Narrow", sans-serif;
}

#layout div.content.switch {
    margin: 10px auto;
}

#layout div.content.switch h3,
#layout div.content.switch ul,
#layout div.content.switch li {
    display: inline;
}

/*#layout div.content.switch li > a {*/
/*    display: none;*/
/*}*/

#layout div.content.switch li > a.active {
    display: none;
}

#layout div.content.switch li > a {
    font: bold 14px "Arial", sans-serif;
    padding: 17px 0px 17px 17px;
    color: #214595;
    text-decoration: none;
}

#layout div.content.switch li > a:hover {
    text-decoration: underline;
}

/**********************************************************************************************************************/

#top {
    position: relative;
    margin: auto;
	min-height: 82px;
	background: url('//source.trejdoo.com/interia_lp/img/common/top.png') no-repeat center;
    width: 1000px;
    z-index: 1;
}

#top .logo {
    width: 268px;
    height: 74px;
	padding-top: 10px;
}


#top .logo > a {
    display: block;
    width: 100%; height: 100%;
    text-indent: -1000em;
    background: url("../img/common/logo.png") no-repeat center center;
}

#top .menu {
    position: absolute;
    left: 268px; top: 0;
    width: 732px;
    z-index: 1;
}

#top a {
    text-decoration: none;
}

#top a:hover {
    text-decoration: underline;
}

#top .logo a {
    display: block;
    width: 100%;
    height: 100%;
}

#top .links1 {
    position: relative;
    display: block;
    height: 34px;
    list-style: none;
    font-size: 11px;
    line-height: 34px;
    z-index: 1;
}

#top .links1 > li {
    position: relative;
    display: block;
    float: left;
    height: 34px;
    line-height: 34px;
    padding-right: 13px;
    margin: 0;
    vertical-align: middle;
    z-index: 1;
}

#top .links1 > li > a {
    vertical-align: middle;
    color: #727272;
}

#top .links1 > li > a:hover {
    color: #c2272d;
}

#top .links1 > li > img {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

#top .links1 .lang {
    z-index: 2;
    position: absolute;
    display: block;
    width: 100px; height: 31px;
    overflow: hidden;
    vertical-align: top;
    right: 250px; top: 2px;
}

#top .links1 .lang + li {
    float: right;
    box-sizing: border-box; -moz-box-sizing: border-box;
}

#top .links1 .lang + li + li {
    float: right;
    box-sizing: border-box; -moz-box-sizing: border-box;
}

#top .links1 .lang p {
    display: none;
}

#top .links1 .lang > ul {
    z-index: 1;
    position: absolute;
    display: block;
    left: 0; top: 0;
    width: auto; height:  auto;
    overflow: visible;
    list-style: none;
}

#top .links1 .lang > ul > li {
    position: relative;
    display: block;
    clear: both;
    left: 0; top: 0;
    width: auto; height: auto;
    overflow: visible;
    vertical-align: top;
}

#top .links1 .lang > ul > li > a {
    position: relative;
    text-decoration: none;
    display: block;
    width: auto; height: 31px;
    font-size: 11px;
    line-height: 11px;
    white-space: nowrap;
    padding: 0;
    border: 5px solid #e4e4e4;
    border-top-width: 1px;
    margin-top: -5px;
    color: #214595;
}

#top .links1 .lang > ul > li > a > span {
    position: relative;
    display: block; float: right; line-height: 31px; height: 31px;
    
}

#top .links1 .lang > ul > li > a > span:first-child {
    background-color: #f7f7f7;
}

#top .links1 .lang > ul > li + li > a > span:first-child + span {
    display: block;
    width: 56px; height: 31px;
    background: #f7f7f7;
    padding-left: 10px;
}

#top .links1 .lang > ul > li:first-child > a {
    border-left: none;
    padding-top: 4px;
    border-color: transparent;
}

#top .links1 .lang > ul > li:first-child > a > span:first-child {
    background: transparent url("../img/common/lang_drop.png") 30px 15px no-repeat;
}

#top .links1 .lang > ul > li:first-child + li > a {
    border-top-width: 5px;
}

#top .links1 .lang > ul > li:first-child > a:hover {  
    border-color: #e4e4e4;
}

#top .links1 .lang > ul > li:first-child > a:hover > span:first-child {
    background-color: #e4e4e4;
}

#top .links1 .lang > ul > li:first-child > a > span:first-child + span {
    text-indent: -1000em;
}

#top .links1 .lang > ul > li > a > span:first-child > img {
    display: block;
    background: url("../img/common/flags.png") no-repeat;
    width: 16px; height: 11px;
    margin: 10px; border: none; outline: none;
}

#top .links1 > .lang > ul > li > a:hover > span,
#top .links1 > .lang > ul > li + li > a:hover > span:first-child + span {
    background-color: #fff;
}

#top .links1 .lang > ul > li > a > span > img.en { background-position: -000px; }
#top .links1 .lang > ul > li > a > span > img.pl { background-position: -016px; }
#top .links1 .lang > ul > li > a > span > img.fr { background-position: -032px; }
#top .links1 .lang > ul > li > a > span > img.de { background-position: -048px; }
#top .links1 .lang > ul > li > a > span > img.ru { background-position: -064px; }
#top .links1 .lang > ul > li > a > span > img.se { background-position: -080px; }

#top .links1 .img {
    padding-left: 25px;
    margin-left: 25px;
}

#top .links1 .reg {
    background-image: url("../img/common/icon_adduser.png");
    background-repeat: no-repeat;
    color: #c2272d;
}

#top .links1 .log {
    background-image: url("../img/common/icon_loguser.png");
    background-repeat: no-repeat;
    color: #c2272d;
}

#top .links2 {
    font-family: 'Archivo Narrow', sans-serif;
    position: relative;
    width: 100%; height: 50px;
    overflow: hidden;
    list-style: none;
    text-transform: uppercase;
    /*border-top: 1px solid #eee;*/
}

#top .links2 > li {
    list-style: none;
    display: block;
    float: left;
    line-height: 50px;
    position: relative;
    border-top: 1px solid #eee;
}

#top .links2 > li > a {
    height: 35px;
    line-height: 35px;
    list-style: none;
    text-decoration: none;
    display: block;
    padding: 0 13px; margin: 6px 0;
    color: #c2272d;    
}

#top .links2 > li > a.active {
    background-color: #eee;
    text-decoration: none;
}

#top .links2 > #current > a {
    background-color: #eee;
    text-decoration: none;
}

#top .links2 > li > a:hover, #top .links2 > #current > a:hover {
    color: #fff;
    background-color: #c2272d;
    text-decoration: none;
}

#top .links2 > li:first-child {
    border-top: 1px solid #1b1f2f;
    margin: 0; padding: 0;
}

#top .links2 > li:first-child + li > a {
    margin-left: 10px;
}

#top .links2 > li > a.home {
    vertical-align: top;
    position: relative;
    display: block;
    float: left;
    z-index: 1;
    left: 0; top: 0;
    width: 50px; height: 50px;
    margin: 0; padding: 0;
    background: #1b1f2f;
    background-image: url("../img/common/icon_house.png");
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    text-indent: -1000em;
}

#top .links2 > li:hover > a.home,
#top .links2 > li > a.home:hover {
    background-color: #00389B;
}

#top .links2 > li > a.s {
    color: #fff;
    background: #323d69;
}

#top div.menu ul.links2 li#current.selected a.s {
    color: #c2272d;
    background: #eee;
}

#top div.menu ul.links2 li#current.selected a.s:hover {
    color: #fff;
    background: #c2272d;
}

#top .links2 > li > a:hover.s {
    color: #fff;
    background: #c2272d;
    /*text-shadow: 0 0 1px #fff;*/
}

.navline {
    background:url(../img/common/bg_undermenu.jpg) repeat-x #252e53;
    height: 24px;
    position: relative;
    margin: 0 auto;
    border: 1px dashed red;
}

.redlink {
  font: 13px 'Arial',sans-serif;
  text-decoration: none;
    color: #c2272d;
    font-weight: bold;
  line-height: 23px;
}

.redlink:hover {
    text-decoration: underline;
}

/**********************************************************************************************************************/

#bottom {
    margin: 0 auto;
    position: relative;
    min-width: 1000px;
    height: 100%;
    background: url("../img/common/bg_feature_rev.png") top repeat-x #fff;
    color: #fff;
}

#bottom p {
    color: #fff;
}

#bottom a {
    color: #fff;
    text-decoration: none;
    line-height: 24px;
}

#bottom > .banklist {
    position: relative;
    background: url("../img/common/bg_bankslist.png") top repeat-x;
    margin: 0 auto;
    width: 100%; height: 131px;
}

#bottom > .banklist p.name {
    font-family: "Archivo Narrow", sans-serif;
    font-size: 15px;
    color: #767676;
    line-height: 112px;
}

#bottom > .banklist .banks {
    position: absolute;
    left: 186px; top: 40px;
    width: 814px; height: 35px;
    z-index: 1;
}

#bottom > .banklist .banks > .left {
    position: relative;
    float: left;
    width: 60px; height: 35px;
    background: url(../img/common/bg_banksmask.png) -60px 0 no-repeat;
    z-index: 1;
}

#bottom > .banklist .banks > .right {
    position: relative;
    float: right;
    width: 60px; height: 35px;
    background: url(../img/common/bg_banksmask.png) no-repeat;
}


#bottom > .banklist .banklogos {
    position: absolute;
    z-index: 0;
    background: url(../img/common/banks_tr.png) repeat-x;
    width: 100%; height: 100%;
}

/*@keyframes banks_scroll {*/
/*    from { background-position: 0 0 }*/
/*    to { background-position: -1260px 0 }*/
/*}*/

#bottom .foot {
    position: relative;
	border-top: 1px solid #dfdfdf;
}

#bottom .links1 {
    font: normal 12px 'Archivo Narrow', sans-serif;
    position: relative;
    display: block;
    height: 45px;
    box-sizing: border-box;
    -box-sizing: border-box;
    background: #c2272d;
    width: 1000px;
    left: 0; top: -20px;
    margin: 0 0 -20px 0;
    list-style: none;
}

#bottom .links1 > li {
    list-style: none;
    display: block;
    float: left;
    line-height: 45px;
}

#bottom .links1 > li > a {
    display: block;
    margin: 5px 15px; padding: 5px 15px;
    line-height: 26px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

#bottom .links1 > li a:hover { background: #b02227; }

#bottom .links1 > li > a.home {
    left: 10px;
    top: -6px;
    margin: 0 auto;
    width: 35px; height: 43px;
    padding: 0;
    background: url("../img/common/icon_house.png") center no-repeat #2d1e35;
    position: absolute;
    text-indent: -1000em;
}

#bottom .links1 > li:first-child + li {
    margin-left: 60px;
}

#bottom .links1 > li > a.top {
    left: 956px; top: 0;
    width: 44px; height: 44px;
    padding: 0; margin: 0;
    background: url("../img/common/icon_uparrow.png") center no-repeat #cd373d;
    position: absolute;
    text-indent: -1000em;
}

#bottom .contact {
    position: relative;
    display: block;
    height: 230px;
    white-space: nowrap;
    box-sizing: border-box; -moz-box-sizing: border-box;
}

#bottom .contact p {
    font-family: "Arial", sans-serif;
    font-size: 12px;
    line-height: 100%;
}

#bottom .contact p.info {
    margin: 42px 0 20px 0;
    line-height: 130%;
    white-space: normal;
}

#bottom .contact p.header {
    font-family: "Archivo Narrow", sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

#bottom .contact p.footnote {
    font-family: "Archivo Narrow", sans-serif;
    font-size: 12px;
    color: #999;
    clear: both;
}

#bottom .contact > li {
    position: absolute;
    display: block;
    height: 100%;
    padding-top: 44px;
    vertical-align: top;
    box-sizing: border-box; -moz-box-sizing: border-box;
    
}

#bottom .contact > li.a { left: 115px; width: 100px; }
#bottom .contact > li.b { left: 215px; width: 300px; padding-left: 70px; background: url("../img/common/contact_mail.png") 2px 41px no-repeat; }
#bottom .contact > li.c { left: 550px; width: 300px; padding-left: 70px; background: url("../img/common/contact_phone.png") 10px 41px no-repeat; }
#bottom .contact > li.d { display: none; left: 700px; width: 300px; }

#bottom .contact > li > dl {
    position: relative; top: 0;
    float: none;
    clear: both;
}

#bottom .contact > li > dl > dt,
#bottom .contact > li > dl > dd {
    position: relative;
    display: block;
    float: left;
    margin: 0 0.5em 5px 0;
    color: #a5abc4;
    font-family: "Archivo Narrow", sans-serif;
    font-size: 16px;
    top: 0;
}

#bottom .contact > li > dl:first-child {
    margin-bottom: 30px;
}

#bottom .contact > li > dl:first-child > dt {
    float: none;
    font-family: "Archivo Narrow", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    margin: 0;
    text-indent: 0;
    line-height: 100%;
}

#bottom .contact > li > dl:first-child > dd {
    float: none;
    font-family: "Archivo Narrow", sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    display: block;
    text-indent: 0;
    line-height: 100%;
}

#bottom .contact {
    white-space: nowrap;
}

#bottom .contact form input {
    font-family: "Arial", sans-serif;
    font-size: 11px;
    background: #252e53;
    color: #8d95b9;
    border: none;
    width: 190px; height: 35px; line-height: 35px;
    box-sizing: border-box; -moz-box-sizing: border-box;
    margin: 0; padding: 0 10px;
    display: block;
    float: left;
}

#bottom .contact form button {
    font-family: "Archivo Narrow", sans-serif;
    font-weight: bold;
    background: #c2272d;
    color: #fff;
    border: none;
    text-transform: uppercase;
    width: 90px; height: 35px; line-height: 35px;
    box-sizing: border-box; -moz-box-sizing: border-box;
    display: block;
    float: left;
}

#bottom .links2 {
    position: relative;
    display: block;
    box-sizing: border-box; -moz-box-sizing: border-box;
    font-family: "Arial", sans-serif;
    font-size: 12px;
    width: 100%; height: 77px;
    border-top: #252e52 1px solid;
    margin: auto;
    list-style: none;
}

#bottom .links2 > li {
    list-style: none;
    float: left;
    /*margin-left: 39px;*/
    margin: 17px 0 0 39px;
    text-align: center;
    /*margin-top: 10px;*/
}

#bottom .links2 > li > a {
    list-style: none;
    display: block; float: left;
    padding: 7px;
    text-decoration: none;
}

#bottom .links2 > li > a:hover {
    text-decoration: none;
    background: #252e53;
}

#bottom .links3 {
    position: absolute;
    display: block;
    float: left;
    color: #444;
    list-style: none;
    height: 85px;
}

#bottom .links3 > li {
    display: block;
    float: left;
    height: 100%;
}

#bottom .links3 > li:first-child {
    /* border-right: 1px solid #ddd; */
}

#bottom .links3 > li > a {
    display: block;
    text-indent: -1000em;
    width: 100%;
    height: 100%;
    margin: 0 25px;
}

#bottom .links3 > li > a.nc { background: url("../img/common/logo_newconnect.png") no-repeat; width: 72px; }
#bottom .links3 > li > a.it { background: url("../img/common/logo_igoriatrade.png") no-repeat; width: 114px; }

#bottom .links4 {
    position: absolute;
    right: 0;
    color: #444;
    list-style: none;
    height: 51px;
}

#bottom .links4 > li:first-child {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    color: #444;
    line-height: 51px;
    font-weight: bold;
    font-size: 12px;
	width: 95px;
	text-align: center;
}

#bottom .links4 > li {
    position: relative;
    display: block;
    float: left;
    width: 24px; height: 100%;
    padding: 0 5px;
}

#bottom .links4 > li > a {
    display: block;
    width: 100%; height: 25px;
    margin: 13px 0;
    text-indent: -1000em;
    background: url("../img/common/set_socials.png") no-repeat;
}

#bottom .links4 > li > a.fb { background-position: 0px 0px; }
#bottom .links4 > li > a.tw { background-position: 0px -50px; }
#bottom .links4 > li > a.yt { background-position: 0px -75px; }
#bottom .links4 > li > a.li { background-position: 0px -25px; }

#bottom p.copyright {
    position: relative;
    left: 350px; top: 0;
    float: left;
    font-size: 11px;
    color: #777;
    line-height: 51px;
}

#tiptip_content { white-space: pre; }

.unsupported {
    position: fixed;
    font: normal 12px monospace;
    width: 100%; height: 100%;
    background: #000; color: #f00;
    margin: 0; padding: 0;
}

.unsupported > div {
    padding: 5px 10px 10px 10px;
    border: 4px solid red;
}

.unsupported p {
    text-align: center;
    padding: 0; margin: 0;
}

.points {
    background:url('../img/common/assets.jpg') center no-repeat;
    min-height: 270px;
    width: 100%;
}
