﻿
#header {
	width: 996px;
	height: 78px;
	background: url(../images/top_bg.gif) no-repeat left top;
}

#breadcrumb 
{
	margin: 0px 0px 0px 10px;
	color: #6f6265;
	float: left;
	clear: both;
	width: 726px;
}

#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;
	width: 123px;
	height: 49px;
	background: url(../images/checkout_button.gif) no-repeat left top;
	display: block;
}

#checkoutButton:hover {
	background: url(../images/checkout_button_hover.gif) no-repeat left top;
}

#checkoutButton a {
	width: 110px;
	height: 34px;
	display: block;
	margin: 6px 0 0 4px;
	text-decoration: none;
}

#checkoutButton a span {
	display: block;
	width: 72px;
	height: 25px;
	padding-left: 38px;
	padding-top: 11px;
	font-size: 12px;
	color:#FFF;
	cursor: pointer;
}

#checkoutDetails {
	display: block;
	float: right;
	width: 130px;
	color: #ffffff;
	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: #30366c;
	margin: 13px 9px 0 20px;
	font-size: 14px;
	font-weight: bold;
	display: block;
	_margin-left: 10px;
}

#search input.searchText {
	float: left;
	display: block;
	width: 130px;
	margin: 11px 0 0 0;
	border: solid 1px #515791;
	font-size: 13px;
	padding: 2px;
	background: transparent url(../images/70pc.png);
	_background: white;
}

#search input.searchSubmit {
	border: none;
	float: left;
	display: block;
	margin: 9px 0 0 2px;
	padding: 0px;
	width: 22px;
	height: 25px;
	background: url(../images/search_button.gif) no-repeat left top;
	cursor: pointer;
	padding-top: 40px;
}

#footer {
	width: 996px;
	clear: both;
	height: 39px;
	background: url(../images/footer_bg.gif) no-repeat left top;	
	margin-bottom: 10px;
}

#footer p {
	text-align: center;
	padding-top: 11px;
	color: #515791;
	font-size: 90%;
}

#footer a {
}


#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;
}


/* Country Specific */

body.country_ptPT #checkoutButton,
body.country_frBE #checkoutButton,
body.country_frCA #checkoutButton,
body.country_frFR #checkoutButton,
body.country_itIT #checkoutButton {
	width: 167px;
	background: url(../images/checkout_button_w.gif) no-repeat left top;
}

body.country_ptPT #checkoutButton:hover,
body.country_frBE #checkoutButton:hover,
body.country_frCA #checkoutButton:hover,
body.country_frFR #checkoutButton:hover,
body.country_itIT #checkoutButton:hover {
	background: url(../images/checkout_button_w_hover.gif) no-repeat left top;
}

body.country_ptPT #checkoutButton a,
body.country_frBE #checkoutButton a,
body.country_frCA #checkoutButton a,
body.country_frFR #checkoutButton a,
body.country_itIT #checkoutButton a {
	width: 154px;
}

body.country_ptPT #checkoutButton a span,
body.country_frBE #checkoutButton a span,
body.country_frCA #checkoutButton a span,
body.country_frFR #checkoutButton a span,
body.country_itIT #checkoutButton a span {
	width: 113px;
	padding-left: 41px;
}

body.country_ptPT input.searchText {
	width: 120px!important;
}

body.country_esES input.searchText {
	width: 110px!important;
}

body.country_frFR input.searchText, 
body.country_frBE input.searchText,
body.country_frCA input.searchText
{
	width: 105px!important;
}

body.country_ptPT #footer p {
	font-size: 80%;
}

body.country_nlBE #footer p, body.country_nlNL #footer p {
	font-size: 75%;
}
