@charset "utf-8";
/* CSS Document */

/* basic content */
body {
	color: #333333;
	
}
a{
	color: #03518A;
}
/* end basic content */

/*-----login------*/
#rpwp-login-wrapper{
	color:#FFF; 
	 
}
.rpwp-login-form-input{
	color:#666; 
	background: #FFF;
}
#rpwp-login-form-text{
	color:#FFF;
}
#rpwp-login-form-text a {
	color:#FFF;
}
.rpwp-login-form-button{
	color:#FFF; 
	 
}
/*-----end login------*/

#header_logo a{
	color:#FFF;
}
#header_phone {
	color: #FFF;
	
}

/*-----menu-----*/
#menu{
	
}
#menu ul li a{
	color: #000;
}
ul.dropdown a {
	color:#FFFFFF;
}
/* Style the link hover */
ul.dropdown li:hover a {
	color:#FFFFFF;
}
/* sub menus!!  */
 
ul.dropdown ul {
	background:#484848;
	border:1px solid #000;
}
ul.dropdown li ul {
	border-top:5px solid #000;
	border-bottom:5px solid #000;
}
ul.dropdown ul li {
	border-top:1px solid #1D1D1D;
	border-bottom:1px solid #2E2E2E;
	color:#FFF;
}
ul.dropdown li * a:hover {
/* Change color of links when hovered */
	background:#00FF00;

}
#menu ul li a:hover , #menu .current-menu-item a , #menu .current-menu-ancestor a , #menu .current-page-ancestor a, .menu-hover-class {
	color: #FFF;
	/* Box Gradient */
	background:#161616;
	background-image: linear-gradient(bottom, rgb(3,3,3) 37%, rgb(72,72,72) 69%);
	background-image: -o-linear-gradient(bottom, rgb(3,3,3) 37%, rgb(72,72,72) 69%);
	background-image: -moz-linear-gradient(bottom, rgb(3,3,3) 37%, rgb(72,72,72) 69%);
	background-image: -webkit-linear-gradient(bottom, rgb(3,3,3) 37%, rgb(72,72,72) 69%);
	background-image: -ms-linear-gradient(bottom, rgb(3,3,3) 37%, rgb(72,72,72) 69%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.37, rgb(3,3,3)),
		color-stop(0.69, rgb(72,72,72))
	);
	border: 1px solid #030303;
}
#menu ul ul.sub-menu li a {
	color:#FFF;
}
#menu ul ul.sub-menu li:hover , #menu ul ul.sub-menu li a:hover { 
	color: #FFF;
	background:#006EA6;
}
#menu ul ul.sub-menu li.current-menu-item , #menu ul ul.sub-menu li.current-menu-item a { 
	color: #FFF;
	/* Box Gradient */
	background-image: linear-gradient(bottom, rgb(3,3,3) 37%, rgb(72,72,72) 69%);
	background-image: -o-linear-gradient(bottom, rgb(3,3,3) 37%, rgb(72,72,72) 69%);
	background-image: -moz-linear-gradient(bottom, rgb(3,3,3) 37%, rgb(72,72,72) 69%);
	background-image: -webkit-linear-gradient(bottom, rgb(3,3,3) 37%, rgb(72,72,72) 69%);
	background-image: -ms-linear-gradient(bottom, rgb(3,3,3) 37%, rgb(72,72,72) 69%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.37, rgb(3,3,3)),
		color-stop(0.69, rgb(72,72,72))
	);
}
/* --- submenu -----*/
/*-----end menu-----*/

/*-----content-----*/
#content{
	background-color:#FFF;
}
.borderradius.boxshadow #content{
	/* Box Shadow */
    -moz-box-shadow: 0px 0px 6px #333; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 6px #333; /* Saf3.0+, Chrome */
    box-shadow: 0px 0px 6px #333; /* Opera 10.5, IE9, Chrome 10+ */	
}

