/* CSS Document */
/* Reset
---------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
form, label, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; clear: both; }_ho

/* remember to define focus styles! */
:focus {
	outline: 0;
}
html {
	overflow-Y: scroll;
}
html, body {height: 100%;}

body {
	color: #333;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	height: 100%;
	background:#fff;
}
#block_screen {
  background: rgb(204, 204, 204);
  background: rgba(204, 204, 204, 0.4);
  z-index: 9998;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}
#content_flag_preview {
  z-index: 100;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 15%;
  height: 20px;
  text-align: center;
  border: 1px solid #C00303;
  background: url('../img/icons/16x16/exclamation_octagon_fram.png') no-repeat;
  background-position: 95%;
  background-color: #FD7F7F;
  border-top: none;
  border-left: none;
}
#loader_content {
  font-size: 2em;
  position: fixed;
  color: #000;
  z-index: 9999;
  display: none;
  left: 40%;
  top: 38%;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a {
	text-decoration:underline;
	color:#015aa3;
}
em, i {
	font-style: italic;
}
b, strong {
	font-weight: 700;
}
.a-center {
	text-align:center;
}
.a-right {
	text-align:right;
}
.fl {float:left;} .fr {float:right;}
.pdr25 {width:65px;}

/* Main
---------------------------------------------------*/
.container {
	padding:340px 0 0 0;
}

.site_top {
	height:60px;
	width:1000px;
	margin:0 0 0 -498px;
	z-index:7;
	position:absolute;
	top:6px;
	left:50%;
}

.site_top .logo {
	float:left;
	text-align:center;
	width:257px;
	height:64px;
}
.site_top .logo a {
	width: 252px;
	height: 42px;
	display: block;
	background: #0075CC;
	padding: 18px 5px 0 0;
  /* background: url("../img/christmastree.png") no-repeat scroll right 8px center / 40px 45px #0075CC; */
}
.site_top .logo a:hover {
	background: #01559a;
  /* background: url("../img/christmastree.png") no-repeat scroll right 8px center / 40px 45px #01559a; */
}
/* .site_top .logo a img {
  padding-right: 32px;
} */
.site_top .navigation {
	float:left;
	width:715px;
	height:60px;
	line-height:60px;
  background: #fff;
	font-size:13px;
}

.site_top .navigation #nav_lang {
  background: #0075CC;
  text-align: center;
	font-size:13px;
  color: #FFFFFF;
  text-transform: uppercase;
  width: 20px;
}
.site_top .navigation #nav_lang #nav_select_lang_holder{
  width: 20px;
  height: 60px;
}
.site_top .navigation #nav_lang .nav_select_lang {
  line-height: 14px;
  height: 14px;
  width: 20px;
  cursor: pointer;
  position: absolute;
  font-size: 12px;
  text-decoration: none;
  color: inherit;
  padding: 0;
  border-right: none;
}
.site_top .navigation #nav_lang .nav_select_lang:hover {
  background: #01559A;
}
.site_top .navigation a {
	display:block;
	text-align:center;
	/*padding:0 25px;*/
	color:#4F4F4F;
	border-right:1px #cacdcf solid;
	text-decoration:none;
}
.site_top .navigation td.last a {
	border-right:none;
}

.site_top .navigation a:hover {
	background:#ececec;
	color:#4F4F4F;
	text-decoration:none;
}
.site_top .navigation a.active {
	background:#ececec;
	color:#4F4F4F;
	text-decoration:underline;
}
.site_top .languages {
	float:left;
	width:23px;
	height:56px;
	text-transform:uppercase;
	font-size:11px;
	line-height:18px;
	padding:2px 0;
	background:#0075CC;
}
.site_top .languages ul li a {
	display:block;
	text-align:center;
	text-decoration:none;
	color:#f1f1f1;
}
.site_top .languages ul li a:hover, .site_top .languages ul li a.active-lang {
	color:#094779;
}

.header_holder {
	width:100%;
	height:330px;
	overflow:hidden;
	position:absolute;
	top:0;
}
.header {
	width:2000px;
	position:absolute;
	left:50%;
	margin:0 0 0 -1000px;
	top:0;
	z-index:4;
	height:330px;
	background:#000;
}
.container.video {
  padding: 410px 0 0;
}
.header_holder.video,
.header.video {
  height: 400px !important;
}
.video-text {
  color: #fff;
  font-size: 43px;
  height: 100px;
  left: 725px;
  position: absolute;
  top: 170px;
  width: 500px;
}
.video-text .custom_textfield {
  float: left;
  height: 31px;
  text-align: center;
  width: 43%;
  font-size: 13px;
  margin-top: 8px;
}
.video-text .video-consultation {
  background: #0075cc;
  color: #fff;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: 300;
  height: 40px;
  line-height: 40px;
  margin-left: 22px;
  padding: 0 20px 0 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 43%;
  font-size: 13px;
  margin-top: 8px;
}
.video-text .video-consultation:hover {
  cursor: pointer;
  background: #01559a;
}
.head_content {
	background:url(../img/black.png);
	width:510px;
	padding:15px 20px;
	position:absolute;
	left:546px;
	top:120px;
	font-size:24px;
	line-height:24px;
	color:#FFF;
}
.head_content p.large {
	font-size:30px;
	line-height:35px;
	padding:0 0 10px;
}
.head_content p.more {
	padding:15px 0 5px 0;
	font-size:16px;
	line-height:35px;
	height:35px;
}
.head_content p.more a {
	display:block;
	float:left;
	color:#015AA3;
	text-decoration:none;
	padding:0 3px 0 12px;
	text-transform:uppercase;
	background:#fff;
}
.head_content p.more a span {
	background:url(../img/icons_set.png) no-repeat right 6px;
	padding:0 42px 0 0;
	display:block;
}
.head_content p.more a:hover span {
	background:url(../img/icons_set.png) no-repeat right -44px;
}
.line {
	border-bottom:1px #f1f1f1 solid;
	color:gray;
}
.wrap-line {
	padding: 0 0 10px 10px;
	height: 30px;
}
.wrap-line {
	width:973px;
	background:#FFF;
	margin: auto;
}
.content {
	background:#FFF;
	margin: auto;
	width: 1000px;
	padding:15px 0px 8px;
	margin:20px 0;
	margin:0 auto;
}
.left {
	float:left;
	width:710px;
	padding:0px 21px 0px 0px;
	margin:0 -1px 0 0;
	border-right:1px #dbdbdb solid;
}
.right {
	float:right;
	width:710px;
	padding:0 21px 0 30px;
	 margin:0 0 0 -1px;
	border-left:1px #dbdbdb solid;
	line-height:19px;
	color:#333;
	font-size:13px;
}
.right p {
	padding: 0 0;
}
.right ul {
	list-style:disc;
	margin:6px 0;
	padding:0 0 0 25px;
}
.right ul li {
	padding:2px 0;
	line-height:16px;
}
.feedback_block {
  padding-bottom: 22px;
  width: 959px;
  margin: auto;
  text-align: right;
}
.feedback_txt {
  border: 1px solid rgb(219, 219, 219);
  width: 265px;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  color: gray;
}
.feedback_btns {
  padding: 0px 5px;
  cursor: pointer;
  float: right;
  color: rgb(113, 160, 198);
}
.feedback_submit:hover {
  background: url(../img/icons_set.png) no-repeat right -300px #01559a;
}
.feedback_submit {
  height: 30px;
  width: 40px;
  background: url(../img/icons_set.png) no-repeat right -300px #0075CC;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  padding: 0px 8px;
  line-height: 30px;
  cursor: pointer;
}
.negative_feedback {
  width: 400px;
  margin-left: 5px;
  height: 28px;
  display: none;
}
.negative_feedback input {
 color: gray;
}
.feedback_success {
  border: 1px solid rgb(85, 155, 1);
  background: url("../img/icons/16x16/icon_notification_success.png") no-repeat scroll;
  background-position: 10px;
  width: 265px;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  text-align: center;
  display: none;
  color: gray;
}
.negative_feedback input {
  font-family: Arial,Helvetica,sans-serif;
  padding: 5px 10px 6px;
  border-width: 1px medium 1px 1px;
  border-style: solid none solid solid;
  border-color: rgb(219, 219, 219) -moz-use-text-color rgb(219, 219, 219) rgb(219, 219, 219);
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  background: none repeat scroll 0% 0% rgb(255, 255, 255);
  color: rgb(98, 98, 98);
  height: 17px;
  float: left;
  width: 283px;
}
.negative_feedback span {
  margin-left: -4px;
  width: 80px;
}
.servers {
	color:gray;
	font-size:11px;
	line-height:19px;
}
.servers th {
	color:rgb(1, 90, 163);
	border-bottom:2px #dbdbdb solid;
	text-transform:uppercase;
	padding:0 3px;
	font-size:12px;
  padding-bottom: 2px;
}
.servers td {
	border-bottom:1px #dbdbdb solid;
	padding: 5px 2px 5px 2px;


	line-height: 20px;
}
.servers tr.even td {
	background:#f5f5f5;
}
.servers tr.special td {
}
.servers .name {
	font-size:14px;
	text-transform:uppercase;
	color:#015AA3;
  height: 52px;
}
.servers .price {
	line-height:18px;
	color:#555;
}
.servers .price strong {
  font-size: 20px;
  color: #5CB00A;
}
.content .left .servers .price strong {
	color:#5cb00a;
	font-size:20px;
}
.servers a.order, a.order {
	display:block;
	padding:0 25px 0 10px;
	line-height:25px;
	height:25px;
	color:#FFF;
	text-decoration:none;
  font-weight:300;
	text-transform:uppercase;
	margin:2px;
  font-size: 14px;
}
#cart_block .order, .individual_order_btn, #ask-form .order {
  background:url(../img/icons_set.png) no-repeat right -303px #0075CC;
}
#cart_block .order:hover, .individual_order_btn:hover, #ask-form .order:hover {
  background:url(../img/icons_set.png) no-repeat right -303px #01559a;
}
.servers p {
	padding:3px 0;
}
.mini-cart a.order {
	display: inline-block;
	cursor: pointer;
  background: url(../img/arrow_forward.png) no-repeat right center #74BA19 !important;
}
.mini-cart a.order:hover {
  background: url(../img/arrow_forward.png) no-repeat right center #559B01 !important;
}
.pop {
	display:inline-block;
	background:url(../img/icons_set.png) no-repeat 0 -748px;
	width:33px;
	height:12px;
	line-height: 10px;
}
.sale {
	display:inline-block;
	background:url(../img/icons_set.png) no-repeat 0 -761px;
	width:36px;
	height:11px;
	line-height: 9px;
}
.is_new {
	display:inline-block;
	background:url(../img/is_new.png) no-repeat 0;
	width:36px;
	height:11px;
	line-height: 9px;
}
.styled {
	margin:7px 0;
}
.styled td {
	padding:5px;
	background:#f2f2f2;
	border-top:1px #FFF solid;
	border-right:1px #FFF solid;
}
.styled th {
	font-weight:bold;
	padding:5px;
	border-bottom:1px #aeaeae solid;
}

