/*
Theme Name: Fresh Looks
Theme URI: http://wordpress.org/
Description: The Fresh Looks hosting theme
Author: ResellersPanel.com
Version: 1.0.1
License: GNU General Public License
License URI: license.txt
Tags:  green, white, one-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;
}
/*****************************/
/*** Core html setup stuff ***/
/*****************************/
@font-face {
	font-family: VAGRounded;
	font-weight:bold;
	src: url('fonts/VAGRound.ttf');
}
@font-face {
	font-family: VAGRounded;
	src: url('fonts/Vagroln.ttf');
}

body {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 14px;
	_text-align: center;
	min-width: 1000px;
	color: #000;
	background: #f2fdd8 url(images/bkg_body.png) top center repeat-x;
}
a{
	text-decoration: none;
	color:#df1453;
}
a:hover{
	text-decoration: underline;
}
a:hover, a:active, a:focus {outline:none;}
img{
	border-style: none;
}
.left{ float:left; }
.right{ float:right; }
.clear { clear: both; overflow:hidden; font-size:0; line-height:0; }
h1 {
	font-size:30px;
	font-weight:bold;
}
h2 {
	font-family: VAGRounded, 'Nunito', Trebuchet MS, sans-serif;
	font-size:24px;
	font-weight:bold;
}
h4 {
	font-size:14px;
	font-weight:bold;
}
h5 {
	font-size:16px;
	font-weight:normal;
}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#wrapper_fixed{
	width:1000px;
	padding:0px;
	margin:0px auto;
	position: relative;
}
#header_left{
	float:left; 
	width:590px;
	height:116px;
	padding:0;
	margin:0;
}
#header_right{
	float:right; 
	width:410px;
	height:116px;
	padding:0;
	margin:0;
}
#header_top{
	float:left; 
	width:410px;
	height:46px;
	margin:23px 0 0 0;
	padding:0;
}
.position{
	width: 1000px;
	margin:0px auto;
	_text-align: left;
}
.hidden_text{
	display:none;
}

/*****************************************/
/*** Site Title and Description in the Header ***/
/*****************************************/
h1#header_logo a{
	float:left;
	width:575px;
	height:30px;
	margin:0 0 0 15px;
	padding:0px;
	font-family: VAGRounded, 'Nunito', Trebuchet MS, sans-serif;
	text-decoration:none;
	font-size:40px;
	line-height:52px;
	font-weight:bold;
	display: block;
	color:#2c6700;
}
h5#header_logo {
	float:left;
	width:575px;
	margin:18px 0 0 15px;
	padding:0px;
	font-family: VAGRounded, 'Nunito', Trebuchet MS, sans-serif;
	font-size:16px;
	font-weight:bold;
	display: block;
	color:#2c6700;
}

/*****************************************/
/*** Login Field in the Header ***/
/*****************************************/
#rpwp-login-wrapper{
	float:left; 
	width:110px;
	height:46px; 
	padding:0; 
	margin:0 0 0 10px; 
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size:14px; 
	line-height:46px;
	background: url(images/header_login_icon.png) top left no-repeat; 
}
#rpwp-login-wrapper a{
	padding-left:45px;
	font-weight:bold;
	text-decoration:none;
	color:#fff; 
}
#rpwp-login-wrapper a:hover{
	color:#fff21a; 
	text-decoration:none;
}

/*****************************************/
/***Sign Up in the Header ***/
/*****************************************/
#rpwp-login-form-text{
	float:left; 
	width:110px;
	height:46px; 
	padding:0; 
	margin:0; 
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size:14px; 
	line-height:46px;
	background: url(images/header_signup_icon.png) top left no-repeat; 
}
#rpwp-login-form-text a {
	padding-left:45px;
	font-weight:bold;
	text-decoration:none; 
	color:#fff;
}
#rpwp-login-form-text a:hover{
	text-decoration:none; 
	color:#fff21a;
}
 
/*****************************************/
/***Phone Number in the Header ***/
/*****************************************/
#header_phone {
	float:left; 
	width:410px;
	height:47px; 
	padding:0; 
	margin:0; 
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size:12px; 
	line-height:47px;
	color:#2c6700; 
	text-align:center;
}
#header_phone .small {
	padding-left: 5px;
	color:#2c6700;
	font-family: Trebuchet MS, Arial, sans-serif;
	line-height:47px;
}
#header_phone .number {
	padding-left: 5px;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:47px;
	color:#2c6700;
}

/*****************************************/
/*** Live Chat in the Header ***/
/*****************************************/
#live_chat{
	float:left;
	display: block;
	width: 170px;
	height:46px; 
	margin:0 0 0 10px; 
	padding:0; 
	overflow: hidden;
}


/*****************************************/
/*** Main Menu ***/
/*****************************************/
#menu{
	float:left;
	width:1000px;
	height:40px;
	margin:0px;
	padding:0;
	
	background-image: linear-gradient(bottom, #FCE5BA 0%, #F9FCFE 100%);
	background-image: -o-linear-gradient(bottom, #FCE5BA 0%, #F9FCFE 100%);
	background-image: -moz-linear-gradient(bottom, #FCE5BA 0%, #F9FCFE 100%);
	background-image: -webkit-linear-gradient(bottom, #FCE5BA 0%, #F9FCFE 100%);
	background-image: -ms-linear-gradient(bottom, #FCE5BA 0%, #F9FCFE 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #FCE5BA),
		color-stop(1, #F9FCFE)
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#F9FCFE', EndColorStr='#FCE5BA'); /* IE6–IE9 */	

/* Box Radius */
	-moz-border-top-left-radius: 8px; /* Firefox */
	-moz-border-top-right-radius: 8px; /* Firefox */
	-webkit-border-top-left-radius: 8px; /* Safari, Chrome */
	-webkit-border-top-right-radius: 8px; /* Safari, Chrome */
	-o-border-top-left-radius: 8px; /* Opera */
	-o-border-top-right-radius: 8px; /* Opera */
	border-top-left-radius: 8px; /* CSS3 */
	border-top-right-radius: 8px; /* CSS3 */

	}
#menu ul.dropdown{
	float:left;
	height:40px;
	width:100%;
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: none; 
	list-style:none;
/*	background: url(images/bkg_butseparator.gif) top left no-repeat; */
}
#menu ul.dropdown li{
	float:left;
	height:40px;
	padding:0;
	position:relative; /* hey Submenu ULs, appear below! */
	background:none;
}
#menu ul.dropdown li a{
	margin: 0px;
	padding: 0 10px;
	font-family: VAGRounded, 'Nunito', Trebuchet MS, sans-serif;
	font-size:14px;
	line-height: 40px;
	text-transform:uppercase;
	font-weight:bold;
	display: block;
	text-decoration: none;
	color:#2c6700;
}
#menu ul.dropdown li a:hover{
	float:left;
	margin: 0px;
	padding: 0 10px;
	line-height: 40px;
	text-decoration: none;
	display: block;
	color:#fff;
	background:#2c6700;
}
#menu ul.dropdown li:hover a{
	display:block;
	color:#fff;
	background:#2c6700;
}
#menu ul.dropdown li.current_page_item a, #menu ul.dropdown li.current-menu-item a,  #menu ul.dropdown li.current-menu-ancestor a,  #menu ul.dropdown li.current-page-ancestor a, .menu-hover-class {
	float:left;
	margin: 0px;
	padding: 0 10px;
	line-height: 40px;
	text-decoration: none;
	display: block;
	color:#b40037;
}

/*****************************************/
/*** Sub Menu ***/
/*****************************************/
 ul.dropdown li ul {
	min-width:212px;
	margin:0px;
	padding:2px;
	list-style: none;
	position:absolute;
	z-index:500;
	background:#2c6700;
	border-top:5px solid #2c6700;
	border-bottom:5px solid #2c6700;
	top:30px;
/* Box Radius */
	-moz-border-bottom-right-radius: 6px; /* Firefox */
	-moz-border-bottom-left-radius: 6px; /* Firefox */
	-moz-border-top-right-radius: 6px; /* Firefox */
	-webkit-border-bottom-right-radius: 6px; /* Safari, Chrome */
	-webkit-border-bottom-left-radius: 6px; /* Safari, Chrome */
	-webkit-border-top-right-radius: 6px; /* Safari, Chrome */
	-o-border-bottom-right-radius: 6px; /* Opera */
	-o-border-bottom-left-radius: 6px; /* Opera */
	-o-border-top-right-radius: 6px; /* Opera */
	border-top-right-radius: 6px; /* CSS3 */
	border-bottom-right-radius: 6px; /* CSS3 */
	border-bottom-left-radius: 6px; /* CSS3 */
	
}
ul.dropdown ul ul {
	top:0;
	left:100%; /* Position the sub menus to right. */
}
#menu ul.dropdown  li ul.sub-menu li  {
	width:212px;
	height:auto;
	margin:0px; 
	padding:0;
/*	background: transparent;    */
	border-top:1px solid #d6c5a2;
	border-bottom:1px solid #ffefd0;
}
ul.dropdown li ul a {
	display:block;
}
#menu ul.dropdown  li ul.sub-menu li a {
	width:200px;
	margin:0px;
	padding:5px 6px;
	line-height:normal;
	border: none; 
	color:#2c6700;
	background:#ecd8b3;
}

#menu ul.dropdown  li ul.sub-menu li a:hover { 
	width:200px;
	padding:5px 6px;
	margin:0px;
	color: #b40037;
	background:#d4bc90;
}

