@font-face {
    font-family: 'MyriadProSemibold';
    src: url('myriadpro-semibold-webfont.eot');
    src: url('myriadpro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('myriadpro-semibold-webfont.woff') format('woff'),
         url('myriadpro-semibold-webfont.ttf') format('truetype'),
         url('myriadpro-semibold-webfont.svg#MyriadProSemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LucidaSansUnicodeRegular';
    src: url('l_10646-webfont.eot');
    src: local('☺'), url('l_10646-webfont.woff') format('woff'), url('l_10646-webfont.ttf') format('truetype'), url('l_10646-webfont.svg#LucidaSansUnicodeRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansRegular';
    src: url('OpenSans-Regular-webfont.eot');
    src: url('OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Regular-webfont.woff') format('woff'),
         url('OpenSans-Regular-webfont.ttf') format('truetype'),
         url('OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
    padding: 0;
    margin: 0;
    background: #e9f2da url('img/bg.jpg') repeat-x scroll left top;
    /*background: #d2e2e5 url('img/bg_snow.jpg') repeat-x scroll left top;*/        
    color: #333;
    font-family: 'OpenSansRegular', Geneva, Verdana, sans-serif;
    font-size: 13px;
    overflow-x: hidden;
}

div.body {
    background: transparent url(img/bg_clouds_transparent.png) repeat-x 30px 0px;
}
/*------------------------- Top Elements -------------------------*/
div.top {
    background: transparent url('img/bg_top.png') no-repeat 12px -13px;
    width: 975px;
    padding: 0px 12px;
    margin: 0px auto;
}
.logo {
    float: left;
    position: relative;
    height: 117px;
    width: 180px;
    padding: 0px 0px 0px 133px;
    background: url('img/logo.png') no-repeat 51px 10px;
    /*background: url('img/logo_snow.png') no-repeat 51px 10px;*/
    outline: none;
}
div.top div.inner {
    padding: 0px 0px 0px 0px;
    position: static;
    height: 117px;
}
div.index_top div.inner {
    }
.top_menu {
    float: right;
    margin: 0px;
    padding: 69px 0px 0px 0px;
    background: url(img/bg_menu_top.png) no-repeat right 69px;
}
.top_menu li {
    float: right;
    width: 121px;
    margin: 0px 0px 0px 5px;
    padding: 0px 0px 0px 0px;
    background: none;
}
.top_menu li {
    background: url(img/bg_menu_top_tail.png) no-repeat 0px 0px;
}
.top_menu li a {
    display: block;
    height: 34px;
    padding: 14px 0px 0px 54px;
    font-size: 15px;
    font-family: 'MyriadProSemibold';
    color: #000;
    text-transform: uppercase;
    outline: none;
}
.top_menu li a:hover,
.top_menu li a.item_active {
    text-decoration: none;
    color: #646464;
}
.top_menu li:hover div { visibility: visible; }

.top_menu .first a {
    background: url(img/bg_menu_top.png) no-repeat -251px -48px;
    padding-left: 44px;
}
.top_menu .my_account {
    width: 196px;
    position: relative;
    z-index: 3;
}
.top_menu .my_account a {
    width: 124px;
    height: 35px;
    padding: 13px 32px 0px 44px;
    background: url(img/bg_menu_top.png) no-repeat 3px -59px;
}
.top_menu .my_account:hover a {
    background-position: 3px -119px;
}
.top_menu .site_types {
    width: 169px;
    position: relative;
    z-index: 3;
}
.top_menu .site_types a {
    width: 89px;
    height: 35px;
    padding: 13px 32px 0px 47px;
    background: url(img/bg_menu_top.png) no-repeat 3px -216px;
}
.top_menu .site_types:hover a {
    background-position: 3px -269px;
}
.top_menu .sa {
    border-radius: 0 10px 0 0;
    width: 110px;
}
.top_menu .sa a {
    background: url(img/bg_menu_top.png) no-repeat -251px -48px;
    padding-left: 40px;
}
.top_menu .help a {
    background: url(img/bg_menu_top.png) no-repeat -246px -110px;
}
.top_menu .blog a {
    background: url(img/bg_menu_top.png) no-repeat -250px -167px;
}
.sub_menu {
    position: absolute;
    padding: 5px 3px 0px;
    width: 183px;
    height: 215px;
    top: 48px;
    left: 3px;
    visibility: hidden;
    background: url(img/sub_menu.png) no-repeat 0px bottom;
}
.top_menu .sub_menu a {
    background: none;
    color: #626060;
    margin: 0px 0px 2px;
    padding: 0px;
    width: auto;
    height: 32px;
    line-height: 20px;
    outline: none;
}
.top_menu .sub_menu a:hover {
    color: #fff;
    background: url(img/bg_menu_top.png) no-repeat 0px -171px;
}
.top_menu .sub_menu a span {
    display: block;
    padding: 6px 0px 4px 37px;
    background: url(img/sub_menu_ico.png) no-repeat 11px -28px;
}
.top_menu .sub_menu a.last {
    margin: 11px 0px 0px;
}
.top_menu .sub_menu a.sub_sites:hover span {
    background-position: 11px 7px;
}
.top_menu .sub_menu a.sub_account span {
    background-position: 11px -62px;
}
.top_menu .sub_menu a.sub_account:hover span {
    background-position: 11px -97px;
}
.top_menu .sub_menu a.sub_balance span {
    background-position: 11px -130px;
}
.top_menu .sub_menu a.sub_balance:hover span {
    background-position: 11px -167px;
}
.top_menu .sub_menu a.sub_signout span {
    background-position: 15px -201px;
}
.top_menu .sub_menu a.sub_signout:hover span {
    background-position: 15px -235px;
}
.cloud_tail {
    width: 17px;
    height: 104px;
    position: absolute;
    top: 68px;
    left: -17px;
    background: url(img/bg_cloud_tail.png) no-repeat 0px 0px;
}
.nocontent { padding: 15px; text-align: center; }
.label_wallfm {
    position: fixed;
    width: 118px;
    height: 123px;
    top: 0px;
    right: 0px;
    background: url(img/label_wallfm.png) no-repeat 0px 0px;
    text-decoration: none;
    outline: none;
}
.site_types .sub_menu {
    background: url(img/sub_menu_types.png) no-repeat 0px 0px;
    top: 42px;
    width: 247px;
    padding-top: 3px;
}
.site_types .sub_menu a {
    margin: 0px 0px 1px;
}
.site_types .sub_menu a span {
    padding-left: 12px;
    background: none;
}    
.site_types .sub_menu a:hover {
    background: url(img/bg_menu_top.png) no-repeat 0px -328px;
}
/*------------------------- Header -------------------------*/
.inner_header {
    height: 32px;
    padding: 43px 21px 0px 0px;
}
.page_title_img {
    width: 127px;
    height: 121px;
    position: absolute;
    left: 35px;
    top: 26px;
    background: url(img/title_img_house.png) no-repeat;
}
.signin .page_title_img,
.userdashboard .page_title_img,
.create .page_title_img {
    top: 65px;
}
.signin .inner_header,
.userdashboard .inner_header,
.account .inner_header,
.balance .inner_header,
.pricing .inner_header {
    height: 72px;
}
.create .inner_header {
    padding-top: 0px;
    height: 115px;
}

/*------------------------- Inner Elements -------------------------*/
.inner {
    padding: 0px 0 0px 0;
    position: relative;
}
.inner_body {
    background: #fbf9f9;
    border-top: 1px solid #fff;
    border-left:  1px solid #fff;
    border-right: 1px solid #f5f5f5;
    padding: 0px 20px 1px;
    min-height: 500px;
}
.inner_bottom {
    height: 10px;
    background: url('img/bottom_inner.png') no-repeat;
}
.content {
    background: url('img/header_inner_small.png') no-repeat;
    padding: 1px 0px 20px 0px;
}
.content.signin,
.content.userdashboard,
.content.account,
.content.create,
.content.balance,
.content.pricing {
    background: url('img/header_inner.png') no-repeat;
}
.inner_round_top {
    padding: 10px 0px 0px;
    background: url(img/inner_round_top.jpg) no-repeat left top;
}
.inner_round_mid {
    padding: 0px;
    background: url(img/inner_round_mid.jpg) repeat-y left top;
}
.inner_round_bot {
    padding: 0px 195px 10px;
    background: url(img/inner_round_bot.jpg) no-repeat left bottom;
}
.x750 .inner_round_bot { padding: 0 0 10px }

.pricing .page_title_img {
    background: url(img/title_img_step_plan.png) no-repeat;
    top: 65px;
}
/*------------------------- Base Elements -------------------------*/

/* Clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    display: inline-block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}

form{
    margin: 0;
}

h1, h2, h3, h4,
p,
.menu_links,
ul,
hr {
    margin: 0 0 14px 0;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'MyriadProSemibold';
    font-weight: normal;
}
h1,h2,h3 {
    text-transform: uppercase;
    color: #000;
}
h1 {
    line-height: 24px;
    font-size: 21px;
}
h4 {
    text-transform: uppercase;
    color: #378FBD;
}
ul {
    padding: 0 10px 0 0px;
}
ul li {
    list-style-image: none;
    list-style-type: none;
    background: url(img/li.png) no-repeat 0px 2px;
    line-height: 1.4;
    margin: 0px 0px 5px;
    padding: 0px 0px 2px 22px;
}
li a.active {
    padding: 0 5px;
    background: #f0f0f0;
    font-family: 'MyriadProSemibold';
    text-decoration: underline;
}

p {
    line-height: 1.6;
}

h2 {
    font-size: 16px;
    padding: 0;
}

div.gray h2 span {
    padding: 5px 10px 5px 35px;
    background: #f0f0f0 none no-repeat center left;
}

div.white h2 span {
    padding: 5px 10px 5px 35px;
    background: white none no-repeat center left;
}

h3 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #378fbd;
}

a {
    color: #ff620b;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

div.content a {
    text-decoration: underline;
}
div.content a:hover {
    text-decoration: none;
}
img {
    border: 0;
    vertical-align: middle;
}
input.text,
select,
textarea,
table {
    font: inherit;
}

.table_common td {
    border-bottom: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
}

.table_common tr td:last-child{
    border-right: 1px solid #e8e8e8;
}

.table_common th {
    background: #f0f0f0;
    border-bottom: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    font-size: 14px;
    padding: 9px 12px;
    text-align: left;
    text-transform: uppercase;
}

.table_common th a { text-decoration: none; }
.table_common tr.tr_last td:first-child {
    border-bottom-left-radius: 7px;
    -moz-border-bottom-left-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
}

.table_common tr.tr_last td:last-child {
    border-bottom-right-radius: 7px;
    -moz-border-bottom-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
}

.table_common tr.tr_first th:first-child {
    border-top-left-radius: 7px;
    -moz-border-top-left-radius: 7px;
    -webkit-border-top-left-radius: 7px;
}

.table_common tr.tr_last th:first-child {
    border-bottom-left-radius: 7px;
    -moz-border-bottom-left-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
}

.table_common tr.tr_first td {
    border-top-right-radius: 7px;
    -moz-border-top-right-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    border-top: 1px solid #e8e8e8;
}

.table_common tr.tr_first th:last-child {
    border-top-right-radius: 7px;
    -moz-border-top-right-radius: 7px;
    -webkit-border-top-right-radius: 7px;
}

input.text,
textarea {
    background: #fff url('img/input_bg.png') no-repeat top left;
    border: 1px solid #999;
    padding: 4px 6px;
    font-family: "Lucida Grande", "Lucida Sans", Geneva, sans-serif;
}
hr {
    border: 0;
    height: 1px;
    background-color: #ccc;
}
input.button {
    height:60px;
    width: 157px;
    border: 0;
    cursor: pointer;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    padding: 0px;
}
.next_step {
    background-image: url('img/btn_next_step.png');
}
.next_step.pressed_state {
    background-position: 0px -63px;
}
.back_step {
    background-image: url('img/btn_back_step.png');
}
.back_step.pressed_state {
    background-position: 0px -63px;
}
.bcreatensn {
    width: 270px;
    height: 30px;
    background: url('img/b-creatensn.png');
    border: none;
    cursor: pointer;
    padding: 0px;
}
.bcreatensn.pressed_state {
    background-position: 0px -33px;
}
input.bsignin {
    width: 157px;
    height: 60px;
    background: url('img/btn_signin.png') no-repeat;
}
.bsignin.pressed_state {
    background-position: 0px -63px;
}
input.bsave {
    width: 107px;
    height: 40px;
    background-image: url('img/btn_save.png');
}
.bsave.pressed_state {
    background-position: 0px -43px;
}
input.bactivate {
    width: 107px;
    height: 40px;
    background-image: url('img/btn_activate.png');
}
.bactivate.pressed_state {
    background-position: 0px -43px;
}
input.bsend {
    width: 107px;
    height: 40px;
    background-image: url('img/btn_send.png');
}
.bsend.pressed_state {
    background-position: 0px -43px;
}
input.bdeleteacc {
    width: 213px;
    height: 40px;
    margin: 50px 0px 0px auto;
    float: right;
    background: url(img/btn_delete_acc.png) no-repeat 0px 0px;
}
.bdeleteacc.pressed_state {
    background-position: 0px -43px;
}
input.bsubmit {
    width: 107px;
    height: 40px;
    background-image: url('img/btn_submit.png');
}
.bsubmit.pressed_state {
    background-position: 0px -43px;
}
input.bsignup {
    width: 157px;
    height: 60px;
    background-image: url('img/btn_signup.png');
}
.bsignup.pressed_state {
    background-position: 0px -63px;
}
input.bgo {
    width: 107px;
    height: 40px;
    background-image: url('img/btn_go2.png');
}
.bgo.pressed_state {
    background-position: 0px -43px;
}
input.bhome {
    width: 108px;
    height: 40px;
    background-image: url('img/btn_home.png');
}
.bhome.pressed_state {
    background-position: 0px -43px;
}
input.bcreate {
    background-image: url('img/btn_create.png');
}
.bcreate.pressed_state {
    background-position: 0px -63px;
}
a.bstart {
    display: block;
    width: 336px;
    height: 60px;
    background: url('img/btn_start.png') no-repeat 0px 0px;
    margin: 0px auto;
}
.bstart.pressed_state {
    background-position: 0px -63px;
}
.page_title {
    padding: 25px 0px 0px 152px;
    font-size: 22px;
    font-family: 'MyriadProSemibold';
    text-transform: uppercase;
    color: #000;
}
input[type=text],
input[type=password] {
    padding: 0px;
    border: none;
    width: 390px;
    height: 24px;
    background: none;
    font-size: 16px;
    font-family: "Lucida Grande", "Lucida Sans", Geneva, sans-serif;
}
textarea:focus, input:focus {
    outline:none;
}
.field_wrap {
    padding: 11px 6px 7px 10px;
    background: url(img/fields_step_basic.png) no-repeat 0px -90px;
}
.input_focused .field_wrap {
        background-position: 0px -140px;
}
.field_wrap.error {
        background-position: -1px -188px;
}
body label.label_error {
    color: #d42700;
}
.space {
    height: 40px;
}
/*------------------------- Index Promo -------------------------*/
.index {
    background: none;
    padding-top: 0px;
    line-height: 1.6;
}
.index .inner_body {
    background: #fff;
    padding: 44px 0px 1px;
}
.index .inner_bottom {
    background: url('img/bottom_index.png') no-repeat;
}
div.index_promo {
    font-size: 18px;
    height: 546px;
    background: url('img/promo.png') no-repeat;
    /*background: url('img/promo_snow.png') no-repeat; */   }
div.index_promo a {
    text-decoration: underline;
}

div.index_promo div.createform {
    position: absolute;
    left: 40px;
    top: 53px;
    width: auto;
    padding: 0px 0px 0px 0px;
}

* div.index_promo div.createform input.text {
    font-size:18px;
}

div.index_promo h1 {
    color: #ff6800;
    font-weight: normal;
    font-size: 15px;
    height: 15px;
    text-transform: none;
    margin-bottom: 18px;
    padding-left: 168px;
    width: 716px;
    background: url('img/promo_title.png') no-repeat;
    padding-top: 44px;
}
.promo_text {
    height: 320px;
    padding-left: 4px;
}
.promo_text div {
    font-size: 16px;
    color: #fff;
    padding: 0px 0px 30px 3px;
    line-height: 1.3em;
}
.promo_text ul li {
    color: #fff;
    background: url('img/index_li.png') no-repeat 0px 4px;
    padding-left: 27px; 
}
.promo_field {
    padding: 25px 0px 0px 3px;
    width: 347px;
    float: left;
}
.promo_field label {
    font-size: 28px;
    color: #fff;
    display: block;
    text-shadow: 1px 2px 1px #74b207;
    line-height: 27px;
    font-family: 'MyriadProSemibold';
}
.promo_field .promo_input {
    float: left;
    padding: 11px 7px 9px 5px;
    background: url('img/promo_input.png') no-repeat 0px 7px;
}
.input_focused .promo_input {
    background: url('img/promo_input.png') no-repeat 0px -35px;
}
.promo_field .promo_input input[type=text] {
    width: 228px;
    height: 22px;
    padding: 0px;
    line-height: 20px;
    border: none;
    background: none;
    text-align: right;
}
.promo_field span {
    float: left;
    font-family: 'MyriadProSemibold';
    font-size: 22px;
    color: #fff;
    text-shadow: 1px 2px 1px #74b207;
    text-transform: lowercase;
    padding: 10px 0px 0px 0px;
}
.form_tail {
    position: absolute;
    width: 17px;
    height: 140px;
    left: -5px;
    top: 372px;
    background: url(img/promo_tail.png) no-repeat; 
    /*height: 162px;
    left: -12px;
    top: 350px;
    width: 24px;
    background: url(img/promo_tail_snow.png) no-repeat; */   
}
.promo_btn {
    float: left;
    margin-top: 25px;
    background: url(img/btn_create_index.png) no-repeat 0px 0px;
}
.promo_btn.pressed_state {
    background: url(img/btn_create_index.png) no-repeat 0px -76px;
}
.promo_btn input[type=submit]{
    padding: 0px;
    width: 149px;
    height: 76px;
}
.promo_btn input[type=submit]:focus{
    outline: none;        
}
.promo_btn input[type=submit]::-moz-focus-inner {
    border:0;
}
.white_block {
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
    padding: 0px 37px;
}
.grey_block {
    background: #f9f7f7;
    border-top: 1px solid #fff;
    padding: 0px 37px;
}
.index h2 {
    font-size: 30px;
    line-height: 25px;
    text-transform: none;
    height: 29px;
    margin: 0px 0px 23px 0px;
    padding: 9px 0px 0px 0px;
    color: #646464;
}
.index h3 {
    color: #010000;
    text-transform: none;
    margin-bottom: 13px;
}
.index_top_blocks {
    min-height: 151px;
    padding-bottom: 20px;
}
.index_top_blocks .start_txt {
    padding: 6px 0px 10px 110px;
    margin: 0px 0px 4px 0px;
    color: #646464;
    line-height: 18px;
    font-size: 12px;
}
/*.index_top_blocks h2{
    float: left;
}*/
.index_top_blocks .floatright {
    width: 350px;
    padding-left: 12px;
}
.index_top_blocks .index_public {
    background: url(img/start_signs_1_small.png) no-repeat 6px 0px;
}
.index_top_blocks .index_private {
    background: url(img/start_signs_2_small.png) no-repeat 6px 0px;
}
.index_top_blocks .index_adhoc {
    background: url(img/start_signs_3_small.png) no-repeat 6px 0px;
    margin-right: 0px;
}
.index_top_blocks ul {
    margin: 0px;
}
.index_top_blocks ul li {
    line-height: 1.9;
    background-position: 0px 5px;
    margin: 0px;
}
.index_double_block {
    color: #737373;
    line-height: 18px;
}
.index_double_block .index_body {
    padding: 8px 0px 0px 0px;
    height: 98px;
    overflow: hidden;
}
.index_networks_block {
    width: 548px;
    float: left;
    padding: 50px 28px 60px 0px;
    border-right: 1px solid #fdfcfc;
}
.index_networks_block h2 {
    float: left;
    width: 340px;
    margin: 0px 0px 18px;
}
.index_networks_block div.item {
    float: left;
    position: relative;
    padding: 5px;
    margin: 0px 5px 0px 0px;
    width: 122px;
    height: 88px;
}
.index_networks_block div.item a {
    display: block;
    position: absolute;
    width: 132px;
    height: 98px;
    background: url(img/index_frame.png) no-repeat;
    top: 0px;
    left: 0px;
}
.index_networks_block div.item a:hover {
    background-position: 0px -102px;
}
.index_networks_block div.item img {
    margin: 0 0px 0px 0;
    width: 124px;
    height: 89px;
}
.index_blog_post {
    float: left;
    width: 281px;
    padding: 50px 0px 0px 30px;
    border-left: 1px solid #efeeee;
}
.index_blog_post h2 {
    float: left;
}
.index_blog_post h4 {
    text-transform: none;
    font-size: 16px;
    margin-bottom: 5px;
}
.index_blog_post a {
    color: #636363;
}
.index_blog_post .index_body {
    min-height: 158px;
}
.index_blog_post .blog_date {
    padding-bottom: 5px;
}
.index_blog_btn a {
    display: block;
    width: 96px;
    height: 22px;
    margin-top: 11px;
    background: url(img/btn_read.png) no-repeat 0px 0px;
}
.index_btn_view {
    float: right;
    width: 94px;
    height: 22px;
    margin-top: 11px;
    padding-right: 7px;
    background: url(img/btn_view.png) no-repeat 0px 0px;
}
.index_features_block {
    padding-top: 45px;
    padding-bottom: 40px;
}
.index_features_block  p {
    padding-left: 3px;
}
.index_features_cols {
    padding: 28px 0px 0px 0px;
}
.f_col1, .f_col2, .f_col3, .f_col4 {
    float: left;
    width: 210px;
    padding: 77px 10px 0px 4px;
}
.index_features_cols .f_col1 {
    background: url(img/f_col1.png) no-repeat 0px 0px;
}
.index_features_cols .f_col2 {
    background: url(img/f_col2.png) no-repeat 0px 0px;
}
.index_features_cols .f_col3 {
    background: url(img/f_col3.png) no-repeat 0px 0px;
}
.index_features_cols .f_col4 {
    background: url(img/f_col4.png) no-repeat 0px 0px;
}
.index_features_cols .f_col5 {
    float: left;
    min-height: 216px;
    width: 437px;
    padding: 48px 0px 0px 0px;
    background: url(img/screen_dragndrop.png) no-repeat 0px 90px;
    margin-right: 24px;
}
.index_features_cols .f_col6 {
    float: left;
    min-height: 216px;
    width: 437px;
    padding: 48px 0px 0px 0px;
    background: url(img/screen_customize.png) no-repeat right 90px;
}
.index_features_cols .f_col5 h3,
.index_features_cols .f_col6 h3 {
    margin-left: 4px;
}
.index_freedom_block {
    padding-top: 45px;
    min-height: 277px;
    background: #F9F7F7 url(img/index_plane.jpg) no-repeat 620px 46px;
}
.index_design_block {
    padding-top: 45px;
    min-height: 325px;
    background: url(img/screen_themes.jpg) no-repeat 394px 38px;
}
.index_pricing_block {
    padding-top: 57px;
    padding-bottom: 40px;
    min-height: 444px;
}
.index_pricing_block a.floatright {
    margin-top: -40px;
}
.index_start_block {
    padding: 45px 37px 0px;
    border-top: 1px solid #efeeee;
}
.index_start_block h2 {
    float: left;
    color: #000;
    padding-top: 19px;
}
a.btn_index_start {
    float: right;
    width: 215px;
    height: 89px;
    background: url(img/btn_index_start.png) no-repeat 0px 0px;
}
.btn_index_start.pressed_state {
    background: url(img/btn_index_start.png) no-repeat 0px -89px;
}
.package_diagram a.btn_index_start {float: none; display: inline-block;}

.index_top_video {
    width: 500px;
    height: 364px;
    padding: 14px 7px 7px 7px;
    background: url(img/index_top_video.png) no-repeat 0px 7px;    }
/*------------------------- Dashboard -------------------------*/
.userdashboard .page_title,
.balance .page_title,
.account .page_title {
    height: 44px;
}
.userdashboard .page_title .page_title_img,
.balance .page_title .page_title_img,
.account .page_title .page_title_img,
.signin .page_title .page_title_img,
.restore .page_title .page_title_img,
.emailverify .page_title .page_title_img {
    width: 108px;
    height: 131px;
    position: absolute;
    top: 53px;
    left: 50px;
    background: url('img/title_img_man.png') no-repeat 0px 0px;
}
.moderator .page_title .page_title_img,
.x750 .page_title .page_title_img{
    background: url('img/title_img_mod.png') no-repeat 0px 0px;
    width: 146px;
    height: 146px;
}
.dashboard_row {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #dddbdb;
    background: #fff;
}
.dashboard_row_border {
    padding: 7px 20px;
    background: url('img/row_border.gif') repeat-y right 0px;
}
.dashboard_row.even_row {
    background: #f7f6f6;
}
.dashboard_row.first_row {
    padding-top: 10px;
    border-top: none;
    background: #fff url('img/first_row.jpg') no-repeat;
}
.dashboard_row.last_row {
    padding-bottom: 10px;
    border-bottom: none;
    background-image: url('img/last_row_white.jpg');
    background-repeat: no-repeat;
    background-position: 0px bottom;
}
.dashboard_row.last_row.even_row {
    background-color: #f7f6f6;
    background-image: url('img/last_row.jpg');
}
.dashboard_network {
    float: left;
    font-size: 17px;
    width: 31%;
    padding-left: 21px;
    padding-top: 5px;
    background: url('img/dashboard_status1.png') no-repeat 0px 11px;
}
.dashboard_network.suspended {
    background: url('img/dashboard_status2.png') no-repeat 0px 11px;
}
div.content .dashboard_network a {
    font-family: Verdana;
    color: #000;
    text-decoration: none;
}
div.content .dashboard_network a.inline_alert,
div.content .dashboard_network a.inline_alert:hover {
    font-size: 11px;
    display: block;
    float: left;
    background: #ff981e;
    color: #fff;
    padding: 2px 4px;
    margin-top: 3px;
    text-decoration: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
div.content .dashboard_network a:hover {
    text-decoration: underline;
}
div.content .dashboard_network.suspended a,
div.content .dashbord_plan_info .expired,
div.content .dashbord_plan_info .expired a {
    color: #bb0602;
    text-decoration: none;
}
.dashboard_support {
    float: right;
    position: relative;
    padding-top: 10px;
    width: 47px;
    outline: none;
}
.dashboard_support a {
    display: block;
    height: 19px;
    background: url('img/dashboard_support.png') no-repeat 0px 0px;
    position: relative;
}
.dashboard_users {
    float: right;
    color: #767676;
    padding: 10px 16px 0px 0px;
    width: 80px;
    text-align: right;
}
.dashboard_controls {
    float: right;
    width: 300px;
}
.dashbord_plan_info {
    float: right;
    padding-top: 2px;
    width: 196px;
}
div a.cancel_trial {
    display: inline-block;
    padding-top: 2px;
    font-size: 10px;
    text-decoration: none;
    vertical-align: top;
}
.dashboard_stats {
    float: left;
    position:relative;
    width: 66px;
    height: 38px;
    background: url('img/dashboard_btns.png') no-repeat 0px 0px;
    margin-right: 16px;
    outline: none;
}
.dashboard_settings {
    float: left;
    position: relative;
    width: 90px;
    height: 38px;
    background: url('img/dashboard_btns.png') no-repeat -68px 0px;
    margin-right: 16px;
    outline: none;
}
.dashboard_upgrade {
    float: left;
    position: relative;
    width: 102px;
    height: 38px;
    background: url('img/dashboard_btns.png') no-repeat -160px 0px;
    outline: none;
}
.my_balance_bubble {
    display: inline-block;
    padding: 0px 8px;
    line-height: 42px;
    background: #90c105;
    color: #fff;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius:22px;
}
.dashboard_legend {
    padding: 10px 0px 0px 22px;
}
.dashboard_legend span {
    float: left;
    padding: 3px 0px 0px 17px;
    margin-right: 18px;
    color: #767676;
    background: url('img/dashboard_legend.png') no-repeat 0px -10px;
}
.dashboard_legend span.legend_suspended {
    background: url('img/dashboard_legend.png') no-repeat 0px 6px;
}
.dashboard_right {
    text-align: right;
    margin-right: 5px;
    width: 115px;
}
tr.suspend_process{
    background:#eee;
}
table.nd td{
    padding:4px;
}
.userdashboard .page_title span,
.account .page_title span,
.balance .page_title span {
    float: left;
    margin-right: 10px;
}
.dashboard_signout {
    float: left;
    width: 94px;
    height: 22px;
    padding-top: 3px;
    background: url('img/btn_signout.png') no-repeat 0px 3px;
}

.btn_submit_grey {
    width: 74px;
    height: 24px;
    background: url('img/btn_submit_grey.png') no-repeat 0px 0px;
    border: none;
    cursor: pointer;
    margin-top: 3px;
    display: inline-block;
}
/*------------------------- Overlay buttons-------------------------*/
.overlay_settings {
    font-size: 13px;
}
.overlay_settings h2 {
    text-align: center;
    margin-bottom: 20px;
}
.overlay_settings .overlay_width {
    width: 520px;
    margin: 0px auto;
}
.overlay_settings p {
    margin-bottom: 20px;
    font-size: 13px;
}
.overlay_settings a {
    color: #378fbd;
    text-decoration: underline;
}
.overlay_settings a:hover {
    text-decoration: none;
}
.overlay_settings ul {
    margin: 16px 0px 0px 0px;
    padding: 0px 0px 14px;
}
.overlay_settings ul li {
    margin-bottom: 5px;
    list-style-image: none;
    list-style-type: none;
    padding: 0px;
    background: none;
}
.overlay_settings table td.label 
{
    width: 15%;
    text-align: right;
    padding-right: 5px;
    font-size: 14px;
}

.custom_domain label,
.custom_domain input[type=checkbox] {
    float: left;
    padding: 0px;
    margin: 0px 3px 0px;
}

.custom_domain .field_wrap {
    background: url(img/fields_settings.png) no-repeat 0px 7px;
    padding: 9px 6px 9px 67px;
    width: 245px;
}
.custom_domain .input_focused .field_wrap {
    background-position: 0px -34px;
}
.custom_domain .field_wrap input[type=text] {
    width: 242px;
    font-size: 18px;
}
.invite_code .field_wrap {
    background: url(img/field_long.png) no-repeat -8px 7px;
    padding: 9px 6px 9px 8px;
    width: 300px;
}
.invite_code.input_focused .field_wrap {
    background-position: -8px -48px;
}
.invite_code .field_wrap input[type=text] {
    width: 242px;
    font-size: 18px;
}
.overlay_save {
    padding: 27px 0px 0px 2px;
}
.overlay_delete_site {
    right: 0px;
    position: absolute;
    bottom: 0px;
}
body .overlay_delete_site input[type=submit] {
    width: 187px;
    height: 40px;
    background: url(img/btn_delete_site.png) no-repeat 0px 0px;
}
body .overlay_delete_site input.pressed_state {
    background-position: 0px -43px;
}
.overlay .package_1,
.overlay .package_2,
.overlay .package_3,
.overlay .package_4,
.overlay .package_5,
.overlay .package_6 {
    width: 162px;
}

.overlay .package_3_tail, .overlay .package_6_tail, .overlay .package_5_tail { 
    left: 1px;
    z-index: 10000; 
    width: 157px;
    background: url(img/package-3_tail_small.png) no-repeat;
}
.overlay .package_6_tail {
    background: url(img/package-6_tail_small.png) no-repeat;
}
.overlay .package_5_tail {
    background: url(img/package-5_tail_small.png) no-repeat;
}
.overlay .package_1 {
    background: url(img/package-1_small.jpg) no-repeat 0px 0px;
}
.overlay .package_6 {
    background: url(img/package-6_small.jpg) no-repeat 0px 0px;
}
.overlay .package_3 {
    background: url(img/package-3_small.jpg) no-repeat 0px 0px;
}
.overlay .package_5 {
    background: url(img/package-5_small.jpg) no-repeat 0px 0px;
}
.overlay .reven .service, 
.overlay .rodd .service {
    background: url(img/service-even_small.jpg) no-repeat 0px 0px;
    width: 182px;
    padding: 0 0px 0 10px;
}
.overlay .rodd .service {
    background: url(img/service-odd_small.jpg) no-repeat 0px 0px;
}
.overlay .reven .marks {
    background: url(img/row-even_small.jpg) no-repeat 0px 0px;
}
.overlay .rodd .marks {
    background: url(img/row-odd_small.jpg) no-repeat 0px 0px;
}
.overlay .marks div {
    width: 158px; margin-right: 4px;
}
.overlay .row_sep {
    background: url(img/row_sep_small.jpg) no-repeat 0px 0px;
}
.overlay  .package_price {
    width: 162px;
    background: url(img/package-price_small.png) no-repeat 0px 0px;
}
/*------------------------- Account -------------------------*/
.account_block {
    padding: 50px 0px 0px 0px;
    width: 407px;
    float: left;
}
.account .inner_round_bot {
    padding: 0px 20px 20px 260px;
}
.account_block h1 {
    margin: 0px 0px 40px;
    padding: 0px 0px 0px 5px;
}
.account_btn {
    padding: 10px 0px 0px 0px;
    margin: 0px 0px 0px 6px;
}
.account_info {
    width: 202px;
    line-height: 18px;
    padding: 134px 0px 0px 20px;
}
.account_info a {
    color: #000;
}

/*------------------------- Balance -------------------------*/
.delete_button {
    display: block;
    width: 23px;
    height: 23px;
    background: url(img/message_close_error.png) no-repeat;
}
div.balance a {
    text-decoration: none;
}
div.balance input[type=radio] {
    vertical-align: middle;
    margin: 1px 5px 0px 0px;
    padding: 0px;
}
.balance_cur {
    padding: 7px;
    margin: 20px auto 0px auto;
    background: #F7F6F6;
    width: 70%;
}
.balance_cur .floatleft {
    padding-top: 16px;
}
.balance_cur .floatleft h2,
.balance_month h2 {
    padding: 0px;
    margin: 0px;
}
div.balance_cur .my_balance_bubble {
    padding: 0px 8px;
    line-height: 46px;
    font-size: 26px;
    font-family: 'MyriadProSemibold';
    -moz-border-radius: 33px;
    -webkit-border-radius: 33px;
    border-radius:33px;
}
.balance_month {
    margin: 25px auto 10px auto;
    width: 71%;
}
.balance_month h2 {
    padding-bottom: 14px;
}
.balance_month .balance_table td,
.balance_month .balance_table td a {
    font-size: 14px;
    color: #000;
}
.balance_table .balance_total td {
    font-family: 'MyriadProSemibold';
    color: #cc0606;
}
.balance_add_block {
    padding-bottom: 10px;
}
.balance_bonus {
    padding: 17px 0px 0px;
    width: 71%;
    margin: 0px auto;
}
.balance_bonus_bg {
    padding: 10px;
    background: #f7f6f6;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius:3px;
}
.balance_add_block .clearfix {
    padding: 30px 1px 1px;
}
.balance_add_btns {
    padding: 1px;
    margin-right: 17px;
    text-align: right;
}
.balance_add_btns a {
    margin-left: 37px;
    display: block;
    width: 59px;
    height: 32px;
    outline: none;
    background: url(img/balance_imgs.png) no-repeat -2px -74px;
}
.balance_add_btns a.balance_add_minus {
    background-position: -65px -74px;
}
.balance_add_field {
    font-family: 'MyriadProSemibold';
    font-size: 42px;
    line-height: 45px;
    color: #90c105;
    min-width: 107px;
    text-align: center;
}
.balance_add_bonus {
    font-size: 34px;
    line-height: 40px;
    font-family: 'MyriadProSemibold';
    background: url(img/balance_imgs.png) no-repeat 0px 0px;
    color: #fff;
    margin-top: 20px;
}
.balance_add_bonus_tail {
    background: url(img/balance_bonus_tail.jpg) no-repeat right 0px;
    padding: 7px 8px 26px 20px;
}
.balance_add_word {
    font-family: 'MyriadProSemibold';
    font-size: 42px;
    text-transform: uppercase;
    color: #000;
    line-height: 61px;
    padding: 25px 20px 0px 112px;
}
.balance_bulk_block {
    background: #fff;
    padding: 10px 0px 10px 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius:3px;
}
.balance_bulk_text {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    padding: 12px 0px 0px 0px;
    min-width: 163px;
}
.balance_bulk {
    width: 48px;
    height: 58px;
    text-align: center;
    font-family: 'MyriadProSemibold';
    font-size: 14px;
    background: url(img/balance_imgs.png) no-repeat -183px -75px;
    line-height: 27px;
    margin-right: 26px;
}
.last_bulk {
    margin: 0px;
}
.balance_bulk a {
    display: block;
    color: #000;
    outline: none;
    margin-bottom: 5px;
}
.balance_bulk div {
    color: #7da705;
}
.balance_bulk_block .active {
    background-position: -132px -75px;
}
.balance_bulk_block .active div {
    color: #fff;
}
.balance_form {
    background: url(img/paypal.png) no-repeat center 65px;
    padding: 30px 0px;
}
.balance_form h2 {
    padding-left: 10px;
}
.balance_form div {
    margin-bottom: 4px;
    font-size: 12px;
    color: #000;
}
.balance_form input[type=submit] {
    width: 230px;
    height: 70px;
    padding: 0px;
    border: none;
    cursor: pointer;
    margin-top: 50px;
}
.balance_form .balance_order {
    background: url(img/balance_imgs.png) no-repeat -1px -133px;
}
.balance_form .balance_order.pressed_state {
    background: url(img/balance_imgs.png) no-repeat -1px -209px;
}
.balance .inner_round_bot {
    padding: 1px 50px;
}
.balance_border {
    height: 7px;
    border-bottom: 1px solid #b0b7b7;
}
body table.no_border tr td {
    border: none !important;
}
.transactions_table { font-size: 14px;}
.transactions_table .bonus {
    background: url(img/bonus_cloud.png) no-repeat center center;
    float: left;
    width: 55px;
    text-align: center;
    color: #fff;
    font-family: 'MyriadProSemibold';
    padding-top: 8px;
    height: 23px;
    font-size: 13px;
}
.transactions_table .trans_amount {
    float: left;
    width: 55px;
    padding-top: 8px;
    padding-right: 5px;
    text-align: right;
    color: #467a00;
}
.transactions_table .minus_color {
    color: #b01d0b;
}
.transactions_table .bonus_color {
    color: #467a00;
}

/*------------------------- Create Steps -------------------------*/
.create_header {
    width: 548px;
    margin: 0px auto;
    padding: 40px 0px 0px 17px;
    height: 99px;
}
.create_header a {
    width: 37px;
    height: 46px;
    float: left;
    margin-right: 128px;
    outline: none;
}
.create_header .last_step {
    margin-right: 0px;
}
.create_width {
    width: 75%; 
    margin: 0 auto;
}
.head_basic {
    background: url(img/head_basic.png) no-repeat center 27px;
}
.head_theme {
    background: url(img/head_theme.png) no-repeat center 27px;
}
.head_subscribe {
    background: url(img/head_plan.png) no-repeat center 27px;
}
.head_ready {
    background: url(img/head_ready.png) no-repeat center 27px;
}
.page_title_basic {
    width: 125px;
    height: 106px;
    position: absolute;
    left: 33px;
    top: 67px;
    background: url(img/title_img_step_basic.png) no-repeat;
}
.page_title_theme {
    width: 166px;
    height: 111px;
    position: absolute;
    left: 35px;
    top: 70px;
    background: url(img/title_img_step_theme.png) no-repeat;
}
.page_title_subscribe {
    width: 143px;
    height: 131px;
    position: absolute;
    left: 50px;
    top: 70px;
    background: url(img/title_img_step_plan.png) no-repeat;
}
.page_title_ready {
    width: 127px;
    height: 121px;
    position: absolute;
    left: 35px;
    top: 65px;
    background: url(img/title_img_house.png) no-repeat;
}
/*------------------------- Basic Step -------------------------*/
.basic_block {
    width: 416px;
    padding-top: 100px;
}
.basic_block .create_field,
.basic_block .create_field_address,
.basic_block .create_area,
.account_block .account_field,
.signin_field {
    margin-bottom: 20px;
}
.basic_block .create_select {
    margin-bottom: 35px;
}
.basic_block label,
.account_block label,
.signin label,
.signin_field label {
    display: block;
    padding: 0px 0px 0px 7px;
    margin: 0px 0px -5px 0px;
    font-size: 18px;
    color: #000;
    line-height: 23px;
    font-family: 'MyriadProSemibold';
}
.basic_block .create_field_address input[type=text] {
    width: 251px;
    float: left;
    /*font-family: sans-serif, "Lucida Grande";*/
    font-family: 'MyriadProSemibold';
    line-height: 25px;
    font-size: 19px;
    height: 25px;
    padding: 0px;
}
.basic_block .create_area label {
    margin-bottom: -2px;
}
.basic_block .create_field_wrap {
    padding: 11px 6px 7px 10px;
    background: url(img/fields_step_basic.png) no-repeat 0px -90px;
}
.basic_block .create_field_address .create_field_wrap {
    background-position: 0px 6px;
    padding-left: 0px;
    font-family:sans-serif;
}
.basic_block .create_field_address .http {
    float: left;
    width: 56px;
    line-height: 25px;
    height: 25px;
    padding: 0px 0px 0px 13px;
    margin-right: -2px;
    font-size: 19px;
    /*font-family: sans-serif, "Lucida Grande";*/
    font-family: 'MyriadProSemibold';
}
.basic_block .create_field_address .floatleft {
    font-size: 19px;
    /*font-family: sans-serif, "Lucida Grande";*/
    font-family: 'MyriadProSemibold';
    color: #000;
    text-transform: lowercase;
    padding: 0px 0px 0px 8px;
    height: 25px;
    line-height: 25px;
}
.basic_block .create_field.input_focused .create_field_wrap {
        background-position: 0px -140px;
}
.basic_block .create_field_wrap.error {
        background-position: -1px -188px;
}
.basic_block .create_field_address.input_focused .create_field_wrap,
.basic_block .create_field_address.input_focused .create_field_wrap.error {
        background-position: 0px -42px;
}
.basic_block .create_field_address .create_field_wrap.error {
        background-position: -1px -656px;
}
.basic_block .create_field_address .create_field_wrap.error input[type=text] {
    width: 225px;
    padding-right: 26px;
}
.basic_block .input_focused .create_field_wrap.error input[type=text] {
    width: 251px;
    padding: 0px;
}
.basic_block .create_area_wrap {
    padding: 8px 6px 6px 10px;
    background: url(img/fields_step_basic.png) no-repeat 0px -238px;
}
.basic_block .create_area .error {
    background-position: -1px -488px;
}
.basic_block textarea {
    border: none;
    padding: 0px;
    resize: none;
    margin: 0px;
    background: none;
    width: 388px;
    height: 105px;
    overflow: auto;
    font-size: 16px;
}
.basic_block .input_focused .create_area_wrap {
    background: url(img/fields_step_basic.png) no-repeat 0px -364px;
}
.basic_block .description {
    padding-left: 7px;
}
.basic_block .create_select ul {
    -moz-box-shadow: none;
    background: none;
    width: 395px;
    left: 6px;
    border-top: 1px solid #b0b7b7;
}
.basic_block .sb-custom {
    height: 30px;
}
.basic_block .create_select input {
    background: url(img/fields_step_basic.png) no-repeat 0px -618px;
    padding: 3px 10px;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    line-height: 1.9em;
}
.field_wrap_medium {
    padding: 11px 6px 7px 10px;
    background: url(img/fields_medium.png) no-repeat 0px 7px;
}
.field_wrap_medium input {
    width: 224px;
}
#overlay-manage-card-form .field_wrap_medium input { width: 186px; }
#overlay-manage-card-form .field_wrap_medium {
    background: url(img/fields_medium_card.png) no-repeat 0px 7px;
}
.input_focused .field_wrap_medium,
#overlay-manage-card-form .input_focused .field_wrap_medium{
    background-position: 0px -41px;
}
.field_wrap_short {
    padding: 11px 6px 7px 10px;
    background: url(img/fields_short.png) no-repeat 0px 7px;
}
.field_wrap_short input {
    width: 89px;
}
#overlay-manage-card-form .field_wrap_short input { width: 57px; }
#overlay-manage-card-form .field_wrap_short {
    background: url(img/fields_short_card.png) no-repeat 0px 7px;
}
.input_focused .field_wrap_short,
#overlay-manage-card-form .input_focused .field_wrap_short {
    background-position: 0px -41px;
}
.create_tip {
    background: url(img/tooltip-create.png) no-repeat left top;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    display: none;
    font-size: 13px;
    height: 22px;
    padding: 30px 12px;
    width: 132px;
    font-family: 'MyriadProSemibold';
}
.featured_tip {
    background: url(img/tooltip-create.png) no-repeat left top;
    color: #FFFFFF;
    text-align: center;
    display: none;
    font-size: 12px;
    height: 42px;
    padding: 20px 12px;
    width: 132px;
    font-family: 'MyriadProSemibold';
}
.basic_block .create_select li {
    border-bottom: 1px solid #cdcbcc;
    border-left: 1px solid #b0b7b7;
    border-right: 1px solid #b0b7b7;
    line-height: 1.9em;
    background: #fff;
}
.basic_block .create_select li:last-child {
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}
.basic_block .create_select li.selected,
.basic_block .create_select li:hover  {
    background: #efefef;
}
.basic_block .create_select li a:hover {
    background: none;
}
.create_checkbox {
    margin-bottom: 20px;
    padding: 0px 0px 0px 3px;
}
.create_checkbox input[type=checkbox] {
    float: left;
    padding: 0px;
    vertical-align: middle;
}
.create_checkbox label {
    float: left;
    margin: 0px;
    padding: 2px 0px 0px 5px;
    font-size: 12px;
    line-height: 13px;
}
.create_checkbox label.error {
    float: none;
    padding-left: 23px;
}
/*------------------------- Theme Step -------------------------*/
.theme_block {
    padding-top: 113px;
}
.themes_select {
    width: 365px;
    padding: 0px 0px 0px 10px;
    float: left;
}
#themes_slider { width: 365px; overflow: hidden; position: relative; height: 451px; }
#themes_slider .cover{
    position: absolute;
    height: 451px;
}
 
