* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
        /*font: 12px/18px Arial, Tahoma, Verdana, sans-serif;*/
        width: 100%;
        height: 100%;
        /*color: #7B7B7B;*/
        color: #566473; /*#616161;*/
        font-family: Arial; /*Open Sans;*/
        font-size: 13px;
        overflow-y: scroll;
}
a {
	color: #17A3D9;
	outline: none;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px;
	text-align: justify;
}
hr {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.p16 { font-size: 16px; }
.news .p16 { color: #02ae5f; }
img {
	border: none;
}
input {
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: medium none;
    padding: 3px 5px;
    vertical-align: middle;
}
input[type="submit"] {
	cursor: pointer;
}
input[readonly] {
    background-color: #e2e2e2;
}
select {
	border: 1px solid #ccc;
    border-radius: 5px;
	cursor: pointer;
    outline: medium none;
    padding: 3px 5px;
    vertical-align: middle;
}
table tr td {
	padding: 3px;
	line-height: 20px;
}
h1 {
    font-size: 36px;
    font-weight: lighter;
    padding: 10px 0 20px;
}
.clearfix { clear: both; }
.infozone h2 {
    font-size: 15px;
    margin-bottom: 5px;
}
.infozone ul, .infozone ol {
    padding-left: 30px;
}
li.collapsible.is {
    height: 0px;
    overflow: hidden;
    margin-bottom: 0px;
}
#main_menu_table,
#footer_contacts_table {
    border: 1px solid #e2e8ee;
    border-radius: 12px;
    box-shadow: 0 3px 2px #e2e2e2;
    clear: both;
    margin: 20px 0;
    width: 100%;
}
#main_menu_table .main_menu_btn1,
#main_menu_table .main_menu_btn2,
#main_menu_table .main_menu_btn3 {
    font-size: 16px;
    padding: 12px 0 12px 40px;
    width: 33%;
}
#footer_contacts_table .main_menu_btn4,
#footer_contacts_table .main_menu_btn5,
#footer_contacts_table .main_menu_btn6 {
    font-size: 16px;
    /*padding: 12px 0;*/
    width: 33%;
}
#main_menu_table .main_menu_btn1 {
    background-color: #ef6564;
    border-radius: 12px 0 0 12px;
}
#footer_contacts_table .main_menu_btn4 {
    background-color: #76bf16;
    border-radius: 12px 0 0 12px;
}
#footer_contacts_table .main_menu_btn4 a {
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 22px;
    text-decoration: none;
}
#footer_contacts_table .main_menu_btn4 > a > span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding-top: 10px;
}
#main_menu_table .main_menu_btn2,
#footer_contacts_table .main_menu_btn5 {
    border-left: 1px solid #e2e8ee;
    border-right: 1px solid #e2e8ee;
}
#main_menu_table .main_menu_btn1 a,
#footer_contacts_table .main_menu_btn4 a { color: #fff; }

#main_menu_table .main_menu_btn1 a::before {
    background: rgba(0, 0, 0, 0) url("/images/2015/menuSprite1.png") repeat scroll left top;
    content: "";
    height: 30px;
    margin-left: -40px;
    margin-top: -5px;
    position: absolute;
    width: 30px;
}
#footer_contacts_table .main_menu_btn4 div {
    background: rgba(0, 0, 0, 0) url("/images/2015/footerSprite.png") no-repeat scroll 0 0;
    float: left;
    height: 68px;
    margin: 15px 20px;
    width: 100px;
}
#main_menu_table .main_menu_btn2 a { color: #02ae5f; }
#main_menu_table .main_menu_btn2 a::before {
    background: rgba(0, 0, 0, 0) url("/images/2015/menuSprite1.png") repeat scroll left center;
    content: "";
    height: 30px;
    margin-left: -40px;
    margin-top: -5px;
    position: absolute;
    width: 30px;
}
#footer_contacts_table .main_menu_btn5 {
    font-size: 16px;
    height: 78px;
    text-align: center;
}
#footer_contacts_table .main_menu_btn5 > a { float: right; }
#footer_contacts_table .main_menu_btn5 > span { color: #4a4a4a; }
#footer_contacts_table .main_menu_btn5 > a > div {
    background: rgba(0, 0, 0, 0) url("/images/2015/footerSprite.png") no-repeat scroll left bottom;
    height: 58px;
    padding-right: 15px;
    width: 107px;
}
#main_menu_table .main_menu_btn3 a { color: #1d8bcd; }
#main_menu_table .main_menu_btn3 a::before {
    background: rgba(0, 0, 0, 0) url("/images/2015/menuSprite1.png") repeat scroll left bottom;
    content: "";
    height: 30px;
    margin-left: -40px;
    margin-top: -5px;
    position: absolute;
    width: 30px;
}
#footer_contacts_table .main_menu_btn6 > a {
    display: table-cell;
    font-size: 22px;
    vertical-align: middle;
}
#footer_contacts_table .main_menu_btn6 > span {
    display: table-cell;
    font-size: 22px;
    text-align: center;
    vertical-align: middle;
}
#wrapper {
	background: rgba(0, 0, 0, 0) url("/images/2015/bg.png") repeat scroll 0 0;
}
#header-wrapper {
    background-color: white;
    box-shadow: 0 1px 5px #e2e2e2;
}
#header {
    margin: 0 auto 25px;
    padding-bottom: 10px;
    padding-top: 15px;
    text-align: center;
}
#header-logo {
    background: rgba(0, 0, 0, 0) url("/images/2015/logo.png") no-repeat scroll 0 0;
	cursor: pointer;
	float: left;
    height: 56px;
	margin-right: 15px;
    width: 225px;
}
#footer-logo {
    background: rgba(0, 0, 0, 0) url("/images/2015/logo.png") no-repeat scroll 0 0;
	cursor: pointer;
    color: #514e4e;
    font-size: 13px;
	float: left;
    height: auto;
	margin-right: 15px;
    margin-top: 10px;
    padding-top: 60px;
    width: 250px;
}
#header-middle {
	float: left;
	text-align: left;
	padding-left: 15px;
	width: 50%;
}
.breadcrumbs {
    color: #717171;
    font-size: 12px;
}
.breadcrumbs a {
    color: #717171;
    font-size: 12px;
    text-decoration: none;
}
.breadcrumbs a:hover {
    color: #17a3d9;
    text-decoration: underline;
}
#submenu a:last-child {
    line-height: 34px;
}
#submenu a {
	color: #566473;
    font-size: 13px;
}
#submenu {
    box-sizing: content-box;
    float: left;
    padding-right: 25px;
    width: 25%;
}
#submenu > table {
	text-align: left;
    width: 100%;
}