#menu ul.dropdown  li ul.sub-menu li:hover { 
	color: #b40037;
	background:#d4bc90;
}

#menu ul ul.sub-menu li.current-menu-item , #menu ul.dropdown li ul.sub-menu li.current-menu-item a { 
	color: #b40037;
	background:#d4bc90;
}

/* Hide all the dropdowns (submenus) */
ul.dropdown ul,
ul.dropdown li:hover ul ul,
ul.dropdown ul li:hover ul ul
{ display: none; }
 
/* Display the submenus only when li are hovered */
ul.dropdown li:hover ul,
ul.dropdown ul li:hover ul ,
ul.dropdown ul li ul li:hover ul
{ display: block; }

/*****************************************/
/*** Breadcrumbs ***/
/*****************************************/
#crumbs {
	width: 980px;
	padding:10px 0 10px 10px;
	height:50px;
	line-height:40px;
	font-family: Trebuchet MS, Arial, sans-serif;
	color:#535353;
}
#crumbs a{
	color:#ee0149;
}
.current {
	color:#000;
}

/*****************************************/
/*** Content ***/
/*****************************************/
#content{
	float:left;
	width:1000px;
	margin:0 0 40px 0;
	padding:0;
	position:relative;
	z-index:1;
	background:#fff;
	
/* Box Radius */
	-moz-border-radius: 8px; /* Firefox */
	-webkit-border-radius: 8px; /* Safari, Chrome */
	-o-border-radius: 8px; /* Opera */
	border-radius: 8px; /* CSS3 */
/* Box Shadow */
	-webkit-box-shadow:  0px 0px 16px  #2c6700;
	box-shadow:  0px 0px 16px  #2c6700;
}
#front_page_content{
	float:left;
	width:1000px;
	margin:0;
}
#default_content, #internal_page_1 {
	padding: 0 25px 50px;
	margin:0;
	line-height:24px;
}
#internal_page_2{
	padding: 0 0px 50px;
	margin:0;
}

/*****************************************/
/*** Footer ***/
/*****************************************/
#footer{
	float:left;
	width:1000px;
	padding:0px;
	margin:0px;
	background:#2c6700;
	
/* Box Radius */
	-moz-border-bottom-left-radius: 8px; /* Firefox */
	-moz-border-bottom-right-radius: 8px; /* Firefox */
	-webkit-border-bottom-left-radius: 8px; /* Safari, Chrome */
	-webkit-border-bottom-right-radius: 8px; /* Safari, Chrome */
	-o-border-bottom-left-radius: 8px; /* Opera */
	-o-border-bottom-right-radius: 8px; /* Opera */
	border-bottom-left-radius: 8px; /* CSS3 */
	border-bottom-right-radius: 8px; /* CSS3 */
}
#footer_menu{
	float: left;
	width: 225px;
	margin:0px 12px 20px 12px;
	padding: 0px;
}
#footer_menu h3{
	font-family: VAGRounded, 'Nunito', Trebuchet MS, sans-serif;
	font-size: 20px;
	font-weight:normal;
	color:#b1f77d;
}
#footer_menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footer_menu ul li{
	padding:4px 0px 4px 10px;
	border-bottom:1px dotted #fff;
}
#footer_menu ul li a{
	font-size: 14px;
	display: inline-block;
	text-decoration: none;
	color:#fff;
}
#footer_menu a:hover{
	color:#fff000;
}
#footer_contacts{
	float: left;
	width: 976px;
	margin: 10px 12px 0 12px;
	padding: 0px;
	font-size: 12px;
	color:#bcdea2;
}
#footer_contacts a:link{
	font-size: 12px;
	color:#fff;
}
#footer_contacts a:hover{
	font-size: 12px;
	color:#fff000;
}
#footer_cards{
	float: right;
	width: 250px;
	height: 24px;
	margin:0 12px 10px 0;
	background: url(images/footer_cards.jpg) no-repeat scroll 0 0;
}
#copyright{
	float:left;
	width:600px;
	margin-left:12px;
	font-size: 12px;
	color:#bcdea2;
}

/*****************************************/
/*** Buttons ***/
/*****************************************/
.rpwp-btn { width:110px; text-align:center;}
.rpwp-button{
	cursor: pointer;
	display:block;
	position:relative;
	padding: 2px 20px 2px 20px;	
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-variant:normal;
	color: #fff;
	border:none;
	/* Border Radius */
	-moz-border-radius: 8px; /* Firefox */
	-webkit-border-radius: 8px; /* Safari, Chrome */
	-o-border-radius: 8px; /* Opera */
	-ms-border-radius: 8px; /* Opera */
	border-radius: 8px; /* CSS3 */
}
.rpwp-button.colorize{
	background-image: linear-gradient(bottom, #76A401 0%, #93CD00 100%);
	background-image: -o-linear-gradient(bottom, #76A401 0%, #93CD00 100%);
	background-image: -moz-linear-gradient(bottom, #76A401 0%, #93CD00 100%);
	background-image: -webkit-linear-gradient(bottom, #76A401 0%, #93CD00 100%);
	background-image: -ms-linear-gradient(bottom, #76A401 0%, #93CD00 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #76A401),
		color-stop(1, #93CD00)
	);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#93CD00', EndColorStr='#76A401'); /* IE6–IE9 */
}
.rpwp-button.colorize:hover{
	background-image: linear-gradient(bottom, #577802 0%, #78A701 100%);
	background-image: -o-linear-gradient(bottom, #577802 0%, #78A701 100%);
	background-image: -moz-linear-gradient(bottom, #577802 0%, #78A701 100%);
	background-image: -webkit-linear-gradient(bottom, #577802 0%, #78A701 100%);
	background-image: -ms-linear-gradient(bottom, #577802 0%, #78A701 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #577802),
		color-stop(1, #78A701)
	);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#78A701', EndColorStr='#577802'); /* IE6–IE9 */	
}

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

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

	          filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5E5E5E', EndColorStr='#3F3F3F'); /* IE6–IE9 */
}
.rpwp-button.left{
	float:left;
}
.rpwp-button.right{
	float:right;
}
.rwp-button.center{
	margin:0px auto;
	text-align:center;
}
.rpwp-button .gloss{
}
.rpwp-block{padding-right: 2em;padding-bottom:30px;}

/*****************************************/
/*** Content headers - special pages ***/
/*****************************************/
#content_header{
	padding: 0 25px; 
	font-size: 14px; 
	margin:0px;
	margin-bottom:10px;
	position:relative;
}
#content_header h1, #content_header h2, #content_header h3, #domain-content-main h1, #aboutus-content-main h1, #default_content h1{
	font-family: VAGRounded, 'Nunito', Trebuchet MS, sans-serif;
	font-size: 36px;
	font-weight:bold;
	color:#000;
	margin-top:10px;
	line-height:normal;
}
.header_dedicated{
	float: left;
	width: 950px;
	background: url(images/header_dedicated_servers.jpg) no-repeat top right;
}
.header_semi-dedicated{
	float: left;
	width: 950px;
	background: url(images/header_semi_dedicated_servers.jpg) no-repeat top right;
}
.header_web_hosting{
	float: left;
	width: 950px;
	background: url(images/header_web_hosting.jpg) no-repeat top right;
}
.header_vps_compare{
	float: left;
	width: 950px;
	background: url(images/header_vps.jpg) no-repeat top right;
}
.header_vps_openvz{
	float: left;
	width: 950px;
	background: url(images/header_vps_openvz.jpg) no-repeat top right;
}
.header_vps_virtuozzo{
	float: left;
	width: 950px;
	background: url(images/header_vps_virtuozzo.jpg) no-repeat top right;
}
.header_domains{
	float: left;
	width: 950px;
	background: url(images/header_domains.jpg) no-repeat top right;
}
.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;
	line-height:24px;
	font-size:14px;
	padding-bottom:10px;
}
/******    Hepsia Page   ******/
.header_hepsia {
	float: left;
	width: 950px;
	height:270px;
}
.text_hepsia {
	width:460px;
	line-height:28px;
	font-size:14px;
	padding-bottom:10px;
	float:left;
}
.hepsia-top-video {
	float:right;
	margin:0px 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;
}
.line-full-width{
	border-top:1px solid #b5b5b5;
}

/*****************************************/
/*** Default content for inner pages ***/
/*****************************************/
#default_content ol{
	padding:0 0 0 20px;
}
#default_content ol li{padding: 4px 0 4px 9px;}
#default_content p{line-height:24px;}

/*****************************************/
/*** Domain Search ***/
/*****************************************/
/*-----domain name only banner------*/
#domain-only-banner, #domain-hosting-banner {
	float:left;
	width:970px;
	height:242px;
	margin-top: -20px;
	margin-left:-25px;
	padding:15px 15px 0px 15px;
	background: url(images/domain-only-banner.jpg) no-repeat bottom left;
}
#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-size:36px;
	margin:0px;
	font-weight:bold;
	text-transform: uppercase;
}
#domain-only-banner .text, #domain-hosting-banner .text {
	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-size:36px;
	margin:0px;
	font-weight:bold;
}
/*-----domain name only banner------*/
/*-----domain tld banner------*/
#domain-tld-banner {
	float:left;
	width:970px;
	height:222px;
	margin-top: 0px;
	margin-left:-25px;
	padding:15px 15px 0px 15px;
	font-size:36px;
	background: url(images/domain-only-banner.jpg) no-repeat bottom left;
}
#domain-tld-banner .arrow {
	background: url(images/hand-paint-arrow.png) no-repeat center;
}
#domain-tld-banner span.tld {
	float:none;
	font-size:100px;
	line-height:120px;
}
#domain-tld-banner span.currency {
	font-size:90px;
}
#domain-tld-banner span.price-value {
	font-size:123px;
	line-height:140px;
}
/*-----domain tld banner------*/
/*-----domain tld banner 2------*/
#domain-tld-banner-2 {
	float:left;
	width:970px;
	height:212px;
	margin: 0 0 0 -25px;
	padding:30px 15px 0px 15px;
	font-size:36px;
	color:#fff;
	background:#2c6700;
}
#domain-tld-banner-2 .arrow {
	background: url(images/hand-paint-arrow.png) no-repeat center;
}
#domain-tld-banner-2 span.tld {
	float:none;
	font-size:100px;
	line-height:120px;
	color:#fff;
}
#domain-tld-banner-2 span.currency {
	font-size:90px;
	color:#fff;
}
#domain-tld-banner-2 span.price-value {
	font-size:123px;
	line-height:140px;
	color:#fff;
}
.free-domain {
	padding-right:10px;
	font-size:60px;
	font-weight:bold;
	text-align:right;
}
.domain-tld-banner-text {
	font-size:20px; line-height:24px; text-transform:uppercase;
}
#domain-tld-banner-2 .domain-price {
	font-size:60px;
	font-weight:bold;
}
#domain-tld-banner-2 td.domain-price {
	width:160px;
	padding-right:10px;
	text-align:right;
}
#domain-tld-banner-2 .domain-currency {
	font-size:50px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
