/*begin style for often used elements or make main structure (body,header,aside)*/
body{
  background:#f6f6f6;
}
.clear{
  clear:both;
}
.orange {
	color:#f17845;
	font-weight:bold;
}
.center{
  text-align:center;
}
a{
  color:#0095c9;
  outline:0;
}
a:hover{
  color:#f17845;
  outline:0;
}
.wrapper{
  margin: 0 auto;
  width: 1005px;
  clear:both;
}
header{
  background:url(../i/bg-header.jpg) no-repeat 0 0;
  width:1005px;
  height:90px;
  position:relative;
}
#header-logo {
    background: url("../i/logo-beta.png") no-repeat scroll 0 0 transparent;
    height: 79px;
    left: 33px;
    position: absolute;
    top: 4px;
    width: 240px;
}
#header-search{
  position:absolute;
  top:26px;
  left:337px;
}
#header #header-search input{
  background:url(../i/header-search-input.png) no-repeat 0 0;
  border:none;
  width:332px;
  height:33px;
  line-height:33px;
  font-size:13px;
  color:#797979;
  text-transform: uppercase;
  text-indent:16px;
  display:inline;
  padding:0px;
  border-radius:5px 0px 0px 5px;
}
#header-search button{
  background:url(../i/header-search-button.png) no-repeat 0 0;
  border:none;
  width:35px;
  height:33px;  
}
#auth-panel{
    position: absolute;
    right: 51px;
    top: 32px;
    text-align: right;
    z-index: 10000;
    max-width: 238px;
}
#auth-panel .form-parent{
  text-align:left;
}
#auth-panel ul li{
  display:inline;
  color:#5c5c5c;  
}
#auth-panel a{
  color:#5c5c5c;
  font-size:12px;
  text-transform: uppercase;  
}
#auth-panel li>a:hover, #auth-panel .link-social:hover{
  color:#f17845;
  background: url(../i/dashed_orange.jpg) repeat-x 2px 100%;
  text-decoration:none;
}
.i-login{
  background: url(../i/i-login.png) no-repeat 0 1px;
  padding-left:19px;
  padding-right:10px;
}
.i-div{
  background: url(../i/i-div.jpg) no-repeat 0 3px;
  padding-left:14px;
}
.nav {
  list-style: none;
  margin: 0px 0px 0px 19px;
}
.nav>li {
  background: url(../i/bg-nav-div.jpg) no-repeat 0 3px;
  display:block;
  float:left;
  /*width:136px;*/
  height:62px;
} 
.nav>li.first {
  background: none;
}
.nav > li > a {
  color:#000;
  font-size:12px;
  text-transform:uppercase;
  height:52px;
  display:block;  
  padding: 10px 25px 0 34px;  /* 10px 25px 0 35px - bug ie 9 & 10*/
}
.nav > li > a:hover, .nav > li.active > a,.nav > li.current > a, .nav > li.show > a{
  background: url(../i/bg-nav-active-repeat.jpg) repeat-x 0 0;
  color:#FFF;
  text-decoration:none;
}
.bgwhite{
  background:#FFF;
}
/*end*/

#main-menu{
  background:url(../i/bg-nav.jpg) no-repeat 0 0;
  padding:0px 12px 0px 12px;
  position:relative;
  color:#FFF;
  z-index:9999;
}

#main-menu .nav{
  height:62px;
  margin-bottom:0px;
}

