/*
Theme Name: Business Satellite
Theme URI: http://www.resellerspanel.com/
Description: The Business Satellite hosting theme
Author: ResellersPanel.com
Version: 1.1.0
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/

@CHARSET "UTF-8";
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
/* basic content */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	_text-align: center;
	min-width: 1000px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border-style: none;
}
.clear {
	clear:both;
	height:8px;
}
.clean  { clear:both; height:0; font-size:0; margin:0; padding:0; line-height:0; border:none; outline:none; }
h1 {
	font-size:39px;
	font-family: 'Ropa Sans', sans-serif, Arial;
	font-weight:normal;
	line-height:42px;
}
h2 {
	font-size:30px;
	font-family: 'Ropa Sans', sans-serif, Arial;
	line-height:40px;
	font-weight:normal;
}
h4 {
	font-size:18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
}

hr.thin {color: #d7d7d7; background-color: #d7d7d7; height:1px; border:none; margin:0; padding:0; font-size:0; line-height:0; outline:none; }

.rpwp_arial {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#header, #header_top, #footer, #footer_upper {
	width: 980px;
	margin:0px auto;
}
#header {
	height: 92px;
}
.position {
	width: 980px;
	margin:0px auto;
	_text-align: left;
}
.hidden_text {
	display:none;
}
/*-----login------*/
#rpwp-login-wrapper {
	width:370px;
	height:26px;
	float:right;
	padding:0px;
	margin-top:6px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
}
#rpwp-login-form {
	padding-top:0px;
	margin:0;
	height:22px;
}
.rpwp-login-form-input {
	width:130px;
	height:13px;
	padding:5px 5px 5px 25px;
	font-size:13px;
	margin-left:9px;
	font-family:Arial, Sans-serif;
	font-style:italic;
	/* Box Radius */
	-moz-border-radius: 6px; /* Firefox */
	-webkit-border-radius: 6px; /* Safari, Chrome */
	-o-border-radius: 6px; /* Opera */
	border-radius: 6px; /* CSS3 */
}
.rpwp-login-form-input.first-child {
	margin-left:0;
}
#rpwp-login-form-text {
	padding:0px;
	margin-top:10px;
	float:left;
}
#rpwp-login-form-text a {
	text-decoration:none;
}
#rpwp-login-form-text a:hover {
	text-decoration:underline;
}
.rpwp-login-form-button {
	margin: 0 0 -2px 6px;
	height:26px;
	width:31px;
	padding:0;
	border:0px;
	cursor:pointer;
	background-position: 0 0;
}
/*-----end login------*/

#header_logo {
	margin:0;
	height:77px;
	padding:15px 0px 0px 0px;
	width:750px;
	float:left;
}
#header_logo a {
	display: block;
	width:750px;
	height: 48px;
	text-decoration:none;
	font-family: 'Russo One', sans-serif;
	font-size:38px;
	margin:0px;
	padding:0px;
}
#header_top {
	height: 41px;
	margin:0px auto;
}
#header_phone {
	font-size: 18px;
	font-family: 'Ropa Sans', sans-serif, Arial;
	width: 240px;
	margin-right: 60px;
	padding:7px 6px 0 42px;
	float:left;
	height:26px;
}
#header_phone .small {
	font-size: 13px;
	display: block;
	float: right;
	padding-left: 5px;
	padding-top:3px;
	letter-spacing: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#live_chat {
	display: block;
	width: 195px;
	height: 59px;
	float:right;
	margin-top:15px;
	padding:0px;
	overflow: hidden;
}
/*-----menu-----*/
#menu-top, #menu-top ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu-top {
	width: 960px;
	margin: 0px auto;
	height:34px;
	padding:10px 15px 15px 15px;
}
#menu-top:before,  #menu-top:after {
	content: "";
	display: table;
}
#menu-top:after {
	clear: both;
}
#menu-top {
	zoom:1;
}
#menu-top li {
	float: left;
	position: relative;
	margin:0px 10px;
}
#menu-top a {
	float: left;
	padding: 8px 10px;
	font-family: 'Ropa Sans', sans-serif, Arial;
	font-size:18px;
	text-decoration: none;
	/* Box Radius */
	-moz-border-radius: 7px; /* Firefox */
	-webkit-border-radius: 7px; /* Safari, Chrome */
	-o-border-radius: 7px; /* Opera */
	border-radius: 7px; /* CSS3 */
}
*html #menu-top li a:hover { /* IE6 only */
	color: #fafafa;
	background:#FF0;
}
#menu-top ul {
	margin: 20px 0 0 0;
	_margin: 0; /*IE6 only*/
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 35px;
	left: 0;
	z-index: 1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
 -webkit-transition: all .2s ease-in-out;
 -moz-transition: all .2s ease-in-out;
 -ms-transition: all .2s ease-in-out;
 -o-transition: all .2s ease-in-out;
 transition: all .2s ease-in-out;
}
#menu-top ul.sub-menu a{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#menu-top li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
#menu-top ul ul {
	top: 0;
	left: 150px;
	margin: 0 0 0 20px;
	_margin: 0; /*IE6 only*/
}
#menu-top ul li {
	float: none;
	display: block;
	border: 0;
	_line-height: 0; /*IE6 only*/
}
#menu-top ul li:last-child {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#menu-top ul a {
	padding: 10px;
	width: 230px;
	_height: 10px; /*IE6 only*/
	display: block;
	float: none;
	text-transform: none;
}
#menu-top ul li:first-child > a {
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
#menu-top ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 40px;
	top: -6px;
}
#menu-top ul ul li:first-child a:after {
	left: -6px;
	top: 50%;
	margin-top: -6px;
	border-left: 0;
}
#menu-top ul li:last-child > a {
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
#menu-top ul.sub-menu li {
	margin:0px;
	font-family: 'Ropa Sans', sans-serif, Arial;
	font-size:16px;
	text-decoration: none;
}
#menu-top ul.sub-menu li a{
	font-family: 'Ropa Sans', sans-serif, Arial;
	font-size:16px;
	text-decoration: none;
}
/*-----end menu-----*/

/*-----content-----*/
#content {
	position:relative;
	min-height: 400px;
	_height: auto !important;
	_height: 400px;
}
.no-borderradius.no-boxshadow #no_shadow_header_bg {
	height:257px;
	position:absolute;
	z-index:-1;
	top:-4px;
	left:-4px;
	right:-4px;
}
.no-borderradius.no-boxshadow #no_shadow_content_bg {
	position:absolute;
	top:252px;
	z-index:-1;
	bottom:73px;
	left:-4px;
	right:-4px;
}
.no-borderradius.no-boxshadow #no_shadow_footer_bg {
	height:65px;
	position:absolute;
	z-index:10;
	bottom:8px;
	left:-4px;
	right:-4px;
}
#front_page_content {
	padding: 9px 9px 50px;
}
#internal_page_1 {
	padding: 0px 9px 50px;
}
#internal_page_1 h1 {
	line-height:60px;
}
#internal_page_2 {
	
}
#default_content {
	padding:9px 0px 50px 0px;
	line-height:24px;
}
#default_content h1 {
	line-height:60px;
}
#default_content p {
	line-height:24px;
}
#content .rpwp_content_with_left_menu {
	padding-left:275px;
}
#default_content > :first-child {
	margin-top:0;
}
#default_content #shared-box {
	margin:20px 0px 20px 20px;
}
/*----footer-----*/
#footer-full-width {
	width:100%;
	margin:0px auto;
	padding-bottom:15px;
	padding-top:10px;
}
#footer-full-width-bottom {
	width:100%;
	margin:0px auto;
}
#footer {
}
#footer h3 {
	font-family: 'Ropa Sans', sans-serif, Arial;
	font-size:24px;
	margin:10px 0px 15px 0px;
	padding:0px;
	font-weight:normal;
}
#footer_menu {
	width: 215px;
	padding-left: 14px;
	padding-right: 10px;
	padding-top: 0px;
	float: left;
}
#footer_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footer_menu ul li {
	padding:5px 0px 5px 0px;
	line-height:24px;
}
#footer_menu ul li a {
	font-size: 14px;
	line-height: 22px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: inline-block;
	text-decoration: none;
}
#footer_menu ul li a span {
	font-size:16px;
}
#footer_contacts {
	float: left;
	width: 230px;
	padding-left: 14px;
	padding-right: 5px;
}
#footer_contacts ul {
	padding:0px;
	margin:0px;
}
#footer_contacts ul.menu li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding:0px;
	margin:0px;
	list-style:none;
	line-height:38px;
	white-space:nowrap;
}
#footer-copyright {
	width:980px;
	margin:0px auto;
	height:35px;
	padding-top:10px;
}
#footer_info {
	float: right;
	padding-top: 12px;
	padding-right: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: right;
}
#footer_cards {
	width: 250px;
	height: 26px;
	float: right;
}
#copyright {
	font-size: 11px;
	width:400px;
	float:left;
	margin-top:4px;
}
/*Template shorttags*/
div.rpwp-column-clear {
	clear:both;
}
.rpwp-tabs-wrap {
	margin: 0;
}
#front_page_content .rpwp-tabs-wrap {
	margin: 0 -20px;
}
#front_page_content .rpwp-tabs-content {
	margin: 0 20px;
}
.rpwp-tabs-headers {
	height: 93px;
	background-image: url(images/index-tabs-bg.jpg);
	background-repeat: no-repeat;
	background-position:0 0;
}
.rpwp-tabs-headers.on1 {
	background-position:0 0;
}
.rpwp-tabs-headers.on2 {
	background-position:0 -186px;
}
.rpwp-tabs-headers.on3 {
	background-position:0 -93px;
}
.rpwp-tabs-header {
	height: 93px;
	width: 326px;
	float:left;
	text-align: center;
	cursor: pointer;
}
.rpwp-tabs-header h2 {
	font-size: 20px;
	padding:0;
	margin:30px 0 0 0;
	font-weight:bold;
}
.rpwp-tabs-header h4 {
	font-size: 15px;
	padding:0;
	margin:0;
	font-weight: normal;
}
.rpwp-tabs-content h2 {
	margin: 0 0 1em 0
}
/*Temp*/
.rpwp-tabs-content {
	display:none;
	height: 320px;
}
.rpwp-tabs-content.on {
	display:block;
}
.rpwp-tabs-content ul {
	list-style:none;
	margin:0 0 1em 10px;
	padding: 0;
}
.rpwp-tabs-content ul li {
	line-height:1.5em;
	margin: .25em 0;
	padding: 0 0 0 25px;
}
.rpwp-tabs-clear {
	clear:both;
}
/*-----buttons------*/
.rpwp-btn { width:90px; text-align:center;}
.rpwp-button {
	cursor: pointer;
	border: 0px;
	display:block;
	position:relative;
	padding: 8px 16px 8px 16px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-variant:normal;
	/* Border Radius */
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-o-border-radius: 4px; /* Opera */
	-ms-border-radius: 3px; /* Opera */
	border-radius: 4px; /* CSS3 */
}
.rpwp-button.left {
	float:left;
}
.rpwp-button.right {
	float:right;
}
.rwp-button.center {
	margin:0px auto;
	text-align:center;
}
.rpwp-button .gloss {
}
.rpwp-button.get-started {
	font-size:28px;
	text-transform:uppercase;
	width:230px;
	margin:0px auto;
}
.rpwp-button.get-started:hover {
	text-decoration: none;
}
.rpwp-orderbtn {
	position:relative;
	height:26px;
}
.rpwp-orderbtn .rpwp-orderbtn-strip {
	font-size: 12px;
	margin-left: -20px;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	display:block;
	position:absolute;
	right:550px;
	left:0;
}
.rpwp-orderbtn .rpwp-orderbtn-float {
	position:absolute;
	right:550px;
	top:-12px;
}
.rpwp-orderbtn .rpwp-orderbtn-float span.arrow {
	height: 42px;
	width: 19px;
	display:inline-block;
	margin-bottom: -17px;
	float:left;
}
.rpwp-orderbtn .rpwp-orderbtn-float .rpwp-button {
	top:2px;
	float:left;
}
.rpwp-block {
	padding-right: 2em;
	padding-bottom:30px;
}
/*-----end buttons------*/