#themes_slider .themes_stage { width: 365px; float: left; }
    
.themes_preview {
    overflow: hidden;
    padding: 0px 0px 0px 6px;
    width: 544px;
    height: 523px;
    position: relative;
}
.theme_frame {
    background: transparent url(img/theme_frame_preview.png) no-repeat 0px 0px;
    width: 550px;
    height: 483px;
    position: absolute;
    top: 40px;
    left: 0px;
}
.themes_select h3,
.themes_preview h3 {
    font-size: 18px;
    line-height: 23px;
    color: #000;
    text-transform: none;
    margin-bottom: 17px;
}
.theme_img_wrap {
    padding: 6px 0px 0px 0px;
    height: 421px;
}
.theme_text_wrap {
    position: absolute;
    height: 54px;
    bottom: 0px;
}
.theme_item {
    float: left;
    text-align: center;
    padding-right: 9px;
    padding-bottom: 7px;
}
.theme_icon {
    background-repeat: no-repeat;
    background-position: 5px 5px;
    height: 103px;
    width: 164px;
}
#title_ph {
    font-family: 'MyriadProSemibold';
    margin: 6px 0px 4px 6px;
    font-size: 14px;
}
#desc_ph {
    color: #000;
    margin: 0px 0px 0px 6px;
}
.theme_title {
    font-size: 12px;
    padding-top: 2px;
}
.theme_desc{
    display: none;
}
.theme_icon span.fake {
    display: block;
    background: transparent url(img/theme_frame_small.png) no-repeat;
    height: 103px;
}
.theme_icon span.clicked {
    background: transparent url(img/theme_frame_small.png) no-repeat 0px -112px;
}
.theme_item a {
    display:block;
    outline: 0px;
}
.theme_item a:hover {
}
.w_tooltip {
    position: absolute;
    display: block;
    background: transparent url('img/ww_now_wf.png') no-repeat center center;
    width: 131px;
    top: -10px;
    right: 220px;
    height: 93px;
}
.theme_slider_left {
    display: block;
    width: 35px;
    height: 35px;
    outline: none;
    background: transparent url(img/theme_slider_btns.png) no-repeat;
}
.theme_slider_right {
    display: block;
    width: 35px;
    height: 35px;
    outline: none;
    background: transparent url(img/theme_slider_btns.png) no-repeat 0px -43px;
}
.theme_slider_mid {
    width: 271px;
    height: 35px;
    text-align: center;
    background: transparent url(img/theme_slider_bg.gif) repeat-x;
}
.theme_slider_page {
    display: inline-block;
    padding: 9px 0px 0px 0px;
    margin-right: 6px;
    width: 14px;
    height: 15px;
    outline: none;
    background: transparent url(img/theme_slider_page.gif) repeat-x 0px 9px;
}
.theme_slider_page.active {
    background: transparent url(img/theme_slider_page_active.gif) repeat-x 0px 9px;
}
.themes_stage { height: 451px;}
/*------------------------- Ready Step-------------------------*/
.ready_block {
    padding: 80px 0px 0px 0px;
    width: 492px;
    margin: 0px auto;
}
.ready_block p {
    margin-bottom: 10px;
}
.grey_border_top {
    padding: 9px 0px 0px;
    background: transparent url(img/grey_border_top.png) no-repeat -2px 0px;
}
.grey_border_bot {
    padding: 0px 4px 9px 0px;
    background: transparent url(img/grey_border_bot.png) no-repeat -2px bottom;
}
.grey_border_mid {
    border-left: 1px solid #b0b7b7;
    border-right: 1px solid #b0b7b7;
    padding: 5px 24px;
    background: #fff;
}
.ready_message {
    font-size: 12px;
    font-weight: bold;
    line-height: 19px;
}
.ready_tabs {
    height: 63px;
    margin: 14px 0px 0px 0px;
    padding: 0px;
}
.ready_tabs li {
    list-style-type: none;
    float: left;
    font-size: 13px;
    font-weight: bold;
    line-height: 17px;
    text-transform: uppercase;
    margin: 0px;
    cursor: pointer;
    height: 34px;
}
.ready_tabs .tab_1 {
    width: 214px;
    padding: 15px 0px 16px 24px;
    background: transparent url(img/ready_tabs.png) no-repeat -2px -69px;
}
.ready_tabs .tab_2 {
    width: 207px;
    padding: 15px 0px 16px 45px;
    background: transparent url(img/ready_tabs.png) no-repeat -240px 0px;
}
.ready_tabs .tab_1.active {
    background-position: -2px 0px;
}
.ready_tabs .tab_2.active {
    background-position: -240px -69px;
}
.ready_signin_1,
.ready_signin_2 {
    padding: 15px 0px 19px 0px;
}
.yellow_sign {
    line-height: 22px;
    padding: 19px 0px 0px 31px;
    background: transparent url(img/yellow_sign.png) no-repeat 0px 22px;
}
.ready_signin_2 .signin_btn {
    padding: 0px;
    text-align: right;
}
.ready_block .created_page_title {
    color: #000000;
    font-family: 'MyriadProSemibold';
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}
.created_page_info {
    background: #F0F0F0;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
    padding: 20px 50px;
    margin: 0px 0px 10px;
}
.created_page_info div {
    padding-top: 5px;
}
.created_page_info p {
    margin-bottom: 3px;
}
.created_page_info span {
    font-family: 'MyriadProSemibold';
}
.created_site {
    font-size: 15px;
    font-family: 'MyriadProSemibold';
}
.btn_go_support {
    background: transparent url(img/btn_go_support.png) no-repeat 0px 0px;
    float: right;
    width: 116px;
    height: 22px;
    cursor: pointer;
}
.btn_go_account {
    background: transparent url(img/btn_go_account.png) no-repeat 0px 0px;
    float: left;
    width: 161px;
    height: 22px;
    cursor: pointer;
}
.created_btns {
    padding-top: 10px;
}
/*------------------------- Sign In -------------------------*/
div.sign-width {
    width: 407px; 
    margin: 0 auto;
    padding: 56px 0px 0px;
}
.signin_btn {
    padding: 20px 0px 20px 5px;
    text-align: center;
}
.ready_block .signin_txt {
    padding: 13px 0px 0px 10px;
    margin: 0px;
}

