/*=========== RESET */
body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, strong {
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
}

ol, ul {
    list-style: none;
}

fieldset, img {
    border: 0;
}

/*=========== COMMON */
/*@font-face { font-family: "GillSansMT2"; src: url("../font/GIL.eot"); src: local('GillSansMT2'), url("../font/GIL.TTF") format("truetype"); }*/
@font-face {
    font-family: 'GillSansMT2';
    src: url('../font/gill_mt.eot?') format('eot'), url('../font/gill_mt.woff') format('woff'), url('../font/gill_mt.ttf') format('truetype');
}

@font-face {
    font-family: 'GillLight';
    src: url('../font/gill_light.eot?') format('eot'), url('../font/gill_light.woff') format('woff'), url('../font/gill_light.ttf') format('truetype');
}

@font-face {
    font-family: 'HelveticaNeueCondensedBold';
    src: url('../font/HelveticaNeueCondensedBold.eot?') format('eot'), url('../font/HelveticaNeueCondensedBold.woff') format('woff'), url('../font/HelveticaNeueCondensedBold.ttf') format('truetype');
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../font/HelveticaNeue.eot?') format('eot'), url('../font/HelveticaNeue.woff') format('woff'), url('../font/HelveticaNeue.ttf') format('truetype');
}

@font-face {
    font-family: 'HelveticaNeueLight';
    src: url('../font/HelveticaNeueLight.eot?') format('eot'), url('../font/HelveticaNeueLight.woff') format('woff'), url('../font/HelveticaNeueLight.ttf') format('truetype');
}

body {
    background-color: #C4C1BA;
    font: 11px Arial, Verdana, sans-serif;
    color: black;
    position: relative;
}

body.index p {
    margin-top: 0px;
    width: 100%;
}

input {
    outline: none;
}

strong {
    font-weight: bold;
}

h1 {
    font-weight: bold;
}

h2 {
    color: black;
    font-size: 16px;
    padding-bottom: 12px;
    font-weight: bold;
}

p {
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 1.5em;
}

input[type="checkbox"] {
    width: 13px;
    height: 13px;
}

.poof {
    clear: both;
    display: block;
}

#main-logo {
    display: none;
}

#main-logo-link {
    display: block;
}

.cufon {
    font-family: "Arial"
}

/*=========== COMMON - LISTS */
.content-wrapper .column-right ul {
    padding-left: 10px;
}

.content-wrapper ul li {
    display: block;
    background-image: url('../images/li-bg-default.png');
    background-repeat: no-repeat;
    background-position: 0 .3em;
    padding-left: 10px;
}

.content-wrapper-wide {
    background: #fff;
}

.content-wrapper ul li.red {
    display: block;
    background-image: url('../images/li-bg-red.png');
    background-repeat: no-repeat;
    background-position: 0 .3em;
}

.content-wrapper ul li.green {
    display: block;
    background-image: url('../images/li-bg-green.png');
    background-repeat: no-repeat;
    background-position: 0 .3em;
}

.content-wrapper ul li.blue {
    display: block;
    background-image: url('../images/li-bg-blue.png');
    background-repeat: no-repeat;
    background-position: 0 .3em;
}


/*=========== COMMON - BUTTONS */
.sp-button {
    display: inline-block;
    cursor: pointer;
    min-width: 104px;
    width: auto;
    height: 22px;
    background-image: url('../images/buttons-sprite.png?95874c') !important;
    background-repeat: repeat-x;
    text-transform: uppercase;
    border: none;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 0 18px;
    text-align: center;
    margin: 0;
    vertical-align: text-top;
}

.sp-button.added-to-cart {
    max-width: 190px !important;
}

.sp-button.add-to-cart-audio {
    max-width: 85px !important;
    float: right;
    min-width: 60px !important;
}

a.sp-button, a.sp-button:hover {
    text-decoration: none
}

button.sp-button {
    min-width: 136px;
    line-height: 0;
}

.sp-button.green {
    color: #000;
    background-position: 0px -67px;
}

.sp-button.green:hover {
    background-position: 0px -88px;
}

.sp-button.green:active {
    background-position: 0px -110px;
}

.sp-button.gray {
    color: #000;
    background-position: 0px -133px;
}

.sp-button.gray:hover {
    background-position: 0px -154px;
}

.sp-button.gray:active {
    background-position: 0px -176px;
}

.sp-button.red {
    color: #fff;
    background-position: 0px 0px;
}

.sp-button.red:hover {
    background-position: 0px -22px;
}

.sp-button.red:active {
    background-position: 0px -44px;
}

.sp-button.black {
    color: #fff;
    background-position: 0px -198px;
}

.sp-button.black:hover {
    background-position: 0px -220px;
}

.sp-button.black:active {
    background-position: 0px -242px;
}

.sp-button.yellow {
    color: #000;
    background-position: 0px -265px;
}

.sp-button.yellow:hover {
    background-position: 0px -286px;
}

.sp-button.yellow:active {
    background-position: 0px -308px;
}

.sp-button.nouppercase {
    text-transform: none;
}

.sp-button.smallpadding {
    padding: 0 6px;
}

.sp-button.to-right {
    float: right;
}

.sp-button.no-hover {
    cursor: default;
}

.sp-button.gray.no-hover {
    background-position: 0px -132px;
}

.sp-button.blue {
    color: #fff;
    background-position: 0px -330px;
}

.sp-button.blue:hover {
    background-position: 0px -330px;
}

.sp-button.blue:active {
    background-position: 0px -330px;
}

.sp-info-button {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('../images/button-info.png') no-repeat;
    background-position: 0 0;
    position: relative;
    top: 5px;
    margin-left: 5px;
}

.sp-info-button:hover {
    background-position: 0 -18px;
}

.sp-info-button:active {
    background-position: 0 -36px;
}