#content_header {
	padding: 14px;
	font-size: 14px;
	margin-bottom:10px;
}
#content_header h1, #content_header h2, #content_header h3 {
	font-family: 'Ropa Sans', sans-serif, Arial;
	font-size: 20px;
	font-weight:normal;
	margin: 14px 0;
}
h1#content_title, #content h1 {
	font-family: 'Ropa Sans', sans-serif, Arial;
	font-size:39px;
	font-weight:normal;
	padding:0px;
	margin:0px;
}
/*------special page------*/
.header_dedicated {
	float: left;
	width: 950px;
}
.header_semi-dedicated {
	float: left;
	width: 950px;
}
.header_web_hosting {
	float: left;
	width: 950px;
}
.header_vps_compare {
	float: left;
	width: 950px;
}
.header_vps_openvz {
	float: left;
	width: 950px;
}
.header_vps_virtuozzo {
	float: left;
	width: 950px;
}
.header_domains {
	float: left;
	width: 950px;
}
.header_dedicated, .header_semi-dedicated, .header_web_hosting, .header_vps_compare, .header_domains, .header_vps_openvz, .header_vps_virtuozzo {
	height:270px;
}
.text_dedicated, .text_semi-dedicated, .text_web_hosting, .text_vps_compare, .text_domains, .text_vps_openvz, .text_vps_virtuozzo {
	width:620px;
	float: left;
	line-height:28px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-bottom:10px;
}

/*------end special page------*/
.header_hepsia {
	float: left;
	width: 950px;
	height:270px;
}
.text_hepsia {
	width:460px;
	line-height:28px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-bottom:10px;
	float:left;
}
.hepsia-top-video {
	float:right;
	margin:-35px 12px 0px 0px;
	height:217px;
}
a.demo-link {
	background:url(images/demo.png) left no-repeat;
	padding:0px 0px 0px 25px;
	margin-right:7px;
}
a.video-link {
	background:url(images/movie_play.png) left no-repeat;
	padding:0px 0px 0px 23px;
	margin-left:7px;
}

/* Default content elements style*/
#default_content ol {
	padding:0 0 0 20px;
}
#default_content ol li {
	padding: 0 0 0 9px;
}
/*DOMAINSEARCH*/
#domain-tables {
	padding:7px;
}
.content_domains #rp-ds-results {
	width:100%;
	margin-bottom: 10px;
}
.content_domains div.rpwp-right-column {
	width:45%;
}
.content_domains div.rpwp-left-column {
	width:53%;
}
.content_domains #rp-ds-searchform {
	font-size: 19px;
}
.content_domains #rp-ds-sld-and-tld {
	-moz-border-radius: 6px; /* Firefox */
	-o-border-radius: 6px; /* Opera */
	-webkit-border-radius: 6px; /* Safari, Chrome */
	border-radius: 6px; /* CSS3 */
	padding: 3px;
}
.content_domains #rp-ds-tld-input, .content_domains #rp-ds-sld-input {
	border:0;
	font-size: 19px;
}
.content_domains #rp-ds-sld-input {
	width: 240px;
}
.content_domains #rp-ds-tld_price_info {
	padding-left: 300px;
	display:block;
	font-size: 18px;
}
.content_domains #rp-ds-searchform .rpwp-button {
	padding: 8px;
	display:inline;
}
/*Tables*/
.rp-tld-price, .rp-tld-info {
	width:100%;
	border-collapse: collapse;
}
.rp-tld-price th, .rp-tld-info th {
	padding:6px 8px;
	text-align: center;
	font-size:14px;
	font-weight:bold;
}
.rp-tld-price td, .rp-tld-info td {
	text-align:right;
	padding:6px 8px;
}
.rp-tld-price td.rp-tld-col-first, .rp-tld-info td.rp-tld-col-first {
	text-align:left;
	font-weight:bold;
	font-size:15px;
}
.wrap {
	padding: 1px;
}
.content_domains #tld-tabs {
	list-style: none;
	padding:0;
	margin:0;
}
.content_domains #tld-tabs li {
	list-style: none;
	float:left;
	display:block;
	padding:0;
	margin:0 0 0 5px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-o-border-radius-topleft: 8px;
	-o-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.content_domains #tld-tabs li a {
	display:block;
	outline:none;
	/* Border Radius */
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-o-border-radius-topleft: 8px;
	-o-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.content_domains #tld-tabs li.active {
	border-bottom:0;
}
.content_domains #tld-tabs li a {
	padding: 3px 10px;
	margin-top:2px;
}
.content_domains #tld-tabs li.active a {
	border-bottom:0;
	margin-top:0;
}
/* end DOMAINSEARCH*/

