@charset "windows 1251";
/**** CLEAR ****/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th {
margin:0;
padding:0;
border:0;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
}
body {
line-height:1;
}
ol, ul {
list-style:none;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}
:focus {
outline:0;
}
table {
border-collapse:collapse;
border-spacing:0;
}
body {
background:#fff url(images/background.png) repeat;
width:100%;
height:100%;
color:#242d33;
font-family:Arial;
font-size:14px;
line-height:20px;
}
html {
width:100%;
height:100%;
overflow-y:scroll;
}
img {
border:0px;
outline:none;
}
a {
border:0px;
outline:none;
color:#005dba;
text-decoration:underline;
}
a:hover {
color:#005dba;
text-decoration:none;
}
a:visited {
color:#ffffff;
}
a:active {
color:#f02729;
}
a.no_underline {
text-decoration:none;
}
input[type="text"], .inputText, input[type="password"], .inputPassword, textarea {
background:#f1f1f1;
border:none;
border-radius:4px;
color:#000;
float:none;
font-family:"Tahoma", "Geneva", sans-serif;
font-size:11px;
height:26px;
line-height:26px;
margin:0px;
outline:none;
box-shadow:inset 0px 1px 2px #bbb,0px 1px 0px #e7e7e7;
padding:0px 10px;
}
textarea {
background:#f1f1f1;
border:none;
border-radius:4px;
color:#000;
font-family:"Tahoma", "Geneva", sans-serif;
line-height:18px;
margin:0px;
outline:none;
box-shadow:inset 0px 1px 2px #bbb,0px 1px 0px #e7e7e7;
padding:5px;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
background-color:#fff;
box-shadow:0px 0px 5px #005DBA;
}
input[type="text"].error, input[type="password"].error, textarea.error {
box-shadow:0px 0px 5px #f00;
}
input[type="submit"], .inputSubmit, button, input[type="button"], .inputButton {
background:#ef7d31 url(images/button.png) repeat-x 0% 100%;
display:inline-block;
color:#fff;
font:normal normal 14px/20px Tahoma;
height:auto !important;
width:auto !important;
text-decoration:none;
text-align:center;
border:1px solid #f9dfd2;
border-radius:5px;
padding:2px 15px;
box-shadow:0px 1px 3px #666;
cursor:pointer;
filter:progid:DXImageTransform.Microsoft.shadow(direction=180, color=#bbb, strength=2);
}
input[type="submit"]:hover, .inputSubmit:hover, button:hover {
background:#167bc3;
color:#fff;
cursor:pointer;
}
input[type="button"]:hover, .inputButton:hover {
cursor:pointer;
}
input[type="submit"]:active, .inputSubmit:active, button:active {
cursor:pointer;
}
input[type="button"]:active, .inputButton:active {
cursor:pointer;
}
input[type="reset"], .inputReset {
background:#ef7d31 url(images/button.png) repeat-x 0% 100%;
display:block;
color:#fff;
font:normal normal 14px/14px Tahoma;
height:auto !important;
width:auto !important;
text-decoration:none;
text-align:center;
border:1px solid #fff;
border-radius:4px;
padding:2px 15px;
box-shadow:0px 1px 2px #bbb;
cursor:pointer;
filter:progid:DXImageTransform.Microsoft.shadow(direction=180, color=#bbb, strength=2);
}
input[type="reset"]:hover, .inputReset:hover {
cursor:pointer;
}
hr {
height:0px !important;
line-height:0 !important;
background:none !important;
border:none;
border-top:1px solid #ccc;
border-bottom:1px solid #f2f2f2;
width:100%;
clear:both;
}
hr.dashed {
height:0px !important;
line-height:0 !important;
background:none !important;
border:none;
border-top:1px dashed #c1c1c1;
width:100%;
clear:both;
}
hr.dotted {
height:0px !important;
line-height:0 !important;
background:none !important;
border:none;
border-top:1px dotted #c1c1c1;
width:100%;
clear:both;
}
a.inputSubmit { color:#fff;text-decoration:none;}
h1 {
color:#242d33;
font:normal bold 21px/22px Arial, sans-serif;
}
h2 {
color:#242d33;
font:normal bold 20px/22px Arial, sans-serif;
}
h3 {
color:#242d33;
font:normal bold 18px/20px Arial, sans-serif;
}
h4 {
color:#242d33;
font:normal bold 16px/18px Arial, sans-serif;
}
h5 {
color:#242d33;
font:normal bold 14px/16px Arial, sans-serif;
}
h6 {
color:#242d33;
font:normal bold 12px/14px Arial, sans-serif;
}
ul {
list-style:disc inside;
}
ul li {
padding:3px 0px;
text-align:left;
}
ol{
list-style:decimal outside;
}
ol li {
padding:20px 0 0 0px;
text-align:left;
margin-left:25px;
}
table.black td {
text-align:center;
vertical-align:middle;
border:1px solid #ccc;
padding:10px;
color:#666;
font:normal normal 14px/14px Arial, sans-serif;
}
table.black td .exchange_sep {
display:block;
float:left;
padding:0 20px;
line-height:20px;
}
table.black td .exchange_img {
display:block;
float:left;
text-align:left;
vertical-align:middle;
width:132px;
}
table.black td .exchange_img img {
vertical-align:middle;
}
table.black th {
text-align:center;
border:1px solid #ccc;
padding:10px;
color:#4c4c4c;
font:bold normal 14px/14px Arial, sans-serif;
}
table.black.no-border td {
border:none;
}
table.black.no-border th {
border:none;
}
table.blue thead tr {
background:#0d86cb url(images/table_blue_head.png) repeat-x 0 0;
}
table.blue thead th {
color:#fff;
font:normal normal 14px/14px Arial;
padding:7px;
border-right:1px solid #0e7fb8;
}
table.blue td {
color:#242d33;
font:normal normal 14px/14px Arial;
padding:3px;
border:1px solid #ccc;
padding:5px 8px;
}
table.blue td.type {
font:normal normal 12px/14px Arial;
color:#808080;
}
table.blue td.type strong {
display:block;
font:normal bold 14px/20px Arial;
color:#242d33;
}
table.blue td a {
color:#e15b16;
}
.pagination {
text-align:center;
margin:10px auto;
}
.pagination a {
color:#e15b16;
font:normal normal 14px/20px Arial;
padding:4px;
}
.pagination span.active {
background:#0d86cb url(images/table_blue_head.png) repeat-x 0 0;
border-radius:7px;
color:#fff;
font:normal normal 14px/20px Arial;
padding:4px;
}
.ref_banners {
width:300px;
border-radius:2px;
}
.ref_banners ul {
list-style:none;
margin:0;
padding:0;
}
.ref_banners ul.tabs {
position:relative;
z-index:2;
overflow:hidden;
}
.ref_banners ul.tabs li {
float:left;
width:73px;
text-align:center;
background:#fff;
border-top:1px solid #fff;
border-left:1px solid #fff;
border-right:1px solid #fff;
}
.ref_banners ul.tabs li.active {
background:#f8fafc;
border:1px solid #ccc;
border-bottom:1px solid #f8fafc;
}
.ref_banners ul.tabs li a {
text-decoration:none;
border-bottom:1px dashed #1578bf;
}
.ref_banners ul.tabs li.active a {
text-decoration:none;
border:none;
}
.ref_banners ul.content {
position:relative;
left:0;
top:-1px;
z-index:1;
}
.ref_banners ul.content li {
background:#f8fafc;
border:1px solid #ccc;
display:none;
padding:10px;
}
.ref_banners ul.content li.active {
display:block;
}
.ref_banners ul.content textarea {
width:270px;
max-width:270px;
overflow:hidden;
color:#333;
font:normal normal 11px/16px Arial;
padding:5px;
}
.ref_banners ul.content a {
color:#e15b16;
}
.float-left {
float:left;
}
.float-right {
float:right;
}
.align-right {
text-align:right;
}
.align-center {
text-align:center;
}
.align-left {
text-align:left;
}
.align-justify {
text-align:justify;
}
.clear {
clear:both;
}
.clear.h5 {
height:5px;
}
.clear.h10 {
height:10px;
}
.clear.h20 {
height:20px;
}
.clear.h30 {
height:30px;
}
.clear.h40 {
height:40px;
}
.clear.h50 {
height:50px;
}
.p3 {
padding:3px;
}
.p5 {
padding:5px;
}
.p10 {
padding:10px;
}
.p20 {
padding:20px;
}
.msg_success {
padding:10px;
background:#D5FFCE;
border-left:4px solid #81C47B;
color:#556652;
margin:15px 0px;
position:relative;
display:block;
}
.msg_error {
padding:10px;
background:#FECFD2;
color:#444 !important;
border-left:4px solid #FE7E7E;
color:#556652;
margin:15px 0px;
}
.msg_info {
padding:10px;
background:#c5deff;
color:#444 !important;
border-left:4px solid #7aa0f4;
color:#556652;
margin:15px 0px;
}
.rating i {
background:url(images/star.png) no-repeat 0px -15px;
width:15px;
height:15px;
display:none;
display:inline-block;
vertical-align:middle;
}
.wrapper {
background:#fff;
box-shadow:0px 0px 6px #aaa;
width:1000px;
min-height:100%;
margin:0 auto;
}
.header {
background:url(images/header.png) no-repeat 0 0;
position:relative;
height:136px;
}
.header a.logo {
background:url(images/logo.png) no-repeat 0px 0px;
width:282px;
height:100px;
display:block;
position:absolute;
top:17px;
left:20px;
text-indent:-5000px;
overflow:hidden;
text-decoration:none;
}
.header .phone {
background:url(images/header_phone.png) no-repeat 0px 5px;
height:43px;
padding:0 0 0 40px;
position:absolute;
top:45px;
left:340px;
color:#e15b16;
font:normal bold 16px/20px Arial;
}
.header .phone span {
display:block;
color:#889aa7;
font:normal normal 12px/16px Arial;
}
.header .live_support {
background:url(images/header_support.png) no-repeat 0px 0px;
height:43px;
padding:0 0 0 50px;
position:absolute;
top:45px;
left:510px;
color:#e15b16;
font:normal bold 16px/20px Arial;
}
.header .live_support span {
display:block;
color:#889aa7;
font:normal normal 12px/16px Arial;
text-decoration:none;
}
.header .live_support span * {
color:#889aa7;
text-decoration:none;
}
.header .live_support a {
color:#e15b16;
}
.header .logged {
background:#fff;
border:1px solid #ccc;
border-radius:10px;
padding:10px 10px 10px 20px;
width:150px;
position:absolute;
top:26px;
right:20px;
font:normal normal 12px/14px Arial;
color:#555;
}
.header .logged p {
padding:3px 0px;
width:150px;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
.header .logged p.username {
color:#167BC3;
}
.header .logged a {
color:#e15b16;
}
.header .auth {
position:absolute;
top:35px;
left:700px;
}
.header .auth .links {
width:192px;
}
.header .auth input.login {
background:#fff url(images/input_icons.png) no-repeat 7px -21px;
padding-left:25px;
width:100px;
}
.header .auth input.login:focus {
box-shadow:inset 0px 1px 2px #bbb,0px 1px 0px #e7e7e7;
}
.header .auth input.password {
background:#fff url(images/input_icons.png) no-repeat 7px 7px;
padding-left:25px;
width:100px;
margin-left:10px;
}
.header .auth input.password:focus {
box-shadow:inset 0px 1px 2px #bbb,0px 1px 0px #e7e7e7;
}
.header .auth button.do-login {
white-space:nowrap;
font-size:12px;
line-height:16px;
padding-left:10px;
width:87px !important;
}
.header .auth button.do-login i {
background:url(images/input_icons.png) no-repeat 0px -56px;
display:inline-block;
width:14px;
height:14px;
margin-right:8px;
position:relative;
top:2px;
left:0;
}
.header .auth a {
color:#e15b16;
font:normal normal 12px/20px Tahoma;
margin-right:15px;
}
.menu {
border-top:1px solid #e3e3e3;
border-bottom:1px solid #e3e3e3;
width:1000px;
overflow:hidden;
}
.menu ul {
list-style:none;
width:1200px;
margin-left:-1px;
}
.menu ul li {
float:left;
padding:0;
margin:0;
border-right:1px solid #cccccc;
border-left:1px solid #eaeaea;
}
.menu ul li a {
background:url(images/menu.png) repeat-x 0px 0px;
display:block;
font:normal bold 14px/15px Arial;
color:#e15b16;
text-shadow:0px 1px 0px #fff;
text-decoration:none;
padding:16px 0px;
text-align:center;
width:199px;
}
.menu ul li a:hover {
background:#fff url(images/menu.png) repeat-x 0px 10px;
color:#167bc3;
}
.menu ul li.active a {
background:#fff url(images/menu.png) repeat-x 0px 10px;
color:#167bc3;
}
.submenu {
background:#1d8dcf url(images/submenu.jpg) no-repeat 0 0;
max-height:261px;
overflow:hidden;
padding:0px 20px;
color:#fff;
font:normal normal 14px/20px Arial;
}
.submenu * {
color:#fff;
}
.submenu p {
text-align:justify;
}
.shadow_top {
background:url(images/shadow_top.png) no-repeat 0 0;
width:1000px;
height:25px;
margin-left:-20px;
}
.shadow_bottom {
background:url(images/shadow_bottom.png) no-repeat 0 0;
width:1000px;
height:25px;
margin-left:-20px;
}
.user_cp {
list-style:none;
margin-left:13px;
margin-top:-40px;
}
.user_cp li {
background:url(images/ucp_block.png) no-repeat 0 0;
float:left;
margin-left:7px;
}
.user_cp li a {
background:url(images/ucp_sprite.png) no-repeat 39px 5px;
width:114px;
height:20px;
display:block;
text-decoration:none;
white-space:nowrap;
text-transform:uppercase;
color:#61707a;
font:normal normal 11px/11px Arial;
text-align:center;
padding-top:50px;
}
.user_cp li a:hover {
color:#1578bf;
}
.user_cp li a.active {
color:#1578bf;
}
.user_cp li.make_dep a {
background-position:-80px 5px;
}
.user_cp li.your_deps a {
background-position:-202px 5px;
}
.user_cp li.history a {
background-position:-325px 5px;
}
.user_cp li.withdraw a {
background-position:-445px 5px;
}
.user_cp li.exchange a {
background-position:-565px 5px;
}
.user_cp li.referrals a {
background-position:-687px 5px;
}
.user_cp li.settings a {
background-position:-809px 5px;
}
.user_cp li.account a:hover {
background-position:39px -67px;
}
.user_cp li.make_dep a:hover {
background-position:-80px -67px;
}
.user_cp li.your_deps a:hover {
background-position:-202px -67px;
}
.user_cp li.history a:hover {
background-position:-325px -67px;
}
.user_cp li.withdraw a:hover {
background-position:-445px -67px;
}
.user_cp li.exchange a:hover {
background-position:-565px -67px;
}
.user_cp li.referrals a:hover {
background-position:-687px -67px;
}
.user_cp li.settings a:hover {
background-position:-809px -67px;
}
.user_cp li.account a.active {
background-position:39px -67px; /* -139px */
}
.user_cp li.make_dep a.active {
background-position:-80px -67px;
}
.user_cp li.your_deps a.active {
background-position:-202px -67px;
}
.user_cp li.history a.active {
background-position:-325px -67px;
}
.user_cp li.withdraw a.active {
background-position:-445px -67px;
}
.user_cp li.exchange a.active {
background-position:-565px -67px;
}
.user_cp li.referrals a.active {
background-position:-687px -67px;
}
.user_cp li.settings a.active {
background-position:-809px -67px;
}
.balance_info {
float:right;
width:340px;
max-width:340px;
border-top:1px dotted #999;
}
.balance_info .row {
border-bottom:1px dotted #999;
}
.balance_info .cell {
float:left;
width:120px;
overflow:hidden;
text-overflow:ellipsis;
font:normal normal 12px/20px Arial;
color:#4c4c4c;
padding:6px;
}
.balance_info .cell img {
vertical-align:middle;
}
.balance_info .cell a {
color:#e15b16;
}
.balance_info .cell.align-right {
width:55px;
font-weight:bold;
}
.window {
border:1px solid #ccc;
border-radius:2px;
padding:20px;
color:#4c4c4c;
}
.img-middle {
vertical-align:middle;
}
.account_note {
background:#fef0a5 url(images/note.png) no-repeat 10px 50%;
height:50px;
padding:10px 10px 10px 76px;
font:normal normal 11px/14px Arial;
color:#4c4c4c;
width:inherit;
max-width:inherit;
vertical-align:middle;
display:table-cell;
}
.account_note strong {
color:#e15b16;
}
.fund_details {
background:#fef0a5;
height:50px;
padding:10px;
font:normal normal 13px/20px Arial;
color:#4c4c4c;
width:inherit;
max-width:inherit;
vertical-align:middle;
display:table-cell;
}
.fund_details p {
background:url(images/f-fund_line.png) repeat-x 50% 50%;
text-align:right;
}
.fund_details strong {
color:#e15b16;
background:#fef0a5;
padding-left:5px;
}
.fund_details span {
float:left;
background:#fef0a5;
padding-right:5px;
}
.fund_details p.title {
background:none;
font-size:20px;
text-align:center;
padding-bottom:8px;
}
.history_range {
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
padding:10px 0px;
margin:15px 0px;
}
.features {
margin-top:-70px;
}
.features .f-block {
background:url(images/f-block.png) no-repeat 0 0;
width:294px;
height:201px;
float:left;
margin-left:39px;
overflow:hidden;
}
.features .f-block.conv {
margin-left:20px;
}
.features .f-block .f-theme {
padding:115px 20px 10px 20px;
font:normal normal 12px/18px Arial;
color:#5c6266;
text-align:center;
}
.features .f-block .f-theme .title {
font:normal bold 21px/21px Arial;
color:#242d33;
padding-bottom:10px;
}
.features .f-block.rel .f-theme {
background:url(images/f-rel.png) no-repeat 92px 10px;
}
.features .f-block.conv .f-theme {
background:url(images/f-conv.png) no-repeat 87px 30px;
}
.features .f-block.sup .f-theme {
background:url(images/f-support.png) no-repeat 100px 15px;
}
.features .f-block.fund .f-theme {
padding-top:20px;
}
.features .f-block.fund .f-theme p {
background:url(images/f-fund_line.png) repeat-x 50% 50%;
text-align:right;
}
.features .f-block.fund .f-theme strong {
background:#f1f5f7;
padding-left:5px;
color:#e15b16;
font-weight:normal;
}
.features .f-block.fund .f-theme strong.l1 {
background:#f8fcfd;
}
.features .f-block.fund .f-theme strong.l2 {
background:#f6fafb;
}
.features .f-block.fund .f-theme strong.l3 {
background:#f2f6f8;
}
.features .f-block.fund .f-theme strong.l4 {
background:#eff3f6;
}
.features .f-block.fund .f-theme strong.l5 {
background:#edf2f4;
}
.features .f-block.fund .f-theme strong.l6 {
background:#edf1f4;
}
.features .f-block.fund .f-theme strong.l7 {
background:#ebf0f3;
}
.features .f-block.fund .f-theme span {
float:left;
background:#fafdff;
padding-right:5px;
}
.features .f-block.fund .f-theme p.title {
background:none;
font-size:20px;
text-align:center;
padding-bottom:15px;
}
ul.contacts {
list-style:none;
}
ul.contacts li {
list-style:none;
margin-bottom:5px;
}
ul.contacts li.phone {
background:url(images/header_phone.png) no-repeat 0px 5px;
height:43px;
padding:5px 0 0 50px;
color:#e15b16;
font:normal bold 16px/20px Arial;
}
ul.contacts li.phone span {
display:block;
color:#889aa7;
font:normal normal 12px/16px Arial;
}
ul.contacts li.livechat {
background:url(images/header_support.png) no-repeat 0px 5px;
height:43px;
padding:5px 0 0 50px;
color:#e15b16;
font:normal bold 16px/20px Arial;
}
ul.contacts li.livechat span {
display:block;
color:#889aa7;
font:normal normal 12px/16px Arial;
}
ul.contacts li.livechat a {
color:#e15b16
}
ul.contacts li.email {
background:url(images/header_email.png) no-repeat 0px 5px;
height:43px;
padding:0 0 0 50px;
color:#e15b16;
font:normal bold 16px/20px Arial;
}
ul.contacts li.email span {
display:block;
color:#889aa7;
font:normal normal 12px/16px Arial;
}
ul.contacts li.email a {
color:#e15b16
}
.faq_question {
font:normal bold 14px/16px Arial;
color:#333;
padding:30px 0 5px 0;
color:#167BC3;
}
.faq_answer {
font:normal normal 12px/16px Arial;
color:#555;
}
.news .date {
color:#167BC3;
font:normal normal 12px/14px Arial;
}
.news h6 {
color:#E15B16;
font:normal bold 14px/20px Arial;
margin-top:20px;
}
.news .descr {
text-align:justify;
padding-top:5px;
font:normal normal 12px/16px Arial;
color:#555;
}

















.footer_space {
height:100px;
}
.footer_space.full {
height:330px;
}
.footer {
width:1000px;
height:75px;
margin:0 auto;
margin-top:-75px;
}
.footer.full {
height:307px;
margin-top:-307px;
}
.footer .blue_bot {
background:url(images/footer_top.jpg) no-repeat 0 0;
width:1000px;
height:232px;
overflow:hidden;
color:#fff;
position:relative;
}
.footer .blue_bot .shadow_top {
position:absolute;
top:0;
left:0;
margin:0;
}
.footer .blue_bot .shadow_bottom {
position:absolute;
bottom:0;
left:0;
margin:0;
}
.footer .latest_news {
float:left;
width:460px;
padding:20px;
}
.footer .blue_bot h3 {
color:#fff;
margin-bottom:15px;
font-size:20px;
}
.footer .latest_news .date {
color:#9bb5c8;
font:normal normal 12px/14px Arial;
}
.footer .latest_news .title {
color:#ffd9be;
font:normal bold 14px/20px Arial;
}
.footer .latest_news .title a {
color:#ffd9be;
font:normal bold 14px/20px Arial;
}
.footer .latest_news .descr {
text-align:justify;
padding-top:5px;
}
.footer .calculator {
float:left;
padding:20px;
width:400px;
margin-left:20px;
font:normal normal 14px/14px Arial;
color:#8ccaf6;
}
.footer .calculator .line {
position:relative;
}
.footer .calculator input {
background:#fff;
width:50px;
font:normal normal 14px/14px Arial;
text-align:left;
padding:0px 10px 0px 30px;
position:relative;
z-index:1;
margin-right:5px;
}
.footer .calculator input:focus {
box-shadow:inset 0px 1px 2px #bbb,0px 1px 0px #e7e7e7;
}
.footer .calculator label {
font:normal normal 15px/15px Verdana;
color:#b2b2b2;
position:absolute;
left:8px;
top:5px;
z-index:2;
}
.footer .calculator .result p {
float:left;
width:190px;
padding:5px 0px;
}
.footer .calculator .result p strong {
color:#fff;
}
.footer .calculator #calc_slide {
width:347px;
height:6px;
background:#e78037 url(images/calc_empty.png) repeat-x 0% 0%;
margin:50px 0 15px 0;
position:relative;
z-index:5;
}
.footer .calculator #calc_slide .left {
width:4px;
height:6px;
background:#e78037 url(images/button.png) repeat-x 0% 50%;
position:absolute;
top:0;
left:-4px;
border-radius:3px 0 0 3px;
z-index:1;
}
.footer .calculator #calc_slide .right {
width:8px;
height:6px;
background:#e78037 url(images/calc_empty.png) repeat-x 0% 0%;
position:absolute;
top:0;
right:-8px;
border-radius:0 3px 3px 0;
z-index:1;
}
.footer .calculator #calc_slide .ui-slider-range-min {
width:0;
height:6px;
background:#e78037 url(images/button.png) repeat-x 0% 50%;
z-index:2;
position:relative;
}
.footer .calculator #calc_slide .ui-slider-handle {
width:18px;
height:18px;
background:url(images/slider_handle.png) no-repeat 0 0;
position:absolute;
top:-5px;
margin-left:-7px;
font-size:0.1px;
z-index:5;
display:block;
}
.footer .calculator ul.checkpoint {
list-style:none;
padding:0;
margin:0;
width:500px;
position:relative;
bottom:-23px;
z-index:1;
}
.footer .calculator ul.checkpoint li {
float:left;
text-align:center;
padding:0;
}
.footer .calculator ul.checkpoint li.c8 {
margin-left:0;
text-align:left;
}
.footer .calculator ul.checkpoint li.c1000 {
text-align:right;
margin-left:74px;
width:50px;
}
.footer .calculator ul.checkpoint li.c10000 {
text-align:right;
margin-left:66px;
width:50px;
}
.footer .calculator ul.checkpoint li.c88888 {
text-align:right;
margin-left:53px;
width:50px;
}
.footer .foot_c {
background:#36444d url(images/footer.png) repeat-x 0 0;
height:75px;
margin:0 auto;
font:normal normal 14px/14px Arial;
color:#a2a2a2;
position:relative;
}
.footer a.logo {
background:url(images/footer_logo.png) no-repeat 0 0;
width:116px;
height:41px;
text-indent:-5000px;
overflow:hidden;
position:absolute;
left:20px;
top:15px;
}
.footer a.logo:hover {
background-position:0px -50px;
}
.footer ul.footer_menu {
list-style:none;
position:absolute;
top:15px;
left:160px;
}
.footer ul.footer_menu li {
float:left;
padding:0px 6px;
}
.footer ul.footer_menu li a {
color:#fff;
}
.footer .copyright {
position:absolute;
left:166px;
top:40px;
}
.footer .paysys {
position:absolute;
right:20px;
top:20px;
}
.footer .paysys a {
float:left;
text-indent:-5000px;
overflow:hidden;
display:block;
}
.footer .paysys a.stp {
background:url(images/footer_paysys.png) no-repeat 0 -47px;
width:38px;
height:31px;
}
.footer .paysys a.stp:hover {
background-position:0px -3px;
}
.footer .paysys a.ego {
background:url(images/footer_paysys.png) no-repeat -62px -46px;
width:66px;
height:30px;
margin-left:25px;
}
.footer .paysys a.ego:hover {
background-position:-62px -2px;
}
.footer .paysys a.pm {
background:url(images/footer_paysys.png) no-repeat -148px -44px;
width:72px;
height:37px;
margin-left:25px;
}
.footer .paysys a.pm:hover {
background-position:-148px 0px;
}


/*-----------------------------------*/