#main-menu .menu-hop{
  background: url(../i/bg-menu-hop.jpg) no-repeat 0 0;
  width:981px;
  height:302px;
  display:none;
  position: absolute;
  left:12px;
}
#main-menu li.show .menu-hop{
  display:block;
}          
.main-menu-2{
  background: url(../i/bg-menu-main-2.png) no-repeat 0 0;
  width:410px;
  height:238px;
  margin-left:19px;
  margin-top:26px;
  padding-top:12px;
  position:relative;
  float:left;
}
.main-menu-2 > ul{
  margin-left:11px;
  background: url(../i/bg-menu-main-2-div.jpg) no-repeat 194px 13px;
}
.main-menu-2 > ul li{
}
.main-menu-2 ul li ul{
  position:absolute;
  right:3px;
  top:5px;
  padding-top:15px;
  padding-left:40px;
  padding-bottom:20px;
  display:none;
  margin:0px;
  width:184px;
  height:208px;
}
.main-menu-2 ul li.show ul{
  display:block;
} 
.main-menu-2 ul li ul li{
  margin-bottom:16px;   
  padding-right:10px;  
}
.main-menu-2 ul li ul a{
  color:#FFF;
  text-decoration:underline;
}
.main-menu-2 ul li ul a:hover{
  text-decoration:none;
}
.main-menu-2 > ul > li > a{
  color:#FFF;
  padding: 8px 0 8px 37px;
  display:block;
  background: url(../i/menu-main-2-li.png) no-repeat 12px 9px;  
  text-transform:uppercase;
}
.main-menu-2 > ul > li > a:hover, .main-menu-2 > ul > li.active > a,  .main-menu-2 > ul > li.show > a{
  background: url(../i/menu-main-2-li-active.png) no-repeat 0 0;  
  text-decoration:none;
}
.menu-info{
  margin-left:500px;
  width:432px;
  margin-top:21px;
}
.menu-info h2{
  font-size:27px;
  margin-bottom:22px;
  font-weight:normal;
}
.menu-info p{
  font-size:14px;
  line-height:19px;
}
.menu-info p:last-of-type{
  margin-bottom:1px;
}
.menu-info a{
  color:#72b717;
  text-decoration:underline;
}
.menu-info img{
  float:right;
  margin-left:5px;
}
.menu-info a:hover{
  text-decoration:none;
}
#header-repeat {
  background: url(../i/bg-header-repeat.jpg) repeat-x 0 0;
  width: 100%;
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
#nav-repeat {
  background: url(../i/bg-nav-repeat.jpg) repeat-x 0 0;
  width: 100%;
  height: 62px;
  position: absolute;
  top: 90px;
  left: 0;
  z-index: -2;
}
#bg-top{
  background: url(../i/bg-top.jpg) no-repeat 0 0;
  width:1005px;
  height:281px;
  position:relative;
}
#bg-top-left{
  background: url(../i/bg-top-left.jpg) no-repeat 100% 0;
  width: 50%;
  height: 281px;
  margin-left: -502px;
  position: absolute;
  top: 152px;
  left: 0;
  z-index: -1;
}
#bg-top-right{
  background: url(../i/bg-top-right.jpg) no-repeat 502px 0;
  height: 281px;
  position: absolute;
  right: 0;
  top: 152px;
  width: 50%;
  z-index: -1;
}
#bg-top-repeat {
  background: url(../i/bg-top-repeat.jpg) repeat-x 0 0;
  width: 100%;
  height: 281px;
  position: absolute;
  top: 152px;
  left: 0;
  z-index: -2;
}
#main{
  background:url(../i/bg-main.jpg) repeat-y 0 0;
  padding:0px 0px 5px 0px;
  min-height:250px;
}
.main-shadow{
  height:12px;
  margin-left: 12px;
  margin-bottom: 33px;
  width: 981px;  
  -moz-box-shadow:  0px 21px 27px 0px rgba(218, 198, 221, 0.8),0px 14px 20px 0px rgba(213, 202, 215, 1);   
  -webkit-box-shadow: 0px 21px 27px 0px rgba(218, 198, 221, 0.8),0px 14px 20px 0px rgba(213, 202, 215, 1);
  box-shadow: 0px 21px 27px 0px rgba(218, 198, 221, 0.8),0px 14px 20px 0px rgba(213, 202, 215, 1);
}
.main-shadow2{
  background:url(../i/main-shadow-2.jpg) repeat-y 0 0;
  height:37px;
  margin-left: 12px;
  margin-bottom: 1px;
  width: 981px;  
}
#before-footer{
  background:url(../i/bg-before-footer.jpg) no-repeat 0 0 #FFF;
  padding:32px 0px 35px 51px;
  float:left;
}
#before-footer h2{
  font-size:27px; 
  margin-bottom:23px;
}
#before-footer p{
  font-size:14px;  
  line-height:18px;
  margin-bottom:19px;
}
#before-footer img{
  float:right;
  margin: -4px 16px 0px 12px;
}
/*#before-footer-fill{
  background:#FFF;
  margin-left:-50px;
  position:absolute;
}     */
#bg-before-footer-repeat{
  background: url(../i/bg-before-footer-repeat.jpg) repeat-x 0 0;
  width: 100%;
  height: 12px;
  position: absolute;
  left: 0;
  z-index: 2;
}
#bg-before-footer-left{
  background: url(../i/bg-before-footer-left.jpg) no-repeat 100% 0;
  width: 50%;
  height: 12px;
  margin-left: -502px;
  position: absolute;
  left: 0;
  z-index: 1;
}
#bg-before-footer-right{
  background: url(../i/bg-before-footer-right.jpg) no-repeat 502px 0;
  height: 12px;
  position: absolute;
  right: 0;
  width: 50%;
  z-index: 1;
}

footer{
  background: url(../i/bg-footer.jpg) no-repeat 0 0;
  height:137px;
}
#bg-footer-left{
  background: url(../i/bg-footer-left.jpg) no-repeat 100% 0;
  width: 50%;
  height:137px;
  margin-left: -502px;
  position: absolute;
  left: 0;
  z-index: -1;
}
#bg-footer-right{
  background: url(../i/bg-footer-right.jpg) no-repeat 502px 0;
  height:137px;
  position: absolute;
  right: 0;
  width: 50%;
  z-index: -1;
}
#bg-footer-repeat{
  background: url(../i/bg-footer-repeat.jpg) repeat-x 0 0;
  width: 100%;
  height: 137px;
  position: absolute;
  left: 0;
  z-index: -2;
}
.bl1{
  margin-left:34px;
  width:460px;
  float:left;
  padding-bottom:45px;  
}
.bl1 .center{
  padding-right:14px;
}
.bl1 h2{
  font-size:28px;
  height:66px;
  line-height:64px;
  /*padding-left:69px;*/
  margin-bottom:23px;
  /*background:url(../i/bl-h.png) no-repeat 0 0;*/
  background:url(../i/bg-inner-h1.jpg) repeat-x bottom;
}
.bl1 h2 img {
margin-top: -18px;
margin-right: 10px;
}
.bl1 .bl-pad{
  padding-left:7px;
  margin-bottom:16px;
}
.bl-right{
  margin-left:32px;
}
.bl-right .bl-pad{
  padding-left:0px;
}
.bl-menu{
  float:left;
  margin-right:4px;
}
.bl-menu a{
  color:#41423f;
  background: url(../i/dashed_2.jpg) repeat-x 0 100%;
  text-decoration:none;  
  line-height:20px;
  padding: 2px 0px;
  margin: 0px 6px;
  display: inline-block;
  *display: inline;   
  font-size:12px;    
}
.bl-menu a:hover, .bl-menu a.active{     
  background:none; 
  margin: 0px;
  padding: 0px 5px;
  border: 1px solid #cccccc;  
  color: #737471;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(bottom, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#ffffff));
  background-image: -webkit-linear-gradient(bottom, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(bottom, #ffffff, #e6e6e6);
  background-image: linear-gradient(to top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  *border: 0;
  border-color: #dddddd #f2f2f2 #f2f2f2 #e3e3e3;
  /*border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*/
/*  border-bottom-color: #eeeeee;    */
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);        
}       
.bl-menu a{
  behavior: url(assets/templates/html/js/pie/PIE.php); 
  position:relative;       
}
#qa-main {position: relative;}
#qa-main .bl-menu a {
	padding:1px 0;
}
#qa-main .bl-menu a:hover,#qa-main .bl-menu a.active {
	padding:1px 5px;
}
.button{
  background: url(../i/button.jpg) repeat-x 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color:#FFF;
  font-size:12px;
  padding:4px 7px;
  vertical-align:middle;  
  /*behavior: url(assets/templates/html/js/pie/PIE.php); spirin */
  position:relative;
}
.button:hover{
  text-decoration:none;
  color:#FFF;  
}
.green-button.disabled {
  background: url(../i/button-2-d.png?2) repeat-x 0 !important;
  text-decoration: none !important;
  cursor: default;
  color: #D3D3D3;
}
.button.disabled {
  background: url(../i/button-d.jpg) repeat-x 0;
  text-decoration: none !important;
  cursor: default;
  color: #D3D3D3;
  top: 0;
  left: 0;
  margin: 0;
}
.bl-menu a.active{
  margin-right:6px;
}
.sort-group{
  clear:both;
  font-size:12px;
  padding-left:7px;
  margin-bottom:66px;
}
.bl-right .sort-group{
  padding-left:0px;
  margin-bottom:60px;
}
.sort-group label{
  font-size:12px;
  margin-right:5px;
  vertical-align:middle;
}
.sort-group select, .sort-group .btn, .btn-group .dropdown-menu{
  font-size:12px;
 behavior: url(assets/templates/html/js/pie/PIE.php);  
}
.sort-group select {
	width:100px;
}
.sort-group .btn{
  color:#5c5c5c;
}
.sort-group .bootstrap-select {
  font-size:12px;
}
.sort-group .row{
  float:left;
  margin-right:15px;
}
.sort-group .row .bootstrap-select{
  width:116px;
}
.sort-group .row .btn{
  padding-top:1px;
  padding-bottom:1px; 
}
.sort-group .submit-filter, .sort-group .submit-filter-visible{
  background: url(../i/button.jpg) repeat-x 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color:#FFF;
  font-size:12px;
  padding:4px 7px;
  vertical-align:middle;  
  behavior: url(assets/templates/html/js/pie/PIE.php); 
  position:relative;  
  border:none;
}

