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

/* basic content */
html {
	background: #EBEBEB url("images/red/bg-html.png") top repeat-x;
}
body, body.home.page {
	color: #333333;
	background: url("images/red/bg-page.jpg") top repeat-x;
}
body.page, body.single, body.category, body.archive, body.search, body.error404 {
	background: #EBEBEB url("images/red/bg-page.jpg") top repeat-x;
}
body.home.home2 {
	background: #EBEBEB url("images/red/bg-page.jpg") top repeat-x;
}
a{
	color: #A72B00;
}
/* end basic content */

/*-----login------*/
#rpwp-login-wrapper{
	color:#FFF; 
}
#rpwp-login-form-text{
	color:#FFF;
}
#rpwp-login-form-text a {
	color:#FFF;
}
.rpwp-login-form-input {
	background: #FFF url(images/ico-pass.png) left no-repeat;
	background-position:3px;
	border:1px solid #FFF;
	color:#A9A9A9; 
}
.rpwp-login-form-input.first-child {
	background: #FFF url(images/ico-user.png) left no-repeat;
	background-position:3px;
}

.rpwp-login-form-button{
	color:#FFF; 
	background-image: url(images/red/login-button.png); 
}
/*-----end login------*/

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

/*-----menu-----*/
#menu-top li {
}
#menu-top a {
	color: #000;
}
#menu-top li:hover > a, #menu-top li.current_page_item > a, #menu-top li.current_page_parent > a {
	color: #FFF;
	background:#090909;
}
#menu-top li ul.sub-menu li a {
	color:#FFF;
}
#menu-top li ul.sub-menu li.current-menu-item.current_page_item > a {
	background-color: #090909;
	background-image: -moz-linear-gradient(#3E3E3F, #090909);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3E3E3F), to(#090909));
	background-image: -webkit-linear-gradient(#3E3E3F, #090909);
	background-image: -o-linear-gradient(#3E3E3F, #090909);
	background-image: -ms-linear-gradient(#3E3E3F, #090909);
	background-image: linear-gradient(#3E3E3F, #090909);
}
*html #menu-top li a:hover { /* IE6 only */
	color: #fafafa;
	background:#FF0;
}
#menu-top ul {
	background: #444;
	background: -moz-linear-gradient(#444, #111);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
	background: -webkit-linear-gradient(#444, #111);
	background: -o-linear-gradient(#444, #111);
	background: -ms-linear-gradient(#444, #111);
	background: linear-gradient(#444, #111);
	-moz-box-shadow: 0 -1px rgba(255, 255, 255, .3);
	-webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, .3);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, .3);
}
#menu-top ul ul {
	-moz-box-shadow: -1px 0 0 rgba(255, 255, 255, .3);
	-webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, .3);
	box-shadow: -1px 0 0 rgba(255, 255, 255, .3);
}
#menu-top ul li {
	-moz-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
	-webkit-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
	box-shadow: 0 1px 0 #111, 0 2px 0 #666;
}
#menu-top ul a:hover {
	background-color: #BA0119;
	background-image: -moz-linear-gradient(#EB0324, #BA0119);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#EB0324), to(#BA0119));
	background-image: -webkit-linear-gradient(#EB0324, #BA0119);
	background-image: -o-linear-gradient(#EB0324, #BA0119);
	background-image: -ms-linear-gradient(#EB0324, #BA0119);
	background-image: linear-gradient(#EB0324, #BA0119);
}
#menu-top ul li:first-child > a:after {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #444;
}
#menu-top ul ul li:first-child a:after {
	left: -6px;
	top: 50%;
	margin-top: -6px;
	border-left: 0;
}
#menu-top ul li:first-child a:hover:after {
	border-bottom-color: #EB0324;
}
#menu-top ul ul li:first-child a:hover:after {
	border-right-color: #0299d3;
	border-bottom-color: transparent;
}
/*-----end menu-----*/

/*-----content-----*/
#content{
}

/*----footer-----*/
#footer-full-width {
	background:#454545 url(images/red/bg-footer.png) repeat-x top left;
}
#footer-full-width-bottom {
	background:#1F1F1F;
	border-top:1px solid #000000;
}
#footer {
	background:url(images/footer-shadow.png) no-repeat center top;
	height:30px;
}
#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:#F34761;
}
#footer_cards{
	background: url("images/footer_cards.png") no-repeat scroll 0 0;
}
#copyright{
	color: #FFF;
}
/*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{
}

.rpwp-button.colorize, .rpwp-button.colorize-2, .get-started {
	-moz-box-shadow: 3px 3px 4px #9E9E9E;
	-webkit-box-shadow: 3px 3px 4px #9E9E9E;
	box-shadow: 3px 3px 4px #9E9E9E;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#9E9E9E')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#9E9E9E');
}
.rpwp-button.colorize{
	/*#9F100F - #D80E2C*/
	background-image: linear-gradient(bottom, #9F100F 43%, #D80E2C 72%);
	background-image: -o-linear-gradient(bottom, #9F100F 43%, #D80E2C 72%);
	background-image: -moz-linear-gradient(bottom, #9F100F 43%, #D80E2C 72%);
	background-image: -webkit-linear-gradient(bottom, #9F100F 43%, #D80E2C 72%);
	background-image: -ms-linear-gradient(bottom, #9F100F 43%, #D80E2C 72%);

	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.43, #9F100F),
	color-stop(0.72, #D80E2C)
);
	          filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#D80E2C', EndColorStr='#9F100F'); /* IE6–IE9 */
}
.rpwp-button.colorize:hover{
	text-decoration: none;
	background-image: linear-gradient(bottom, #712A00 43%, #C60002 72%);
	background-image: -o-linear-gradient(bottom, #712A00 43%, #C60002 72%);
	background-image: -moz-linear-gradient(bottom, #712A00 43%, #C60002 72%);
	background-image: -webkit-linear-gradient(bottom, #712A00 43%, #C60002 72%);
	background-image: -ms-linear-gradient(bottom, #712A00 43%, #C60002 72%);

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

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

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

	          filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#080808', EndColorStr='#1F1F1F'); /* 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{ }
#content_header h1, #content_header h2, #content_header h3{
	color: #000;
}

/*------special page------*/
/*
.header_dedicated{
	background: #E0E0E0 url("images/red/header_dedicated_servers.png") no-repeat top right;
}
.header_semi-dedicated{
	background: #E0E0E0 url("images/red/header_semi_dedicated_servers.png") no-repeat top right;
}
.header_web_hosting{
	background: #E0E0E0 url("images/red/header_web_hosting.png") no-repeat top right;
}
.header_vps_compare{
	background: #E0E0E0 url("images/red/header_vps.png") no-repeat top right;
	background-position: 660px 20px;
}
.header_vps_openvz{
	background: #E0E0E0 url("images/red/header_vps_openvz.png") no-repeat top right;
	background-position: 660px 0px;
}
.header_vps_kvm{
	background: #E0E0E0 url("images/red/header_vps_kvm.png") no-repeat top right;
	background-position: 660px 0px;
}
.header_domains{
	background: #E0E0E0 url("images/red/header_domains.png") 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: #E0E0E0;
}
.header_video, .hepsia-top-video {
	border:6px solid #F66;
}
/*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, #373737 43%, #202020 72%);
	background-image: -o-linear-gradient(bottom, #373737 43%, #202020 72%);
	background-image: -moz-linear-gradient(bottom, #373737 43%, #202020 72%);
	background-image: -webkit-linear-gradient(bottom, #373737 43%, #202020 72%);
	background-image: -ms-linear-gradient(bottom, #373737 43%, #202020 72%);

	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.43, #373737),
	color-stop(0.72, #202020)
);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#202020', EndColorStr='#373737'); /* IE6–IE9 */
}
.rp-tld-price th, .rp-tld-info th{border-right: 1px solid #4D4D4D;}
.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_presentation {
	border:9px solid #FFF;
	background: #FFF;
}
.rp_upgrades{
}
.rp_pr_plan_header .rp_pr_plan {
	/*border-left: 0px;*/
	border-left:2px solid #FFF;
}
.rp_pr_plan, .rp_pr_end .rp_pr_plan{
	/*border-left: 0px;*/
	border-left:2px solid #E3E3E3;
}
.rp_upgrades .rp_pr_desc{
	border-right: 1px dashed #A19FB5;
}
.rp_pr_plan_header .rp_pr_plan{
	color:#1A2022;
	background:#EAC9C3;
	border-style: 4px solid #fff;
}
.rp_pr_plan_header .rp_pr_plan.rp_pr_best{
	background: #FFD443;
	background-repeat: no-repeat;
	border-left:2px solid #FFF;
	border-right:2px solid #FFF;
	color:#000;
}
.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{
	background-color: #F5F5F5;
}
.rp_upgrades .rp_pr_feature_header .rp_pr_plan{
	background-image: none;
	background-color: #EAC9C3;
	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:2px solid #E3E3E3;
	border-right:2px solid #E3E3E3;
	background:#FDF7E2;
}
.rp_pr_feature_header .rp_pr_plan.rp_pr_after_best, .rp_pr_feature_header .rp_pr_plan{
	background:#FFFFFF;
}
.rp_upgrades .rp_pr_feature_header .rp_pr_plan.rp_pr_best{
	background-image: none;
	background-color: #FFD443;
}
.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:#A72B00;
	background:#FFF;
}
.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_signup .rp_pr_plan.first-plan, .rp_pr_signup .rp_pr_plan {
	background:#F5F5F5;

}
.rp_pr_plan{
	background:#FFFFFF;
}
.rp_pr_features .rp_pr_plan.rp_pr_best{
	background: #FDF7E2;
	border-left:2px solid #E3E3E3;
	border-right:2px solid #E3E3E3;
}
.rp_pr_signup .rp_pr_plan.rp_pr_best {
	background:#F5F5F5;
	border-left:2px solid #E3E3E3;
	border-right:2px solid #E3E3E3;
}
.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;
	background: url("images/pr_sign_up.jpg") repeat-x scroll 0 0;
	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:2px solid #E3E3E3;
	border-right:2px solid #E3E3E3;
	border-bottom:1px solid #A19FB5;
	background-color:#FDF7E2;
}
.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 {
	background:url(images/bg-home-banner-1.png) top right no-repeat;
	background-position: 530px -30px;
}
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;
	background:url(images/red/list-style-1.png) left no-repeat;
}

/*----- 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 {
}
/*--------end home banner 1  ---------*/

/*-------- home page 2 ----------*/
/*-----banner 2------*/
#home-banner-2 {
	background: url("images/red/bg-banner-2.png") no-repeat top left;
	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: url("images/play_icon.png") no-repeat top left;
	background-position:0px 1px;
}
.play-movie-button a {
	color:#FFF;
}
#home-banner-2-plan-features li, #home-banner-2-plan-features-long li {
	background: url(images/list-style-4.png) top left no-repeat;
	background-position:0px 4px;
}
#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 {
	background:url(images/server-01.png) top right no-repeat;
	background-position: 645px 0px;
}
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-search-area{
	background:url(images/bg-domain-search.png) top left repeat-x;
}
#domain-search-area-4 {
	background:url(images/bg-domain-search.png) top left repeat-x;
}
#domain-search-area-4 #promo-tlds {
	color:#FFF;
}
#domain-search-form div {
	background:url(images/bg-domain-search-form.png) top left no-repeat;
}
#domain-search-form h3 {
	color:#FFF;
}
#domain_tld {
	background:none;
	border:1px solid #FFF;
}
.domain-search-button {
	background:url(images/bg-domain-search-button.png) top left no-repeat;
	color:#FFF;
}
#domain_results_header {
	border:1px solid #4D4D4D;
	
	background-image: linear-gradient(bottom, #396A2D 43%, #4D4D4D 72%);
	background-image: -o-linear-gradient(bottom, #396A2D 43%, #4D4D4D 72%);
	background-image: -moz-linear-gradient(bottom, #396A2D 43%, #4D4D4D 72%);
	background-image: -webkit-linear-gradient(bottom, #396A2D 43%, #4D4D4D 72%);
	background-image: -ms-linear-gradient(bottom, #396A2D 43%, #4D4D4D 72%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.43, #396A2D),
		color-stop(0.72, #4D4D4D)
	); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4D4D4D', EndColorStr='#396A2D'); /* IE6–IE9 */

	color:#FFF;
}
#domain_results_header_left {
	border-right:1px solid #4D4D4D;
}
table#domain_results_table{
	border:1px solid #D2D2D2;
}
#tld-box {
	background: url(images/red/bg-tld-promo.png) top left no-repeat;
	color:#813F01;
}
.tld {
	color:#000;
}
#front_page_content-main h2 {
	color:#000;
}

