
/* Design 
===========================================================*/

html {
     overflow: -moz-scrollbars-vertical;
}


body {
	margin: 0; padding: 0;
	color: #444;
	min-width: 1000px;
}

a:link {
	color: #666;
	text-decoration:none;
}

a:visited {
	color: #666;
	text-decoration:none;
}

a:hover {
	color: #000;
	text-decoration:underline;
}

a.img, a.img, a.img {
	border: 0 none;
}

img {
	border: 0px none;
}

#wrapper {
	margin:0 auto 0 auto;
	text-align: left;
	width: 1000px;
	background-position: 160px -50px;
	min-height: 800px; 
}

#top {
	margin: 20px 0px 0px 0px;
	width: 100%;
	height: 5px;
	background: url(images/dash_h.gif) repeat-x;
}

#logo {
	margin: 50px 0px 40px 200px;
	width: 373px;
	height: 55px;
	background: url(images/logo_ny.png) no-repeat;
}

#meny {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 200px;
}

#hoved {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 355px;
	line-height: 24px;
	text-align:;
	min-height: 640px;
}

#footer {
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	width: 900px;
}

.clear {
	clear: both;
	}

.head {
	color: #845e39;
	font-weight: bold;
	}

h1 { /* Til overskrifter øverst på hver side */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #845e39; /* #CC0099; */
}

div.thumb_nav, div.thumb_nav:link, div.thumb_nav:active, div.thumb_nav:visited, div.thumb_nav:hover {
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: ;
	color: #000;
	text-decoration: none !important;
	letter-spacing:;
	}

.spacer {
	width: 336px;
	height: 20px;
}

/* Til Thumbnails 
===========================================================*/

.thumbnail{
	padding: 3px 3px 8px 3px;
	background-color: #fff;
	border: 1px solid #eee;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}	
.thumbnail:hover {
	border: 1px solid #CCCCCC;
	text-decoration:none;
	}	

.thumbnail2{
	padding: 3px 3px 3px 3px;
	background-color: #fff;
	border: 1px solid #CCCCCC;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}	

#rekke { /* Linje nederst på forsiden med thumbnails uten link */
	margin-left: 20px;
}


/* Til Meny 
===========================================================*/

	
.nav {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 10px 0px;
	text-align: right;
	width: 140px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.nav_select {
	border-bottom: 1px solid #ccc !important;
	margin-bottom: 5px;
}

.subnav {
        font: 11px Arial, Helvetica, sans-serif;
        margin: 0px 0px 0px 0px;
        padding: 2px 0px 10px 0px;
        text-align: right;
        width: 140px;
}

.subnav a:link, .subnav a:visited, .subnav a:active {
        color: #000;
        text-decoration: none;
	border: none;
}

.subnav a:hover {
        color: #333333;
        text-decoration: none;
        border: none;
}


.nav a:link {
	color: #000;
	text-decoration: none;
	border:none;
}

.nav a:visited {
	color: #000;
	text-decoration: none;
	border:none;
}

.nav a:active {
	color: #0099cc;
	text-decoration: none;
	border:none;
}

.nav a:hover {
	color: #666666;
	text-decoration: none;
	border:none;
}


/* Butikk
===========================================================*/

 	.itemContainer{
		width:100%;
		float:left;
	}
	
	.itemContainer div{
		float:left;
		margin: 5px 20px 5px 20px ;
	}
	
	.itemContainer a{
		text-decoration:none;
	}
	
	.cartHeaders{
		width:100%;
		float:left;
	}
	
	.cartHeaders div{
		float:left;
		margin: 5px 20px 5px 20px ;
	}
	
input.button { font-family: tahoma; }
input.button { width:auto !important; overflow:visible; margin-right:10px; border:1px solid #bfbfbf; border-right-color:#908d8d; border-bottom-color:#908d8d; padding:1px .5em; background:#e1e1e1 url(images/button_default.gif) left center repeat-x; color:#000; }
input.button:active { border:1px solid #908d8d; border-right-color:#afafaf; border-bottom-color:#afafaf; }
input.button:hover { cursor:pointer; }

#butikk-info {
	padding-top: 100px;
	font-size: 10px;
}

.nb_container {}

.nb_img { float: left; width: 200px; text-align: left; padding-right: 5px; }
.nb_txt { float: right; width: 230px; text-align: left; }
.nb_price { color: #444; font-weight: bold; }

/* Kontaktskjema og skjema
====================================================================================*/

#kontaktskjema {
		margin-top: 20px;
}


#kontaktskjema label {
	display: block;
	font-weight: bold;
	text-align: left;
	width: 80px;
	float: left;
	padding-top: 4px;
	}

#kontaktskjema input {
	float: left;
	font-size: 12px;
	padding: 4px;
	border: solid 1px #888888;
	-moz-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-khtml-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	width: 300px;
	margin: 2px 0 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	}

#kontaktskjema textarea {
	float: left;
	font-size: 12px;
	padding: 4px;
	border: solid 1px #888888;
	-moz-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-khtml-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	width: 300px;
	height: 150px;
	margin: 2px 0 10px 0px;
	font-family: Arial, Helvetica, sans-serif;

	}

#kontaktskjema button { 
		clear: both;
		background: #666;
		color: #ebebeb;
		border: solid 1px #666666;
		font-size: 11px;
		font-weight: bold;
		padding: 4px 6px;
	}

#lang {
	text-align: right;
	margin-right: 20px;
	margin-top: 10px;
	}

#lang, #lang a:link, #lang a:active, #lang a:visited {
	font: 13px Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	border:none;
	}

#lang a:hover {
	color: #666666;
}
