#nav {
    clear: both;
}
a:link, a:visited {
  color: #9b171c;
}

img { margin: 0px; }

body {
    margin: 0px;
    padding: 0px;
    text-align: center;
    background-color: #efefef;
    font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Arial', 'Verdana';
    font-size: 100%;
    background: #f5f5ee url('/neted/front/img/signal/gradient.gif') repeat-x;
}

.clear { clear: both; }

input {
/*	font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Arial', 'Verdana';*/
	font-size: 12px;
}

#panel {
	background: #141414;
	height: 150px;
	display: none;
}
#top {
    background: url('/neted/front/img/signal/toppgrafikk.gif') repeat-x;
    height: 15px;
    margin-bottom: 0;
}
#topwrap {
    vertical-align: top;
    padding-top: 0;
    padding-left: 20px;
    width: 890px;
    text-align: left;
    margin: 0 auto;
}

#snav {
    margin-top: 375px;
    margin-left: 0px;
    padding: 0px;
    border: 0px;
}

#snav li {
    list-style: none;
    float: left;
    display: block;
}

#snav img a:link, #snav img a:visited {
    cursor: pointer;
}

#snav li img {
    border: 0;
    margin-right: 1px;
}

#snav a.activeSlide { border-bottom: 2px solid #ccc; }

#topwrap img {
    vertical-align: top;
    margin: 0px;
}
.btn-slide {
    float: right;
    background: url('/neted/front/img/signal/slidebox.png') no-repeat top right;
    width: 226px;
    height: 23px;
    text-align: center;
    padding-right: 8px;
    padding-top: 3px;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    font-size: 0.7em;
    display:none;
}

.btn-slide:visited, .btn-slide:link {
    color: #efefef;
}

.btn-slide:hover {
    text-decoration: underline;
    font-size: 0.7em;
    color: white;
}

#logo {
    background: url('/neted/front/img/signal/signallogo.png') no-repeat;
    width: 205px;
    height: 79px;
}

a {
	font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Arial', 'Verdana';
  font-size: 12px;
  text-decoration: underline;
}

a:hover {
  cursor: pointer;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Arial', 'Verdana';
  font-size: 12px;
}

#logo h1 { display: none; }


#mainwrap {
    padding-top: 50px;
    width: 867px;
    margin: 0 auto;
    text-align: left;
}

p {
    margin: 0px;
    padding: 0px;
   /* font-size: 0.8em;*/
    
}

a:focus {
	outline: none;
}

/* Søkeboks */

.productlist {
    list-style-type: none;
}

.productlist span {
    font-weight: normal;
    font-size: 0.8em;
    color: #eee;
}

#searchbox {
float: right;
margin: 40px 10px 0px 0px;
}

span.sbox_l  {
	background: white url('/neted/front/img/signal/srch_l.gif') no-repeat top left;
	float: left;
	width: 4px; height: 26px;
}

span.sbox_r  {
	background: white url('/neted/front/img/signal/srch_r.gif') no-repeat top left;
	float: left;
	width: 27px; height: 26px;
}

span.sbox input {
	background: white url('/neted/front/img/signal/srch_bg.gif') repeat-x top left;
	float: left;
	border: 0;
	height: 20px;
	width: 166px;
	padding: 6px 3px 0px 3px;
	font-size: 0.8em;
	color: #888;
}



/* Meny */

#menu {
	background: white url('/neted/front/img/signal/menubg.gif') no-repeat;
	width: 874px;
	height: 44px;
}

#navigation {
    margin: 0px 0px 0px 16px;
    padding: 13px 0px 0px 0px;
    list-style-type: none;
}



#navigation li {
    display: block;
    margin: 0px 0px 0px 0px;
    padding-top: 3px;
    float: left;
    padding-bottom: 8px;
    height: 19px;
}

#navigation li.active {
    background-color: white;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-top: 1px solid #efefef;
}



