/*@charset "utf-8";*/
/* Generella CSSes */

html, body {
	text-align:center;
	background-color: #FFF;
	font-size:11px;
	background-repeat: repeat-x;
	background-position: top;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	
}
.imgBorder {
	border: 1px solid #CCCCCC;
}
.divContentImg img {
	margin-bottom: 8px;
}

body {
	/*overflow:scroll;*/	
}

.wrapper {
	text-align:left;
	width:955px;
	margin:0 auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	
}
.footer {
	height: 77px; /* .push must be the same height as .footer */
	/*background-color: #FFFFFF;*/
	padding-top: 20px;
	/*background-image: url(../images/bg_ftr.jpg);*/
	border-top: 1px solid #cccccc;
	position: relative;
}

.footer div
{
	z-index:100;
	position:relative;
}

.footer a, .footer p{
	color:#000000;
	font-size: 11px;
}

.footerLeft{
	float:left;
	margin:0 0 0 25px;
	width:220px;
	border-right:1px solid #CCCCCC;
	height:50px;
	padding-top: 10px;
}
.footerRight {
	margin:10px 20px 0 0;
	float:right;
	text-align:right;
}


/*SITEMAP*/

#sitmapdiv a
{
	font-size:1.0em;
	text-decoration:none;
	
}
#sitmapdiv ul, li
{
	
	list-style-type:circle;
	font-weight:bold;
}

#sitmapdiv li li
{
	
	list-style-type:square;
	font-weight:bold;
}


#navTop {
	margin: 5px 0px 10px 0px;
	padding: 10px 20px 0px 20px;
	width: 860px;
	height: 24px;
	background-image: url(../images/bg_topnav.png);
	background-repeat: no-repeat;


}
#header{
	padding: 0px 20px 0px 15px;
	margin: 0px;
	position: relative;
	background-image:url(../images/bg_hdr.jpg)
}
#header div
{
	z-index:1000;
}
#hdrLogo{
	width: 316px;
	
}

#hdrMidRight {
	float: right;
	width: 500px;
	text-align: right;
}

#hdrXtraNav ul {
	padding: 0px;
	margin: 0px;
}
#hdrXtraNav li {
	list-style-type: none;
	display: inline;
	margin-left: 15px;
	border-left:#666666 1px solid;
}

#hdrXtraNav a {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	
	padding-left:10px;
}

#hdrXtraNav ul li:first-child  {

	border-left:none;

}

#hdrXtraNav a:hover {
	color: #666;
}

#hdrSearch {
	text-align: right;
	padding-top: 20px;
}



#hdrSearch input {
	width: 150px;
}

#hdrSearchImg
{
	margin-top:0px;
	margin-left: 16px;
	
}

#hdrSearchImgDisabled
{
	margin-top:0px;
	margin-left: 16px;
	display:none;
}
#hdrSearchImgDoSearch
{
	margin-top:0px;
	margin-left: 16px;
	display:none;
}

#hdrInputImg {
	position:absolute;
	top:-5px;
	left:194px;
	z-index:100;
	width:42px;
}

#hdrInput {

}


#hdrMeny {
	padding: 10px 10px;
	margin: 0;
	text-align: left;
	/*background-image: url(../images/bg_hdrMeny.png);
	background-repeat: repeat-x;
	background-position: left;*/
}
#hdrMeny ul {
	padding: 0px;
	margin: 0px;
}
#hdrMeny li {
	list-style-type: none;
	display: inline;
	margin: 0px;
	margin-right: 15px;
}
#hdrMeny .activepage
{
	border-bottom:1px solid #CC3333;
}
#hdrMeny a {
	color: #006699;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
#hdrMeny a:hover {
}

#header img{
	/*padding: 0 0 0 16px;
	margin: 0;*/
}

#header input{
	margin: 0;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 300px;
	height: 25px;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #114EAB;
}


#mainContent{
	padding: 35px 20px 30px 25px;
	margin: 0;
	background-color: #FFFFFF;
	background-image: url(../images/bg_MainContent.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: auto;
}

#subPageNav {
	margin: 0 720px 0 0;
	
}
#subPageContent {
	padding: 0 0 0 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	width: 690px;
	float: right;

}

