﻿body, html {
    padding: 0px;
    margin: 0px;
    height: 100%;
    font-size: 14px;
    /*font-family:sans-serif, Arial;*/
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    color: #8C8C8C;
}

body {
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes fontfix {
    from {
        opacity: 1;
    }

    to {
        opacity: 1;
    }
}



h1.topmenulinkActive {
    margin-top: 0px;
    margin-bottom: 0px;
}

.red_all_underline {
    text-decoration: underline;
    color: #666666;
    cursor: pointer;
    margin-bottom: 20px;
}

.audio_player_settings {
    border: 1px solid #cccccc;
    background-color: #FEFEFE;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

h2, .FollowAsHeader, h1.prodDescriptionHeader, h1.contentheader, h1.ndfo_topPageHeaderBOX, .program_links_block h3 {
    margin: 0px;
    padding: 0px;
    margin-bottom: 32px;
    font-size: 24px;
    color: #3c3c3c;
    font-weight: normal;
}

h3 {
    margin-top: 30px;
    font-size: 14px;
    font-weight: bold;
}

.FollowAsHeader {
    display: block;
}

a {
    color: #3c3c3c;
    cursor: pointer;
}

    a:hover {
        color: #F05B4A;
    }


/* structures */
.centerblock {
    width: 1178px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}

#main {
    min-height: 100%;
    position: relative;
}

#footer {
    position: relative;
    height: 92px;
    margin-top: -92px;
    width: 100%;
    border-top: 1px solid #eaeaea;
    padding: 0px;
}

#footercontent {
    position: relative;
    padding-top: 21px;
}

#footer_menu {
    margin-top: 0px;
}

#new_post_block {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 708px;
    height: 236px;
    margin-left: -384px;
    margin-top: -143px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #FFFFFF;
    border: 1px solid #dedede;
    border-radius: 6px;
    box-shadow: 0px 0px 10px #dedede;
    z-index: 20;
}

#shadeBack, .shadeback {
    display: none;
    background-color: transparent;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    background-image: url('/img2/uf/shadeback.png');
    z-index: 5;
}

#topline_cont {
    position: relative;
    width: 100%;
    height: 0px;
}

#topline {
    position: absolute;
    left: 0px;
    top: 80px;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
}

#topback {
    position: relative;
    height: 174px;
    width: 100%;
    background-image: url('/img2/misc/adsback.png');
    background-repeat: repeat-x;
    background-position: left bottom;
    margin-top: -174px;
    z-index: 1;
}

#topback_elems {
    width: 1360px;
    height: 148px;
    background-image: url('/img2/misc/adselems.png');
    background-repeat: no-repeat;
}

#social_block_content {
    position: relative;
    height: 125px;
    padding-top: 20px;
    padding-left: 20px;
    width: 120px;
    background-color: #FFFFFF;
}

#social_block_border {
    position: absolute;
    left: 18px;
    top: -50px;
    width: 104px;
    height: 50px;
    background-color: #FFFFFF;
    background-image: url('/img2/uf/h_fill.png');
    background-position: 103px -5px;
    background-repeat: no-repeat;
}

#social_block_border_left {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1px;
    height: 50px;
    background-image: url('/img2/uf/h_fill.png');
    background-position: 0px -5px;
    background-repeat: no-repeat;
}

.social_block_flow {
    position: absolute;
    left: 11px;
    top: 18px;
}


#social_block {
    display: none;
    position: absolute;
    left: 171px;
    top: 61px;
    width: 140px;
    height: 145px;
    border: 1px solid #dbdbdb;
    z-index: 10;
    background-color: #FFFFFF;
}

#content {
    padding-bottom: 213px; /*93+120*/
    /*margin-top:48px;*/
}

#noindexContent {
    margin-top: 48px;
}


#topmenu {
    position: relative;
    height: 80px;
}

#dvslogo {
    position: absolute;
    left: 0px;
    top: 20px;
    background-image: url('/img2/uf/logot.png');
    background-repeat: no-repeat;
    height: 40px;
    width: 169px;
    padding-left: 60px;
    padding-top: 10px;
}


#soclinks {
    position: absolute;
    left: 211px;
    top: 32px;
    z-index: 20;
    width: 450px;
    height: 30px;
}

#main_menu {
    position: relative;
    float: right;
    margin-top: 18px;
    padding-top: 12px;
    width: 900px;
    height: 28px;
}

#languageSelectMainBox {
    float: right;
    cursor: pointer;
}

#languageSelectLanguages {
    position: absolute;
    width: 270px;
    height: 130px;
    left: 620px;
    top: 40px;
    border: 1px solid #eaeaea;
    background-color: #FFFFFF;
    padding-left: 10px;
    padding-top: 5px;
    display: none;
    z-index: 10;
}

/*index pages */
#topprog {
    width: 1179px;
    height: 233px;
    margin-top: 55px;
}

.FeaturedProgram {
    margin-top: 0px;
    margin-left: 47px;
    margin-right: 0px;
}

.downloadMoreBlock {
    margin-top: 38px;
    text-align: center;
}

/***************************************************************************/
/*common styles*/

.facebook {
    float: left;
    width: 95px;
    margin-right: 15px;
}

.twitter {
    float: left;
    width: 65px;
    margin-right: 15px;
}

.googleplus {
    float: left;
    width: 95px;
}


/* buttons */
.dld_btn {
    display: block;
    float: left;
    cursor: pointer;
}

.dld_bl_left,
.dld_gr_left,
.dld_pl_left,
.dld_dgr_left,
.dld_green_left,
.dld_simo_left,
.dld_smallbtn_left {
    float: left;
    width: 6px;
    height: 54px;
    background-repeat: no-repeat;
    background-image: url('/img2/uf/dld_bl_left_right.png');
    background-position: 0px 0px;
}

.dld_simobig_left {
    float: left;
    width: 20px;
    height: 170px;
    background-repeat: no-repeat;
    background-image: url('/img2/uf/dld_bl_left_right_big.png');
    background-position: 0px 0px;
}

a:hover .dld_simobig_left {
    background-position: 0px -170px;
}

.dld_smallbtn_left {
    height: 50px;
    background-position: 0px -453px;
}

a:hover .dld_smallbtn_left {
    height: 50px;
    background-position: -12px -453px;
}

.dld_simo_left {
    height: 66px;
    background-position: 0px -387px;
}

a:hover .dld_simo_left {
    background-position: -12px -387px;
}

.small .dld_bl_left {
    height: 43px;
    background-position: 0px -108px;
}

a:hover .dld_bl_left {
    background-position: 0px -54px;
}

a:hover .dld_gr_left {
    background-position: -12px -54px;
}

a:hover .dld_dgr_left {
    background-position: -12px -279px;
}

a:hover .dld_pl_left {
    background-position: -12px -151px;
}

.small a:hover .dld_bl_left {
    height: 43px;
    background-position: -12px -108px;
}

.dld_green_left {
    background-position: 0px -333px;
}

.dld_gr_left {
    background-position: -12px 0px;
}

a:hover .dld_green_left {
    background-position: -12px -333px;
}

.dld_dgr_left {
    background-position: 0px -279px;
}

.dld_pl_left {
    background-position: 0px -151px;
}

.dld_bl_right,
.dld_gr_right,
.dld_pl_right,
.dld_dgr_right,
.dld_green_right,
.dld_simo_right,
.dld_smallbtn_right {
    float: left;
    width: 6px;
    height: 54px;
    background-repeat: no-repeat;
    background-image: url('/img2/uf/dld_bl_left_right.png');
    background-position: -6px 0px;
}

.dld_simobig_right {
    float: left;
    width: 20px;
    height: 170px;
    background-repeat: no-repeat;
    background-image: url('/img2/uf/dld_bl_left_right_big.png');
    background-position: -20px 0px;
}

.dld_smallbtn_right {
    height: 50px;
    background-position: -6px -453px;
}

a:hover .dld_smallbtn_right {
    background-position: -18px -453px;
}

.dld_simo_right {
    height: 66px;
    background-position: -6px -387px;
}

a:hover .dld_simo_right {
    background-position: -18px -387px;
}

a:hover .dld_simobig_right {
    background-position: -20px -170px;
}

.small .dld_bl_right {
    height: 43px;
    background-position: -6px -108px;
}

a:hover .dld_bl_right {
    background-position: -6px -54px;
}

a:hover .dld_gr_right {
    background-position: -18px -54px;
}

a:hover .dld_dgr_right {
    background-position: -18px -279px;
}