#banner {

    background-image: url("/images/banner.png");
    width: 410px;
    height: 80px;
    float: left;
    display: inline;
    margin-top: -14px;


}
#header-contacts, #header-basket {
	float: right;
}
#header-contacts {
    color: #7a8590;
    font-size: 16px;
    font-weight: lighter;
	line-height: 19px;
	padding-right: 15px;
}
#header-contacts span {
    color: #45484f;
    font-size: 22px;
}
#header-basket {
    background: #28b019 url("/images/2015/basket.png") no-repeat scroll 20px 10px;
    border-radius: 0 0 15px 15px;
    color: white;
	cursor: pointer;
    margin-top: -15px;
    padding: 55px 0 6px;
    width: 100px;
    /*margin-right: -130px;*/
}
#header-personal {
    color: #566473;
    line-height: 18px;
    text-align: left;
    margin-top: 4px;
}
#header-personal span {
    display: block;
}
#header-personal > a {
    color: #17a3d9;
}
#header-personal a:last-child {
	line-height: normal;
}
#header-menu-wrapper {
    clear: both;
    padding-top: 20px;
    padding-bottom: 20px;
}
#header-menu-btn1, #header-menu-btn2, #header-menu-btn3,
#header-menu-btn4, #header-menu-btn5, #header-menu-btn6 {
    border: 1px solid #e2e8ee;
    box-shadow: 0 3px 2px #e2e2e2;
    display: table;
    float: left;
    font-size: 16px;
    width: 33%;
}
#header-menu-btn1 {
	background-color: #ef6564;
	border-radius: 12px 0 0 12px;
    border-right: medium none;
}
#header-menu-btn3, #header-menu-btn6 {
	border-radius: 0 12px 12px 0;
    border-left: medium none;
}
#header-menu-btn4 {
	background-color: #76bf16;
	border-radius: 12px 0 0 12px;
    border-right: medium none;
}
#header-menu-btn1 a, #header-menu-btn2 a, #header-menu-btn3 a,
#header-menu-btn4 a, #header-menu-btn5 a, #header-menu-btn6 a {
    display: table-cell;
    text-decoration: underline;
    vertical-align: middle;
}
#header-menu-btn4, #header-menu-btn5, #header-menu-btn6 { height: 98px; }
#header-menu-btn1 a, #header-menu-btn4 a {
	color: white;
}
#header-menu-btn2 a {
	color: #02ae5f;
}	
#header-menu-btn3 a {
	color: #1d8bcd;
}	
#header-menu-btn4 div {
    background: rgba(0, 0, 0, 0) url("/images/2015/footerSprite.png") no-repeat scroll 0 0;
    float: left;
    height: 68px;
    margin: 15px 20px;
    width: 100px;
}
#header-menu-btn4 a {
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 22px;
    text-decoration: none;
}
#header-menu-btn4 > a > span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding-top: 10px;
}
#header-menu-btn5 {
    font-size: 16px; //22px;
    height: 78px;
    padding-top: 20px;
    text-align: center;
}
#header-menu-btn5 > span {
    color: #4a4a4a;
}
#header-menu-btn5 > a > div {
    background: rgba(0, 0, 0, 0) url("/images/2015/footerSprite.png") no-repeat scroll left bottom;
    height: 58px;
	padding-right: 15px;
    width: 107px;
}
#header-menu-btn5 > a {
    float: right;
}
#header-menu-btn6 > span {
    display: table-cell;
    font-size: 22px;
    text-align: center;
    vertical-align: middle;
}
#header-menu-btn6 > a {
    font-size: 22px;
}
#login_form input {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 12px 10px;
    width: 40%;
}
.support-twitter {
    padding-top: 15px;
    text-align: right;
}
input#login_submit {
    /*//background-color: #17a3d9;*/
    color: white;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    padding: 11px 0;
    width: 45px;
}
.menuSprite1 {
    background: rgba(0, 0, 0, 0) url("/images/2015/menuSprite1.png") repeat scroll 0 0;
    display: inline-block;
    height: 30px;
    margin: 8px 10px;
    vertical-align: middle;
    width: 30px;
}
#header-menu-btn2 .menuSprite1 {
	background-position: left center;
}
#header-menu-btn3 .menuSprite1 {
	background-position: left bottom;
}
#area1 {
    margin: 0 auto;
}
#area2 {
    background-color: white;
    clear: both;
}
#area2 .wrapper {
    margin: 0 auto;
    width: 1170px;
}
#area2 .wrapper > p {
    color: #566473;
    font-size: 36px;
    padding: 10px;
    text-align: center;
}
.advantages {
    float: left;
    width: 16%;
}
.advantages > div {
    background: rgba(0, 0, 0, 0) url("/images/2015/advantagesSprite.png") repeat scroll 0 0;
    height: 92px;
	margin: 0 auto;
    width: 92px;
}
.advantages:nth-child(2) > div { background-position: -92px 0; }
.advantages:nth-child(3) > div { background-position: -184px 0; }
.advantages:nth-child(4) > div { background-position: -276px 0; }
.advantages:nth-child(5) > div { background-position: -368px 0; }
.advantages:nth-child(6) > div { background-position: -460px 0; }
.advantages > p {
    color: #566473;
    font-size: 14px;
    padding: 10px 5px;
    text-align: center;
}
#checkOnMain {
    float: left;
    width: 770px;
}
#auth {
    float: left;
    padding: 0 0 20px 20px;
    width: 370px;
}
#auth a {
    /*//color: #8696a7;
    //display: block;
    //font-size: 13px;
    //padding: 10px 0 0 152px;*/
}
#login_form + a,
#login_form + a + a {
    color: #8696a7;
    display: block;
    font-size: 13px;
    padding: 10px 0 0 152px;
}
#newsOnMain {
    float: left;
    padding: 0 0 20px 20px;
    width: 370px;
}
#newsOnMain > span {
    color: #9ba2a9;
    display: block;
    font-size: 11px;
    padding-bottom: 8px;
}
#newsOnMain > a {
    color: #566473;
    display: block;
    font-size: 13px;
    line-height: 22px;
    padding-bottom: 20px;
}
#newsOnMain > a:hover {
	color: #17a3d9;
}
.bg_bottom {
    background: rgba(0, 0, 0, 0) url("/images/2015/bottom_shadow.png") no-repeat scroll left bottom / 100% 15px;
    height: 15px;
    margin-top: 17px;
    position: absolute;
    width: 330px;
}
input.error, select.error, textarea.error {
	border: 1px solid #FF0000 !important;
}
:focus {
	outline: none;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: none;
}
/* info page */
.info-page-wrapper {
	margin: 15% auto 0;
	text-align: center;
	width: 600px;
}
.info-page-wrapper a {
	color: #757575;
}
/* content wrapper */
.content-wrapper {
	//background:url(./images/t.png) 0 0 repeat-x;
	//width:100%;
	//margin: 0 0 20px;
}
.content-wrapper .b {
	//background:url(./images/b.png) 0 100% repeat-x;
}
.content-wrapper .l {
	//background:url(./images/l.png) 0 0 repeat-y;
}
.content-wrapper .r {
	//background:url(./images/r.png) 100% 0 repeat-y;
}
.content-wrapper .bl {
	//background:url(./images/bl.png) 0 100% no-repeat;
}
.content-wrapper .br {
	//background:url(./images/br.png) 100% 100% no-repeat;
}
.content-wrapper .tl {
	//background:url(./images/tl.png) 0 0 no-repeat;
}
.content-wrapper .tr {
	//background:url(./images/tr.png) 100% 0 no-repeat;
	//padding:22px;
}
.content-wrapper .content-title {
	border-bottom: 1px solid #C6C6C6;
    color: #6FBE1F;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 0 0 15px 10px;
}
/* table styling */
.table-greed {
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
	border-spacing: 0;
    box-shadow: 0 5px 4px #e5e5e5;
}
.table-greed tr td, .table-greed tr th {
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    padding: 5px 8px;
}
.table-greed tr th {
	font-weight: bold;
}
/*
.table-greed tr:first-child td {
    color: #b5b8bb;
    font-size: 13px;
}
*/
.table-greed tr:hover td {
    background-color: #f9fdff;
    cursor: pointer;
}
.table-greed tr td input[type=text] {
	border: 1px solid #ccc;
    border-radius: 5px 5px 5px 5px;
    padding: 3px 5px;
    width: 255px;
}
.table-greed tr td input[type=password] {
	border: 1px solid #ccc;
    border-radius: 5px 5px 5px 5px;
    padding: 3px 5px;
    width: 255px;
}
#change_pay_type {
	width: 255px;
}
.table-greed a {
	color: #8696a7; /*#379706;*/
	text-decoration: none;
}
.table-greed a:hover { text-decoration: underline; }
.table-greed .leftline {
	width: 150px;
}
/* */
.renew-error-box, .renew-error-box a {
	color: #ff0000 !important;
	font-weight: bold !important;
}
.renew-warning-box, .renew-warning-box a {
	font-weight: bold !important;
}
.renew-error-box .renew-notification {
	padding: 1px 32px 0 0;
	background-image: url(./images/error.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.renew-warning-box .renew-notification {
	padding: 0 32px 0 0;
	background-image: url(./images/warning.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.renew-notification {
	min-height: 32px;
	text-align: center;
}
/* Header */
.header-buttons {
	float: left;
	padding: 30px 0 0 20px;
}
.header-buttons ul li {
	background-image: url("./images/but-separator.png");
    background-position: right top;
    background-repeat: no-repeat;
    float: left;
    list-style: none outside none;
    padding: 4px 25px 0 0;
}
.header-buttons ul li.last {
	background-image: none;
}
/* Middle */
#middle {
    margin: 0 auto;
    width: 1170px;
	//width: 100%;
	//padding: 0 0 147px;
	//height: 1%;
	//position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#container #content {
	padding: 0 242px 0 250px;
}
#container_full {
	//float: left;
	//margin: 0 0 0 250px;
	overflow: hidden;
	//width: 770px;
}
#container_vleftpanel {
	float: right;
	overflow: hidden;
	width: 770px;
}
#container_short {
	//float: left;
	//margin: 0 250px 0 250px;
	overflow: hidden;
	//width: 500px;
}
#container_full #content {
	/*padding: 0 242px 0 250px;*/
}
/* Меню в шапке сайта*/
.primary-menu {
	margin: 0 0 0 319px;
	height: 55px;
	padding: 45px 0 0;
}
.primary-menu ul {
	background-image: url("./images/primary-menu-bg.gif");
    height: 35px;
    list-style-type: none;
    padding-left: 3px;
    width: 520px;
}
.primary-menu ul li {
	float: left;
}
.primary-menu ul li a {
	color: #FFFFFF;
    font-size: 11px;
    padding-top: 10px;
    text-align: center;
    text-decoration: none;
	text-transform: uppercase;
	display: block;
	height: 23px;
}
.primary-menu ul li .m_1 {
    padding-left: 13px;
    width: 94px;
}
.primary-menu ul li .m_2 {
	width: 73px;
}
.primary-menu ul li .m_3 {
	width: 91px;
}
.primary-menu ul li .m_4 {
	width: 75px;
}
.primary-menu ul li .m_5 {
	width: 72px;
}
.primary-menu ul li .m_6 {
	width: 89px;
}
.primary-menu ul li a:hover {
	text-decoration: underline;
}
.secondary-menu {
	background-image: url("./images/smenu-bg.png");
    float: left;
    height: 97px;
    width: 319px;
}
.secondary-menu {
	color: #7B7B7B;
    font-family: Tahoma;
    font-size: 12px;
}
.secondary-menu ul{
	margin: 25px 29px 0;
}
.secondary-menu ul li {
	list-style: none;
}
.secondary-menu ul li a {
	color: #767676;
    line-height: 145%;
}
/* Sidebar Left */
#sideLeft {
    box-sizing: content-box;
    float: left;
    margin-right: 15px;
    padding: 0 20px 20px 0;
    width: 238px;
}
#sideLeft .bg_bottom {
    margin-top: -15px;
    width: 235px;
}
.left_swap {
    background: #fff url("../images/2015/swipe.png") no-repeat scroll center 20px;
    display: none;
    height: 65px; /*100%;*/
    left: 0;
    position: fixed;
    top: 0;
    width: 50px;
    z-index: 6;
}
/* Sidebar Right */
#sideRight {
	background-image: url("./images/p_5.png");
	background-position: 80% 0;
	background-repeat: no-repeat;
	float: left;
	margin: -80px -3px 0 -215px;
	padding: 90px 0;
	position: relative;
	width: 218px;
	z-index: 1;
}
/* Footer */
#footer .footer-wrapper {
	width: 1170px; //1000px;
	margin: 0 auto;
}
#footer .footer-contacts {
	color: #7B7B7B;
    font-family: Tahoma;
    font-size: 12px;
}
#footer .footer-contacts .contact-chat {
	background-image: url("./images/footer-chat.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	float: left;
	height: 50px;
	margin: 10px 0 0;
	padding: 5px 0 0 87px;
	width: 235px;
}
#footer .footer-contacts .contact-chat .support-chat {
    margin: 0 0 5px;
}
#footer .footer-contacts .contact-chat .support-chat .support-chat-text {
    float: left;
    margin: 0 10px 0 0;
    padding: 2px 0;
}
#footer .footer-contacts .contact-chat a {
	color: #379706;
	font-weight: bold;
}
#footer .footer-contacts .contact-phone {
	background-image: url("./images/footer-phone.png");
	background-position: 0 4px;
	background-repeat: no-repeat;
	float: left;
	height: 45px;
	margin: 10px 0 0 10px;
	padding: 5px 5px 0 52px;
}
#footer .footer-contacts .contact-phone span {
	color: #43A5EC;
	font-size: 18px;
}
#footer .footer-contacts .contact-skype {
	background-image: url("./images/footer-phone.png");
	background-position: 0 4px;
	background-repeat: no-repeat;
	float: left;
	height: 45px;
	margin: 10px 0 0 13px;
	padding: 5px 0 0 55px;
	width: 118px;
}
#footer .footer-contacts .contact-email {
	background-image: url("./images/footer-email.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	float: right;
	height: 35px;
	margin: 10px 15px 0 0;
	padding: 15px 0 0 75px;
}
#footer .footer-contacts .contact-email a {
	color: #2A96E5;
}
#footer .footer-copyright {
	//height: 70px;
	background: rgba(0, 0, 0, 0) url("/images/2015/bg.png") repeat scroll 0 0;
	//background-image: url("./images/footer-bg-copyright.png");
}
#footer .footer-copyright .copyright {
	background-image: url("./images/footer-copy.png");
	background-position: 0 -3px;
	background-repeat: no-repeat;
	color: #C4C4C4;
	float: left;
	font-size: 11px;
	height: 40px;
	padding: 14px 0 0 50px;
}
#footer .footer-copyright .copyright a {
	color: #FFFFFF;
}
#footer .footer-copyright .site-counters {
    float: right;
    margin-right: 20px;
    padding-top: 15px;
}
#payways {
    background: rgba(0, 0, 0, 0) url("/images/2015/paylogos_without_WFP.png") no-repeat scroll right top;
    color: #514e4e;
    float: left;
    font-size: 13px;
    margin-top: 30px;
    padding: 6px 330px 6px 20px;
}
#glyanec {
    background: rgba(0, 0, 0, 0) url("/images/2015/glyanec.png") no-repeat scroll left top;
    color: #8696a7;
    float: right;
    font-size: 12px;
    margin-top: 25px;
    padding: 0 10px 0 20px;
}
/* news sidebar */
ul.news li {
	list-style: none;
}
ul.news li p.news-publick-date {
	color: #D92C85;
    font-size: 11px;
	margin: 0;
}
ul.news li p.news-teaser a {
	color: #767676;
    line-height: 145%;
}
/* news page */
.news-content {
	/*color: #3D3D3D;*/
	font-size: 16px;
}
.news-content a {
	color: #17A3D9;
}
.news-date {
	color: #02ae5f;
	margin: 0;
}