/*=========== COMMON - FORMS */
.sp-text, .form-spread-the-word-wrapper form dl dd textarea {
    width: 300px;
    font: 12px Arial, Verdana, sans-serif;
    outline: 0;
    resize: none;
    background: white;
    padding: 8px 10px;
    border: 1px solid white;
    border-top: 1px solid #919191;
    border-left: 1px solid #B0B0B0;
    border-right: 1px solid #B0B0B0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


/*=========== COMMON - LINKS */
a {
    color: black;
    text-decoration: underline;
    outline: 0;
}

a:hover {
    text-decoration: underline;
}

.colored-underline-out {
    color: #F4C72F !important;
    text-decoration: underline;
}

.colored-underline-out.red {
    color: #C02C3D !important;
}

.colored-underline-out span.colored-underline-in { /*color:black;*/
    text-decoration: none;
}


/*=========== COMMON - STUFF */
.float-l {
    float: left;
}

.float-r {
    float: right;
}

.strong {
    font-weight: bold;
}

.hidden {
    display: none;
}

.justify {
    text-align: justify;
}


/*=========== COMMON - TABLES */
.main-container table {
    width: 480px;
    margin-left: auto;
    margin-right: auto;
}

.main-container table th {
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    padding: 4px 6px;
    background-color: #C62B45;
    font-size: 12px;
    color: white;
}

.main-container table td {
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    padding: 6px;
    background: #F8F8F8;
    font-size: 12px;
    text-align: center;
}

table caption {
    margin-bottom: 7px;
}

/*=========== COMMON - PLUGINS */
.content-left .column-left .separator-bottom {
    margin-top: 20px;
    height: 1px;
    width: 140px;
    background: url('../img/line-bg1.gif') repeat-x scroll 0px 0px transparent;
}

.content-left .column-left > div:last-child .separator-bottom {
    display: none;
}

.content-wrapper .left .user-content .registration-h2 {
    padding-bottom: 0;
    font: normal 16px/18px arial;
    text-transform: uppercase;
}

.content-wrapper .left .user-content .registration-h3 {
    font-style: italic;
    color: #888;
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 30px;
}

.content-wrapper .left .required-field {
    text-align: right;
    font-size: 11px;
    color: #B4B4B4;
    margin-right: -240px;
    margin-bottom: 10px;
}


/*=========== LAYOUT */
.background-left {
    position: absolute;
    background: url('../images/main_bg_sprite.png') repeat-x 0 -1803px;
    width: 50%;
    height: 100%;
    max-height: 1530px;
    left: 0%;
    z-index: 1;
}

.background-right {
    position: absolute;
    background: url('../images/main_bg_sprite.png') repeat-x 0 -3337px;
    width: 50%;
    height: 100%;
    max-height: 1530px;
    left: 50%;
    z-index: 1;
}

.background-center {
    position: absolute;
    background: url('../images/main_bg_sprite.png') no-repeat 50% 0%;
    width: 100%;
    height: 100%;
    max-height: 1800px;
    left: 0%;
    z-index: 2;
}

.main-container {
    position: relative;
    width: 100%;
    height: 100%;
    _height: 1500px;
    background-color: #c2c0b8;
}

.container {
    z-index: 10;
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

header {
    width: 980px;
    height: 131px;
    margin: 0 auto;
    position: relative;
}

header .top-menu-wrapper {
    position: absolute;
    top: 0;
    right: 0; /*width:673px;*/
    height: 60px;
}

header .cms_placeholder-bar {
    width: 350px;
}

.main-shadow {
    position: relative;
    z-index: 10;
    width: 1000px;
    margin: 0px auto;
    background: url('../images/main-shadow.png') repeat-y -1px 0;
}

.main-shadow-wide {
    width: 1024px;
}

.content-wrapper {
    width: 980px;
    margin: 0 auto;
    position: relative;
    background: url('../images/tlotresc.gif') 0 0 repeat-y;
}

.central-block {
    clear: both;
    display: block;
    margin-top: 25px;
    border-top: 1px solid #e1e1e1;
}

.central-block.links.wide {
    width: 986px;
}

.central-block.links {
    width: 709px;
    padding: 10px 20px 0 20px; /*height:45px;*/ /*overflow:hidden;*/
}

.free-green-btn {
    text-decoration: none;
    color: black;
    margin: 0;
    text-transform: uppercase;
    background: #a8d525;
    border: 0;
    border-bottom: 1px solid #5cb004;
    display: inline-block;
    height: 21px;
    line-height: 23px;
    padding: 0 15px;
    font-size: 11px;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.free-green-btn:hover {
    text-decoration: none;
}

.free-red-btn {
    text-decoration: none;
    cursor: pointer;
    color: white;
    border: 0;
    padding: 0 15px;
    text-transform: uppercase;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    background: url('../images/account-submit-button-bg.png') 0 0 repeat-x;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.free-red-btn:hover {
    text-decoration: none;
}

.ajax-error-p-big {
    font-size: 15px;
    font-weight: bold;
}

/*=========== HEADER */
header h1 {
    position: absolute;
    top: 0;
    left: 0;
}

header h1 {
    width: 197px;
    height: 131px;
    float: left;
}

header h1 a {
    display: block;
    height: 100%;
}

a.de_promo {
    position: absolute;
    right: -4px;
    bottom: 8px;
    display: block;
    width: 556px;
    height: 44px;
    background: url('../img/de_promo.png') no-repeat;
    overflow: hidden;
    text-indent: -1000px;
}

/*=========== TOP MENU */
header .top-menu-wrapper {
    font-size: 11px;
}

header .top-menu-wrapper nav.top-menu {
    height: 40px;
    background: url('../images/topmenu-bg.png') 0 0 repeat;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

nav.top-menu {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

nav.top-menu ul li {
    position: relative;
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
}

nav.top-menu ul li a, nav.top-menu ul li span.link {
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    line-height: 21px;
    margin-top: 10px;
    padding: 0 20px;
    height: 21px;
    border-right: 1px solid #e0e0e0;
    font-weight: bold;
    text-decoration: none;
    color: #666;
}

nav.top-menu ul li ul a, nav.top-menu ul li ul span.link {
    height: 28px;
    line-height: 25px;
}

nav.top-menu ul li#topmenu-user-section span.icon-wrapper {
    text-align: center;
    float: right;
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url('../images/topmenu-dropdown-icon-bg.png') 0 0 repeat;
    overflow: visible;
}

nav.top-menu ul li#topmenu-user-section span.rewrap {
    float: left;
    display: inline-block;
    margin-right: 3px;
}

nav.top-menu ul li .light {
    font-weight: normal;
}

nav.top-menu ul li.no-border a {
    border: none;
}

nav.top-menu ul li ul {
    width: 100%;
    display: none;
    position: absolute;
    top: 100%;
    z-index: 9999;
    border-bottom: 1px solid white;
    box-shadow: 0px 2px 8px #949494;
    -moz-box-shadow: 0px 3px 8px #949494;
    -webkit-box-shadow: 0px 3px 8px #949494;
}

nav.top-menu ul li ul ul {
    width: auto;
}

nav.top-menu ul li ul li {
    float: none;
    height: 28px;
    line-height: 28px;
    border-top: 1px solid white;
    border-bottom: 1px solid #e1e1e1;
}

nav.top-menu ul li ul li.first {
    border-top: none;
}

nav.top-menu ul li ul li.last {
    border-bottom: 0;
}

nav.top-menu ul li ul li a, nav.top-menu ul li span.inner-link {
    border: none;
    margin: 0;
}

nav.top-menu ul li ul li a:hover, nav.top-menu ul li ul.user-choices li.active a.inner-link {
    background: url('../images/topmenu-selected-bg.jpg') 0 0 repeat-x;
}

nav.top-menu ul li > ul {
    background: url('../images/topmenu-1lvl-bg.jpg') 0 0 repeat-x;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

nav.top-menu ul li ul.user-choices {
    width: auto;
    left: 0;
}

nav.top-menu ul li ul.user-choices li {
    white-space: nowrap;
}

nav.top-menu ul li ul.user-choices li ul {
    position: absolute;
    left: 100%;
    top: -2px;
    border-top: 1px solid #e1e1e1;
}

header .top-menu-wrapper nav.top-menu ul li form.search-form {
    position: relative;
    background: url('../images/topmenu-search-bg.png') 0 0 no-repeat;
    display: block;
    width: 109px;
    height: 22px;
    line-height: 22px;
    margin-top: 10px;
    margin-right: 10px;
}

header .top-menu-wrapper nav.top-menu ul li form.search-form input[type=text] {
    outline: none;
    font-size: 10px;
    color: #666;
    padding: 0 0 0 3px;
    margin-left: 3px;
    width: 77px;
    border: none;
    background: #fafafa;
}

header .top-menu-wrapper nav.top-menu ul li form.search-form input[type=submit] {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 6px;
    right: 5px;
    width: 19px;
    height: 10px;
    border: 0;
    border-left: 1px solid #ebebeb;
    text-indent: -1000em;
    background: url('../images/topmenu-search-button.png') 5px 0 no-repeat;
}

header .top-menu-wrapper span.social-links {
    font-size: 12px;
    float: right;
    margin: 5px 0 0;
    color: #a6a6a6;
}

header .top-menu-wrapper span.social-links span,
header .top-menu-wrapper span.social-links a {
    color: #ca3249;
    text-decoration: none;
}

/*=========== MENU */
.main-menu-wrapper {
    width: 1000px; /*z-index:99999;*/
    z-index: 999;
    height: 60px;
    position: relative;
}

.main-menu-wrapper nav {
    width: 759px;
    height: 60px;
    float: left;
    background: url('../images/mainmenu-bg.png') no-repeat 0 0;
}

.main-menu-wrapper nav ul {
    position: absolute;
}

.main-menu-wrapper .right {
    width: 231px;
    height: 60px;
    text-align: center;
    float: left;
    background: url('../images/mainmenu-right-bg.png') no-repeat 0 0;
}

.main-menu-wrapper .right.guest {
    background: url('../images/mainmenu-right-bg-guest.png') no-repeat 0 0;
}

.main-menu-wrapper .right a.header {
    font-weight: bold;
    display: block;
    color: white;
    text-decoration: none;
    position: absolute;
    bottom: 0;
    width: 231px;
    height: 40px;
    line-height: 41px;
    text-transform: uppercase;
}

.dropdown li.top-level.last {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.main-menu-wrapper-wide {
    height: 71px;
}

/* hardcoded width (772px) */
.dropdown li.top-level-1 {
    width: 100px;
}

.dropdown li.top-level-2 {
    width: 243px;
}

.dropdown li.top-level-2 > ul {
    width: 231px;
}

.dropdown li.top-level-3 {
    width: 138px;
}

.dropdown li.top-level-3 > ul {
    width: 126px;
}

.dropdown li.top-level-4 {
    width: 142px;
}

.dropdown li.top-level-4 > ul {
    width: 130px;
}

.dropdown li.top-level-5 {
    width: 142px;
}

.dropdown li.top-level-5 > ul {
    width: 130px;
}

/* LEVEL 1 */
ul.dropdown {
    position: relative;
    text-transform: uppercase;
}

ul.dropdown li {
    z-index: 9;
    display: block;
    height: 40px;
    line-height: 40px;
    float: left;
}

ul.dropdown li.separator {
    width: 2px;
    height: 40px;
    background: url('../images/menu-top-separator.png') 0 0 no-repeat;
}

ul.dropdown > li {
    font-size: 15px;
    font-weight: bold;
    position: relative;
}

ul.dropdown > li > a {
    text-align: center;
    line-height: 39px;
    color: white;
    font-family: "GillSansMT2", Tahoma;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px
}

ul.dropdown > li.hover > a, ul.dropdown > li:hover > a {
    color: #c02c3d;
    margin: 5px 5px 0 5px;
    line-height: 28px;
    background-position: 0 0;
    border-left: 1px solid #B6BABA;
    border-right: 1px solid #B6BABA;
    border-bottom: 1px solid #eaeaea;
    height: 34px;
    -moz-box-shadow: inset 0 5px 5px -3px #333;
    -webkit-box-shadow: inset 0 5px 5px -3px #333;
    box-shadow: inset 0 5px 5px -3px #333;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

ul.dropdown li.top-level.last a {
    background-image: none;
}

ul.dropdown > li.ancestor, .dropdown li.top-level.selected {
    background: url('../images/mainmenu-ancestor-bg.png') 0 0 repeat-x;
}

ul.dropdown ul a:hover {
    color: white;
}

ul.dropdown li a {
    display: block;
    color: white;
    text-decoration: none;
}

ul.dropdown li:hover > a {
    position: relative;
    background: #f2f2f2;
}

ul.dropdown > li.hover > a {
    position: relative;
    background: #f2f2f2;
}

ul.dropdown li.hover {
    position: relative;
}

ul.dropdown > li.hover > a {
    color: #c02c3d;
}

ul.dropdown > li.hover.first > a:hover, ul.dropdown > li.hover.first > a {
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 40px;
    line-height: 39px;
    display: block;
    color: white;
    text-decoration: none;
    background: url('../images/mainmenu-ancestor-bg.png') 0 0 repeat-x;
    border-radius: none;
    -moz-border-radius: none;
    -webkit-border-radius: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

ul.dropdown li.selected.first {
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
}

ul.dropdown li.selected.last {
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
}

/* LEVEL 2 */
ul.dropdown ul {
    border: 1px solid #B6BABA;
    display: none;
    position: relative;
    top: 100%;
    left: 5px;
    width: fit-content;
}

ul.dropdown > ul {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

ul.dropdown > ul ul {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

ul.dropdown > li > ul {
    display: none;
    position: absolute;
    z-index: 10;
}

ul.dropdown > li > ul li {
    border-bottom: 1px inset #e5e5e5;
    position: relative;
    font-family: "GillSansMT2", Tahoma;
    font-size: 12px;
}

ul.dropdown > li > ul li.last {
    border-bottom: none;
}

ul.dropdown > li > ul {
    border-top: none;
    box-shadow: 0px 2px 8px -1px #8f8f8f;
    -moz-box-shadow: 0px 2px 8px -1px #8f8f8f;
    -webkit-box-shadow: 0px 2px 8px -1px #8f8f8f;
}

/*ul.dropdown >li>ul li.has-children { background:url('../images/mainmenu-child-forward.gif') 95% center no-repeat #F2F8F7; }*/
ul.dropdown ul li {
    font-size: 12px;
    height: 33px;
    line-height: 33px;
    font-weight: normal;
    background: #f2f2f2;
    float: none;
}

ul.dropdown ul li:hover, ul.dropdown > li > ul li.has-children:hover {
    background: url('../images/menu-subelement-hover.png') 0 0 repeat-x;
}

ul.dropdown ul li a {
    padding: 0 17px;
    display: block;
    color: black;
}

/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a:hover,
ul.dropdown ul li.hover > a {
    color: white;
    background-color: transparent;
}

/* LEVEL 3 */
ul.dropdown ul ul {
    left: 100%;
    top: -33px;
    white-space: nowrap;
    box-shadow: 0px 0px 8px -1px #8f8f8f;
    -moz-box-shadow: 0px 0px 8px -1px #8f8f8f;
    -webkit-box-shadow: 0px 0px 8px -1px #8f8f8f;
}

ul.dropdown ul ul li a {
    width: auto;
}

ul.dropdown li:hover > ul {
    visibility: visible;
}

ul.dropdown span.mainmenu-img-forward {
    background: url('../images/mainmenu-child-forward.png') 0 0 no-repeat;
    text-indent: -1000em;
    display: block;
    width: 7px;
    height: 9px;
    position: absolute;
    right: 10px;
    top: 13px;
}

ul.dropdown ul li.hover span.mainmenu-img-forward {
    background-position: 0 -11px;
}

/*=========== CONTENT */
.central-block.links { /*overflow:hidden;*/
    height: 45px;
}

.central-block.links a, .central-block.links .digicert {
    display: inline-block;
    float: left; /*height:45px;*/
    text-decoration: none;
}

.central-block.links a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.central-block.links ul {
    float: right;
    height: 38px;
}

.central-block.links ul li {
    float: left;
    margin-left: 30px;
}

.content-left .column-right h2, .content-left .column-right h1 {
    padding-top: 10px;
}

.content-left .column-right h2.with-social, .content-left .column-right h1.with-social {
    width: 74%;
}

.content-left .column-right p {
    text-align: justify;
}

.content-left .column-right h3 {
    color: black;
    font-size: 13px; /*padding:8px 0;*/
    margin-top: 20px;
    font-weight: bold;
}

/*=========== COLUMNS */
.content-left {
    width: 749px; /*padding-bottom:15px; margin-bottom:25px;*/
    background: url('../images/left-col-bg.png') 152px 0 repeat-y;
}

body.page .content-left {
    margin-top: 30px;
}

body.index .content-left {
    background: none; /*padding-left:20px; padding-right:20px;*/
    width: 749px;
}

body.index .content-right a.more {
    padding-right: 21px;
    height: 17px;
    line-height: 17px;
    position: absolute;
    right: -12px;
    margin-top: 0px;
    top: 21px;
    text-decoration: none;
    display: block;
    float: right;
    background: url('../images/register-login-forward.png') right center no-repeat;
}

.content-right {
    width: 191px;
    padding: 20px 20px 0 20px;
}

.content-right p {
    font-size: 12px;
}

.content-right h2 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
}

/* to check */
.content-right h1 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: normal;
    padding-bottom: 12px;
    float: left;
}

/* to check, fix for hp recent articles and others h1 without other style*/
.content-right a {
    margin-top: 2em;
    margin-bottom: 3em;
}

.content-right a.more {
    padding-right: 21px;
    height: 17px;
    line-height: 17px;
    position: absolute;
    right: -12px;
    top: 0px;
    text-decoration: none;
    display: block;
    float: left;
    background: url('../images/register-login-forward.png') right center no-repeat;
}

.index .content-right a.more { /*margin-top:0px;*/
    margin-bottom: 0px;
}

.content-right .top-first a.more {
    margin-top: 0;
}

.content-right div {
    position: relative;
    padding: 20px 0; /*border-top:1px solid white;*/
    border-bottom: 1px solid #e1e1e1;
}

.content-right div.no-format {
    position: relative;
    padding: 0; /*border-top:1px solid white;*/
    border-bottom: none;
}

.content-right div:first-child {
    padding-top: 0px;
    border-top-style: none;
}

.content-left .column-left {
    min-height: 1px;
    height: auto !important;
    height: 1px;
    min-width: 155px;
    width: auto !important;
    width: 155px;
    padding: 0 5px 0 10px;
}

/*.content-left .column-left { min-height:1px; height:auto !important; height:1px; min-width:155px; width:auto !important; width:155px; padding:0 10px 0 10px; }*/
.content-left .column-left > div { /*width:165px; max-width:165px;*/ /*overflow:hidden;*/
}

.content-left .column-left div h2 {
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 6px;
    margin-top: 10px;
}

.content-left .column-right {
    margin-top: 8px;
    margin-bottom: 50px;
    font-size: 12px;
    position: relative;
    /*min-height:1px; height:auto !important; height:1px;*/ /*min-width:554px;*/ /*width:auto !important;*/
    width: 546px;
    /*min-height:1px; height:auto !important; height:1px;*/
    padding: 0 0 0 0;
    /*	overflow-x:hidden;
    overflow-y:auto;
    height:auto;*/
}

.content-left .column-right iframe {
    width: 542px;
    border: none;
    height: 800px;
}

.content-left .column-right h2, .content-left .column-right h1 {
    margin-bottom: 0px;
    padding-bottom: 2px;
}

.content-left .column-right h1 {
    font-size: 16px;
}

.content-left .column-right h2 {
    font-size: 15px;
}

.content-left .column-right h4 {
    font-weight: bold;
    margin-top: 20px;
    /*text-align: center; FAQ ?*/

}

.content-left .column-right ul {
    margin-bottom: 10px;
}

.content-left .column-right ul li {
    margin-bottom: 3px;
    text-align: justify;
    line-height: 1.5em;

}

.content-left .column-right ol li {
    text-align: justify;
    line-height: 1.5em;
    list-style-type: decimal;
    display: list-item;
}

.content-left .column-right ol {
    margin-left: 25px;
}

/*=========== FOOTER */
footer {
    padding-top: 16px;
    width: 980px;
    height: 100px;
    color: #555;
    margin: 0 auto;
    background: url('../images/footer-bg.png') -11px 0 no-repeat;
}

footer a {
    color: #555;
}

footer p.left {
    width: 714px;
    font-size: 12px;
    margin-bottom: 10px;
    height: 66px;
}

footer p.left span {
    float: left;
    font-size: 12px;
    padding-top: 7px; /*margin-top:14px;*/
}

footer p.left img.eulogo {
    float: right;
}

footer p.left a {
    text-decoration: none;
}

footer p.left a:hover {
    text-decoration: underline;
}

footer p.left { /*padding:15px 0 0 15px;*/
    margin-top: 0;
    padding: 0 0 0 15px;
    line-height: 16px;
    height: auto; /*padding-top: 22px;*/
}

body.index footer p.left, body.page footer p.left {
    padding-top: 25px;
}

footer span.right {
    display: block;
    width: 231px;
    font-size: 12px; /*height:127px;*/
    text-align: center; /*margin-top:10px;*/
    position: relative;
    top: -10px;
}

nav.footer-links {
    text-transform: uppercase;
    height: 45px;
}

nav.footer-links ul {
    padding-top: 19px;
}

/*=========== BREADCRUMBS */
.breadcrumbs {
    color: #878787;
    width: 729px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 40px;
    left: 10px;
    padding: 0 10px;
    background: #F4F4F4;
}

.breadcrumbs .breadcrumbs-info {
    margin-right: 10px;
}

.breadcrumbs a {
    color: #D59234;
}

.breadcrumbs a span {
    color: #555;
}

.breadcrumbs a:hover {
    color: #878787;
}

.breadcrumbs a.last {
    font-weight: bold;
    text-decoration: none;
}

.breadcrumbs-next {
    position: relative;
    top: 3px;
    padding: 0 2px;
    width: 7px;
    height: 9px;
    background: url('../images/breadcrumbs-next.png') center 0 no-repeat;
}

.breadcrumbs-wide {
    left: 0;
    width: 1004px;
}

/*============ GOOGLE RECAPTCHA */
.rc-anchor-compact {
    width: 208px;
    height: 87px;
    margin-left: 15px;
}

/*============ INDEX */
.index-onecolumn {
    width: 710px; /*height:391px;*/ /*padding:0 15px;*/
    margin: 0 auto;
    margin-bottom: 15px; /*overflow:hidden;*/
    border: 1px solid #bcb3a2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.index-twocolumns-wrapper {
    width: 719px;
    clear: both;
    padding: 0 15px;
    border-bottom: 1px solid #E1E1E1;
    margin-bottom: 20px;
}

.index-twocolumns-wrapper.no-border {
    border-bottom: 0;
}

.index-twocolumns-wrapper .index-column-left, .index-twocolumns-wrapper .index-column-right {
    font-size: 12px;
    width: 350px;
    margin-bottom: 7px;;
    position: relative;
}

.index-twocolumns-wrapper .index-column-left {
    float: left;
}

.index-twocolumns-wrapper .index-column-right {
    float: right;
}

.index-twocolumns-wrapper h2 {
    text-transform: uppercase;
    color: black;
    font-size: 16px;
    font-weight: normal;
    padding-top: 12px;
}

.index-twocolumns-wrapper .top h2 {
    color: #bb2340;
    font-size: 20px;
    font-weight: normal;
}

.index-twocolumns-wrapper .top img.main {
    display: block;
    float: left;
    width: 115px;
    height: 100px;
    margin-right: 6px;
}

.index-twocolumns-wrapper .top .inner-content {
    padding-top: 17px;
    position: relative;
    overflow: hidden;
    height: 100px;
    margin-bottom: 15px
}


/*=========== PAGINATOR */
div.paginator {
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 60px;
}

div.paginator a, div.paginator .current {
    text-decoration: none;
    display: inline-block;
    color: black;
}

div.paginator a.prev, div.paginator a.next {
    height: 20px;
    line-height: 20px;
}

div.paginator a.prev {
    padding-left: 26px;
    background: url('../images/round-back-icon.png') left 1px no-repeat;
}

div.paginator a.next {
    padding-right: 26px;
    background: url('../images/register-login-forward.png') right 1px no-repeat;
}

div.paginator .page.number a, div.paginator .current {
    height: 20px;
    line-height: 20px;
    padding: 0 7px;
}

div.paginator .page.number a:hover, div.paginator .current {
    font-weight: bold;
    color: white;
    background: url('../images/paginator-page-bg.png') 0 0 repeat-x;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/*=========== EZMARK */
.ez-hide {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.ez-checkbox {
    float: left;
    background: transparent url('../images/ezmark/checkbox-sprite.png') 0 0 no-repeat;
    display: inline-block;
    width: 13px;
    height: 13px;
}

.content-right div .ez-checkbox {
    padding: 0px;
}

.ez-radio {
    background: transparent url('../images/ezmark/radio-black.png') 0 0 no-repeat;
    display: inline-block;
}

.ez-checked {
    background-position: 0 -18px;
}

.ez-selected {
    background-position: 0 -19px;
}

.ez-checkbox-green {
    background: transparent url('../images/ezmark/checkbox-green.png') 0 1px no-repeat;
    display: inline-block;
    *display: inline;
}

.ez-checked-green {
    background-position: 0 -18px;
}

.ez-checkbox, .ez-radio {
    *display: inline;
    _height: 13px;
}

/*=========== CMS PLUGINS */
span.plugin_picture.align-right {
    float: right;
    margin-left: 20px;
}

span.plugin_picture.align-left {
    float: left;
    margin-right: 20px;
}

span.plugin_picture.align-center {
    display: block;
    clear: both;
    margin: 0 auto;
    text-align: center;
}

/*=========== PREMIUM NEEDED */
.premium-needed-warning {
    margin-top: 10px;
    width: 522px;
    background-color: #e8e8e8;
    border: 1px solid #e1e1e1;
    line-height: 16px;
    padding: 6px 10px;
    color: black;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.premium-needed-warning span.with-bg, .premium-needed-warning span.lock {
    background-image: url('../images/access-logged-sprite.png?6d74c3');
    background-repeat: no-repeat;
}

.premium-needed-warning a {
    color: black;
    text-transform: uppercase;
}

.premium-needed-warning span.lock {
    float: left;
    display: block;
    width: 100px;
    margin-top: 12px;
    margin-bottom: 12px;
    background-position: 0px 0px;
    width: 34px;
    height: 52px;
    margin-left: 33px;
}

.premium-needed-warning span.right {
    float: right;
    display: block;
    width: 422px;
    padding-top: 13px;
}

.premium-needed-warning span.with-bg {
    display: inline-block;
    background-position: -34px 0px;
    padding-left: 30px;
}

.premium-needed-login {
    margin-top: 10px;
    width: 522px;
    min-height: 25px;
    background: #5DC600;
    line-height: 23px;
    padding: 6px 10px;
    color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}

.premium-needed-login a {
    color: white;
}

.premium-needed-warning2 {
    margin-top: 10px;
    width: 522px;
    background-color: #f8f8f8;
    border: 1px solid #e1e1e1;
    line-height: 16px;
    padding: 0px 10px;
    color: black;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.premium-needed-warning2 span.with-bg, .premium-needed-warning2 span.lock {
    background-image: url('../images/access-logged-sprite.png?6d74c3');
    background-repeat: no-repeat;
}

.premium-needed-warning2 a {
    color: black;
}

.premium-needed-warning2 span.lock {
    float: left;
    display: block;
    width: 100px;
    margin-top: 21px;
    margin-bottom: 21px;
    background-position: 0px 0px;
    width: 34px;
    height: 52px;
    margin-left: 33px;
}

.premium-needed-warning2 span.right {
    float: right;
    display: block;
    width: 422px;
    padding-top: 21px;
    margin-bottom: 22px;
}

.premium-needed-warning2 span.with-bg {
    display: inline-block;
    background-position: -34px 0px;
    padding-left: 30px;
}

.premium-needed-login2 {
    margin-top: 10px;
    width: 522px;
    min-height: 25px;
    background: #5DC600;
    line-height: 23px;
    padding: 6px 10px;
    color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}

.premium-needed-login2 a {
    color: white;
}

/*=========== AUDIOBOOKS */
.audiobooks-title h1 {
    font-size: 20.5px;
}

/*================================= ARTICLES */
ul.article-list {
    padding-left: 0px !important;
    margin-top: 15px;
}

ul.article-list li {
    background-image: none;
    padding-left: 0 !important;
}

ul.article-list > li {
    margin-bottom: 15px;
    overflow: hidden;
}

/*ul.article-list .article-wrapper { margin-bottom:20px; }*/
ul.article-list .article-wrapper h3 {
    margin-top: 0px;
    font-weight: bold;
    font-size: 12px;
    clear: both;
    padding-bottom: 2px;
}

ul.article-list .article-wrapper h3.locked {
    background: url('../images/lock-bg.png') 0 center no-repeat;
    padding-left: 20px;
}

ul.article-list .article-wrapper h3 a {
    color: black;
    text-decoration: none;
}

ul.article-list .article-wrapper h3 a:hover {
    text-decoration: underline;
}

ul.article-list .article-wrapper span.date {
    margin-bottom: 10px;
    color: #9E9584;
    font-size: 10px;
    text-transform: uppercase;
    float: left;
    display: block;
    clear: both;
}

ul.article-list .article-wrapper span.date.locked {
    padding-left: 20px;
}

ul.article-list .article-wrapper div.inner-content {
    clear: both;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px;
    margin-bottom: 9px;
}

ul.article-list .article-wrapper div.inner-content p {
    margin-top: 0px;
}

ul.article-list .article-wrapper div.inner-content img.main-img {
    float: left;
    display: block;
    margin: 0 15px 3px 0;
}

ul.article-list .article-wrapper div.inner-content ul.article-menu {
    display: block;
    height: 25px;
    margin-top: 10px;
    padding-left: 0px;
    font-size: 11px !important;
}

/*ul.article-list .article-wrapper div.inner-content ul.article-menu span.separator { font-size:17px; color:#F0F0F0; margin-left:10px; margin-right:5px; }*/
ul.article-list .article-wrapper div.inner-content ul.article-menu li {
    display: inline-block;
}

ul.article-list .article-wrapper div.inner-content ul.article-menu li span.counter_comments {
    float: right;
    background-color: #eee;
    background: url('../img/counter_comments.png') right center no-repeat;
    width: 22px;
    height: 23px;
    margin-left: 10px;
    color: #898989;
    text-align: center;
    margin-top: -5px;
}

ul.article-list .article-wrapper div.inner-content ul.article-menu a.read-comments {
    color: #898989;
}

ul.article-list .article-wrapper div.inner-content ul.article-menu a.read-more {
    display: inline-block;
    padding-right: 20px;
    text-decoration: none;
    font-size: 11px;
    background: url('../images/register-login-forward.png') right center no-repeat;
}

ul.article-list .article-wrapper div.inner-content ul.article-menu a.read-more:hover {
    text-decoration: underline;
}

/*=========== Q&A */

/*=========== FAQ */
div.faq-class-wrapper {
    margin-top: 20px;
}

div.faq-class-wrapper h3.class-title {
    font-size: 12px;
    color: black;
    font-weight: bold;
    margin-bottom: 10px;
}

div.faq-class-wrapper div.question {
    font-size: 12px;
    clear: both;
    overflow: hidden;
    padding-bottom: 8px;
}

div.faq-class-wrapper div.question > h4 {
    margin: 0px;
    float: left;
    clear: both;
    overflow: hidden;
    cursor: pointer;
    padding-left: 20px;
    background-repeat: no-repeat;
    height: 20px;
    line-height: 20px;
}

div.faq-class-wrapper div.question > h4:hover {
    text-decoration: underline;
}

div.faq-class-wrapper div.question > h4.active {
    font-weight: bold;
}

div.faq-class-wrapper div.question > h4.article {
    background-image: url('../images/faq-article.png');
    background-position: 0 2px;
}

div.faq-class-wrapper div.question > h4.txt {
    background-image: url('../images/faq-txt.png');
    background-position: 0 4px;
}

div.faq-class-wrapper div.question > h4.video {
    background-image: url('../images/faq-video.png');
    background-position: 0 2px;
}

div.faq-class-wrapper div.question > .answer {
    display: none;
    margin: 0 0 0 20px;
    padding-bottom: 5px;
    overflow: hidden;
    clear: both;
}

/*=========== LINKED SERVICES */
.column-right .linked-services {
    position: absolute;
    right: 0;
    margin-top: 11px;
    float: right;
}

.column-right .linked-services a {
    text-indent: -9999em;
    float: right;
    margin-left: 3px;
    background-image: url('../images/linked_services/linked-services-sprite.png?5392e9');
    background-repeat: no-repeat;
}

.column-right .linked-services span, .column-right .linked-services span:hover {
    text-indent: -9999em;
    cursor: pointer;
}

.column-right .linked-services span {
    display: inline-block;
    background-image: url('../images/linked_services/linked-services-sprite.png?5392e9');
    background-repeat: no-repeat;
}

.column-right .linked-services a.bx {
    background-position: 0px -18px;
    width: 16px;
    height: 15px;
}

.column-right .linked-services a.blip {
    background-position: 0px -33px;
    width: 15px;
    height: 15px;
}

.column-right .linked-services a.linkedin {
    background-position: -35px 0px;
    width: 15px;
    height: 15px;
}

.column-right .linked-services a.twitter {
    background-position: -16px -18px;
    width: 15px;
    height: 15px;
}

.column-right .linked-services a.facebook {
    background-position: -35px -15px;
}

.column-right .linked-services span.drukuj {
    background-position: 0px 0px;
    width: 18px;
    height: 18px;
}

.column-right .linked-services span.show-full {
    margin-right: 10px;
    width: 17px;
    height: 14px;
}

.column-right span.drukuj {
    background: url('../images/linked_services/print.gif') no-repeat;
    width: 18px;
    height: 18px;
}

.column-right span.show-full {
    background: url('../images/linked_services/show-full.png') no-repeat;
    width: 16px;
    height: 16px;
}

/*=========== LINKED SERVICES AUTHORS*/
.column-right .linked-services2 {
    right: 0;
    float: right;
}

.column-right .linked-services2 span {
    display: inline-block;
    background-image: url('../images/linked_services/linked-services-authors.png');
    background-repeat: no-repeat;
}

.column-right .linked-services2 .authors {
    display: inline-block;
    background-image: url('../images/linked_services/linked-services-authors-gray.png');
    background-repeat: no-repeat;
}

.small-box-social {
    border: 1px solid #e8e7e3;
    width: auto;
    height: 30px;
    float: right;
    margin-left: 10px;
}

.big-social-box {
    border: 1px solid #e8e7e3;
    width: 330px;
    float: right;
    margin-top: -35px;
    margin-right: 60px;
}

.big-social-teaser {
    width: 160px;
    float: left;
    margin: 8px 20px;
    font-weight: bold;
}

.back {
    margin-left: 45px;
    margin-top: 40px;
}

.column-right .linked-services2 a.facebook {
    background-position: 0px 0px;
    width: 20px;
    height: 20px;
    margin: 5px 3px 5px 6px;
}

.column-right .linked-services2 a.facebook:hover {
    background: url('../images/linked_services/facebook.png') no-repeat;
    width: 20px;
    height: 20px;
    margin: 5px 3px 5px 6px;
}

.column-right .linked-services2 a.twitter {
    background-position: -20px 0px;
    width: 20px;
    height: 20px;
    margin: 3px 0px 5px 5px;
}

.column-right .linked-services2 a.twitter:hover {
    background: url('../images/linked_services/twitter.png') no-repeat;
    width: 20px;
    height: 20px;
    margin: 5px 2px 3px 3px;
}

.column-right .linked-services2 a.gplus {
    background-position: 0px -20px;
    width: 20px;
    height: 20px;
    margin: 3px 0px 5px 5px;
}

.column-right .linked-services2 a.gplus:hover {
    background: url('../images/linked_services/g+.png') no-repeat;
    width: 20px;
    height: 20px;
    margin: 4px 0px 5px 5px;
}

.column-right .linked-services2 a.stocktwits {
    background-position: -20px -20px;
    width: 20px;
    height: 20px;
    margin: 5px 3px 5px 5px;
}

.column-right .linked-services2 a.stocktwits:hover {
    background: url('../images/linked_services/stocktwit.png') no-repeat;
    width: 20px;
    height: 20px;
    margin: 5px 5px 5px 5px;
}

.column-right .linked-services2 span.drukuj {
    background-position: 0px 0px;
    width: 18px;
    height: 18px;
    float: right;
}

.column-right .linked-services2 span.show-full {
    background-position: -18px 0px;
    width: 20px;
    height: 18px;
    float: right;
}

.authors-full {
    display: table-cell;
    float: right;
}

.authors-print {
    display: table-cell;
    padding-right: 5px;
    float: right;
    margin-top: -2px;
    margin-left: 10px;
}

.actions {
    width: 7%;
}

.auto-width {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.author-article-photo {
    display: table-cell;
    width: 85px;
}

.full-page-big-social-box {
    width: 100%;
    margin-top: -15%;
    margin-right: 65%
}

.full-page-big-social-teaser {
    width: 205px;
    margin: 5px 10px;
}

.author-img {
    float: left;
    max-height: 128px;
    max-width: 128px;
    margin-right: 10px;
}

.author-auto-width {
    display: table-cell;
    vertical-align: top;
}

.title-with-author {
    width: auto;
}

.social-box-auto-width {
    width: 150px;
    text-align: right;
}

.back-margin {
    margin-left: 25%
}

.social-margin {
    margin-bottom: 32px;
}

.full-page-height {
    margin-bottom: 50px;
}

.content-wrapper ul li.locked {
    background: url('../images/lock-bg.png') 0 0;
    background-repeat: no-repeat;
}

/*================================= X-GENERIC */
div.form-grey-wrapper {
    overflow: hidden;
    width: 499px;
    padding: 20px;
    background: #F8F8F8;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

form.account-form p {
    display: block;
    margin-bottom: 10px;
    height: 22px;
    clear: both;
}

form.account-form p label, form.account-form p input[type="text"],
form.account-form p input[type="checkbox"], form.account-form p input[type="password"] {
    display: block;
    float: left;
    height: 22px; /*line-height:22px;*/
}

form.account-form p label {
    font-size: 12px;
    font-weight: bold;
    width: 110px;
}

form.account-form p input[type="text"], form.account-form p input[type="checkbox"],
form.account-form p input[type="password"] {
    color: black;
    padding: 0 5px;
    font-size: 11px;
    background: white;
    border: 0;
    border-top: 1px solid #414c22;
    border-left: 1px solid #6e813a;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

ul.errorlist li {
    background: none;
    padding: 0;
    padding-bottom: 5px;
    color: #CA3249;
}

form.account-form p input[type="text"], form.account-form p input[type="password"] {
    width: 378px;
}

.content-left .column-right .account-header-margin {
    margin-bottom: 10px;
}

/*=========== ACCOUNT LOGIN */
div.form-grey-wrapper.with-margin-wrapper {
    margin-top: 10px;
}

form.account-form.login a.suggestion-link {
    margin-right: 9px;
    display: block;
    float: left;
    line-height: 22px;
    height: 22px;
}

/*=========== ACCOUNT PASSWORD CHANGE */
/*form.account-form.password-change label[for=id_new_password2] { line-height:13px; text-align:left; }*/

/*=========== ACCOUNT PASSWORD RESET */
form.account-form.account-password-reset ul.errorlist,
form.account-form.account-password-reset ul.errorlist li {
    padding-left: 0;
}

form.account-form.account-password-reset button {
    margin-top: 10px;
}

ul.password-reset-inside-list {
    margin-top: 5px;
}

/*=========== ACCOUNT REGISTER */
body.account-register .container {
    width: 820px;
}

body.account-register .content-wrapper p {
    margin-bottom: 5px;
}

body.account-register header {
    width: 100%;
}

body.account-register header nav {
    display: block;
    height: 28px;
    padding: 0 10px;
    float: right;
    background: url('../images/register-login-bg.png') 0 0 repeat-x;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

body.account-register header nav a {
    margin-top: 2px;
    display: block;
    line-height: 24px;
    height: 24px;
    color: #898989;
    text-decoration: none;
    font-size: 12px;
    padding-right: 24px;
    background: url('../images/register-login-forward.png') right center no-repeat;
}

body.account-register header nav a:hover {
    text-decoration: underline;
}

body.account-register footer {
    font-size: 12px;
    width: 800px;
    padding: 10px 0 0 20px;
    background: none;
}

body.account-register .content-wrapper {
    font-size: 11px;
    margin-top: 15px;
    background: white;
    width: 820px;
    padding: 20px 0 10px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.20);
}

body.account-register .content-wrapper ul li {
    padding-bottom: 5px;
}

body.account-register .content-wrapper div.left {
    float: left;
    width: 543px;
    padding-left: 20px;
    font-size: 12px;
}

body.account-register .content-wrapper div.right {
    float: left;
    width: 187px;
    padding: 0 20px 0 50px;
}

body.account-register .title {
    padding-left: 30px;
    padding-right: 30px;
}

body.account-register .content {
    font-size: 13px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    background-color: #F8F8F8;
    border-top: 1px solid #E1E1E1;
    padding-top: 20px;
}

/*body.account-register .content .plugin_link a { color:#898989;font-weight:bold; text-decoration:none; }*/
body.account-register .central-block.links {
    width: 780px;
    height: 47px;
}

body.account-register .central-block.links a.back {
    margin-top: 15px;
    height: 17px;
    line-height: 17px;
    padding-left: 30px;
    float: right;
    background: url('../images/round-back-icon.png') 0 0 no-repeat;
}

body.account-register .content-wrapper ul.features {
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 30px;
    width: 489px;
    padding-top: 70px;
    height: 20px;
    background: url('../images/register-icons-bg.png') 0 0 no-repeat;
}

body.account-register .content-wrapper ul.features-2 {
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 30px;
    width: 489px;
    padding-top: 70px;
    height: 20px;
    background: url('../images/register-icons-bg2.png') 0 0 no-repeat;
}

body.account-register .content-wrapper ul.features li {
    padding-left: 76px;
    background: none;
    display: inline;
    font-size: 13px;
}

body.account-register .content-wrapper ul.features li.first {
    padding-left: 0;
}

form.cmsplugin_htmlsignup-form a {
    color: #F4C72F;
}

form.cmsplugin_htmlsignup-form a span {
    color: black;
}

form.cmsplugin_htmlsignup-form p.cmsplugin_htmlsignup-fieldrow {
    display: block;
    padding-left: 0px;
    margin-bottom: 10px;
    clear: both;
}

form.cmsplugin_htmlsignup-form p.cmsplugin_htmlsignup-fieldrow label {
    font-size: 12px;
}

form.cmsplugin_htmlsignup-form p.cmsplugin_htmlsignup-fieldrow label.cmsplugin_htmlsignup-terms {
    font-size: 11px;
    float: left;
    clear: right;
    padding-left: 6px;
}

form.cmsplugin_htmlsignup-form p.cmsplugin_htmlsignup-fieldrow input[type="text"] {
    color: black;
    display: block;
    width: 180px;
    padding: 0 5px;
    font-size: 11px;
    height: 22px;
    line-height: 22px;
    background: #c2e266;
    border: 0;
    border-top: 1px solid #414c22;
    border-left: 1px solid #6e813a;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

span.cmsplugin_htmlsignup-form-creditard-info {
    color: #B4B4B4;
    font-size: 11px;
    margin-top: 10px;
    display: block;
}

.cmsplugin_htmlsignup-fieldrow .ezmark-checkbox input {
    float: left;
    margin-right: 5px;
}

.cmsplugin_htmlsignup-fieldrow button.submit {
    letter-spacing: -1px;
    padding: 0 10px;
    width: 100%;
}

body.account-register .content-wrapper .user-content.version2 ul {
    margin-top: 15px;
}

body.account-register .content-wrapper .user-content.version2 ul li {
    padding-bottom: 10px;
}

body.account-register .signup-editable-image-content {
    font-size: 13px;
    overflow: hidden;
    text-align: center;
    padding: 10px 10px 27px 10px;
    width: 174px;
    height: 77px;
    background-image: url('../images/signup-blank-sprite.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

body.account-register .signup-editable-image-content p {
    margin: 0;
    line-height: 1.2em;
}

body.account-register h1 {
    font-size: 16px;
    padding-bottom: 12px;
    font-weight: bold;
}

body.account-register .registration-h1 {
    padding-bottom: 0;
    font: normal 16px/18px arial;
    text-transform: uppercase;
}

/*=========== ACCOUNT CARD DATA CHANGE */
form.card-data-change {
}

form.card-data-change select#id_expiration_month, form.card-data-change select#id_expiration_year,
form.card-data-change .card-dates {
    width: 151px;
}

form.card-data-change .card-dates {
    float: left;
}

form.card-data-change .card-dates.left-date {
    margin-right: 18px;
}

form.card-data-change p.disclaimer {
    color: #505050;
}

form.card-data-change p.button-para {
    margin-top: 20px;
}

/*=========== ACCOUNT MANAGE MAILINGLISTS */
.mailinglist-unsub-all-wrapper {
    background: #e1e1e1;
}

.mailinglist-unsub-all-text {
    display: inline-block;
    overflow: hidden;
}

.all-unsub {
    margin-left: 100px;
}

.mailinglist-table {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mailinglist-table-header {
    width: 250px !important;
}

.mailinglist-group-name {
    font-weight: bold;
    width: 250px !important;
}

.mailinglist-status {
    float: right;
    margin-right: 45px;
}

.mailinglist-footer {
    background: url('/static/images/round-back-icon.png') left 16px no-repeat;
    padding-left: 24px;
    line-height: 47px;
    display: block;
    font-size: 13px;
    margin-top: 20px;
}

.mailinglist-back {
    margin-left: 5px;
    text-decoration: none;
    display: inline-block;
    margin-top: 2px;
}

.mailinglist-submit {
    float: right;
    margin-top: 10px;
    margin-right: 30px;
    color: white;
}

/*=========== INDEX READING */
.index-twocolumns-wrapper .reading h2 {
    padding-bottom: 20px;
}

.index-twocolumns-wrapper .reading li {
    padding-left: 18px;
    margin-bottom: 21px;
}

.index-twocolumns-wrapper .reading li.locked {
    background-image: url('../images/lock-bg.png');
    background-position: 0 0;
}

.index-twocolumns-wrapper .reading h3 {
    margin-bottom: 2px;
    font-size: 12px;
}

/*.index-twocolumns-wrapper .reading h3 a { word-break:break-all; }*/
.index-twocolumns-wrapper .reading span.date {
    text-transform: uppercase; /*display:none;*/
    font-size: 9.5px;
}

/*=========== READING - LEFT */
.content-left .column-left .cmsplugin_reading-wrapper {
    width: 140px;
    margin-bottom: 30px;
}

.content-left .column-left .cmsplugin_reading-wrapper ul li {
    margin-bottom: 20px;
}

.content-left .column-left .cmsplugin_reading-wrapper ul li.last {
    margin-bottom: 0;
}

.content-left .column-left .cmsplugin_reading-wrapper span.date {
    font-size: 10px;
    color: #9E9584;
    text-transform: uppercase;
}

.content-left .column-left .cmsplugin_reading-wrapper h3 {
    margin-bottom: 1px;
}

.content-left .column-left .cmsplugin_reading-wrapper h3 a {
    color: black;
    font-size: 12px; /*word-break:break-all;*/
}

/*=========== READING - RIGHT */
.content-right .cmsplugin_reading-wrapper {
}

.content-right .cmsplugin_reading-wrapper ul li {
    background-image: none;
    padding-left: 0;
    margin-bottom: 10px;
}

.content-right .cmsplugin_reading-wrapper ul li.last {
    margin-bottom: 0px;
}

.content-right .cmsplugin_reading-wrapper span.date {
    font-size: 10px;
    color: #9E9584;
    text-transform: uppercase;
}

.content-right .cmsplugin_reading-wrapper h3 {
    margin-bottom: 1px;
}

.content-right .cmsplugin_reading-wrapper h3 a {
    color: black;
    font-size: 12px; /*word-break:break-all;*/
}

/*=========== SEE ALSO - RIGHT */
.content-right .cmsplugin_seealso-wrapper {
}

.content-right .cmsplugin_seealso-wrapper h2 {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
}

.content-right .cmsplugin_seealso-wrapper ul li {
    background-image: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.content-right .cmsplugin_seealso-wrapper ul li.last {
    margin-bottom: 0;
}

.content-right .cmsplugin_seealso-wrapper li .date {
    color: #9E9584;
    text-transform: uppercase;
    font-size: 10px;
    clear: both;
    display: block;
    margin-bottom: 2px;
}

.content-right .cmsplugin_seealso-wrapper li a {
    font-size: 12px; /*word-break:break-all;*/
}

/*=========== SITEMAP - MIDDLE */
.content-left .column-right .cmsplugin_htmlsitemap-wrapper {
    font-size: 12px;
}

.content-left .column-right .cmsplugin_htmlsitemap-wrapper h2 {
    margin-bottom: 10px;
}

.content-left .column-right .cmsplugin_htmlsitemap-wrapper ul {
}

.content-left .column-right .cmsplugin_htmlsitemap-wrapper ul a {
    color: #777;
    text-decoration: none;
    font-weight: bold;
}

.content-left .column-right .cmsplugin_htmlsitemap-wrapper > ul > li {
    background-image: none;
    margin-top: 15px;
}

.content-left .column-right .cmsplugin_htmlsitemap-wrapper > ul > li.first {
    margin-top: 0;
}

.content-left .column-right .cmsplugin_htmlsitemap-wrapper > ul > li > a {
    font-size: 14px;
    text-decoration: underline;
}

.content-left .column-right .cmsplugin_htmlsitemap-wrapper > ul > li ul {
    margin-top: 2px;
}

.content-left .column-right .cmsplugin_htmlsitemap-wrapper > ul > li > ul li {
    margin-bottom: 2px;
    background-position: 0 6px;
}

.content-left .column-right .cmsplugin_htmlsitemap-wrapper > ul > li li {
    margin-left: 12px;
    padding-left: 15px;
}

/*============ PREMIUM UPDATES - MAIN */
.column-right ul.premium-update-list {
    padding: 0;
}

.column-right ul.premium-update-list li {
    background-image: none;
    padding-left: 0;
}

.column-right ul.premium-update-list li ul li {
    background-image: url('../images/li-bg-default.png');
    padding-left: 16px;
}

.column-right ul.premium-update-list > li {
    margin-bottom: 10px; /*margin-bottom:-12px;*/
    overflow: hidden;
}

.column-right ul.premium-update-list .premium-update-wrapper {
}

.column-right ul.premium-update-list .premium-update-wrapper h3 {
    margin: 4px 0 0 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    clear: both;
    padding-bottom: 2px
}

.column-right ul.premium-update-list .premium-update-wrapper h3.locked {
    background: url('../images/lock-bg.png') no-repeat;
    padding-left: 20px;
}

.column-right ul.premium-update-list .premium-update-wrapper h3 a {
    color: black;
    text-decoration: none;
}

.column-right ul.premium-update-list .premium-update-wrapper h3 a:hover {
    text-decoration: underline;
}

.column-right ul.premium-update-list .premium-update-wrapper h3.red {
    padding-left: 25px;
    background-image: url('../images/pu-red.png');
    background-repeat: no-repeat;
    background-position: left center;
}

.column-right ul.premium-update-list .premium-update-wrapper h3.red a { /*color:#c02c3d;*/
    font-weight: bold;
    text-decoration: none;
}

.column-right ul.premium-update-list .premium-update-wrapper h3.yellow {
    padding-left: 25px;
    background-image: url('../images/pu-yellow.png');
    background-repeat: no-repeat;
    background-position: left center;
}

.column-right ul.premium-update-list .premium-update-wrapper h3.yellow a { /*color:#e9b41e;*/
    font-weight: bold;
    text-decoration: none;
}

.column-right ul.premium-update-list .premium-update-wrapper h3.green {
    padding-left: 25px;
    background-image: url('../images/pu-green.png');
    background-repeat: no-repeat;
    background-position: left center;
}

.column-right ul.premium-update-list .premium-update-wrapper h3.green a { /*color:#66b025;*/
    font-weight: bold;
    text-decoration: none;
}

.column-right ul.premium-update-list .premium-update-wrapper span.date {
    margin-top: 0; /*margin-bottom:10px;*/
    color: #9E9584;
    font-size: 10px;
    text-transform: uppercase;
    float: left;
    display: block;
    clear: both;
}

.column-right ul.premium-update-list .premium-update-wrapper span.date.locked {
    padding-left: 20px;
}

.column-right ul.premium-update-list .premium-update-wrapper span.date.unlocked {
    padding-left: 25px;
}

.column-right ul.premium-update-list .premium-update-wrapper div.inner-content {
    text-align: justify;
    clear: both;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    padding-top: 10px;
}

.column-right ul.premium-update-list .premium-update-wrapper div.inner-content p {
    margin: 0;
    margin-bottom: 10px;
}

.column-right ul.premium-update-list .premium-update-wrapper div.inner-content img.main-img {
    float: left;
    display: block;
    margin: 0 15px 3px 0;
}

.column-right ul.premium-update-list .premium-update-wrapper div.inner-content ul.premium-update-menu {
    display: block;
    height: 25px;
    margin-top: 0;
}

.column-right ul.premium-update-list .premium-update-wrapper div.inner-content ul.premium-update-menu li {
    background-image: none;
}

.column-right ul.premium-update-list .premium-update-wrapper div.inner-content ul.premium-update-menu a.read-more {
    margin-left: -11px;
    display: inline-block;
    padding-right: 20px;
    text-decoration: none;
    font-size: 11px;
    background: url('../images/register-login-forward.png') right center no-repeat;
}

.column-right ul.premium-update-list .premium-update-wrapper div.inner-content ul.premium-update-menu a.read-more:hover {
    text-decoration: underline;
}

.column-right ul.premium-update-list .premium-update-wrapper div.inner-content ul.premium-update-menu a.read-more span {
    margin-left: -16px;
}

.premium-update .column-right .main-content-sub .sub-content h4 {
    text-align: center;
}

.column-right .main-content-sub {
}

.column-right .main-content-sub h2 {
    font-size: 13px;
}

.column-right .main-content-sub .heading {
    margin-bottom: 20px;
}

.column-right .main-content-sub .heading.dict-heading {
    position: relative;
    margin-bottom: 10px;
}

.column-right .main-content-sub .heading h2 {
    padding-bottom: 0;
    font-size: 12px
}

.column-right .main-content-sub .heading h1 {
    padding-bottom: 0;
    font-size: 12px
}

.column-right .main-content-sub .heading h1.dict-heading {
    text-transform: uppercase;
    font-size: 14px;
    padding: 0;
}

.column-right .main-content-sub .heading h2.locked {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../images/lock-bg.png");
    background-origin: padding-box;
    background-position: 0 10px;
    background-repeat: no-repeat;
    background-size: auto auto;
    padding-left: 25px;
}

.column-right .main-content-sub .heading span.locked {
    padding-left: 20px;
}

.column-right .main-content-sub .heading .social-right {
    clear: both;
    display: inline;
    float: right;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-top: 6px;
}

.column-right ul li {
    padding-left: 18px;
}

.column-right .main-content-sub .heading .social {
    clear: both;
    overflow: hidden;
}

.column-right .main-content-sub .heading .social .button-wrapper,
.column-right .social.dict-index .button-wrapper, .column-right .social-right .button-wrapper {
    float: left;
}

.column-right .main-content-sub .heading .social.dict-social {
    position: absolute;
    right: 0;
    top: -3px;
}

.column-right .main-content-sub .heading .social div {
    float: left;
    margin-right: 5px
}

.column-right .main-content-sub .heading .social-right .button-wrapper.gplus-wrapper {
    margin-right: 2px;
}

.column-right .social.dict-index {
    float: right;
    margin: 8px 0px 15px 0px;
}

.social.dict-index .button-wrapper.fb-wrapper {
    margin-left: 4px;
}

.column-right .main-content-sub .heading .date {
    display: inline;
    margin-top: 4px;
    margin-bottom: 10px;
    color: #9E9584;
    font-size: 10px;
    text-transform: uppercase;
    display: block;
    clear: both;
}

.column-right .main-content-sub .sub-content {
    text-align: justify;
}

.column-right .main-content-sub a.prev,
.column-right a.prev.advisors {
    height: 20px;
    line-height: 20px;
    margin-top: 20px;
    display: block;
    padding-left: 26px;
    background: url('../images/round-back-icon.png') left 1px no-repeat;
    text-decoration: none;
}

.column-right .main-content-sub a.prev:hover,
.column-right a.prev.advisors {
    text-decoration: underline;
}

.column-right .main-content-sub .reports-content {
}

.column-right .main-content-sub .reports-content ul { /*clear:both;*/
    overflow: auto;
    padding: 0;
}

.column-right .main-content-sub .reports-content a.download {
    color: #C03;
    font-size: 15px;
    text-decoration: none;
}

.column-right .main-content-sub .reports-content img.icon {
    width: 65px;
    height: 19px;
    margin-left: 5px;
    float: right;
}

.column-right .main-content-sub .reports-content a.thumbnail img {
    float: left;
    margin-right: 27px; /*margin-bottom:20px;*/
}

.column-right .main-content-sub .reports-content p.plugin_file {
    display: none;
}

.faq-class-wrapper.pu-qa {
    margin-top: 0;
}

.faq-class-wrapper.pu-qa div.question {
    padding-bottom: 0;
}

.faq-class-wrapper.pu-qa div.question > h4 {
    padding-left: 0 !important;
    font-weight: normal !important;
    text-align: left !important;
    height: auto !important;
    line-height: 16px !important;
}

.faq-class-wrapper.pu-qa div.question > .answer {
    margin-left: 0 !important;
}

/*============ TESTIMONIALS - MAIN */
.column-right ul.testimonials-list {
}

.column-right ul.testimonials-list li {
    background-image: none;
    padding-left: 0;
}

.column-right ul.testimonials-list > li {
    margin-bottom: 18px;
    overflow: hidden;
}

.column-right ul.testimonials-list > li.last {
    margin-bottom: 0;
}

.column-right ul.testimonials-list .testimonial-wrapper {
}

.column-right ul.testimonials-list .testimonial-wrapper span.customer-name, .column-right ul.testimonials-list .testimonial-wrapper span.customer-position {
    font-size: 12px;
}

.column-right ul.testimonials-list .testimonial-wrapper span.customer-name {
    font-weight: bold;
}

.column-right ul.testimonials-list .testimonial-wrapper span.customer-country {
    display: block;
    clear: both;
    margin-top: 3px;
    margin-bottom: 2px;
    color: #555;
}

.column-right ul.testimonials-list .testimonial-wrapper > div.customer-opinion-wrapper {
    overflow: hidden;
    padding-top: 9px;
    background: url('../images/commentgray.gif') 10px 0 no-repeat;
}

.column-right ul.testimonials-list .testimonial-wrapper > div.customer-opinion-wrapper > .opinion {
    padding: 8px;
    background: #dedede;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.column-right ul.testimonials-list .testimonial-wrapper > div.customer-opinion-wrapper > .opinion p {
    margin-bottom: 0;
}

/*============ TWITTER - RIGHT */
.content-right .plugin_twitter {
    padding-top: 10px;
}

.content-right .plugin_twitter a {
    margin: 0;
}

.plugin_twitter .tweet_list .tweet_text a {
    color: black;
    text-decoration: underline;
}

.content-right .plugin_twitter_inside {
    border: none;
    padding: 0;
}

/*============ PREMIUM UPDATES - RIGHT */
.content-right .cmsplugin_premium_updates-wraper {
    position: relative;
}

.content-right .cmsplugin_premium_updates-wraper a.more {
    padding-right: 21px;
    height: 17px;
    line-height: 17px;
    position: absolute;
    right: -12px;
    top: 0px;
    text-decoration: none;
    display: block;
    float: left;
    background: url('../images/register-login-forward.png') right center no-repeat;
}

.content-right .cmsplugin_premium_updates-wraper.top-first a.more {
    top: 3px;
}

.content-right .cmsplugin_premium_updates-wraper a.more:hover {
    text-decoration: underline;
}

.content-right .cmsplugin_premium_updates-wraper h2 {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 15px;
}

.content-right .cmsplugin_premium_updates-wraper ul li {
    background-image: none;
    padding-left: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.content-right .cmsplugin_premium_updates-wraper ul li .pu-wrapper {
    padding: 0 0 0 25px;
    border: none;
}

.content-right .cmsplugin_premium_updates-wraper ul li .pu-wrapper.unlocked.blank {
    padding-left: 0;
}

.content-right .cmsplugin_premium_updates-wraper ul li .icon {
    text-indent: -9999em;
    display: inline-block;
    float: left;
    background-image: url('../images/pu-plugin-sprite.png?819360');
    background-repeat: no-repeat;
}

.content-right .cmsplugin_premium_updates-wraper ul li.last {
    margin-bottom: 0;
}

.content-right .cmsplugin_premium_updates-wraper ul li .icon.locked {
    background-position: -16px -16px;
    width: 11px;
    height: 13px;
}

.content-right .cmsplugin_premium_updates-wraper ul li .icon.unlocked.green {
    background-position: 0px -16px;
    width: 16px;
    height: 16px;
}

.content-right .cmsplugin_premium_updates-wraper ul li .icon.unlocked.yellow {
    background-position: 0px 0px;
    width: 16px;
    height: 16px;
}

.content-right .cmsplugin_premium_updates-wraper ul li .icon.unlocked.red {
    background-position: -16px 0px;
    width: 16px;
    height: 16px;
}

.content-right .cmsplugin_premium_updates-wraper ul li.unlocked {
    padding-left: 0;
    background-position: 0 0;
}

.content-right .cmsplugin_premium_updates-wraper ul li.unlocked.red h3 a {
    text-decoration: none;
}

.content-right .cmsplugin_premium_updates-wraper ul li.unlocked.yellow h3 a {
    text-decoration: none;
}

.content-right .cmsplugin_premium_updates-wraper ul li.unlocked.green h3 a {
    text-decoration: none;
}

.content-right .cmsplugin_premium_updates-wraper h3 {
    margin-bottom: 1px;
}

.content-right .cmsplugin_premium_updates-wraper h3 a {
    color: black;
    font-size: 12px;
}

.content-right .cmsplugin_premium_updates-wraper span.date {
    font-size: 10px;
    color: #9E9584;
    text-transform: uppercase;
}

/*============ DICTIONARY */
#dictionary-image-en, #dictionary-image-de {
    margin: 12px 0 30px 0;
    background-repeat: no-repeat;
    width: 542px;
    height: 164px;
}

#dictionary-image-en {
    background-image: url('../img/dictionary_en.png');
}

#dictionary-image-de {
    background-image: url('../img/dictionary_de.png');
}

ul.alphabet {
    font-size: 12px;
    display: block;
    clear: both;
    height: 22px;
    margin-top: 12px;
    padding-bottom: 5px;
    padding-left: 0 !important;
}

ul.alphabet li {
    float: left;
    display: block;
    line-height: 22px;
    background-image: none;
    padding-left: 8px;
}

ul.alphabet li.first {
    padding-left: 0;
}

ul.alphabet li a {
    font-weight: bold;
    color: #7F7F7F;
}

ul.alphabet li a:hover {
    color: #2E2E2E;
}

dl.dictionary-phrases {
    font-size: 12px;
}

dl.dictionary-phrases p {
    margin-top: 0;
}

dl.dictionary-phrases > div {
    clear: both;
    overflow: hidden;
    margin-bottom: 25px;
}

dl.dictionary-phrases dt {
    float: left;
    width: 170px;
    display: block;
    clear: both;
}

dl.dictionary-phrases dd {
    display: block;
    float: left;
    margin-left: 4px;
    width: 360px;
}

dl.dictionary-phrases dd a.read-more {
    display: inline-block;
    height: 16px;
    padding-right: 20px;
    text-decoration: none;
    font-size: 11px;
    background: url('../images/register-login-forward.png') right center no-repeat;
}

dl.dictionary-phrases dd a.read-more:hover {
    text-decoration: underline;
}

/*============ LINKED PHOTO - RIGHT */
.content-right .cmsplugin_linkedphoto-wrapper {
    font-size: 12px;
}

.content-right .cmsplugin_linkedphoto-wrapper img.main {
    display: block;
    margin-bottom: 10px;
}

.content-right .cmsplugin_linkedphoto-wrapper .inner-content {
    position: relative;
    overflow: hidden; /*height:115px;*/
    border-bottom: none;
    padding-bottom: 0px;
}

.content-right .cmsplugin_linkedphoto-wrapper .inner-content p {
    margin: 0;
}

.content-right .cmsplugin_linkedphoto-wrapper a.see-more {
    margin-bottom: 0;
    padding-right: 20px;
    height: 16px;
    line-height: 16px;
    font-size: 11px;
    margin-top: 10px;
    text-decoration: none;
    display: block;
    float: right;
    background: url('../images/register-login-forward.png') right center no-repeat;
}

/*=========== RESEARCH - RIGHT */
.content-right .sp_premium_updates-plugin-wrapper {
    position: relative;
    padding: 20px 0;
}

.content-right .sp_premium_updates-plugin-wrapper h2 {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
}

.content-right .sp_premium_updates-plugin-wrapper ul li {
    background-image: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.content-right .sp_premium_updates-plugin-wrapper ul li.last {
    margin-bottom: 0;
}

.content-right .sp_premium_updates-plugin-wrapper li .date {
    color: #9E9584;
    text-transform: uppercase;
    font-size: 10px;
    clear: both;
    display: block;
    margin-bottom: 2px;
}

.content-right .sp_premium_updates-plugin-wrapper li a {
    font-size: 12px; /*word-break:break-all;*/
}

.content-right .sp_premium_updates-plugin-wrapper li a.image-link {
    display: block;
    clear: both;
    margin-bottom: 5px;
}

.content-right .sp_premium_updates-plugin-wrapper a.more {
    padding-right: 21px;
    height: 17px;
    line-height: 17px;
    position: absolute;
    right: -12px;
    top: -1px;
    text-decoration: none;
    display: block;
    float: left;
    background: url('../images/register-login-forward.png') right center no-repeat;
}

.content-right .sp_premium_updates-plugin-wrapper.top-first a.more {
    top: -20px;
}

.content-right .sp_premium_updates-plugin-wrapper a.more:hover {
    text-decoration: underline;
}

.content-right .cmsplugin_social-wrapper {
    overflow: hidden;
    margin-top: -10px;
}

.content-right .cmsplugin_social-wrapper iframe {
    position: relative;
    left: -10px;
}

/*=========== SEARCH */
.search-wrapper {
    width: 709px;
    overflow: hidden;
    margin: 0 auto;
    font-size: 12px;
    padding-top: 30px;
}

.search-wrapper h2 {
    text-transform: uppercase;
}

.search-wrapper .highlight {
    color: #d00000;
    word-break: break-all;
}

.search-wrapper p {
    margin-bottom: 0;
}

.search-wrapper .search-info {
    padding: 20px 0;
    border-top: 1px solid #ccc;
    margin-top: 25px;
}

.search-wrapper .search-query {
    margin-bottom: 15px;
}

.search-wrapper .results-group-wrapper h3 {
    padding: 0 10px;
    cursor: pointer;
    height: 26px;
    line-height: 26px;
    border-top: 1px solid #ccc;
}

.search-wrapper .results-group-wrapper h3.last {
    border-bottom: 1px solid #ccc;
}

.search-wrapper .results-group-wrapper h3 .highlight {
    font-weight: bold;
    color: #932434;
}

.search-wrapper .results-group-wrapper h3 > span {
    display: block;
}

.search-wrapper .results-group-wrapper h3 .group-name {
    float: left;
}

.search-wrapper .results-group-wrapper h3 .results-count {
    float: right;
}

.search-wrapper .results-list {
    display: none;
    padding: 8px 30px;
    border-top: 1px solid #ccc;
}

.search-wrapper .results-list.last {
    border-top: 0;
    border-bottom: 1px solid #ccc;
}

.search-wrapper .results-list li {
    background-image: none;
    padding: 0;
    margin-bottom: 8px;
}

.search-wrapper .results-list li.last {
    margin-bottom: 0;
}

.search-wrapper .results-list li a {
    font-weight: bold;
    color: #932434;
    text-decoration: none;
    display: block;
    float: left;
}

.search-wrapper .results-list li a strong {
    color: black;
}

.search-wrapper .results-list li a:hover {
    text-decoration: underline;
}

.search-wrapper .results-list li .date {
    display: block;
    clear: both;
}

.search-wrapper .no-query {
    margin-bottom: 30px;
    background: #f4f4f4;
    border: 1px solid #e4e4e4;
    padding: 0 20px;
    height: 56px;
    line-height: 56px;
}

.search-wrapper form.no-query-form .query label {
    display: block;
    float: left;
    margin-bottom: 15px;
    overflow: hidden;
    clear: both;
    font-weight: bold;
}

.search-wrapper form.no-query-form .query p {
    display: block;
    clear: both;
}

.search-wrapper form.no-query-form .query #id_q {
    padding: 0 5px;
    height: 22px;
    line-height: 22px;
    width: 320px;
    border: 0;
    border-right: 1px solid #ccc;
    border-left: 1px solid #555;
    font-size: 11px;
    border-top: 1px solid #555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    top: 5px;
}

.search-wrapper form.no-query-form .advanced-search-wrapper {
    margin-top: 20px;
}

.search-wrapper form.no-query-form .advanced-search-wrapper .switcher {
    color: #725d1c;
    cursor: pointer;
}

.search-wrapper form.no-query-form .advanced-search-wrapper .advanced-search {
    margin-top: 15px;
    display: none;
}

.search-wrapper form.no-query-form .advanced-search-wrapper .advanced-search ul {
    display: block;
    clear: both;
    overflow: hidden;
}

.search-wrapper form.no-query-form .advanced-search-wrapper .advanced-search ul li {
    background-image: none;
    overflow: hidden;
    padding: 0;
    height: 15px;
    margin-bottom: 10px;
    display: block;
    float: left;
    width: 174px;
    padding-right: 3px;
}

.search-wrapper form.no-query-form .advanced-search-wrapper .advanced-search .ez-checkbox {
    margin-right: 5px;
}

.search-wrapper form.no-query-form .advanced-search-wrapper .advanced-search .search-last-week {
    clear: both;
    margin-bottom: 10px;
    overflow: hidden;
}

.search-wrapper form.no-query-form .advanced-search-wrapper .advanced-search .search-date-range-element {
    float: left;
    overflow: hidden;
    margin-right: 20px;
}

.search-wrapper form.no-query-form .advanced-search-wrapper .advanced-search .search-date-range-element input {
    margin-left: 10px;
    padding: 0 5px;
    height: 22px;
    line-height: 22px;
    width: 100px;
    border: 0;
    border-right: 1px solid #ccc;
    border-left: 1px solid #555;
    font-size: 11px;
    border-top: 1px solid #555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.search-wrapper form.no-query-form .advanced-search-wrapper .advanced-search .search-dates-range {
    margin-bottom: 30px;
    overflow: hidden;
}

.search-wrapper #search-switch-checkbox {
    margin-right: 2px;
}

/*=========== COMMON */
.column-right .content-subpage-wrapper {
    margin-bottom: 25px;
    color: #333;
    padding: 15px 15px 5px 15px;
    background: #f8f8f8;
    border: 1px solid #e1e1e1;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/*=========== CONTACT */
.column-right .content-subpage-wrapper.contact {
    color: black;
    margin-top: 3px;
}

.column-right .content-subpage-wrapper.contact h2 {
    color: #B9223F;
    font-size: 16px;
    padding: 0;
}

.column-right .content-subpage-wrapper.contact .left {
    width: 222px;
    float: left;
    display: inline;
    text-align: justify;
}

.column-right .content-subpage-wrapper.contact > .right {
    padding: 0;
    width: 277px;
    float: right;
    display: inline;
}

.column-right .content-subpage-wrapper.contact .right .form-row {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}

.column-right .content-subpage-wrapper.contact .right .form-row p {
    display: inline-block;
    margin-bottom: 0;
    min-height: 23px;
}

.column-right .content-subpage-wrapper.contact .right .left {
    width: 55px;
    text-align: right;
    font-weight: bold;
    line-height: 23px;
}

.column-right .content-subpage-wrapper.contact .right .right {
    width: 185px;
    padding: 0;
    margin-left: 10px;
}

.column-right .content-subpage-wrapper.contact .right .right input[type=text] {
    outline: 0;
    background: white;
    padding: 0 10px;
    width: 190px;
    font-size: 11px;
    height: 21px;
    line-height: 21px;
    border: 1px solid white;
    border-top: 1px solid #919191;
    border-left: 1px solid #b0b0b0;
    border-right: 1px solid #b0b0b0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.column-right .content-subpage-wrapper.contact .right .right textarea {
    width: 190px;
    font: 11px Arial, Verdana, sans-serif;
    height: 117px;
    outline: 0;
    resize: none;
    background: white;
    padding: 4px 10px;
    border: 1px solid white;
    border-top: 1px solid #919191;
    border-left: 1px solid #b0b0b0;
    border-right: 1px solid #b0b0b0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.column-right .content-subpage-wrapper.contact .right .right label {
    margin-left: 10px;
}


/*=========== INVEST TOOLS */
.column-right #investment-tools {
    margin-bottom: 100px;
}

.column-right #investment-tools .featured {
    clear: both;
    overflow: hidden;
    padding: 0px;
    background-color: #E8E8E8;
    border: 1px solid #33CC00;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.column-right #investment-tools .featured .bar {
    width: 600px;
    height: 22px;
    background-color: #33CC00;
}

.column-right #investment-tools .featured .bar h3 {
    text-transform: uppercase;
    margin: 0px;
    padding: 5px 0px 5px 20px;
    font-size: 11px;
    color: #fff;
}

.column-right #investment-tools .content {
    padding: 15px 0 15px 20px;
}

.column-right #investment-tools .fix {
    padding-left: 0px;
    margin-bottom: 20px
}

.column-right #investment-tools .content .locked {
    background: url('../images/lock-bg.png') no-repeat;
    padding-left: 20px;
}

.column-right #investment-tools .content a {
    text-decoration: none;
    font-weight: bold;
}

.column-right #investment-tools .content a:hover {
    text-decoration: underline;
}

.column-right #investment-tools .content a.under-link {
    display: inline-block;
    font-weight: normal;
    padding-right: 22px;
    margin-top: 8px;
    background: url('../images/register-login-forward.png') right center no-repeat;
    text-decoration: none;
}

.column-right #investment-tools .content a.under-link:hover {
    text-decoration: underline;
}

.column-right #investment-tools .content .text {
    float: right;
    width: 385px;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
}

.column-right #investment-tools .content img {
    /*margin-left: 20px;*/
    margin-top: 5px;
}

/*=========== X USER */
body.xuser .content-subpage-wrapper {
    margin-bottom: 20px;
    color: #333;
    padding: 10px 25px;
    background: #f8f8f8;
    border: 1px solid #e1e1e1;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

body.xuser .content-subpage-wrapper h3 {
    color: #333;
    margin-bottom: 10px;
    margin-top: 5px;
    float: left;
    clear: both;
}

body.xuser .content-subpage-wrapper span.row {
    clear: both;
    line-height: 35px;
    height: 20px;
    display: block;
}

/*body.xuser .content-subpage-wrapper .gray-btn,*/
/*body.xuser .content-subpage-wrapper .gray-btn-nosize { display:block; text-decoration:none; text-transform:uppercase; width:120px; margin-top:15px; text-align:center; font-size:12px; color:#6c6b6c; height:22px; line-height:22px; background:url('../images/xuser_gray_btn_bg.png') 0 0 repeat-x; -webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px; }*/
body.xuser .content-subpage-wrapper .gray-btn-nosize {
    width: auto;
    display: inline-block;
    margin-top: 0;
    padding: 0 10px;
}

body.xuser h3.content-subpage-wrapper-header {
    margin-left: 15px;
    color: #333;
    font-size: 12px;
    margin-bottom: 4px;
    padding: 0;
}

body.xuser .content-subpage-wrapper .form-row {
    display: block;
    clear: both;
    overflow: hidden;
    margin-bottom: 22px;
}

body.xuser .content-subpage-wrapper .form-row.last {
    margin-bottom: 0;
}

body.xuser .content-subpage-wrapper .form-row p {
    padding: 0;
    margin: 0;
}

body.xuser .content-subpage-wrapper .form-row .left {
    font-size: 12px;
    font-weight: bold;
    color: #333;
    line-height: 22px;
    display: block;
    float: left;
    width: 160px;
}

body.xuser .content-subpage-wrapper .form-row .right {
    width: 320px;
    float: right;
    overflow: hidden;
}

body.xuser .content-subpage-wrapper .form-row .right .errorlist {
    margin: 5px 0 0 10px;
}

body.xuser .content-subpage-wrapper .form-row .right .sp-button {
    float: right;
    margin-left: 10px;
}

body.xuser .content-subpage-wrapper .form-row .right .sp-button {
    min-width: 119px;
}

body.xuser .content-subpage-wrapper .form-row .right a:last-child {
    margin-left: 0;
}

body.xuser .content-subpage-wrapper .form-row .passwd span {
    display: inline-block;
    padding-top: 5px;
}

body.xuser .content-subpage-wrapper .form-row .right select,
body.xuser .content-subpage-wrapper .form-row .right input[type=text] {
    outline: 0;
    background: white;
    padding: 0 10px;
    width: 298px;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    border: 1px solid white;
    border-top: 1px solid #919191;
    border-left: 1px solid #b0b0b0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

body.xuser .content-subpage-wrapper .form-row .right select {
    width: 320px;
    padding-right: 0;
}

body.xuser .content-subpage-wrapper .form-row .right.input-error select,
body.xuser .content-subpage-wrapper .form-row .right.input-error input[type=text] {
    border: 1px solid #CA3249;
}

body.xuser #xuser-account-editform {
    padding-top: 15px;
    overflow: hidden;
}

body.xuser #xuser-account-editform .main-errors {
    color: #c02c3d;
    font-size: 13px;
    margin-bottom: 15px;
}

body.xuser #xuser-account-editform input#id_card_number {
    width: 201px;
}

body.xuser #xuser-account-editform span.card-logo {
    margin-left: 5px;
    position: relative;
    bottom: 3px;
    display: inline-block;
    text-indent: -9999em;
    background-image: url('../images/cards-logos.png?8d6c63');
    background-repeat: no-repeat;
}

body.xuser #xuser-account-editform span.card-logo.mastercard {
    background-position: -42px 0px;
    width: 41px;
    height: 23px;
}

body.xuser #xuser-account-editform span.card-logo.visa {
    background-position: 0px 0px;
    width: 42px;
    height: 23px;
}


body.xuser #xuser-account-editform.email-notifications-change ul {
    list-style: none;
    padding-left: 0;
}

body.xuser #xuser-account-editform.email-notifications-change ul li {
    display: block;
    height: 30px;
    background: none;
    padding-left: 0;
}

