/*24.10.2016*/
.link_archive {
	font-size: 15px;
}
/*end*/

/* Для скрытого поля(honeybot) */
.hny-text {
	width: 0;
	height: 0;
	opacity: 0;
	position: absolute;
}
.top-dotted-white {
	border-top: 1px white dotted;
}
.top-dotted {
	border-top: 1px #CDD7D9 dotted;
}
.cat_buy_complete {
	margin-left: -50px;
}

.errortext {
	color: red;
}

.starrequired {
	color: red;
}

.clear {
	clear: both;
}

.successtext {
	color: green;
}


#nesmask {
    position:absolute;
    left:0;
    top:0;
    z-index:9000;
    background-color:#999;
	opacity:0.7;
    display:none;
}
#nesboxes .neswindow {
	box-sizing: border-box;
    position:absolute;
    left:0;
    top:0;
    
    width:640px;
   /*min-height:200px;*/
    display:none;
    z-index:9999;
    padding: 20px;
    overflow: hidden;
	background-color:rgb(240, 240, 240);
	box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }  
#nesboxes #nesdialog {
    width:575px; 
 /* min-height:203px;*/
    padding:10px;
    background-color:#ffffff;
	position:fixed;
    }  
.nestop {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:35px;
    background:#5BC3E8;
    padding: 0px 10px 0px 10px;
}
.nesclose {
    float:right;
}
.nescontent {
	padding-top:30px;
	padding-bottom:15px;
}

/* Buttons */
/* .btn {
    display: inline-block;
    padding: 6px 7px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    border: none;
}

.btn--color-blue {
    color: #ffffff !important;
    background: url(images/input-button-bg.png) left top repeat-x;
    width: 119px;
}

.btn--float-right {
    float: right;
} */