.left h1, article h1 {
	font-size:24px;
	color:#015aa3;
	line-height:24px;
	font-weight:300;
	padding:0 0 10px 0;
}
.right h1 {
	font-size:24px;
	color:#015aa3;
	line-height:24px;
	padding:0 0 9px 0;
	font-weight:300;
}
.right h2, article h2 {
	font-size:18px;
	color:#015aa3;
	line-height:24px;
	padding:18px 0 4px 0;
}
.right h3, article h3 {
	font-size:18px;
	color:#444;
	line-height:24px;
	padding:18px 0 4px 0;
}

.center_support {
	float:right;
}
.center_support .phone {
	float:left;
	background:url(../img/icons_set.png) no-repeat 5px -104px;
	height:35px;
	padding:3px 9px 0 33px;
	color:#8da86c;
	text-transform:uppercase;
	font-size:11px;
	line-height:15px;
	margin:0 0 0 7px;
	border:1px #e7fccc solid;
}
.center_support .phone span {
	color:#4c4c4c;
	font-size:12px;
}

.center_support .chat {
	float:left;
	background:url(../img/icons_set.png) no-repeat 9px -145px;
	height:35px;
	padding:3px 9px 0 39px;
	color:#b6a97b;
	text-transform:uppercase;
	font-size:11px;
	line-height:15px;
	margin:0 0 0 7px;
	border:1px #fcf2cc solid;
}
.center_support .chat a {
	text-decoration:none;
	color:#b6a97b;
}
.center_support .chat a span {
	text-decoration:none;
	color:#4c4c4c;
}
.center_support .chat span {
	color:#4c4c4c;
	font-size:12px;
}

.right-side {
	float:right;
	width:220px;
	border-left:1px #dbdbdb solid;
	padding:0 24px;
}
.left-side {
	float:left;
	width:200px;
	border-right:1px #dbdbdb solid;
  padding-right: 37px;
}

.left-nav h2 {
	font-size:16px;
	color:#484747;
	line-height:22px;
	text-transform:uppercase;
	padding:0 0 10px 0;
}
.left-nav > ul {
	border-top:1px #dedede solid;
	margin:7px 0 0 0;
	font-size:13px;
}
.left-nav > ul > li {
	line-height:16px;
	padding:7px 0;
	border-bottom:1px #dedede solid;
}
.left-nav > ul > li > a, .left-nav h2 > a {
	text-decoration:none;
	color:#3e3e3e;
}
.left-nav > ul > li > a:hover, .left-nav h2 > a:hover {
	text-decoration:underline;
	color:#015aa3;
}
.left-nav > ul > li.active > a {
	text-decoration:none;
	color:#015aa3;
	font-weight:bold;
}
.left-nav > ul > li.active-children > a {
	font-weight:bold;
}

.left-nav-children {
	margin:4px 0px 0px 15px;
	border-top:0px;
}
.left-nav-children li {
	padding:3px 0;
	border-bottom:0px;
}
.left-nav-children li:last-child {
	padding-bottom:0px;
}
.left-nav-children li a {
	text-decoration:none;
	color:#3e3e3e;
	font-weight:normal;
}
.left-nav-children li a:hover {
	text-decoration:underline;
	color:#015aa3;
}
.left-nav-children li.active a {
	text-decoration:none;
	color:#015aa3;
	font-weight:bold;
}

#domain_check .custom_textfield, .login_content .custom_textfield{
	padding: 3px 0px 3px 5px;
  font-size: 14px;
}
.domain_check h3 {
	color:#555555;
	font-size:16px;
	padding:0 0 10px 0;
	line-height:22px;
	text-transform:uppercase;
}
.domain_check .domain_input {
	background: #fff;
	height:17px;
	width:172px;
	border:1px #dbdbdb solid;
	float:left;
	margin:0px 0px 20px 0px;
	padding:5px 10px 6px 10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#626262;
	border-right:none;
}
.domain_check .domain_submit {
	background:none;
	border:none;
	float:left;
	width:26px;
	height:30px;
	padding:0;
	margin:0;
	cursor:pointer;
	background:url(../img/icons_set.png) no-repeat 0px -276px #0075CC;
}
.domain_check .domain_submit:hover {
	background:url(../img/icons_set.png) no-repeat 0px -276px #01559a;
}

.col-set {
	width:996px;
	margin:0 auto;
	color:#424242;
  padding-top: 10px;
}

.col-set div[class^='col'] a {
	display:block;
	text-decoration:none;
	color:#424242;
	padding:10px 30px 30px 15px;
	position:relative;
}
.col-set div[class^='col'] a:hover {
	background:#f1f1f1;
}
.col-set div[class^='col'] a span.title {
	color:#01579e;
	font-size:18px;
	padding:0 0 8px 0;
	line-height:22px;
	font-weight:300;
	display:block;
}
.col-set div[class^='col'] a span.arrow {
	display:block;
	width:23px;
	height:23px;
	background:url(../img/icons_set.png) no-repeat 0px -778px;
	position:absolute;
	margin:0 5px 5px 0;
	right:0;
	bottom:0;
}
.col-set div[class^='col'] a:hover span.arrow {
	background:url(../img/icons_set.png) no-repeat 0px -801px;
}
.col-set .col1, .col-set .col2, .col-set .col3, .col-set .col4 {
	float:left;
	width:335px;
}

.col-set .col2 {
	margin:0 0px 10px 38px;
}
.col-set .col3 {
	margin:0 0 10px 30px;
}

.col-set .col4 {
	margin:0 0 10px 30px;
}

#footer {
	background:#f1f1f1;
}
.footer {
	width:990px;
	margin:0 auto;
	padding:30px 0px 0px 0px;
}
.footer h3 {
	color:#484747;
	font-size:17px;
	padding:0 0 6px 0;
	line-height:20px;
}
.footer a {
	text-decoration:none;
	color:#4e4e4e;
}
.footer ul li {
	text-decoration:none;
	line-height:16px;
	padding:5px 0 5px 0px;
}
.footer ul li a {
	text-decoration:none;
	color:#01579E;
}
.footer ul li a:hover {
	text-decoration:underline;
	color:#01579E;
}
.footer h3 a {
	text-decoration:none;
}
.footer h3 a:hover {
	text-decoration:underline;
}

.footer .col1 {
	float:left;
	width:210px;
	padding:0 0 0 10px;
}
.footer .col2 {
	float:left;
	width:165px;
}
.footer .col3 {
	float:left;
	width:175px;
}
.footer .col4 {
	float:left;
	width:190px;
}
.footer .col5 {
	float:right;
	width:180px;
	color:#2c2c2c;
	border-left:1px #c9c9c9 solid;
	padding:0 0 0 25px;
	line-height:18px;
}
.footer .col5 h3 {
	padding:0 0 5px;
}
.footer .col5 p {
	margin:0;
	padding:5px 0;
}
.footer .col5 span {
	color:#515151;
}
.footer .col5 a {
	text-decoration:none;
	color:#2c2c2c;
}
.footer .col5 a:hover {
	text-decoration:underline;
	color:#2c2c2c;
}
.footer .col5 .fb a {
	display:inline-block;
	background:url(../img/icons_set.png) no-repeat -5px -206px;
	width:16px;
	height:16px;
	line-height:16px;
  text-decoration: none;
}
.footer .col5 .tw a {
	display:inline-block;
	background:url(../img/icons_set.png) no-repeat -5px -222px;
	width:16px;
	height:16px;
	line-height:16px;
  text-decoration: none;
}
.footer .col5 .in a {
	display:inline-block;
	background:url(../img/icons_set.png) no-repeat -5px -238px;
	width:16px;
	height:16px;
	line-height:16px;
  text-decoration: none;
}
.footer .col5 .yt a {
	display:inline-block;
	background:url(../img/icons_set.png) no-repeat -5px -254px;
	width:16px;
	height:16px;
	line-height:16px;
  text-decoration: none;
}
.footer .col5 .gp a {
	display:inline-block;
	background:url(../img/googleplus.png);
	width:16px;
	height:16px;
	line-height:16px;
  text-decoration: none;
}