#navigation li a:link, #navigation li a:visited {
    padding: 0px 8px 0px 8px;
    margin: 0px 7px 0px 8px;
    font-size: 0.8em;
    text-decoration: none;
    font-weight: bold;
    color: #444;
}

#navigation li a:hover {
    color: #111;
    text-decoration: underline;
}

#navigation li.active a:link, #navigation li.active a:visited {
    color: #9B171C;
}

/* Undermeny */


#submenu {
    margin: 0px 0px 50px 0px;
    padding: 0px;
    list-style-type: none;
}

#subnavigation {
    margin: 0px 0px 0px 20px;
    padding: 0px;
}

#subnavigation li {
    display: block;
    margin: 0px 0px 0px 0px;
    float: left;
    padding-bottom: 3px;
}

#subnavigation li.active {
    background-color: white;
}



#subnavigation li a:link, #subnavigation li a:visited {
    padding: 0px 8px 4px 0px;
    margin: 0px 7px 0px 0px;
    font-size: 0.8em;
    text-decoration: none;
    font-weight: bold;
    color: #888;
}

#subnavigation li a:hover {
    color: #111;
    text-decoration: underline;
}

#subnavigation li.active a:link, #subnavigation li.active a:visited {
    color: #000;
}

/* Innhold */

#content {
	background: url('/neted/front/img/signal/repeat.gif') repeat-y center;
	width: 874px;
    margin-left: 1px;
}

#search_left {
    width: 310px;
    float: left;
    margin-left: 20px;
}

#search_right {
    width: 430px;
    float: left;
    margin-left: 20px;
}

ul.searchhelp {
    font-size: 0.8em;
}

.desctext {
    font-weight: bold;
    font-size: 1.2em;
}

.desctext_low {
    font-weight: bold;
    font-size: 1em;
    margin-top: 30px
}


ul.searchhelp li {
    margin-bottom: 10px;
}

#search_left .signalcheck {
    height: 300px;
}




#contentwrap {
	padding: 5px 10px 5px 10px;
}

.leftcolumn {
    width: 500px;
    float: left;
    border-right: 1px solid #ccc;
    margin-right: 10px;
    margin-left: 20px;
    padding: 0px 10px 0px 0px;
}



h2 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    margin-top: 10px;
}

.leftcolumn_front {
    width: 537px;
    float: left;
}

.leftcolumn p {
    margin-bottom: 15px;
    color: #222;
margin-top: 0px;
}

.rightcolumn {
    width: 310px;
    float: left;
}

/* Boksmaler */

.manualform {
    width: 300px;
    margin-left: 40px;
}

.manualform p {
    color: #999;
    margin-bottom: 5px;
}

.result {
    border-top: 1px solid #ccc;
    padding: 5px 5px 13px 5px;
    font-size: 0.8em;
}

.result2 {
    border-top: 1px solid #ccc;
    padding: 5px 5px 13px 15px;
    font-size: 0.8em;
    color: #efefef;
}

.result span, .result2 span {
    float: right;
}


.supporttext {
    margin-left: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #888;
}

.supporttext2 {
    padding: 5px;
    color: #888;
    background-color: #efefef;
}

div.box_dark div.rounded {
	margin-bottom: 12px;
	background-color: #585858;
}

div.box_light div.rounded {
	margin-bottom: 12px;
	background-color: #DDDDDD;
	color: #333;
}

div.box_light p {
    color: #333;
    margin-top: 10px;
}

.order_leftcol {
    margin-left: 10px;
    width: 300px;
    float:left;
    color: #333;
}

.order_rightcol {
    margin-left: 20px;
    width: 300px;
    float:left;
}

.order_leftcol input, .order_rightcol input {
    width: 100%;
}

div.box_login_top div.rounded {
	background-color: #585858;
	width: 300px;
	float: right;
}

