@charset "utf-8";
/* CSS Document */

body
{
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	text-align:center;
	overflow-y:scroll;
}

table
{
	border-collapse:collapse;
	width:100%;
}

h1, h2
{
	font-size:14px;
	font-weight:lighter;
	color:#e20000;
}

a.subtitle
{
	text-decoration:none;
	color:#BCBCBC;
	font-size:9px;
	font-style:italic;
	position:relative;
	top:-28px;
	left:0px;
}

img
{
	border:0;
	vertical-align:middle;
}

#header
{
	width:985px;
	height:126px;
	background:url(/templates/images/header_eddymoermans.jpg);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
}

#lang
{
	position:absolute;
	top:128px;
	left:50%;
	margin-left:320px;
	width:170px;
	z-index:10000;
	background-color:#666666;
	height:25px;
	padding-top:10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#pageNav
{
	background-color:#666666;
	width:450px;
	height:30px;
	font-size:12px;
	color:#FFFFFF;
	text-align:left;
	padding-top:10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left:-537px;
}

/* begin pagNav */

	#pageNav a:link, #pageNav a:visited
	{
		font-size:11px;
		color:#FFFFFF;
		padding:3px 10px 0 10px;
		height:18px;
		display:block;
		float:left;
		text-decoration:none;
		text-align:center;
	}
	
	#pageNav a:hover
	{
		color:#333333;
	}
	
	#pageNav a.active
	{
		color:#000000;
	}
	
	#pageNav .split
	{
		float:left;
		padding:3px 0 0 0;
	}

/* end pagNav */

#catNav
{
	background-color:#FFFFFF;
	height:36px;
	margin:5px 0 5px 0;
	padding:10px;
	padding-top:2px;
	padding-left:5px;
	position:absolute;
	left:50%;
	margin-left:-40px;
	top:121px;
}
/* begin catNav */

/* end catNav */

#mainDiv
{
	width:985px;
	border-bottom:1px solid #008478;
	padding:0 0 20px 0;
	overflow:hidden;
}

/* begin mainDiv */

	#mainDiv .info2
	{
		width:153px;
		height:376px;
		text-align:left;
		padding:12px;
		float:left;
	}
	
	#mainDiv .search
	{
		width:985px;
		height:16px;
		text-align:left;
		padding:12px;
		position:relative;
	}
	
	
	
		#mainDiv .search .titel
		{
			padding:10px 0 10px 0;
		}
	
	#mainDiv .content
	{
		width:540px;
		float:left;
		position:relative;
		left:50px;
	}

		#mainDiv .content .text
		{
			width:450px;
			text-align:left;
			line-height:150%;
			position:relative;
			left:-20px;
		}
		/* mainDiv > Content > text */
			#mainDiv .content .text .price
			{
				float:right;
			}
			
			#mainDiv .content .text .detailHigh
			{
				width:122px;
				padding:5px 5px 7px 5px;
				float:left;
				background:#f2f7f6;
			}
			
			#mainDiv .content .text .detailLow
			{
				width:122px;
				padding:5px 5px 7px 5px;
				float:left;
			}
			
			#mainDiv .content .text .head
			{
				width:254px;
				padding:5px 5px 7px 5px;
				float:left;
				background:#bfdad3;
				color:#003322;
				font-weight:bold;
			}
			
			#mainDiv .content .text .thumbnails
			{
				width:177px;
				float:right;
			}
			
				#mainDiv .content .text .thumbnails .top
				{
					text-align:justify;
					overflow: hidden;
					height:182px;
				}
			
			#mainDiv .content .text .thumbnails .small
			{
				margin:6px 0 0 0;
				display:inline;
			}
		/* mainDiv > Content > text */
	#mainDiv .info
	{
		width:218px;
		float:right;
	}

/* end mainDiv */

#footer
{
	width:985px;
	color:#999999;
	padding:10px 0 0 0;
	text-align:left;
}

	#footer a:link, #footer a:visited
	{
		color:#008478;
		text-decoration:none;
	}
	
	#footer a:hover
	{
		text-decoration:underline;
	}

a#productListItem:link, a#productListItem:visited
{
	border-bottom:1px solid #008478;
	text-decoration:none;
	color:#000000;
	text-align:left;
	padding:0 0 5px 0;
	margin:0 0 5px 0;
	display:block;
	width:215px;
	float:left;
}

a.search_result:link, a.search_result:visited
{
	width:177px;
	display:inline-block;
	margin:0 0 6px 4px;
	text-decoration:none;
	color:#000000;
	border:2px solid #FFFFFF;
}

a.search_result:hover
{
	border:2px solid #008478;
}

	a.search_result .top
	{
		height:5px;
		background:url(/templates/images/resultDetail_top.gif)
	}
	
	a.search_result .mid
	{
		background:url(/templates/images/resultDetail_mid.gif);
		text-align:left;
		padding:5px;
	}
	
	a.search_result .bot
	{
		height:5px;
		background:url(/templates/images/resultDetail_bot.gif)
	}

a.page:link, a.page:visited
{
	text-decoration:none;
	display:inline;
	margin:0 10px 0 0;
	color:#008478;
	font-size:10px;
}

a.page:hover, a.page_active:hover
{
	color:#000000;
}

	a.page_active:link, a.page_active:visited
	{
		text-decoration:none;
		display:inline;
		margin:0 10px 0 0;
		color:#000000;
		font-size:10px;
	}

a#productListItem:hover
{
	background:#e5f2f1;
}

	a#productListItem image
	{
		margin:0 5px 0 0;
		border:0;
		float:left;
	}

#ddmenu
{
	position:absolute;
	background:#FFFFFF;
	visibility:hidden;
	width:150px;
	max-height:200px;
	height: expression(this.scrollHeight > 200 ? "200px" : "auto");
	overflow:auto;
	border-width:0 1px 1px 1px;
	border-style:solid;
	border-color:#097b61;
}

	#ddmenu a.ddChild:link, a.ddChild:visited
	{
		display:block;
		text-decoration:none;
		color:#000000;
		padding:5px 0 5px 10px;
		text-align:left;
	}

	#ddmenu a.ddChild:hover
	{
		background:#097b61;
		color:#FFFFFF;
	}

.dropdown
{
	width:147px;
	height:16px;
	background:url(/templates/images/buttons/dropdown.gif);
	padding:2px 0 0 5px;
	cursor:pointer;
}

hr
{
	border:0px;
	background-color:#008478;
	color:#008478;
}

h3, h1
{
	font-family:Arial;
	font-weight:normal;
	font-size:18px;
}
	
h4
{
	font-family:Arial;
	font-weight:normal;
	font-size:14px;
	margin:0;
}

h5
{
	color:#008877;
	font-size:10px;
	margin:0;
	font-weight:normal;
}

form .text_bg
{
	width:367px;
	height:20px;
	background:url(/templates/images/forms/text.gif);	
}

form .textarea_bg
{
	width:367px;
	height:60px;
	background:url(/templates/images/forms/textarea.gif);	
}

form input[type=text]
{
	width:362px;
	height:17px;
	font-family:Verdana;
	font-size:10px;
	border:0;
	background:none;
	padding:3px 0 0 5px;
}

form textarea
{
	width:362px;
	height:57px;
	background:none;
	border:none;
	font-family:Verdana;
	font-size:10px;
	padding:3px 0 0 5px;	
}

form input[type=submit], input[type=reset], input[type=button]
{
	width:74px;
	height:18px;
	background:url(/templates/images/forms/submit.gif);
	border:0;
	font-family:Verdana;
	font-size:10px;
}