/*------------------------- Bottom Elements -------------------------*/
div.bottom {
    padding: 8px 0px 0px;
    text-align: center;
    font-size: 13px;
    line-height: 1.7;
    color: #898888;
    /*background: url('img/bg_bottom_snow.gif') repeat-x 0px bottom;*/
    background: url('img/bg_bottom.gif') repeat-x 0px bottom;    }
div.bottom a {
    color: #898888;
}
div.bottom a:hover {
    color: #ff620c;
}
.bottom_img {
    /*background: url('img/bottom_img_snow.png') no-repeat center bottom; */
    padding-bottom: 127px;
    background: url('img/bottom_img.png') no-repeat center bottom;           
    
}
/*------------------------- Networks -------------------------*/
.networks .inner_body {
    padding-right: 15px;
}
.networks .page_title {
    padding-bottom: 49px; 
}
.networks h3 {
    margin-bottom: 20px;
}
.networks .network_list {
    padding-left: 7px;
}
.networks .item {
    position: relative;
    float: left;
    width: 217px;
    margin: 0px 15px 6px 0px;
}
.networks .item_img {
    padding: 6px 5px;
    height: 92px;
    margin: 0px 0px 5px;
}
.networks .item_img a {
    display: block;
    position: absolute;
    width: 164px;
    height: 103px;
    background: url(img/theme_frame_small.png) no-repeat;
    top: 0px;
    left: 0px;
}
.networks .item_img a:hover {
    background-position: 0px -112px;
}
.networks .item_img img {
    width: 154px;
    height: 92px;
}
.networks .item_info {
    padding: 0px 0px 0px 4px;
    color: #636363;
    height: 45px;
}
.networks .item_info a {
    font-family: 'MyriadProSemibold';
    display: block;
    margin-bottom: 2px;
    max-height: 2.6em;
    overflow: hidden;
    font-size: 14px;
}
.slider_block {
    padding: 15px;
    margin: 0px 0px 35px;
    background: #e3e4e6;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}
.slider_prev,
.slider_next {
    cursor: pointer;
    margin-top: 88px;
    width: 32px;
    height: 32px;
    float: left;
    background: url(img/slider_prev.png) no-repeat;
}
.slider_block .slider_next {
    background: url(img/slider_next.png) no-repeat right top;
    float: right;
}
.slider_cont {
    width: 844px;
    height: 200px;
    padding: 0px 0px 15px;
    overflow: hidden;
    position: relative;
}
.networks_stage {
    width: 844px;
    float: left;
}
.slider_block .cover {
    height: 202px;
    position: absolute;
}
.slider_block .item {
    margin: 0px 29px;
    width: 223px;
}
.featured_networks {
    padding-bottom: 20px;
}
.featured_networks h3 {
    margin: 0px;
}
.network_sort {
    padding-left: 64px;
    margin: 0px;
}
.network_sort select {
    vertical-align: top;
}
/*------------------------- Features -------------------------*/
.features .inner_body {
    padding: 0px 0px;
    border-top: none;
}
.features_img {
    position: absolute;
    width: 127px;
    height: 131px;
    background-repeat: no-repeat;
    top: -55px;
    left: 20px;
}
.features h1 {
    padding: 20px 0px 20px 135px;
}
.features .white {
    border-top: 1px solid #f1efef;
    border-bottom: 1px solid #f1efef;
    padding-bottom: 30px;
}
.features .gray {
    padding-bottom: 10px;
}
.features .stdmargin {
    margin: 0px 0px 0px;
    padding: 0px 21px 20px;
}
.features ul.stdmargin {
    padding: 0px 5px 0px 0px;
}
.feature_plan {
    margin-bottom: 10px;
    padding: 10px;
}
.feature_planStarter,
.feature_planPro,
.feature_planUltimate {
    position: relative;
    border: 1px solid #ddd;
    background: #F8F5F5;
    padding: 10px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    margin-bottom: 10px;
}
.premium_feature {
    position: absolute;
    top: 0px;
    right: 0px;
}
/*------------------------- 404 Page -------------------------*/
.not_found .ready_block {
    padding-top: 20px;
    text-align: center;
}
/*------------------------- Contact Form -------------------------*/
.contact_info {
    position: absolute;
    right: 30px;
    top: 192px;
}
.select_wrap {
    padding: 9px 6px 7px 10px;
}
.contact .basic_block {
    padding-top: 40px;
}

/*------------------------- Restore Password -------------------------*/
.restore .basic_block {
    padding-top: 40px;
}
.restore .page_title .page_title_img {
    top: 12px;
}
/*------------------------- About Us -------------------------*/
.about .column {
    float: none;
    margin-bottom: 35px;
}
.about .bsignup {
    margin-right: 7px;
}
.content.about .column.two {
    width: 651px;
    margin: 0 auto 35px;
}
.content.about .column.two p{
    margin: 20px 10px 0px 10px;
    padding-bottom: 20px;
}
.content.about .page_title h1 {
    font-size: 22px;
    font-weight: bold;
}
.content.about .column.two h2 {
    font-size: 22px;
    margin-left: 10px;
}
.content.about .column.two hr {
    border-bottom: 1px solid #fdfdfd;
    height: 1px;
    background-color: #efeeee;
    margin-bottom: 30px;
    margin-top: 10px;
}
.content.about .column.two ul {
    padding: 0 10px;
    margin-bottom: 30px;
}
.content.about .column.two span{
    float: right;
    margin-left: 20px;
    text-align: center;
}
.content.about .logos {
    height: 260px;
}
.content.about .logo_skalfa{
    height: 41px;
}

/*------------------------- Terms of use -------------------------*/
.terms .column {
    float: none;
}
.terms h2 {
    padding-top: 10px;
}
/*------------------------- Freedom -------------------------*/
.freedom .column {
    float: none;
    margin-bottom: 35px;
}

/*------------------------- Help -------------------------*/
.help .inner_body {
    padding: 1px 0px;
    color: #737373;
    min-height: 500px;
}
.help .white {
    background: white;
    clear: both;
    border-bottom: 1px solid #f1efef;
}
.help_discuss {
    position: absolute;
    top: 29px;
    left: 33px;
}
.help_contact  {
    position: absolute;
    top: 32px;
    right: 300px;
}
.help_quality {
    position: absolute;
    top: 228px;
    left: 47px;
}
.help .floatleft,
.help .floatright {
    padding: 0px 0px 50px 38px;
    width: 399px;
}
.help .floatleft h1,
.help .floatright h1 {
    padding: 23px 0px 29px 129px;
}
.help .floatleft h1 a,
.help .floatright h1 a {
    text-decoration: none;
    color: #000;
}
.help .white .floatleft {
    width: 100%;
}
.help .white .floatleft h1 {
    padding: 35px 0px 17px 129px;
}
.help .more {
    display: block;
    width: 99px;
    height: 22px;
    background: url(img/btn_more.png) no-repeat;
}

/*------------------------- Verify email -------------------------*/
.emailverify .page_title .page_title_img {
    top: 12px;
}
.emailverify .basic_block {
    padding-top: 15px;
}
.emailverify .field_wrap {
    margin-bottom: 12px;
}

/*------------------------- Roadmap -------------------------*/
.roadmap h3 a {
    text-decoration: none;
}

/*------------------------- Report Form -------------------------*/

.report .basic_block {
    padding-top: 40px;
}


label.error,
div.error span {
    display: block;
    color: #d42700;
    font-size: 11px;
    font-family: Tahoma;
    font-weight: normal;
}

div.error span{
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
}


/* -- Backgrounds -- */

.bgicon {
    background-repeat: no-repeat;
    background-position: center center;
}

.messages{
    margin: 5px auto 25px;
    width: 75%;    
}

.messages div {
    padding: 5px;
}

.messages .info{
    background-color: #aaffaa;
}

.messages .warning
{
    background-color: #f99;
}



div.promoscreen {
    background: #000;
/*    background: transparent url('img/promo-screen.gif') no-repeat center center;*/
    height: 324px;
    position: relative;
    margin-top: 17px;
    border: 1px solid #d4d4d4;
    border-left: 0;
    border-right: 0;
}

div.promoscreen div.stripNavL {
    background: transparent url('img/promo-go-left.png') no-repeat top left;
    position: absolute;
    left: -25px;
    top: 235px;
    z-index: 10;
}

div.promoscreen div.stripNavR {
    background: transparent url('img/promo-go-right.png') no-repeat top left;
    position: absolute;
    right: -25px;
    top: 235px;
    z-index: 10;
}

div.stripNavL a, 
div.stripNavR a {
    width: 50px;
    height: 50px;
    float: left;
    text-decoration: none;
}

div.promoscreen div.stripNav {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 5px;
    font-size: 16px;
    text-align: center;
    z-index: 10;
}

div.promoscreen div.stripNav ul {
    padding: 0;
    margin: 0;
}

div.stripNav ul li {
    list-style: none;
    display: inline;
    line-height: 0.5;
    margin: 0;
}

div.stripNav a {
    color: #fff;
    text-decoration: none;
    padding: 0 3px;
}

div.stripNav a.current {
    color: #c33;
    text-decoration: none;
}

div.promoscreen div.promoslide {
    width: 950px;
    padding-left: 10px;
    padding-right: 10px;
    height: 324px;
    color: #666;
    position: relative;
    background-position: top left;
    background-repeat: no-repeat;
}

div.promoslide p,
div.promoslide ul li {
    line-height: 1.3;
}

div.promoslide div.slidecontent {
    position: absolute;
    width: 400px;
    top: 40px;
    right: 50px;
}

div.slidecontent img.slideheader {
    display: block;
    margin-bottom: 15px;
}

div.releaseemail { 
    float: right;
    background: #c0ffc0;
    padding: 5px;
    margin: 20px 0 20px 10px;
}

div.content {
    clear: both;
    min-height: 613px;
}

div.content.index{
    min-height: 415px;
}

div.container {
    width: 975px;
    position: relative;
    background: url('img/bg_top.png') no-repeat 12px -126px;
    margin: 0 auto;
    padding: 0 12px;
} 

div.header
{
    padding: 0;
    background: #525623 url('img/headerbg.jpg') no-repeat scroll left bottom;
    height: 94px;
    position: relative;
}

div.header img.beta
{
    position: absolute;
    left: 230px;
    top: 10px;
}

div.header h1
{
    display: none;
}

.message{
    width: 60%;
    margin: 5px auto 10px;
    text-align: left;
}

.message .info{
    background: #ccffcc;
    padding: 5px 10px;
}
div.paging {
    text-align: center;
}
.paging_bg {
    padding: 0px 5px 0px 0px;
    background: url('img/page_bg_tail.png') no-repeat right top;
}
span.paging {
    padding: 3px 0px 3px 4px;
    display: inline-block;
    line-height: 26px;
    margin-right: -3px;
    background: url('img/page_bg.png') no-repeat left top;
}
div.paging a,
div.paging span {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'MyriadProSemibold';
}
.paging a span {
    display: inline-block;
    line-height: 26px;
    cursor: pointer;
    padding: 0px 6px;
    min-width: 12px;
    background: url('img/page_btn_tail.jpg') no-repeat right top;
}
div.paging a {
    text-align: center;
    background: url('img/page_btn.jpg') no-repeat left top;
    text-decoration: none;
    color: #000;
    margin-left: 3px;
}

div.paging a:hover,
div.paging a.active
{
    text-decoration: none;
    color: #626060;
}
.paging_label {
    padding: 0px 4px 0px 4px;
}
.clear {
    clear: both;
    height:1px;
}

.full
{
    width: 100%;
}

.right
{
    text-align: right;
}

.center
{
    text-align: center;
}

.floatleft
{
    float: left;
}

.floatright
{
    float: right;
}

.small
{
    font-family: Tahoma;
    font-size: 11px;
}

.stdmargin
{
    margin-bottom: 15px;
}

.smallmargin
{
    margin-bottom: 5px;
}

.italic
{
    font-style: italic;
}

.bold
{
    font-weight: bold;
}

.gray
{
    background-color: #fbf9f9;
}

.white
{
    background-color:#fff;
}

.content_bg_gray
{
    background-image: url('img/content-bg-gray.gif');
    background-position: bottom center;
    background-repeat: repeat-x;
}

.content_bg_white
{
    background-image: url('img/content-bg-white.gif');
    background-position: bottom center;
    background-repeat: repeat-x;
}

.highlight
{
    color: #36c;
}

.even
{
    background: #fafafa;
}

.column
{
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    background: transparent none no-repeat top left;
}


/* --- */

.one
{
    width: 46%;
}

.two
{
    width: 96%;
}

.wide {
    width: 59%;
}

.narrow {
    width: 39%;
}

.superwide
{
    width: 70%;
}

.automargin
{
    margin-left: auto;
    margin-right: auto;
}

div.menu_links a
{
    color: #fff;
    background: transparent url('img/button.png') no-repeat top left;
    display: block;
    padding: 15px 25px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    font-size: 15px;
}

div.menu_links a:hover
{
    background: transparent url('img/button_active.png') no-repeat top left;
}

/* content menu */

.content_menu {
    margin: 34px 25px 0px 0px;
    padding: 0px;
    text-align: right;
}

.content_menu li {
    display: inline-block;
    list-style: none;
    background: url('img/inner_tab.jpg') no-repeat;
    margin: 0px 1px 0px 0px;
    padding: 0px;
}
.content_menu li.active,
.content_menu li:hover {
    background: url('img/inner_tab_white.jpg') no-repeat;
}

.content_menu li a {
    background: url('img/inner_tab_tail.jpg') no-repeat right 0px;
    font-size: 18px;
    text-transform: uppercase;
    color: #378fbd;
    display: block;
    padding: 0px 35px 0px;
    text-decoration: none;
    outline: none;
    line-height: 60px;
}

.content_menu li.active a,
.content_menu li a:hover{
    background: url('img/inner_tab_white_tail.jpg') no-repeat right 0px;
    text-decoration: none;
}
.content_menu li.sites a {
    padding: 0px 40px 0px;
}

.invoice_bubble {
    background: url('img/invoice-bubble.png');
    width: 236px;
    height: 52px;
    color: #ff0003;
    text-transform: uppercase;
    font-size: 16px;
    float: right;
    text-align: center;
    padding-top: 22px;
}

div.invoice_bubble a { text-decoration: none; }

table.form
{
    margin: 0 auto 15px auto;
    border-spacing: 7px;
    z-index: expression(runtimeStyle.zIndex = 1, cellSpacing = 7);
    width:100%;
}

table.form th
{
    background: #f0f0f0;
    padding: 5px;
}

table.form tr.datarow td
{
    padding: 5px;
    font-size: 13px;
    border-bottom: 1px solid #ccc;
}

table.form td.label
{
    text-align: right;
    border-right: 1px solid #ccc;
    padding: 5px 7px;
    white-space:nowrap;
}

table.form td.value
{
    padding: 5px 0px 10px;
    white-space:nowrap;
}

table.form td.description
{
    width: 150px;
    border-left: 1px solid #ccc;
    padding: 5px 7px;
}

table.form td.submit
{
    padding: 5px;
    text-align: center;
}

table.form .value div
{
    min-width:175px;
}

th.plan
{
    width: 20%;
    font-size: 22px;
}

th.price
{
    font-weight: normal;
    font-size: 18px;
    padding: 30px 0;
    background: #f0f0f0;
}

table.networks td
{
    text-align: center;
    padding: 7px;
    font-size: 12px;
}

table.networks td.actions
{
    height: 16px;
    width: 60px;
}

table.networks td.actions a
{
    display: none;
}

tr.ntsuspended:hover td.actions a,
tr.nt:hover td.actions a
{
    display: inline;
}

tr.ntsuspended
{
    background: #fcc;
}

div.comments div.avatar
{
    width: 45px;
    float: left;
    margin-right: -60px;
    margin-bottom: 16px;
}

div.comments div.meta
{
    float: left;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    margin-left: 60px;
}

div.comments div.comment
{
    float: left;
    margin-left: 60px;
    margin-bottom: 16px;
    line-height: 1.4;
}

div.list div.item
{
}

div.list div.item_info
{
    margin: 10px 10px 10px 125px;
}

div.list .description
{
}

div.list div.meta 
{
    color: #666;
}

div.list span.meta 
{
    border-top: 1px solid #ccc;
}

div.list div.pic
{
    margin-right: -105px;
    width: 105px;
    height: 105px;
    margin: 10px 0 10px 10px;
}

div.list div.pic img
{
    width: 100%;
    height: 100%;
}

#usage_stat {
    position: relative;
}

