/* CSS Document */

@charset 'utf-8';

/* RESET */

section,nav,hgroup,header,footer,figure,figcaption,details,aside,article{display:block}
video,canvas,audio{display:inline-block;}
audio:not([controls]),[hidden]{display:none}
html,textarea,select,input,button{font-size:100%}
html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;overflow-y:scroll;}
body,figure,form,textarea,select,input,button{margin:0}
textarea,select,input,button,body{font-family:sans-serif}
a{color:#00e}
a:visited{color:#551a8b}
a:focus{outline:thin dotted}
a:active,a:hover{outline:0}
abbr[title]{border-bottom:1px dotted}
strong,b{font-weight:bold}
blockquote{margin:1em 40px}
dfn{font-style:italic}
mark{background:#ff0;color:#000}
samp,kbd,code,pre{font:1em monospace,serif}
pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}
q{quotes:none}
q:after,q:before{content:'';content:none}
small,sup,sub{font-size:75%}
sup,sub{line-height:0;position:relative}
sup,sub,textarea,select,input,button{vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}
ol,ul{margin:1em 0;padding:0 0 0 40px}
dd{margin:0 0 0 40px}
nav ol,nav ul{list-style:none;list-style-image:none}
img,legend,input::-moz-focus-inner,button::-moz-focus-inner{border:0}
img{-ms-interpolation-mode:bicubic}
svg:not(:root){overflow:hidden}
fieldset{border:1px solid silver;margin:0 2px;padding:0.35em 0.625em 0.75em}
input,button{line-height:normal}
input[type='submit'],input[type='reset'],input[type='button'],button{cursor:pointer;-webkit-appearance:button;}
input[type='radio'],input[type='checkbox']{box-sizing:border-box}
input[type='radio'],input[type='checkbox'],input::-moz-focus-inner,button::-moz-focus-inner{padding:0}
input[type='search']{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type='search']::-webkit-search-decoration{-webkit-appearance:none}
textarea{overflow:auto;vertical-align:top}
table{border-collapse:collapse;border-spacing:0}

/* MAIN */

body {
	background-color: #ebeff3;
	background-image: url(/images/background/background.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 155px auto;
	color: #000;
	font-family: "Swis721 BT","Lucida Grande",Calibri,Verdana,Lucida,Geneva,Helvetica,Arial,sans-serif;
	font-size: 13px;
}
#right p,#right li {
	line-height: 150%;
}
div {
	display: block;
}
img {
	border: none 0;
}
a,a:link,a:active,a:visited,a:hover {
	color: #495A83;
	text-decoration: none;
}
a:hover {
	color: #839BB4;
}
h1,h2,h3,h4,.heading,h1 a,h1 a:link,h1 a:visited,h1 a:active,h1 a:hover,h2 a,h2 a:link,h2 a:visited,h2 a:active,h2 a:hover,h3 a,h3 a:link,h3 a:visited,h3 a:active,h3 a:hover {
	color: #49436D;
	font-weight: 400;
}
h1,h2,h3 {
	line-height: 140%;
	margin: 20px 0;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 15px;
	text-transform: uppercase;
}
h3 {
	font-size: 12px;
	text-transform: uppercase;
}
#right > table,
#right > form > table {
	width: 100%;
}
th,td {
	text-align: left;
	vertical-align: top;
	padding: 4px 7px;
}
tr > th:first-child,
tr > td:first-child {
	padding-left: 0;
}
tr > th:last-child,
tr > td:last-child {
	padding-right: 0;
}
ul {
	list-style: square;
	margin-left: 4px;
	padding-left: 1em;
	text-indent: 1px;
}
form {
	display: inline;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.wide {
	width: 100%;
}
.small {
	font-size: smaller;
}
input,
input[type=email],
input[type=tel],
input[type=url],
input[type=date],
select,
textarea {
	font-family: 'Swis721 BT','Lucida Grande',Calibri,Verdana,Lucida,Geneva,Helvetica,Arial,sans-serif;
	font-size: 14px;
}
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=url],
input[type=date],
select,
textarea {
	border: solid 2px #CCCCDC;
}
td input[type=text],
td input[type=password],
td input[type=email],
td input[type=tel],
td input[type=url],
td input[type=date],
td select,
td textarea {
	display: block;
	width: min(100% - 0.9rem, 25rem);
	padding: 0.2rem;
}
#invoice_currency_multiplier {
	width: 5rem;
}
td textarea {
	min-height: 2em;
}
td > *:first-child {
	margin-top: 0;
}
input:hover,select:hover,textarea:hover {
	border-color: #6C6C8D;
}
.radio {
	border: none;
}
ul.clear {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}
fieldset {
	border: 2px solid #A4B6C8;
	margin: 7px 0;
	padding-top: 4px;
}
legend {
	color: #A4B6C8;
	font-weight: 700;
}
#left {
	color: #2B394A;
	font-family: 'Swis721 BT','Lucida Grande',Calibri,Verdana,Lucida,Geneva,Helvetica,Arial,sans-serif;
	height: 43px;
}
#right {
	background-color: #FFF;
	color: #000;
	width: 90%;
	border-top: 3px solid #2B394A;
	padding: 5px 5% 20px;
}
#footer {
	display: block;
	font-size: 11px;
	height: 20px;
	left: 60px;
	position: absolute;
	text-align: center;
	z-index: 10;
	margin: auto 0 auto auto;
}
#logo {
	font-size: 30px;
	line-height: 85%;
	text-transform: uppercase;
	width: 84px;
	margin: 10px 0 0 10px;
}
#logo img {
	height: auto;
	width: 84px;
}
#slogan {
	color: #557193;
	font-size: 11px;
	font-weight: 700;
	width: 88px;
	margin: 0 0 0 7px;
}
#slogan img {
	font-size: 10px;
	height: auto;
	width: 88px;
	margin: 0;
	padding: 0;
}
.button_more a,.button_more a:link,.button_more a:visited,.button_more a:active,.button_more a:hover,a.button_more,a.button_more:link,a.button_more:visited,a.button_more:active,a.button_more:hover {
	background-color: #FFF;
	color: #AA0059;
	font-weight: 700;
	margin-left: 4px;
	padding-left: 4px;
	padding-right: 4px;
}
button.submit,button[type=submit],input[type=submit],.button_buy a,.button_buy a:link,.button_buy a:visited,.button_buy a:active,.button_buy a:hover,a.button_buy,a.button_buy:link,a.button_buy:visited,a.button_buy:active,a.button_buy:hover,button.button_buy,input.button_buy {
	background-color: #AA0059;
	border: 2px solid #460025;
	color: #FFF;
	font-weight: 700;
	padding: 2px 7px;
}
.button_clear a,.button_clear a:link,.button_clear a:visited,.button_clear a:active,.button_clear a:hover,a.button_clear,a.button_clear:link,a.button_clear:visited,a.button_clear:active,a.button_clear:hover,button.button_clear,input.button_clear {
	background-color: #C390A9;
	border: 2px solid #663055;
	color: #FFF;
	font-weight: 700;
	padding: 2px 7px;
}
a.button_more,a.button_more:link,a.button_more:visited,a.button_more:active,a.button_more:hover {
	margin-left: 0;
}
.button_more a:hover,a.button_more:hover,.button_buy a:hover,a.button_buy:hover,input.button_buy:hover {
	background-color: #DA0069;
	color: #FFF;
}
.button_clear a:hover,a.button_clear:hover,input.button_clear:hover {
	background-color: #CF9FAF;
	color: #FFF;
}
#menu {
	font-family: 'Swis721 BT','Lucida Grande',Calibri,Verdana,Lucida,Geneva,Helvetica,Arial,sans-serif;
	width: 30%;
	top: 0;
	right: 0;
	position: absolute;
	min-width: 80px;
	max-width: 150px;
	margin: 0;
	padding: 0;
}
#menu ul {
	background-color: #2B394A;
	display: none;
	list-style: none outside none;
	border-color: #2b394a;
	border-style: solid none solid solid;
	border-width: 2px 0 2px 2px;
	margin: 53px 0 0;
	padding: 0;
}
#menu li {
	display: block;
	margin: 0;
	padding: 0;
}
#menu li a,#menu li a.current,#menu li span.current,#menu li a.sub_menu_current,#menu li span.sub_menu_current {
	background-color: #839BB4;
	border-bottom: 1px solid #506A85;
	border-left: 0 none;
	border-right: 0 none;
	border-top: 0 none;
	clear: both;
	color: #FFF;
	float: none;
	display: block;
	width: 95%;
	margin: 0;
	padding: 5px 1% 5px 4%;
}
#menu li a.sub_menu,#menu li a.sub_menu_current,#menu li span.sub_menu_current {
	background-color: #738BA4;
	margin-left: 3%;
	width: 92%;
	padding: 4px 1% 4px 4%;
}
#menu li a:hover,#menu li a.current,#menu li span.current,#menu li a.sub_menu_current,#menu li span.sub_menu_current {
	background-color: #2B394A;
	border-left-color: #2B394A;
	border-right-color: #2B394A;
	color: #FFF;
}
#menu li a.sub_menu_current,#menu li span.sub_menu_current,#menu li a.sub_menu:hover {
	background-color: #3D5169;
	border-right-width: 0;
}
.price {
	border-left: 2px solid #DBE2EA;
	color: #9B0042;
	display: block;
	float: right;
	font-size: 24px;
	font-weight: 700;
	height: 50px;
	min-width: 100px;
	text-align: left;
	margin: 0 0 0 15px;
	padding: 0 0 0 10px;
}
.standard_list,.feature_list {
	border: 2px solid #DBE2EA;
}
.standard,.standard_list th,.standard,.standard_list td,.feature_list th,.feature_list td {
	vertical-align: top;
	padding: 2px;
}
.account_list {
	border-collapse: collapse;
	border-left: 1px solid #A2A5A8;
	border-right: 1px solid #A2A5A8;
	clear: both;
	display: table;
	min-width: 488px;
	margin: 5px 0 15px;
}
.account_list th {
	background-color: #E4E9F4;
	border-bottom: 2px solid #A2A5A8;
	border-top: 1px solid #A2A5A8;
	font-weight: 700;
	text-align: left;
	padding: 3px 8px 3px 2px;
}
.account_list td {
	border-bottom: 1px solid #A2A5A8;
	text-align: left;
	padding: 3px 8px 3px 2px;
}
.feature_list {
	display: table;
	width: 100%;
}
.feature_list td {
	padding: 1px 2px;
}
.row1 th,.row2 th {
	background-color: #D8DBFF;
}
.row1 {
	background-color: #E8EBFF;
}
.row2 {
	background-color: #F2F5FF;
}
.row_highlight {
	background-color: #165A9E;
	color: #FFF;
}
.row_highlight a.button_more,.row_highlight a:link,.row_highlight a:visited,.row_highlight a:active,.row_highlight a:hover {
	color: #CFCFCF;
}
.row_highlight a:hover {
	color: #FFF;
}
.field {
	font-weight: 700;
	width: 150px;
}
.feature_list .field {
	width: 120px;
}
.column_left {
	padding: 0 15px 0 0;
}
.column_left td,.column_right td {
	padding: 1px 1px 3px;
}
.column_right {
	clear: both;
	float: none;
}
.right_margin,.screen_right,
.left_margin,.screen_left {
	font-size: 10px;
	clear: both;
	float: none;
	margin: 0 0 10px;
	display: block;
}
#print_main {
	background-image: url(/images/print/a6-hand-of-cards.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	margin: 0 -20px 0 0;
	padding: 0 20px 0 0;
}
#print_main .space,#admin_list {
	float: right;
	height: 320px;
	width: 300px;
}
#print_main .space {
	height: 320px;
}
.whois_domain_cell {
	min-width: 180px;
	padding: 2px 6px 2px 2px;
}
.whois_domain_status {
	min-width: 80px;
	padding: 2px 8px;
}
.whois_domain_price {
	min-width: 60px;
	text-align: right;
	padding: 2px 2px 2px 8px;
}
.half_left,.half_right {
	border-bottom: 1px #4059CF dashed;
	clear: none;
	float: left;
	width: 344px;
	padding: 0 0 5px;
}
.caption {
	font-size: 9px;
	font-weight: 700;
}
.half_left {
	clear: left;
	margin: 0 15px 5px 0;
}
.half_right {
	clear: right;
	float: right;
	margin: 0 0 5px 15px;
}
.half_left h3,.half_right h3 {
	margin: 2px 0 5px;
}
.half_left p,.half_right p {
	margin: 0 0 4px;
}
p.clear,div.clear,h1.clear,h2.clear,h3.clear {
	clear: both;
}
h1.clear,h2.clear,h3.clear {
	padding-top: 10px;
}
.all-at-once {
	background-color: #eeeaf7;
}
.all-at-once td {
	color: #341f6f;
}
.invoice_paid {
	background-color: #EDFFE6;
}
.invoice_paid.all-at-once {
	background-color: #e6fff7;
}
.invoice_paid td {	
	color: #21391A;
}
.invoice_due {
	background-color: #FDEEEA;
}
.invoice_due.all-at-once {
	background-color: #fdebff;
}
.invoice_partial {
	background-color: #FFFFDA;
}
.invoice_due.invoice_partial {
	background-color: #FFF5CE;
}
.invoice_current td a {
	color: #FFFFFF;
	background-color: #000000;
}
.invoice_due td {
	color: #371C26;
}
.invoice_cancelled td {
	color: #868686;
	text-decoration: line-through;
}
.invoice-list tr td > .tooltip,
.invoice_due .tooltip,
.invoice_paid .tooltip,
.invoice_partial .tooltip,
.invoice_current .tooltip,
.invoice_cancelled .tooltip {
	text-align: center;
	line-height: 170%;
	color: rgba(255, 255, 255, 0.99);
	background-color: rgba(0, 0, 0, 0.78);
	background-clip: border-box;
	box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.99);
	border-radius: 3px;
	position: absolute;
	width: 290px;
	padding: 6px 5px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.3s linear 0.2s, transform 0.2s ease-in-out 0.2s;
	-moz-transition: opacity 0.3s linear 0.2s, transform 0.2s ease-in-out 0.2s;
	-ms-transition: opacity 0.3s linear 0.2s, transform 0.2s ease-in-out 0.2s;
	-o-transition: opacity 0.3s linear 0.2s, transform 0.2s ease-in-out 0.2s;
	transition: opacity 0.3s linear 0.2s, transform 0.2s ease-in-out 0.2s;
	transform: translate(0, -100%) scale(0,0);
	transform-origin: bottom center;
	margin: -12px 0 0 -112px;
}
.invoice-list tr td > .tooltip::before,
.invoice_due .tooltip::before,
.invoice_paid .tooltip::before,
.invoice_partial .tooltip::before,
.invoice_current .tooltip::before,
.invoice_cancelled .tooltip::before,
.feature_list tr td > .tooltip::after,
.invoice_due .tooltip::after,
.invoice_paid .tooltip::after,
.invoice_partial .tooltip::after,
.invoice_current .tooltip::after,
.invoice_cancelled .tooltip::after {
	content: "";
	position: absolute;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	top: 100%;
	left: 50%;
	margin-left: -10px;
}
.invoice-list tr td > .tooltip::before,
.invoice_due .tooltip::before,
.invoice_paid .tooltip::before,
.invoice_partial .tooltip::before,
.invoice_current .tooltip::before,
.invoice_cancelled .tooltip::before {
	border-top: 10px solid rgba(255, 255, 255, .9);
	margin-top: 0;
	z-index: 1;
}
.invoice-list tr td > .tooltip::after,
.invoice_due .tooltip::after,
.invoice_paid .tooltip::after,
.invoice_partial .tooltip::after,
.invoice_current .tooltip::after,
.invoice_cancelled .tooltip::after {
	border-top: 8px solid rgba(0, 0, 0, 0.78);
	margin-top: -2px;
	z-index: 1;
}
.invoice-list tr:hover td > .tooltip,
.invoice_due:hover .tooltip,
.invoice_paid:hover .tooltip,
.invoice_partial:hover .tooltip,
.invoice_current:hover .tooltip,
.invoice_cancelled:hover .tooltip {
	visibility: visible;
	opacity: 1;
	transform: translate(0, -100%) scale(1,1);
}
.invoice-list tr:hover td > .tooltip > .item {
	display: block;
	clear: both;
	border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
}
.invoice-list tr:hover td > .tooltip > .item:last-child {
	border-bottom: 0 none;
}
#service_management table input {
	background-color: #FCFDFE;
	border: 1px solid rgba(255, 255, 255, 0.4);
}
#service_history .services_domain td,#service_management .services_domain td {
	background-color: #F8FAFC;
	border-bottom: 1px solid #EBEFF3;
}
#service_history .services_hosting td,#service_management .services_hosting td {
	background-color: #F1F4F8;
	border-bottom: 1px solid #EBEFF3;
}
#service_history .services_other td,#service_management .services_other td {
	background-color: #E3E9EE;
	border-bottom: 1px solid #EBEFF3;
}
#service_management .service_type {
	-moz-border-radius: 5px;
	background-color: #6888B3;
	color: #FFF;
	display: inline;
	font-size: 11px;
	font-weight: 700;
	height: 18px;
	overflow: hidden;
	width: 18px;
	margin: 0 5px 0 0;
	padding: 0 2px;
}
#service_management .services_domain .service_type {
	background-color: #B0C0D7;
}
#service_history .month_heading td,#service_management .month_heading td {
	background-color: #E3E9EE;
	border-bottom: 1px solid #EBEFF3;
	border-top: 1px solid #EBEFF3;
	font-weight: 700;
}
#service_management .months,#service_management .delete,#service_management .months_grey {
	-moz-border-radius: 5px;
	background-color: #FCFDFE;
	color: #6C8CB7;
	font-size: 10px;
	font-weight: 700;
	width: 16px;
	border-width: 0;
	padding: 0;
}
#service_management .months_grey {
	-ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
	color: #AABCD5;
	filter: alpha(opacity=40);
	opacity: 0.4;
}
#service_management .delete {
	color: #8D4143;
}
#facebook_like {
	border: 0 none;
	bottom: 10px;
	height: 278px;
	overflow: hidden;
	position: relative;
	clear: both;
	margin: 1px 0 10px;
}
#domain_alias {
	width: 43%;
	max-width: 210px;
	padding: 3px 1%;
}
#domain_extension,#domain_submit,#domain_clear {
	width: 24%;
	max-width: 80px;
	padding: 3px 1%;
}
h3,.price .small {
	font-size: 14px;
}
.bold,.field_2 {
	font-weight: 700;
}
button.submit,button[type=submit],input[type=submit],button.button_buy,input.button_buy,button.button_clear,input.button_clear {
	padding: 2px 12px;
}
#open_menu {
	background: none repeat scroll 0 0 #2b394a;
	border: medium none;
	clear: both;
	color: #fff;
	cursor: pointer;
	display: inline;
	float: right;
	height: 31px;
	outline: medium none;
	overflow: hidden;
	position: absolute;
	right: 6px;
	text-indent: -900em;
	top: 7px;
	width: 31px;
	border-radius: 3px;
}
#open_menu:before {
	background: none repeat scroll 0 0 #efeff6;
	box-shadow: 0 .6em 0 #efeff6, 0 1.2em 0 #efeff6;
	content: "";
	height: 3px;
	left: 17%;
	position: absolute;
	top: 8px;
	width: 66%;
}
#open_menu:hover:before,#open_menu.active:before {
	background: none repeat scroll 0 0 #fff;
	box-shadow: 0 .6em 0 #ffffff, 0 1.2em 0 #fff;
}
#domain_clear,.hidden,#hosting_prices {
	display: none;
}
#right .feature_list label {
	display: inline-block;
	padding: 0.1rem 0.1rem;
}