h3 {
	background-color: #333333;
	padding: 12px 5px 10px 20px;
	margin: 0px;
	color: white;
	font-weight: normal;
	text-transform: uppercase;
}

.signalcheck {
    padding: 8px 20px 8px 20px;
    color: white;
}



.signalcheck p {
    margin-bottom: 5px;
    font-size: 0.7em;
    color: #ccc;

}

div.signalcheck .formdesc {
    color: #999;
    font-size: 0.6em;
}

div.signalcheck .formdesc span {
    float: right;
}

.input_standard {
    width: 250px;
    height: 22px;
    padding: 3px;
    font-size: 0.7em;
    color: #999;
    margin-top: 4px;
    border-top: 1px solid #323232; 
    border-left: 1px solid #323232; 
    border-right: 1px solid #323232; 
    border-bottom: 1px solid #494949; 
}

.adressefelt {
    width: 152px;
    height: 14px;
    padding: 3px;
    font-size: 0.7em;
    color: #999;
    border-top: 1px solid #323232; 
    border-left: 1px solid #323232; 
    border-right: 1px solid #323232; 
    border-bottom: 1px solid #494949; 
}

.ta {
    width: 300px;
    height: 100px;
    padding: 3px;
    font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Arial', 'Verdana';
    font-size: 0.7em;
    color: #999;
    border-top: 1px solid #323232; 
    border-left: 1px solid #323232; 
    border-right: 1px solid #323232; 
    border-bottom: 1px solid #494949; 
}

.loginfelt {
    width: 222px;
    height: 14px;
    margin-right: 20px;
    margin-bottom: 4px;
    padding: 3px;
    font-size: 0.7em;
    color: #999;
    border-top: 1px solid #323232; 
    border-left: 1px solid #323232; 
    border-right: 1px solid #323232; 
    border-bottom: 1px solid #494949; 
}

.forgotpass a:link, .forgotpass a:visited {
    color: #efefef;
    font-size: 0.8em;
}

.forgotpass a:hover {
    color: #ffffff;
}

#loginform_wrap {
    margin-top: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
    width: 230px;
    text-align: left;
}

#loginform_wrap p {
    margin-top: 5px;
}

.poststedfelt {
    width: 97px;
    height: 14px;
    padding: 3px;
    font-size: 0.7em;
    color: #999;
    border-top: 1px solid #323232; 
    border-left: 1px solid #323232; 
    border-right: 1px solid #323232; 
    border-bottom: 1px solid #494949; 
}

.sendinn {
    width: 90px;
    vertical-align: top;
    height: 25px;
    border: 0px;
    color: #efefef;
	  background: white url('/neted/front/img/signal/inputbg2.gif') repeat-x;
    border-top: 1px solid #323232; 
    border-left: 1px solid #323232; 
    border-right: 1px solid #323232; 
    border-bottom: 1px solid #494949; 
    margin: 0px;
    float: right;
}

.sendinn_l {
    width: 90px;
    vertical-align: top;
    height: 25px;
    border: 0px;
    color: #efefef;
	background: white url('../img/signal/inputbg2.gif') repeat-x;
    border-top: 1px solid #323232; 
    border-left: 1px solid #323232; 
    border-right: 1px solid #323232; 
    border-bottom: 1px solid #494949; 
    margin: 0px;
}

div.signalcheck input:focus {
    color: #222;
}

/* Dropdownpanel */

#panelcontainer {
    width: 870px;
    padding-top: 20px;
    margin: 0 auto;
}

/* Nyheter/driftsmeldinger */

.leftarrow {
    background: url('/neted/front/img/signal/indikatorpil.gif') no-repeat bottom center;
    height: 10px;
    width: 100px;
}

.rightarrow {
    background: url('/neted/front/img/signal/indikatorpil.gif') no-repeat bottom right;
    height: 10px;
    width: 160px;
}