#sideLeft p.sidebar-title, #sideRight p.sidebar-title {
	color: #5EA413;
    font-size: 14px;
    font-weight: bold;
	margin: 0 0 10px;
}
#sideLeft p.sidebar-title sup {
	color: #818181;
    font-size: 10px;
    font-weight: normal;
}
#sideLeft ul.navigation-block, #sideLeft ul.news {
	margin: 0 0 25px;
}
ul.navigation-block {
	margin: 0 0 25px 10px !important;
}
ul.navigation-block li {
	list-style: none;
}
ul.navigation-block li a {
	background-image: url("./images/arrow.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #757575;
    display: block;
    margin-bottom: 3px;
    padding-left: 13px;
}
/* content */
#new_name_domen {
    background-image: url("./images/p_4.jpg");
    float: left;
    height: 222px;
    margin-bottom: 35px;
    margin-left: 5px;
    position: relative;
    width: 503px;
}

#new_name_domen1 {
    background-color:#0276A5;
    float: left;
    margin-left: 5px;
    position: relative;
    width: 503px;
}
.new_name_domen22{
    background-color:#0276A5;
    float: left;
    margin-left: 5px;
    position: relative;
    width: 503px;
}
.help-block {
    color: red;
    display: block;
}
.ui-helper-clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.ui-helper-clearfix {
    display: inline-block;
}
* html .ui-helper-clearfix {
    height: 1%;
}
.ui-helper-clearfix {
    display: block;
}
 
