

/*
--------------------------------------------------------------------------------
	General
--------------------------------------------------------------------------------
*/

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: #333;
	color: #222;
	margin: 0;
	padding: 0;
	line-height: 1.6em;
	min-width: 955px;
}

td, th {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

th {
	text-align: center;
}

form {
	margin: 0;
}

input, select, textarea {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	vertical-align: middle;
}

a {
	text-decoration: underline;
	color: #235CDB;
}

a:hover {
	color: #000;
}

a img {
	border: none;
}

img {
	vertical-align: bottom;
}

h2 {
	font-family: "trebuchet ms", arial, verdana, helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #000;
	margin: 0 0 1em 0;
}

h3 {
	color: #000;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
}

h4 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

p {
	margin: 1em 0;
}

hr {
	height: 1px;
	border: none;
	border-bottom: 1px solid #ccc;
}

strong {
	font-weight: bold;
}

ul.standard {
	list-style-type: none;
	margin: 1em 0;
	padding: 0;
	line-height: 1.2em;
}

ul.standard li {
	margin: 0 0 1em 0;
	padding: 0 0 0 1.2em;
	background-image: url("images/icons/blt_arrow.png");
	background-repeat: no-repeat;
}

.submit {
	cursor: pointer;
}

.required {
	color: red;
}

.quick_help {
	border-bottom: 1px dotted #ccc;
	cursor: help;
}


/*
--------------------------------------------------------------------------------
	Progress Bar
--------------------------------------------------------------------------------
*/

#progress {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	background-color: #fff;
	z-index: 100;
}

#progresscontainer {
	background-color: #fff;
	width: 350px;
	border: 1px solid #999;
	margin: 150px auto;
}

#progressinner {
	background: url('images/progress/progress_hdr.png') no-repeat;
	padding: 78px 2em 2em 2em;
}

#progressbarcontainer {
	margin: 1em 0 0 0;
	border: 1px solid #999;
}

#progressbar {
	background-color: #25375c;
	width: 1%;
	height: 20px;
}


/*
--------------------------------------------------------------------------------
	Navigation
--------------------------------------------------------------------------------
*/

#navigation {
	position: absolute;
	padding: 3px 0 0 0;
	color: #ddd;
	top: 69px;
	left: 210px;
}

#navigation a {
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
	color: #2c55a0;
	font-weight: normal;
	padding: 0 20px;
}

#navigation a:hover {
	text-decoration: underline;
}


/*
--------------------------------------------------------------------------------
	Mini Cart
--------------------------------------------------------------------------------
*/

#mini_cart {
	position: absolute;
	top: 0;
	right: 5px;
	background-image: url("images/buttons/btn_view_cart.gif");
	background-repeat: no-repeat;
	background-position: top right;
	color: #fff;
	width: 160px;
	height: 90px;
	font-size: 10px;
}

#mini_cart p {
	margin: 0;
}

#mini_cart #cart_summary {
	padding: 32px 10px 0 0;
	text-align: right;
	white-space: nowrap;
	cursor: pointer;
}

#mini_cart #cart_summary.in_cart {
	cursor: default;
}

#mini_cart .cart_proceed {
	position: absolute;
	right: 6px;
	top: 67px;
}

#mini_cart #view_cart {
	margin: -1px -1px 0 0;
	width: 116px;
	height: 32px;
	border: none;
	background: url("images/buttons/btn_view_lg.png");
	text-indent: -9999px;
	line-height: 0;
}

#mini_cart #view_cart:hover {
	background-position: bottom left;
}



/*
--------------------------------------------------------------------------------
	Container
--------------------------------------------------------------------------------
*/

#container {
	width: 955px;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
	text-align: left;
}

#content {
	width: 735px;
	float: left;
}


/*
--------------------------------------------------------------------------------
	Account Login
--------------------------------------------------------------------------------
*/

#account_login {
	position: absolute;
	top: 6px;
	right: 15px;
	display: none;
}

#account_login a {
	text-decoration: none;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}

#account_login a:hover {
	text-decoration: underline;
}

#account_login img {
	vertical-align: middle;
}


/*
--------------------------------------------------------------------------------
	Header
--------------------------------------------------------------------------------
*/

#header {
	background-image: url("images/header/header_bg.png");
	background-repeat: repeat-x;
	height: 102px;
}
	
#header_inner  {
	background-image: url("images/header/header.png");
	background-repeat: no-repeat;
	height: 102px;
}

#header.au #header_inner {
	background-image: url("images/header/header_au.png");
}

#header h1 {
	padding: 0;
	margin: 0;
}

#header h1 span  {
	display: none;
}

#header h1 a {
	display: block; 
	width: 233px; 
	height: 60px
}


/*
--------------------------------------------------------------------------------
	Main
--------------------------------------------------------------------------------
*/

#main {
	background-image: url("images/backgrounds/bg_main.png");
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	float: left;
}

#main_inner {
	background-image: url("images/backgrounds/bg_sidebar.gif");
	background-repeat: repeat-y;
	background-position: 735px top;
	float: left;
	width: 100%;
	min-height: 100px;
}


