.HeaderLogo {
	width:				235px;
	height:				121px;

	top:				18px;

	background-image:	url("./gfx/HeaderLogo.svg");
}

.HeaderPhone {
	color:				black;
}

.HeaderCart {
	background: #85C441 url(/Templates/CoPromoStore/gfx/IconCart.svg) scroll no-repeat 166px center;
	background-size: 16px 16px;

	border-radius: 0 0 4px 4px;
}

.Navigation {
	background-image:	none;
	background-color:	#154165;
}

.Navigation li {
	border-right:		none;
	border-left:		none;
}

.Navigation li:hover {
	background-color:	#2295d3;
}

.SidebarSearch {
	background:	#154165;
}

.SidebarSearchGo {
	width: 45px;
	height: 26px;

	background:	#85C441 url("/Templates/CoPromoStore/gfx/IconSearch.svg") scroll no-repeat center center;
	background-size: auto 80%;
}

.HomeFeaturedCategoriesTitle {
	background:	#2295d3;
}
.HomeFeaturedCategoriesTitle::before {
	content: "Featured Categories";

	display: block;

	padding-left: 12px;

	font-weight: bold;
	font-size: 16px;

	color: #ffffff;

	line-height: 28px;
}

.HomeFeaturedCategoriesView {
	background:	#2295d3;
}

.HomeFeaturedCategoriesView::before {
	content: "View Items";

	display: block;

	font-weight: bold;
	font-size: 12px;

	color: #ffffff;

	line-height: 24px;

	text-align: center;

	text-transform: uppercase;
}

.Footer,
.Footer.NoCC {
	background:	#154165;
}
.Footer::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 40px;
	background-color: #000000;
}
.FooterCopyright,
.FooterTop {
	z-index: 5;
}

.ViewProductImprintLogo {
	height:				120px;

	background-image: 	url("./gfx/HeaderLogo.svg");
}

.GetInTouch {
	padding-top: 1px;
	background: #2295d3;
	border: none;
}
.GetInTouch h3 {
	text-shadow: #154165 1px 1px;
}
.GetInTouchEmail {
	top: 8px;

	height: 24px;

	background: transparent url("/Templates/CoPromoStore/gfx/IconMail.svg") scroll no-repeat center center;
	background-size: 100% 100%;
}
.GetInTouchSubmit {
	text-align: center;
	background: #154165;
}
.GetInTouchSubmit::before {
	content: 'submit';

	font-weight: bold;
	font-size: 18px;

	color: #ffffff;

	line-height: 31px;
}
#GetInTouchYourName,
#GetInTouchYourEmail,
#GetInTouchComments {
	color: black;
	background-color: #f2f9fd;
}