/** 
 * ie8.css
 * 
 * Internet Explorer specific and only styles
 * containing every hack for Internet Explorer necessary,
 * so that all other (core) files stay sweet and nimble.
 * 
 * @version				1.0 pre
 * @date					2011-02-25
 * @lastmodified	2011-02-25 10:51
 * @author		B/CKC 
 * @link			http://www.belastingdienst.nl
 *
 */


/** 
 * IE8 styles
 * 
 * @section			IE8 specific style definitions
 */

/* Fixes blue outline around body for pages without scrollbar and (active) div's */
html, body, div , fieldset:focus { outline: none !important; }

/* Fixes 'line wrapping text in legend element' (http://www.456bereastreet.com/archive/200905/line_wrapping_text_in_legend_elements/) */
legend, legend span { float: left; }
fieldset ol { clear: both; }

/* Fixes incorrect placement of ol numbers */
.search_results { padding-left: 2.5em; }

/* Fixes 'incorrect' styling of form elements in IE8 */
form input.submit 	{ padding: 0.2em 0.8em; }
#zoekBut				{ height : 20px; padding-top: .2em; }

/* Fixes 'incorrect' styling of legend element in IE8 */
form fieldset fieldset legend { display: block; width: 100%; }

.overzicht fieldset ol li a.bd-icons.delete.bgbefore { padding-right:26px; }
.overzicht fieldset ol li a.bd-icons.delete.bgbefore { padding-right:22px; }

/* Fixes IE8 global search input */
.serch { top: 1.3em; }
.search form input.text { padding-bottom: 0.1em; }
.sarch form input.submit { with: 3.8em; }

/* NK fix 101012 */
.search { width: 190px; }
.search form input.text { height: 15px; }

/* Gebruikstarief */ 
.gebruikstarief .content_main form input.submit	{ height: 19px; }

/* ABC Begrippen */ 
.overzicht ol.alfabet li { padding-right: 4.8px; }


.content_main .overzicht .js-hide .js-close-block a { text-decoration: none; }