/*Plan tables*/
#rp_presentation {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}
.rp_upgrades {
	padding:1px;
}
#rp_presentation td {
	vertical-align:middle;
}
.rp_pr_desc, .rp_pr_plan {
/*border-style: none;*/
}
.rp_pr_plan {
	/*border-left: 0px;*/
	margin: 0;
	padding: 0px 10px;
	text-align: center;
}
.rp_pr_plan strong {
	font-family: 'Ropa Sans', sans-serif, Arial;
	font-size:16px;
}
.rp_upgrades .rp_pr_plan {
	/*border-left: 0;*/
	padding-left: 1px;
}
.rp_pr_desc, .rp_pr_desc div {
	text-align: left;
	margin:0px;
	padding:0px;
}
.rp_pr_desc a img{
	vertical-align:middle;
	margin-bottom:2px;
}
.rp_pr_plan_header .rp_pr_plan {
	vertical-align:middle;
	font-size: 21px;
	line-height: 16px;
	font-family: 'Ropa Sans', sans-serif, Arial;
	text-transform:capitalize;
	height: 62px;
	margin-left:4px;
}
.rp_pr_plan.rp_pr_best {
/*width: 192px;*/
}
.rp_pr_after_best {
	border-style: none;
}
.rp_pr_feature_header .rp_pr_desc, .rp_pr_feature_header .rp_pr_plan {
	text-transform: uppercase;
	font-size:16px;
	line-height:30px;
	font-weight:bold;
	padding-right:10px;
	padding-top:7px;
	color:#000;
	height: 50px;
	background: url("images/pr_features_header.jpg") repeat-x top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.rp_upgrades .rp_pr_feature_header .rp_pr_desc, .rp_upgrades .rp_pr_feature_header .rp_pr_plan {
	font-size: 14px;
	font-weight:normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: none;
}
.rp_upgrades .rp_pr_feature_header .rp_pr_desc {
	text-transform: uppercase;
}
.rp_pr_feature_header .rp_pr_plan.rp_pr_best {
	/*background: url("images/pr_feature_header_best.gif") no-repeat scroll 0 0;*/
	height: 30px;
	padding-right:0px;
}
.rp_pr_feature_header .rp_pr_plan.rp_pr_after_best, .rp_pr_feature_header .rp_pr_plan {
	/*background: url("images/pr_feature_header_best.gif") no-repeat scroll 0 0;*/
	height: 30px;
}
.rp_pr_features .rp_pr_plan, .rp_pr_features .rp_pr_desc {
	padding: 7px 0;
}
.rp_pr_features .rp_pr_desc {
	font-size: 14px;
}
.rp_pr_features.rp_pr_features_price .rp_pr_plan, .rp_pr_features.rp_pr_features_price .rp_pr_desc {
	font-weight: bold;
	font-size: 16px;
}
.rp_pr_features.rp_pr_features_price .rp_pr_plan {
	font-weight: normal;
}
.rp_pr_features.rp_pr_features_price .rp_pr_plan span span {
	font-size: 26px;
	font-family: 'Squada One', cursive, Arial;
}
.rp_pr_features.rp_pr_features_price .rp_pr_plan span.period {
	font-size:15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.rp_pr_features .rp_pr_desc {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-right: 14px;
	width: 320px;
	min-width:220px;
}
.rp_upgrades .rp_pr_features .rp_pr_desc {
	padding-right: 13px;
}
.rp_pr_features .pr_rp_desc_info {
	margin-left:-5px;
	padding: 0px 5px 0px 5px
}
.rp_pr_signup .rp_pr_plan {
	padding: 5px 0 5px 0;
}
.rp_pr_signup .pr_rp_sing_up_form {
	text-align: center;
}
.rp_pr_signup .pr_rp_sing_up_button {
	font-size: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	text-transform:lowercase;
	background: url("images/pr_sign_up.jpg") repeat-x scroll 0 0;
	height: 35px;
	width: 136px;
	padding: 0 0 5px 0;
	text-align:center;
	margin: 0;
	border-style: none;
	cursor: pointer;
	text-shadow: 0 0 3px #000;
}
.rp_pr_signup .rpwp-button.colorize {
	display:inline;
	margin-bottom:20px;
	margin-top:20px;
	padding:5px 5px 8px;
}
.rp_pr_signup .rp_pr_best .rpwp-button.colorize {
	font-size: 22px;
	padding:6px 15px 9px;
}
.rp_upgrades .rp_pr_signup .rp_pr_best .rpwp-button.colorize {
	font-size: 18px;
	padding: 5px 5px 8px;
}
.rp_upgrades .rp_pr_end {
	display:none;
}
.rp_pr_end td {
	height:7px;
	border-left: 0;
}
.rp_pr_features .rp_pr_desc div {
	position:relative
}
.pr_rp_desc_info_test {
	position:absolute;
	width: 180px;
	/* Box Radius */
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-o-border-radius: 4px; /* Opera */
	border-radius: 4px; /* CSS3 */
	/* Box Shadow */
	padding: 0.5em;
	right: 0;
	top: 100%;
	z-index:1;
	font-size: 12px;
}
.rp_pr_plan.first-plan {
	border-left:none;
}
.rp_pr_plan a {
	padding:5px;
}
.plan-overview {
	padding:0px 7px;
}
/*---- compare price ----*/
.compare_price_month{
	margin:0px auto;
	display:block;
	width:150px;
	text-align:right;
	text-align:right;
}
.compare_price_year{
	margin:0px auto;
	display:block;
	width:141px;
	padding-right:9px;
	text-align:right;
}
.rp_pr_plan span.compare_price_month span.currency, .rp_pr_plan span.compare_price_year span.currency {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;
}
span.compare_price_month, span.compare_price_year {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:19px;
}
/*------------home page 1---------------*/
/*-----banner 1------*/
#home-banner-1 {
	width:962px;
	height:285px;
	margin-top: 0px;
	margin-left:0px;
}
h3.home-banner-title-1 {
	font-family: 'Ropa Sans', sans-serif, Arial;
	font-size:36px;
	width:500px;
	margin:0px;
	padding:0px;
	font-weight:normal;
}
#home-banner-1-plan-features {
	float:left;
	width:550px;
}
#home-banner-1-plan-features ul {
	padding:0px;
	margin:10px 0px 0px 0px;
	float:left;
}
#home-banner-1-plan-features ul li {
	font-family: 'Ropa Sans', sans-serif, Arial;
	font-size:19px;
	line-height:38px;
	list-style:none;
	padding-left:40px;
}
/*----- banner price ------*/
.home-banner-1-price {
	float:right;
	margin-top:0px;
	margin-right:30px;
	text-align:center;
	position:absolute;
	top:80px;
	right:400px;
}
.home-banner-1-price .price-value {
	font-size:55px;
	font-family: 'Ropa Sans', sans-serif, Arial;
	margin:0px;
	padding:0px;
}
.home-banner-1-price .currency {
	font-size:42px;
	font-weight:bold;
}
.home-banner-1-price .period {
	font-size:24px;
}
#home-banner-1-plan-features .rpwp-button {
	font-size:26px;
}
/*----- banner price ------*/
#home-banner-1-video {
	float:right;
	margin:12px 0px 0px 0px;
}
/*--------end home banner 1  ---------*/

/*-------- home page 2 ----------*/
/*-----banner 2------*/
#home-banner-2 {
	width:620px;
	height:605px;
	margin-top:0px;
	margin-left:0px;
	padding:0px 15px;
}
h3.home-banner-title-2 {
	font-family: 'Ropa Sans', sans-serif, Arial;
	font-size:48px;
	width:620px;
	margin:0px;
	padding:10px 0px 0px 0px;
	font-weight:normal;
	line-height:48px;
}
.play-movie-text {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:21px;
}
.play-movie-text a {
	text-decoration:underline;
}
.play-movie-text a:hover {
	text-decoration:none;
}
.play-movie-button {
	padding-left:27px;
	margin-left:5px;
}
.play-movie-button a {
	text-decoration:none;
}
#home-banner-2-plan-features {
	float:left;
	width:195px;
	font-size:17px;
	margin:30px 0px 0px 10px;
	font-family: 'Ropa Sans', sans-serif, Arial;
	font-weight:normal;
}
#home-banner-2-plan-features-long {
	float:left;
	width:300px;
	font-size:18px;
	margin:30px 0px 0px 10px;
	font-family: 'Ropa Sans', sans-serif, Arial;
}
#home-banner-2-plan-features ul, #home-banner-2-plan-features-long ul {
	padding:0px;
	margin:0px;
}
#home-banner-2-plan-features li, #home-banner-2-plan-features-long li {
	padding:0px 0px 0px 30px;
	;
	margin:0px;
	line-height:32px;
	list-style:none;
}
#home-banner-2-plan-features li strong, #home-banner-2-plan-features-long li strong {
	text-transform:uppercase;
}
#home-banner-2 h4 {
	font-family: 'Ropa Sans', sans-serif, Arial;
	font-size:40px;
	font-weight:normal;
	text-align:center;
	width:620px;
	padding:0px;
	margin:15px 0px 15px 0px;
}
.data-centers {
	text-align:center;
	width:620px;
	height:100px;
}
.data-centers img {
	margin:0px 5px;
}
.home-banner-2-price {
	font-size:42px;
	line-height:60px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
	-moz-text-shadow: 1px 1px 2px #000;
	-webkit-text-shadow: 1px 1px 2px #000;
	text-shadow: 1px 1px 2px #000;
	margin:0px 0px 20px 0px;
	padding:0px;
}
.home-banner-2-price-currency {
	font-size:54px;
	font-weight:bold;
}
.home-banner-2-price-value {
	font-family: 'Ropa Sans', sans-serif, Arial;
	font-size:72px;
}
.guarantee-text {
	text-align:center;
	font-size:22px;
	font-family: 'Ropa Sans', sans-serif, Arial;
}
/*-------- end home banner 2 ----------*/