.min_h_500 {
   min-height:530px;
}

.min_h_400 {
   min-height:330px;
}

.min_h_200 {
   min-height:170px;
}
.min_h_80 {
   min-height:80px;
}


#new_name_domen2 {
    background: url("./images/p_4_2.jpg") 0px -180px;
    float: left;
    height: 42px;
    margin-bottom: 35px;
    margin-left: 5px;
    position: relative;
    width: 503px;
}

#new_name_domen_title {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    left: 40px;
    position: absolute;
    top: 30px;
}

.new_name_domen_title2 {
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    left: 40px;
    position: absolute;
    top: -10px;
}
#new_name_domen p input {
    border-style: none;
    border-width: 0;
    height: 20px;
    left: 45px;
    position: absolute;
    top: 65px;
    width: 275px;
}
.domain-zones-list {
	color: #FFFFFF;
    height: 55px;
    left: 38px;
    position: absolute;
    top: 108px;
    width: 425px;
}
.domain-zones-list .zone-item {
	float: left;
    height: 25px;
    width: 105px;
    white-space: nowrap;
}
.domain-zones-list .zone-item span {
	color: #FFF200;
	margin: 0 5px 0 0;
	font-size:9px;
}
#new_name_domen_links {
    bottom: 25px;
    left: 40px;
    position: absolute;
    white-space: nowrap;
}
#new_name_domen_links a {
    color: #FFFFFF;
    margin-right: 12px;
}
.domain-register-title {
	margin-left: 25px;
    color: #5EA413;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
}
#benefits {
    line-height: 160%;
    list-style-position: outside;
	margin: 0 0 0 45px;
}
#cards {
	margin: 0 0 25px 0;
}
#partners {
    background-image: url("./images/p_6.gif");
    height: 129px;
    position: relative;
    width: 190px;
}
#parters_title {
    color: #D92C85;
    font-size: 14px;
    font-weight: bold;
    left: 14px;
    position: absolute;
    top: -9px;
}
#parters_img {
    background-image: url("./images/p_7.jpg");
    display: block;
    height: 111px;
    left: 7px;
    position: absolute;
    text-decoration: none;
    top: 11px;
    width: 176px;
}
#parters_img span {
    bottom: 10px;
    color: #373737;
    font-size: 9px;
    position: absolute;
    right: 10px;
    text-decoration: none;
}
.button-check-domain {
    background-image: url("./images/button_bg.gif");
    bottom: -40px;
    color: #FFFFFF !important;
    display: block;
    font-size: 13px;
    height: 21px;
    padding-top: 3px;
    text-align: center;
    text-decoration: none;
    width: 116px;
}
.blue-button {
    background-color: #17a3d9;
    border-radius: 10px;
	border: 1px solid #ccc;
    color: white !important;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    padding: 7px 14px;
	text-align: center;
    text-decoration: none;
}
.blue-button:hover {
    background-color: #0982b0;
}
input[disabled="disabled"], 
input[disabled="disabled"]:hover {
    background-color: #e2e2e2;
}
#prolongar_submit {
	cursor: pointer;
    display: block;
    margin: 10px auto;
}
.zones-list {
	display: table;
}
.zones-list .zone-item {
	float: left;
    width: 25%;
	margin: 0 0 5px;
	color: #0D8ED0;
	white-space: nowrap;
}
.zones-list .zone-item span {
	color: #C0C0C0;
	font-size: smaller;
    margin: 0 5px 0 0;
}
.zones-list .zone-item span.prime-price {
	color: #FF0000;
}
.group-zones {
	margin: 0 0 10px;
    padding: 5px;
	border-radius: 5px 5px 5px 5px;
}
/* фоформление страниц с base.css */
#block_text_wrapper {
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
    margin-bottom: 50px;
    padding-bottom: 20px;
    position: relative;
    width: 603px;
    z-index: 2;
}
#block_text_wrapper_top {
    background-image: url("./images/p_9_top.gif");
    height: 52px;
    left: -1px;
    position: absolute;
    top: -20px;
    width: 605px;
    z-index: -1;
}
#block_text_wrapper_bottom {
    background-image: url("./images/p_9_bottom.gif");
    bottom: -20px;
    height: 25px;
    left: -1px;
    position: absolute;
    width: 605px;
    z-index: 2;
}
#block_text_wrapper_title {
    border-bottom: 1px solid #C6C6C6;
    color: #6FBE1F;
    font-size: 14px;
    font-weight: bold;
    margin: 22px auto 24px;
    padding-bottom: 15px;
    padding-left: 12px;
    width: 550px;
    z-index: 5;
}
.table_1 {
    background-color: white;
    color: #566473;
    font-size: 13px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.table_1 .bold {
    font-weight: bold;
}
.table_1 td {
    padding: 3px;
}
.check-domain-title, .page-sub-title {
    color: #6E6E6E;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.text3 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    /*width: 500px;*/
}
.operation_time {
    color: #91B466;
    font-weight: bold;
    line-height: 18px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 160px;
}
.check-domain-name {
    background-image: url("./images/p_16.gif");
    height: 80px;
    margin-bottom: 20px;
    margin-top: 10px;
    position: relative;
    width: 606px;
}
.check-domain-name input {
    border-style: none;
    border-width: 0;
    height: 18px;
    left: 207px;
    position: absolute;
    top: 33px;
    width: 272px;
}
.check-domain-submit {
	margin: 15px 0 20px 250px;
    width: 116px;
}

.secondary-navigation {
    background-color: white;
    border-radius: 10px;
    list-style-type: none;
	margin-bottom: 15px;
    padding: 5px 0 20px 20px;
}
.secondary-navigation hr {
    border: 2px solid #f6f6f6;
    margin-left: -20px;
}
.secondary-navigation li {
    display: block;
    margin-bottom: 10px;
}
.secondary-navigation li a:hover { 
	color: #17A3D9; 
	text-decoration: underline;
}
.secondary-navigation li a {
    color: #566473;
    text-decoration: none;
}
.secondary-navigation li a::before {
    content: "— ";
}
.secondary-navigation.manage-panel,
.secondary-navigation.reseller-panel {
    padding-top: 15px;
}
.secondary-navigation.manage-panel a::before,
.secondary-navigation.reseller-panel a::before {
    content: none;
}
.secondary-navigation.manage-panel a,
.secondary-navigation.reseller-panel a {
    display: table;
}
.secondary-navigation.manage-panel a div,
.secondary-navigation.reseller-panel a div {
    display: table-cell;
	max-width: 170px;
    vertical-align: middle;
}
.secondary-navigation.manage-panel a div.sprite,
.secondary-navigation.reseller-panel a div.sprite {
    background: rgba(0, 0, 0, 0) url("/images/2015/menuSprite2.png") no-repeat scroll 0 0;
    box-sizing: content-box;
    height: 25px;
    padding-right: 10px;
    width: 25px;
}
.secondary-navigation .sprite.item2 { background-position: -50px 0 !important; }
.secondary-navigation .sprite.item3 { background-position: -100px 0 !important; }
.secondary-navigation .sprite.item4 { background-position: -100px -100px !important; }
.secondary-navigation .sprite.item5 { background-position: -50px -150px !important; }
.secondary-navigation .sprite.item6 { background-position: 0 -100px !important; }
.secondary-navigation .sprite.item7 { background-position: 0 -50px !important; }
.secondary-navigation .sprite.item8 { background-position: -50px -50px !important; }
.secondary-navigation .sprite.item9 { background-position: -100px -50px !important; }
.secondary-navigation .sprite.item10 { background-position: 0 -150px !important; }
.secondary-navigation .sprite.item11 { background-position: -100px -150px !important; }
.secondary-navigation .sprite.item12 { background-position: -50px -100px !important; }
.secondary-navigation .sprite.item13 { background-position: -150px 0 !important; }
.table_1_top td {
    background-color: #A5BA9F;
    color: #FFFFFF;
    font-size: 14px;
}
#faq {
    list-style-type: none;
    margin-left: 47px;
    margin-top: 24px;
}
#faq .faq-question {
	background-image: url("./images/p_10.gif");
	background-position: left center;
	background-repeat: no-repeat;
	/*color: #7B7B7B;*/
	display: block;
	margin-bottom: 10px;
	padding-left: 15px;
}
#faq .faq-ansver {
	margin: 0 20px 10px 35px;
	text-align: justify;
}
.red {
    color: #FF0000;
}
.status-red {
        color: #FF0000;
        font-weight: bold;
}
.status-green {
        color: #008000;
        font-weight: bold;
}
.table_2 {
    margin-left: auto;
    margin-right: auto;
}
.table_2 td {
    padding: 5px;
}
.table_2 tr td input {
    background-image: url("./images/P_11.gif");
    border-style: none;
    border-width: 0;
    height: 17px;
    margin-bottom: 6px;
    padding-left: 5px;
    padding-right: 5px;
    width: 188px;
}
.button_enter3 {
    background-image: url("./images/button_bg.gif");
    bottom: -80px;
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    height: 20px;
    left: 50%;
    margin-left: -58px;
    padding-top: 4px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 116px;
}
#ans {
	margin: 0 0 0 100px;
    width: 400px;
}
#transfer_result {
	margin: 10px 0 0 0;
}
table.chech-domain {
	width: 400px;
	margin: 0 0 10px 0;
}
table.chech-domain .chech-domain-name {
}
table.chech-domain .chech-domain-status {
	text-align: center;
	width: 130px;
}
table.chech-domain .chech-domain-status a {
	color: #7B7B7B;
}
table.chech-domain .chech-domain-check {
	text-align: center;
	width: 80px;
}
table.order-domain {
	width: 500px;
	margin: 0 auto 10px auto;
}
.order-domain-contact-hide,
.order-domain-domain-hide,
.order-domain-options,
.order-domain-yur,
.legal-person-fields,
.transfer-alert-box,
#fiz_list,
#yur_list,
#change_plan_box,
#password_recovery_reseller {
	display: none;
}
.order-domain .active {
	font-weight: bold;
}
#autorization_forms2 p input {
    background-image: url("./images/p_12.gif");
    border-style: none;
    border-width: 0;
    height: 17px;
    margin-bottom: 6px;
    margin-left: 32px;
    padding-left: 5px;
    padding-right: 5px;
    width: 158px;
}
#selectBlock {
    left: 310px;
    position: absolute;
    top: 50px;
}
.newListSelected {
    left: 0;
    position: absolute;
    top: 0;
    width: 110px;
}
.selectedTxt {
    background-image: url("./images/select.png");
    height: 17px;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
    width: 90px;
    z-index: 1;
}
.newList {
    list-style: none outside none;
    margin: 0 0 0 4px;
    padding: 0;
    position: absolute;
    top: 17px;
    width: 100px;
    z-index: 500;
}
.button_enter2 {
    background-image: url("./images/button_bg.gif");
    bottom: -40px;
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    height: 20px;
    left: 50%;
    margin-left: -58px;
    padding-top: 4px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 116px;
}
.prolongar-domain-table {
	margin: 0 auto;
    width: 500px;
}
.prolongar-warning {
	margin: 0 auto;
    width: 500px;
	text-align: center;
}
.prolongar-submit {
	/*margin: 5px 0 5px 60px;*/
}
.reseller-registration-submit {
	margin: 5px 0 0 210px;
}
#check_transfer, #check_transfer_reseller {
	//padding: 0 !important;
	//height: 24px !important;
	margin: 10px 0 0 0;
}
/* форма перевода доменов */
table.transfer-domain {
	width: 500px;
	margin: 0 auto 10px auto;
}
.ns-field input {
	width: 150px !important;
}
.ip-field input {
	width: 80px !important;
}
table.additional-note {
	width: 500px;
	margin: 0 auto;
}
table.additional-note p {
	margin: 0;
}
.transfer-alert-box {
	background-color: #ECFBE6;
    border: 1px solid #006400;
    color: #595959;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    line-height: 12px;
    padding: 2px 5px;
    position: absolute;
    width: 200px;
}
.ua-registration-note {
	width: 500px;
	margin: 0 auto 10px auto;
	text-align: justify;
}
.ua-registration-note a {
	text-decoration: none;
}
.ua-registration-note a span {
	font-weight: bold;
	color: #ff0000;
}
.manage-submit-box {
	width: 120px;
	margin: 10px auto 0 auto;
}
input.button-enter {
	background: url("/images/button_bg.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    color: #FFFFFF;
    height: 24px;
    width: 116px;
	padding: 0 0 4px;
	font-size: 14px;
	cursor: pointer;
}
#password_recovery {
	width: 500px;
	margin: 0 auto;
	display: none;
	clear: both;
}
/* оформление списка доменов */
table.domain-list tr th,
table.user-list tr th{
	background-color: #7B7B7B;
}
table.domain-list tr th a,
table.user-list tr th a{
	color: #ffffff;
}
table.domain-list tr td {
	line-height: normal;
}
table.domain-list a:hover {
	text-decoration: underline;
}
table.domain-list tr:hover {
	background-color: #FFE699;
}
table.domain-list .status-in-processing {
	color: #ff0000;
	font-weight: bold;
	text-align: center;
}
table.domain-list .status-normal {
	text-align: center;
}
table.domain-list .status-closed {
	text-align: center;
	color: #ff0000;
}
.domain-list-name {
	color: #7B7B7B !important;
	text-decoration: none;
}
.additional-note {
	list-style: circle inside none;
    margin: 10px;
	line-height: 20px;
}
.domain-certificate tr td select {
    padding: 2px;
    width: 265px;
}
.reseller-registration {
	width: 550px;
	margin: 0 auto;
}
/* reseller */
.reseller-options {
	width: 700px;
}
.reseller-options-mail-input {
	width: 320px !important;
}
.reseller-options-mail-textarea {
	width: 325px;
	height: 200px;
}
.reseller-options-mail-textarea-small {
	width: 325px;
	height: 50px;
}
/* форма авторизации */
.auth-form {
	margin: 0 auto 20px;
	width: 480px;
}
.auth-form .auth-left {
	float: left;
	width: 100px;
}
.auth-form .auth-submit {
	width: 116px;
	margin: 0 auto;
}
.auth-form .auth-field {
	margin: 0 auto 5px;
	width: 350px;
}
.auth-form .auth-underline {
	border-bottom: 1px solid #C6C6C6;
	margin: 10px 0;
}
.auth-form input.textfield {
	background-image: url("./images/P_11.gif");
	border-style: none;
	border-width: 0;
	height: 17px;
	margin-bottom: 6px;
	margin-left: 32px;
	padding-left: 5px;
	padding-right: 5px;
	width: 188px;
}
.auth-form .auth-field .auth-descr-left {
	float: left;
}
.auth-form .auth-field .auth-descr-right {
	float: right;
}
.auth-form .auth-field .auth-descr-left a {
	color: #6FBE1F;
}
.auth-form .auth-field .auth-descr-right a {
	color: #D16EA1;
}


