/* Smart things to include in your CSS library/framework:
	* A "mass reset" of default browser styles. For example, setting margin and
	  padding to 0 on all elements, turning off borders on forms and images,
	  etc.
	* Aligning the type to a consistent baseline. This includes things like
	  setting the margins on block level elements like paragraphs, headers, and
	  lists to the same value as (or some multiple of) the base line-height
	  setting for the site.
	* Creating basic styles for forms.
	* Creating a few CSS classes you always use, such as .hidden (where I set
	  the display value to none), etc.
*/


* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

html, body {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	color: #000000;
}

body { font-size: 62.5%; } /* Brings down font-size to 10px in stead of 16px. */

form, img { border-width: 0; }
option { padding-left: 5px; }

th, td {
	text-align: left;
	vertical-align: top;
}

input, select { font-size: 1em; }

input[type="text"], input[type="password"] {
	height: 14px;
	padding: 2px;
	border: 1px solid #4e4c41;
	background-color: #fcfcfc;
}

input[type="button"], input[type="submit"] {
	height: 18px;
	border: 1px solid;
	border-color: #cccccc #666666 #666666 #cccccc;
}

* html input { padding: 2px; }

textarea { border: 1px solid #4e4c41; background-color: #fcfcfc; font-size: 1em; }

a:link { color: #0081ee; outline: none; }
a:visited { color: #0081ee; }
a:hover { color: #003563; }
a:active { color: #0081ee; }

ul, ol { list-style-position: outside; margin: 0.5em 1.5em 0.5em 1.5em; }
hr { height: 1px; border-width: 0; background-color: #cccccc; margin-bottom: 1em; clear: both; }

p { margin-bottom: 1em; }


/* >==== Start: Layout ====================================================> */
#wrapper {
	position: relative;
	width: 1000px;
	min-width: 1000px;
	height: auto !important;
	height: 90%;
	min-height: 750px;
	margin: auto;
	background-color: #ffffff;
	font-size: 1.1em;
}

#wrapper h1 { margin-bottom: 1em; font-size: 1.5em; } /* displayed at 20px */
#wrapper h2 { margin-bottom: 1em; font-size: 1.3em; } /* displayed at 15px */

	#header {
		position: relative;
		z-index: 48
		width: auto;
		margin-bottom: 10px;
		background: transparent url('../img/header-bg-x.png') repeat-x left top;
	}
	
		div#header div#usermenu {
			position: absolute;
			top: 0;
			right: 0;
			width: auto;
			height: 24px; /* 24 + 3 padding-top = 27px */
			padding: 5px 14px 0 14px;
			background: transparent url('../img/usermenu-x.gif') repeat-x top;
		}
		
			#usermenu-left { position: absolute; top: 0; left: 0; width: 14px; height: 27px; background: transparent url('../img/usermenu-left.gif') no-repeat left top; }
			#usermenu-right { position: absolute; top: 0; right: 0; width: 14px; height: 27px; background: transparent url('../img/usermenu-right.gif') no-repeat right top; }
	
		#header-top {
			width: auto;
			height: 30px;
			padding-top: 65px;
			text-align: center;
			color: #00003b;
		}
		
			#header-top h3 {
				display: block;
				width: 542px;
				height: 24px;
				margin: auto;
				background: url('../img/hokshop-slogan.gif') no-repeat left top;
				position: absolute;
				left: 280px;
			}
			#header-top h3 span { display: none; }
		
			#logo-hokshop {
				position: absolute;
				top: 8px;
				left: 0px;
			}
			
			#logo-thuiswinkel-waarborg {
				position: absolute;
				top: 50px;
				right: 0;
			}
		
		#header-bottom {
			position: relative;
			width: auto;
			height: 27px; /* 27 + 8 padding-top = 35px */
			padding: 8px 12px 0 12px;
			text-align: center;
			color: #333333;
		}
	
			#header-bottom-left { position: absolute; top: 0; left: 0; width: 12px; height: 35px; background: url('../img/header-bottom-left.gif') no-repeat left top; }
			#header-bottom-right { position: absolute; top: 0; right: 0; width: 12px; height: 35px; background: url('../img/header-bottom-right.gif') no-repeat right top; }
	
	#main {
		position: relative;
		z-index: 1;
		width: auto;
		min-width: 1000px;
		height: 1%;
		color: inherit;
	}

	#main:after { /* clearfixes */
		content: ".";
		display: block;
		visibility: hidden;
		clear: both;
		height: 45px;
	}
	
		#column-left { float: left; margin-bottom:10px; margin-left:10px; margin-right:10px; width:190px; }
		#column-right { float: right; width: 200px; margin-left: 10px; margin-bottom: 10px; }
		#shop-content { position: relative; float: left; width: 780px; margin-bottom: 10px; padding: 10px 0 0 10px; font-size: 1em; }
		#shop-content-rv { float: left; width: 380px; margin-bottom: 10px; font-size: 1em; }

