:root{
	--brand-color: #17266A;
	--brand-hover-color: #223799;
	--brand-heading-color: #17266A;
}

body.bodyLoginPage{
	background-image: url(/assets/site_branding/images/background.jpg);
	background-position: 0px -100px;
	background-repeat: no-repeat;
}

h1{
	font-size: 48px;
	font-weight: normal;
	font-family: VolvoBroadProDigital;
	color: #17266A;
}

input[type=button],
input[type=submit]{
	color: white;
	font-size: 20px;
	letter-spacing: 1px;
	font-family: VolvoBroadProDigital;
	text-transform: uppercase;
	padding: 10px 16px;
}

ul.page_box_links li a{
	font-family: VolvoBroadProDigital;
	font-size: 42px;
	line-height: 6em;
}

ul.page_box_links li:before{
	background-color: rgb(95, 88, 38);
}

ul.page_box_links li:nth-child(4n):before,
ul.page_box_links li:nth-child(4n+1):before{
	background-color: rgb(8, 68, 84);
}

table.basket th{
	font-family: VolvoBroadProDigital;
}