@media screen and (max-width: 768px) {
	#right img {
		max-width: 95%;
		height: auto;
	}
	#facebook_like {
		display: none;
	}
}

@media screen and (min-width: 1024px) {
	body {
		font-size: 14px;
		margin: 19px 0 10px 15px;
		min-width: 1024px;
		background-size: auto;
	}
	h1,h2,h3 {
		margin: 10px 0;
	}
	h1 {
		font-size: 26px;
	}
	h2 {
		font-size: 17px;
	}
	h3 {
		font-size: 15px;
	}
	#left {
		float: left;
		min-height: 500px;
		height: auto;
		width: 260px;
	}
	#logo {
		font-size: 40px;
		margin: 13px 10px 0 0;
		text-align: right;
		width: auto;
	}
	#logo img {
		width: 196px;
		height: 68px;
	}
	#slogan {
		margin: 4px 10px 10px auto;
		text-align: right;
		font-size: 17px;
		width: auto;
	}
	#slogan img {
		width: 225px;
		height: 18px;
	}
	#open_menu {
		display: none;
	}
	#menu {
		float: right;
		font-size: 14px;
		margin: 35px 0 0;
		padding: 2px 0 1px 2px;
		position: relative;
		right: auto;
		top: auto;
		width: 150px;
	}
	#menu ul {
		border-width: 3px 0 3px 3px;
		display: block;
	}
	#right {
		border-top: 1px solid #DBE2EA;
		border-right: 1px solid #DBE2EA;
		border-bottom: 1px solid #DBE2EA;
		border-left: 5px solid #2B394A;
		float: left;
		min-height: 500px;
		padding: 5px 20px 20px;
		width: 718px;
	}
	#footer {
		bottom: 5px;
	}
	.column_left {
		padding: 0 15px 0 0;
	}
	.column_right {
		padding: 0 0 0 15px;
	}
	.left_margin,.screen_left {
		clear: left;
		float: left;
		margin: 0 15px 5px 0;
		display: inline-block;
	}
	.right_margin,.screen_right {
		clear: right;
		float: right;
		margin: 0 0 5px 15px;
		display: inline-block;
	}
	.screen_left {
		margin: -3px 5px 0 -16px;
	}
	.screen_right {
		margin: -3px -16px 0 5px;
	}
	#facebook_like {
		float: right;
		margin: 1px 0 10px 20px;
		width: 185px;
		clear: right;
	}
	#domain_clear {
		display: inline;
	}
}