body.xuser #xuser-account-editform.email-notifications-change ul li label .title {
    font-size: 17px;
}

body.xuser #xuser-account-editform.email-notifications-change ul li .spacer {
    width: 13px;
    display: inline-block;
    margin-right: 5px;
    height: 15px;
    float: left;
    background: url("../images/ezmark/checkbox-sprite.png") no-repeat scroll 0 0 transparent;
    background-position: 0px -35px;
}

body.xuser #xuser-account-editform.email-notifications-change ul li .ez-checkbox {
    margin-right: 5px;
    margin-top: 3px;
    float: left;
}

body.xuser #xuser-account-editform.email-notifications-change ul li .cb_container {
    float: left;
    width: 333px;
}


.content-subpage-wrapper .form-row.input-checkbox label {
    position: relative;
    top: -2px;
    margin-left: 3px;
}

.content-subpage-wrapper .form-row.input-checkbox.email_inform.last label {
    margin-left: 10px;
}

.content-subpage-wrapper.select-payment-plan {
    position: relative;
}

.content-subpage-wrapper.select-payment-plan h3 {
    font-size: 20px;
    color: black;
    padding-top: 0;
    margin-top: 0;
    float: left;
}

.content-subpage-wrapper.select-payment-plan > .goto-payment {
    position: absolute;
    right: 25px;
    float: right;
    top: 17px;
}

