@charset "utf-8";

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container {
	position: relative;
	min-height: 100%;
	height:auto !important;
	height:100%;
}
#container a {
	text-decoration: none;
	color: #0388df;
}
#container a:hover {
	text-decoration: underline;
}
#container p {
	margin: 10px 0 10px 0;
	color: #122f52;
}
#container h1, h2, h3 {
	margin: 0;
	padding: 0;
}
#container #content h1, h2, h3 {
	padding: 10px;
}
#container h1 {
	color: #1F3659;
	font-size: 18px;
	font-weight: bold;
}
#container h2 {
	color: #0388df;
	font-size: 16px;
	font-weight: bold;
}
#container img {
	border: none;
}
#container table {
	border-collapse: collapse;
}
#container .view {
}
#container .hidden {
	display: none;
}
#container .clearboth {
	clear: both;
}
#container .clearboth .view {
}
#container .clearboth .hidden {
	display: none;
}
#container input[type="text"], #container input[type="password"], #container select {
	border: #dcdcdc 1px solid;
	padding: 4px;
	background-color: #fbfbfb;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	width: 250px;
}
#container input[type="text"]:focus, #container input[type="password"]:focus, #container select:focus {
	border: #0388df 1px solid;
	color: #0388df;
}
#container input[type="submit"], #container input[type="button"]{
	border: #dcdcdc 1px solid;
	padding: 3px 10px 3px 10px;
	background-color: #fbfbfb;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0388df;
}
#container #top {
	margin-bottom: 47px;
}
#container #top .bar {
	position: relative;
	height: 6px;
	background-color: #dcdcdc;
	border-bottom: #d5d5d5 1px solid;
}
#container #top .alignment {
	position: relative;
	width: 912px;
	height: 100%;
	margin: 0 auto;
}
#container #top .form {
	background-color: #f5f5f5;
	height: 75px; /* 55 default */
}
#container #top .form .alignment table {
	width: 912px;
}
#container #top .form .alignment table .username, #container #top .form .align table .password {
	width: 80px;
}
#container #top .form .alignment table .textinput {
	width: 290px;
}
#container #top .alignment .tab {
	position: absolute;
	right: 0;
	bottom: -16px;
	width: 300px;
	height: 16px;
	padding: 6px 0 0 0;
	background-image: url('../images/top/tab/bg.png');
	background-repeat: no-repeat;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #122f52;
}
#container #top .alignment .tab span {
	display: block;
	text-align: center;
	width: 270px;
}
#container #top .alignment .tab .cart {
	position: absolute;
	right: 10px;
	top: 1.5px;
}
#container #top .alignment .clickable {
	cursor: pointer;
}
#container #header {
	margin: 0 auto;
	width: 912px;
	height: 219px;
	margin-bottom: 7px;
}
#container #navigation {
	margin: 0 auto;
	margin-bottom: 26px;
	width: 912px; 
	height: 35px;
	background-image: url('../images/navigation/bgstroke.png');
	background-repeat: repeat-x;
}
#container #navigation .buttons {
	width: 757px; /* orig 785 */
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 15px;
	float: left;
}
#container #navigation .buttons li {
	float: left;
	height: 35px;
}
#container #navigation .buttons li a {
	height: 25px;
	padding: 10px 10px 0 10px;
	display: block;
	color: #FFF;
	font-weight: bold;
}
#container #navigation .buttons li a:hover {
	background-image: url('../images/navigation/hover.png');
	background-repeat: repeat-x;
	text-decoration: none;
	height: 24px;
	margin-top: 1px;
	padding-top: 9px;
}
#container #navigation .buttons .selected {
	background-color: #104683;
	height: 33px;
	margin-top: 1px;
	padding-top: -1;
	cursor: default;
}
#container #navigation .buttons .selected a:hover {
	height: 25px;
	background-image: none;
	cursor: default;
}
#container #navigation .language {
	width: 120px; /* 92 original for 3 */
	height: 35px;
	float: left;
}
#container #navigation .language img {
	margin: 5px 7px 0 0;
	float: left;
	opacity: 0.7;
	filter: alpha(opacity=70)
}
#container #navigation .language .selected {
	cursor: default;
}
#container #navigation .language .selected, #container #navigation img:hover {
	opacity: 1;
	filter: alpha(opacity=100)
}
#container #content .order_login{
	padding: 5px;
}
#container #content .order_login.left{
	margin: 0;
	float: left;
	width: 446px;
}
#container #content .order_login.right{
	margin: 0;
	float: left;
	width: 446px;
}
#container #content {
	margin: 0 auto;
	margin-bottom: 24px;
	width: 912px;
}
#container #content > .left {
	width: 298px;
	margin-right: 60px;
	float: left;
}
#container #content > .right {
	width: 550px;
	float: left;
}
#container #content .box {
	background-color: #f8f8f8;
	border: 1px solid #dcdcdc;
	padding: 5px;
	margin-bottom: 20px;
}
#container #content p {
	padding: 0 10px 0 10px;
}
#container #content table {
	margin: 5px 10px;
}
#container #content form {
	padding: 5px 10px 5px 10px;
}
#container #content .servers {
	width: 912px;
}
#container #content .servers .metered {
	width: 453px;
	float: left;
	text-align: center;
	margin: 0 6px 7px 0;
	height: 32px;
	padding: 5px 0 0 0;
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	background-image: url('../images/content/servers/catagory/bgstroke.png');
	float: left;
}
#container #content .servers .unmetered {
	width: 453px;
	float: left;
	text-align: center;
	margin: 0 0 7px 0;
	height: 32px;
	padding: 5px 0 0 0;
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	background-image: url('../images/content/servers/catagory/bgstroke.png');
	float: left;
}
#container #content .servers .whitespace {
	width: 6px;
	height: 100%;
	float: left;
}
#container #content .servers .tabs-nav {
	width: 912px;
	height: 47px; /* was 47 */
	padding: 0;
	margin: 0;
	background-repeat: repeat-x;
	list-style-type: none;
}
#container #content .servers .tabs-nav .tab {
	width: 151px;
	float: left;
	border-bottom: #4ea8d9 1px solid;
}
#container #content .servers .tabs-nav .tab a {
	width: 151px;
	height: 47px;
	font-size: 16px;
	font-weight: bold;
	line-height:30px;
	color: #3a4c69;
	display: block;
	background-image: url('../images/content/servers/tabs/bgstroke.png');
	float: left;
}
#container #content .servers .tabs-nav .tab a img {
	float: left;
	margin: 3px 5px 0 10px; /* 3px by pierre */
	padding: 0;
	vertical-align: middle;
}
#container #content .servers .tabs-nav .tab a:hover {
	text-decoration: none;
	background-image: url('../images/content/servers/tabs/hover.png');
	background-repeat: repeat-x;
}
#container #content .servers .tabs-nav .tabs-selected a, #container #content .servers .tabs-nav .tabs-selected a:hover {
	background-image: url('../images/content/servers/tabs/selected.png');
	background-repeat: repeat-x;
	background-position: bottom;
	color: #FFF;
	cursor: default;
}
#container #content .servers .tabs-container {
	width: 912px;
}
#container #content .servers .tabs-container .product {
	width: 300px;
	float: left;
	background-image: url('../images/content/servers/products/bottom.png');
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0 0 13px 0;
	margin: 0 -3px 0 0;
	border-left: #91bfdb 3px solid;
	border-right: #91bfdb 3px solid;
}
#container #content .servers .tabs-hide {
	display: none;
}
#container #content .servers .tabs-container .product {
	height: 210px;	
}
#container #content .servers .tabs-container .product .product_table {
	width: 100%;
	height: 210px;
	margin: 0;
}
#container #content .servers .tabs-container .product .product_table .title {
	color: #1f3659;
	font-size: 18px;
	font-weight: bold;
	height: 70px;
	vertical-align: bottom;
}
#container #content .servers .tabs-container .product .product_table .specs {
	vertical-align: top;
}
#container #content .servers .tabs-container .product .product_table .specs ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}
#container #content .servers .tabs-container .product .product_table .specs ul li {
	color: #1f3659;
	font-size: 12px;
}
#container #content .servers .tabs-container .product .product_table .price {
	height: 40px;
	vertical-align: bottom;
}
#container #content .servers .tabs-container .product .product_table .price a {
	color: #e31111;
	font-weight: bold;
	font-size: 16px;
}
#container #content .servers .tabs-container .product .product_table .price a:hover {
	color: #0388df;
	text-decoration: none;
}
#container #content .servers .tabs-container .product .product_table .price .ammount {
	font-size: 26px;
}
#container #footer {
	margin: 0 auto;
	margin-bottom: 10px;
	width: 912px;
	height: 35px;
	background-image: url('../images/footer/bgstroke.png');
	background-repeat: repeat-x;
}
#container #footer span {
	height: 25px;
	width: 567px;
	padding: 10px 10px 0 20px;
	display: block;
	color: #FFF;
	float: left;
}
#container #footer .buttons {
	width: 300px;
	list-style-type: none;
	margin: 0;
	padding: 0 15px 0 0;
	float: right;
}
#container #footer .buttons li {
	float: right;
	height: 35px;
}
#container #footer .buttons li a {
	height: 25px;
	padding: 10px 10px 0 10px;
	display: block;
	color: #FFF;
	text-decoration: underline;
}
#container #footer .buttons li a:hover {
	text-decoration: none;
}
#container #copyright {
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 0 20px 0 20px;
	width: 872px;
	height: 15px;
	font-size: 10px;
	color: #122f52;
}



