
/******************* Reset ***************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
body{
	line-height: 1;
	color: black;
	background: white;
}


/******************* Header ***************/
html {
	height: 100%;
}

body {
	margin: 0 auto;
	padding: 0;
	font: 70% Verdana,Tahoma,Arial,sans-serif;
	background-color: #AFB1B3;
	color: #303030;
	width: 900px;
	height: 100%;
	background: #fff url(../gifs17/background.gif) 0 0 repeat-x;
}

#container {
	color: #303030;
	background: #fff url(../gifs17/side_bg.gif) 0 245px no-repeat;
	/* Force footer box 100% */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -39px; /* the bottom margin is the negative value of the footer's height */
}

#header { 
	height: 105px;
	margin: 0em auto; 
	background-color: #FFF; 
	color: #E43914;
	background: url(../gifs17/top_bg.gif) 0 -15px no-repeat;
}

#headerlogo {
	float: left;
	padding: 32px 10px 10px 55px;
}

#headerlogo h1 {
	width: 140px;
	height: 36px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; /* FX and IE */
	background: url(../gifs17/logo.gif) 0 0 no-repeat;
}

#headertext {
	float:right;
	padding: 25px 21px 10px 10px;
	text-align:right;
}

#headertext input {
	padding: 1px;
}

#headertext a {
	color: #E43914;
	text-decoration: none;
	line-height: 2em;
}

#headertext .flag, #headertext .flag form {
	display: inline;
}

#headertext .flag input {
	padding-bottom:3px;
	vertical-align: middle;
}

#headertext #ctl00_LoginBox1_btnOK {
	background-image: url('../gifs17/btn_1_1.gif');
	width:16px;
}

#topimg {
	background: url(../gifs17/wide_top.gif) top center repeat-x;
	height: 61px;
}

#midimg1 {
	background: url(../gifs17/wide_skog.jpg) top center no-repeat;
	height: 100px;
}

#midimg2 {
	background: url(../gifs17/wide_hund.jpg) top center no-repeat;
	height: 100px;
}

#midimg3 {
	background: url(../gifs17/wide_barn.jpg) top center no-repeat;
	height: 100px;
}

#midimg4 {
	background: url(../gifs17/wide_bil.jpg) top center no-repeat;
	height: 100px;
}

#midimg5 {
	background: url(../gifs17/wide_bat.jpg) top center no-repeat;
	height: 100px;
}

#topslide {
	width: 900px;
	height: 100px;
	overflow: hidden;
}


/******************* Left Nav ***************/
#leftmenu {
	clear: left;
	float: left;
	width: 190px;
	margin: 30px 13px 10px 0;
}

#leftmenu ul {	
	margin: 0 0 15px 0px;
}

#leftmenu li {
	margin-bottom: 1px;
}

#leftmenu li a,#topmenu li a {
	height: 16px;
	text-decoration: none;
	color: #E43914;
	display: block;
	padding: 4px 0 1px 19px;
	background: #f1f1f1 url(../gifs17/arrow-orange.gif) 8px 9px no-repeat;
}

#leftmenu li#prod_open a {
	background: #f5f5f5 url(../gifs17/arrow-down-orange.gif) 8px 9px no-repeat;
}

#leftmenu li a:hover, #topmenu li a:hover, #leftmenu .current, #topmenu .current {
	background-color: #f6f6f6;
	text-decoration: underline;
}

#leftmenu ul ul {
	margin: 0;
}

#leftmenu ul ul li a {
	padding-left: 34px;
	background: #f5f5f5 url(../gifs17/arrow-orange.gif) 23px 9px no-repeat;
}

#leftmenu ul ul li#prod_ot_open a {
	background: #f5f5f5 url(../gifs17/arrow-down-orange.gif) 23px 9px no-repeat;
}

#leftmenu ul ul ul li a {
	padding-left: 49px;
	background: #f5f5f5 url(../gifs17/arrow-orange.gif) 38px 9px no-repeat;
}

