

/* Vertical Tabs
--------------------*/
ul.frontpage_tabs {
	list-style:none;
	margin:10px 0 0 0!important;
	padding:0px 0px 2px 0px!important;
	clear:both;
	height:21px;
	border-bottom:1px #A6BAE6 solid;
}

ul.frontpage_tabs li {
	float:left;
	height:21px;
	padding:0;
	margin:0;
}

ul.frontpage_tabs li a {
	display:block;
	padding:3px 10px 2px 10px;
	margin-left:6px;
	background-color: #E8EDF9;
	color: #92ABD6!important;
	line-height:17px;
	text-decoration:none;
	font-weight:bold;
	border: 1px #A6BAE6 solid;
	border-bottom: 0px;
	
  border-left-top-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-right-top-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
}

ul.frontpage_tabs li a:hover {
	color: #2154AD;
	background-color: white;
}

ul.frontpage_tabs li a.active,
ul.frontpage_tabs li.active a {
	background-color: #fff;
	color: #2154AD!important;
	border-color: #A6BAE6;
	border-bottom: 0px;
	font-weight: bold;
	position: relative;
	padding-top: 2px;
	padding-bottom: 4px;
	margin-bottom: -3px;
	margin-top: 0px;
	line-height: 17px;
	height: 17px;
}

div.frontpage_tab{
	padding:10px;
	/*border:1px #999 solid;*/
	border:1px #A6BAE6 solid;
	border-top:0;
	background: white;
}

div.frontpage_tab h3{
	margin:0;
	font-size:11px;
	font-weight:bold;
	color:#2154AD;
}

#content ul.frontpage_tabs li a:hover{
	background-color: white;	
}

div.full_height{
	height: 100%!important;
}




/* Tabs zijn vrij hoog, dit is een iets simpelere versie voor subtabs */

 ul.slim_frontpage_tabs {
	height:18px;
	border-bottom:1px #ddd solid;
}

 ul.slim_frontpage_tabs li {
	height:15px;
}

 ul.slim_frontpage_tabs li a {
	padding:2px 10px;
	margin-right:1px;
	line-height:14px;
	color: #999!important;
	background-color: #eee;
}

 ul.slim_frontpage_tabs li a:hover {
	color:#666;
}

 ul.slim_frontpage_tabs li a.active {
	/*background-color: #eee;
		color: #000!important;*/
	font-weight: bold;
	position: relative;
	padding-top: 3px;
	padding-bottom: 5px;
	margin-bottom: -1px;
	margin-top: -3px;
}


div.slim_frontpage_tab{
	padding: 3px;
	border: 1px #ddd solid;
	border-top: 0;
}

/* Product info tabs */

ul.product_tabs{
	margin: 0;
	padding: 0;
}

ul.product_tabs li{
	margin: 0;
	padding: 0;		
	list-style: none;
}

ul.product_tabs a{
	display: block;
	text-align: center;
	font-weight: bold;
	padding: 11px;
}

ul.product_tabs a:hover{
	background-color: #E8EDF9!important;
}
ul.product_tabs a.active{
	padding: 10px;
	border: 1px #A6BAE6 solid;
}


/* Mobiel internet */

ul.provider_tabs li a{
	border-color: #fff;
}
ul.provider_tabs li a:hover{
	border-color:#A6BAE6;
}
ul.provider_tabs li a.active {
	border-color:#A6BAE6;
	/*border-color:#ccc;*/
}
div.provider_tab{
	border:1px #A6BAE6 solid;
	/*border:1px #ccc solid;*/
	background: white;
}