a:hover .dld_pl_right {
    background-position: -18px -151px;
}

.small a:hover .dld_bl_right {
    background-position: -18px -108px;
}

.dld_green_right {
    background-position: -6px -333px;
}

a:hover .dld_green_right {
    background-position: -18px -333px;
}

.dld_gr_right {
    background-position: -18px 0px;
}

.dld_dgr_right {
    background-position: -6px -279px;
}

.dld_pl_right {
    background-position: -6px -151px;
}

.dld_bl_mid,
.dld_gr_mid,
.dld_pl_mid,
.dld_dgr_mid,
.dld_green_mid,
.dld_simo_mid,
.dld_smallbtn_mid {
    float: left;
    height: 41px;
    background-repeat: repeat-x;
    background-image: url('/img2/uf/h_fill.png');
    background-position: 0px -55px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 13px;
    text-align: center;
}

.dld_simobig_mid {
    float: left;
    height: 170px;
    background-repeat: repeat-x;
    background-image: url('/img2/uf/h_fill.png');
    background-position: 0px -961px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 13px;
    text-align: center;
}




a:hover .dld_simobig_mid {
    background-position: 0px -1131px;
}


.dld_smallbtn_mid {
    height: 50px;
    background-position: 0px -1301px;
}

a:hover .dld_smallbtn_mid {
    background-position: 0px -1351px;
}


.dld_simo_mid {
    height: 66px;
    background-position: 0px -829px;
}

a:hover .dld_simo_mid {
    background-position: 0px -895px;
}

.dld_green_mid {
    background-position: 0px -721px;
}

a:hover .dld_green_mid {
    background-position: 0px -775px;
}

.small .dld_bl_mid {
    height: 35px;
    padding-top: 8px;
    background-position: 0px -271px;
}

a:hover .dld_bl_mid {
    background-position: 0px -163px;
}

.small a:hover .dld_bl_mid {
    background-position: 0px -314px;
}

.dld_gr_mid {
    background-position: 0px -109px;
}

.dld_dgr_mid {
    background-position: 0px -613px;
}

.dld_pl_mid {
    background-position: 0px -357px;
}

a:hover .dld_gr_mid {
    background-position: 0px -217px;
}

a:hover .dld_dgr_mid {
    background-position: 0px -667px;
}

a:hover .dld_pl_mid {
    background-position: 0px -411px;
}


/* big button */
.big .dld_bl_left {
    float: left;
    width: 6px;
    height: 74px;
    background-repeat: no-repeat;
    background-image: url('/img2/uf/dld_bl_left_right.png');
    background-position: 0px -205px;
}

.big .dld_bl_mid {
    float: left;
    height: 61px;
    background-repeat: repeat-x;
    background-image: url('/img2/uf/h_fill.png');
    background-position: 0px -465px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 13px;
    text-align: center;
}

.big .dld_bl_right {
    float: left;
    width: 6px;
    height: 74px;
    background-repeat: no-repeat;
    background-image: url('/img2/uf/dld_bl_left_right.png');
    background-position: -6px -205px;
}

.big a:hover .dld_bl_left {
    background-position: -12px -205px;
}

.big a:hover .dld_bl_right {
    background-position: -18px -205px;
}

.big a:hover .dld_bl_mid {
    background-position: 0px -539px;
}

/* language selector */
.languageIcon {
    background-color: transparent;
    float: left;
    height: 17px;
    margin: 3px;
    padding-left: 5px;
    padding-top: 5px;
    width: 120px;
    cursor: pointer;
}

.en_flag, .uk_flag, .de_flag, .fr_flag, .it_flag, .pt_flag, .es_flag, .jp_flag, .cn_flag, .cht_flag, .pl_flag, .ru_flag, .tr_flag, .br_flag, .gr_flag, .nl_flag, .hu_flag {
    width: 16px;
    height: 11px;
    background-image: url('/img2/flags/flags.png');
    float: left;
    margin-top: 3px;
}

.en_flag {
    background-position: 0px -198px;
}

.uk_flag {
    background-position: 0px -187px;
}

.de_flag {
    background-position: 0px -33px;
}

.fr_flag {
    background-position: 0px -55px;
}

.it_flag {
    background-position: 0px -77px;
}

.pt_flag {
    background-position: 0px -143px;
}

.es_flag {
    background-position: 0px -44px;
}

.jp_flag {
    background-position: 0px -88px;
}

.cn_flag {
    background-position: 0px -22px;
}

.cht_flag {
    background-position: 0px -110px;
}

.pl_flag {
    background-position: 0px -132px;
}

.ru_flag {
    background-position: 0px -154px;
}

.tr_flag {
    background-position: 0px -165px;
}

.br_flag {
    background-position: 0px -11px;
}

.gr_flag {
    background-position: 0px -66px;
}

.nl_flag {
    background-position: 0px -121px;
}

.hu_flag {
    background-position: 0px -209px;
}

.lang_text {
    float: left;
    margin-left: 4px;
}

.ml_glag {
    margin-left: 5px;
}

.lang_text {
    float: left;
    margin-left: 4px;
    color: #000000;
    font-size: 12px;
    line-height: 16px;
}

