/* Sleipner Motor AS */

body {

	font-family: Verdana, helvetica, arial, sans-serif; 
	background: url('rsc/backgroundimage.jpg') no-repeat center top #000 fixed;
	font-size: 13px;
	margin: 0px auto;
	width: 976px;
}
#wrap {
	width: 976px;
	margin: 0px auto;
	margin-top: 7px;
	display: block;
	position: relative;
}

#logo{
	width: 340px;
	float: left;
}

#top {
	width: 970px;
	height: 110px;
	position: relative;
	z-index: 10;
}
#topnav{
	position: absolute;
	bottom: -1px;
	left: 340px;
	width: 630px;
}
#topnav a{
	text-decoration: none;
	padding: 8px 0px 8px 0px;
	display: block;
	width: 93px;
	position: relative;
	bottom: 8px;
	color: #222;
}
#topnav a:hover{
	color: #0088cc;
}
#topnav ul li{
	position: relative;
	font-size: 12px;
	list-style: none;
	margin-right: 4px;
	padding-top: 8px;
	text-align: center;
	float: left;
	width: 93px;
	height: 25px;
	background-image: url('rsc/fane.png');
}

#topnav ul li.topcurrent{
	position: relative;
	background-image: url('rsc/fane_current.png');
	z-index: 100;
}

#topnav ul li.forhandlerlogginn{
	background-image: url('rsc/innlogg.png');
}

#topnav ul li.forhandlerlogginn:hover{
	background-image: url('rsc/innlogg1.png');
}

.forhandlerlogginn a span {
	display: none;
}

.break {
	margin-bottom: 1em;
}

.clearer{
	clear: both;
}

.clearright {
	clear: right;
}


.twocolumn {
	-moz-column-count: 2;
	-moz-column-gap: 15px;
	-webkit-column-count: 2;
	-webkit-column-gap: 15px;
	column-count: 2;
	column-gap: 15px;
}

.threecolumn {
	clear: right;
	-moz-column-count: 3;
	-moz-column-gap: 15px;
	-webkit-column-count: 3;
	-webkit-column-gap: 15px;
	column-count: 3;
	column-gap: 15px;
}

/* ---  CONTENT AREA START ---  */
#content {
	position: relative;
	float: left;
	margin: 0px auto;
	padding: 8px;
	width: 956px; 
	min-height: 484px; 
	background: url('rsc/maincontentwall.png') bottom left repeat-x #fff;
	border: 1px solid #ddd;
	z-index: 1;
}
#col1{
	float: left;
	width: 226px;
}
#col2{
	float: left;
	padding-left: 8px;
	width: 720px;
	position: relative;
}

.slideshow {
	width: 719px;
	height: 245px;
	margin-bottom: 8px;
	border: 1px solid #ccc;
	background-color: #000;
}

.slideshow div {
	display: none;
}

.slideshow div.first{
	display: block;
}

.slideshow img {
	cursor: pointer;
}

.slideshow.mini {
	width: 227px;
	height: 128px;
	border: 1px solid #ccc;
	background-color: #000;
	margin-left: 8px;
	float: left;
}

#pageintro {
	margin-bottom: 8px;
}

.navbox, .box, .mainbox, .newsbox {
	border: 1px solid #ccc;
	-moz-box-shadow: 0px 0px 10px #eee;
}
.navbox{
	background-color: #f7f7f7;
	margin-bottom: 8px;
	min-height:164px;
}
.box{
	background-color: #f7f7f7;
	min-width: 223px;
	margin-bottom: 8px;
}
.box_innhold{
	background-color: #f7f7f7;
	width: 714px;
	border: 1px solid #999;
	margin-bottom: 8px;
	padding: 2px 2px 2px 2px;
}
.boxtitle{
	padding: 6px 8px 0px 8px;
	font-size: 14px;
	background-image: url('rsc/1pix-colhead2.png');
	background-repeat: repeat-x;
	height: 26px;
	margin-bottom: 5px;
	color: white;
}
.boxtitle h3 {
	font-size: 14px; 
	display: inline;
	font-weight: lighter;
}
.boxtitle a, .boxtitle a:hover {
	color: #fff;
}

