/* START TEMPLATE STYLE */
* { margin:0; padding:0; }
html, body{ height: 100%; padding: 0; margin: 0;}
body  {
    font-family: Tahoma,Arial;
    font-size: 12px;
    color: #7c7c7c;
    background: #fff;
    text-align: center;
    /*background-image: url('/images/footer_bg.png');
    background-repeat: no-repeat;
    background-position: 65% bottom;*/
}
#headerMenu {height: 20px;
    margin: 0 auto;
    padding: 0 5px;
    width: 756px;
    position: relative;
}
#headerContent {
    height: 105px;
    margin: 0 auto;
    padding: 0 5px;
    width: 756px;
    position: relative;
}

#mainContent {
    margin: 0 auto;
    padding: 0 5px;
    width: 756px;
    position: relative;
    top: 40px;
    margin-bottom: 90px;
    z-index: 2;
}
#container {
    /*background-image: url('../images/common_user_bg.jpg');
    background-position: top center;
    background-repeat: no-repeat;*/
    background: url("/images/footer_bg.png") no-repeat scroll 65% bottom, url("/images/common_user_bg.jpg") no-repeat scroll center top;
    text-align: left;
    position: relative;
    min-height: 100%;
}
.empty {
    height: 102px;
}
/* END TEMPLATE STYLE */

/* START BASIC STYLE */
h1, h1 > span {
    font-family: Tahoma, sans-serif;
    padding: 0 0 7px 0;
    margin: 0;
    margin-top: 10px;
    color: #5d785f;
    font-size: 30px;
    font-weight: bold;
}
/*h1 > span {
    font: inherit;
}*/
h2 {
    font-family: Arial, sans-serif;
    padding: 0;
    margin: 4px 0;
    color: #626663;
    font-size: 14px;
    font-weight: bold;
    /*letter-spacing: -0.5px;*/
}
h3 {
    font-size: 20px;
    font-weight: normal;
    color: #898e89;
}
h4 {
    padding: 0;
    margin: 0;
    color: #222222;
}
a {
    color: #5ba5d8;
}
a:hover {
    text-decoration: none;
}
img {
    border: 0 none;
}
p {
    padding: 0 0 17px 0;
    margin: 0;
    background: transparent;
    font-family: inherit;
    font-size: 12px;
}
ul {
    padding-left: 25px;
    list-style: none;
    /*list-style-image: url('/images/list.gif');*/
}
ol {
    padding-left: 25px;
}
li {
    padding: 5px 0;
    font-size: 13px;
    line-height: 18px;
}
/* END BASIC STYLE */

/* START CONTENT STYLE */
#foot p {
    padding: 0 0 4px 0;
    color: #929292;
}
#foot a, #foot a > span {
    font-family: Verdana, sans-serif;
    font-size: 11px;
    color: #929292;
    font-weight: bold;
    text-decoration: none;
}
#foot a:hover {
    text-decoration: underline;
}
#bottom_menu {
    width:600px;
}
.bottom_menu_table {
    width:585px;
    font-size: 11px;
}