/*-----domain tld banner 2------*/
/*------------domain page 2---------------*/
#domain-content-main {
	float:left;
	width:630px;
	padding-right:20px;
	display:block;
}
#domain-content-main p {
	line-height:26px;
}
#domain-banner-1 {
	float:left;
	width:650px;
	margin-top: 0px;
	margin-left:-25px;
	padding: 0 25px 0 0;
	background:#2c6700;
/* Box Radius */
	-moz-border-bottom-left-radius: 8px; /* Firefox */
	-moz-border-bottom-right-radius: 8px; /* Firefox */
	-webkit-border-bottom-left-radius: 8px; /* Safari, Chrome */
	-webkit-border-bottom-right-radius: 8px; /* Safari, Chrome */
	-o-border-bottom-left-radius: 8px; /* Opera */
	-o-border-bottom-right-radius: 8px; /* Opera */
	border-bottom-left-radius: 8px; /* CSS3 */
	border-bottom-right-radius: 8px; /* CSS3 */
}
#domain-banner-1 div {
	float:left;
	width:460px;
	height:40px;
	margin:0 95px;
	padding:0;
}
h3.domain-banner-title-1 {
	float:left;
	font-size:30px;
	width:650px;
	margin:0px;
	padding:15px 0px;
	font-weight:bold;
	text-align:center;
	color:#fff;
}
#domain-banner-1 h4 {
	float:left;
	width:650px;
	text-align:center;
	font-size:23px;
	font-weight:normal;
	color:#cbff4a;
}
#domain-banner-1 h4 strong.tld-cont {
	font-size:32px;
	color:#91cb00;
}

#domain-sidebar {
	float:right;
	width:305px;
	margin-top:-15px;
	margin-right:-25px;
	padding:10px 10px;
	display:block;
	background:#fce5ba;
}
#domain-sidebar h3 {
	font-size:19px;
	margin:0px;
	padding:0px 0px 0px 30px;
	font-weight:normal;
	background:#000; 
	color:#FFF; 
	border:1px solid #000000;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	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-size:19px;
	padding:0px 0px 0px 30px;
	font-weight:normal;
	background:#000; 
	color:#FFF; 
	border:1px solid #000000;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px; 
	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 table.tld-prices th {
	height:35px;
	font-size:17px;
	font-weight:normal;
	color:#fff;
	background:#2c6700;

}
#domain-sidebar table.tld-prices tr {
	background:#faf2e0;
}
#domain-sidebar table.tld-prices tr td {
	padding-left:15px;
	border-top:1px solid #b9b9b9;
	border-bottom:1px solid #F3F3F3;
}
.tld-price-currency {
	font-size:16px;
	font-weight:bold;
	color:#000;
}
#domain-sidebar table.tld-prices tr td .tld-price-value {
	font-size:18px;
	color:#000;
}
table.tld-prices td strong.tld {
	font-size:22px;
	color:#000;
}
#sidebar_accordion td.year {
	color:#3D3D3D;
	font-size:19px;
}
#sidebar_accordion td.price {
	font-size:22px;
}
#domain-sidebar strong { 
	line-height:25px;
}

/*------------domain page 2---------------*/
#domain-search-area, #domain-search-area-4 {
	float:left;
	width:1000px;
	margin:0 0 20px -25px;
	padding: 0px;
	background:#2c6700;
/* Box Radius */
	-moz-border-bottom-left-radius: 8px; /* Firefox */
	-moz-border-bottom-right-radius: 8px; /* Firefox */
	-webkit-border-bottom-left-radius: 8px; /* Safari, Chrome */
	-webkit-border-bottom-right-radius: 8px; /* Safari, Chrome */
	-o-border-bottom-left-radius: 8px; /* Opera */
	-o-border-bottom-right-radius: 8px; /* Opera */
	border-bottom-left-radius: 8px; /* CSS3 */
	border-bottom-right-radius: 8px; /* CSS3 */
}
#domain-search-form {
	float:left;
	width:460px;
	height:80px;
	margin-left:80px;
	text-align:left;
}
#domain-search-form h3 {
	float:left;
	height:30px;
	margin:0;
	padding:0 0 0;
	font-size:18px;
	font-weight:normal;
	line-height:24px;
	color:#fff;
}
#domain-search-form div{
	float:left;
	width:460px;
	height:40px;
	margin:0px;
	padding:0;
}
form, fieldset { margin:0; padding:0; outline:none; }
input, select { outline:none; }
#domain-search-form div form, #domain-banner-1 div form, .sidebar-domain-search div form{
	height:40px;
	background:#f8faf7;
	-moz-border-radius: 6px; 
	-o-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px; 
}
#domain_sld {
	float:left;
	width:240px;
	height:28px;
	margin:0px; 
	padding:5px;
	font-size:20px;
	line-height:26px;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-style:italic;
	color:#434242;
	background:none;
	border:0px solid #FFF;
	border-right:1px solid #607400;
	display:block;
}
#domain_tld {
	float:left;
	width:97px;
	height:36px;
	margin:0; 
	padding:0px;
	background:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:36px;
	border:0px solid #FFF;
	display:block;
}
.domain-search-button {
	float:right;
	width:82px;
	height:36px;
	margin-right:2px;
	margin-top:2px;
}
#promo-tlds {
	float:right;
	width:440px;
	height:80px;
	margin:0 20px 0 0;
}
#promo-tlds h3{
	margin:5px 0;
	padding:0 0 0 20px;
	font-size:20px;
	color:#fff;
}
#promo-tlds p{
	margin:0;
	padding:0 0 0 20px;
	color:#fff;
}
#promo-tlds a{
	color:#ffde00;
}
#tld-box {
	float:left;
	width:220px;
	height:30px;
	margin: 7px 0 3px 0;
	padding:0px;
}
.tld {
	float:left;
	width:93px;
	height:30px;
	padding-right:6px;
	font-size:18px;
	font-weight:bold;
	line-height:30px;
	text-align:right;
	color:#fff;
}
.tld-price{
	float:right;
	width:110px;
	height:30px;
	margin:0;
	text-align:center;
}
.tld-currency {
	color:#fff;
	font-size:18px;
}
.tld-price-value {
	font-size:18px;
	font-weight:bold;
	line-height:30px;
	color:#fff;
}
.tld-period {
	font-size:18px;
	color:#fff;
}