.support_fixed {
  position:fixed;
  left:0;
  z-index:20;
  top:50%;
  height:385px;
  margin:-152px 0 0 0;
  width:0;
}
.support_fixed_cont {
	text-align:center;
	height:304px;
	background:#FFF;
  border: 1px solid #cecece;
	text-transform:uppercase;
	font-size:14px;
	border-right:none;
}

.support_fixed .close_support {
  position:absolute;
  z-index:15;
  left:95px;
  bottom:100px;
  display:block;
  width:22px;
  height:46px;
  margin-top:-23px;
  background:url(../img/icons_set.png) no-repeat -2px -681px #FFF;
  text-indent:-9999px;
  border: 1px solid #cecece;
  border-left:0px;
  cursor:pointer;
}
.support_fixed .open_support {
  background:url(../img/icons_set.png) no-repeat -2px -634px #FFF;
  left: 0px;
}

.chat_support {
	height:75px;
	width:88px;
	padding:0 0px;
	border-bottom:1px #ededed solid;
}
.chat_support a {
	display:block;
	color:#787878;
	line-height:16px;
	font-size:13px;
	background:url(../img/icons_set.png) no-repeat 31px -340px;
	text-decoration:none;
	padding:36px 0 0 0;
	height:39px;
}
.chat_support a:hover {
	background:url(../img/icons_set.png) no-repeat 31px -340px #f1f1f1;
}
.email_support {
	height:75px;
	border-bottom:1px #ededed solid;
	width:88px;
	padding:0 0px;
}
.email_support a {
	height:39px;
	display:block;
	color:#787878;
	line-height:16px;
	font-size:13px;
	background:url(../img/icons_set.png) no-repeat 31px -412px;
	text-decoration:none;
	padding:36px 0 0 0;
}
.email_support a:hover {
	background:url(../img/icons_set.png) no-repeat 31px -412px #f1f1f1;
}

.sales_support {
	height:35px;
	border-bottom:1px #ededed solid;
	background:url(../img/icons_set.png) no-repeat 31px -488px;
	color:#606060;
	width:68px;
	padding:40px 10px 0 10px;
	line-height:14px;
}
.sales_support span {
	color:#929292;
	font-size:11px;
}
.help_support {
	height:36px;
	border-bottom:none;
	background:url(../img/icons_set.png) no-repeat 31px -564px;
	width:68px;
	padding:40px 10px 0 10px;
	color:#606060;
	line-height:14px;
}
.help_support span {
	color:#929292;
	font-size:11px;
}

.copyrights {
	line-height:18px;
	padding:9px 0;
	font-size:0.9em;
	text-align:center;
	color:#555;
}

#ctnDiscountInfo {
  position: absolute;
  border: 1px solid rgb(230, 230, 230);
	background-color: #f0f4ff;
	width: 420px;
	display: none;
	padding: 10px;
	z-index: 100;
	margin-top: 40px;
  right: 0;
  cursor: auto;
  color: #000000;
}

#ctnDiscountItems th {
  border-bottom: solid 1px #000;
  text-align: center;
  font-weight: bold;
  color: #015AA3;
}
#ctnDiscountItems td {
  text-align: center;
}
#ctnDiscountInfo ol {
  list-style-type: decimal;
  margin-left: 40px;
}
#ctnDiscountInfo p {
  margin-top: 10px;
}
.close-block {
  float:right;
  margin-right: -1px;
}

.condition-block {
  width: 120px;
  height: 20px;
  float: left;
  display: table;
  margin-top: 10px;
}
.loading {
	width: 16px;
	height: 16px;
	background: url(../img/loading.gif) no-repeat;
	display: inline-block;
}
.user_options {
	float: left;
	width: 23px;
	padding-left: 5px;
}
.user_options select {
	width: 55px;
	margin-bottom: 5px;
}
.cart-line {
	float: right;
	cursor: auto;
  width: auto;
  margin-right: 10px;
}
.language-line {
	float: left;
  position: absolute;
  margin-left: -17px;
}
.cart-table tbody tr {
  height: 65px;
}
.shopping-cart {
	width: 20px;
	height: 16px;
	display: inline-block;
	background: url(../img/shopping_cart.png) no-repeat;
}
.mini-cart {
	position: absolute;
  border: 1px solid #CCC;
	background-color: #f0f4ff;
	width: 400px;
	display: none;
	padding: 10px;
	z-index: 100;
  right: 0px;
  margin-right: -5px;
  color: #000000;
}
.mini-cart div:not(:last-child) {
	margin-bottom: 10px;
}
.mini-cart h1 {
	font-weight: normal;
	font-size: large;
}
#ctnDiscountInfo h1 {
	font-weight: normal;
	font-size: large;
}
.mini-cart .bottom {
	border-top: 1px solid #ccc;
	padding-top: 10px;
}
.mini-cart .bottom h1 {
	float: left;
}
.mini-cart .bottom a.order {
	float: right;
}
.mini-cart .item {
	display: inline-block;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.item .remove {
	cursor: pointer;
	display: inline-block;
}
#suggest_buy {
	padding: 10px;
	display: none;
	position: absolute;
	background-color: #f0f4ff;
	left: 0;
	top: 0;
}
#suggest_buy a {
	text-decoration: none;
	font-size: normal;
}
.shadow {
  -moz-box-shadow:    0 0 2px 2px #ccc;
  -webkit-box-shadow: 0 0 2px 2px #ccc;
  box-shadow:         0 0 2px 2px #ccc;
}
#suggest_buy h1 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	font-size: large;
	padding: 10px;
}
#suggest_buy .close {
  margin: 2px;
	font-size: 15px;
	display: inline-block;
	float: left;
	padding:0 25px 0 10px;
	line-height:25px;
	height:25px;
	color:#FFF;
	text-decoration:none;
  font-weight:300;
  background:url(../img/icons_set.png) no-repeat right -303px #0075CC;
	text-transform:uppercase;
}
#suggest_buy .close:hover {
  background:url(../img/icons_set.png) no-repeat right -303px #01559a;
}
#suggest_buy .order {
	display: inline-block;
}
.remove {
	background: url(../img/remove.png) no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	cursor: pointer;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.add-item {
  margin-top: 10px;
  float: right;
}

.button-disabled {
  background: #CECECE !important;
}

/*  Notifications  */
.notification {
  display:block;
  clear:both;
  padding:10px 10px 10px 36px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  border:1px solid;
  color:#646464;
  background-position:10px 12px;
  background-repeat:no-repeat;
  margin:10px 0;
}
.close-notification {
  float:right;
  text-decoration:none;
  color:#737373;
  position:relative;
  top:-10px;
  right:-2px;
}
.close-notification:hover { color:#333; }
.notification.error {
  background-color:#f2d4ce;
  background-image:url('../img/icons/16x16/icon_notification_error.png');
  border-color:#ae432e;
}
.notification.error strong { color:#ae432e; }
.notification.success {
  background-color:#d9e6c3;
  background-image:url('../img/icons/16x16/icon_notification_success.png');
  border-color:#77ab13;
}
.notification.success strong { color:#69990f; }
.notification.attention {
  background-color:#faf6d4;
  background-image:url('../img/icons/16x16/icon_notification_attention.png');
  border-color:#e6c26e;
}
.notification.attention strong { color:#be8007; }
.notification.information {
  background-color:#cee6f2;
  background-image:url('../img/icons/16x16/icon_notification_information.png');
  border-color:#058dc7;
}
.notification.information strong { color:#0576a6; }
.notification.note {
  background-color:#f2f2f2;
  background-image:url('../img/icons/16x16/icon_notification_note.png');
  border-color:#d1d1d1;
}
.notification.note strong { color:#737373; }

.aleft{
  text-align:left;
}
.aright{
  text-align:right;
}
.red{
  color:#ff0000;
}
.bold{
  font-weight:bold;
}
.big{
  font-size:1.15em;
}
.favorite {
	display: inline-block;
	height: 16px;
	width: 16px;
  background-image:url('../img/icons/16x16/favorite.png');
}
.custom_add_item_btn {
  display: block;
  padding: 0px 27px 0px 10px;
  line-height: 25px;
  text-transform: uppercase;
  height: 25px;
  text-decoration: none;
  font-weight: 300;
  background: url("../img/icons_set.png") no-repeat scroll right -303px rgb(0, 117, 204);
  margin-top: 2px;
  color: rgb(255, 255, 255);
  border: none;
  width: 100%;
  font-size: 14px;
}
.blue-button {
  display: inline-block;
  padding: 0px 27px 0px 10px;
  line-height: 25px;
  text-transform: uppercase;
  height: 25px;
  text-decoration: none;
  font-weight: 300;
  background: url("../img/icons_set.png") no-repeat scroll right -303px rgb(0, 117, 204);
  margin-top: 2px;
  color: rgb(255, 255, 255);
  border: none;
  font-size: 14px;
}
#btnCheckDomain {
  display: block;
  padding: 0px 27px 0px 10px;
  line-height: 25px;
  text-decoration: none;
  font-weight: 300;
  background: url("../img/icons_set.png") no-repeat scroll right -303px rgb(0, 117, 204);
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  border: none;
  float: right;
  width: 160px;
  font-size: 14px;
}
.site-button {
  padding: 0px 27px 0px 10px;
  line-height: 25px;
  height: 25px;
  text-decoration: none;
  font-weight: 300;
  background: url("../img/icons_set.png") no-repeat scroll right -303px rgb(0, 117, 204);
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  border: none;
  font-size: 14px;
  cursor: pointer;
}
.custom_add_item_btn:hover, #btnCheckDomain:hover, .site-button:hover {
  background: url("../img/icons_set.png") no-repeat scroll right -303px rgb(1, 85, 154);
  text-decoration: none;
  cursor: pointer;
}
.cartBtnLoading {
  background: url("../img/icons_set.png") no-repeat scroll right -303px rgb(1, 85, 154);
}
#cartBtnLoad {
  position: absolute;
}
.custom_disabled_textfields {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 3px 0px 3px 5px;
  border: 1px solid rgb(221, 221, 221);
  background-color: rgb(255, 255, 255);
  font-size: 14px;
}
.styled-select, .custom_textfield, .custom_selectbox {
  padding: 3px 0px 3px 5px;
  border: 1px solid;
  border-radius: 1px 1px 1px 1px;
  border-color: rgb(221, 221, 221);
  text-align: left;
  overflow: hidden;
}
.custom_selectbox option {
  padding: 1px;
}
.custom_textfield:focus {
  border: 1px solid #0575CC;
}
.custom_selectbox:focus {
  background: none repeat scroll 0% 0% rgb(240, 244, 255);
}
.col-narrow {
  width: 500px;
}
.col {
  width:440px;
}
.left-group {
  float: left;
}
.right-group {
  float: right;
}
.wrapper_top_seperator {
  margin-top: 10px;
}
.wrapper_legend {
  padding: 0px 1em;
  background-color: rgb(255, 255, 255);
  z-index: 1;
  display: inline-block;
  font-size: 24px;
  color: rgb(1, 90, 163);
  line-height: 24px;
}
.rounded-wrapper {
  border: 1px solid #CCC;
  max-width: 100%;
  padding: 5px;
  width: 955px;
}
table.in-div{
  width:100%;
}
.hosting_plan_content .input_description_name {
  width: 50%;
}
#tblPlanForm, #hosting_details, #server_order, #payment_options, #software_version, #order_table, #domain_check tbody td{
  border-bottom: 0px none !important;
  border-top: 0px none !important;
  border-color: rgb(230, 230, 230);
  margin: 0px;
  padding: 0px;
  border: 0px none;
  font: inherit;
  vertical-align: middle;
}
#order_table td {
  height: 26px;
  text-align: center;
  width:50%;
}
#server_order {
  font-size: 14px;
}
#server_order .incorrect_vps_hostname {
  position: absolute;
  margin-left: 2px;
  z-index: 1;
  margin-top: 4px;
  visibility: hidden;
}
#server_order .input_description_name {
  width: 50%;
}
#software_version label {
  width: 458px;
}
#payment_options tr {
  height: 28px;
}
.radio_button_holder_div {
	line-height:15px;
  width: 100%;
  display: table;
  text-decoration: inherit;
}
.radio_button_span_input {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
}

