html {
/*	overflow-y: -moz-scrollbars-vertical;
	overflow-y: scroll;*/
}

body, html {
	height: 100%;
}

body {
	background: #161818 url('/resources/africa.com/img/bg1.jpg') fixed no-repeat center bottom;
	background-size: cover;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #777;
}

.blue { color: #00A4C9; }
.green { color: #63b700;}
.red { color: #f00;}
.orange { color: #F86008;}
.white { color: #fff;}
.black { color: #000;}
.grey { color : #333; }

.pink { color: #e80473; }
.aqua { color: #00c8cf; }
.yellow { color: #ffd300; }

 div#currency-conversion-slide {
	padding: 20px;
	width: 220px;
	background: #fff;
	z-index: 1030;
	height: 155px !important;
	box-shadow: 0px 0px 3px #444;
}

div#currency-conversion-slide a.handle {
	box-shadow: 0px 0px 3px #444;
}

button.btn {
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

div.box {
	background: #E8E5D9;
}

/*** LINKS ***/

a:link { color: #E4A400; text-decoration: underline;}
a:visited { color: #E4A400; text-decoration: underline;}
a:active { color: #E4A400; text-decoration: underline;}
a:hover { color: #E4A400; text-decoration: none;}

/*** HEADING STYLES ***/

h1, h2, h3, h4 {
	font-weight: bold;
}

h2 {
	color: #333;
}

/** HEADERR */

h1#logo {
	position: absolute;
	top: 10px;
	left: 5px;
}

div#container div#container_inner {
	padding-top: 135px;
	padding-bottom: 55px;
}

/** CART LINK STYLE ***/

@media (max-width: 767px) {
	div#cart_login {
		max-width: 240px;
	}
}

div#cart_login a {
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
}

div#cart_login a:hover {
	text-decoration: underline;
	color: #aaa;
}


/*** FOOTER LINK STYLE ***/

div#footer {
	background: #222;
	color: #666;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	font-size: 13px;
}

div#footer a {
	color: #ccc;
	text-decoration: none;
}

div#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

/*** HOMEPAGE SEARCH FORM ***/

div#main_carousel .carousel-inner {
	border-radius: 10px;
	background: #1d1d1d;
}

div#main_carousel .carousel-inner div#banner1 {
	background: url(/resources/africa.com/img/homepage_banner1.png);
	height: 300px;
	border-radius: 10px;
}

div#main_carousel .carousel-control {
	color: #fff;
	text-decoration: none;
	outline: none;
}

div#main_search {
	background: transparent;
	border-radius: 10px 0 10px 10px;
}

div#main_search div.search_form_wrap {
	top: 85px;
	left: 20px;
	max-width: 425px;
}

div#main_search span.large {
	line-height: 40px;
	color: #fff;
	font-size: 40px;
	letter-spacing: -1px;
	text-shadow: -1px -1px 0px #000;
	top: 35px;
	left: 20px;
}

div#main_search span.message {
	color: #666;
	top: 120px;
	left: 20px;
	line-height: 28px;
	font-size: 17px;
}

div#main_search span.message a {
	text-decoration: none;
}

div#main_search span.sub-message {
	color: #fff;
	line-height: 20px;
	top: 210px;
	left: 20px;
	font-size: 16px;
}

div#search_form button#search {
	background: #fed10f url(/resources/africa.com/img/search.png) no-repeat center center;
	border-radius: 20px;
}

/*** HEADER SEARCH FORM MIN ***/

div#header_search_wrap {
	margin-bottom: 6px;
}

div#header_search {
	height: 120px;
	position: relative;
	background: #000 url(/resources/africa.com/img/header_search.png) no-repeat top left;
	clear: both;
	border-radius: 10px;
	z-index: 1;
	box-shadow: 0px 0px 5px #555;
	margin-bottom: 15px;
}

@media (max-width: 991px) {
	div#header_search {
		background: #000;
	}
}

div#header_search.sell {
	background: #1d1d1d;
}

div#header_search h3 {
	position: absolute;
	left: 15px;
	top: 20px;
	font-size: 26px;
	color: #FED10F;
	font-weight: bold;
	letter-spacing: -1px;
}

div#header_search div#search_form {
	position: absolute;
	top: 63px;
	left: 15px;
}

/*** SEARCH RESULTS ***/

table#search_results tr th {
	font-weight: bold;
}

table#progress td.item {
	font-weight: bold;
	background: #1a1a1a;
	font-size: 13px;
}

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

/*** MAIN NAVIGATION STYLE (OVERRIDE) ***/

.navbar .nav > li > a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
	margin-bottom: 5px;
	border-radius: 5px;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
	background-color: transparent;
	color: #FED10F;
	text-decoration: none;
	font-weight: bold;
	text-decoration: none;
	text-shadow: none;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	background-color: #222;
	color: #FED10F;
}

.navbar .nav > li.dropdown ul.dropdown-menu > li > a {
	text-decoration: none;
	font-weight: bold;
	color: #555;
	background: transparent;
}