.bottom_menu_table td {
    white-space:nowrap;
    width:1%;
}
.bottom-menu-separator {
}
#bottom_menu a {

    /*	margin: 0 28px 0 0; */
}
#foot p.copyright {
    font-family: inherit;
    font-size: 11px;
}
#foot p.privacy_terms {
    z-index: 1;
}
#foot p.privacy_terms a, #foot p.privacy_terms a > span {
    font-family: inherit;
    font-size: 11px;
    font-weight: normal;
    text-decoration: underline;
}
/*#foot p.privacy_terms a > span {
    font: inherit;
}*/
#foot p.privacy_terms a:hover, #foot p.privacy_terms a > span:hover {
	text-decoration: none;
}
.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
table {
    border: 0 none;
    border-collapse: collapse;
}
#nav {
    max-width: 595px;
    min-width: 530px;
    float: right;
    position: relative;
    top: -52px;
}
.nav_logged {
    background-color: #40D040;
    margin-top: -21px;
}
.user_menu {
    float: right;
    margin-right: 0;
    color: #2490e4;
    background-color: #40d040;
    position: relative;
    top: -1px;
    padding: 13px 0;
}
.user_menu a {
    color: #fff;
    font-family: Verdana, sans-serif;
    font-size: 10px;
    font-weight: bold;
    padding: 14px 14px;
}
.user_menu a.active {
    background-color: #228722;
    text-decoration: none;
}
.user_welcome {
    float: left;
    padding: 14px 18px;
    color: #2490e4;
    background-color: #40d040;
    position: relative;
}
.user_welcome-points {
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    margin-left: 10px;
}
.user_welcome-points span {
    text-decoration: underline;
    color: #fff !important;
}
.user_welcome-points span:hover {
    text-decoration: none;
}
.user_welcome-ico {
    vertical-align: -4px;
    margin-right: 3px;
}
.user_welcome span {
    color: #c2eec8;
    font-family: Verdana, sans-serif;
    font-size: 10px;
    font-weight: bold;
    padding: 14px 0px;
    line-height: normal;
}
.icon_signout {
    float: right;
    margin-right: 0;
    padding: 14px 18px;
    color: #2490e4;
    position: relative;
    background-color: #effafd;
}
.icon_signout a.signon {
    text-decoration: none;
    padding: 14px 0px;
    padding-left: 25px;
    background: transparent url('/images/icon_signon.gif') no-repeat 0 50%;
}
.icon_signout a.signout {
    color: #2490e4;
    font-family: Verdana, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    padding: 14px 0px;
    padding-left: 25px;
    background: transparent url('/images/icon_signout.gif') no-repeat 0 50%;
}
.icon_signon {
    color: #17aa17;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;

    width: 103px;
    height: 28px;
    float: right;
    margin: 0px;
    padding: 8px 0px 0px 0;
    position: relative;
    text-align: center;
    background: transparent url('/images/sign_on.gif') no-repeat;
    margin-top: -6px;
    margin-right: -14px;
    margin-bottom: -10px;
}
.icon_signon img {
    margin: 0 10px 0 -5px;
}
.icon_signon a.signon {
    color: #17aa17;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
}
.signon {
    text-decoration: none;
    cursor: pointer;
}
#top_menu {
    font-family: Arial, Helvetica, sans-serif;
    float: right;
    font-size: 14px;
    font-weight: bold;
    color: #1bb71b;
    position: relative;
    margin-top: -30px;
    right:0;
    /*width: 550px;*/
    max-width: 595px;
    min-width: 530px;
}
#top_menu a {
    color: #1bb71b;
}
#top_menu a.active {
    color: #797979;
    text-decoration: none;
}
.top_menu_table {
    width: 100%;
}

