<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	overflow-y: -moz-scrollbars-vertical;
	overflow-y: scroll;
}

body, html {
	height: 100%;
}

body {
	background: #161818 url('/resources/la/img/bg-city.jpg') fixed no-repeat center center;
	background-size: cover;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #777;
}

body.urban {
	background: #161818 url('/resources/la/img/bg-urban.jpg') fixed no-repeat center top;
	background-size: cover;
}

body.city {
	background: #161818 url('/resources/la/img/bg-city.jpg') fixed no-repeat center center;
	background-size: cover;
}

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

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

/** BUTTONS ***/

button.btn {
	font-weight: 600;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*** LINKS ***/

a:link { color: #0096AA; text-decoration: underline;}
a:visited { color: #0096AA; text-decoration: underline;}
a:active { color: #03768e; text-decoration: underline;}
a:hover { color: #03768e; text-decoration: underline;}

/*** HEADING STYLES ***/

.alert {
	font-weight: 600;
}

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

h2 {
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/*** HEADER ***/

h1#logo {
	position: absolute;
	top: 0;
	left: 0;
}

/** CART LINK STYLE ***/

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

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

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

/*** FOOTER LINK STYLE ***/

div#footer {
	background: #111;
	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/la/img/banner1.jpg) top right;
	height: 300px;
	border-radius: 10px;
}

div#main_carousel .carousel-inner div#banner2 {
	background: url(/resources/la/img/banner2.jpg) top right;
	height:300px;
	border-radius: 10px;
}

div#main_carousel .carousel-inner div#banner3 {
	background: url(/resources/la/img/banner3.jpg) top right;
	height: 300px;
	border-radius: 10px;
}

div#main_carousel .carousel-inner div#banner4 {
	background: url(/resources/la/img/banner4.jpg) top right;
	height: 300px;
	border-radius: 10px;
}

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

div#main_search {
	background: transparent url(/resources/la/img/main_search_bg.png) no-repeat top left;
	border-radius: 10px 0 10px 10px;
}

div#main_search div.search_form_wrap {
	top: 95px;
	left: 20px;
}

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.tagline-message {
	position: absolute;
	color: #aaa;
	top: 25px;
	left: 20px;
	line-height: 28px;
	font-size: 26px;
	max-width: 380px;
}

div#main_search span.message {
	color: #777;
	top: 155px;
	left: 20px;
	line-height: 24px;
	font-size: 18px;
	max-width: 340px;
}

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: #FF006E url(/resources/default/img/search.png) no-repeat center center;
}

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

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

div#header_search div.search_form_wrap {
	top: 63px;
	left: 15px;
}

div#header_search {
	height: 120px;
	position: relative;
	background: url(/resources/la/img/header-search.jpg) no-repeat right top;
	clear: both;
	border-radius: 10px;
	z-index: 1;
}

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

/** CUSTOM HEADER SEARCH **/

div#header_search.sell {
	background: #000 url(/resources/la/img/header_search_sell.jpg) no-repeat right top;
}

div#header_search.halloween {
	background: #000 url(/resources/la/img/hwchamber-banner.jpg) no-repeat right top;
}

div#header_search.halloween div#search_form button#search {
	width: auto;
	background: #FF7300 url(/resources/default/img/search.png) no-repeat 4px center;
	padding-left: 36px;
	color: #fff;
	font-weight: bold;
}

div#header_search.halloween div.search_form_wrap {
	top: 0px;
	left: 0px;
	position: relative;
}

@media (max-width: 992px) {
	div#header_search, div#header_search.sell, div#header_search.halloween {
		background: #1a1a1a;
	}

	div#header_search.halloween div#search_form button#search {
		background: #FF7300 url(/resources/default/img/search.png) no-repeat center center;
	}

	div#header_search.halloween h3 {
		font-size: 20px;
	}
}

/*** SEARCH RESULTS ***/

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

table#progress td.item {
	font-weight: 600;
	background: #1a1a1a;
}

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

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

.navbar .nav &gt; li &gt; a {
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	background-color: #10BAD0;
	margin-bottom: 5px;
	border-radius: 5px;
}

.navbar .nav &gt; li &gt; a:focus,
.navbar .nav &gt; li &gt; a:hover {
	background-color: #bbb;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	text-shadow: none;
}

.navbar .nav &gt; .active &gt; a, .navbar .nav &gt; .active &gt; a:hover, .navbar .nav &gt; .active &gt; a:focus {
	background-color: #bbb;
	color: #fff;
}

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

.navbar .nav &gt; li.dropdown ul.dropdown-menu &gt; li &gt; a:hover,
.navbar .nav &gt; li.dropdown ul.dropdown-menu &gt; li &gt; a:focus {
	text-decoration: none;
	font-weight: 600;
	color: #fff;
	background: #10BAD0;
	color: #fff;
}

.navbar .nav li.dropdown.open &gt; .dropdown-toggle,
.navbar .nav li.dropdown.active &gt; .dropdown-toggle,
.navbar .nav li.dropdown.open.active &gt; .dropdown-toggle {
	background: #10BAD0;
	color: #fff;
}

/** ACCOUNT MANAGER MENU STYLE ***/

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

div#account_menu ul#nav li a {
	font-weight: 600;
}

/*** OTHER OVERIDES ***/

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

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

label { font-weight: 600; }

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

/*** 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: 600;
	color: #03768e;
	margin-bottom: 10px;
	margin-top: 15px;
}

ul#faqs br {
	clear: none;
}

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

/*** sitebuilder ***/

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: 25px;
	line-height: 26px;
}

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

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(0, 118, 157);
	background: rgba(0, 118, 157, 0.8);
}

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

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

div#homebox-1 a#start_creating:hover {
	background: #0099C4;
}

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

div#homebox-2 div.heading {
	background: rgb(0, 181, 154);
	background: rgba(0, 181, 154, 0.8);
}

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

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

div#homebox-2 a#more_premiums:hover {
	background: #00B19D;
}

/** HOMEBOX 3 **/

div#homebox-3 div.heading {
	background: rgb(0, 189, 222);
	background: rgba(0, 189, 222, 0.8);
}

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

div#homebox-3 a#more_premiums {
	background: rgb(0, 189, 222);
	color: #fff;
	text-shadow: none;
	border: 0;
}

div#homebox-3 a#more_premiums:hover {
	background: rgb(0, 189, 222);
}

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

div#search_results button#continue {
	background: #10BAD0;
}</pre></body></html>