#domain_results_header {
	float:left;
	width:624px;
	height:38px;
	margin:0;
	border:1px solid #577802;
	
	background-image: linear-gradient(bottom, #577802 0%, #78A701 100%);
	background-image: -o-linear-gradient(bottom, #577802 0%, #78A701 100%);
	background-image: -moz-linear-gradient(bottom, #577802 0%, #78A701 100%);
	background-image: -webkit-linear-gradient(bottom, #577802 0%, #78A701 100%);
	background-image: -ms-linear-gradient(bottom, #577802 0%, #78A701 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #577802),
		color-stop(1, #78A701)
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#78A701', EndColorStr='#577802'); /* IE6–IE9 */

	color:#FFF;
	font-weight:bold;

}
#domain_results_header_left {
	float:left;
	width:426px;
	padding:10px 5px 10px 10px;
	
	border-right:1px solid #577802;
}
#domain_results_header_right {
	float:left;
	width:167px;
	padding:10px 5px 10px 10px;

}
table#domain_results_table{
	margin:0;
	border:1px solid #D2D2D2;
}

#domain-tables {
	padding:7px 20px;
}
/* root element for domain-tabs  */
ul.domain-tabs {
    list-style:none;
    margin:0 !important;
    padding:0;
    border-bottom:1px solid #577802;
    height:40px;
}

/* single tab */
ul.domain-tabs li {
    float:left;
    text-indent:0;
    padding:0;
    margin:0 !important;
    list-style-image:none !important;
	border-right:1px solid #FFF;
}

/* link inside the tab. uses a background image */
ul.domain-tabs a {
	background-image: linear-gradient(bottom, #BEBEBE 0%, #EEEEEE 100%);
	background-image: -o-linear-gradient(bottom, #BEBEBE 0%, #EEEEEE 100%);
	background-image: -moz-linear-gradient(bottom, #BEBEBE 0%, #EEEEEE 100%);
	background-image: -webkit-linear-gradient(bottom, #BEBEBE 0%, #EEEEEE 100%);
	background-image: -ms-linear-gradient(bottom, #BEBEBE 0%, #EEEEEE 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #BEBEBE),
		color-stop(1, #EEEEEE)
	);	
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#EEEEEE', EndColorStr='#BEBEBE'); /* IE6–IE9 */

    font-size:16px;
	font-weight:bold;
    display:block;
    height: 40px;
    line-height:40px;
    width: 240px;
    text-align:center;
    text-decoration:none;
    color:#333;
    padding:0px;
    margin:0px;
    position:relative;
	border-right:1px solid #B8B8B8;
}

ul.domain-tabs a:active {
    outline:none;
}

/* when mouse enters the tab move the background image */
ul.domain-tabs a:hover {
	background-image: linear-gradient(bottom, #577802 0%, #78A701 100%);
	background-image: -o-linear-gradient(bottom, #577802 0%, #78A701 100%);
	background-image: -moz-linear-gradient(bottom, #577802 0%, #78A701 100%);
	background-image: -webkit-linear-gradient(bottom, #577802 0%, #78A701 100%);
	background-image: -ms-linear-gradient(bottom, #577802 0%, #78A701 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #577802),
		color-stop(1, #78A701)
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#78A701', EndColorStr='#577802'); /* IE6–IE9 */
  
	color:#fff;
    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 {
	background-image: linear-gradient(bottom, #577802 0%, #78A701 100%);
	background-image: -o-linear-gradient(bottom, #577802 0%, #78A701 100%);
	background-image: -moz-linear-gradient(bottom, #577802 0%, #78A701 100%);
	background-image: -webkit-linear-gradient(bottom, #577802 0%, #78A701 100%);
	background-image: -ms-linear-gradient(bottom, #577802 0%, #78A701 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #577802),
		color-stop(1, #78A701)
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#78A701', EndColorStr='#577802'); /* IE6–IE9 */

	cursor:default !important;
    color:#FFF !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;
}
table.rp-tld-price{
	border-right:1px dotted #b5b5b5;
}
.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;
	color:#fff;
	border-left:1px dotted #003748;
	
	background-image: linear-gradient(bottom, #577802 0%, #3C5200 100%);
	background-image: -o-linear-gradient(bottom, #577802 0%, #3C5200 100%);
	background-image: -moz-linear-gradient(bottom, #577802 0%, #3C5200 100%);
	background-image: -webkit-linear-gradient(bottom, #577802 0%, #3C5200 100%);
	background-image: -ms-linear-gradient(bottom, #577802 0%, #3C5200 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #577802),
		color-stop(1, #3C5200)
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3C5200', EndColorStr='#577802'); /* IE6–IE9 */
}
.rp-tld-row-even{background:#dedede;}
.rp-tld-price td, .rp-tld-info td{text-align:right;padding:6px 8px; border-left:1px dotted #b5b5b5; border-bottom:1px dotted #b5b5b5;}
.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; color:#fff; background:#577802; border-left:1px dotted #003748;}
.rp-tld-price td.rp-tld-col-first a, .rp-tld-info td.rp-tld-col-first a{color:#fff000;}
.rp-tld-price td.rp-tld-col-last, .rp-tld-info td.rp-tld-col-last{border-right:1px dotted #b5b5b5;}
.wrap{padding: 1px;}

/*****************************************/
/*** Plan Tables ***/
/*****************************************/
#rp_presentation{
	border-style: none;
	width: 100%;
	border-spacing:0px;
	border-collapse: collapse;
	table-layout: fixed;
	background: url(images/bkg_tables.jpg) no-repeat top center;
	border:1px dotted #717171;
}
#rp_presentation td{
	vertical-align:middle;
}
/*** Plan Header ***/
.rp_pr_plan_header {
	border-bottom:1px dotted #717171;
}
.rp_pr_plan_header .rp_pr_plan{
	height: 40px;
	padding-top:20px;
	vertical-align:middle;
	font-family: VAGRounded, 'Nunito', Trebuchet MS, sans-serif;
	font-size: 20px;
	font-weight:bold;
	text-transform: capitalize;
	color:#000;
	background:inherit;
	border-left:1px dotted #717171;
}
.rp_pr_plan_header .rp_pr_plan.rp_pr_best{
	font-size: 30px;
	background:#c9e681;
	border-left:1px dotted #717171;
}

/*** Features Header ***/
.rp_pr_feature_header .rp_pr_desc{
	text-transform: uppercase;
	font-size:16px;
	line-height:30px;
	font-weight:Bold;
	padding-left:30px;
	color:#000;
	height: 40px;
}
.rp_pr_feature_header .rp_pr_plan.rp_pr_best{
	height: 30px;
	padding-right:0px;
	background:#c9e681;
	border-left:1px dotted #717171;
}
.rp_pr_feature_header .rp_pr_plan.rp_pr_after_best, .rp_pr_feature_header .rp_pr_plan{
	height: 30px;
	padding-right:0px;
	background:#fff;
	border-left:1px dotted #717171;
}

/*** Features ***/
.rp_pr_features .rp_pr_desc div{
	position:relative; 
	margin:0 0 0 30px; 
	padding:0;}
.rp_pr_features .rp_pr_desc{
	width: 320px;
	padding: 7px 0;
	font-size: 14px;
}
.pr_rp_desc_info_test{position:absolute;width: 200px;background-color: #FFFFD2; border: 1px solid #FDB179;
/* Box Radius */
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-o-border-radius: 4px; /* Opera */
	border-radius: 4px; /* CSS3 */
	/* 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+ */
	padding: 0.5em;right: 0;
	top: 100%;
	z-index:1;
	font-size: 12px;
}
.rp_pr_features .pr_rp_desc_info{
	margin-left:-5px;
	padding: 0px 5px 0px 5px
}
.rp_pr_plan{
	margin: 0;
	padding: 7px;
	text-align: center;
	color:#000;
	background:#fff;
	border-left:1px dotted #717171;
}
.rp_pr_plan a:link{
}
.rp_pr_features .rp_pr_plan.rp_pr_best{
	background:#c9e681;
	border-left:1px dotted #717171;
}
.rp_pr_plan.first-plan {
	border-left:none;
}
.plan-overview {
	margin-top:-25px;
	padding:0px 5px 10px;
}

/*** Prices ***/
.rp_pr_features.rp_pr_features_price .rp_pr_desc{
	font-weight: bold;
	font-size: 16px;
	color: #000;
}
.rp_pr_features.rp_pr_features_price .rp_pr_plan{
	font-family: VAGRounded, 'Nunito', Trebuchet MS, sans-serif;
	font-size: 24px;
	font-weight:bold;
	color:#df1453;
	border-left:1px dotted #717171;
	font-weight: normal;
}
.rp_pr_features.rp_pr_features_price .rp_pr_plan span{
	font-size: 26px;
	font-weight:bold;
}

/*** Signup ***/
.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 .rp_pr_plan.rp_pr_best{
	background:#c9e681;
	border-left:1px dotted #717171;
}
/****  OVERRIDE FOR ORDER BUTTTONS IN TABLES  ****/
.rp_pr_signup .rpwp-button.colorize{display:inline;margin-bottom:20px; margin-top:20px; padding:4px 6px;}
.rp_pr_signup .rp_pr_best .rpwp-button.colorize{font-size: 22px; padding:6px 12px;}
.rp_upgrades .rp_pr_signup .rp_pr_best .rpwp-button.colorize{font-size: 18px; padding: 5px 5px;}
/****  END OVERRIDE FOR ORDER BUTTTONS IN TABLES  ****/

/*** Plan End ***/
.rp_pr_end .rp_pr_plan{
	height:7px;
	border-left: 0;
	background:#fff;
	border-left:1px dotted #717171;
}
.rp_pr_end .rp_pr_plan.rp_pr_best{/*background: url("images/pr_footer_best.gif") no-repeat scroll 0 0;*/
	background:#c9e681;
	border-left:1px dotted #717171;
}

/*****************************************/
/*** Plan Tables Upgrades***/
/*****************************************/
.rp_upgrades{
	border:1px dotted #717171;
	padding:0px;
	margin:0 20px;
}

/*** Feature Headers***/
.rp_upgrades .rp_pr_feature_header .rp_pr_desc{
	background-image: none;
	color: #000000;
	font-size: 14px;
	font-weight:bold;
	text-transform: uppercase;
	
	background-image: linear-gradient(bottom, #FFFFFF 0%, #D1D1D1 100%);
	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #D1D1D1 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #D1D1D1 100%);
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #D1D1D1 100%);
	background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #D1D1D1 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #FFFFFF),
		color-stop(1, #D1D1D1)
	);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#D1D1D1', EndColorStr='#FFFFFF'); /* IE6–IE9 */
}
.rp_upgrades .rp_pr_feature_header .rp_pr_plan{
	font-family: VAGRounded, 'Nunito', Trebuchet MS, sans-serif;
	font-size: 18px;
	font-weight:bold;
	background-image: none;
	color: #000000;
	border-left:1px dotted #717171;
	
	background-image: linear-gradient(bottom, #FFFFFF 0%, #C9E681 100%);
	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #C9E681 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #C9E681 100%);
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #C9E681 100%);
	background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #C9E681 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #FFFFFF),
		color-stop(1, #C9E681)
	);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#C9E681', EndColorStr='#FFFFFF'); /* IE6–IE9 */
}
.rp_upgrades .rp_pr_feature_header .rp_pr_plan.rp_pr_best{
	color:#000;

	background-image: linear-gradient(bottom, #C9E681 0%, #A9C75E 100%);
	background-image: -o-linear-gradient(bottom, #C9E681 0%, #A9C75E 100%);
	background-image: -moz-linear-gradient(bottom, #C9E681 0%, #A9C75E 100%);
	background-image: -webkit-linear-gradient(bottom, #C9E681 0%, #A9C75E 100%);
	background-image: -ms-linear-gradient(bottom, #C9E681 0%, #A9C75E 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #C9E681),
		color-stop(1, #A9C75E)
	);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#A9C75E', EndColorStr='#C9E681'); /* IE6–IE9 */
}
/*** Features***/
.rp_upgrades .rp_pr_plan{
	color:#000;
	background:#fff;
	border-left:1px dotted #717171;
}
.rp_upgrades .rp_pr_plan.rp_pr_best{
	background:#C9E681;
	border-left:1px dotted #717171;
}
.rp_upgrades .rp_pr_end{display:none;}



/*****************************************/
/***  VPS Compare Plans ***/
/*****************************************/
#tower-box {
	float:left;
	width:181px;
	margin-top:25px;
	position:relative;
	color:#000;
	background:#fff;
	border:1px dotted #717171;
}
#tower-box-title {
	width:100%;
	height:56px;
	padding:0px;
	position:relative;
	
	background-image: linear-gradient(bottom, #FFFFFF 0%, #C9E681 100%);
	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #C9E681 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #C9E681 100%);
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #C9E681 100%);
	background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #C9E681 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #FFFFFF),
		color-stop(1, #C9E681)
	);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#C9E681', EndColorStr='#FFFFFF'); /* IE6–IE9 */
}

#tower-box-title h2 {
	margin:0px;
	padding:20px 10px 0px 10px;
	font-family: VAGRounded, 'Nunito', Trebuchet MS, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#000;
	text-align:center;
	text-transform:uppercase;
}
#tower-box-content{
	float:left;
	width:181px;
	margin:0px;
	border-top:1px dotted #717171;
}
#tower-box-price {
	width:181px;
	text-align:center;
	padding-top:10px;
}
.tower-box-price-currency {
	font-family: VAGRounded, 'Nunito', Trebuchet MS, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#df1453;
}
.tower-box-price-value {
	font-family: VAGRounded, 'Nunito', Trebuchet MS, sans-serif;
	font-size:28px;
	font-weight:bold;
	color:#df1453;
}
.tower-box-price-period {
	font-family: VAGRounded, 'Nunito', Trebuchet MS, sans-serif;
	font-size:18px;
	color:#df1453;
}
#tower-box-content ul{
	float:left;
	width:181px;
	height:250px;
	padding:0px 0px 0px 0px;
	margin:0px;
}
#tower-box-content-2 ul {
	float:left;
	width:181px;
	padding:10px 0px 0px 0px;
	margin:0px;
}

#tower-box-content ul li, #tower-box-content-2 ul li {
	margin:0px;
	padding: 10px 0px;
	list-style:none;
	line-height:normal;
	font-size:13px;
	text-align:center;
}
#tower-box-content ul li strong, #tower-box-content-2 ul li strong {
	font-size:15px;
}
#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:-25px;
	left:43px;
	width:96px;
	height:48px;
	background:url(images/best-plan.png) top left no-repeat;
	z-index:2;
}
#default_content.content_vps_openvz table{
	float:left;
	width:100%;
	margin:10px 0;
}
a.expand {
	float:left;
	height:25px;
	width:50px;
	padding-left:20px;
	margin-left:55px;
	line-height:24px;
	background:url(images/plus.gif) left no-repeat;
}
a.collapse {
	float:left;
	height:25px;
	width:50px;
	padding-left:20px;
	margin-left:55px;
	line-height:24px;
	background:url(images/minus.gif) left no-repeat;
}
a.expand_all {
	float:right;
	height:25px;
	padding-left:20px;
	margin-right:0px;
	margin-bottom:0px;
	line-height:24px;
	background:url(images/plus.gif) left no-repeat;
}
a.collapse_all {
	float:right;
	height:25px;
	padding-left:20px;
	margin-right:0px;
	margin-bottom:0px;
	line-height:24px;
	background:url(images/minus.gif) left no-repeat;
}

/*------- compare box ----------*/
#compare-box {
	float:left;
	width:183px !important;
	margin-top:25px;
	position:relative;
	background:#fff;
	border:1px dotted #717171;
}
#compare-box-title {
	padding:0px;
	height:56px;
	position:relative;
}

#compare-box-title h2 {
	font-family: VAGRounded, 'Nunito', Trebuchet MS, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#000;
	margin:0px;
	padding:15px 10px 0px 10px;
	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;
}

/*****************************************/
/*** OpenVZ VPS plans ***/
/*****************************************/
.openvz-plan-even {
	float:left;
	width:97%;
	background:#bad772;
	border:1px solid #fff;
	padding:10px;
	position:relative;
}
.openvz-plan-even:hover {
	background:#aac95e;
}
.openvz-plan-odd {
	float:left;
	width:97%;
	background:#e3ff9c;
	border:1px solid #fff;
	padding:10px;
	position:relative;
}
.openvz-plan-odd:hover {
	background:#cae684;
}
.openvz-plan-name {
	font-family: VAGRounded, 'Nunito', Trebuchet MS, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#000;
}
.openvz-plan-features {
	line-height:26px;
}
.openvz-plan-price {
	font-size:24px;
	font-weight:bold;
	color:#df1453;
}
.openvz-price-currency {
	font-size:18px;
	font-weight:bold;
	color:#df1453;
}
.openvz-plan-price-mo {
	font-size:18px;
	font-weight:bold;
	color:#df1453;
}
.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 18px;
	margin:0px;
	list-style:none;
	line-height:28px;
	background:url(images/list-style-1.png) left no-repeat;
}
.openvz-plan-odd div.best-plan-openvz, .openvz-plan-even div.best-plan-openvz {
	position:absolute;
	width:126px;
	height:30px;
	top:86px;
	left:-5px;
	background:url(images/best-plan-openvz.png) no-repeat left top;
}
.openvz-plan-odd.best, .openvz-plan-even.best {
	background:#fdd895;
}
/*****************************************/
/***New Content ***/
/*****************************************/
div.text-box.domain-box {
	float:left;
	width:650px;
	height:auto;
	margin-top:20px;
	padding:0;
	background:none;
}
div.text-box.domain-box div span {
	float:left;
	width:630px;
	margin:0 20px 0 0;
	padding:0px;
	line-height:26px;
}
div.text-box.domain-box div h3 {
	float:left;
	width:630px;
	margin:0 20px 0 0;
	padding:0px;
	font-size:18px;
	font-weight:bold;
}
div.text-box.without-img {
	float:left;
	width:50%;
	height:auto;
	margin-top:20px;
	padding:0;
	background:none;
}
div.text-box.without-img div span {
	float:left;
	width:90%;
	margin:0 10px;
	padding:0px;
	line-height:26px;
}
div.text-box.without-img div h3 {
	float:left;
	margin:0 10px;
	padding:0px;
	font-size:18px;
	font-weight:bold;
}

/*------------about us page 1---------------*/
#aboutus-content-main {
	float:left;
	width:630px;
	display:block;
}
#aboutus-content-main h2{
	margin:20px 0 0 0;
	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---------------*/
/*------------ 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 { 
	float:left;
	width:278px;
	margin:0 10px 10px 0;
	padding:0;
	text-align:center;
	position:relative;
	border:1px solid #79a901;
	
/* Box Radius */
	-moz-border-radius: 8px; /* Firefox */
	-webkit-border-radius: 8px; /* Safari, Chrome */
	-o-border-radius: 8px; /* Opera */
	border-radius: 8px; /* CSS3 */
/* Box Shadow */
	-webkit-box-shadow:  0px 0px 16px  #2c6700;
	box-shadow:  0px 0px 16px  #2c6700;
}
.article1-plan-title { 
	float:left;
	width:278px;
	height:40px;
	margin: 0;
	padding:0 0 10px 0;
	font-family: VAGRounded, 'Nunito', Trebuchet MS, sans-serif;
	text-align:center;
	color:#000;
}
.article1-plan-title span { display:block; padding-top:15px; color:#000; text-transform:uppercase; text-align:center; font-size:30px; font-weight:bold; }
.article1-plan-features { padding:20px 10px 0;  font-size:15px; text-align:center; line-height:34px; color:#000;}
.article1-plan-features strong {font-size:17px;}
.article1-plan-price { font-family: VAGRounded, 'Nunito', Trebuchet MS, sans-serif; padding-top:12px; padding-bottom:12px; text-align:center; color:#df1453; }
.article1-plan-price span { font-family: VAGRounded, 'Nunito', Trebuchet MS, sans-serif; font-size: 26px; font-weight:bold;}
.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:#ffce8e; }
.article-plan-best div.article1-plan-title { background-color:#ffce8e; }

/*------------ article 2 pages ------------*/
.article2-container-area {}
.article2-links-area { display:block; float:left; width:202px; padding:6px 28px 0 0; margin-left:10px; min-height:448px; }
.article2-links-area a.a-link { display:block; padding:5px 2px 5px 2px; border-bottom:1px solid #aaaaaa; }
.article2-links-area a.a-link:hover, .article2-links-area a.a-link-selected { background:#e8e5e5; }
.article2-text-area { display:block; float:right; width:690px; margin-right:10px; }
.article2-text-plan-area { float:left; display:block; width:635px; margin-left:55px; }
.article2-text-plan-area .article1-plan-box { display:block; width:278px; float:left; margin-right:20px; }

/*------------ 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 {
	text-transform:uppercase;
	font-size:22px;
	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:255px;
}
.domain-promo div select#domain_tld {
	border-left:1px solid #B5B5B5;
	margin-top:1px;
}
.domain-promo input.domain-search-button {
	margin:20px 0px 0px 0px;
	float:right;
}
.domain-promo div.prices-starts-from {
	float:left; 
	width:280px; 
	height:30px;
	font-size:16px;
	border:0px; 
	margin-top:25px;
	font-style:italic;
}
.domain-promo span.tld-price {
	float:right;
	width:120px;
	height:30px;
	margin:-4px 0 0 0px;
	padding:0;
	font-style:normal;
	background:none;
}
.domain-promo span.tld-price span.tld-currency {
	font-size: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#df1453;
}
.domain-promo span.tld-price span.tld-price-value, .domain-promo span.tld-price span.tld-period {
	font-size: 24px;
	color:#df1453;
}
/*------------end domain ads article pages ------------*/

/*------------sidebar domain search ------------*/
.sidebar-domain-search {
	height:165px;
}
.sidebar-domain-search h3 {
	font-size:24px;
	margin:0px;
	padding:0px 0px 0px 10px;
}
.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 {
	float:left;
	height:33px;
	line-height:27px;
	/*line-height:25px;# hack for Safari */
	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 {
	padding-top:2px;
	margin:0 0 20px 0px;
	text-align:center;
	line-height:normal;
	color:#000;
	border:1px solid #79a901;
	
/* Box Radius */
	-moz-border-radius: 8px; /* Firefox */
	-webkit-border-radius: 8px; /* Safari, Chrome */
	-o-border-radius: 8px; /* Opera */
	border-radius: 8px; /* CSS3 */
/* Box Shadow */
	-webkit-box-shadow:  0px 0px 16px  #2c6700;
	box-shadow:  0px 0px 16px  #2c6700;
}
.sidebar-domain-table table{
	margin:-30px 0 0px 0px;
}

.sidebar-domain-table td {
	text-align:center;
	line-height:normal;
	padding:3px 5px;
}
.sidebar-domain-table td .tld {
	float:none;
	padding:0;
	font-family: VAGRounded, 'Nunito', Trebuchet MS, sans-serif;
	font-size:14px;
	height:inherit;
	color:#000;
	border:none;
}
.sidebar-domain-table td .tld-price {
	float:none;
	padding:0;
	font-family: VAGRounded, 'Nunito', Trebuchet MS, sans-serif;
	font-size:14px;
	color:#cf3125;
	background:none;
}
/*------------end sidebar domain search ------------*/

/*------------data centers ------------*/
#us-dc-banner {
	float:left;
	width:960px;
	height:232px;
	margin: 0px 0 0px -25px;
	padding:25px 0px 0px 40px;
	font-size:16px;
	color:#fff;
	background: url(images/bg-us-dc-banner.png) no-repeat top left;
}
#us-dc-banner h3{
	margin:-10px 0 0 0;
	padding:0px;
	font-size:48px;
}
#us-dc-banner ul {
	padding:0px 0px 0px 20px;
	margin:15px 0px 0px 0px;
}
#us-dc-banner ul li {
	padding:2px 0;
	margin:0px;
}
#us-dc-banner a {
	color:#fff000;
}
#dc-box {
	float:left;
	width:462px;
	margin:0 5px;
	font-size:14px;
	background:#fff;
	border:1px solid #c8c8c8;
/* Box Radius */
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	-o-border-radius: 10px; /* Opera */
	border-radius: 10px; /* CSS3 */
}
#dc-box #box-title {
	padding:0px 0px 0px 15px;
}
#dc-box #box-title h2{
	margin-bottom:5px;
	color:#000;
}
#dc-box #box-content {
	width:436px;
	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;
}
.learn-more-link {
	float:right;
	width:160px;
	margin:10px 15px;
	font-weight:bold;
	text-align:right;
}
/*------------end data centers ------------*/

/*------------ data center pages ---------------*/
.dc-header-container {float:left; padding:0; width:100%;}
.dc-video-containter {float:left; 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; margin-right:0px;}
.dc-image img { border:7px solid #aaaaaa; }
.dc-information { float:left; width:540px; }
.dc-information p { text-align:justify; 	line-height:24px;}
.dc-bottom-line { margin:14px 0 0 0; padding:0; font-size:0; height:7px;}

/*------------ data center page 2 ------------*/
.dc-banner {
	width:450px;
	height:340px;
	padding:5px 480px 0 20px;
	padding-left:20px;
}
.dc-banner p{
	line-height:24px;
}
.dc-banner h1{
	margin-bottom:-10px;
}
.us-dc {
	border:1px solid #c8c8c8;
/* Box Radius */
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	-o-border-radius: 10px; /* Opera */
	border-radius: 10px; /* CSS3 */
	background:#fff url(images/banner-usa-data-center.jpg) top right no-repeat;
}
.se-dc {
	border:1px solid #c8c8c8;
/* Box Radius */
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	-o-border-radius: 10px; /* Opera */
	border-radius: 10px; /* CSS3 */
	background:#fff url(images/banner-se-data-center.jpg) top right no-repeat;
}
.au-dc {
	border:1px solid #c8c8c8;
/* Box Radius */
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	-o-border-radius: 10px; /* Opera */
	border-radius: 10px; /* CSS3 */
	background:#fff url(images/banner-au-data-center.jpg) top right no-repeat;
}
.uk-dc {
	border:1px solid #c8c8c8;
/* Box Radius */
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	-o-border-radius: 10px; /* Opera */
	border-radius: 10px; /* CSS3 */
	background:#fff url(images/banner-uk-data-center.jpg) top right no-repeat;
}

/*---------DC Tabs------------*/
/* root element for dc-tabs  */
ul.dc-tabs {
	list-style:none;
	margin:0 !important;
	padding:0;
	height:40px;
    border-bottom:3px solid #202020;
}
/* single tab */
ul.dc-tabs li {
	float:left;
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important;
	border-right:1px solid #FFF;
}
/* 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: 180px;
	text-align:center;
	text-decoration:none;
	padding:0px;
	margin:0px;
	position:relative;
	
	background-image: linear-gradient(bottom, #BEBEBE 0%, #EEEEEE 100%);
	background-image: -o-linear-gradient(bottom, #BEBEBE 0%, #EEEEEE 100%);
	background-image: -moz-linear-gradient(bottom, #BEBEBE 0%, #EEEEEE 100%);
	background-image: -webkit-linear-gradient(bottom, #BEBEBE 0%, #EEEEEE 100%);
	background-image: -ms-linear-gradient(bottom, #BEBEBE 0%, #EEEEEE 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #BEBEBE),
		color-stop(1, #EEEEEE)
	);	
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#EEEEEE', EndColorStr='#BEBEBE'); /* IE6–IE9 */

    color:#333;
	border-right:1px solid #B8B8B8;
}
ul.dc-tabs a:active {
	outline:none;
}
/* when mouse enters the tab move the background image */
ul.dc-tabs a:hover {
	top:1px;
	
	background-image: linear-gradient(bottom, #577802 0%, #78A701 100%);
	background-image: -o-linear-gradient(bottom, #577802 0%, #78A701 100%);
	background-image: -moz-linear-gradient(bottom, #577802 0%, #78A701 100%);
	background-image: -webkit-linear-gradient(bottom, #577802 0%, #78A701 100%);
	background-image: -ms-linear-gradient(bottom, #577802 0%, #78A701 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #577802),
		color-stop(1, #78A701)
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#78A701', EndColorStr='#577802'); /* 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 {
	cursor:default !important;
	top:1px;
	
	background-image: linear-gradient(bottom, #577802 0%, #78A701 100%);
	background-image: -o-linear-gradient(bottom, #577802 0%, #78A701 100%);
	background-image: -moz-linear-gradient(bottom, #577802 0%, #78A701 100%);
	background-image: -webkit-linear-gradient(bottom, #577802 0%, #78A701 100%);
	background-image: -ms-linear-gradient(bottom, #577802 0%, #78A701 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #577802),
		color-stop(1, #78A701)
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#78A701', EndColorStr='#577802'); /* IE6–IE9 */
  
	color:#fff;

	border-right:1px solid #255601;
	border-left:1px solid #255601;
	border-top:1px solid #255601;
}
/* 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;
}

/*--------- Customer Support ------------*/
#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;
}

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

/*------------ why us page 2 ------------*/
.why-us-2 {
	float:left;
	width:424px;
    height:310px;
    padding: 10px 14px;
	margin:0 10px;
	margin-bottom:20px;
    display: block;
	line-height:26px;
	background: #F5F5F5;
    border: 1px solid #DDDDDD;
    border-radius: 7px;
	-moz-border-radius: 7px; /* Firefox */
	-webkit-border-radius: 7px; /* Safari, Chrome */
	-o-border-radius: 7px; /* Opera */
}
.why-us-2 h3 {
	font-size:24px;
	margin:0 0 15px 0;
	padding:0;
}
.why-us-2 img {
	margin-right:10px;
	margin-bottom:140px;
}

/*------------ 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;}

/*------------ 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;
	line-height:24px;
}
.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;
}

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

/* Component containers
----------------------------------*/
.ui-widget-header { border: 1px solid #618901; background: #7cae01; color: #FFF; font-weight: bold; line-height:15px; }
.ui-widget-header a { color: #FFF; }
.ui-widget-header span a:link { color: #000; }
.ui-widget-header.header { color:#000; }
#all_pm { height:90px; }
#PayPalDP label { height:75px; overflow:visible; padding-top:15px; }
#submit_order .ui-button {
	font-size: 22px;
	padding:6px 15px 9px;
	border:0px;
	color:#FFF;
	background:#da0344;
	font-weight:bold;
}
#submit_order .ui-button:hover {
	font-size: 22px;
	padding:6px 15px 9px;
	text-decoration: none;
	border:0px;
	color:#FFF;
	background:#830028;
	font-weight:bold;
}

/*------------ shared box articles ---------------*/
#shared-box {
	float:right;
	width:280px;
	height:300px;
	margin:0 0px 10px 25px;
	padding:0;
	text-align:center;
	position:relative;
	border:1px solid #79a901;
	
/* Box Radius */
	-moz-border-radius: 8px; /* Firefox */
	-webkit-border-radius: 8px; /* Safari, Chrome */
	-o-border-radius: 8px; /* Opera */
	border-radius: 8px; /* CSS3 */
/* Box Shadow */
	-webkit-box-shadow:  0px 0px 16px  #2c6700;
	box-shadow:  0px 0px 16px  #2c6700;
}
#shared-box #box-title {
	float:left;
	width:280px;
	height:40px;
	margin:0px 0 50px 0;
	padding:0;
	text-align:center;
}
#box-title h2{
	height:40px;
	margin-top:0;
	padding-top:0;	
	font-family: VAGRounded, 'Nunito', Trebuchet MS, sans-serif;
	font-size:30px;
	line-height:40px;
	font-weight:normal;
	color:#000;
}
#shared-box form{
	float:left;
	margin:0 62px;
}
#shared-box  form .rpwp-button.colorize{display:inline; padding:5px 20px;}
#shared-box #box-price  {
	width:298px;
	margin:0;
	text-align:center;
	padding:0;
	color:#df1453;
	font-family: VAGRounded, 'Nunito', Trebuchet MS, sans-serif;
	position:absolute;
	top:60px;
	left:0;
}
#shared-box #box-price .box-price-value {
	font-family: VAGRounded, 'Nunito', Trebuchet MS, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#df1453;
}
#shared-box #box-price .box-price-currency  {
	padding-right:4px;
	font-family: VAGRounded, 'Nunito', Trebuchet MS, sans-serif;
	font-size:24px;
	color:#df1453;
}
#shared-box #box-price .box-price-period {
	font-family: VAGRounded, 'Nunito', Trebuchet MS, sans-serif;
	font-size:24px;
	color:#df1453;
}
#shared-box #box-content{
	float:left;
	width:250px;
	margin:0 15px;
	padding:0;
	border:none;
	text-align:left;
}
#shared-box #box-content ul{
	float:left;
	width:230px;
	margin:10px 0 10px 20px;
	padding:0;
}
.plan-details-link {
	float:left;
	width:250px;
	margin:5px 0;
	text-align:center;
}
.plan-details-link a{

	color:#bd281d;
}

/*****************************************/
/*** Front Page Content ***/
/*****************************************/
#home-banner-1 {
	float:left;
	width:1000px;
	height:325px;
	margin:0px;
	background: url(images/bg-banner.jpg) no-repeat top left;
	position:relative;
}
h2.home-banner-title-1 {
	width:950px;
	font-family: VAGRounded, 'Nunito', Trebuchet MS, sans-serif;
	font-size: 48px;
	margin:20px 25px 0px 25px;
	padding:0;
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
}
h3.home-banner-title-1 {
	width:950px;
	font-family: VAGRounded, 'Nunito', Trebuchet MS, sans-serif;
	font-size: 24px;
	margin:-10px 25px 25px 25px;
	padding:0;
	font-weight:bold;
	color:#000;
}
/*----- banner features ------*/
#home-banner-1-plan-features {
	float:left;
	width:675px;
	margin-left:0px;
}
#home-banner-1-plan-features ul {
	float:left;
	padding:0px;
	margin:0px 0px 0px 25px;
}
#home-banner-1-plan-features ul li {
	padding-left:15px;
	font-size:18px;
	line-height:30px;
	list-style:none;
	color:#000;
	background:url(images/list-style-1.png) left no-repeat;
}
#home-banner-1-plan-features ul li span{
	font-size:18px;
	font-weight:bold;
	line-height:30px;
	list-style:none;
	color:#000;
}
/*----- banner price ------*/
.home-banner-1-price {
	width:155px;
	height:80px;
	margin:0;
	padding:0px;
	font-family: VAGRounded, 'Nunito', Trebuchet MS, sans-serif;
	color: #FFF;
	text-align:center;
	position:absolute;
	left:675px;
	top:165px;
}
.home-banner-1-price .price-value {
	font-size:36px;
	line-height:40px;
	font-weight:bold;
}
.home-banner-1-price .currency {
	padding-right:4px;
	font-size:24px;
	line-height:40px;
	font-weight:bold;
}
.home-banner-1-price .period {
	font-size:18px;
	line-height:20px;
	font-weight:normal;
	text-transform:uppercase;
}

/*----- video button ------*/
.home-banner-1-buttons {
	float:left;
	width:412px;
	margin:25px 0 0 25px;
}
.home-banner-play-video {
	float:left;
	width:200px;
	height:40px;
	margin:0 0 0 12px;
	text-align:center;
	background:url(images/play-video.png) top left no-repeat;
}
.home-banner-play-video a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:40px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	color:#fff;
	text-transform:uppercase;
}
.home-banner-play-video a:hover{
	color:#d80344;
}

/*----- order button ------*/
.home-banner-sign-up {
	float:left;
	width:185px;
	height:40px;
	margin:0px;
	padding:0 0 0 15px;
	text-align:left;
	background:url(images/sign-up-button.png) top left no-repeat;
}

.home-banner-sign-up .rpwp-button2{
	width:200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:40px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	display:block;
	color:#fff;
	text-transform:uppercase;

	background:none;
	background-image:none;
	border:none;
	box-shadow:none;
	padding:0;
	margin:0;
}

.home-banner-sign-up .rpwp-button2:hover{
	color:#fedc9d;
}

/*----- plans ------*/
#front_page_content-plan-area{
	float:left;
	width:1000px;
	margin: 0;
	padding:0;
}
#shared-box1 {
	float:left;
	width:860px;
	height:120px;
	margin:0;
	padding:0 0 0 140px;
	text-align:left;
	border-bottom:1px dotted #555555;
	position:relative;
}
#shared-box1.first {
	background:url(images/shared-box-1.png) top left no-repeat;
}
#shared-box1.second {
	background:url(images/shared-box-2.png) top left no-repeat;
}
#shared-box1.third {
	background:url(images/shared-box-3.png) top left no-repeat;
}
#shared-box1.fourth {
	background:url(images/shared-box-4.png) top left no-repeat;
}
#shared-box1.fifth {
	background:url(images/shared-box-5.png) top left no-repeat;
}
#shared-box1.sixth {
	background:url(images/shared-box-6.png) top left no-repeat;
}
#shared-box1.seventh {
	background:url(images/shared-box-7.png) top left no-repeat;
}
#shared-box1.eight {
	background:url(images/shared-box-8.png) top left no-repeat;
}

#shared-box1 #box-title {
	float:left;
	width:auto;
	margin:0px;
	padding:0;
	text-align:left;
}
#box-title h4{
	height:40px;
	margin:0;
	padding:0;	
	font-family: VAGRounded, 'Nunito', Trebuchet MS, sans-serif;
	font-size:30px;
	line-height:40px;
	font-weight:bold;
}
#box-title h4 a{
	color:#2c6700;
	text-decoration:none;
}
#box-title h4 a:hover{
	color:#000;
	text-decoration:none;
}