/*-------- home banner 3 ----------*/
#home-banner-3 {
	width:962px;
	height:285px;
	margin-top: 0px;
	margin-left:0px;
}
h3.home-banner-title-3 {
	font-family: 'Ropa Sans', sans-serif, Arial;
	font-weight:normal;
	font-size:50px;
	line-height:57px;
	width:380px;
	margin:0px;
	padding:0px;
	float:left;
	text-align:center;
}
h3.home-banner-title-3:first-letter {
	font-size:57px;
}
#home-banner-3-plan-features {
	float:left;
	width:300px;
	height:110px;
	padding-left:20px;
}
#home-banner-3-plan-features ul {
	padding:0px;
	margin:0px 0px 0px 0px;
	float:left;
}
#home-banner-3-plan-features ul li {
	font-size:28px;
	line-height:50px;
	list-style:none;
	padding-left:0px;
	font-family: 'Ropa Sans', sans-serif, Arial;
	font-weight:normal;
}
/*----- banner price ------*/
.home-banner-3-price {
	float:right;
	margin-top:0px;
	margin-right:30px;
	text-align:center;
	position:absolute;
	top:90px;
	right:340px;
}
.home-banner-3-price .price-value {
	font-size:55px;
	font-family: 'Ropa Sans', sans-serif, Arial;
	margin:0px;
	padding:0px;
	font-weight:normal;
}
.home-banner-3-price .currency {
	font-size:42px;
	font-family: 'Ropa Sans', sans-serif, Arial;
	font-weight:normal;
}
.home-banner-3-price .period {
	font-size:24px;
}
#home-banner-3 .rpwp-button {
	font-size:26px;
	height:52px;
	padding:0px 10px;
}
/*----- banner price ------*/
/*-------- end home banner 3 ----------*/
#home_domain_search1 #domain-search-area {
	width:950px;
	height:113px;
	padding: 0px 15px;
	margin-left:0px;
	margin-top:0px;
}
#domain-search-area {
	width:950px;
	height:115px;
	padding: 0px 15px;
	margin-top:-13px;
}
#domain-search-area-4 {
	width:950px;
	height:115px;
	padding: 0px 15px;
}
#domain-search-note {
	padding:15px;
	line-height:24px;
}
#domain-search-form {
	float:left;
	width:480px;
}
#domain-search-form h3 {
	font-size:21px;
	font-weight:bold;
	margin:0px;
	padding:10px 0px;
}
#domain-search-form div {
	height:37px;
}
form, fieldset {
	margin:0;
	padding:0;
	outline:none;
}
input, select {
	outline:none;
}
#domain_sld {
	width:252px;
	height:25px;
	line-height:26px;
	background:none;
	padding:3px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	float:left;
	margin:2px 0px 0px 0px;
	display:block;
	border:0px;
}
#domain_tld {
	height:33px;
	line-height:27px;
	/*line-height:25px;# hack for Safari */
	float:left;
	padding:3px 0px;
	width:85px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	margin:2px 0px 0px 0px;
	display:block;
	border:0px;
}
.domain-search-button {
	margin-left:20px;
	height:37px;
	widows:84px;
	/* Border Radius */
	-moz-border-radius: 6px; /* Firefox */
	-webkit-border-radius: 6px; /* Safari, Chrome */
	-o-border-radius: 6px; /* Opera */
	-ms-border-radius: 6px; /* Opera */
	border-radius: 6px; /* CSS3 */
}
#domain_results_header {
	width:624px;
	height:38px;
	font-weight:bold;
}
#domain_results_header_left {
	float:left;
	width:426px;
	padding:5px 5px 10px 10px;
}
#domain_results_header_right {
	float:left;
	width:167px;
	padding:5px 5px 10px 10px;
}
#promo-tlds {
	float:left;
	width:452px;
}
#tld-box {
	width:112px;
	height:105px;
	float:left;
	text-align:center;
	padding:10px 0px 0px 0px;
}
.tld {
	font-size:26px;
	line-height:38px;
	font-family: 'Ropa Sans', sans-serif, Arial;
	height:40px;
}
.tld-price {
	padding-top:7px;
}
.tld-currency {
	font-size:18px;
}
.tld-price-value {
	font-size:27px;
	font-family: 'Squada One', cursive, Arial;
}
.tld-period {
	font-size:18px;
}
#front_page_content-main {
	width:650px;
	float:left;
	display:block;
}
#front_page_content-main .home-main-text {
	line-height:26px;
	margin:10px 0px 15px 0px;
}
#front_page_content-main h2 {
	font-family: 'Ropa Sans', sans-serif, Arial;
	font-weight:normal;
	font-size:36px;
	line-height:40px;
	margin:0px 0px 20px 0px;
	padding:0px;
}
/*------- box 1 ----------*/
#shared-box {
	min-width:316px;
	position:relative;
}
#shared-box #box-content ul{
	min-width:220px;
}
#shared-box-wide {
	min-width:650px;
	position:relative;
}
#shared-box-wide #box-content ul{
	min-width:220px;
}
.left {
	float:left;
}
.right {
	float:right;
}
#box-content ul.second-list {
	margin-left:70px;
}
#box-title {
	padding:0px 0px 0px 10px;
	height:56px;
	position:relative;
}
#box-title h2 {
	font-family: 'Ropa Sans', sans-serif, Arial;
	font-size:23px;
	font-weight:normal;
	color:#FFF;
	margin:0px;
	padding:7px 0px 0px 0px;
}
.box-sub-title {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:19px;
	color:#C8C8C8;
	font-weight:normal;
}
#box-content ul {
	padding:10px;
	margin:0px;
	float:left;
	width:165px;
}
#box-content-wide ul {
	padding:10px;
	margin:0px;
	float:left;
	width:300px;
}
#box-content ul li {
	padding:0px;
	margin:0px;
	list-style:none;
	line-height:25px;
	padding:0px 0px 0px 20px;
	font-size:13px;
}
#box-bottom {
	height:43px;
	padding: 8px 0px 0px 0px;
}
#box-bottom-wide {
	height:43px;
	padding: 8px 0px 0px 0px;
}
.plan-details-link {
	float:left;
	font-weight:bold;
	margin-left:10px;
	margin-top:10px;
	width:160px;
}
#box-bottom .rpwp-button {
	float:right;
	margin-right:10px;
}
#box-bottom-wide .rpwp-button {
	float:right;
	margin-right:10px;
}
#box-price {
	position:absolute;
	top:130px;
	left:180px;
	width:130px;
	text-align:right;
}
#box-price-wide {
	position:absolute;
	top:130px;
	left:510px;
	width:130px;
	text-align:right;
}
.box-price-currency {
	font-size:18px;
	font-weight:bold;
}
.box-price-value {
	font-size:28px;
	font-family: 'Ropa Sans', sans-serif, Arial;
}
.box-price-period {
	font-size:18px;
}
/*-------end box 1 ----------*/

/*-------box 2 ----------*/
#shared-box-2 {
	min-width:316px;
	position:relative;
}
#shared-box-wide-2 {
	min-width:650px;
	position:relative;
}
/*-------end box 2 ----------*/

/*-------home 3---------*/
#service-box {
	width:316px;
	position:relative;
	font-size:14px;
}
#service-box #box-title {
	text-align:center;
	padding:0px;
}
#service-box #box-content {
	padding:13px;
	height:155px;
}
#service-box #box-content ul {
	padding:13px;
	height:155px;
	width:280px;
}
#service-box #box-content h3 {
	font-family: 'Ropa Sans', sans-serif, Arial;
	font-weight:normal;
	font-size:21px;
	margin:0px 0px 10px 0px;
	padding:0px;
}
#service-box #box-content {
	line-height:24px;
}
#service-box #box-content div.cp-demo {
	line-height:24px;
	padding-right:110px;
}
#service-box #box-content p {
	line-height:24px;
}
#service-box #box-content ul {
	padding:0px;
	margin:0px;
}
#service-box #box-content li {
	line-height:38px;
	font-size:14px;
}
#service-box div.personal-feedback {
	padding:0px;
}
#service-box div.personal-feedback p {
	margin-top:8px;
	font-style:italic;
	padding:0px;
	line-height:19px;
}
.second {
	margin-left:7px;
}
.free-1-click-box-button {
	width:316px;
	font-size:19px;
	margin:0px auto;
	padding-left:5px;
	padding-right:5px;
}
/*-------home 3---------*/

/*-------home 4---------*/
.home-4-main-text {
	line-height:26px;
	margin:10px 0px 15px 0px;
}
.home-4-main-text h2 {
	font-family: 'Ropa Sans', sans-serif, Arial;
	font-size:30px;
	font-weight:normal;
	line-height:40px;
	margin:0px 0px 20px 0px;
	padding:0px;
}
/*-------home 4---------*/

/*-------tower box ----------*/
#tower-box {
	min-width:183px;
	position:relative;
	float:left;
}
#tower-box-title {
	padding:0px;
	height:56px;
	position:relative;
}
#tower-box-title h2 {
	font-family: 'Ropa Sans', sans-serif, Arial;
	font-size:16px;
	font-weight:normal;
	margin:0px;
	padding:15px 0px 0px 0px;
	text-align:center;
	text-transform:uppercase;
}
#tower-box-price {
	width:183px;
	text-align:center;
	padding-top:10px;
}
.tower-box-price-currency {
	font-size:18px;
	font-weight:bold;
}
.tower-box-price-value {
	font-size:28px;
	font-family: 'Squada One', cursive, Arial;
}
.tower-box-price-period {
	font-size:18px;
}
#tower-box-content ul {
	padding:10px 0px 0px 0px;
	margin:0px;
	float:left;
	width:183px;
	height:250px;
}
#tower-box-content-2 ul {
	padding:10px 0px 0px 0px;
	margin:0px;
	float:left;
	width:183px;
}
#tower-box-content ul li, #tower-box-content-2 ul li {
	padding: 0px;
	margin:0px;
	list-style:none;
	line-height:38px;
	padding:0px;
	font-size:13px;
	text-align:center;
}
#tower-box-content ul li strong, #tower-box-content-2 ul li strong {
	font-family: 'Ropa Sans', sans-serif, Arial;
	font-size:16px;
}
#tower-box-bottom {
	height:53px;
	padding: 17px 0px 0px 0px;
	text-align:center;
	width:183px;
}
.box-space-11px {
	width:11px;
	height:11px;
}
.tower-box-button {
	width:150px;
	margin:0px auto;
}
.best-plan {
	position:absolute;
	top:-3px;
	right:-3px;
	width:58px;
	height:58px;
}
a.expand {
	height:25px;
	width:50px;
	float:left;
	background:url(images/plus.gif) left no-repeat;
	padding-left:20px;
	margin-left:55px;
}
a.collapse {
	height:25px;
	width:50px;
	float:left;
	background:url(images/minus.gif) left no-repeat;
	padding-left:20px;
	margin-left:55px;
}
a.expand_all {
	height:25px;
	float:right;
	background:url(images/plus.gif) left no-repeat;
	padding-left:20px;
	margin-right:10px;
	margin-bottom:10px;
}
a.collapse_all {
	height:25px;
	float:right;
	background:url(images/minus.gif) left no-repeat;
	padding-left:20px;
	margin-right:10px;
	margin-bottom:10px;
}
/*-------end tower box ----------*/