.miniflashreklame{
	border: 1px solid #bbbbbb;
	background-color: #f7f7f7;
	width: 227px;
	margin-bottom: 8px;
	float: right;
	margin-left: 0px;
	font-size: 11px;
}

.box_katintro {
	width: 720px;
}

.boxpadding {
	padding: 0px 10px 10px 10px;
}


h3.searchhead{ 	/* searchresult header */
	font-size: 14px;
	font-weight: bold;
	margin: 8px 0 14px 0;
}

#searchbox{
	padding: 2px 0px 2px 16px;
	height: 30px;
}
.searchfield{
	width: 165px;
	height: 14px;
	padding: 0px;
	margin-top: 2px;
}
.submitbutton{
 background: transparent url('rsc/searchicon.png') no-repeat 0 0;
 border: none;
 height: 22px;
 width: 24px;
 margin-left: -17px;

}

/* -- Huskeliste -- */

.box .huskeliste {
	margin: 0px 8px 6px 8px;
}

.huskeliste .produkt {
	margin: 10px 0px;
}

.huskeliste .produkt a {
	color: #333;
}
.huskeliste .produkt a:hover {
	color: #000;
}

.box .slett {
	font-size: 10px;
	color: #0077aa;
}

.huskeliste .prodimg {
	width: 25px;
	float: left;
	margin-right: 8px;
}

.emptybutton:hover {
	cursor: pointer;
}

/* ---LEFT NAV START --- */
#navbox{
	padding: 1px 0px 9px 10px;
	font-size: 12px;
}
#navbox a{
	text-decoration: none;
	color: #222;
	padding-bottom: 1px;
	padding-top: 1px;
	line-height: 1.5em;
}
#navbox a:hover{
	color: #0088cc;
}
#navbox ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.level1 {
	font-size: 13px;
	line-height: 18px;
}

.level2 {
	margin-left: 15px;
	line-height: 16px;	
}

.level3 {
	margin-left: 30px;
	font-size: 90%;
	line-height: 16px;	
}

.level4 {
	margin-left: 45px;
	font-size: 90%;
	line-height: 16px;
}

.current {
	font-weight: bold;
}
#navbox ul li.level2:hover {
	list-style-image: url("rsc/bullet.png");
}
#navbox ul li.level3:hover {
	list-style-image: url("rsc/bullet_g.png");
}
#navbox ul li.level4:hover {
	list-style-image: url("rsc/bullet_g.png");
}/* ---LEFT NAV STOPP --- */

.mainpagetable {
	border-collapse: collapse;
	border-spacing: 0px;
}

.mainpagetable h5 {
	margin: 0px;
}

.mainpagetable tr td {
	border-bottom: 1px solid #ddd;
	padding: 13px 0 13px 0;
}

.mainpagetable tr td table td {
	border-bottom: none;
	padding: 15px 0 15px 0;
}

.mainbox{
	background-color: #f7f7f7;
	width: 540px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 8px;
	float: left;
}

#catchooser {
	width: 100%;
	padding: 0px 0px 0px 4px;
	border-spacing: 0px;
	position: relative;
	bottom: 5px;
	margin-bottom: -10px;
}

#catchooser img {
	z-index: 1000;
	position: relative;
}

#catchooser td {
	width: 155px;
	vertical-align: top;
	padding: 0px 4px 0px 0px;
}

#catchooser tr:nth-child(even) td{
	padding-bottom: 10px;
}

#catchooser tr td:nth-child(3n+3) {
	padding-right: 0px;
}

#catchooser .sub td ul {
	border-top: none;
	width: 157px;
	padding: 0px;
	height: 100%;
}

#catchooser .sub td ul li {
	background: transparent;
	width: 157px;
	padding: 4px;
	padding-right: 0px;
}

