#header
{
	margin-top: 8px;
}
#header a {
	color: #8b9299;
	font-family: Arial;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}
#header a:active {
	outline: none;
}
#header .logoSection {
    border-bottom: 1px solid #d8d8d8;
	padding-bottom: 20px;
	width: 100%;
}
#header .logo {
	width: 37.5%;
	vertical-align: middle;
}
#header .topLinks {
	padding-top: 3px;
	padding-bottom: 7px;
}
#header .topLinks ul {
	color: #000;
	display: inline;
	float: right;
	font-family: Arial;
	font-size: 9px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#header .topLinks > ul > li {
	border-right: solid 1px #d4d8dd;
	display: inline;
	float: left;
	line-height: 15px;
	list-style: none;
	margin: 0px;
}
#header .topLinks > ul li{
	padding: 0px 10px;
}
#header .topLinks > ul > li.last {
	border-right: none;
	padding-right: 0px;
}
#header .topLinks > ul > li.languages {
	float: left;
	left: 0px;
	margin: 0px;
	position: relative;
	top: 0px;
	width: 50px;
}
#header .catalogSearch {
	vertical-align: top;
	text-align: right;
}
#header .catalogSearch .TextInput {
	width: 185px;
}
#header .catalogSearch .searchIcon {
	/* background: url(../shop/Assets/images/sprite.png) no-repeat scroll 0 0 transparent; */
	background: url("../images/sprite.png") no-repeat scroll 0 0 transparent;
	background-color: #2777AA;
	background-position: 3px -721px;
	cursor: pointer;
	display: inline-block;
	height: 18px;
	outline: none;
	text-align: right;
	vertical-align: bottom;
	width: 17px;
}
#header .languages ul {
	background-image: url('../images/lang_bg.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
	border-left: solid 1px #d4d8dd;
	border-right: solid 1px #d4d8dd;
	border-bottom: solid 1px #d4d8dd;
	display: block;
	left: -1px;
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 3px;
	position: absolute;
	top: 0px;
	visibility: hidden;
	width: 70px;
}
#header .languages li {
	display: block;
	margin-top: 7px;
}
#header .welcomeMessage {
	color: #2777AA;
	font-weight: bold;
	vertical-align: middle;
}
#header .welcomeMessage .welcomeBack {
	font-size: 16px;
}
#header .welcomeMessage .currentPoints {
	font-size: 14px;
}
#header .welcomeMessage .points {
	color: #ee7d02;
	font-size: 16px;
	font-weight: bold;
}
/* Navigation */
#PrimaryNav {
	height: 33px;
}
#SecondaryNav {
	height: 33px;
	margin-bottom: 13px;
	width: 100%;
}
#SecondaryNav .navigation {
    border-bottom: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
	font-size: 13px;
	text-transform: lowercase;
}
#PrimaryNav .navigation {
    border-bottom: 1px solid #000;
	font-size: 11px;
	text-transform: uppercase;
}
#header .navigation {
	height: 33px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: -1px;
	width: 100%;
	z-index: 98;
}
#header .navigation > li {
	display: inline-block;
	position: relative;
	top: 1px;
	white-space: nowrap;
}
#header .navigation li > a {
	border: 1px solid Transparent;
	border-top: 3px solid Transparent;
	color: #2a3951;
	display: inline-block;
	font-family: Arial;
	font-weight: bold;
	line-height: 29px;
	padding: 0px 9px;
	position: relative;
	text-decoration: none;
	vertical-align: middle;
    white-space: nowrap;
}
#header .navigation > li > a:hover,
#header .navigation > li > a.hover {
	color: #2777AA;
	font-family: Arial;
	font-weight: bold;
	padding: 0px 9px;
	text-decoration: none;
    white-space: nowrap;
	z-index: 99;
}
#SecondaryNav .navigation > li > a:hover,
#SecondaryNav .navigation > li > a.hover {
	background-color: #d2e3ec;
}
#header .navigation > li.selected > a,
#SecondaryNav .navigation > li.selected > a:hover,
#SecondaryNav .navigation > li.selected > a.hover,
#SecondaryNav .navigation > li > a:hover,
#SecondaryNav .navigation > li > a.hover {
	border: 1px solid #2777AA;
}
#SecondaryNav .navigation li > a {
	font-size: 13px;
}
#PrimaryNav .navigation li > a {
	font-size: 11px;
}
#PrimaryNav .navigation > li > a {
	border-bottom: 0px solid #000;
}
#header .navigation > li.selected > a {
	border-bottom: 1px solid #fff;
}
#SecondaryNav .navigation > li.subNav > a:hover,
#SecondaryNav .navigation > li.subNav > a.hover {
	border-bottom: 1px solid #d2e3ec;
}

#header .navigation li.logout {
	float: right;
}
#header .navigation li.logout a {
	padding-right: 0px;
}
#header .navigation li.logout a .logoutBg {
	display: inline-block;
	background-image: url('../images/logout.png');
	background-position: center right;
	background-repeat: no-repeat;
	background-color: #2a3951;
	height: 12px;
	margin-bottom: 3px;
	margin-left: 5px;
	vertical-align: middle;
	width: 17px;
}
#header .navigation li.logout a:hover .logoutBg {
	background-color: #2777AA;
}
/*#header .navigation li.logout a {
	background-image: url('../images/logout.png');
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 30px;
}*/

#header .navigation div {
	background-image: url('../images/subnav_bg.png');
	border: 1px solid #2777AA;
	padding: 7px;
	position: absolute;
	top: 0px;
	visibility: hidden;
	z-index: 98;
}
#header .navigation ul {
	background-color: #fff;
	border: 1px solid #2777AA;
	list-style-type: none;
	margin: 0px;
	padding: 5px 0px;
}
#header .navigation ul a span.arrow {
	font-size: 10px;
	position: absolute;
	right: 3px;
}
#header .navigation ul a {
	color: #2777AA;
	display: block;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	padding: 2px 20px 2px 10px;
	text-decoration: none;
	text-transform: lowercase;
	vertical-align: middle;
    white-space: nowrap;
}
#header .navigation ul a:hover {
	color: #2777AA;
	font-size: 11px;
	padding: 2px 20px 2px 10px;
    white-space: nowrap;
}
#header .navigation ul a:hover span.text {
	text-decoration: underline;
}
#header .navigation ul a:hover span.arrow {
	text-decoration: none;
}