/*
--------------------------------------------------------------------------------
	Steps
--------------------------------------------------------------------------------
*/

#steps table {
	border-collapse: collapse;
	width: 635px;
	margin-left: 30px;
}

#steps td {
	color: #444;
}

#steps td strong {
	color: #333;
}

#steps td {
	vertical-align: top;
	padding-left: 2.2em;
	background-repeat: no-repeat;
	background-position: left 2px;
	color: #000;
}

#steps td.done {
	background-image: url("images/steps/step_done.png");
}

#steps td.current {
	background-image: url("images/steps/step_current.png");
}

#steps td.upcoming {
	color: #ccc;
	background-image: url("images/steps/step_upcoming.png");
}

#steps .step_count {
	font-weight: bold;
}


/*
--------------------------------------------------------------------------------
	Section
--------------------------------------------------------------------------------
*/

.section {
	margin-bottom: 1em;
}

.section h2 {
	margin: 0;
}

/*
--------------------------------------------------------------------------------
	Output
--------------------------------------------------------------------------------
*/

table.output {
	margin: 1em 0 0 0;
	width: 100%;
	border-collapse: collapse;
}

table.output th {
	padding: 0.6em;
	color: #fff;
	background-color: #656565;
	border-right: 1px solid #999;
}

table.output td {
	padding: 0.6em;
}

table.output tr.alt {
	background-color: #E7ECEF;
}

.actions {
	border: 1px solid #d1d1d1;
	background-color: #eaeaea;
	padding: 1em 2em;
	text-align: center;
}


/*
--------------------------------------------------------------------------------
	Buttons
--------------------------------------------------------------------------------
*/

.btn {
	padding: 0.3em 1em;
	font-size: 12px;
	font-weight: normal;
	background-color: #4e85be;
	border: 1px solid #405368;
	color: #fff;
	cursor: pointer;
	background-image: url("images/buttons/btn_std.gif");
	background-repeat: repeat-x;
}

.btn_on {
	background-image: url("images/buttons/btn_std_on.gif");
}

a.btn {
	padding: 2px 6px;
	white-space: nowrap;
}


/*
--------------------------------------------------------------------------------
	Columns
--------------------------------------------------------------------------------
*/

.column {
	font-size: 12px;
}

.column h3 {
	border-bottom: 1px solid #fff;
	background-image: url("images/backgrounds/bg_column_hdr.jpg");
	background-repeat: repeat-x;
	margin: 0px;
	padding-top: 11px;
	background-color: #83A9DA;
}

.column h3 img {
	margin: 5px 0 10px 17px;
}

.column .inner {
	padding: 0.8em 1.2em 1em 1em;
}

.column ul.standard li a {
	font-size: 12px;
	color: #2d3c56;
	text-decoration: none;
}

.column ul.standard li a:hover {
	text-decoration: underline;
}


/*
--------------------------------------------------------------------------------
	Side Bar
--------------------------------------------------------------------------------
*/

#sidebar {
	width: 220px;
	float: right;
	line-height: 1.4em;
}


/* Security */

#sidebar #security {
	line-height: 1.1em;
}

#sidebar #security .inner {
	padding-top: 0;
}

#sidebar .security {
	margin-top: 0.5em;
	padding-top: 0.5em;
	border-top: 1px solid #eee;
}

#security_sm {
	display: block;
	margin: 0.5em 0;
	margin: 1em auto;
}

#partnership .inner {
	padding: 1.2em 1.5em;
}

/* Payment Partners */

#paymentpartners .inner {
	padding: 1.5em 1.5em 0.9em 1.5em;
}

#paymentpartners table {
	border-top: 1px solid #eee;
}

#paymentpartners td {
	padding-top: 1em;
	vertical-align: middle;
}

#paymentpartners .ssl {
	padding-left: 0.8em;
}

/* Sidebar Sales */

#sidebarsales .inner {
	padding: 1.5em 1.5em 0.9em 1.5em;
}

#sidebarsales table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

#sidebarsales td {
	padding: 0 1em 0.5em 0;
	vertical-align: middle;
	font-size: 11px;
}


/*
--------------------------------------------------------------------------------
	Info Block
--------------------------------------------------------------------------------
*/

#infobar {
	background-image: url("images/backgrounds/bg_infobar.jpg");
	background-color: #fff;
	background-repeat: repeat-x;
	float: left;
	margin-top: 1em;
}

/* Infocolumn */

#infocolumn {
	width: 220px;
	float: left;
	clear: both;
	margin-top: 10px;
}

/* Infoboxes */

#infoboxes {
	width: 735px;
	float: right;
}

.infobox {
	background-repeat: repeat-x;
}

.infobox .inner {
	padding: 20px 0 25px 0;
}

.infobox th {
	padding: 10px 5px 10px 12px;
	text-align: left;
}

.infobox, .infobox td {
	font-size: 11px;
	color: #fff;
}

.infobox a, .infobox td a {
	color: #fff;
}

.infobox td.box {
	width: 240px;
	border-right-width: 1px;
	border-right-style: dotted;
}

.infobox td.box table {
	margin: 0 4px 0 12px;
}