/*------- compare box ----------*/
#compare-box {
	min-width:183px;
	position:relative;
	float:left;
}
#compare-box-title {
	padding:0px;
	height:56px;
	position:relative;
}
#compare-box-title h2 {
	font-family: 'Ropa Sans', sans-serif, Arial;
	font-size:16px;
	font-weight:normal;
	margin:0px;
	padding:15px 0px 0px 0px;
	text-align:center;
	text-transform:uppercase;
}
#compare-box-text {
	width:173px;
	padding:10px 5px;
	text-align:center;
	line-height:20px;
}
#compare-box-content {
	text-align:center;
}
#compare-box-content ul {
	padding:10px 0px 0px 0px;
	margin:0px;
	float:left;
	width:183px;
	height:250px;
}
#compare-box-content ul li {
	padding:0px;
	margin:0px;
	list-style:none;
	line-height:38px;
}
#compare-box-bottom {
	height:53px;
	padding: 17px 0px 0px 0px;
	text-align:center;
	width:183px;
}
.compare-box-button {
	width:160px;
	margin:0px auto;
	padding-left:5px;
	padding-right:5px;
}
/*------- compare box ----------*/

.text-box {
     min-height:130px;
     height:auto !important;
     height:130px;
	 margin-bottom:20px;
}
div.text-box div span {
	line-height:26px;
}
.text-box h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	margin:0px;
	padding:0px;
	line-height:22px;
}
.cp-box {
	padding:0px 0px 0px 100px;
}
.app-installer-box {
	padding:0px 0px 0px 100px;
}
.free-designs-box {
	padding:0px 0px 0px 100px;
}
.support-box {
	padding:0px 0px 0px 100px;
}
.domain-box {
	padding:0px 0px 0px 100px;
}
.without-img {
	width:445px;
	float:left;
	margin-left:15px;
}
.home-4 {
	width:310px;
	float:left;
	margin-left:20px;
}
.home-4 {
	width:310px;
	float:left;
	margin-left:20px;
}
.dedicated_box_2 {
	padding:0px 0px 0px 140px;
	background: url(images/home-4-box-dedicated-servers.png) top left no-repeat;
}
.semi_dedicated_box_2 {
	padding:0px 0px 0px 140px;
	background: url(images/home-4-box-semidedicated.png) top left no-repeat;
}
.vps_box_2 {
	padding:0px 0px 0px 140px;
	background: url(images/home-4-box-virtuozzo-vps.png) top left no-repeat;
}
.vps_openvz_box_2 {
	padding:0px 0px 0px 140px;
	background: url(images/home-4-box-vps_openvz.png) top left no-repeat;
}
/*------- sidebars ----------*/
#sidebar {
	width:280px;
	float:right;
	padding:10px 10px;
	display:block;
}
#sidebar li#search-2 {
	margin-bottom:20px;
}
#s {
	width:195px;
	border:1px solid #999;
	height:22px;
	padding-left:5px;
	border-radius: 4px;
}
#searchsubmit {
	border-style: none;
	cursor: pointer;
	color:#FFF;
	border: 2px solid #FFF;
	padding:3px 7px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	-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 */
}
#sidebar ul {
	padding:0px;
	margin:0px;
}
#sidebar ul li {
	list-style:none;
	padding:0px;
	margin:0px;
}
#sidebar ul li h2 {
	padding:0px;
	margin:0px 0px 10px 0px;
	line-height:38px;
}
#sidebar ul li ul {
	padding:0px;
	margin:0px 0px 20px 20px;
}
#sidebar ul li ul li {
	list-style: circle;
	padding:0px;
	margin:0px;
}
.screen-reader-text {
	display:none;
}
#home-sidebar {
	width:300px;
	float:right;
	padding:0px;
	margin-top:0px;
}
#home-sidebar h3, .sidebar-domain-search h3 {
	font-size:24px;
	margin:0px;
	padding:15px 0px 0px 10px;
}
.sidebar-domain-search {
	height:165px;
}
.sidebar-domain-search div {
	height:37px;
	margin-left:10px;
	margin-top:15px;
	width:265px;
}
.sidebar-domain-search #domain_sld {
	width:165px;
	height:25px;
	line-height:26px;
	background:none;
	padding:3px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	float:left;
	margin:2px 0px 0px 0px;
	display:block;
}
.sidebar-domain-search #domain_tld {
	height:33px;
	line-height:27px;
	/*line-height:25px;# hack for Safari */
	float:left;
	padding:3px 0px;
	width:85px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	margin:2px 0px 0px 0px;
	display:block;
}
.sidebar-domain-search .domain-search-button {
	margin-top:20px;
	height:37px;
	widows:84px;
	float:right;
	/* Border Radius */
	-moz-border-radius: 6px; /* Firefox */
	-webkit-border-radius: 6px; /* Safari, Chrome */
	-o-border-radius: 6px; /* Opera */
	-ms-border-radius: 6px; /* Opera */
	border-radius: 6px; /* CSS3 */
}
.sidebar-domain-table {
	margin-left:10px;
}
.sidebar-domain-table td {
	line-height:30px;
	font-family: 'Ropa Sans', sans-serif, Arial;
}
.sidebar-domain-table td .tld {
	font-size:15px;
}
.sidebar-domain-table td .tld-price {
	font-size:15px;
	color:#CB0000;
}
.testimonials {
	margin-left:10px;
}
.testimonial {
	height:155px;
}
.personal-feedback {
	padding:5px 10px 0px 10px;
	height:155px;
}
.personal-feedback p {
	margin-top:30px;
	font-style:italic;
	padding:0px;
	line-height:19px;
}
.dedicated_box {
	width:280px;
	margin-left:10px;
}
.semi_dedicated_box {
	width:280px;
	margin-left:10px;
}
.vps_box {
	width:280px;
	margin-left:10px;
}
.vps_openvz_box {
	width:280px;
	margin-left:10px;
}
.sidebar-box-header {
	height:35px;
	padding:6px 10px 3px 10px;
}
.sidebar-box-header h4 {
	color:#FFF;
	font-size:18px;
	font-family: 'Ropa Sans', sans-serif, Arial;
	font-weight:normal;
	padding:7px 0px 0px 0px;
	margin:0px;
}
.sidebar-box-header-period {
	font-size:17px;
}
.sidebar-box-content {
	padding:10px;
	background: url(images/sidebar-box-content.gif) bottom no-repeat;
}
.sidebar-box-content p {
	padding-top:0px;
	margin-top:0px;
}
.line {
	margin:15px 10px;
}
.line-full-width {
	width:100%;
	margin-top:15px;
	margin-bottom:15px;
}
.line-height-10px {
	height:10px;
}
.line-height-20px {
	height:20px;
}
.news {
	margin-left:10px;
}
/*------category---------*/
#category_content {
	padding: 10px 0px 50px 0px;
	line-height:24px;
}
#category_content h1 {
	line-height:53px;
}
#category_content-main {
	width:650px;
	float:left;
	display:block;
	line-height:24px;
}
#category_content-main p {
	line-height:28px;
}
#category_content-main h1 {
	font-family: 'Ropa Sans', sans-serif, Arial;
	font-size:39px;
	margin:0px 0px 10px 0px;
	padding:0px;
	line-height:42px;
}
#category_content-main h2 {
	font-family: 'Ropa Sans', sans-serif, Arial;
	font-size:29px;
	line-height:31px;
	color:#000;
	margin:0px 0px 10px 0px;
	padding:0px;
}
/*-----Customizing the Time and Date------*/
.date-formating {
	float:left;
	width:60px;
	text-align:center;
	padding-top:5px;
}
.month {
	text-transform:uppercase;
	font-weight:bold;
}
.day {
	text-transform:uppercase;
	font-weight:bold;
	font-size:23px;
}
.year {
	font-size:11px;
}
.time {
	font-size:12px;
	padding:3px 0px;
}
.cat-excerpt {
	float:left;
	width:550px;
	margin-left:10px;
	line-height:24px;
}
/*-------- OpenVZ VPS plans ----------*/
.openvz-plan-even {
	padding:10px;
	position:relative;
}
.openvz-plan-odd {
	padding:10px;
	position:relative;
}
.openvz-plan-name {
	font-family: 'Ropa Sans', sans-serif, Arial;
	font-size:24px;
	font-weight:bold;
}
.openvz-plan-features {
	line-height:26px;
}
.openvz-plan-price {
	font-family: 'Ropa Sans', sans-serif, Arial;
	font-size:24px;
	font-weight:bold;
}
.openvz-price-currency {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
}
.openvz-plan-price-mo {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
}
.openvz-info {
	padding:10px;
}
ul.openvz-server-info {
	float:left;
	width:290px;
	padding:0px;
	margin:0px 10px 0px 0px;
}
ul.openvz-server-info li {
	padding:0px 0px 0px 25px;
	margin:0px;
	list-style:none;
	line-height:28px;
}
.openvz-plan-odd div.best-plan-openvz, .openvz-plan-even div.best-plan-openvz {
	position:absolute;
	width:83px;
	height:83px;
	background:#F00;
	top:-5px;
	left:-5px;
	background:url(images/best-plan-openvz.png) no-repeat left top;
}
.openvz-plan-odd.best, .openvz-plan-even.best {
	background:#FFFEDB;
}
/*--------Terms Page------------*/
.terms-left-col {
	float:left;
	width:460px;
	margin-top:10px;
}
.terms-left-col h2 {
	margin:0px;
	padding:0px;
}
/*--------Terms Page------------*/