#autorization_forms2 {
    border-bottom: 1px solid #C6C6C6;
    margin: 40px auto 70px;
    padding-bottom: 30px;
    position: relative;
    width: 470px;
}
#autorization_forms #register_reseller {
    bottom: -25px;
    color: #6FBE1F;
    left: 45px;
    position: absolute;
}
#autorization_forms {
    border-bottom: 1px solid #C6C6C6;
    margin-bottom: 40px;
    margin-left: 110px;
    margin-top: 50px;
    padding-bottom: 30px;
    position: relative;
    width: 380px;
}
#autorization_forms p input {
    background-image: url("./images/P_11.gif");
    border-style: none;
    border-width: 0;
    height: 17px;
    margin-bottom: 6px;
    margin-left: 32px;
    padding-left: 5px;
    padding-right: 5px;
    width: 188px;
}
#autorization_forms p {
    margin: 0;
}
#autorization_forms #forgot_password2 {
    bottom: -25px;
    color: #D16EA1;
    left: 240px;
    position: absolute;
}
/* pager */
.pager {
	/*list-style: none outside none;
	margin: 10px 0 30px 0;*/
	list-style: none outside none;
	margin: 10px 0;
	min-height: 15px;
}
.pager li {
	float: left;
	margin: 0 20px 15px 0;
}
.pager li.active a {
    font-size: large;
    color: white;
    text-decoration: none;
    font-weight: bold;
    background: #17a3d9;
    border-radius: 10px;
    border: 1px solid #17a3d9;
    padding: 5px 12px;
    text-decoration: none;
}
.pager li.item a {
    text-decoration: none;
    font-weight: bold;
    font-size: large;
}
.header-userbar {
	color: #FFFFFF;
	list-style: none outside none;
	margin: 15px 20px 0;
}
.warning1 {
    background: url("/images/warning1.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 21px;
    margin: -7px 5px 0 -29px;
    width: 24px; }
.domains-filter-box {
	//border-bottom: 1px dotted;
	clear: both;
	height: 20px;
	padding-bottom: 20px;
}
.domains-filter-box .box-l{
	float: left;
}
.domains-filter-box .box-r{
	float: right;
}
.sort-upname, .sort-updat {
	background-image: url("/images/desc.gif");
	background-position: right center;
	background-repeat: no-repeat;
	padding: 0 18px 0 0;
}
.sort-downname, .sort-downdat {
	background: rgba(0, 0, 0, 0) url("/images/bg.gif") no-repeat scroll right center;
	padding: 0 18px 0 0;
}
.sort-none {
	background-image: url("/images/bg.gif");
	background-position: right center;
	background-repeat: no-repeat;
	padding: 0 18px 0 0;
}
.document-title-set {
	list-style: none;
}
.document-title-set span {
	font-weight: bold;
	font-size: 14px;
}
.document-link-set {
	margin: 10px 0 10px 30px;
}
.document-link-set li {
	margin: 10px 0;
}
.price-title {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0;
}
.agreement-confirm {
	margin: 10px 0;
}
.agreement-box {
	border: 1px solid #ABABAB;
	height: 480px;
	overflow-x: auto;
	overflow-y: scroll;
	padding: 10px;
	width: 685px;
}
.agreement-confirm {
	color: #ff0000;
	font-weight: bold;
}
#after_agreement {
	display: none;
}
/*	форма связи с владельцем доменного имени	*/
.clientcontact-whois-header {
	font-weight: bold;
	text-align: left;
	margin: 10px 0 5px;
}
.clientcontact-whois {
	border: 1px solid #ABABAB;
	height: 250px;
	overflow-x: auto;
	overflow-y: scroll;
	padding: 10px;
	text-align: left;
}
.clientcontact-textarea {
	width: 100%;
	height: 100px;
	border: 1px solid #ABABAB !important;
	padding: 3px;
}
.clientcontact-status {
	font-weight: bold;
	margin: 10px 0;
}
.clientcontact-status-error {
	color: #ff0000;
}
.clientcontact-status-warning {
	color: #ff0000;
}
.clientcontact-status-note {
	color: #008000;
}
/* */
.password-recovery-links {
	height: 15px;
	margin: 0pt 0pt 15px;
}
.password-recovery-links a {
	color: #566473;
	text-decoration: none;
}
.password-recovery-links a.active {
	color: #17a3d9 !important;
	font-weight: bold;
	text-decoration: underline;
}
.password-recovery-links a:hover {
	color: #17a3d9 !important;
	text-decoration: underline;
}
.vk-share, .twitter-share {
	float: left;
	margin: 0pt 10px 0pt 0pt;
}
.vk-share table tr td{
	line-height: normal;
	padding: 0;
}
.domain-info {
	display: none;
	position: absolute;
	background-color: white;
	padding: 5px 10px;
	line-height: 16px;
	border: solid 1px silver;
}
#order_form #phone_code,
#order_form #phone_operator,
#order_domains_form #phone_code,
#order_domains_form #phone_operator {
        width: 50px;
}
#order_form #phone_number,
#order_domains_form #phone_number {
        width: 123px;
}