p#choices {
    width: 150px;
    position: absolute;
    top: 0px;
    font-size: 11px;
}

.stat_tbl {
    float: right;
    width: 660px;
}

.stat_tbl table td.stat_type {
    width: 31%;
    padding-right: 20px;
}

#tooltip { z-index: 10000; }

.stat_tbl table td {
    width: 14%;
}

ul.vt_list li
{
    margin-bottom: 20px;
}

ul.vt_list a
{
    text-decoration: none;
}

ul.vt_list img.thumb
{
    margin: 5px 10px 0 0;
    float: left;
}

/*** payment page ***/

.package_diagram { padding-top: 110px; }

.package_1, .package_2, .package_3, .package_4, .package_5, .package_6 {
    width: 182px;
    height: 70px;
    float: left;
}

.package_1 { background: url(img/package-1.jpg) no-repeat 1px center; }
.package_3 { background: url(img/package-3.jpg) no-repeat 1px center; }
.package_5 { background: url(img/package-5.jpg) no-repeat 1px center; width:178px;}
.package_6 { background: url(img/package-6.jpg) no-repeat 1px center; }

.q { background: url(img/q-mark.png) no-repeat center 0px; display: inline-block; width: 28px; height: 19px; margin-bottom: -3px; }

.package_price { 
    width: 179px; height: 71px; background: url(img/package-price.png) no-repeat left center; 
    text-align: center; font-weight: bold; font-size: 20px; 
}