.infobox td.box.end {
	border: none;
}

.infobox .info_logo {
	vertical-align: middle;
}

/* Infobox - Alt */

#infobox_alt {
	background-image: url("images/backgrounds/bg_infobox_alt.gif");
	background-color: #87AEDC;
}

#infobox_alt td.box {
	border-right-color: #fff;
}

#infobox_alt a:hover {
	text-decoration: none;
}

#infobox_alt p {
	margin: 0;
}

/* Infobox - Standard */

#infobox_std {
	background-image: url("images/backgrounds/bg_infobox_std.gif");
	background-color: #2e508d;
}

/* Infobox - Content */

table.feature, div.feature {
	margin: 5px 0 0 12px;
}

div.feature {
	margin-right: 5px;
}

table.feature {
	border-collapse: collapse;
}

table.feature td {
	padding: 1px 0 0 3px;
}

table.feature td.price {
	padding-left: 1em;
	color: #c2dcff;
}

table.feature td a {
	text-decoration: none;
}

table.feature td a:hover {
	text-decoration: underline;
}

/* Live Help */

#infobar #live_help a img {
	display: block;
}


/*
--------------------------------------------------------------------------------
	Tabs
--------------------------------------------------------------------------------
*/

.tab_selector {
	width: 100%;
}

/* Tabs */

.tab_selector ul {
	margin: 0 0.2em 0 0;
	padding: 0;
	list-style-type: none;
}

.tab_selector li {
	margin: 0 0 0 0.4em;
	padding: 0;
	display: inline;
	float: left;
}

.tab_selector li a, .tab_selector li a span {
	background-repeat: no-repeat;
	display: block;
	float: left;
}

/* Inactive Tab */

.tab_selector li a {
	color: #888;
	background-image: url("images/tabs/tab_right.gif");
	background-position: right top;
	background-color: #e5e5e5;
	cursor: pointer;
	text-decoration: none;
}

.tab_selector li a span {
	background-image: url("images/tabs/tab_left.gif");
	background-position: left top;
	padding: .8em 1.6em;
}

/* Active Tab */

.tab_selector li a.tab_current, .tab_selector li a:hover {
	color: #fff;
	background-position: right -50px;
	background-color: #5787c5;
}

.tab_selector li a.tab_current span, .tab_selector li a:hover span {
	background-position: left -50px;
}

.tab_selector li a.tab_current {
	cursor: default;
}

/* Tab Instructions */

.tab_selector .tab_info {
	float: right;
	padding: 0.8em 0.6em 0 0;
}


/*
--------------------------------------------------------------------------------
	Box
--------------------------------------------------------------------------------
*/

/* Box Header */

.box_header h3 {
	background-image: url("images/tabs/tab_alt_right.gif");
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #eee;
	float: left;
	margin: 0;
}

.box_header h3 span {
	background-image: url("images/tabs/tab_alt_left.gif");
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0.8em 1.6em;
	margin: 0;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	display: block;
	float: left;
}

/* Box Body */

.box_body {
	border: 1px solid #CCCDCD;
	clear: both;
}

/* Box Content */

.box_details {
	background-color: #F2F2F2;
	padding: 1.4em 2em;
	margin: 0;
}

.box_inner {
	padding: 0.8em;
}


/*
--------------------------------------------------------------------------------
	Error Messages
--------------------------------------------------------------------------------
*/

.error_message {
	padding: 0.6em 1em 1em 1em;
	margin: 1.5em 0;
	line-height: 1.3em;
	border-left: 1px solid red;
}

.error_message h3 {
	font-weight: normal;
	margin: 0 0 1em 0;
	color: red;
}

.error_message ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.error_message ul li {
	margin: 0 0 0.2em 0;
	padding: 0 0 0 1.3em;
	background-image: url("images/icons/blt_arrow.png");
	background-repeat: no-repeat;
}


/*
--------------------------------------------------------------------------------
	Footer
--------------------------------------------------------------------------------
*/

#footer {
	width: 100%;
	clear: both;
	border-top: 3px solid #a1bfe3;
	background-color: #000;
	color: #666;
	font-size: 12px;
	text-align: left;
}

#footer p {
	margin: 0;
	padding: 1.8em 1em 1.6em 1.5em;
}

#footer a {
	color: #999;
	margin: 0 0.5em;
}

#footer a:hover {
	text-decoration: none;
}

#footer .clock {
	float: right;
	padding: 4px 6px;
}


/*
--------------------------------------------------------------------------------
	Maintenance
--------------------------------------------------------------------------------
*/

#maintenance {
	width: 580px;
	border: 5px solid #666;
	background-color: #fff;
	font-size: 14px;
	margin: 150px auto 0 auto;
}

#maintenance .inner {
	background: url("images/logos/fabulous_domains_lg.png") no-repeat center 22px;
	padding: 138px 2em 2em 2em;
}

#maintenance .message {
	border-top: 1px solid #999;
	padding: 2em 2em 0 2em;
}

#maintenance h2 {
	font-family: "trebuchet ms", arial, verdana, helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #000;
	margin: 0 0 1em 0;
	line-height: 1.2em;
}