.navbar .nav > li.dropdown ul.dropdown-menu > li > a:hover,
.navbar .nav > li.dropdown ul.dropdown-menu > li > a:focus {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background: #222;
	color: #FED10F;
	border-radius: 5px;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
	background: #222;
	color: #FED10F;
}

/** ACCOUNT MANAGER MENU STYLE ***/

div#account_menu ul#nav li a.active {
	background: #EB7F15;
}

div#account_menu ul#nav li a {
	font-weight: bold;
	color: #777;
}

/*** OTHER OVERIDES ***/

.bold, strong { font-weight: bold; }

tr.highlight-row-selected { background-color: #cdf0ee !important;}
tr.highlight-row-none { background-color: transparent !important; color: inherit !important;}

label { font-weight: bold;}

table.data-table th {
	font-weight: bold;
}

/*** ACCOUNT MANAGER SUMMARY ***/

div#domains_table table.data-table a:link {
 	text-decoration: none;
}

div#domains_table table.data-table a:hover {
	text-decoration: underline;
}

/*** CART PRIVATE REGISTRATION ***/

div.pr_inactive_box {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #fff;
}

div.pr_active_box {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #6accdd; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #6accdd 0%, #1eafc9 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#6accdd), color-stop(100%,#1eafc9)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #6accdd 0%,#1eafc9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #6accdd 0%,#1eafc9 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #6accdd 0%,#1eafc9 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #6accdd 0%,#1eafc9 100%); /* W3C */
}

/** PREMIUM SCROLLLER ***/

a#premium_name {
	text-decoration: none;
	font-size: 14px;
}

ul#premium_scroller {
	height: 60px;
    overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#premium_scroller li {
	height: 20px;
}

div#premium_price {
	color: #777;
}

/*** FAQS PAGE ***/

div#faq-links {
	max-width: 350px;
	float: right;
	margin-left: 40px;
	margin-bottom: 10px;
	padding-right: 30px;
}

div#faq-links a {
	text-decoration: none;
}

ul#faqs li.question {
	font-size: 16px;
	font-weight: bold;
	color: #B86E1A;
	margin-bottom: 10px;
	margin-top: 15px;
}

ul#faqs br {
	clear: none;
}

ul#faqs li ol {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*** sitebuilder ***/

ul#sitebuilder_tab_menu li a {
	background: #999;
}

ul#sitebuilder_tab_menu li.active a {
	background:#000;
}

a.sitebuilder_large_start {
	background: url("/resources/la/img/sitebuilder_large_start.png");
	width: 175px;
	height: 50px;
	display: block;
	position: absolute;
	right: 10px;
	top: 16px;
}

/*** HOME PAGE BOXES ***/

div.homebox {
	box-shadow: 0px 0px 3px rgba(0,0,0,.4);
	position: relative;
	border-radius: 6px;
	margin-bottom: 15px;
}

div.homebox div.heading {
	padding: 7px 10px;
	border-radius: 6px 6px 0px 0px;
}

div.homebox div.heading h2 {
	margin: 5px;
	font-size: 22px;
	line-height: 26px;
}

div.homebox div.heading h3 {
	margin: 5px;
	font-size: 15px;
}

div.homebox div.content {
	padding: 10px;
	background: #fff;
	background: rgba(255, 255, 255, 1);
	min-height: 190px;
	border-radius: 0px 0px 6px 6px;
}

div.homebox div.content a.btn {
	text-decoration: none;
	color: #222;
	position: absolute;
	right: 25%;
	left: 25%;
	bottom: 15px;
	padding: 10px;
}

div#homebox-1 div.heading {
	background: rgb(21, 133, 202);
	background: rgba(21, 133, 202, 0.8);
}

div#homebox-1 div.heading h2 {
	color: #FED10F;
	text-shadow: none !important;
}

div#homebox-1 a#start_creating {
	background: #1585ca;
	color: #fff;
	text-shadow: none;
	border: 0;
}

div#homebox-1 a#start_creating:hover {
	background: #1585ca;
	color: #FED10F;
}

div#homebox-1 div.heading img#corner-new {
	position: absolute;
	top: -2px;
	right: -2px;
}

div#homebox-2 div.heading {
	background: rgb(2, 67, 117);
	background: rgba(2, 67, 117, 0.8);
}

div#homebox-2 div.heading h2 {
	color: #FED10F;
	text-shadow: none !important;
}

div#homebox-2 a#more_premiums {
	background: #024375;
	color: #fff;
	text-shadow: none;
	border: 0;
}

div#homebox-2 a#more_premiums:hover {
	background: #024375;
	color: #FED10F;
}

@media (min-width: 768px) and (max-width: 979px) {
	div.homebox div.content {
		min-height: 205px;
	}
}

@media (max-width: 767px) {
	div.homebox div.content {
		min-height: 225px;
	}
}

/** showcase page ***/
div#content.showcase img.thumbnail {
	margin-bottom: 4px;
}

div#content.showcase a {
	color: #333;
	font-size: 14px;
	text-decoration: none;
	/*padding: 3px 0;*/
}

div#content.showcase a:hover {
	text-decoration: underline;
}


div#search_results button#continue {
	background: #FED10F;
	color: #000;
}