#shared-box1 form{
	position:absolute;
	right:25px;
	bottom:25px;
}

/*  box price  */
#shared-box1 #box-price {
	float:left;
	width:auto;
	margin:0;
	padding:6px 0 0 15px;
	font-family: VAGRounded, 'Nunito', Trebuchet MS, sans-serif;
	line-height:34px;
	text-align:left;
}
#box-price .box-price-value {
	font-size:24px;
	font-weight:bold;
	color:#df1453;
}
#box-price .box-price-currency {
	padding-right:4px;
	font-size:24px;
	font-weight:bold;
	color:#df1453;
}
#box-price .box-price-period {
	font-size:24px;
	font-weight:bold;
	color:#df1453;
}

#box-content1 {
	float:left;
	width:630px;
	margin:0;
	padding:0;
}

/*----- welcome text, other services and testimonials ------*/

#front_page_content-main {
	float:left;
	width:1000px;
	margin:0 0 20px 0;
	padding:40px 0 0 0;
	background:url(images/bkg_frontpage_features.png) top center no-repeat;
}
#home-cp-text, #other-services, #home-webapp-text {
	float:left;
	width:300px;
	min-height:160px;
	margin-left:25px;
}
#front_page_content-main h2{
	font-family: VAGRounded, 'Nunito', Trebuchet MS, sans-serif;
	margin:0;
	padding:0 0 20px 0;
	font-size:18px;
	font-weight:bold;
	color:#000;
}
#home-cp-text, #home-webapp-text{
	padding-bottom:60px;
	line-height:18px;
	position:relative;
}
#view-demo{
	width:139px;
	height:30px;
	padding-left:10px;
	position:absolute;
	right:0;
	bottom:0;
	background:url(images/bkg_view_demo.png) top center no-repeat;
}
#view-demo a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:30px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	color:#2c6700;
	text-transform:uppercase;
}
#view-demo a:hover{
	color:#d80344;
}