#leftmenu .prod_act {
	float: right;
	width: 30px;
	padding-left: 15px;
	background-image: none;
}

#leftmenu .current, #topmenu .current {
	color: #000;
	text-decoration: none;
	background: #ececec url(../gifs17/arrow-black.gif) 8px 9px no-repeat;
}

#leftmenu li#prod_open .current {
	background: #ececec url(../gifs17/arrow-down-black.gif) 8px 9px no-repeat;
}

#leftmenu ul ul li .current {
	background: #ececec url(../gifs17/arrow-black.gif) 23px 9px no-repeat;
}

#leftmenu ul ul li#prod_ot_open .current {
	background: #ececec url(../gifs17/arrow-down-black.gif) 23px 9px no-repeat;
}

#leftmenu ul ul ul li .current {
	background: #ececec url(../gifs17/arrow-black.gif) 38px 9px no-repeat;
}

#leftmenu ul ul li#prod_ot_open a.prod_act, #leftmenu li#prod_open a.prod_act {
	background-image: none;
}

#leftmenu .current:hover,#topmenu .current:hover {
	text-decoration: underline;
}

#rightmenu {
	float: right;
	width: 170px;
	margin: 45px 0 0 0;
	padding: 0 20px 20px 0;
}

#rightmenu .downloadproduct, #rightmenu .downloadproduct:hover, #rightmenu .downloadproduct:visited {
	color: #E43914;
	text-decoration: none;
	font-weight: bold;
	text-align:center;
}

#rightmenu p {
	margin: 2em 0 1em;
}

#rightmenu strong {
	font-weight: bold;
}

#rightslide {
	width: 170px;
	height: 175px;
	overflow: hidden;
}

#rightmenu li {
	margin: 0 0 0.3em 2em;
	list-style: square;
}

#topmenu {
	display: none;
	line-height: 2em;
}

#topmenu ul {
	text-align: center;
	margin: 15px 0 5px;
}

#topmenu li  {
	display: inline;
}

#topmenu li a {
	display: inline;
	padding: 3px 18px;
}

#omtalertekst {
	width: 190px;
	height: 140px;
	overflow: hidden;
}
#omtalertryggvakt {
	width: 170px;
	height: 150px;
	overflow: hidden;
}

.extra {
	text-align: center;
	width: 190px;
	margin: 0 0 15px 0; 
	padding: 8px 0 6px 0;
	background-color: #f1f1f1;
}

.contactinfo
{
	font: Verdana,Tahoma,Arial,sans-serif;
	text-align:left; 
	font-weight:bolder; 
	padding-left:29px;
	color: #E96B47;
}


/******************* Main Contents ***************/
#contents {
	float: left;
	margin: 30px 0 0 0;
	min-height: 470px;
	width: 475px;
	padding: 0 0 10px 13px;
	line-height: 1.4em;
	border-left: 1px #efefef solid;
	text-align: left;
	height: 100%;
}

#contents h1 {
	font-size:1.9em;
	margin:0 0 0.5em 0;
	color: #E43914;
	font-weight: normal;
}

#contents h2,#contents h3,#contents h4  {
	font-size: 1.5em;
	margin:1em 0 0.7em 0;
	color: #E43914;
	font-weight: normal;
}

#contents h3 {
	font-size: 1.2em;
	margin-top: -2px;
}

#contents h4 {
	font-size: 1em;
}

#contents p {
	margin: 1em 0;
}

#contents img {
	margin: 10px;
	display: inline;
	color: #303030;
}

#contents .nospace {
	margin:0;
	padding:0;
}

#contents ul {
	margin: 0 0 1.4em 0;
}
#contents li {
	margin: 0 0 0.3em 7%;
	list-style: square;
}

#contents strong {
	font-weight: bold;
}

#contents a {
	text-decoration: underline;
	color: #E43914;
	font-weight: bold;
}

#contents a:hover {
	text-decoration: none;
	color: #000;
}

#contents small {
	font-size: 0.8em;
}