.caret{
  border-top: 4px solid #949494;
}
.bootstrap-select.btn-group .btn .caret{
  right:6px;
}
.bootstrap-select.btn-group .btn .filter-option{
  left:8px;
  line-height:19px;
}
.bootstrap-select.btn-group, .bootstrap-select.btn-group[class*="span"]{
  margin-bottom:0px;
}
.site-gallery{
  padding-left:7px;
  margin-bottom:23px;
}
.site-gallery img{
  background: url(../i/bg-site-gallery-item.png) no-repeat 0 0;
  padding: 7px 17px 16px 7px; 
}
.site-gallery img.preview{
  width:120px;
  height:96px;
  display:block; 	
}
.site-gallery ul{
  float:left;
  margin-bottom:4px;
  width:100%;
}
.site-gallery .divider{
  border-bottom:1px solid #ebebeb;
  height:1px;
  width:430px;
  clear:both;
  margin-bottom:18px;
}
.site-gallery li{
  width:33%;
  float:left;
  position:relative;
}
.site-gallery p{
  text-align:center;
  padding-right:13px;
  margin-top:-5px;
}
.site-gallery a{
  font-size:13px;
}
.site-gallery a.preview-wrapper{
	display:block; 
	width:144px; 
	height:119px;
}
.site-gallery .site-gallery-rating{
  background: url(../i/bg-site-gallery-rating.png) no-repeat 0 0;
  width:30px;
  height:30px;
  display:block;
  position: absolute;
  right: 6px;
  top: 9px;
  font-size:11px;
  font-weight:bold;
  text-align:center;  
  color:#FFF; 
  padding-top:5px;  
}
.site-gallery .site-gallery-comment{
  background: url(../i/bg-site-gallery-comment.png) no-repeat 0.5px 0;
  width:27px;
  height:21px;  
  display:block;
  position: absolute;
  right: 8px;
  top: 42px;  
  font-size:11px;
  font-weight:bold;
  text-align:center; 
  color:#FFF;    
  line-height:17px;
}
.article-list article{
  clear:both;
  float:left;
  width:436px;
  padding-bottom:14px;
  padding-top:13px;
  border-bottom: 1px solid #ebebeb;
}
.article-list .center {
	margin-top:30px;
	height: 31px;
}
#main .work-list h3 a.offers {
	font-weight: normal;
	font-size: 12px;
	color: #F17845;
	border-bottom: 1px dotted #F17845;
	text-decoration: none;
}
.work-list h3, .article-list h3{
  font-size:16px;
  line-height:18px;
  margin:0 0 6px 0;
}
.article-list-item{
  width:299px;
  float:left;
  
  /*border-right: 1px solid #ebebeb; */
}
#articles-main .icon-article-1{
  background: url("../i/icon-article-1.png") no-repeat scroll 265px 0 transparent
}
#articles-main .icon-article-2{
  background: url("../i/icon-article-2.png") no-repeat scroll 265px 0 transparent
} 
.article-list-item h3 {font-weight: bold;padding-right: 45px;}
.article-list-item p{
  margin:0px 0px 0px 0px;
  line-height:18px;
  padding: 0 10px 0 0;
}
.work-list-author, .list-question-author, .article-list-author{
  float:left;
  width:121px;
  color:#707070;
  padding-left: 10px;
  padding-top: 10px;    
  border-left: 1px solid #ebebeb;
}
.article-stat-rating {
	color:#707070;	
}
.work-list-author,
.list-question-author {
	border-left: 0;
}
.work-list-author .author-div{
  height:25px;
}
.work-list-author{  
  padding-left:0px;
  padding-top:3px;  
  width:134px;
}
.work-list-author img, .list-question-author img, .article-list-author img{
  float:left;
  margin-right:5px;
}
.work-list-author a, .list-question-author a, .article-list-author a{
  color:#707070;
  font-size:12px;
  text-decoration:underline;
}
.work-list-author .author, .list-question-author .author, .article-list-author .author{
  line-height:11px;
  vertical-align: top;  
}
.work-list-author time, .list-question-author time, .article-list-author time{
  font-size:11px;
  line-height:9px;
  vertical-align: top;    
}
.work-list-author a:hover, .list-question-author a:hover, .article-list-author a:hover{
  color:#707070;
  font-size:12px;
  text-decoration:none;
}
.article-stat, .list-question-stat{
  margin-top:7px;
  font-size:12px;
  float:left;
}
.article-stat div, .list-question-stat div{
  float:left;
  height:18px;
  margin-right:14px;
}
.article-stat-comment{
  background: url(../i/article-stat.png?4) no-repeat 0 5px;
  padding-left:15px;  
}
.article-stat-comment a {
color: #707070;
font-size: 14px;
text-decoration: underline;
}
.article-stat .article-stat-comment a {
font-size: 12px;
}
.list-question-stat .article-stat-comment a {
font-size: 12px;
}
.article-stat-rating{
  background: url(../i/article-stat.png?4) no-repeat 0px -19px;
  padding-left:17px;  
}
.article-stat-view{
  background: url(../i/article-stat.png?4) no-repeat 0px -46px;
  padding-left:20px;  
}
.work-list-all, .list-question-all, .article-list-all{
  background: url(../i/article-stat.png?4) no-repeat 0px -72px;
  padding-left:17px;  
  text-decoration:underline;
  font-size:13px;
  float:right;
  margin-right:30px;
  margin-top:7px;
}
.work-list-all:hover, .list-question-all:hover, .article-list-all:hover{
  text-decoration:none;
}
.article-list-author.info {
	border-top: 1px dotted #CCCCCC;
	width:620px;
	padding-left: 0;
	border-left: 0;
}
.article-list-author.info.preview {
	width:620px;
}
.preview-back {float: right;}
.article-list-author.info div {
	float:left;
	margin-right: 30px;
}
.article-list-author.info div.author-wr {
	min-width:125px;
}
.article-list-author.info div.article-stat, .article-list-author.info div.vote {
	float:right;
	margin:0px;
	width:auto;
}
.article-list-author.info div.article-stat div{
	margin-right:14px;
	width:auto;
}

