*
{
	margin:0;
	padding:0;
}
html, body
{
	height:100%;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	text-align:center;
	background:url('/img/background.png');
	color:#505050;
	cursor:default;
}
a
{
	text-decoration:none;
	color:#777;
}
a:hover
{
	color:#4B4D4F;
}
a:hover img
{
	opacity:0.6;
}
img
{
	border:0;
}
input::-ms-input-placeholder
{
	color:#888;
}
input[type='text'], input[type='password'], select
{
	display:inline-block;
	width:96px;
	padding:1px 2px;
	border:1px solid #6EBADA;
	border-radius:3px;
	font-size:15px;
	background:#FFF;
	background:linear-gradient(to bottom, #F5F5F5, #F0F0F0);
	color:#585858;
	box-shadow:0 0 8px rgba(82, 168, 236, 0.2);
}
input[type='text']:focus, input[type='password']:focus, select:focus
{
	outline:0;
	background:#F5FBFB;
	background:linear-gradient(to bottom, #DEF3FB, #F5FBFB);
	box-shadow:0 0 8px rgba(82, 168, 236, 0.6);
}
input[type='submit'], input[type='button'], .button
{
	display:inline-block;
	padding:0 7px;
	border:1px solid #6EBADA;
	border-radius:3px;
	font-size:14px !important;
	line-height:26px !important;
	text-align:center;
	background:#D1DFEC;
	background:linear-gradient(to bottom, #DDF1FF 0%, #CBEBFF 47%, #A1DBFF 100%);
	color:#163A61 !important;
	box-shadow:0 0 8px rgba(82, 168, 236, 0.2);
	cursor:pointer;
}
input[type='submit'], input[type='button']
{
	width:104px;
}
input[type='submit']:hover, input[type='button']:hover, .button:hover
{
	opacity:0.8;
}
input[type='checkbox'], input[type='radio']
{
	display:none;
}
input[type='checkbox'] + label
{
	display:inline-block;
	width:16px;
	height:16px;
	margin:2px 2px -2px 2px;
	position:relative;
	background:url('/img/checkbox_enabled_unchecked.png') no-repeat !important;
	cursor:pointer;
}
input[type='checkbox']:checked + label
{
	background:url('/img/checkbox_enabled_checked.png') no-repeat !important;
}
input[type='checkbox']:disabled + label
{
	background:url('/img/checkbox_disabled_unchecked.png') no-repeat !important;
	cursor:default;
}
input[type='checkbox']:disabled:checked + label
{
	background:url('/img/checkbox_disabled_checked.png') no-repeat !important;
}
input[type='radio'] + label
{
	display:inline-block;
	width:16px;
	height:16px;
	margin:2px 2px -2px 2px;
	position:relative;
	background:url('/img/radio_enabled_unchecked.png') no-repeat !important;
	cursor:pointer;
}
input[type='radio']:checked + label
{
	background:url('/img/radio_enabled_checked.png') no-repeat !important;
}
input[type='radio']:disabled + label
{
	background:url('/img/radio_disabled_unchecked.png') no-repeat !important;
	cursor:default;
}
input[type='radio']:disabled:checked + label
{
	background:url('/img/radio_disabled_checked.png') no-repeat !important;
}
input.error
{
	border-color:#FF3F14 !important;
	background-color:#FFD5D5 !important;
}
select
{
	width:auto;
}
p
{
	margin:3px 25px;
}
form p
{
	height:auto;
	overflow:auto;
}
form p span
{
	float:right;
}
form p span input, form p span select
{
	float:none !important;
	margin:2px !important;
}
#page_404 h2 .icon
{
	background:url('/img/icon_404.png') no-repeat center, url('/img/icon_background.png') no-repeat center;
}
#page_index h2 .icon
{
	background:url('/img/icon_offer.png') no-repeat center, url('/img/icon_background.png') no-repeat center;
}
#page_index .register h2 .icon
{
	background:url('/img/icon_register.png') no-repeat center, url('/img/icon_background.png') no-repeat center;
}
#page_index .content .cycle
{
	width:300px;
	height:200px;
	margin:20px;
	border-radius:5px;
	box-shadow:0 0 5px 5px rgba(180, 180, 180, 0.5);
	float:right;
}
#page_index .content .cycle > *
{
	border-radius:5px;
}
#page_index .content .cycle img
{
	display:none;
}
#page_index .content .cycle img:first-child
{
	display:inline-block;
}
#page_index .content form
{
	margin:-10px 15px 5px 15px;
}
#page_index .content select, #page_index .content input[type='submit']
{
	width:auto;
}
#page_index .content input[type='text']
{
	width:120px;
}
#page_index .content .important
{
	display:inline-block;
	margin:5px;
	padding:10px 15px;
	height:25px;
	line-height:30px;
}
#page_index .content li
{
	text-align:left;
}
#page_help h2 .icon, #page_knowledgebase h2 .icon
{
	background:url('/img/icon_help.png') no-repeat center, url('/img/icon_background.png') no-repeat center;
}
#page_help .content ul
{
	margin:0 20px 0 30px;
}
#page_help .content li
{
	margin:5px 0;
}
#page_help .content li h4
{
	margin:0;
	font-size:14px;
}
#page_catalog h2 .icon
{
	background:url('/img/icon_catalog.png') no-repeat center, url('/img/icon_background.png') no-repeat center;
}
#page_catalog #content > .content
{
	margin:0 !important;
	padding:0 !important;
	border:0 !important;
	background:transparent !important;
	box-shadow:none !important;
}
#page_catalogs h2 .icon
{
	background:url('/img/icon_recommended.png') no-repeat center, url('/img/icon_background.png') no-repeat center;
}
#page_contact h2 .icon
{
	background:url('/img/icon_contact.png') no-repeat center, url('/img/icon_background.png') no-repeat center;
}
#page_offer h2 .icon, #page_offer_hosting h2 .icon, #page_offer_domains h2 .icon, #page_offer_vps h2 .icon, #page_offer_websites h2 .icon
{
	background:url('/img/icon_offer.png') no-repeat center, url('/img/icon_background.png') no-repeat center;
}
#page_promote h2 .icon
{
	background:url('/img/icon_promote.png') no-repeat center, url('/img/icon_background.png') no-repeat center;
}
#wrapper
{
	min-width:1000px;
	max-width:1400px;
	min-height:100%;
	margin:0 auto;
	font-size:14px;
	position:relative;
	box-shadow:0 0 15px 15px rgba(180, 180, 180, 0.5);
	background:#FFF url('/img/footer.png') repeat-x bottom;
}
#top
{
	height:95px;
	padding:5px 0 0 0;
	background:#2060B0 url('/img/top_background.png') repeat-x;
	color:#AAA;
}
#top h1
{
	width:300px;
	height:89px;
	margin:2px 0 0 0;
	background:url('/img/top_text.png') no-repeat 90px 0;
}
#top h1 a
{
	display:block;
	width:250px;
	height:89px;
	margin:0 12px;
	font-size:0;
	background:url('/img/top_logo.png') no-repeat 0 3px;
	color:transparent;
}
#top_login
{
	padding:0 0 0 215px;
	float:right;
	background:url('/img/top_decoration_left.png') no-repeat left;
}
#top_login > form, #top_login > div
{
	min-width:150px;
	height:38px;
	margin:-2px 0 0 0;
	padding:0 10px 0 5px;
	line-height:20px;
	text-align:right;
	white-space:nowrap;
	background:url('/img/top_decoration_right.png') repeat-x 0 2px;
}
#top_login > form .form
{
	width:0;
	overflow:hidden;
}
#top_login > form div
{
	display:inline-block;
	float:right;
}
#top_login input[type='checkbox'] + label
{
	margin:0 6px -4px 2px;
}
#top_login input[type='text'], #top_login input[type='password']
{
	width:80px;
	height:18px;
	margin:0 2px;
	padding:0 0 0 20px;
	font-size:12px;
	background-color:#EEE;
	background-image:url('/img/icon_user.png');
	background-position:1px;
	background-repeat:no-repeat;
}
#top_login input[type='password']
{
	background-image:url('/img/icon_password.png');
}
#top_login a
{
	margin:0 2px;
	font-weight:bold;
	color:#FFF;
}
#top_login a.button
{
	padding:0 5px;
	border:1px solid #6EBADA;
	border-radius:3px;
	font-size:12px !important;
	font-weight:normal;
	line-height:18px !important;
}
#top_login a:hover
{
	color:#73A54A;
}
#top_icons
{
	height:47px;
	margin:-50px 0 0 0;
	padding:0 0 0 12px;
	position:relative;
	float:right;
	text-align:right;
}
#top_icons a
{
	display:block;
	width:60px;
	padding:34px 0 0 0;
	margin:0 1px;
	float:left;
	font-size:12px;
	line-height:12px;
	text-align:center;
	background:top center no-repeat;
}
#top_icons #icon_panel
{
	background-image:url('/img/icon_panel.png');
}
#top_icons #icon_mail
{
	background-image:url('/img/icon_mail.png');
}
#top_icons #icon_ftp
{
	background-image:url('/img/icon_manager.png');
}
#top_icons #icon_mysql
{
	background-image:url('/img/icon_database.png');
}
#top_icons #icon_help
{
	background-image:url('/img/icon_help.png');
}
#menu
{
	height:30px;
	margin:0 0 10px 0;
	border-top:1px solid #777;
	border-bottom:1px solid #DDD;
	list-style-type:none;
	background:#EEE;
	background:linear-gradient(to bottom, #F0F0F0 0%, #DDD 45%, #DDD 55%, #F0F0F0 100%);
}
#menu li
{
	display:block;
	height:30px;
	border-right:1px solid rgba(0, 0, 0, 0.1);
	float:left;
}
#menu li a
{
	display:block;
	height:26px;
	margin:2px 10px;
	font-size:14px;
	font-family:Arial, sans-serif;
	font-weight:bold;
	line-height:26px;
	letter-spacing:1px;
	color:#65758C;
	cursor:pointer;
}
#menu li a:hover
{
	text-shadow:#9BDE63 0 0 3px;
	color:#73A54A;
}
#menu li.offer
{
	background:rgba(97, 154, 48, 0.1);
}
#menu li.last
{
	border:0;
}
#menu li.flags
{
	padding:0 7px 0 0;
}
#menu li.offer a:hover
{
	color:#296CB6;
}
#menu li:last-child
{
	float:right;
	border:0;
}
#menu li:last-child a
{
	display:inline-block;
	margin:4px 5px;
}
#center
{
	padding:0 0 40px 0;
	overflow:auto;
}
#content
{
	margin:0 5px 0 220px;
	padding:0 6px 50px 6px;
	text-align:justify;
	color:#516A92;
}
#content table
{
	width:95%;
	margin:15px auto;
	text-align:center;
	color:#7D7A7A;
}
#content table th, #content table td
{
	padding:3px;
	border:1px dashed #7D7A7A;
}
#content table th
{
	border-width:0 1px 0 0;
}
#content table th:last-child
{
	border-width:0;
}
#content table td, #content table tbody th
{
	border-width:1px 1px 0 0;
	font-size:15px;
	color:#619A30;
}
#content table td:last-child
{
	border-width:1px 0 0 0;
}
#content table tbody th
{
	font-weight:normal;
	text-align:left;
	color:#706D6D;
}
#content table td span
{
	color:red;
}
#content ul
{
	margin:3px 30px;
	list-style-image:url('/img/arrow_blue.png');
	list-style-position:outside;
}
#content ul a
{
	text-decoration:underline;
	color:#405B87;
}
#content ul a:hover
{
	text-decoration:none;
	color:#E75210;
}
#content ul li
{
	color:#405B87;
}
#content h2
{
	margin:5px 0 15px 0;
	padding:0 0 0 40px;
	position:relative;
	font-weight:normal;
	font-size:18px;
	line-height:20px;
	color:#619A30;
}
#content h2 a
{
	color:#619A30;
}
#content h2 .icon
{
	display:block;
	width:36px;
	height:36px;
	position:absolute;
	top:-10px;
	left:-5px;
}
#content h3
{
	margin:5px 10px;
	font-weight:normal;
	font-size:16px;
	line-height:20px;
	color:#619A30;
}
#content h4
{
	margin:5px 10px;
	font-size:14px;
	color:#619A30;
}
#content h5
{
	font-size:14px;
	font-weight:normal;
	text-align:center;
	color:#619A30;
}
#content .content
{
	margin:15px 0;
	padding:0 0 5px 0;
	border:1px solid rgba(150, 150, 150, 0.3);
	border-radius:7px;
	background:url('/img/content.png');
	box-shadow:0 0 2px 1px rgba(150, 150, 150, 0.3), 0 15px 15px 0 rgba(150, 150, 150, 0.1) inset, 0 -15px 15px 0 rgba(150, 150, 150, 0.1) inset;
}
#content .categories .content, #content .entries .content
{
	margin:8px 0;
}
#content .categories .content
{
	display:inline-block;
	width:249px;
	vertical-align:top;
}
#content .entries .content
{
	padding:11px;
	opacity:0.9;
}
#content .categories .content h4, #content .entries .content h4, #content .article h4
{
	margin:-5px 0 5px 0;
	padding:3px 3px 3px 20px;
	border-bottom:1px dashed #C0BBBB;
	background:url('/img/arrow_pink.png') no-repeat left;
}
#content .categories .content h4
{
	padding:5px;
	font-size:14px;
	text-align:center;
}
#content .entries .content h4, #content .article h4
{
	background:url('/img/arrow_green.png') no-repeat left;
}
#content .categories .content h4 a, #content .entries .content h4 a
{
	color:#808080;
}
#content .content .footer
{
	display:inline-block;
	height:15px;
	margin:0;
	padding:7px 10px;
	border:1px solid rgba(150, 150, 150, 0.3);
	border-top-right-radius:7px;
	border-bottom-left-radius:7px;
	border-width:1px 1px 0 0;
	position:relative;
	left:-11px;
	bottom:-11px;
	background:url('/img/content_footer.png');
	box-shadow:0 0 2px 1px rgba(150, 150, 150, 0.3);
}
#content .content .footer span
{
	color:#466CA6;
}
#content .entries
{
	margin:30px 0 0 0;
}
#content .navigation
{
	margin:10px;
	text-align:center;
}
#content .important
{
	margin:20px 30px;
	padding:10px;
	border-radius:10px;
	list-style:none;
	box-shadow:0 0 5px 5px rgba(180, 180, 180, 0.1) inset;
	background:rgba(180, 180, 180, 0.1);
}
#content .important li
{
	display:block;
	margin:5px 0;
	min-height:32px;
	list-style:none;
}
#content .important .icon
{
	margin:0 10px 0 3px;
	float:left;
}
#sidebar
{
	width:220px;
	padding:0 0 50px 0;
	float:left;
	text-align:left;
}
#sidebar > *
{
	margin:15px 10px 25px 10px;
	padding:0 0 15px 0;
	border:1px solid rgba(150, 150, 150, 0.3);
	border-radius:5px;
	background:url('/img/box_header.png') no-repeat 60px 25px, url('/img/box.png');
	box-shadow:0 0 7px 1px rgba(100, 100, 100, 0.4), 0 15px 15px 0 rgba(150, 150, 150, 0.1) inset, 0 -10px 10px 0 rgba(150, 150, 150, 0.1) inset;
}
#sidebar h3
{
	margin:0;
	padding:20px 5px 20px 60px;
	position:relative;
	top:-13px;
	font-size:13px;
	color:#619A30;
}
#sidebar h3 span
{
	color:#4E5965;
}
#sidebar ul
{
	display:block;
	margin:-10px 8px 0 8px;
	list-style-position:outside;
}
#sidebar li
{
	padding:0 0 0 18px;
	overflow:hidden;
	font-size:14px;
	text-overflow:ellipsis;
	white-space:nowrap;
	background:url('/img/arrow_green.png') no-repeat left;
}
#sidebar li a
{
	text-decoration:none;
	color:#777;
}
#sidebar li a:hover
{
	color:#4B4D4F;
}
#domain_name
{
	width:100% !important;
	margin:10px 0 10px -5px;
	font-size:20px;
}
#domain_suggester button
{
	margin:0 3px;
	padding:2px 3px;
	border:0;
	border-radius:3px;
	font-weight:bold;
	color:#FFF;
	box-shadow:0 0 2px 2px rgba(180, 180, 180, 0.5);
	cursor:pointer;
}
#domain_suggester button:hover
{
	opacity:0.8;
}
#domain_suggester button:disabled
{
	opacity:0.5;
	cursor:default;
}
#domain_suggester .plan_free
{
	background:#636770;
}
#domain_suggester .plan_pro
{
	background:#2D69B5;
}
#domain_suggester .plan_vip
{
	background:#466935;
}
#domain_suggester ul
{
	max-height:235px;
	margin:-10px 0 10px 0;
	padding:3px 5px 1px 5px;
	overflow:auto;
	border:1px solid #CCC;
	border-top:0;
	border-radius:0 0 7px 7px;
	background:#FEFEFE;
}
#domain_suggester ul, #domain_suggester li
{
	list-style:none;
}
#domain_suggester li
{
	display:block;
	height:26px;
	padding:0 0 0 2px;
	border-radius:3px;
	overflow:hidden;
	cursor:pointer;
}
#domain_suggester li:hover
{
	background:#EEE;
}
#domain_suggester li > span
{
	display:block;
	margin:0 80px 0 0;
	overflow:hidden;
	font-size:16px;
	text-overflow:ellipsis;
	white-space:nowrap;
}
#domain_suggester li > strong
{
	display:block;
	padding:1px;
	float:right;
}
#domain_suggester li.domain_loading > strong
{
	display:block;
	width:16px;
	height:16px;
	margin:4px;
	background:url('/img/loading.gif') no-repeat right;
}
#domain_suggester li.domain_loading > strong *
{
	display:none;
}
#domain_suggester li.domain_error > strong
{
	color:#DC143C;
}
#domain_suggester li.domain_error > strong button, #domain_suggester li.domain_warning > strong button
{
	display:none;
}
#domain_suggester li.domain_invalid, #domain_suggester li.domain_unavailable
{
	cursor:default;
}
#domain_suggester li.domain_invalid:hover, #domain_suggester li.domain_unavailable:hover
{
	background:transparent;
}
#domain_suggester li.domain_invalid > span
{
	margin:0;
	text-align:center;
	color:#DC143C;
}
#domain_suggester li.domain_invalid > strong, #domain_suggester li.domain_more > strong
{
	display:none;
}
#box_panel div
{
	padding:0 0 5px 86px !important;
	text-align:left;
}
#box_panel div input
{
	width:102px;
}
#box_panel p
{
	margin:2px 10px;
	line-height:20px;
	text-align:left;
	color:#505050;
	clear:both;
}
#box_panel p input
{
	float:right;
}
#box_panel h3
{
	background:url('/img/emblem_panel.png') no-repeat 2px 0;
}
#box_announcements h3
{
	background:url('/img/emblem_announcements.png') no-repeat 0 0;
}
#box_forum h3
{
	background:url('/img/emblem_forum.png') no-repeat 2px 0;
}
#cookies
{
	display:block;
	height:16px;
	padding:0 0 0 18px;
	position:absolute;
	left:7px;
	bottom:7px;
	font-size:10px;
	line-height:18px;
	background:url('/img/icon_cookies.png') no-repeat left;
}
#footer
{
	width:100%;
	position:absolute;
	bottom:0;
	font-size:12px;
	font-weight:normal;
	line-height:30px;
	text-align:center;
	color:gray;
}

@media all and (max-width: 999px)
{
	#wrapper
	{
		min-width:320px;
	}
	#top h1 a
	{
		width:100px;
	}
	#top_login
	{
		margin:5px 5px 0 0;
	}
	#top_login a
	{
		color:#2B70B8;
	}
	#top_login, #top_login > form, #top_login > div
	{
		padding:0;
		background:none;
	}
	#top_icons #icon_mail, #top_icons #icon_ftp, #top_icons #icon_mysql
	{
		display:none;
	}
	#menu
	{
		height:auto;
		overflow:auto;
	}
	#sidebar
	{
		display:none;
	}
	#content
	{
		width:100%;
		margin:0;
	}
	#page_index .content .cycle
	{
		display:none;
	}
}

@media all and (max-width: 599px)
{
	#cookies
	{
		bottom:20px;
	}
}