.content-subpage-wrapper.select-payment-plan > div.description { /*width:300px; ticket: 604 */
    overflow: hidden;
    clear: both;
}

.plan-left-time {
    margin: 15px 0 15px 0;
    font-size: 13px;
    color: #333;
    padding: 18px 25px;
    text-align: center;
    background: #f8e8bb;
    border: 1px solid #E1E1E1;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.account-notification-box {
    margin: 10px 0 0px;
    font-size: 13px;
    color: #333;
    padding: 18px 25px; /*text-align:center;*/
    background: #f8e8bb;
    border: 1px solid #E1E1E1;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
}

.account-notification-box.center, .account-notification-box.center p {
    text-align: center;
}

.account-notification-box.bonus {
    margin-bottom: 15px;
    margin-top: 4px;
    text-align: left;
}

.account-notification-box.bonus p {
    text-align: left;
}

.account-notification-box .notification-change-password, .active-products .basic-free-service-link {
    margin-top: 0 !important;
}

.bonus-notification-bottom {
    margin-top: 20px;
}

.bonus-notification-bottom, .bonus-notification-bottom p {
    text-align: justify;
}

.content-subpage-wrapper.ref h3 {
    margin-bottom: 0;
    padding-bottom: 0;
}

.content-wrapper h2.mb15 {
    margin-bottom: 15px;
}

