/*list*/
h6 {
    font-weight: bold;
}

ul.data {
    margin:0 0 0.8em 1em;
    position:relative;
    left:1.5em;
    padding:0;
}
p + ul.data, p + ol.data {
    margin-top:-0.5em;
}
ol.data {
    margin-bottom:0.8em;
}
ul.data li {
    padding-left:0;
    text-indent:-1.3em;
    margin:0 0 0.2em 0;
    _behavior: expression( !this.before ? this.before = this.innerHTML = '<span class="dash">&mdash;</span>' + this.innerHTML : '' );
}
ul.data li:before {
    content: '\2014';
    margin-right: 0.25em;
}
.big_long_blue_bt {
    display: block;
    background: url("../img_old/big_long_bt.png") 0 -113px no-repeat;
    width: 465px;
    height: 57px;
    line-height:2.4;
    padding:0;
    color:#fafafa;
    text-align:center;
    font-size:2em;
    text-shadow:0.05em 0.05em #2f8dc3;
    text-decoration:none;
    cursor:pointer;
    margin: 20px 0 25px;
}
.big_long_blue_bt:hover {
    background-position: 0 -56px;
}
.big_long_blue_bt:active {
    background-position: 0 0;
}
.big_long_blue_bt_centered {
    margin: 30px auto 40px;
}
.index .content .sub4 .download,
.index .content .sub4 .buynow, 
.big_blue_bt, .gray_big_bg {
    display:block;
    background:url("../img_old/big_bt.png") 0 -114px no-repeat;
    width:301px;
    height:57px;
    line-height:2.4;
    padding:0;
    color:#808080;
    text-align:center;
    font-size:2em;
    text-shadow:0.05em 0.05em #fff;
    text-decoration:none;
    cursor:pointer;
}
.index .content .sub4 .buynow, 
.big_blue_bt{
    background-position: -301px -114px;
    color:#fafafa;
    text-shadow:0.05em 0.05em #2f8dc3;
    position:relative;
}
.index .content .sub4 .download:hover, 
.gray_big_bg:hover {
    background-position: 0 -57px;
}
.index .content .sub4 .buynow:hover, 
.big_blue_bt:hover {
    background-position: -301px -57px;
}
.index .content .sub4 .download:active, 
.gray_big_bg:active {
    background-position: 0 0;
}
.index .content .sub4 .buynow:active, 
.big_blue_bt:active {
    background-position: -301px 0;
}
.big_blue_bt i.arr {
    zoom: 1;
    display: inline-block;
    margin: 0 5px -5px 0;
    width: 23px;
    height: 24px;
    background: url(../img_old/split.png) -263px -88px no-repeat;
}

