*
{
	margin: 0;
	padding: 0;
}

html
{
	background: #fff;
	color: #000;
	font: 12px "Muli", sans-serif;
}

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

p { padding: 5px 0px 5px 0px; }
h1 { font-size: 2.5em; }
h2 { font-size: 2.0em; }
h3 { font-size: 1.5em; }
.title { font-size: 1.4em; }

.link { cursor: pointer; }

.hilite { background-color:#ffff77; }

/* containers
--------------------------------------------------------*/
div.container
{
	background: #fff url(../img/logo.jpg) no-repeat right top;
	margin: auto;
	padding: 2px 0px 0px 0px;
	max-width: 1000px;
	min-width: 320px;
	/* text-align: left; */
}

header
{
	height: 130px;
	padding-top: 5px;
}

section
{
	background-color: #fff;
	padding: 6px 15px 10px 15px;
	overflow:hidden;
}

section.main
{
	min-height: 250px;
	filter: alpha(opacity=9);
	-moz-opacity: .9;
	opacity: .9;
	overflow: auto;
}

section.filter
{
	width: 40%;
	max-width: 250px;
	float: right;
}

.item
{
	border-top:1px solid #000;
	padding: 2px 0px 5px 0px;
}

.item:last-child
{
	border-bottom:1px solid #000;
}

.item h3
{
	padding: 5px 0px 5px 0px;
}

/* Images */
.image
{
	position: absolute;
	top: 0px;
	z-index: 100;
	display: none;
}

.image > img
{
	position: absolute;
	border: solid 1px black;
}

.image > .mask
{
	position: absolute;
	width: 100%;
	height: 100%;

	background: #555;
	filter: alpha(opacity=8);
	-moz-opacity: .8;
	opacity: .8;
}

/* Filter */
form p
{
	padding-top: 10px;
}

input, select
{
	margin: 2px;
	padding: 2px 6px 2px 6px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

/* Navigation */
nav
{
	display: block;
	overflow: auto;
	margin: 0px 0px 30px 50px;
	padding: 0px 10px 0px 10px;
}

nav > div
{
	background: #88a;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	opacity: .85;
	color: #fff;
	cursor: pointer;
	font-size: 130%;
	height: 25px;
	width: 110px;
	overflow: hidden;
	float: right;
	text-align: center;
	padding: 6px 10px 0px 5px;
	margin: 5px 10px 5px 10px;
}

nav > div[name="cart"]
{
	width:30px;
	background-image: url(../img/cart.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80% 90%;
	text-align: right;
}

nav a
{
	color: #fff;
	text-decoration: none;
}

div#sel
{
	background-color: #050545;
	color: #fff;
}

/* Tables */

div.label
{
	float: left;
	width: 100px;
	padding-top: 5px;
}

div[name="orderForm"] > input, textarea
{
	width: 300px;
}

.error
{
	font-weight: 800;
	color: #f55;
}

#g-recaptcha
{
	margin-left: 100px;
	width: 300px;
}