.block {
    display: block;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearfloat {
    clear: both;
    float: none;
}

.topmenulink,
.topmenulinkActive,
.topmenulink_last {
    display: block;
    float: right;
    margin-right: 30px;
}

.topmenulink_last {
    margin-right: 0px;
}

.topmenulinkActive {
    border-bottom: 3px solid #f05b4a;
    padding-bottom: 0px;
    cursor: default;
}

.fblink, .twlink, .gplink {
    display: block;
    width: 18px;
    height: 18px;
    border: none;
    margin-right: 10px;
}

.fblink {
    background-image: url('/img2/uf/decoimages.png');
    background-position: 0px -11px;
}

.twlink {
    background-image: url('/img2/uf/decoimages.png');
    background-position: 0px -47px;
    margin-left: 2px;
}

.gplink {
    background-image: url('/img2/uf/decoimages.png');
    background-position: 0px -29px;
    margin-left: 7px;
}

.flagText {
    float: left;
}

.flagBild {
    float: left;
    margin-top: 7px;
    margin-right: 10px;
}

.topproduct {
    position: relative;
    width: 589px;
    height: 233px;
    float: left;
}

.BigTopImage {
    position: absolute;
    left: 35px;
    top: 3px;
    width: 110px;
    height: 110px;
}

.social_block_border {
    width: 100%;
    height: 5px;
    background-image: url('/img2/uf/h_fill.png');
    background-position: 0px 0px;
}

.downloadTopButton {
    position: absolute;
    left: 184px;
    top: 141px;
}

.topProgDescription {
    position: absolute;
    left: 183px;
    top: 0px;
}

.topDescriptionBlock {
    margin-top: 15px;
}

.program_button, .program_button_3d {
    position: relative;
    width: 392px;
    height: 48px;
    float: left;
    margin-right: 0px;
}

    .program_button_3d span {
        font-size: 13px;
    }

.program_button_3d {
    height: 143px;
}

/* Margins */

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt60 {
    margin-top: 60px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb40 {
    margin-bottom: 40px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

/*small products icons*/
.icon_FreeMP4VideoConverter,
.icon_FreeYouTubeDownload,
.icon_FreeYouTubeToMP3Converter,
.icon_FreeYouTubeToIpodConverter,
.icon_FreeYouTubeToiPhoneConverter,
.icon_FreeYouTubeToDVDConverter,
.icon_FreeYouTubeUploader,
.icon_FreeUploaderForFacebook,
.icon_FreeVideoCallRecorderForSkype,
.icon_FreeVideoToAndroidConverter,
.icon_FreeVideoToAppleTVConverter,
.icon_FreeVideoToBlackBerryConverter,
.icon_FreeVideoToHTCPhonesConverter,
.icon_FreeVideoToiPadConverter,
.icon_FreeVideoToiPodConverter,
.icon_FreeVideoToiPhoneConverter,
.icon_FreeVideoToLGPhonesConverter,
.icon_FreeVideoToMotorolaPhonesConverter,
.icon_FreeVideoToNintendoConverter,
.icon_FreeVideoToNokiaPhonesConverter,
.icon_FreeVideoToSamsungPhonesConverter,
.icon_FreeVideoToSonyPhonesConverter,
.icon_FreeVideoToSonyPlayStationConverter,
.icon_FreeVideoToSonyPSPConverter,
.icon_FreeVideoToXboxConverter,
.icon_VideoToTabletPCConverter,
.icon_FreeDVDVideoConverter,
.icon_FreeVideoToDVDConverter,
.icon_FreeVideoToFlashConverter,
.icon_Free3GPVideoConverter,
.icon_FreeVideoToMP3Converter,
.icon_FreeAudioConverter,
.icon_FreeAudioToFlashConverter,
.icon_FreeWebMVideoConverter,
.icon_FreeMP4VideoConverter,
.icon_AVIVideoConverter,
.icon_HTML5VideoConverter,
.icon_FreeScreenVideoRecorder,
.icon_FreeVideoToJPGConverter,
.icon_FreeImageConvertAndResize,
.icon_Free3DPhotoMaker,
.icon_FreeDVDVideoBurner,
.icon_FreeDiscBurner,
.icon_FreeAudioCDBurner,
.icon_FreeAudioCDToMP3Converter,
.icon_FreeVideoDub,
.icon_FreeAudioDub,
.icon_FreeAudioEditor,
.icon_FreeVideoFlipAndRotate,
.icon_Free3DVideoMaker,
.icon_FreeStudio,
.icon_FreeYTVDownloader,
.icon_FreeYouTubeDownload_beta,
.icon_FreeYTVDownloader_beta,
.icon_FreeYouTubeToMP3Converter_beta,
.icon_FreeTorrentDownload,
.icon_FreeDailymotionDownloader,
.icon_FreeDailymotionDownload,
.icon_FreeNicoVideoDownloader,
.icon_FreeInstagramDownload,
.icon_FreeCoubDownload,
.icon_FreeVideoEditor,
.icon_FreeGIFMaker,
.icon_FreeYouTubeDownloadMac,
.icon_FreeYouTubeToMP3ConverterMac,
.icon_SoundCloudDownload {
    display: block;
    width: 48px;
    height: 48px;
    text-decoration: none;
    background-image: url('/img2/uf/small_icons/icons.png');
}

.icon_SoundCloudDownload {
    background-position: 0px -2784px;
}

.icon_FreeYouTubeDownloadMac {
    background-image: url('/img2/uf/small_icons/single/FreeYTVDownloadMacLogo.png');
}

.icon_FreeYouTubeToMP3ConverterMac {
    background-image: url('/img2/uf/small_icons/single/FreeYouTubeToMP3ConverterMacLogo.png');
}

.icon_FreeGIFMaker {
    background-position: 0px -2736px;
}

.icon_FreeVideoEditor {
    background-position: 0px -2688px;
}

.icon_FreeCoubDownload {
    background-position: 0px -2640px;
}

.icon_FreeInstagramDownload {
    background-position: 0px -2592px;
}

.icon_FreeNicoVideoDownloader {
    background-position: 0px -2544px;
}

.icon_FreeTorrentDownload {
    background-position: 0px -2496px;
}

.icon_FreeDailymotionDownloader, .icon_FreeDailymotionDownload {
    background-position: 0px -2448px;
}

.icon_FreeYouTubeToMP3Converter_beta {
    background-position: 0px -2400px;
}

.icon_FreeYTVDownloader_beta, .icon_FreeYouTubeDownload_beta {
    background-position: 0px -2352px;
}

.icon_FreeStudio {
    background-position: 0px -2304px;
}

.icon_Free3DVideoMaker {
    background-position: 0px -2256px;
}

.icon_FreeVideoFlipAndRotate {
    background-position: 0px -2208px;
}

.icon_FreeAudioDub, .icon_FreeAudioEditor {
    background-position: 0px -2160px;
}

.icon_FreeVideoDub {
    background-position: 0px -2112px;
}

.icon_FreeAudioCDToMP3Converter {
    background-position: 0px -2064px;
}

.icon_FreeAudioCDBurner {
    background-position: 0px -2016px;
}

.icon_FreeDiscBurner {
    background-position: 0px -1968px;
}

.icon_FreeDVDVideoBurner {
    background-position: 0px -1920px;
}

.icon_Free3DPhotoMaker {
    background-position: 0px -1872px;
}

.icon_FreeImageConvertAndResize {
    background-position: 0px -1824px;
}

.icon_FreeVideoToJPGConverter {
    background-position: 0px -1776px;
}

.icon_FreeScreenVideoRecorder {
    background-position: 0px -1728px;
}

.icon_HTML5VideoConverter {
    background-position: 0px -1680px;
}

.icon_AVIVideoConverter {
    background-position: 0px -1632px;
}

.icon_FreeMP4VideoConverter {
    background-position: 0px -1584px;
}

.icon_FreeWebMVideoConverter {
    background-position: 0px -1536px;
}

.icon_FreeAudioToFlashConverter {
    background-position: 0px -1488px;
}

.icon_FreeAudioConverter {
    background-position: 0px -1440px;
}

.icon_FreeVideoToMP3Converter {
    background-position: 0px -1392px;
}

.icon_Free3GPVideoConverter {
    background-position: 0px -1344px;
}

.icon_FreeVideoToFlashConverter {
    background-position: 0px -1296px;
}

.icon_FreeVideoToDVDConverter {
    background-position: 0px -1248px;
}

.icon_FreeDVDVideoConverter {
    background-position: 0px -1200px;
}

.icon_VideoToTabletPCConverter {
    background-position: 0px -1152px;
}

.icon_FreeVideoToXboxConverter {
    background-position: 0px -1104px;
}

.icon_FreeVideoToSonyPSPConverter {
    background-position: 0px -1056px;
}

.icon_FreeVideoToSonyPlayStationConverter {
    background-position: 0px -1008px;
}

.icon_FreeVideoToSonyPhonesConverter {
    background-position: 0px -960px;
}

.icon_FreeVideoToSamsungPhonesConverter {
    background-position: 0px -912px;
}

.icon_FreeVideoToNokiaPhonesConverter {
    background-position: 0px -864px;
}

.icon_FreeVideoToNintendoConverter {
    background-position: 0px -816px;
}

.icon_FreeVideoToMotorolaPhonesConverter {
    background-position: 0px -768px;
}

.icon_FreeVideoToLGPhonesConverter {
    background-position: 0px -720px;
}

.icon_FreeVideoToiPhoneConverter {
    background-position: 0px -672px;
}

.icon_FreeVideoToiPodConverter {
    background-position: 0px -624px;
}

.icon_FreeVideoToiPadConverter {
    background-position: 0px -576px;
}

.icon_FreeVideoToHTCPhonesConverter {
    background-position: 0px -528px;
}

.icon_FreeVideoToBlackBerryConverter {
    background-position: 0px -480px;
}

.icon_FreeVideoToAppleTVConverter {
    background-position: 0px -432px;
}

.icon_FreeVideoToAndroidConverter {
    background-position: 0px -384px;
}

.icon_FreeYouTubeDownload {
    background-position: 0px 0px;
}

.icon_FreeYTVDownloader {
    background-position: 0px 0px;
}

.icon_FreeYouTubeToMP3Converter {
    background-position: 0px -48px;
}

.icon_FreeYouTubeToIpodConverter {
    background-position: 0px -96px;
}

.icon_FreeYouTubeToiPhoneConverter {
    background-position: 0px -144px;
}

.icon_FreeYouTubeToDVDConverter {
    background-position: 0px -192px;
}

.icon_FreeYouTubeUploader {
    background-position: 0px -240px;
}

.icon_FreeUploaderForFacebook {
    background-position: 0px -288px;
}

.icon_FreeVideoCallRecorderForSkype {
    background-position: 0px -336px;
}

/* / products icons */

.dvs_separator {
    position: relative;
    width: 100%;
    height: 11px;
    margin-top: 24px;
    margin-bottom: 50px;
}

.dvs_separator_line {
    width: 100%;
    height: 5px;
    border-bottom: 1px solid #eaeaea;
}

.separator_pic {
    position: absolute;
    left: 50%;
    top: 0px;
    width: 19px;
    height: 11px;
    margin-left: -9px;
    background-image: url('/img2/uf/decoimages.png');
    background-position: 0px 0px;
}

/*Follow as block*/
.FollowAsBlock {
    width: 342px;
    height: 337px;
}

.GoogleOFrame {
    background-color: #FFFFFF;
    height: 54px;
    margin-bottom: 13px;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    float: left;
}

.GoogleOint {
    height: 51px;
    margin-left: 0px;
    overflow: hidden;
    position: relative;
    width: 263px;
}

.GoogleO {
    left: -134px;
    position: absolute;
    top: -3px;
}

#follow_twitter_block {
    float: right;
    margin-top: 0px;
    margin-right: 0px;
}

.FacebookLikeBox {
    width: 339px;
    height: 184px;
    border: 1px solid #eaeaea;
    overflow: hidden;
}

.subscribeByEmail {
    margin-top: 20px;
    z-index: 10;
}

.feedimage {
    float: left;
}

.feedtext {
    float: left;
    display: block;
    color: #3C3C3C;
}

.about_block,
.about_block_download {
    width: 753px;
    margin-right: 50px;
    font-size: 14px;
    line-height: 24px;
}

.about_block_download {
    width: 100%;
}

.program_icon_block,
.program_icon_block_3d {
    position: absolute;
    width: 48px;
    height: 48px;
    left: 0px;
    top: 0px;
}

.program_icon_block_3d {
    height: 51px;
}

.program_icon_block_3d_shadow {
    position: absolute;
    width: 40px;
    height: 10px;
    left: 4px;
    top: 56px;
    background-image: url('/img2/uf/small_icons/single_3d/shadow.png');
}

.program_buttom_header_block {
    position: absolute;
    left: 66px;
    top: -2px;
}

.program_buttom_link_block {
    position: absolute;
    left: 66px;
    top: 29px;
}

span.FollowAsHeader {
    margin-top: 0px;
}

.FollowAsBlock span.FollowAsHeader {
    margin-top: 0px;
    margin-bottom: 25px;
}

.product_block {
    margin-top: 48px;
}

.product_block_left {
    width: 803px;
    float: left;
}

.product_block_left_description {
    width: 743px;
    padding-right: 60px;
    float: left;
}

.main_block_left {
    width: 753px;
    float: left;
    padding-right: 50px;
}

.product_block_left_left {
    width: 500px;
    float: left;
}

.product_block_left_right {
    width: 249px;
    padding-left: 54px;
    float: right;
}

.button_ver_size {
    display: block;
    font-size: 11px;
    text-align: center;
    color: #8C8C8C;
    margin-top: 7px;
}

.product_block_right {
    width: 375px;
    float: right;
}

.product_screenshot {
    width: 500px;
}

/***************************************************************************/
/* fonts */


.selected_text {
    color: #666666;
}

.footer_menu_text {
    font-size: 12px;
}

.common_text {
    color: #8C8C8C;
}

.logo_text {
    font-size: 16px;
    font-weight: bold;
    color: #3C3C3C;
    text-decoration: none;
}


.topmenulink_text {
    color: #8C8C8C;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

    .topmenulink_text:hover {
        color: #595959;
    }

.topmenulinkActive_text {
    color: #3C3C3C;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.footer_text {
    font-size: 14px;
    color: #8c8c8c;
}

.gray_link_text {
    font-size: 14px;
    color: #3c3c3c;
    text-decoration: underline;
    cursor: pointer;
}

    .gray_link_text:hover {
        color: #F05B4A;
    }

.dld_button_text,
.dld_button_rg_text,
.dld_button_pl_text,
.dld_button_rdg_text,
.dld_button_green_text {
    font-size: 18px;
    color: #FFFFFF;
}

.dld_button_green_text {
    text-shadow: #37711a 0px 1px 0px;
    padding-left: 60px;
    padding-right: 0px;
    padding-top: 10px;
    height: 44px;
    text-align: left;
}

    .dld_button_green_text .SecondButtonText {
        color: #255312;
        font-size: 10px;
        font-weight: bold;
        text-shadow: #5b9b2b 0px 1px 0px;
        text-align: left;
        padding-left: 0px;
    }

.small .dld_button_text span {
    font-size: 14px;
    font-weight: bold;
}

.dld_button_rg_text {
    color: #333333;
}

.top_prog_head_text,
a.top_prog_head_text h1 {
    display: block;
    color: #151515;
    font-size: 24px;
    font-weight: normal;
    margin-top: 0px;
}

a.top_prog_head_text:hover h1 {
    color: #F05B4A;
}

.program_buttom_header_text {
    color: #151515;
    font-size: 17px;
}

.program_buttom_download_text {
    color: #8C8C8C;
    font-size: 14px;
    line-height: 14px;
}

.downloadMore_text {
    display: block;
    color: #3c3c3c;
    font-size: 17px;
}

.dark_text,
#content a.dark_text {
    color: #3c3c3c;
}

#content a.dark_text {
    border-bottom: 1px solid #9d9d9d;
}

    #content a.dark_text:hover {
        color: #F05B4A;
        border-bottom: 1px solid #F05B4A;
    }