.twrap { position: relative; height: 70px; }

.package_3_tail, .package_6_tail, .package_5_tail { 
    background: url(img/package-3_tail.png) no-repeat left 0px;
    position: absolute;
    width: 177px;
    height: 10px;
    bottom: -10px;
    left: 0px;
}
.package_6_tail {
    background: url(img/package-6_tail.png) no-repeat left 0px;
}
.package_5_tail {
    background: url(img/package-5_tail.png) no-repeat left 0px;
}
.button_start_free { width: 157px; height: 60px; border:none; background: url(img/btn-start-free.png) no-repeat 0px 0px; cursor: pointer; margin-top: 20px; }
.button_subscribe { width: 157px; height: 60px; border: none; background: url(img/btn-subscribe.png) no-repeat 0px 0px; cursor: pointer; margin-top: 20px; }
.button_extend { width: 157px; height: 60px; border: none; background: url(img/btn_extend.png) no-repeat 0px 0px; cursor: pointer; margin-top: 20px; }
.button_upgrade { width: 157px; height: 60px; border: none; background: url(img/btn-subscribe-plan.png) no-repeat 0px 0px; cursor: pointer; margin-top: 20px; }
.button_freetrial { width: 157px; height: 60px; border: none; background: url(img/btn_freetrial.png) no-repeat 0px 0px; cursor: pointer; margin-top: 20px; }
.button_downgrade { width: 157px; height: 60px; border: none; background: url(img/btn_down.png) no-repeat 0px 0px; cursor: pointer; margin-top: 20px; }
.button_order { width: 107px; height: 40px; border: none; background: url(img/btn_order.png) no-repeat center 0px; cursor: pointer; }
.button_checkout { width: 147px; height: 61px; border: none; background: url(img/btn_checkout.png) no-repeat center 0px; cursor: pointer; position: relative; }
.package_diagram .back_step {margin-top: 20px; }

