/* PRODUCTS STYLES */

div.content-products h3{
	margin: 0 0 0 0;
}

h3.product-cat-header{
	position: absolute;
	color: #244D83;
	font-size: 0.9em;
	top: 202px;
	z-index: 1;
}

ul#submenu{
	top: 217px !important;
}

#select-item-list,
ul#selected-item-tabs{
	margin-left: 0 !important;
	margin-bottom: 0 !important;
}

	ul#select-item-list li{	
		display: block;
		float: left;
	}
		
		ul#select-item-list li span a{
			text-decoration: none;
			white-space: nowrap;
		}
		
			ul#select-item-list li a:hover,
			ul#select-item-list li a.active{
				text-decoration: underline;
				color: #5A1C1C;
				font-weight: bold;
			}
			
			ul#select-item-list li a.active,
			ul#selected-item-tabs li a.active{
				color: #5A1C1C;
				font-weight: bold;
			}			
		
ul#selected-item-tabs{
	list-style-type: none;
	margin: 5px 0 0 0;
	width: 554px;
	border-top: 1px solid #B5C8DF;
	overflow: hidden;
}

	ul#selected-item-tabs li{
		float: left;
		display: block;
		padding: 0 0 0 0;
		background: #EFEFEF;
		padding: 1px 2px 0 2px;
	}
	
		ul#selected-item-tabs li a{
			display: block;
			margin: 3px 3px 0 3px;
			padding: 1px 4px 1px 4px;;
			border-top: 1px solid #B5C8DF;
			border-left: 1px solid #B5C8DF;
			border-right: 1px solid #B5C8DF;
		}
		
		ul#selected-item-tabs li a:hover,
		ul#selected-item-tabs li.active a{
			background: #224D82;	
			border-top: 1px solid #224D82;
			border-left: 1px solid #224D82;
			border-right: 1px solid #224D82;
			color: #fff;
			
		}
	
div.tab-content{
	padding: 35px 0 20px 0;
}	

div.tab-content ul#images{
	list-style-type: none;
	margin-left: 0 !important;
	margin-bottom: 0 !important;
	padding: 0;
	margin: 0;
	width: 510px;
}

div.tab-content ul#images li{
	border-bottom: 1px solid  #224D82;
	min-height: 20px;
	padding: 5px;
}

div.shortdesc-img{
	float: right; 
	width: 180px;
}

div.shortdesc-mov{
	float: right; 
	width: 80px;
}

div.tab-content ul#images li img{
	float: left;
}

hr{
	background-color: #5A1C1C;
	height: 1px;
	border: none;
	padding: 0;
	margin: 0;
}

h2.vrije-invoer-header{
	background-color:#224D82;
	color:white;
	font-weight:bold;
	margin-bottom:10px;
	padding:4px 2px 4px 5px;\
	display: block;
	font-size: 0.9em;
	margin-top: 15px;
}