h1, h2, h3, h4, h5, h6, .heading {
	font-family: "OpenSans", "HelveticaNeue", "Helvetica Neue", "Helvetica", Arial, sans-serif;
	font-weight: 700;
	color: #333;
}
li {
	list-style:none;
}
.admin {
	background: #DDD;
}
.wrapper {
	padding: 15px;
	background: #FFF;
}
.login-form {
	margin-top: 200px;
	color: #333;
}
.login-form label {
	font-weight: bold;
}
.login-form input, .login-form label {
	display: block;
}
.login-form input[name=submit] {
	margin-top: 10px;
	background: #A0A000;
	border: none;
	font-weight: bold;
	cursor: pointer;
}
.g-header {
	height: 100px;
	position: relative;
	border-bottom: 7px solid #A0A000;
	background: #DDD;
	margin: -15px;
	margin-bottom: 20px;
}

label > span.required {
	color: red;
	display: inline-block;
	margin-left: 1px;
	font-weight: bold;
	font-size: 18px;
}	
.images-list {
	list-style: none;
	width: 100%;
	display: block;
}
.images-list .image {
	float: left;
	max-width: 30%;
	margin-right: 3%;
	margin-top: 1%;
}
.images-list .image figure {
	width: 100%;
}
.images-list .image figure img {
	width: 100%;
	height: 80px;
}

div.error-message {
	color: #B52929;
}

#upload {
	width: 20%;
	margin-left: 5%;
	height: 30px;
	background: #A0A000;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	border: none;
}

.pair {
	width: 100%;
	border-bottom: 1px solid #DDD;
	padding: 10px 0 10px 0;
}
.pair label {
	display: inline-block;
	float: left;
	font-size: 14px;
	line-height: 14px;
}
.pair input {
	display: inline-block;
	float: right;
	margin: 0;
}

.g-footer {
	margin-top: 20px;
}
.g-header .nav {
	position: absolute;
	bottom: 0; left: 0;
}
.sub-menu li {
	margin: 15px 0px;
}
.sub-menu li a {
	background: #F5F5F5;
	padding: 10px;
	border: 1px solid #CFCFCF;
	text-decoration: none;
}
.sub-menu li a .entypo {
	margin-right: 7px;
	color: green;
	font-size: 36px;
	line-height: 30px;
	display: inline-block;
}
.sub-menu li a:hover {
	color: #111;
	border: 1px solid #ACACAC;
}

.sub-menu li .active {
	background: #F6FFB5;
}
.man-models:hover {
	text-decoration: underline;
	cursor:pointer;
}
.nav li {
	float: left;
	list-style: none;
	background: #333;
	padding: 7px 10px;
	margin-right: 5px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.nav .active {
	background: #A0A000;
}
.sub-nav li {
	background: #090322;	
}
.nav a {
	color: #FFF;
	font-weight: bold;
}

.warranties {
	line-height: 20px;
}
.warranties a {
	text-decoration: none;
	line-height: 20px;
}
.warranties .pen {
	color: #AF733C;
	font-size: 40px;
	display: inline-block;
	line-height: 36px;
	margin-right: 5px;
	margin-left: 5px;
}
.warranties .trash {
	color: #333;
	font-size: 40px;
	display: inline-block;
	line-height: 36px;
}
a {
	color: #333;
	cursor: pointer;
	text-decoration: underline;
}
input, label, select, textarea {
	display: block;
}
input,textarea {
	padding-left: 5px;
	padding-top: 2px;
	background: #F7F7F7;
}
input[type=submit] {
	height: 33px;
	background: #A0A000;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
}
input[type=checkbox] {
	width: auto;
	height: auto;
	display: inline;
}
.dinline {
	display: inline;
}
textarea {
	width: 600px;
	height: 250px;
	border: 1px solid #A0A000;
	margin-bottom: 10px;
}
label {
	color: #333;
	font-weight: bold;
}
input, select {
	border: 1px solid #A0A000;
	width: 300px;
	height: 28px;
	margin-bottom: 10px;
}
#zip {
	width: 100px;
}
select {
	height: 28px;
}
.cord {
	color: #000 !important;
}
.misc {
	color: #0522BD !important;
}
#org-nr, #established {
	width: 135px;
}
#commune {
	width: 180px;
}

table td {
	padding: 4px 20px 0px 0px;
}
.cross, .entypo {
	color: red;
	font-size: 28px;
	line-height: 7px;
	text-decoration: none;
}
table tr:nth-child(odd) {
	background: #EEE;
}
.man-box {
	width: 230px;
	float: left;
	margin-bottom: 20px;
}
.check-alts label {
	display: inline;
	margin-right: 5px;
}
.weights input, .lengths input, .lengths select, .passangers input, .passangers select {
	width: 140px;
}
.warranties select {
	width: 100px;
}
.warranties textarea {
	height: 100px;
	width: 450px;
}