/* @override http://localhost/zonneradar/release_2/site/css/tabs.css?v=1.4.0a */

/*TABS*/
#nl_tabs {
	width:320px;
	height:26px !important;
	height:24px;
	margin:0 !important; 
	padding:0;	
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
}

/* single tab */
#nl_tabs li { 
	float:left; 
	margin:0; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
}

/* a- tag inside single tab */
#nl_tabs li a {
	background: url(../images/bg_tabs_nederland.gif) no-repeat;
	display:block;
	height: 26px;   
	width: 124px; 	
	padding:0px;
	margin:0px;

	/* font decoration */
	color:#000;
	font-size:11px;
	line-height:29px;
	text-align:left;
	text-decoration:none;
	text-indent: 8px;
}

/* adjust the background image position on each tab */
#nl_tabs #t1 			{ background-position: 0 0; width: 124px;}
#nl_tabs #t2 			{ background-position: -124px 0; width: 64px;}
#nl_tabs #t3 			{ background-position: -188px 0; width: 109px;}

/* mouseover state */
#nl_tabs a:hover 		{ color:#fff;line-height:26px;	 }
#nl_tabs #t1:hover 	{ background-position:      0 -26px; }
#nl_tabs #t2:hover 	{ background-position: -124px -26px; }
#nl_tabs #t3:hover 	{ background-position: -188px -26px; }

/* currently selected tabs */
#nl_tabs a.current		{ cursor:default; color:#fff; line-height:26px; }
#nl_tabs #t1.current { background-position:      0 -52px; }
#nl_tabs #t2.current { background-position: -124px -52px; }
#nl_tabs #t3.current { background-position: -188px -52px; }

#nl_panes_bg {
	background: url(../images/bg_tabs_nederland_bg.png) no-repeat;		
	width:320px;
	height:394px;	
}

#nl_panes {
	no-background: url(../images/bg_tabs_nederland_bg.png) no-repeat;		
	width:320px;
	height:394px;	
}

/* single pane */
#nl_panes div {
	display:none;	
	color:#fff;	
	margin:4px;
}

#nl_panes div h2 {
	font-weight:normal;
	color:#ddd;
	letter-spacing:1px;
	margin:0px 0 0 0;
	font-size:12px;	
}

#nl_panes {
	position:relative;
	overflow:hidden;
	clear:both;
}

/* override single pane */
#nl_panes div {
	float:left;
	display: block;
	width:320px;
	cursor:pointer;
	font-size:11px;
}

/* our additional wrapper element for the items */
#nl_panes .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding: 0;
	display: inline;
}

#nl_panes .less, #nl_panes .less a {
	color:#999 !important;
	font-size:11px;
}