/*
		#column-left { position: absolute; width: 200px; top: 0; left: 0; }
		#column-right { position: absolute; width: 200px; top: 0; right: 0; }
		#shop-content { width: auto; margin-bottom: 10px; padding: 0 210px; font-size: 1em; }
*/

	#footer {
		width: 100%;
		height: 160px; /* 27 + 8 padding-top = 35px */
		background: #f2f2f2 url('../img/footer-x.gif') repeat-x top;
		text-align: center;
		font-size: 0.8em;
		color: #666666;
	}
	
		#footer-left { float:left; width: 9px; height: 160px; background: url('../img/footer-left.gif') no-repeat left top; }
		#footer-content { float: left; width: 982px; text-align: center;}
		#footer-right { float: right; width: 9px; height: 160px; background: url('../img/footer-right.gif') no-repeat right top; }
		
		.light { background: #dfdfdf url('../img/footer-light-x.gif') repeat-x top !important; }
		.light #footer-left { background: url('../img/footer-light-left.gif') no-repeat right top !important; }
		.light #footer-right { background: url('../img/footer-light-right.gif') no-repeat right top !important; }
		
		#logos	{
			float: left;
			padding: 45px 25px 25px 25px;
			width:490px;
		}
		
		#footer_menu_1	{
			float: left;
			padding: 25px;
			text-align: left;
			font-size: 12px;
			height: 110px;
			border-left: 1px solid #ffffff;
			width:170px;
		}
		
		#footer_menu_2	{
			float: left;
			padding: 25px;
			text-align: left;
			font-size: 12px;
			height: 110px;
			border-left: 1px solid #ffffff;
			width:170px;
		}
		
			#footer_menu_1 a, #footer_menu_2 a	{
				text-decoration: none;
			}
			
			#footer_menu_1 a:hover, #footer_menu_2 a:hover	{
				color:#0081EE;
			}

			#footer_menu_1 ul, #footer_menu_2 ul	{
				margin:0;
			}
		
			#footer_menu_1 li, #footer_menu_2 li	{
				margin:0 0 8px;
				padding:0 0 0 10px;
				list-style: none inside none;
			}
/* >==== End: Layout ======================================================> */


/* >==== Start: Presentation ==============================================> */
div#header h2 span { display: none; }
div#header h2 {
	display: block;
	width: 221px;
	height: 80px;
	background: transparent url('../img/logo-hokshop.gif') no-repeat left top;
}

div#header-bottom a, div#usermenu a { color: #000000; text-decoration: none; }
div#header-bottom a:hover,div#usermenu a:hover { color: #007be3; text-decoration: none;}

.zoekbox_link a	{
	color: #000000;
}

	.zoekbox_link:hover	{
		color: #0081ee;
	}

#zoek_input	{
	float: left;
	background-color:#FCFCFC;
	border:1px solid #4E4C41;
	height:16px;
	padding:2px;
}

#btnSubmitSearch	{
	background:url(../img/zoek_back.gif) no-repeat scroll left top;
	display: block;
	height: 16px;
	width: 47px;
	float: left;
	margin-left: 5px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	text-align: center;
}

div.side-box {
	height: auto;
	margin: 1em 0;
}

	div.box-head-blue,
	div.box-head-silver {
		width: auto;
		height: 21px; /* 21 + 3 padding-top = 24px */
		padding-top: 3px;
		font-size: 1.3em;
		font-weight: bold;
		text-align: left;
	}
	div.box-head-blue { color: #007be3; border-bottom: 1px dashed #cccccc; margin-bottom: 10px;}
	div.box-head-silver { color: #007be3; border-bottom: 1px dashed #cccccc;  }
	div.box-content {
		width: auto;
		height: 1%;
		padding: 5px 5px 5px 0;
		white-space: wrap;
		font-size: 1em;
	}
		img#customer-service { float: right; position: relative; top: -6px; }
		span.phone-nr { font-size: 1.6em; font-weight: bold; color: #367fa8; }
	
	table.table-logon { width: 100%; }
	table.table-logon td { padding: 2px; }
	
div#footer a { color: #666666; }
/* >==== End: Presentation ================================================> */

/* Main menu */
#main_menu {
	position: relative;
	z-index: 48;
	background: url("../img/menu_bar.gif") no-repeat scroll left top transparent;
	height: 47px;
	width: 1000px;
}

	#main_menu ul {
		position: relative;
		z-index: 49;
		float: left;
		height: 47px;
		list-style:none outside none;
		margin:0;
		padding:0;
	}
	
	#main_menu li {
		position: relative;
		z-index: 49;
		color:#FFFFFF;
		display:block;
		float:left;
		font-family:"Arial Narrow",Tahoma,Sans-serif;
		font-size:14px;
		font-weight:bold;
		line-height:14px;
		margin:0;
		padding:0 0 0 0;
	}
	
	#main_menu ul > li.active > a {
		background: url("../img/menu_hover.gif") repeat-x scroll left top transparent;
	}
	
	#main_menu li a {
		position: relative;
		z-index: 100;
		color:#FFFFFF;
		display:block;
		float:left;
		height:15px;
		padding:16px 15px;
		text-decoration:none;
		border-right:1px solid #549DDA;
	}
		#main_menu li a:hover {
			background: url("../img/menu_hover.gif") repeat-x scroll left top transparent;
		}
		
		#main_menu li a.active {
			background:url("../img/menu_hover.gif") repeat-x scroll left top transparent;
		}
		
	#main_menu ul .first.active a,
	#main_menu ul .first a:hover {
		background:url("../img/menu_hover_first.gif") no-repeat scroll left top transparent;
	}
	
	#main_menu ul li ul {
		position: absolute;
		top: 100%;
		left: 0;
		display: none;
		height: auto;
		z-index: 1000;
		background-color: white;
		border: 1px solid #549DDA;
		border-top: none;
	}
	
	#main_menu ul li:hover ul {
		display: block;
	}
	
		#main_menu ul li ul li,
		#main_menu ul li ul li a {
			float: none;
			display: block;
			color: #002F60;
			padding: 0;
			border: 0;
			height: auto;
		}
		
		#main_menu ul li ul li {
			display: inline;
			width: 100%;
		}
		
		#main_menu ul li ul li a { font-size: 0.8em; padding: 10px 15px; }
		#main_menu ul li ul li a:hover {
			color: white;
		}
		#main_menu ul li ul li.active a {
			color: white;
		}