#catchooser .sub td ul li:nth-child(even) {
}

#catchooser a{
	color: #111;
	text-decoration: none;
	font-size: 10px;
}

#catchooser ul{
	font-size: 10px;
	color: #777;
	list-style-type: none;
	margin: 0px 0px 3px 4px;
	padding: 0px;
	line-height: 18px; 	
	position: relative;
	bottom: 4px;
}

#catchooser li a:hover{
	text-decoration: underline;
}

.katbox{
	padding: 2px 2px 2px 4px;
	width: 538px;
}
.kat{
	float: left;
	padding: 0px 8px 14px 0px;
	width: 150px;
	margin: 0px 10px 0px 10px;
	height: 150px;
}
.katbox a{
	color: #009ce3;
	text-decoration: none;
	font-size: 10px;
}
.katbox_level2{
	height: 100px;
}
.katbox_level2 ul{
	font-size: 10px;
	color: #777;
	list-style-type: none;
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 0px 2px;		
}
.katbox_level2 ul li a{
	line-height: 10px;
}
.katbox_level2 ul li {
	margin-bottom: 5px;
}
.katbox_level2 ul li:hover{
	list-style-image: url("rsc/bullet.png");
}

.prodbox{
	padding: 2px 2px 2px 2px;
	width: 600px;
}
.prodbox_prodwrap{
	float: left;
	margin: 0px 30px 2px 0px;
	width: 160px;
	height: 240px;
	text-align: center;
}
.prodbox_prodwrap h3{
	font-size: 14px;
	color: #135284;
}
.prodbox_proddesc{
	float: left;
	height: 50px;
	font-size: 10px;
	color: #777;
	list-style-type: none;
	margin: 0px;
	padding: 2px 2px 0px 2px;
}
.prodbox_price{
	position: relative;
	color: #135284;
	text-align: left;
	padding: 0px 12px;
}

.newsbox{
	background-color: #f7f7f7;
	width: 168px;
	margin-bottom: 8px;
	float: right;
	margin-left: 0px;
	font-size: 11px;
	padding-bottom: 2px;
}
.relatedlinksbox{
	background-color: #f7f7f7;
	margin-bottom: 8px;
	float: left;
	margin-left: 8px;
	font-size: 11px;
	padding-bottom: 2px;
}

.textinabox{
	padding-left: 8px;
	padding-right: 4px;
	padding-bottom: 4px;
}
.newstext{
	padding: 0px 8px;
}

.newstext ul, .newstext ol, ul.square {
	position: relative;
	right: 2px;
	margin: 0px;
	padding: 0px 0px 0px 18px;
}

.newstext ul, ul.square {
	list-style-image: url('rsc/bullet_b.png');
}

.newstext li, ul.square li {
	margin-bottom: 5px;
}

a.newsbox_editlink, a.relatedlinksbox{
	font-size: 12px;
	line-height: 24px;
	display: block;
	margin: 12px 0px 12px 0px;
	text-decoration: none;
	color: #009ce3;
}
a.newsbox_editlink:hover, a.relatedlinksbox:hover{
	color: red;
}

.footlogos {
	text-align: center;
	width: 100%; 
	position: relative;
	margin: 2px 0px;
}

.footlogos img{
	opacity: 0.8;
	cursor: pointer;
	margin: 3px 10px 3px 10px;
	padding: 0px;
	border: 0px;
}

.footlogos.se img {
	margin: 3px 6px 3px 6px;
}

.footlogos img:hover{
	opacity: 1;
}

#footer{
	position: relative;
	text-align: center;
	font-size: 12px;
	color: #fff;
	width: 974px;
	line-height: 24px;
	clear: both;
	padding-bottom: 4px;
	background: url('rsc/transparent.png') repeat;
}
#footer a{
	color: #fff;
}

/* --- PRODUKTLISTE --- */