.button_start_free.pressed_state { background-position: 0px -63px; }
.button_subscribe.pressed_state { background-position: 0px -63px; }
.button_extend.pressed_state { background-position: 0px -63px; }
.button_upgrade.pressed_state, .button_freetrial.pressed_state { background-position: 0px -63px; }
.button_downgrade.pressed_state { background-position: 0px -63px; }
.button_order.pressed_state { background: url(img/btn_order.png) no-repeat center -43px; }
.button_checkout.pressed_state { background: url(img/btn_checkout.png) no-repeat center -63px; }

.reven .marks { background: url(img/row-even.jpg) no-repeat left center; }
.rodd .marks { background: url(img/row-odd.jpg) no-repeat left center; }

.marks div { float: left; width: 181px; height: 64px; font-weight: bold; text-transform: uppercase; font-size: 13px; }
.marks.vals div { height: 39px; padding-top: 25px; }

.row_sep { height: 9px; background: url(img/row_sep.jpg) no-repeat -1px 0px; }
.service_tip {
    background: url(img/tooltip-services.png) no-repeat center center;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    display: none;
    font-size: 14px;
    height: 60px;
    padding: 20px 35px;
    width: 250px;
    line-height: 20px;
    font-weight: bold;
    z-index: 10000;
}

.service_tip a { color: #FFFFFF; text-decoration: underline; }

.options_tip {
    background: url(img/subscribe_popup.png) no-repeat center center;
    text-align: center;
    display: none;
    height: 240px;
    padding: 17px 20px;
    width: 250px;
    z-index: 10001;
}

#overlay_options_upgrade.options_tip {
    width: 816px;
    background: #FFFFFF;
    border: 1px solid #666666;
    border-radius: 10px 10px 10px 10px;
    display: none;
    min-height: 355px;
    padding: 35px 15px;
    z-index: 10001;
    height: 385px;
    box-shadow: 0px 2px 6px #999; 
    -moz-box-shadow: 0px 2px 6px #999;
    -webkit-box-shadow: 0px 2px 6px #999;
}

