﻿/* CSS Document */

html, body {
	margin:0;
	padding:0;
}

a {
	color:#0099ff;
}
a:hover {
	color:#ff6600;
}

body {
	padding:10px;
	padding-left:30px;
    padding-right: 0;
    padding-top: 0;
    background-color: #ffffff;
}
body, td, th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.hiddenPic {
	display:none;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
form, img {
	margin:0;
	padding:0;
	border:0;
}


.header {
	margin-top:10px;
	margin-bottom:30px;
}
.header .logo {
	float:left;
	margin-left:48px;
	display:inline;
}
.header .top_text_block {
	margin-left:40px;
	float:left;
	width:430px;
	margin-top:20px;
}



.block {
	background-position:0 0;
	background-repeat:no-repeat;
	margin-bottom:35px;
	clear:both;
}

#block_1 {
	background-image:url(/i/1step.gif);
	background-position:0px 6px;
	margin-bottom:15px;
}
#block_1 .loadButton {
	float:left;
	margin-left:45px;
	display:inline;
}
#block_1 #info_block {
	margin-left:245px;
	padding-left:47px;
	padding-top:10px;
	font-size:11px;
    height:35px;
}
#block_1 .loading_info_block {
	background-image:url(/i/loading.gif);
	background-position:0 2px;
	background-repeat:no-repeat;
}
#block_1 #info_block #progress1 {
	margin-top:5px;
}

#block_1 #info_block .filename {
	font-weight:bold;
}
#block_1 #info_block .status {
	margin-left:10px;
	color:#ff6600;
	font-weight:bold;
}

#block_1 #info_block .progress_percent {
	margin-left:10px;	
	color:#0099cc;
}

#block_1 #info_block div {
	margin-top:2px;
}

#block_2 {
	background-image:url(/i/2step.gif);
	background-position:1px 2px;
	margin-bottom:20px;
}
#block_2 #flashplayer {
	background-position:top left;
	background-repeat:no-repeat;
	width:792;
	height:129px;
	margin-top:12px;
}
#block_2 .h {
	background-position:top left;
	background-repeat:no-repeat;
	width:450px;
/*	height:29px;*/
	margin-left:45px;
    font-size: 20px;
    color: #ff9900;
    padding-top: 6px;
    font-weight: bold;
}
#block_2 .passive_h {
    color: #cccccc;
}

#block_3 {
	background-image:url(/i/3step.gif);
	padding-left:45px;
	background-position:0px 8px;
}


.content_block {
	margin-top:45px;
}

.text_content {
	width:600px;
	background-color:#eff6fa;
	float:left;
}
.text_content a {
	color:black;
	text-decoration:none;
	font-style:italic;
}
.text_content .article {
	margin:20px;
}
.content_block h2 {
	color:#2e6296;
	margin-bottom:10px;
	margin-top:0;
	font-size:18px;
	font-weight:normal;
}

.text_content_menu {
	margin-left:600px;
	padding:20px;
    padding-right: 0px;
    width:180px;
}
.text_content_menu a.item {
	display:block;
	margin-bottom:10px;
}
.text_content_menu a.passive {
	text-decoration:none;
	color:black;
	cursor:default;
}


.footer {
	font-size:11px;
	margin-top:80px;
	padding-bottom:10px;
}
.footer .left {
	float:left;
}
.footer .left .cnt {
	width:300px;
	margin-left:60px;
	margin-top:24px;
}
.footer .left .cnt div {

}
.footer .right {
	float:right;
	margin-top:40px;
}

.txt_blue {
	font-size:12px;
	font-weight:bold;
	color:#2e88c5;
}



table.stat {
	
}
table.stat th {
	text-align:left;
	padding-bottom:5px;
}
table.stat td,
table.stat th
{
	padding-left:10px;
	padding-right:30px;
	padding-top:4px;
	padding-bottom:4px;
	vertical-align:top;
}
table.stat td.sm {
	font-size:11px;
	color:#666666;
}
table.stat td.big {
	font-size:18px;
}

table.stat tr.odd  td {
	background-color:#f3faff;
}

#add_fav {
	float:left;
	margin-left:565px;
	margin-top:-35px;
}

#feedback_form {
	background-image:url(i/feedback_form_bg.gif);
	width:392px;
	height:245px;
}
#feedback_form .margin {
	padding:20px;
}
#feedback_form textarea {
	width:345px;
	height:88px;
	display:block;
	margin-bottom:10px;
}
#feedback_form h3 {
	margin:0;
	font-weight:normal;
	font-size:18px;
	margin-bottom:10px;
}
#feedback_form .cnt {
	margin-bottom:10px;
}
#feedback_form #feedback_button {
	float:right;
}
#feedback_form #feedback_output  {
	float:left;
	font-size:18px;
	margin-top:5px;
}
#feedback_form #feedback_output .status_fail {
	color:red;
}
#feedback_form #feedback_output .status_empty {
	color:red;
}
#feedback_form #feedback_output .status_ok {
	color:#0f990f;
}


