/* DIV */

/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:7px 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
/*	border: 1px solid #EEE;*/
}
/* 3 Column settings */
.threecol {
	background: #FFF;
/*	background:#eee;		/* right column background colour */
/*	border-left: 2px solid #8bc33d;*/
}
.threecol .colmid {
	right:20%;			/* width of the right column */
	background:#fff;		/* center column background colour */
/*	border-left: 2px solid #8bc33d;
	border-right: 2px solid #8bc33d; */
	
}
.threecol .colleft {
	right:60%;			/* width of the middle column */
/*	background:#f4f4f4;	/* left column background colour */
/*	border-right: 2px solid #8bc33d;*/
	
}
.threecol .col1 {
	width:56%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:20%;			/* Width of left column content (column width minus padding on either side) */
	left:24%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:20%;			/* Width of right column content (column width minus padding on either side) */
	left:84%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
/* Footer styles */
div#footer {
	clear:both;
	float:left;
	width:100%;
	border:1px solid #EEE;
}
#footer p {
	padding:10px;
	margin:0;
}
/* --> */


.menu{
	position:absolute;
	margin-top:0px;
/*	margin-left: auto;
	margin-right: auto; */
	z-index: 2000;
	width: 100%;
}
.menu ul .item{
	display:none;
}
.menu ul:hover .item{
	display:block;
	background:#4b9637;
	border-left: 1px solid #8ec83e;
	border-right: 1px solid #8ec83e;
	padding:3px;
	margin:0px;
	width: auto;
	min-width: 100px;
}

.menu ul:hover .item a{
	color:#fff;
	text-decoration:none;
}
.menu ul:hover .item a:hover{
	color:#000;
}
.menu ul{	
/*	border: 1px solid #000;*/
	font-size: 9pt;
	text-align: center;
	width:50px;
	float:left;
	margin:0px;
	padding:2px;
	list-style:none;
}


div#body_container {
	width: 960px;
/*	margin:0px auto 0px auto;*/
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	background:#fff;
}

div#top_container {
	clear:both;
	float:left;
	width:100%;
	margin: 0px 0px 0px 0px;
}

div#top_bar {
	border: 1px solid #EEEEEE;	
	height: 25px;
	padding: 5px 6px 0px 6px;
}

div#misc {
/*	border: 1px solid;*/
	float: left;
	background: #FFF;
	font-family: Trebuchet MS;
	font-size: 10.3pt;
	font-variant: small-caps;
/*	letter-spacing: 1px; */
	color: #000;
	font-weight: bold;
}

div#language_bar {
/*	border: 1px solid;	*/
	float: right;
	background: #FFF;
	font-family: Trebuchet MS;
	font-size: 10.3pt;
	font-variant: small-caps;
/*	letter-spacing: 1px; */
	color: #000;
	font-weight: bold;
}

div#logo {
/*	background: #000;*/
	background-image: url("../images/nav_bar_bg.gif");
	background-repeat: repeat-x; 
	float: left;
	height: 80px;
}

div#search_container {
	overflow: hidden;
	background: #000;
	background-image: url("../images/nav_bar_bg.gif");
	background-repeat: repeat-x; 
	height: 80px;
}

div#search {
	position: relative;
	top: 35%;
	left: 5%;
	height: 35px;
}

div#mainnav {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear:both;
	float: left;
	width: 100%;
	background-image: url("../images/mainnav3.jpg");
	background-repeat: repeat-x; 
	height: 58px;
/*	text-align: center;*/
	font-family: Trebuchet MS;
/* 	font-weight: bold;*/
	font-size: 10.3pt;
	font-variant: small-caps;
	letter-spacing: 1px; 
/*	text-transform: uppercase;*/
	color: #FFF;
/*	border: 1px dashed #FFF;*/
}

.menu A:link {color: #FFF; text-decoration:none;}
.menu A:visited {color: #FFF; text-decoration:none;}
.menu A:active {color: #000; text-decoration:none;}
.menu A:hover {color: #000; text-decoration:none;}


div.leftright A:link {color: #000; text-decoration:none;}
div.leftright A:visited {color: #000; text-decoration:none;}
div.leftright A:active {color: #000; text-decoration:none;}
div.leftright A:hover {color: #000; text-decoration:underline;} 

div A:link {color: #000; text-decoration:none;}
div A:visited {color: #000; text-decoration:none;}
div A:active {color: #000; text-decoration:none;}
div A:hover {color: #000; text-decoration:underline;} 

div.bulk_item A:link {color: #000; text-decoration:none;}
div.bulk_item A:visited {color: #000; text-decoration:none;}
div.bulk_item A:active {color: #000; text-decoration:none;}
div.bulk_item A:hover {color: #000; text-decoration:underline;}

img.dot {
	vertical-align: middle;
	padding: 0px 2px 0px 2px;
}

img.flag {
	vertical-align: middle;
}

div.leftright {
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
/*	border: 1px dotted #999; /*#9bd43d;*/
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
/*	background: #EEE;*/
	background: #F1F1F1;
	font-family: Trebuchet MS;
	font-size: 9pt;
}

div.leftright_header {
/*	border-bottom: 2px solid #DDD;
	background: #9bd43d;*/
	background-image: url("../images/nav_bar_bg_small.gif");
	background-repeat: repeat-x;
	vertical-align: middle;
	color: #FFF;
	height: 18px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
}

div.center_bulk {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
/*	border: 1px dashed #8bc33d;*/
	font-family: Trebuchet MS;
	font-size: 9pt;
/*	height: 131px;*/
	float: left;
	width: 100%;
}

div.bulk_header {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	clear:both;
	float: left;
	width: 100%;
	background-image: url("../images/mainnav2.jpg");
	background-repeat: repeat-x; 
	height: 31px;
	font-family: Trebuchet MS;
/* 	font-weight: bold;*/
	font-size: 10.3pt;
	font-variant: small-caps;
	letter-spacing: 1px; 
/*	text-transform: uppercase;*/
	color: #FFF;	
}

div.bulk_item {
	margin: 5px 1% 0px 0px;	
	padding: 0 1% 0 1%;
	float: left;
	width: 31%;
/*	height: 150px;*/
	background: #f1f1f1;
}

div#top_banner {
	margin: 10px 0px 10px 0px;
	text-align: center;
/*	height: 200px;
	background: #eeeeee;*/
}

div#cart {
/*	background: #eeeeee;	*/
}

div#login {
	padding: 5px 10px 10px 10px;
}

div.form_pad {
	padding: 5px 0px 0px 0px;
}

input.login
{
	width: 100%;
	border: 1px solid #CCC;
/*	border: 1px solid #8bc33d;	*/
	
	font-family:Trebuchet MS, arial,sans-serif;
	font-size: 10.3pt;
}

input.login_button {
	color: #000;	
	background: #FFF;
	border: 1px solid #CCC;
	font-family:Trebuchet MS, arial,sans-serif;
	font-size: 10.3pt;
	font-variant: small-caps;
	font-weight: bold;
}

div#prisjakt {
	padding: 10px 10px 10px 10px;
}

div#info {
	padding: 10px 10px 10px 10px;
}
#search_input {
	font-family:arial,sans-serif;
	font-size:17px;
	background-color: #FFF;
	border: 1px solid #8bc33d;	
	vertical-align: middle;
	
}

#submit {
	vertical-align: middle;
	
}

.smallc {
	font-size: 10.3pt;
	font-variant: small-caps;
	font-weight: bold;
}

a img { 
	border: none; 
}
