/*	Hakto webshop
	*************
	
	Stylesheet for screen.
	
	Authors:
	- Pasz.nl
	- Perudo.nl
*/


@import url('basic-markup.css');
@import url('basic-layout.css');
@import url('buttons.css');
@import url('widgets.css');
@import url('pages.css');/**/
@import url('hacks.css');

/*************************************************************/
/*Zoekresultaat Section*/
/*************************************************************/

/*Zoekresultaat style*/
	.zoekresult{
	width:600px;
	border:0px solid black;
	}	
/*hvblok style*/
	.hvblok{
	width:600px;
	border-bottom:0px solid orange;
	}
	html>body .hvblok{
	overflow:hidden;
	}
	.hvblokbox{
	width:580px;
	margin:0px 0 0 10px;
	border:0px solid black;
	}
/*hoeveel style*/
	.hoeveel{
	width:580px;
	padding:5px 0;
	}
	.hoeveellift{
	width:560px;
	min-height:20px;_height:20px;
	margin:0 0 0 0;
	font-size:14px;
	font-weight: bold;
	color:#000;
	}
/*Verwant style*/
	.verwant{
	width:580px;
	padding:5px 0;
	}
	.verwantlift{
	width:560px;
	min-height:20px;_height:20px;
	margin:0 0 0 0;
	font-size:14px;
	font-weight: bold;
	color:#000;
	}
	.verwantlift span a{
	font-size:12px;
	font-weight:normal;
	color:#35A8ED;
	}
	.verwantlift span a:hover{
	text-decoration:underline;
	}
/*Zoektermblok style*/  
	.zoekcatblok{
	width:600px;
	border-bottom:1px solid #3B94D0;
	}
	html>body .zoekcatblok{
	overflow:hidden;
	}
	.zoekcatblokbox{
	width:590px;
	margin:0px 0 10px 10px;
	}
/*Cat style*/  
	.cat{
	float:left;
	width:194px;
	/*min-height: 78px;*/
	margin:5px 0;
	border:0px solid green;
	}
	.catlift{
	width:188px;
	min-height:20px;_height:20px;
	}
/*Cattitle style*/  
	.cattitle{
	width:188px;
	height:14px;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	.cattitle a{
	font-size:12px;
	font-weight:bold;
	color:#35A8ED;
	display:block;
	width:400px;
	height:14px;
	}
	.cattitle a:hover{
	text-decoration:underline;
	}
	.cattitle span{
	color:#999999;
	}
/*Cattext style*/	
	.cattext{
	margin:0;
	padding:0;
	}
	.cattext a{
	color:#35A8ED;
	display:block;
	width:160px;
	height:14px;
	overflow:hidden;
	float:left;
	}
	.cattext a:hover{
	text-decoration:underline;
	}	
	.cattext span{
	color:#999999;
	float:left;
	}
	
	.catmore {
		width:188px;
		clear:both;
	}
	
	.catmorecontainer{	
		display:none;
	}

/*ViewMode style*/	
	.viewMode{
	margin:6px 0 3px 0;
	}  
	.viewMode span{
	font-size:16px;
	font-weight:bold;
	color:#0365a6;
	padding:0px 3px;
	}  
/* page search */
#pagesearch {
	padding:10px;
	width:600px;
}

#pagesearch .pagesearch {
	margin-bottom:10px;
}

#pagesearch .pagesearch .pagesearch-url {
	color:green;
}