.big_number {
    font-weight:bold;
    font-size:16px;
    color: #E84C28;
}

.current_cur {
    font-weight:bold;
    text-decoration:none;
}
.current_cur a {
	color: #17a3d9 !important;
    font-weight:bold;
    text-decoration: underline !important;
}
.cur_uah > a, .cur_usd > a, .cur_rub > a {
    color: #566473;
    text-decoration: none;
}
.cur_uah > a:hover, .cur_usd > a:hover, .cur_rub > a:hover {
	color: #17a3d9 !important;
    text-decoration: underline;
}

/*
 * Диалоги
 */
#doAuth {
    color: #ff0000;
    cursor: pointer;
    float: left;
    margin-right: 10px;
}
#authInfo {
    color: #6fbe1f;
    cursor: pointer;
    font-weight: bold;
    margin-left: 10px;
}
.back-dialog {
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    left: 0;
    min-height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10; }
.dialog-content{
    background-color: #fff;
    border-radius: 3px;
    margin: 150px auto 0;
    max-height: 600px;
    max-width: 600px;
    min-height: 110px;
    min-width: 150px;
    overflow-x: hidden;
    overflow-y: auto;}
.dialog-title {
    background-color: #a5ba9f;
    color: #fff;
    margin: 2px;
    padding: 3px;
    position: relative;
    text-align: center; }
.dialog-title span { 
	font-size: 12px;
    font-weight: bold; }
.dialog-body { padding: 10px; }
.close-dialog {
    background-color: #fff;
    cursor: pointer;
    font-weight: bold;
    padding: 3px 10px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0; }
.close-dialog:before{
    color: black;
    content: "X";}
.dialog-btn {
    background: url("/images/button_bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: white;
    cursor: pointer;
    height: 24px;
    line-height: 20px;
    margin: 0 auto;
    text-align: center;
    width: 116px; }	
.dialog-link {
    color: #17a3d9;
    cursor: pointer;
    text-align: center; }
.dialog-link:hover { text-decoration: underline; }
.dialog-input {
    border: 1px solid #ccc;
    border-radius: 5px;
    float: left;
    margin: 0 10px 0 180px;
    padding: 3px 5px; }
/*
 * END Диалоги
 */
.c3 {
    margin: 15px 0;
    text-align: justify;
}

.paragraph, .paragraph2 {
    float: left;
    padding: 0 5px 0 25px;
}
.paragraph1 {
    float: left;
    padding-right: 5px;
}
#checkOnMain form > table {
    width: 100%;
}
#checkOnMain table tr td {
    padding: 0;
}
#advSearchBtn {
    background-image: url("/images/advsearch.png");
    color: #fff;
    cursor: pointer;
    height: 30px;
    line-height: 28px;
    text-align: center;
    text-decoration: underline;
    width: 175px; }
#requestText {
    border: 1px solid #ccc;
    border-radius: 10px 0 0 10px;
    box-sizing: content-box;
    padding: 10px 0 9px 2%;
    width: 98%;
	-webkit-border-radius: 10px 0 0 10px; //закругление углов (Google Chrome)
	-moz-border-radius: 10px 0 0 10px; //закругление углов (FireFox)
	-khtml-border-radius: 10px 0 0 10px; //закругление углов (Safari)
	 }