#breadcrumb {
	font-size: 10px;
	width: 703px;
	padding: 8px 8px;
	background-repeat: repeat-x;
	background-color: #F7F7F7;
	border: 1px solid #bbbbbb;
	margin-bottom: 8px;
	height: 55px;
	color: #333;
}
#breadcrumb a {
	text-decoration: none;
	color: #fff;
}

#breadcrumb a.level {
	background: url("rsc/navigation-bullet.gif") no-repeat left center transparent;
	padding-left: 15px;
	margin-left: 10px;
}

#breadcrumb h2 span {
	font-size: 10px;
	font-weight: normal;
	position: relative;
	top: 8px;
	color: white;
}

#breadcrumb h2 span img {
	vertical-align: top;
	height: 18px;
	position: relative;
	bottom: 4px;
}

#breadcrumb .beskrivelse {
	padding: 14px 0px 0px 0px;
}
#breadcrumb h2 {
	margin: 0px;
	font-size: 16px;
	font-family: Verdana,sans-serif;
	font-weight: lighter;
	line-height: 32px;
}

.produktliste {
	font-size: 10px;
	width: 720px;
	border: none;
	border-spacing: 0;
	margin-top: -5px;
}

.produktliste .produkt img.prodimg {
	width: 27px;
	margin: 0px 10px;
}

.produktliste .produkt {
	border-bottom: 1px solid #ccc;
}

.produktliste a, .produktruter a,.produktliste a:hover, .produktruter a:hover {
	text-decoration: none;
	color: #222;
}

.produktliste .tableheading td {
	font-weight: bold;
	border: none;
}

.produktliste tr td {
	padding: 8px 0px;
}

.produktliste tr .bilde {
	width: 35px;
}

.produktliste tr td.beskrivelse {
	width: 505px;
}

.produktliste tr td.valg {
	width: 110px;
}

.produktliste tr td.pris {
	width: 80px;
}
td .bottom a span{	/* pris */
	padding: 0px 20px 12px 20px;
}
.produktliste tr.produkt .beskrivelse {
	font-size: 12px;
	display: block;
}

.produktliste .artid {
	color: #444;
}

.produktruter {
	border-collapse: collapse;
}

.produktruter tr {
	border-bottom: 1px solid #ccc;
}

.produktruter tr:last-child {
	border: 0px;
}

.produktruter tr .produktrute {
	width: 220px;
	text-align: center;
	border-bottom: none;
	vertical-align: top;
	font-size: 10px;
	padding: 20px 10px 20px 10px;
	position: relative;	
}

.produktruter tr .produktrute.nopadding {
	padding-top: 0px;
}

.produktruter tr .noborder div {
	border-right: 0px;
}

.produktrute {
	width: 219px; 
	height: 270px; 
	float: left; 
	position: relative; 
	text-align: center; 
	border-bottom: 1px solid #ddd; 
	margin: 10px 10px 15px 10px;
}

.produktruter .noborder {
	border: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
}

.produktrute .top {
	height: 190px;
}

.produktrute .artid {
	font-size: 10px;
	margin-bottom: 10px;
}

.produktrute h3.beskrivelse {
	font-size: 10px;
}

.produktrute img.prodimg {
	height: 100px;
	margin-bottom: 10px;
}

.produktliste .valgknapp
{
	height: 16px;
	vertical-align: bottom;
}

a.tooltip span {
	display: none;
}

a.tooltip:hover span {
	display: inline;
	position:absolute;
	top: 0px;
	background:#444; 
	border:1px solid #aaa; 
	color:#eee;
	width: 140px;
	z-index: 100;
	padding: 5px;
	opacity: 0.9;
	-moz-border-radius: 5px;
}

/* --- Vise produkt --- */

.fullprodukt .bilde {

	float: right;
	position: relative;
}

.fullprodukt .bilde .prodimg {
	width: 200px;
	padding: 4px 8px 4px 4px;
}

.fullprodukt .pris {
padding-left: 12px;
}

.fullprodukt #nyttbilde {
	display: none;
}

.fullprodukt .bilde:hover #nyttbilde {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 8px;
	background-color: white;
	border-width: 0px 0px 1px 1px;
	border-color: #eee;
}