/*------------domain page---------------*/
#domain_pages_content {
	padding: 9px 9px 50px;
}
/*-----domain name only banner------*/
#domain-only-banner, #domain-hosting-banner {
	width:950px;
	height:242px;
	margin-top: 0px;
	padding:15px 15px 0px 15px;
}
#domain-only-banner td, #domain-hosting-banner td {
	line-height:48px;
}
#domain-only-banner td.last, #domain-hosting-banner td.last {
	border-bottom: none;
	line-height:48px;
}
#domain-only-banner h3, #domain-hosting-banner h3 {
	font-family: 'Ropa Sans', sans-serif, Arial;
	font-size:36px;
	margin:0px;
	font-weight:normal;
	text-transform: uppercase;
}
#domain-only-banner .text, #domain-hosting-banner .text {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
}
#domain-only-banner span.currency, #domain-hosting-banner span.currency {
	font-size:30px;
	font-weight:bold;
}
#domain-only-banner span.price-value, #domain-hosting-banner span.price-value {
	font-family: 'Ropa Sans', sans-serif, Arial;
	font-size:36px;
	margin:0px;
	font-weight:bold;
}
/*-----domain name only banner------*/

/*-----domain tld banner------*/
#domain-tld-banner {
	width:950px;
	height:222px;
	margin-top: 0px;
	margin-left:0px;
	padding:35px 15px 0px 15px;
	text-transform:uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:36px;
}
#domain-tld-banner span.tld {
	font-family: 'Ropa Sans', sans-serif, Arial;
	font-size:100px;
	line-height:140px;
}
#domain-tld-banner span.currency {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:90px;
}
#domain-tld-banner span.price-value {
	font-family: 'Ropa Sans', sans-serif, Arial;
	font-size:123px;
	line-height:140px;
}
/*-----domain tld banner------*/

/*-----domain tld banner 2------*/
#domain-tld-banner-2 {
	width:950px;
	height:232px;
	margin-top: 0px;
	margin-left:0px;
	padding:25px 15px 0px 15px;
	text-transform:uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:36px;
}
#domain-tld-banner-2 span.tld {
	font-family: 'Ropa Sans', sans-serif, Arial;
	font-size:100px;
	line-height:140px;
}
#domain-tld-banner-2 span.currency {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:90px;
}
#domain-tld-banner-2 span.price-value {
	font-family: 'Ropa Sans', sans-serif, Arial;
	font-size:123px;
	line-height:140px;
}
.free-domain {
	font-size:80px;
	font-weight:bold;
}
.domain-tld-banner-text {
	font-size:26px; line-height:36px; text-transform:uppercase;
}
#domain-tld-banner-2 .domain-price {
	font-size:80px;
}
#domain-tld-banner-2 .domain-currency {
	padding-top:15px;
	font-size:50px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
/*-----domain tld banner 2------*/

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

/*------------domain page 2---------------*/
#domain-content-main {
	width:650px;
	float:left;
	display:block;
}
#domain-content-main p {
	line-height:26px;
}
#domain-banner-1 {
	width:650px;
	height:220px;
	margin-top: 20px;
	margin-left:0px;
	
}
h3.domain-banner-title-1 {
	font-family: 'Ropa Sans', sans-serif, Arial;
	font-size:30px;
	width:650px;
	margin:0px;
	padding:32px 0px 0px 0px;
	font-weight:normal;
	text-align:center;
}
#domain-banner-1 div {
	height:65px; 
	padding:37px 0px 0px 30px;
}
#domain-banner-1 div input#domain_sld {
	width:392px;
}
#domain-sidebar center {
	background:#FFF;
	height:30px;
	padding-top:5px;
}
#domain-sidebar h3 {
	font-family: 'Ropa Sans', sans-serif, Arial;
	font-size: 23px;
	font-weight:normal;
	background:#000; 
	color:#FFF; 
	border:1px solid #000000;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding:0px 10px;
	line-height:42px;
	
	/* ---black---- */
	/*#3F3F3F - #000000*/
	background-image: linear-gradient(bottom, #3F3F3F 30%, #000000 60%);
	background-image: -o-linear-gradient(bottom, #3F3F3F 30%, #000000 60%);
	background-image: -moz-linear-gradient(bottom, #3F3F3F 30%, #000000 60%);
	background-image: -webkit-linear-gradient(bottom, #3F3F3F 30%, #000000 60%);
	background-image: -ms-linear-gradient(bottom, #3F3F3F 30%, #000000 60%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.3, #3F3F3F),
		color-stop(0.6, #000000)
	);

	          filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#000000', EndColorStr='#3F3F3F'); /* IE6вЂ“IE9 */ 
}
#domain-sidebar h4 { 
	font-family: 'Ropa Sans', sans-serif, Arial;
	font-size: 23px;
	font-weight:normal;
	background:#000; 
	color:#FFF; 
	border:1px solid #000000;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px; 
	padding:0px 10px;
	line-height:42px;

	/* ---black---- */
	/*#3F3F3F - #000000*/
	background-image: linear-gradient(bottom, #3F3F3F 30%, #000000 60%);
	background-image: -o-linear-gradient(bottom, #3F3F3F 30%, #000000 60%);
	background-image: -moz-linear-gradient(bottom, #3F3F3F 30%, #000000 60%);
	background-image: -webkit-linear-gradient(bottom, #3F3F3F 30%, #000000 60%);
	background-image: -ms-linear-gradient(bottom, #3F3F3F 30%, #000000 60%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.3, #3F3F3F),
		color-stop(0.6, #000000)
	);

	          filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#000000', EndColorStr='#3F3F3F'); /* IE6вЂ“IE9 */	
}
#domain-content-main h4 {
	width:650px;
	text-align:center;
	font-size:23px;
	font-weight:normal;
}
#domain-content-main h4 strong.tld-cont {
	font-family: 'Ropa Sans', sans-serif, Arial;
	font-size:32px;
}
#domain-sidebar {
	width:280px;
	float:right;
	padding:10px 10px;
	display:block;
}
#domain-sidebar table.tld-prices th {
	height:35px;
	font-size:17px;
	font-weight:normal;

}
#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;
}

#domain-sidebar table.tld-prices td {
	padding-left:15px;
}
.tld-price-currency {
	font-size:18px;
	font-weight:bold;
}
table.tld-prices td strong.tld {
	font-size:22px;
	font-family: 'Ropa Sans', sans-serif, Arial;
}
#sidebar_accordion h4 {
	font-size:21px;
	font-weight:normal;
}
#sidebar_accordion h4 a{
	padding-left:37px;
	line-height:normal;
	padding-left:30px;
}
#sidebar_accordion td.year {
	color:#3D3D3D;
	font-size:19px;
}
#sidebar_accordion td.price {
	font-size:22px;
	font-family: 'Ropa Sans', sans-serif, Arial;
}


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

/*------------about us page 1---------------*/
#aboutus-content-main {
	width:650px;
	float:left;
	display:block;
}
#aboutus-content-main h2{
	margin:0px;
	padding:0px;
}
#aboutus-content-main p{
	margin:0px;
	padding:5px 0px 0px 0px;
	line-height:26px;
}
#aboutus-sidebar {
	width:280px;
	float:right;
	padding:10px 10px;
	display:block;
	line-height:26px;
}
#aboutus-sidebar h3 {
	font-size:24px;
	margin:0px;
	padding:0px 0px 10px 0px;
}
/*------------about us page 1---------------*/

/*------------contact us page 1---------------*/
.cform-input {
	width:280px;
	height:26px; 
	border:1px solid #D0D0D0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:2px 5px;
}
.cform-select {
	width:295px;
	height:30px;
	line-height:30px;
	border:1px solid #D0D0D0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:2px;
	margin:0px;
}
.cform-textfield {
	width:280px;
	border:1px solid #D0D0D0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:2px 5px;
}
/*------------contact us page 1---------------*/

/*-------- OVERLAYS ------------*/
.video_overlay {
	display:block;
	width:640px;
	height:360px;
}
/*-------- END OVERLAYS --------*/

/*---------Tabs------------*/
/* root element for domain-tabs  */
ul.domain-tabs {
	list-style:none;
	margin:0 !important;
	padding:0;
	height:40px;
}
/* single tab */
ul.domain-tabs li {
	float:left;
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important;
}
/* link inside the tab. uses a background image */
ul.domain-tabs a {
	font-size:16px;
	font-weight:bold;
	display:block;
	height: 40px;
	line-height:40px;
	width: 240px;
	text-align:center;
	text-decoration:none;
	padding:0px;
	margin:0px;
	position:relative;
}
ul.domain-tabs a:active {
	outline:none;
}
/* when mouse enters the tab move the background image */
ul.domain-tabs a:hover {
	top:1px;
}
/* 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 {
	cursor:default !important;
	top:1px;
}
/* Different widths for domain-tabs: use a class name: w1, w2, w3 or w2 */
/* width 1 */
ul.domain-tabs a.s {
	background-position: -553px 0;
	width:81px;
}
ul.domain-tabs a.s:hover {
	background-position: -553px -31px;
}
ul.domain-tabs a.s.current {
	background-position: -553px -62px;
}
/* width 2 */
ul.domain-tabs a.l {
	background-position: -248px -0px;
	width:174px;
}
ul.domain-tabs a.l:hover {
	background-position: -248px -31px;
}
ul.domain-tabs a.l.current {
	background-position: -248px -62px;
}
/* width 3 */
ul.domain-tabs a.xl {
	background-position: 0 -0px;
	width:248px;
}
ul.domain-tabs a.xl:hover {
	background-position: 0 -31px;
}
ul.domain-tabs a.xl.current {
	background-position: 0 -62px;
}
/* initially all panes are hidden */
.panes .pane {
	display:none;
}
/*---------end Tabs------------*/