.blue_link_text {
    color: #8C8C8C;
    font-size: 13px;
}

.top_description_text {
    font-family: sans-serif;
    font-size: 14px;
    color: #8c8c8c;
    line-height: 24px;
}

.program_buttom_header_text {
    font-family: sans-serif;
    font-size: 15px;
    color: #151515;
}

/* for webkit */
input,
textarea {
    outline: none;
    font-family: sans-serif;
    font-size: 12px;
}

a.showAllPosts {
    float: left;
}

.showAllPosts {
    margin-right: 20px;
}


.showAllPosts {
    color: #3c3c3c;
    padding-bottom: 0px;
    text-align: right;
    margin-top: 10px;
    cursor: pointer;
    text-decoration: none;
    float: left;
    border-bottom: 1px dashed #3c3c3c;
}

    .showAllPosts:hover {
        border-bottom: 1px dashed #F05B4A;
        color: #F05B4A;
    }


/* print page styles */

.noprint {
    display: normal;
}

.print {
    display: none;
}

.LeftFloat {
    float: left;
    margin-right: 30px;
}

.guides {
    padding-right: 20px;
}

.inputbox {
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    padding-left: 12px;
    padding-right: 12px;
    color: #8c8c8c;
}

.input_line {
    height: 30px;
}

.messagetextbox {
    width: 681px;
    height: 73px;
    min-width: 681px;
    min-height: 73px;
    max-width: 681px;
    max-height: 73px;
    margin-top: 20px;
    color: #8c8c8c;
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
}

.button {
    display: block;
    height: 36px;
    border: none;
    background-color: #e8e8e8;
    border-radius: 5px;
    color: #222222;
    min-width: 30px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    cursor: pointer;
    width: 30px;
    padding-top: 0px;
    font-size: 14px;
}

.postbutton {
    display: block;
    float: right;
    height: 30px;
    border: none;
    background-color: #e8e8e8;
    border-radius: 5px;
    color: #222222;
    min-width: 30px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    cursor: pointer;
    width: 30px;
    padding-top: 5px;
    font-size: 14px;
}

.labelComment {
    position: absolute;
    left: 36px;
    top: 235px;
    color: #FF5555;
}

.wrongField {
    border: 1px solid #FF5555;
}

.wrongText {
    color: #FF5555;
}

.headpost {
    margin-bottom: 20px;
}

.capcharesult {
    height: 30px;
    width: 90px;
    float: right;
    margin-top: 20px;
    margin-right: 20px;
    color: #8c8c8c;
}

.capcha {
    display: block;
    float: right;
    margin-top: 20px;
    margin-right: 20px;
    color: #222222;
    font-size: 16px;
    padding-top: 5px;
    letter-spacing: 4px;
}

.uf_closebutton {
    width: 13px;
    height: 13px;
    background-image: url('/img2/uf/decoimages.png');
    background-position: 0px -65px;
    cursor: pointer;
}

.postclose {
    position: absolute;
    left: 725px;
    top: 26px;
}

.labelCommentSuccessResult {
    display: block;
    font-size: 16px;
    padding-top: 60px;
    text-align: center;
}

.postHeader {
    color: #151515;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 22px;
    margin-top: 0;
}


.UserPost {
    margin-top: 10px;
    padding-right: 100px;
}


.UserPostTitle {
    color: #8C8C8C;
    font-size: 12px;
    margin-bottom: 0px;
    margin-top: 15px;
}

.UserPostText {
    color: #8C8C8C;
    font-size: 12px;
    margin-bottom: 10px;
}

/******** GUIDES  *********/

.step h3 {
    margin-top: 40px;
    font-weight: normal;
    font-size: 16px;
}

.firstGuideHeader,
h3.firstGuideHeader {
    margin-top: 0px;
    font-weight: normal;
    font-size: 16px;
}

    h3.firstGuideHeader a {
        color: #8C8C8C;
        text-decoration: none;
    }

        h3.firstGuideHeader a span {
            text-decoration: underline;
        }

#AdvancedFeaturesGuide {
    display: none;
    clear: both;
}

.AdvancedFeaturesLink {
    border-bottom: 1px dashed #3C3C3C;
    color: #3C3C3C;
    cursor: pointer;
    float: left;
    padding-bottom: 0;
    text-align: right;
    text-decoration: none;
}