.fullbeskrivelse {
	margin-bottom: 1em;
	padding: 2px 4px 4px 8px;
/* 	border: 1px solid #999; */
	width: 700px;
}
.utvidetbeskrivelse{
	padding: 2px 8px 4px 8px;
}

.utvidetbeskrivelse ul, .utvidetbeskrivelse ol {
	margin: 0 0 1em 0;
	padding: 0 0 0 15px;
}

.utvidetbeskrivelse h3 {
	font-weight: bold;
}

.utvidetbeskrivelse .subhead {
font-weight: bold;
}

.utvidetbeskrivelse .norm {
	background: #f2f2f2;
}

.utvidetbeskrivelse td, .utvidetbeskrivelse span.norm {
	padding: 5px 0px;
}

.valgtprodukttittel{
	margin: 0px;
	font-size: 20px;
	font-family: Verdana,sans-serif;
	font-weight: lighter;
	line-height: 28px;
	padding: 2px 4px 4px 8px;
}
.boxtitle p{
	font-size: 14px;
}
a.boxtitlelink, a.boxtitlelink:hover{
	color: #fff;
}
.produktinfo {
	width: 184px;
	margin-bottom: 1em;
	
}

.norm img, .norm2 img {
	width: 15px;
	vertical-align: middle;
}


/* --- Forhandlerliste --- */

#forhandlerintro {
	height: 280px;
	padding: 5px;
	color: white;
}
#forhandlerintro p {
	font-size: 15px;
	margin-bottom: 1em;
}
#flash {
	float: left;
	width: 386px;
}

#choosecounty {
	margin-left: 70px;
}

#countylist {
	float: left;
	width: 200px;
	margin-top: 10px;
}

#countylist a {
	text-decoration: none;
	display: block;
}

#fylkeliste, #forhandlerproduktliste{
	list-style-type: none;
	margin: 0px;
}

#forhandlerinput table {
	padding: 5px;
	margin: 0px auto;
}

.forhandlertabell {
	width: 719px;
	font-size: 13px;
}

.forhandlertabell h3 {
	font-weight: bold;
	border-bottom: 1px solid #eee;
	padding-bottom: 1em;
}

.forhandler {
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

.forhandler h4 {
	font-weight: bold;
	margin-bottom: 0px;
}

.forhandler table {
	border-spacing: 0px;
}

.forhandler img {
	height: 20px;
	vertical-align: middle;
}

.forhandlertype img {
	height: 18px;
}

#forhandlerlisteikonerwrap {
	position: absolute;
	width: 350px;
	top: 290px;
	right: 0px;
	margin: 0px;
}

#forhandlerlisteikoner {
  position: absolute;	
  width: 350px;
  top: 0px;
  padding-top: 10px;
  text-align: right;
  margin-right: 10px;
  line-height: 2em;
}

#forhandlerlisteikoner.fixed {
  position: fixed;
}

#forhandlerlisteikoner img {
	height: 18px;
	vertical-align: middle;
}

#forhandlerlisteikoner span {
  cursor: pointer;
  color: #0077AA;
}

#forhandlerlisteikoner span.active span, #sortera a.active {
  border-bottom: 2px solid #0077AA;
}

#forhandlerresultat .meta {
	font-size: 11px;
	color: #666;
}

#forhandlerresultat .meta a {
	font-size: 11px;
}

#forhandlerresultat .navn, #forhandlerresultat .navn a {
	font-size: 12pt;
	font-weight: bold;
	color: #111;
}

#forhandlerresultat .dealer_types {
	font-weight: bold;
}

.hide {
	display: none;
}


a.epost {
	margin-right: 10px;
}

/* --- Epost-skjema --- */

form.epost {
	width: 340px;
}

form.epost input, form.epost textarea {
	border: 1px solid #bbb;
	font-size: 12px;
	font-family: Verdana, sans-serif;
	padding: 5px;
}