/*------- box 1 ----------*/
#shared-box {
	background:url(images/red/shared-box.png) top left no-repeat;
}
#shared-box-wide {
	background:url(images/red/shared-box-wide.png) top left no-repeat;
}
#shared-box #box-title h2 {
	color:#000;
}
.box-sub-title {
	color:#000;
}
#box-content ul li{
	background:url(images/list-style-2.png) top left no-repeat;
	background-position: 0px 6px;
}
#service-box #box-content ul li{
	background:url(images/list-style-2.png) left no-repeat;
}
#box-bottom {
	background:url(images/red/box-bottom.png) bottom left no-repeat;
}
#box-bottom-wide {
	background:url(images/red/box-bottom-wide.png) bottom left no-repeat;
}
.box-price-currency {
	color:#A72B00;
}
.box-price-value {
	color:#A72B00;
}
/*-------end box 1 ----------*/

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

/*-------home 3---------*/
#service-box {
	background:url(images/red/services-box.png) top left no-repeat;
}
#service-box div.personal-feedback {
	background:none;
}
#service-box #box-content {
	background:url(images/red/services-box-bottom.png) bottom left no-repeat;
}
#service-box #box-content div.cp-demo {
	background:url(images/cp-demo.png) top right no-repeat;
	background-position: 210px 10px;
}
#service-box #box-title h2 {
	color:#000;
}