.sub_menu {
    position: relative;
    width: 970px;
    margin: 0 auto;

    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.width {
    position: relative;
    width: 980px;
    text-align: left;
    margin: 0 auto;
}

.content {
    margin-bottom: 33px;
    clear: both;
    box-shadow: 0 0 0 1px #d9d9d9, 0 0 0 2px #ffffff;
    -moz-box-shadow: 0 0 0 1px #d9d9d9, 0 0 0 2px #ffffff;
    -webkit-shadow: 0 0 0 1px #d9d9d9, 0 0 0 2px #ffffff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 20px;
    background: #ffffff;
    zoom: 1;
}
.content_top_0{
    padding-top: 0;
}
.content h2 {
    font-size: 200%;
    color: #393939;
    margin-bottom: 0.3em;
}
.content p.hdescr {
    margin-top: -10px;
}

/* preview2 */
.preview ul,
.preview li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
}
.preview2 ul.tabs {
    position: relative;
}
.preview2 ul.tabs li {
    position: relative;
    margin-bottom: 8px;
    border: 1px solid #ededed;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.preview2 ul.tabs li.over,
.preview2 ul.tabs li.active {
    background: #fafafa;
}
.preview2 .tab {
    zoom: 1;
    overflow: hidden;
    padding: 10px 15px;
}
.preview2 .tab .image {
    float: left;
    width: 75px;
}
.preview2 .tab .image img {
    display: block;
}
.preview2 .tab span {
    display: block;
    margin-top: 5px;
    font-weight: bold;
    color: #32a4e5;
}
.preview2 .tab img.arr {
    margin-left: 2px;
    width: 10px;
    height: 10px;
    background: url(../img_old/split.png) -290px -88px no-repeat;
}
.preview2 li.active .tab img.arr {
    background: url(../img_old/split.png) -290px -98px no-repeat;
}
.preview2 .tab-cont {
    zoom: 1;
    overflow: hidden;
    display: none;
    padding: 10px 15px;
}
.preview2 li.active .tab-cont {
    display: block;
}


/*tabbed content*/
#tabbed-content {
    background-color:#fafafa;
    border:1px #ededed solid;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    margin-bottom:25px;
}
#tabbed-content .tabs-block a {
    display:block;
    float:left;
    background-color:#ffffff;
    border-bottom:1px #ededed solid;
    width:312px;
    color:#404040;
    font-size:120%;
    height:100px;
    padding-top:65px;
    position:relative;
    z-index:50;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#tabbed-content .tabs-block a:hover {
    text-decoration:none;
    background-color:#fafafa;
    border:1px #ededed solid;
    border-width:0 1px 1px;
    margin:0 -1px;
    z-index:75;
}
#tabbed-content .tabs-block a.active {
    background-color:#fafafa;
    border:1px #ededed solid;
    border-width:0 1px;
    border-bottom:1px #fafafa solid;
    margin:0 -1px;
    z-index:100;
}
#tabbed-content .tabs-block a img {
    float:left;
    margin:-35px 10px 0 25px;
}
#tabbed-content .tabs-block a span {
    color:#808080;
    display:block;
    margin-right:20px;
}
#tabbed-content .tabs-block .first {
    border-left-width:0!important;
    margin-left:0;
}
#tabbed-content .tabs-block .first.active {
    margin-left:0;
}
#tabbed-content .tabs-block .first .tl {
    background-position:0 0;
}
#tabbed-content .tabs-block .first.active .tl, #tabbed-content .tabs-block .first:hover .tl {
    background-position:0 -26px;
}
#tabbed-content .tabs-block .first:hover {
    margin-left:0;
}
#tabbed-content .tabs-block .last {
    border-right-width:0!important;
    margin-right:0;
}
#tabbed-content .tabs-block .last .tr {
    background-position:-6px 0;
}
#tabbed-content .tabs-block .last.active .tr, #tabbed-content .tabs-block .last:hover .tr {
    background-position:-7px -26px;
}
#tabbed-content .container {
    padding:20px;
}

.list-side {
    float: right;
    width: 270px;
}
.list-side h4 {
    margin: 0 0 2px;
    padding: 0;
    font-size: 100%;
    color: #666;
}
.list-side .photo {
    position: relative;
    left: -7px;
}
.list-side p {
    font-size: 94%;
}
.list-side strong {
    color: #666;
}
.list-side .rss-link {
    text-align: center;
}
.list-side .rss-link a {
    position: relative;
    top: -70px;
}

/* features */
.features,
.features li {
    padding-left: 0 !important;
    display: block;
    list-style: none;
    list-style-image: none;
}
.features {
    text-align: center;
}
.features li {
    zoom: 1;
    display: inline-block;
    margin: 0 8px 15px;
    vertical-align: top;
    *display: inline;
    text-align: center;
    background: url(../img_old/split.png) -1000px top no-repeat;
}
.features img {
    zoom: 1;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    padding: 25px 0 15px;
}
.features a {
    display: block;
    width: 173px;
    height: 171px;
    background: url(../img_old/split.png) -1000px top no-repeat;
}
.features a:hover {
    background-position: -138px -176px;
    text-decoration: none;
}
.features h3 {
    font-size: 120%;
}