.top_menu_table td {
    white-space: nowrap;
    text-align: center;
}
.top_menu_separator {
    width: 0px;
}
.logo_text {
    width: 130px;
    top: 88px;
    left: 44px;
    font-size: 11px;
    color: #cacaca;
    float: left;
    position: relative;
    z-index: 2;
}
.logo_text > span {
    width: 130px;
    font-size: 11px;
    color: #cacaca;
    float: left;
    position: relative;
    z-index: 2;
}
.logotype {
    top: 20px;
    left: -140px;
    width: 159px;
    height: 73px;
    cursor: pointer;
    float: left;
    position: relative;
    background: transparent url('/images/common_user_logo.jpg') no-repeat 0 0;
    z-index: 1;
}
.dwn_button {
    height: 68px;
    padding-top: 8px;
    /*	width: 351px;*/
    margin-top: 16px;
}
.dwn_button .btn_yellow_big {
    margin-bottom: 4px;
}
.dwn_button_fb {
    height: 90px;
}
#mainContent p.note, #mainContent p.note > span{
    font-family: Verdana, sans-serif;
    padding: 11px 0 11px 0;
    margin: 0;
    color: #839682;
    font-size: 14px;
    font-weight: bold;
    /*letter-spacing: -0.2px;*/
}
/*#mainContent p.note > span {
    font: inherit;
}*/
p.small {
    font-family: Verdana, sans-serif;
    /*letter-spacing: -0.9px;*/
    color: #3c3c3c;
    font-size: 12px;
    padding: 0 0 11px;
}
p.small img {
    position: relative;
    bottom: -5px;
    margin-top: -3px;
}
small {
    color: #a6dee0;
}
#trust {
    margin: 30px 0;
    text-align: center;
    height: 130px;
}
#trust div {
    margin: 10px 5px;
    width: 142px;
    float: left;
}
#trust div p {
    text-align: center;
    color: #b0b1b1;
    font-size: 11px;
}
#trust a {
    text-decoration: none;
}
#trust img {
    behavior: url("/css/iepngfix.htc");
}
.clear {
    clear:both;
    font-size:1px;
    height:1px;
    line-height:1px;
    margin:0 0 -1px;
}
div.fscr_area {
    margin-top: 32px;
    margin-right: 20px;
    float: right;
    clear: both;
    width: 295px;
    height: 300px;
    max-height: 300px;
    overflow: hidden;
}
div.fscr {
    position: relative;
    z-index: 10;
    width: 295px;
    height: 264px;
    background-image: url('/images/windows.png');
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    overflow: hidden;
    behavior: url("/css/iepngfix.htc");
}
div.frame1 {
    position: relative;
    top: -242px;
    left: 10px;
    z-index: 4;
}
div.frame2 {
    position: relative;
    top: -230px;
    left: 142px;
    z-index: 3;
}
div.frame3 {
    position: relative;
    top: -332px;
    left: 30px;
    z-index: 2;
}
div.frame4 {
    position: relative;
    top: -542px;
    left: 140px;
    z-index: 1;
}
div.fscr_area div.button {
    text-align: right;
    position: relative;
    top: -415px;
    left: 0;
    margin-top: 3px;
    margin-right: 7px;
}
div.fscr_area div.button p, div.fscr_area div.button a {
    color: #b9bebd;
    font-size: 11px;
}
div.mac_fscr_area {
    margin-top: 32px;
    margin-right: 20px;
    float: right;
    clear: both;
    width: 295px;
    height: 300px;
    max-height: 300px;
    overflow: hidden;
    background-image: url('/images/windows_mac.png');
    background-repeat: no-repeat;
    behavior: url("/css/iepngfix.htc");
}
div.mac_fscr {
    position: relative;
    z-index: 10;
    width: 295px;
    height: 264px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-image: url('/images/windows_mac_bg.png');
    background-repeat: no-repeat;
    behavior: url("/css/iepngfix.htc");
}
div.mac_frame1 {
    position: relative;
    top: -245px;
    left: 5px;
    z-index: 4;
}
div.mac_frame2 {
    position: relative;
    top: -239px;
    left: 139px;
    z-index: 3;
}
div.mac_frame3 {
    position: relative;
    top: -353px;
    left: 19px;
    z-index: 2;
}
div.mac_frame4 {
    position: relative;
    top: -577px;
    left: 143px;
    z-index: 1;
}
div.mac_fscr_area div.button {
    text-align: right;
    position: relative;
    top: -445px;
    left: 0;
    margin-top: 3px;
    margin-right: 7px;
}
div.mac_fscr_area div.button p, div.mac_fscr_area div.button a {
    color: #b9bebd;
    font-size: 11px;
}
#feed_cntr {
    position: relative;
    width: 40px;
    height: 40px;
    border: 0px none;
    z-index: 99;
    top: 40px;
    left: -270px;
    text-align: center;
    overflow: hidden;
    background-image: url('/images/feed_cntr.png');
    background-repeat: no-repeat;
    behavior: url("/css/iepngfix.htc");
}
#feed_cntr img {
    border: 0px none;
}
#feed_cntr a {
    position: relative;
    font-family: Tahoma;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    color: #fff;
    top: 5px;
    left: -2px;
}
/* END CONTENT STYLE */