/*-------home 3---------*/

/*-------tower box ----------*/
#tower-box {
	background:url(images/red/tower-box.png) top left no-repeat;
}
#tower-box-title h2 {
	color:#000;
}
.tower-box-price-currency {
	color:#A72B00;
}
.tower-box-price-value {
	color:#A72B00;
}
#tower-box-bottom {
	background:url(images/red/tower-box-bottom.png) bottom left no-repeat;
}
.best-plan {
	background:url(images/best-plan.png) top left no-repeat;
}
/*-------end tower box ----------*/

/*------- compare box ----------*/
#compare-box {
	background:url(images/red/compare-box.png) top left no-repeat;
}
#compare-box-title h2 {
	color:#000;
}
#compare-box-bottom {
	background:url(images/red/tower-box-bottom.png) bottom left no-repeat;
}
/*------- end compare box ----------*/

.cp-box {
	background: url(images/ico-cp.png) left no-repeat;
	background-position:20px 10px;
}
.app-installer-box {
	background: url(images/ico-app-installer.png) left no-repeat;
	background-position:20px 10px;
}
.free-designs-box {
	background: url(images/ico-free-designs.png) left no-repeat;
	background-position:20px 10px;
}
.support-box {
	background: url(images/ico-support.png) left no-repeat;
	background-position:20px 10px;
}
.domain-box {
	background: url(images/ico-domain-feature.png) left no-repeat;
	background-position:20px 10px;
}