.content-wrapper h2.pt0 {
    padding-top: 0;
}

.content-subpage-wrapper .copyclipboard {
    word-break: break-all;
}

.content-subpage-wrapper .copy {
    text-decoration: underline;
    text-decoration-color: #66b025;
    cursor: pointer;
    color: #66b025;
    margin-left: 5px;
}

.content-subpage-wrapper .succes {
    float: left;
    margin-left: 5px;
    color: #a8d525;
}

body.xuser .content-subpage-wrapper.active-products {
    overflow: hidden;
    margin-top: 20px;
}

body.xuser .content-subpage-wrapper .sp-button {
    min-width: 114px;
}

body.xuser .content-subpage-wrapper.active-products h3 {
    padding: 0;
}

/*body.xuser .content-subpage-wrapper .plan-header { margin-top: 10px; }*/
body.xuser .content-subpage-wrapper.active-products .left {
    width: 355px;
    float: left;
    overflow: hidden;
}

body.xuser .content-subpage-wrapper.active-products .left .product-title {
    display: block;
    color: #333;
    font-size: 20px;
    margin-bottom: 20px;
}

body.xuser .content-subpage-wrapper.active-products .left .description {
}

body.xuser .content-subpage-wrapper.active-products .right {
    position: absolute;
    overflow: hidden;
    right: 25px;
    text-align: right;
}

body.xuser .content-subpage-wrapper.active-products .right .time-left {
    font-size: 13px;
    float: right;
}

body.xuser .content-subpage-wrapper.active-products .right .time-left.no-product {
    color: red;
}

body.xuser .content-subpage-wrapper .form-row .right.vat-number input {
    width: 270px;
}

body.xuser .content-subpage-wrapper.active-products .profile-manage-subs-switch {
    padding-left: 27px;
    background: url('../images/user-managesubs-switcher.png') 0 0 no-repeat;
    cursor: pointer;
    height: 18px;
    line-height: 20px;
    margin-top: 5px;
    float: right;
    color: #afafaf;
}

body.xuser .content-subpage-wrapper.active-products .profile-manage-subs-switch.expand {
    background-position: 0 -22px;
}

body.xuser .content-subpage-wrapper.active-products .profile-manage-subs-switch:hover {
    cursor: pointer;
}

body.xuser .content-subpage-wrapper.active-products .left-time-to-left {
    float: left;
    height: 18px;
    line-height: 20px;
    margin-top: 4px;
    margin-left: 55px;
    color: #6b6b6b;
}

body.xuser .content-subpage-wrapper.active-products .cancellation-info-wrapper {
    margin-top: 15px;
    line-height: 22px;
}

body.xuser .content-subpage-wrapper.active-products .cancellation-info-wrapper .cancellation-info {
    display: inline-block;
    width: 330px;
    max-width: 330px;
    color: #6b6b6b;
}

body.xuser .content-subpage-wrapper.active-products .additional-info.cancellation ul li {
    margin-bottom: 6px;
}

body.xuser .content-subpage-wrapper.active-products .additional-info {
    display: none;
    margin-top: 8px;
    font-size: 11px;
}

body.xuser .content-subpage-wrapper.active-products .additional-info.no-margin {
    margin-top: 0;
}

body.xuser .content-subpage-wrapper.active-products .additional-info.font12 {
    font-size: 12px;
}

body.xuser .content-subpage-wrapper.active-products .additional-info.expand {
    display: block;
}

body.xuser .content-subpage-wrapper.active-products .additional-info .list {
    overflow: hidden;
    clear: both;
}

body.xuser .content-subpage-wrapper.active-products .additional-info .list .list-left,
body.xuser .content-subpage-wrapper.active-products .additional-info .list .list-right {
    margin-left: 10px;
    margin-top: 5px;
}

body.xuser .content-subpage-wrapper.active-products .additional-info .list .list-left {
    margin-right: 25px;
}

body.xuser .content-subpage-wrapper.active-products .additional-info .renewal-info {
    overflow: hidden;
    clear: both;
    margin-top: 10px;
}

body.xuser .content-subpage-wrapper.active-products .additional-info .renewal-info span {
    font-size: 12px;
    color: #686868;
    display: inline-block;
    margin-top: 3px;
}

body.xuser .content-subpage-wrapper.active-products .additional-info .renewal-info .sp-button.first {
    margin-bottom: 20px;
}

body.xuser .content-subpage-wrapper.active-products .additional-info .renewal-info .sp-button.add-bottom-margin {
    margin-bottom: 8px;
}

body.xuser .content-subpage-wrapper.multisub-active-products {
    position: relative;
    padding-top: 15px;
    padding-bottom: 20px;
}

body.xuser .content-subpage-wrapper.multisub-active-products .add-more-products {
    position: absolute;
    top: 20px;
    right: 25px;
}

body.xuser .content-subpage-wrapper.multisub-active-products .products-wrapper {
    overflow: hidden;
    clear: both;
    padding-top: 25px;
}

body.xuser .content-subpage-wrapper.multisub-active-products .products-wrapper .product {
    padding: 10px 0;
    border-bottom: 1px solid white;
    background: url('../images/subscriptions-account-summary-pr-bg.gif') 0 bottom repeat-x;
}

body.xuser .content-subpage-wrapper.multisub-active-products .products-wrapper .product.last {
    background: none;
    border-bottom: 0;
    padding-bottom: 0;
}

body.xuser .content-subpage-wrapper.multisub-active-products .products-wrapper .product .main {
    height: 20px;
    overflow: hidden;
    line-height: 18px;
}

body.xuser .content-subpage-wrapper.multisub-active-products .products-wrapper .product .main img {
    float: left;
    margin-right: 12px;
    display: block;
}

body.xuser .content-subpage-wrapper.multisub-active-products .products-wrapper .product .main h4 {
    float: left;
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 17px;
    line-height: 16px;
}

body.xuser .content-subpage-wrapper.multisub-active-products .products-wrapper .product .main .time-left-middle {
    float: right;
    margin-right: 30px;
    color: #686868;
}

body.xuser .content-subpage-wrapper.multisub-active-products .products-wrapper .product .main .see-more {
    padding-left: 27px;
    display: block;
    height: 18px;
    line-height: 18px;
    background: url('../images/user-managesubs-switcher.png') 0 0 no-repeat;
    cursor: pointer;
    float: right;
    color: #c2c2c2;
}

body.xuser .content-subpage-wrapper.multisub-active-products .products-wrapper .product .main .see-more.active {
    background-position: 0 -22px;
}