/*terms of use*/

.justify {
    text-align: justify;
}

    .justify h2 {
        font-size: 16px;
        font-weight: normal;
        margin-bottom: 5px;
        margin-top: 30px;
    }

.postuser {
    font-weight: bold;
}

.left_column_guide {
    margin-left: 380px;
}

.black_hover_underline_content {
    display: block;
}

#hideAllPosts {
    display: none;
}

#hiddenPosts {
    display: none;
    clear: both;
    float: none;
}

.inputFieldBox {
    float: left;
}

.subscribeButton {
    width: 150px;
    margin-top: 0px;
    margin-left: 20px;
    float: left;
    height: 32px;
    padding-top: 0px;
}

.FeatureSoftware {
    margin-top: 40px;
}

.downloadpageheader {
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 60px;
    text-align: center;
    font-weight: bold;
    color: #3c3c3c;
}

.downloadcommentmessage {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #3c3c3c;
    margin-bottom: 60px;
}

.downloadbn {
    margin-bottom: 80px;
    margin-top: 30px;
    margin-left: 140px;
}

.dldbn1 {
    float: left;
    margin-left: 125px;
}

.dldbn3_3 {
    float: left;
    margin-left: 35px;
}

.newVersionAvailableTop {
    background-color: #349F3E;
    border-bottom: 1px solid #31963B;
    border-radius: 5px 5px 0 0;
    color: #FFFFFF;
    display: block;
    font-size: 18px;
    height: 35px;
    padding-top: 12px;
    text-align: center;
    text-decoration: none;
}

.newVersionAvailable {
    background-color: #3EA848;
    border-radius: 0 0 5px 5px;
    border-top: 1px solid #78C27F;
    color: #FFFFFF;
    display: block;
    font-size: 24px;
    height: 111px;
    line-height: 26px;
    margin-bottom: 60px;
    padding-top: 36px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 2px 0 #297F30;
}

.underline {
    text-decoration: underline;
}

ul.tips_block {
    padding: 0px;
    list-style-type: none;
}

#topLinksBlock h2,
h2.faq {
    margin-top: 46px;
}

div.faq {
    margin-top: 16px;
    margin-bottom: 21px;
    padding-top: 21px;
    padding-bottom: 21px;
    padding-left: 18px;
    padding-right: 18px;
    background-color: #fafdff;
    border-left: 3px solid #ebf7ff;
}

div.frame3 {
    background-color: #FBFBFC;
    border: 1px solid #AFB3AD;
    color: #1C4DAF;
    font-family: Verdana;
    line-height: 22px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-top: 5px;
    padding: 10px 0 10px 10px;
    text-align: left;
    width: auto;
}

span.blue {
    color: #1C4DAF;
}

/*awards*/

.ndfo_award {
    cursor: pointer;
    display: table-cell;
    height: 80px;
    margin-right: 59px;
    float: left;
}

.chip_award,
.compbild_award,
.twocows_award,
.brother_award,
.snapfile_award,
.cnet_award,
.softonic_award,
.eletrifari_award,
.chipde_award,
.portal_programas_awards,
.communicator_award,
.webaward,
.giga_award,
.komputer_award {
    display: block;
    background-image: url('/img2/uf/awards.png');
    height: 70px;
}

.komputer_award {
    background-position: -804px 0px;
    width: 132px;
}

.giga_award {
    background-position: -734px 0px;
    width: 70px;
}

.webaward {
    background-position: 0px 0px;
    width: 61px;
}

.communicator_award {
    background-position: -292px 0px;
    width: 70px;
}

.portal_programas_awards {
    background-position: -1154px 0px;
    width: 0px;
}

.chip_award {
    background-position: -61px 0px;
    width: 70px;
}

.compbild_award {
    background-position: -131px 0px;
    width: 161px;
}

.twocows_award {
    background-position: -233px 0px;
    width: 0px;
}

.brother_award {
    background-position: -372px 0px;
    width: 0px;
}

.snapfile_award {
    background-position: -362px 0px;
    width: 70px;
}

.cnet_award {
    background-position: -432px 0px;
    width: 183px;
}

.softonic_award {
    background-position: -615px 0px;
    width: 119px;
}

.eletrifari_award {
    background-position: -777px 0px;
    width: 0px;
}

.chipde_award {
    background-position: -61px 0px;
    width: 70px;
}

.centerBlock {
    clear: both;
    display: table;
    float: none;
    height: 80px;
    text-align: center;
}

.SecondButtonText {
    display: block;
    text-align: center;
    font-size: 11px;
    height: 12px;
    line-height: 11px;
}

.SecondButtonTextBig {
    display: block;
    text-align: center;
    font-size: 18px;
    height: 19px;
    line-height: 18px;
    margin-top: 5px;
}

.second_comment {
    display: block;
    text-align: center;
    color: #3c3c42;
    margin-top: 10px;
}

.morethen {
    clear: both;
    font-size: 11px;
    color: #a7a7a7;
    line-height: 30px;
}

.pagelike {
    height: 30px;
}

.highslide,
.product_screenshot {
    border: none;
}


.subscribe_page .input_line {
    width: 300px;
}

.beta {
    display: block;
    width: 40px;
    height: 16px;
    float: left;
    background-image: url('/img2/uf/decoimages.png');
    background-position: 0px -78px;
    cursor: pointer;
    text-decoration: none;
    border: none;
}

div.step img.LeftFloat {
    width: 350px;
}

.secontHead {
    font-size: 20px;
}

.redText {
    color: #f06967;
}

.bluebutton a {
    position: relative;
    text-decoration: none;
}

.downloads_counter {
    display: block;
    width: 190px;
    height: 74px;
    background-image: url('/img2/uf/download_counter.png');
    background-repeat: no-repeat;
    text-decoration: none;
}

.downloads_header {
    text-align: center;
    font-size: 11px;
    color: #FFFFFF;
    height: 24px;
    text-decoration: none;
}

.downloads_block {
    width: 95px;
    height: 50px;
    overflow: hidden;
    float: left;
}

.downloads_number {
    width: 95px;
    height: 22px;
    text-align: center;
    color: #3ba8f5;
    font-size: 24px;
    padding-top: 6px;
}

.downloads_date {
    width: 95px;
    height: 19px;
    text-align: center;
    color: #b1b3b5;
    font-size: 10px;
    line-height: 10px;
    padding-top: 3px;
}

.small_icon_with_mdata {
    width: 48px;
    height: 48px;
    float: left;
    margin-right: 20px;
}

.premium_selector {
    width: 770px;
}

.subs_buttons {
    width: 770px;
    /*height:210px;*/
}

.pay_comments {
    width: 767px;
    height: 38px;
    margin-top: 70px;
}

.pay_comments1 {
    width: 440px;
    height: 38px;
    float: left;
    background-image: url('/img2/uf/pay1.png');
}

.pay_comments2 {
    width: 323px;
    float: left;
    height: 38px;
    background-image: url('/img2/uf/pay2.png');
}

.pay_garantee {
    margin-top: 30px;
    font-size: 18px;
    color: #666666;
}

.subs_button {
    display: block;
    position: relative;
    float: left;
    width: 238px;
    /*height:204px;*/
    border: 1px solid #e2e2e2;
    text-decoration: none;
    border-radius: 5px;
}

.mr24 {
    margin-right: 24px;
}

.subs_button_head {
    width: 238px;
    height: 85px;
    background-color: transparent;
}

.subs_button_head_title {
    width: 238px;
    height: 32px;
    padding-top: 19px;
    color: #3c3c3c;
    font-size: 30px;
    text-align: center;
}

.subs_button_head_comment {
    width: 238px;
    height: 34px;
    color: #8c8c8c;
    font-size: 14px;
    text-align: center;
}

.subs_button_price {
    position: relative;
    width: 238px;
    /*height:42px;*/
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 30px;
    color: #3ba8f5;
    background-color: #e8e8e8;
    text-align: center;
    font-weight: bold;
}


.old_price {
    position: relative;
    color: #abceee;
}

.old_redline {
    position: absolute;
    left: 65px;
    top: 31px;
    width: 105px;
    height: 3px;
    background-color: #f22e4f;
}