.tag-cloud {
	width:430px;
}
.tab-pane .tag-cloud {
	width:620px;	
}
.tag-cloud a {
	width:430px;
	margin:0 2px;
	font-size:12px;
}
.tag-cloud .pop1{
	font-size:18px;
}
.tag-cloud .pop2{
	font-size:24px;
	font-weight:bold;
}
.tag-cloud .pop3{
	font-size:30px;
	font-weight:bold;
}
.tag-cloud .pop4{
	font-size:36px;
	font-weight:bold;
}
.note{
  padding:18px 11px 11px 11px;
  color:#565656;
  font-size:12px;
  background-color:#e4f5fb;
  margin:0px 17px 29px 8px; 
  line-height:18px;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
 behavior: url(assets/templates/html/js/pie/PIE.php); 
  position:relative;                      
}
.btn-2{
  background: url(../i/site-gallery-all.jpg) repeat-x 100% 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;  
  color:#FFF;
  font-size:12px;
  padding:14px 48px 13px 17px;
  text-transform: uppercase;  
  vertical-align:middle;   
  text-decoration:none; 
  behavior: url(assets/templates/html/js/pie/PIE.php); 
  position:relative;    
}
.btn-2:hover{
  color:#FFF;
  text-decoration:none; 
}
.bl2 {
  margin-left:31px;
}  
.bl2 h2{
  font-size:26px;
  height:90px;
  line-height:65px;
  padding-left:85px;
  margin-bottom:-6px;
  color:#FFF;
}
.bl2 h2.qa {background:url(../i/bl-h2-qa.png) no-repeat 0 0;}
.bl2 h2.work {background:url(../i/bl-h2-work.png) no-repeat 0 0;}
.work-list{
  padding-left:12px;
}
.work-list article{
  clear:both;
  margin-bottom: 17px;
  padding-bottom: 15px;
  float:left;
  border-bottom:1px solid #ebebeb;  
}
.work-list .center {
	margin-top:15px;
}
.work-list h3{
  margin-bottom:12px;  
}
.work-list-budget{
  float:left;
  width:123px;
}
.work-list-developer{
  float:left;
  width:108px;
}
.work-list-item{
  border-right:1px solid #ebebeb;  
}
.work-list-item dl dt{
  margin-bottom:1px;
}
.work-list-term{
  float:left;
  width:77px;
  border-right:none;  
}
.work-list dl{
  font-size:12px;
  padding:0px 9px;    
}
.work-list dl dd{
  font-weight:bold;
}
.work-list-all{
  margin-right: 16px;
  margin-top: -7px;
}
.bl2-right{
  margin-left:22px;
}
.bl2-right .bl-pad{
  padding-left: 15px;
}
.bl2-right h2{
  margin-bottom:-8px;
}
.bl2-right .sort-group{
  padding-left: 15px;
  margin-bottom:60px;
}
.list-question article{
  width: 100%;
  float:left;
  clear:both;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
  padding-bottom: 12px;  
}
.list-question .center {
	margin-top:15px;
	height: 31px;
}
.list-question-item{
  padding:2px 17px 9px 22px;
  color:#565656;
  font-size:12px;
  background-color:#e4f5fb;
  margin:0 15px 0 14px; 
  line-height:18px;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  behavior: url(assets/templates/html/js/pie/PIE.php); 
  position:relative;      
}
.list-question-item p{
    font-size: 14px;
    word-wrap: break-word;
}
.list-question-item h3{
  font-size:16px;
  line-height:17px;
  margin-bottom:7px;
} 
.list-question-author{
  background:url(../i/list-question-arrow.png) no-repeat 5px 0;
  margin-left: 47px;
  padding-left: 0;
  padding-top: 13px;
  float:left;
  width:auto;
}
.list-question-author .author-div{
  float:left;
}
.list-question-stat{
  margin-right: 2px;
  margin-top: 15px;
  float:right;
}
.list-question-stat a {
	color: #707070;
}
.list-question-all{
  clear:both;
  margin-top:-13px;
  margin-right:13px;
}
.list-question-company {
    float: left;
    margin-left: 34px;
    margin-top: 8px;
}
.list-question-company a {
    color: #707070;
    font-size: 12px;
    text-decoration: underline;
}
.list-question-company a:hover {
    text-decoration: none;
}
footer{
  color:#FFF;
}
#footer-left{
  width: 358px;
  float: left;
  font-size:13px;
  margin-left:31px;
  margin-top:32px;
}
#footer-left p{
  margin-bottom:0px;
  line-height:19px;
}
#footer-left a{
  color:#46afd3;
  text-decoration:none;
  margin-right:11px;
}
#footer-left a:hover{
  text-decoration:underline;
}
#footer-center{
  width: 347px;
  float: left;
  margin-top: 35px;  
}
#footer-right{
  width: 260px;
  float: left;
  font-size:12px;
  margin-top:34px;  
}
#logo-footer {
    background: url("../i/modx_small.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 36px;
    margin-right: 12px;
    text-indent: -9999px;
    width: 94px;
}
#footer-social{
  margin-top:3px;
}
#footer-social a{
  margin-right:4px;
}
#logo-bdcolors{

}
#logo-bdcolors .logo {
    background: url(../i/devnrise_logo.png) no-repeat 0 0;
    width: 112px;
    height: 25px;
    display: block;
    float: right;
    margin-right: 20px;
    margin-top: -10px;
}
#logo-bdcolors p {
  margin: 0px;
  line-height:16px;
}         
#modx-slider{
  margin-left:12px;
  width:981px;
  height:302px;
  z-index:3;
  margin-bottom:0px;
}
#modx-slider .carousel-inner{
  height:302px;  
  -webkit-border-radius: 0px 0px 7px 7px;
     -moz-border-radius: 0px 0px 7px 7px;
          border-radius: 0px 0px 7px 7px;    
}