#subPageContent ul {

	margin: 0;
	padding: 0;
}

#subPageContent li {
	font-family:Arial, Helvetica, sans-serif;
	list-style-type: circle;
	margin-left:20px;
}


.subPageContentLeft {
	margin: 0 370px 0 0;

	
	
}

.subPageContentRight {
	float: right;
	width: 360px;


	
	
}
#subPageContentText {
  margin: 0 110px 0 125px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
  
}

#subPageContentTextLeft {
  margin: 0 110px 0 0; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
  
}

#startLeft {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding: 0 10px 0 0;
	margin: 0 550px 0 0;
	
}
#startCenter {
	float: left;
	width: 245px; /* since this element is floated, a width must be given */
	margin: 0 10px 0 10px;
	padding: 0px;
}
#startRight {
	float: right;
	width: 220px;
	margin: 0; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 0 0 0 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
} 

#startContentTop  {
	padding: 0 0 20px 0;
	margin:40px 80px 0 80px;
	}
#startContentTop P {
	text-align: justify;
}

#startContentBottom  {
	padding: 0;
	margin:20px 80px 0 80px;
	text-align:center;
	}
#startContentBottom li  {
	list-style-type: none;
	/*margin-right: 50px;*/
	display: inline;
	}


.navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, Helvetica, sans-serif;
}

.navcontainer li {
	margin: 0 0 1px 0;
	list-style-type: none;
}

.navcontainer a
{
	display: block;
	padding: 5px 10px;
	width: 170px;
	color: #0066B3;
	text-decoration: none;
	font-size:1.2em;
	border-bottom:#ccc 1px solid;
	
	
}


.navcontainer a:hover
{
	color: #000;
	text-decoration: none;
}

.navcontainer ul ul li {
	margin: 0 0 1px 0;
	list-style-type: none;
}

.navcontainer ul ul li:last-child {
	margin: 0 0 30px 0;
	
}

.navcontainer ul ul a
{
	display: block;
	padding: 3px 5px 1px 0;
	margin-left:30px;
	width: 125px;
	color: #000;
	font-weight:normal;
	font-size:1.0em;
	text-decoration: none;
	border: none;
	border-bottom:#ccc 1px solid;
}

.navcontainer ul ul a:hover
{
	color: #666666;
	text-decoration: none;
}


.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}



a {
	color: #000000;
	text-decoration:none;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin: 1px 0px 1em 1px;
	text-align: left;
}



h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	font-weight: bolder;
	color: #006699;
	text-decoration: none;
	margin: 0px 0px 20px 1px;
	line-height: normal;
	text-align: left;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #0066B3;
	text-decoration: none;
	margin: 0px 0px 10px 1px;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bolder;
	color: #0066B3;
	text-decoration: none;
	margin: 0px 0px 10px 1px;
	line-height: normal;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	margin: 0px 0px 10px 1px;
	line-height: 14px;
}


input, textarea {
	background-color:whitesmoke;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	border:1px #666666 solid;
}
select {
	background-color:whitesmoke;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	border:1px #666666 solid;
}
form {
	margin:0 0 0 0;
}

.oneColTxt {
	margin: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0 15px;
}



.twoTxtColHdr {
	margin: 0;
	
	}
	

.twoTxtColLeft {
	float: left; 
	width: 46%; /* since this element is floated, a width must be given */
	margin: 0 15px 0 0px;
}
.twoTxtColRight {
	float: right;
	width: 200px;
	margin: 0 0px 0 10px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 

.twoColTxtLeft {
	margin: 0 230px 0 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0 15px;
}
.twoColImgRight {
	float: right;
	width: 200px;
	margin: 0 0 0 10px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	text-align: center;
} 

.greyLine {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	margin: 0 0 15px 0;
	}
.textRed {
	color: #CC3300;
}
#subPageContentHdr {
	margin-bottom: 20px;
}
.downloadIkoner {
	margin-top: 20px;
}

#subPageOneColContentText {
	margin-top: 0px;
	margin-right: 110px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*Nyheter*/

