/*** resets ***/
input, select { vertical-align: middle; }
select, input, textarea, button { font:99% sans-serif; }
/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/*** layout style ***/
body
{
	background: #fff url('img/body-bg.jpg') repeat-x;
}


/*** menu ***/
ul#menu
{
	margin:0 auto;
	height:31px;
	padding:0 10px;
	list-style:none;
	background: #4e4e4e url('./img/top-bg.jpg') repeat-x 0 0;
	border-radius: 0 0 3px 3px;
	width: 950px;
	position: relative;
}
ul#menu:after {
	content: ' ';
	position: absolute;
	top: 0;
	left: -30px;
	width: 300px;
	height: 100px;
	background-color: rgba(255,255,255,0.4);
	border-radius: 50px / 50px;
	-webkit-border-radius: 50px / 50px;
	-moz-border-radius: 50px / 50px;
	box-shadow:  0px 0px 50px rgba(255, 255, 255, 1);
	-webkit-box-shadow:  0px 0px 50px rgba(255, 255, 255, 1);
	-moz-box-shadow:  0px 0px 50px rgba(255, 255, 255, 1);
	z-index: -1;
}
ul#menu li
{
	float:left;
	height: 31px;
	margin: 0;
	padding: 0 1px 0 0;
	background:none;
	display:inline;
	font-size:12px;
	width:auto;
	text-align:center;
	line-height: 31px;
	position: relative;
}

ul#menu li:after {
	content: '|';
	color: #767676;
	position: absolute;
	right: 0;
	top: 0;
}

