﻿
#header {
	width: 996px;
	background: url(../images/top_bg.gif) no-repeat left top;
	height: 115px;
}

#breadcrumb 
{
	margin: 0px 0px 0px 0px;
	color: #6f6265;
	float: left;
	clear: both;
	width: 720px;
}

#breadcrumb a
{
	color: #6f6265;
	float: left;
	display: block;
}

#breadcrumb span 
{
	float: left;
	display: block;
	padding: 0px 0.5em;
}

img.logo {
	float: left;
	display: block;
}

#headerutils {
	height: 49px;
}

#checkoutButton {
	float: right;
	display: block;
}

#checkoutButton:hover a {
	background: #9bc0d7;
}

#checkoutButton a {
    background: #7caecd;
	border: solid 1px #496e92;
	display: block;
	text-decoration: none;
	padding: 4px 6px;
	margin: 11px 10px;
	color: White;
}

#checkoutDetails {
	display: block;
	float: right;
	width: 130px;
	color: #777777;
	padding: 8px 2px;
}

#checkoutDetails p {
	margin: 0;
}

#search {
	float: right;
	width: 261px;
	height: 49px;
	background: url(../images/search_bg.gif) no-repeat left top;
}

#search label {
	float: left;
	color: White;
	margin: 13px 6px 0 20px;
	font-size: 13px;
	font-weight: bold;
	display: block;
	_margin: 13px 6px 0 10px;
}

#search input.searchText {
	float: left;
	display: block;
	width: 130px;
	margin: 13px 0 0 4px;
	border: none;
	font-size: 13px;
	padding: 1px;
}

#search input.searchSubmit {
	border: none;
	background: transparent url(../images/search_button.gif) no-repeat left top;
	float: left;
	display: block;
	margin: 8px 0 0 2px;
	padding: 0px;
	width: 30px;
	height: 28px;
	cursor: pointer;
	padding-top: 40px;
}

#footer {
	width: 996px;
	clear: both;
	height: 39px;
	background: url(../images/footer_bg.gif) no-repeat left top;	
}

#footer p {
	text-align: center;
	padding-top: 9px;
	color: White;
}

#footer a 
{
    color: White;
}

#selectCountry {
	right: 0;
	padding: 1px 0 0 20px;
	cursor: default;
	position: absolute;
}

#selectCountry span {
	border: solid 1px #aeb1ce;
	font-weight: bold;
}

#selectCountry a, #selectCountry span {
	display: block;
	height: 13px;
	_width: 10px;
	background: #e4e5ec no-repeat 2px 2px;
	padding: 2px 6px 2px 26px;
	text-decoration: none!important;
	border-top: solid 1px #aeb1ce;
	font-size: 90%;
}

#selectCountry a {
	font-weight: normal;
	width: 80px;
}

#selectCountry a:hover {
	background-color: White;
}

#selectCountry span div {
	display: none;
	position: absolute;
	z-index: 100;
	background-color: White;
	right: 0px;
	margin-top: 15px;
	border: solid 1px #aeb1ce;
	border-top: none;
}

#selectCountry span:hover div {
	display: block;
}
