@font-face {
	font-family: Segoe UI Light;
	src: url(http://www.mchosts.nl/css/font/segoe-ui-light.ttf);
}

@font-face {
	font-family: Segoe UI;
	src: url(http://www.mchosts.nl/css/font/segoeui.ttf);
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

a {
	text-decoration: none;
	color: rgb(33, 153, 212);
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #efefef;
	box-shadow: 0px 0px 100px 10px rgb(238, 238, 238) inset;
	
	font-family: Segoe UI,Verdana;
	font-size: 1em;
	color: rgb(51, 51, 51);
}

body {
	overflow-y: scroll;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -246px;
}

#header {
	height: 68px;
	width: 100%;
	background: #333333;
}

#logo {
	padding-top: 20px;
	float: left;
}

#inner {
	width: 990px;
	margin: auto;
}

#container {
	margin: auto;
	margin-top: 20px;
	width: 990px;
	margin-bottom: 20px;
}

#menu {
	width: 100%;
	height: 40px;
	background: url(../img/bg-menu.png) repeat-x;
	border-radius: 6px;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
	padding: 11px 10px 11px;
	line-height: 19px;
}

#menu a {
	color: rgb(153, 153, 153);
	font-family: Arial,helvetica,sans-serif;
	font-size: 13px;
	text-decoration: none;
	padding-left: 20px;
}

#menu a:hover {
	color: #FFFFFF;
}

#content {
	width: 100%;
	background: #FFFFFF;
	padding: 15px;
}

.footer {
	background: url(../img/bg-footer.png) repeat-x;
	width:100%;
}

.footer, .push {
	height: 246px;
}

.footer h3{
padding-top: 75px;
}

.title {
	text-shadow: 0px 0px 2px rgb(204, 204, 204);
	font-size: 24px;
	font-weight: 700;
}

#reg {
	float: right;
	width: 700px;
	margin-right: 50px;
}

#menu-left {
	width: 17px;
	height: 33px;
	background: url(../img/bg-left-menu.png);
	position: relative;
	float: right;
	display: block;
}

#menu-right {
	width: 17px;
	height: 33px;
	background: url(../img/bg-right-menu.png);
	position: relative;
	float: right;
	display: block;
	margin-top: 16px;
}

#reg ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 16px;
}

#reg ul li {
	font-size: 13px;
	text-align: center;
	border-right: 1px solid rgb(58, 58, 58);
	border-left: 1px solid rgb(47, 47, 47);
	height: 33px;
	background: url(../img/bg-button.png) repeat-x;
	position: relative;
	float: right;
	display: block;
	list-style-type: none;
    margin: 0px;
	padding: 9px;
	color: rgb(138, 138, 138);
	font-size: 12px;
}

#reg ul li a {
	text-decoration: none;
	color: rgb(138, 138, 138);
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

#reg ul li a:hover {
	color: rgb(33, 153, 212);
}

#register  {
	border-collapse: separate;
	border-spacing: 20px 10px;
}

#register tr td {
	font-family: Segoe UI,Arial;
}

#register td {
	
}	

textarea {
	font-family: Segoe UI,Arial;
	padding: 5px;
	border-radius: 2px;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.form tr td input, #register tr td input, .form tr td select, #register tr td select {
	font-family: Segoe UI,Arial;
	padding: 5px;
	border-radius: 2px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.form tr td input:focus, #register tr td input:focus {
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.error {
	color: #D8000C;
	background-color: #FFBABA;
	padding: 10px;
	width: 100%;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}

.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	padding: 10px;
	width: 100%;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
	margin-bottom: 10px;
}

.clear {
	clear: both;
}

#avatar {
	float: right;
	text-align: center;
}

#avatar img {
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
}

#profile {
	float: left;
	width: 760px;
}

#profile table, #settings table {
	border-collapse: separate;
	border-spacing: 20px 5px;
}

#profile #personal_text {
	padding-left: 20px;
}

hr {
	border: 1px groove #EBEBEB;
	line-height: 0;
	margin: 5px;
	page-break-after: always;
}

#settings {
	float: right;
	width: 80%;
	padding-left: 5px;
}

#side-menu {
	float: left;
	width: 20%;
	border-right: 1px solid #EBEBEB;
	min-height: 200px;
}

#side-menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.note {
	font-size: 12px;
}

.premium {
	width: 20%;
	border: 1px solid rgba(0, 0, 0, 0.05);
	background-color: rgb(245, 245, 245);
	border-radius: 3px;
	padding: 15px;
	font-family: Segoe UI;
	float: left;
}

.premium-name {
	font-size: 23px;
	font-family: Segoe UI Light;
	text-align: center;
}

.premium-pakket {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 5px;
}

.premium-pakket .image {
	float: left;
}

.premium-pakket .name {
	float: left;
	font-size: 23px;
	padding-top: 5px;
	padding-left: 5px;
	font-weight: bold;
}

.premium-specs {
	font-size: 18px;
}

.premium-ram {
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	border-top: 1px solid rgba(0,0,0,0.1);
}