#other-services ul {
	list-style:none;
	padding:0;
	margin:0;
}
#other-services ul li {
    padding:6px 0;
    margin:0 ;
	font-size:15px;
	font-weight:bold;
	list-style-image:none;
	color: #d80344;
}
#other-services ul li a{
	color: #000;
	text-decoration:underline;
}
#other-services ul li a:hover{
	color: #d80344;
	text-decoration:none;
}
.personal-feedback {
	float:left;
	width:300px;
	height:160px;
	margin-left:25px;
	overflow:hidden;
}
.personal-feedback p {
	font-style:italic;
	line-height:18px;
	padding:0 5px;
}

/*****************************************/
/*** Blog Content ***/
/*****************************************/
#category_content {
	padding: 10px 25px 50px;
}
#category_content-main {
	float:left;
	width:640px;
	margin:0px;
	line-height:24px;
}
#category_content-main p{
	line-height:24px;
}
#category_content-main h1 {
	margin-top:0px;
	margin-left:25px;
	font-family: VAGRounded, 'Nunito', Trebuchet MS, sans-serif;
	font-size: 36px;
	font-weight:bold;
	color:#000;
	line-height:42px;
}
body.single #category_content-main h1 {
	margin-top:0px;
	margin-left:0px;
	font-family: VAGRounded, 'Nunito', Trebuchet MS, sans-serif;
	font-size: 36px;
	font-weight:bold;
	color:#000;
}
#category_content-main h2 {
	font-size:29px;
	line-height:31px;
	color:#000;
	margin:0px;
	padding:0px;
}
#category_content-main h2 a {
	color:#b31308;
}
/* ----------Comments ---------*/
#comments {
	padding:0px 10px 0px 10px;
}
#comments h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:24px;
}
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 4px;
	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;
}