#bg-top-bottom{
  background: url(../i/slider-bottom.png) no-repeat 0 -1px;
  height:22px;
  width:981px;
  position:absolute;
  bottom:-22px;
  left:12px;
}
.carousel-indicators-center{
  bottom: 4px;
  float: left;
  left: 50%;
  position: absolute;
}
.carousel-indicators-center .carousel-indicators{
  float:left;
  left:-50%;
  position:relative;
  right:auto;
  top:auto;
}
.carousel-indicators{
  cursor:pointer;
}
.carousel-indicators li{
  background: url(../i/indicator.png) no-repeat 0 0;
  height:13px;
  width:13px;  
  margin-left:7px;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
}
.carousel-indicators .active, .carousel-indicators li:hover{
  background: url(../i/indicator.png) no-repeat 0 -13px;
}   
.b-about-modx{
  /*padding-top:7px;*/
  width:981px;
  height:302px;
  background: url(../i/b-about-modx.jpg) no-repeat 0 0px;    
}
.b-about-modx-left{
  float:left;
  width:450px;
  margin-left:43px;
  margin-top:11px;
}
.b-about-modx-left img{
  float:right;
  margin-top:-11px;
  margin-right:7px;
}
.b-about-modx-left h3{
  font-size:27px;
  margin-bottom:24px;
}                    
.b-about-modx-left p{
  line-height:18px;
  font-size:13px;
}
.b-about-modx-right{
  float:left;
  width:400px;
  margin-left:10px;
  padding-top:12px;
}
.nav-tabs{
  width:445px;
  position:relative;
  z-index:1;
  border:none;
}
.nav-tabs li a{
  font-size:21px;
  color:#6bad1e;
  /*border-bottom: 2px dotted #6bad1e;*/
  display:block;  
  padding:0px;
  border:none;
  outline: 0;  
  font-size: 19px;
  line-height: 58px;
  padding-left: 22px;  
}
.nav-tabs li a:hover,.nav-tabs li a:focus{
  text-decoration:none;
  background-color:transparent;  
  border:none !important;
}  
.nav-tabs li.active a:hover{
  text-decoration:none;
  background-color:transparent;  
  border:none;  
}
.nav-tabs li.active a{
  text-decoration:none;
  color:#41423f;
  border:none;
}
.nav-tabs li.active a.first{
  background: url(../i/bg-tab-but-lft.png) no-repeat 0 0px;
}            
.nav-tabs li a.first:hover{
  /*background: url(../i/bg-tab-but-lft-active.png) no-repeat 0 0px;     */
  z-index:3;
  /*position:relative;    
  border:none;    */
}           
.nav-tabs li.active a.first:hover{
  background: url(../i/bg-tab-but-lft.png) no-repeat 0 0px;
}
.nav-tabs li a.first{
  height: 71px;
  width: 217px;    
}       
.nav-tabs li.active a.last{
  background: url(../i/bg-tab-but-rht.png) no-repeat 0 0px; ;
}        
.nav-tabs li a.last:hover{
  /*background: url(../i/bg-tab-but-rht-active.png) no-repeat 0 0px;  */
  z-index:3; 
  /*position:relative;  
  border:none;  */
}   
.nav-tabs li a span{    
  background: url(../i/dashed_green.png) repeat-x 0 21px; 
}   
.nav-tabs li.active a span{
  background: none;
}
.nav-tabs li a:hover span{
  background: none;
  /*background: url(../i/dashed_blue.png) repeat-x 0 21px;     */
  color:#0095C9;
}
.nav-tabs li.active a:hover span{
  background: none;
  color:inherit;
}
.nav-tabs li.active a.last:hover{
  background: url(../i/bg-tab-but-rht.png) no-repeat 0 0px;
}
.nav-tabs li a.last{
  height: 71px;
  width: 194px; 
  margin-left:-32px;  
  padding-left:40px;
}     
.tab-content{
  background: url(../i/bg-tab-content.png) no-repeat 0 0px;  
  width:443px;
  float:left;
  margin-top:-12px;
}
.tab-content .tab-pane{
  padding: 18px 10px 10px 10px;
}
.tab-content .tab-pane p{
  line-height:18px;
  padding-left: 12px;
  padding-right: 10px;
}
.but-demo{
  background: url(../i/demo.png) no-repeat 0 0px; 
  width:169px;
  height:73px;
  display:block;
  text-indent:-99999px; 
  margin-left:5px; 
}
.but-revo{
  background: url(../i/download_revo.png) no-repeat 0 0px; 
  width:217px;
  height:73px;
  display:block;  
  text-indent:-99999px;   
  margin-left:18px;
}
.but-evo{
  background: url(../i/download_evo.png) no-repeat 0 0px; 
  width:217px;
  height:73px;
  display:block;
  text-indent:-99999px; 
  margin-left:18px;    
}
.tab-block-demo{
  float:left;
  width:176px;
}
.tab-block-modx{
  float:left;
  width:237px;
}
.tab-pane .tab-block-demo p, .tab-pane .tab-block-modx p{
  color:#3e89a0;
  font-size:12px;
  line-height:13px;
  text-align:center;
  padding:8px 0px 0px 0px; 
  font-style:italic; 
}
.tab-pane .tab-block-modx p  {
  padding:10px 26px 0px 48px; 
  color:#398c42;
}
.popup-login{
  position:absolute;
  z-index:1113;
  left:-217px;
  top:31px;
  -moz-box-shadow:  0px 0px 30px 0px #989fa1);   
  -webkit-box-shadow: 0px 0px 30px 0px e1e5e6,#989fa1;
  box-shadow: 0px 0px 30px 0px #989fa1;  
  display:none;
}
.popup-social{
  position:absolute;
  z-index:1113;
  left:-217px;
  top:31px;
  -moz-box-shadow:  0px 0px 30px 0px #989fa1);   
  -webkit-box-shadow: 0px 0px 30px 0px e1e5e6,#989fa1;
  box-shadow: 0px 0px 30px 0px #989fa1;  
  display:none;
}
#auth-panel .popup-social a{ 
  color:#0095C9;
  text-decoration:underline;
}
#auth-panel .popup-social a:hover{ 
  text-decoration:none;
}
#header .popup-login .topleftauto, #header .popup-social .popup-login .topleftauto{
  width:250px;
}
#header .popup-login .row-text p a, #header .popup-social .row-text p a{
  color:#0095c9;
  background:none;
  text-decoration:underline;
}
#header .popup-login .row-text p a:hover, #header .popup-social .row-text p a:hover{
  text-decoration:none;
}
#header .popup-login a.question-right img, #header .popup-social a.question-right img{
  margin-top:-4px;
}
#header .popup-login .link-social{
  margin-left:10px;
  background: url(../i/dashed.png) repeat-x 2px 100%;  
}
#header .popup-login .link-social:hover{
  background: url(../i/dashed_orange.png) repeat-x 2px 100%;  
}
#content .form-parent-2 .row input{
  font-size:13px;
  padding:2px 10px 0px;
  height:30px;   
   	behavior: url(assets/templates/html/js/pie/PIE.php);  
    position:relative;
}