/* ############################################################################################################### */



/* Added by LikeFiction */
th {
	text-align: left;
	/*background-color: #f5f5f5;*/
	font-weight: bold;
}

/*
table {
	margin: 1px;
	padding: 0px;
	width: 100%;
	border-width: 0px;
	border-collapse: collapse;
}*/


#cart{
	float:right;
	margin: 64px 0 0 0;
	padding: 0 16px 0 0;
}

#cart img {
	border: 0px;
	margin: 0;
	padding:0;
}

#container #midle #right .content table.producten .item p{
	border-bottom:0px;
}

/* Show products */

table.producten  td.item {
	border: 1px solid  #285491;
	vertical-align: top;
	padding: 5px;
	background-color: #003366;
}

table.producten  td.item:hover{
	background-color: #003355;
	color: #CCFF66;
	cursor:pointer;
}

table.producten img {
	/* float: left; */
	margin: 5px 0px;
	width: 200px;
	border: 0px;
}





/* Show product details */
table.prd_details td{
	vertical-align: top;
	padding: 5px;
}
table.prd_details div#description{
	background-color: #F8F8F8;
	border: 1px solid #DCDCDC;
	padding: 5px;
}
table.prd_details ul {
	list-style-type: disc; /* Was none */
	padding: 5px 0 5px 20px; /* 20px added */
	margin: 5px;
	background-color: #F8F8F8;
	border: 1px solid #DCDCDC;
}
table.prd_details ul li {
	padding: 0 5px 0 5px;
}
#content table.prd_details #cat{
	color: #0388DF;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
}
#content table.prd_details #cat select{
	margin-bottom: 10px;
}
#content table.prd_details input[type="submit"]{
	margin-left: 5px;	
}
#content table.prd_details #description b{
	color: #0388DF;
	font-size: 12px;
	font-weight: bold;
}