/*---------DC Tabs------------*/
/* root element for dc-tabs  */
ul.dc-tabs {
	list-style:none;
	margin:0 !important;
	padding:0;
	height:40px;
}
/* single tab */
ul.dc-tabs li {
	float:left;
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important;
}
/* link inside the tab. uses a background image */
ul.dc-tabs a {
	font-size:16px;
	font-weight:bold;
	display:block;
	height: 40px;
	line-height:40px;
	width: 184px;
	text-align:center;
	text-decoration:none;
	padding:0px;
	margin:0px;
	position:relative;
}
ul.dc-tabs a:active {
	outline:none;
}
/* when mouse enters the tab move the background image */
ul.dc-tabs a:hover {
	top:1px;
}
/* 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 {
	cursor:default !important;
	top:1px;
}
/* Different widths for domain-tabs: use a class name: w1, w2, w3 or w2 */
/* width 1 */
ul.dc-tabs a.s {
	background-position: -553px 0;
	width:81px;
}
ul.dc-tabs a.s:hover {
	background-position: -553px -31px;
}
ul.dc-tabs a.s.current {
	background-position: -553px -62px;
}
/* width 2 */
ul.dc-tabs a.l {
	background-position: -248px -0px;
	width:174px;
}
ul.dc-tabs a.l:hover {
	background-position: -248px -31px;
}
ul.dc-tabs a.l.current {
	background-position: -248px -62px;
}
/* width 3 */
ul.dc-tabs a.xl {
	background-position: 0 -0px;
	width:248px;
}
ul.dc-tabs a.xl:hover {
	background-position: 0 -31px;
}
ul.dc-tabs a.xl.current {
	background-position: 0 -62px;
}
/* initially all panes are hidden */
.panes .pane {
	display:none;
}
/*---------end DC Tabs------------*/

#dc-plans {
	padding:7px;
}

/* ----------Comments ---------*/
#comments {
	padding:0px 10px 0px 10px;
}
#comments h3 {
	font-family: 'Ropa Sans', sans-serif, Arial;
	font-size:24px;
	font-weight:normal;
}
li.comment {
	border:1px solid #E5E5E5;
	margin-top:20px;
	padding:10px;
}
.comment-meta {
	color:#9A9A9A;
	background:url(images/time.png) no-repeat left;
	background-position:130px 0px;
	padding-left:150px;
	margin-bottom:10px;
}
.comment.depth-2 {
	margin-top:10px;
}
.thread-even {
	background:#FFF;
}
.even.depth-2, .even.depth-3, .even.depth-4 {
	background:#F0F0F0;
}
.odd.depth-2, .odd.depth-3, .odd.depth-4 {
	background:#FFF;
}
.thread-odd {
	background:#F9F9F9;
}
div.comment-content {
	word-wrap:break-word;
	padding-left:130px;
}
#category_content-main div.comment-content p {
	line-height:22px;
}
li.comment.depth-2, li.comment.depth-3, li.comment.depth-4 {
	border-left: 3px solid #333;
	list-style:none;
}
.comment-reply-link {
	text-align:right;
	font-weight:bold;
	clear:both;
}
.comment-author {
	width:110px;
	float:left;
	margin-right:20px;
}
img.avatar {
	margin-bottom:10px;
	border:3px solid #A0A0A4;
	display:block;
}
div#respond{
	margin-top:40px;
}
.form-section {
	margin-bottom:10px;
}
.form-label {
	float:left;
	width:100px;
}
.required {
	color:#F00;
}

/*------------data center index---------------*/
#us-dc-banner {
	width:960px;
	height:232px;
	margin-top: 0px;
	margin-left:0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	padding:25px 0px 0px 20px;
}
#us-dc-banner h3{
	font-family: 'Ropa Sans', sans-serif, Arial;
	font-weight:normal;
	font-size:55px;
	margin:0px;
	padding:0px;
}
#us-dc-banner ul {
	padding:0px 0px 0px 20px;
	margin:24px 0px 0px 0px;
}
#us-dc-banner ul li {
	padding:0px;
	margin:0px;
}
#dc-box {
	width:475px;
	position:relative;
	font-size:14px;
}
#dc-box #box-title {
	padding:0px 0px 0px 15px;
}
#dc-box #box-content {
	padding:13px;
	height:215px;
}
#dc-box #box-content {
	line-height:24px;
}
#dc-box #box-content div.cp-demo {
	line-height:24px;
	padding-right:110px;
}
#dc-box #box-content p {
	line-height:24px;
}
#dc-box #box-content ul {
	padding:0px;
	margin:0px;
}
#dc-box #box-content li {
	line-height:38px;
	font-size:14px;
}
#dc-box.left.second {
	margin-left:16px;
}
.learn-more-link {
	float:right;
	font-weight:bold;
	margin-top:10px;
	margin-right:15px;
	width:160px;
	text-align:right;
}