.premium-prijs {
	font-size: 25px;
	text-align: center;
	border-bottom: 1px solid #ebebeb;
	font-weight: bold;
	padding-bottom: 5px;
}

.premium-extra {
	border-top: 1px solid rgba(0,0,0,0.1);
	padding-top: 5px;
}

.premium-extra .extra:before {
	content:"-";
}

#host {
	margin-top: 20px;
}

#host .title {
	font-size: 20px;
}

#host .host {
	margin-top: 5px;
	border-top: 2px solid #f1f1f1;
	border-bottom: 2px solid #f1f1f1;
	padding: 5px;
}

#host .host .h_name {
	float: left;
}

#host .host .h_name a {
	color: #000000;
	font-family: Segoe UI;
	font-weight: bold;
}

#host .host .edit {
	float: right;
}

#host .host .edit a {
	color: #000000;
	font-family: Segoe UI;
	padding-right: 15px;
}

.h-sub {
	color: black;
}

.h-sub a {
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	font-size: 20px;
	font-family: Segoe UI Light;
	color: black;
}

.h-sub:hover a {
	padding-left: 25px;
	color: rgb(33, 153, 212);
}

.h_pakket {
	padding: 5px;
	float: left;
	width: 225px;
	margin-right: 15px;
}

.h_pakket .h_image {
	float: left;
}

.h_pakket .h_naam {
	float: left;
	padding: 4px;
	font-family: Segoe UI;
	font-size: 22px;
}

.h_pakket .h_options {
	padding-left: 5px;
	line-height: 18px;
	font-family: Segoe UI;
}

.h_pakket .h_options a {
	color: black;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.h_pakket .h_options a:hover {
	color: rgb(33, 153, 212);
}

#ho_content {
	float: left;
	width: 745px;
}

#ho_side {
	float: right;
	width: 200px;
}

#ho_tabs > div { 
	display: none;
	padding: 15px;
}

#ho_tabs > #tab-content-1 { 
	display: block; 
}

.ho_menu {
	border-bottom: 1px solid #cccccc;
	width: 100%;
	padding-left: 20px;
}

.ho_tab {
	cursor: pointer;
	display: inline-block;
	
	height: 38px;
	background: #efefef;
	border: 1px solid #cccccc;
	border-bottom: none;
	border-radius: 5px 5px 0px 0px;
	padding: 8px;
}

.ho_tab:hover, .ho_tab.selected {
	background: #FFFFFF;
}

.ho_pakket {
	width: 233px;
	float: left;
	padding: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	background: rgb(245, 245, 245);
}

.ho_pakket_image {
	float: left;
}

.ho_pakket_naam {
	float: left;
	padding: 4px;
	font-size: 22px;
}

.ho_pakket_specs {
	font-size: 19px;
}

.ho_pakket_prijs {
	font-weight: bold;
}

.tab-title {
	font-size: 20px;
	font-family: Segoe UI;
	display: table;
}

.tab-title img {
	display: table-cell;
	vertical-align: middle;
}

.tab-title span {
	display: table-cell;
	vertical-align: middle;
	padding: 2px;
	padding-left: 5px;
}

.ho_side_div {
	border-bottom: 1px solid rgb(204, 204, 204);
}

#ho_side {
	font-size: 0.9em;
}

#ho_side .tab_t {
	font-weight: bold;
}

#ho_side table img {
	padding-top: 6px;
}

.review {
	padding: 10px;
	background: rgb(245, 245, 245);
	border: 1px solid rgba(0, 0, 0, 0.05);
	margin-bottom: 10px;
}

.review_top {
	display: table;
}

.review_naam {
	color: rgb(33, 153, 212);
	font-family: Segoe UI Light;
	font-size: 18px;
	display: table-cell;
	vertical-align: center;
}

.review_bull {
	display: table-cell;
	vertical-align: center;
	padding-left: 5px;
	padding-right: 5px;
	color: rgba(30, 55, 70, 0.4);
}

.review_bed {
	color: rgba(30, 55, 70, 0.4);
}

.review_bed table {
	border-spacing: 15px 0px;
}

.review_date {
	display: table-cell;
	vertical-align: center;
	color: rgba(30, 55, 70, 0.4);
}

.tophost {
	width: 100%;
}

.tophtop {
	font-weight: bold;
}

.tophtop td {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	padding-bottom: 10px;
	padding-left: 15px;
}

.top_h td{
	padding: 30px 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.pages {
	text-align: center;
}

.pages .page {
	display: inline;
	padding-left: 3px;
	padding-right: 3px;
}

#chart {
	float: left;
	width: 60%;
}

#piechart {
	float: right;
	width: 39%;
}

.ana_n{
	float: left;
	height: 175px;
	margin-left: 15px;
	padding: 15px;
	text-align: center;
}

#adv_banner {
	text-align: center;
}

#adv_banner img {
	border: 1px solid black;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#adv_banner_text {
	padding-bottom: 15px;
	text-align: center;
	font-size: 12px;
}

.adminemail {
	width: 100%;
	border-collapse: collapse;
}

.adminemail td {
	padding: 10px;
}

.adminemail .unread td {
	background: rgba(33, 153, 212, 0.1)
}