body {
	margin: 0px;
	margin-bottom: 20px;

	padding: 0px;
	
	background-color: #272727;
	background-image: url(../pix/bg_body.png);
	background-repeat: repeat-x;	

}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	font-weight: normal;
}


.maindiv {
	width: 1050px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	
	border-radius:0px 0px 10px 10px;
	-moz-box-shadow: 0 0 15px #8C8C8C;
 	-webkit-box-shadow: 0 0 15px #8C8C8C;
	box-shadow: 0 0 15px #8C8C8C;	
}
.header {
	height:100px;
	width: 1050px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(../pix/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	/* background:url("http://www.starfelt.se/pix/gradient.png") repeat-x scroll 0 0 transparent; */
}
.header_meny {
	float: left;
	margin: 0px; 
	padding: 0px;
	background:url("http://www.starfelt.se/pix/navigation_blue.png") repeat-x scroll 0 0 transparent;
	display:block;
	height:35px;
	width:300px;
}

.header_meny_old {
	height:40px;
	width: 1050px;
	margin: 0 auto;
	padding: 0px;
	background-image: url(../pix/bg_meny.gif);
	border-top: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;

}
.footer {
	width: 1050px;
	min-height:220px;
	margin: 0 auto;
	border-radius:0px 0px 10px 10px;
	background-image: url(../pix/footer_bg.gif);
	background-color: #10457C;
	background-repeat: repeat-x;
}
.content {
	min-height:400px;
	width: 1050px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
.leftdiv {
	float: left;
	min-height:200px;
	width: 180px;
	margin: 20px;
}

.center-right-div {
	float: left;
}

.center_kategoridiv {
	min-height: 400px;
	width: 810px;
	float: left;
	margin: 20px 20px 20px 0px;
	clear: both;
}
.center_artikeldiv {
	min-height: 400px;
	width: 810px;
	float: left;
	margin: 0px 20px 20px 0px;
	clear: both;
}
.center_textdiv {
	width: 810px;
	float: left;
	clear: both;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.centerdiv {
	min-height: 400px;
	width: 630px;
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.righttdiv {
	float: right;
	min-height: 200px;
	width: 160px;
	margin: 20px;
	margin-bottom: 0px;
}

 .clear {
  clear: both;
}
 .clear5 {
  clear: both;
  height: 5px;
}
 .clear10 {
  clear: both;
  height: 10px;
}
 .clear15 {
  clear: both;
  height: 15px;
}
 .clear20 {
  clear: both;
  height: 20px;
}

.test {
	font-family: Arial, Helvetica, sans-serif;
}

.rubrik {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.underrubrik {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
.brodtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 18px;
}

.brodtext a:link
{color: #333;text-decoration: none;}
.brodtext a:hover
{color: #333; text-decoration: none;}
.brodtext a:active
{color: #333; text-decoration: none;}
.brodtext a:visited
{color: #333; text-decoration: none;}

.submit {
	height: 22px;
	min-width: 70px;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	margin: 0px;
	padding: 0px;
	border-radius:3px;
	background:url("http://www.starfelt.se/ny/pix/gradient.png") repeat-x scroll 0 0 transparent;
}

.textfield {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	height: 20px;
	border: 1px solid #dedede;
	border-radius: 3px;
	padding-left: 4px;
}
.textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	border: 1px solid #dedede;
	border-radius: 3px;
	padding-left: 4px;
}

.textfield_box {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	height: 22px;
	border: 1px solid #dedede;
	border-radius: 3px;
	padding-left: 4px;
	line-height: 22px;
	background-color: #F2F2F2;
}
.textfield_box_user {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	width: 140px;
	color: #333;
	height: 22px;
	border: 1px solid #dedede;
	border-radius: 3px;
	padding-left: 4px;
	line-height: 22px;
	background-color: #F2F2F2;
}

.logodiv {
	margin: 10px 20px;
	float: left;
	height: 60px;
	width: 300px;
}
.teldiv {
	margin: 24px 20px 0px 0px;
	float: left;
	height: 60px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: normal;
	font-style: normal;
}
.telsokdiv {
	margin: 20px;
	float: left;
	height: 70px;
	width: 300px;
}
.telbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin: 00px;
	float: left;
	height: 35px;
	width: 300px;
}


.varukorgdiv {
	float: right;
	height: 80px;
	width: 240px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-radius: 0px 0px 10px 10px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	-moz-box-shadow: 1px 1px 5px #CCCCCC;
	-webkit-box-shadow: 1px 1px 5px #CCCCCC;
	box-shadow: 1px 1px 5px #CCCCCC;

	background-color: #1f5691;

}

.varukorgdiv_box_left {
	float: left;
	height: 80px;
	width: 124px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
}

.varukorgdiv_box_right {
	float: right;
	height: 70px;
	width: 95px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
}




.varukorg_rubrik {
	float: left;
	clear:both;
	height: 20px;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #DBDBDB;
	margin-top: 0px;
	margin-left: 0px;
}

.varukorg_namn {
	float: rught;
	clear: both;
	height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #DBDBDB;
	margin-top: 14px;
	margin-left: 0px;
	margin-bottom: 6px;
	text-align: right;
	line-height: 14px;
	vertical-align: middle;
}

.varukorg_text {
	float: left;
	clear:both;
	height: 18px;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #DBDBDB;
	margin-top: 5px;
	margin-left: 10px;
}

.varukorg_kassan_submit {
	height: 18px;
	width: 70px;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	margin-top: 4px;
	margin-bottom: 2px;
	padding-left: 5px;
	border-radius:3px;
	background:url("../pix/gradient.png") repeat-x scroll 0 0 transparent;
}

.varukorg_kassan_submit_old {
	height: 18px;
	min-width: 70px;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	margin-bottom: 8px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius:3px;
	background:url("../pix/gradient.png") repeat-x scroll 0 0 transparent;
}



.bannerdiv {
	height: 300px;
	width: 810px;
	float: left;
	background-color: #CCCCCC;
	margin: 20px 0px;
}
.footerbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DBDBDB;
	margin: 20px 30px 10px;
	float: left;
	line-height: 18px;
	min-height: 80px;
}

.footerbox_rubrik {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DBDBDB;
	text-indent: 12px;
}

.footerline {
	background-color: #005797;
	margin: 30px 20px;
	height: 110px;
	width: 1px;
	float: left;
}
.safe_logo_ram {
	border: 1px solid #CCC;
}



.sokfield {
	float: left;
	margin-left: 20px;
	margin-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:17px;
	font-size: 12px;
	height: 20px;
	width: 150px;
	padding-left: 25px;
	background-image: url(http://www.starfelt.se/ny/pix/sok.png);
	background-repeat: no-repeat;
	border: 2px inset #CCCCCC;
	border-radius:4px 4px 4px 4px;
	/* box-shadow: 0 -1px 0 rgba(0, 0, 0, .20) inset, 0 1px 0 rgba(255, 255, 255, .05); */
	box-shadow: inset 2px 3px 5px #CCCCCC, 0px 1px 1px #333;
}

/*
.sokbox {
	height: 22px;
	width: 178px;
	margin-left: 20px;
	margin-top: 5px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	background:url("http://www.starfelt.se/pix/gradient.png") repeat-x scroll 0 0 transparent;
	float: left;
	border-radius:2px 2px 2px 2px;
}
.sokfield {
	font-family: Arial, Helvetica, sans-serif;
	line-height:16px;
	font-size: 12px;
	height: 19px;
	float: right;
	width: 144px;
	padding-left: 5px;
	border: none;
	margin-left: 4px;
	background:url("http://www.starfelt.se/pix/gradient.png") repeat-x scroll 0 0 transparent;
}
.sokikon {
	float: left;
	padding-left: 5px;
	padding-left: 5px;
}

*/
.nyhetsbox {
	margin-bottom: 15px;
	clear: both;


	-moz-box-shadow: 0px 5px 10px #999999;
	-webkit-box-shadow: 0px 5px 10px #999999;
	box-shadow: 0px 5px 10px #999999;	
}
.footertopline {
	clear: both;
	float: left;
	height: 0px;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #004F88;
	border-bottom-color: #0074CA;
	margin-top: 0px;
	padding: 0px;
}


ul.footerlist
 {
 list-style-type: none;
 padding: 5px;
 margin: 5px;
 }
 ul.footerlist li
 {
	background-image: url(http://www.starfelt.se/pix/arrow.png);
	background-repeat: no-repeat;
	background-position: -2px 2px;
	padding-left: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
 ul.footerlist li a:link
{color: #CCC;text-decoration: none;}
 ul.footerlist li a:hover
{color: #CCC; text-decoration: none;}
 ul.footerlist li a:active
{color: #CCC; text-decoration: none;}
 ul.footerlist li a:visited
{color: #CCC; text-decoration: none;}




.center_kategori_box {
	float: left;
	height: 160px;
	width: 145px;
	background-color: #FFFFFF;
	text-align: center;
	border-top: 1px solid #DBDBDB;
	border-right: 1px solid #DBDBDB;
	border-bottom: 8px solid #DBDBDB;
	border-left: 1px solid #DBDBDB;
	border-radius: 3px 3px 3px 3px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
	


}
.center_kategori_box:hover {
	border-bottom: 8px solid #990000;
	/* box-shadow:0px 0px 8px #0871C2 */
}

.center_kategori_box_redtag {
	float: left;
	height: 145px;
	width: 145px;
	background-color: #FFFFFF;
	text-align: center;
	border-top: 1px solid #990000;
	border-right: 1px solid #990000;
	border-bottom: 8px solid #990000;
	border-left: 1px solid #990000;
	border-radius:3px 3px 3px 3px;


}
.center_kategori_box_redtag:hover {
	border-bottom: 8px solid #DBDBDB;
}





.center_kategori_box_bild {

	clear:both;
	height: 120px;
	width: 133px;
	margin: 10px 5px 5px;
	background-color: #FFFFFF;
	
	text-align: center;
	display: table-cell; 
	vertical-align: middle;	
}

.box_bild {
	max-height: 90px;
	max-width: 110px;
	margin: auto;
	padding-left: 10px;
}

.center_kategori_box_rubrik {
	float: left;
	clear:both;
	height: 20px;
	width: 132px;
	margin: 4px;
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #333333;
}

.center_kategori_padd {
	float: left;
	height: 145px;
	width: 10px;

}
.redtag {
	color:#990000;
	font-weight: bold;
}


.bannerdiv {
	float: left;
	height: 200px;
	width: 808px;
	margin: 20px 20px 0px 0px;
	background-color: #FFFFFF;
}


.test {
	float: left;
	height: 5px;
	width: 90px;
	background-color: #FFFFFF;
	
	-moz-box-shadow: 0px 5px 5px #0061a6;
	-webkit-box-shadow: 0px 5px 5px #0061a6;
	box-shadow: 0px 5px 5px #0061a6;			
}

.nyhetsbox {
	width: 160px;
	margin-bottom: 15px;
	clear: both;
	-moz-box-shadow: 0px 5px 5px #999999;
	-webkit-box-shadow: 0px 5px 5px #999999;
	box-shadow: 0px 5px 5px #999999;	
}

.nyhetsbox_banner {
	float: left;
	max-height: 170px;
	max-width: 652px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.kat_box {
	float: left;
	width: 178px;
	border: 1px solid #DBDBDB; /* #999999; */
	border-radius:0px 0px 0px 0px;
	clear: both;
}

.kat_box_rubrik {
	float: left;
	height: 26px;
	width: 180px;
	background:url("http://www.starfelt.se/pix/bg_produktmeny.png") repeat-x scroll 0 0 transparent;
	border-radius:5px 5px 0px 0px;
	text-align: center;
	margin-top: 2px;
	clear: both;

}

.kat_box_rubrik_inaktiv {
	float: left;
	height: 26px;
	width: 180px;
	background:url("http://www.starfelt.se/pix/bg_produktmeny_inaktiv.png") repeat-x scroll 0 0 transparent;	
	border-radius:5px 5px 0px 0px;
	text-align: center;
	margin-top: 2px;
	clear: both;
}

.kat_box_rubrik_inaktiv:hover {
	background:url("http://www.starfelt.se/pix/bg_produktmeny.png") repeat-x scroll 0 0 transparent;

}

.kat_box_rubrik_text {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #DBDBDB;
	margin-top: 7px;
}

.kat_kategoriruta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	clear: both;
	float: left;
	min-height: 22px;
	width: 178px;
	padding-top: 5px;
	
	color: #000000;
	/* color: #333333; */
	background-color: #FFFFFF;
	/* background-color: #F0F0F0; */
	/* background:url("http://www.starfelt.se/pix/bg_produktmeny_inaktiv.png") repeat-x scroll 0 0 transparent; */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBDB;
	text-indent: 15px;
}
.kat_underkategori_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	color: #000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 31px;
	text-indent: 0;
}


.kat_kategoriruta:hover {
	/* background:url("http://www.starfelt.se/pix/gradient.png") repeat-x scroll 0 0 transparent; */
		border-bottom-width: 4px;
	border-bottom-style: solid;
		border-bottom-color: #990000;
}



a.kat_kategorilink:link {color: #000000; text-decoration: none;}
a.kat_kategorilink:hover{color: #333333; text-decoration: none;}
a.kat_kategorilink:active {color: #000000; text-decoration: none;}
a.kat_kategorilink:visited {color: #000000; text-decoration: none;}

.kat_kategoriruta_sista {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	clear: both;
	float: left;
	height: 22px;
	width: 178px;
	padding-top: 5px;
	
	color: #990000;
	/* color: #333333; */
	background-color: #FFFFFF;
	/* background-color: #F0F0F0; */
	/* background:url("http://www.starfelt.se/pix/bg_produktmeny_inaktiv.png") repeat-x scroll 0 0 transparent; */

	text-indent: 15px;
}

.kat_kategoriruta_sista:hover {
	/* background:url("http://www.starfelt.se/pix/gradient.png") repeat-x scroll 0 0 transparent; */
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}

/* INFOBOX BÖRJAR */

.info_box {
	float: left;
	min-height: 160px;
	width: 158px;
	border-top: none #999999;
	border-right: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	border-left: 1px solid #DBDBDB;
	border-radius:0px 0px 5px 5px;
	clear: both;

}


.info_box_rubrik {
	float: left;
	clear: right;
	height: 26px;
	width: 160px;
	background:url("http://www.starfelt.se/pix/bg_puffmenyer.png") repeat-x scroll 0 0 transparent;
	border-radius:4px 4px 0px 0px;
	text-align: center;
	
	-moz-box-shadow: 0px 4px 5px #999999;
	-webkit-box-shadow: 0px 4px 5px #999999;
	box-shadow: 0px 4px 5px #999999;		
}

.info_box_rubrik_text {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DBDBDB;
	margin-top: 7px;
}



.info_box_nyhetsruta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	clear: both;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 8px;
	color: #000000;
	margin-right: 5px;
}
.info_box_nyhetsrubrik {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #990000;
}

/* INFOBOX SLUTAR */

/* INFOBOX BACKUP BÖRJAR 

.info_box {
	float: left;
	min-height: 160px;
	width: 178px;
	border-top: none #999999;
	border-right: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	border-left: 1px solid #DBDBDB;
	border-radius:0px 0px 5px 5px;
	clear: both;

}


.info_box_rubrik {
	float: left;
	clear: right;
	height: 26px;
	width: 180px;
	background:url("http://www.starfelt.se/pix/bg_puffmenyer.png") repeat-x scroll 0 0 transparent;
	border-radius:4px 4px 0px 0px;
	text-align: center;
	
	-moz-box-shadow: 0px 4px 5px #999999;
	-webkit-box-shadow: 0px 4px 5px #999999;
	box-shadow: 0px 4px 5px #999999;		
}

.info_box_rubrik_text {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DBDBDB;
	margin-top: 7px;
}



.info_box_nyhetsruta {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	clear: both;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	color: #000000;
	margin-right: 15px;
}
.info_box_nyhetsrubrik {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #990000;
}

 INFOBOX BACKUP SLUTAR */



.nyhetsbrev_box {
	float: left;
	min-height: 160px;
	width: 178px;
	border-top: none #999999;
	border-right: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	border-left: 1px solid #DBDBDB;
	border-radius:0px 0px 5px 5px;
	clear: both;
}

.nyhetsbrev_box_rubrik {
	float: left;
	clear: right;
	height: 26px;
	width: 180px;
	background:url("http://www.starfelt.se/pix/bg_puffmenyer.png") repeat-x scroll 0 0 transparent;
	border-radius:4px 4px 0px 0px;
	text-align: center;
	
	-moz-box-shadow: 0px 4px 5px #999999;
	-webkit-box-shadow: 0px 4px 5px #999999;
	box-shadow: 0px 4px 5px #999999;		
}

.nyhetsbrev_box_nyhetsruta {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	clear: both;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	color: #000000;
	margin-right: 10px;
}
.nyhetsbrev_box_textfield {
	height: 16px;
	width: 140px;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	margin-bottom: 8px;
	padding-left: 5px;
	border-radius:3px;
}

.nyhetsbrev_box_submit {
	height: 20px;
	width: 80px;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	margin-bottom: 8px;
	padding-left: 5px;
	border-radius:3px;
	background:url("http://www.starfelt.se/pix/gradient.png") repeat-x scroll 0 0 transparent;
}
.center_toplink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	margin: 0px 0px 10px;
	padding: 0px;
	text-decoration: none;
}
a.center_toplink:link {color: #999999;}
a.center_toplink:hover{color: #333333; text-decoration: none;}
a.center_toplink:active {color: #999999;}
a.center_toplink:visited {color: #999999;}

.center_toprubrik {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
.center_toptext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
.center_topline {
	background-color: #DBDBDB;
	height: 1px;
	width: 100%;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}


/* Artikelrutor i listor */

.center_lista_box {
	float: left;
	height: 234px;
	width: 145px;
	text-align: center;
	border-top: 1px solid #DBDBDB;
	border-right: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	border-left: 1px solid #DBDBDB;
	border-radius: 3px 3px 3px 3px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.center_lista_box:hover {
	box-shadow: inset 0px 0px 12px #DBDBDB;
}

.center_lista_box_content {
	position:relative;
	widht:100%;
	margin: 0px;
	padding: 0px;
}
.center_lista_box_nyhet {
	position:absolute;
	top:0;
	left:0;
	background-image: url(../pix/nyhet_topleft.png);
	background-repeat: no-repeat;
	background-position: right top;
	width:73px;
	height:73px;
	margin: 0px;
	padding: 0px;
}
.center_lista_box_kampanj {
	position:absolute;
	top:0;
	right:0;
	background-image: url(../pix/kampanj_topright.png);
	background-repeat: no-repeat;
	background-position: right top;
	width:73px;
	height:73px;
	margin: 0px;
	padding: 0px;
}


.center_lista_box_bild {
	clear:both;
	height: 115px;
	width: 133px;
	margin: 10px 5px 0px;


	text-align: center;
	display: table-cell; 
	vertical-align: middle;		
}
.center_lista_box_rubrik {
	float: left;
	clear:both;
	height: 36px;
	width: 137px;
	margin: 4px;
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	font-weight: bold;
}
.center_lista_box_brodtext {
	float: left;
	clear:both;
	height: 40px;
	width: 137px;
	margin: 4px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
}

.center_lista_box_pris {
	float: left;
	clear:both;
	height: 16px;
	width: 137px;
	margin: 4px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;

}

.center_lista_padd {
	float: left;
	height: 145px;
	width: 10px;

}
.center_lista_box_ca {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.center_lista_sortera {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	padding: 2px;
	height: 22px;
	width: 120px;
	border: 1px solid #CCC;
}


.artikel_left_box{
	float: left;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	min-height: 250px;
	width: 250px;

}

.artikel_bild_box {
	float: left;
	margin: 0px;
	min-height: 100px;
	width: 260px;
	border: 1px solid #DBDBDB;
	border-radius:5px;

}

.artikel_bild {
	max-width: 250px;
	max-height: 300px;

}

.artikel_bild_leverantor {
	float: left;
	padding: 5px;
	clear: both;

}

.artikel_extrabilder_box {
	float: left;
	min-height: 20px;
	width: 260px;
	border-radius: 5px;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#eeeeee'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#eeeeee));
	background: -moz-linear-gradient(top,  #FFFFFF,  #eeeeee);
	text-align: left;
}

.artikel_extrabild_ruta {
	margin: 5px;
	padding: 2px;
	float: left;
	height: 40px;
	border: 1px solid #CCC;
	background-color: #FFF;
	text-align: center;
}

.artikel_extrabild_liten {
	float: left;
	margin: 5px;
	padding: 5px;
	height: 40px;
	border: 1px solid #CCC;
	background-color: #FFF;

}


.artikel_extrabild {
	margin: 5px;
	float: left;
	height: 80px;
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;


}


.artikel_info_box {
	float: left;
	min-height: 350px;
	width: 528px;
	margin: 0px;
}

.artikel_info_rubrik {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 5px 0px;
	padding: 0px;
	color: #000000;
	font-weight: normal;
}
.artikel_specifikation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
}

.artikel_info_underrubrik {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #333;
}


.artikel_info_overrubrik {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

.artikel_pris_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 10px;
	float: left;
	min-height: 90px;
	width: 508px;
	border: 1px solid #DBDBDB;
	border-radius:5px;	
	background-image: url(../pix/pris_ruta_bg.png);
	
	/*
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#eeeeee'); /* for IE */

		/*
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#eeeeee));
	background: -moz-linear-gradient(top,  #FFFFFF,  #eeeeee);	
	*/
	
}
.artikel_pris_box_ej_inloggad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 10px;
	float: left;
	height: 50px;
	width: 508px;
	border: 1px solid #DBDBDB;
	border-radius:5px;	
	background-image: url(../pix/pris_ruta_bg.png);
}

.artikel_pris_left {
	padding: 0px;
	float: left;
	width: 290px;
	margin-right: 0px;
}
.artikel_pris_right {
	float: right;
	width: 190px;
	height: 80px;
	border: 1px solid #DBDBDB;
	border-radius: 5px;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.artikel_pris_right_ej_inloggad {
	float: right;
	width: 190px;
	height: 40px;
	border: 1px solid #DBDBDB;
	border-radius: 5px;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.artikel_capris {
	font-size: 16px;
	font-weight: bold;
}

.artikel_capris_redtag {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}




.artikel_pris_antal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	height: 20px;
	width: 30px;
	border: 1px solid #CCC;
	text-align: center;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-radius: 5px;
}
.artikel_pris_submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding: 2px;
	padding-top: 4px;
	height: 28px;
	width: 60px;
	border: 1px solid #CCC;
	text-align: center;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-radius: 5px;
	background: url("../pix/bg_submit.png") repeat-x scroll 0 0 transparent;
}
.artikel_relaterade_rubrik {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dedede;
	clear: both;
	float: left;
	width: 810px;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 20px;

}

.artikel_pris_submit:hover {
	background:url("../pix/bg_submit_hover.png") repeat-x scroll 0 0 transparent;

}


.artikel_pris_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}

	
.artikel_pris_text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	margin: 0px;
	line-height: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.nyheter_publicering {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

.nyheter_rubrik {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #164D84;
	margin: 0px;
	padding: 0px;
}
.nyheter_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
}



.nyheter_ram {
	min-height: 40px;
	width: 793px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	background: url("../pix/gradient_soft.png") repeat-x scroll 0 0 transparent;
	border-radius: 0px 0px 0px 0px;
	border: 1px solid #dedede;
}

.nyheter_datum {
	float: right;
	height: 14px;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-align: right;
	padding-right: 10px;
	padding-top: 2px;
	border-radius: 10px 0px 0px 0px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
}
.referenser_box_left {
	margin-right: 5px;
	padding: 0px;
	float: left;
	width: 180px;
	min-height: 50px;

}
.referenser_box_right {
	margin-right: 0px;
	padding: 0px;
	float: left;
	width: 185px;
}


.referenser_ram {
	min-height: 196px;
	width: 370px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	background: url("../pix/gradient_long.png") repeat-x scroll 0 0 transparent;
	border-radius: 0px 0px 0px 0px;
	border: 1px solid #dedede;
	float: left;
}
.referenser_rubrik {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #164D84;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 22px;
}
.referenser_bild_stor {
	border: 1px solid #dedede;
	width: 164px;
	padding: 3px;
}
.referenser_skugga {
	border: 0px solid #dedede;
	width: 170px;
	padding: 0px;
}
.referenser_bild_liten {
	border: 1px solid #dedede;
	padding: 0px;
	max-width: 80px;
	max-height: 54px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
}



.referenser_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333;
	padding: 0px;
	margin: 0px;
}

.referenser_padd {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 20px;
	float: left;
}
.varumarken_box {
	height: 129px;
	width: 149px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333;
	line-height: 16px;
	border: 1px solid #CCC;
	border-radius: 5px 5px 5px 5px;
}

.varumarken_logoruta {
	height: 129px;
	width: 149px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	display: table-cell; 
	vertical-align: middle;		
}

.varumarken_logo {
	max-height: 120px;
	max-width: 120px;
	margin: auto;
}


/* Inloggning i fancybox start */

.inloggad_rubrik {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
}
.inloggad_brodtext {
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: 20px;
}
.inloggad_ram {
	border: 3px solid #0066CC;
	height: 200px;
	width: 300px;
	padding: 10px;
}
.inloggad_div {
	padding: 4px;
	height: 100px;
	width: 260px;
	background-color: #E9E9E9;
	text-align: center;
}

.inloggad_bild_div {
	padding: 4px;
	height: 400px;
	width: 300px;
	background-color: #E9E9E9;/* #E9E9E9  FFFFFF;*/
	text-align: center;
}

.inloggad_brod {color: #333333;
text-decoration: none
}

a.inloggad_brod:link{color: #333333;}
a.inloggad_brod:visited{color: #333333;}
a.inloggad_brod:hover{color: #333333;text-decoration: underline;}
a.inloggad_brod:active{color: #333333;}

/* Inloggning i fancybox slut */


.af_rubrik {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #164D84;
	margin: 0px;
	padding: 0px;
}
.af_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
	text-decoration: none
}

a.af_text:link{color: #333333;}
a.af_text:visited{color: #333333;}
a.af_text:hover{color: #333333;text-decoration: underline;}
a.af_text:active{color: #333333;}

.af_ram {
	min-height: 40px;
	width: 793px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	background: url("../pix/gradient_soft.png") repeat-x scroll 0 0 transparent;
	border-radius: 0px 0px 0px 0px;
	border: 1px solid #dedede;
}

.ram {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background: url("../pix/gradient_soft.png") repeat-x scroll 0 0 transparent;
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #dedede;
	padding: 4px;
}

.bildram_skugga {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #dedede;
	padding: 4px;
	-moz-box-shadow: 3px 5px 8px #CCCCCC;
	-webkit-box-shadow: 3px 5px 8px #CCCCCC;
	box-shadow: 3px 5px 8px #CCCCCC;	
}

.silver_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
	line-height: 18px;
	text-decoration: none;
}

.vit_small a:link
{color: #CCC;text-decoration: none;}
.vit_small a:hover
{color: #CCC; text-decoration: none;}
.vit_small a:active
{color: #CCC; text-decoration: none;}
.vit_small a:visited
{color: #CCC; text-decoration: none;}









.support_ram {
	height: 120px;
	width: 360px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-right: 20px;
	background: url("../pix/gradient_long.png") repeat-x scroll 0 0 transparent;
	border-radius: 0px 0px 0px 0px;
	border: 1px solid #dedede;
	float: left;
	margin-bottom: 20px;
}

.support_box_left {
	border: 0px solid #dedede;
	margin-right: 12px;
	padding: 0px;
	float: left;
	width: 120px;
	height: 112px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;


}
.support_box_right {
	margin-right: 0px;
	padding: 0px;
	float: left;
	width: 225px;
}
.support_bild_stor {

	max-width: 110px;
	max-heigt: 110px;
	padding: 5px;
	padding-top: 10px;
	margin: auto;
}

.support_padd {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 20px;
	float: left;
}
.support_kat1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #164D84;
	clear: right;
	float: left;
	padding-top: 15px;
	padding-bottom: 5px;
	width: 500px;
}
.support_kat2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	clear: right;
	float: left;
	width: 500px;
	margin-left: 15px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}

.dot_line {
	padding-top: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: 8px;
	margin-right: 10px;
	float: left;
}
.support_print {
	float: right;
	height: 22px;
	width: 22px;

}


.mk_div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-height: 200px;
	width: 100%;
	border: 1px solid #DBDBDB;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;	
	-webkit-border-bottom-right-radius: 5px;	
	-webkit-border-bottom-left-radius: 5px;	
}
.utgagna_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	clear: both;
	float: left;
	width: 100%;
	line-height: 25px;
}
.utgagna_var {
	float: left;
	width: 40%;
}
.utgagna_rad {
	float: left;
	width: 60%;
}

.utgagna_rad a:link {color: #333;text-decoration: none;}
.utgagna_rad a:hover {color: #333; text-decoration: none;}
.utgagna_rad a:active {color: #333; text-decoration: none;}
.utgagna_rad a:visited {color: #333; text-decoration: none;}

.mk_tab {
	float: right;
	height: 18px;
	margin-top: 5px;
	margin-right: 5px;
	padding-top: 6px;
	width: 130px;
	border: 1px solid #dedede;
	border-bottom: none;
	background-image: url(../pix/mk_tabs_active.png);
	/*background-image: url(../pix/tabs_inactive2.png);*/
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	text-align: center;
	background-repeat: repetir-x;
}
.mk_tab_aktiv {
	float: right;
	color: #0061a6;
	font-weight: bold;
	height: 18px;
	margin-top: 5px;
	margin-right: 5px;
	padding-top: 6px;
	width: 130px;
	border: 1px solid #dedede;
	border-bottom: none;
	background-image: url(../pix/mk_ton.png);
	/*background-image: url(../pix/tabs_inactive2.png);*/
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	text-align: center;
	background-repeat: repetir-x;
}



.mk_tab:hover {
	/* background:url("http://www.starfelt.se/pix/gradient.png") repeat-x scroll 0 0 transparent; */
	background-image: url(../pix/mk_ton.png);
	background-color: #DDD;
	font-weight: bold;
}

.mk_rubrik {
	float: left;
	height: 25px;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin: 0px;
	padding-bottom: 5px;
}

.mk_adresstabell {
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

.mk_rubrikrad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0061a6;
	font-weight: bold;
	line-height: 18px;
}
.mk_ingress {
	color: #0061a6;
	line-height: 16px;
}


.mk_field {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	height: 22px;
	width: 262px;
	border: 1px solid #dedede;
	border-radius: 3px;
	padding-left: 4px;
	line-height: 22px;
	background-color: #F2F2F2;
}

.mk_field_kort {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	height: 22px;
	width: 132px;
	border: 1px solid #dedede;
	border-radius: 3px;
	padding-left: 4px;
	line-height: 22px;
	background-color: #F2F2F2;
}

.mk_textfield {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	height: 20px;
	width: 260px;
	border: 1px solid #dedede;
	border-radius: 3px;
	padding-left: 4px;
}
.mk_dropplist {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #0061a6;

	height: 24px;
	width: 268px;
	border: 1px solid #dedede;
	border-radius: 3px;
	margin: 0px;
	padding-left: 2px;
}

.mk_textfield_kort {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	height: 20px;
	width: 130px;
	border: 1px solid #dedede;
	border-radius: 3px;
	padding-left: 4px;
}

.mk_submit {
	height: 22px;
	min-width: 48px;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 8px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius:3px;
	background:url("http://www.starfelt.se/ny/pix/gradient.png") repeat-x scroll 0 0 transparent;
}
.mk_delete {
	height: 22px;
	min-width: 48px;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 8px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 3px;
	background: url("http://www.starfelt.se/ny/pix/gradient.png") repeat-x scroll 0 0 transparent;
	color: #C00;
}
.mk_action {
	height: 22px;
	width: 150px;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 8px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius:3px;
	background:url("http://www.starfelt.se/ny/pix/gradient.png") repeat-x scroll 0 0 transparent;
}


.mk_email {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	height: 20px;
	width: 123px;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	margin: 0px;
	padding: 0px;
	padding-left: 4px;
	
}
.mk_email_ok {
	height: 22px;
	width: 18px;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 8px;
	padding-left: 0px;
	padding-right: 0px;
	border-radius:3px;
	background:url("http://www.starfelt.se/ny/pix/gradient.png") repeat-x scroll 0 0 transparent;
}
.mk_ordertabell {
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	border-radius: 5px 5px 5px 5px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../pix/bg_ordertabell.gif);
	background-image: url(../pix/gradient.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	border: 1px solid #dedede;
}

.mk_tabelltd {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dedede;
	height: 22px;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 18px;
}

.mk_tabelltop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0061a6;
	font-weight: bold;
	line-height: 18px;
}
.sitemap_brodtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	color: #333;
}

.sitemap_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 30px;
	text-decoration: underline;
}
a.sitemap_link:link {color: #000000;text-decoration: underline;}
a.sitemap_link:hover {color: #000000;text-decoration: underline;}
a.sitemap_link:active {color: #000000;text-decoration: underline;}
