#tabCav {
	float:left;
	width:240px;
	height:325px;
	overflow:hidden;
}

/*Example for a tabs Style*/
.tabs{
	background-color:#ffffff; 
	color:#272727; 
	height:23px;
	width:240px;
	border-bottom:1px solid #dedede; 
}

.tabs ul{
	margin:0px; 
	padding:0px; 
	list-style:none; 
	text-align:center;

}

.tabs li{
	margin:0px;
	display:block;
	height:25px;
	float:left;
	font-weight:bold;
}

.tabs li a, tabs li a:hover{
	color:#4466aa;
	text-decoration:none;
	background:url(../images/layout/bgOccasionTabs.gif);
	width:60px;
	height:14px;
	padding:4px 7px 4px 7px;
	font-weight:bold;
	display:block;
	border:1px solid #dedede;
	border-bottom:0px;
}

.tabs li a.tabactive{
	position:relative;
	background:url(../images/layout/bgOccasionTabsActive.gif);
	height:15px;
	color:#000000;
	font-weight:bold;
	display:block;
}


#tablink2 {
	width:40px;
/*	background:url(../images/layout/demo_active.gif);*/
}

#tablink1 { 
	width:60px;
}

#tablink3 {
	width:80px;
	/*background:url(../images/layout/nieuweautos_active.gif)*/
}


#tabcontent1, #tabcontent2, #tabcontent3{
	clear:both;
	width:214px; 
	height:277px;
	padding:12px;
	text-align:left;
	border:0px; 
	border-left: 1px solid #dedede; 
	border-right:1px solid #dedede; 
	background:url(../images/layout/tabCavBackground.jpg) left bottom repeat-x #f5f5f5; 
}