body.xuser .content-subpage-wrapper.multisub-active-products .products-wrapper .product .details {
    display: none;
    overflow: hidden;
}

body.xuser .content-subpage-wrapper.multisub-active-products .products-wrapper .product .details .description {
    text-align: justify;
    margin-top: 7px;
    margin-bottom: 7px;
}

body.xuser .content-subpage-wrapper.multisub-active-products .products-wrapper .product .details .description p {
    margin-top: 0;
    margin-bottom: 0;
}

body.xuser .content-subpage-wrapper.multisub-active-products .products-wrapper .product .details .inner {
    overflow: hidden;
    clear: both;
    padding-top: 5px;
}

body.xuser .content-subpage-wrapper.multisub-active-products .products-wrapper .product .details .inner-left,
body.xuser .content-subpage-wrapper.multisub-active-products .products-wrapper .product .details .inner-right {
    overflow: hidden;
    position: relative;
}

body.xuser .content-subpage-wrapper.multisub-active-products .products-wrapper .product .details ul {
    padding-left: 0;
}

body.xuser .content-subpage-wrapper.multisub-active-products .products-wrapper .product .details li {
    background-image: none;
    padding-left: 0;
}

body.xuser .content-subpage-wrapper.multisub-active-products .products-wrapper .product .details .price-variants {
    float: left;
    display: block;
}

body.xuser .content-subpage-wrapper.multisub-active-products .products-wrapper .product .details .price-variants label {
    text-transform: uppercase;
}

body.xuser .content-subpage-wrapper.multisub-active-products .products-wrapper .product .details .price-variants .ez-radio {
    position: relative;
    top: 3px;
}

body.xuser .content-subpage-wrapper.multisub-active-products .products-wrapper .product .details .prices-per-month {
    float: left;
    margin-left: 35px;
    color: #9a9a9a;
}

body.xuser .content-subpage-wrapper.multisub-active-products .products-wrapper .product .details .prices-per-month li {
    position: relative;
    top: 1px;
    display: block;
    line-height: 16px;
    font-size: 12px;
}

body.xuser .content-subpage-wrapper.multisub-active-products .products-wrapper .product .details .inner-left .bottom-text {
    max-width: 290px;
    color: #6c6b6c;
    clear: both;
    overflow: hidden;
    padding-top: 5px;
}

body.xuser .content-subpage-wrapper.multisub-active-products .products-wrapper .product .details .inner-right .wrapper {
    overflow: hidden;
}

body.xuser .content-subpage-wrapper.multisub-active-products .products-wrapper .product .details .inner-right .actual-price {
    font-size: 17px;
    text-align: right;
    margin-bottom: 10px;
}

body.xuser .content-subpage-wrapper.multisub-active-products .products-wrapper .product .details .inner-right .buttons span {
    display: block;
    margin-top: 8px;
}

body.xuser .content-subpage-wrapper.multisub-active-products .products-wrapper .product .details .inner-right .buttons span.renew-cancel {
    margin-top: 18px;
}

/* BUTTONS POSITIONS */
body.xuser .content-subpage-wrapper.refferal .sp-button,
body.xuser .content-subpage-wrapper.profile .sp-button {
    margin-top: 5px;
}

body.xuser .choice-links {
    margin-top: 35px;
    margin-bottom: 1px;
    text-align: center;
    white-space: nowrap;
}

body.xuser .choice-links a {
    margin-right: 20px;
}

body.xuser .choice-links a.no {
    margin-right: 0;
}

body.xuser .icon-left {
    float: left;
    width: 70px;
}

body.xuser .icon-left img {
    position: relative;
    left: -8px;
}

/*body.xuser .icon-left img { margin-top: 20px; }*/
body.xuser .text-right {
    float: right;
    width: 420px;
}

body.xuser .text-right p {
    margin-top: inherit;
}

body.xuser .expire-text {
    float: left;
}

body.xuser .upgrade-now {
    margin-top: 7px;
}

body.xuser .content-subpage-wrapper.active-products .profile-manage-subs-switch.no-icon {
    background: none;
    cursor: inherit;
}

body.xuser .content-left .column-right h2 { /*padding-top: 0;*/
}

body.xuser .content-left .column-right h2.account-summary {
    margin-bottom: 15px;
}

body.xuser .to-right {
    float: right;
}

body.xuser .payments-history-wrapper {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}

body.xuser .payments-history-wrapper .header {
    background: #f4f4f4;
    padding: 10px 12px;
    font-weight: bold;
    border: 1px solid #E1E1E1;
    width: 516px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

body.xuser .payments-history-wrapper .row {
    padding: 14px 12px;
    font-size: 12px;
    border: 1px solid #E1E1E1;
    width: 516px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

body.xuser .payments-history-wrapper .row.odd {
    background: #fbfbfb;
}

body.xuser .payments-history-wrapper .row.even {
    background: white;
}

body.xuser .payments-history-wrapper .row span,
body.xuser .payments-history-wrapper .header span {
    display: inline-block;
    overflow: hidden;
}

body.xuser .payments-history-wrapper .product {
    width: 260px;
    max-width: 260px;
}

body.xuser .payments-history-wrapper .from {
    width: 83px;
    max-width: 83px;
}

body.xuser .payments-history-wrapper .to {
    width: 83px;
    max-width: 83px;
}

body.xuser .payments-history-wrapper .method {
    width: 81px;
    max-width: 81px;
}

body.xuser .payments-history-wrapper .amount {
    width: 80px;
    max-width: 80px;
}

body.xuser .payments-history-wrapper .center {
    text-align: center;
}

body.xuser .payments-history-wrapper .right {
    text-align: right;
}

/*======MANAGE MAILINGLIST======*/
body.xuser .mailinglist-wrapper {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}

body.xuser .mailinglist-wrapper .header {
    background: #f4f4f4;
    padding: 10px 12px;
    font-weight: bold;
    border: 1px solid #E1E1E1;
    width: 516px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

body.xuser .mailinglist-wrapper .row {
    padding: 7px 12px;
    font-size: 12px;
    border: 1px solid #E1E1E1;
    width: 516px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

body.xuser .mailinglist-wrapper .row.odd {
    background: #fbfbfb;
}

body.xuser .mailinglist-wrapper .row.even {
    background: white;
}

body.xuser .mailinglist-wrapper .row span,
body.xuser .mailinglist-wrapper .header span {
    display: inline-block;
    overflow: hidden;
}

body.xuser .mailinglist-wrapper .product {
    width: 260px;
    max-width: 260px;
}

body.xuser .mailinglist-wrapper .from {
    width: 83px;
    max-width: 83px;
}

body.xuser .mailinglist-wrapper .to {
    width: 83px;
    max-width: 83px;
}

body.xuser .mailinglist-wrapper .method {
    width: 81px;
    max-width: 81px;
}

body.xuser .mailinglist-wrapper .amount {
    width: 80px;
    max-width: 80px;
}

body.xuser .mailinglist-wrapper .center {
    text-align: center;
}

body.xuser .mailinglist-wrapper .right {
    text-align: right;
}

body.xuser .mailinglist-wrapper .group-description-wrapper {
    background: #e1e1e1;
    padding: 14px 12px;
    font-size: 12px;
    border: 1px solid #e1e1e1;
    width: 516px;
    overflow: hidden;
}

.sp-button.red.unsub {
    color: white;
    text-decoration: none;
}

.sp-button.grey.unav {
    color: black;
    text-decoration: none;
}

.sp-button.green.sub {
    color: black;
    text-decoration: none;
}

.sp-button.yellow.buy {
    color: black;
    text-decoration: none;
}

/*=========== PAYMENTS */
body.payments .container {
    width: 820px;
}

body.payments header {
    width: 100%;
}

body.payments header nav {
    display: block;
    height: 28px;
    padding: 0 10px;
    float: right;
    background: url('../images/register-login-bg.png') 0 0 repeat-x;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

body.payments header nav a {
    margin-top: 2px;
    display: block;
    line-height: 24px;
    height: 24px;
    color: #898989;
    text-decoration: none;
    font-size: 12px;
    padding-right: 24px;
    background: url('../images/register-login-forward.png') right center no-repeat;
}

body.payments header nav a:hover {
    text-decoration: underline;
}

body.payments footer {
    font-size: 12px;
    width: 800px;
    padding: 7px 0 0 20px;
    background: none;
}

body.payments .content-wrapper {
    margin-top: 25px;
    background: white;
    width: 820px;
    padding: 20px 0 10px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.20);
}

body.payments .content-wrapper div.left {
    float: left;
    width: 543px;
    padding-left: 20px;
    font-size: 12px;
}

body.payments .content-wrapper div.right {
    float: left;
    width: 187px;
    padding: 0 20px 0 50px;
}

body.payments .central-block.links {
    width: 780px;
    height: 42px;
    padding-bottom: 7px;
}

/*body.payments .central-block.links a.back { margin-top:15px; height:17px; line-height:17px; padding-left:30px; float:right; background:url('../images/round-back-icon.png') 0 0 no-repeat; }*/
body.payments .content-wrapper ul.features {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 479px;
    padding-top: 70px;
    height: 20px;
    background: url('../images/register-icons-bg.png') 0 0 no-repeat;
}

body.payments .content-wrapper ul.features li {
    padding-left: 71px;
    background: none;
    display: inline;
    font-size: 14px;
}

body.payments .content-wrapper ul.features li.first {
    padding-left: 0;
}

body.payments .content-wrapper .step {
    font-size: 16px;
}

body.payments .content-wrapper .selection {
    margin-bottom: 10px;
    overflow: hidden;
    font-size: 20px;
    padding: 20px 25px;
    width: 491px;
    border: 1px solid #E1E1E1;
    background: #F8F8F8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

body.payments .content-wrapper .selection p {
    line-height: inherit;
}

body.payments .content-wrapper .selection .plan-subtitle {
    display: block;
    font-size: 12px;
    line-height: 1em;
}

body.payments .content-wrapper .selection .plan-subtitle .second-line {
    clear: left;
    display: block;
    margin-top: 2px;
}

body.payments .content-wrapper .selection-wrapper .choice-info {
    font-weight: bold;
    color: black;
    font-size: 13px;
    margin-bottom: 10px;
}

body.payments .content-wrapper .selection-wrapper {
    margin-bottom: 20px;
}

body.payments .content-wrapper .selection-wrapper p {
    padding: 0;
    margin: 0;
}

body.payments .content-wrapper .selection .left {
    float: left;
    overflow: hidden;
    padding: 1px 0;
}

body.payments .content-wrapper .selection .right {
    float: right; /*overflow:hidden;*/
    padding: 1px 0;
    width: 150px;
}

body.payments .content-wrapper .selection .cost {
    color: #a8d525;
    position: relative;
}

body.payments .content-wrapper .selection .cost span {
    float: right;
}

body.payments .content-wrapper .selection .cost .vat-included {
    font-size: 10px;
    top: 15px;
    float: right;
    white-space: nowrap;
    line-height: 10px;
}

body.payments .content-wrapper .institution {
    font-size: 16px;
}

body.payments .content-wrapper .institution a {
    color: #CA3249;
}

body.payments .content-wrapper .nav-elements {
    height: 22px;
    overflow: hidden;
    margin-bottom: 30px;
}

body.payments .content-wrapper .nav-elements li {
    font-size: 16px;
    height: 22px;
    float: left;
    overflow: hidden;
    display: block;
    background-image: none;
    padding: 0 10px 0 0;
}

body.payments .content-wrapper .nav-elements li a.back {
    color: #CA3249;
    display: inline-block;
    margin-top: 1px;
}

body.payments .content-wrapper .paymenttype-selection {
}

body.payments .content-wrapper .paymenttype-selection .intro {
    font-size: 16px;
    font-weight: bold;
}

body.payments .content-wrapper .paymenttype-selection ul.inputs {
    font-size: 16px;
    margin-left: 25px;
}

body.payments .content-wrapper .paymenttype-selection ul li {
    background-image: none;
    padding-left: 0;
    margin-top: 20px;
}

body.payments .content-wrapper .paymenttype-selection ul li .ez-radio {
    width: 19px;
    height: 19px;
    background: url('../images/ezmark/radio-payment.png') 0 0 no-repeat;
}

body.payments .content-wrapper .paymenttype-selection ul li .ez-radio.ez-selected {
    background-position: 0 -21px;
}

body.payments .content-wrapper .paymenttype-selection ul li label {
    margin-left: 20px;
}

body.payments .content-wrapper .paymenttype-selection ul li label.disabled {
    color: #9f9f9f;
}

body.payments .content-wrapper .paymenttype-selection ul li .desc {
    text-align: justify;
    line-height: 22px;
    display: block;
    margin-bottom: 15px;
    margin-left: 43px;
    color: #9f9f9f;
    margin-top: 5px;
}

body.payments .content-wrapper .payment-form .main-errors {
    color: #c02c3d;
    font-size: 13px;
    margin-bottom: 15px;
}

body.payments .content-wrapper #payment-online-form .nav-elements {
    margin-top: 20px;
    margin-bottom: 20px;
}

body.payments .required-info {
    float: right;
    color: #CA3249;
    font-size: 12px;
    line-height: 22px;
    height: 22px;
}

body.payments .content-wrapper #payment-online-form input[type=text] {
    outline: 0;
    background: white;
    padding: 0 10px;
    width: 295px;
    font-size: 12px;
    height: 22px;
    line-height: 20px;
    border: 1px solid #ddd;
    border-top: 1px solid #919191;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

body.payments .content-wrapper #payment-online-form select {
    padding-left: 6px;
    outline: 0;
    width: 317px;
    background: white;
    font-size: 12px;
    border: 1px solid #ddd;
    border-top: 1px solid #919191;
    height: 22px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

body.payments .content-wrapper #payment-online-form #id_expiration_month,
body.payments .content-wrapper #payment-online-form #id_card_expiration_month,
body.payments .content-wrapper #payment-online-form #id_expiration_year,
body.payments .content-wrapper #payment-online-form #id_card_expiration_year {
    width: 70px;
}

body.payments .content-wrapper #payment-online-form input[type=text], body.payments .content-wrapper #payment-online-form select {
    display: inline-block;
}

body.payments .content-wrapper #payment-online-form td .errorlist,
body.payments .content-wrapper #payment-online-form td .errorlist li {
    display: inline-block;
}

body.payments .content-wrapper #payment-online-form td .star-required {
    color: #CA3249;
}

body.payments .content-wrapper #payment-online-form td .cvv2-explanation {
    text-decoration: none;
    color: #afafaf;
}

body.payments .content-wrapper #payment-online-form td #id_card_code {
    width: 40px;
}

body.payments .content-wrapper .payment-done {
    font-size: 13px;
}

body.payments .content-wrapper .payment-done a {
    color: #CA3249;
}

body.payments .content-wrapper .content-subpage-wrapper {
    margin-bottom: 25px;
    color: #333;
    padding: 18px 25px;
    background: #f8f8f8;
    border: 1px solid #e1e1e1;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

body.payments .content-wrapper .content-subpage-wrapper h3 {
    color: black;
    margin-bottom: 5px;
    font-weight: bold;
}

body.payments .content-wrapper .content-subpage-wrapper ul.payment-done-help {
}

body.payments .content-wrapper .content-subpage-wrapper ul.payment-done-help li {
    padding-left: 15px;
    width: 228px;
    margin-right: 5px;
    display: inline-block;
    color: black;
    font-weight: bold;
    background-image: url('../images/check-mark.png');
    background-position: 0 6px;
}

body.payments .content-wrapper .content-subpage-wrapper ul.payment-done-help li.no-margin {
    margin-right: 0;
    width: 223px;
}

body.payments .content-wrapper #payment-online-form img.qtip-show-vat_number,
body.payments .content-wrapper #payment-online-form img.qtip-show-card_code {
    position: relative;
    top: 4px;
}

body.payments .content-wrapper .accepted-payments {
    margin-top: 0;
}

body.payments .content-wrapper #payment-online-form span.card-logo {
    margin-left: 5px;
    position: relative;
    bottom: 3px;
    display: inline-block;
    text-indent: -9999em;
    background-image: url('../images/cards-logos.png?8d6c63');
    background-repeat: no-repeat;
}

body.payments .content-wrapper #payment-online-form span.card-logo.mastercard {
    background-position: -42px 0px;
    width: 41px;
    height: 23px;
}

body.payments .content-wrapper #payment-online-form span.card-logo.visa {
    background-position: 0px 0px;
    width: 42px;
    height: 23px;
}

/*=========== SUBSCRIPTIONS */
body.subscriptions .container {
    width: 820px;
}

body.subscriptions .content-wrapper p {
    margin-bottom: 5px;
}

body.subscriptions header {
    width: 100%;
}

body.subscriptions footer {
    font-size: 12px;
    width: 800px;
    padding: 10px 0 0 20px;
    background: none;
}

body.subscriptions .content-wrapper {
    font-size: 11px;
    margin-top: 25px;
    background: white;
    width: 820px;
    padding: 20px 0 10px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.20);
}

body.subscriptions .content-wrapper ul li {
    padding-bottom: 5px;
}

body.subscriptions .content-wrapper div.left {
    float: left;
    width: 543px;
    padding-left: 20px;
    font-size: 12px;
}

body.subscriptions .content-wrapper div.right {
    float: left;
    width: 187px;
    padding: 48px 20px 0 50px;
}

body.subscriptions .content {
    font-size: 13px;
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 20px;
}

body.subscriptions .central-block.links {
    width: 780px;
    height: 47px;
}

body.subscriptions .central-block.links .support-footer {
    float: left;
    line-height: 47px;
    display: block;
    font-size: 13px;
    background: url('/static/images/round-back-icon.png') left 16px no-repeat;
    padding-left: 24px;
}

body.subscriptions .support-footer a span {
    position: relative;
    top: 2px;
}

body.subscriptions h1 {
    font-size: 16px;
    font-weight: bold;
}

body.subscriptions .cart-variants-wrapper {
    overflow: hidden;
    margin-top: 23px;
}

body.subscriptions .cart-variants-wrapper .variant {
    height: 72px;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #e6e6e6;
}

body.subscriptions .cart-variants-wrapper .variant.last {
    border-bottom: 1px solid #e6e6e6;
}

body.subscriptions .cart-variants-wrapper .variant a.remove-product {
    float: left;
    width: 8px;
    height: 8px;
    background: url('../images/subscriptions-cart-delete-image.png') 0 0 no-repeat;
    overflow: hidden;
    text-indent: -9999em;
    margin: 28px 25px 0 25px;
}

body.subscriptions .cart-variants-wrapper .variant img.main-image {
    margin: 17px 25px 0 0;
    float: left;
}

body.subscriptions .cart-variants-wrapper .variant .product-titles {
    margin-top: 12px;
    float: left;
    height: 45px;
    overflow: hidden;
}

body.subscriptions .cart-variants-wrapper .variant .product-titles .title {
    font-size: 17px;
    line-height: 15px;
}