/* Search form */
form#searchform div{
	height:38px;
	margin-bottom:25px;
	border:1px solid #adadad;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	background-image: linear-gradient(bottom, #e9e8e8 0%, #ffffff 100%);
	background-image: -o-linear-gradient(bottom, #e9e8e8 0%, #ffffff 100%);
	background-image: -moz-linear-gradient(bottom, #e9e8e8 0%, #ffffff 100%);
	background-image: -webkit-linear-gradient(bottom, #e9e8e8 0%, #ffffff 100%);
	background-image: -ms-linear-gradient(bottom, #e9e8e8 0%, #ffffff 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #e9e8e8),
		color-stop(1, #ffffff)
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#e9e8e8'); /* IE6–IE9 */	
}
form#searchform div label.screen-reader-text {
	float:left;
	margin:0px; 
	padding:5px;
	font-size:14px;
	line-height:28px;
	font-style:italic;
	color:#000;
	background:none;
	border:none;
	display:block;
}
form#searchform div input#s {
	float:left;
	width:120px;
	height:20px;
	margin:8px 0; 
	padding:0px 3px;
	background:none;
	font-size:16px;
	line-height:20px;
	color:#000;
	background:#eae9e9;
	border:1px solid #adadad;
	display:block;
}
form#searchform div input#searchsubmit {
	float:right;
	width:60px;
	height:36px;
	margin-right:2px;
	margin-top:1px;
	border: none;
	color:#fff;
	
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	background-image: linear-gradient(bottom, #262626 0%, #676767 100%);
	background-image: -o-linear-gradient(bottom, #262626 0%, #676767 100%);
	background-image: -moz-linear-gradient(bottom, #262626 0%, #676767 100%);
	background-image: -webkit-linear-gradient(bottom, #262626 0%, #676767 100%);
	background-image: -ms-linear-gradient(bottom, #262626 0%, #676767 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #262626),
		color-stop(1, #676767)
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#676767', EndColorStr='#262626'); /* IE6–IE9 */
}

/*------- sidebars ----------*/
#sidebar {
	width:280px;
	float:right;
	padding:10px 10px;
	display:block;
}
#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:5px 0px;
	margin:0px;
}


/*-----Customizing the Time and Date------*/
.date-formating {
	float:left;
	width:60px;
	background:#7db21e;
	text-align:center;
	padding-top:5px;
}
.month {
	text-transform:uppercase;
	font-weight:bold;
	color:#000;
}
.day {
	text-transform:uppercase;
	font-weight:bold;
	font-size:23px;
	color:#000;
}
.year {
	font-size:11px;
}
.time {
	font-size:12px;
	padding:3px 0px;
	color:#fff;
	background:#345002;
}
.cat-excerpt {
	float:left;
	width:550px;
	margin-left:10px;
	line-height:18px;
}


/*--------Terms Page------------*/
.terms-left-col {
	float:left;
	width:475px;
	margin-top:10px;
}
.terms-left-col h2 {
	margin:0px;
	padding:0px;
}
/*--------Terms Page------------*/

/*-------- OVERLAYS ------------*/
.video_overlay {
	display:block;
	width:640px;
	height:360px;
}
/*-------- END OVERLAYS --------*/
/*-----script banner------*/
#script-banner {
	float:left;
	width:970px;
	height:238px;
	margin: 0 0 0px -25px;
	padding:10px 15px 0px 15px;
	position:relative;
	background:#2c6700;
}
h3.script-banner-title {
	font-size:30px;
	width:500px;
	margin:0px;
	padding:5px 0px 0px 15px;
	font-weight:bold;
	color:#fff;
}
#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:34px;
	list-style:none;
	padding-left:25px;
	color:#fff;
	background:url(images/list-style-1.png) left no-repeat;
}
/*----- banner price ------*/
.script-banner-price {
	float:right;
	margin-top:0px;
	margin-right:30px;
	text-align:center;
	position:absolute;
	top:110px;
	right:400px;
	color:#fff;
}
.script-banner-price .price-value {
	font-size:55px;
	margin:0px;
	padding:0px;
	color:#fff;
}
.script-banner-price .currency {
	font-size:42px;
	font-weight:bold;
	color:#fff;
}
.script-banner-price .period {
	font-size:24px;
	color:#fff;
}
#script-banner-plan-features .rpwp-button {
	font-size:26px;
}
/*-----script banner price ------*/
#script-banner-img {
	float:right;
	margin:-9px 0px 0px 0px;
}
/*--------end script banner  ---------*/
.script-main-text {
	line-height:26px;
	margin:10px 0px 15px 0px;
}
.script-main-text h2 {
	font-size:24px;
	line-height:40px;
	margin:0px 0px 20px 0px;
	padding:0px;
}
.script-main-text img {
	padding-left:20px;
}
.script-text-col-1, .script-text-col-2 {
	width:304px;
	float:left;
	margin-right:17px;
}
.script-text-col-3 {
	width:304px;
	float:right;
}
.script-text-col-1 ul li, .script-text-col-2  ul li, .script-text-col-3  ul li{
	padding:4px 0;
}
#whois_id_protection_banner {
	float:left;
	margin:0 0 0px -25px;
	width:1000px;
	height:257px;
	text-align:center;
	color:#FFF;
	background:url("images/banner-whois-id-protect.jpg") no-repeat top center;
}
#whois_id_protection_banner h3 {
	font-size: 30px;
	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;
	margin:0px;
	padding-top:15px;
}
.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;
}
/*------Videos Page-------*/
div.video-box {
	float:left;
	min-width:310px;
	margin-bottom:30px;
	font-size:13px;
}
.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-------*/
.line {
	margin:15px 10px;
	border-bottom:1px solid #FFF; 
	border-top:1px solid #CCC; 
}
/*------Article Page-------*/
div.article-summary {
	float:left;
	margin-bottom:30px;
	line-height:24px;
}
.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;	
}
#aboutus-content-main div.article-summary h2 {
	margin-top:0px;
}
/*------Article Page-------*/
/*------Instant Domain Search---------*/
#jquery-live-search {
	background: #fff;
	padding: 3px 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---------*/

/*--- ORDER ---*/
.sum span.tld-price{
	background:none;
	font-weight:bold;
	border:none;
	margin:0px;
	padding:0px;
	height:auto;
	width:auto;
	float:none;
}