form.epost input {
	width: 200px;
}

form.epost textarea {
	width: 300px;
	height: 100px;
}

form.epost .button {
	width: 60px;
	background-color: #ddd;
}

form.epost label {
	position: relative;
	top:5px;
}

form.epost fieldset {
	padding: 10px;
	width: 310px;
	background-color: #f7f7f7;
	margin-bottom: 10px;
	border: 1px solid #bbbbbb;
}

form.epost legend {
	color: #222;
	font-size: 14px;
}

form.epost table {
	border-spacing: 0px;
}

form.epost table tr td {
	vertical-align: top;
	padding: 5px 0px;
}

#error {
	color: #F00;
}

/* --- Ressurser --- */

#ressursheader {
	width: 719px;
	height: 245px;
	margin-bottom: 8px;
	border: 1px solid #bbb;
	background: url('rsc/ressurser.jpg') no-repeat;
}

				/* svensk side */
				#ressurstopp {
					width: 719px;
					height: 245px;
					border: 1px solid #bbb;
					margin-bottom: 8px;
					background: #eee;
					color: #000;
					background: url('rsc/ressurstransparent.jpg') no-repeat;
				}
				
				#ressurstopp .textpadding {
					padding: 3px 6px;
				}

#ressursheader 

#ressurser {
	clear: both; 
	width: 719px; 
	min-height: 400px;
}

#ressurser div {
	float: left; 
	width: 169px;
	margin-right: 10px;
	padding-bottom: 10px;
}

#ressurser div h3 {
	margin-bottom: 1em;
	font-weight: bold;
}

#ressurser div ul {
	list-style-image: url('rsc/bullet_b.png');
	margin: 0px;
	padding-left: 10px;
	font-weight: normal;
}

#ressurser div ul li {
	margin: 5px 0px;
}

#ressurser div li.folder, #ressurser div ul li.subfolder {
	list-style-image: url('rsc/folder.jpg');
	font-weight: bold;
}

#ressurser ul.subfoldercontent {
	padding-left: 0px;
}

.verktoy {
	width: 450px;
	margin: 10px auto;
	padding: 20px;
}

.verktoy input {
	width: 80px;
	text-align: right;
}

.verktoy select {
	margin-left: 21px;
	font-size: 13px;
}

.verktoy table {
	width: 100%;
	-moz-box-shadow: 0px 0px 10px #ccc;
	-moz-border-radius: 5px;
	border: 1px solid #ccc;
}
.verktoy table td {
	padding: 8px;
}

.verktoy table tr:nth-child(even) {background: #ddd}
.verktoy table tr:nth-child(odd) {background: #eee}

.verktoy .right {
	text-align: right;
}

.verktoy .right input {
	float: right;
}

.verktoy .last select {
	margin-left: 0px;
	margin-right: 4px;
}

/* ---	Spørreundersøkelse --- */

.survey {
	width: 95%;
	padding: 10px;
	border-spacing: 5px;
	margin: 10px auto 15px;
	-moz-box-shadow: 0px 0px 10px #ccc;
	border: 1px solid #ccc;
	background-color: #eee;
}

.option {
	text-align: center;
	height: 50px;
	background-color: #ddd;
	-moz-border-radius: 3px;
}

.option:hover, .option input:hover, #submit:hover {
	cursor: pointer;
}

.option.selected, .option.selected:hover {
	background-color: #b6dde2;
}

.option:hover {
	background-color: #d0e6ea;
}

#submit {
	padding: 5px;
	width: 60px;
	margin: 0px 0px 15px;
	background-color: #eee;
	border: 1px solid #ccc;
	-moz-box-shadow: 0px 0px 4px #ccc;
}

/* ---  CONTENT AREA STOPP ---  */


/* Tekstformatering */
p{
	margin: 0px;
}

a{
	color: #0077aa;
	text-decoration: none;
}
a:hover {
	color: #0088cc;
}

a.valg {
	margin-right: 5px;
}

a img{
border: none;
}