.menuNyheter .Header
{
	font-family:Arial, Helvetica, sans-serif;	
	font-size: 1.0em;
	font-weight: bolder;
	color:#000000;
	text-decoration: none;	
	padding-left:10px;
	padding-top:5px;
}
.menuNyheter .Content
{
	
}

.Newslink
{
	font-weight: normal;
	color:#ff0000;
}

.menuNyheter .Content ul
{
	
}
.menuNyheter .Content ul li
{
	
}

.NewsHeader
{
	
}
.NewsConclusion
{
	display:none;
}
.NewsReadMore
{
	display:none;
}
.NewsNewsDate
{
	display:none;
}

.NewsContent .latestNews
{
	color: #CC3300;
}

.NewsContent .ingress
{
	
}

.NewsContent .content
{
	
}

.NewsContent .image
{
	margin:10px 0px 10px 0px;
}
#startBanners {
	width: 530px;
	float: right;
}

.startLeftTxt ul {
	margin: 0px;
	padding: 0px;
}
.startLeftTxt li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;

}

.startLeftTxt {
margin:0 0 20px 0;
}

.startLeftBannerTop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/rubrikbanner_roed.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 19px;
	width: 325px;
	padding: 5px 10px  0 10px;
}

.startLeftBannerTop img {
	float: right;
	margin-top: -4px;
}
.startLeftBannerContent {
	padding: 10px;
	background-repeat: repeat-x;
	background-position: top;
}
.startLeftBanner {
	background-image: url(../images/bg_greydient.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-style: none;
	border-left-style: none;
	height: 140px;
}
.imgLeft {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
.imgRight {
	float: right;
	margin-bottom: 8px;
	margin-left: 8px;
}
.bannerStart {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.bannerStart img {
	border: 1px solid #CCCCCC;
}
#startSmallBanners {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	margin: 10px 0 0 10px;
	vertical-align: middle;
}

#startSmallBanners ul {
	padding: 0px;
	margin: 0px;
}
#startSmallBanners li {
	list-style-type: none;
	margin:0 0px 0 0;
	width:158px;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	vertical-align: middle;
}
.tableRedHdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-right: 8px;
	padding-left: 8px;
}
.tableRedHdr th {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990000;
	text-align: left;
	vertical-align: middle;
	height: 20px;
	padding-right: 8px;
	padding-left: 8px;
}
.tableRedHdr td {
	padding-right: 8px;
	padding-left: 8px;
}
.twoColImgRight img {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


.ruta {
	border: 1px solid #CCCCCC;
	padding: 10px;

}



.distDivTenPx {
	height: 10px;
}
.startCertSigns {
	text-align: center;
	vertical-align: middle;
}
.startCertSigns img {
	vertical-align: top;
	padding: 5px 20px;
}
.SingBorderLeft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#startTopBanner {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 20px;
}

#startThreeRowLeft {
	float: left;
	width: 160px;
	padding: 5px;
	text-align: center;
}
#startThreeRowRight {
	float: right;
	width: 160px;
	padding: 5px;
	text-align: center;
}
#startThreeRowCenter {
	margin: 0 175px;
	padding: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: center;
}
.startThreeRowImg {
	margin: 10px 0;
	height: 95px;
}
.startThreeRowTxt {
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}

	
#tabs li {
	list-style-type: none;
}
#tabs ul li {
	margin: 0 6px 0 0;
	
}
.accordionHdr {
	padding: 10px;
	border: 1px solid #CCCCCC;
}
#accordion a {
	display: block;
	border: 1px solid #CCCCCC;
	padding: 5px;
	text-decoration: none;
	color: #0066B3;
}

#accordion a:hover{
		background-color:#CCCCCC;
}
#accordion a:active{

	background-color:#CCCCCC;
}
#hdrFlags {
	/*text-align: right;
	padding: 5px 0;*/
	padding-top: 25px;
}
#hdrMid {
	height: 152px;
	padding: 10px 0 0 0;
}
#hdrXtraNav {
	text-align: right;
}
#hdrFlags img {
	display: none;
	/*margin-left: 5px;
	margin-top: 5px;*/
}
#header #hdrProdShortcuts {
	height: 60px;
	width: auto;
	margin-top: 15px;
	margin-left: 10px;
}
#header #hdrProdShortcuts div {
	height: 57px;
	width: 125px;
	float: left;
	margin-right: 20px;
	padding-top: 10px;
}
#header #hdrProdShortcuts span a{
	padding-left: 55px;
	position: absolute;
	padding-top: 5px;
	font-size: 11px;
	color: #006699;
	font-weight: bold;
	width: 75px;
}

