@charset "utf-8";
/* HTML moet weg bij livegang */

/* Index:

	- lay-out
	- top 3
	- style
	- buttons

*/

/* LAY-OUT */
body{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:16px;
	margin:0px;
	padding:0px
}

#container {
	width:570px;
	height:590px;
}

#blockPCCheck {
	width:100%;
	height:340px;
	float:left;
	border-bottom:10px solid #EEF6FF;
}

#blockAdviestool {
	width:100%;
	height:350px;
	float:left;
	border-bottom:10px solid #EEF6FF;
}
.header {
	margin-right:20px;
	margin-top:20px;
/*	background: transparent url(http://www.vergelijk.nl/images/assets/pagination_active.gif) no-repeat top right; */
}
.contentAdviestool {
	margin:0;
	padding-left:20px;
	height:250px;
}
.navigatie {
	margin-top:-3px;
	margin-right:20px;
	text-align:right;
}

#providers {
	float:left;
	text-align:center;
	height:43px;
	width:100%;
	border-bottom:10px solid #EEF6FF;
}

.soortAanbieding {
	width:109px;
	text-align:center;
	float:left;
}
.stap {
	width:100%;
	margin:0;
	padding:0;
}
.checker {
	width:400px;
	margin:0;
	margin-left:20px;
}
.postcodecheck {
	margin:0;
}

/* TOP3 */
#top3 {
	float:left;
	width:590px;
	margin-top:10px;
}

.top3regel {
	border-bottom: 1px solid #e1e7eb;
	border-top:1px solid #ffffff;
	width:590px;
	display:inline-block;
	margin:0;
	padding:0;
	background:#ffffff none repeat scroll 0 0;
}

.top3regel:hover {
	background:#e5eff5 none repeat scroll 0 0;
}


.headers {
	width:440px;
	display:block;
	position:absolute;
	margin-top:-20px;
	margin-left:172px;
	color:#cc0000;
	font-size:11px;
	font-weight:bold;
}
.prijs {
	float:left;
	text-align:center;
	border-right:1px solid #efefef;
	width: 120px;
}

.prijs p{
	color:#1D76B5;
	line-height:24px;
	font-size:26px;
	font-weight:bold;
	padding:0;
	margin-top:30px;
}
.provider {
	float:left;
	text-align:center;
	width: 80px;
	margin-top:30px;
	height: 85px;
}

.provider img{
	padding:5px;
	border:1px solid #efefef;
	background-color:#ffffff;
}

.abo-icons {
	float:left;
	text-align:center;
	border-right:1px solid #efefef;
	width: 200px;
	font-size:12px;
	font-weight:bold;
	height: 85px;
}
.snelheid {
	background: transparent url(../images/elements/snelheid.png) no-repeat center;
	float:left;
	text-align:center;
	border-right:1px solid #efefef;
	width: 80px;
	height: 85px;
}
.snelheid span {
	margin-top:34px;
	font-size:20px;
	font-weight:bold;
	display:block;
}
.aanbieding {
	float:left;
	text-align:left;
	width: 450px;
}
.aanbieding ul{
		margin-top:10px;
}
.aanbieding li {
	list-style:none;
	font-size:11px;
	margin-left:-40px;
}
.bestellen {
	float:left;
	text-align:right;
	width: 146px;
	height: 85px;
	padding-top:20px;
}

/* STYLE */

h1, h2, h3 {
	color: #bb0000;
	font-family:Tahoma, Geneva, sans-serif;
	margin-left:10px;
	font-weight:normal;
	letter-spacing:0.07em;
}

h1 {
	font-size: 1.3em;
}
h2 {
	color:cc0000;
	font-size:1em;
	margin-left:10px;
}
#top3 h2 {
	color:#BB0000;
}

h3 {
	font-size:1em;
	margin:0 0 0.25em;
}
p {
	font-size:11px;
	padding: 0px 5px 0px 13px;	
}

img {
	margin:0;
	border:0;
}
fieldset {
	border:0;
}
label {
	display:inline-block;
	cursor:pointer;
	cursor:hand;
}
input[type="radio"] { 
	border-style:none; 
	display:inline-block;
	cursor:pointer;
	cursor:hand;
} 

ol{
	margin-top:0px;
	margin-bottom:20px;
}
li {
	background: transparent url(../images/buttons/bulletArrow.png) no-repeat scroll 10px 0;
	min-height:18px;
	margin:0;
	padding: 0 0 2px 28px;
	list-style-type:none;
}
.small {
	font-size:10px;
}
/* BUTTONS */

.submitbutton {
	background:transparent url(../images/buttons/zoeken.gif) repeat scroll 0 0;
	width:109px;
	font-size:13px;
	font-weight:bold;
	height:25px;
	margin-left:10px;
	padding:0 15px 2px;
	line-height:1em;
	border:medium none;
	cursor:hand;
	cursor:pointer;
}
#dhtmltooltip {
	position: absolute;
	width: 260px;
	border: 1px solid #bb0000;
	padding: 2px;
	background-color: #E1E7EB;
	visibility: hidden;
	z-index: 100;
	font-family: Trebuchet ms, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #164673;
}