body{
	margin:0;
	background:#fff url(/img2/bg-bot.png) repeat-x 50% 100%;
	font:12px/16px Arial;
}

.float{float:left !important;}
.float_r{float:right !important;}
.clear{clear:left !important;}
.clear_r{clear:right !important;}
.both{clear:both !important;}
.w49{width:49% !important;}
.w50{width:50% !important;}
.w100{width:100% !important;}
.bold{font-weight:bold !important;}
.italic{font-style:italic !important;}
.ta_left{text-align:left !important;}
.ta_right{text-align:right !important;}
.ta_center{text-align:center !important;}
.relative{position:relative !important;}
.absolute{position:absolute !important;}
.block{display:block !important;}
.inline-block{display:inline-block !important;}

h1, h2, h3, h4, h5, h6, p, div{
	margin:0;
	padding:0;
}

form, fieldset, input,
label, textarea, select{
	margin:0;
	padding:0;
}
table, img{border:none;}
a{color:#116ea5;}/*2772bf*/
a:hover{ color: #3793f1; }

.d_hdn{
	display:none;
}
.d_shown{
	display:block !important;
}

.top_msg{
	position:absolute;
	width:100%;
	margin:6px 0 9px;
	padding:3px 0px;
	background-color:red;
	color:white;
	text-align:center;
}

#menu{	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background: #fff url(/img2/ydots.gif) repeat-x 50% 100%;
	z-index: 2000;
	box-shadow: 0 0 3px 2px rgba(200,200,200,0.4);}

.wrapper{
	width: 980px;
	margin: 0 auto;
	padding: 0 0 3px 0;
}

#topcart{	float: right;
	width: 50px;/*140*/
	background: #f3f3f3 url(/img2/ico-cart.png) no-repeat 10px 50%;
	padding: 8px 0;
	font-size: 12px;/*11*/}
#topcart p{	padding: 2px 0 0 30px;
	color:#5f666f;}
#topcart p a{	/*font-weight: bold;*/
	color: #000;}
#topcart p a:hover{ color: #404040; }


ul.mainmenu, ul.mm_curcy {
	margin: 0 0 0 0;
	padding:0;
	list-style:none;
	float:left;
}
ul.mainmenu li.hmm_li, ul.mm_curcy li.hmm_li {
	float:left;
	padding:0px 0px 0 0px;
}
ul.mainmenu li.hmm_li:last-child, ul.mm_curcy li.hmm_li:last-child {background: none;}
ul.mainmenu li.hmm_li .hmm_div, ul.mm_curcy li.hmm_li .hmm_div {float:left;}
ul.mainmenu li.hmm_li .hmm_div a, ul.mm_curcy li.hmm_li .hmm_div a{
	color:#575757;
	text-decoration:underline;
	text-transform: uppercase;
	padding-right:14px;
	background:url(/img2/a-drop.png) no-repeat right 50%;
	float:left;
}
.hmmdl{
	width:2px;
	height:20px;
	float:left;
}
.hmmdm{
	float:left;
	font:14px/16px Arial;
	padding:10px 14px 8px 14px;
	border:2px solid #fff;
	border-top: 0;
	border-bottom: 0;
	/*min-height: 39px;*/
}
.hmmdr{
	width:2px;
	height:20px;
	float:left;
}
ul.mainmenu li.hover .hmmdm, ul.mm_curcy li.hover .hmmdm { background: #fff; border-color:#00a6e2; z-index:21; /*box-shadow: 0px -14px 12px 10px rgba(200,200,200,0.3);*/}
ul.mainmenu li.hover .hmm_div a, ul.mm_curcy li.hover .hmm_div a{ /*color: #ffb500; background:url(/img2/mm-drop-sel.png) no-repeat right 50%;*/ }

/*email menu*/
ul.mainmenu li.hmm_li.hmm_li_eml.hover .hmmdm { border-color:#fff; z-index:21; }
ul.mainmenu li.hmm_li.hmm_li_eml .hmm_div a{
	color:#cc304d;
	background:url(/img2/a-drop-hot.png) no-repeat right 50%;/*pink arrow==a-drop-pink.png*/
	padding-right:18px;
}

/* currencies */
ul.mm_curcy {
	float:right;
}

ul.mm_curcy .hmmdm{
	font-size:11px;
}
ul.mm_curcy li.hmm_li .hmm_div a{
	text-decoration:none;
}
ul.mm_curcy li.hmm_li .hmm_div a span{
	border-bottom: 1px dotted black;
}

ul.mm_curcy ul.subm_list li {
	font-size:11px;
	background:none;
	padding-left:15px;
}
ul.mm_curcy ul.subm_list li.cur_curcy {
	font-weight:bold;
	background: url("/img2/icnCurrencyCheck.png") no-repeat scroll 0px 7px;
}
ul.mm_curcy ul.subm_list li a {
	color:black;
}

/* submenu */
.submenu{
	background:#fff;
	border:2px solid #00a6e2;
	border-radius:0px 0px 10px 10px;
	box-shadow: 0px 4px 12px 12px rgba(200,200,200,0.3);
	/*border-top: 0px;
	-moz-border-radius:3px 3px 12px 12px;
	-webkit-border-radius:3px 3px 12px 12px;
	-khtml-border-radius:3px 3px 12px 12px;*/
	position:absolute;
	left:2px;
	top:32px;
	display:none;
	z-index:20;
	padding-top: 8px;
}
.submenu-ti{
	width:450px;
}
.mm_curcy .submenu{
	left:auto;
	right:2px;
}
.subcoll{
	width:200px;
	float:left;
	margin-left:16px;
}
.subcol-t{
	width:160px;
}
.subcol-i{
	width:265px;
	margin-left:0
}
.subcolr{
	width:198px;
	float:right;
	padding-left:15px;
}
.scr_image{
	display:block;
	border:1px solid #d9d9d9;
}
.subm_title{
	font:14px Arial;
	border-bottom:1px solid #f4f4f4;
	padding:7px 0px 1px 0px;
	color: #7b8389;
}
ul.subm_list{
	margin:0;
	padding:2px 0 18px;
	list-style:none;
}
ul.subm_list li{
	font:12px/14px Arial;
	padding:6px 0px 0px 12px;
	background: url(/img2/mm-li.png) no-repeat 0px 10px;
}
ul.subm_list li a{
	text-decoration:underline;
	color: #006e9b;
}
ul.subm_list li a:hover{text-decoration:underline; color: #208ebb;}
ul.mainmenu li.hover, ul.mm_curcy li.hover {position:relative;}
ul.mainmenu li.hover .hmm_div, ul.mm_curcy li.hover .hmm_div {
	position:relative;
	z-index:21;
}
ul.mainmenu li.hover .submenu, ul.mm_curcy li.hover .submenu {display:block;}


#header{
	height: 140px;
	width: 980px;
	padding: 0;
	clear: both;
	margin: 36px auto 0;
}
#header.hdr-index{
	height:130px;
}

#logo{
	width:294px;
	float:left;
	padding:38px 0 0 0;
	text-align: left;
}
#logo a{ outline:none; }
#logo p{ color: #939393; padding: 0 0 0 0; }

.login{	float: right;
	width: 137px;
	padding: 0;
	font-size: 11px;
}
.login a{	display: inline-block;
	padding: 10px 0 2px 21px;
	background: url(/img2/ico/login.png) no-repeat 0 8px;
	color: #5f666f;}
.login a:hover{color: #606060;}

.login.logout {
    /*width: 80px;*/
}
.logout a{
	background: url(/img2/ico/logout.png) no-repeat 0 8px;
}

.tels{	float: right;
	width: 650px;
	margin: 30px 0 0 0;
	background: url(/img2/top-harr.gif) no-repeat 0 0;
	padding: 5px 0 6px 0;}
.tel-0800{	float: left;
	width: 140px;
	margin: 0 0 0 20px;}
.tel-0800 span{	display: block;
	font-size: 20px;
	padding: 6px 0 6px 0;}
.tel-0800 p{	color: #939393;
	font-size: 11px;
	line-height: 17px;}
.tel-col{	float: left;
	width: 190px;
	margin: 0 0 0 50px;}
.tel-col:last-child{
	width: 165px;
}
.tel-col table{	margin: 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
	
	font:12px/16px Arial;
}
.tel-col table tr td{	padding: 0 0 4px 0;
	text-align: right;
	font-weight: bold;}
.tel-col table tr td:first-child{	text-align: left;
	font-weight: normal;}
.tel-col table tr td:last-child span{	font-weight: normal;}
.tel-col table tr td:first-child p{	display: inline;
	position: relative;
	padding-right: 14px;
	background: url(/img2/a-drop-blue.png) no-repeat 100% 5px;}
.tel-col table tr td:first-child p>span{	border-bottom: 1px dotted #000;}
.tel-col table tr td:first-child p>span:hover{	cursor: pointer;}

#tel-fly{	position: absolute;
	left: -20px;
	top: 20px;
	width: 220px;
	background: #fff;
	border: 1px solid #f4f4f4;
	box-shadow: 0 0 4px 4px rgba(200,200,200,0.6);
	display: none;
	z-index: 500;}
#tel-fly .wnd-close{	text-align: left;
	font-weight: bold;
	padding: 8px 10px 0 10px;}
#tel-fly .wnd-close span{	float: right;	display: inline-block;
	width: 12px;
	height: 13px;
	background: url(/img2/a-close.png) no-repeat;
	cursor: pointer;}
#tel-fly table{	margin: 10px 10px 10px 10px;
	width: auto;}
#tel-fly table tr td:first-child{	width: 118px;}
#tel-sel{
	border: 1px solid #f4f4f4;
	font: 12px/16px Arial;
}


#fly-win{
	position: fixed;
	top:35%;
	left:50%;
	transform: translate(-50%, -50%);
	background: #fff;
	border: 1px solid #f4f4f4;
	border-radius:10px;
	box-shadow: 0 0 4px 4px rgba(200,200,200,0.6);
	display: none;
	z-index: 500;
	padding:10px 10px 20px 20px;
}
#fly-win .wnd-ttl{
	float:left;
	margin-left:10px;
}
#fly-win .wnd-close{
	float:right;
	font-weight: bold;
	padding: 8px 10px 0 10px;
}
#fly-win .wnd-close span{
	float: right;
	display: inline-block;
	width: 12px;
	height: 13px;
	background: url(/img2/a-close.png) no-repeat;
	cursor: pointer;
}
#fly-win form{
	margin:0;
	padding:0;
}
#fly-win table{
	padding:0;
	border-collapse: collapse;
}
#fly-win table td{
	padding:5px 5px 5px 0;
}
#fly-win input[type=text],#fly-win input[type=password]{
	border: 2px solid #fba222;
	border-radius: 2px;
	width: 200px;
	color: #707070;
	height: 22px;
	padding-left: 3px;
}
#fly-win input[type=image]{
	display: block;
}
#fly-win a{
	color:black;
	font:11px Arial;
}
#fly-win-msg {
	padding:10px;
	/*white-space:pre;*/
}
#fly-win-msg form {
	white-space:normal;
}