#overlay_options .close,
#overlay_options_upgrade .close { right: 17px;}

.reven .service, .rodd .service { 
    width: 182px; 
    height: 64px;
    padding: 0px 5px 0px 15px;
    background: url(img/service-even.jpg) no-repeat right top;
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    line-height: 20px; 
}
.rodd .service { background: url(img/service-odd.jpg) no-repeat right top; }

.payment_options_title { font-size: 15px; text-transform: uppercase; font-weight: bold; text-align: center; padding-bottom: 5px; }

div.recommended {
    background: url(img/bg_rec_plan.png) repeat;
}

.arr_current_package {
    background: url(img/cur_plan_arr.png) no-repeat center top;
    width: 157px;
    height: 28px;
    margin-top: -23px;
    position: absolute;
}

.arr_rec_package {
    background: url(img/rec_plan_arr.png) no-repeat center top;
    width: 157px;
    height: 28px;
    margin-top: -23px;
    position: absolute;
}

.free_trial_available {
    padding-top: 12px;
    padding-left: 44px;
}

/* roadmap */
ul.roadmap li
{
    min-height: 50px;
    background-position: right top;
    background-repeat: no-repeat;
    padding-top:5px;
}

li.rd_planning
{
    background-image: url('img/status_planning.png');
}
li.rd_indev
{
    background-image: url('img/status_indev.png');
}
li.rd_intest
{
    background-image: url('img/status_intest.png');
}
li.rd_released
{
    background-image: url('img/status_released.png');
}
li.rd_stalled
{
    background-image: url('img/status_stalled.png');
}


/* FloatBox implementation */
#floatbox_overlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.floatbox_overlayMacFFBGHack {background: url(images/macFFBgHack.png) repeat;}
.floatbox_overlayBG {
    background-color: #000;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

*html #floatbox_overlay { /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#floatbox_HideSelect {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    border: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
}

*html #floatbox_HideSelect { /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

.floatbox_container {
    position: fixed;
    z-index: 102;
    background: #fff;
    border: 4px solid #525252;
    width: 300px;
}

.floatbox_header {
    padding: 4px;
    text-align: left;
}

.floatbox_header a.close_btn {
    margin: 2px;
        background: url(images/ow-ic-close.png) no-repeat;
}

.floatbox_body {
    padding: 4px;
    text-align: left;
}

.floatbox_bottom {
    padding: 4px;
    text-align: center;
}

/* FloatBox implementation */


/* the overlayed element */
.overlay {
    display:none;
    z-index:10000;
    background-color:#fff;
    width:840px;    
    min-height:200px;
    border:1px solid #666;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    padding: 35px 20px 35px 20px; 
}

.overlay .close {
    background: url(img/overlay_close.png) no-repeat center center;
    position:absolute;
    right:5px;
    top:5px;
    cursor:pointer;
    height:30px;
    width:30px;
}

.overlay_arrow{
    display: none;
    position: absolute;
    left: 50%;
    top: -10px;
}

.overlay_arrow span{
    display: block;
    border: 10px dashed transparent;
    border-bottom-color:#fff;
    border-bottom-style:solid;
    border-bottom-width:10px;
    border-top-width:0;
}

.overlay_arrow_down{
    display: none;
    position: absolute;
    left: 50%;
    bottom: -10px;
}

.overlay_arrow_down span{
    display: block;
    border: 10px dashed transparent;
    border-top-color:#fff;
    border-top-style:solid;
    border-top-width:10px;
    border-bottom-width:0;
}

.inline_overlay {
    display: none;
    z-index: 10000;
    background: url(img/subscribe_popup.png) no-repeat;
    width: 232px;
    height: 230px;
    padding: 25px; 
}

.inline_overlay .close {
    background: url(img/overlay_close.png) no-repeat center center;
    position:absolute;
    right:15px;
    top:5px;
    cursor:pointer;
    height:30px;
    width:30px;
}

/* message */
.message_cont{
    left: 50%;
    margin-left: -410px;
    position: fixed;
    top:0;
    z-index: 10002;
    margin-top: 100px;
}

.message_node{
    font-size: 16px;
    text-transform: uppercase;
    font-weight:bold;
    margin:5px 0;
    width: 820px;
    text-align:center;
    overflow: auto;
    background: transparent url(img/message_top.png) no-repeat 16px top;
    padding-top: 8px;
}

.message_node_bot {
    background: transparent url(img/message_bot.png) no-repeat 2px bottom;
    padding-bottom: 42px;
}

.message_node_in {
    padding: 0px 12px 0px 16px;
    background-image: url(img/message_mid.png);
    background-position: 7px 0px;
    background-repeat: repeat-y;
}

.message_node_c {
    padding: 10px 14px 0px 11px;
    color: #fff;
}
.message_cont .error {
    background-image: url(img/message_top_error.png);
}

.message_cont .error .message_node_bot {
    background-image: url(img/message_bot_error.png);
}

.message_cont .error .message_node_in {
    background-image: url(img/message_mid_error.png);
    background-position: 6px 0px;
}

.message_cont .error .message_node_c {
}

.message_cont .warning{
    background:#FFE04F;
    border:1px solid #E4C224;
    color:#666;
}

.message_cont .info{
    /*background:#4CA33D;*/
    /*border:1px solid #428F35;*/
    color:#FFFFFF;
}

.message_node a.close_button {
    background:url(img/message_close.png) no-repeat 0 0;
    float:right;
    height:23px;
    width:22px;
}
.message_cont .error a.close_button {
    background:url(img/message_close_error.png) no-repeat 0 0;
}

/************* CUSTOM SELECT **************/
.sb-custom {
  display: block;
  height: 28px;
  position: relative;
  width:  100%;
}
.custom-select { display: none; }
.no-js .custom-select { display: block; }

.sb-select {
  background: url(img/select-arrow.jpg) no-repeat 100% 50%;
  border: none;
  cursor: pointer;
  color: #444;
  left: 0;
  padding: 5px 30px 5px 5px;
  position: relative;
  text-decoration: none;
  top: 0;
  z-index: 1;
  width: 89%;
}
.sb-dropdown {
  background: white;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2), inset 0px 6px 8px -8px rgba(0, 0, 0, .5);
     -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .2), inset 0px 6px 8px -8px rgba(0, 0, 0, .5);
          box-shadow: 0 0 4px rgba(0, 0, 0, .2), inset 0px 6px 8px -8px rgba(0, 0, 0, .5);
  display: none;
  font-size: .9em;
  left: 0px;
  list-style: none;
  margin: 0;
  padding: 0px;
  position: absolute;
  top: 30px;
  z-index: 0;
  width: 100%;
}
ul.sb-dropdown a {
  color: #444;
  display: block;
  padding: 3px 6px;
  text-decoration: none;
}
.sb-dropdown a:hover,
.sb-dropdown .selected {
  background: #efefef;
}

.sb-dropdown li { list-style-image: none; margin: 0px; }

#recaptcha_response_field {
    background-color: #fff;
}

.pl_overlay {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    background: #000;
    opacity: 0.2;
    display: none;
}
.pl_cont {
    background: url(img/preloader_l.png) no-repeat left top;
    padding-left: 27px;
    float: left;
    display: none;
    position: fixed;
    z-index: 10001;
}
.pl_right {
    background: url(img/preloader_r.png) no-repeat right top;
    padding-right: 27px;
    float: right;
}
.pl_center {
    background: url(img/preloader_c.png) repeat-x center top;
}
.pl_inner {
    background: url(img/preloader_house.png) no-repeat center 13px;
    height: 139px;
}
.pl_anim {
    background: url(img/pre.gif) no-repeat center 35px;
    height: 74px;
    width: 100%;
}
.pl_text {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #fff;
    min-width: 100px;
}
.vote_wall_fm {
    background: url(img/vote_wall_fm.png) no-repeat 0px 0px;
    width: 293px;
    height: 71px;
    position: fixed;
    top: 0px;
    right: 5%;
    display: block;
}
.vote_wall_fm:focus {
outline: 0;
}