/* Bestel procedure */
#container #content .progress{
	width: 100%;	
	margin: 0;
}
#container #content .progress td{
	background-color: #f8f8f8;
	border: 1px solid #dcdcdc;
	padding: 5px;
	width: 20%;
}
#container #content .progress td.active {
	font-weight: bold;
	color: #0388DF;
	background-color: #f8f8f8;
	border: 1px solid #dcdcdc;
	padding: 5px;
}
#container #content td.head {
	font-weight: bold;
}

#container #content p.button.previous{
	float: left;
	width: 436px;
}
#container #content p.button.next{
	float: left;
	width: 436px;
	text-align: right;
}

/* Cart */
table tr td{
	padding: 2px;	
}
table tr.item1 td{
	background-color: #f8f8f8;
}

table tr.item2 td{
	background: none;
}
#container #content .order_login table.order_login{
	width: 100%;
}
#container #content .order_login table.order_login tr td.left{
	width: 165px;	
}



/* User algemene voorwaarden */
div.uav_div{
	border: 1px solid #dcdcdc; 
	overflow-y: scroll; 
	height: 200px;
	background-color: #f8f8f8;
}


/* Begin style products */
.prod{
	margin-top: 2px;
}

.prod td {
    background-color: #EAEFF7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0068b1;
    font-weight: bold;
	margin-top: 2px;
}

.prod td:hover {
    background-color: #003355;
	color: #CCFF66;
	cursor:pointer;
}

.prod .prod_heading1 {
    background-color: #0068b1;
    color: #FFFFFF;
	font-size: 11px;
    text-align: left;
    font-weight: bold;
    padding: 3px;
	height: 20px;
}
.prod .prod_heading2 {
    background-color: #567EB9;
    color: #FFFFFF;
	font-size: 11px;
    text-align: right;
    font-weight: bold;
    text-indent: 10px;
    padding: 3px;
	height: 20px;
}
.prod .prod_heading3 {
    background-color: #EAEFF7;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0068b1;
    font-weight: bold;
	margin-top: 2px;
}
#container #content form table tr td > strong{
	color: #0388DF;	
}
#container #content table tr td input[type="text"][size="19"]{
	width: 212px;
}
#container #content table tr td input[type="text"][size="4"]{
	width: 25px;
}
#container #content table tr td input[type="text"][size="6"]{
	width: 60px;
}
#container #content table tr td input[type="text"][size="17"]{
	width: 177px;
}
#container #content table tr td select[name="signup_country"]{
	width: 260px;
}
#container #content table tr td input[type="password"]{
	width: 250px;
}
#container #content table tr td select[size="1"], #container #content #adduser_form table tr td select[name="signup_mailing1"]{
	width: 85px;
}