h1{
	margin: 0px;
}

h1 span {
	display: none;
}

h2 {
	margin: 0 0 14px 0;
	font-size: 21px;
}

h3 {
	font-weight: bold;
	margin: 0px;
	position: relative;
}

h3.block {
	margin: 1em 0;
}

/* REDIGER-KNAPP OG LOGG UT KNAPP START */
.rediger, .loggut{
	position: absolute;	
	left: -327px;
	font-size: 12px;
	background: url("rsc/editbutton.png");
	text-decoration: none;
	padding-top: 8px;
	text-align: center;
	width: 93px;
	height: 25px;
}
.rediger {
	top: 40px;
}
.rediger:hover {
	color: #0088cc;
}
.loggut {
	top: 80px;
}
.loggut:hover {
	color: #0088cc;
}
.flaggfane, .visningsfane{
	position: absolute;
	right: -35px;
	top: 9px;
	font-size: 12px;
	background: url("rsc/flaggfane.png");
	text-decoration: none;
	padding-top: 8px;
	text-align: center;
	width: 42px;
	height: 85px;
}

.visningsfane {
	top: 110px;
	background: url("rsc/visningsfane.png") no-repeat;
}
.visningsfane a {
	display: block;
	margin: 0px 4px 8px 13px;
}

.flagg{
	padding: 3px 4px 10px 13px;
}

.flaggfane img:hover{
}

.edit {
	font-size: 12px;
}

.edit img {
	width: 12px;
}

/* REDIGER-KNAPP OG LOGG UT KNAPP STOPP */

.editthis{
	list-style-image: url('rsc/pencil.png');
}

.editlink{
	font-size: 12px;
	line-height: 12px;
	padding: 10px;
	padding-left: 0px;
	text-decoration: none;
	color: #009ce3;
}
.editlink:hover{
	color: #0088cc;
}

/* Diverse undersider */

.skjema {
	padding: 15px;
	background-color: #eee;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-moz-box-shadow: 0px 0px 10px #eee;
}

.skjema td {
	vertical-align: top;
}

.skjema fieldset {
	padding: 15px;
	margin: 0px 0px 20px 0px;
	background-color: #e5e5e5;
	border: 1px solid #ccc;
}

.skjema fieldset legend {
	font-size: 14px;
	background-color: #e5e5e5;
	border: 1px solid #ccc;
	border-bottom: none;
	padding: 4px;
	position: relative;
	margin-bottom: 4px;
}

.skjema .button {
	width: 60px;
	background-color: #e5e5e5;
	border: 1px solid #ccc;
	padding: 5px;
}

.skjema .button:hover {
	cursor: pointer;
}

#registrer input, #registrer textarea, #registrer select {
	width: 200px;
	margin-right: 8px;
	border: 1px solid #ccc;
	padding: 3px;
	background-color: #fdfdfd;
}

#registrer input.error {
	border: 1px solid orange;
}

#registrer select {
	width: 206px;
}


#varordremeny img {
	margin: 0px;
	padding: 0px;
}


.varordrelist {
	width: 100%;
	border-spacing: 0px;
}

.varordrelist td, .varordrelist th {
	padding: 8px 5px;
	text-align: left;
}

.varordrelist tr:nth-child(even) {
	background-color: #ddd;
}

.varordrelist h3 {
	font-weight: bold;
}

.varordrelist .antall {
	width: 40px;
}

.varordrelist .pris {
	width: 60px;
}

.varordrelist td.right, .varordrelist th.right {
	text-align: right;
}

.varordrelist td.center, .varordrelist th.center {
	text-align: center;
}

.varordrelist tr.sum td {
	font-weight: bold;
}

.varordrelist .sendorder {
	width: 400px;
	margin: 0px auto;
	border-spacing: 0px;
}

#printtitle {
	display: none;
}

.text p {
	margin: 0px 0px 1em 0px;
}



#premier h3, .premier h4 {
	margin-top: 0px;
}

#premier td {
	text-align: center;
}