/*----footer-----*/
#footer-full-width {
	
	border-top: 4px solid #323232;
}
#footer-full-width-bottom {
	background:#DEDEDE;
}
#footer h3 {
	color:#FFF;
}
#footer_menu ul li{
	border-bottom: 1px dashed #444444;
}
#footer_menu ul li a{
	color: #FFF;
	opacity: .60; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=60); /* IE lt 8 */
	-ms-filter: "alpha(opacity=60)"; /* IE 8 */
	-khtml-opacity: .60; /* Safari 1.x */
	-moz-opacity: .60; /* FF lt 1.5, Netscape */
}
#footer_menu ul li a:hover ,#footer_menu .current_page_item a, #footer_menu .current-menu-item a,  #footer_menu .current-menu-ancestor a,  #footer_menu .current-page-ancestor a{
	opacity: 1; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=100); /* IE lt 8 */
	-ms-filter: "alpha(opacity=100)"; /* IE 8 */
	-khtml-opacity: 1; /* Safari 1.x */
	-moz-opacity: 1; /* FF lt 1.5, Netscape */	
	
}
#footer_contacts{
	color:#FFF;
}
#footer_contacts a{
	color:#01C2E1;
}
#footer_cards{
	
}
#copyright{
	color: #000;
}
/*Template shorttags*/
.rpwp-tabs-header{
	color: #333;
	text-shadow: 1px 1px 0px #fff;
}
.rpwp-button{
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}
.rpwp-button .gloss{
	background-color: #fff;
	opacity: .15; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=15); /* IE lt 8 */
	-ms-filter: "alpha(opacity=15)"; /* IE 8 */
	-khtml-opacity: .15; /* Safari 1.x */
	-moz-opacity: .15; /* FF lt 1.5, Netscape */
}
.rpwp-button.colorize{
	/*#7e0000 - #a90000*/
	background-image: linear-gradient(bottom, #00697E 43%, #008DA9 72%);
	background-image: -o-linear-gradient(bottom, #00697E 43%, #008DA9 72%);
	background-image: -moz-linear-gradient(bottom, #00697E 43%, #008DA9 72%);
	background-image: -webkit-linear-gradient(bottom, #00697E 43%, #008DA9 72%);
	background-image: -ms-linear-gradient(bottom, #00697E 43%, #008DA9 72%);

	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.43, #00697E),
	color-stop(0.72, #008DA9)
);
	          filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#008DA9', EndColorStr='#00697E'); /* IE6–IE9 */
}
.rpwp-button.colorize:hover{
	text-decoration: none;
	background-image: linear-gradient(bottom, #002E3A 43%, #003844 72%);
	background-image: -o-linear-gradient(bottom, #002E3A 43%, #003844 72%);
	background-image: -moz-linear-gradient(bottom, #002E3A 43%, #003844 72%);
	background-image: -webkit-linear-gradient(bottom, #002E3A 43%, #003844 72%);
	background-image: -ms-linear-gradient(bottom, #002E3A 43%, #003844 72%);

	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.43, #002E3A),
	color-stop(0.72, #003844)
);
	          filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#003844', EndColorStr='#002E3A'); /* IE6–IE9 */	
}

.rpwp-button.colorize-2{
	/* ---black---- */
	/*#3F3F3F - #6E6E6E*/
	background-image: linear-gradient(bottom, #3F3F3F 19%, #6E6E6E 60%);
	background-image: -o-linear-gradient(bottom, #3F3F3F 19%, #6E6E6E 60%);
	background-image: -moz-linear-gradient(bottom, #3F3F3F 19%, #6E6E6E 60%);
	background-image: -webkit-linear-gradient(bottom, #3F3F3F 19%, #6E6E6E 60%);
	background-image: -ms-linear-gradient(bottom, #3F3F3F 19%, #6E6E6E 60%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.19, #3F3F3F),
		color-stop(0.6, #6E6E6E)
	);

	          filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6E6E6E', EndColorStr='#3F3F3F'); /* IE6–IE9 */
}
.rpwp-button.colorize-2:hover{
	text-decoration: none;
	background-image: linear-gradient(bottom, #3F3F3F 19%, #5E5E5E 60%);
	background-image: -o-linear-gradient(bottom, #3F3F3F 19%, #5E5E5E 60%);
	background-image: -moz-linear-gradient(bottom, #3F3F3F 19%, #5E5E5E 60%);
	background-image: -webkit-linear-gradient(bottom, #3F3F3F 19%, #5E5E5E 60%);
	background-image: -ms-linear-gradient(bottom, #3F3F3F 19%, #5E5E5E 60%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.19, #3F3F3F),
		color-stop(0.6, #5E5E5E)
	);

	          filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5E5E5E', EndColorStr='#3F3F3F'); /* IE6–IE9 */
}
.rpwp-button.get-started{
	background-image: linear-gradient(bottom, #B03B00 9%, #EB4E00 55%);
	background-image: -o-linear-gradient(bottom, #B03B00 9%, #EB4E00 55%);
	background-image: -moz-linear-gradient(bottom, #B03B00 9%, #EB4E00 55%);
	background-image: -webkit-linear-gradient(bottom, #B03B00 9%, #EB4E00 55%);
	background-image: -ms-linear-gradient(bottom, #B03B00 9%, #EB4E00 55%);

	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.09, #B03B00),
	color-stop(0.55, #EB4E00)
	);
	          filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#EB4E00', EndColorStr='#B03B00'); /* IE6–IE9 */
}
.rpwp-button.get-started:hover{
	background-image: linear-gradient(bottom, #9F2800 9%, #D73500 55%);
	background-image: -o-linear-gradient(bottom, #9F2800 9%, #D73500 55%);
	background-image: -moz-linear-gradient(bottom, #9F2800 9%, #D73500 55%);
	background-image: -webkit-linear-gradient(bottom, #9F2800 9%, #D73500 55%);
	background-image: -ms-linear-gradient(bottom, #9F2800 9%, #D73500 55%);

	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.09, #9F2800),
	color-stop(0.55, #D73500)
	);
	          filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#D73500', EndColorStr='#9F2800'); /* IE6–IE9 */
}
.rpwp-orderbtn .rpwp-orderbtn-strip{
	color: #000;
	text-shadow: 1px 1px 1px #fff;
	background-color: #E5E5E5;
}
.rpwp-orderbtn .rpwp-orderbtn-float span.arrow{
	background: url(images/order-btn-arrow.gif) no-repeat;
}
/*-----end buttons------*/
.borderradius.boxshadow #content_header{border:1px solid #FFF;}
#content_header h1, #content_header h2, #content_header h3{
	color: #000;
}

/*------special page------*/
/*
.header_dedicated{
	background: #F5F5F5 url("images/header_dedicated_servers-img.jpg") no-repeat top right;
}
.header_semi-dedicated{
	background: #F5F5F5 url("images/header_semi_dedicated_servers-img.jpg") no-repeat top right;
}
.header_web_hosting{
	background: #F5F5F5 url("images/header_web_hosting-img.jpg") no-repeat top right;
}
.header_vps_compare{
	background: #F5F5F5 url("images/header_vps-img.jpg") no-repeat top right;
	background-position: 660px 20px;
}
.header_vps_openvz{
	background: #F5F5F5 url("images/header_vps_openvz-img.jpg") no-repeat top right;
	background-position: 660px 0px;
}
.header_vps_kvm{
	background: #F5F5F5 url("images/header_vps_kvm-img.jpg") no-repeat top right;
	background-position: 660px 0px;
}
.header_domains{
	background: #F5F5F5 url("images/header_domains-img.jpg") no-repeat top right;
	background-position: 660px 20px;
}
*/
/*------end special page------*/
.header_dedicated,.header_semi-dedicated,.header_web_hosting,.header_vps_compare,.header_vps_openvz,.header_vps_kvm,.header_domains, .header_hepsia {
	background: #F5F5F5;
}
.header_video, .hepsia-top-video {
	border:6px solid #8D8D8D;
}
/*DOMAINSEARCH*/
#domain-tables {
	background:#EBEBEB;
	border:1px solid #D2D2D2;
}
.content_domains #rp-ds-sld-and-tld{
	border: 1px solid #ACAEAE;
	background-color: #fff;
}
.content_domains #rp-ds-tld-input,.content_domains #rp-ds-sld-input{background-color: #fff;}
.content_domains #rp-ds-tld-input{border-left: 1px solid #ACAEAE;}
.content_domains #rp-ds-tld_price_info{color: #666;}
.rp-tld-price th, .rp-tld-info th{
	color:#fff;
	
	background-image: linear-gradient(bottom, #157FB4 43%, #1073A5 72%);
	background-image: -o-linear-gradient(bottom, #157FB4 43%, #1073A5 72%);
	background-image: -moz-linear-gradient(bottom, #157FB4 43%, #1073A5 72%);
	background-image: -webkit-linear-gradient(bottom, #157FB4 43%, #1073A5 72%);
	background-image: -ms-linear-gradient(bottom, #157FB4 43%, #1073A5 72%);

	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.43, #157FB4),
	color-stop(0.72, #1073A5)
);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#1073A5', EndColorStr='#157FB4'); /* IE6–IE9 */
}
.rp-tld-price th, .rp-tld-info th{border-right: 1px solid #005A6F;}
.rp-tld-price td, .rp-tld-info td{border:1px solid #D2D2D2;}
.rp-tld-price th.rp-tld-col-last, .rp-tld-price td.rp-tld-col-last,
.rp-tld-info th.rp-tld-col-last, .rp-tld-info td.rp-tld-col-last{}
.rp-tld-price .rp-tld-row-odd td, .rp-tld-info .rp-tld-row-odd td{background-color: #F9F9F9;}
.rp-tld-price .rp-tld-row-even td,  .rp-tld-info .rp-tld-row-even td{background-color: #EFEFEF;}
.rp-tld-price .rp-tld-row-odd.rp-tld-promotional td, .rp-tld-info .rp-tld-row-odd.rp-tld-promotional td{background-color: #F3FBEF;}
.rp-tld-price .rp-tld-row-even.rp-tld-promotional td, .rp-tld-info .rp-tld-row-even.rp-tld-promotional td{background-color: #DDF4D2;}
.wrap{border:1px solid #86ADC0;}
.content_domains #tld-tabs li.active{ border: 1px solid #9BAFBA; }
.content_domains #tld-tabs li a{ color:#1A3944; text-shadow: 1px 1px 1px #fff; background-color:#DCE3E7; }
.content_domains #tld-tabs li.active a{ border: 1px solid #fff; background-color: #9BAFBA; }
/* end DOMAINSEARCH*/

/*Plan tables*/
.rp_upgrades{
	border:1px dashed #B9D0DB;
}
.rp_pr_plan{
	/*border-left: 0px;*/
	border-left: 1px dashed #D8D8D8;
}
.rp_upgrades .rp_pr_desc{
	border-right: 1px dashed #D8D8D8;
}
.rp_pr_plan_header .rp_pr_plan{
	color:#FFF;
	background:#666;
	border-style: 4px solid #fff;
}
.rp_pr_plan_header .rp_pr_plan.rp_pr_best{
	background: #115F97 url(images/blue/pr_plan_header_best.gif) top right;
	background-repeat: no-repeat;
	border-top:4px solid #d8d8d8;
	border-left:4px solid #d8d8d8;
	border-right:4px solid #d8d8d8;
}
.rp_pr_feature_header .rp_pr_desc,.rp_pr_feature_header .rp_pr_plan{
	color:#000;
	
}
.rp_upgrades .rp_pr_feature_header .rp_pr_desc,.rp_upgrades .rp_pr_feature_header .rp_pr_plan{
	background-image: none;
	background-color: #C8C8C8;
	color: #000000;
	text-shadow: none;
}
.rp_upgrades .rp_pr_feature_header .rp_pr_desc{
	border-right: 1px dashed #A1BFCE;
}
.rp_pr_feature_header .rp_pr_plan.rp_pr_best{
	border-left:4px solid #d8d8d8;
	border-right:4px solid #d8d8d8;
	background:#EBEBEB;
}
.rp_pr_feature_header .rp_pr_plan.rp_pr_after_best, .rp_pr_feature_header .rp_pr_plan{
	
}
.rp_upgrades .rp_pr_feature_header .rp_pr_plan.rp_pr_best{
	background-image: none;
	background-color: #BAD0DB;
}
.rp_upgrades .rp_pr_feature_header .rp_pr_plan.rp_pr_after_best{
	background-image: none;
	background-color: #C8C8C8;
}
.rp_pr_features.rp_pr_features_price .rp_pr_plan,
.rp_pr_features.rp_pr_features_price .rp_pr_desc{
	color: #00A8CB;
}
.rp_upgrades .rp_pr_features.rp_pr_features_price .rp_pr_desc{
	border-right-style: none;
}
.rp_upgrades .rp_pr_signup .rp_pr_desc{
	border-right-style: none;
}
.rp_pr_plan{
	background:#F7F7F7;
}
.rp_pr_features .rp_pr_plan.rp_pr_best,.rp_pr_signup .rp_pr_plan.rp_pr_best{
	background: #EBEBEB;
	border-left: 4px solid #D8D8D8;
	border-right: 4px solid #D8D8D8;
}
.rp_upgrades .rp_pr_features .rp_pr_plan.rp_pr_best,.rp_upgrades .rp_pr_signup .rp_pr_plan.rp_pr_best{
	background-image: none;
}
.rp_pr_features .rp_pr_desc{
	color: #000;
}
.rp_pr_signup .pr_rp_sing_up_button{
	color: #FFF;
	
	text-shadow: 0 0 3px #000;
}
.rp_pr_end .rp_pr_plan.rp_pr_best{/*background: url("images/pr_footer_best.gif") no-repeat scroll 0 0;*/
	border-left:4px solid #D8D8D8;
	border-bottom:4px solid #D8D8D8;
	border-right:4px solid #D8D8D8;
	background-color:#EBEBEB;
}
.pr_rp_desc_info_test{
	background-color: #FFFFD2; 
	border: 1px solid #FDB179;
	/* Box Shadow */
	-moz-box-shadow: 0px 0px 5px #616161; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 5px #616161; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 5px #616161; /* Opera 10.5, IE9, Chrome 10+ */
}
/*end Plan tables*/

/*------------home page 1---------------*/
/*-----banner 1------*/
#home-banner-1 {
	
}
h3.home-banner-title-1 {
	color:#FFF;
	-moz-text-shadow: 1px 1px 2px #000;
	-webkit-text-shadow: 1px 1px 2px #000;
	text-shadow: 1px 1px 2px #000;
}
#home-banner-1-plan-features ul li {
	color:#FFF;
	
}

/*----- banner price ------*/
.home-banner-1-price {
	color: #FFF;
	-moz-text-shadow: 1px 1px 2px #000;
	-webkit-text-shadow: 1px 1px 2px #000;
	text-shadow: 1px 1px 2px #000;
}
.home-banner-1-price .currency {
	color:#FFF;
}

/*----- banner price ------*/
#home-banner-1-video {
	border:6px solid #8D8D8D;
}
/*--------end home banner 1  ---------*/

/*-------- home page 2 ----------*/
/*-----banner 2------*/
#home-banner-2 {
	
	color: #FFF;
}
h3.home-banner-title-2 {
	color:#FFF;
	-moz-text-shadow: 1px 1px 2px #000;
	-webkit-text-shadow: 1px 1px 2px #000;
	text-shadow: 1px 1px 2px #000;
}
.play-movie-text a {
	color:#FFF;
}
.play-movie-text a:hover {
	color:#FFF;
}
.play-movie-button {
	
	background-position:0px 1px;
}
.play-movie-button a {
	color:#FFF;
}
#home-banner-2-plan-features li, #home-banner-2-plan-features-long li {
	
	background-position:0px 4px !important;
}
#home-banner-2 h4 {
	-moz-text-shadow: 1px 1px 2px #000;
	-webkit-text-shadow: 1px 1px 2px #000;
	text-shadow: 1px 1px 2px #000;
}
.home-banner-2-price {
	-moz-text-shadow: 1px 1px 2px #000;
	-webkit-text-shadow: 1px 1px 2px #000;
	text-shadow: 1px 1px 2px #000;
}
/*-------- end home banner 2 ----------*/
/*-------- home banner 3 ----------*/
#home-banner-3 {
	
}
h3.home-banner-title-3 {
	color:#FFF;
	-moz-text-shadow: 1px 1px 2px #000;
	-webkit-text-shadow: 1px 1px 2px #000;
	text-shadow: 1px 1px 2px #000;
}
#home-banner-3-plan-features ul li {
	color:#FFF;
	-moz-text-shadow: 1px 1px 2px #000;
	-webkit-text-shadow: 1px 1px 2px #000;
	text-shadow: 1px 1px 2px #000;
}
#home-banner-3-plan-features ul li span {
	color: #FFF;
}
/*----- banner price ------*/
.home-banner-3-price {
	color: #FFF;
	-moz-text-shadow: 1px 1px 2px #000;
	-webkit-text-shadow: 1px 1px 2px #000;
	text-shadow: 1px 1px 2px #000;
}
.home-banner-3-price .price-value {
	color: #FFF;
}
.home-banner-3-price .currency {
	color:#FFF;
}
.home-banner-3-price .period {
	color:#FFF;
}

/*----- banner price ------*/
/*-------- end home banner 3 ----------*/

#domain_tld {
	background:none;
	border:1px solid #FFF;
}
.domain-search-button {
	
	color:#FFF;
}
#domain_results_header {
	border:1px solid #005A6F;
	
	background-image: linear-gradient(bottom, #0D74A8 43%, #4CB6DA 72%);
	background-image: -o-linear-gradient(bottom, #0D74A8 43%, #4CB6DA 72%);
	background-image: -moz-linear-gradient(bottom, #0D74A8 43%, #4CB6DA 72%);
	background-image: -webkit-linear-gradient(bottom, #0D74A8 43%, #4CB6DA 72%);
	background-image: -ms-linear-gradient(bottom, #0D74A8 43%, #4CB6DA 72%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.43, #0D74A8),
		color-stop(0.72, #4CB6DA)
	); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4CB6DA', EndColorStr='#0D74A8'); /* IE6–IE9 */

	color:#FFF;
}
#domain_results_header_left {
	border-right:1px solid #005A6F;
}
table#domain_results_table{
	border:1px solid #D2D2D2;
}
#tld-box {
	
	color:#FFF;
}
.tld {
	color:#000;
}
#front_page_content-main h2 {
	color:#000;
}

/*------- box 1 ----------*/
#shared-box {
	
}
#shared-box-wide {
	
}
#box-title h2 {
	color:#FFF;
}
.box-sub-title {
	color:#C8C8C8;
}
#box-content ul li{
	
	background-position: 0px 6px;
}
#service-box #box-content ul li{
	
}
#box-bottom {
	
}
#box-bottom-wide {
	
}
.box-price-currency {
	color:#00A8CB
}
.box-price-value {
	color:#00A8CB
}
/*-------end box 1 ----------*/

/*-------box 2 ----------*/
#shared-box-2 {
	
}
#shared-box-wide-2 {
	
}
/*-------end box 2 ----------*/

/*-------home 3---------*/
#service-box {
	
}
#service-box div.personal-feedback {
	background:none;
}
#service-box #box-content {
	
}
#service-box #box-content div.cp-demo {
	
	background-position: 210px 10px !important;
}
/*-------home 3---------*/

/*-------tower box ----------*/
#tower-box {
	
}
#tower-box-title h2 {
	color:#FFF;
}
.tower-box-price-currency {
	color:#00A8CB
}
.tower-box-price-value {
	color:#00A8CB
}
#tower-box-bottom {
	
}
.best-plan {
	
}
/*-------end tower box ----------*/

/*------- compare box ----------*/
#compare-box-title h2 {
	color:#000;
}
#compare-box-bottom {
	
}
/*------- end compare box ----------*/

.cp-box {
	
	background-position:20px 10px !important;
}
.app-installer-box {
	
	background-position:20px 10px !important;
}
.free-designs-box {
	
	background-position:20px 10px !important;
}
.support-box {
	
	background-position:20px 10px !important;
}
.domain-box {
	
	background-position:20px 10px !important;
}

/*------- sidebars ----------*/
#sidebar {
	background:#F3F3F3;
}
#home-sidebar {
	background:#F3F3F3;
}
.sidebar-domain-search {
	
}
.sidebar-domain-search div {
	
}
.sidebar-domain-search #domain_tld {
	background:none;
	border:1px solid #FFF;
}
.sidebar-domain-search .domain-search-button {
	
	color:#FFF;
}
.sidebar-domain-table td .tld-price {
	color:#00A8CB;
}
.personal-feedback {
	
}
.sidebar-box {
	background:url(images/blue/sidebar-box-header.gif) top no-repeat;
}
.sidebar-box-header h4 {
	color:#FFF;
}
.sidebar-box-content {
	background: url(images/sidebar-box-content.gif) bottom no-repeat;
}
.line {
	border-bottom:1px solid #FFF; 
	border-top:1px solid #CCC; 
}
.line-full-width {
	border-bottom:1px solid #FFF; 
	border-top:1px solid #CCC; 
}

/*------category---------*/
#category_content-main h1 {
	color:#000;
}
#category_content-main h2 {
	color:#000;
}
/*-----Customizing the Time and Date------*/
.date-formating {
	background:#B9B9B9;
}
.month {
	color:#000;
}
.day {
	color:#000;
}
.time {
	background:#313131;
	color:#AEAEAE;
}

/*-------- OpenVZ VPS plans ----------*/
.openvz-plan-even {
	background:#EDEDED;
	border:1px solid #FFF;
}
.openvz-plan-even:hover, .openvz-plan-odd:hover {
	background:#F8F8F8;
}
.openvz-plan-odd {
	background:#DDDDDD;
	border:1px solid #FFF;
}
.openvz-plan-name {
	color:#A40200;
}
.openvz-plan-price {
	color:#A40200;
}
.openvz-price-currency {
	color:#A40200;
}
.openvz-plan-price-mo {
	color:#000;
}
ul.openvz-server-info li {
	
	background-position: 0px 4px !important;
}
/*--------end OpenVZ VPS plans ----------*/

/*---------Tabs------------*/
/* root element for domain-tabs  */
ul.domain-tabs {
    border-bottom:1px solid #005A6F;
}
/* single tab */
ul.domain-tabs li {
	border-right:1px solid #FFF;
}
/* link inside the tab. uses a background image */
ul.domain-tabs a {
	background-image: linear-gradient(bottom, #B8B3B3 43%, #FFFFFF 72%) !important;
	background-image: -o-linear-gradient(bottom, #B8B3B3 43%, #FFFFFF 72%) !important;
	background-image: -moz-linear-gradient(bottom, #B8B3B3 43%, #FFFFFF 72%) !important;
	background-image: -webkit-linear-gradient(bottom, #B8B3B3 43%, #FFFFFF 72%) !important;
	background-image: -ms-linear-gradient(bottom, #B8B3B3 43%, #FFFFFF 72%) !important;
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.43, #B8B3B3),
		color-stop(0.72, #FFFFFF)
	) !important; 
	
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#B8B3B3') !important; /* IE6–IE9 */

    color:#333 !important;
	border-right:1px solid #B8B8B8;
}
ul.domain-tabs a:active {
	/*border-left:1px solid #F00;*/
}
/* when mouse enters the tab move the background image */
ul.domain-tabs a:hover {
	background-image: linear-gradient(bottom, #0D74A8 43%, #4CB6DA 72%) !important;
	background-image: -o-linear-gradient(bottom, #0D74A8 43%, #4CB6DA 72%) !important;
	background-image: -moz-linear-gradient(bottom, #0D74A8 43%, #4CB6DA 72%) !important;
	background-image: -webkit-linear-gradient(bottom, #0D74A8 43%, #4CB6DA 72%) !important;
	background-image: -ms-linear-gradient(bottom, #0D74A8 43%, #4CB6DA 72%) !important;
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.43, #0D74A8),
		color-stop(0.72, #4CB6DA)
	) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4CB6DA', EndColorStr='#0D74A8') !important; /* IE6–IE9 */
  
	color:#fff !important;
}
/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.domain-tabs .ui-tabs-active a, ul.domain-tabs .ui-tabs-active a:hover, ul.domain-tabs .ui-tabs-active a {
	background-image: linear-gradient(bottom, #0D74A8 43%, #4CB6DA 72%) !important;
	background-image: -o-linear-gradient(bottom, #0D74A8 43%, #4CB6DA 72%) !important;
	background-image: -moz-linear-gradient(bottom, #0D74A8 43%, #4CB6DA 72%) !important;
	background-image: -webkit-linear-gradient(bottom, #0D74A8 43%, #4CB6DA 72%) !important;
	background-image: -ms-linear-gradient(bottom, #0D74A8 43%, #4CB6DA 72%) !important;
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.43, #0D74A8),
		color-stop(0.72, #4CB6DA)
	) !important; 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4CB6DA', EndColorStr='#0D74A8') !important; /* IE6–IE9 */

    color:#FFF !important;
	border-right:1px solid #013447;
	border-left:1px solid #013447;
	border-top:1px solid #013447;
}
/*---------end Tabs------------*/

/*---------DC Tabs------------*/
/* root element for domain-tabs  */
ul.dc-tabs {
    border-bottom:3px solid #202020;
}
/* single tab */
ul.dc-tabs li {
	border-right:1px solid #FFF;
}
/* link inside the tab. uses a background image */
ul.dc-tabs a {
	background-image: linear-gradient(bottom, #B8B3B3 43%, #FFFFFF 72%) !important;
	background-image: -o-linear-gradient(bottom, #B8B3B3 43%, #FFFFFF 72%) !important;
	background-image: -moz-linear-gradient(bottom, #B8B3B3 43%, #FFFFFF 72%) !important;
	background-image: -webkit-linear-gradient(bottom, #B8B3B3 43%, #FFFFFF 72%) !important;
	background-image: -ms-linear-gradient(bottom, #B8B3B3 43%, #FFFFFF 72%) !important;
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.43, #B8B3B3),
		color-stop(0.72, #FFFFFF)
	) !important; 
	
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#B8B3B3') !important; /* IE6–IE9 */

    color:#333 !important;
	border-right:1px solid #B8B8B8;
}
ul.dc-tabs a:active {
	/*border-left:1px solid #F00;*/
}
/* when mouse enters the tab move the background image */
ul.dc-tabs a:hover {
	background-image: linear-gradient(bottom, #202020 43%, #555555 72%) !important;
	background-image: -o-linear-gradient(bottom, #202020 43%, #555555 72%) !important;
	background-image: -moz-linear-gradient(bottom, #202020 43%, #555555 72%) !important;
	background-image: -webkit-linear-gradient(bottom, #202020 43%, #555555 72%) !important;
	background-image: -ms-linear-gradient(bottom, #202020 43%, #555555 72%) !important;
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.43, #202020),
		color-stop(0.72, #555555)
	) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#555555', EndColorStr='#202020') !important; /* IE6–IE9 */
  
	color:#fff !important;
}
/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.dc-tabs .ui-tabs-active a, ul.dc-tabs .ui-tabs-active a:hover, ul.dc-tabs .ui-tabs-active a {
	background-image: linear-gradient(bottom, #202020 43%, #555555 72%) !important;
	background-image: -o-linear-gradient(bottom, #202020 43%, #555555 72%) !important;
	background-image: -moz-linear-gradient(bottom, #202020 43%, #555555 72%) !important;
	background-image: -webkit-linear-gradient(bottom, #202020 43%, #555555 72%) !important;
	background-image: -ms-linear-gradient(bottom, #202020 43%, #555555 72%) !important;
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.43, #202020),
		color-stop(0.72, #555555)
	) !important; 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#555555', EndColorStr='#202020') !important; /* IE6–IE9 */

    color:#FFF !important;
	border-right:1px solid #470106;
	border-left:1px solid #470106;
	border-top:1px solid #470106;
}
/*---------end DC Tabs------------*/
#dc-plans {
	background:#F4F4F4;
	border:1px solid #D2D2D2;
}

/*------------domain page---------------*/
/*-----domain name only banner------*/
#domain-only-banner, #domain-hosting-banner {
	
}
#domain-only-banner td, #domain-hosting-banner td {
	border-bottom:1px solid #FFF;
}
#domain-only-banner h3, #domain-hosting-banner h3 {
	color:#FFF;
	-moz-text-shadow: 1px 1px 2px #000;
	-webkit-text-shadow: 1px 1px 2px #000;
	text-shadow: 1px 1px 2px #000;
}
#domain-only-banner .text, #domain-hosting-banner .text {
	color:#FFFFFF;
	-moz-text-shadow: 1px 1px 2px #000;
	-webkit-text-shadow: 1px 1px 2px #000;
	text-shadow: 1px 1px 2px #000;
}
#domain-only-banner span.currency, #domain-hosting-banner span.currency {
	color:#FFFFFF;
	-moz-text-shadow: 1px 1px 2px #000;
	-webkit-text-shadow: 1px 1px 2px #000;
	text-shadow: 1px 1px 2px #000;
}
#domain-only-banner span.price-value, #domain-hosting-banner span.price-value {
	color:#FFF;
	-moz-text-shadow: 1px 1px 2px #000;
	-webkit-text-shadow: 1px 1px 2px #000;
	text-shadow: 1px 1px 2px #000;
}
/*-----domain name only banner------*/

/*-----domain tld banner------*/
#domain-tld-banner {
	
	color:#FFF;
	-moz-text-shadow: 1px 1px 2px #000;
	-webkit-text-shadow: 1px 1px 2px #000;
	text-shadow: 1px 1px 2px #000;
}
#domain-tld-banner span.tld {
	color:#FFFFFF;
}
#domain-tld-banner span.currency {
	color:#FFFFFF;
}
#domain-tld-banner span.price-value {
	color:#FFFFFF;
}
/*-----domain tld banner------*/

/*-----domain tld banner 2------*/
#domain-tld-banner-2 {
	
	color:#FFF;
	-moz-text-shadow: 1px 1px 2px #000;
	-webkit-text-shadow: 1px 1px 2px #000;
	text-shadow: 1px 1px 2px #000;
}
#domain-tld-banner-2 span.tld {
	color:#FFFFFF;
}
#domain-tld-banner-2 span.currency {
	color:#FFFFFF;
}
#domain-tld-banner-2 span.price-value {
	color:#FFFFFF;
}
#domain-tld-banner-2 .arrow {
	

}
.or-color {
	color:#5F9DF1;
}
/*-----domain tld banner 2------*/

/*-----domain tld banner------*/
#domain-tld-banner .arrow {
	

}
/*-----domain tld banner------*/

/*------------domain page 2---------------*/
#domain-banner-1 {
	
	
}
h3.domain-banner-title-1 {
	color:#FFF;
}
#domain-content-main h4 {
	color:#FFF;
}
#domain-content-main h4 strong.tld-cont {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:32px;
}
#domain-sidebar {
	background:#F3F3F3;
}
#domain-sidebar table.tld-prices th {
	color:#FFF;

	/* ---black---- */
	/*#4E4E4E - #000000*/
	background-image: linear-gradient(bottom, #4E4E4E 19%, #000000 60%);
	background-image: -o-linear-gradient(bottom, #4E4E4E 19%, #000000 60%);
	background-image: -moz-linear-gradient(bottom, #4E4E4E 19%, #000000 60%);
	background-image: -webkit-linear-gradient(bottom, #4E4E4E 19%, #000000 60%);
	background-image: -ms-linear-gradient(bottom, #4E4E4E 19%, #000000 60%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.19, #4E4E4E),
		color-stop(0.6, #000000)
	);

	          filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#000000', EndColorStr='#4E4E4E'); /* IE6–IE9 */
}
#domain-sidebar table.tld-prices tr {
	background:#FFFFFF;
}
#domain-sidebar table.tld-prices tr td {
	border-top:1px solid #F3F3F3;
	border-bottom:1px solid #F3F3F3;
}

table.tld-prices td strong.tld {
	color:#3D3D3D;
}
.rp-tld-col-first a, .rp-tld-col-first a:link {
	color: #03518A;
}

/*------------domain page 2---------------*/

#aboutus-sidebar {
	background:#F3F3F3;
}
/*------------data center index---------------*/
#us-dc-banner {
	
	color:#FFF;
}
#dc-box {
	
}
#dc-box #box-bottom {
	
}
#us-dc-banner h3{
	color:#FFF;
}
#us-dc-banner ul li {
	color:#d7d7d7;
}
#dc-box #box-content img{
	border:1px solid #454545;
}
/*------------data center index---------------*/

/*------------ order form ---------------*/
/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #A5A5A5; background:#D7D7D7; font-weight: normal; color: #000; }

/* Component containers
----------------------------------*/
.ui-widget-header { border: 1px solid #52B5CA; background: #92D9E4; color: #FFF; font-weight: bold; line-height:15px; }
.ui-widget-header a { color: #FFF; }
.ui-widget-header span a:link { color: #000; }
.ui-widget-header.header { color:#000; }
#all_pm { height:90px; }
#PayPalDP label { height:75px; overflow:visible; padding-top:15px; }
#submit_order .ui-button {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 1px #000;
	font-size: 22px;
	padding:6px 15px 9px;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	-o-border-radius: 10px; /* Opera */
	-ms-border-radius: 10px; /* Opera */
	border-radius: 10px; /* CSS3 */
	border:0px;
	background-image: linear-gradient(bottom, #00697E 43%, #008DA9 72%);
	background-image: -o-linear-gradient(bottom, #00697E 43%, #008DA9 72%);
	background-image: -moz-linear-gradient(bottom, #00697E 43%, #008DA9 72%);
	background-image: -webkit-linear-gradient(bottom, #00697E 43%, #008DA9 72%);
	background-image: -ms-linear-gradient(bottom, #00697E 43%, #008DA9 72%);

	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.43, #00697E),
	color-stop(0.72, #008DA9)
);
	          filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#008DA9', EndColorStr='#00697E'); /* IE6–IE9 */
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
}
#submit_order .ui-button:hover {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 1px #000;
	font-size: 22px;
	padding:6px 15px 9px;
	text-decoration: none;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	-o-border-radius: 10px; /* Opera */
	-ms-border-radius: 10px; /* Opera */
	border-radius: 10px; /* CSS3 */
	border:0px;
	background-image: linear-gradient(bottom, #002E3A 43%, #003844 72%);
	background-image: -o-linear-gradient(bottom, #002E3A 43%, #003844 72%);
	background-image: -moz-linear-gradient(bottom, #002E3A 43%, #003844 72%);
	background-image: -webkit-linear-gradient(bottom, #002E3A 43%, #003844 72%);
	background-image: -ms-linear-gradient(bottom, #002E3A 43%, #003844 72%);

	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.43, #002E3A),
	color-stop(0.72, #003844)
);
	          filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#003844', EndColorStr='#002E3A'); /* IE6–IE9 */
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
}
/*------------script page---------------*/
/*-----banner 1------*/
#script-banner {
	
}
h1.script-banner-title, h3.script-banner-title {
	color:#FFF;
	-moz-text-shadow: 1px 1px 2px #000;
	-webkit-text-shadow: 1px 1px 2px #000;
	text-shadow: 1px 1px 2px #000;
}
#script-banner-plan-features ul li {
	color:#FFF;
	
}

/*----- banner price ------*/
.script-banner-price {
	color: #FFF;
	-moz-text-shadow: 1px 1px 2px #000;
	-webkit-text-shadow: 1px 1px 2px #000;
	text-shadow: 1px 1px 2px #000;
}
.script-banner-price .currency {
	color:#FFF;
}

/*----- banner price ------*/

/*--------end script banner ---------*/

#crumbs a {
	color:#01C2E1;
}

/* COLORS - Dedicated plan tables */
.dedicated-service-title{
	border-bottom: 2px solid #fff;
}
.dedicated-service-title .period-choice label > input[type="radio"]:checked + .radio-img + .dedicated-period{
	color: #03518A;
}
.dedicated-service-title .period-choice .dedicated-period{
	color: #333333;
}
.dedicated-service-title .period-choice .radio-img{
	background: #fff;
	border:3px solid #fff;
	box-shadow: 0 0 0 3px #b9b9b9;
}
.dedicated-service-title .period-choice label > input[type="radio"]:checked + .radio-img{
	background: #666;
	box-shadow: 0 0 0 3px #03518A;
}
/*Table Burst*/
.dedicated-service-title span{
	color:#961900;
}
.dedicated-service-title span.burst,
.dedicated-service-title span.burst:before,
.dedicated-service-title span.burst:after {
	background: #961900;
}
.dedicated-service-title span.burst {
	color:#fff;
}
/*END Table Burst*/
.dedicated-plan:first-child table{
	border-top: 2px solid #d8d8d8;
}
.dedicated-plan {
    background: #f7f7f7;
    border-bottom: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
}
.dedicated-plan:nth-child(even) {
    background: #ebebeb;
}
.dedicated-plan.separate-features table td.dedicated-plan-name{
	background: #888888;
	color:#fff;
}
.dedicated-plan.separate-features:nth-child(even) table td.dedicated-plan-name{
	background: #115f97;
}
.dedicated-plan.separate-features{
	box-shadow: 0 0 0 1px #d8d8d8;
}
.dedicated-plan table td.dedicated-plan-price{
	color: #03518A;
}

.the-stock-swith .show-stock:hover {
	color: #03518A;
}
.switch .stock-switch.checked {
	background-color: #03518A;
}

@media only screen and (max-width: 1024px) {

        /***** Header & Mobile Menu *****/
	#mobile-menu, #header{
                border-top:1px solid #04b5d6;
                border-bottom:1px solid #04b5d6;
		background: #0094a8 !important;
		background: -moz-linear-gradient(top,  #0094a8 0%, #018da8 1%, #008baa 2%, #0092a9 3%, #038aaa 4%, #0090a7 6%, #028fab 7%, #028fab 15%, #028daa 33%, #008ba8 34%, #0289a9 60%, #0089a6 87%, #0085a4 88%, #0085a4 96%, #0188a5 97%, #0194a6 98%, #0080a0 99%, #0081a0 100%) !important;
		background: -webkit-linear-gradient(top,  #0094a8 0%,#018da8 1%,#008baa 2%,#0092a9 3%,#038aaa 4%,#0090a7 6%,#028fab 7%,#028fab 15%,#028daa 33%,#008ba8 34%,#0289a9 60%,#0089a6 87%,#0085a4 88%,#0085a4 96%,#0188a5 97%,#0194a6 98%,#0080a0 99%,#0081a0 100%) !important;
		background: linear-gradient(to bottom,  #0094a8 0%,#018da8 1%,#008baa 2%,#0092a9 3%,#038aaa 4%,#0090a7 6%,#028fab 7%,#028fab 15%,#028daa 33%,#008ba8 34%,#0289a9 60%,#0089a6 87%,#0085a4 88%,#0085a4 96%,#0188a5 97%,#0194a6 98%,#0080a0 99%,#0081a0 100%) !important;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0094a8', endColorstr='#0081a0',GradientType=0 ) !important;
	}
        .glow{
		background: #63B3D2 !important;
    		box-shadow: 0px 0px 20px #A8D1F3, 0px 0px 30px #A8D1F3, 0px 0px 40px #A8D1F3;
        }
        #header_top{
                background:#161616 !important;
        }
        .menu-topmenu-container{
        	background:#656565 !important;
        }
        #header_logo a{
                color:#fff;
        }
        #menu-top li ul.sub-menu li.current-menu-item.current_page_item > a{
                background-color: #BA0119 !important;
                background-image: -moz-linear-gradient(#EB0324, #BA0119) !important;
                background-image: -webkit-gradient(linear, left top, left bottom, from(#EB0324), to(#BA0119)) !important;
                background-image: -webkit-linear-gradient(#EB0324, #BA0119) !important;
                background-image: -o-linear-gradient(#EB0324, #BA0119) !important;
                background-image: -ms-linear-gradient(#EB0324, #BA0119) !important;
                background-image: linear-gradient(#EB0324, #BA0119) !important;
        }
        #menu ul ul.sub-menu li.current-menu-item, #menu ul ul.sub-menu li.current-menu-item a {
                background: #006ea6 !important;
        }

        /***** Banner *****/
        #home-banner-1, #home-banner-2, #home-banner-3, #domain-banner-1, #script-banner, #domain-tld-banner, #domain-only-banner, #domain-hosting-banner{
                background: #424242 !important;
                background: -moz-linear-gradient(top,  #424242 0%, #4c4c4c 26%, #606060 46%, #828282 69%, #a5a5a5 100%) !important;
                background: -webkit-linear-gradient(top,  #424242 0%,#4c4c4c 26%,#606060 46%,#828282 69%,#a5a5a5 100%) !important;
                background: linear-gradient(to bottom,  #424242 0%,#4c4c4c 26%,#606060 46%,#828282 69%,#a5a5a5 100%) !important;
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#a5a5a5',GradientType=0 );
        }
        #home-banner-1-video {
                background:#8D8D8D;
        }

        /***** Domain Search *****/
        #home_domain_search1 #domain-search-area, #domain-search-area, #domain-banner-1 div, #domain-search-area-4{
                background: #feffff !important;
                background: -moz-linear-gradient(top,  #feffff 0%, #ffffff 48%, #f4f4f4 68%, #e9e9e9 83%, #e2e2e2 98%, #dedede 100%) !important;
                background: -webkit-linear-gradient(top,  #feffff 0%,#ffffff 48%,#f4f4f4 68%,#e9e9e9 83%,#e2e2e2 98%,#dedede 100%) !important;
                background: linear-gradient(to bottom,  #feffff 0%,#ffffff 48%,#f4f4f4 68%,#e9e9e9 83%,#e2e2e2 98%,#dedede 100%) !important;
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#dedede',GradientType=0 ) !important;
        }
        #promo-tlds-fp div#tld-box, #domain-search-area #tld-box{
                background: #fff !important;
		box-shadow: 0 0 0 1px #757272, 0 7px 7px -3px #6B6B6B;
        }
        #promo-tlds .tld-price {
		background: #09557c !important;
		background: -moz-linear-gradient(top,  #09557c 0%, #0b5f8b 2%, #0f6390 18%, #2c86b3 95%, #2c86b3 98%, #09557c 100%) !important;
		background: -webkit-linear-gradient(top,  #09557c 0%,#0b5f8b 2%,#0f6390 18%,#2c86b3 95%,#2c86b3 98%,#09557c 100%) !important;
		background: linear-gradient(to bottom,  #09557c 0%,#0b5f8b 2%,#0f6390 18%,#2c86b3 95%,#2c86b3 98%,#09557c 100%) !important;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09557c', endColorstr='#09557c',GradientType=0 ) !important;
        }

        /***** Web Hosting Boxes *****/
        #shared-box-small #box-title,
        #shared-box-large #box-title,
        #shared-box-medium #box-title,
        #service-box #box-title{
                background: #000000 !important;
                background: -moz-linear-gradient(top,  #000000 0%, #3a3a3a 2%, #333333 13%, #303030 22%, #1e1e1e 49%, #0d0d0d 51%, #0d0d0d 100%) !important;
                background: -webkit-linear-gradient(top,  #000000 0%,#3a3a3a 2%,#333333 13%,#303030 22%,#1e1e1e 49%,#0d0d0d 51%,#0d0d0d 100%) !important;
                background: linear-gradient(to bottom,  #000000 0%,#3a3a3a 2%,#333333 13%,#303030 22%,#1e1e1e 49%,#0d0d0d 51%,#0d0d0d 100%) !important;
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0d0d0d',GradientType=0 ) !important;
        }
        #tower-box-title,
        #shared-box #box-title,
        #shared-box-wide #box-title,
        #dc-box #box-title{
		background: #045aa2 !important;
		background: -moz-linear-gradient(top,  #045aa2 0%, #045b9e 6%, #035699 9%, #035897 11%, #035699 13%, #035593 15%, #034d86 33%, #034f83 35%, #034c7f 37%, #034874 48%, #012f47 50%, #02314a 54%, #012f47 56%, #02314a 57%, #012f47 59%, #02314a 61%, #02314a 67%, #012f47 69%, #02314a 72%, #012f47 74%, #02314a 76%, #02314a 81%, #012f47 83%, #02314a 85%, #012f47 87%, #02314a 89%, #02314a 96%, #012f47 98%, #02314a 100%) !important;
		background: -webkit-linear-gradient(top,  #045aa2 0%,#045b9e 6%,#035699 9%,#035897 11%,#035699 13%,#035593 15%,#034d86 33%,#034f83 35%,#034c7f 37%,#034874 48%,#012f47 50%,#02314a 54%,#012f47 56%,#02314a 57%,#012f47 59%,#02314a 61%,#02314a 67%,#012f47 69%,#02314a 72%,#012f47 74%,#02314a 76%,#02314a 81%,#012f47 83%,#02314a 85%,#012f47 87%,#02314a 89%,#02314a 96%,#012f47 98%,#02314a 100%) !important;
		background: linear-gradient(to bottom,  #045aa2 0%,#045b9e 6%,#035699 9%,#035897 11%,#035699 13%,#035593 15%,#034d86 33%,#034f83 35%,#034c7f 37%,#034874 48%,#012f47 50%,#02314a 54%,#012f47 56%,#02314a 57%,#012f47 59%,#02314a 61%,#02314a 67%,#012f47 69%,#02314a 72%,#012f47 74%,#02314a 76%,#02314a 81%,#012f47 83%,#02314a 85%,#012f47 87%,#02314a 89%,#02314a 96%,#012f47 98%,#02314a 100%) !important;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#045aa2', endColorstr='#02314a',GradientType=0 ) !important;
        }
        .article1-plan-title{
                background: #666666 !important;
                background: -moz-linear-gradient(top,  #666666 0%, #666666 83%, #616161 86%, #454545 93%, #3f3f3f 96%, #3d3d3d 100%) !important;
                background: -webkit-linear-gradient(top,  #666666 0%,#666666 83%,#616161 86%,#454545 93%,#3f3f3f 96%,#3d3d3d 100%) !important;
                background: linear-gradient(to bottom,  #666666 0%,#666666 83%,#616161 86%,#454545 93%,#3f3f3f 96%,#3d3d3d 100%) !important;
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#3d3d3d',GradientType=0 ) !important;
        }
        #compare-box-title{
                background: #d1d1d1 !important;
                background: -moz-linear-gradient(top,  #d1d1d1 0%, #ebebeb 2%, #ebebeb 100%) !important;
                background: -webkit-linear-gradient(top,  #d1d1d1 0%,#ebebeb 2%,#ebebeb 100%) !important;
                background: linear-gradient(to bottom,  #d1d1d1 0%,#ebebeb 2%,#ebebeb 100%) !important;
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#ebebeb',GradientType=0 ) !important;
        }

        #shared-box, #shared-box-wide, #service-box, #tower-box, #compare-box, #dc-box{
                background: #F9F9F9 !important;
                box-shadow:0 0 0 1px #d3d3d3;
        }

        /***** Video *****/
        .hepsia-top-video{
                background: #d8d8d8 !important;
        }

		/* COLORS - Dedicated plan tables */
		.dedicated-plan {
			border-top: 1px solid #48255d;
		}
		.dedicated-plan:not(.separate-features) table td.dedicated-plan-name{
			color:#03518A;
		}

        /***** Sidebar *****/
        .sidebar-box-header{
                background: #353535 !important;
                background: -moz-linear-gradient(top,  #353535 0%, #525252 2%, #474747 44%, #414141 56%, #383838 88%, #323232 100%) !important;
                background: -webkit-linear-gradient(top,  #353535 0%,#525252 2%,#474747 44%,#414141 56%,#383838 88%,#323232 100%) !important;
                background: linear-gradient(to bottom,  #353535 0%,#525252 2%,#474747 44%,#414141 56%,#383838 88%,#323232 100%) !important;
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353535', endColorstr='#323232',GradientType=0 ) !important;
        }

        /***** Footer *****/
        #footer-copyright{
                background:#DEDEDE !important;
        }
}

/* IMGS */
.no-webp .rp_pr_signup .pr_rp_sing_up_button{ background: url("images/pr_sign_up.jpg") repeat-x scroll 0 0; }
.webp .rp_pr_signup .pr_rp_sing_up_button{ background: url("images/pr_sign_up.webp") repeat-x scroll 0 0; }

.no-webp #header_phone { background: url(images/header_phone_icon.png) 4px 6px no-repeat; }
.webp #header_phone { background: url(images/header_phone_icon.webp) 4px 6px no-repeat; }

.no-webp #footer_cards{ background: url("images/footer_cards.png") no-repeat scroll 0 0; }
.webp #footer_cards{ background: url("images/footer_cards.webp") no-repeat scroll 0 0; }

.no-webp .play-movie-button { background: url("images/play_icon.png") no-repeat top left; }
.webp .play-movie-button { background: url("images/play_icon.webp") no-repeat top left; }

.no-webp #home-banner-2-plan-features li, .no-webp #home-banner-2-plan-features-long li, .no-webp .sidebar-domain-search div, .no-webp .sidebar-domain-search .domain-search-button { background: url(images/list-style-4.png) top left no-repeat; }
.webp #home-banner-2-plan-features li, .webp #home-banner-2-plan-features-long li, .webp .sidebar-domain-search div, .webp .sidebar-domain-search .domain-search-button { background: url(images/list-style-4.webp) top left no-repeat; }

.no-webp #domain-search-form div, .no-webp .domain-search-button { background:url(images/bg-domain-search-button.png) top left no-repeat; }
.webp #domain-search-form div, .webp .domain-search-button { background:url(images/bg-domain-search-button.webp) top left no-repeat; }

.no-webp #service-box #box-content ul li{ background:url(images/list-style-2.png) left no-repeat; }
.webp #service-box #box-content ul li{ background:url(images/list-style-2.webp) left no-repeat; }

.no-webp #service-box #box-content div.cp-demo { background:url(images/cp-demo.png) top right no-repeat; }
.webp #service-box #box-content div.cp-demo { background:url(images/cp-demo.webp) top right no-repeat; }

.no-webp .best-plan { background:url(images/best-plan.png) top left no-repeat; }
.webp .best-plan { background:url(images/best-plan.webp) top left no-repeat; }

.no-webp ul.openvz-server-info li { background:url(images/list-style-3.png) top left no-repeat; }
.webp ul.openvz-server-info li { background:url(images/list-style-3.webp) top left no-repeat; }

.no-webp #dc-box #box-bottom { background:url(images/dc-box-bottom.png) bottom left no-repeat; }
.webp #dc-box #box-bottom { background:url(images/dc-box-bottom.webp) bottom left no-repeat; }

.no-webp #tld-box { background: url(images/blue/bg-tld-promo.png) top left no-repeat; }
.webp #tld-box { background: url(images/blue/bg-tld-promo.webp) top left no-repeat; }

.no-webp #shared-box { background:url(images/blue/shared-box.png) top left no-repeat; }
.webp #shared-box { background:url(images/blue/shared-box.webp) top left no-repeat; }

.no-webp #shared-box-wide { background:url(images/blue/shared-box-wide.png) top left no-repeat; }
.webp #shared-box-wide { background:url(images/blue/shared-box-wide.webp) top left no-repeat; }

.no-webp #shared-box-2 { background:url(images/blue/shared-box-02.png) top left no-repeat; }
.webp #shared-box-2 { background:url(images/blue/shared-box-02.webp) top left no-repeat; }

.no-webp #shared-box-wide-2 { background:url(images/blue/shared-box-wide-02.png) top left no-repeat; }
.webp #shared-box-wide-2 { background:url(images/blue/shared-box-wide-02.webp) top left no-repeat; }

.no-webp #service-box { background:url(images/blue/services-box.png) top left no-repeat; }
.webp #service-box { background:url(images/blue/services-box.webp) top left no-repeat; }

.no-webp #service-box #box-content { background:url(images/blue/services-box-bottom.png) bottom left no-repeat; }
.webp #service-box #box-content { background:url(images/blue/services-box-bottom.webp) bottom left no-repeat; }

.no-webp #tower-box { background:url(images/blue/tower-box.png) top left no-repeat; }
.webp #tower-box { background:url(images/blue/tower-box.webp) top left no-repeat; }

.no-webp #compare-box { background:url(images/blue/compare-box.png) top left no-repeat; }
.webp #compare-box { background:url(images/blue/compare-box.webp) top left no-repeat; }

.no-webp #domain-tld-banner .arrow, .no-webp #domain-tld-banner-2 .arrow { background:url(images/blue/hand-paint-arrow.png) center no-repeat; }
.webp #domain-tld-banner .arrow, .webp #domain-tld-banner-2 .arrow { background:url(images/blue/hand-paint-arrow.webp) center no-repeat; }

.no-webp #dc-box { background:url(images/blue/dc-box.png) top left no-repeat; }
.webp #dc-box { background:url(images/blue/dc-box.webp) top left no-repeat; }

.no-webp #box-content ul li{ background:url(images/list-style-2.png) top left no-repeat; }
.webp #box-content ul li{ background:url(images/list-style-2.webp) top left no-repeat; }

.no-webp #box-bottom { background:url(images/box-bottom.png) bottom left no-repeat; }
.webp #box-bottom { background:url(images/box-bottom.webp) bottom left no-repeat; }

.no-webp #box-bottom-wide { background:url(images/box-bottom-wide.png) bottom left no-repeat; }
.webp #box-bottom-wide { background:url(images/box-bottom-wide.webp) bottom left no-repeat; }

.no-webp .personal-feedback { background:url(images/bg-testimonial.png) bottom left no-repeat; }
.webp .personal-feedback { background:url(images/bg-testimonial.webp) bottom left no-repeat; }

.no-webp #script-banner-plan-features ul li, .no-webp #home-banner-1-plan-features ul li { background:url(images/list-style-1.png) left no-repeat; }
.webp #script-banner-plan-features ul li, .webp #home-banner-1-plan-features ul li { background:url(images/list-style-1.webp) left no-repeat; }

.no-webp #domain-search-form div { background:url(images/bg-domain-search-form.png) top left no-repeat; }
.webp #domain-search-form div { background:url(images/bg-domain-search-form.webp) top left no-repeat; }

.no-webp .sidebar-domain-search div { background:url(images/bg-domain-search-form-sidebar.png) top left no-repeat; }
.webp .sidebar-domain-search div { background:url(images/bg-domain-search-form-sidebar.webp) top left no-repeat; }

.no-webp body { background: #C4C4C4 url("images/blue/bg.jpg") top repeat-x; }
.webp body { background: #C4C4C4 url("images/blue/bg.webp") top repeat-x; }

.no-webp #footer-full-width { background:#333333 url(images/blue/bg-footer.png) repeat-x top left; }
.webp #footer-full-width { background:#333333 url(images/blue/bg-footer.webp) repeat-x top left; }

.no-webp #script-banner, .no-webp #domain-tld-banner-2, .no-webp #domain-tld-banner, .no-webp #domain-only-banner, .no-webp #domain-hosting-banner { background: url("images/bg-banner.png") no-repeat top left; }
.webp #script-banner, .webp #domain-tld-banner-2, .webp #domain-tld-banner, .webp #domain-only-banner, .webp #domain-hosting-banner { background: url("images/bg-banner.webp") no-repeat top left; }

.no-webp #us-dc-banner { background: url("images/bg-us-dc-banner.png") no-repeat top left; }
.webp #us-dc-banner { background: url("images/bg-us-dc-banner.webp") no-repeat top left; }

.no-webp #domain-banner-1 { background:url(images/bg-domain-search-banner.png); }
.webp #domain-banner-1 { background:url(images/bg-domain-search-banner.webp); }

.no-webp #menu{ background: url("images/bg-menu.png") no-repeat left top; }
.webp #menu{ background: url("images/bg-menu.webp") no-repeat left top; }

.no-webp #home-banner-1 { background: url("images/bg-banner.png") no-repeat top left; }
.webp #home-banner-1 { background: url("images/bg-banner.webp") no-repeat top left; }

.no-webp #rpwp-login-wrapper{ background: url(images/header_login_icon.png) left no-repeat; }
.webp #rpwp-login-wrapper{ background: url(images/header_login_icon.webp) left no-repeat; }

.no-webp .rpwp-login-form-button{ background-image: url(images/login-button.jpg); }
.webp .rpwp-login-form-button{ background-image: url(images/login-button.webp); }

.no-webp .rp_pr_feature_header .rp_pr_desc, .no-webp .rp_pr_feature_header .rp_pr_plan{ background: url("images/pr_features_header.jpg") repeat-x top; }
.webp .rp_pr_feature_header .rp_pr_desc, .webp .rp_pr_feature_header .rp_pr_plan:not(.rp_pr_best){ background: url("images/pr_features_header.webp") repeat-x top; }

.no-webp .rp_pr_feature_header .rp_pr_plan.rp_pr_after_best, .no-webp .rp_pr_feature_header .rp_pr_plan{ background:#F7F7F7 url("images/pr_features_header.jpg") repeat-x top; }
.webp .rp_pr_feature_header .rp_pr_plan.rp_pr_after_best, .webp .rp_pr_feature_header .rp_pr_plan:not(.rp_pr_best){ background:#F7F7F7 url("images/pr_features_header.webp") repeat-x top; }

.no-webp .cp-box { background: url(images/ico-cp.jpg) left no-repeat; }
.webp .cp-box { background: url(images/ico-cp.webp) left no-repeat; }

.no-webp .app-installer-box { background: url(images/ico-app-installer-img.png) left no-repeat; }
.webp .app-installer-box { background: url(images/ico-app-installer-img.webp) left no-repeat; }

.no-webp .free-designs-box { background: url(images/ico-free-designs.jpg) left no-repeat; }
.webp .free-designs-box { background: url(images/ico-free-designs.webp) left no-repeat; }

.no-webp .free-designs-box { background: url(images/ico-free-designs.jpg) left no-repeat; }
.webp .free-designs-box { background: url(images/ico-free-designs.webp) left no-repeat; }

.no-webp .support-box { background: url(images/ico-support.jpg) left no-repeat; }
.webp .support-box { background: url(images/ico-support.webp) left no-repeat; }

.no-webp .domain-box { background: url(images/ico-domain-feature.jpg) left no-repeat; }
.webp .domain-box { background: url(images/ico-domain-feature.webp) left no-repeat; }

.no-webp .sidebar-domain-search { background:#FFF url(images/bg-sidebar-domain-search.png) bottom left repeat-x; }
.webp .sidebar-domain-search { background:#FFF url(images/bg-sidebar-domain-search.webp) bottom left repeat-x; }

.no-webp #compare-box-bottom, .no-webp #tower-box-bottom { background:url(images/tower-box-bottom.png) bottom left no-repeat; }
.webp #compare-box-bottom, .webp #tower-box-bottom { background:url(images/tower-box-bottom.webp) bottom left no-repeat; }

.no-webp #home-banner-3 { background:url(images/banner-woman.png) top right no-repeat; }
.webp #home-banner-3 { background:url(images/banner-woman.webp) top right no-repeat; }

.no-webp #domain-search-area, .no-webp #domain-search-area-4 { background:url(images/bg-domain-search.png) repeat-x; }
.webp #domain-search-area, .webp #domain-search-area-4 { background:url(images/bg-domain-search.webp) repeat-x; }

.no-webp #home-banner-2 { background: url("images/bg-banner-2.png") no-repeat top left; }
.webp #home-banner-2 { background: url("images/bg-banner-2.webp") no-repeat top left; }