.features-list .sec1 {
    width:220px;
    float:left;
}
.features-list .sec1 img.image {
    margin-bottom:25px;
}

.features-list .sec2 {
    //zoom:1;
    overflow:hidden;
    padding-left:20px;
    font-size:120%;
}
.features-list .sec2_1 {
    float: left;
    margin-left: 20px;
    overflow: visible;
    padding-left: 0;
    width: 455px;
}
.features-list .sec2 .descr p {
    margin:0 0 15px;
}


.features-list .sec3 {
    margin-top: 10px;
}
.features-list .sec3 .video {
    float: right;
    margin-left: 50px;
}
.features-list .tm {
    //zoom: 1;
    overflow: hidden;
    display: block;
}
.features-list .tm li {
    margin-bottom: 22px;
}
.features-list .tm2 li {
    //zoom: 1;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    width: 50%;
}
.features-list .tm .image {
    float: left;
    margin-right: 15px;
}
.features-list .tm p {
    font-style: italic;
    font-size: 90%;
}
.features-list .tm2 p {
    margin-right: 20px;
}
.features-list .tm span {
    font-size: 90%;
    color: #666;
    font-weight: bold;
}
.features-list .tm a {
    font-size:90%;
}
.features-list .descr img.ws_1 {
    margin: 0 0 55px;
}
.features-list .descr img.ws_2 {
    margin: 0 0 0 55px;
}
.features-list .descr img.ws_3 {
    margin: 0 0 75px 20px;
}
.features-list .descr p.ds {
    position: absolute;
    line-height: 160%;
    color: #808080;
}
.features-list .descr p.ds1_1 {
    left: 180px;
    top: 25px;
}
.features-list .descr p.ds2_1 {
    left: 545px;
    top: 25px;
    text-align: right;
}
.features-list .descr p.ds3_1 {
    left: 74px;
    top: 588px;
}
.features-list .descr p.ds4_1 {
    left: 395px;
    top: 588px;
}
.features-list .descr p.ds5_1 {
    left: 790px;
    top: 588px;
}

.features-list .descr p.ds1_3 {
    left: 0;
    top: 200px;
    width: 170px;
}
.features-list .descr p.ds2_3 {
    left: 450px;
    top: 35px;
}
.features-list .descr p.ds3_3 {
    left: 810px;
    top: 35px;
}
.features-list .descr p.ds4_3 {
    left: 96px;
    top: 605px;
}
.features-list .descr p.ds5_3 {
    left: 270px;
    top: 540px;
}
.features-list .descr p.ds6_3 {
    left: 675px;
    top: 605px;
}
.features-list .sec6 {
    float: right;
    width: 240px;
}
.security .features-list .list2 {
    width: 220px;
    clear: right;
}
.security .wcs_text {
    background: url("../img_old/vb100.png") 0 0 no-repeat;
    padding-left: 80px;
}
.features-list .tm {
    //zoom: 1;
    overflow: hidden;
    display: block;
}
.features-list .tm li {
    margin-bottom: 22px;
}
.features-list .tm2 li {
    //zoom: 1;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    width: 50%;
}
.features-list .tm .image {
    float: left;
    margin-right: 15px;
}
.features-list .tm p {
    font-style: italic;
    font-size: 90%;
}
.features-list .tm2 p {
    margin-right: 20px;
}
.features-list .tm span {
    font-size: 90%;
    color: #666;
    font-weight: bold;
}
.features-list .tm a {
    font-size:90%;
}
.data_control .features-list .font1 {
    left: 4px;
}