/*------------ data center pages ---------------*/
.dc-header-container {padding:4px 0px 14px 0px;  }
.dc-video-containter {float:right; width:385px; padding:25px 0 0 0; margin:0 0 0 20px;}
.dc-image { float:right; width:366px; text-align:right; padding:12px 0 0 0;}
.dc-image img { border:7px solid #cfcfcf; }
.dc-information { float:left; width:520px; }
.dc-information p { text-align:justify; }
.simple-white-page { background:#fff; }

/*------------ 1 app installer  ---------------*/

.app-preview-left { width:460px; float:left; }
.app-text-right { float:right; width:460px; }
.app-text-right p { text-align:justify; }
.app-text-right p.tar { text-align:right; }
.app-text-right h3 { font-size:24px; padding:0; margin:0; }

.app-preview-right { width:460px; float:right; }
.app-text-left { float:left; width:460px; }
.app-text-left p { text-align:justify; }
.app-text-left p.tar { text-align:right; }
.app-text-left h3 { font-size:24px; padding:0; margin:0; }

/*------------ 1 app installer boxes ---------------*/

.app-box-item { display:block; float:left; height:390px; width:176px; padding:0 19px 0 19px; background:url(images/app-box-item.png) no-repeat left top; }
.app-box-item p.app-box-text { display:block; height:124px; overflow:hidden; margin:0; padding:0; }
.app-box-item h3 { margin:16px auto 16px auto; padding:0;  font-size:24px; text-align:center;}
.app-box-demo-signup { text-align:center; border-top:1px solid #d7d7d7; padding-top:12px; }
.app-box-divider {display:block; float:left; width:29px; height:10px;}

/*------------ hepsia features ---------------*/
.hepsia-feature {}
.hepsia-feature h4 { font-size:24px; font-weight:bold;  margin:0 0 16px 0; padding:0;}
.hepsia-feature p { margin:0; padding:0; }
.hepsia-feature img { border:5px solid #c8c8c8; float:right; margin:8px 0 0 40px;}

/*------------ data center page 2 ------------*/
.dc-banner {
	width:500px;
	height:310px;
	padding-right:480px;
}
.us-dc {
	background:url(images/banner-usa-data-center.png) top right no-repeat;
}
.se-dc {
	background:url(images/banner-se-data-center.png) top right no-repeat;
}
.au-dc {
	background:url(images/banner-au-data-center.png) top right no-repeat;
}
.uk-dc {
	background:url(images/banner-uk-data-center.png) top right no-repeat;
}

/*------------ why us page 2 ------------*/
.why-us-2 {
	width:432px;
	margin-left:20px;
	background: #F5F5F5;
    border: 1px solid #DDDDDD;
    border-radius: 7px 7px 7px 7px;
    display: block;
    margin: 0px 0px 20px 0px;
    padding: 10px 14px;
    min-height:310px;
    height:auto !important;
    height:310px;
	margin-bottom:20px;
}
.why-us-2 h3 {
	font-size:24px;
	margin-bottom:15px;
}
.why-us-2 img {
	margin-right:10px;
	margin-bottom:140px;
}

/*------------ hepsia vs cpanel page ------------*/
.compare-panels {
	width:440px;
	margin-left:20px;
    display: block;
    margin: 0px 0px 20px 0px;
    padding: 10px 14px;
    min-height:130px;
    height:auto !important;
    height:130px;
	margin-bottom:0px;
}
.compare-panels h3 {
	font-size:24px;
	margin-bottom:15px;
}
.compare-panels.left img {
	margin:0px 0px 0px 10px;
}
.compare-panels.right img {
	margin:0px 10px 0px 0px;
}

/*------------ article 1 pages ------------*/
.article1-container-area {}
.article1-plans-area { display:block; float:left; width:288px; margin-left:10px; padding-top:6px; }
.article1-text-area { display:block; float:right; width:620px; margin-right:10px; }

.article1-plan-box { background:#f7f7f7; }
.article1-plan-title { height:71px; background:#666666 url('images/bottom-shadow.png') repeat-x bottom;  }
.article1-plan-title span { display:block; padding-top:21px; color:#FFF; text-transform:uppercase; text-align:center; font-family: 'Ropa Sans', sans-serif, Arial; font-size:20px; }
.article1-plan-features { padding-top:20px;  font-size:15px; text-align:center; line-height:34px; }
.article1-plan-features strong { font-family: 'Open Sans Condensed', sans-serif, Arial; font-size:17px;}
.article1-plan-price { padding-top:12px; padding-bottom:12px; text-align:center; color:#991111; }
.article1-plan-price span { font-family: 'Ropa Sans', sans-serif, Arial; font-size: 26px;}
.article1-plan-price span.currency {}
.article1-plan-order { padding-top:10px; padding-bottom:30px;  }
.article1-plan-order input { display:block; width:134px; margin:auto; }

.article-plan-best { background-color:#ffe9a8; }
.article-plan-best div.article1-plan-title { background-color:#871f1f; }
.article-plan-best div.article1-plan-title span  { display:block; height:68px; background:url('images/best-plan-corner.png') no-repeat top left;}

/*------------ article 2 pages ------------*/
.article2-container-area {}
.article2-links-area { display:block; float:left; width:202px; padding:6px 28px 0 0; margin-left:10px; background:url('images/vshade.png') no-repeat right top; min-height:448px; }
.article2-links-area a.a-link { display:block; padding:5px 2px 5px 2px; border-bottom:1px solid #D8D8D8; }
.article2-links-area a.a-link:hover, .article2-links-area a.a-link-selected { background:#ededed; }
.article2-text-area { display:block; float:right; width:690px; margin-right:10px; }
.article2-text-plan-area { display:block; width:602px; margin:auto; }
.article2-text-plan-area .article1-plan-box { display:block; width:300px; float:left; border-left:1px solid #FFF; }

/*------------ domain ads article pages ------------*/
.domain-promo {
	width:390px;
	height:205px;
	margin:0px auto;
	border:1px solid #E7E7E7;
	-moz-border-radius: 9px; /* Firefox */
	-webkit-border-radius: 9px; /* Safari, Chrome */
	-o-border-radius: 9px; /* Opera */
	border-radius: 9px; /* CSS3 */
	background: url(images/bg-domain-promo.jpg) no-repeat bottom;
	padding-left:210px;	
}

.domain-promo h3 {
	font-family: 'Open Sans Condensed',sans-serif;
	text-transform:uppercase;
	font-size:31px;
	margin: 20px 0px 30px 0px;
	padding:0px;
}
.domain-promo div {
	border:1px solid #9A9A9A;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-o-border-radius: 5px; /* Opera */
	border-radius: 5px; /* CSS3 */
	height:37px;
	width:370px;
}
.domain-promo div input#domain_sld {
	width:270px;
}
.domain-promo div select#domain_tld {
	border-left:1px solid #B5B5B5;
}
.domain-promo input.domain-search-button {
	margin:20px 0px 0px 0px;
	float:right;
}
.domain-promo div.prices-starts-from {
	font-family: 'Open Sans Condensed',sans-serif;
	font-size:18px;
	float:left; 
	width:265px; 
	border:0px; 
	margin-top:30px;
	font-style:italic;
}
.domain-promo span.tld-price {
	border:0px;
	width:80px;
	margin-left:15px;
	font-style:normal;
}
.domain-promo span.tld-price span.tld-currency {
	font-size: 22px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#347B00;
}
.domain-promo span.tld-price span.tld-price-value {
	font-size: 31px;
	color:#347B00;
}
/*------------end domain ads article pages ------------*/

/*-----script banner------*/
#script-banner {
	width:980px;
	height:238px;
	margin-top: 0px;
	margin-left:0px;
	padding:20px 0px 0px 0px;
}
h3.script-banner-title {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:46px;
	width:500px;
	margin:0px;
	padding:5px 0px 0px 15px;
	font-weight:bold;
}
#script-banner-plan-features {
	float:left;
	width:550px;
}
#script-banner-plan-features ul {
	padding:0px;
	margin:28px 0px 0px 20px;
	float:left;
}
#script-banner-plan-features ul li {
	font-size:17px;
	line-height:32px;
	list-style:none;
	padding-left:40px;
}
/*----- banner price ------*/
.script-banner-price {
	float:right;
	margin-top:0px;
	margin-right:30px;
	text-align:center;
	position:absolute;
	top:110px;
	right:400px;
}
.script-banner-price .price-value {
	font-size:55px;
	font-family: 'Open Sans Condensed', sans-serif;
	margin:0px;
	padding:0px;
}
.script-banner-price .currency {
	font-size:42px;
	font-weight:bold;
}
.script-banner-price .period {
	font-size:24px;
}
#script-banner-plan-features .rpwp-button {
	font-size:26px;
}
/*-----script banner price ------*/
#script-banner-img {
	float:right;
	margin:-9px 12px 0px 0px;
}
/*--------end script banner  ---------*/

.script-main-text {
	line-height:26px;
	margin:10px 0px 15px 0px;
}
.script-main-text h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:30px;
	line-height:40px;
	margin:0px 0px 20px 0px;
	padding:0px;
}
.script-text-col-1, .script-text-col-2 {
	width:305px;
	float:left;
	margin-right:20px;
}
.script-text-col-3 {
	width:305px;
	float:right;
}

#cs_context_help_areas {
	padding-left:110px;
	background:url("images/ico-context-help.png") no-repeat top left;
	background-position:0px 9px;	
	margin-bottom:30px;
	line-height:26px;
}
#cs_video_tutorials {
	padding-left:110px;
	background:url("images/ico-video-tutorials.png") no-repeat top left;
	background-position:0px 9px;	
	margin-bottom:30px;
	line-height:26px;
}
#cs_faq {
	padding-left:110px;
	background:url("images/ico-faq.png") no-repeat top left;
	background-position:0px 9px;	
	margin-bottom:30px;
	line-height:26px;
}
#cs_ticketing_system {
	padding-left:110px;
	background:url("images/ico-ticketing-system.png") no-repeat top left;
	background-position:0px 9px;	
	margin-bottom:30px;
	line-height:26px;
}
#crumbs {
	width: 980px;
	margin:0px auto;
	margin-top:10px;
	height:30px;
	color:#CCC;
}
.current {
	color:#424242;
}
#whois_id_protection_banner {
	text-align:center;
	width:980px;
	height:257px;
	color:#FFF;
}
#whois_id_protection_banner h3 {
	font-family: 'Ropa Sans', sans-serif, Arial;
	font-weight:normal;
	color:#FFF;
	-moz-text-shadow: 1px 1px 2px #000;
	-webkit-text-shadow: 1px 1px 2px #000;
	text-shadow: 1px 1px 2px #000;
	text-transform:capitalize;
	font-size: 39px;
	margin-top:0px;
	padding-top:20px;
}
.sidebar-ad-usa-data-center {
	border:1px solid #DDDDDD;
	padding:15px 5px 15px 90px;
	font-size:17px;
	font-weight:bold;
	/* Border Radius */
	-moz-border-radius: 6px; /* Firefox */
	-webkit-border-radius: 6px; /* Safari, Chrome */
	-o-border-radius: 6px; /* Opera */
	-ms-border-radius: 6px; /* Opera */
	border-radius: 6px; /* CSS3 */
	margin-bottom:4px;
	background: #F9F9F9 url("images/us-flag.png") no-repeat top left;
	background-position:3px 3px;
}
.sidebar-ad-uk-data-center {
	border:1px solid #DDDDDD;
	padding:15px 5px 15px 90px;
	font-size:17px;
	font-weight:bold;
	/* Border Radius */
	-moz-border-radius: 6px; /* Firefox */
	-webkit-border-radius: 6px; /* Safari, Chrome */
	-o-border-radius: 6px; /* Opera */
	-ms-border-radius: 6px; /* Opera */
	border-radius: 6px; /* CSS3 */
	margin-bottom:4px;
	background: #F9F9F9 url("images/uk-flag.png") no-repeat top left;
	background-position:3px 3px;
}
.sidebar-ad-au-data-center {
	border:1px solid #DDDDDD;
	padding:15px 5px 15px 90px;
	font-size:17px;
	font-weight:bold;
	/* Border Radius */
	-moz-border-radius: 6px; /* Firefox */
	-webkit-border-radius: 6px; /* Safari, Chrome */
	-o-border-radius: 6px; /* Opera */
	-ms-border-radius: 6px; /* Opera */
	border-radius: 6px; /* CSS3 */
	background: #F9F9F9 url("images/au-flag.png") no-repeat top left;
	background-position:3px 3px;
}
/*------Article Page-------*/
div.article-summary {
	float:left;
	margin-bottom:30px;
}
.article-thumb {
	float:left;
	margin-right:10px;
	border:3px solid #C8C8C8;
}
.article-thumb:hover {
	float:left;
	margin-right:10px;
	border:3px solid #484848;
}
.article-summary a{
	font-weight:bold;	
}
/*------Article Page-------*/

/*------Videos Page-------*/
div.video-box {
	min-width:320px;
	float:left;
	margin-bottom:30px;
}
.video-thumb {
	float:left;
	margin-right:10px;
	border:3px solid #C8C8C8;
}
.video-thumb:hover {
	float:left;
	margin-right:10px;
	border:3px solid #484848;
}
.video-box a{
	font-weight:bold;	
}
/*------Videos Page-------*/


/*------Instant Domain Search---------*/
#jquery-live-search {
	background: #fff;
	padding: 5px 5px;
	max-height: 400px;
	overflow: auto;
	position: absolute;
	z-index: 999;
	border: 1px solid #A9A9A9;
	border-width: 0 1px 1px 1px;
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.live-search-res{
	line-height:25px;
	border-bottom:1px dotted #999;
	clear:both;
}
.live-search-res img{
	float:right;
	margin-top:5px;
}
/*------Instant Domain Search---------*/