/* -------------------------- */
/* Header navigation elements */
/* -------------------------- */

#menuh {
	float: left;
	width: 710px;
	height: 46px;
	margin: 0 auto;
	text-align: center;
}


/* -------------------------- */
/* Header contact elements    */
/* -------------------------- */

.contact {
	float: left;
	font-size: 13px;
	color: #383838;
	font-family: tahoma, verdana, arial;
	font-weight: bold;
	white-space: nowrap;
}

#email {
	background: url(/media/images/icon-email.jpg) left center no-repeat;
	width: 155px;
	padding: 2px 0 2px 17px;
	margin: 4px 0 0 2px;
}

#email a, #email a:active, #email a:visited, #email a:hover {
	display: block;
	font-size: 13px;
	color: #383838;
	font-family: tahoma, verdana, arial;
	font-weight: bold;
	text-decoration: none;
}

#store, #online {
	background: url(/media/images/icon-phone.jpg) left center no-repeat;
	width: 153px;
	padding: 2px 7px 2px 17px;
	margin: 4px 0 0 0;
	text-decoration: none;
}

#online {
	width: 158px;
}

a[href^=tel]{ 
    color:inherit; 
    text-decoration:none; 
} 



/* -------------------------- */
/* Header basket elements     */
/* -------------------------- */

#basketh {
	float: right;
	background: url(/media/images/icon-basket-lng.jpg) left center no-repeat;
	
	padding: 0;
	margin: 2px 22px 0 0;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	font-weight: bold;
	color: #494949;
}

#basketlbl {
	float: left;
	width: 49px;
	padding: 5px 0 3px 28px;
}

#basketh a, #basketh a.hover, #basketh a.visited, #basketh a.active {
	text-decoration: none;
	color: #494949;
}

#basketcontent {
	float: left;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	font-weight: normal;
	color: #494949;
	padding: 5px 0 2px 0;
	margin: 0 0 0 6px;
}

#basketcontent strong {
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	font-weight: bold;
	color: #F7800C;
}

#basketcontent a, #basketcontent a.hover, #basketcontent a.visited, #basketcontent a.active {
	text-decoration: none;
	color: #F7800C;
}

