/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	border-bottom:1px solid #1470b7;	
	height:22px;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

ul a {
	text-decoration:none;
}

/* link inside the tab. uses a background image */
ul.tabs a { 
background-color:#CCC;
	font-size:11px;
	display:block;
	height: 20px;  
	padding-left:15px;
	padding-right:15px;
	border:1px solid #1470b7;
	border-bottom:0px;
	text-align:center;	
	text-decoration:none;
	color:#333;
	margin:0px;
		margin-left:3px;
	position:relative;
	background-image:url(../images/bg-tab.gif);
	top:1px;
}

ul.tabs a:active {
	outline:none;
	background-color:#FFF;
	text-decoration:none;
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-color:#FFF;
	color:#fff;	
	text-decoration:none;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-image:none;
	background-color:#FFF;
	outline:none;
	text-decoration:none;
	padding-bottom:2px;
	cursor:default !important; 
	color:#ff006c !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}

div.panes {
	margin-top:20px;
}

p#vtip { display: none; position: absolute; padding: 10px; left: 5px; font-size: 0.7em; background-color: white; border: 1px solid #a6c9e2; -moz-border-radius: 5px; -webkit-border-radius: 5px; z-index: 9999; width:130px;  }
p#vtip #vtipArrow { position: absolute; top: -10px; left: 5px }

.prijskop {
	background-color:#036;
	color:#FFF;
	font-weight:bold;
}

.status1 {
	color:#060;
}
.status2 {
	color:#F60;
}
.status3 {
	color:#C00;
	text-decoration:line-through;
}