.zebra_rows tbody tr:nth-child(2n+1) {
  background-color: rgb(242, 242, 242);
}
.vps_serv_navigation_next_button, .hosting_navigation_next_button {
  display: block;
  padding: 0px 27px 0px 27px;
  line-height: 30px;
  height: 30px;
  float:right;
  width:95%;
  text-decoration: none;
  font-weight: 300;
  background: url("../img/icons_set.png") no-repeat scroll right -300px rgb(0, 117, 204);
  text-transform: uppercase;
  margin: 2px;
  color: rgb(255, 255, 255);
  border: none;
}
.vps_serv_navigation_previous_button, .hosting_navigation_previous_button {
  display: block;
  padding: 0px 27px 0px 27px;
  line-height: 30px;
  height: 30px;
  float:left;
  width:95%;
  text-decoration: none;
  font-weight: 300;
  background: url("../img/icons_set.png") no-repeat scroll left -370px rgb(0, 117, 204);
  text-transform: uppercase;
  margin: 2px;
  color: rgb(255, 255, 255);
  border: none;
}
.vps_serv_order_button {
  display: block;
  padding: 0px 27px 0px 10px;
  line-height: 25px;
  height: 25px;
  text-decoration: none;
  font-weight: 300;
  background: url("../img/icons_set.png") no-repeat scroll right -303px rgb(0, 117, 204);
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  border: medium none;
  text-align: center;
  font-size: 14px;
}
.btnOrder {
  display: block;
  padding: 0px 27px 0px 27px;
  line-height: 25px;
  height: 25px;
  text-decoration: none;
  font-weight: 300;
  background: url("../img/icons_set.png") no-repeat scroll right -303px rgb(0, 117, 204);
  text-transform: uppercase;
  margin: 2px;
  color: rgb(255, 255, 255);
  border: none;
  width: auto;
  text-align: center;
  font-size: 14px;
}
.vps_serv_navigation_next_button:hover, .hosting_navigation_next_button:hover {
  text-decoration: none;
  background: url("../img/icons_set.png") no-repeat scroll right -300px rgb(1, 85, 154);
  cursor: pointer;
}
.vps_serv_navigation_previous_button:hover, .hosting_navigation_previous_button:hover {
  text-decoration: none;
  background: url("../img/icons_set.png") no-repeat scroll left -370px rgb(1, 85, 154);
  cursor: pointer;
}
.vps_serv_order_button:hover, .btnOrderHosting:hover, .btnOrder:hover {
  text-decoration: none;
  background: url("../img/icons_set.png") no-repeat scroll right -303px rgb(1, 85, 154);
  cursor: pointer;
  color: rgb(255, 255, 255);
}

.vps_serv_navigation_previous_button:disabled, .hosting_navigation_previous_button:disabled {
  text-decoration: none;
  background: url("../img/icons_set.png") no-repeat scroll left -370px #8CA4C4;
  cursor: default;
}

.vps_serv_navigation_next_button:disabled, .hosting_navigation_next_button:disabled {
  text-decoration: none;
  background: url("../img/icons_set.png") no-repeat scroll right -300px #8CA4C4;
  cursor: default;
}
.domain_check_fail {
  background: #FFC890;
}
.domain_check_pass {
  background: #A3DF67;
}
#discount_notification {
  background: url("../img/icons/16x16/info.png") no-repeat scroll;
  height: 16px;
  width: 16px;
  float: right;
  margin-right: 6px;
}
.input_description_name{
  padding-right: 20px;
  height: 25px;
  text-transform: uppercase;
  color: #015AA3;
  font-size: 14px;
  text-align: right;
  width: 30%;
}
.ssl .order {
  background: url(../img/arrow_forward.png) no-repeat right center #74BA19;
}
.ssl .order:hover {
  background:url(../img/arrow_forward.png) no-repeat right center #559B01;
}

.ssl .order_blue {
  background: url('../img/icons_set.png') no-repeat scroll right -303px #0075CC;
}
.ssl .order_blue:hover {
  background: url('../img/icons_set.png') no-repeat right -303px #01559a;
}

