.resultview
{}

	.resultview h1
	{ color: #000; }

	/* search field */
	.resultview fieldset
	{}

  .resultview .errormsg {
    color: #666;
    background: #FFF url('/frontend_20/assets/img/icons/error.gif') no-repeat left 50%;
    margin-top: 10px;
  }

		.resultview fieldset legend
		{ display: none; }

		.resultview fieldset label
		{}

		.resultview fieldset .textfield
		{ border-color: #BD220D; margin-left: 5px; margin-right: 5px; padding: 5px; width: 40%; }

    .information .resultview fieldset .textfield { 
      border-color: #88BB33; 
    }

		.resultview fieldset .searchbutton
		{ background-color: #BD220D; color: #fff; cursor: pointer; font-weight: bold; padding: 2px; }

    .information .resultview fieldset .searchbutton { 
      background-color: #88BB33; 
    }

		* html .resultview fieldset .searchbutton
		{ padding-left: 6px; padding-right: 0; }

		* + html .resultview fieldset .searchbutton
		{ padding-left: 6px; padding-right: 0; }

	/* amount */
	.resultview .amount
	{ margin-top: 10px; }

	/* related searches */
	.resultview .related-searches
	{}

		.resultview .related-searches dt
		{ font-weight: bold;}

		.resultview .related-searches dd
		{ border: 0; display: inline; margin: 0; padding: 0; }

			.resultview .related-searches dd a
			{ color: #529c10; }

	/* paging */
	.resultview .pager
	{ border-bottom: 1px dashed #ebebeb;  border-top: 1px dashed #ebebeb; padding: 3px 0; }

		.resultview .pager h2
		{ display: none; }

		.resultview .pager ul
		{ margin: 0; position: relative; text-align: center; }

			.resultview .pager ul li
			{ background-image: none !important; border-right: 1px solid #666; display: inline !important; line-height: 100%; padding: 0 4px 0 0 !important; }

			* + html .resultview .pager ul li
			{ padding-left: 4px; }

			.resultview .pager ul li.previous
			{ border: 0; left: 0; position: absolute; top: 0; }

			* html .resultview .pager ul li.previous
			{ left: -37%; }

			.resultview .pager ul li.current
			{}

			.resultview .pager ul li.last
			{ border: 0; }

			.resultview .pager ul li.next
			{ border: 0; position: absolute; right: 0; top: 0; }

				.resultview .pager ul li a
				{ color: #BD220D; display: inline-block; font-weight: bold; margin: 0; padding: 3px 6px; }

				.resultview .pager ul li.previous a
				{ background: transparent url("/frontend_20/assets/img/icons/triangle_red_left.gif") 4px 60% no-repeat; padding-left: 14px; }

				.resultview .pager ul li.current strong
				{ color: #666; display: inline-block; padding: 3px 6px; }

				.resultview .pager ul li.next a
				{ background: transparent url("/frontend_20/assets/img/icons/triangle_red_right.gif") 95% 60% no-repeat; padding-right: 14px; }

				.resultview .pager ul li a:hover
				{}

				.resultview .pager ul li.next a:hover,
				.resultview .pager ul li.previous a:hover
				{}

				.resultview .pager ul li strong
				{}

					.resultview .pager ul li strong a
					{}

	/* actual results */
	.resultview dl
	{ margin: 10px 0; }

		.resultview dl dt
		{ line-height: 130%; }

			.resultview dl dt a
			{ color: #529c10; font-weight: bold; }

		.resultview dd
		{ border-bottom: 1px dashed #ebebeb; line-height: 130%; margin-bottom: 10px; overflow: hidden; padding-bottom: 10px; }

		.resultview dd.last
		{ border-bottom: 0; }

			.resultview dd p
			{ margin-bottom: 0; }

				.resultview dd p.url a
				{ color: #aaa; text-decoration: none !important; }

				.resultview dd p.url a:hover
				{ text-decoration: underline !important; }

			.resultview dd strong
			{}

			.resultview dd dl
			{ float: right; margin: 5px 0 0 0; }

				.resultview dd dl dt
				{ float: left; margin-right: 10px; }

				.resultview dd dl dd
				{ border: 0; float: left; margin: 0 10px 0 0; padding: 0; }

					.resultview dd dl dd a
					{ background: transparent url("/frontend_20/assets/img/icons/triangle_green_right.gif") 0 50% no-repeat; padding: 2px 2px 2px 8px; }
					
					
					
ol.zoekresultaten {
  margin: 0px;
  list-style-type: none;
}					

  ol.zoekresultaten li.media {
    margin: 0px 0px 10px 0px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #EBEBEB;
  }
  
  .information ol.zoekresultaten li.media {
    border-color: #88BB33;
  }
  
  /*ol.zoekresultaten li.media {
    margin-bottom: 0px;
  }*/
  
    ol.zoekresultaten li.media a {
      color: #BD220D;
	  font-size: 1.2em;
    line-height: 1.2;
	font-weight:bold;
    }
    
    .information ol.zoekresultaten li.media a {
      color: #88BB33;
    }
  
  ol.zoekresultaten li.media p {
    margin-bottom: 0px;
	
  }
    
  ol.zoekresultaten li.media p.url a {
    color: #aaa;
	font-size: 1em;
    line-height: 150%;
	font-weight:normal;
  }
  
  /*html body#algemeen-algemeen-zoeken-algemeen-alzheimer-.algemeen form#aspnetForm div#main.main div#container.columns div#content div.resultview ol.zoekresultaten li.media div.bd h3 a*/
