html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:12px;
	color:#000000;
}

a {
	text-decoration: none;
	color:#decb89;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline; 
	color:#FFFFFF;
}

h2 {
	color:#decb89;
	font-family:"Arial Narrow", Arial;
	font-size:22px;
	font-style:normal;
	margin:0;
}

h1 {
	font-size:12px;
	font-weight:bold;
	margin:0;
	color:#decb89;
}

.background {
	width:100%;
	background-image:url('imgs/bakgrunn_midt.jpg');
	margin:0;
}

.style1 {
	font-size:12px;
}

.top {
	width:100%;
	height:227px;
	margin-top:0;
	margin-left:0;
}

.container {
	width:800px;
	margin-top:30px;
	position:relative;
	left:20%;
}

.container_left {
	width:600px;
	float:left;
	border-right:1px dotted #CC9966;
}

.container_right {
	width:175px;
	float: left;
	padding-left:20px;
}

.bottom {
	width:100%;
	margin-top:30px;
}

.bottom_over {
	height:23px;
	background:url(imgs/bakgrunn_horisontal.png) repeat-x;
}

.bottom_under {
	background:url(imgs/bakgrunn_under.jpg);
	padding-top:30px;
}

.product {
	float: left;
	margin: 0 5px 5px 0;
}

.productThumb {
	width: 95px;
	height: 63px;
}

.distributorMenuItem {
	float: left;
	width: 120px;
	margin: 0 15px 0 0;
}

.clearboth { 
	clear: both; 
}

img {
 	border: 0;
}


.dataTable {
	margin: 0;
	padding: 5px;
	border-spacing: 0;
	background: #eef;
}

.dataTable th {
	text-align: left;
	font-size: 130%;
	padding: 5px;
}

.dataTable .header th {
	background: #eee;
	border-bottom: 1px solid #aaa;
}

.dataTable td {
	padding: 2px;
	padding-left: 5px;
	padding-right: 15px;
	border-top: 1px solid #ddd;
}

.dataTable .item {
	font-size: 120%;
}

.nullform {
	width: 0;
}

input {
   	margin: 0px;
   	margin-top: 3px;
   	margin-bottom: 2px;
   	font-size: 12px;
	padding: 3px;
   	font-family:"Trebuchet MS", Arial, serif;
	width: 300px;
   	border: 1px solid #AAA;
   	background: #f5f6be;
}
input:focus {
   	background: #fff;
   	border: 1px solid #000;
}
.short {
	width: 150px;
}

.submit {
	width: 70px;
   	background: #AAA;
   	border: 1px solid #000;
}

.add {
	width: 250px;
   	background: #AAA;
   	border: 1px solid #000;
}

textarea {
   	margin-top: 3px;
   	margin-bottom: 2px;
   	font-size: 12px;
   	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	width: 500px;
   	border: 1px solid #AAA;
   	background: #f5f6be;
}
textarea:focus {
	background: #fff;
   	border: 1px solid #000;
}

select {
   	margin: 0px;
   	margin-top: 3px;
   	margin-bottom: 2px;
   	font-size: 12px;
   	border: 1px solid #AAA;
   	font-family:"Trebuchet MS", Arial, serif;
   	background: #f5f6be;

}
select:focus {
   	background: #fff;
   	border: 1px solid #000;
}

.delete {
	width: 490px;
	border: 1px solid #eee;
	padding: 5px;
	background: #ae8585;
}
.checkbox {
	width: 10px;
}