/*** GLOBALS ****/

body {
	color: #777;
	background: transparent;
	line-height: 20px;
	font-size: 12px;
}

a:link { text-decoration: underline;}
a:visited { text-decoration: underline;}
a:active { text-decoration: underline;}
a:hover { text-decoration: underline;}

a.anchor {
	display: block;
	margin-top: -140px;
	visibility: hidden;
	height: 140px;
}

/*** COLORS ***/

.green { color: #63b700;}
.red { color: #f00;}
.white { color: #fff;}
.black { color: #000;}
.grey { color : #333; }
.light-grey { color: #bbb;}

/**** HEADINGS + TEXT ***/

h1 {
	font-size: 26px;
	font-weight: bold;
	color: #333;
}

h2 {
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
	color: #333;
}

h3 {
	font-weight: bold;
	font-size: 16px;
	color: #444;
}

h4 {
	font-weight: bold;
	font-size: 13px;
	color: #555;
}

h5, h6 {
	font-size: 13px;
	color: #666;
}

/**** TEMPLATE LAYOUT POSITIONABLE ELEMENTS ****/

h1#logo {
	margin: 0;
	padding: 0;
}

div#container {
	position: relative;
	min-height: 100%;
	clear:both;
}

div#container div#container_inner {
	min-height: 100%;
}

div#content {
	position: relative;
	clear:both;
}

div#footer {
	text-align: center;
	position: relative;
	clear:both;
	min-height: 55px;
	margin-top: -55px;
	width: 100%;
	padding: 4px 0;
}

div#footer a {
	padding: 0 8px;
}

div#loader {
	position: fixed;
	background: #616161;
	color: #fff;
	width: 150px;
	top: 0px;
	left: 50%;
	margin-left: -75px;
	z-index: 20000;
	border: 0px solid #eee;
	border-top: 0px;
	padding: 5px;
	font-size: 14px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	text-align: center;
	display: none;
	box-shadow: 0px 0px 1px #888;
}

div#cart_login {
	position: absolute;
	top: 0;
	right: 0;
	margin: 5px;
}

div#cart_login a {
	margin-left: 11px;
}

div#cart_login a#login_link, div#cart_login a#logout_link {
	background: transparent url(/resources/default/img/login_icon.png) no-repeat left center;
	padding-left: 17px;
}

div#cart_login a#shopping_link {
	background: transparent url(/resources/default/img/cart_icon.png) no-repeat left center;
	padding-left: 17px;
}

div#cart_login a#signup_link, div#cart_login a#account_link {
	background: transparent url(/resources/default/img/user_icon.png) no-repeat left center;
	padding-left: 17px;
}

div#cookie_warning {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1000;
	background: #000;
	text-align: center;
	width: 100%;
	padding: 10px 0;
}

/*** ACCOUNT SIGN UP ****/
form#create_account_form label {
	text-align: left;
}

/*** PAGE BOX *****/

div.expandable {
	cursor: pointer;
}

/** ACCOUNT NAV ***/

div#account_menu {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div#account_menu.fixed {
	position: fixed !important;
	top: 130px !important;
}

div#account_menu ul#nav {
	position: relative;
	clear: both;
	padding: 0;
	margin: 0;
}

div#account_menu ul#nav li a {
	font-weight: normal;
	text-decoration: none;
	background: #fff;
	padding: 8px 12px;
	display: block;
}

div#account_menu ul#nav li a.active {
	text-decoration: none;
	background: #444;
	color: #fff;
}

div#account_menu ul#nav li a:hover {
	background: #BABCBF;
	color: #fff;
}

div#account_menu ul#nav li a.notification i {
	color: #b94a48;
}

div#account_menu ul#nav li:first-child a {
	border-radius: 8px 8px 0px 0px ;
}

div#account_menu ul#nav li:last-child a {
	border-radius: 0px 0px 8px 8px;
	border-bottom: 0px;
}

/**** BOXES ****/

div.agreement-box {
	padding: 10px;
	max-width: 740px;
	height: 250px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	border: 1px solid #ddd;
	background: #fffffc;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	box-shadow: inset 0 0px 5px rgba(0, 0, 0, 0.2);
}