#contents fieldset {
	border: 1px solid #cecece;
	width: 90%;
	padding: 0 15px 10px 15px;
	margin: 10px;
	/* height: 100%; */
}

#contents form {
	margin: 5px 0 10px 0;
}

#contents legend {
	font-weight: bold;
	padding: 0 10px;
}

#contents label {
	display: inline;
	position: absolute;
}

#contents input[type=text], #contents input[type=password], #contents textarea, #contents select {
	margin: 0 0 4px 10px;
	border: 1px #cecece solid;
	display: inline;
}

#contents input[type=submit] {
	margin: 0 0 4px 10px;
}

#contents ul.breadcrumb li:last-child {
	padding-right: 15px;
}

#contents ul.breadcrumb li {
	list-type: none;
	display: inline;
	margin: 0;
}

#contents .pdf {
	float: right;
	width: 170px;
	border: 1px #ececec solid;
	padding: 5px;
	margin: 2px;
}

#contents .pdf ul {
	margin: 0.4em;
}


#contents .pdf li {
	list-style: none;
	margin-left: 0;
	padding-bottom: 2px;
}

#contents .pdf ul .icon-pdf {
	background: url(../gifs17/icon_pdf.gif) no-repeat 0px 0em; 
	padding-left: 21px;
}

#contents .pdf ul .icon-file {
	background: url(../gifs17/icon_file.gif) no-repeat 0px 0em; 
	padding-left: 21px;
}

#contents blockquote {
	background: #f5f5f5 url(../gifs17/quote.gif) 5px 5px no-repeat;
	padding: 0 10px 0 37px;
	margin: 0 5px 0 23px;
}

#contents blockquote p {
	padding: 4px 0;
	margin: 8px 0;
}

/* Forside */
#contents .video_thumb {
	margin: 0 9px 0 0;
}

/* Registeringsside */
#contents #contact {
	clear:both;
}

#contents .form-header, #contents .form-topblock {
	padding: 10px 0 5px 0;
}

#contents .form-topblock{
	border-bottom: 1px #ececec solid;
}

#contents .form-topblock input {
	display: inline;
}

#contents .form-topblock label {
	display: inline;
	position: static;
}

#contents .form-bottomblock input {
	display: inline;
	margin-left: 0;
}

.registrering
{
	/*border="none" width="100%" cellpadding="0" cellspacing="0"*/
	/* display: inherit;*/
	border: none;
	width: 100%;
	table-layout: fixed;
	display: block;
}

.td_kundereg_left 
{
	width: 120px;
}

.td_kundereg_right
{
	/* width: 350px; */
	position: relative;
}

.td_produktreg_left 
{
	width: 130px;
}
.td_produktreg_right
{
	/* width: 425px; */
	position: relative;
}

.td_securitasreg_left 
{
	width: 400px;
}

.td_securitasreg_leftkontakt 
{
	width: 100px;
}

.td_securitasreg_right
{
	width: 100px;
	position: relative;
	height: 20px;
}

.td_securitasreg_rightkontakt
{
	width: 700px;
	position: relative;
	left: -115px;
	height: 20px;
}

.reg_inline
{
	display: inline;
}

#contents #trackinginternet p,#contents #actionalarm p,#contents #actioncontact p {
	display: inline;
	width: 300px;
	position: relative;
	margin: 0;
}

#contents #trackinginternet label,#contents #actionalarm label,#contents #actioncontact label {
	display: inline;
	position: relative;
}


#contents #trackinginternet_yes,#contents #actionalarm_yes,#contents #actioncontact_yes {
	margin-left: 340px;
	display: inline;
	vertical-align: middle;
}

#contents #trackinginternet_no,#contents #actionalarm_no,#contents #actioncontact_no{
	margin-left: auto;
	display: inline;
	vertical-align: middle;
}