/* Main menu */

/* >==== Start: Global class library ======================================> */
.container { position: relative; width: 100%; height: 100%; padding: 0; }

.empty { font-size: 1px; line-height: 1px !important; }
.hover { cursor: pointer !important; }
.full-width { width: 100% !important; }
.auto-width { width: auto !important; }
.auto-margin { margin-left: auto !important; margin-right: auto !important; }
.no-border { border: none !important; }
.plain { border-width: 0 !important; background-color: transparent !important; }

.block { display: block !important; }
.inline { display: inline !important; }
.visible { display: block !important; visibility: visible !important; }
.hidden { display: none !important; visibility: hidden !important; }
.relative { position: relative !important; }
.absolute { position: absolute !important; }

.left { text-align: left !important; }
.right { text-align: left !important; }
.right2 { text-align: right !important; }
.center { text-align: center !important; }

.vtop { vertical-align: top !important; }
.vmiddle { vertical-align: middle !important; }
.vbottom { vertical-align: bottom !important; }

.float-left { float: left !important; }
.float-right { float: right !important; }
.clear-right { clear: right !important; }
.clear-both { clear: both !important; }

.italic { font-style: italic !important; }
.bold { font-weight: bold !important; }
.small-caps { font-variant:small-caps !important; }
.uppercase { text-transform: uppercase !important; }
.lowercase { text-transform: lowercase !important; }
.underline { text-decoration: underline !important; }

.wrap { white-space: normal !important; }
.nowrap { white-space: nowrap !important; }

.x-small {width: 50px; }
.small {width: 100px; }
.medium {width: 150px; }
.large {width: 200px; }
.x-large {width: 250px; }

.input-button {width: 100px; height: 18px; }
.input-upload {border: 1px solid black; }
/* <==== End: Global class library ========================================< */


/* Table Styles for customer service  */
.tdHeadCustomerSerice {
	background:url(../img/box-head-td.gif) no-repeat;
	height:20px;
	width:265px;
	padding-top:4px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
}

.tdForBlock {
	padding:10px;
	width:50%;
}


#round-box {
	position: relative;
	width: 580px;
	height: 311px;
	margin: 0;
	background-color: #ffffff;
	z-index: 1;
}
	.box-tl,
	.box-tr,
	.box-br,
	.box-bl {
		position: absolute;
		width: 16px;
		height: 16px;
		background: transparent url(../img/side_box_corners.gif) no-repeat left top;
		z-index: 1000;
		overflow: hidden; /* Fixes height bug in IE6. */
	}
	.box-tl { top: 0; left: 0; background-position: left top; }
	.box-tr { top: 0; right: 0; background-position: -16px top; }
	.box-br { bottom: 0; right: 0; background-position: -16px -16px; }
	.box-bl { bottom: 0; left: 0; background-position: left -16px; }
	
#prodview_right	{
	border-left: 1px dashed #cccccc;
	padding: 10px 0 0 30px;
}

.prodview_header	{
	border-bottom: 1px dashed #cccccc;
	padding: 10px 10px 10px 0;
}

	.prodview_header	{
		font-size: 14px;
		font-weight: bold;
	}
	
.CPfreeShipMsg	{
	color: #1F9A1D;
}

.butt_common, .ncol	{
	background: url(../../butt_common.gif) no-repeat scroll left top;
	width: 121px;
	height: 20px !important;
	color: #ffffff;
	border: 0 !important;
	cursor: pointer;
}