div.box {
	background: #e6e6e6;
	padding: 10px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	display: table; /** experimental, inline-block? **/
	margin-top: 10px;
	margin-bottom: 10px;
}

table .box {
	display: block;
}

/*** DATA-TABLE + ROWS ***/

tr.highlight-row-selected { background-color: #f4f5f6 !important; color: #444a55;}
tr.highlight-row-suggestion { background-color: #F8F7EF !important; color: #444a55;}
tr.highlight-row-none td { background-color: transparent !important; color: inherit !important;}

table.data-table {
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border-collapse: separate;
 	border-top: 5px solid #f7f7f7;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	margin: 10px auto;
	min-width: 65%;
}

table.data-table th {
	padding: 0px 8px 6px 8px;
	color: #555;
	text-shadow: 1px 1px 1px #fff;
	background: #ddd url(/resources/default/img/th-bg.png) repeat-x left top;
	vertical-align: middle;
}

table.data-table th a {
	color: #555;
	text-decoration: none;
}

table.data-table tfoot td {
	padding: 4px 5px;
	background: #aaa;
	color: #fff;
}

table.data-table tfoot.total td {
	padding: 4px 5px;
	background: #aaa;
	color: #fff;
}

table.data-table td.subrow {
	background-color: #ccc;
	color: #fff;
	text-align: center;
	padding: 5px 6px;
}

/** SHOPPING CART / SEARCH FORM ***/

/*select#exp_month, select#expiry_month, select#exp_year, select#expiry_year {
	width: 90px;
}*/

/*** HOME PAGE ****/

div.homebox {

}

div.homebox.clickable {
	cursor: pointer;
}


/*SEARCH RESULTS PAGE NEW*/

div#search_results {
	max-width: 950px;
}

div#search_results span.phase_info_label {
	display: block;
	font-size: 15px;
	margin: 3px 0;
	padding: 2px 7px;
	line-height: 22px;
	font-weight: normal;
}

div#search_results button#continue,
div#search_results button#express-checkout{
	color: #fff;
	font-size: 16px;
}

div#search_results a#add_all_domains.disabled {
	color: #aaa;
}

div#search_results > div.result_row {
	background: #f0f0f0;
	border-radius: 8px;
	margin-bottom: 15px;
	padding: 15px;
	clear: both;
}

div#search_results > div.result_row:after {
	clear:both;
}

div#search_results > div.result_row > div.domain_row {
	/*height: 45px;*/
	width: 100%;
	clear: both;
}

div#search_results > div.result_row > div.renewal_price {
	padding-left: 45px;
	padding-top: 8px;
	color: #aaa;
}

div#search_results > div.result_row > div.domain_row > div.icon {
	width: 45px;
	height: 45px;
	line-height: 45px;
	position: absolute;
}

div#search_results > div.result_row > div.domain_row > div.domain_result {
	font-size: 22px;
	line-height: 45px;
	/*height: 45px;*/
	float: left;
	color: #858585;
	padding-left: 45px;
}

div#search_results > div.result_row > div.domain_row > div.domain_result > span.domain_name {
	color: #111;
	word-break: break-all;
}


div#search_results > div.result_row > div.domain_row > div.domain_info {
	height: 45px;
	float: left;
	line-height: 45px;
	padding-left: 10px;
}

div#search_results > div.result_row > div.domain_row > div.domain_info > span.label {
	vertical-align: middle;
	font-size: 14px;
}

div#search_results > div.result_row > div.domain_row > div.domain_info > img.tip {
	vertical-align: middle;
}

div#search_results > div.result_row > div.domain_row > div.domain_info > span.label-primary {
	background: #2A7B9E;
}

div#search_results > div.result_row > div.domain_row > div.extra_info {
	float: right;
}

div#search_results > div.result_row > div.domain_row > div.extra_info > div.single {
	line-height: 45px;
}

div#search_results > div.result_row > div.domain_row > div.extra_info > button.add_domain {
	float: left;
	height: 45px;
	min-width: 80px;
	font-size: 20px;
	color: #fff;
	margin: 0 0 0 10px;
}

div#search_results > div.result_row > div.domain_row > div.extra_info > select.years {
	height: 45px;
	line-height: 45px;
	margin: 0;
	float: left;
	padding: 10px;
}