/* START BUTTUN STYLES */
a.btn_register {
    background: none;
    float: left;
    margin-bottom: 7px;
    padding: 0px;
    font-family: Arial;
    font-weight: bold;
    color: #733b12;
    text-shadow: -1px 1px 0px #ffef65;
    /*box-shadow: inset 0 3px 8px #ffef65;*/
    text-decoration: none;
    cursor: pointer;
}
a:hover.btn_register {
    text-decoration: none;
}
a.btn_register div {
    float: left;
    height: 78px;
    padding: 0;
    margin: 0 0 0 0;
    background: transparent url('/images/btn_yellow_left.png') no-repeat 0 0;
    text-align: center;
    behavior: url("/css/iepngfix.htc");
}
a.btn_register p {
    font-size: 24px;
    margin: 0px;
    padding: 24px 20px 24px 40px;
    line-height: normal;
    color: #733b12;
    white-space: nowrap;
    float: left;
}
a.btn_register span.right {
    width: 20px;
    height: 78px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    background: transparent url('/images/btn_yellow_right.png') no-repeat 100% 0;
    line-height: normal;
    float: left;
    behavior: url("/css/iepngfix.htc");
}
a.btn_yellow_big {
    background: none;
    float: left;
    margin-bottom: 7px;
    padding: 0px;
    font-family: Arial;
    font-weight: bold;
    color: #289010;
    text-shadow: -1px 1px 0px #ffef65;
    /*box-shadow: inset 0 3px 8px #ffef65;*/
    text-decoration: none;
    cursor: pointer;
}
a:hover.btn_yellow_big {
    text-decoration: none;
}
a.btn_yellow_big div {
    float: left;
    height: 78px;
    padding: 0;
    margin: 0 0 0 0;
    background: transparent url('/images/btn_yellow_left.png') no-repeat 0 0;
    text-align: center;
    behavior: url("/css/iepngfix.htc");
}
a.btn_grey_big div {
    background: transparent url('/images/btn_grey_left.png') no-repeat 0 0;
}
a.btn_yellow_big p {
    font-size: 24px;
    margin: 0px;
    padding: 24px 20px 24px 10px;
    line-height: normal;
    color: #289010;
    white-space: nowrap;
    float: left;
}
a.btn_grey_big p {
    color: #4B4B4B;
    text-shadow: -1px 1px 0px #CFCFCF;
}
a.btn_yellow_big span.icon {
    width: 53px;
    height: 53px;
    margin: 14px 0px 14px 13px;
    padding: 0px 0px 0px 0px;
    float: left;
    background: transparent url('/images/btn_yellow_icon.gif') no-repeat 0 0;
    behavior: url("/css/iepngfix.htc");
}
a.btn_grey_big span.icon {
    width: 0;
}
a.btn_grey_big span.icon {
    background: none;
}
a.btn_yellow_big span.right {
    width: 20px;
    height: 78px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    background: transparent url('/images/btn_yellow_right.png') no-repeat 100% 0;
    line-height: normal;
    float: left;
    behavior: url("/css/iepngfix.htc");
}
a.btn_grey_big span.right {
    background: transparent url('/images/btn_grey_right.png') no-repeat 100% 0;
}
/** Download button with facebook (begin)**/
a.btn_yellow_big_download div {
    height: 101px;

    background: url('../images/btn_yellow_grey_left.png') no-repeat 0 0;
}
a.btn_yellow_big_download span.right {
    width: 16px;
    height: 101px;
    background: url('../images/btn_yellow_grey_right.png') no-repeat 100% 0;
}
a.btn_yellow_big span.btn-download-icon {
    width: 68px;
    height: 55px;
    margin-top: 9px;
    background: url('../images/btn-yellow-icon-download.png') 0 0 no-repeat;
    background-position: 50% 0%;
}
a.btn_yellow_big_download p {
    padding-top: 22px;
}
.now-facebook-logon-wrap {
    font-size: 11px;
    font-family: Arial;
    font-weight: normal;

    position: absolute;
    left: 0;
    bottom: 13px;

    display: block;

    width: 100%;

    line-height: 12px;

    text-align: center;
    text-shadow: none;

    color: #8ea6ae !important;
}
.now-facebook-logon-wrap img {
    line-height: 11px;
    margin: 0 5px;
}
/** Download button with facebook (end)**/
a.btn_big {
    background: none;
    float: left;
    margin-top: 15px;
    margin-bottom: 7px;
    padding: 0px;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}
a:hover.btn_big {
    text-decoration: none;
}
a.btn_big div {
    float: left;
    height: 40px;
    padding: 0;
    margin: 0 0 0 0;
    background: transparent url('/images/form_elements/button_big_left.png') no-repeat 0 0;
    behavior: url("/css/iepngfix.htc");
}
a.btn_big p {
    margin: 0px;
    padding: 12px 10px 12px 22px;
    line-height: normal;
    color: #151515;
    font-size: 15px;
}
a.btn_big span {
    width: 10px;
    height: 40px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    background: transparent url('/images/form_elements/button_big_right.png') no-repeat 100% 0;
    background-attachment: scroll;
    line-height: normal;
    float: left;
    behavior: url("/css/iepngfix.htc");
}