#report-site input[type="submit"],
#report-site .green-button,
#content input[type="submit"], #content .green-button, #header .green-button  {        behavior: url(assets/templates/html/js/pie/PIE.php);  background: url(../i/button-2.png) repeat-x center; border: 0; padding: 9px 12px; color: #ffffff; text-transform: uppercase; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; display: block; margin: 15px auto 0 auto;
          position:relative;
        z-index:1;
    behavior: url(assets/templates/html/js/pie/PIE.php); 
}
#content input.border-lite[type="text"]{
  border:1px solid #F9F9F9;
}
#content input[type="button"], #content .form-parent .blue-button {background: url(../i/button-3.png) repeat-x center; border: 0; padding: 9px 12px; color: #ffffff; text-transform: uppercase; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; display: block; margin: 15px auto 0 auto; margin-right: 15px;
    behavior: url(assets/templates/html/js/pie/PIE.php); 
    position:relative;
}
a.blue-button {
	background: url(../i/button-3.png) repeat-x center; 
	border: 0; 
	padding: 7px 3px; 
	color: #ffffff; 
	text-transform: uppercase; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 
	display: block; 
	margin: 15px auto 0 auto; 
	margin-right: 15px;
    position:relative;
    width:150px;
    text-align:center;
    text-decoration:none !important;
}
#report-site input[type="password"], #report-site input[type="text"], #report-site textarea, 
#content input[type="password"], #header input[type="password"],
#content input[type="text"],  #header input[type="text"],
#content textarea {
	background: #ffffff;
	display: block;
	border: none;
	padding: 6px 10px 0px 10px;
	line-height: 22px;
	-webkit-box-shadow: #E6E6E6 3px 3px 3px inset;
	   -moz-box-shadow: #E6E6E6 3px 3px 3px inset;
			box-shadow: #E6E6E6 3px 3px 3px inset;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
	height: 26px;
	width: 335px;
    /*behavior: url(assets/templates/html/js/pie/PIE.php); spirin */
    position:relative;
}
#content input[type="password"]:disabled, #header input[type="password"]:disabled,
#content input[type="text"]:disabled,  #header input[type="text"]:disabled,
#content textarea:disabled {
	cursor: not-allowed;
	background-color: #eeeeee;
}

#content .form-parent-2 .row p {
    line-height: 18px;
    margin-bottom: 0;
    padding-bottom: 0;
}

#content .form-parent, #header .form-parent {background: #e4f5fc; margin: 0px 19px 20px 41px; border: 7px solid #d6f1fb; border-radius: 5px; padding: 10px 20px;
    behavior: url(assets/templates/html/js/pie/PIE.php); 
}
#content .form-parent{
  //position: relative;
  position:/*\**/relative\9;
}
#content .form-parent h3, #header .form-parent h3, #report-site .form-parent h3 {line-height: normal !important; font-weight: bold; padding-bottom: 10px; background: url(../i/bg-inner-h3.png) no-repeat 1px 100%;}

.wrapper #content .form-small .row, #header .form-small .row-group{
  padding: 3px 20px 4px 20px;
}

.wrapper #content .form-small .row-group, #header .form-small .row-group{
  background-color:#E4F5FC;
  padding:9px 0px 0px 0px;
  border-radius:0 0 7px 7px;  
}