div#search_results > div.result_row > div.domain_row > div.extra_info > select.years.with_price {
	width: 160px;
}

div#search_results > div.result_row > div.domain_row > div.extra_info > select.years.update_price {
	width: 100px;
}

div#search_results > div.result_row > div.phase_row {
	padding-left: 45px;
	margin-top: 5px;
}

div#search_results > div.result_row > div.phase_row > span.choose_string {
	color: #aaa;
	font-size: 14px;
}

div#search_results > div.result_row > div.phase_row > span.choose_string.error {
	color: #f00;
}

div#search_results > div.result_row > div.phase_row label.phase_box {
	margin: 5px 0 0 0;
	border: 1px solid #f3f3f3;
	display: block;
	font-weight: normal;
	padding: 8px;
	position: relative;
	color: #555;
	background: #fff;
	line-height: 20px;
	/*box-shadow: inset 0px 0px 18px rgba(0, 0, 0, 0.1);*/
	cursor: pointer;
}

div#search_results > div.result_row > div.phase_row label.phase_box > span.price {
	position: absolute;
	top: 9px;
	right: 8px;
	color: #666;
	font-size: 18px;
}

div#search_results > div.result_row > div.phase_row label.phase_box > h3 {
	color: #666;
	font-size: 18px;
	line-height: 22px;
	margin: 0;
}

div#search_results > div.result_row > div.phase_row label.phase_box > span.phase_description {
	padding-left: 20px;
	padding-top: 3px;
	display: block;
}

div#search_results > div.result_row > div.phase_row label.phase_box.active {
	border: 2px solid #ddd;
}

div#search_results > div.result_row > div.phase_row label.phase_box.active h3 {
	color: #666;
}

@media (max-width: 767px) {
	div#search_results > div.result_row > div.phase_row {
		padding-left: 0px;
	}

	div#search_results > div.result_row > div.renewal_price {
		padding-left: 0;
	}
}

@media (min-width: 468px) and (max-width: 767px) {
	div#search_results > div.result_row > div.domain_row > div.extra_info {
		float: right;
	}

	div#search_results > div.result_row > div.domain_row > div.extra_info > button.add_domain {
		float: right;
	}
}

@media (max-width: 467px) {
	div#search_results > div.result_row > div.domain_row > div.domain_info {
		clear: both;
		float: none;
		height: auto;
		width: 100%;
		line-height: 26px;
		padding: 10px 0;
	}

	div#search_results > div.result_row > div.domain_row > div.extra_info {
		float: none;
		width: 100%;
		clear: both;
	}

	div#search_results > div.result_row > div.domain_row > div.extra_info > button.add_domain,
	div#search_results > div.result_row > div.domain_row > div.extra_info > select.years {
		width: 100%;
		margin: 10px 0 0 0;
	}

	div#search_results > div.result_row > div.domain_row > div.extra_info > select.years.with_price,
	div#search_results > div.result_row > div.domain_row > div.extra_info > select.years.update_price {
		width: 100%;
	}

	div#search_results > div.result_row > div.domain_row > div.domain_result {
		line-height: 35px;
	}

	div#search_results > div.result_row > div.domain_row > div.icon {
		line-height: 35px;
	}

	div#search_results > div.result_row > div.phase_row label.phase_box > span.price {
		position: relative;
		display: block;
		text-align: right;
		margin-bottom: 10px;
	}

/*	div#search_results > div.result_row > div.domain_row > div.extra_info > div.single {
		line-height: 26px;
	}*/
}


/*** SEARCH RESULTS/SHOPPING CART TABLE ****/

table.finalized {
	max-width: 550px !important;
}

table.finalized tr td {
	padding: 4px 5px !important;
}

table.finalized img {
	display: none;
}

div#search_results_wrap {
	max-width: 900px;
}

table#search_results {
	/*margin-bottom: 10px;*/
	width: 100%;
}

table#search_results tfoot tr {
	border-bottom: none;
}

table#search_results tfoot tr td {
	color: #555;
	background: #f5f5f5;
}

table#search_results tr td .search-icon {
	padding-top: 4px;
}

table#search_results tbody tr:first-child {
	border-top: 1px solid #f4f4f4;
}

table#search_results tbody tr:last-child {
/* 	border-bottom: none; */
}

