/* CSS Tabs */
#navcontainer {
	position: relative;
	float: left;
	height: 115px;
	clear: right;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#navcontainer #bloklogo {
	width: 190px;
	height: 115px;
	float: left;
	padding-left: 40px;
}
#navcontainer .blok {
	width: 170px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-left: 20px;
	height: 115px;
	float: left;
}
#navcontainer .blok h5 {
	font-size: 12pt;
	color: #333;
	font-weight: normal;
	margin-bottom: 6px;
	margin-top: 3pt;
	letter-spacing: 0.5pt;
}
#navcontainer .blok h5 a {
	text-decoration: none;
	color: #333;
}
#navcontainer .blok h5 a:hover {
	text-decoration: none;
	color: #999;
}
#navcontainer p a {
	color: #999;
	text-decoration: none;
	line-height: 16pt;
	letter-spacing: 0.5pt;
}
#navcontainer p a:hover {
	color: #333;
	text-decoration: none;
}
#navcontainer #bloksearch {
	width: 14%;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #CCC;
	height: 115px;
	float: left;
	margin-right: 4px;
}
#navcontainer #bloksearch h6 {
	font-size: 14pt;
	font-weight: bolder;
	color: #333;
	float: left;
	clear: right;
	padding-right: 10px;
	display: block;
	font-variant: small-caps;
	vertical-align: top;
}
#navcontainer #bloksearch h6 a {
	color: #333;
	text-decoration: none;
}
#navcontainer #bloksearch h6 a:hover {
	color: #999;
	text-decoration: none;
}
#navcontainer #bloksearch #fullsearch {
	display: block;
	margin-top: 40px;
	margin-bottom: 10px;
}
#navcontainer #bloksearch #fullsearch img {
	float: right;
	clear: right;
	margin-left: 10px;
}
#navcontainer #bloksearch p a.basket {
                background-image: url(../images/basket.gif);
                background-repeat: no-repeat;
                background-position: 60px;
                width: 100px;
                display: block;
				padding-top: 1px;
}