.ssl tr td:first-child {
  padding-right: 20px;
  padding-left: 10px;
  height: 28px;
  color: #015AA3;
  font-size: 14px;
  width:240px;
}
.line_block_select_div {
  width: auto;
}
.language_select_box, .currency_select_box {
  position: absolute;
  margin-top: 40px;
  width: auto;
  background: rgb(255, 255, 255);
  background-color: rgb(240, 244, 255);
  display: none;
  border: 1px solid rgb(230, 230, 230);
  border-radius: 0;
  z-index: 10;
}
.white_border {
  border: 1px solid rgb(255, 255, 255);
  border-bottom: 1px;
}
.language_box_top_border, .currency_box_top_border, .discount_box_top_border, .cart_box_top_border {
  border: 1px solid #CCC;
  background-color: rgb(240, 244, 255);
}
.cartSuggest {
  background-color: rgb(240, 244, 255);
  display: block;
}
#tblPlanForm .CPU {
  background-color: rgb(242, 242, 242);
}
#tblPlanForm .RAM {
  background-color: rgb(255, 255, 255);
}
#tblPlanForm .HDD {
  background-color: rgb(242, 242, 242);
}
#tblPlanForm .RAID {
  background-color: rgb(255, 255, 255);
}
#tblPlanForm .Bandwidth {
  background-color: rgb(242, 242, 242);
}
#tblPlanForm .IP {
  background-color: rgb(255, 255, 255);
}
#tblPlanForm .Power {
  background-color: rgb(242, 242, 242);
}
#tblPlanForm .KVM {
  background-color: rgb(255, 255, 255);
}
#tblPlanForm .OS {
  background-color: rgb(242, 242, 242);
}
#tblPlanForm .CP {
  background-color: rgb(255, 255, 255);
}
#tblPlanForm .Software {
  background-color: rgb(242, 242, 242);
}
#tblPlanForm .AMON {
  background-color: rgb(255, 255, 255);
}
#tblPlanForm .Administrator_service {
  background-color: rgb(242, 242, 242);
}
#tblPlanForm .Setup_fee {
  background-color: rgb(255, 255, 255);
}
.radio-no-label-small {
  background: url('../img/radio_unchecked.png') left no-repeat #ffffff;
  background-size: 12px;
  background-position: 20px;
}
.radio-no-label-small-checked {
  background: url('../img/radio_checked.png') left no-repeat #ffffff;
  background-size: 12px;
  background-position: 20px;
}
.regular-radio {
  display: none;
}
.regular-radio + label {
  text-align: center;
  display: table;
  cursor: pointer;
  -webkit-appearance: none;
  background: url('../img/radio_unchecked.png') left no-repeat #fafafa;
  background-position: 15px;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
  display: table;
  margin-right: 5px;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
.hosting_last_step fieldset:first-child label {
  padding: 5px 0;
}
.regular-radio:checked + label:after {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 3px;
  background: #99a1a7;
  box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
  text-shadow: 0px;
  left: 3px;
  font-size: 32px;

}
.regular-radio:checked + label {
  text-align: center;
  display: table;
  cursor: pointer;
  background: url('../img/radio_checked.png') left no-repeat #e9ecee;
  background-position: 15px;
  color: #99a1a7;
  border: 1px solid #559B01;
  margin-right: 5px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
}
.regular-radio + label:active, .regular-radio:checked + label:active {
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.big-radio:checked + label:after {
  width: 24px;
  height: 24px;
  left: 4px;
  top: 4px;
}
.arrow_down {
  margin-left: 5px;
  margin-top: 6px;
  margin-bottom: 6px;
  float: right;
  width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid rgb(0, 117, 204);
}
.arrow_down_for_language {
  margin-left: 5px;
  margin-top: 8px;
  margin-bottom: 6px;
  float: right;
  width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid rgb(0, 117, 204);
}
.cycle_price {
  color: #5CB00A;
}
#label_radio_existing_usr, #label_radio_new_usr {
  width: 98%;
  text-align: center;
}
#label_radio_existing_usr {
  float: right;
}
#label_radio_new_usr {
  float: left;
}
.display_none {
  display: none;
}
.hosting_plan_content {
  padding-bottom: 20px;
}
.hosting_plan_content fieldset {
  width: 320px;
}
#currency_set_to {
  float: left;
  padding: 5px;
  margin-left: 10px;
  border-left: 1px solid rgb(202, 205, 207);
  padding-left: 15px;
  padding-top: 7px;
}
#line_cart_block {
  width: auto;
  border-radius: 0;
  height: 35px;
  padding-left: 10px;
  padding-top: 4px;
}
#cart_block {
  width: 972px;
  margin-left: -10px;
}
#select_cart_div {
  width: auto;
  height: 30px;
  padding-left: 15px;
}
#discount_empty_line_seperator {
  float: left;
  border-right: 1px solid rgb(202, 205, 207);
  height: 30px;
}
#discount_top_part {
  width: auto;
  float: left;
  height: 40px;
  cursor: pointer;
}
#language_set_to {
  float: left;
  padding-top: 7px;
}
.domain_price {
  height: 28px;
  text-align: center;
  vertical-align: middle;
  width: 50%;
  color: #5CB00A;
}
#check_domain_price, #domain_price_na {
  width: 100%;
}
#domain_price_na {
  padding-top: 2px;
}
#check_domain_input {
  float: left;
  width: 257px;
  text-align: left;
  font-size: 14px;
}
.login_email_field, .login_password_field , .login_username_field {
  width: 85%;
}
#provide_own_domain {
  width: 424px;
  font-size: 14px;
}
.error_label {
  vertical-align: middle;
  display: block;
  background:#ffffff url("../img/icons/16x16/icon_notification_error.png") no-repeat scroll;
  text-transform: uppercase;
  padding-left: 20px;
}
#contact_email_block .error-res {
  background:#ffffff url("../img/icons/16x16/icon_notification_error.png") no-repeat scroll;
  padding-left: 20px;
}
.success_label {
  vertical-align: middle;
  display: block;
  background: url("../img/icons/16x16/icon_notification_success.png") no-repeat scroll;
  text-transform: uppercase;
  padding-left: 20px;
}
#label_domain_register, #label_domain_own {
  width: 94%;
}
#label_domain_register, #label_domain_own .radio_button_span_input {
  padding-left: 20px;
}
.hosting_domain_check_table td {
  padding-top: 5px;
}
.hosting_last_step {
  width: 440px;
  margin-right: 40px;
}
.vps_last_step {
  width: 440px;
  margin-right: 20px;
}
.plan_customization_right_content {
  width: 380px;
  margin-right: 10px;
}
.plan_customization_left_content {
  width: 560px;
}
.forgot_password_div fieldset {
  width: 500px;
}
.login_div fieldset {
  width: 500px;
}
.login_div table .custom_textfield {
  width: 98%;
}
.forgot_password_div table .custom_textfield {
  width: 98%;
}
.login_div .btnLogin, .forgot_password {
  display: block;
  padding: 0px 26px 0px 26px;
  line-height: 25px;
  height: 25px;
  width: 100%;
  text-decoration: none;
  font-weight: 300;
  background: url("../img/icons_set.png") no-repeat scroll right -303px rgb(0, 117, 204);
  text-transform: uppercase;
  margin: 2px;
  color: rgb(255, 255, 255);
  border: none;
  cursor:pointer;
  font-size: 14px;
  text-align: center;
}
.forgot_password {
  width: auto;
}
.login_div .btnLogin:hover, .forgot_password:hover {
	background:url(../img/icons_set.png) no-repeat right -303px #01559a;
}
.forgot_password_div .btn_go_back, .btn_recover_password {
  display: block;
  padding: 0px 27px 0px 27px;
  line-height: 30px;
  height: 30px;
  width: 100%;
  text-decoration: none;
  font-weight: 300;
  background: url("../img/icons_set.png") no-repeat scroll right -300px rgb(0, 117, 204);
  text-transform: uppercase;
  margin: 2px;
  color: rgb(255, 255, 255);
  border: none;
  cursor:pointer;
  font-size: 14px;
  text-align: center;
}
.forgot_password_div .btn_go_back {
  width: auto;
  text-align: center;
}
.forgot_password_div .btn_go_back:hover, .btn_recover_password:hover {
	background:url(../img/icons_set.png) no-repeat right -300px #01559a;
}
#forgotform .error_label {
	position: absolute;
  margin-left: 282px;
  margin-top: -22px;
  background:#ffffff url("../img/icons/16x16/icon_notification_error.png") no-repeat scroll left transparent;
  background-position: 0;
  visibility: hidden;
}
#loginform .error_label {
	position: absolute;
  margin-left: 257px;
  margin-top: -22px;
  background:#ffffff url("../img/icons/16x16/icon_notification_error.png") no-repeat scroll left transparent;
  background-position: 0;
  visibility: hidden;
}
.forgot_password_div .success_label {
	position: absolute;
  margin-left: 283px;
  margin-top: -20px;
}
.text_right {
  text-align: right;
}
.green_color {
  color: #5CB00A;
}
#registration_notification {
  background-position: 10px;
  word-wrap: break-word;
  width: 100%;
  border: 1px solid;
  border-color: rgb(230, 194, 110);
  text-align: center;
}
#registration_notification p {
  margin: 5px;
  font-size: 11px;
  color: grey;
}
.registration_block_width {
  width: 100%;
}
.give_details_btn_block {
  width: 100%;
}
.domain_container {
  width: 80%;
  margin-left: 10%;
}
#domain-list {
  font-size: 14px;
  border-collapse: collapse;
}
.hosting_last_step fieldset {
  width: 440px;
}
.hosting_last_step .error_label {
  position: relative;
  margin-left: 0;
  margin-top: 0;
}
.registration_form_input_value select {
  text-align: left;
}
.radio_button_label {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
#period_selector, #serverSelect {
cursor: pointer;
}
#period_selector .period_month {
  width: 20px;
  float: none;
}
.price_dropdown_box, .serverDropdownBox {
  position: absolute;
  background: rgb(255, 255, 255);
  background-color: rgb(240, 244, 255);
  display: none;
  z-index: 10;
}
#price_dropdown, #serverDropdownVals {
  width: 100%;
  margin-top: -4px;
  padding: 5px;
  border-top: none;
}
#price_dropdown td, #serverDropdownVals td {
  border: none;
  padding: 0;
  display: block;
}
#price_dropdown span, #serverDropdownVals span {
  display: block;
  text-align: center;
}
#price_dropdown tr, #serverDropdownVals tr {
  display: block;
  cursor: pointer;
  padding-top: 5px;
  margin-left: -5px;
  margin-right: -5px;
}
#price_dropdown, #serverDropdownVals {
  height: 28px;
  padding-top: 10px;
}
.setup_fee {
  display: none;
  position: absolute;
  margin-top: -5px;
}
[class^='cycle_val_'] {
  display: none;
}
#discount_sign {
  display: inline-block;
  width: 5px;
}
.period_selector, #serverSelect {
  float: left;
  color: rgb(1, 90, 163);
}
#period_fill .arrow_down {
  float: none;
  padding: 0;
  margin: 0;
  line-height: normal;
  display: inline-block;
}
#period_fill span {
  color: rgb(1, 90, 163);
}
.gray_border {
  border: 1px solid;
  border-color: rgb(209, 209, 209);
}
.period_selector_fill, .server_selector_fill {
  background: none repeat scroll 0% 0% rgb(240, 244, 255);
}
#period_fill .period_month {
  height: 18px;
  float: none;
}
#period_fill span:first-child {
  line-height: normal;
  padding-left: 2px;
  float: none;
}
.cart-table {
  border-collapse: collapse;
}
#hosting_order_container {
  padding-left: 6%;
  padding-right: 6%;
}
#incorrect_domain table {
  font-size: 14px;
}
#reg_login_form, #new_user_login_form {
  display: none;
}
input.error {
  background-color: rgb(242, 212, 206) !important;
  border-color: rgb(174, 67, 46) !important;
}
#public_cart_content_container {
  margin-left: -10px;
  width: 972px;
}
#tblPublishCart {
  border-collapse: collapse;
}
#tblPublishCart td {
  font-size: 14px;
}
a[data-tooltip]:link, a[data-tooltip]:visited {
  position: relative;
  text-decoration: none;
  border-bottom: solid 1px;
}
a[data-tooltip]:before {
  content: "";
  position: absolute;
  border-top: 20px solid #0075CC;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  visibility: hidden;
  top: 5px;
  left: -61px;
}
a[data-tooltip]:after {
  content: attr(data-tooltip);
  position: absolute;
  color: white;
  top: -18px;
  left: -261px;
  background: #0075CC;
  padding: 5px 15px;
  width: 200px;
  visibility: hidden;
}
a[data-tooltip]:hover:before, a[data-tooltip]:hover:after {
  visibility: visible;
  -webkit-transition: visibility 0s linear .3s;
  -moz-transition: visibility 0s linear .3s;
  -o-transition: visibility 0s linear .3s;
  transition: visibility 0s linear .3s;
}
.out_of_stock {
  display: none;
  padding: 0px 27px 0px 10px;
  line-height: 25px;
  height: 25px;
  text-decoration: none;
  font-weight: 300;
  background: url("../img/icons_set.png") no-repeat scroll right -303px rgb(0, 117, 204);
  text-transform: uppercase;
  margin-top: 2px;
  color: rgb(255, 255, 255);
  border: none;
  width: 100%;
  font-size: 14px;
  text-align: center;
}
.get_qoute {
  color: #71A0C6;
  position: absolute;
  left: 24px;
  margin-top: -4px;
}
.out_of_stock:hover {
  background: url(../img/icons_set.png) no-repeat right -303px #01559a;
}
.tax_question_icon {
  position: absolute;
  width: 16px;
  height: 16px;
  background: url("../img/icons/16x16/help.png") no-repeat scroll;
  margin-top: 11px;
  cursor: pointer;
  display: none;
  z-index: 10;
  white-space: pre-line;
}
.lt_post_search {
  width: 16px;
  height: 16px;
  background: url("../img/icons/16x16/find.png") no-repeat scroll center;
  cursor: pointer;
  text-decoration: none;
  position: absolute;
  margin-left: 4px;
  display: none;
}
.in_stock_hover {
  color: gray;
  position: absolute;
  margin-top: -18px;
  display: table-cell;
  font-size: 10px;
}
.is_row {
	cursor:pointer;
}
.is_row:hover {
	color:black!important;
}
.is_row td p a {
	color:gray;
}
.language_selected {
  float: left;
  padding-top: 2px;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px solid rgb(202, 205, 207);
  color: #000000;
  font-weight: bold;
}
.language_select {
  float: left;
  padding-top: 2px;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  border-left: 1px solid rgb(202, 205, 207);
  text-decoration: none;
  color: inherit;
}
.currency_selected {
  float: left;
  padding-top: 2px;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px solid rgb(202, 205, 207);
  color: #000000;
  font-weight: bold;
}
.currency_select {
  float: left;
  padding-top: 2px;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  border-left: 1px solid rgb(202, 205, 207);
  text-decoration: none;
  color: inherit;
}
#select_language_div, #select_currency_div {
  margin-top: 6px;
}
.language_select:hover, .currency_select:hover {
  color: #000000;
}
.cart_black, .discount_black, #discount_top_part {
  color: #000000;
}
.transparent_cart {
  opacity: 0.3;
}
.cart_cursor {
  cursor: pointer;
}
.cart_preload_hover:hover {
  color: #000000;
  cursor: pointer;
}
.cart_bold_highlight {
  color: #000000;
}
.domain_add_btn {
  width: 95%;
}
.order_btn_green {
  background: url(../img/arrow_forward.png) no-repeat right center #74BA19;
  line-height: 15px;
  height: 40px;
}
.order_btn_green:hover {
	background:url(../img/arrow_forward.png) no-repeat right center #559B01;
}
.buy_btn_green, .btn_green:hover {
  background: url(../img/arrow_forward.png) no-repeat right center #74BA19;
}
.buy_btn_green:hover, .btn_green:hover {
	background:url(../img/arrow_forward.png) no-repeat right center #559B01;
}
#ask-form input[type=text]:focus, #ask-form textarea[name=message]:focus {
  background: none repeat scroll 0% 0% rgb(240, 244, 255);
}
#ask-form input[name=subject], #ask-form input[name=email] {
  width: 250px;
}
#ask-form .response {
  padding-left: 20px;
  text-transform: uppercase;
  margin-left: 20px;
}
#ask-form .response.success {
  background: #ffffff url("../img/icons/16x16/icon_notification_success.png") no-repeat scroll;
}
#ask-form .response.warning {
  background: #ffffff url("../img/icons/16x16/icon_notification_error.png") no-repeat scroll;
}
#ask-form a.order {
  display: inline-block;
}
.cycle_text_1, .pay_one_time, .pay_once, .pay_per_month {
  color: black;
}
.cycle_text_1, .cycle_text_3, .pay_one_time, .cycle_text_5 {
  float: left;
  width: 125px;
  text-decoration: inherit;
}
.cycle_text_5, .pay_total {
  font-size: 16px;
  font-weight: bold;
}
.cycle_text_3, .pay_save {
  color: rgb(178, 34, 34);
}
.cycle_text_5 {
  color: #5CB00A;
}
.custom_radio_text {
  padding-left: 25px;
  text-align: left;
}
.radio_cycle_month {
  vertical-align: middle;
  display: table-cell;
  padding-left: 50px;
  width: 60px;
  color: #000;
}
.error_notification, .success_notification {
  background-position: 10px 12px;
  background-repeat: no-repeat;
  padding: 10px 0px 10px 35px;
  margin-bottom: 5px;
  border: 1px solid;
  color: #646464;
}
.error_notification {
  background-image: url('../img/icons/16x16/icon_notification_error.png');
  background-color: #f2d4ce;
  border-color: #ae432e;
}
.success_notification {
  background-image:url('../img/icons/16x16/icon_notification_success.png');
  background-color:#d9e6c3;
  border-color:#77ab13;
}
.add_item_2nd {
  font-size: 10px;
  text-transform: none;
}
.confirm_detail_btn, .reset_detail_form_btn {
  float: right;
  width: 48%;
  height: 25px;
  display: block;
  padding: 0px 27px 0px 10px;
  line-height: 25px;
  text-decoration: none;
  font-weight: 300;
  background: url("../img/icons_set.png") no-repeat scroll right -303px rgb(0, 117, 204);
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  border: medium none;
  text-align: center;
  margin: 0;
}
.confirm_detail_btn:hover, .reset_detail_form_btn:hover {
  text-decoration: none;
  background: url("../img/icons_set.png") no-repeat scroll right -303px rgb(1, 85, 154);
  cursor: pointer;
  color: rgb(255, 255, 255);
}
.invalid_cycle {
  width: 100%;
  font-size: 14px;
  color: #b22222;
  display: table;
  text-align: center;
}
.hosting_total {
  color: #5CB00A;
  font-weight: bold;
}
#happy-hour {
  float: left;
  height: 30px;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