table#search_results tr {
	border-bottom: 1px solid #f4f4f4;
}

table#search_results tr.productborder {
	border-bottom: 0px solid #e2e2e2;
}

table#search_results tr.product_header td {
	background: #a5a5aa;
	color: #fff;
	padding: 3px 8px;
}

table#search_results tr td {
	padding: 7px;
}

table#search_results tr td select {
	width: 160px;
	outline: none;
}

/*** HOMEPAGE SEARCH FORM  ***/

div#main_search {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	height: 300px;
	width: 540px;
}

div#main_search span.large {
	position: absolute;
	display: block;
}

div#main_search span.message {
	position: absolute;
	display: block;
}

div#main_search span.sub-message {
	position: absolute;
	display: block;
}

div.search_form_wrap {
	position: absolute;
}

div#search_form {
	background: transparent;
	display: inline-block;
}

div#search_form span.www {
	font-size: 22px;
	color: #eee;
}

div#search_form input#domain {
	font-size: 18px;
	border: 0px;
}

@media (max-width: 767px) {
	div#search_form input#domain {
		max-width: 150px;
	}
}

div#search_form button#search {
	height: 34px;
	width: 36px;
	margin-left: 5px;
}

div#search_form #select_tlds select {
	width: 80px;
	padding: 5px;
	font-size: 18px;
	border: 0;
	height: 34px;
	color: #555;
}

/** MULTIPLE SEARCH FORM **/

div#search_multiple span.single_tld {
	font-size: 22px;
	color: #333;
}

div#search_multiple textarea.domain {
	color: #666;
	overflow-y: auto;
	height: 70px;
}

/*** PRIVATE REGISTRATION PAGE ***/

div.pr_inactive_box {
	background: #f6f6f6;
	padding: 4px;
	min-height: 260px;
	max-width: 300px;
}

div.pr_active_box {
	background: #bbb;
	padding: 4px;
	min-height: 260px;
	max-width: 300px;
}

div.pr_inactive_box h3 {
	color: #777;
	text-shadow: none;
	padding: 8px;
}

div.pr_active_box h3 {
	color: #fff;
	text-shadow: none;
	padding: 8px;
}

div.pr_active_box p {
	color: #fff;
}

/** CART SERVICES ***/

table.hosting_package td {
	padding: 5px 0;
	text-align: center;
}

table.hosting_package {
	padding: 0 35px;
	width: 250px;
}

table.hosting_package td.plan_header h3 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 3px 0;
}

table.hosting_package td.plan_header {
	border-radius: 8px 8px 0px 0px;
}

/**** SITE BUILDER ****/

button.add_sitebuilder, a.add_sitebuilder {
	color: #fff;
	border: 0;
	font-size: 16px;
	text-shadow: none;
}

button.add_sitebuilder:hover, a.add_sitebuilder:hover {
	color: #fff;
}

div#support_sitebuilder_menu a {
	text-decoration: none;
}

div#support_sitebuilder_menu a:hover {
	text-decoration: underline;
}

/* default plan style */
table.sitebuilder_plan {
	margin-bottom: 10px;
}

table.sitebuilder_plan td {
	border-bottom: 1px dotted #eee;
	padding: 2px 0;
	background: #fff;
	text-align: center;
}

table.sitebuilder_plan td.price {
	padding: 0px;
	border: 0;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	height: 60px;
}

table.sitebuilder_plan td.plan_action {
	height: 45px;
}

table.sitebuilder_plan td.price h3.plan_name {
	color: #444;
	font-size: 20px;
	text-shadow: none;
}

table.sitebuilder_plan td.price h3.plan_price {
	font-size: 18px;
	text-shadow: none;
}

table.sitebuilder_plan td.price div.price_box {
	position: relative;
	padding: 25px 0 0 0;
}

table.sitebuilder_plan td.plan_action button.add_sitebuilder {
	text-shadow: none;
}

table.sitebuilder_plan td.plan_action h3.current_plan_text {
	display: none;
}

table.sitebuilder_plan td.email_forward {
	background: #FFFDCB;
}

/*hidden plan style */
table.sitebuilder_plan_hidden {
	opacity: 0.6;
}

table.sitebuilder_plan_hidden td.plan_action button.add_sitebuilder {
	display: none;
}