a.btn_green {
    background: none;
    float: left;
    margin-top: 15px;
    margin-bottom: 7px;
    padding: 0px;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}
a:hover.btn_green {
    text-decoration: none;
}
a.btn_green div {
    float: left;
    height: 33px;
    padding: 0;
    margin: 0 0 0 0;
    width: 172px;
    text-align: center;
    background: transparent url('/images/form_elements/btn_green_left.gif') no-repeat 0 0;
}
a.btn_green.over div {
    float: left;
    height: 33px;
    padding: 0;
    margin: 0 0 0 0;
    width: 172px;
    text-align: center;
    background: transparent url('/images/form_elements/btn_green_left_over.gif') no-repeat 0 0;
}
a.btn_green p {
    margin: 0px;
    padding: 8px 0px 8px 8px;
    line-height: normal;
    color: #278c0f;
    font-size: 13px;
    font-weight: bold;
}
a.btn_green span {
    width: 8px;
    height: 33px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    background: transparent url('/images/form_elements/btn_green_right.gif') no-repeat 100% 0;
    background-attachment: scroll;
    line-height: normal;
    float: left;
}
a.btn_green.over span {
    width: 8px;
    height: 33px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    background: transparent url('/images/form_elements/btn_green_right_over.gif') no-repeat 100% 0;
    background-attachment: scroll;
    line-height: normal;
    float: left;
}
a.btn_lit_buy {
    display: block;
    height: 27px;
    width:  58px;
    background-image: url('/images/buy_btn.png');
    background-position: 0px 0px;
}
a.btn_grey_lit_buy {
    background-image: url('/images/buy_btn_grey.png');
}
a:hover.btn_lit_buy {
    display: block;
    height: 27px;
    width:  58px;
    background-image: url('/images/buy_btn.png');
    background-position: 0px -27px;
}
a:hover.btn_grey_lit_buy {
    background-image: url('/images/buy_btn_grey.png');
}
/* END BUTTUN STYLES */

/* FORM STYLE */
input[type="text"], input[type="password"] {
    background-color:#FFFFFF;
    border: 1px solid #C1CABF;
    font-size:12px;
    margin: 0;
    padding: 0;
    height: 15px;
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:medium;
    overflow-x:hidden;
    overflow-y:hidden;
    padding: 6px;
    width: 190px;
    color: #898e89;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: left;
}
select {
    background-color:#FFFFFF;
    border: 1px solid #C1CABF;
    font-size:12px;
    margin: 0;
    padding: 0;
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:medium;
    overflow-x:hidden;
    overflow-y:hidden;
    padding: 3px 6px;
    width: 220px;
    height: 29px;
    *height: 27px;/* IE Hacks */
    color: #898e89;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: left;
}
option {
    font-size:12px;
    margin: 0;
    padding: 0;
    padding: 3px 6px;
    color: #898e89;
    border: 0 none;
}
textarea {
    background-color:#FFFFFF;
    border: 1px solid #C1CABF;
    font-size:12px;
    margin: 0;
    padding: 0;
    /*outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:medium;*/
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 3px 6px;
    color: #898e89;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
a.button {
    background: none;
    float: left;
    margin-top: 15px;
    margin-bottom: 7px;
    padding: 0px;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}
a:hover.button {
    text-decoration: none;
}
a.button div {
    float: left;
    height: 29px;
    padding: 0;
    margin: 0 0 0 0;
    background: transparent url('/images/form_elements/button_left.png') no-repeat 0 0;
    behavior: url("/css/iepngfix.htc");
}
a.button[type="image"] p {
    padding: 1px 15px;
    margin: 0 0 0 5px;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #050405;
    white-space: nowrap;
    text-align: center;
}
a.button p {
    margin: 0px;
    padding: 8px 14px 8px 20px;
    line-height: normal;
    color: #050405;
}
a.button img {
    margin: 0px;
    padding: 0px;

}
a.button span {
    width: 4px;
    height: 29px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    background: transparent url('/images/form_elements/button_right.png') no-repeat 100% 0;
    background-attachment: scroll;
    line-height: normal;
    float: left;
    behavior: url("/css/iepngfix.htc");
}
/* FORM STYLE */

/* iphone promo */
#promo {
    width: 100%;
    height: 186px;
    border: 0 none;
    background: transparent url('/images/apple/bottom_pane_bg.png') repeat-x left bottom;
    position: fixed;
    bottom: -186px;
    text-align: left;
    z-index: 999999;
}
#promo a#close {
    width: 43px;
    height: 43px;
    bottom: 150px;
    right: 16px;
    border: none;
    float: right;
    position: relative;
}
/* iphone promo */

