/*
    Document   : producten.css
    Author     : PureDutch.nl | Martijn van der Hulst
*/
@import url(../../common/css/slider.css);
/*content*/

/*productCategory*/
.productCategory ul{
	margin		: 0;
	padding		: 0;
	list-style	: none;
}

.productCategory ul li {
	float		: left;
	margin		: 0 26px 26px 0;
	width		: 100px;
	height		: 100px;
	background	: white;
}

.productCategory .thumb{
	width		: 96px;
	height		: 96px;
	margin		: 2px;
	position	: relative;
}

.productCategory .thumbMenu{
	width		: 30px;
	height		: 20px;
	position	: absolute;
	bottom		: 0;
	right		: 0;
	background	: white;
	opacity		: 0.6;
	filter		: alpha(opacity=60);
}


/*tabs*/
.tabs{
	margin-left	: 25px;
}
.tabs h1{
	background	: url("../../common/images/h1BG.png") left top no-repeat;
	height		: 30px;
	width		: 483px;
	padding		: 7px 10px 0px;
	margin		: 0;
}

ul.tabNavigation {
	
	height		: 20px;
	width		: 483px;
	list-style: none;
	margin: 0 0 -2px 5px;
	padding:0;
}

ul.tabNavigation li {
	display: inline;
	height:20px;
	margin: 0;
	padding:0;
}

ul.tabNavigation li a span {
	background	: #a4bbd3 url("../../common/images/tabsBGdefault.png") right top no-repeat;
	margin: 0 0 0 2px;
	padding:3px 7px 2px 5px;
}

ul.tabNavigation li a {
	background	: url("../../common/images/tabsBgdefault.png") left top no-repeat;
	height:20px;
	/*display:block;*/
	padding:3px 0 2px 0;
	color:#cfdbe8;
	text-decoration: none;
}

ul.tabNavigation a.selected,
ul.tabNavigation a:hover {
	background	: url("../../common/images/tabsBg.png") left top no-repeat;
	color:#3773b3;
}

ul.tabNavigation a.selected span,
ul.tabNavigation a:hover span {
	background	: #a4bbd3 url("../../common/images/tabsBG.png") right top no-repeat;
}

ul.tabNavigation li A:focus {
		outline: 0;
}

div.tabs > div {
		/*padding: 5px;*/
		margin-top: 3px;
}