table.sitebuilder_plan_hidden td.plan_action h3.current_plan_text {
	display: none;
}

/* recommended plan style */
table.sitebuilder_recommended td {
	background: #f5f5f5;
	border-bottom: 1px solid #f6f6f6;
}

table.sitebuilder_recommended td.price {
	background: #f6f6f6;
}

table.sitebuilder_recommended img#recommended_corner {
	position: absolute;
	right: -2px;
	top: -2px;
}

table.sitebuilder_recommended td.email_forward {
	background: #D5D5D5;
}

/* current plan style */
table.sitebuilder_plan_current td {
	background: #eee;
}

table.sitebuilder_plan_current td.price {
	background: #eee;
}

table.sitebuilder_plan_current td.plan_action button.add_sitebuilder {
	display: none;
}

table.sitebuilder_plan_current td.plan_action h3.current_plan_text {
	display: block;
	color: #999;
	margin: 0;
	text-shadow: none;
}

h3.recommended_package {
	border-radius: 8px 8px 0px 0px;
	background: #aaa;
	color: #fff;
	padding: 4px;
	margin: 0 auto;
	width: 200px;
}

/** sitebuilder landing page **/
a.sitebuilder_large_start {}

ul#sitebuilder_tab_menu {
	border: 0;
	margin-bottom: 10px;
}

ul#sitebuilder_tab_menu li {
	float: none;
	display: inline-block;
}

ul#sitebuilder_tab_menu li a {
	background: #125E6C;
	background: rgba(18, 94, 108, 0.7);
	border: 0;
	color: #fff;
	border-radius: 8px;
	text-decoration: none;
}

ul#sitebuilder_tab_menu li.active a {
	background: #004652;
	background: rgba(18, 94, 108, 1);
}

/**** PROGRESS BAR ***/

div#cart_menu {
	margin-bottom: 10px;
}

table#progress {
	width: 100%;
	margin: 0 auto;
	clear: both;
}

table#progress td.item {
	width: 190px;
	text-align: center;
	background: #333;
	height: 36px;
	vertical-align: middle;
	font-size: 14px;
	color: #fff;
}

table#progress td.highlight {
	background: #fff;
	color: #666677;
}

table#progress td.item:first-child {
	border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
}

table#progress td.item:last-child {
	border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
}

/*** WHOIS ***/

pre#whois_output {
	display: none;
	border:1px solid #eee;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding:20px;
	background: #f7f7f7;
	width: 90%;
	margin: 20px auto;
}

/*** PREMIUM NAMES PAGE ***/

div#premiums_menu a {
	padding: 5px;
	font-size: 16px;
}

table.premiumnames {
	border: 1px solid #eee;
}

table.premiumnames td, table.premiumnames th {
	border-bottom: 1px solid #eee;
	padding: 4px 8px;
	text-align: left;
}

table.premiumnames td a {
	text-decoration: none;
}

table.premiumnames td.premium-price {
	text-align: right;
}

/**** ACCOUNT MANAGER NOTIFICATIONS ****/

@media (max-width: 767px) {
  div.account-index h2 {
  	margin-top: 30px;
  }
}

table#expiring_table {
	width: 100%;
}

table#expiring_table td {
	border: 0;
	background: transparent;
	padding: 4px 5px;
}

/** responsive sizing **/

.input-large {
	min-width: 80px;
}

/*** AFFIX OVERRIDE ***/
@media (min-width: 768px) {
	.affix {
		position: static;
	}
	.sidebar {
		width: 100%;
	}
	.input-large {
		min-width: 120px;
	}
	.box {
		min-width: 100px;
	}
}

@media (min-width: 992px) {
	.affix {
		position: fixed;
		top: 140px;
	}
	.sidebar {
		width: 228px;
	}
	.input-large {
		min-width: 250px;
	}
	 .box {
		min-width: 350px;
	}
}


form.form-horizontal .control-label,
form.form-horizontal label  {
	margin: 0;
}

.form-group {
	margin-bottom: 10px;
}

form.form-horizontal .form-control,
form.form-horizontal button {
	margin: 0;
}

select[multiple], select[size] {
	height: 36px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin: 0 0 10px 0;
}

.popover {
	min-width: 250px;
	text-align: left !important;
}