/* Video Window */
#VideoWindow {
    background: #fff; border: 3px solid #9eba92;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 25px; width: 640px;
    height: 550px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -320px;
    margin-top: -300px;
    z-index: 10002;
}
#VideoWindowArea { width: 640px; height: 480px; }
/* Video Window */

.dwn_button_screenshots {
    float: right;
    height: 68px;
    padding-top: 0px;
    width: 224px;
    text-align: right;
    position: relative;
}
.screenshot_win {
    float: left;
    width: 181px;
    height: 151px;
    margin: 4px;
}
.screenshot_ipad {
    float: left;
    width: 181px;
    height: 151px;
    margin: 4px;
}
.screenshot_iphone {
    float: left;
    width: 141px;
    height: 195px;
    margin: 4px;
}
.stitle {
    margin-top: 6px;
    text-align: center;
    font-size: 11px;
}
.title_block {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    font-family: Tahoma;
    margin-bottom:0px;
}
.title_block a {
    font-size: 13px;
    font-weight: normal;
}

#ieInfo {
    background: transparent url('/images/ie6-panel.png') no-repeat bottom center;
    width: 800px;
    margin: 0 auto;
    padding: 15px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -416px;
    z-index: 100;
    display: none;
    color: #2E2E2E;
}

#ieInfoClose {
    float: right;
    bottom: -8px;
    position: relative;
    right: -6px;
}

.ieInfoCloseBtn {
    cursor: pointer;
}

input.error, select.error {
    background-color: #FFFFFF;
    border-color: #CB5845;
    color: #CB5845;
    width: 206px;
}


.nullspan {
    margin:0 !important;
    padding:0 !important;
    width:auto !important;
    height:auto !important;
    background:none !important;
    color:inherit !important;
    float:none !important;
    display:inline !important;
}



.language_checker{
    position: absolute;
    left: 310px;
    top:29px;
    clear:both;
}
#footer-language-list{
    background-image: url('/images/pulldown2.png');
    background-repeat: no-repeat;
    background-position: -30px -8px;
    display: inline;
}

#footer-language-list p{
    text-decoration: underline;
    margin-left: 4px;
    font-size: 11px;
}
#footer-language-list img:hover, #footer-language-selected:hover {
    cursor: pointer;
}
#lang_check_form{
    max-width: 150px;
    position: absolute;
    z-index: 50000 !important;
    left: 50%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ECEBEB');
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ECEBEB));
    background: -moz-linear-gradient(top,  #fff, #ECEBEB );
    background: -o-linear-gradient(top,  #fff, #ECEBEB );
    background: -ms-linear-gradient(top,  #fff, #ECEBEB );
    display:none;
}
#lang_check_form ul{
    padding: 5px;
    min-width: 70px;
    border: #cccccc 1px solid;
    text-align: center;
}

#lang_check_form li:hover{
    cursor: pointer;
    color: #1bb71b;
}

#lang_check_form li{
    display: block;
    list-style-type: none;
    line-height: 18px;
    padding: 5px 0 5px 0;
    background: none;
    color: #7C7C7C;
}