.features-list .list2 {
    float: right;
    margin-left: 20px;
}
.features-list .list2 ul {
    font-size: 80%;
}
.features-list .list2 li {
    position: relative;
    margin: 0 0 15px;
    padding-right: 30px;
    background: url(../img_old/dash2.gif) left bottom repeat-x;
}
.features-list .list2 .in {
    padding-right: 7px;
}
.features-list .list2 i.chk {
    display: block;
    position: absolute;
    right: 0;
    bottom: 2px;
    width: 19px;
    height: 15px;
    background: #fafafa url(../img_old/split.png) -520px -147px no-repeat;
}
.features-list .list2 span {
    padding-right: 2px;
    background: #fafafa;
    font-size:12px;
}



.browsers_list li {
    float: left;
    width: 55px;
    text-align: center;
    font-size:12px;

}
.browsers_list img {
    display: block;
    margin: 0 auto 3px;
}

/*corners 2*/
.corners2 {
    background: #fafafa;
    margin-bottom:15px;
    height: auto;
}
.corners2 .in {
    border:1px solid #ededed;
    padding:10px 30px 10px 15px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
.corners2 .text {
    float:left;
    width:235px;
}
.corners2 .police {
    padding: 10px;
    text-align: center;
}
.corners2 .police a {
    font-size: 12px;
}



.tasks .double {
    width:218px;
    margin-left:20px;
    background: url(../img_old/app/sharpen.gif) 0 0 repeat-x;
    border: 1px solid #D9D9D9;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.tasks .task {
    float:left; 
    text-align:center;
    font-size:85%;
    margin-bottom:15px;
}
.tasks .selected{
    font-weight:bold;
}

.tasks .double li {
    float:left;
    text-align:center;
    padding:5px 0 5px 3px;
    width:100px;
}
.tasks .double li a.link {
    position:relative;
    display:block;
    margin-top:-5px;
}
.tasks .task img {
    display:block;
    margin:0 auto;
}
.tasks p {
    font-weight:bold;
    padding:0.7em 0 1em;
}
.ml .double{
    margin-left:0;
}

.ribbon {
    position: relative;
    height: 155px;
    margin: 0 -35px 15px;
    background: url(../img_old/ribbon.png) left top no-repeat;
    z-index: 99;
}
.ribbon .pd, .ribbon2 .pd {
    padding: 40px 35px 0;
}
.ribbon a.bt {
    /*float: right;
    margin-top: 10px;*/
    float: none;
    margin: 10px auto 0;
}
.ribbon h2 {
    color: #000;
}
.ribbon p {
    color: #404040;
    font-size: 13px;
}

ul.countrylist {
    float:left;
    width:185px;
}
ul.countrylist li {
    line-height:16px;
    margin:8px 0 0 14px;
    font-size:95%;
    color:#292929;
}
ul.countrylist li div {
    line-height:1;
    padding:2px 0 0 20px;
    color:#808080;
}
.countrylist .landlines, .countrylist .mobiles {
    color:#8A8F91;
    font-size:85%;
    line-height:13px;
    padding-top:1px;
    font-family:helvetica;
    //zoom:1;
}
.countrylist .landlines img, .countrylist .mobiles img {
    height: 12px;
    width: 12px;
    margin-right: 3px;
    background:url("../img_old/split.png") -513px -67px no-repeat;
}
.countrylist .mobiles {
    margin-left:5px;
}
.countrylist .mobiles img {
    background:url("../img_old/split.png") -513px -81px no-repeat;
}

.flag {
    background-image:url(../img_old/flags_matrix.png);
    display:block;
    float:left;
    height:11px;
    margin:2px 4px 2px 0;
    width:16px;
}
.geek_on_demand .corners {
    margin-bottom:1.6em;
}

.more {
    float: right;
    clear: right;
    display: block;
    font-size: 1em;
    padding-right: 10px;
    position: relative;
    margin-bottom: 10px;
}

.more i {
    display: block;
    position: absolute;
    bottom: 3px;
    right: 0;
    background: url("../img_old/split.png") -214px -70px no-repeat;
    width: 5px;
    height: 7px;
    font-size: 0;
    line-height: 0;
}

.font1 {
    font-size: 80%;
}