/* webshop header */
#webshop_header {
	height: 123px;
	border: 1px solid #606060;	
}
#webshop_header #webshop_header_top {
	height: 59px;
}
#webshop_header_top #webshop_menu { 
	float: left;
	width: 650px;
}

/* webshop menu */
#webshop_menu a{
	font-size: 14px;
	color: #606060;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
}
#webshop_menu ul {
	margin-top: 26px;
}
#webshop_menu a.active{
	text-decoration: underline;
}
#webshop_menu li {
	border-left: 1px solid #8a8a8a;
	padding: 0 15px 0 15px;
}
#webshop_menu li.first {
	border: 0;
}

/* webshop search */
#webshop_header_top #webshop_search {
	float: right;	
	/*width: 345px;*/
	width: 290px;
	position: relative;
}
#webshop_search #search_value {
	position: absolute;
	left: 0;
	top: 22px;
	/*width: 251px;*/
	width: 200px;
	height: 16px;
	background: url(images/bg_search_field.png) no-repeat;
	border: 0;
	padding: 4px 4px 4px 6px;
	font-family: "Courier New", Courier, Arial;
	color: #3e3e3e;
}
#webshop_search #search_submit {
	position: absolute;
	right: 16px;
	top: 30px;
	border: 0;
	width: 46px;
	height: 14px;
	background: url(images/search_submit.png) no-repeat;
	cursor: pointer;
}
#webshop_menu li { 
	float: left;
}
#webshop_header #webshop_header_bottom {
	position: relative;
	height: 64px;
	background: #606060;
}
#webshop_header_bottom h2{
	position: absolute;
	left: 12px;
	top: 5px;
	font-size: 32px;
	font-weight: normal;
	color: #fff;
}

/* webshop crumbs */
#webshop_header_bottom #webshop_crumbs {
	position: absolute;
	left: 13px;
	top: 43px;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
}
#webshop_crumbs a {
	color: #fff;
	text-decoration: underline;
}

/* webshop cart */
#webshop_header_bottom #webshop_cart {
	position: absolute;
	left: 604px;
	top: 32px;	
	height: 25px;
	background: url(images/bg_cart.png) no-repeat;
	color: #d5d5d5;
	padding-left: 22px;
	padding-top: 4px;
	font-size: 12px;
}
#webshop_cart #cart_items {
	text-transform: uppercase;
}
#webshop_header_bottom #go_to_cart {
	position: absolute;
	right: 7px;
	top: 32px;
	display: block;
	width: 115px;
	height: 22px;
	background: url(images/go_to_cart.png) no-repeat;
	text-indent: -9999em;
}