#select_language_href{
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ECEBEB');
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ECEBEB));
    background: -moz-linear-gradient(top,  #fff, #ECEBEB );
    background: -o-linear-gradient(top,  #fff, #ECEBEB );
    background: -ms-linear-gradient(top,  #fff, #ECEBEB );

    border-top-left-radius: 10px 5px;
    border-top-right-radius: 10px 5px;

    left:27%;
    position:fixed;
    bottom: 0px;
    width: 751px;
    z-index:3;
    padding: 10px 5px 0px 10px;
    min-height: 30px;
    border: 1px;
    border-style: solid solid none;
    border-color: #cccccc;
}
#select_language_href img{
    cursor: pointer;
}

#select_language_href a{
    float:left;
    cursor: pointer;
    color:#2490e4;
    font-weight: lighter;
    margin: 0 0 5px 15px;
    text-decoration: underline;
    white-space: nowrap;
}
#select_language_href a:hover {
    cursor: pointer;
    color: #1bb71b;
}
/* begin social_buttons */
#cf_social_network_btns {
    height: 52px;
    margin: 10px 0 !important;
}
#cf_social_network_btns div {
    width: 30px;
    height: 30px;
    margin: 8px 7px;
}
#cf_social_network_btns div:hover {
    cursor: pointer;
}
#cf_twitter_btn {
    margin-left: 12px !important;
    background-image: url('/images/social_buttons/twitter.png');
}
#cf_gplus_btn {
    background-image: url('/images/social_buttons/gplus.png');
}
#cf_facebook_btn {
    background-image: url('/images/social_buttons/facebook.png');
}
#cf_twitter_btn:hover {
    background-image: url('/images/social_buttons/twitter_over.png');
}
#cf_gplus_btn:hover {
    background-image: url('/images/social_buttons/gplus_over.png');
}
#cf_facebook_btn:hover {
    background-image: url('/images/social_buttons/facebook_over.png');
}
/* end social_buttons */
#coins {
    background: transparent url('/images/gold-camfrog-ico.png') no-repeat 0 50%;
    padding-left: 18px;
}
/* Credits page 1 (begin) */

#coins_pack_x2 {
    background: url('/images/coins_x2.png') no-repeat;
    width: 267px;
    height: 42px;
    padding: 10px 0 0 60px;
    margin-top: 20px;
}

div.new_coins {
    display: inline;
    width: 50px;
}
div.old_coins {
    display: inline;
    margin-left: 7px;
    margin-right: 5px;
    text-decoration: line-through;
    color: #C1C1C1;
}

#coins_title {
    background-image: url("/images/icons/points-ico.png");
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 10px 8px;
    padding: 10px 30px 0 80px;
    width: 100%;
    box-sizing: border-box;
    margin-top: -8px;
}

#title2 {
    padding-bottom: 22px;
}

#purchase_camfrog {
    padding: 0 80px;
    z-index: 10;
}

.purchase-desk {
    font-size: 12px;

    margin-top: -13px;

    color: #7c7c7c;
}
.b-coins-pack {
    font-size: 18px;

    margin-top: 17px;

    color: #898e89;
}

.b-coins-pack-desk {
    font-size: 11px;
    color: #7c7c7c;
}
.b-coins-table-wrap {
    padding-top: 27px;
}
div.b-coins-count {
    font-size: 12px;

    float: left;

    width: 70px;
    padding-left: 20px;

    line-height: 27px;

    color: #000;
    background: url("../images/icons/small-coins-ico.png") 0 5px no-repeat;
}
.b-buy-btn-with-price {
    font-size: 14px;

    position: relative;

    display: block;
    float: left;

    width: 119px;
    height: 27px;
    line-height: 27px;
    /*padding-left: 23px;*/

    color: #288f0f;
    text-shadow: 0px 1px 0px #ffef65;

    text-decoration: none;

    background: url("../images/buy-btn-with-price.png") 0 0 no-repeat;
}

.b-buy-btn-with-price:hover {
    background-position: 0 -30px;
}
.b-buy-btn-price {
    position: absolute;
    top: 0px;
    right: 0px;

    width: 50px;
    text-align: center;
}
.b-buy-btn-label {
    width: 69px;
    text-align: center;
}
.b-coins-best-value {
    font-size: 12px;
    font-weight: bold;

    float: left;

    line-height: 27px;
    margin-left: 23px;

    color: #3b9527;
}
.b-coins-col-margin {
    height: 27px;
}
/* Credits page 1 (end) */


/** Credits0 page (begin) **/
.b-window-with-head-wrap {
    margin-bottom: 21px;
}
.b-window-with-head-head {
    font-size: 20px;

    width: 500px;
    height: 31px;
    padding-top: 7px;
    padding-left: 25px;

    color: #1b5614;
    background: url("../images/window-head-bg.png") 0 0 no-repeat;
}
.b-window-with-head-body {
    padding-top: 5px;
    padding-bottom: 10px;

    width: 498px;

    border: 1px solid #e3efcf;
}

