/* FIETSVERGELIJKER */

div#fiets-vergelijker {
	background:#c7dbee;
	height:auto !important;
	margin-bottom:20px;
	padding-bottom:10px;
	width:190px;
}

	div#fiets-vergelijker h2 {
		background:#084684;
		color:white;
		padding:10px 10px;
		margin-bottom:10px;
	}
	
	div#fiets-vergelijker div#melding {
		border-bottom:1px solid #90b8e4;
		margin:0px 10px 10px 10px;
		padding-bottom: 10px;
	}
	
	div#fiets-vergelijker .mijnfiets {
		border-bottom:1px solid #90b8e4;
		display:block;
		font-size:11px;
		padding-bottom:10px;
		margin:0px 10px 10px 10px;
		width:180px;
	}
	
		.mijnfiets h3 a,
		.mijnfiets h3 a:visited {
			color:#333333;
			background:url("/images/icons/arrow-eigenschappen.gif") no-repeat 0px 1px;
			font-size:11px;
			font-weight:bold;
			padding-left:20px;
			text-decoration:none;
		}
		
		.mijnfiets h3 a:hover {
			text-decoration:underline;
		}
		
		.mijnfiets img {
			border:1px solid #90b8e4;
			float:left;	
			margin-top:4px;
			margin-right:10px;
			margin-bottom:4px;
			
		}
		
		.mijnfiets strong {
			float:left;
			clear:right;
			color:#333333;
		}
		
		.mijnfiets span {
			float:right;	
			font-weight:bold;
		}
		
		.mijnfiets .verwijderen a {
			display:block;
			background:url("/images/icons/delete.gif") no-repeat 0px 2px;
			text-decoration:none;
			padding-left:20px;
			clear:both;
			font-weight:bold;
		}
		
		
		div#fiets-vergelijker a.vergelijken {
			display:block;
			height:60px;
			width:150px;
			background:url("/images/icons/vergelijken.gif") no-repeat;
			margin:0 auto;
		}
		
		div.melding_fout {
			background:url("/images/icons/stop.png") no-repeat scroll 10px 12px transparent;
			color:red;
			font-weight:bold;
			padding:10px 10px 10px 30px;
		}