ul.blocklist {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

ul.blocklist li a div {
    display: block;
    margin: 0px;
    font-size: 0.9em;
    color: #878787;
}


ul.blocklist li { 
    line-height: 1.1em;
    margin: 0px 0px 1px 0px;
    padding: 7px 0px 6px 20px;
    background-color: #dddddd;
}

ul.blocklist li a:link, ul.blocklist li a:visited {
    color: #333;
    font-size: 1.0em;
    text-decoration: none;
    margin: 0px;
    padding: 0px 0px 0px 0px;
}


ul.blocklist li a:hover {
    color: black;
    margin-left: 0px;
}

ul.blocklist li div a:hover  {
    color: black;
    margin-left: 0px;
}


/* Fotfot */
#footer {
	background: white url('/neted/front/img/signal/footer.gif') no-repeat center;
	margin-left: 1px;
	width: 870px;
	height: 140px;
	margin-bottom: 60px;
}

#footerfront {
	background: url('/neted/front/img/signal/footerbtm.gif') no-repeat center top;
	margin-left: 3px;
	width: 870px;
	height: 10px;
	margin-bottom: 60px;
}

h2 {
  color: #9b171c;
  font-family: 'Trebuchet MS', 'Arial', 'Verdana';
  line-height: 1em;
  font-size: 35px;
  padding: 10px 3px 8px 20px;
}

.footercol h3 {
    background: none;
    padding-left: 0px;
    color: #333;
}

.footercol {
    margin-left: 20px;
    width: 145px;
    float: left;
}

#footer ul, .big ul {
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    line-height: 1.1em;
    list-style-position: outside;
}

#footer ul li, .big ul li {
    border-bottom: 1px solid #ccc;
margin-left: 3px;


}

#footer ul li a:link, #footer ul li a:visited, .big ul li a:link, .big ul li a:visited {
    color: #777777;
    font-size: 0.7em;
    text-decoration: none;
}

#footer ul li a:hover {
    color: black;
}

.big {
    width: 270px;
    margin-bottom: 25px;
padding-left: 25px;
}

.first {
    margin-left: 40px;
}

#container-5 {
	float:left;
}

#progressview {
    margin-left: 30px;
    margin-bottom: 10px;
}

#search_big {
    width: 80%;
    margin-left: 20px;
    margin-right: 20px;
}

#searchnavigation a:link, #searchnavigation a:visited {
  color: #9b171c;
}

#searchnavigation {
    padding-top: 20px;
    padding-bottom: 10px;
}

/* TOOLTIP */

#JT_arrow_left{
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
  top:-3px;
}

#JT_arrow_right{
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
  top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
	text-align: left;
	font-size: 0.7em;
}

.JT_loader{
	background-image: url(../img/signal/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
  margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
  cursor:help;
}

.productlist li img {
  vertical-align: bottom;
}

p.intro {
    font-size: 1.2em;
    font-style: italic;
    padding: 10px 10px 0px 10px;
    color: #555;
}

h2.light {
    font-weight: bold;
    font-size: 1.2em;
    margin: 0px 0px 5px 0px;
    padding: 6px 0px 4px 0px;
    border-bottom: 1px dotted #efefef;
    color: white;
}

h2.dark {
    font-weight: bold;
    font-size: 1.2em;
    margin: 0px 0px 5px 0px;
    padding: 6px 0px 4px 0px;
    border-bottom: 1px dotted #888;
    color: #333;
}

.beskjed {
    width: 100%;
    font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Arial', 'Verdana';
    padding: 3px;
    font-size: 0.8em;
    height: 100px;
}

.formlabel {
    display: block;
}


.formlabel p {
    float: left;
    display: block;
    width: 120px;
    clear: left;
    vertical-align: top;
    font-weight: bold;
}

.formlabel input {
    width: 280px;
    margin-top: 5px;
    float: left;
}

.smallerfield input {
    width: 100px;
}

label {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.nostyle {
    width: auto;
    height: auto;
    background: none;
    padding: none;
    float: none;
}
