/* Fonts */

@font-face {
  font-family: 'MabryMono';
  font-weight: normal;
  font-style: normal;
  src: url(/assets/fonts/MabryMono-Regular-Pro.otf);
}

@font-face {
  font-family: 'MabryMonoBold';
  font-weight: normal;
  font-style: normal;
  src: url(/assets/fonts/MabryMono-Bold-Pro.otf);
}


/* CSS Document */

* {
	margin: 0;
	padding: 0;
	color: #000;
	font-weight: normal;
}

body {
	min-width: 1020px;
	text-align: left;
  font-family: "MabryMono", monospace;
  font-size: 14px;
}

img {
	border: 0;
}

p {
	padding-bottom: 20px;
}

ul, ol {
	list-style: none;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: none;
}

a.under {
	text-decoration: none;
}

#Objects a#Obj2, #Informations a#Inf, #Terms a#Ter, #Guarantees a#Gua, #Contacts a#Con {
	text-decoration: underline;
}

.clear {
	clear: both;
}

nav h1 a {
  font: 2rem/1em "MabryMonoBold", monospace;
}

nav {
	position: fixed;
	width: 172px;
	z-index: 999;
	padding-left: 40px;
}

.sequence .highlight {
	text-decoration: underline;
}

nav #InputBox {
	position: relative;
	width: 108px;
	height: 18px;
	border: 2px solid #000;
	margin-top: 5px;
	margin-bottom: 6px;
	padding-left: 0;
}

nav #InputBox input {
	float: left;
	width: 78px;
	height: 18px;
	padding-left: 3px;
	background-color: #FFF;
	border: 0;
	outline: none;
}

nav #InputBox input.bton {
	float: right;
	width: 20px;
	height: 18px;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	display: none;
	background: transparent url(../images/submit.gif) no-repeat center center;
}

nav a {
	line-height: 17px;
}

nav ul:after {
	content: '–';
	display: block;
	text-align: center;
}

main {
	margin-left: 200px;
	width: 840px;
	margin-bottom: 40px;
}

.product {
	position: relative;
	width: 840px;
	margin-top: 40px;
}

.productImgs {
	position: relative;
	width: 840px;
	margin-bottom: 17px;
}

.productImgs img {
	width: 100%;
	height: auto;
}

.productInfo {
	position: relative;
	width: 840px;
}

.purchase {
	float: left;
	width: 63px;
	margin-right: 12px;
}

.content {
	float: left;
	width: 538px;
}

.content p {
	padding-bottom: 0;
}

.sequence {
	position: absolute;
	width: 300px;
	height: 20px;
	top: 0;
	right: 0;
	text-align: right;
	z-ndex: 100;
}

.sequence a {
	margin-left: 10px;
}

#Column1 {
	float: left;
	width: 415px;
	margin-top: 74px;
}

#Column2 {
	float: right;
	width: 415px;
	margin-top: 74px;
}
