/**
 * http://www.rwgusa.net
 */
 
.clear { clear:both; }



/*********** HEADER *********** */
/********************************/
#header {width:100%; float:left;background-color:#1b3858;}	
.header-wrapper {width:915px;margin: 0 auto; /* center the div */height:157px;}
.siteHeader {margin-right: auto;margin-left: auto;*zoom: 1;width:940px;position:relative;z-index:1;}
.headerBg{ background-image: url(../../images/en_US/template/site_tail_top.jpg);height:157px;width:1026px;z-index:-1;left: -53%;position:absolute;}	

/* HEADER LEFT */
.logo{width:100%;padding-top: 54px;}

/* HEADER CONTACTS */
.top-contacts{color: #FFFFFF;left: 360px;position: absolute;top: 55px;}
.top-cotancts-up {font-size: 27px;line-height: 50px;}
.top-contacts-down { font-size: 85%;word-spacing: 7px;}

/*HEADER RIGHT */	
.topRightBlock{float: right;height: 136px;}
.topRightLinks {width:317px;font-size: 10px;text-transform: uppercase;margin-bottom: 10px;margin-top: 10px;text-align: right;}
.topRightLinks a{float:left;padding: 5px 2px 5px 5px;font-family:Arial;}
.topRightLinks a:link{color:#FFFFFF; text-decoration: none;}
.topRightLinks a:visited{color:#FFFFFF;}
.topRightLinks a:hover{color:#04bcea; text-decoration: none;}
.topLinks {float: left;width:163px;}
.topLinks2 {float: left;width:142px;}
.topForms{}
.top-search-bar {position:absolute;right:0px;bottom:65px;}	
.top-search-bar li.active{
		text-decoration: none;
		cursor: pointer;
		background: #1b3858;
		background: -moz-linear-gradient(top, #1b3858 0%, #254f7d 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1b3858), color-stop(100%,#254f7d));
		background: -webkit-linear-gradient(top, #1b3858 0%,#254f7d 100%);
		background: -o-linear-gradient(top, #1b3858 0%,#254f7d 100%);
		background: -ms-linear-gradient(top, #1b3858 0%,#254f7d 100%);
		background: linear-gradient(to bottom, #1b3858 0%,#254f7d 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b3858', endColorstr='#254f7d',GradientType=0 );
	}

.top-search-bar li {font-size: 10px;text-transform: uppercase;text-align: center;width: 106px;padding: 5px;}
.top-search-bar a{text-decoration: none;color:#fff;}

/*TABS */
.tabs input[type=radio] {
		position: absolute;
		top: -9999px;
		left: -9999px;

       
     }
     
	.tabs {
		list-style: none;
		position: relative;
		float: right;
		width: 315px;
		margin-bottom: -4px;     
    }
    
	.tabs li{
		float: left;
		
	}
	
	.tabs label {
		display: block;
		padding: 5px 5px;
		font-size: 12px;
		cursor: pointer;
		color:#ffffff;
		position: relative;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		-webkit-border-radius: 3px 3px 0px 0px;
	    border-radius: 3px 3px 0px 0px;
	    
	}
	.tabs label:hover {
		 top: 0;
	  
	}
       
	[id^=tab]:checked + label {
		background: #1b3858; /* Old browsers */
		background: -moz-linear-gradient(top,  #1b3858 1%, #254f7d 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#1b3858), color-stop(100%,#254f7d)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #1b3858 1%,#254f7d 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #1b3858 1%,#254f7d 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #1b3858 1%,#254f7d 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #1b3858 1%,#254f7d 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b3858', endColorstr='#254f7d',GradientType=0 ); /* IE6-9 */

        color: white;
        top: 0;
        
	}
       
	[id^=tab]:checked ~ [id^=tab-content] {
		display: block;
          
	}
      
	.tab-content-siteSearch{
		width: 305px;
		padding: 5px;
        position: absolute;
        right: 0px;
		-webkit-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		background: #254f7d; /* Old browsers */
		background: -moz-linear-gradient(top,  #254f7d 0%, #1b3858 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#254f7d), color-stop(100%,#1b3858)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #254f7d 0%,#1b3858 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #254f7d 0%,#1b3858 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #254f7d 0%,#1b3858 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #254f7d 0%,#1b3858 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#254f7d', endColorstr='#1b3858',GradientType=0 ); /* IE6-9 */		
	}
	
	.accountLoginForm{
		width: 306px;
		margin-top: -2px;
		text-align: left;
		padding: 5px;
		float: right;
		-webkit-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		background: #254f7d; /* Old browsers */
		background: -moz-linear-gradient(top,  #254f7d 0%, #1b3858 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#254f7d), color-stop(100%,#1b3858)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #254f7d 0%,#1b3858 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #254f7d 0%,#1b3858 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #254f7d 0%,#1b3858 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #254f7d 0%,#1b3858 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#254f7d', endColorstr='#1b3858',GradientType=0 ); /* IE6-9 */
				
	}
	
	
	.accountLoginForm input[type="text"] {
		font-size:10px;
		color: #01baec;
		width:101px;
		height:16px;
		vertical-align: top;
	}	
		
	#login-form, .show_when_logged_in
	{
		display:none;
	}
	
	.accountLoginForm input[type="password"]{
		font-size: 10px;
		color: #01baec;
		vertical-align: top;
		border: 1px solid #c0daea;
		border-radius: 4px;
		height: 16px;
		width:101px;
		color: #01baec;
		padding: 4px;
		margin-right: 2px;
	}	
	
	.blue-bar {
		float:left;
		width:100%;
		height:45px;
		background: #06bdeb; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA2YmRlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIlIiBzdG9wLWNvbG9yPSIjMDVjNGYzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBjYjFkYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
		background: -moz-linear-gradient(top,  #06bdeb 0%, #05c4f3 2%, #0cb1da 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#06bdeb), color-stop(2%,#05c4f3), color-stop(100%,#0cb1da)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #06bdeb 0%,#05c4f3 2%,#0cb1da 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #06bdeb 0%,#05c4f3 2%,#0cb1da 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #06bdeb 0%,#05c4f3 2%,#0cb1da 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #06bdeb 0%,#05c4f3 2%,#0cb1da 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06bdeb', endColorstr='#0cb1da',GradientType=0 ); /* IE6-8 */
		z-index:9999;
	}


/* end: Header */




/* begin: Main Container */
	.mainContainer{
		width:100%;
		float:left;
		background : url(../../images/en_US/index/boxes/bg-maincontainer-rwgusanet.jpg);
		background-repeat: repeat-x;
	}
	/* 
	.content {
		width:940px;
		position:relative;
		top:28px;
		padding: 10px 10px 50px 10px;	
		margin: 0px auto 10px auto;	
		background-color:#ffffff;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		border-color : #e5e8e8;
		border-style : solid;
		border-width: 1px;
	
	}*/

/* end: Main Container */

.breadcrumb {
	font-size:11px;
}
.breadcrumb a {
	text-decoration:none;
	
}

/* begin: Footer */
	.footer-background {
		float:left;
		width:100%;
		height:100px;
		background-color:#e5e5e5;
		
	}
	
	#footer {
		position: relative;
		padding: 25px 10px 0px 10px;
		height: 40px;
		margin: 0px auto;
		width: 940px;		
		font-size:12px;	
		background-color:#ffffff;
	
	}
	#last {
		float:right;
		display: inline-block;
		
	}
	#footer a:link {color:#0499BD; text-decoration: none;}
	#footer a:visited {color:#0499BD;text-decoration: none;}
	#footer a:hover {color:#0499BD;text-decoration: underline;}

/* end: Footer */


/* begin : Domain Search Box */
	.domainSearchBox{
		background : url(../../images/en_US/index/boxes/bg_search_box_rwgusanet2.jpg);
		background-position:right;
		background-repeat:no-repeat;
		border-color : #e5e8e8;
		border-style : solid;
		border-width: 1px;
		background-color : #ecf1f4;
		margin-bottom: 10px;
	}
	
	.domainSearchBoxContent {
		margin-left: 20px;
		margin-top: 20px;
	
	}
	.domainSearchForm input[type="text"] {
		width:270px;
		height:24px;
		float:left;
		margin-right: 5px;
		margin-top: 1px;
		font-size:15px;
	}
	
	.domainSearchForm input[type="text"]::-webkit-input-placeholder { color:#01baec; }
	.domainSearchForm input[type="text"]::-moz-placeholder { color:#01baec; } /* firefox 19+ */
	.domainSearchForm input[type="text"]:-ms-input-placeholder { color:#01baec; } /* ie */
	.domainSearchForm input[type="text"] .input:-moz-placeholder { color:#01baec; }
	
	.domainSearchForm{
		margin-top: 15px;
		float: left;
		
	}
	.domainSearchForm input[type="submit"] {
		width:100px;
		height:36px;
		color: #ffffff;
		cursor : pointer;
		background: #05c4f3; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzA1YzRmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwM2IyZGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #05c4f3 1%, #03b2dc 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#05c4f3), color-stop(100%,#03b2dc)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #05c4f3 1%,#03b2dc 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #05c4f3 1%,#03b2dc 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #05c4f3 1%,#03b2dc 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #05c4f3 1%,#03b2dc 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05c4f3', endColorstr='#03b2dc',GradientType=0 ); /* IE6-8 */
		border: 1px solid;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		text-transform : uppercase;
		float: left;
		
	}
	
	.domainSearchForm select {
		width:100px;
		height:36px;
		color:#01baec;
		clip:rect(2px 49px 19px 2px); 
		
	}
	#starthere {
		color : #066ba9;	
	}
	
	#lookingforadomain{
		color:#0499BD;
		font-size: 16px;
		float: left;
	
	}
	#searchformult{
		font-size: 13px;
		float: left;
	}
.domainSearchBoxContent .tab-content { width:auto !important; }
/* end: Domain Search Box */
.promo h3 { font:400 24px/24px Arial, sans-serif; color:#7c838a; }
.promotionBanner{
	color:#fff;
		text-decoration:none;
	background: #336699;
	background: -moz-linear-gradient(left, #336699 0%, #224a74 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#336699), color-stop(100%,#224a74));
	background: -webkit-linear-gradient(left, #336699 0%, #224a74 100%);
	background: -o-linear-gradient(left, #336699 0%, #224a74 100%);
	background: -ms-linear-gradient(left, #336699 0%, #224a74 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#336699', endColorstr='#224a74',GradientType=1 );
	-ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#336699', endColorstr='#224a74',GradientType=1 );
	background: linear-gradient(left, #336699 0%, #224a74 100%);
	float:left;

   box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
   -o-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
   -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
   -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
	width:160px;
	margin-bottom: 20px;
}

#promo-specials a {
	text-decoration:none;
}

#new-releases a{
	text-decoration:none;
}

.promotionBanner.promotionBannerSingle{
	width:50% !important;
		text-decoration:none;
}

.promotionBanner a{
	text-decoration:none;
	text-shadow: 0px 2px 3px #0A0909;
}

.promotionBanner h3 span {
	color: #5ADEFF;
	text-shadow: 0px 2px 3px #0A0909;
	font-size: 22px;
	
}

.promotionBanner h3{
	font-size: 24px;
	line-height: 24px;
	margin-left: 10px;
	text-shadow: 0px 2px 3px #0A0909;
	margin-bottom: 0px;
	margin-top: 20px;
	color:#fff;
	padding-right:15px;
}

.captionText{
	background: #fff;
	width: 139px;
	color: #000;
	font-size: 10px;
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
	float: left;
	height: 75px;
}

.captionText.captionTextSingle{
	width: 87%;
}

.captionText span{color: rgb(148, 148, 148);
font-size: 14px;
text-decoration: line-through;
}

.captionText b {font-size: 22px;color: #08CFFF;width: 100%;
float: left;}

.promotionBannerBg{

}

/* begin : Banner's boxes */
	.bannerBoxWrapper {
		float:left;
		
	}
	.bannerBox {
		width:311px;
		height: 137px;
		background : #f4f4f4;
		border-color : #e5e8e8;
		border-style : solid;
		border-width: 1px;
		float: left;
		text-align: center;
		vertical-align: middle;
		line-height: 137px;
		
	}

#bannerBlueText {
	color:#04b9e6;
	font-family:Impact;
}	
	
/* end : Banner's boxes */


#all_supported_ext {height:300px; overflow-y:scroll;}

#topFiveBox{
	height: 85px;
}

.baseBox1 {
	  background-color : #066ba9;
	  color : #ffffff;
}

.baseBox2 {
	  background-color : #F8F8F8;
	   /*color : #b8b8b8;*/
	  padding: 5px 10px 15px 10px;
	  margin-bottom:10px;
}

.baseBox3 {
	  background-color : #ffffff; /*#fdfdfd*/
	  color : #898D91;
}

.baseBoxHeader h2 { font:400 24px Arial, sans-serif; color:#7c838a; }
.baseBoxContent{
	padding: 10px 10px 10px 10px;
	background-color: #ffffff;
}

.left_col_box{
	  padding: 5px 10px 15px 10px;
}

.bulk_www{float: left;
text-align: right;
width: 80px;
margin-top: 5px;}

.externalBox{
	  background-color : #f7fbfc;
}

.prologue {height:200px;}

.left_col_box {
	padding: 5px;
	background-color : #F8F8F8;
}


.domain_checkbox_holder .domainExtBox { position:relative;
	float:left; width: 214px; height:45px; border:1px solid #e9ecec; border-radius:5px 0 5px 0;
	-moz-border-radius:5px 0 5px 0; margin:5px 9px 8px 20px; padding:10px 10px 10px 10px; 
	background-color:#f7fbfc;
	}
.domain_checkbox_holder .domainExtBox.onSpecial { 
	background-image:url(/images/en_US/continent/icon_addon-special.png);
	background-position:top right, left bottom !important;
	background-repeat:no-repeat, repeat-x !important;
	background-color:#f7fbfc;
}
.domain_checkbox_holder .domainExtBox.launched { 
	background-image:url(/images/en_US/continent/icon_addon-launch.png);
	background-position:top right, left bottom !important;
	background-repeat:no-repeat, repeat-x !important;
	background-color:#f7fbfc;
}
.domain_checkbox_holder .domainExtBox.preReg { 
	background-image:url(/images/en_US/continent/icon_addon-prereg.png);
	background-position:top right, left bottom !important;
	background-repeat:no-repeat, repeat-x !important;
		background-color:#f7fbfc;
}
.domain_checkbox_holder li.domainExtBox:hover,
	.domain_checkbox_holder li.domainExtBox.userSelected { border:1px solid #6dcff6;  }
.domain_checkbox_holder li.domainExtBox.onSpecial:hover,
	.domain_checkbox_holder li.domainExtBox.onSpecial.userSelected {
	background-image:url(/images/en_US/continent/icon_addon-special.png);
	background-position:top right, left bottom;
	background-repeat:no-repeat, repeat-x;
		background-color:#f7fbfc;
}
.domain_checkbox_holder li.domainExtBox.launched:hover,
	.domain_checkbox_holder li.domainExtBox.launched.userSelected {
	background-image:url(/images/en_US/continent/icon_addon-launch.png), url(/images/en_US/continent/bg_domain-extension-box-selected_rpt.gif);
	background-position:top left, left bottom;
	background-repeat:no-repeat, repeat-x;
}
.domain_checkbox_holder li.domainExtBox.preReg:hover,
	.domain_checkbox_holder li.domainExtBox.preReg.userSelected {
	background-image:url(/images/en_US/continent/icon_addon-prereg.png);
	background-position:top left, left bottom;
	background-repeat:no-repeat, repeat-x;
}
.domain_checkbox_holder .domainExtBox h4 { width:220px; font:bold 14px/16px Swis721 BT, sans-serif; color:#7c8389; margin:0; padding:3px 0 0px; }
.domain_checkbox_holder .domainExtBox h4 span { font-weight:normal !important; }
.byCategory .domain_checkbox_holder .domainExtBox h4 span { font-weight:bold !important; font-size:12px; color:#777; }
.domain_checkbox_holder .domainExtBox a { display:block; float:left; margin:0 5px 0; font:bold 12px Swis721 BT, sans-serif; }
.domain_checkbox_holder .domainExtBox input { float:left; }
.domain_checkbox_holder .domainExtBox .seeAllExtensions { position:absolute; bottom:5px; right:0px;
	font-size:11px;  text-decoration:none; color:#066ba9; }
.domain_checkbox_holder .domainExtBox .seeAllExtensions:hover { text-decoration:underline; }
.searchBlock div .displayExtensions .domain_checkbox_holder .domainExtBox { width:212px; height:54px; background:#fff ; border:1px solid #e9ecec;}
.searchBlock div .displayExtensions .domain_checkbox_holder .domainExtBox:hover,
.searchBlock div .displayExtensions .domain_checkbox_holder .domainExtBox.userSelected { background:#fff;border:1px solid #6dcff6;  }
.displayExtensions h5{
float: left;
margin: 0px;
width: 100%;
padding: 0px;
margin-left: 25px;
}

#search_domains_thin{
	background: #fff;
	border:1px solid #c0daea;
	border-top-width:0px;
	position:relative;
	float:left;
	width: 556px;
	padding:10px 10px 10px 10px;
	margin-bottom: 10px;

}

#search_domains_thin2{
	background: #fff;
	border:1px solid #c0daea;
	float:left;
	position:relative;
	width: 556px;
	padding:10px 10px 10px 10px;
	margin-bottom:15px;
}

.searchBlockInfo{
	margin-top:30px;
}

.btnBlue {
	width: 100px;
	height: 35px;
	color: #4FD3F3;
	cursor: pointer;
	background: #fff;
	border: 1px solid;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-transform: uppercase;
}

.btnBlueAlternative {
	padding:5px;
	color: #999;
	cursor: pointer;
	background: #f1f1f1;
	border: 1px solid;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-decoration:none;
	text-transform: uppercase;
}


.submitRenewalTransfer {
	color: #ffffff;
	cursor: pointer;
	background: #05c4f3;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #05c4f3 1%, #03b2dc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#05c4f3), color-stop(100%,#03b2dc));
	background: -webkit-linear-gradient(top, #05c4f3 1%,#03b2dc 100%);
	background: -o-linear-gradient(top, #05c4f3 1%,#03b2dc 100%);
	background: -ms-linear-gradient(top, #05c4f3 1%,#03b2dc 100%);
	background: linear-gradient(to bottom, #05c4f3 1%,#03b2dc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05c4f3', endColorstr='#03b2dc',GradientType=0 );
	border: 1px solid;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-transform: uppercase;
	padding:5px 5px 5px 5px;	
	text-decoration:none;
}

.buyButton {
	color: #ffffff;
	cursor: pointer;
	background: #05c4f3;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #05c4f3 1%, #03b2dc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#05c4f3), color-stop(100%,#03b2dc));
	background: -webkit-linear-gradient(top, #05c4f3 1%,#03b2dc 100%);
	background: -o-linear-gradient(top, #05c4f3 1%,#03b2dc 100%);
	background: -ms-linear-gradient(top, #05c4f3 1%,#03b2dc 100%);
	background: linear-gradient(to bottom, #05c4f3 1%,#03b2dc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05c4f3', endColorstr='#03b2dc',GradientType=0 );
	border: 1px solid;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-transform: uppercase;
	padding:5px 5px 5px 5px;
	text-decoration:none;	
}

.btnOrange{
		color: #ffffff;
	cursor: pointer;
	background: #05c4f3;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #05c4f3 1%, #03b2dc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#05c4f3), color-stop(100%,#03b2dc));
	background: -webkit-linear-gradient(top, #05c4f3 1%,#03b2dc 100%);
	background: -o-linear-gradient(top, #05c4f3 1%,#03b2dc 100%);
	background: -ms-linear-gradient(top, #05c4f3 1%,#03b2dc 100%);
	background: linear-gradient(to bottom, #05c4f3 1%,#03b2dc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05c4f3', endColorstr='#03b2dc',GradientType=0 );
	border: 1px solid;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-transform: uppercase;
	padding:5px 5px 5px 5px;
	text-decoration:none;
}

.orderbtn {
	position:absolute;
	bottom:0;
	right:0;
	color: #ffffff;
	cursor: pointer;
	background: #05c4f3;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #05c4f3 1%, #03b2dc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#05c4f3), color-stop(100%,#03b2dc));
	background: -webkit-linear-gradient(top, #05c4f3 1%,#03b2dc 100%);
	background: -o-linear-gradient(top, #05c4f3 1%,#03b2dc 100%);
	background: -ms-linear-gradient(top, #05c4f3 1%,#03b2dc 100%);
	background: linear-gradient(to bottom, #05c4f3 1%,#03b2dc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05c4f3', endColorstr='#03b2dc',GradientType=0 );
	border: 1px solid;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-transform: uppercase;
	float:right;
	padding:5px 5px 5px 5px;
	text-decoration:none;
}

.simple_search_box{
	background: #fff;
	border:1px solid #c0daea;
	position:relative;
	width:556px;
	float: left;
	padding: 10px 10px 10px 10px;

}

.simple_search_box ul li {
	float:left;
	width:135px;
}

.simple_search_box input[type=text], select, textarea {
	 border:1px solid #c0daea; 
	 border-radius:4px; 
	 padding:4px; 
	 font:400 12px Swis721 BT, sans-serif; 
	 color:#01baec;.
	 
}
	
	
.mainContent{
	padding-left:15px;
}


.search_domains_thin  input[type=text], select, textarea {
	 border:1px solid #c0daea; 
	 border-radius:4px; 
	 padding:4px; 
	 font:400 14px Arial, sans-serif; 
	 color:#01baec;.
	 
}

.innerSearchBox{
		border:1px solid #ddd;	
		background-color:#ecf1f4;
		padding: 20px 20px 20px 20px;
		float:left;
		margin-bottom: 15px;
}

.innerSearchTabs ul li a{
	float: left;
	width: 268px;
	text-align: center;
	padding: 10px 10px 10px 10px;
	text-align:center;
	text-decoration:none;
	border-bottom-color:#fff;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	position:relative;
	border-bottom: 1px solid #c0daea;
}

.innerSearchTabs ul#button_box1.buttons li#button1.active a#tab-1.corner{

	background: #fff;	border:1px solid #c0daea; border-bottom-width:0px;

}

.innerSearchTabs ul#button_box1.buttons li#button2.active a#tab-2{

	background: #fff;	border:1px solid #c0daea; border-bottom-width:0px;

}


.alternativeTabs ul li a{
	float: left;
	text-align: center;
	padding: 10px 10px 10px 10px;
	text-align:center;
	text-decoration:none;
	border-bottom-color:#fff;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	position:relative;
	border-bottom: 1px solid #c0daea;
}

.alternativeTabs ul#button_box1.buttons li#button1.active a#tab-1.corner{

	background: #fff;	border:1px solid #c0daea; border-bottom-width:0px;

}

.alternativeTabs ul#button_box1.buttons li#button2.active a#tab-2{

	background: #fff;	border:1px solid #c0daea; border-bottom-width:0px;

}


.search_input_thin {
	 width: 270px;
	 height: 24px;
	 border:1px solid #c0daea; 
	 border-radius:4px; 
	 padding:4px; 
	 font:400 14px Arial, sans-serif; 
	 color:#01baec;
	 vertical-align: top;
	}
	
	.sel_ext {
	 height: 34px;
	 border:1px solid #c0daea; 
	 border-radius:4px; 
	 padding-top: 8px;
	 font:400 14px Arial, sans-serif; 
	 color:#01baec;
	 vertical-align:top;
	 margin-top:0px;

	}

.steps {
	 color:#066ba9;
}

#content{
		border:1px solid #ddd;	
		background-color:#ecf1f4;
		padding: 20px 20px 20px 20px;
		float:left;
		margin-bottom: 15px;
		width: 578px;				
}

.small-text {
	font-size: 12px;	
}

#faqcontent{
		border:1px solid #ddd;	
		background-color:#ecf1f4;
		padding: 20px 20px 20px 20px;
		float:left;
		width: 578px;				
		
}



.searchButton{
	width: 100px;
	height: 35px;
	color: #ffffff;
	cursor: pointer;
	background: #05c4f3;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #05c4f3 1%, #03b2dc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#05c4f3), color-stop(100%,#03b2dc));
	background: -webkit-linear-gradient(top, #05c4f3 1%,#03b2dc 100%);
	background: -o-linear-gradient(top, #05c4f3 1%,#03b2dc 100%);
	background: -ms-linear-gradient(top, #05c4f3 1%,#03b2dc 100%);
	background: linear-gradient(to bottom, #05c4f3 1%,#03b2dc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05c4f3', endColorstr='#03b2dc',GradientType=0 );
	border: 1px solid;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-transform: uppercase;
	
}

.www { float:left; font:bold 14px/36px Arial, sans-serif;line-height: 40px;
}

.searchBoxContentHolder {
	padding: 10px 10px 10px 10px;
	
}

#id_bulk_search_input {
width: 495px;
height: 150px;
margin-bottom:5px;	

}

#id_bulk_search_input_shadow{
	width: 530px;
height: 150px;
margin-bottom:15px;
}

.regSearch {
	padding : 0px 10px;

	margin: 30px 0px 0px 10px;
	padding: 14px;
	
}
.regSearchShadow {
	padding-top: 30p !important;
	float: left !important;
	width: 556px;
	}
#search_domains_thin .bulkSearchShadow{padding-top:30px;}

#content_block{
	float: left;
	width: 97%;
}

.bulkSearch{
padding: 0px 10px;
margin-top: 54px;
margin-left: 14px;
}

.search_checkbox {
	float:right;
}

.search_check_label {
	float:right;
padding-right: 50px;
}

.displayExtensions{
float: left;
margin-top: 30px;
}

.bannerIndex{
	width: 313px;
	float:left;
}
.bannerRow{margin-left:20px;}

.bannerBg {
color:#fff;

background: #336699;
background: -moz-linear-gradient(left, #336699 0%, #224a74 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#336699), color-stop(100%,#224a74));
background: -webkit-linear-gradient(left, #336699 0%, #224a74 100%);
background: -o-linear-gradient(left, #336699 0%, #224a74 100%);
background: -ms-linear-gradient(left, #336699 0%, #224a74 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#336699', endColorstr='#224a74',GradientType=1 );
-ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#336699', endColorstr='#224a74',GradientType=1 );
background: linear-gradient(left, #336699 0%, #224a74 100%);
float:left;
height:220px;

   box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
   -o-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
   -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
   -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
}

#height_fix_box{
	padding-bottom: 15px;
}

.green2 {
	font-size:18px;
	font-weight:bold;
	color:green;
}

.orange {
	color: rgb(255, 143, 0);
}

.bannerHeader{
	color:#fff;
	font-family: Impact;
	font-size:30px;
	float:left;
	padding-top:30px;
	padding-left:30px;
	padding-bottom: 10px;
}

.bannerContent{
	float:left;
	/*padding-left:35px;*/
	/*padding-right:35px;*/
	padding-bottom:20px;
	
}
.bannerBoxPrice{font-weight: bold;
font-size: 16px;}
.bannerBoxPrice span { font-size:10px;font-weight:normal !important; }
.bannerBtns{
	padding-top: 35px;
	float: right;
	padding-right: 30px;
	font-size: 9px;
}

.bannerPrice{
	font-size:10px;

	padding-left: 30px;
	float: left;
	padding-right: 5px;
	padding-top: 23px;
	text-transform:uppercase;
}
.bannerArrow{
	float: left;
	margin-top: 31px;
}

#unl_email {
margin-top: 8px;
}

.bannerPrice.ssl_certs {
margin-top: 8px;
}


.bannerParams  {
	font-size: 10px;
	float: left;
	width: 270px;
	padding-left: 30px;
	line-height: 15px;
	padding-top: 5px;
	text-transform: uppercase;
	
}

.bannerParams ul li {
	list-style-type:square !important;
	list-style-position: inside !important;	
	color:#01baec;
}

.bannerParams ul li span {
	color:#fff;
}

/*-------------- DOMAIN AND HOSTING LAST LINK - BROWSER ALL DOMAIN EXTENSION -----------------*/
.browse_domain_list { float:right; }
#dropdown_exts { position: relative;
float: left;
width: 147px;
height: 40px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topright: 4px;
border-top-right-radius: 4px;
background-color: #d0d0d0;
padding: 0;
/*z-index: 999;*/
cursor: pointer; }
.menuanchorclass {font-size:13px; margin:0;width: 147px;text-align:center;line-height:40px; border:none; display:inline-block;color:#fff; }
.menuanchorclass:hover { 
	color:#fff;
	background-color:#066ba9;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px; 
	}
.menuanchorclass span { color:#fff; font-weight:normal; }
.menuanchorclass span.dropdown_btn img { position:relative; top:1px; margin-left:7px; right:2px; }
#dropdown_exts div, #dropdown_exts ul#mega_drop div, #dropdown_exts:hover div ul#mega_drop div, #dropdown_exts div.mega { display: none; right:0;}
/* hide the ul that contains each dropdown */
#dropdown_exts ul#mega_drop li.mega div.mega_box, #dropdown_exts:hover ul#mega_drop li.mega div.mega_box { display: none; height:auto;}
#dropdown_exts:hover div { position:relative; width:200px; display:block; background:#fff; z-index:50;right:90px; }
#dropdown_exts div ul.hor_menu li { float:none; }
#dropdown_exts.hovering:hover div.mega, #dropdown_exts.hovering div.mega { display: block; }
#dropdown_exts ul#mega_drop { width:236px; text-align:right; box-shadow:0 0 8px rgba(0,0,0,0.4); float:left; height:auto; }
#dropdown_exts ul#mega_drop li { text-align:right; }
#dropdown_exts ul#mega_drop li.hovering { background:#fff url(/images/en_US/template/arrow_extension-drop.jpg) no-repeat 9px 9px; }
#dropdown_exts ul#mega_drop li.hovering div { display: block; }
#dropdown_exts #mega_drop, ul#mega_drop li { position: relative; }
#dropdown_exts.hovering .hor_menu { right:90px; }
#dropdown_exts.curr_top_link.hovering .hor_menu { right:0px; }
#dropdown_exts #dropdown_exts div.mega { background:#fff; }
#dropdown_exts #dropdown_exts div.mega { }
#dropdown_exts ul.hor_menu { position:relative; float:left; width:232px; height:auto; margin:0; }
#dropdown_exts ul.hor_menu li { width:236px; list-style: none; display: block; text-align:right; padding:0; float:left; height:33px; }
#dropdown_exts ul.hor_menu li.mega { background:#fff; color:#000; margin:0; padding:0;  font-weight:bold;}
#dropdown_exts ul.hor_menu li.mega.hover { background:#fff; color:#9f3494; margin:0; padding:0; }
#dropdown_exts ul.hor_menu li.mega span.fakelink {  line-height: 35px;display: block; padding-right:10px; overflow: hidden; text-align:right; cursor:pointer; }
#dropdown_exts ul.hor_menu li.mega.hovering span.fakelink {background-color:#066ba9;color:#fff; }
#dropdown_exts ul#mega_drop li.mega div.mega_box { position: absolute; top: 0px; right:235px; width:684px; padding:10px; overflow:auto; box-shadow:-2px 4px 8px #bfc6ca; background:#fff; }
#dropdown_exts ul#mega_drop li.mega.ext1 div.mega_box { top:0px; }
#dropdown_exts ul#mega_drop li.mega.ext2 div.mega_box { top:-33px; }
#dropdown_exts ul#mega_drop li.mega.ext3 div.mega_box { top:-66px; }
#dropdown_exts ul#mega_drop li.mega.ext4 div.mega_box { top:-99px; }
#dropdown_exts ul#mega_drop li.mega.ext5 div.mega_box { top:-132px; }
#dropdown_exts ul#mega_drop li.mega.ext6 div.mega_box { top:-166px; }
#dropdown_exts ul#mega_drop li.mega.ext7 div.mega_box { top:-199px; }
#dropdown_exts ul#mega_drop li.mega.ext10 div.mega_box { top:-233px; }
#dropdown_exts ul#mega_drop li.mega.ext11 div.mega_box { top:-266px; }
#dropdown_exts ul#mega_drop li.mega.ext12 div.mega_box { top:-299px; }
#dropdown_exts ul#mega_drop li.mega.ext15 { height:36px; }
#dropdown_exts ul#mega_drop li.mega.ext1 { margin-top:0px; }
#dropdown_exts ul#mega_drop li.mega.ext6, #dropdown_exts ul#mega_drop li.mega.ext8, #dropdown_exts ul#mega_drop li.mega.ext10, #dropdown_exts ul#mega_drop li.mega.ext13, #dropdown_exts ul#mega_drop li.mega.ext15 { padding-top:0px; border-top:1px solid #becbd4; }
/* show the dropdown when the parent li has .hover */
body #dropdown_exts:hover div.mega ul#mega_drop li.hovering div.mega_box, body #dropdown_exts div.mega ul#mega_drop li.hovering div.mega_box { display: block; }
/* hide the .mega_box container so it can be animated via JS 
.mega_box { display: none; width:684px;}*/
/* increase the z-index of #mega_drop to prevent it from appearing beneath the page content */
#mega_drop { z-index: 30; }
/*------------------- DROPDOWN - LEVEL TWO - MEGA CONTENT ----------------*/
#dropdown_exts .mega_box div { width:auto; height:277px; float:left; margin: 5px 10px 0 10px; text-shadow:none; background:transparent; max-width:800px !important; text-align:left; }
#dropdown_exts .mega_box div div { height:auto !important; }
/*
.mega_box #gtld_by_extension div { height:443px; overflow:auto; }
.mega_box #gtld_by_extension div a { width:210px !important; }
.mega_box #alternative_extension { height:448px; overflow-y: scroll; }
.mega_box #special_extension div { height:443px; overflow:auto; }
.mega_box #special_extension div a { width:210px !important; }
.mega_box #extension_on_sale div { height:443px; overflow:auto; border:none; }
.mega_box #extension_on_sale div a { width:210px !important; }
.mega_box #new_releases { height:448px; overflow-y: scroll; }
.mega_box #new_extension_by_category { height:448px; overflow-y: scroll; }
.mega_box #new_gtld_by_extension { height:448px; overflow-y: scroll; }
.mega_box #new_extension_by_brand { height:448px; overflow-y: scroll; }
.mega_box #new_extension_private { height:448px; overflow-y: scroll; }
.mega_box #cctld_by_country { height:448px; overflow-y: scroll; }
.mega_box #cctld_by_extension { height:448px; overflow-y: scroll; }
.mega_box #cctld_by_continent { height:448px; overflow-y: scroll; }
.mega_box #full_idn_extension { height:448px; overflow-y: scroll; }
.mega_box #idn_lang { height:448px; overflow-y: scroll; }
.mega_box #trademark_by_country { height:448px; overflow-y: scroll; } */
.contentWrapper div a { width:325px; float:left; }
#dropdown_exts .mega_box div.banner { position:absolute; bottom:10px; border:none; }
#dropdown_exts .mega_box div.banner a { width:auto !important; height:auto !important; border:none; }
#mega_drop li div a:link, #mega_menu li div a:visited { float: none; text-align:left; background-image: none; color: #333333; }
#dropdown_exts span.mega_content_h1 { display: block; width: auto; padding-left: 10px; font-size:20px; color:#066ba9; text-align:left; height:30px; line-height: 30px; margin: 0 0 0 0px; text-shadow:none; }
span.mega_content_h2 { display: block; width: auto; padding-left: 0px; font-size:14px; color:#4fd3f3; text-align:left; text-transform:uppercase; margin-bottom: 0px; text-shadow:none; }
#dropdown_exts #mega_drop li div a {color:#333333;float:left; background:transparent; text-decoration:none; cursor:pointer; text-align: left; padding:0 15px; height:auto; width:200px; line-height:40px; }
#dropdown_exts #mega_drop li div a:hover, #dropdown_exts #mega_drop li div a:hover span { text-decoration:underline; color:#4fd3f3; background:none; text-align:left; }
#dropdown_exts #mega_drop li div a span { font-weight:bold; font-size:13px; }
#dropdown_exts #mega_drop li div a span.infoTagNewGeneric { color:#197B30; font-weight:normal; font-size:80%; }
#dropdown_exts .contentWrapper { width:100% !important; padding-bottom:4px; border-bottom:1px solid #ccc; margin:0 0 16px !important; }
/*#dropdown_exts .contentWrapper div { width:700px !important; }*/
#dropdown_exts #mega_drop li div span.mega_content_h2 a { color:#006488 !important; font-weight:bold !important; ; font-size:13px !important; width:100% !important; }

.yearBlock{
	font-size: 8px;
}

/* for price and rules pages  */
.priceList .currency {background: #fff;
float: left;
padding: 5px;
width: 900px;
border-top-width: 0px;}
.priceList h2, .priceRules h2 { width:auto; font-size:46px; }
.priceList h3, .priceRules h3 { float: left;
margin:0px; }
.customers img { float: left; margin: 10px; }

.price_table_selectTabs {margin-top: 15px; width:890px; height:auto; background:#fff; border:0px solid #ebebeb;
	-moz-border-radius:5px;float:left;}
.price_table_selectTabs img, .price_table_selectTabs div { float:left; }

ul.buttons { list-style: none; margin:0 !important; padding:0 !important; width:auto; height:auto; border:none; text-align:center; }
ul.buttons li ul { margin:0; padding:0; border-bottom: 1px solid #ddd;}
ul.buttons li ul.row1 {width: 890px;
height: 24px;
float: left;
background: #ecf1f4 !important; }
.priceRules ul.buttons li ul.row1 { 	background: #fff; }
ul.buttons li ul.row1 li { float: left; padding:0; margin:0; list-style:none; width:auto; height:auto; text-align:center !important;}
.priceRules ul.buttons li ul.row1 li {  }
ul.buttons li ul.row1 li a { float:left; font:14px/24px Swis721 BT, sans-serif !important; color:#4fd3f3 !important; text-decoration:none !important; padding:0 7px; }
ul.buttons li ul.row1 li a:hover { font-size:14px !important;text-decoration:none !important; }
.priceRules ul.buttons li ul.row1 li a:hover { text-decoration:none; }
ul.buttons li ul.row1 li a.active {border-bottom-width: 0px;
border-bottom-color: #fff; background:#fff; font-size:14px !important; text-decoration:none !important;border: 1px solid #c0daea;
border-bottom-width: 0px;-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;}
ul.buttons li ul.row1 li.startTab { border-left:0; }
ul.buttons li ul.row1 li.startTab a.active { border-top-left-radius:5px; }
ul.buttons li ul.row1 li.endTab { border-right:0; }
ul.buttons li ul.row1 li.endTab a.active { border-top-right-radius:5px; }
ul.buttons li ul.row1 li a#button-brand-protection { padding:0; width:193px; }
ul.buttons li ul.row2 {width: 868px;
height: auto;
padding: 10px;
border: 1px solid #ddd;
float: left;
background: #fff;
border-top-width: 0px;}
ul.buttons li ul.row2 li { float: left; padding:0 5px; margin:0; list-style:none; width:auto; height:auto; text-align:center !important; }
ul.buttons li ul.row2 li a { float:left; font:normal 12px/12px Swis721 BT,sans-serif !important; color:#006487 !important; text-decoration:none !important; padding:6px; }
ul.buttons li ul.row2 li a:hover { font-size:12px !important; color:#006487 !important; text-decoration:none !important; 
	-moz-border-radius:5px 5px 0 0; }
ul.buttons li ul.row2 li a.active { border: 1px solid #6dcff6;border-radius:5px 0 5px 0; -moz-border-radius:5px 0 5px 0;font-size:12px !important; color:#7c8389 !important; text-decoration:none !important; background:#f7fbfc;padding:5px;}


.price_table { width:100%; float:left; border:none; margin-bottom: 15px; border-collapse:collapse; background:#fff;}
.price_table h3 { font:bold 12px Swis721 BT, sans-serif; color:#106385; padding:0 0 0 0px; margin:5px 0; text-align:left; width: 100%;
float: left;}
.price_table .showMoreExtensions {}
.price_table .showMoreExtensions td.domain { padding-left:7px; }
.price_table tr:hover { background-color:#F7F7F7; }
.price_table tr.headerRow:hover { background-color:transparent; }
.price_table th { background:#fff;vertical-align: middle;font:bold 10px Verdana,sans-serif; color:#000; padding:0px; height:30px; }
.price_table th.centerText { text-align:center; }
.price_table td { padding: 5px;vertical-align: middle; font-size:11px; height:30px; text-align:center;  border-top:1px solid #d7d7d7; }
.price_table td.logo { width:auto !imporatant; }
.price_table td.domain { text-align:left; }
.priceRules .price_table td.domain a { font-size:12px; font-weight:bold; display:block; padding:5px 10px; background-color:#05c4f3; color:#fff; }
.price_table td.country { text-align:left; }
.price_table td.price { text-align:center; }
.price_table td.time { text-align:left; padding:0 0 0 5px; }
.price_table td.new { color:#197b30; }
.price_table td.requirements { border:none; text-align:left;  }
.price_table td.restriction { text-align:left; }
.price_table td.restriction a { text-decoration:none; line-height:14px; }
.price_table td.restriction a span { padding-right:8px; text-align:left; 
	background:url(/images/en_US/rules/icon_down-arrow_dark-gold.png) no-repeat center right;
	border-bottom: 1px dashed #977604;
	color: #977604; }
.price_table .requirementsBlock {
	float: left;
	width: 765px;
}	
	
.price_table tr:nth-first-child(odd) {
  background-color: #fff;
}
.priceList-loading-image { }
.priceList-loading-image img {  }

.priceList.popup h1 { bottom:-30px !important; }

.linkGrabBox { width:690px; height:40px; padding:5px; background-color:#f6f6f6; border:1px solid #999; }

.contactPage .signupBoxItem { float:left; padding:20px !important; }
.contactPage .signupBoxItem input, .contactPage .signupBoxItem textarea { border:1px solid #ccc; padding:10px 5px; border-radius:4px; -moz-border-radius:4px; font:normal 14px Swis721 BT, sans-serif; color:#555; }
.contactPage .signupBoxItem input.img { border:none; padding:0; margin:10px 0 0; border-radius:0; }
.contactPage .signupBoxItem #recaptcha_area { left:auto; }
.contactPage .imageWithCaption { position:relative; float:left; width:259px; height:229px; }
.contactPage .imageWithCaption img { position:absolute; }
.contactPage .imageWithCaption span { position:absolute; bottom:7px; padding:0 5px;
	font:normal 12px Swis721 BT, sans-serif; color:#fff; }
.contactBlock strong { font-size:20px; }
.contactImg { margin:10px 20px; }

.header-graphic { float:right; }
#id_selected_price_tab_name{
	float: left;
	width: 900px;

}

.left {
	font-size:13px;
	float:left;
	width: 50%;
}  
.right {
	font-size:13px;
float: right;

}

.additionalSearchOptions{
	margin-top:15px;
	font-size: 15px;
}

.one{
	font-size:26px;
	color: #08CFFF;
}

.two {
	font-size:18px;	
	color: #06B5DF;
}

.three{
	font-size:16px;
	color: #0594B6;	
}

.four {
	font-size:14px;
	color: #036C85;		
}

.five{
	font-size:12px;	
	color: #043946;
}

.whoisServerSide{
	background-color:#F8F8F8;
	padding:10px;
	height:300px;
	overflow-y: scroll;
}

.topContinentTen{
	background-color:#F8F8F8;
	padding:10px;
	border: 1px solid #dddddd;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-right:15px;
	width: 273px;
}
.topContinentTen img{
	vertical-align: -13px;
margin-bottom: 5px;
}

.topSelling {
	background-color:#f7fbfc;
	padding:10px;
	border: 1px solid #dddddd;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-right:15px;
	width: 273px;
}
.topSelling ol{
	}
.topSelling span{
	width: 234px;
	float: left;
	}

.topSelling a {
	text-decoration:none;
	padding: 2px 2px 2px 2px;
	font-size: 10px;
	line-height: 25px;
}		

	
.green{
	float:right;
	width: 40px;
	color:green;
}

.red {
	color:red;
}

.detailsLink{
	float:right;
	font-size:11px;
	line-height: 19px;
}

.detailsLink a{
	line-height: 18px;
}

.redno {
	float:right;
	width: 40px;
}

.duration-pricingBlock {
	float: left;
	width: 70px;
}

.price-pricingBlock {
	float: left;
	width: 140px;
	color:rgb(233, 116, 116);
	font-weight:bold;
}

.old-price-pricingBlock{
	text-decoration: line-through;
	float:left;
	width: 100px;
	color:#ccc;

}

.old-price {
	text-decoration: line-through;
	color:#999;
	
}

.price{
	color:rgb(233, 116, 116);
	font-weight:bold;
}

.simple_search_box img {float:right;}

.domainFAQ {font-size:14px;background:#f8f8f8; padding:10px;line-height:16px;}
.domainFAQ li { margin:6px 0; }

.singlepage_links {
	margin-top: 30px;
margin-bottom: 30px;
}




.allExtensions {
margin-bottom: 30px;
}

.sectionPrice {
}

.basicCenterBox {
	float: left;
	width: 100%;
}

.pricingBlock{
	float:left;
}

.detailsBlock{
margin-bottom: 15px;
	border: 1px solid #c0daea;
	background: #fff;
	padding: 10px 10px 10px 10px;
	float:left;
	width: 556px;
	
	border-top-width: 0px;
}

.detailsBlock img {
	float:left;
}

.detailsBlock p {
	float:left;
}

.detailsBlock .buttons {
	float: left;
width: 100%;
}
.detailsBlock ul.buttons a{
	background: #F8F8F8;
	float: left;
	font-family: Arial;
	font-size: 10px;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	margin: 0px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom:1px;
	

}

.faqNav{
	font-size:12px;
}

.all_ext_domain{
	width:100%;
	float:left;
}

.all_ext_domain a{
	float:left;
	width: 100px;
	font-size: 11px;
	line-height: 12px;
	margin-bottom:20px;
}

.all_ext_domain img{
	float:left;
}

.promoSquare{
	float:left;
	margin: 5px 5px 5px 5px;
}

.promoSquare {
	font-size: 15px;
}

.promoSquare span 

@font-face {
	font-family: 'Swis721 BT';
	src: url('../../fonts/swz721n-webfont.eot');
	src: local('Swis721 BT'), local('Swis721 BT'), url('../../fonts/swz721n-webfont.ttf') format('truetype');
}

@font-face {
	font-family: 'Swis721 BlkCn BT';
	src: url('../../fonts/swz721kc-webfont.eot');
	src: local('Swis721 BT'), local('Swis721 BT'), url('../../fonts/swz721kc-webfont.ttf') format('truetype');
}

@font-face {
	font-family: 'Swis721 Cn BT';
	src: url('../../fonts/swz721c-webfont.eot');
	src: local('Swis721 BT'), local('Swis721 BT'), url('../../fonts/swz721c-webfont.ttf') format('truetype');
}

.popularNewtlds {
	background-color:#f7fbfc;
	padding:10px;
	border: 1px solid #dddddd;
	margin-bottom: 25px;
	padding-right:15px;
	width: 273px;
}
.popularNewtlds ol{
	}
.popularNewtlds span{
	width: 234px;
	float: left;
	}

.popularNewtlds a {
	text-decoration:none;
	padding: 2px 2px 2px 2px;
	font-size: 10px;
	line-height: 25px;
}	

.domainClassifications ul li a {
	float:left;
	width: 155px;
}

.orderBtnBox{
	width: 50%;
	float: right;
	height: 105px;
	position: relative;
}

.featureHighLight{
	width: 50%;
	position:relative;
	float:left;
	margin-bottom: 15px;
}
.innerBoxContent { background: #fff; float: right;width: 230px;text-align: right;
border: 1px solid #c0daea; padding:20px; }
.innerBoxContent h4 span { color:rgb(233, 116, 116); }
}

.hostingTabs {

		font-size: 10px !important;
		border-bottom: 1px solid #C0DAEA;
	
}

.hostingTabs li active{
		border-bottom: 1px solid #fff;
}

.hostingTabs li {
	/*
	font-size: 9px;
	float: left;
	margin: 1px;
	padding: 5px 8px 5px 7px;
	color: #555555;
	background-color: #ffffff;
	border-top: 1px solid #c0daea;
	border-right: 1px solid #c0daea;
	border-left: 1px solid #c0daea;
	border: 1px solid transparent;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;*/
}

.webToolsList li{
list-style-type: square !important;
margin-left: 30px;
}




.btnAlternative{
	padding:5px;
	cursor: pointer;
	background:#fff;
	border: 1px solid;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-transform: uppercase;
	text-decoration:none;

}
input.btnAlternative { border-color:#4FD3F3; color:#4FD3F3; }

.sslActionButtons{
	float:right;
	line-height: 60px;
}
.sslActionButtons a{
	text-decoration:none;
}



.emailfeaturesList {float:left;}
.emailfeaturesList li{
	list-style-type: square !important;
	margin-left: 30px;
}


.emailFeaturesBox{ float:left; }

.questionsBox{
	float:left;
	width:30%;
	font-size: 14px;
}

.questionsBox a{
	line-height: 15px;
	}

#faqcontentCenterBox{
		border:1px solid #ddd;	
		background-color:#ecf1f4;
		padding: 20px 20px 20px 20px;
		float:right;
		width: 60%;				
		
}

.innerFeaturesTabs ul li a{
	float: left;
	font-size: 11px;
	width: 105px;
	height: 25px;
	line-height: 15px;
	padding: 5px;
	border-bottom-color: #fff;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	position: relative;
	text-decoration:none;
	border-bottom:1px solid #c0daea;
	
}

.innerFeaturesTabs ul li.active a {
		background: #fff;
}
ul#button_box1 li.active a {
background: #fff;
border: 1px solid #c0daea;
border-bottom-width: 0px;
}


.softwareInstallation{
	width:100%;float:left;
}

.softwareInstallation img{
float: left;margin-right:10px;margin-top:5px;
}

.productCatList li{
	width: 47%;
	float: left;
	padding: 10px;
}

#intccTLDs{
	font-size:22px;
line-height: 44px;
	}

#oneRowTab a{
	line-height: 24px !important;
}

#grayBox{
	background-color: #ecf1f4;
}


.pageNav{
	margin-bottom:20px;
    margin-top:0px;	
}

.pageNav a{
	text-decoration:none;
	color:#066ba9;
	font-weight: bold;
}
.pageNav ul {
    margin: 0.75em 0;
   
    list-style: none;}
	
.pageNav li{
    border: 1px solid #e5e6e8;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-top-width:1px;
	padding: 3px 0px 3px 0px;
}
.pageNav li:hover { background-color:#e5e6e8; }
.pageNav li:last-child{
	border-bottom-width:1px;
}

.pageNav li:before { 
    content: "\2023  \0020";
	font-size: 18px;

	color: #04c0ee;
}
.pageNav li.active { background-color:#e5e6e8; }
.searchInput{width:300px;
	height: 25px;

	}

.searchOptions {
	margin-top:10px;
}



.faqCategory h4{font-size:16px; cursor:pointer; }
.faqCategory h3{line-height:56px;}

.domainSearchBox_form #search_continents_input {
	float:left;
	width:397px;
	height:46px;
    margin:0;
    padding:0 0 0 5px;
    color:#888;
    font-style:italic;
	background:#fff url(/images/en_US/index/boxes/bg_search-input_rpt.gif) repeat-x top left;
	border:1px solid #066489;
	border-radius:5px;
	-moz-border-radius:5px; /* Firefox 3.6 and earlier */
}

.generic_domain_list {
    clear: both;
    float: left;
    margin: 0;
    padding: 5px 0 0;
    vertical-align:middle;
    list-style: none outside none;
}
.generic_domain_list li {
    float: left;
    text-align:left;
    color: #0499BD;
    margin: 0 10px 0 0;
    padding: 0 3px 4px 0;
    width: 115px;
}
.generic_domain_list li input {
    margin-right: 2px;
    margin-top: 2px;
}

.continent_domain_list {
    clear: both;
    float: left;
    margin: 0;
    padding: 5px 0 0;
    vertical-align:middle;
}
.continent_domain_list li {
    float: left;
    text-align:left;
    color: #0499BD;
    list-style: none outside none;
    margin: 0 10px 0 0;
    padding: 0 2px 3px 0;
    width: 195px;
}
.continent_domain_list li input { margin-right: 2px; }

.new_domain_list {
    margin: 10px 0 0 0;
    padding: 5px 0 0;
    list-style: none outside none;
    position:relative;
    left:0;
    top:0;
    height:90px;
    width:400px;
}
.new_domain_list li {
    float: left;
    color: #0499BD;
    text-align:left;
    margin: 0 6px 0 0;
    padding: 0 2px 5px 0;
    width: 98px;
}
.new_domain_list li input {
    margin-right: 2px;
    margin-top: 2px;
}
.tab-pane .btnContainer { float:left; width:26px; height:auto;margin-top: 40px;}
.tab-pane .btnContainer #leftButton { background: url(/images/en_US/index/boxes/btn_left-scroll.png) no-repeat;
	width: 26px;
	height: 26px;
	display: block;
	cursor:pointer; 
	}
.tab-pane .btnContainer #rightButton { background: url(/images/en_US/index/boxes/btn_right-scroll.png) no-repeat;
	width: 26px;
	height: 26px;
	display: block;
	cursor:pointer; 
		margin-left:30px;}
.tab-pane .btnContainer a:hover { background-position: 0 -26px !important; }
.popular_domain_list {
    /*width:486px;*/
    position:absolute;
    left:0;
    top:0;
    height:105px;
    width:490px;
    /*float: left;*/
    margin: 0;
    padding: 5px 0 0;
    /*vertical-align:middle;*/
    list-style: none outside none;
}
.popular_domain_list li {
    float: left;
    color: #fff;
    text-align:left;
    color: #0499BD;
    margin: 0 6px 0 0;
    padding: 0 2px 5px 0;
	width: 70px;
}
.popular_domain_list li input {
    margin-right: 2px;
    margin-top: 2px;
}

#view_all_domain_extensions {
    font-size: 12px;
    font-weight: bolder;
    height: 17px;
    left: 0;
    padding: 10px 3px 3px;
    position: absolute;
    top: 170px;
}
#view_all_domain_extensions a {
    color: #106385;
    text-decoration: none;
}

.homeSideBox { width:260px; margin:20px 0px 0px; background:none; }
.homeSideBox.priceBox { margin-bottom:15px; }
.homeSideBox.newsBox { background:url(/images/en_US/index/boxes/bg_side-box_gray-header.gif) no-repeat; margin-bottom:20px; }
.homeSideBox.resellerBox { background:url(/images/en_US/index/boxes/bg_side-box_gray-header.gif) no-repeat; }
.homeSideBox.idnBox { background:url(/images/en_US/index/boxes/side-box-header_idn.gif) no-repeat; }
.homeSideBox.brandBox { background:url(/images/en_US/index/boxes/side-box-header_brand-protection.gif) no-repeat; }
.homeSideBox h2 { font:bold 22px ‘Arial Black’, Arial, sans-serif; color:#000; text-transform:none; margin:0; padding:15px 10px 10px; }
.homeSideBox .sideBoxContent { padding:5px; }
.homeSideBox .sideBoxContent a { font:normal 12px Verdana, sans-serif; color:#187197; text-decoration:underline; }
.homeSideBox .sideBoxContent a:hover { text-decoration:none; }
.homeSideBox .sideBoxContent p { margin:0; padding:0 0 0px 5px; }


.priceBox .sideBoxContent .buttons { height:30px; width:250px; text-align:center; }
.priceBox .sideBoxContent .buttons a { float:left; font:bold 10px/12px Arial, sans-serif; color:#ccc; text-transform:none; text-decoration:none; padding:0; margin:2px 7px 2px 0;
 padding:2px 5px; display:block; width:auto; height:15px; background:#707070; border-radius:10px; -moz-border-radius:10px; }
.priceBox .sideBoxContent .buttons a:hover { color:#333; background:#dbb740; } 
.priceBox .sideBoxContent .buttons a.active  { color:#fff; background:#006487; }
.priceBox .sideBoxContent .buttons a.popupLink { background:transparent; border-radius:0; color:#006487; text-decoration:underline; margin:0; padding:0; line-height:20px; }
.priceBox .sideBoxContent .buttons a.popupLink:hover { text-decoration:none; }
.priceBox .sideBoxContent .buttons div { float:left; width:210px; height:19px; overflow:hidden; }
.priceBox .sideBoxContent .currency { font:normal 10px Arial, sans-serif; color:#333; }
.priceBox .price_table tr:hover { background:#ebebeb; }
.priceBox .price_table tr:hover td, .priceBox .sideBoxContent .priceTable tr:hover td a { color:#106385; }
.priceBox .price_table td { height:20px; font:normal 11px Arial, sans-serif; color:#333; border-top:1px solid #e1e1e1; text-transform:none; padding:5px 0; }
.priceBox .price_table td a { font:normal 11px Arial, sans-serif; color:#333 !important; text-decoration:none; }
.priceBox .price_table td a:hover { color:#006487 !important; }
.priceBox .price_table td.flag { width:23px; padding-left:3px; }
.priceBox .price_table td.domain { width:90px; }
.priceBox .price_table td.price { width:65px; color:#333; }
.priceBox .price_table td.price span.old-price { color:#999; text-decoration: line-through; }
.priceBox .price_table td.sale { color:#f00; text-transform:uppercase; }
.priceBox .price_table tr:hover td.sale { color:#f00 !important; }
.priceBox .price_table td.new { width:30px; }

.countryList li{float:left;width:200px;margin-bottom: 15px;}

.span4 .price_table {
	width:300px !important;
	height:300px;
}

.span4 #top-popular .price_table { background-color: #e9e9e9; }

#top-popular, #top-new {
	height: 300px;
overflow: hidden;
}

#top-popular a{
	font-size:14px;
	}

#top-popular .old-price{
	font-size:14px;
}

#top-popular .price_table td{
	height:0px;
	padding: 8px 5px 5px 5px;
	border:0px;
	font-size:14px;
	text-align:left;
}

.price_table tr:hover { background-color:#FCFCFC;cursor:pointer;}

#top-popular::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#top-popular::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#top-popular::-webkit-scrollbar-thumb
{
	background-color: #0ae;
	
	background-image: -webkit-gradient(linear, 0 0, 0 100%,
	                   color-stop(.5, rgba(255, 255, 255, .2)),
					   color-stop(.5, transparent), to(transparent));
}

#top-new a{
	font-size:14px;
	}

#top-new .old-price{
	font-size:12px;
}

#top-new .price_table td{
	height:0px;
	padding: 8px 5px 5px 5px;
	border:0px;
	font-size:14px;
	text-align:left;
}

#top-new::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#top-new::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#top-new::-webkit-scrollbar-thumb
{
	background-color: #0ae;
	
	background-image: -webkit-gradient(linear, 0 0, 0 100%,
	                   color-stop(.5, rgba(255, 255, 255, .2)),
					   color-stop(.5, transparent), to(transparent));
}

#indexHeaders h2{
	font-weight:400; 
	font-size: 28px;
}

.innerBox a{
	text-decoration:none;
}

#flip {
    background: linear-gradient(to bottom, #1B3858 0%, #254F7D 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    float: right;
    line-height: 22px;
    padding-left: 10px;
    width: 59px;	
}


#flip a:hover {
	color:#4fd3f3;
}

#flip img {
	vertical-align: top;
	float:left;
	margin-top:1px;
	position: relative;
}


.logoutBg{
    background: linear-gradient(to bottom, #1B3858 0%, #254F7D 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    float: right;
    line-height: 12px;
    padding-left: 10px;
    width: 80px;		
}

.logoutBg img {
	vertical-align: top;
	float:left;
	margin-top:1px;
	position: relative;
}


.is_user_logged_fix{font-size: 10px !important;height: 26px;width:54px;}

.cartBg {
	position:relative;
	padding-right: 4px;
	cursor: pointer;
	background: #1b3858; /* Old browsers */
	background: -moz-linear-gradient(top,  #1b3858 0%, #254f7d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1b3858), color-stop(100%,#254f7d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1b3858 0%,#254f7d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1b3858 0%,#254f7d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1b3858 0%,#254f7d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1b3858 0%,#254f7d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b3858', endColorstr='#254f7d',GradientType=0 ); /* IE6-9 */
		
}

.cartBg img {
vertical-align: top;
float: left;
top: 2px;
position: relative;
padding-right: 5px;
padding-left: 5px;
}

#cartWrapper {
text-align: center;
}

#cartWrapper img {
float: right;
position: relative;
top: 3px;
}

#cartWrapper dl { width:auto; }

.cse .gsc-control-cse, .gsc-control-cse{
	border:0px !important;
	background-color:transparent !important;
}

.gsc-control-cse{
		background-color:transparent !important;
	
}

input.gsc-search-button{
	padding:5px 5px 5px 5px !important;
}

.sbtn{
	color: #ffffff !important;
	font-size:11px !important;
	cursor: pointer !important;
	background: #05c4f3 !important;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #05c4f3 1%, #03b2dc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#05c4f3), color-stop(100%,#03b2dc));
	background: -webkit-linear-gradient(top, #05c4f3 1%,#03b2dc 100%);
	background: -o-linear-gradient(top, #05c4f3 1%,#03b2dc 100%);
	background: -ms-linear-gradient(top, #05c4f3 1%,#03b2dc 100%);
	background: linear-gradient(to bottom, #05c4f3 1%,#03b2dc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05c4f3', endColorstr='#03b2dc',GradientType=0 );
	border: 1px solid !important;
	border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	text-transform: uppercase !important;
	padding:0px !important;
	text-decoration:none !important;
	vertical-align: top;
	height: 25px !important;
	font-family:Arial !important;	
	width: 54px !important;
}
.gsc-input .gsib_a { padding:0 !important; }

.cse .gsc-control-cse, .gsc-control-cse{
	padding:0px !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page{
	border:0px !important;
	background-color:transparent !important;
}

.gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl{
	color:#4fd3f3 !important;
}

.gs-title{
		color:#4fd3f3 !important;
}

.gs-title b{
		color:#4fd3f3 !important;
}

.sname {
    border: 1px solid #C0DAEA;
    border-radius: 4px 4px 4px 4px;
    font-size: 12px !important;
    height: 18px !important;
    width: 222px !important;
    padding: 0px 0px 0px 4px !important;
    margin-right: 1px;
    height:23px !important;
    
}

.cse table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input{
	padding-right:5px !important;
}

.cse input.gsc-input, input.gsc-input{
	padding:0px !important;
}

#gsc-i-id1{

	font-size: 12px;
	border: 1px solid #c0daea;
	border-radius: 4px;
	width:100%;
	height: 23px !important;
}

.sslBox {
	float: left;
	padding: 10px;
	background: #fff;
	margin-bottom: 20px;
	border-radius: 5px;
	border: 1px solid #ddd;
}
.sslBox p { width:70%; float:left; }

.requirementsBlock{
	float: left;
	width: 100%;
}

.requirementsBlock span{
	float:right;
}

.discountRequirements{
	float:left;
}
.countryList li{
	border: 1px solid #6dcff6;
border-radius: 5px 0 5px 0;
-moz-border-radius: 5px 0 5px 0;
font-size: 12px !important;
color: #7c8389 !important;
text-decoration: none !important;
background: #f7fbfc;
padding: 5px;
margin-left:10px;
}

.quoteToolLeft{
width: 45%;
float: left;
}

.quoteToolCenter {
float: left;
text-align: center;
padding: 8px;
font-size: 12px;
}

.quoteToolRight{
width: 45%;
float: left;
}

.multi{
	width:100%;
}

.find_box {
	width:44%;
}
.totalSelectedExt {
	text-align: center;
	margin-bottom: 10px;
}

.formBlock gutter{
float: left;
width: 47%;
height:
padding: 10px;
}

.formBlock{
	float: left;
width: 47%;height: 310px;
padding: 10px;
}

.formBlock input[type="text"]{
	width:98%;
}

.recaptcha_widget_div{ margin-top:10px;}

#cdt-form{
	margin-bottom: 30px;

}

.generalFAQ .faqContent div { background:#fff; }
.generalFAQ .faqContent div div div { position:relative; margin:10px 0; padding:10px; background:#e9eff2; }=======
}

.simple-list li {
	list-style: disc !important;
	margin-left: 45px;
	margin-bottom: 10px;
}

/*=====================NEE tlds search styling====================*/

.grayDot  { float:left; height:16px; width:16px; background:url(/images/en_US/category/icon_gray_square.png) no-repeat;  margin:5px 5px 0 0; border:1px solid #fff; padding:0 !important; }
.yellow-grayDot  { float:left; height:16px; width:16px; background:url(/images/en_US/category/icon_gray_square.png) no-repeat;  margin:5px 5px 0 0; border:1px solid #fff; padding:0 !important; }
.yellowDot  { float:left; height:16px; width:16px; background:url(/images/en_US/category/icon_yellow_square.png) no-repeat;  margin:5px 5px 0 0; border:1px solid #fff; padding:0 !important; }
.orangeDot  { float:left; height:16px; width:16px; background:url(/images/en_US/category/icon_orange_square.png) no-repeat;  margin:5px 5px 0 0; border:1px solid #fff; padding:0 !important; }
.greenDot  { float:left; height:16px; width:16px; background:url(/images/en_US/category/icon_green_square.png) no-repeat; margin:5px 5px 0 0; border:1px solid #fff; padding:0 !important; }
/*=====================###########=====================*/

.searchMain .buyButton { float:right; }

.certFeature {
		width: 180px;
		float: left;
		margin-right: 5px;
}

.certFeatureBanners{
		width: 180px;
		float: left;
		margin-right: 5px;
}

#price-tab-new tr{
	background:#fff !important;
}

.trusteeLink {
	width: 100px;
	float: right;
}

.forgot_password a {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 6px;
	float:right;
	color: #B5B5B5 !important;
}


.hostingContent_top {
    float: left;
}
.hostingcontent img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.renewalTransferBox {
	width: 580px;
}

#block-4 li{
    float: left;
    list-style: decimal outside none;
    margin-left: 40px;
}

img.statusNode {
	margin-top: -20px !important;
    padding: 0 !important;
    vertical-align: middle;
    width: 9px !important;
}

tr.available.selected td {
    background: #BCDD74 !important;
}

tr.not_available td {
    color:#ddd !important;
}

tr.available td {
	background:#E2F8B3 !important;
}

.table tr td {
	vertical-align: middle !important;
}

#myCartDropdown {
width: 85px !important;
float: left;;
padding: 0px !important;
margin: 0px !important;
position: relative;
line-height:19px;

}

.dropdown.cartBg {height:22px !important; 	font:normal 10px/12px Swis721 BT, sans-serif;line-height: 22px;}
.dropdown.cartBg a{color:#fff !important; font-size:10px !important; padding:0px !important;font-weight:normal !important;font-family: Arial, sans-serif !important;}
#myCartDropdown .dropdown-menu {
	min-width: 241px !important;
	position: absolute !important;
	float:left !important;
	right:0px; !important;
	border:0px !important;
	color:#000;
}

div#myCartDropdown.navbar ul.nav li.dropdown:hover{
	border:0px !important;
    background: linear-gradient(to bottom, #1B3858 0%, #254F7D 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	
}

#popUpDiv_cartItems input { idth: 225px; }

#myCartDropdown .buyButton{
	padding:3px !important;
 	font:normal 10px Arial, sans-serif;
}

dd.last{
	float: right;
	margin-right: 20px;
 	font:normal 10px Arial, sans-serif;
}

.domainTransfers ol { padding-left:35px; }
.domainTransfers ol li { list-style-type:decimal; }


.securityMain p.headingDesc { margin-bottom: 30px; }

.securityMain p{ line-height: 20px; }

.tab-content{
width:93% !important;
height: auto !important;
padding:20px;
}

.securityBox
{ float: left; }


.multiBoxes{
	width: 910px;
}


.securityMain{
padding:20px;}


.buyBox {

	background: #F5F5F5;
	float: right;
	width:auto;
	margin:0 0 20px 20px;
	border: 1px solid #ddd;
}

.buyBox .buyBoxItem {
	margin: 0 10px;
	padding: 20px;
	text-align: center;
}

.buyBox h5 {
	
	color: #fff;
	text-align: center;
	padding: 5px 0 10px;
	margin: 0;
	text-transform: uppercase;
}

.sslBox {
	padding:10px;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus{color:#0499BD !important;;}
.nav-tabs > li > a {font-size:15px !important;}
.seeMoreBox {width:100%;text-align: center;}

.buyPrice{color:rgb(233, 116, 116);font-weight:bold; font-size:16px;}

.mainContent.product ul
{
	margin-left: 45px;
}
.mainContent.product li
{
	list-style-type: disc;
	padding-bottom: 15px;
}
.securityProduct {
	position:relative;
	top:1px;
}
.securityProduct ul
{
	margin-left: 45px;
}
.securityProduct li
{
	list-style-type: disc;
	padding-bottom: 15px;
}

/* SSL brand pages */
.sslProduct .certSeal {
	margin: 0 20px 15px 0;
	float: left;
}

.sslProduct .certFeature {
	position: relative;
	float: left;
	width: 234px;
	height: 232px;
	border: 3px solid #404a51;
	padding: 0;
	margin: 0 7px 0 0;
}

.sslProduct .certFeature .content {
	height: 122px;
	padding: 10px;
	background-color: #404a51;
}

.sslProduct .certFeature h4 {
	font: 400 26px/30px 'Arial', sans-serif;
	color: #fff799;
	padding: 0;
	margin: 0;
}
.sslProduct .certFeature p {
	font: bold 16px/16px 'Arial', sans-serif;
	color: #fff;
	margin: 5px 0 0;
}

.sslProduct .categoryProductBox .content {
	margin: 0 0 0 0;
	padding: 10px 20px;
	border: 1px solid #ddd;
background-color: #ecf1f4;
}

.sslProduct .categoryProductBox {
	background: #fff;
	position: relative;
	margin: 15px 0 15px 0;
}
.sslProduct .categoryProductBox .productCopy {
	float:left;
}
.sslProduct .categoryProductBox .productBuy {

}

.yearlyLowPrice {
	margin-bottom: 20px;
}

.sslProduct .categoryProductBox .productBuy p.yearlyLowPrice span {
	font: bold 16px 'Arial', sans-serif;
	color: #404a51;
	text-align: left;
}

.sslProduct .categoryProductBox .productBuy p span {
	font-weight: 700;
	color: #f00;
}

/* SSL main page */
.newsFlash{
	padding: 10px;
	font-size: 14px;
	margin-left: 5px;
}

.sslMain .ssl_spotlights div {
	border: 1px solid #dee6eb;
	position: relative;
	float: left;
	width: 93%;
	height: 140px;
	padding: 15px 15px 15px 15px;
	margin: 15px 0 0 15px;
}

.sslMain .extraContent { width:916px; }

.red {
color:rgb(233, 116, 116) !important;
}



.floatingBox img {height: 70px;}
.floatingBox p {padding-bottom: 10px; float:left; width:70%; }
.floatingBox a, .buttonHolder a {text-decoration: none;}
.buttonHolder a {font-size: 16px;}

.product .extraContent
{
padding: 10px;
border: 1px solid #c0daea;
border-top-width:0px;
margin-bottom: 20px;
float: left;

}
.tabsHolder{background:#ecf1f4;}

.extraContent #buySSL tr{background: white;}

.extraContent #buySSL td {
border-bottom: 2px solid #EFF3F6;
border-top: none;
padding:5px;

vertical-align: middle;
}

.extraContent #buySSL td.logoHolder img 
{
float: left;
margin: 4px 20px;
}
.product #content_block {
	margin-left: 20px;
	padding-bottom: 20px;
}
#content_block #buySSL{width: 98%;}
#content_block #buySSL .buttonHolder{width: 31%;}
#content_block #buySSL span{color: #000; font-weight: bold;}
#content_block #buySSL tr:hover{background: #ebebeb;}

#content_block #block-1 h3, #block-2 h3, #block-3 h3 {
font-weight:bold;
color: #000;
padding: 7px 0;
}




#content_block ul li.active a{
	border-bottom-width:1px solid #ddd;
}


#content_block #block-1 strong, #block-2 strong, #block-3 strong{color:rgb(233, 116, 116) !important; }
.faqStyle {list-style: none;}


.sslButtonsBox{
float:right;
padding-right: 10px;
padding-bottom: 10px;
}
.sslMain .innerFeaturesTabs ul li a{
	font-size:13px !important;
	width: 224px !important;
	line-height: 24px;
}

/* PRODUCTS */

.grayBox .smallbox {
	width: 596px;
	padding: 10px;
	border: 1px solid #c0daea;
	border-top-width: 0px;
	margin-bottom: 20px;
	float: left;
}

.grayBox .smalltabs a{
	width:144px !important;
	line-height: 24px !important;
}

.relatedBanners{
	margin-bottom:10px;
	text-align:center;
}

.alternativeList li{
	list-style-type: disc !important;
	margin-left:30px !important;
}

.certSeal{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.productLogo{
	height:60px;
	margin-bottom:30px;
}

.partnerFooter {
	float: left;
	line-height: 39px;
}
.partnerFooter img{
	float: left;
}

.confirmPic {width:570px;}
.hostingSitebuilder .extraContent { border-top-width:1px !important; }
.innerContent img{
	margin-left:10px;
	margin-bottom:10px;
}

.purple {color:#a18fc2;}

/* email page styles */
.emailMain .columnize{
	width: 50%;
	float:left;
}

.emailMain .sideBox {
	float:left;
}

.emailMain .offer{
	float: right;
	width: 50%;
	text-align:right
}

.emailMain .grayBox{
float:left;}

.emailMain .relatedBanners{float:left;}

.emailMain .innerFeaturesTabs ul li a{
	font-size:13px !important;
	width: 177px !important;
	line-height: 24px;
}

.emailMain .extraContent {
width: 915px;
padding: 10px;
border: 1px solid #c0daea;
border-top-width: 0px;
margin-bottom: 20px;
float: left;
}

.emailMain .sideBox ul li{margin-left:30px;list-style-type:disc !important}

/*  hosting software */

.hostingSoftware h2 {font: normal 42px/42px 'Arial', sans-serif; color: #404a51; padding-top: 20px;}
.hostingSoftware  h3 {font: normal 24px 'Arial', sans-serif; color: #09b9e5 !important; padding-bottom: 10px }

/* hosting page */
.hosting .content_block {
	float:left;
}
.hosting .upgradeBanners {float:left;margin-bottom: 20px;margin-top: 20px;width: 940px;
text-align: center;}
.hosting .extrContent {width: 916px;
padding: 10px;
border: 1px solid #c0daea;
border-top-width:0px;
margin-bottom: 20px;

float: left;
}
.hosting .block-1 img {
padding:10px;}
.hosting .relatedBanners{float:left;}
.hosting .extrContent img{float:left;}
.hosting .grayBox{float:left;}
.hosting .innerFeaturesTabs ul li a{
	font-size:13px !important;
	width: 146px !important;
}
.hosting .hyperLinks { margin:20px; }

.floating_error {  position:absolute; left:50%; margin-left:-250px;  top:50%; z-index:999; }
.floating_error div { background-color:#fdd; border:1px solid #f66; width:500px; padding:15px 15px 5px; }
.floating_error p { color:#f66; }
.floating_error input[type=button] { padding: 5px; color: #0499BD;
cursor: pointer;
background: #fff;
border: 1px solid;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
text-transform: uppercase;
text-decoration: none; }

/*  LEGAL pages */
.companyPage h4 {
	font: 400 20px/20px 'Arial', sans-serif;
	color: #333;
	margin: 0;
	padding: 15px 0 0;
	background: none;
}
.companyPage .blue {
	font: 700 16px 'Arial', sans-serif;
	color: #006487 !important;
	margin: 0;
	padding:0;
	background: none;
}

.linkBox {
	position: relative;
	float: right;
	width: 340px;
	margin: 30px 0 15px 45px;
	z-index: 20;
	padding: 10px 15px;
	border: none;
}
.linkBox .pageNav li { list-style:none; }

.companyPage p {
font: 400 14px/20px 'Arial', sans-serif;
color: #555;
padding: 3px 0;
}
.companyPage ol
{

	padding-left: 50px;
	margin-bottom: 15px;
}
.companyPage li
{
	
	list-style-type: disc;
	font: 400 14px/20px 'Arial', sans-serif;
	line-height: 25px;
	color: #555;
}

.policy{
padding-left: 15px;
margin-bottom: 15px;
}

.maincontentLegal p:nth-child(3)
{
 padding-bottom : 20px;
}
.companyPage .categoryProductBox 
{
	width: 900px;
	height: 50px;
	margin: 10px;
	background:#becbd4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}

.companyPage .categoryProductBox .contentLegal .productCopy h3
{
	
	padding-left: 10px;
	margin-top: 5px;
	color: #066ba9;
	float:left;
	font-size: 16px;
}
.companyPage .categoryProductBox .contentLegal .productBuy a
{
	background: #404a51;
	padding: 5px;
	color: #fff;
	text-decoration:none;
	font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.companyPage .categoryProductBox .contentLegal .productBuy a:hover
{
	
	color: #becbd4;
}
.companyPage .categoryProductBox .contentLegal .productBuy
{
	padding-top: 17px;
	padding-right: 10px;
	float:right;
}