#happy-hour span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 35px;
  padding-right: 2px;
}
#happy-hour .happyHourTime {
  color: #b20c1a;
}
#accordion h3 {
  color: #ffffff;
  line-height: 8px;
}
#cart_block .rounded-wrapper {
  width: 975px;
}

.border-box {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.question-icon {
  background: rgba(0, 0, 0, 0) url("../img/icons/16x16/help.png") no-repeat;
  display: inline-block;
  cursor: help;
  height: 16px;
  width: 16px;
}

.tipsy {
  font-family: Verdana, Geneva, sans-serif;
}

.tipsy-inner {
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  border-radius: 0px;

  background: #0075CC;
  position: relative;
  padding: 5px 15px;
  text-align: left;
  border: none;
  color: #fff;
  top: 3px;
}

.tipsy-arrow {
  background: url('../img/tipsy_blue.gif') no-repeat top left;
}
.tipsy a {
  color: #fff;
}
.tipsy-e .tipsy-arrow, .tipsy-w .tipsy-arrow {
  background-position: bottom left;
  margin-top: 0px;
  z-index: 10;
  height: 5px;
  width: 9px;
  top: 50%;
}

.tipsy-e .tipsy-arrow {
  margin-left: -4px;
}

.tipsy-w .tipsy-arrow {
  margin-left: 0px;
}
#vatNotIncluded {
  text-align: right;
  font-size: 10px;
  height: 6px;
  color: gray;
  position: relative;
}
#vatNotIncluded span {
  position: absolute;
  margin-top: -4px;
  right: 23px;
}
.regular-checkbox {
	display: none;
}
.regular-checkbox + label {
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	display: inline-block;
	position: relative;
}
.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
.regular-checkbox:checked + label {
	background-color: #e9ecee;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}
.regular-checkbox:checked + label:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #99a1a7;
}
.small-checkbox + label {
	padding: 7px;
}
.small-checkbox:checked + label:after {
	font-size: 12px;
	left: 2px;
  top: -1px;
}
.big-checkbox + label {
	padding: 18px;
}
.big-checkbox:checked + label:after {
	font-size: 28px;
	left: 6px;
}
.ctnProffesionalHosting {
  width: 440px;
  margin-left: 25%;
}
.tblVps {
  width: 100%;
  border: 1px solid #D5D5D5;
  margin-top: 5px;
}
.tblVps thead th {
  font-size: 22px;
  text-transform: uppercase;
  padding-right: 2px;
  border-collapse: collapse;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  width: 30%;
  color: #015AA3;
}
.tblVps tbody td {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}
.tblVps thead th:nth-child(2n), .tblVps tbody td:nth-child(2n) {
  border-left: 1px solid #D5D5D5;
  border-right: 1px solid #D5D5D5;
}
.tblVps tbody tr:nth-child(2n) {
  background-color: #F2F2F2;
}
.tblVps .price {
  color: #008000;
  font-weight: bold;
}
.tblVps .buy_btn_green {
  padding: 0;
  margin-left: 25%;
  width: 50%;
}
.ctnVpsGraphs table .desc {
  color: #015AA3;
  text-align: center;
  border: 1px solid #FFFFFF;
  height: 15px;
  display: inline-block;
}
.ctnVpsGraphs .vpsgraph_1, .ctnVpsGraphs .vpsgraph_2, .ctnVpsGraphs .vpsgraph_3 {
  height: 55px;
  width: 200px;
  display: inline-block;
  position: relative;
}
.ctnVpsGraphs .vpsgraph_1 span, .ctnVpsGraphs .vpsgraph_2 span, .ctnVpsGraphs .vpsgraph_3 span {
  position: absolute;
  margin-top: -20px;
  color: #015AA3;
}
.ctnVpsGraphs .vpsgraph_1 .ram, .ctnVpsGraphs .vpsgraph_2 .ram, .ctnVpsGraphs .vpsgraph_3 .ram {
  margin-left: 17px;
  left: 0;
}
.ctnVpsGraphs .vpsgraph_1 .cpu, .ctnVpsGraphs .vpsgraph_2 .cpu, .ctnVpsGraphs .vpsgraph_3 .cpu {
  margin-left: 87px;
  left: 0;
}
.ctnVpsGraphs .vpsgraph_1 .hdd, .ctnVpsGraphs .vpsgraph_2 .hdd, .ctnVpsGraphs .vpsgraph_3 .hdd {
  margin-left: 155px;
  left: 0;
}
.ctnVpsGraphs .vpsgraph_1 {
  background: url("../img/vps/vpsgraph12cell.png") no-repeat scroll center;
}
.ctnVpsGraphs .vpsgraph_2 {
  background: url("../img/vps/vpsgraph8cell.png") no-repeat scroll center;
}
.ctnVpsGraphs .vpsgraph_3 {
  background: url("../img/vps/vpsgraph4cell.png") no-repeat scroll center;
}
.ctnVpsGraphs {
  padding-top: 20px !important;
}
#serverDropdown {
  float: left;
  position: relative;
}
#serverSelect {
  width: 135px;
  margin-left: 10px;
}
#serverDropdownVals {
  margin-left: 10px;
  margin-top: 19px;
  width: 137px;
  word-break: break-all;
}
.ctnServerIndex {
  position: relative;
}
.ctnServerIndex .ctnServer {
  width: 238px;
  disabled: table;
  border: 1px solid #CCCCCC;
  float: left;
  margin-right: 5px;
  cursor: pointer;
}
.ctnServerIndex .imgCorner:nth-child(4n) {
  margin-right: 0px;
}
.ctnServerIndex [class^='imgCorner_'] {
  height: 45px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 60px;
  z-index: 1;
}
.ctnServerIndex .imgCorner_sale {
  background: url('../img/srvSale.png') center center no-repeat;
}
.ctnServerIndex .imgCorner_pop {
  background: url('../img/srvPop.png') center center no-repeat;
}
.ctnServerIndex .imgCorner_new {
  background: url('../img/srvNew.png') center center no-repeat;
}
.ctnServerIndex .ctnTop {
  border-bottom: 1px dashed #CCCCCC;
  position: relative;
}
.ctnServerIndex .ctnMid {
  border-bottom: 1px dashed #CCCCCC;
}
.ctnServerIndex .ctnTop .ctnSrvName {
  text-align: center;
}
.ctnServerIndex .ctnTop .lblSrvName {
  font-size: 27px;
  position: relative;
  z-index: 2;
}
.ctnServerIndex .ctnTop [class^='imgSrvIcon_'] {
  height: 24px;
  display: table;
  margin-left: 5px;
  margin-top: 7px;
  position: absolute;
  width: 24px;
}
.ctnServerIndex .ctnTop .imgSrvIcon_1 {
  background: url('../img/icons/24x16/1.png') center center no-repeat;
}
.ctnServerIndex .ctnTop .imgSrvIcon_2 {
  background: url('../img/icons/24x16/2.png') center center no-repeat;
}
.ctnServerIndex .ctnTop .imgSrvIcon_3 {
  background: url('../img/icons/24x16/3.png') center center no-repeat;
}
.ctnServerIndex .ctnTop .imgSrvIcon_4 {
  background: url('../img/icons/24x16/4.png') center center no-repeat;
}
.ctnServerIndex .ctnTop .lblSrvDesc {
  font-size: 10px;
  color: #808080;
  padding-bottom: 7px;
  padding-left: 5px;
  padding-right: 5px;
}
.ctnServerIndex .ctnMid.srvOpacity {
  opacity: 0.78;
}
.ctnServerIndex .ctnMid .srvDesc {
  background: #F2F2F2;
  border-collapse: collapse;
  width: 100%;
  border-bottom: 1px dashed #CCCCCC;
}
.ctnServerIndex .ctnMid td {
  text-align: center;
  height: 22px;
}
.ctnServerIndex .ctnMid .lblDesc {
  font-size: 14px;
}
.ctnServerIndex .ctnMid .srvAddInfo {
  border-collapse: collapse;
  width: 100%;
  color: #808080;
}
.ctnServerIndex .ctnMid .srvDesc tr:first-child td,
.ctnServerIndex .ctnMid .srvAddInfo tr:first-child td {
  padding-top: 10px;
}
.ctnServerIndex .ctnMid .srvDesc tr:last-child td,
.ctnServerIndex .ctnMid .srvAddInfo tr:last-child td {
  padding-bottom: 10px;
}
.ctnServerIndex .ctnBot .srvPrice {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  padding-top: 2px;
  line-height: 40px;
}
.ctnServerIndex .ctnBot .ctnBtns {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-bottom: 2px;
  font-size: 11px;
}
.ctnServerIndex .ctnBot .ctnBtns a {
  color: #808080;
  text-decoration: none;
}
.ctnServerIndex .ctnBot .srvOrder {
  display: inline-block;
  padding-left: 8%;
  width: 84%;
  text-align: center;
}
.ctnServerIndex .ctnBot .srvMore {
  padding-right: 5px;
}
.ctnServerIndex .imgSrvYoutube {
  height: 16px;
  width: 16px;
  margin-left: 10px;
  margin-top: 11px;
  position: absolute;
  background: url("../img/icons/16x16/play.png") no-repeat scroll rgba(0, 0, 0, 0);
}
.ctnServerIndex [class^='ctnYtImages_'] {
  display: none;
}
.ctnServerIndex .ctnPreviewYoutube {
  border: 3px solid #000;
  bottom: 35px;
  height: 70px;
  position: absolute;
  width: 90px;
  display: none;
}
.ctnServerIndex .ctnPreviewYoutube img {
  width: inherit;
  height: inherit;
}
.ctnServerIndex .previewYoutubeArr {
  top: -3px;
  position: absolute;
  border-top: 13px solid #000;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  display: none;
}
[id^='imgYoutube_'] {
  width: 90px;
  height: 90px;
}
.ctnHeaderSlide {
  position: absolute;
}
.ctnHeaderSlide:last-child{
  display: none;
}
.closeYoutube {
  /* background: url(../img/icons_set.png) no-repeat -2px -681px #000; */
  background: url(../img/close.png) no-repeat 4px #000;
  height: 45px;
  left: 50%;
  margin-left: 360px;
  position: fixed;
  top: 135px;
  width: 30px;
  z-index: 10000;
  display: none;
  cursor: pointer;
  background-size: 20px;
}
#eleYoutubeFrame {
  display: none;
  height: 400px;
  left: 50%;
  margin-left: -370px;
  position: fixed;
  right: 1000px;
  top: 100px;
  width: 700px;
  z-index: 9999;
  border: 15px solid #000;
}
#ctnGetToKnow {
  float: right;
}
#ctnGetToKnow [class^='gettoknow'] {
  width: 223px;
  display: block;
  padding-right: 30px;
}
.gettoknow1 {
  background: url("../img/banners/get-to-know-remigijus.png") no-repeat;
  height: 125px;
  margin-top: -22px;
}
.gettoknow2 {
  background: url("../img/banners/get-to-know-arturas.png") no-repeat;
  height: 127px;
  margin-top: -23px;
}
.gettoknow3 {
  background: url("../img/banners/get-to-know-marius.png") no-repeat;
  height: 135px;
  margin-top: -27px;
}
.gettoknow4 {
  background: url("../img/banners/get-to-know-tomas.png") no-repeat;
  height: 118px;
  margin-top: -14px;
}
.gettoknow5 {
  background: url("../img/banners/get-to-know-saulius.png") no-repeat;
  height: 133px;
  margin-top: -30px;
}
.gettoknow6 {
  background: url("../img/banners/get-to-know-vitalijus.png") no-repeat;
  height: 126px;
  margin-top: -21px;
}
.gettoknow7 {
  background: url("../img/banners/get-to-know-ruta.png") no-repeat;
  height: 126px;
  margin-top: -21px;
}
.gettoknow8 {
  background: url("../img/banners/get-to-know-darius.png") no-repeat;
  height: 122px;
  margin-top: -18px;
}
.interviews {
  width: 223px;
  display: block;
  padding-right: 30px;
}
.remigijus-interview {
  background: url("../img/banners/get-to-know-remigijus.png") no-repeat;
  height: 125px;
  margin-top: -22px;
}
.arturas-interview {
  background: url("../img/banners/get-to-know-arturas.png") no-repeat;
  height: 127px;
  margin-top: -23px;
}
.marius-interview {
  background: url("../img/banners/get-to-know-marius.png") no-repeat;
  height: 135px;
  margin-top: -27px;
}
.tomas-interview {
  background: url("../img/banners/get-to-know-tomas.png") no-repeat;
  height: 118px;
  margin-top: -14px;
}
.saulius-interview {
  background: url("../img/banners/get-to-know-saulius.png") no-repeat;
  height: 133px;
  margin-top: -30px;
}
.vitalijus-interview {
  background: url("../img/banners/get-to-know-vitalijus.png") no-repeat;
  height: 126px;
  margin-top: -21px;
}
.ruta-interview {
  background: url("../img/banners/get-to-know-ruta.png") no-repeat;
  height: 126px;
  margin-top: -21px;
}
.darius-interview {
  background: url("../img/banners/get-to-know-darius.png") no-repeat;
  height: 122px;
  margin-top: -18px;
}
tr.strikeout {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAMSURBVBhXY2BgYAAAAAQAAVzN/2kAAAAASUVORK5CYII=');
  background-repeat: repeat-x;
  background-position: 50% 50%;
}
.cmsSpecialOffer {
  left: 500px;
  position: absolute;
  top: 303px;
  width: 115px;
  z-index: 4;
  background: url("../img/icons_set.png"), url("../img/icons/16x16/star.png");
  background-repeat: no-repeat, no-repeat;
  background-position: right -303px, center left 7px;
  background-color: #0075CC;
  text-align: right;
}
.cmsSpecialOffer:hover {
  background-color: #015AA3;
}
.header .header-video {
  margin-left: 492px;
}
.header .gradientLeft,
.header .gradientRight {
  position: absolute;
  background: red;
  height: 330px;
  width: 20px;
  top: 0;
}
.header .gradientLeft {
  left: 482px;
  background: #000000; /* Old browsers */
  background: -moz-linear-gradient(left,  #000000 0%, #02121B 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#000000), color-stop(100%,#02121B)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  #000000 0%,#02121B 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  #000000 0%,#02121B 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  #000000 0%,#02121B 100%); /* IE10+ */
  background: linear-gradient(to right,  #000000 0%,#02121B 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#02121B',GradientType=1 ); /* IE6-9 */
}
.header .gradientRight {
  left: 1474px;
  background: #02121B; /* Old browsers */
  background: -moz-linear-gradient(left,  #02121B 0%, #000000 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#02121B), color-stop(100%,#000000)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  #02121B 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  #02121B 0%,#000000 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  #02121B 0%,#000000 100%); /* IE10+ */
  background: linear-gradient(to right,  #02121B 0%,#000000 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02121B', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}
#hosting_comparison {
  display: inline-block;
}
#viewAllServers {
  position: absolute;
  top: 380px;
}
#viewAllServers a {
  text-decoration: none;
}
#viewAllServers a:hover {
  text-decoration: underline;
}
.pencil_edit {
  background: url("../img/icons/16x16/icon_table_edit.png");
  width: 16px;
  height: 16px;
  float: right;
  cursor: pointer;
}
.sepirator {
  border-left: 1px solid #ccc;
  width: 1px;
}
.srvPrice .sepirator{
  opacity: 0.6;
  display: inline-block;
  height: 30px;
  margin-top: 12px;
}
#ytplayer {
  display: inline-block;
  width: 710px;
  height: 395px;
  background: url("https://img.youtube.com/vi/9ElUJBgPQms/hqdefault.jpg") no-repeat scroll center center / cover  rgba(0, 0, 0, 0)
}
.partnershipPrice {
  color: #808080;
  float: left;
  padding-left: 20px;
  position: relative;
  width: 80px;
  font-size: 17px;
  opacity: 0.8;
}
#ctnCpuComparison .comparisonTitle {
  color: #015aa3;
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
  padding-bottom: 25px;
  text-align: center;
  display: block;
}
#invoice .invoicePaymentMethodsTitle,
#invoice .invoicePaidTitle {
  color: #015aa3;
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
  padding: 0 0 10px;
  display: block;
}
.miniCartTitle {
  font-size: large;
  font-weight: normal;
  display: block;
}
.titlespan {
  color: #015aa3;
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
  padding: 0 0 9px;
  display: block;
}
.cz_login {
  height: 39px;
  position: absolute;
  right: 0;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
.cz_login .loggedin {
  width: 130px;
}
.cz_login span:first-child {
  display: block;
  height: 32px;
  line-height: 30px;
  overflow: hidden;
  color: gray;
}
.cz_login span.loggedin {
  color: #000;
}
.cz_login.coloredbg {
  background-color: #f0f4ff;
  border: 1px solid #ccc;
}
.cz_login table {
  background-color: #f0f4ff;
  border: 1px solid #ccc;
  color: #000000;
  display: none;
  margin-right: -5px;
  padding: 10px;
  position: absolute;
  right: 4px;
  top: 39px;
  z-index: 100;
}
.cz_login td {
  padding-left: 22px;
  padding-right: 10px;
  height: 25px;
}
.cz_login td:nth-child(2) {
  text-align: right;
}
.cz_login a {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 300;
  height: 25px;
  line-height: 25px;
  margin: 2px;
  padding: 0 25px 0 10px;
  text-decoration: none;
  text-transform: uppercase;
  background: url("../img/arrow_forward.png") no-repeat scroll right center #74ba19;
  cursor: pointer;
  text-align: center;
}
.cz_login tr:last-child td {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.cz_login tr:nth-last-child(2) td {
  padding-bottom: 10px;
}
#cz_frame {
  display: none;
}
.cz_login .errmsg {
  display: none;
}
.cz_login .errmsg td {
  text-align: center;
  color: red;
}
.see-smart-servers {
  color: #fff;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 16px;
  font-weight: 300;
  height: 40px;
  line-height: 40px;
  margin-left: 275px;
  margin-top: -53px;
  padding: 0 20px 0 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 43%;
}
.cycle_colors,
.cycle_colors span,
.cycle_colors td
.cycle_colors label {
  color: #99a1a7;
}
#tblPlanForm {
  width: 95%;
}
.login_separator {
  border-right: 1px solid rgb(202, 205, 207);
  height: 30px;
  left: 8px;
  position: absolute;
  width: 1px;
}