.wrapper #content .form-small .row .question-right{
  padding:0px;
  margin:0 0 0 10px;
  top:4px;
  z-index:1029;
}
.wrapper #content .form-small .row-rememberme input, #header .form-small .row-rememberme input{
  height:auto;
  margin-right:3px;
}
.wrapper #content .form-small button, #header .form-small button{
  margin:4px auto 0 auto;
}
.wrapper #content .form-small .row-rememberme label, #header .form-small .row-rememberme label{
  display:inline;
  font-size:13px;
  margin:0px;
}
#content .form-parent-2 .row, #header .form-parent-2 .row  {
  background:url("../i/hr.png") repeat-x 0 100% transparent;
  padding:9px 10px 7px 25px;
}
.wrapper #content .first-form .row, #header .first-form .row {
  padding: 4px 0 6px;
}
.wrapper #content .form-small .row-rememberme, #header .form-small .row-rememberme{
  padding: 3px 20px 9px;
}
#header .popup-login .row-rememberme{
  padding:6px 30px 9px;
}
.wrapper #content .first-form .row a, .wrapper #content .first-form .row span, #header .first-form .row a, #header .first-form .row span{
  width:88px;
  float:left;
  padding:1px 0px 1px 26px;
  font-size:12px;
  margin-left:14px;  
  text-transform:none;
}
.wrapper #content .first-form .row a:first-child, #header .first-form .row a:first-child, .wrapper #content .first-form .row span:first-child, #header .first-form .row span:first-child{
  margin-left:17px;
}
.wrapper #content .form-small .row label, #header .form-small .row label{
  font-weight:normal;
  margin-left:2px;
}
.wrapper #content .form-small .row-text, #header .form-small .row-text{
  background:none;
  padding:3px 20px 10px;
}
#header .popup-login .row-text{
  padding:10px 20px 24px;
}
.wrapper #content .form-small .row-text p, #header .form-small .row-text p{
  font-size:13px;
  text-align:center;
  padding:0px;
  line-height:17px;
  margin:0px;
}
#header .form-small .row-text p a{
  text-transform:none;
}
.wrapper #content .form-small .row-input, #header .form-small .row-input{
  padding:1px 0 12px 17px;
}
.wrapper #content .popup-login .row-input, #header .popup-login .row-input{
  padding:1px 0 12px 27px;
}
.wrapper #content .form-small .row-no-line, #header .form-small .row-no-line{
  padding-bottom:30px;
}
.wrapper #content .form-small input[type="password"], .wrapper #content .form-small input[type="text"], .wrapper #content .form-small textarea,#header .form-small input[type="password"], #header .form-small input[type="text"], #header .form-small textarea{
  width:180px;
  float:left;
}
.wrapper #content .form-small .head .row, #header .form-small .head .row{
  padding:5px 0 7px 17px; 
  width:246px;   
  margin-left:-15px; 
} 
#header .popup-login .head .row{
  margin-left:-29px;
}
.wrapper #content .form-small h3, #header .form-small h3{
  background:none;
  font-size:16px;
  font-weight:bold;
  display:inline;
  margin:0px;
  padding:0px;
  color:#000;
}
.wrapper #content .form-small, #header .form-small{
  margin: 0 9px 20px 0;
  padding: 0;
  width: 263px;
  border-radius: 13px; 
  background-color:#D6F1FB;
}
.wrapper #content .first-form{
  margin: 0 15px 18px 0px;
  padding:0 0 0px;
}
.wrapper #content .form-reg-social {
	height: 306px;
}
.wrapper #content .form-reg-social .row-group {
	height: 228px;
}
.form-small .head{
  background-color: #e7f6fc;
  background-image: -moz-linear-gradient(bottom, #daf2fb, #e7f6fc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e7f6fc), to(#daf2fb));
  background-image: -webkit-linear-gradient(bottom, #daf2fb, #e7f6fc);
  background-image: -o-linear-gradient(bottom, #daf2fb, #e7f6fc);
  background-image: linear-gradient(to top, #daf2fb, #e7f6fc);
  background-repeat: repeat-x;
  padding:16px 5px 0px 16px;
  width:240px;
  border-radius:7px 7px 0 0;
  -pie-background: linear-gradient(#e7f6fc, #daf2fb);
  behavior: url(assets/templates/html/js/pie/PIE.php);
  position:relative; 
}
.popup-login .head{
  padding:14px 5px 0px 29px;
  width:229px;
}
.form-small .head .question-right{
  margin-left:4px;
  top:-1px;
  z-index:1029;
  position:relative;  
}

#header .close-1{
  background: url(../i/close.png) no-repeat;
  width:14px;
  height:15px;
  display:block;
  float:right;
  margin-right: 2px;
  margin-top: -8px;
}
#header .close-1:hover{
  background: url(../i/close.png) no-repeat;
}
fieldset {border: 0; margin: 0 auto; width: 550px;}
.form-parent-2 fieldset{
  margin:0px;
  padding:0px;
  width:auto;
}
#overlay-form{
    background-color: transparent;
    height: 100%;
    left: 0;
    /*opacity: 0.35;*/
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 900;
}
#content .caret{
    border-top: 5px solid #949494;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.relative{
    position:relative;
}
.error-field {background-color: #feefef !important;}
.error-label {color: red;}

.tooltip-yellow {
  font-size: 14px;
}  
.tooltip-yellow .tooltip-inner {
  background-color: #fdfdd0;
  background-image: -moz-linear-gradient(bottom, #fdfdd0, #f6f6b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6f6b3), to(#fdfdd0));
  background-image: -webkit-linear-gradient(bottom, #fdfdd0, #f6f6b3);
  background-image: -o-linear-gradient(bottom, #fdfdd0, #f6f6b3);
  background-image: linear-gradient(to top, #fdfdd0, #f6f6b3);
  background-repeat: repeat-x;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdfdd0', endColorstr='#fff6f6b3', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: -1px 3px 7px rgba(0, 0, 0, 0.20), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: -1px 3px 7px rgba(0, 0, 0, 0.20), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: -1px 3px 7px rgba(0, 0, 0, 0.20), 0 1px 2px rgba(0, 0, 0, 0.05);   
  color:#565656;
  max-width:300px;
  text-align:left;
}    
.form-parent .relative .tooltip-yellow{
    bottom: 14px;
    left: 225px;
    min-width: 276px;
}
.relative .tooltip.topleft{
    bottom: 14px;
    left: 225px;
    min-width: 276px;
}
.form-parent .tooltip.topleft .tooltip-arrow {
    background: url("../i/arr-tooltip-blue-b.png") no-repeat 0 0 transparent;
}
.form-parent .tooltip.topleftauto{
    z-index:1511;
}
.form-parent .tooltip.topleftauto .tooltip-arrow {
    background: url("../i/arr-tooltip-blue-b-light.png") no-repeat 0 0 transparent;
    width:16px;
    height:13px;
    bottom:-16px;
    left:12px;
}

#content .tooltip.rightmy, #header .tooltip.rightmy{
    min-width: 230px;
}
#content .relative .tooltip.rightmy {
    left: 373px;
    min-width: 295px;
    top: 3px;
}
.tooltip.rightmy .tooltip-arrow {
    /*margin-top:-24%; */
}
#content .relative .tooltip.rightmy .tooltip-arrow {
    background: url("../i/arr-tooltip-white-r.png") no-repeat 0 0 transparent;  
    margin-top:-10px; 
}
#content .tooltip.white-arrow-r .tooltip-arrow {
    background: url("../i/arr-tooltip-white-r.png") no-repeat 0 0 transparent;  
}
.tooltip-success .tooltip-inner, .tooltip-fail .tooltip-inner{
  padding-left:16px;
  padding-right: 12px;  
  color:#67ab00;
}
.tooltip-fail .tooltip-inner{
  padding-left:16px;
}
.tooltip.text-normal .tooltip-inner{
  color:#595556;
} 
.tooltip-fail .tooltip-inner{
  color:#ea0000;
}
.tooltip-success .tooltip-inner .img,.tooltip-fail .tooltip-inner .img{
    background: url("../i/success.png") no-repeat;
    width:23px;
    height:23px;
    position:absolute;
    left:17px; 
}
.tooltip-fail .tooltip-inner .img{
    background:none;
    /*background: url("../i/fail.png") no-repeat;    */
}

.i-vkontakte{
  background:url(../i/soc-login.png) no-repeat 0 0 transparent;
}
.i-odnoklassniki{
  background:url(../i/soc-login.png) no-repeat 0 -191px transparent;
}
.i-openid{
  background:url(../i/soc-login.png) no-repeat 0 -222px transparent;
}
.i-livejournal{
  background:url(../i/soc-login.png) no-repeat 0 -254px transparent;
}
.i-mailru{
  background:url(../i/soc-login.png) no-repeat 0 -159px transparent;
}
.i-linkedIn{
  background:url(../i/soc-login.png) no-repeat 0 -287px transparent;
}
.i-facebook{
  background:url(../i/soc-login.png) no-repeat 0 -32px transparent;
}
.i-live-id{
  background:url(../i/soc-login.png) no-repeat 0 -318px transparent;
}
.i-google{
  background:url(../i/soc-login.png) no-repeat 0 -64px transparent;
}
.i-flickr{
  background:url(../i/soc-login.png) no-repeat 0 -351px transparent;
}
.i-yandex{
  background:url(../i/soc-login.png) no-repeat 0 -96px transparent;
}
.i-webmoney{
  background:url(../i/soc-login.png) no-repeat 0 -382px transparent;
}
.i-twitter{
  background:url(../i/soc-login.png) no-repeat 0 -127px transparent;
}
.i-steam{
  background:url(../i/soc-login.png) no-repeat 0 -414px transparent;
}
.checkbox-style {
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background: url(../i/checkbox.png) no-repeat;
	cursor: pointer;
  float:left;
  margin-right:4px;
  margin-top:2px;  
}
.checkbox-style.checked {
	background-position: -16px 0;
}
..checkbox-style.disabled { /*<-- ? */
	background-position: 0 -16px;
}
.checkbox-style.checked.disabled {
	background-position: -16px -16px;
}
.checkbox-style.focused {
	background-position: 0 -32px;
}
.checkbox-style.checked.focused {
	background-position: -16px -32px;
}
#content .select-pick .dropdown-menu a{
  text-decoration:none;
}
.checkbox-style.error-checkbox-field{
  background-position: 0px -48px;
}
.checkbox-style.checked.error-checkbox-field{
  background-position: -16px -48px;
}
.checkbox-style.checked.focused.error-checkbox-field {
  background-position: -16px -48px;
}
.hide{
  display:none;
}
.with-q-up, .link-up{
  position: relative;
  z-index: 1029;
}

.inner-tags {margin-bottom: 7px; font-size: 12px;}
.inner-tags ul {}
.inner-tags ul li {display: block; float: left; margin-right: 3px; }
.inner-tags ul li a {display: block; padding: 2px 5px; background: #F7F7F5;}
.inner-tags ul li.tags {margin: 0px 10px 0px 0px; padding: 2px 0px; display: block; line-height: 20px;}

.profile .rating-block {
	position: absolute;
	font-size: 20px;
	right: 20px;
	font-weight: bold;
	line-height: 14px;
	text-align: right;
	top: 20px;
	width: 60px;
}
.profile .rating-block.avatared {
	top: 135px !important;
}
.profile .rating-block span {font-size: 12px; font-weight: normal; color: #999999;}

a.go-top {
	position: fixed;
	width: 90px;
	height: 30px;
	background: black;
	bottom: 20px;
	z-index: 5000;
	left: 50%;
	margin-left: 390px;
	background: url(../i/go-top.png) no-repeat center;
	display: none;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.article-stat-comment span {color: #D84848;}
#ctrlcopy {
	color:transparent;
	height:1px;
	overflow:hidden;
	position:absolute;
	width:1px;
}

#articles-main {position: relative;}

#site-gallery {
	position: relative;
}

#site-gallery .center {
	height: 31px;
}

.preload-mask {
	height: auto;
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	background: url(../i/1px_white_60proc_tr.png);
	z-index: 100;
}

.preload-mask .preload-image {
	width: 48px;
	height: 48px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: url(../i/ajax-preload-mainpage.GIF) no-repeat center;
	margin: -24px 0 0 -24px;
}
.content-main-banner {
	position:absolute;
}
.content-main-banner.na {
	right: 20px; 
	top: 8px;
}
.content-main-banner.qa {
	right: 20px; 
	top: 17px;
}
.content-main-banner span{
	font-size:12px;
	color:#707070;
	line-height:11px;
}
.content-main-banner.na span{
	color:#707070;
}
.content-main-banner.qa span{
	color:#fff;
}
.content-banner {
	margin:20px 0;
}