#contents #monitorblock_person,#contents #monitorblock_car,#contents #monitorblock_mc,#contents #monitorblock_boat,#contents #monitorblock_pet,#contents #monitorblock_other,#contents #securitasblock {
	display: none;
	margin-top: 5px;
	border-bottom: 1px #ececec solid;
}

.form-topblock-monitorperson, .form-topblock-monitorcar, .form-topblock-monitormc, .form-topblock-monitorboat, .form-topblock-monitorpet, .form-topblock-monitorother
{
	position: relative;
	left: 130px;
}

#contents #monitorblock_person_block,#contents #monitorblock_car_block,#contents #monitorblock_mc_block,#contents #monitorblock_boat_block,#contents #monitorblock_pet_block,#contents #monitorblock_other_block,#contents #securitasblock_block {
	display: block;
	margin-top: 5px;
	border-bottom: 1px #ececec solid;
}

#contents #disclaimer {
	margin-left: 0;
	display: inline;
}

/* Prisside / Nyhetside */
#contents .box_header, #rightmenu .box_header {
	font-weight: bold;
	padding: 3px;
	margin-top: 10px;
	background: #f5f5f5;
}

#contents .box_name, #rightmenu .box_name {
	background: #ececec;
	margin: 1px;
	padding: 3px;
}

#contents .box_name a, #rightmenu .box_name a {
	color: #E43914;
}

#contents .price {
	float: right;
	padding: 0 6px;
	clear: right;
}


/* Produktside */
#contents .product-desc li {
	margin-left: 15px;
	width: 95%;
	vertical-align: top;
	list-style: none;
}

#contents .product-desc2 {
	margin-left: 0px;
}

#contents .product-linklist li 
{
	margin-right: 15%;
}

#contents .product-linklist a
{
	text-decoration: none;
}

#contents .product-linklist-num li
{
	list-style: decimal;
}

/* Forhandler login */
#contents #dealers td {
	vertical-align: middle;
}

/* Minside / Kart */
#contents tbody {
	vertical-align: bottom
}

#contents #minside input, #contents #minside textarea, #contents #minside select, #contents #minside label {
	display: inline;
	vertical-align: middle;
	margin: 1px 2px;
	position: static;
}

#contents #minside td {
	padding: 3px 0;
	line-height: 1.5em;
}

#contents_kart {
	float: left;
	border-left: 1px #efefef solid;
}

#contents_kart h1 {
	font-size:1.9em;
	margin:0 0 0.5em 0;
	color: #E43914;
	font-weight: normal;
	margin-left: 25px;
	margin-top: 5px;
}

#contents_kart #kart {
	width: 790px;
	background: #fff;
	border-right: 1px #e3bcb3 solid;
	border-left:1px #e3bcb3 solid;
	border-top: 1px #e3bcb3 solid;
	border-bottom: 1px #e3bcb3 solid;
	padding: 15px 10px 20px 20px;
	margin-bottom: 20px;
	margin-left: 35px;
}

/* Forhandlere */

#contents .forhandlere_cat {
	border-bottom: 1px #efefef solid;
	padding-bottom: 5px;
	font-weight: bold;
	color: #000;
	margin: 0;
}

/******************* Footer Details ***************/
#push {
	height: 55px;
	clear: both;
}

#footer {
	clear: both;
	padding: 13px 0;
	border-top: 1px solid #E43914;
	width: 900px;
	text-align: center;
	background: #FBF4F2 url(../gifs17/bottom_bg.gif) 0 -20px;
	color: #555;  
	font-size:0.9em;
}

#footer a {
	color: #E43914;
	text-decoration: none;
}


/******************* Image Display Settings ***************/
.left {
	margin: 10px 10px 5px 0;
	float: left;
}
.right {
	margin: 10px 0 5px 10px;
	float: right;
}

.textright {
	text-align: right;
}

.center {
	text-align: center;
}

.small {
	font-size: 0.8em;
}

.bold {
	font-weight: bold;
}

.hide {
	display: none;
}

.clear {
	clear: both;
}

.border {
	border: 1px #ececec solid;
}