.noborder {
	border:0px;
}

#header .bgimage {
	position:absolute;
	top:-5px;
	left:0px;
	z-index:10;
	width:955px;
	overflow:hidden;
}

.footer .bgimage {
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	width:955px;
	overflow:hidden;
	height:97px;
}
#mainContent .startpageColumns {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	background-image: url(../images/devider.gif);
	background-repeat: repeat-y;
	background-position: 610px 0px;
}
#mainContent .startpageColumns .Col1 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 590px;
}

#mainContent .startpageColumns .Col2 {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 280px;
	margin-left: 20px;
}
.startpageProdLankRuta div.text {
	position: relative;
	height: auto;
	width: 440px;
	float: right;
}
.startpageProdLankRuta {
	margin-top: 10px;
	padding-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-bottom: 10px;
}
.startpageProdLankRuta h4 {
	font-size: 1.1em;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
.inforuta {
	height: auto;
	width: 100%;
	border: 1px solid #CCCCCC;
}
.inforuta h1 {
	background-image: url(../images/bg_rutah1.gif);
	background-repeat: repeat-x;
	padding: 7px 10px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
.inforuta .brodtext {
	padding: 10px;
	padding-top:5px;
}
#startsidaNews .brodtext .date {
	font-size: 10px;
	margin: 0px;
}
#startsidaNews .brodtext h2 {
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 14px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
#startsidaNews .brodtext .undertext {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
hr {
	height: 1px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-color:#CCCCCC;
	color:#CCCCCC;
	border:0px;
	width:100%;
}
.accordion div {
	display: none;
}
.startpageProdLankRuta .text h1 {
	margin-bottom:10px;
}

#mainContent .twoColumns {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	background-image: url(../images/devider.gif);
	background-repeat: repeat-y;
	background-position: 200px 0px;
}
#mainContent .twoColumns .Col1 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 185px;
}

#mainContent .twoColumns .Col2 {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 670px;
	margin-left: 20px;
}
.Col2 #mellansida h1 {
	margin-left: 0px;
}
#mellansida .heading {
	height: 80px;
}
#mellansida .mellansidaContent .mellansidaruta .text {
	width: auto;
	padding-left: 72px;
}
#mellansida .mellansidaContent .mellansidaruta .text h2 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}
#mellansida .mellansidaContent .mellansidaruta .text ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}
#mellansida .mellansidaContent .mellansidaruta .text li {
	list-style-type: none;
	font-weight: normal;
}
#mellansida .mellansidaContent .mellansidaruta {
	float:left;
	width: 320px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 30px;
	min-height: 140px;
	padding-bottom: 15px;
}
#mellansida .mellansidaContent .mellansidaruta.rightfloat {
	float: right;
	clear: right;
}
#mellansida .mellansidaContent .mellansidaruta .text .merprodukter {
	padding-left: 15px;
	margin-top: 15px;
	background-image: url(../images/plus.gif);
	background-repeat: no-repeat;
	background-position:0px 4px
}
#mellansida .mellansidaContent .mellansidaruta .text .minimeraprodukter {
	padding-left: 15px;
	margin-top: 15px;
	background-image: url(../images/minus.gif);
	background-repeat: no-repeat;
	background-position:0px 4px;

}
.dold {
	display: none;
}
#mellansida .mellansidaContent {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	background-image: url(../images/devider.gif);
	background-repeat: repeat-y;
	background-position: 335px 0px;
}
#leftMenuWrapper ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#leftMenuWrapper li {
	list-style-type: none;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom:10px;
	padding-bottom:10px;
}

#leftMenuWrapper li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	font-weight: bold;
}

#leftMenuWrapper li li{
	list-style-type: none;
	border-bottom: 0px;
	margin-bottom:0px;
	padding-bottom:0px;
}