body.subscriptions .cart-variants-wrapper .variant .product-titles .subtitle {
    font-size: 12px;
    position: relative;
    top: -2px;
}

body.subscriptions .cart-variants-wrapper .variant .product-titles .second-line {
    clear: left;
    display: block;
    top: -4px;
}

body.subscriptions .cart-variants-wrapper .variant .price {
    float: right;
    color: #a8d525;
    font-size: 20px;
    line-height: 64px;
    overflow: hidden;
    height: 64px;
}

body.subscriptions .cart-variants-wrapper .total {
    margin-top: 18px;
    font-size: 20px;
    float: right;
    clear: both;
    margin-bottom: 0;
    line-height: 1em;
    overflow: hidden;
}

body.subscriptions .bottom-links {
    clear: both;
    overflow: hidden;
    width: 100%;
    padding-top: 30px;
}

body.subscriptions .bottom-links .account-summary {
    margin-top: 1px;
    text-decoration: none;
    height: 17px;
    line-height: 17px;
    background: url('../images/round-back-icon.png') 0 0 no-repeat;
    padding-left: 30px;
    display: inline-block;
    font-size: 12px;
    color: #6d6d6d;
}

body.subscriptions .bottom-links .account-summary:hover {
    text-decoration: underline;
}

body.subscriptions .bottom-links .in-cart-link {
    float: right;
    margin-left: 5px;
}

body.subscriptions .available-products-top-links {
    clear: both;
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
    height: 22px;
}

body.subscriptions .available-products-top-links h1 {
    float: left;
    line-height: 22px;
}

body.subscriptions .available-products-links .view-cart {
    float: right;
    color: #ccc;
    display: block;
    background: url('../images/subscriptions-view-cart.gif') right 2px no-repeat;
    padding-right: 40px;
    text-decoration: none;
}

body.subscriptions .available-products-links .view-cart.top {
    float: left;
}

body.subscriptions .available-products-links a {
    float: right;
}

body.subscriptions .available-products-links.bottom {
    margin-top: 18px;
    overflow: hidden;
}

body.subscriptions .available-products-wrapper .product-wrapper {
    position: relative;
    padding: 18px 20px;
    margin-top: 18px;
    background-color: #f8f8f8;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

body.subscriptions .available-products-wrapper .product-wrapper .bonus-ribbon {
    display: none;
    right: -10px;
    top: 12px;
    text-transform: uppercase;
    font-size: 11px;
    padding-left: 24px;
    width: 176px;
    height: 37px;
    line-height: 32px;
    background: url('../images/subscriptions-bonus-ribbon.png') 0 0 no-repeat;
    position: absolute;
    background-size: 100% 100%;
}

body.subscriptions .available-products-wrapper .product-wrapper .bonus-ribbon .percentage {
    position: absolute;
    margin-left: -14px;
}

body.subscriptions .available-products-wrapper .product-wrapper h2 {
    font-weight: normal;
    font-size: 20px;
    clear: both;
}

body.subscriptions .available-products-wrapper .product-wrapper .main-content-wrapper {
    overflow: hidden;
}

body.subscriptions .available-products-wrapper .product-wrapper .main-image {
    display: block;
    float: left;
    position: relative;
    top: 5px;
}

body.subscriptions .available-products-wrapper .product-wrapper .main-content {
    float: right;
    width: 450px;
}

body.subscriptions .available-products-wrapper .product-wrapper .main-content li {
    background-image: none;
    padding-left: 0;
    line-height: 16px;
}

body.subscriptions .available-products-wrapper .product-wrapper .main-content .description {
    margin-bottom: 15px;
    padding-left: 3px;
}

body.subscriptions .available-products-wrapper .product-wrapper .main-content .bonus-info {
    margin-bottom: 15px;
    font-weight: bold;
}

body.subscriptions .available-products-wrapper .product-wrapper .main-content .description p {
    margin: 0;
    text-align: justify;
}

body.subscriptions .available-products-wrapper .product-wrapper .main-content .price-variants {
    float: left;
    display: block;
}

body.subscriptions .available-products-wrapper .product-wrapper .main-content .price-variants label {
    text-transform: uppercase;
    padding-left: 3px;
}


body.subscriptions .available-products-wrapper .product-wrapper .main-content .price-variants .ez-radio {
    position: relative;
    top: 2px;
}

body.subscriptions .available-products-wrapper .product-wrapper .main-content .prices-per-month {
    float: left;
    margin-left: 25px;
    color: #9a9a9a;
}

body.subscriptions .available-products-wrapper .product-wrapper .main-content .prices-per-month li {
    position: relative;
    display: block;
    line-height: 16px;
    font-size: 12px;
}

body.subscriptions .available-products-wrapper .product-wrapper .main-content .actual-price-button {
    float: right;
    overflow: hidden;
}

body.subscriptions .available-products-wrapper .product-wrapper .main-content .actual-price-button .actual-price {
    font-size: 18px;
    text-align: right;
    margin-bottom: 19px;
}

body.subscriptions .available-products-wrapper .product-wrapper .main-content .actual-price-button .add-to-cart {
    display: block;
    float: right;
}

body.subscriptions .available-products-wrapper .product-wrapper .main-content .actual-price-button .add-to-cart.gray {
    color: #6c6b6c;
    margin-top: 8px;
}

body.subscriptions .available-products-wrapper .product-wrapper .main-content .actual-price-button .add-to-cart img {
    position: relative;
    top: 3px;
    margin-right: 8px;
}

body.subscriptions .info-bottom {
    padding: 25px 0;
    clear: both;
    overflow: hidden;
}

/*body.subscriptions .info-bottom  span {border-bottom:1px solid #F4C72F;}*/
body.subscriptions .info-bottom.user-cart {
    padding-top: 45px
}

body.subscriptions .info-bottom.guest-cart {
    padding-top: 5px
}

body.subscriptions .terms.guest-cart {
    margin-top: 60px;
    margin-bottom: 5px;
}

.account-notification-box.payments a {
    border-bottom: 1px solid black;
}

body.subscriptions .star-info {
    color: #8E8E8E;
}

/*.multisub-currency-symbol-pos {top:1px; position:relative;}*/


/*=========== ASK US */
.content-right #askus textarea {
    width: 189px;
    height: 53px;
    border: 1px inset #ccc;
}

.content-right #askus button {
    background: url('../img/przycisk-zolty2.png');
    border: none;
    padding: 3px 5px;
    font: normal 12px tahoma;
    text-transform: uppercase;
    color: black;
    cursor: pointer;
}

.content-right #askus p#label {
    margin-left: 20px;
}

/*=========== POPULAR TERMS */
.content-left .column-left #popular-terms {
    width: 130px;
}

.content-left .column-left #popular-terms h2 {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
}

.content-left .column-left #popular-terms ul li {
    position: relative;
    left: 4px;
    padding-bottom: 15px;
    padding-left: 17px;
    margin-top: 8px;
    font-size: 12px;
}

/*=========== TOOLS SPOTLIGHT */
.content-left .column-left #tools-spotlight {
    width: 130px;
}

.content-left .column-left #tools-spotlight h2 {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
}

.content-left .column-left #tools-spotlight ul li { /*word-break: break-all;*/
    padding-bottom: 20px;
    font-size: 12px;
}

.content-left .column-left #tools-spotlight ul li.locked {
    font-size: 12px;
    display: block;
    background-image: url('../images/lock-bg.png');
    background-repeat: no-repeat;
    background-position: 0 .1em;
    padding-left: 16px;
}

/*=========== QUICK LINKS  */
.content-left .column-left #quick-links {
    width: 130px;
}

.content-left .column-left #quick-links ul li {
    position: relative;
    left: 4px;
    padding-bottom: 20px;
    padding-left: 17px;
    margin-top: 5px;
    font-size: 12px;
}


/*=========== PRODUCTS  */
.column-right #product-box-0 {
    width: 170px;
    height: 299px;
    float: left;
    width: 170px;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 20px;
    background-image: url('../img/renew-subscription-bg1.png');
}

.column-right #product-box-1 {
    width: 170px;
    height: 299px;
    float: left;
    width: 170px;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 20px;
    background-image: url('../img/renew-subscription-bg2.png');
}

.column-right #product-box-2 {
    width: 170px;
    height: 299px;
    float: left;
    width: 170px;
    display: inline-block;
    margin-bottom: 20px;
    background-image: url('../img/renew-subscription-bg3.png');
}

.column-right #product-box-0 a.upgrade, .column-right #product-box-1 a.upgrade, .column-right #product-box-2 a.upgrade {
    background-image: url('../img/button-upgrade.png');
    border: none;
    height: 22px;
    width: 113px;
    color: #fff;
    font-weight: normal;
    line-height: 22px;
    font-size: 12px;
    overflow: hidden;
    text-transform: uppercase;
    top: 290px;
    position: absolute;
    text-align: center;
}

.column-right #product-box-0 p.under, .column-right #product-box-1 p.under, .column-right #product-box-2 p.under {
    margin: 0px 60px;
    top: 320px;
    position: absolute;
    font-size: 11px;
}

/*============ DICTIONARY SEARCH */
ul.ui-autocomplete {
    background-color: #F8F8F8;
    border: 1px solid #AAA;
}

div.dict-search {
    width: 541px;
    height: 36px;
    background: url('../images/dictionary-search-bg.png') 0 0 no-repeat;
    overflow: hidden;
}

div.dict-search .inner-search {
    height: 24px;
    width: 520px;
    margin: 0 auto;
    margin-top: 6px;
}

div.dict-search .inner-search #tags {
    outline: 0;
    background: white;
    padding: 0 10px;
    width: 110px;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    border: 1px solid white;
    border-top: 1px solid #919191;
    border-left: 1px solid #B0B0B0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

div.dict-search .inner-search .search-button {
    height: 20px;
    line-height: 20px;
    margin-left: 10px;
    text-decoration: none;
    padding: 0 5px;
    font-size: 11px;
    border-bottom: 1px solid #a0a0a0;
    display: inline-block;
    background: #fbfbfb;
    color: black;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

div.dict-search .inner-search .left {
    float: left;
}

div.dict-search .inner-search .right {
    float: right;
    width: 125px;
    line-height: 24px;
    height: 24px;
    color: #555;
}

div.dict-search .inner-search .right label {
    margin-left: 5px;
}

div.dict-search .inner-search .right .ez-checkbox {
    margin-top: 6px;
}

div.dict-search {
    width: 541px;
    height: 36px;
    background: url('../images/dictionary-search-bg.png') 0 0 no-repeat;
    margin-top: 20px;
}

div.dict-search.no-margin {
    margin-top: 6px;
}

/*============= OTHERS */
.content-wrapper .column-right .true-seasonal-charts_margin {
    margin-bottom: 17px;
}

/*============= TOP PUBLICATIONS */
.content-right .cmsplugin_publications-wrapper {
    padding-bottom: 15px;
    width: 195px;
}

.content-right .cmsplugin_publications-wrapper li {
    padding-left: 0;
    padding-bottom: 15px;
    list-style-image: none;
    background-image: none;
}

.content-right .cmsplugin_publications-wrapper ul li {
    margin-top: 10px;
    padding-bottom: 15px;
    list-style-image: none;
}

.content-right .cmsplugin_publications-wrapper ul li.last {
    margin-bottom: 5px;
}

.content-right .cmsplugin_publications-wrapper span.date {
    font-size: 10px;
    color: #9E9584;
    text-transform: uppercase;
}

.content-right .cmsplugin_publications-wrapper h3 {
    margin-bottom: 1px;
}

.content-right .cmsplugin_publications-wrapper a.more {
    display: inline-block;
    margin-right: 5px;
    text-decoration: none;
    font-size: 11px;
    background: url('../images/register-login-forward.png') right center no-repeat;
}

.content-right .cmsplugin_publications-wrapper a.more:hover {
    text-decoration: underline;
}

.content-right .cmsplugin_publications-wrapper a.more span {
    margin-left: -16px;
}

.content-right .cmsplugin_publications-wrapper h3 a {
    color: black;
    font-size: 12px; /*word-break:break-all;*/
}

/*============= LOG IN */
div.form-grey-wrapper2 {
    overflow: hidden;
    width: 499px;
    padding: 20px;
    background: #F8F8F8;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

form.account-form p {
    display: block;
    margin-bottom: 10px;
    height: 22px;
    clear: both;
}

form.account-form p label, form.account-form p input[type="text"],
form.account-form p input[type="checkbox"], form.account-form p input[type="password"] {
    display: block;
    float: left;
    height: 22px; /*line-height:22px;*/
}

form.account-form p label {
    font-size: 12px;
    font-weight: bold;
    width: 110px;
}

form.account-form p input[type="text"], form.account-form p input[type="checkbox"],
form.account-form p input[type="password"] {
    color: black;
    padding: 0 5px;
    font-size: 11px;
    background: white;
    border: 0;
    border-top: 1px solid #414c22;
    border-left: 1px solid #6e813a;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

ul.errorlist {
    padding-left: 0px;
}

.content-wrapper .column-right form.account-form.login ul.errorlist {
    padding-left: 0px;
}

ul.errorlist ul li {
    background: none;
    padding: 0;
    padding-bottom: 5px;
    color: #CA3249;
    padding-left: 0px;
}

ul.errorlist li {
    background: none;
    padding: 0;
    padding-bottom: 5px;
    color: #CA3249;
    padding-left: 0px;
}

form.account-form p input[type="text"], form.account-form p input[type="password"] {
    width: 378px;
}

form.sp-button.red {
    background-image: url("../images/button-red.gif");
    color: #fff;
}

/*=========== ETF TOOL */
.tool-etf-wrapper.full {
    width: 978px;
    position: relative;
    left: -170px;
    top: -40px;
    background: white;
    z-index: 99999999;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.tool-etf-wrapper .table-top-wrapper {
    padding: 0 30px 10px 30px;
    overflow: hidden;
    position: relative;
    height: 50px;
}

.tool-etf-wrapper .table-top-wrapper img {
    float: right;
    position: relative;
    bottom: 22px;
}

.tool-etf-wrapper.full .table-top-wrapper img {
    bottom: -13px;
}

.tool-etf-wrapper .table-top-wrapper h2 {
    margin-bottom: 4px;
    color: #232323;
    padding-top: 2px;
    font-weight: normal;
    font-family: verdana, helvetica, arial, sans-serif;
}

.tool-etf-wrapper.full .table-top-wrapper h2 {
    position: relative;
    top: 15px;
}

.tool-etf-wrapper.full .table-top-wrapper span.update {
    position: relative;
    top: 8px;
}

.tool-etf-wrapper .table-top-wrapper .update {
    font-size: 10px;
    color: #959595;
    position: relative;
    top: -5px;
}

.tool-etf-wrapper .table-description-wrapper.small {
    padding: 10px 30px;
    text-align: justify;
    min-height: 127px;
    line-height: 18px;
    border-top: 1px solid #ededed;
}

.tool-etf-wrapper .table-description-wrapper.full {
    overflow: hidden;
    background: #f8f8f8;
    padding: 10px 30px;
    text-align: justify;
    line-height: 18px;
    border-top: 1px solid #ededed;
}

.tool-etf-wrapper .table-description-wrapper.full .description {
    width: 700px;
    float: right;
    min-height: 80px;
}

.tool-etf-wrapper .table-description-wrapper.full ul {
    margin-bottom: 4px;
}

.tool-etf-wrapper .table-description-wrapper.full .options {
    float: left;
    font-size: 11px;
}

.tool-etf-wrapper .table-description-wrapper.full .options ul {
    padding-left: 0;
    display: block;
    overflow: hidden;
    margin-top: 3px;
}

.tool-etf-wrapper .table-description-wrapper.full .options ul li {
    background-image: none;
    padding-left: 0;
}

.tool-etf-wrapper .table-description-wrapper.full .options ul li .ez-radio {
    position: relative;
    top: 3px;
}

.tool-etf-wrapper .table-description-wrapper.full .options label {
    text-transform: uppercase;
}

.tool-etf-wrapper.small .table-description-wrapper.full,
.tool-etf-wrapper.full .table-description-wrapper.small {
    display: none;
}

.tool-etf-wrapper #tool-etf-table-main {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.tool-etf-wrapper #tool-etf-table-main tr:hover td {
    background-color: #fff3d3;
}

.tool-etf-wrapper #tool-etf-table-main th {
    min-height: 26px;
    line-height: 26px;
    overflow: auto;
    height: 26px;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
    padding: 3px 0;
    display: block;
    float: left;
}

.tool-etf-wrapper #tool-etf-table-main th:hover {
    cursor: pointer;
}

.tool-etf-wrapper #tool-etf-table-main .hideMe {
    display: none;
}

.tool-etf-wrapper #tool-etf-table-main th.nonactive {
    background: #d7d7d7;
}

.tool-etf-wrapper #tool-etf-table-main tbody {
    display: block;
}

.tool-etf-wrapper #tool-etf-table-main th.twoLine {
    line-height: 14px;
}

.tool-etf-wrapper #tool-etf-table-main th.threeLine {
    line-height: 11px;
    padding-top: 2px;
    padding-bottom: 10px;
}

.tool-etf-wrapper #tool-etf-table-main th.notgrouped {
    background: #e1b054;
    height: 106px;
    position: absolute;
    line-height: 114px;
}

.tool-etf-wrapper #tool-etf-table-main th.newline {
    clear: left;
    margin-left: 75px;
}

.tool-etf-wrapper #tool-etf-table-main th.notgrouped.headerSortDown {
    background: #e1b054; /* Old browsers */
    background: -moz-linear-gradient(top, #e1b054 0%, #967439 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1b054), color-stop(100%, #967439)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e1b054 0%, #967439 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e1b054 0%, #967439 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e1b054 0%, #967439 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e1b054 0%, #967439 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1b054', endColorstr='#967439', GradientType=0); /* IE6-9 */
}

.tool-etf-wrapper #tool-etf-table-main th.notgrouped.headerSortUp {
    background: #967439; /* Old browsers */
    background: -moz-linear-gradient(top, #967439 11%, #e1b054 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(11%, #967439), color-stop(99%, #e1b054)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #967439 11%, #e1b054 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #967439 11%, #e1b054 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #967439 11%, #e1b054 99%); /* IE10+ */
    background: linear-gradient(to bottom, #967439 11%, #e1b054 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#967439', endColorstr='#e1b054', GradientType=0); /* IE6-9 */
}

.tool-etf-wrapper #tool-etf-table-main th.headerSortDown {
    background: #c62b45; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M2MmI0NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2M2MmI0NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5YjA3MTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #c62b45 0%, #c62b45 51%, #9b0711 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c62b45), color-stop(51%, #c62b45), color-stop(100%, #9b0711)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c62b45 0%, #c62b45 51%, #9b0711 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c62b45 0%, #c62b45 51%, #9b0711 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c62b45 0%, #c62b45 51%, #9b0711 100%); /* IE10+ */
    background: linear-gradient(to bottom, #c62b45 0%, #c62b45 51%, #9b0711 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62b45', endColorstr='#9b0711', GradientType=0); /* IE6-8 */
}

.tool-etf-wrapper #tool-etf-table-main th.headerSortUp {
    background: #9b0711; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzliMDcxMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2M2MmI0NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNjJiNDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #9b0711 0%, #c62b45 49%, #c62b45 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9b0711), color-stop(49%, #c62b45), color-stop(100%, #c62b45)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #9b0711 0%, #c62b45 49%, #c62b45 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #9b0711 0%, #c62b45 49%, #c62b45 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #9b0711 0%, #c62b45 49%, #c62b45 100%); /* IE10+ */
    background: linear-gradient(to bottom, #9b0711 0%, #c62b45 49%, #c62b45 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9b0711', endColorstr='#c62b45', GradientType=0); /* IE6-8 */
}

.tool-etf-wrapper #tool-etf-table-main td {
    padding: 6px 0px;
    overflow: hidden;
    display: block;
    float: left;
    min-height: 15px;
    height: 100%;
}

