@font-face {
	font-family: "Eurostile T";
	font-weight: bold;
	src: url("/includes/fonts/EurostileTBla.eot");
	src: local("☺"),
		url("/includes/fonts/EurostileTBla.woff") format("woff"),
		url("/includes/fonts/EurostileTBla.ttf") format("truetype"),
		url("/includes/fonts/EurostileTBla.svg") format("svg");
}

@font-face {
	font-family: "Eurostile T";
	font-weight: medium;
	src: url("/includes/fonts/EurostileT.eot");
	src: local("☺"),
		url("/includes/fonts/EurostileT.woff") format("woff"),
		url("/includes/fonts/EurostileT.ttf") format("truetype"),
		url("/includes/fonts/EurostileT.svg") format("svg");
}

@font-face {
  font-family: "Bell Gothic";
  font-weight: medium;
  src: url("/includes/fonts/bellgothic.eot");
  src: local("☺"),
    url("/includes/fonts/bellgothic.woff") format("woff"),
    url("/includes/fonts/bellgothic.otf") format("opentype"),
    url("/includes/fonts/bellgothic.svg#filename") format("svg");
}

@font-face {
  font-family: "Bell Gothic";
  font-weight: bold;
  src: url("/includes/fonts/bellgothic-black.eot");
  src: local("☺"),
    url("/includes/fonts/bellgothic-black.woff") format("woff"),
    url("/includes/fonts/bellgothic-black.otf") format("opentype"),
    url("/includes/fonts/bellgothic-black.svg#filename-ital") format("svg");
}

.product {
	border-left: 4mm solid #1F6FB0;
	padding: 4mm;
	margin: 4mm;
	margin-bottom: 8mm;
}

.product-title {
	font-family: "Eurostile T";
	font-weight: bold;
	font-size: 150%;
}

.product-price {
	font-family: "Eurostile T";
	font-weight: bold;
	font-size: 120%;
}

.align-cart { float: right; }

h1 {	font-family: "Eurostile T";
}

.logo {	margin-right: 0.5em;
	height: 1in;
	vertical-align: middle;
}

h2, h3, h4 {
	font-family: "Eurostile T";
	font-weight: medium;
}

h2 {	font-size: 225%; }

h3 {	font-size: 150%; }

h4 {	font-size: 125%; }

div.body {
	margin: 0;
	padding: 5mm;
	padding-top: 0;
	max-width: 8in;
}

p {	font-family: "Bell Gothic"; }

td {	font-family: "Bell Gothic"; }

img.product-image {
	float: left;
}

input {	clear: right; }

.nav a:link {
	color: #1F6FB0;
	text-decoration: none; }

.nav a:hover {
	color: #1F6FB0;
	text-shadow: 1px 0 0 currentColor;
	text-decoration: underline; }

.nav a:visited {
	color: #1F6FB0;
	text-decoration: none; }
