﻿/* GLOBAL STYLES */
a { color: #1e91aa; }
a:hover { color: #28bdde; }
a.ajax { text-decoration: none; }
a.ajax span { border-bottom: 1px dashed #1e91aa; }
a.ajax:hover span { border-bottom-color: #28bdde; }
.green { color: #478b25; }
.select {
    background: url('/img/sprites/select.png') no-repeat top left;
    cursor: pointer;
    padding-left: 6px;
    height: 23px;
    display: block;
}
.select > .w1 {
    background: url('/img/sprites/select.png') no-repeat bottom right;
    padding-right: 6px;
    height: 23px;
    display: block;
}
.select > .w1 > .w2 {
    background: url('/img/sprites/select.png') repeat-x 23px;
    padding: 4px 0 6px 1px;
    height: 13px;
    display: block;
}
.select .btn-select {
    background: url('/img/select-arrow.png') no-repeat top left;
    margin: 2px -1px 0 5px;
    width: 7px;
    height: 11px;
    float: right;
}
.select .value {
    min-width: 108px;
    height: 13px;
    float: left;
    display: block;
}
ul.nav { margin: 0; }
ul.nav li { margin: 0; }
ol { list-style: decimal outside; }
.rounded {
    background: url('/img/sprites/rounded-border-y.png') no-repeat top left;
    margin-right: 3px;
    padding-bottom: 3px;
}
.rounded > .w1 {
    background: url('/img/sprites/rounded-border-x.png') no-repeat top right;
    position: relative;
    right: -3px;
}
.rounded > .w1 > .w2 {
    background: url('/img/sprites/rounded-border-y.png') no-repeat bottom right;
    position: relative;
    bottom: -3px;
}
.rounded > .w1 > .w2 > .w3 {
    background: url('/img/sprites/rounded-border-x.png') no-repeat bottom left;
    position: relative;
    left: -3px;
    padding: 0 0 3px 1px;
}
.rounded > .w1 > .w2 > .w3 > .w4 {
    background: #fff url('/img/rounded-bg.png') repeat-x top;
}
.button {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-transform: lowercase;
    text-decoration: none;
    text-shadow: 1px 1px #529c14;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    background: url('/img/sprites/button-green.png') no-repeat top left;
    padding-left: 7px;
    float: left;
    display: block;
}
.button:hover { color: #fff !important; }
.button > .w1, .button > .w1 > .w2 {
    display: block;
}
.button > .w1 {
    background: url('/img/sprites/button-green.png') no-repeat bottom right;
    padding-right: 7px;
    height: 30px;
}
.button > .w1 > .w2 {
    background: url('/img/sprites/button-green.png') repeat-x 30px;
    padding: 7px 3px 10px;
    height: 13px;
}
.button .label {
    background: url('/img/button-green-bullet.png') no-repeat 100% 4px;
    padding-right: 17px;
    display: block;
}
.button-orange {
    text-shadow: 1px 1px #c4830d;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
.button-orange, .button-orange > .w1, .button-orange > .w1 > .w2 {
    background-image: url('/img/sprites/button-orange.png');
}
.button-orange .label {
    background-image: url('/img/button-orange-bullet.png');
}
.button-green-large {
    text-transform: none;
    text-shadow: 1px 1px 3px #508c1c;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.31);
    font-size: 24px;
    font-weight: normal;
    font-family: Arial, sans-serif;
    background: url('/img/sprites/button-green-large.png') no-repeat top left;
    padding-left: 11px;
    height: 44px;
}
.button-green-large > .w1 {
    background: url('/img/sprites/button-green-large.png') no-repeat bottom right;
    padding-right: 11px;
    height: 44px;
}
.button-green-large > .w1 > .w2 {
    background: url('/img/sprites/button-green-large.png') repeat-x 44px;
    padding: 8px 31px 7px;
    height: 29px;
}
.button-green-large .label {
    display: inline;
    background-image: none;
    padding-right: 0;
}
.icon-feed { background-image: url('/img/icons/feed.png'); }
.icon-plus { background-image: url('/img/icons/plus.png'); }
.debug { background-color: rgba(90, 180, 200, 0.1); }
ul.horizontal { margin: 0; height: 11px; }
ul.horizontal li {
    margin: 2px 0 0 11px;
    border-left: 1px solid #505050;
    padding: 0 0 0 11px;
    height: 11px;
    float: left;
}
ul.horizontal li:first-child { margin-left: 0; padding-left: 0; border-left: 0; }
ul.horizontal li > * { position: relative; top: -2px; }
/* ROOT */
body {
    color: #252525;
    font: 11px Tahoma, Arial, sans-serif;
    background: #fff url('/img/background-2.jpg') repeat-x top;
}
.global-wrapper {
    min-height: 720px;
}
.global-wrapper > .header, .global-wrapper > .content, .global-wrapper > .footer { width: 980px; margin: 0 auto; }
/* HEADER */
.global-wrapper > .header { height: 89px; /*height: 112px;*/ margin-bottom: 20px; }
.header .logo, .header .stats, .header > .wrapper { float: left; }
.header .logo {
    /* background: url('/img/interkassa.png') no-repeat left top; */
    /*margin: 40px 38px 13px 0;*/
    margin: 17px 38px 13px 0;
    width: 235px;
    height: 59px;
    display: block;
}
.header .logo span { display: none; }
.header .stats { color: #464646; margin: 32px 0 0 1px; /*margin: 47px 0 0 1px;*/ width: 182px; }
/* Rows */
.header > .wrapper { margin-top: 10px; width: 524px; height: 102px; }
/* Row - top */
.header .top-row { margin: 0 17px 11px 29px; /*height: 23px;*/ float: right; }
.header .top-row a {
    text-transform: lowercase;
    background-position: 0 2px;
    background-repeat: no-repeat;
    padding: 1px 0 0 20px;
    margin: 3px 25px 2px 0;
    height: 16px;
    float: left;
    display: block;
}
.header .top-row .services { background-image: url('/img/icons/star.png'); }
.header .top-row .sitemap { background-image: url('/img/icons/sitemap.png'); }
.header .top-row .search { background-image: url('/img/icons/magnifier.png'); }
.header .top-row .select { color: #259fba; float: left; }
.header .top-row .select .value {
    background-repeat: no-repeat;
    background-position: 0 2px;
    padding-left: 23px;
    min-width: 132px;
}
.header .top-row .select .flag-uk { background-image: url('/img/flag/uk.png'); }
.header .top-row .select .flag-ru { background-image: url('/img/flag/ru.png'); }
.header .top-row .select .flag-en { background-image: url('/img/flag/gb.png'); }
/* Row - middle */
.header .middle-row { height: 68px; clear: right; }
.header .middle-row .block {
    background: url('/img/header-separator.png') no-repeat top left;
    padding-top: 4px;
    height: 64px;
    float: left;
}
.header .middle-row .block .content {
    color: #464647;
    font: 22px 'Myriad Pro', Arial, sans-serif;
    text-transform: uppercase;
    background-image: url('/img/sprites/middle-row.png');
    background-repeat: no-repeat;
    padding-top: 4px;
    margin-bottom: 6px;
    height: 37px;
    display: block;
}
.header .middle-row .block .content span { display: none; }
/*.header .middle-row .block a.content:hover { color: #777; }*/
.header .middle-row .more {
    text-transform: lowercase;
    background-repeat: no-repeat;
    background-position: top left;
    padding: 1px 0 2px 22px;
    margin-right: 1px;
    float: right;
    display: block;
}
.header .middle-row .contact { width: 195px; }
.header .middle-row .contact .content {
    word-spacing: -5px;
    /* background: url('/img/telephone.png') no-repeat top left; */
    background-position: 50% 0;
    padding: 4px 0 0 40px;
    width: 155px;
}
.header .middle-row .contact .more { background-image: url('/img/icons/information.png'); margin-right: 10px; }
.header .middle-row .support { width: 191px; }
.header .middle-row .support .content {
    /* background: url('/img/support.png') no-repeat top left; */
    background-position: 50% -41px;
    margin-right: auto;
    margin-left: auto;
    width: 143px;
}
.header .middle-row .support a.ajax span { border-bottom: 2px dashed #43a801; }
.header .middle-row .support .more { background-image: url('/img/icons/help.png'); margin-right: 22px; }
.header .middle-row .login { margin-right: 17px; width: 121px; }
.header .middle-row .login .content {
    color: #fff;
    text-shadow: 1px 1px #226413;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.33);
    text-align: center;
    /* background: url('/img/login.png') no-repeat top left; */
    background-position: 0 -82px;
    margin-left: 19px;
    padding: 4px 2px 0 0;
    width: 100px;
}
.header .middle-row .login a.ajax span { border-bottom: 2px dashed #ffe29b; }
.header .middle-row .login a.ajax:hover { color: #fff; }
.header .middle-row .login .more {
    background-image: url('/img/icons/asterisk_yellow.png');
    text-transform: uppercase;
    margin-right: 4px;
}
.header .middle-row .login .more {
    background-image: url('/img/icons/asterisk_yellow.png');
    text-transform: uppercase;
    margin-right: 4px;
}
.header .middle-row .login .menu {
    padding-left: 10px;
}
.header .middle-row .login .menu a {
	font-size: 12px;
    background-repeat: no-repeat;
    background-position: top left;
    padding: 1px 0 4px 22px;
    margin-right: 1px;
    display: block;
}
.header .middle-row .login .menu .cart {
    background-image: url('/img/icons/basket.png');
}
.header .middle-row .login .menu .exit {
    background-image: url('/img/icons/door.png');
}
.header .middle-row .login .menu .account {
    background-image: url('/img/icons/user.png');
}
/* CONTENT */
.content .left-column {
    margin: 0 30px 0 11px;
    width: 208px;
    float: left;
}
.content .right-column {
    margin: 0 17px 0 0;
    width: 714px;
    float: left;
}
/* Block */
/*.content .block { margin-bottom: 15px; }*/
.content .block .toplink {
    font-size: 12px;
    text-transform: lowercase;
    margin-top: 8px;
    float: right;
}
.content .block .toplink a {
    background-repeat: no-repeat;
    background-position: top right;
    padding: 0 20px 2px 0;
}
.content .block > h3.title {
    color: #595959;
    font-family: "Arial Narrow", "Myriad Pro", Arial, sans-serif;
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
    background: url('/img/block-title-bullet.png') no-repeat top left;
    margin-bottom: 10px;
    padding-left: 28px;
    height: 29px;
}
.content .block > .more,
.content .block .news .article > .more {
    text-align: right;
}
.content .block > .more a,
.content .block .news .article > .more a {
    text-transform: lowercase;
    background: url('/img/block-more-bullet.png') no-repeat 100% 5px;
    padding-right: 13px;
}
.content .iconed > h3.title { float: left; }
.content .iconed .icons {
    margin: 7px 0 0 18px;
    float: left;
}
.content .iconed .icons a {
    background-position: top left;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    float: left;
    display: block;
}
.content .iconed .icons a span { display: none; }
/* LEFT COLUMN */
/* Block - Main nav */
#main-nav { font-size: 12px; }
#main-nav li {
    cursor: default;
    background: url('/img/nav-submenu-bullet.png') no-repeat 15px 12px;
    padding-left: 29px;
}
#main-nav li.parent {
    cursor: pointer;
    background: url('/img/nav-bullet.png') no-repeat 13px 10px;
    padding-left: 29px;
}
#main-nav li.expanded {
    background: url('/img/nav-parent-bullet.png') no-repeat 13px 12px;
}
#main-nav a {
    cursor: pointer;    
}
#main-nav a, #main-nav a > .w1 { height: 29px; display: block; }
#main-nav a > .w1 > .w2 { padding: 6px 0 9px 0; height: 14px; display: block; }
#main-nav > .nav > li > a { font-weight: bold; }
#main-nav > .nav > .active,
#main-nav > .nav > .active-child { padding-left: 0; background-image: none; }
#main-nav > .nav > .active-child > .submenu { margin-left: 29px; }
#main-nav > .nav > .active > a,
#main-nav > .nav > .active-child > a {
    color: #fff;
    text-decoration: none;
    background: #2f7610 url('/img/sprites/nav-active.png') no-repeat top left;
    /* ��������� ������� ������ ����� �������� ������������� ���� ��������� */
    margin-right: 12px;
    padding-left: 12px;
}
#main-nav > .nav > .active > a > .w1,
#main-nav > .nav > .active-child > a > .w1 {
    background: url('/img/sprites/nav-active.png') no-repeat bottom right;
    /* ������� ������ ���� �� ������ ��������� ����� �� ����������� �� �� ������� ��� */
    margin-right: -12px;
    padding-right: 12px;
}
#main-nav > .nav > .active > a > .w1 > .w2,
#main-nav > .nav > .active-child > a > .w1 > .w2 {
    background: url('/img/sprites/nav-active.png') repeat-x 29px;
    padding-left: 17px;
}
#main-nav .submenu .active a {
    font-weight: bold;
}
/* Block - Partners and Block - VIP partners */
.left-column ul.partners {
    margin: 0 0 -3px 46px;
}
.left-column .partners li {
    margin: 0 0 9px 0;
}
.left-column .partners .logo {
    height: 34px;
    display: block;
}
.left-column .partners .imexbank img {
    margin: 15px 0 0 -23px;
}
.left-column .partners .privatbank img {
    margin: 10px 0 0 -24px;
}
.left-column .partners .x-plat {
    position: relative;
    bottom: -5px;
}
.left-column .partners .x-plat img {
    margin: 0 0 0 -36px;
}
/* RIGHT COLUMN */
/*.content .right-column .block { margin-bottom: 25px; }*/
/* Block - Informer */
.tabbed .tabs {
    position: relative;
    z-index: 10;
    margin-left: 2px;
    height: 29px;
}
.tabbed .tab, .tabbed .tab > .w1, .tabbed .tab > .w1 > .w2 { display: block; }
.tabbed .tab {
    color: #464647;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    text-align: center;
    text-shadow: 1px 1px f7f7f7;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.75);
    text-transform: lowercase;
    cursor: pointer;
    background: url('/img/sprites/tab.png') no-repeat top left;
    margin-right: 1px;
    padding-left: 6px;
    float: left;
}
.tabbed .tab:hover { color: #000; }
.tabbed .tab > .w1 {
    background: url('/img/sprites/tab.png') no-repeat bottom right;
    padding-right: 6px;
}
.tabbed .tab > .w1 > .w2 {
    background: url('/img/sprites/tab.png') repeat-x 29px;
    height: 15px;
    padding: 7px 0;
    width: 125px;
}
.tabbed .active,
.tabbed .active > .w1,
.tabbed .active > .w1 > .w2 {
    background-image: url('/img/sprites/tab-active.png');
}
.tabbed .active:first-child,
.tabbed .active.first-child {
    margin-left: -2px;
}
.tabbed .active {
    color: #fff;
    text-shadow: 1px 1px 1px #0d415b;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.26);
    padding-left: 4px;
}
.tabbed .active:hover { color: #fff; }
.tabbed .active > .w1 {
    padding-right: 4px;
}
.tabbed .active > .w1 > .w2 {
    padding: 7px 0;
    width: 150px;
    background-repeat: repeat-x;
    background-position: 0 -29px;
}
.tabbed .content {
    background: url('/img/sprites/tabbed-border-x.png') no-repeat top left;
    margin-top: -2px;
    padding-left: 2px;
}
.tabbed .content > .w1 {
    background: url('/img/sprites/tabbed-border-x.png') no-repeat bottom right;
    padding-right: 2px;
}
.tabbed .content > .w1 > .w2 {
    background: url('/img/sprites/tabbed-border-y.png') repeat-x top;
    padding-top: 2px;
}
.tabbed .content > .w1 > .w2 > .w3 {
    background: url('/img/sprites/tabbed-border-y.png') repeat-x bottom;
    padding-bottom: 2px;
}
.tabbed .tab-content {
    color: #fff;
    font-size: 13px;
    text-shadow: 1px 1px #0084a3;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
    background: url('/img/tabbed-bg.jpg') no-repeat scroll top left;
    padding: 12px 16px;
    height: 227px;
}
.tabbed .tab-content a {
    color: inherit;
}
.tabbed .tab-content a:hover {
    color: #000;
}
.tabbed .tab-content h1 {
    font-size: 33px;
    font-weight: bold;
    font-family: 'Myriad Pro', Tahoma, sans-serif;
    text-shadow: 1px 1px 3px #021922;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.76);
    margin-bottom: 6px;
    height: 41px;
}
.tabbed .tab-content .demo {
    margin-top: -12px;
    margin-left: 15px;
    width: 155px;
    float: right;
}
.tabbed .tab-content .demo .button {
    margin-right: -2px;
    margin-bottom: -7px;
    position: relative;
    top: -7px;
    float: right;
}
.tabbed .tab-content .demo .button > .w1 > .w2 {
    padding-right: 20px;
    padding-left: 30px;
}
.tabbed .tab-content .demo .button .label {
    background: url('/img/tab-1-demo-label.png') no-repeat 100% 1px;
    padding-right: 25px;
    height: 29px;
    display: block;
}
.tabbed .tab-content .demo .button .label span {}
.tabbed .tab-content p {
    margin: 6px 0 16px 0;
}
.tabbed .tab-content .info-block {
    margin-right: 13px;
    width: 230px;
    float: left;
}
.tabbed .tab-content .info-block h4 {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Myriad Pro', Tahoma, sans-serif;
    text-shadow: 1px 1px #00697f;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.26);
    margin: 0;
    border-left: 1px dotted #fff;
    padding: 0 0 2px 9px;
    height: 22px;
}
.tabbed .tab-content .info-block h4 span {
    position: relative;
    top: -6px;
}
.tabbed .tab-content .info-block p {
    margin: 0 0 20px 0;
    border-left: 1px solid #fff;
    padding-left: 10px;
    height: 40px;
}
.tabbed .tab-content .info-block p span {
    position: relative;
    top: -5px;
}
.tabbed .tab-content .info-block .more {
    margin-left: 50px;
}
/* Block - Services */
.slidestrip { margin: 0 -17px; }
.slidestrip .button-left,
.slidestrip .button-right {
    background-image: url('/img/sprites/slidestrip-arrows.png');
    background-repeat: no-repeat;
    margin-top: 28px;
    cursor: pointer;
    width: 17px;
    height: 68px;
    display: block;
}
.slidestrip .button-left {
    background-position: top left;
    float: left;
}
.slidestrip .button-right {
    background-position: top right;
    float: right;
}
.slidestrip .strip { margin: 0 20px 0 17px; }
.block .systems, .block .systems li { margin: 0; }
.block .systems { height: 116px; }
.block .systems li {
    margin-left: 31px;
    float: left;
}
.block .systems .system {
    text-align: center;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 0 0 13px;
    width: 105px;
    display: block;
}
.block .systems .system img { height: 90px; }
.block .systems .system span { text-decoration: underline; display: block; }
/* Block - News */
.block .news .article {
    margin-left: 20px;
    padding: 15px 0 0 12px;
    width: 207px;
    float: left;
}
.block .news .article:first-child {
    margin-left: 17px;
}
.block .news .article .date {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    background-color: #59b6cb;
    background-color: rgba(29, 155, 183, 0.72);
    padding: 2px 5px 3px 4px;
}
.block .news .article .title {
    color: #43a801;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    margin: 17px 0 0 -12px;
    border-left: 4px solid #d3d3d3;
    padding-left: 8px;
    display: block;
}
.block .news .article .title span {
    text-decoration: underline;
    position: relative;
    top: -2px;
}
.block .news .article .title:hover {
    color: #4fc202;
}
.block .news .article p {
    margin: 22px 0 5px;
    line-height: 1.5;
}
/* FOOTER */
.global-wrapper > .footer { margin-top: 20px; padding-bottom: 10px; }
/* Block - Links */
.footer .block .links .article {
    background: url('/img/footer-links-bg.png') no-repeat top left;
    margin-left: 60px;
    padding: 28px 0 8px 26px;
    position: relative;
    top: -2px;
    float: left;
}
.footer .block .links .article:first-child {
    margin-left: 30px;
}
.footer .block .links .article .title {
    color: #828282;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}
.footer .block .links .article li {
    margin-bottom: 5px;
}
.footer .rounded { margin-bottom: 20px; }
/* Block - Copyright */
.footer .copyright { color: #9e9e9e; font-weight: bold; float: left; }
.footer .copyright a { color: inherit; font-weight: normal; }
.footer .copyright a:hover { color: #505050; }
.footer .copyright strong { color: #505050; }
.footer .copyright .line { margin-bottom: 5px; display: block; }
/* Block - Imprint */
.footer .imprint {float: right; }
/* Block - Badges */
.footer .badges {margin: auto; width: 605px; padding-top: 10px;opacity: 0.5; filter:alpha(opacity=50); }
.footer .badges a { margin-left: 15px; float: left;}
.footer .badges a:first-child { margin-left: 0; }

/*NEW STYLES*/

div.article div.w1
{
	background: url("/img/sprites/art-up.png") left top no-repeat;
	width: 714px;
	height: 5px;
}

div.article div.w2
{
	background: url("/img/sprites/art-up.png") 100% -10px no-repeat;
	width: 714px;
	height: 5px;
}

div.article div.w3
{
	background: url("/img/sprites/art-up.png") 100% -5px repeat-x;
	width: 704px;
	height: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

div.article div.w4
{
	background: url("/img/sprites/art-down.png") left top no-repeat;
	width: 714px;
	height: 5px;
}

div.article div.w5
{
	background: url("/img/sprites/art-down.png") 100% -10px no-repeat;
	width: 714px;
	height: 5px;
}

div.article div.w6
{
	background: url("/img/sprites/art-down.png") 100% -5px repeat-x;
	width: 704px;
	height: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

div.paddler
{
	font-family: Arial;
	font-size: 12px;
	padding: 3px 10px;
	background: url("/img/rounded-bg.png") repeat-x top #FFFFFF;
	border-left: #d5d5d5 1px solid;
	border-right: #d5d5d5 1px solid;
}

div.breadcrumbs
{
	color: #158da7;
	margin-bottom: 10px;
	font-size: 11px;
	font-family: Tahoma;
}

div.heading
{
	width: 100%;
	border-bottom: #d9dada 2px solid;
	margin-bottom: 10px;
}

div.paddler h1
{
	font-family: Arial;
	font-weight: bold;
	color: #48ac07;
	font-size: 26px;
	padding: 0;
	margin-bottom: 10px;
}

div.paddler div.share
{
	float: right;
	width: 130px;
}

div.paddler div.share ul.share
{
	list-style-type: none;
	height: 16px;
	margin: 0;
	padding: 0;
}

div.paddler div.share ul.share li
{
	display: block;
	width: 16px;
	margin-left: 5px;
	float: left;
}

div.paddler div.share ul li img
{
	border: 0;
}

div.paddler div.contents
{
	float: right;
	width: 160px;
	padding: 10px;
	border: #bfbfbf 1px solid;
	background: #f9f9f9;
	margin-left: 10px;
	margin-bottom: 10px;
}

div.paddler div.contents ul
{
	list-style-type: none;
	padding: 0;
	margin: 0px;
}

div.paddler div.contents ul ul
{
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 10px;
}

div.paddler h2
{
	color: #4d4d4d;
	font-family: Arial, sans-serif;
	font-size: 16px;
	padding: 0;
	margin: 0;
	border-bottom: #bfbfbf 1px solid;
}

div.paddler p
{
	color: #4d4d4d;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 10px 0 15px 0;
	line-height: 1.5;
}

div.heading p {
	padding: 0px !important;
	margin: 0px !important;
	font-size: 14px !important;
}

div.paddler ul
{
	padding: 0;
	margin: 0 0 0 30px;
	font-size: 12px;
	list-style-type: disc;
}

div.paddler ul ul
{
	padding: 0;
	margin: 0 0 0 20px;
	list-style-type: circle;
}


div.paddler ul li 
{
	padding-left: 5px;
}

div.paddler ul ul li 
{
	padding-left: 5px;
}

div.paddler span.quote
{
	display: block;
	color: #4d4d4d;
	font-family: Courier New, Arial, sans-serif;
	font-size: 12px;
	padding: 10px;
	margin: 10px 0 15px 25px;
	border-left: #c2c2c2 3px solid;
	border-bottom: #c2c2c2 1px solid;
	border-top: #c2c2c2 1px solid;
	border-right: #c2c2c2 1px solid;
	background: #f9f9f9;
	line-height: 1.5;
}


div.paddler ul.links
{
	margin-bottom: 20px;
}

div.paddler ul.attachments
{
	margin-bottom: 20px;
}

div.paddler ul.links li a
{
	padding-right: 15px;
	padding-left: 5px;
	background: url(../img/icons/lnk.png) right no-repeat;
}

div.paddler ul.attachments
{
	margin-left: 15px;
}

div.paddler ul.attachments li
{
	list-style-type: none;
}

div.paddler ul.attachments li a
{
	padding-left: 20px;
	background: url(../img/icons/attach.png) left no-repeat;
}

p.date
{
	text-align: right;
	font-style: italic;
}
/***************************************Moment Pay***************************************/
div.block-momentPay {
	color: #666;
	font-family: Arial, sans-serif;
	font-size: 14px;
	padding: 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	overflow: hidden;
	border: #bfbfbf 1px solid;
	background: #fff;
	width: 195px;
}
div.block-momentPay img {
	vertical-align: middle;
	
}
div.block-momentPay h4 {
	text-align: center;
	color: #666666;
	font-size: 14px;
}
div.block-momentPay .right {
	width: 70px;
	text-align: right;
}
div.block-momentPay .left {
	padding-left: 4px;
	text-align: left;
}
div.block-momentPay .inline{
	color: #666666;
    font-size: 12px;
    line-height: 0.9;
}
div.block-momentPay table {
	width: 100%;
}
div.block-momentPay table tr td{
	padding-top: 3px;
}
div.block-momentPay table tr td input{
	min-width: 85px !important;
}
img#check, img#flag {
	display: none;
}
input#submitPay {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
}
/***************************************End Moment Pay***********************************/
/* ���������� ������� */
/***************************************DPRC***************************************/
div.block-dprc {
    color: #4d4d4d;
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    overflow: hidden;
    border: #bfbfbf 1px solid;
    background: #f9f9f9;
	height: 97px;
    
}
/***************************************DPRC***********************************/
/* ���������� ������� */