#domainline{
	width: 100%;
	background: url(/img2/bg-in.png) repeat-x 50% -2px;
	height: 35px;
	border-top:2px solid #f3f0ec;
	border-bottom:2px solid #f3f0ec;}

#domainf{	width: 100%;
	background: url(/img2/bg-in.png) repeat-x 50% 0;
	height: 75px;}
#domainf form{
	width: 980px;
	margin: 0 auto;
	padding: 22px 0 0 0;}
#domainf table{	float:left;
	margin: 0;
	padding: 0;
	/*width: 100%;*/
	border-collapse: collapse;}
#domainf table tr td{line-height: 14px;}
#domainf table tr td:first-child{font-size: 14px; }
#domainf table tr td:last-child{width: 82px;}
#domainf table tr td a{	display: inline-block;
	background: url(/img2/ico-more-y.png) no-repeat 100% 50%;
	text-align: right;
	padding: 0 18px 0 0;
	font-size: 11px;
	color: #000;}
#domainf table tr td a:hover{color: #505050; }

#domainf input[type=text]{	border: 2px solid #fba222;
	border-radius: 2px;
	width: 290px;
	color: #707070;
	height: 22px;
	padding-left: 3px;}
#domainf input[type=image]{	display: block;}
#domainf table.tbldomzones tr td{/*width: 80px;*/ font-size: 11px; padding: 0 20px 0 0; }
#domainf table.tbldomzones tr td:first-child{padding-left: 20px;}
#domainf table.tbldomzones input{	position: relative;
	top: 2px;}
#domainf table.tbldomzones span{	padding: 0 2px 0 4px;}


#page{	width: 980px;
	margin: 0 auto;
}

.page-index #page{	/*padding: 12px 0 0 0;*/
	padding:0;}

#main{
	clear: left;	float: left;
	width: 730px;
	
	line-height:18px;}

#right{
	clear: right;
	float: right;	width: 231px;}

.lbl-hdr{	color: #000;	background: url(/img2/gdots.gif) repeat-x 0 100%;
	font: 24px Arial;
	padding: 14px 0 8px 0;}
.lbl-hdr span{	padding: 0 0 0 18px;
	background: url(/img2/mark-uh.png) no-repeat 0 9px;}


/* index packs navigator */
.ipack{
	float: left;	width: 231px;
	margin-right: 18px;
	padding: 20px 0 20px 0;}
.ipack h2{	margin: 0 0 0 0;
	background: #5f666f;
	color: #fff;
	padding: 10px 0px 8px 20px;
	font-size: 22px;
	line-height: 18px;
	position: relative;
	z-index: 1;}
.ipack h2 img{	position: absolute;
	width: 87px;
	height: 87px;
	right: -15px;
	top: -14px;}
.ipack-blk{	margin: 4px 0 0 0;
	background: #f6f6f6 url(/img2/bg-corn-gray.png) no-repeat 0 100%;
	background-size: 100%;
	padding: 9px 18px 25px 18px;}

ul.ipack-nav{	float: left;
	clear: left;	margin: 0;
	padding: 0;
	list-style: none;}
ul.ipack-nav li{	float: left;
	margin-right: 8px;
	font-weight: bold;
	font-size: 11px;}
ul.ipack-nav li span{	color: #5f666f;
	border-bottom: 1px dotted #5f666f;
	cursor: pointer;}
ul.ipack-nav li.sel span{	background: #aaaeb2;
	padding: 1px 6px;
	color: #fff;
	border: 0;
	border-radius: 4px;
	cursor: default;}