/*------- sidebars ----------*/
#sidebar {
	background:#E0E0E0;
}
#searchsubmit {
	/*#9F100F - #D80E2C*/
	background-image: linear-gradient(bottom, #9F100F 43%, #D80E2C 72%);
	background-image: -o-linear-gradient(bottom, #9F100F 43%, #D80E2C 72%);
	background-image: -moz-linear-gradient(bottom, #9F100F 43%, #D80E2C 72%);
	background-image: -webkit-linear-gradient(bottom, #9F100F 43%, #D80E2C 72%);
	background-image: -ms-linear-gradient(bottom, #9F100F 43%, #D80E2C 72%);

	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.43, #9F100F),
	color-stop(0.72, #D80E2C)
);
	          filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#D80E2C', EndColorStr='#9F100F'); /* IE6–IE9 */
}
#searchsubmit:hover {
	text-decoration: none;
	background-image: linear-gradient(bottom, #712A00 43%, #C60002 72%);
	background-image: -o-linear-gradient(bottom, #712A00 43%, #C60002 72%);
	background-image: -moz-linear-gradient(bottom, #712A00 43%, #C60002 72%);
	background-image: -webkit-linear-gradient(bottom, #712A00 43%, #C60002 72%);
	background-image: -ms-linear-gradient(bottom, #712A00 43%, #C60002 72%);

	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.43, #712A00),
	color-stop(0.72, #C60002)
);
	          filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#C60002', EndColorStr='#712A00'); /* IE6–IE9 */	
}
#home-sidebar {
	background:#E0E0E0;
}
.sidebar-domain-search {
	background:#EEE6C6;
}
.sidebar-domain-search div {
	background:url(images/bg-domain-search-form-sidebar.png) top left no-repeat;
}
.sidebar-domain-search #domain_tld {
	background:none;
	border:1px solid #FFF;
}
.sidebar-domain-search .domain-search-button {
	background:url(images/bg-domain-search-button.png) top left no-repeat;
	color:#FFF;
}
.sidebar-domain-table td .tld-price {
	color:#A72B00;
}
.personal-feedback {
	background:url(images/bg-testimonial.png) bottom left no-repeat;
}
.sidebar-box {
	background:url(images/red/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:url(images/list-style-3.png) top left no-repeat;
	background-position: 0px 4px;
}
/*--------end OpenVZ VPS plans ----------*/

/*---------Tabs------------*/
/* root element for domain-tabs  */
ul.domain-tabs {
    border-bottom:1px solid #4D4D4D;
}
/* 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%);
	background-image: -o-linear-gradient(bottom, #B8B3B3 43%, #FFFFFF 72%);
	background-image: -moz-linear-gradient(bottom, #B8B3B3 43%, #FFFFFF 72%);
	background-image: -webkit-linear-gradient(bottom, #B8B3B3 43%, #FFFFFF 72%);
	background-image: -ms-linear-gradient(bottom, #B8B3B3 43%, #FFFFFF 72%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.43, #B8B3B3),
		color-stop(0.72, #FFFFFF)
	); 
	
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#B8B3B3'); /* IE6–IE9 */

    color:#333;
	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, #202020 43%, #555555 72%);
	background-image: -o-linear-gradient(bottom, #202020 43%, #555555 72%);
	background-image: -moz-linear-gradient(bottom, #202020 43%, #555555 72%);
	background-image: -webkit-linear-gradient(bottom, #202020 43%, #555555 72%);
	background-image: -ms-linear-gradient(bottom, #202020 43%, #555555 72%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.43, #202020),
		color-stop(0.72, #555555)
	);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#555555', EndColorStr='#202020'); /* IE6–IE9 */
  
	color:#fff;
}
/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.domain-tabs a.current, ul.domain-tabs a.current:hover, ul.domain-tabs li.current a {
	background-image: linear-gradient(bottom, #202020 43%, #555555 72%);
	background-image: -o-linear-gradient(bottom, #202020 43%, #555555 72%);
	background-image: -moz-linear-gradient(bottom, #202020 43%, #555555 72%);
	background-image: -webkit-linear-gradient(bottom, #202020 43%, #555555 72%);
	background-image: -ms-linear-gradient(bottom, #202020 43%, #555555 72%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.43, #202020),
		color-stop(0.72, #555555)
	); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#555555', EndColorStr='#202020'); /* IE6–IE9 */

    color:#FFF !important;
	border-right:1px solid #470106;
	border-left:1px solid #470106;
	border-top:1px solid #470106;
}
/*---------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%);
	background-image: -o-linear-gradient(bottom, #B8B3B3 43%, #FFFFFF 72%);
	background-image: -moz-linear-gradient(bottom, #B8B3B3 43%, #FFFFFF 72%);
	background-image: -webkit-linear-gradient(bottom, #B8B3B3 43%, #FFFFFF 72%);
	background-image: -ms-linear-gradient(bottom, #B8B3B3 43%, #FFFFFF 72%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.43, #B8B3B3),
		color-stop(0.72, #FFFFFF)
	); 
	
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#B8B3B3'); /* IE6–IE9 */

    color:#333;
	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%);
	background-image: -o-linear-gradient(bottom, #202020 43%, #555555 72%);
	background-image: -moz-linear-gradient(bottom, #202020 43%, #555555 72%);
	background-image: -webkit-linear-gradient(bottom, #202020 43%, #555555 72%);
	background-image: -ms-linear-gradient(bottom, #202020 43%, #555555 72%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.43, #202020),
		color-stop(0.72, #555555)
	);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#555555', EndColorStr='#202020'); /* IE6–IE9 */
  
	color:#fff;
}
/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.dc-tabs a.current, ul.dc-tabs a.current:hover, ul.dc-tabs li.current a {
	background-image: linear-gradient(bottom, #202020 43%, #555555 72%);
	background-image: -o-linear-gradient(bottom, #202020 43%, #555555 72%);
	background-image: -moz-linear-gradient(bottom, #202020 43%, #555555 72%);
	background-image: -webkit-linear-gradient(bottom, #202020 43%, #555555 72%);
	background-image: -ms-linear-gradient(bottom, #202020 43%, #555555 72%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.43, #202020),
		color-stop(0.72, #555555)
	); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#555555', EndColorStr='#202020'); /* 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 {
	background: url("images/red/bg-banner.png") no-repeat top left;
}
#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 {
	background: url("images/red/bg-banner.png") no-repeat top left;
	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 .arrow {
	background:url(images/red/hand-paint-arrow.png) center no-repeat;

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

/*-----domain tld banner 2------*/
#domain-tld-banner-2 {
	background: url("images/red/bg-banner.png") no-repeat top left;
	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 {
	background:url(images/red/hand-paint-arrow.png) center no-repeat;

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

/*------------domain page 2---------------*/
#domain-banner-1 {
	background:url(images/red/bg-domain-search-banner.png);
	
}
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:#BC0000;
}
.rp-tld-col-first a, .rp-tld-col-first a:link {
	color: #A72B00;
}

/*------------domain page 2---------------*/
/*------------data center index---------------*/
#us-dc-banner {
	background: url("images/red/bg-us-dc-banner.png") no-repeat top left;
	color:#FFF;
}
#us-dc-banner a {
	color:#FFF;
	text-decoration:underline;
}
#dc-box {
	background:url(images/red/dc-box.png) top left no-repeat;
}
#dc-box #box-bottom {
	background:url(images/dc-box-bottom.png) bottom left no-repeat;
}
#us-dc-banner h3{
	color:#FFF;
}
#us-dc-banner ul li {
	color:#d7d7d7;
}
#dc-box #box-content img{
	border:1px solid #454545;
}
#dc-box #box-title h2 {
	color:#000;
}
/*------------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 #B5B5B5; background:#E6E6E6; font-weight: normal; color: #000; }

/* Component containers
----------------------------------*/
.ui-widget-header { 
	background-image: linear-gradient(bottom, #252525 43%, #838383 72%);
	background-image: -o-linear-gradient(bottom, #252525 43%, #838383 72%);
	background-image: -moz-linear-gradient(bottom, #252525 43%, #838383 72%);
	background-image: -webkit-linear-gradient(bottom, #252525 43%, #838383 72%);
	background-image: -ms-linear-gradient(bottom, #252525 43%, #838383 72%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.43, #252525),
		color-stop(0.72, #838383)
	); 
	
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#838383', EndColorStr='#252525'); /* IE6–IE9 */
	
	border: 1px solid #B2B2B2; 
	color: #FFF; 
	font-weight: bold; 
	line-height:15px; 
}
.ui-widget-header a { color: #FFF; font-size:14px; }
.ui-widget-header span a:link { color: #FFF; }
.ui-widget-header span.selected a { color:#000;}
.ui-widget-header.header { color:#FFF; font-size:14px; }
#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: 24px; /* Firefox */
	-webkit-border-radius: 24px; /* Safari, Chrome */
	-o-border-radius: 24px; /* Opera */
	-ms-border-radius: 24px; /* Opera */
	border-radius: 24px; /* CSS3 */
	
	-moz-box-shadow: 3px 3px 4px #9E9E9E;
	-webkit-box-shadow: 3px 3px 4px #9E9E9E;
	box-shadow: 3px 3px 4px #9E9E9E;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#9E9E9E')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#9E9E9E');

	border: 2px solid #FFF;
	background-image: linear-gradient(bottom, #9F100F 43%, #D80E2C 72%);
	background-image: -o-linear-gradient(bottom, #9F100F 43%, #D80E2C 72%);
	background-image: -moz-linear-gradient(bottom, #9F100F 43%, #D80E2C 72%);
	background-image: -webkit-linear-gradient(bottom, #9F100F 43%, #D80E2C 72%);
	background-image: -ms-linear-gradient(bottom, #9F100F 43%, #D80E2C 72%);

	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.43, #9F100F),
	color-stop(0.72, #D80E2C)
);
	          filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#D80E2C', EndColorStr='#9F100F'); /* 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: 24px; /* Firefox */
	-webkit-border-radius: 24px; /* Safari, Chrome */
	-o-border-radius: 24px; /* Opera */
	-ms-border-radius: 24px; /* Opera */
	border-radius: 24px; /* CSS3 */
	
	-moz-box-shadow: 3px 3px 4px #9E9E9E;
	-webkit-box-shadow: 3px 3px 4px #9E9E9E;
	box-shadow: 3px 3px 4px #9E9E9E;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#9E9E9E')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#9E9E9E');

	border: 2px solid #FFF;
	background-image: linear-gradient(bottom, #712A00 43%, #C60002 72%);
	background-image: -o-linear-gradient(bottom, #712A00 43%, #C60002 72%);
	background-image: -moz-linear-gradient(bottom, #712A00 43%, #C60002 72%);
	background-image: -webkit-linear-gradient(bottom, #712A00 43%, #C60002 72%);
	background-image: -ms-linear-gradient(bottom, #712A00 43%, #C60002 72%);

	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.43, #712A00),
	color-stop(0.72, #C60002)
);
	          filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#C60002', EndColorStr='#712A00'); /* IE6–IE9 */
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
}

#domain_check { background:#111111; color:#FFF; border:1px solid #777777;}

/*------------script page---------------*/
/*-----banner 1------*/
#script-banner {
	background: url("images/red/bg-banner.png") no-repeat top left;
}
#script-banner h1, 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;
	background:url(images/list-style-1.png) left no-repeat;
}

/*----- 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 ---------*/
#whois_id_protection_banner {
	background:url("images/red/banner-whois-id-protect.jpg") no-repeat top left;
}

/* COLORS - Dedicated plan tables */
.dedicated-service-title{
	border-bottom: 2px solid #fff;
}
.dedicated-service-title .period-choice .dedicated-period{
	color: #333333;
}
.dedicated-service-title .period-choice label > input[type="radio"]:checked + .radio-img + .dedicated-period{
	color: #D80E2C;
}
.dedicated-service-title .period-choice .radio-img{
	background: #fff;
	border:3px solid #fff;
	box-shadow: 0 0 0 3px #666;
}
.dedicated-service-title .period-choice label > input[type="radio"]:checked + .radio-img{
	background: #666;
	box-shadow: 0 0 0 3px #D80E2C;
}
/*Table Burst*/
.dedicated-service-title span{
	color:#ac1f1e;
}
.dedicated-service-title span.burst,
.dedicated-service-title span.burst:before,
.dedicated-service-title span.burst:after {
	background: #ac1f1e;
}
.dedicated-service-title span.burst {
	color:#fff;
}
/*END Table Burst*/
.dedicated-plan:first-child table{
	border-top: 2px solid #fff;
}
.dedicated-plan {
    background: #f5f5f5;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.dedicated-plan:nth-child(even) {
    background: #fff;
}
.dedicated-plan.separate-features table td.dedicated-plan-name{
    background: #dddddd;
    background: -moz-linear-gradient(top, #dddddd 0%, #d0d0d0 100%);
    background: -webkit-linear-gradient(top, #dddddd 0%,#d0d0d0 100%);
    background: linear-gradient(to bottom, #dddddd 0%,#d0d0d0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#d0d0d0',GradientType=0 );
	color:#000;
}
.dedicated-plan.separate-features:nth-child(even) table td.dedicated-plan-name{
	background: #eac9c3;
}
.dedicated-plan.separate-features{
	box-shadow: 0 0 0 1px #fff;
}
.dedicated-plan table td.dedicated-plan-price{
	color: #A72B00;
}

@media only screen and (max-width: 1024px) {
        body{
                background-color:#EBEBEB;
        }

        /***** Header & Mobile Menu *****/
        #mobile-menu, #header{
                background: #363636;
                background: -moz-linear-gradient(top,  #363636 0%, #414143 6%, #414143 8%, #454547 10%, #404042 28%, #3f3f3f 29%, #3b393a 47%, #312d2a 72%, #282421 96%, #292421 98%, #2e2624 99%, #201816 100%);
                background: -webkit-linear-gradient(top,  #363636 0%,#414143 6%,#414143 8%,#454547 10%,#404042 28%,#3f3f3f 29%,#3b393a 47%,#312d2a 72%,#282421 96%,#292421 98%,#2e2624 99%,#201816 100%);
                background: linear-gradient(to bottom,  #363636 0%,#414143 6%,#414143 8%,#454547 10%,#404042 28%,#3f3f3f 29%,#3b393a 47%,#312d2a 72%,#282421 96%,#292421 98%,#2e2624 99%,#201816 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363636', endColorstr='#201816',GradientType=0 );
        }
        .glow{
		background: #AB7171;
		box-shadow: 0px 0px 20px #D89797, 0px 0px 30px #D89797, 0px 0px 40px #D89797;
        }
        .menu-topmenu-container{
                border-top:1px solid #fff;
                border-bottom:1px solid #fff;
                background: #ffffff;
                background: -moz-linear-gradient(top,  #ffffff 0%, #eaeaea 2%, #ebebeb 7%, #e5e5e5 20%, #cdcdcd 61%, #c4c4c4 73%, #bababa 93%, #bbbbbb 95%, #b7b7b7 98%, #b9b9b9 100%);
                background: -webkit-linear-gradient(top,  #ffffff 0%,#eaeaea 2%,#ebebeb 7%,#e5e5e5 20%,#cdcdcd 61%,#c4c4c4 73%,#bababa 93%,#bbbbbb 95%,#b7b7b7 98%,#b9b9b9 100%);
                background: linear-gradient(to bottom,  #ffffff 0%,#eaeaea 2%,#ebebeb 7%,#e5e5e5 20%,#cdcdcd 61%,#c4c4c4 73%,#bababa 93%,#bbbbbb 95%,#b7b7b7 98%,#b9b9b9 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b9b9b9',GradientType=0 );
        }
        #header_top{
                background:#161616;
        }
        #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;
        }

        /***** Banner *****/
        #home-banner-1, #home-banner-2, #home-banner-3, #domain-banner-1, #script-banner, #domain-banner{
		background: #59181e;
		background: -moz-linear-gradient(top,  #59181e 0%, #6f1e24 1%, #762027 2%, #7d2229 3%, #601516 65%, #601717 75%, #641919 79%, #6f2121 85%, #802c2c 91%, #822f2e 91%, #a44644 100%);
		background: -webkit-linear-gradient(top,  #59181e 0%,#6f1e24 1%,#762027 2%,#7d2229 3%,#601516 65%,#601717 75%,#641919 79%,#6f2121 85%,#802c2c 91%,#822f2e 91%,#a44644 100%);
		background: linear-gradient(to bottom,  #59181e 0%,#6f1e24 1%,#762027 2%,#7d2229 3%,#601516 65%,#601717 75%,#641919 79%,#6f2121 85%,#802c2c 91%,#822f2e 91%,#a44644 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59181e', endColorstr='#a44644',GradientType=0 );
        }
        #domain-only-banner, #domain-hosting-banner, #domain-tld-banner{
		background: #811e35;
		background: -moz-linear-gradient(top,  hsla(346,62%,31%,1) 0%, hsla(357,71%,25%,1) 47%, hsla(359,49%,16%,1) 100%);
		background: -webkit-linear-gradient(top,  hsla(346,62%,31%,1) 0%,hsla(357,71%,25%,1) 47%,hsla(359,49%,16%,1) 100%);
		background: linear-gradient(to bottom,  hsla(346,62%,31%,1) 0%,hsla(357,71%,25%,1) 47%,hsla(359,49%,16%,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#811e35', endColorstr='#3e1516',GradientType=0 );
        }
        #home-banner-1-video {
                background:#d2d3d5;
        }

       /***** Domain Search *****/
        #home_domain_search1 #domain-search-area, #domain-search-area, #domain-banner-1 div, #domain-search-area-4{
                background: #030303;
                background: -moz-linear-gradient(top,  #030303 0%, #010101 1%, #030303 11%, #111111 42%, #111111 45%, #2f2f30 100%);
                background: -webkit-linear-gradient(top,  #030303 0%,#010101 1%,#030303 11%,#111111 42%,#111111 45%,#2f2f30 100%);
                background: linear-gradient(to bottom,  #030303 0%,#010101 1%,#030303 11%,#111111 42%,#111111 45%,#2f2f30 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#030303', endColorstr='#2f2f30',GradientType=0 );
        }
        #promo-tlds-fp div#tld-box, #domain-search-area #tld-box{
                background: #ffd76a;
                background: -moz-linear-gradient(top,  #ffd76a 0%, #ffce5f 40%, #ffb543 100%);
                background: -webkit-linear-gradient(top,  #ffd76a 0%,#ffce5f 40%,#ffb543 100%);
                background: linear-gradient(to bottom,  #ffd76a 0%,#ffce5f 40%,#ffb543 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd76a', endColorstr='#ffb543',GradientType=0 );
        }
        .tld {
                border-bottom:1px solid #e6b04a;
        }
        .tld-price {
                border-top:1px solid #ffeb9e;
        }

        /***** Web Hosting Boxes *****/
        #shared-box-small #box-title,
        #shared-box-large #box-title,
        #shared-box-medium #box-title,
        #shared-box #box-title,
        #shared-box-wide #box-title,
        #service-box #box-title,
	#tower-box-title,
	#dc-box #box-title{
                background: #dddddd;
                background: -moz-linear-gradient(top,  #dddddd 0%, #d0d0d0 100%);
                background: -webkit-linear-gradient(top,  #dddddd 0%,#d0d0d0 100%);
                background: linear-gradient(to bottom,  #dddddd 0%,#d0d0d0 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#d0d0d0',GradientType=0 );
        }
        .article1-plan-title{
                background: #666666;
                background: -moz-linear-gradient(top,  #666666 0%, #666666 83%, #616161 86%, #454545 93%, #3f3f3f 96%, #3d3d3d 100%);
                background: -webkit-linear-gradient(top,  #666666 0%,#666666 83%,#616161 86%,#454545 93%,#3f3f3f 96%,#3d3d3d 100%);
                background: linear-gradient(to bottom,  #666666 0%,#666666 83%,#616161 86%,#454545 93%,#3f3f3f 96%,#3d3d3d 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#3d3d3d',GradientType=0 );
        }
        #compare-box-title{
                background: #dddddd;
                background: -moz-linear-gradient(top,  #dddddd 0%, #d0d0d0 100%);
                background: -webkit-linear-gradient(top,  #dddddd 0%,#d0d0d0 100%);
                background: linear-gradient(to bottom,  #dddddd 0%,#d0d0d0 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#d0d0d0',GradientType=0 );
        }

        #shared-box, #shared-box-wide, #service-box, #tower-box, #compare-box, #dc-box{
                background: #f5f5f5 !important;
                border:1px solid #d3d3d3;
        }

        /***** Video *****/
        .hepsia-top-video{
                background: #F66;
        }

		/* COLORS - Dedicated plan tables */
		.dedicated-plan {
			border-top: 1px solid #fff;
		}

        /***** Sidebar *****/
        .sidebar-box-header{
                background: #000000;
                background: -moz-linear-gradient(top,  #000000 0%, #3a3a3a 2%, #373737 6%, #383838 8%, #333333 13%, #343434 15%, #2f2f2f 21%, #303030 23%, #2d2d2d 28%, #292929 32%, #292929 36%, #222222 43%, #232323 45%, #202020 49%, #1e1e1e 51%, #0e0e0e 53%, #0d0d0d 55%, #0d0d0d 100%);
                background: -webkit-linear-gradient(top,  #000000 0%,#3a3a3a 2%,#373737 6%,#383838 8%,#333333 13%,#343434 15%,#2f2f2f 21%,#303030 23%,#2d2d2d 28%,#292929 32%,#292929 36%,#222222 43%,#232323 45%,#202020 49%,#1e1e1e 51%,#0e0e0e 53%,#0d0d0d 55%,#0d0d0d 100%);
                background: linear-gradient(to bottom,  #000000 0%,#3a3a3a 2%,#373737 6%,#383838 8%,#333333 13%,#343434 15%,#2f2f2f 21%,#303030 23%,#2d2d2d 28%,#292929 32%,#292929 36%,#222222 43%,#232323 45%,#202020 49%,#1e1e1e 51%,#0e0e0e 53%,#0d0d0d 55%,#0d0d0d 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0d0d0d',GradientType=0 );
        }

        /***** Footer *****/
        #footer-copyright{
                background:#1f1f1f;
        }
}