.transparent {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
.no_transparent {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

.lang_block {
	position:absolute;
	left:320px;
	top:0;
}
.lang_block a.lang {
	width:28px;
	height:15px;
	display:block;
	float:left;
	background-image:url(i/lang_bg.gif);
	background-color:#c4c4c4;
	background-position:bottom left;
	text-align:center;
	color:white;
	text-decoration:none;
	margin-left:4px;
	font-size:11px
}
.lang_block a.lang:hover {
	background-color:#dc3903;
}
.lang_block a.lang_active {
	background-color:#0068b6;
	cursor:default;
}
.lang_block a.lang_active:hover {
	background-color:#dc3903;
}

.adsense {
	
}



.like_buttons {
    margin-left: 300px;
    margin-top: -33px;
	/*position:absolute;*/
    opacity: 0.5;

    -webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.like_buttons_hover {
    opacity: 1;
}
.like_buttons_always_on {
    opacity: 1 !important;
}

.like_buttons_en {
    
}
.like_buttons .like_button {
	float:left;	
}
.like_buttons .fb {
	margin-top:1px;
}
.like_buttons .vk {
	margin-right: -18px;
	
}

.like_buttons .odnoklassniki {

}

.like_buttons .twitter {
	margin-right: 9px;
	margin-top:1px;
}
.like_buttons .stumbleupon {
    margin-right: 25px;
    margin-top: 2px;
}

.main_cols {
    width:100%;
    border: 0;
    padding: 0;
    margin: 0;
}
.main_cols td {
    padding: 0;
    margin: 0;
    vertical-align: top;
}
.main_cols .root_container {
    width: 815px;
    min-width: 815px;
}
.main_cols .aside {
    padding-top: 0px;
    text-align: center;
}
.button_1 {
    position: absolute;
    color:#ffffff;
    font-size: 18px;
    font-weight: bold;
    z-index: 100;
}
.button_1_upload {
    margin-left: 71px;
    margin-top: 9px;
    cursor: default;
}
.button_1_download {
    width:206px;
    padding-top: 9px;
    text-align:center;
    cursor: pointer;
}

a.add_app {
    display: block;
    padding-left: 22px;
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 16px;
    font-size: 12px;
    text-align: left;
    margin-top: 15px;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}
a.add_app_vk {
    background-image: url("/i/vk_icon.png");
}

a.add_app_bookmark {
    background-image: url("/i/fav1.png");
}
a.add_app_firstline {
    margin-top: 4px;
}

#addFavourites {

}


.report_problem_container {
    left: 540px;
    top:0;
    position: absolute;

}

#report_problem_link {
    color: #333;

    position: relative;

    float: right;
    
    margin-top:-3px;
    display: block;

    padding-bottom: 3px;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;

    background-color: #e4e1d7;
    
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    border-bottom-right-radius: 7px;

    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-left-radius: 7px;
}

#report_problem_link:hover {
    color: #ffffff;
    background-color: #dc3903;
}

.report_problem_link_active {
    color: #ffffff !important;
    background-color: #dc3903 !important;

    -webkit-border-bottom-left-radius: 0 !important;
    -moz-border-radius-bottomleft: 0 !important;
    border-bottom-left-radius: 0 !important;
}


#report_problem_window {
    display: none;
    background-color: #e4e1d7;
    width: 280px;

    position: absolute;
    margin-top:-5px;
    margin-left: 0;

    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;

   
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.74);
    -moz-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.74);
    -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.74);

}
#report_problem_window .padding {
    padding: 15px;
    padding-bottom: 10px;
    padding-top: 33px;
}

#report_problem_window textarea {
    border: 1px solid #999999;
    width: 100%;
    height: 115px;
}
#report_problem_window_button {
    float: right;
    margin-top: 12px;
}
#report_problem_close_link {
    float: left;
    font-size: 11px;
    margin-top: 15px;
    color: #666;
    
}
#report_problem_thanks {
    color:#339900;
    font-weight: bold;
    position: relative;
    margin-top: 15px;
    margin-left: 76px;
    display: none;
}
.report_problem_desc {
    margin-bottom: 12px;
    margin-top: 6px;
    color: #333333;
}