ul.ipack-nav li span:hover{ color: #1f262f; }
ul.ipack-nav li.sel span:hover{ color: #fff; }

.ipack-hdr{	clear: both;
	padding: 16px 0 5px 0;
	font-size: 18px;
	border-bottom: 2px solid #575757;}
.ipack-info{	padding: 12px 0 4px 0;}
.ipack-info ul{	margin: 0;
	padding: 0;
	list-style: none;}
.ipack-info ul li{	padding: 3px 0px 3px 20px;
	background: url(/img2/yes.png) no-repeat 1px 6px;}
.ipack-info ul li span{ font-weight: bold; }
.ipack-info ul li span.old{ font-weight: normal; color: #939393; text-decoration: line-through; }

.ipack-cost{ color: #5f666f; font-size: 24px; text-align: center; padding: 10px 0 10px 0; }
.ipack-cost span{ font-weight: bold; font-size: 40px; }
.ipack-cost span .cents {vertical-align:super;line-height:0;font-size:45%;}
.ipack-go{	text-align: center;
	padding: 4px 0;}
.ipack-go a{	display: inline-block;
	color: #fff;
	padding: 5px 14px;
	background: #575757;
	border-radius: 3px;
	text-decoration: none;}
.ipack-go a:hover{ background: #878787; }

.ipack-red h2{ background: #de2827; }
.ipack-gray h2{ background: #5f666f; }
.ipack-blue h2{ background: #3073a6; }
.ipack-yellow h2{ background: #fba222; }

.ipack-red .ipack-blk{ background: #fdf4f4 url(/img2/bg-corn-red.png) no-repeat 0 100%; background-size: 100%; }
.ipack-gray .ipack-blk{ background: #f6f6f6 url(/img2/bg-corn-gray.png) no-repeat 0 100%; background-size: 100%; }
.ipack-blue .ipack-blk{ background: #f4f8fa url(/img2/bg-corn-blue.png) no-repeat 0 100%; background-size: 100%; }
.ipack-yellow .ipack-blk{ background: #fffaf4 url(/img2/bg-corn-yel.png) no-repeat 0 100%; background-size: 100%; }

.ipack-red ul.ipack-nav li span{color: #de2827; border-bottom: 1px dotted #de2827;}
.ipack-red ul.ipack-nav li.sel span{background: #ed8e8d; color: #fff; border-bottom: 0; }
.ipack-red ul.ipack-nav li span:hover{ color: #fe4847; }
.ipack-red ul.ipack-nav li.sel span:hover{ color: #fff; }

.ipack-blue ul.ipack-nav li span{color: #3073a6; border-bottom: 1px dotted #3073a6;}
.ipack-blue ul.ipack-nav li.sel span{background: #92b5d0; color: #fff; border-bottom: 0; }
.ipack-blue ul.ipack-nav li span:hover{ color: #5093c6; }
.ipack-blue ul.ipack-nav li.sel span:hover{ color: #fff; }

/*
.ipack-yellow ul.ipack-nav li span{color: #3073a6; border-bottom: 1px dotted #3073a6;}
.ipack-yellow ul.ipack-nav li.sel span{background: #92b5d0; color: #fff; border-bottom: 0; }
.ipack-yellow ul.ipack-nav li span:hover{ color: #5093c6; }
.ipack-yellow ul.ipack-nav li.sel span:hover{ color: #fff; }
*/

.ipack-red .ipack-hdr{ border-bottom: 2px solid #de2827; }
.ipack-gray .ipack-hdr{ border-bottom: 2px solid #575757; }
.ipack-blue .ipack-hdr{ border-bottom: 2px solid #3073a6; }
.ipack-yellow .ipack-hdr{ border-bottom: 2px solid #fba222; }

.ipack-red .ipack-cost{ color: #de2827; }
.ipack-gray .ipack-cost{ color: #5f666f; }
.ipack-blue .ipack-cost{ color: #3073a6; }
.ipack-yellow .ipack-cost{ color: #fba222; }

.ipack-red .ipack-go a{ background: #de2827; }
.ipack-gray .ipack-go a{ background: #575757; }
.ipack-blue .ipack-go a{ background: #3073a6; }
.ipack-yellow .ipack-go a{ background: #fba222; }
.ipack-red .ipack-go a:hover{ background: #ff4948; }
.ipack-gray .ipack-go a:hover{ background: #878787; }
.ipack-blue .ipack-go a:hover{ background: #5093c6; }
.ipack-yellow .ipack-go a:hover{ background: #ffb232; }

.ipack-more{	text-align: center;
	font-size: 11px;
	padding: 12px 0 0 0;}
.ipack-more a{	color: #939393;
	background: url(/img2/a-more.gif) no-repeat 100% 5px;
	padding-right: 15px;}
.ipack-more a:hover{color:#303030;}


.idom-blk{	padding-top: 20px;}
.idom-hdr{	padding: 0 0 4px 0;}
.idom-blk input[type=text]{	border: 2px solid #fba222;
	border-radius: 2px;
	width: 190px;
	color: #707070;
	height: 22px;
	padding-left: 3px;}
.idom-zones{	clear: both;
	padding: 12px 0 10px 2px;}
.idom-zones ul{	float: left;
	width: 96px;
	list-style: none;
	margin: 0;
	padding: 0;}
.idom-zones ul li{	padding: 1px 0px 1px 0px;
	font-size: 11px;}
.idom-zones ul li input{	position: relative;
	z-index: 1;
	top: 2px;}
.idom-zones ul li label{	padding-left: 6px;}
.idom-go a{	font-size: 11px;
	color: #000;
	background: url(/img2/ico-more-y.png) no-repeat 100% 1px;
	padding-right: 16px;
	padding-bottom: 1px;}
.idom-check{	text-align: center;
	padding: 14px 0px 4px 0;}


.content{	padding: 12px 0 12px 0;
	/*line-height: 18px;*/
	font-size: 14px;
	line-height: 22px;}
.content-pic{	float: left;
	border: 2px solid #fff;
	box-shadow: 0 0 3px 2px rgba(200,200,200,0.5);
	margin: 6px 12px 6px 0px;}
.p-copy{	text-align: right;
	font-style: italic;
	padding: 10px 0 0 0;}

.ift-adv{	clear: both;
	margin: 16px 0 10px;}
.ift-adv:after{clear: both; content: ""; display: block;}
.ift-adv a{display:block;float:left;width:19%;margin-right: 1.29999%;}
.ift-adv a:last-child{width:38.7999%; float: right; text-align: right; margin-right: 0;}
.ift-adv a img{display: block; width: 100%; height: auto;}
/*.ift-adv table{
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width: 100%;
}
.ift-adv table tr td{	text-align: left;}
.ift-adv table tr td:last-child{
	text-align: right;
}*/

.ift-logos{
	clear: both;	background: url(/img2/gdots.gif) repeat-x 0 0;
	margin: 16px 0;
	padding: 16px 0;}
.ift-logos span{display:table-cell;width:147px;}
/*.ift-logos table{	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width: 100%;}
.ift-logos table td{	vertical-align: top;
	text-align: center;}*/


.news-it{	padding: 10px 0px 10px 20px;
	line-height: 18px;}
.news-it span{	display: inline-block;	background: #ededed;
	color: #939393;
	font-style: italic;
	padding: 1px 4px 0px 4px;
	margin: 0 0 2px 0px;}
.news-it a{
	color: #000;
}
.snit-1 {
	padding-bottom:30px;
}
.snitem img {
    border-radius: 10px;
}
.snit-dat-i {
	padding-bottom: 15px;
	font-style: italic;
}

.faq-it{	padding: 10px 0px 10px 20px;
	line-height: 18px;
	background: url(/img2/ico-more.png) no-repeat 0 14px;}
.faq-it a{	color: #000;}

.more{	padding: 6px 0 12px 0;
	text-align: right;
	font-size: 11px;}
.more a{	background: url(/img2/a-more.gif) no-repeat 100% 6px;
	padding-right: 17px;
	color: #939393;}
.more a:hover{ color: #404040; }



/* index page */
#main_slider{
	height: 258px;
	position: relative;
	background: url(/img2/sl-shadow.png) no-repeat 50% 100%;
}

#main_slider .slides_container{
	width:980px;
	height:246px;
	margin: 0 auto;
}
#main_slider ul.pagination{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	position:absolute;
	right:30px;
	bottom: 14px;
	z-index:10;
}
#main_slider ul.pagination li{
	float:left;
	margin-right:4px;
}
#main_slider ul.pagination li a{
	background:url(/img2/sl-page.png) no-repeat 50% 4px;
	display:block;
	float:left;
	height:0;
	outline:none;
	overflow:hidden;
	padding-top:20px;
	width:16px;
}
#main_slider ul.pagination li.current a{background:url(/img2/sl-page-sel.png) no-repeat;}
#main_slider a.prev{	position: absolute;
	text-indent: -9999px;
	left: -22px;
	top: 98px;
	background: url(/img2/sl-prev.png) no-repeat 0 0;
	width: 46px;
	height: 45px;
	z-index: 6;}
#main_slider a.next{
	position: absolute;
	text-indent: -9999px;
	right: -22px;
	top: 98px;
	background: url(/img2/sl-next.png) no-repeat 0 0;
	width: 46px;
	height: 45px;
	z-index: 6;
}

/* footer */
#footer{
	clear: both;
	width: 980px;
	margin: 20px auto 0 auto;
	height: 257px;
}
#footer a{	color: #000;}
.footcont{
	padding: 68px 0px 0px 0px;
}

.fcopy{
	padding: 0px 0px 16px 0px;
	color: #333;
}

.f-col1{ float: left; width: 330px; }
.f-col2{ float: left; width: 230px; }
.f-col3{ float: left; width: 210px; }
.f-col4{ float: right; width: 395px; }

.f-col1 p{
	float: left;
	width: 154px;
	line-height: 20px;}
.f-col1 p a{	padding: 2px 0 2px 18px;
	background: url(/img2/ico-more-ft.png) no-repeat 0 4px;}
#footer .f-col1 p a:hover{color: #606060;}
.hdrft{
	padding: 0px 0 3px 0;
}
.ftel{	padding: 7px 0px 12px 37px;
	background: url(/img2/ico-tel-ft.png) no-repeat 0 0;}
.tel-ft{	clear: both;}
.tel-ft div{	float: left;
	/*width: 166px;*/
	margin-right: 10px;}
.tel-ft table{	margin: 0;
	padding: 0;
	border-collapse: collapse;
	font-size: 11px;}
.tel-ft table tr td{	text-align: right;
	font-weight: bold;
	padding: 1px 0 1px 0;}
.tel-ft table tr td:first-child{	text-align: left;
	font-weight: normal;
	padding-right: 8px;}
.tel-ft table tr td span{	font-weight: normal;}

.fwr{	background: url(/img2/ico-mail-ft.png) no-repeat 0 0;
	padding: 7px 0 12px 37px;}
.fwr a{ font-size: 11px; }

.faddr{	padding: 7px 0px 12px 37px;
	background: url(/img2/ico-place-ft.png) no-repeat 0 0;}
#footer .faddr a{	font-size: 11px;
	color: #939393;
	padding-right: 15px;
	background: url(/img2/a-more.gif) no-repeat 100% 5px;}

.fsc{	clear: both;
	padding-top: 10px;}
.sc-lnk{	clear: left;
	float: left;
	width: 100%;}
.sc-lnk a{	float: left;
	display: block;
	width: 30px;
	height: 30px;
	margin-right: 5px;}
.sc-gp{ background: url(/img2/sc-gp.png) no-repeat 0 0; }
.sc-od{ background: url(/img2/sc-od.png) no-repeat 0 0; }
.sc-tw{ background: url(/img2/sc-tw.png) no-repeat 0 0; }
.sc-fb{ background: url(/img2/sc-fb.png) no-repeat 0 0; }
.sc-vk{ background: url(/img2/sc-vk.png) no-repeat 0 0; }
.sc-yt{ background: url(/img2/sc-yt.png) no-repeat 0 0; }


.footbot{
	clear: left;	padding: 0px 0px 0;
	font-size: 11px;
	line-height: 14px;
}
.footbot div{
	float: right;
	margin-right: 20px;
	width: 190px;	text-align: center;
	padding: 2px 0px 4px 0;
	color: #9ab1c2;
}
#footer .footbot a{
	color: #9ab1c2;
}

/*#fly-helpgo{	position: fixed;
	right: 0;
	top: 65px;	width: 109px;
	height: 51px;
	background: #8eb32c;
	border-radius:30px 0 0 30px;
	z-index: 2000;}
#fly-helpgo a{	display: block;
	margin: 6px 0px 6px 11px;
	background: url(/img2/ico-help.png) no-repeat 0 5px;
	color: #fff;
	text-decoration: underline;
	font-size: 11px;
	line-height: 16px;
	padding: 2px 0px 3px 38px;}
#fly-helpgo a:hover{	text-decoration: none;}
#sh_button {
	border-radius:15px 0 0 15px !important;
}

#fly-helpgo2{
	position: fixed;
	right: 0;
	top: 120px;
	width: 109px;
	z-index: 2000;
}
#fly-helpgo2 a{
	display: block;
	margin-left: 11px;
	text-decoration: underline;
	font-size: 11px;
	line-height: 15px;
	padding: 10px 0px 10px 38px;

	background: url("/img2/icnCornerPointer_grey.png") no-repeat scroll 22px 50% #f0ece8;
	border-radius:20px 0 0 20px;
	color: #666;
}
#fly-helpgo2 a:hover{
	text-decoration: none;
}*/

.fly-help{
	position: fixed;
	right: 0;
	top: 50px;
	width: 26px;
	height: 95px;
	z-index: 2000;
	background:#6aac28;/*url("/img2/ico-help.png") no-repeat scroll 2px 5px */ /*/img2/icnCornerPointer_grey90.png 13px 10px*/
	/*border:1px solid #649b04;*/
	border-radius:15px 0 0 15px;
}
.fly-help:hover{
	background-color:#6dae04;
}
.fly-help a{
	display: block;
	margin: 15px 0 0 4px;
	color: #fff;
	font-family: Tahoma,Verdana;
	font-size: 16px;
	text-decoration: none;
	transform: rotate(90deg);
	letter-spacing: 2px;
}
.fly-help a:hover{
	text-decoration: none;
}

.fly-tickets{
	top:146px;
	height:90px;
}

#sh_button.sh_btn_right_top {
	top:237px !important;
}
#sh_button.sh_btn_right {
	min-height: 56px !important;
	width:26px !important;
}
#sh_button .sh_btn_char {
	line-height:18px !important;
}
#sh_button.sh_btn {
	background-color:#6aac28;
}
#sh_button {
	border-radius:15px 0 0 15px !important;
}
.shc.sh_logo_btn.sh_logo_img {
	display:none !important;
}
#sh_button .sh_title_text {
	border:none !important;
}

/* catalog center */

#content{	float: right;
	width: 736px;}

.main-head{	clear: both;
	width: 100%;
	min-height: 170px;
	margin: 6px 0 10px 0;
	border-bottom: 1px solid #dadada;}

.mhead-domains{background: url(/img2/page-domains.jpg) no-repeat 100% 100%;}
.mhead-winhosting{background: url(/img2/page-winhost.jpg) no-repeat 100% 100%;}
.mhead-unixhosting{background: url(/img2/page-unixhost.jpg) no-repeat 100% 100%;}
.mhead-vpshosting{background: url(/img2/page-vps.jpg) no-repeat 100% 100%;}
.mhead-servers{background: url(/img2/page-servers.jpg) no-repeat 100% 100%;}
.mhead-pochta{background: url(/img2/page-pochta.jpg) no-repeat 100% 100%;}
.mhead-contacts{background: url(/img2/page-contacts.jpg) no-repeat 100% 100%;}
.mhead-tech{background: url(/img2/page-tech.jpg) no-repeat 100% 100%;}
.mhead-faq{background: url(/img2/page-faq.jpg) no-repeat 100% 100%;}

.mhead-tags{background: url(/img2/page-tags.png) no-repeat 80% 50%;}
.pg_tags .c2habout li {
	color: #8e8e8e;
	font-size: 22px;
	/*font-weight: bold;*/
	
	padding-bottom:20px;
}
.pg_tags .c2habout li * {
	color:black;
	font-size:14px;
	font-weight: normal;
}
.pg_tags .c2habout li a{color:#116ea5;}

/*old*/
.mtop_colo{background:url(/i/colocation_04.jpg) no-repeat 100% 100%;}
.mtop_clust{background:url(/i/ih-clusters.jpg) no-repeat 100% 100%;}
.mtop_1c{background:url(/img/img-1c.jpg) no-repeat 100% 100%;}
.mtop_strg{background:url(/img/img-online_backup_storage.jpg) no-repeat 100% 100%;}
.mtop_ss{background:url(/i/uh_administrirovanie_header.jpg) no-repeat 100% 100%;}
.mtop_eml{background:url(/i/im_03.jpg) no-repeat 100% 100%;}
.mtop_uh{background:url(/img/bg-mtop.jpg) no-repeat 100% 100%;}
.mtop_crt{background:url(/i/ik_03.jpg) no-repeat 100% 100%;}
.mtop_seo{background:url(/i/ir_03.jpg) no-repeat 100% 100%;}
.mtop_ws{background:url(/i/website_03.jpg) no-repeat 100% 100%;}
.mtop_solu{background:url(/img/bg-solution.jpg) no-repeat 100% 100%;}
.mtop_aff{background:url(/img/bg-mtt-affiliate.jpg) no-repeat 100% 100%;}
.mtop_ssl{background:url(/img/bg/img-hp_SSL.jpg) no-repeat 100% 100%;}
.mtop_cms{background:url(/img/bg/img-hp_CMSengine.jpg) no-repeat 100% 100%;}

.s2bitem{
	padding:13px 0 0 20px;
}
/* /old */

.breadcrumbs{
	font: 11px/14px Arial;
	color: #939393;
	padding: 20px 0px 6px 0px;
}
.breadcrumbs a{color: #939393;}
.breadcrumbs a:hover{color: #939393;}

.main-head h1, .main-head p.page_title {	clear: left;	color: #000;
	font: 28px Arial;
	padding: 6px 0 6px 18px;
	width: 55%;
	background: url(/img2/mark-uh.png) no-repeat 0 18px;}
.main-head .mttext{	width: 55%;
	padding: 0px 0px 0px 0px;
	line-height: 18px;}

.s2topic{}
table.s2tbl{	margin: 10px 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;}
table.s2tbl tr td{	text-align: center;
	padding: 2px 0 2px;}

/* cabinet */
.c_pnl{
	background-color:#ececec;
	margin:5px 5px 3px 0px;
	padding:5px 3px 1px 5px;
}
.c_pnl .reset{
	float:right;
}
.c_pnl li{
	list-style-image: url("/img2/ico/ar_bot16.png");
}

/* righ cabinet block */
.s2ttitle{
	font:18px Arial;
	border-bottom:2px dotted #d8d8d8;
	margin: 0 0 10px 0;
}

.s2cabinet{
	background:#f6f6f6;
	padding:0px 28px 26px 15px;
	margin: 6px 0 20px 0;
}
.s2cabinet .act {
	color:#222;
	text-transform:uppercase;
	letter-spacing:0.3em;
}

.s2cline1{
	border-left:4px solid #ffc425;
	padding:0 0 0 13px;
	margin-top:12px;
}
.s2cline2{
	border-left:4px solid #d3201f;
	padding:0 0 0 13px;
	margin-top:21px;
}
.s2cline2 b{color:#d3201f;}
.s2cl1_span{
	padding:3px 0 0 23px;
	background:url(/img2/ico-usr-cabinet.png) no-repeat !important;
	/*font-weight:bold;*/
}
.logout a.s2cl1_span{
	padding-top:0px;
	padding-right:10px;
}
.s2cline3{
	border-left:4px solid #090;
	padding:0 0 0 13px;
	margin-top:21px;
}
.s2cline3 b{color:#090;}
.s2cabinet a{ color: #000; }
.s2cabinet a:hover{ color: #707070; }
.s2cabinet p{	padding: 1px 0 1px 0px;}

/* tabs */
.c2htabs{
	width:100%;
	float:left;
	border-bottom:1px solid #dcdcdc;
	
	margin:5px 0 10px;
}
.c2htabs ul{
	margin:0;
	padding:0;
	list-style:none;
}
.c2htabs ul li{
	float:left;
	padding-top:7px;
	margin-right:7px;
}
.c2htabs ul li span{	display: inline-block;	background: #f4f4f2;
	border: 1px solid #dcdcdc;
	border-bottom: 0;
	border-radius: 8px 8px 0 0;
	padding: 8px 18px 6px 18px;
}
.c2htabs ul li a{
	text-decoration:none;
	color: #000;
	border-bottom: 1px dotted #000;
}
.c2htabs ul li a:hover{color: #777; border-bottom: 1px dotted #777;}
.c2htabs ul li.active{padding-top:0;}
.c2htabs ul li.active span{padding: 10px 18px 0px 18px; font-weight: bold;}
.c2htabs ul li.active a{ display: inline-block; padding: 0 0 8px 0; border-bottom: 3px solid #fba222; }

.c2htabs ul li.a-disabled a{
	pointer-events:none;
	cursor:default;
	color:#777;
	border-color:#777;
}

/* tabs2 */
.c2htabs_2m{
	margin-bottom:5px;
}

.c2htabs2{
	float:left;
	margin:5px 0 25px;
}
.c2htabs2 ul{
	margin:0;
	padding:0;
	list-style:none;
}
.c2htabs2 ul li{
	float:left;
	padding-top:7px;
	margin-right:15px;
	display: inline-block;
	
	font-weight:bold;
}
.c2htabs2 ul li a{
	text-decoration:none;
	color: #000;
	border-bottom: 1px dotted #000;
}
.c2htabs2 ul li a:hover{color: #777; border-bottom: 1px dotted #777;}

.c2htabs2 ul li.active{
	color:white;
	background: #337bac;
	border-bottom: 0;
	border-radius: 8px;
	padding: 2px 8px;
	margin-top:4px;
}

/* plans */
/* 3 колонки */
.c2hlcol{
	width:236px;
	float:left;
	margin-right:10px;
}

/* 4 колонки */
.c2hlcol2{
	width:179px;
	float:left;
	margin-right:4px;
}
form .c2hlcol2{
	border:none;
}

.c2hlcol-top img{
	display: block;
	margin: 0;
}
.c2hlcol-lst{
	margin-right:0;
}

.c2hlcbtn{ text-align:center; padding: 10px 0 10px 0;}
h2, .c2htitle{
	font:19px/23px Arial;
	padding:0 0 9px;
}
.c2hpar{
	padding:0 0 11px;
	/*border-bottom:1px solid #dcdcdc;*/
	clear:left;
}
.c2hpar table{
	width:100%;
	border-collapse:collapse;
}
.gen_sets_0 .gen_sets:nth-child(1) {
    margin-left: 30px;
}
.gen_sets {
	float: left;
	margin-right: 5px;
	width: 45%;
}
.gen_sets div {
	padding: 11px 0 10px 27px !important;
}
.gen_sets div, .c2hpar table td{
	padding:4px 0 3px 27px;
	background: #fff url(/img2/mark-yes.png) no-repeat 5px 50%;
}
.c2hpar table td{border-left:2px solid white;}
.gen_sets div:nth-child(odd), .c2hpar table tr.odd td{background-color:#f1f1f1;}
.c2hpar table td b{color:#00b54d;}
.c2hparv{padding:0 0 54px;}
.c2hparv table{
	width:100%;
	border-collapse:collapse;
	margin-top:12px;
}
.c2hparv table th{
	background:#858a90;
	border-radius:5px;
	color:#fff;
	padding:4px 25px;
	text-align:left;
	font-weight:normal;
}
.c2hparv table th b{font:bold 14px Arial;}
.c2hparv table th.c2hpv_th{
	width:3px;
	background:#fff;
	padding:0;
}
.c2hparv table td{
	border-top:1px solid #dcdcdc;
	padding:0;
	padding:5px 0 5px 26px;
	background:url(/img2/ico-tech.png) no-repeat 4px 7px;
}
.c2hparv table td.c2hpv_td{
	border:none !important;
	padding:0;
	background:none;
}
.c2hparv table td.c2hpv_bold{
	padding:5px 0 5px 27px;
	background:url(/img2/ico-tech-big.png) no-repeat 4px 5px;
	font-weight:bold;
}
.c2hparv table tr.c2hpv_last td{border-bottom:1px solid #dcdcdc;}
.c2habout{
	padding:8px 0 0 30px;
	
	font-size: 14px;
	line-height: 22px;
}
/*old*/
.c2habout .smcom{font-size: 8pt; color: #666666; padding:1px 0px 1px 0px;}
.c2habout h3{margin-top:9px;}
.c2habout p{margin-top:6px;}
/* /old */
h3{
	display:block;
	font:bold 14px Arial;
	padding:0 0 3px;
}

.kb h3{
	margin-top: 30px;
}
.kb p {
	margin: 20px 0;
}
.highlight {background-color:#eee;border-radius:10px;padding:10px;}

/* pack prices */
.c2hlc_title{
	height:45px;
	color:#b1b6bb;
	background:#232425;
	padding:12px 13px 7px 13px;
}
.c2hlc_title span{color: #fff; font:24px/26px Arial;}

.c2hlc_title2{
	color:#fff;
	background:#222 url(/img/bg-c2hlct.gif) repeat-x;
	padding:6px 7px 4px;
	margin-right:1px;
}
.c2hlc_title2 span{font:20px/26px Arial;}

/* 1c */
.c2hlc_title3{
	height:45px;
	color:#fff;
	background:#222 url(/img/bg-c2hlct.gif) repeat-x;
	padding:0px 7px 7px 7px;
	margin-right:1px;
	text-align:center;
}
.c2hlc_title3 span{font:20px/26px Arial;}

.c2hlc_ttl_lrg3 {
	width:236px;
	display:table-cell;
	vertical-align:middle;
}
.c2hlc_ttl_lrg3 span{
	display:block;
	margin-top:4px;
	font:19px/21px Arial;
}

.c2hlc_title_a{
	height:45px;
	color:#fff;
	background:#2d2d2d url(/img/bg-c2hlc_title_a.gif) no-repeat 100% 0;
	padding:12px 13px 7px 13px;
	margin-right:1px;
}
.c2hlc_title_a span{font:24px/26px Arial;}

.c2hlc_title_1c{
	height:85px;
	padding:5px 13px 2px;
}
.c2hlc_title_1c div{
	margin-top:10px;
}
.c2hlc_title_1c span{font:16px Arial;}

.top_sale {
	background:#2d2d2d url(/img/bg-c2hlc_title_a_topsale.png) no-repeat 100% 0 !important;
}

.c2hlcprop{
	color:#221809;
	padding: 14px 3px 8px 3px;
}
.c2hlcprop ul{
	margin:0;
	padding:0;
	list-style:none;
	line-height: 16px;
}
.c2hlcprop ul li{
	font-weight:bold;
	padding: 1px 0 1px 24px;
	background:url(/img2/yes.png) no-repeat 7px 4px;
}
.c2hlcprop ul li span.old{	color: #939393;
	text-decoration: line-through;
	font-weight: normal;}

.c2hlcbtm{	background: #f6f6f6 url(/img2/bg-corn-basic.png) no-repeat 50% 100%;
	padding: 6px 0px 26px 0px;
	text-align: center;
	font-size: 11px;
	
	cursor: pointer;
	cursor:hand;
	
	background-size: 100%;}
.c2hlcbtm a{	background: url(/img2/ico-plus.png) no-repeat 0 2px;
	padding: 2px 0px 1px 19px;
	color: #939393;}
.c2hlcbtm a span{	border-bottom: 1px dotted #939393;}

.clnb {font-weight:bold;}
.cln{	padding:5px 5px 8px 8px;
	line-height:1.5;
	cursor:pointer;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #dfdfdf;
}
.cln_1,.cln_5 {background-color:#f1f1f1;}
.cln_2,.cln_6 {background-color:#efefef;}
.cln_3 {background-color:#f1f1f1;}
.cln_4 {background-color:#f6f6f6;}
.clnb_1,.clnb_5 {color:#fff;background-color:#8b8b8b;}
.clnb_2,.clnb_6 {color:#fff;background-color:#5f666f;}
.clnb_3 {color:#fff;background-color:#3e4145;}
.clnb_4 {color:#fff;background-color:#858a90;}

.cln input { position: relative; top: 2px; margin-right: 6px; }

.clna b {color:#c22;}
.clnb_1 b,.clnb_2 b,.clnb_3 b,.clnb_4 b {color:#fff;}

.clns {margin-left:21px;font-size:7pt;color:#000;}
.clnb_1 .clns,.clnb_2 .clns,.clnb_3 .clns,.clnb_4 .clns,.clnb_5 .clns ,.clnb_6 .clns  {color:#fff;}

.cln_cmn {width:100%;color:#595959;background-color:#ebebeb;padding:1px 0px 1px 0px;}
.cln_cmn b {font-weight:normal;}
.cln_brd {border:1px solid #ebebeb;}

form .bdy1 {
padding:3px 8px 3px 22px;
}
.cln_brd .bdy1 {
padding-left:22px;
}

.cln_bonus{padding: 4px 0 0 21px; font-size: 11px; line-height: 11px;}
.cln_bonus span{
	display: inline-block;
	padding-left: 22px;
	margin-right: 9px;
}

.prc1_hdd{background:url(/img2/gifts/ico-hdd-red.png) no-repeat 0 50%;}
.prc1_www{ background:url(/img2/gifts/ico-gift-red.png) no-repeat 0 50%; }
.prc1_ram{
	/*height:32px;
	padding-left:28px;*/
	background:url(/img2/gifts/icnRAM.png) no-repeat 0 50%;
}
.prc1_cpu{
	/*height:32px;
	padding-left:40px;*/
	background:url(/img2/gifts/icnCPU.png) no-repeat 0 50%;
}
.prc1_300{
	/*height:32px;
	padding-left:34px;*/
	background:url(/img2/gifts/icn_meta.png) no-repeat 0 50%;
}

.clnb_1 .prc1_hdd, .clnb_2 .prc1_hdd, .clnb_3 .prc1_hdd, .clnb_4 .prc1_hdd{background-image:url(/img2/gifts/ico-hdd-w.png);}
.clnb_1 .prc1_www, .clnb_2 .prc1_www, .clnb_3 .prc1_www, .clnb_4 .prc1_www{background-image:url(/img2/gifts/ico-gift-w.png);}
.clnb_1 .prc1_ram, .clnb_2 .prc1_ram, .clnb_3 .prc1_ram, .clnb_4 .prc1_ram{background-image:url(/img2/gifts/icnRAM_white.png);}
.clnb_1 .prc1_cpu, .clnb_2 .prc1_cpu, .clnb_3 .prc1_cpu, .clnb_4 .prc1_cpu{background-image:url(/img2/gifts/icnCPU_white.png);}

.hprop-mysql{	display: inline-block;	background: url(/img2/i-mysql.png) no-repeat;
	width: 62px;
	height: 14px;
	position: relative;
	top: 3px;}
.hprop-php{
	display: inline-block;
	background: url(/img2/i-php.png) no-repeat;
	width: 33px;
	height: 16px;
	position: relative;
	top: 3px;
}
.hprop-aspnet{
	display: inline-block;
	background: url(/img2/i-aspnet.png) no-repeat;
	width: 50px;
	height: 12px;
	position: relative;
	top: 1px;
}


/* domain page */
#domain-frm{	clear: both;
	background: #fff6e8;
	padding: 14px 20px 6px 20px;
	margin: 6px 0 14px 0;}
.domain-sample{padding: 0 0 2px 0;}
.domain-sample span{ font-weight: bold; }
#domain-frm table{	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width: 100%;}
#domain-frm table tr td{	text-align: left;}
#domain-frm table tr td:last-child{	text-align: right;}
#domain-frm input[type=text]{
	border: 2px solid #fba222;
	border-radius: 2px;
	width: 578px;
	color: #707070;
	height: 22px;
	padding-left: 3px;
}
#domain-frm input[type=image]{
	display: block;
	margin: 0 0 0 auto;
}
#domain-frm-sel{	clear: both;
	float: left;
	width: 100%;
	margin: 10px 0 8px 0;}
.domain-frm-txt{	float: left;
	width: 144px;}
.domain-frm-txt span{font-weight: bold;}
.domain-frm-list{	float: right;
	width: 536px;
	font-size: 11px;}
.domain-frm-list a{	display: inline-block;
	background: #fec470 url(/img2/a-del-w.png) no-repeat 92% 4px;
	padding: 0px 20px 1px 5px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	margin: 0 6px 4px 0;
	border-radius: 2px;}
.domain-frm-list a:hover{	background-color: #ffa627;}
.domain-all-act{	font-size: 11px;
	color: #939393;
	padding: 2px 0 2px 0;}
.domain-all-act a, .domain-all-act span {	color: #939393;
	text-decoration: none;
	border-bottom: 1px dotted #939393;
	margin: 0 3px;}
.domain-all-act a:hover{	color: #404040;
	border-bottom: 1px dotted #404040;}

.domain-list{	clear: both;
	padding: 8px 0px 12px 0px;}
.domain-group{	border-left: 3px solid #fba222;
	padding: 0px 0px 0px 18px;
	margin: 16px 0 20px 0;}

.domain-chkall{
padding: 22px 0px 4px 0px;
font-size: 11px;
}
.domain-chkall a{ text-decoration: none; }
.domain-chkall a span{ border-bottom: 1px dotted #0468AC; }
.domain-chkall a:hover{ color: #3498CC; }
.domain-chkall a:hover span{ border-bottom: 1px dotted #3498CC; }
.domain-list{
	margin-top:3px;
	color:#606060;
}
.domain-list sup, .sup-inf{
	background: #c0d0e0;
	padding: 0px 3px;
	border-radius: 2px;
	font-size: 10px;
	line-height: 12px;
}

.domain-hdr{
	clear: both;
	padding: 0px 0px 6px 0px;
	font-weight: bold;
	font-size: 14px;
}

.ttld_col{
	float: left;
	width: 49%;
	margin-right: 6px;
}
.ttld{
	border-spacing:0;
	border-collapse:collapse;
	width: 100%;
}
.ttld td{
	/*padding-top:3px;
	padding-bottom:3px;*/
	border-bottom:1px #ddd solid;
}
.ttld tr.highlight td{background: #f4f4f4;}

.domain-group table:last-child td{	border-bottom: 0;}

.c1tld{
	width:140px;
	font-size: 11px;
	color: #808080;
	height: 24px;
}
.c2tld{
	font-weight:bold;
	/*padding-left: 10px;*/
}
.c3tld{
	width:70px;
	color: #000;
	height: 24px;
}

.c2tld img{
	margin-left: 2px;
}

.c1tld div{
	position: relative;
}
.c1tld div span:hover{
	border-bottom: 1px dotted #000;
	color: #000;
}

.c1tld div.tldtip{
	position: absolute;
	left: 0px;
	top: 24px;
	/*width: 280px;*/
	padding: 6px 9px;
	background: #fff;
	border: 1px solid #a0a0a0;
	border-radius: 6px;
	display: none;
	z-index: 3;
}

.hide{
	display:none;
}
.show{
	display:block;
}
/*.tc{
	font-size: 11px;
	cursor:pointer;
	color:#0468AC;
	border-bottom:1px dotted #e0e0e0;
	padding: 3px 0px 4px 0px;
}
.tc span:hover{
	text-decoration: underline;
}
.tc2 {
	font-size: 11px;
	padding: 3px 0px 4px 20px;
}*/

/*.dm-slide-txt:before {
    background: -moz-linear-gradient(center top , rgba(255, 255, 255, 0) 0%, #FFFFFF 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    content: "";
    display: block;
    height: 25px;
    left: 0;
    position: absolute;
    right: 0;
}*/

.dm-slide-txt {
    /*max-height: 56px;
    overflow: hidden;
    position: relative;
	z-index:2;*/
	/*display: none;*/
	position: relative;
	overflow: hidden;
	max-height: 50px;
}
.dm-slide-txt:after{
    background: -moz-linear-gradient(center top , rgba(255, 255, 255, 0) 0%, #FFFFFF 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -linear-gradient(center top , rgba(255, 255, 255, 0) 0%, #FFFFFF 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    content: "";
    display: block;
    height: 30px;
    left: 0;
    position: absolute;
	z-index: 3;
    right: 0;
}

#tb2.d_tbl.dm-slide-txt {
	display: none;
}
#tb2.d_tbl {
	display: table;
}
.d_tbl tr td:nth-child(1) {
	width: 80%;
}


.clDomChk {
	margin:10px 0 20px;
}
.clDomChk_1 .inp1 {
	float:left;
	width:400px;
}
.clDomChk_1 .inp2 {
	float:left;
	margin:10px 0 0 9px;
}
.clDomChk {
	margin:20px 0;
}
.clDomChk_1 {
	height:62px;
	background:url(http://uh.ua/i/domains/YellowBackground.png);
}
.clDomChk_1 .inp1 {
	margin:19px 0 0 20px;
	height:20px;
}

.domain-group input[type=checkbox]{	position: relative;
	top: 2px;
	z-index: 1;}
.domain-group label{	padding-left: 4px;}
.domain-botbtn{padding: 10px 0px 12px 0;}
.domain-hints{	clear: both;
	padding: 16px 0px 20px 0px;
	font-size: 11px;}
.domain-hints p{	padding: 3px 0px 3px 32px;}
.domain-hints p.dhint-ua{padding-left: 14px;}
.domain-hints p.dhint-ua span{ font-weight: bold; font-size: 14px; padding-right: 10px; }
.domain-hints p.dhint-cyr{background: url(/img2/icn-dcyr.png) no-repeat 1px 6px;}
.domain-hints p.dhint-tip{background: url(/img2/icn-dinf.png) no-repeat 1px 6px;}

/*#c2hcol_1 .c2hlcprop {
  padding-bottom:27px;
}*/
.cln_c3 #c2hcol_3{
	margin-right:0;
}
.cln_c4 #c2hcol_4{
	margin-right:0;
}

/*cur*/
.panel {
	z-index:99;
	float:right;
	background:url(/img/a-thll.gif) no-repeat 100% 7px;
	padding:0 11px 0 0;
	text-decoration:none;
	border-bottom:1px dashed #0468ac;
	margin-top:10px;
}
.panel .g-cl {clear:both;font-size:0;line-height:0;height:0;}
.panel ul {padding:0px;margin:0px;}
.panel ul li {list-style-type:none;display:block;float:left;padding:0 5px;position:relative;}
.panel-right ul li {float:right;}
.panel li.panel-lang .panel-ico {width:6px;height:6px;background-position:-50px 0;position:absolute;top:4px;right:8px;z-index:910;}
.panel li.panel-lang a {//position:relative;//top:1px;line-height:1.1em;display:block;text-decoration:none !important;padding-right:14px;color:black;}
.panel li.panel-lang .panel-options {display:none;position:absolute;top:-5px;left:-4px;border:1px solid #fff;padding:4px 6px 4px 8px;z-index:99;background:#fff;}
.panel li.panel-lang .panel-options div.panel-f {padding-bottom:5px;}
.panel li.panel-lang .panel-options a {border:none;}
.panel li.panel-lang_open .panel-options {display:block;}

.pt0{
	padding-top:0;
}

/* cms */
.c2jtable{}
table.c2jt_tbl1{}
table.c2jt_tbl1 td{padding:0;}
table.c2jt_tbl1 th{
	color:#302f2f;
	font:bold 11px Arial;
	padding:14px 0;
}
table.c2jt_tbl1 th.c2jt1_th1{
	width:109px;
	background:#c3e3f2 url(/img/bg-c2jt1_th1.gif) repeat-x;
}
table.c2jt_tbl1 th.c2jt1_th2{
	width:114px;
	background:#f7c594 url(/img/bg-c2jt1_th2.gif) repeat-x;
}
table.c2jt_tbl1 th.c2jt1_th3{
	/*width:466px;*/
	background:#dedede url(/img/bg-c2jt1_th3.gif) repeat-x;
}
table.c2jt_tbl2{
	border-collapse:collapse;
	background:url(/img/bg-c2jt_tbl2.gif) no-repeat;
}
table.c2jt_tbl2 td{
	padding:0;
	height:101px;
}
table.c2jt_tbl2 td.c2jt2_td1{
	width:96px;
	padding-left:12px;
}
table.c2jt_tbl2 td.c2jt2_td2{
	width:134px;
	padding:0 2px;
	font:19px Arial;
	color:#fff;
	text-align:center;
}
table.c2jt_tbl2 td.c2jt2_td3{
	width:427px;
	padding:0 8px 0 6px;
}
.c2jt2_big{
	font:19px/22px Arial;
	color:#fff;
}
.c2jt2_small{
	color:#fff;
	font:11px/11px Arial;
}
table.c2jt_tbl2 td.c2jt2_td1 .c2jt2_small{color:#e3e3e3;}
.c2jt_tarif{
	padding:0 0 0 31px;
	background:url(/img/bg-c2hlcprice.png) no-repeat;
	font:14px Arial;
}
.c2jt_tarif .title{font:16px Arial;}
.c2jt_tarif .value{
	/*color:#0468ac;*/
	padding:5px 0 0 13px;
}
.c2jt_tarif .value span{
	font:19px Arial;
	color:#000;
}
.c2jt_tarif .price{padding-left:13px;}
.a-btnbuy{
	float:right;
	margin-top:10px;
}

.c2ha_small{
	/*color:#646464;*/
	font:11px/16px Arial;
}
.c2ha_small b{
	font-size:12px;
	font-weight:bold;
	color:#d21f1e;
}

/* servers */
table.mc2table{
	border:1px solid #ececec;
	margin-top:5px;
}
table.mc2table td, table.mc2table th{
	vertical-align:top;
	padding:1px 3px;
}
/*table.mc2table th{background:#f1f1f1;}
table.mc2table tr.tr_odd td{background:#f1f1f1;}*/
table.mc2table tr.tr_even td{background:#f1f1f1;}

/* solutions */
.c2sol{
	width:100%;
	float:left;
}
.c2s_line{
	width:100%;
	float:left;
	padding:18px 0 0;
}
.c2sl_l{
	width:326px;
	float:left;
	padding:160px 0 0;
	margin-top:10px;
}
.c2sl_r{
	width:326px;
	float:right;
	margin-top:10px;
}
.c2s_01{background:url(/img/img-solution-1.jpg) no-repeat; padding-top:136px;}
.c2s_02{background:url(/img/img-solution-2.jpg) no-repeat; padding-top:136px;}
.c2s_03{background:url(/img/img-solution-3.jpg) no-repeat; padding-top:185px;}
.c2s_04{background:url(/img/img-solution-4.jpg) no-repeat; padding-top:185px;}
.c2s_05{background:url(/img/img-solution-5.jpg) no-repeat; padding-top:192px;}
.c2sl_top{
	height:14px;
	background:url(/img/bg-c2sltop.gif) no-repeat;
}
.c2sl_middle{
	background:url(/img/bg-c2sl_middle.gif) repeat-y;
	padding:20px 0;
	border-bottom:1px solid #c3c3c3;
}
.c2sl_middle p{padding:14px 18px 0 28px;}
.c2sl_middle p.c2slm_title{
	font:bold 14px/18px Arial;
	border-left:5px solid #d3201f;
	padding:0 18px 0 23px;
}
.c2s_01 .c2sl_middle, .c2s_02 .c2sl_middle{height:144px;}
.c2s_03 .c2sl_middle, .c2s_04 .c2sl_middle{height:178px;}
.c2s_05 .c2sl_middle{height:108px;}
.s2bline{
	width:100%;
	float:left;
	padding-top:6px;
}


/* websites */
#blk,#blkb { position:relative;float:left; }
#blkb { border:#ddd solid 1px; }
#blkr { position:relative;float:right; }

#ln { clear:both; }
.bld {font-weight:bold;}

/* clients */
.c2hlogos{padding:24px 0;}
.c2hlogos table{
	width:100%;
	border-collapse:collapse;
	border-bottom:1px solid #d8d8d8;
	table-layout:fixed;
}
.c2hlogos table td{
	padding:7px 0;
	border-top:1px solid #d8d8d8;
}

/* sla */
.sla_tbl .headr th, .sla_tbl td{
	text-align:center;
	padding:3px;
}
.sla_tbl th{padding:3px;}

/* faq */
.c2faq{padding:0 0 0 30px;}
.c2flist{}
.c2fitem{padding:12px 0 4px;}
.c2fitem table{
	width:100%;
	border-collapse:collapse;
}
.c2fitem table td{
	vertical-align:top;
	padding:0;
}
.c2fitem table td.c2fi_image{
	width:90px;
	text-align:center;
}
.c2fi_cat{
	font:bold 14px Arial;
	padding-top:10px;
}
.c2fi_cat a{color:#000;}
.c2fitem table td.va_middle{vertical-align:middle;}
.c2fitem table td.va_middle .c2fi_cat{padding:0;}
ul.c2filist{
	margin:2px 0 0;
	padding:0;
	list-style:none;
}
ul.c2filist li{
	padding:6px 0 0 33px;
	background:url(/img/bull-c2filist.gif) no-repeat 0 10px;
}
ul.c2filist li ul{
	margin:0;
	padding:6px 0 6px 34px;
	list-style:none;
	font:11px Arial;
}
ul.c2filist li ul li{
	padding:3px 0 3px 15px;
	background:url(/img/bull-c2filist-ul.gif) no-repeat 0 10px;
}

.s2query{padding:12px 0 0;}
.s2query p{font:11px/16px Arial;}
.s2query p.s2q_title{
	font:bold 14px Arial;
	text-transform:uppercase;
	padding:6px 0 3px;
}
.s2query .ta_center{padding:4px 0 8px;}

.c2fitem{padding:12px 0 4px;}
.c2fi_cat{
	font:bold 14px Arial;
	padding-top:10px;
}
.c2fi_cat a{color:#000;}

.c2fi_level0{padding:0 0 0 90px;}
.c2fi_level1{padding:0 0 0 90px;}
.c2fi_level1 .c2pos{
	padding:6px 0 0 33px;
	background:url(/img/faq/bull-c2filist.gif) no-repeat 0 10px;
}
.c2fi_level2, .c2fi_level3, .c2fi_level4{
	padding:4px 0 0 90px;
	margin-left:60px;
	font:11px Arial;
}
.c2fi_level2 .c2pos {
	padding:3px 0 3px 15px;
	background:url(/img/faq/bull-c2filist-ul.gif) no-repeat 0 10px;
}
.c2fi_level3 .c2pos, .c2fi_level4 .c2pos {
	display: list-item;
	list-style-type: disc;
	margin-left: 70px;
	color: #116ea5;
}
.c2fi_level3 .c2pos b, .c2fi_level4 .c2pos b{
	color: black;
}
.c2fi_level4 .c2pos {
	list-style-type: circle;
	margin-left: 140px;
}
.c2fi__image{
	position:absolute;
	width:90px;
	text-align:center;
	padding-top:10px;
}

div.mnu_kb.intd .c2fi_level0 {
	padding: 0 0 0 103px;
}
div.mnu_kb.intd .c2fi_level2, div.mnu_kb.intd .c2fi_level3, div.mnu_kb.intd .c2fi_level4 {
	padding: 0;
	margin-left: 103px;
}
div.mnu_kb.intd .c2fi_level3 .c2pos, div.mnu_kb.intd .c2fi_level4 .c2pos {
	margin-left: 17px;/*==0*/
}

.mnu_kb .c2fi_cat {
	font-weight: normal;
}
.mnu_kb .c2fi_cat a {
	color: #116ea5;
}
.mnu_kb .c2fi_level0 {
	padding-left: 80px;
}
p.c2fi_cat {
	background: url(/img2/mark-uh.png) no-repeat 0 13px;
	padding-left: 19px;
}

/* themes */

body.newyear{
	background:url(/img2/bg-bot.png) repeat-x 50% 100%,
		url(/img/bg-body-ny.gif) no-repeat 50% 0;
}
body.newyear #logo{
	padding-left:20px;
}
body.newyear.logo87 #logo{
	padding-top:12px;
	padding-left:15px;
}

body.th_8march #logo{
	padding-top:8px;
	padding-left:15px;
}

body.autumn{
	background:url(/img2/bg-bot.png) repeat-x 50% 100%,
		url(/img/themes/autumn_bg.gif) no-repeat 50% 0;
}

/* domains */
/*
.domain-chkall{
padding: 22px 0px 4px 0px;
font-size: 11px;
}
.domain-chkall a{ text-decoration: none; }
.domain-chkall a span{ border-bottom: 1px dotted #0468AC; }
.domain-chkall a:hover{ color: #3498CC; }
.domain-chkall a:hover span{ border-bottom: 1px dotted #3498CC; }
.domain-list{
	margin-top:3px;
	color:#606060;
}
.domain-list sup, .sup-inf{
	background: #c0d0e0;
	padding: 0px 3px;
	border-radius: 2px;
	font-size: 10px;
	line-height: 12px;
}
.tc_hdr{
	clear: both;
	padding: 16px 0px 2px 0px;
	font-weight: bold;
	font-size: 14px;
}
.ttld_col{
	float: left;
	width: 49%;
	margin-right: 6px;
}
.ttld{
 border-spacing:0;
 border-collapse:collapse;
 width: 100%;
}
.ttld td{
 border-bottom:1px #ddd solid;
}
.ttld tr.highlight td{
background: #f4f4f4;
}

.c1tld{
 width:140px;
 font-size: 11px;
 color: #808080;
 height: 24px;
}
.c2tld{
 font-weight:bold;
 padding-left: 10px;
}
.c3tld{
 width:70px;
 color: #000;
 height: 24px;
}

.c1tld div{
	position: relative;
}
.c1tld div span:hover{
	border-bottom: 1px dotted #000;
	color: #000;
}

.c1tld div.tldtip{
	position: absolute;
	left: 0px;
	top: 24px;
	padding: 6px 9px;
	background: #fff;
	border: 1px solid #a0a0a0;
	border-radius: 6px;
	display: none;
	z-index: 3;
}

.hide{
	display:none;
}
.show{
	display:block;
}*/
.tc{
	font-size: 11px;
	cursor:pointer;
	color:#0468AC;
	border-bottom:1px dotted #e0e0e0;
	padding: 3px 0px 4px 0px;
}
.domain-all-act .tc {
	border-bottom:none;
}
.tc span:hover{
	text-decoration: underline;
}
.tc2 {
	font-size: 11px;
	padding: 3px 0px 4px 20px;
}
/*
.dm-slide-txt {
	display: none;
}

.clDomChk_1 .inp1 {
	float:left;
	width:400px;
}
.clDomChk_1 .inp2 {
	float:left;
	margin:10px 0 0 9px;
}
.clDomChk {
	margin:20px 0;
}
.clDomChk_1 {
	height:62px;
	background:url(https://uh.ua/i/domains/YellowBackground.png);
}
.clDomChk_1 .inp1 {
	margin:19px 0 0 20px;
	height:20px;
}
*/
.loading {
	text-align:center;
}
#dch_results_cp {
    width: 100%;
    text-align: center;
    margin: 20px 0 10px;
    /*text-decoration: underline;*/
    cursor: pointer;
	cursor: hand;
}
#dch_results_cp .dch_loading {
    margin: 40px 0 20px;
	background: url("/img2/load/divider.gif") repeat-x;
}
#dch_results_cp .dch_loading span {
    background: url("/img2/load/loading_spinner.gif") no-repeat scroll 20px 0 #fff;
    font-family: Arial;
    font-size: 18px;
    padding: 13px 20px 13px 85px;
	margin: 0 20px;
}
#dch_results_cp .dch_loading span.dch_loaded {
    background-image: url("/img2/load/loaded.png");
}
#dch_results_cp > span {
    background: url("/img2/load/icn_BlueCorners.png") no-repeat;
    padding-left: 25px;
    text-decoration: underline;
}

.alt-domains {
	width:100%;
	text-align:right;
}
.alt-domains > input[type="submit"] {
    margin:0;/*0 0 0 302px;*/
}

.domain_prices table {
	font-size:12px;
}
.domain_prices table,.domain_prices div {
	width:100%;
}
.tbl_domains {
	border-spacing:2px;
}
.tbl_domains td {
	text-align:center;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
}
.tbl_domains td.tbl_cln1 {
	text-align:left;
	padding:0px 5px 0px 20px;
}
.tbl_title {
	color:#fff;
	background-color:#aaa;
	font-size:14px;
	font-weight:bold;
	width: 18%;			
}

.tbl_domains tr td:first-child{
	width: auto;
	font-size: 14px;
}

.tbl_domains .fst, .tbl_domains .snd {
	font-size:14px;
}
.tbl_domains .fst {
	background-color:#E6E6E6;
}


/* Проверка домена в корзине */
.domainRadio {
    margin: 0 0 10px;
}

.domainRadio > label {
    margin-right: 10px;
}

#validate_msg > p {
    color: red;
    padding: 10px 0 0;
    width: 300px;
}
#validate_msg > p.free {
    color: #090;
}
#validate_msg > p.bind {
    color: #090;
}
.domainBtn {
	float:right;
	margin-top:10px;
}


input[type=submit], .a_btns a
{
	display: inline-block;
	padding: 4px 10px;
	color:white;
	background: #fba222;
	border:none;
	border-radius: 2px;
	letter-spacing:-0.5px;
	cursor: pointer;
	cursor: hand;
}


/* contact's validation */

.itm_h {
	width:100%;
	border-top:dashed 3px #ccc;
	font-size:10pt;
	font-weight:bold;
}
.itm_i {
	width:250px;
}

input.valid {
	/*background-color:#cfc;*/
}
label.valid {
	display:inline-block !important;
	position:relative !important;
	margin-left:5px !important;
	width:24px !important;
	height:20px !important;
	background: url("/img/ico-c2hpar-odd.gif") no-repeat 0 0 transparent !important;
}
label.valid img {
	padding:0px;
	margin:0px;
}

label.invisiblevalid {
	display: none !important;
}

input.error {
    background-color:#fcc;
}
label.error {
	display:block;
	color:red;
	font-style:italic;
}


.pwd_div label {
    margin-left: 40px;
}
.pwd_div input[type=text] {
	border: 2px solid #fba222;
	border-radius: 2px;
	/*width: 290px;*/
	color: #707070;
	height: 22px;
	padding-left: 3px;
}

.aff-promo .blk1 {
	width:350px;
	margin-right:10px;
}
.aff-promo img {
	border-radius:5px;
}
.aff-txt {
	margin-left:5px;
	padding:0 6px;
	width:265px;
	height:90px;
	background-color:#f9f8f6;
    border: 1px solid #f3f0ec;
	border-radius:5px;
	color: #333;
	font-size:8pt;
}

.clearfix::after {
	clear:both;
}

.tbl_imprv th{
	padding-right:10px;
	text-align:left;
}
.tbl_imprv td, .tbl_imprv th {
    border-bottom: 1px solid #ddd;
}
.tbl_imprv tr.brdls td, .tbl_imprv tr.brdls th{
	border:none;
}

/* order module */
.rem {
	color:grey;
	font-size:8pt;
	/*font-style:italic;*/
}
.contacts_data .rem {
	display:block;
}

.btnBig {
	/*background-color:#ddd;*/
	width:200px;
	height:40px;
}
#signupForm {
	clear:left;
	padding-top:10px;
}
input[type="submit"].btnOrder_org {
	background-image: url(../i/btns/btnOrder_orange.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 185px;
	height: 49px;
	border: 0px;
	background-color: transparent;
	cursor: pointer;
	outline: 0;
}

#col_contacts {
	float:left;
	width:480px;
}
#col_contacts .div_chgd {
	border-top:3px dashed #ccc;
	padding-bottom:5px;
}
#col_contacts .div_order {
	margin:5px 10px;
	/*text-align:right;*/
	float:right;
}

/*#col_contacts > table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width: 100%;
	font-size: 10pt;
}
#col_contacts > table tr td{
	border-bottom: 2px solid #fff;
	padding: 6px 10px 6px 0px;
}
#col_contacts > table tr td:first-child{padding-left: 20px;}

#col_order {
	float:left;
	margin:40px 0px 0px 10px;
	padding:5px 5px 5px 10px;
	width:465px;
	border:1px dashed #999;
}

#col_contacts > table tr td input[type=text], #col_contacts > table tr td input[type=password], #col_contacts > table tr td select, #col_contacts > table tr td input.itm_i{
	font-size: 14px;
	height: 24px;
	border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	padding-left: 4px;
}
#col_contacts > table tr td select{
	height: 26px;
	width: 260px;
}
#col_contacts > table tr td input:focus{
	border-color: #66afe9;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(102,175,233,0.6);
}*/
.contacts_data {
	font-size: 10pt;
}

.contacts_data div{	
	background-color:#efefef;
	clear: both;
}
.contacts_data div.itm_h{background: none; padding: 12px 0px 4px 0px; }
.contacts_data label{
	display:table-cell;
	width:181px;
}
.contacts_data .c_cln2{
	display:table-cell;
	width:65%;
}
.contacts_mtry{
	color:red;
}

.contacts_data .c_cln1, .contacts_data .c_cln2 {
	border-bottom: 2px solid #fff;
	padding: 6px 10px 6px 0px;
}
.contacts_data .c_cln1 {padding-left: 20px;}

.contacts_data input[type=text], .contacts_data input[type=password], .contacts_data select, .contacts_data input.itm_i{
	font-size: 14px;
	height: 24px;
	border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	padding-left: 4px;
}
.contacts_data select{
	height: 26px;
	width: 260px;
}
.contacts_data input:focus{
	border-color: #66afe9;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(102,175,233,0.6);
}

#col_order {
	float:right;
	margin:40px 0px 0px 10px;
	padding:5px 5px 5px 10px;
	width:465px;
	border:1px dashed #999;
}

.opl_1 {
    display: inline-block;
    margin-top: 19px;
}

.crt_h2 ul{clear:left; margin: 3px 0px 3px 0px; padding: 0; list-style: none;}
.crt_h2 ul li{background: url(../img2/yes.png) no-repeat scroll 0px 3px; padding: 1px 0px 1px 16px;}
.crt_h2 .blk_pln{
	clear: left;
	padding: 3px 0px 3px 0px;	
}
.crt_h2 .blk_pln div{float: left; margin-left: 12px;}
.crt_h2 .blk_pln div.cln_bonus{clear: left;}


.exts{
    margin: 6px 0;
    width: 420px;
	background-color:#fff;
    font-size: 8pt;
	
	border: 1px solid #ddd;
	padding:2px;
}
.exts .exts_1, .dst {
	background-color:#efefef;
}
.exts .exts_1{
    margin-bottom: 2px;
    padding: 4px 0 4px 8px;
}
.exts .exts_1:last-child {
	margin-bottom: 0;
}
.exts .exts_1 label{
	display:block;
	font-weight:bold;
}
.exts select {
	font-size: 9pt;
	min-width: 250px;
}


.d_steps {
	padding-left: 20px !important;
}


/* adaptive styles */
@media only screen and (min-width: 1280px)
{
	#header{width: 1180px;}
	#page{width: 1180px;}
	#footer{width: 1180px;}
	.wrapper{width: 1180px;}
	
	#main{width: 870px;}
	#right{width: 270px;}
	
	.tels{width: 800px;}
	.tel-0800{width: 200px;}
	.tel-col{width: 200px;}
	.tel-col:last-child{width: 200px;}
	
	/* index */
	.ipack{width: 270px; margin-right: 28px;}
	
	/* hosting packs */	
	.c2hlcol{width: 270px; margin-right: 20px;}
	.c2hlcol-top{background-color:#9da0a5;}
	.pochta.c2hlcol-top {background-color:#ddd;}
	.pochta .img {height:108px;}
	.c2hlcol-top img{display: block; margin: 0 auto;}
	
	.c2hlcol2{width: 210px; margin-right: 9px;}
	.c2hlcol2-top{background-color: #9da0a5;}
	.c2hlcol2-top img{display: block; margin: 0 auto;}
	.c2hlcol-lst{margin-right: 0;}
	
	/* order */
	#col_contacts{width: 600px;}
}

@media only screen and (min-width: 376px) and (max-width: 1280px)
{
	#mm_lng {
		margin-right: 0 !important;
	}
	.login {
		width: 67px !important;
	}
	.hmm_li.hmm_li_eml{
		display:none !important;
	}
	
	.ipack h2{padding-left: 10px;font-size:17px;border-radius: 0 0 10px 0;}
	.ipack h2 span {width: 140px; display: inline-block;}
	.ipack h2 img{right: -10px;width:77px;height:77px;}
}

@media only screen and (min-width: 800px) and (max-width: 999px)
{
	#header{width: 800px;}
	#page{width: 800px;}
	#footer{width: 800px;}
	.wrapper{width: 800px;}
	
	.hmmdm{padding-left: 6px; padding-right: 6px;}
	.login{width: 70px;}
	#logo{width: 224px;}
	#logo a img{display: block; width: 100%;}
	
	#main{width: 590px;}
	#right{width: 200px;}
	
	.tels{width: 559px;}
	.tel-col{margin-left: 20px;}
	
	/* index */
	.ipack{width: 194px; margin-right: 8px;}
	.ipack-blk{padding-left: 10px; padding-right: 10px;}
	.ipack-cost{font-size: 18px;}
	.ipack-cost span{font-size: 28px;}
	
	.ipack h2 span {width: 120px;}
	
	#right .ipack{width: 192px;}
	
	.idom-blk input[type="text"]{width: 160px;}
	.idom-zones ul{width: 80px;}
	
	.ift-adv img{width: 153px; height: auto;}
	.ift-adv table tr td:last-child img{width: 308px; height: auto;}
	
	/* footer */
	.fcopy{padding-bottom: 6px;}
	.f-col1{width: 180px;}
	.f-col1 p{float: none; clear: left;}
	.f-col2{width: 210px;}
	.f-col4{width: 406px;}
	.tel-ft div{width: 175px;}
	.tel-ft div:last-child{margin-right: 0px;}
	
	/* center domain search */
	#domainf form{width: 800px;}
	#domainf table tr td:first-child{font-size: 12px; width: 84px;}
	#domainf input[type="text"]{width: 150px;}
	#domainf table.tbldomzones tr td{padding-right: 10px;}
	
	/* hosting packs */	
	.c2hlcol{width: 192px; margin-right: 4px;}
	/*.c2hlcol-top{background-color: #9da0a5;}*/
	.c2hlcol-top img{display: block; margin: 0 auto; width: 100%;}
	.c2hlc_title, .c2hlc_title_a{height: 54px; padding-left: 7px; padding-right: 7px;}	
	.c2hlc_title span, .c2hlc_title_a span{font-size: 18px; line-height: 22px;}
	
	.c2hlcol2{width: 146px; margin-right: 1px;}
	.c2hlcol2-top img{display: block; margin: 0 auto; width: 100%;}
	.c2hlcol-lst{margin-right: 0;}	
	
	/* order */
	#col_contacts{width: 390px;}
	#col_order{float: right; width: 390px; padding-left: 5px; margin-left: 0;}
	.contacts_data label{padding-left: 12px;}
	.contacts_data select{width: 210px;}
	.contacts_data input.itm_i{width: 200px;}
	
	.crt_h1{text-align: center;}
	.crt_h2{width: 260px;}
	.crt_h, .crt_d{width: auto;}
	.lk_ln{width: auto;}	
}

@media only screen and (max-width: 799px)
{
	#header{width: 800px;}
	#page{width: 800px;}
	#footer{width: 800px;}
	.wrapper{width: 800px;}
	
	.hmmdm{padding-left: 6px; padding-right: 6px;}
	.login{width: 70px;}
	#logo{width: 224px;}
	#logo a img{display: block; width: 100%;}
	
	#main{width: 590px;}
	#right{width: 200px;}
	
	.tels{width: 559px;}
	.tel-col{margin-left: 20px;}
	
	/* index */
	.ipack{width: 194px; margin-right: 8px;}
	.ipack-blk{padding-left: 10px; padding-right: 10px;}
	.ipack-cost{font-size: 18px;}
	.ipack-cost span{font-size: 28px;}
	
	.ipack h2 span {width: 120px;}

	#right .ipack{width: 192px;}
	
	.idom-blk input[type="text"]{width: 160px;}
	.idom-zones ul{width: 80px;}
	
	.ift-adv img{width: 153px; height: auto;}
	.ift-adv table tr td:last-child img{width: 308px; height: auto;}
	
	/* footer */
	.fcopy{padding-bottom: 6px;}
	.f-col1{width: 180px;}
	.f-col1 p{float: none; clear: left;}
	.f-col2{width: 210px;}
	.f-col4{width: 406px;}
	.tel-ft div{width: 175px;}
	.tel-ft div:last-child{margin-right: 0px;}
	
	/* center domain search */
	#domainf form{width: 800px;}
	#domainf table tr td:first-child{font-size: 12px; width: 84px;}
	#domainf input[type="text"]{width: 150px;}
	#domainf table.tbldomzones tr td{padding-right: 10px;}
	
	/* hosting packs */	
	.c2hlcol{width: 192px; margin-right: 4px;}
	/*.c2hlcol-top{background-color: #9da0a5;}*/
	.c2hlcol-top img{display: block; margin: 0 auto; width: 100%;}
	.c2hlc_title, .c2hlc_title_a{height: 54px; padding-left: 7px; padding-right: 7px;}	
	.c2hlc_title span, .c2hlc_title_a span{font-size: 18px; line-height: 22px;}
	
	.c2hlcol2{width: 146px; margin-right: 1px;}
	.c2hlcol2-top img{display: block; margin: 0 auto; width: 100%;}
	.c2hlcol-lst{margin-right: 0;}	
}

@media only screen and (max-width: 375px)
{
	#header{width: 360px; height:110px;}
	#page{width: 360px;}
	#footer{width: 360px;}
	.wrapper{width: 360px;}
	
	.hmm_li:nth-child(4), .hmm_li:nth-child(5) {
		display:none;
	}
	.hmmdm{padding-right:4px;}

	ul.mm_curcy {
		margin-bottom: 5px;
		margin-right: 175px;
	}
	
	#header{/*margin-top:77px;*/}
	#logo{width: 200px;}
	#logo a img{height:42px;}
	.tels{width:155px;}
	.tel-col{display:none;}

	.submenu-ti{width:360px;}
	.subcol-i{width:180px;}
	.subcol-i img{width:180px;height:166px;}

	.da-slider{display:none;}
	
	#main{width: 360px;}
	#right{width: 360px;}
	
	/*green buttons*/
	.fly-help
	,.shc, input.shc, textarea.shc
	{
		display:none;
	}
	
	/* index */
	.ipack{width: 171px;margin-right:6px;}
	.ipack h2{padding-left: 5px;font-size:17px;border-radius: 0 16px 16px 0;}
	.ipack h2 img{width:70px; height:70px; top:-8px; right:-5px;}
	
	.ipack h2 span {width: 120px;}

	#right .ipack{width: 170px;}
	.idom-blk input[type="text"]{width:140px;}

	.content-pic{float:none;display:block;margin-bottom:16px;}
	
	.idx_news, .idx_otzivi,.idx_faq {
		float: left;
		width: 31%;
		margin-right:3%;
	}
	.idx_faq {
		margin-right:0;
	}

	/*bottom logos*/
	.ift-adv > a:nth-child(2), .ift-adv > a:nth-child(3) {
		display: none;
	}
	.ift-adv a {
		margin-right: 1%;
		width: 33%;
	}
	.ift-adv a:last-child {
		float: left;
		width: 66%;
	}
	.ift-logos span {
		display: inline-block;
		width: 110px;
	}
	.ift-logos > span:nth-child(3), .ift-logos > span:nth-child(5) {
		display:none;
	}
	
	.footcont{padding-top:0;}
	.f-col1{width:150px;}
	
	/* jun 18 */
	#burg {
		display:inline-block !important;
		cursor: pointer;
	}
	ul.mainmenu {
		display: none;
		margin-top: 15px;
	}
	
	.c2htabs, .c2htabs2 {
		display: none;
	}
	.main-head {
		background-position: 90px 100% !important;
	}
	.mhead-unixhosting {
		background-position: 230px 0 !important;
	}
	.main-head h1, .main-head p.page_title {
		font-size:24px;
	}
	.main-head .mttext {
		margin-left:20px;
	}
	
	.c2habout {
		padding-left:0 !important;
	}
	ol {
		padding-left: 15px !important;
	}
	.f-col4 {
		float: left !important;
		margin-top: 10px !important;
	}
	.pink, div.faq-filter {
		margin-left: 0 !important;
	}
	.mnu_kb .c2fi_level0 {
		padding-left: 0 !important;
	}
	.c2fi_level1 {
		padding-left: 20px;
	}
	.c2habout img{
		max-width: 100%;
		height: auto;
	}
	.pink iframe{
		width: 360px;
		height: 205px;
	}
	
	
	#domainf {
		height: 135px;
		background-repeat: repeat;
	}
	#domainf form {
		width: 360px !important;
	}
	
	#domainf table.tbldominpt{
		height:40px;
	}
	#domainf table.tbldominpt tr td{
		vertical-align: top;
	}

	#domainf table.tbldomzones tr td:first-child{
		padding-left:0px !important;
	}
	#domainf table.tbldomzones tr td{
		padding-right:0 !important;
	}
	
	#domainf table.tbldometc {
		width:300px;
	}
	#domainf table tr td a {
		padding: 7px 0 0 85px;
		text-align:left;
		background:none;
	}
	#domainf table tr td a:after {
		content: url(/img2/ico-more-y.png);
		top: 3px;
		left: 5px;
		position: relative;
	}
	
	#logo p, .tel-0800 p {
		display: none !important;
	}
	
	/* .pg_sozd_eml */
	.pg_sozd_eml div.ipack-yellow {
		margin-left: 30px;
	}
	.pg_sozd_eml #breadcrumbs div:nth-child(2) {
		display: none !important;
	}
}
