* {
	padding: 0;
	margin: 0;
}

html, body {
	background-color: #663300;
	text-align: center;
	height: 100%;
}

body, input, td, select, textarea {
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 13px;	
}

h1 {
	font-size: 18px;
	border-bottom: solid 1px #663300;
	margin-bottom: 10px;
}

h2 {
	font-size: 15px;
	color: #663300;
}

p {
	padding-bottom: 8px;
}

.nopad {
	padding: 0;
}

img {
	border: 0;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	padding: 0 50px 30px 50px;
	width: 900px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background-image: url(bgshadow.gif);
}

#header {
	width: 100%;
	height: 180px;
	background-image: url("header.gif");
	background-position: 40px 20px;
	background-repeat: no-repeat;
}

#list {
	width: 100%;
	height: 25px;
	float: left;
	background-color: #663300;
	margin-bottom: 15px;
}

#menu {
	float: left;
	width: 150px;
	height: 385px;
	background-color: #663300;
	margin-right: 15px;
	display: inline;
}

#content {
	display: inline;
	width: 720px;
	height: auto;
	float: right;
	margin-right: 15px;
}

#menu ul {
	margin-top: 30px;
	list-style-type: none;
}

#menu li {
	border-top: solid 1px white;
	padding: 5px 0px 5px 25px;
}

#menu li a:link, #menu li a:visited {
	font-size: 14px;
	color: white;
	text-decoration: none;
}


div#colLeft {
	float: left;
	width: 415px;
	height: auto;
	margin-right: 20px;
}

div#colRight {
	float: right;
	width: 285px;
}

#welcome, #topically, #promotions {
	width: 100%;
	height: auto;
	clear: both;
}

#welcome {
	font-size: 14px;
	font-weight: bold;
}

#welcome img {
	float: left;
	border: solid 1px black;
	margin: 0 10px 0px 0;
}

#login, #addProdukt, #gb, #formnyhet {
	list-style-type: none;
}

label {
	font-weight: bold;
}

#login label, #addProdukt label, #gb label, #formnyhet label {
	float: left;
	width: 110px;
	text-align: left;
}

form li {
	margin: 5px 0 5px 0;
}

#addProdukt textarea, #gb textarea, #formnyhet textarea {
	width: 300px;
	height: 90px;
}

.productContainer, fieldset, #optionbar, .pagebar, .gbEntryContainer, .newsContainer {
	width: 470px;
	padding: 15px;
	background-color: #ece3ce;
	border: solid 1px #cbbe9e;
	margin-bottom: 15px;
	display: block;
}

#optionbar, .pagebar {
	width: 484px;
	height: 20px;
	padding: 8px;
}

.pagebar label {
	margin-right: 10px;
}

.productImgContainer {
	float: left;
	margin-right: 15px;	
}

.productImg {
	display: block;         
	border: solid 1px black;
	margin-bottom: 2px;
}

.productInfo {
	height: 100%;
	min-height: 100%;
}

.productContainer h2 {
	margin-bottom: 5px;
}

.pris {
	font-size: 14px;
	font-weight: bold;
}

.error, .success {
	text-align: center;
	margin: 10px 0 10px 0;
	width: 470px;
	background-color: #f5e4d5;
	border: solid 1px #cbbe9e;
	padding: 15px;		
}

.success {
	background-color: #e9f3e3;
	border: solid 1px #65755e;
}

input {
	font-size: 14px;
	font-weight: bold;
}

select, textarea {
	font-size: 14px;
	font-weight: bold;
}

.news {
	margin-top: 0;
	margin-bottom: 5px;
	text-align: justify;
}