#advSearch {
	margin: 0 -20px -15px; }
.advTab {
    background-color: #f8f8f8;
    border: 1px solid #dddcdb;
    border-radius: 5px 5px 0 0;
    box-sizing: content-box;
    cursor: pointer;
    font-size: 14px;
    line-height: 24px;
    max-height: 20px;
    overflow: hidden;
    padding: 10px 0;
    text-align: center; }
.advTab > span {
    color: green; }    
.advTab.active > span {
    color: green;
    font-weight: bold; }    
.advTabs {
	margin-top: 15px;
    width: 100%; }
.advTabs tr td {
	padding: 0; }
.advTab.active {
    background-color: white;
    border-bottom: solid 1px white; }
.advTabBody {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
	background-color: white;
    border-color: #dddcdb #dddcdb;
    border-image: none;
    border-radius: 0 0 12px 12px;
    border-style: none solid solid;
    border-width: medium 1px 1px;
	margin-bottom: -1px;
    padding: 10px; }
.advTabBody .zone-item {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	float: left;
    max-height: 21px;
    overflow: hidden;
    padding: 8px 0px;
	width: 25%; }
.zone-item > DIV.name {
    float: left;
    margin-bottom: 15px;
    padding-left: 5px;
    min-width: 50px; }
.zone-item > .price,
.zone-item > .price_old {
	color: #8696a7;
    float: left;
    padding-left: 5px; }
.zone-item > .price_old {
    text-decoration: line-through;
}
.zone-item > input[type="checkbox"] {
	height: auto !important; 
	margin-left: 15px;
	width: auto !important; }
.zone-item > input[type="checkbox"]:checked + div.name {
	color: #1d8bcd; }
.zone-item > input[type="checkbox"]:checked + div.name + div.price {
	color: green; }
/*
 * Главное меню
 */	
#mainmenu {
    background: rgba(0, 0, 0, 0) url("/images/2015/bottom_shadow.png") no-repeat scroll left bottom / 100% auto;
    padding: 20px 0;
}
#mainmenu td {
    vertical-align: top; }
#mainmenu div {
	padding: 4px 15px 4px 0; }
#mainmenu a::before {
    content: "— ";
}        
#mainmenu .menu-header {
    border-bottom: 3px solid #28b019;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 68px;
}
#mainmenu a {
	color: #566473;
	font-size: 13px;
	text-decoration: none;
}
#mainmenu a:hover {
	color: #17a3d9;
	text-decoration: underline;
}
/* END Главное меню */	

#bestadverts {
    display: block;
    padding: 15px 0;
}
#bestadverts td {
	vertical-align: top;
	max-width: 75%;
    width: 33%;
}
#bestadverts div {
    background: rgba(0, 0, 0, 0) url("/images/2015/advSprite.png") repeat scroll 0 0;
    float: left;
    height: 40px;
    margin-right: 10px;
    width: 40px;
}
#bestadverts td:nth-child(2) div {
    background-position: center top;
}
#bestadverts td:nth-child(3) div {
    background-position: right top;
}
#bestadverts p {
    font-size: 16px;
    font-weight: bold;
    line-height: 130%;
	max-width: 75%;
	min-height: 42px;
	text-align: left;
}
#bestadverts span {
    display: block;
    font-size: 13px;
    max-width: 90%;
}
#bestadverts a {
    display: block;
    padding-top: 10px;
}
#bestadverts p a {
    color: #566473;
    padding-top: 0;
    text-decoration: none;
}
/*
 * ordersList
 */
#ordersListContainer {
    float: left;
    margin-bottom: 50px;
    max-width: 520px;
    width: 100%; }
#ordersListContainerInt {
    float: left;
    margin-bottom: 20px;
    max-width: 520px;
    width: 100%; }
#ordersListContainer > table{
    background-color: white;
    border: 1px solid #dddcdb;
    border-radius: 5px;
    margin-top: 15px;
    text-align: left;
    width: 100%; }
#ordersListContainerInt > table{
    background-color: white;
    border: 1px solid #dddcdb;
    border-radius: 5px;
    margin-top: 15px;
    text-align: left;
    width: 100%; }
#ordersListContainer td  {
    border-top: 1px solid #dddcdb;
    padding: 5px; }
#ordersListContainerInt td  {
    border-top: 1px solid #dddcdb;
    padding: 5px; }
#ordersListContainer th{
    color: #8696a7;
    font-size: 11px;
    padding: 5px; }
#ordersListContainerInt th{
    color: #8696a7;
    font-size: 11px;
    padding: 5px; }
.occupied, .occupied > td {
    color: #b5b8bb }    
.isFree, .mypopup {
    color: #02ae5f;
    width: 100px; }
.isFree > span, .mypopup > span,
.status-closed > span {
    background-color: #b5b8bb;
    border-radius: 6px;
    color: white;
	cursor: pointer;
	font-size: 11px;
    padding: 0 4px; }
.status-closed > span {
    background-color: transparent;
    color: #b5b8bb;
}
.status-closed > span > div {
    color: #fff;
}
.isFree div, .mypopup div, .status-closed div {
    background-color: black;
    border-radius: 10px;
    margin-left: -13px;
    margin-top: -102px;
    max-width: 200px;
    opacity: 0.7;
    padding: 5px 10px;
    position: absolute; }
.status-closed div {
	margin-left: -40px;
}    
.isFree div:after, .mypopup div:after, .status-closed div:after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #000;
    content: "";
    height: 0;
    padding-top: 20px;
    position: absolute;
    width: 0; }
.isFree div:after {
    left: 86px;
    top: 67px;
}
.mypopup div:after { top: 105px; }    
.status-closed div:after { 
	top: 67px; 
	margin-left: -110px;
}
a.whois {
    background-color: #17a3d9;
    border-radius: 7px;
    color: #fff;
    font-size: 9px;
    margin-left: 5px;
    padding: 0 3px;
    text-decoration: none;
}
.dname {
    color: #000; }
.inBasket > .dname {
    font-weight: bold; }      
.dprice {
    font-size: 14px;
    width: 90px; }
.inBasket > .dprice {
    font-weight: bold; }      
.dbtn {
    width: 40px; }
.dbtn > div {
    background: rgba(0, 0, 0, 0) url("/images/buybutton.png") repeat scroll left bottom;
    cursor: pointer;
    height: 26px;
    width: 33px; }
.inBasket .dbtn > div {
    background-position: left top; }    
.inBasket td {
	background-color: #f0fbff; }
/* END ordersList */
/*
 * SearchHistory
 */
#HistoryContainer table{
    width: 100%;
}
#HistoryContainer{
    background-color: white;
    border: 1px solid #dddcdb;
    border-radius: 5px;
    float: right;
    margin-bottom: 25px;
    margin-top: 15px;
    width: 229px;
    text-align:left
}
#HistoryContainer tr:first-child th{
    color: #8696a7;
    border-bottom: 1px solid #dddcdb;
    font-weight: 700;
}
#HistoryContainer th{
    font-weight: normal;
    font-size: 13px;
    padding: 5px;
}
#HistoryContainer th:hover,#HistoryContainer th:active  {
    cursor:pointer;
}
#notice{
    margin:10px auto;
}
/* END SearchHistory */
/*
 * BasketList
 */	
#basketListContainer {

	background-color: white;
    border: 1px solid #dddcdb;
    border-radius: 5px;
    float: right;
	margin-bottom: 25px;
    margin-top: 15px;
    width: 229px; }
#basketList .basketHeader {
    background: #0177a9 url("/images/basket_header.png") no-repeat scroll center center;
    border-radius: 5px 5px 0 0;
    height: 66px;
    width: 229px; }
#basketList .basketBtn {
    background-color: #99d088;
    border: medium none;
    border-radius: 5px;
    box-shadow: 0 -10px 20px #68a056 inset;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    height: 41px;
    margin: 10px;
    text-align: center;
    transition: all 0.1s ease 0.1s;
    width: 207px; }