/* new styles */

.package_diagram table,
.package_diagram table tr,
.package_diagram table td {
    border-collapse:collapse;
    border-spacing: 0px;
}

/* invitation page */
.invitation .ready_block {
	width:651px;
	margin: 0 auto 35px;
	padding: 0;
}

.invitation .ready_block p{
    margin: 20px 10px 0px 10px;
    padding-bottom: 20px;
}
.invitation .ready_block p:first-child +p {
	padding-bottom: 30px;
}
.invitation .page_title h1 {
    font-size: 22px;
    font-weight: bold;
}
.invitation h2 {
    font-size: 22px;
    margin-left: 10px;
}
.invitation .ready_block hr {
    border-bottom: 1px solid #fdfdfd;
    height: 1px;
    background-color: #efeeee;
    margin-bottom: 30px;
    margin-top: 30px;
}
.invitation .ready_block ul {
    padding: 0 10px;
    margin-bottom: 30px;
}/*
.content.about .column.two span{
    float: right;
    margin-left: 20px;
    text-align: center;
}
.content.about .logos {
    height: 260px;
}
.content.about .logo_skalfa{
    height: 41px;
}*/
/*------------------------- Index Promo Niches -------------------------*/

.index_top_margin {
    margin-top: 28px;
}
.index_padding_bottom {
    padding-bottom: 28px;
}
div.index_music {
    background: url(img/promo_music.png) no-repeat 0px 0px;
}
div.index_promo .promo_title_music {
    background: url('img/promo_title_music.png') no-repeat;
    height: 68px;
    color: transparent;
}
div.index_local {
    background: url(img/promo_local.png) no-repeat 0px 0px;
}
div.index_promo .promo_title_local {
    background: url('img/promo_title_local.png') no-repeat;
    height: 81px;
    color: transparent;
}
div.index_crafts {
    background: url(img/promo_crafts.png) no-repeat 0px 0px;
}
div.index_crafts .promo_niche_descr {
    color: #594233;
}
div.index_promo .promo_title_crafts {
    background: url('img/promo_title_crafts.png') no-repeat;
    height: 37px;
    color: transparent;
}
div.index_pet {
    background: url(img/promo_pet.png) no-repeat 0px 0px;
}
div.index_promo .promo_title_pet {
    background: url('img/promo_title_pet.png') no-repeat;
    height: 15px;
    color: transparent;
}
div.index_prof {
    background: url(img/promo_prof.png) no-repeat 0px 0px;
}
div.index_prof .promo_niche_descr {
    color: #007a9c;
    font-size: 22px;
    line-height: 34px;
    text-shadow: 1px 2px 2px #fff;
    padding-bottom: 20px;
}
div.index_promo .promo_title_prof {
    background: url('img/promo_title_prof.png') no-repeat;
    height: 78px;
    color: transparent;
}
.promo_text .promo_niche_descr {
    font-size: 25px;   
    line-height: 38px;
}
.index_hor_blocks {
    padding-right: 0px;
}
.index_hor_blocks ul li {
    padding-bottom: 6px;
}
.index_hor_blocks .index_appear,
.index_hor_blocks .index_custom,
.index_hor_blocks .index_social,
.index_hor_blocks .index_inter {
    float: left;
    margin-right: 7px;
    padding: 135px 0px 0px 3px;
    background-repeat: no-repeat;
    background-position: 3px 0px;
}
.index_hor_blocks .index_appear {
    background-image: url(img/index_appear.png);
    width: 230px;
}
.index_hor_blocks .index_custom {
    background-image: url(img/index_custom.png);
}
.index_hor_blocks .index_social {
    background-image: url(img/index_social.png);
    width: 223px;
}
.index_hor_blocks .index_inter {
    background-image: url(img/index_inter.png);
    width: 200px;
    margin-right: 0px;
}
.index_hor_blocks strong {
    display: block;
    font-size: 15px;
    margin-bottom: 13px;
}
.index_icon_col {
    width: 298px;
    margin-top: 90px;
}
.index_icon_txt {
    color: #858585;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 76px;
}
.index_icon_txt h2 {
    font-size: 24px;
    color: #646464;
    margin-bottom: 0px;
}
.index_icon_txt.block_foto {
    background: url(img/index_icon_foto.png) no-repeat 0px 0px;
}
.index_icon_txt.block_video {
    background: url(img/index_icon_video.png) no-repeat 0px 0px;
}
.index_icon_txt.block_chat {
    background: url(img/index_icon_chat.png) no-repeat 0px 0px;
}
.index_icon_txt.block_fotovideo {
    background: url(img/index_icon_fotovideo.png) no-repeat 0px 0px;
}
.index_icon_txt.block_forum {
    background: url(img/index_icon_forum.png) no-repeat 0px 0px;
}
.index_icon_txt.block_groups {
    background: url(img/index_icon_groups.png) no-repeat 0px 0px;
}
.index_icon_txt.block_blogs {
    background: url(img/index_icon_blogs.png) no-repeat 0px 0px;
}
.index_icon_txt.block_third {
    background: url(img/index_icon_third.png) no-repeat 0px 0px;
}
.index_icon_txt.block_events {
    background: url(img/index_icon_events.png) no-repeat 0px 0px;
}
.index_icon_txt.block_groups {
    background: url(img/index_icon_groups.png) no-repeat 0px 0px;
}

.index_icon_txt div {
    height: 80px;
}
.index_start_steps {
    float: right;
    text-align: center;
}
.index_start_steps h2 {
    margin-left: 19px;
    margin-bottom: 35px;
}
.btn_index_create_niche {
    display: inline-block;
    float: none;
    width: 215px;
    height: 89px;
    margin-right: -19px;
    background: url(img/btn_index_create_niche.png) no-repeat 0px 0px;
}
.btn_index_create_niche.pressed_state {
    background: url(img/btn_index_create_niche.png) no-repeat 0px -89px;
    outline: none;
}
.btn_index_live_demo {
    float: right;
    width: 215px;
    height: 89px;
    background: url(img/btn_index_live_demo.png) no-repeat 0px 0px;
}
.btn_index_live_demo.pressed_state {
    background: url(img/btn_index_live_demo.png) no-repeat 0px -89px;
    outline: none;    
}
.music-fan-community .index_networks_block,
.craft-community .index_networks_block,
.local-community .index_networks_block,
.pet-lovers-community .index_networks_block,
.professional-community .index_networks_block {
    width: 443px;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 20px;
}
.music-fan-community .inner_body,
.craft-community .inner_body,
.local-community .inner_body,
.pet-lovers-community .inner_body,
.professional-community .inner_body {
    padding-bottom: 0px;
}
.music-fan-community .index .inner_bottom,
.craft-community .index .inner_bottom,
.local-community .index .inner_bottom,
.pet-lovers-community .index .inner_bottom,
.professional-community .index .inner_bottom  {
    background: url(img/bottom_inner.png) no-repeat 0px 0px;
}
.music-fan-community .promo_field label {
    text-shadow: 1px 2px 1px #171717;    
}
.craft-community .promo_field label {
    text-shadow: 0px -1px 0px #672100, 0px 1px 0px #fbc49d;    
    color:#a65d19;
}
.local-community .promo_field label {
    text-shadow: 1px 2px 1px #236203;
}
.professional-community .promo_field label {
    text-shadow: 1px 2px 1px #a0a0a0;
}
.music-fan-community .promo_field span {
    text-shadow: 1px 2px 1px #171717;
}
.craft-community .promo_field span {
    text-shadow: 0px -1px 0px #672100, 0px 1px 0px #fbc49d;    
    color:#a65d19;
}
.local-community .promo_field span {
    text-shadow: 1px 2px 1px #236203;
}
.professional-community .promo_field span{
    text-shadow: 1px 2px 1px #a0a0a0;
}
.music-fan-community .form_tail{
    background: url(img/promo_tail_music.png) no-repeat scroll 0 0 transparent;
    height: 161px;
    left: -3px;
    top: 351px;
}
.craft-community .form_tail{
    background: url(img/promo_tail_crafts.png) no-repeat scroll 0 0 transparent;
    height: 161px;
    left: -3px;
    top: 352px;
}
.local-community .form_tail{
    background: url(img/promo_tail_local.png) no-repeat scroll 0 0 transparent;
    height: 161px;
    left: -3px;
    top: 352px;
}
.pet-lovers-community .form_tail{
    background: url(img/promo_tail_pet.png) no-repeat scroll 0 0 transparent;
    height: 161px;
    left: -3px;
    top: 352px;
}
.professional-community .form_tail {
    background: url(img/promo_tail_prof.png) no-repeat scroll 0 0 transparent;
    height: 161px;
    left: -3px;
    top: 352px;
}
.music-fan-community .promo_input {
    background: url(img/promo_input_music.png) no-repeat scroll 0 7px transparent;  
}
.craft-community .promo_input {
    background: url(img/promo_input_crafts.png) no-repeat scroll 0 7px transparent;
    color: #9f9f9f;
}
.local-community .promo_input {
    background: url(img/promo_input_local.png) no-repeat scroll 0 7px transparent;
}
.professional-community .promo_input {
    background: url(img/promo_input_prof.png) no-repeat scroll 0 7px transparent;
    color: #9f9f9f;
}
.index_screen_place {
    margin-top: 58px;
    width: 543px;
    height: 635px;
}
.music-fan-community .index_screen_place {
    background: url(img/index_music_screen.png) no-repeat 0px 0px;
}
.craft-community .index_screen_place {
    background: url(img/index_crafts_screen.png) no-repeat 0px 0px;
}
.local-community .index_screen_place {
    background: url(img/index_local_screen.png) no-repeat 0px 0px;
}
.pet-lovers-community .index_screen_place {
    background: url(img/index_pet_screen.png) no-repeat 0px 0px;
}
.professional-community .index_screen_place {
    background: url(img/index_prof_screen.png) no-repeat 0px 0px;
    height: 735px;    
}
.music-fan-community .promo_btn {
    background: url(img/btn_create_music.png) no-repeat scroll 0 0 transparent;
    width: 161px;
    height: 82px;   
}
.music-fan-community .promo_btn input {
    width: 161px;
    height: 82px;   
}
.craft-community .promo_btn {
    background: url(img/btn_create_crafts.png) no-repeat scroll 0 0 transparent;
    width: 167px;
    height: 116px; 
    margin-top: 0px; 
}
.craft-community .promo_btn input {
    width: 167px;
    height: 116px; 
}
.local-community .promo_btn {
    background: url(img/btn_create_local.png) no-repeat scroll 0 0 transparent;
    width:120px;
    height: 116px;
    margin: 0px 0px 0px 15px;
}
.local-community .promo_btn input {
    width:116px;
    height: 114px;
}
.pet-lovers-community .promo_btn {
    background: url(img/btn_create_pet.png) no-repeat scroll 0 0 transparent;
    width: 161px;
    height: 107px;
    margin-top: 0px;  
}
.pet-lovers-community .promo_btn input {
    width:161px;
    height: 107px;
}
.professional-community .promo_btn {
    background: url(img/btn_create_prof.png) no-repeat scroll 0 0 transparent;
    width: 161px;
    height: 90px;
    margin-top: 10px;      
}
.music-fan-community .promo_btn.pressed_state {
    background-position: 0px -86px;
}
.craft-community .promo_btn.pressed_state {
    background-position: 0px -120px;
}
.local-community .promo_btn.pressed_state {
    background-position: 0px -116px;
}
.pet-lovers-community .promo_btn.pressed_state {
    background-position: 0px -111px;
}
.professional-community .promo_btn.pressed_state {
    background-position: 0px -110px;
}
/*------------------------- End of the Index Promo Niches -------------------------*/