.subs_button_comment {
    width: 238px;
    height: 42px;
    padding-top: 17px;
    background-color: #3ba8f5;
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    border-radius: 0px 0px 5px 5px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.subs_button:hover .subs_button_comment {
    background-color: #2a8cd1;
}

.life_time_comment {
    width: 238px;
    float: right;
    font-size: 12px;
}

.santa {
    width: 310px;
    height: 310px;
    background-image: url('/img2/uf/santa.png');
    background-repeat: no-repeat;
}

.facebook_post_message {
    position: relative;
    font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
    float: left;
    padding-left: 50px;
    padding-right: 20px;
    height: 30px;
    background-color: #4b68b9;
    background: linear-gradient(#4b68b9, #3b55a0);
    cursor: pointer;
    border-radius: 5px;
    color: #FFFFFF;
    text-shadow: #293d7c 0px 1px 0px;
    font-size: 14px;
    padding-top: 5px;
    margin-left: 30px;
}

    .facebook_post_message:hover {
        background: linear-gradient(#5B7BD4, #4A66B4);
    }

.facebook_post_message_fbbtn {
    position: absolute;
    left: 17px;
    top: 4px;
    width: 22px;
    height: 26px;
    background-image: url('/img2/misc/facebookbtn.png');
}

.border {
    border: 2px solid #FF3412;
}

.fieldPreComment {
    font-size: 14px;
}

.smallText {
    font-size: 11px;
}

.greenButton {
    border: none;
    background-color: #55be53;
    border-radius: 5px;
    color: #FFFFFF;
    text-shadow: #359f33 0px 1px 0px;
    padding-left: 40px;
    padding-right: 40px;
    height: 45px;
    font-size: 20px;
    cursor: pointer;
}

    .greenButton:hover {
        background-color: #3daf2c;
    }

.smallHead {
    font-size: 18px;
    color: #3c3c3c;
}

.fb_share {
    position: relative;
    float: left;
    width: 30px;
    min-height: 93px;
    background-image: url('/img2/misc/fb_share.png');
    background-repeat: no-repeat;
    z-index: 2;
}

.fb_share_block {
    position: relative;
    float: left;
    width: 335px;
    border: 1px solid #c4cde0;
    border-radius: 3px;
    padding: 4px;
    margin-left: -2px;
    z-index: 1;
    /*
    padding-top:15px;
    padding-bottom:15px;
    padding-left:12px;
    padding-right:12px;
        */
}

.fb_share_block_like_comment {
    height: 24px;
    background-color: #e7eaf2;
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: #5b78ab;
    font-size: 10px;
    font-weight: bold;
}

.fb_share_block_like_comment_text {
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.38;
    color: #000000;
}


.topads {
    min-height: 572px;
    width: 1178px;
}

.bottomads {
    min-height: 100px;
    width: 1178px;
    margin-top: 58px;
}

.downloadButtonBlock {
    width: 720px;
    min-height: 100px;
}

.adsContentBlock {
    width: 398px;
    min-height: 100px;
    padding-top: 22px;
    padding-left: 60px;
}

#main .simple_adsbackcontent {
    margin-top: 55px;
}

.center_ads_block {
    /* z-index: 2;*/
    position: relative;
    /*margin-top: 7px;*/
}

.bbtpos_3d {
    position: absolute;
    left: 66px;
    top: 102px;
}

.program_buttom_description_text {
    position: absolute;
    left: 66px;
    top: 24px;
    width: 300px;
    height: 54px;
}


.program_button_3d .program_buttom_description_text {
    line-height: 20px;
}


.program_download_buttom_header_text {
    font-size: 16px;
    font-weight: 600;
    color: #151515;
    line-height: 16px;
}


.morebutton {
    display: block;
    float: left;
    height: 28px;
    padding-left: 27px;
    padding-right: 27px;
    background-color: #cfe2f5;
    color: #FFFFFF;
    border-radius: 6px;
    font-size: 12px;
    text-decoration: none;
    padding-top: 4px;
    margin-top: 20px;
    font-weight: bold;
}

    .morebutton:hover {
        background-color: #c0d5ea;
        color: #FFFFFF;
    }


.topdownloadbn_left,
.topdownloadbn_right {
    width: 902px;
    background-image: url('/img2/uf/h_fill_bn.png');
    background-position: left bottom;
    background-repeat: no-repeat;
}

.topdownloadbn_left {
    margin-left: auto;
    margin-right: auto;
}

.topdownloadbn_right {
    background-position: right bottom;
    padding-bottom: 36px;
}

.botdownloadbn_left,
.botdownloadbn_right {
    width: 902px;
    background-image: url('/img2/uf/h_fill_bnb.png');
    background-position: left top;
    background-repeat: no-repeat;
}

.botdownloadbn_left {
    margin-left: auto;
    margin-right: auto;
}

.botdownloadbn_right {
    background-position: right top;
    padding-top: 36px;
}

.botbncommnet,
.topbncommnet {
    text-align: center;
    font-weight: bold;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fcf8e3;
    border-radius: 0px 0px 9px 9px;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    color: #c09853;
    padding-top: 4px;
    height: 26px;
}

.topbncommnet {
    border-bottom: none;
    border-top: 1px solid #e4e4e4;
    border-radius: 9px 9px 0px 0px;
}


.acttimehead {
    display: block;
    float: left;
    width: 105px;
    font-size: 12px;
    color: #666666;
    text-align: center;
    padding-right: 10px;
}

.acnum {
    display: block;
    width: 42px;
    height: 48px;
    background-color: #FFFFFF;
    margin-right: 7px;
    float: left;
    font-size: 50px;
    font-weight: normal;
    line-height: 36px;
    text-align: center;
    color: #3c3c3c;
    padding-top: 11px;
    border-radius: 6px;
    border: 1px solid #cccccc;
}

.actseparator {
    display: block;
    float: left;
    width: 14px;
    height: 59px;
}

#SendErrorBlock,
.popUpBlock {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -250px;
    width: 600px;
    height: 520px;
    background-color: #FFFFFF;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 10px;
    border: 1px solid #666666;
    box-shadow: 0px 0px 20px #cccccc;
    z-index: 20;
}

.original_error {
    display: block;
    width: 576px;
    max-width: 576px;
    min-width: 576px;
    height: 150px;
    max-height: 150px;
    min-height: 150px;
    border: 1px solid #cccccc;
    overflow: scroll;
    padding: 10px;
}

.err_close {
    position: absolute;
    left: 605px;
    top: 20px;
}

.errHead {
    margin-bottom: 15px;
}

.errButton {
    display: block;
    width: 75px;
}

.errLabelComment {
    display: none;
    float: left;
    margin-top: 20px;
    color: #FF5555;
}

.correctErrorBlock {
    position: absolute;
    left: 40px;
    top: -50px;
    width: 1100px;
    height: 27px;
    font-size: 11px;
    color: #c09873;
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    border-radius: 5px;
    padding-top: 7px;
    text-align: center;
}

.feature_description {
    position: relative;
    width: 460px;
    padding-left: 96px;
    margin-right: 30px;
    min-height: 80px;
}

.feature_icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px;
    height: 80px;
}

.feaature_header {
    font-size: 18px;
    color: #3d3d3d;
}

.feature_description_text {
    font-size: 16px;
    color: #8c8c8c;
}

.relative {
    position: relative;
}

.subs_button_head_title img {
    border: none;
}

.hiddenblock {
    display: none;
    overflow: hidden;
}


#SendErrorBlock .postbutton {
    width: 150px;
    text-align: center;
}

.orSeparator {
    width: 190px;
    text-align: center;
    margin-top: 10px;
}

.guidelink {
    display: block;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 26px;
}

/* PopUp banner */
.shadeBn {
    position: fixed;
    display: none;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: url('/img2/misc/gs50.png');
    z-index: 20;
}

.popUpBn {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 460px;
    height: 580px;
    margin-left: -230px;
    margin-top: -330px;
    border-radius: 10px;
    background-color: #FFFFFF;
}

.close_popup {
    position: absolute;
    left: 432px;
    top: 12px;
}

.popUpBnHeader {
    display: block;
    position: absolute;
    top: 40px;
    height: 18px;
    width: 100%;
    font-size: 20px;
    color: #000000;
    text-align: center;
}

.popUpBnIcon {
    display: block;
    position: absolute;
    left: 140px;
    top: 95px;
    width: 168px;
    height: 168px;
}

.fsbnicon {
    display: block;
    position: absolute;
    left: 35px;
    top: 125px;
    width: 388px;
    height: 191px;
}

.popUpBnName,
.popUpBnDescription,
.popDownBnDescription {
    display: block;
    position: absolute;
    left: 0px;
    top: 280px;
    height: 28px;
    width: 100%;
    line-height: 40px;
    font-size: 30px;
    color: #000000;
    text-align: center;
    letter-spacing: 2px;
}