#leftMenuWrapper ul ul {
	padding-left: 15px;
	margin-top: 10px;
	margin-bottom: 0px;
}
#leftMenuWrapper li li a {
	font-size: 11px;
	color: #000000;
}
#leftMenuWrapper ul ul ul {
	margin: 0px;
	padding:0px;
	padding-left:5px;
	margin-top:5px;
	margin-bottom:5px;
	
}
#leftMenuWrapper li li li a {
	font-size: 11px;
	color: #000000;
	font-weight:normal;
}

#leftMenuWrapper li .selected
{
	margin-left:-20px;
	padding-left:20px;
	background-image:url(../images/selectedArrow.gif);
	background-repeat:no-repeat;
	background-position: 0px 2px;
}
.imageDiv {
	padding-top: 30px;
	background-image: url(../images/bg_rutah1.gif);
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
	float: left;
}

.imageDiv img
{
	text-align: justify;
}



.ProdContainer {
	margin-top: -20px;
}
.produktDownloads {
	width: 100%;
}
.produktDownloads th {
	font-size: 1.2em;
	line-height: 3em;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

.produktDownloads table
{
	width:100%;
}

.produktDownloads table td
{
	padding:10px;
}
.produktDownloads table .col1 {
	width: 70%;
}
.produktDownloads table .col2 {
	width: 15%;
}
.produktDownloads table .col3 {
	width: 15%;
	text-align:right;
}

.addLinks table .col1
{
	width: 70%;
}

.addLinks table .col2
{
	width: 0%;
}

.addLinks table .col3
{
	width: 30%;
}

.produktDownloads ul
{
	padding:0px;
	margin:0px;
	margin-bottom:10px;
	margin-top:0px;
	
}
.produktDownloads ul li
{
	list-style-type: none;
	display: inline;
	padding-left: 10px;
	margin-right:10px;
	border-left:#666666 1px solid;
	
}
.produktDownloads ul li:first-child
{
	border:0px;
	padding-left:0px;
}

.ProdContainerNoTopMargin
{
	margin-top:0px;
}


.trycksakdivs .productItemStyle {
	margin: 10px;
	padding: 0px;
	float: left;
	height: 150px;
	width: 300px;
	position:relative;
	background-color: #FFFFFF;
}

#trycksaksformular
{
	display:none;
	margin-top:20px;
}

.trycksakdivs .productItemStyle img
{
	position:absolute;
	top:52px;
	left:10px;
	border:1px solid #cccccc;
}

.trycksakdivs .productItemStyle div.title
{
	position:absolute;
	top:50px;
	left:85px;
	width:190px;
	height:65px;
	display:inline;
}

.trycksakdivs .productItemStyle div.title h3
{
	
}

.trycksakdivs .productItemStyle div.hrefar
{
	position:absolute;
	top:110px;
	left:85px;
	width:190px;
	height:30px;

}

.trycksakdivs .productItemStyle div.hrefar a
{
	font-weight:bold;
}


.trycksakdivs #trycksakscart {
	position: absolute;
	width: 250px;
	right: 0px;
	margin-top: 58px;
}
.trycksakdivs {
	width: 100%;
	position:relative;
}

.NewSelect
{
	margin: 0;
	padding:5px;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #114EAB;
	width:550px;
}

.JWplayerStyle
{
	border:1px solid #CCC;
	padding:5px;
	text-align:center;
}
#trycksakscart .cartitem {
	margin: 5px;
	padding-bottom:10px;
	padding-top:10px;
	border-bottom:1px solid #ccc;
}
#trycksakscart p
{
	margin:10px;
}

#trycksakscartHeader {
	margin: 5px;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
}

#trycksakscart .cartitem table
{
	width:100%;
}

#trycksakscart .col1
{
	width:30px;
	vertical-align:top;
}
#trycksakscart .cartitem .cartitemantal
{
	width:15px;
}
#trycksakscart .col2
{
	width:auto;
	vertical-align:top;
}
#trycksakscart .col3
{
	width:40px;
	text-align:right;
	white-space: nowrap;
	vertical-align:top;

}
.trycksakdivs .OrderInfo {
	position: absolute;
	height: 15px;
	width: 100%;
	right: 0px;
	background-color: #F6F6F6;
	text-align: center;
	bottom: 0px;
	display:none;
}
.trycksakdivs .OrderInfo p {
	font-size: 1em;
	color:#666666;
}