.tool-etf-wrapper #tool-etf-table-main tr {
    clear: left;
    display: block;
}

.tool-etf-wrapper #tool-etf-table-main td.mozilla {
    word-wrap: break-word;
}

.tool-etf-wrapper #tool-etf-table-main td, .tool-etf-wrapper #tool-etf-table-main th {
    border: 1px solid #ededed;
    text-align: center; /*word-break:break-all;*/
    padding: 6px 3px;
}

.tool-etf-wrapper #tool-etf-table-main .stars {
    white-space: nowrap;
    word-break: normal;
}

.tool-etf-wrapper .mode-switcher-wrapper {
    width: 100%;
    background: #f8f8f8;
    padding: 15px 0;
}

.tool-etf-wrapper.full .mode-switcher-wrapper {
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#tool-etf-table-main th {
    border-right: none;
}

.tool-etf-wrapper .mode-switcher-wrapper .mode-switcher, .tool-etf-wrapper .top-mode-switcher-wrapper .mode-switcher {
    margin: 0 auto;
    display: block;
    cursor: pointer;
    text-transform: uppercase;
    background: url('../images/yellow-button-bg.png') 0 0 repeat-x;
    border: 0;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    padding: 0 8px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.tool-etf-wrapper .top-mode-switcher-wrapper .mode-switcher {
    margin: 5px auto 15px auto;
}

.content-left .column-right.tool-etf-full {
    margin-bottom: -100px;
}

footer.tool-etf-full, .main-shadow {
    background: none;
}

.table-description-wrapper.tasl #infobox_full {
    float: none;
    width: 918px;
}

.tool-etf-wrapper.full.tasl-table .table-top-wrapper img {
    bottom: 9px;
}

/*=========== SPREAD THE WORD */
div.spread-the-word-top {
    font-size: 12px;
}

div.spread-the-word-top h2 {
    font-size: 15px;
    margin-bottom: 15px !important;
}

div.spread-the-word-top a.see-more {
    padding-right: 21px;
    height: 17px;
    line-height: 17px;
    text-decoration: none;
    background: url('../images/register-login-forward.png') right center no-repeat;
}

div.form-spread-the-word-wrapper {
    overflow: hidden;
    width: 499px;
    padding: 20px;
    background: #F8F8F8;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

div.form-spread-the-word-wrapper form dl dt {
    float: left;
    text-align: right;
    width: 100px;
    margin: 4px 10px 0 10px;
}

div.form-spread-the-word-wrapper form dl dt label {
    font-weight: bold;
}

div.form-spread-the-word-wrapper form dl dd {
    float: left;
    width: 275px;
    line-height: 25px;
    margin: 0 0 10px 0;
}

div.form-spread-the-word-wrapper form dl dd ul.errorlist {
    padding-left: 0;
    margin-bottom: 0;
}

div.form-spread-the-word-wrapper form dl dd ul.errorlist li {
    padding-bottom: 0;
}

div.form-spread-the-word-wrapper form dl dd input[type="text"] {
    outline: 0;
    background: white;
    padding: 0 10px;
    width: 300px;
    font-size: 11px;
    height: 21px;
    line-height: 21px;
    border: 1px solid white;
    border-top: 1px solid #919191;
    border-left: 1px solid #B0B0B0;
    border-right: 1px solid #B0B0B0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

div.form-spread-the-word-wrapper form dl dd textarea {
    height: 275px;
}

div.form-spread-the-word-wrapper a.back {
    color: black;
    line-height: 20px;
    display: block;
    padding-left: 22px;
    background: url('/static/images/round-back-icon.png') left 1px no-repeat;
    text-decoration: none;
    margin-top: 10px;
}

/*=========== NO-CACHE */
#load-list_element_hover_bg {
    top: 9999px;
    background-image: url('../images/list-element-hover-bg.png');
}


/*================================= PASS RESET */
div.form-grey-wrapper2 {
    overflow: hidden;
    width: 499px;
    padding: 20px;
    background: #F8F8F8;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

form.account-form p {
    display: block;
    margin-bottom: 10px;
    height: 22px;
    clear: both;
}

form.account-form p label, form.account-form p input[type="text"],
form.account-form p input[type="checkbox"], form.account-form p input[type="password"] {
    display: block;
    float: left;
    height: 22px; /*line-height:22px;*/
}

form.account-form p label {
    font-size: 12px;
    font-weight: bold;
    width: 90px;
}

form.account-form p input[type="text"], form.account-form p input[type="checkbox"],
form.account-form p input[type="password"] {
    color: black;
    padding: 0 5px;
    font-size: 11px;
    background: white;
    border: 0;
    border-top: 1px solid #414c22;
    border-left: 1px solid #6e813a;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

ul.errorlist li {
    background: none;
    padding: 0;
    color: #CA3249;
}

ul.errorlist li.ok {
    color: #a8d525;
}

form.account-form p input[type="text"], form.account-form p input[type="password"] {
    width: 378px;
}

form.account-form p input[type="text"], form.account-form p input[type="password"], form.account-form p input[type="checkbox"] {
    margin-left: 20px;
}

form.account-form.login #id_remember_me {
    margin-left: 0;
}

form.account-form p .ez-checkbox {
    margin-left: 19px;
}

form.account-form.password-change button {
    margin-top: 10px;
    float: right;
}

form.account-form.password-change p label {
    width: 135px;
}

form.account-form.password-change p input[type="password"], form.account-form.password-change p input[type="text"] {
    width: 333px;
}

/*================================DOTS OVER MENU */
div.without-dots {
    height: 12px;
    background-color: white;
}

/*================================PREVIEW RED BOX */
div.previer-red-box {
    margin-top: 10px;
    width: 522px;
    background: red;
    line-height: 16px;
    padding: 6px 10px;
    color: white;
    text-align: center;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* RESIZE IMAGES FOR JS */
.content-left .column-right img {
    max-width: 547px;
    height: auto;
}


.content-right div.signal_box {
    border-bottom: none;
    margin-bottom: -15px;
}

/* FULL WIDTH CONTENT */
.container.full-content .main-menu-wrapper {
    display: none;
}

.container.full-content .content-wrapper {
    width: 940px;
    padding: 0 20px;
    border: 1px solid #E1E1E1;
    background: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.container.full-content .content-left {
    background: 0;
    margin-top: 5px;
    width: auto;
}

.container.full-content .content-left .column-left {
    display: none;
}

.container.full-content .content-left .column-right {
    margin-bottom: 10px;
    font-size: 1.5em !important;
    width: auto;
}

.container.full-content .content-left .column-right .main-content-sub .heading h2 {
    font-size: 1.5em !important;
}

.container.full-content .content-left .column-right .main-content-sub .heading .date {
    font-size: 16px !important;
}

.container.full-content .content-right {
    display: none;
}

.container.full-content section.central-block.links {
    padding: 0;
    border-top: 0;
    margin: 0;
    height: auto;
}

.container.full-content section.central-block.links div, .container.full-content section.central-block.links nav {
    display: none;
}

.container.full-content footer {
    background: 0;
}

.container.full-content footer span.right {
    top: 0;
}

.container.full-content footer p.left span {
    padding-top: 0;
}

.container.full-content .column-right .main-content-sub a.prev {
    margin-bottom: 20px;
}

/* HOW TO BUY */
.column-right .main-content-sub .heading h2.htb-header-title {
    margin-bottom: 10px;
}

#htb-main-table-main {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    margin-top: 15px;
}

#htb-main-table-main th {
    min-height: 26px;
    height: 26px;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
    padding: 3px 0;
}

#htb-main-table-main th:hover {
    cursor: pointer;
}

#htb-main-table-main th.headerSortDown {
    background: #c62b45; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M2MmI0NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2M2MmI0NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5YjA3MTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #c62b45 0%, #c62b45 51%, #9b0711 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c62b45), color-stop(51%, #c62b45), color-stop(100%, #9b0711)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c62b45 0%, #c62b45 51%, #9b0711 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c62b45 0%, #c62b45 51%, #9b0711 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c62b45 0%, #c62b45 51%, #9b0711 100%); /* IE10+ */
    background: linear-gradient(to bottom, #c62b45 0%, #c62b45 51%, #9b0711 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62b45', endColorstr='#9b0711', GradientType=0); /* IE6-8 */
}

#htb-main-table-main th.headerSortUp {
    background: #9b0711; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzliMDcxMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2M2MmI0NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNjJiNDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #9b0711 0%, #c62b45 49%, #c62b45 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9b0711), color-stop(49%, #c62b45), color-stop(100%, #c62b45)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #9b0711 0%, #c62b45 49%, #c62b45 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #9b0711 0%, #c62b45 49%, #c62b45 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #9b0711 0%, #c62b45 49%, #c62b45 100%); /* IE10+ */
    background: linear-gradient(to bottom, #9b0711 0%, #c62b45 49%, #c62b45 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9b0711', endColorstr='#c62b45', GradientType=0); /* IE6-8 */
}

#htb-main-table-main td {
    padding: 6px;
    overflow: hidden;
}

#htb-main-table-main td.mozilla {
    word-wrap: break-word;
}

#htb-main-table-main td {
    width: 76px;
    max-width: 76px;
    border: 1px solid #ededed;
    text-align: center; /*word-break:break-all;*/
}

#htb-main-table-main .stars {
    white-space: nowrap;
    word-break: break-all;
}

#htb-main-table-main .col1 {
    width: 90px;
    max-width: 90px;
}

#htb-main-table-main td.col2 {
    text-align: left;
    padding-top: 10px;
}

#htb-main-table-main td.col2 span {
    margin-left: 10px;
    margin-top: 6px;
    display: inline-block;
}

#htb-main-table-main ul {
    margin-top: 10px;
}

#htb-main-table-main td.col3 span, #htb-main-table-main td.col4 span {
    display: none;
}

/* HP HTML BOX */
.signal_box {
    width: 222px;
    height: 37px;
    background: url('../img/signal_box_bg.png') no-repeat;
    position: relative !important;
    top: -2px;
    padding: 13px 0 !important;
}

.signal_box a {
    text-decoration: none;
    color: #6f560b;
}

.signal_box div {
    padding: 0;
    border: none;
    margin-left: 41px;
}

.signal_box .title {
    font-size: 12px;
}

.signal_box .date {
    font-size: 10px;
}

/* SP ADVISORS */
.advisors-clickable-map {
    margin-top: 10px;
}

.advisor-info-wrapper {
    clear: both;
    overflow: hidden;
    margin-top: 10px;
    background: url('../images/advisors/main-bg.png') 0 0 repeat;
}

.advisor-info-wrapper img.advisor-image {
    float: left;
}

.advisors-comments-header {
    margin-bottom: 15px;
    text-transform: uppercase;
}

.advisor-info-wrapper div.description {
    float: right;
    padding-right: 10px;
    width: 400px;
    background: url('../images/advisors/question-marks.png') top right no-repeat;
}

.advisors-discussions-list-wrapper .discussion-list-element {
    overflow: hidden;
    clear: both;
    margin-bottom: 20px;
    padding-left: 20px;
}

.advisors-discussions-list-wrapper .discussion-list-element.text {
    background: url('../images/advisors/discussion-icon-text.gif') 0 2px no-repeat;
}

.advisors-discussions-list-wrapper .discussion-list-element.first {
    padding-left: 0;
    background-image: none;
}

.advisors-discussions-list-wrapper .discussion-list-element .who {
    font-weight: bold;
    width: 110px;
    float: left
}

.advisors-discussions-list-wrapper .discussion-list-element .right {
    float: right;
    overflow: hidden;
    width: 415px;
}

.advisors-discussions-list-wrapper .discussion-list-element .date {
    display: block;
    clear: both;
    color: #9E9584;
}

.advisors-discussions-list-wrapper .discussion-list-element.first .discussion-details {
    background: url('../images/advisors/quote-tail.gif') 0 22px no-repeat;
    float: right;
    width: 441px;
    padding-left: 15px;
}

.advisors-discussions-list-wrapper .discussion-list-element.first .who-image {
    width: 77px;
    float: left;
    display: block;
    margin-right: 13px;
}

.advisors-discussions-list-wrapper .discussion-list-element.first h4 {
    margin-bottom: 5px;
    padding-left: 20px;
    margin-top: 0;
    text-align: left;
}

.advisors-discussions-list-wrapper .discussion-list-element.first h4.text {
    background: url('../images/advisors/discussion-icon-text.gif') 0 2px no-repeat;
}

.advisors-discussions-list-wrapper .discussion-list-element.first h4 a {
    font-weight: normal;
}

.advisors-discussions-list-wrapper .discussion-list-element.first .discussion-details .comment {
    padding: 5px 10px;
    background: #EDEDED;
}

/* Homepage Premium Updates Big Box */
.index-pu h2 {
    text-transform: uppercase;
    display: inline-block;
    padding-right: 40px;
    font-size: 20px;
    font-weight: normal;
    background: url('../images/next_big.png') right 12px no-repeat;
}

.index-pu h2 a {
    color: #bb2340 !important;
}

.index-pu .date2 {
    color: #9E9584;
    text-transform: uppercase;
    font-size: 10px;
    position: absolute;
    margin-top: -10px;
    margin-bottom: 2px;
    display: block;
}

.index-pu p {
    text-align: justify;
    line-height: 1.5em;
}

.index-pu h2.cufon {
    padding-bottom: 11px;
}

img.logo-ajax-small {
    float: right;
    position: relative;
    top: -6px;
}


/* DLA TYCH CO NIE ZMIENILI PLATNOSCI NA PAYLINE */
.old-payment-method-wrapper {
    overflow: hidden;
    z-index: 9999999;
    position: fixed;
    bottom: 60px;
}

.old-payment-method-wrapper p {
    width: auto !important;
    color: white;
    font-size: 16px;
    padding: 5px 30px;
    margin: 0px auto;
    text-align: center;
    background: url('../images/old-payment-account-main.png') 0 0 repeat-x;
    height: 30px;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    top: 1px;
}

.old-payment-method-wrapper p a {
    color: white;
}

.old-payment-method-wrapper .bottom-img {
    float: left;
    width: 10px;
    height: 22px;
    background: url('../images/old-payment-account-bottom.png') 0 0 no-repeat;
}

.push-email {
    margin: auto;
    margin-top: 5px;
    margin-bottom: 10px;
    border-radius: 7px;
    width: 90%;
    position: relative;
    min-height: 50px;
    padding: 10px;
    color: #000000;
    text-align: center;
    vertical-align: middle;
}

.push-email-panel {
    margin: auto;
    margin-top: 10px;
    border-radius: 7px;
    width: 100%;
    position: relative;
    min-height: 50px;
    color: #000000;
    vertical-align: middle;
}

.credit-card {
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 7px;
    width: 90%;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 0 2px 4px 0 #cfd7df;
    min-height: 50px;
    padding: 13px;
    background: #e8e3dd;
    color: #000000;
    text-align: center;
    vertical-align: middle;
}

.scribe-box {
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    width: 90%;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 0 2px 4px 0 #cfd7df;
    min-height: 80px;
    padding: 13px;
    background: #f1f4eb;
    color: #000000;
    text-align: center;
    vertical-align: middle;
}

.credit-card-warning {
    text-align: center;
    position: absolute;
}

.credit-card-number {
    font-size: 14px;
    margin-bottom: 5px !important;
}

.credit-card-number-checkbox {
    font-size: 14px;
    margin-top: 5px !important;
}

/* Customize the label (the container) */
.credit-card-checkbox {
    display: block !important;
    position: relative !important;
    padding-left: 35px !important;
    margin-bottom: 12px !important;
    cursor: pointer !important;
    font-size: 22px !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

/* Hide the browser's default checkbox */
.credit-card-checkbox input {
    position: absolute !important;
    opacity: 0 !important;
    cursor: pointer !important;
    height: 0 !important;
    width: 0 !important;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    height: 25px !important;
    width: 25px !important;
    background-color: #ee1f2e !important;
}

/* On mouse-over, add a grey background color */
.credit-card-checkbox:hover input ~ .checkmark {
    background-color: #ccc !important;
}

/* When the checkbox is checked, add a blue background */
.credit-card-checkbox input:checked ~ .checkmark {
    background-color: #2196F3 !important;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "" !important;
    position: absolute !important;
    display: none !important;
}

/* Show the checkmark when checked */
.credit-card-checkbox input:checked ~ .checkmark:after {
    display: block !important;
}

/* Style the checkmark/indicator */
.credit-card-checkbox .checkmark:after {
    left: 9px !important;
    top: 5px !important;
    width: 5px !important;
    height: 10px !important;
    border: solid white !important;
    border-width: 0 3px 3px 0 !important;
    -webkit-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
}

.disabled-button {
    pointer-events: none;
}

.send-test-email-btn {
    padding-top: 5px;
    padding-bottom: 5px;
}

.send-aggregator-email-btn {
    margin-top: 20px;
    padding-bottom: 10px;
}

.sub-content a {
    color: black !important;
    text-decoration: underline;
    outline: 0;
    text-decoration-color: #C02C3D !important;
}

.premium-update-wrapper a {
    color: black !important;
    text-decoration: underline;
    outline: 0;
    text-decoration-color: #C02C3D !important;
}

.stripe-center {
    display: flex;
    justify-content: center;
    align-items: center;

}
.videoWrapper {
    position: relative !important;
    padding-bottom: 56.25% !important;;
    /* 16:9 */
    padding-top: 25px !important;;
    height: 0 !important;;
}

.videoWrapper iframe {
    position: absolute !important;;
    top: 0 !important;;
    left: 0 !important;;
    width: 100% !important;;
    height: 100% !important;;
}

.g-recaptcha {
    transform: scale(0.65);
    -webkit-transform: scale(0.65);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.content-right .g-recaptcha div:first-child {
    border-bottom: none;
}

div.g-recaptcha {
    padding: 0 0;
    /* border-top: 1px solid white; */
    border-bottom: none;
    margin-bottom: -20px;
}