.popUpBnDescription,
.popDownBnDescription {
    color: #000000;
    top: 316px;
    height: 50px;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: normal;
}

.f18 {
    font-size: 18px;
}

.popDownBnDescription {
    top: 400px;
    font-weight: normal;
    font-size: 18px;
}

.greenButton_bn {
    display: block;
    position: absolute;
    width: 180px;
    height: 43px;
    left: 140px;
    top: 480px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 17px;
    font-size: 20px;
    text-align: center;
    text-shadow: none;
    text-decoration: none;
}

#shadeBn .popUpBn a.greenButton_bn:hover {
    color: #FFFFFF;
    text-shadow: none;
}

/* registerNewSubscriberTable */

.registerNewSubscriberTable td.comment {
    width: 100px;
    padding-right: 30px;
    vertical-align: top;
    padding-top: 15px;
    height: 15px;
}

.registerNewSubscriberTable td.inputtext {
    width: 200px;
    vertical-align: top;
    padding-top: 10px;
    height: 20px;
}

.registerNewSubscriberTable td {
    height: 50px;
}

    .registerNewSubscriberTable td input {
        width: 300px;
        height: 30px;
        border-radius: 5px;
        border: 1px solid #cccccc;
        padding-left: 15px;
        padding-right: 15px;
    }

.inputFieldCommentSmall {
    font-size: 12px;
}

.registerNewSubscriberTable td input.interactiveButton {
    width: 150px;
    float: right;
    margin-top: 20px;
}

.CommentError {
    display: block;
    color: red;
}


/* / registerNewSubscriberTable */


.apple_blue {
    position: absolute;
    width: 15px;
    height: 19px;
    left: 19px;
    top: 15px;
    background-image: url("/img2/uf/apple_logo.png");
    background-repeat: no-repeat;
}

.cnet_green {
    position: absolute;
    width: 37px;
    height: 37px;
    left: 13px;
    top: 8px;
    background-image: url("/img2/uf/cnet_icon.png");
}

.win_blue,
.win_blue_big_button {
    position: absolute;
    width: 19px;
    height: 17px;
    left: 19px;
    top: 17px;
    background-image: url("/img2/uf/win_logo.png");
    background-repeat: no-repeat;
}

.win_blue_big_button {
    top: 25px;
}

.small .win_blue {
    top: 12px;
}

.macGrayLink {
    display: block;
    position: absolute;
    left: 410px;
    top: 155px;
    background-image: url('/img2/uf/mac_gray.png');
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 25px;
    padding-left: 30px;
    line-height: 25px;
}


.macVersionLink {
    text-decoration: underline;
    color: #151515;
}

.FeaturedProgram .program_button {
    margin-top: 40px;
}

.follow_google_twitter {
    width: 341px;
}

.small_download_programs_block {
    margin-top: 48px;
}

.fry_404 .program_button {
    margin-top: 40px;
}

.error_description {
    padding-left: 6px;
}

.beta_bumper {
    margin-left: 100px;
}

.yt_url_line {
    width: 100%;
}

.yt_continue_button,
.yt_download_button {
    height: 35px;
    padding-left: 30px;
    padding-right: 30px;
    color: #FFFFFF;
    background-color: #3ba8f5;
    border-radius: 6px;
    border: none;
    font-size: 12px;
    cursor: pointer;
}

.yt_download_button {
    background-color: #5fc666;
}



.yt_convert_type tr {
    display: block;
    float: left;
    margin-right: 30px;
}

    .yt_convert_type tr td label {
        display: block;
        float: right;
    }

    .yt_convert_type tr td input {
        display: block;
        float: left;
        margin-top: 5px;
        margin-right: 5px;
    }

.yt_elem_property {
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.yt_icon {
    width: 200px;
    float: right;
}

.yt_save_cloud {
    margin-top: 10px;
}

.yt_saver_type {
    border-radius: 5px 0px 0px 5px;
}

.yt_save_btn {
    padding-top: 5px;
    margin-left: 20px;
}

.program_links_block a {
    display: block;
    float: left;
    width: 290px;
}

.cnet_download {
    display: block;
    width: 150px;
    height: 60px;
    border: none;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 20px;
}


.error {
    color: red;
}

.errLabelComment {
    float: right;
    margin-top: 0px;
}


.twitter-follow-button {
    max-width: 82px;
    overflow: hidden;
    border: none;
}

/* Root product pages */

.left_root_product {
    float: left;
    width: 755px;
    padding-top: 10px;
}

.right_root_product {
    padding-top: 30px;
    float: right;
    width: 400px;
}

a.add_torrent_link {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: underline;
}

/*  / Root product pages */



/* BAst Safe Browser banner */
.bsbban {
    position: relative;
    width: 1138px;
    height: 83px;
    border-radius: 0px 0px 10px 10px;
    background-color: #cf4644;
    margin-left: auto;
    margin-right: auto;
    background-position: 120px 0px;
    background-repeat: no-repeat;
    padding-top: 170px;
    padding-left: 70px;
    padding-right: 70px;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 30px;
}

.redclose {
    position: absolute;
    width: 19px;
    height: 19px;
    top: 10px;
    right: 10px;
    background-image: url('/img2/uf/redclose.png');
    cursor: pointer;
}

.bsbscreen {
    position: absolute;
    background-image: url('/img2/uf/bsb/bsb_screen.png');
    width: 340px;
    height: 111px;
    left: 131px;
    top: 39px;
}

.bsbarrow {
    position: absolute;
    background-image: url('/img2/uf/bsb/arrow.png');
    width: 479px;
    height: 47px;
    left: 320px;
    top: 20px;
}

.bsbr {
    position: absolute;
    background-image: url('/img2/uf/bsb/bb.png');
    width: 76px;
    height: 76px;
    left: 796px;
    top: 54px;
    border: none;
}

.frbr {
    position: absolute;
    background-image: url('/img2/uf/bsb/ff.png');
    width: 54px;
    height: 50px;
    left: 896px;
    top: 77px;
    border: none;
}

.iebr {
    position: absolute;
    background-image: url('/img2/uf/bsb/ie.png');
    width: 49px;
    height: 48px;
    left: 970px;
    top: 77px;
    border: none;
}

.bsbcopy {
    position: absolute;
    float: left;
    left: 537px;
    top: 12px;
    height: 25px;
    line-height: 27px;
    font-size: 12px;
    color: #3c3c3c;
    border-radius: 12px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #FFFFFF;
    font-weight: bold;
}

.topmenuThank {
    position: absolute;
    right: 0px;
    top: 30px;
    font-size: 16px;
}

.ppm {
    font-size: 22px;
}

.billann {
    font-size: 16px;
    font-weight: normal;
}

.popular {
    position: relative;
    width: 238px;
    height: 61px;
    overflow: visible;
    /*background-image:url("/img2/misc/popular.png");*/
}

.popular_img {
    position: absolute;
    left: -10px;
    top: 0px;
}

.popular_comment {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 238px;
    height: 61px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    line-height: 61px;
    font-size: 26px;
    text-shadow: #c61b18 0px 2px 0px;
}

.language_ru .popular_comment {
    font-size: 20px;
}

.subsfeaturelist {
    margin-top: 30px;
    padding-top: 40px;
    border-top: 1px solid #ececec;
}

.subshead {
    font-size: 20px;
    color: #3c3c3c;
}

.subsfeaturelist .li {
    background-image: url("/img2/uf/greenmark.png");
    background-repeat: no-repeat;
    line-height: 20px;
    height: 20px;
    font-size: 18px;
    padding-left: 40px;
    margin-top: 15px;
}


.facebook-simple-like,
.twitter-simple-like,
.googleplus-simple-like {
    background-image: url("/img2/misc/social/likers.png");
    height: 20px;
    background-repeat: no-repeat;
    margin-right: 20px;
    display: block;
    float: left;
}

#social_block .facebook-simple-like,
#social_block .twitter-simple-like,
#social_block .googleplus-simple-like {
    float: none;
    margin-left: 20px;
    margin-top: 20px;
}

.facebook-simple-like {
    width: 92px;
    background-position: 0px 0px;
}

.twitter-simple-like {
    width: 61px;
    background-position: 0px -20px;
}

.googleplus-simple-like {
    width: 81px;
    background-position: 0px -40px;
}