#trycksakscart #cartitemTemplate, #trycksakscart .notemptyCart
{
	display:none;
}
.ui-effects-transfer {
	 border: 1px solid #ccc;
	 background-color:whitesmoke;
	 -moz-opacity:.70;
	 filter:alpha(opacity=70);
	 opacity:.70; 
 }

#mellansida .heading img {
	display: none;
}
#latestUddalager {
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: whitesmoke;
	margin: 10px 0px;
}
#uddalagerlistanStartsidan {
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin: 5px 0px;
	background-color: #E7E8E2;
}
#uddalagerlistanStartsidan ul {
	margin:0px;
	padding:0px;
}
#uddalagerlistanStartsidan li {
	margin:0px;
	padding:0px;
	font-size:0.95em;
	margin-left:20px;
	margin-top:5px;
}.kontakter .kontakt {
	width: 280px;
	float: left;
	min-height: 100px;
}
.kontakter .kontakt .vcard {
	clear: right;
	float: right;
	width: 20px;
}
.kontakter .kontakt .namn {
	font-size: 12px;
	font-weight: bold;
}
.kontakter {
	margin-bottom: 15px;
}
#bildgalleridiv #thumbs-adv .thumbs.noscript li .caption {
	display: none;
}
.produktDownloads .moreinfo {
	width: 15px;
	text-align: left;
	float: left;
	margin-top: 3px;

}
.tbl
{
	margin:0px;
	padding:0px;
	border:1px solid #CCC;
	width:100%;
}

.tbl th
{
	height: 29px;
	/*background-image: url(../images/bg_rutah1.gif);
	background-repeat:repeat-x;*/
	background-color:#e4e4e4;
	/*border:1px solid #CCC;*/
	border:0px;
	border-bottom:1px solid #ccc;
	font-weight:bold;
	color:#0066B3;
	padding:0px;
	margin:0px;
	vertical-align:middle;
	padding-left:5px;
	padding-right:5px;
	text-align:left;
}

.tbl td
{
	background-color:#f6f5f6;
	padding-left:5px;
	padding-right:5px;
	text-align:left;
}

/********************************* soknings-css********************************/
.sokdiv {
	width:100%;
	border: 1px solid #CCCCCC;
	padding-bottom:10px;
	margin-bottom:25px;
	display:none;
	
}
.sokdiv .m_style_you_searched_for {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #006699;
	text-decoration: none;
	margin: 0px 0px 20px 1px;
	line-height: normal;
	background-image: url(../images/bg_rutah1.gif);
	background-repeat: repeat-x;
	padding: 7px 10px;
	height: 30px;
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}

.sokdiv .searchRsult
{
	padding:0px 10px;
	;
	margin:0px;
}
.sokdiv hr
{
	margin:0px;
	padding:0px;
	margin-top:5px;
	margin-bottom:5px;
}
.sokdiv .title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bolder;
	color: #0066B3;
	text-decoration: none;
	margin: 0px 0px 10px 1px;
	line-height: normal;
}

.sokdiv .m_style_text
{
	margin:5px 0px;
}

.sokdiv .m_style_more_results_text
{
	margin:10px;
	font-weight:bold;
}

.sokdiv .m_style_more_results_link
{
	margin-right:3px;
	margin-left:3px;
	font-weight:bold;
}
.sokdiv a.m_style_more_results_link
{
	font-weight:normal;

}
.sokdiv .m_style_url
{
	font-size:0.95em;
	color:#666666;
}
.sokdiv .m_style_you_searched_for .closespan {
	right: 0px;
	float: right;
}
#sokdivPage
{
	display:block;
}
#soek.blur {
	color:#CCCCCC;
}

#newsdiv a {
	color: #006699;
}
.divContentTxt {
	float: left;
	width: 400px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.divContentImg {
	margin-left: 420px;
	text-align: right;
}