.b-window-with-head-body__col {
    clear:both;

    width: 450px;
    margin-left: 25px;
    margin-bottom: 5px;
    padding-bottom: 5px;

    border-bottom: 1px dashed #e0eaf0;
}
.b-window__col-label {
    font-size: 14px;

    display: block;
    float: left;

    width: 250px;

    color: #5d785f;
}
.b-window__col-val {
    font-size: 14px;

    color: #898e89;
}
.level-img {
    vertical-align: -3px;
    margin-left: 4px;
}
.b-empty-window-msg {
    font-size: 14px;

    padding-left: 25px;

    color: #898e89;
}

/** Credits0 page (end) **/

/** Gift activity page (begin) **/
.b-gift-acitvity-wrap {
    clear: both;
    margin-left: 30px;
    width: 510px;
}
.b-gift-activity-body {
    border: 0;
}
.b-gift-activity-body .b-window-with-head-body__col {
    width: 500px;
    margin-left: 9px;
    padding-bottom: 7px;
    margin-bottom: 6px;
}
.b-gift-activity-body .b-window__col-label {
    font-size: 12px;

    width: 280px;
}
.b-gift-activity-body .b-window__col-val {
    font-size: 12px;
}

/** Gift activity page (end) **/
#play_swf_button {
    width: 62px;
    height: 62px;
    background-image: url('/images/icons/swf_play_button.png');
    background-repeat: no-repeat;
    position: absolute;
    top: 44px;
    left: 143px;
    cursor: pointer;
    display: none;
}
.download_flash_link {
    display: block;
    position: absolute;
    top: 1px;
    left: 99px;
    width: 220px;
    height: 94px;
    background-color: #636d7c;
}
.get_adobe_flash_banner {
    position: absolute;
    top: 27px;
    left: 30px;
}
#swf_gift_container {
    position: relative;
    height: 96px;
    width: 320px;
    margin-left: 7px;
}
.off-50percent {
    position: absolute;
    top: -16px;
    left: -18px;
    width: 52px;
    height: 53px;

    background: url("/images/cf_50.png") 0 0 no-repeat;
}
.gift_type_block .off-50percent {
    left: -10px;
    top: 45px;
}
.old-give-gift-price {
    text-decoration: line-through;
    color: #9e9e9e;
}
.b-old-buy-price {
    position: absolute;
    font-size: 13px;
    top: 50px;
    right: 14px;
    text-shadow: none;
    text-decoration: line-through;
    color: #b08927;
}

.status_pic {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    margin: 0 !important;
}
.additional_status_pic {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 !important;
    margin: 0 !important;
}
.status_pic_size_16 {
    background-image: url('/images/site_statuses_16.png');
    width: 16px;
    height: 16px;
}
.status_pic_size_32 {
    background-image: url('/images/site_statuses_32.png');
    width: 32px;
    height: 32px;
}

.one_year_word {
    display: inline-block;
    background: #85cb85;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    padding: 2px 10px;
    color: white;
}
#content {
    margin: 20px 0 80px 80px;
}
.select_payment_variant {
    /*float:  left;*/
    width:  391px;
    height: 170px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    border: 1px solid #dbdbdb;

    background-color: #f5f5f5;
    margin: 44px auto 0 auto;

    text-align: center;
}
.payment_variant_broker {
    height: 145px;
    margin: 26px auto 0 auto;
}
.payment_title {
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
}
.payment_description {
    text-align: center;
    font-size: 11px;
    margin: 10px 20px;
    height: 26px;
}
.pay_button {
    position: relative;
    width: 220px;
    height: 53px;
    line-height: 53px;
    background-image: url('/images/payment/buy.png');
    margin: 30px auto 0 auto;
    color: #bb7107;
    text-shadow: -1px 1px 0 #FFEF65;
    font-size: 23px;
    font-family: Tahoma, Arial, sans-serif;
    cursor: pointer;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.pay_button:hover {
    background-position: left bottom;
}
.pay_button#cb_payment{
    margin: 20px auto 0 auto;
}
.payment_variant_image {
    float: left;
    width: 140px;
    height: 100%;
    background-image: url('/images/payment/card.png');
    background-repeat: no-repeat;
    background-position: center center;
}
.payment_variant_image_card {
    background-image: url('/images/payment/cards_ali.png');
}
.payment_variant_image_broker {
    background-image: url('/images/payment/paypal.png');
}
.payment_variant_desc {
    float: left;
    width: 251px;
    height: 100%;
    background-color: #eeeeee;

    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}