.ftwittersimple {
    display: block;
    float: right;
    height: 30px;
    padding-left: 35px;
    padding-right: 15px;
    background-image: url("/img2/misc/social/twitter.png");
    background-position: 10px 7px;
    border-radius: 5px;
    text-decoration: none;
    background-repeat: no-repeat;
    color: #FFFFFF;
    line-height: 30px;
    background-color: #1b95e0;
}

    .ftwittersimple:hover {
        color: #FFFFFF;
        background-color: #0b85D0;
    }

.googlesimple {
    display: block;
    float: left;
    height: 28px;
    padding-left: 35px;
    padding-right: 15px;
    background-image: url("/img2/misc/social/google.png");
    background-position: 10px 8px;
    border-radius: 5px;
    text-decoration: none;
    background-repeat: no-repeat;
    color: #000000;
    line-height: 28px;
    background-color: #FFFFFF;
    border: 1px solid #d4d4d4;
}


/* SIMO styles to product page */

.simoheader {
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 12px;
    color: #3c3c3c;
    text-shadow: 0px 1px 0px #FFFFFF;
}

.simo .backscreen {
    background-image: url('/img2/simo/screenshot_bg.png');
    background-position: center bottom;
    /*height:426px;*/
    padding-top: 64px;
    padding-bottom: 11px;
    background-repeat:no-repeat;
}

.simobackgradient {
    position: absolute;
    width: 100%;
    height: 299px;
    top: 260px;
    background-image: linear-gradient(to top, #f6feff, #ffffff);
}

.simo .product_screenshot {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 866px;
}

.simobutton {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 210px;
}

.simobigbutton {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
}

.simobutton div.win_blue {
    left: 15px;
    top: 20px;
}

.smallbtnbutton div.win_blue {
    left: 15px;
    top: 15px;
}

.dld_button_simo_text {
    color: #FFFFFF;
    font-size: 19px;
    padding-top: 0px;
    line-height: 60px;
    font-weight: 300;
}

.dld_button_smallbtn_text {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    padding-top: 0px;
    line-height: 47px;
    text-shadow: #42a0e2 0px 1px 0px;
}

.dld_button_simobig_text {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 300;
    padding-top: 0px;
    line-height: 120px;
    text-shadow: #42a0e2 0px 1px 0px;
}

.simo_botton_text {
    padding-left: 20px;
}

.smallbtn_botton_text {
    padding-left: 25px;
}

.simobutton .simotopdownload div.win_blue {
    top: 10px;
}

.simobig_botton_text {
    padding-left: 20px;
}

.simotopdownload {
    margin-top: 18px;
}

.simodescription,
.simodescription h2 {
    position: relative;
    width: 820px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 34px;
    color: #3c3c3c;
    text-align: center;
    font-weight: 600;
}

.simodownloadscount {
    height: 90px;
    font-size: 36px;
    text-align: center;
    background-color: #1eba7f;
    color: #FFFFFF;
    margin-top: 56px;
    line-height: 90px;
    font-weight: 300;
    text-shadow: #1d7c58 0px 1px 0px;
}

.featureblock {
    margin-top: 30px;
    margin-bottom: 10px;
}

    .featureblock h3 {
        margin-top: 0px;
    }

.feature {
    width: 549px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 35px;
}

.simo_feature_title {
    display: block;
    font-size: 24px;
    font-weight: bold;
    /*margin-bottom:30px;*/
    color: #3c3c3c;
}

.simo_feature_description {
    display: block;
    font-size: 18px;
    color: #3c3c3c;
    line-height: 34px;
}

.simobigbutton .second_comment {
    position: absolute;
    display: block;
    width: 100%;
    left: 0px;
    top: 110px;
    color: #daf0ff;
    font-size: 14px;
}

.simobigbutton .button_ver_size {
    position: absolute;
    display: block;
    width: 100%;
    left: 0px;
    top: 100px;
    color: #daf0ff;
    font-size: 14px;
}

.simo #soclinks {
    position: relative;
    left: 0px;
    top: 0px;
    width: 295px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
}

.simoPost.UserPost {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    margin-bottom: 50px;
}

.simoPost .postStars {
    display: block;
    width: 141px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    background-image: url("/img2/simo/poststars.png");
}

.simoPost .UserPostText,
.simoPost .UserPostTitle {
    font-size: 16px;
    line-height: 34px;
    color: #3c3c3c;
    text-align: center;
}

.simoPost .UserPostTitle {
    font-style: italic;
}

.simoPost .postuser {
    font-weight: normal;
}

.simo .showAllPosts {
    display: block;
    width: 300px;
    height: 54px;
    border: 1px solid #dadada;
    border-radius: 8px;
    color: #3c3c3c;
    font-size: 16px;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    line-height: 54px;
}

.simo #showAllPosts,
.simo #hideAllPosts {
    margin-right: 50px;
    margin-left: 260px;
}

.simoexplore .program_links_block.mt60 {
    margin-top: 30px;
}

.simoexplore {
    background-color: #f7f7f7;
    border-top: 1px solid #f4f4f4;
    padding-top: 10px;
    padding-bottom: 40px;
    margin-top: 60px;
}

    .simoexplore .program_links_block h4 {
        font-size: 32px;
        text-align: center;
        font-weight: 300;
        color: #3c3c3c;
        text-shadow: 0px 1px 0px #FFFFFF;
    }

    .simoexplore .program_links_block a {
        text-decoration: none;
        font-size: 14px;
        line-height: 40px;
    }

.simoTopDownloadBar {
    position: fixed;
    display: none;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 80px;
    background-color: #FFFFFF;
    z-index: 30;
    box-shadow: 0px 3px 6px #cccccc;
}

.simotopdownload .simo_botton_text {
    font-size: 19px;
    text-shadow: #42a0e2 0px 1px 0px;
}
/* / SIMO styles to product page */

/* Social links control */
.simo_social_links {
    height: 26px;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 340px;
    margin-left: auto;
    margin-right: auto;
}

    .simo_social_links a {
        display: block;
        float: left;
        margin-right: 10px;
        margin-left: 10px;
        height: 26px;
        line-height: 26px;
        border-radius: 3px;
        color: #ffffff;
        min-width: 50px;
        padding-left: 30px;
        padding-right: 10px;
        text-decoration: none;
        background-repeat: no-repeat;
    }

.facebook_link {
    background-color: #3b5998;
    background-image: url('/img2/simo/facebook.png');
    background-position: 8px 6px;
}

.twitter_link {
    background-color: #29c5f6;
    background-image: url('/img2/simo/twitter.png');
    background-position: 8px 6px;
}

.googleplus_link {
    background-color: #dc4e41;
    background-image: url('/img2/simo/google_plus.png');
    background-position: 4px 4px;
}

.simo_common_features {
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    color: #3c3c3c;
    margin-bottom: 30px;
}

.simo .separator_pic {
    position: absolute;
    left: 50%;
    top: 0px;
    width: 19px;
    height: 11px;
    margin-left: -9px;
    background-image: url('/img2/uf/decoimages_colored.png');
    background-position: 0px 0px;
}
/* / Social links control */

/* Online YouTube Download Block */

.ytddldonlblock {
    margin-top: 53px;
    margin-bottom: 60px;
}

.ytdoHead {
    display: block;
    text-align: center;
    font-size: 26px;
    color: #151515;
}

.ytdodldlink {
    position: relative;
    margin-top: 50px;
    height: 44px;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}

.ytddldonlblock .inputbox {
    height: 44px;
    width: 570px;
    font-size: 14px;
    float: left;
}

.startdldbtn {
    background-color: #3daf2c;
    height: 48px;
    line-height: 48px;
    color: #FFFFFF;
    text-shadow: #2b991f 0px 1px 0px;
    font-weight: 300;
    font-size: 18px;
    float: left;
    margin-left: 30px;
    border-radius: 6px;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
    text-align: center;
}

/* / Online YouTube Download Block */

/* Norton safe */

.nortonsafe {
    font-size: 12px;
    color: #3c3c3c;
    line-height: 26px;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
    height: 26px;
}


    .nortonsafe span,
    .nortonsafe img,
    .nortonsafe a {
        display: block;
        float: left;
        height: 26px;
        line-height: 26px;
    }

    .nortonsafe img {
        margin-left: 5px;
        margin-right: 5px;
    }

    .nortonsafe a {
        height: 20px;
        line-height: 20px;
        text-decoration: none;
        border-bottom: 1px solid #3c3c3c;
    }

        .nortonsafe a sup {
            font-size: 7px;
        }

        .nortonsafe a:hover {
            border-bottom: 1px solid #F05B4A;
        }



/* / Norton safe */