#basketList .basketBtn:hover {
    box-shadow: 0 2px 20px #68a056 inset; }    
#basketList .basketOptions {
    padding: 5px 0 0 10px; }
#basketList .basketOptions > input {
    margin-right: 5px; }
#basketList .basketTotal {
    border-bottom: 1px solid #ccc;
    color: #616161;
    font-size: 14px;
    margin: 10px 10px 0;
    padding-bottom: 10px;
    text-align: right; }
#basketList .basketTotal > span {
    color: #5ab114;
    font-size: 20px; }    
.bitem {
    border-bottom: 1px solid #eee;
	box-shadow: 0 -10px 10px #f8f8f8 inset; }
.bitem .bname {
    color: #0177a9;
    float: left;
    font-weight: bold;
    padding: 5px 0 5px 7px; }    
.bitem .bdelete {
    color: #b5b8bb;
    cursor: pointer;
    float: right;
    padding: 5px 10px; }
.bitem .byear {
    color: #b5b8bb;
    float: left;
    padding: 5px 7px; }    
.bitem .bsepare {
    clear: both; }    
.bitem .bprice {
    color: #514e4e;
    float: right;
    font-size: 12px;
    font-weight: bold;
    padding-right: 10px; }    
.basketHeader + .basketTotal + .basketOptions + form {
    display: none; }    
.basketHeader + .basketTotal + .basketOptions {
    display: none; }    
.zone-item.popular {
    background-color: #eee; }    
/* END BasketList */
.headerBasket {
    color: #fff;
    cursor: pointer;
    font-size: 28px; }
.headerBasket > img {
    padding-right: 10px; }    
.headerBasket > span {
    font-size: 16px; }    

#header, #area1 {
	width: 1170px;
}  
.manage_table {
    background-color: #fff;
    border-radius: 10px;
    border-spacing: 0;
    width: 100%;
}
.manage_table .error {
    background-color: #fff0f0 !important;
    box-shadow: 0 2px 4px #e2e2e2 inset;
}
.manage_table .warning {
    background-color: #fcfbbd !important;
    box-shadow: 0 2px 4px #eff1f3 inset;
}
.manage_table tr.even { background-color: #f9fdff; }
.manage_table td, .manage_table th {
    border-right: 1px solid #e0e3e5;
    border-bottom: 1px solid #e0e3e5;
}
.manage_table td:last-child, .manage_table th:last-child {
    border-right: none;
}
.manage_table td { 
	text-align: center; 
	padding: 12px 3px;
}
.manage_table td:first-child, .manage_table td:last-child { 
	text-align: left; 
	padding-left: 10px;
}
.manage_table tr:last-child td {
    border-bottom: none;
}
.manage_table th, .manage_table th a {
    color: #b5b8bb;
    font-size: 11px;
    padding: 8px 0 8px 5px;
    text-align: left;
    text-transform: uppercase;
}
.manage_table th a {
    padding-right: 17px;
}
.additional-note.warn {
    list-style-image: url("/images/2015/ul_warn.png");
}

/* DNS Records */
.dns_service,
.dns_service > input {
	display: none; 
	width: 80px; }

@media screen and (max-width: 1170px) {
#header, #footer .footer-wrapper, #area1, #area2 .wrapper, #checkOnMain, #middle {
	width: 100%;
}  
#auth {
	width: 90%;
}  
#newsOnMain {
	padding-left: 0;
	width: 100%;
}
}

.sitemap a {
    color: #566473;
    font-size: 16px;
    line-height: 30px;
    padding-left: 25px;
}
.sitemap .level2 a {
    padding-left: 50px;
}

@media screen and (max-width: 650px) {
    h1 {
        font-size: 24px;
        font-weight: lighter;
        padding: 10px 5px 20px;
    }
    .breadcrumbs { margin: 0 5px; }
	#submenu {
		display: none;
	}
    #mainmenu tr > td {
        display: block;
        margin-bottom: 15px;
        margin-left: 15px;
    }
    #bestadverts tr > td {
        display: block;
        margin-bottom: 15px;
        margin-left: 15px;
        max-width: 100%;
        width: 100%;
    }
	#header-personal {
		clear: both;
		padding-top: 5px;
	}
	#header-personal span {
    	display: inline;
	}
    #main_menu_table,
    #footer_contacts_table {
        border: none;
        box-shadow: none;
    }
    #main_menu_table .main_menu_btn1,
    #main_menu_table .main_menu_btn2,
    #main_menu_table .main_menu_btn3,
    #footer_contacts_table .main_menu_btn4,
    #footer_contacts_table .main_menu_btn5,
    #footer_contacts_table .main_menu_btn6 {
        border: 1px solid #e2e8ee;
        border-radius: 12px;
        box-shadow: 0 3px 2px #e2e2e2;
        box-sizing: border-box;
        display: table;
        text-align: center;
        width: 100%;
    }
    #footer_contacts_table .main_menu_btn4,
    #footer_contacts_table .main_menu_btn5,
    #footer_contacts_table .main_menu_btn6 { height: 80px; }
    #footer_contacts_table .main_menu_btn5 {padding-top: 15px;}
	#header-menu-btn1 a, #header-menu-btn2 a, #header-menu-btn3 a,
	#header-menu-btn4 a, #header-menu-btn5 a, #header-menu-btn6 a { line-height: normal; }
    #footer_contacts_table .main_menu_btn5 div { margin-top: -5px; }
 	#sideLeft { 
 		display: none; 
	    left: 50px;
    	position: absolute;
	    top: 0;
    	z-index: 10;
	}
	.left_swap { display: block; }
    #header-logo { margin-left: 65px;}
	/*#wrapper { padding-left: 55px; }*/
	#footer .footer-contacts { padding-left: 5px; }
	#header-menu-btn4 { text-align: center; }
    #header-menu-btn4 div { display: none; }
    #footer_contacts_table .main_menu_btn4 { text-align: center; }
    #footer_contacts_table .main_menu_btn4 div { display: none; }
	#header-menu-btn4, #header-menu-btn5, #header-menu-btn6 { height: 80px; }
	#header-menu-btn5 { padding-top: 10px; }
    #header-menu-btn4, #header-menu-btn5, #header-menu-btn6,
    #header-menu-btn4 a, #header-menu-btn5 a, #header-menu-btn6 a,
    #header-menu-btn4 span, #header-menu-btn5 span, #header-menu-btn6 span { font-size: 14px; }
    #footer_contacts_table .main_menu_btn4, #footer_contacts_table .main_menu_btn5, #footer_contacts_table .main_menu_btn6,
    #footer_contacts_table .main_menu_btn4 a, #footer_contacts_table .main_menu_btn5 a, #footer_contacts_table .main_menu_btn6 a,
    #footer_contacts_table .main_menu_btn4 span, #footer_contacts_table .main_menu_btn5 span, #footer_contacts_table .main_menu_btn6 span {
        font-size: 14px;
        line-height: 16px;
    }
    #login_form > p { font-size: 18px !important; }
    #login_form input {
        box-sizing: border-box;
        margin-top: 10px;
        width: 100%;
    }
    #newsOnMain { margin-left: 15px; }
    #container_full #content p,
    #container_full #content h2,
    #container_full #content h3,
    #container_full #content ul,
    #container_full #content ol {
        list-style: outside none none;
        margin: 15px;
    }
}

@media screen and (max-width: 480px) {
#header-contacts {
	display: none;
}  
#payways {
	display: none;
}
#header-menu-btn1, #header-menu-btn2, #header-menu-btn3,
#header-menu-btn4, #header-menu-btn5, #header-menu-btn6 {
	width: 98%;
	border-radius: 12px;
}
#header-menu-btn1 a, #header-menu-btn2 a, #header-menu-btn3 a {
	line-height: 44px;
}
#login_form {
	margin: 0 auto;
}
#footer-logo {
	float: none;
	margin: 0 auto;
}
}


    