ul#menu li#no_border:after
{
	content: '';
}
ul#menu li a
{
	margin:0;
	padding:0 12px;
	text-decoration:none;
	line-height: 30px;
	display: inline-block;
}
ul#menu li a:link, ul#menu li a:visited
{
	color: #f0f0f0;
	font-size: 11px;
	text-decoration:none;
}
ul#menu li a:hover, ul#menu li a:active
{
	background: #F86300; /* Old browsers */
	background: -moz-linear-gradient(top, #F86300 0%, #C64C00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F86300), color-stop(100%,#C64C00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #F86300 0%,#C64C00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #F86300 0%,#C64C00 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #F86300 0%,#C64C00 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F86300', endColorstr='#C64C00',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #F86300 0%,#C64C00 100%); /* W3C */
}
/*** logo ***/
#logo
{
	width:955px;
	margin:0 auto;
	height: 30px;
	padding: 11px 0 11px 15px;
}
#logo a
{
	text-decoration: none;
}
#logo img
{
	border: none;
}


/*** left ***/
#page
{
	width:970px;
	margin:0 auto;
	padding: 0;
	background: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 4px 4px 4px 4px;
	-webkit-box-shadow: 0px 0px 3px #e1e1e1;
	-moz-box-shadow: 0px 0px 3px #e1e1e1;
	box-shadow: 0px 0px 3px #e1e1e1;
}
#left
{
	width: 260px;
	margin: 0 0 20px 0;
	padding: 0 0 0 10px;
	float:left;
	display: inline;
	color: #333;
}
#left p
{
	margin: 0;
}
/*** left boxes ***/
.left-box {
	width: 250px;
	padding: 15px 0 0 0;
	clear: both;
}
.left-box h2 {
	font-size: 16px;
	margin:0 0 5px 0;
	text-transform: uppercase;
	color: #333;
}
.left-box fieldset, .left-box div.box-content
{
	border:none;
	border-top: 4px solid #d7d7d7;
	border-radius: 3px 3px 3px 3px;
	margin:0;
	padding:10px 15px;
	overflow:hidden;
	background: #f5f5f5;
}
#service_login
{
}
#service_login img
{
	border: 0;
	float: right;
	margin: 20px 5px 0 0;
}
#helpdesk
{
}
#helpdesk ul
{
	margin: 0;
	padding: 0 0 5px 0;
}
#helpdesk li
{
	background: url('./img/li.png') no-repeat left center;
	padding: 3px 0 3px 20px;
	margin: 0;
}
#helpdesk a:link, #helpdesk a:visited
{
	color: #333;
}
#news h3
{
	font-weight: normal;
	font-size: 12px;
	margin: 0 0 15px 0;
}
#news h3 a:link, h3 #news a:visited
{
	color: #333;
}
.date
{
	font-weight: bold;
}

/*** main and boxes ***/
#main
{
	width: 680px;
	margin: 0 10px 20px 10px;
	float: left;
	display: inline;
	overflow:hidden;
}
.intro {
	font-size: 11px;
	margin: 0;
	padding: 10px 0 0 0;
}
.pin-main {
	background: url('./img/banner-main-bg.jpg') no-repeat 0 0;
	height: 286px;
	margin: 0 0 22px 0;
}
	.pin-main-left-col {
		float: left;
		width: 380px;
		margin: 20px 20px 0 30px;
	}
		.pin-main-left-col p:first-child {
			font-family: 'Myriad Pro','Arial', sans-serif;
			line-height: 1.1em;
			font-size: 32px;
			margin: 0 0 10px 0;
			color: #f86300;
		}
		.pin-main-left-col p:first-child:first-line { color: #333; font-size: 42px; }
		.pin-main-left-col p:first-child strong { font-size: 42px; }
	.pin-main-right-col {
		float: left;
		width: 230px;
		margin: 40px 0 0 0;
	}
	.pin-main-right-col p:first-child:before {
		content: 'AKCE';
		font-family: monospace;
		font-size: 18px;
		font-weight: bold;
		color: #f86300;
		margin: 0 10px 0 0;
}
.pin-left {
	float: left;
	width: 331px;
	height: 242px;
	background: url('./img/banner-webhosting.jpg') no-repeat 0 0;
}
	.pin-left p {
		margin: 195px 0 0 0;
	}
.pin-right {
	float: left;
	width: 331px;
	height: 242px;
	background: url('./img/banner-domeny.jpg') no-repeat 0 0;
	margin: 0 0 0 18px;
	color: #f86300;
}
	.pin-right p { margin: 167px 0 0 0; }
	.pin-right p:first-child {
		margin: 10px 30px 0 47px;
		text-transform: uppercase;
		color: #fff;
	}
	.pin-right a:link, .pin-right a:visited {
		text-decoration: none;
		color: #fff;
	}
	.pin-right strong { color: #f86300; }
#hp_content
{
	clear: both;
	width: 640px;
	padding: 40px 20px 0 20px;
}


/*** SUBPAGE ***/
/*** top menu ***/
#top_menu
{
	margin-top: 9px;
	padding: 0 0 0 5px;
	border-bottom: 1px solid #dadada;
}
#top_menu a
{
	font-size: 12px;
	font-weight: bold;
	margin: 0 5px 0 0;
	padding: 6px 25px 5px 25px;
	width: auto;
	display: inline-block;
	border-radius: 5px 5px 0 0;
	background: #e4e4e4;
	color: #333;
}
.cssgradients #top_menu a {
	background: #D7D7D7; /* old browsers */
	background: -moz-linear-gradient(top, #D7D7D7 0%, #F2F2F2 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D7D7D7), color-stop(100%,#F2F2F2)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D7D7D7', endColorstr='#F2F2F2',GradientType=0 ); /* ie */
}
#top_menu a.active
{
	background: #fff;
	text-decoration: underline;
	border: 1px solid #dadada;
	border-bottom: none;
	position: relative;
	top: 1px;
}
.ie7 #top_menu a.active { position: static; }
#top_menu a:link, #top_menu a:visited
{
	text-decoration: none;
}
#top_menu a:hover, #top_menu a:active
{
	text-decoration: underline;
}
#top_menu a.active:hover, #top_menu a.active:active {
	text-decoration: none;
}
/*** sub menu ***/
ul#sub_menu
{
	margin:0 0 1px 0;
	padding: 9px 0 0 5px;
	list-style:none;
	border-bottom: 1px solid #dadada;

}
ul#sub_menu li
{
	margin: 0 5px 0 0;
	padding: 0 0 8px 0;
	background:none;
	display:inline-block;
}

ul#sub_menu a
{
	font-size: 12px;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	display: block;
	border: 1px solid #dadada;
	border-radius: 5px 5px 5px 5px;
	color: #333;
	background: #F4F4F4; /* old browsers */
}
.cssgradients ul#sub_menu a {
	background: -moz-linear-gradient(top, #F4F4F4 0%, #D9D9D9 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F4F4F4), color-stop(100%,#D9D9D9)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F4F4F4', endColorstr='#D9D9D9',GradientType=0 ); /* ie */
}
ul#sub_menu a.active {
	color: #fff;
	background: #F86300; /* Old browsers */
}
.cssgradients ul#sub_menu a.active {
	background: -moz-linear-gradient(top, #F86300 0%, #C64C00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F86300), color-stop(100%,#C64C00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #F86300 0%,#C64C00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #F86300 0%,#C64C00 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #F86300 0%,#C64C00 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F86300', endColorstr='#C64C00',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #F86300 0%,#C64C00 100%); /* W3C */
}

ul#sub_menu a:hover, ul#sub_menu a:active { text-decoration: underline; }
ul#sub_menu a.active:hover, ul#sub_menu a.active:active { text-decoration: none; }

/*** content ***/
#content
{
	padding: 25px;
	border-top: 4px solid #d7d7d7;
	border-radius: 3px 3px 3px 3px;
	background: #f5f5f5;
}
ul#sub_menu + #content { border-top: none; border-radius: 0 0 3px 3px; }
/*** webhosting ***/
table#webhosting
{
	border-collapse: separate;
	width: 634px;
	margin: 15px 0;
	text-align: center;
	background: url('./img/webhosting_bg.png') repeat-y center;
}
#webhosting th
{	
	padding: 0px;
	font-size: 17px;
	font-weight: normal;
	border-width:0;
	height: 32px;
	background: none;
	width: 145px;
	color: #484b50;
}
table#webhosting .dotted_border
{
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
	padding: 10px;
}
table#webhosting td
{
	padding: 0px;
	height: 24px;
	width: 145px;
	color: #484b50;
	border: 0px;
}
.webhosting_title
{
	font-weight: bold;
	text-decoration: underline;
}

#webhosting_left, #webhosting_right
{
	float: left;	
	width: 310px;
	margin: 10px 0;
}
#webhosting_left
{
	margin-right: 8px;
}
.webhosting_box
{
	border: 1px solid #e2efff;
	padding: 15px;
	margin: 5px 0;
}
/*** compare ***/
.th_red
{
	color: #B33F42;
}
.th_green
{
	color: #189700;
}
.th_blue
{
	color: #2D608B;
}
.th_brown
{
	color: #6F4141;
}


tr.sum
{
	font-size: 16px;
	text-align: center;
}
#compare_table .order_button
{
	margin: 7px 0 0 3px;
}
/*** serverhousing ***/
#serverhousing
{
	width: 400px;
	float: left;
	display: inline;
	margin: 0;
	border-right: 1px solid #d4e1f2;
	padding: 0 10px 0 0;
}

#serverhousing_right
{
	margin:0 0 0 5px;
	padding: 0 0 0 20px;
	width: 180px;
	float: left;
	background: url('./img/news_bg.png') no-repeat left center;
}

/*** footer ***/
#footer
{
	margin-top:15px;
	text-align: center;
	font-size: 11px;
}

/***other***/
div.cleaner
{
	clear:both;
	height:0px;
	overflow: hidden;
}
/*** forms ***/



fieldset.contact
{
	margin:0.5em 0 0 0;
	padding:0;
	border:none;
	background: #f2f2f2;
	padding:5px 5px;
}
fieldset.contact p { margin: 0; }
fieldset.contact input, fieldset.contact label, fieldset.contact select
{
	display: inline-block;
	width:220px;
	margin-left:15px;
}
fieldset.contact textarea { margin-left: 15px; }
fieldset.contact label
{
	width:205px;
}
fieldset.form, fieldset.checkdomain
{
	margin:1.5em 0 0 0;
	padding:0;
	border:none;
	padding:5px 5px;
}
fieldset.form legend, fieldset.checkdomain legend
{
	background: #f86300;
	color:#fff;
	padding: 3px 10px 3px 10px;
	margin: 0 0 3px 0;
	text-transform:uppercase;
	border-radius: 3px 3px 3px 3px;
	max-width: 400px;
	overflow: hidden;
	}
fieldset.form label
{
	margin: 0;
	padding: 0;
	display: inline-block;
	width:200px;
	cursor:pointer;
	margin-bottom: 3px;
}
fieldset.form label.wide
{
	width:600px;
}
fieldset.form input, fieldset.form select
{
	margin: 0;
	padding: 0;
	display: inline-block;
	width:200px;
	margin-bottom:3px;
}
fieldset.form select.longselect
{
	width:405px;
}
fieldset.form input.radio
{
	width:2em;
}
fieldset.form input.smallinput, fieldset.form select.smallinput
{
	width:120px;
}
fieldset.form p
{
	clear:left;
	margin: 0;
}
fieldset.form div.options
{
	width:400px;
	display:table;
}
fieldset.form div.options input, fieldset.form div.options select
{
	float:none;
	display:inline;
	margin-bottom: 3px;
}
fieldset.auto_domains
{
	background:none;
	border:none;
	display:inline;
	float:none;
	padding:0;
	margin:0;
}
fieldset.auto_domains input
{
	margin:0;
	float:none;
	display:inline;
}
/*** articles ***/
.articles h2
{
	font-size: 14px;
	font-weight: bold;
	color: #1c3e59;
	line-height: 20px;
}
a:link#newer, a:visited#newer
{
	background: url('./img/newer_icon.png') no-repeat;
	display: block;
	height: 24px;
	width: 71px;
	margin: 5px;
	float: left;
}
a:link#older, a:visited#older
{
	background: url('./img/latest_icon.png') no-repeat;
	display: block;
	height: 24px;
	width: 71px;
	margin: 5px;
	float: right;
}

#http_err
{
	background:#fff;
	margin-bottom:5px;
	overflow:hidden;
	padding:0 20px;
}
#http_err h1
{
	color: #f00;
	font-size:2em;
	margin-bottom:0;
}
#http_err h2
{
	color: #f00;
	font-size:1.5em;
	margin-bottom:0;
}
#http_err p
{
	margin: 10px 0;
}

#theme_box
{
	background:#fff;
	height:216px;
}

table#choose_domain
{
	width: 100%;
	font-weight: normal;
        text-align: center;
	border: 1px solid #d1deed;

}
#table#choose_domain th
{
        padding: 1px;
	cellpadding: 2px;
        font-weight: normal;
}
table#choose_domain td
{
        padding: 1px;
	cellpadding: 2px;
	font-weight: normal;
	height: 15;
}

table#overview
{
        width: 100%;
        font-weight: normal;
        text-align: center;
        border: 1px solid #d1deed;

}

table#overview2
{
        width: 70%;
	align: right;
        font-weight: normal;
        text-align: center;
        border: 1px solid #d1deed;

}

table#cendom
{
        width: 100%;
        border-collapse: collapse;
        margin: 5px 0;
}
#cendom th
{
        color: #000000;
        padding: 0 3px;
        padding-top:1px;
        font-size: 12px;
        font-weight: bold;
        border: 1px solid #d1deed;
	align: center;
        background: url('./img/th_bg.png') repeat-x;
        height: 32px;
}

#cendom td
{
	color: #000000;
        padding: 3px;
        border: 1px solid #d1deed;
	border-bottom: 3px solid #d1deed;
        height: 28px;
	align: center;
	font-weight: normal;
}

{
        background: #325F8E url('./img/circle_blue.png') no-repeat 5px 6px;
        padding-left:1px;
}

table#masscheck
{
        border-collapse: collapse;
        margin: 2px 0;
	text-align: left
}
#masscheck th
{
        color: #000000;
        padding: 0 3px;
        padding-top:0px;
        font-size: 12px;
	text-align:center;
        font-weight: bold;
        border: 0px;
        height: 25px;

}

#masscheck td
{
        padding: 0px;
        border: 0px;
        border-bottom: 2px;
        height: 30px;
        font-weight: normal;
}


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

