html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button {
     margin: 0;
     padding: 0;
     border: 0;
}

/* 'Jello Mold' page construction technique based on http://www.positioniseverything.net/articles/jello.html */
body {
	margin: 0;
	padding: 0 386px;
	text-align: center;
	font-family:verdana, Helvetica, sans-serif;
	font-size:100%;
/*	background-image:url(Images/bg_tile.jpg);
	background-repeat:repeat-x;*/
	background-color:#FFFFFF;
	color:#333333;
}

p, h1, h2, h3, h4, h5, h6 {color:#666666;}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1 {
	margin: 0;
	font-size: 18pt;
	font-weight: normal;
}
h2 {
	margin: 15px 0 10px 0;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}
h3 {
	font-family: verdana;
	margin: 0.5em 0;
	font-size: 1.4em;
	font-weight: normal;
}
h4 {
	margin: 0.5em 0;
	font-size: 1.0em;
	font-weight: bold;
}
h5 {
	margin: 0.5em 0;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	margin: 0.5em 0;
	font-size: 0.8em;
	font-weight: bold;
}
td {
    font-size: 10pt;
    color: #666666;
    }
.titel {
    margin-left: 15px;
    margin-top: 0px;
}
.smalltext 
{
    font-size: 8pt;
    color: #666666;
    font-variant: normal;
    }

#maincontent a:link {
    color: #666666;
    font-family: verdana;
    font-size: 10pt;
    font-weight: bolder;
    text-decoration: none;
}
#maincontent a:hover 
{
    color: #666666;
    font-family: verdana;
    font-size: 10pt;
    text-decoration: none;
}
#maincontent a:visited 
{
    color: #666666;
    font-family: verdana;
    font-size: 10pt;
    text-decoration: none;
    font-weight: bolder;
}




p  {
    font-family: verdana;
    margin: 10px 0;
    line-height:1.2;
    font-size: 10pt;
}
ul  {
    margin: 0em 0;
    font-size: 9pt;
}
li  {
    margin: 0em 0em 0em 3em;
    font-size: 9pt;
}
.heading
{
    font-family:verdana;
    font-size: 8pt;
    font-weight:normal;
    color:black;
    margin-left: 15px;
    vertical-align: top;
    background-color: White;
}

div.Produkt
{
    font-family:verdana;
    font-size:14pt;
    color:black;
}

div.Text
{
    font-family:verdana;
    font-size:8pt;
    color:black;
    margin-left:0px;
}

div.Produktgrupp
{
    font-family: verdana;
    font-size:10pt;
    font-weight: bold;
    margin-bottom:7px;
    text-align: center;
}

.Fet
{
    font-family:verdana;
    font-weight:bold;
    color:black;
    margin-top:14px;
}

#footer a {
	text-decoration:none;
	color:#660000;
}

#footer a:hover 
{
    text-decoration:underline;
    }

#subnav a {
	text-decoration:none;
	color:#666666;
}

#subnav a:hover 
{
    text-decoration:underline;
    }
/*#leftbarcontainer a {
	font-family: verdana;
	font-size: 12px;
	text-decoration:none;
	color:#000000;
    margin-left: 5px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: left;
    color: #000000;
}
#leftbarcontainer a:hover 
{
    text-decoration:underline;
    color: #666666;
}*/

#loginbox a {
	font-family: verdana;
	font-size: 12px;
	text-decoration:none;
	color:#666666;
    margin-left: 5px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: left;
    color: #666666;
}
#loginbox a:hover 
{
    text-decoration:underline;
    color: #666666;
}
#shoppingcartbox
{
    margin-left: 0;
}

.shoppingcartboxcontent
{
    font-size: 9pt;
    color: #666666;
    font-family: verdana;
    font-weight: normal;
    margin-left: 14px;
}

#sizer {
	margin: 10px auto 0 auto;
	padding: 0;
	width: 58%;
	max-width: 192px;
}
#expander
{
    min-width: 772px; /* Critical Safari fix! */
    position: relative;
    margin: 0 -386px 0 -386px;
    background-color: transparent;
}

/* Holly hack for IE \*/
* html #expander { height: 0; }
/* */

#wrapper { 
	width: 100%; /* helps IE get the child percentages right. */
	text-align:left;
} 

/* http://positioniseverything.net/easyclearing */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#skiptocontent{
	position:absolute;
	margin-left:-1000px;
}
#leftcolumn
{
    float: left;
    width: 154px;
    height: 780px;
    margin-right: -3px; /* IE 3px display bug fix (in conjunction with the rule following below)*/ /*background-color:#FFFFFF;*/
    font-size: 0.9em;
    background-image: url(Images/leftcol_dot.jpg);
    background-color:Transparent;
}

html>body #leftcolumn{margin-right:0;}

#leftcoltop
{
    height: 5px; /*border-bottom:solid 3px #FFFFFF;*/
    background-color: Transparent;
}

#companylogo
{
    height: 100px;
    /*background-image: url(Images/bokhyllan_logo.jpg);
    background-repeat: no-repeat;
    background-position: center;*/
}
#loginbox 
{
    padding: 0 0.4em;

/*	background-color:#FFFFFF;
	background-image:url(Images/loginbox_bg.jpg);
	background-repeat:repeat-x;*/
	color:#333333;
	font-size: 8pt;
	background-color: Transparent;
}
.sectionTitle
{
   margin-right: 4px;
   margin-left: 5px;
   background-color: Transparent;
   font-family: verdana;
   font-size: 12px;
   font-weight: normal;
   text-transform: uppercase;
   text-align: left;
   color: #666666;
}
* html #loginbox label 
{
    color:#333333;
    font-size: 8pt;
} 

#loginbox h4 
{
    margin:0;
}

#leftbarcontainer
{
    height: 800px;
    padding: 0em 0.5em;
}
#subnav 
{
	padding-bottom:1em;
	font-size: 10pt;
	color: #666666;
}

#subnav a 
{
    text-decoration: none;
}

#subnav a:hover 
{
    text-decoration:underline;
    color: #666666;
}
.leftbaritem 
{
    font-size: 10pt;
    color: #666666;
    font-family: verdana;
    font-weight: normal;
    margin-left: 10px;
}

#rightcolumn{
	float:right;
	width:140px;
	height: 780px;	
	margin-left:-3px; /* IE 3px display bug fix (in conjunction with the rule following below)*/
	background-color:Transparent;
    background-image:url(Images/rightcol_dot.jpg);
    background-repeat: repeat-y;
	font-size:0.9em;
}

html>body #rightcolumn{margin-left:0;}

#rightcoltop{	
	height:5px;
	text-align:right;
	color:#FFFFFF;
	background-color: Transparent;
}

#rightcoltop a {color:#FFFFFF;}

#searchbox {
	position:relative;	
	height:130px;
	padding:5px 0.5em;
	background-color:transparent;
}
#searchbox div {
    position:absolute; 
    bottom:0.5em; 
    text-align:right;
}
#rightbarcontainer {
	margin-left: 5px;
	height: 750px;
	/*background-image: url(Images/rightcol_pic.jpg);
	background-repeat: no-repeat;*/
	background-color:transparent;
}

.rightbaritem{padding:0em 0em;}

#centercolumn{
	height:1%;
	margin:0;
	background-color: Transparent;
}
html>body #centercolumn {
	height:auto;
	margin-left:154px;
	margin-right:140px;
}
#centercoltop
{
	height:5px;
	min-width: 478px;	
	background-color:Transparent;
	/*border-bottom:solid 3px #FFFFFF;*/
}
html>body #centercoltop 
{
	height:5px;	
}
#header 
{
	position:relative;
	/*height:100px;*/
	background-color:Transparent;
}
#headertable
{
    margin-left: 15px;
    margin-right: 15px;
}

#header .teaser {
	color:#666666;
	font-size: 8pt;
	line-height: 9pt;
	text-align: left;
	vertical-align: top;
}

#mainnav {	
	height:18px;
	background-color:Fuchsia;
	font-size:10pt;
/*	background-image:url(Images/mainnav_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom left;*/
}
#productgroup 
{
   background-color: Transparent;
   width: 174px;
   text-align: left;
   vertical-align:bottom;
   }
#productpic 
{
    width: 140px;
    overflow: hidden;
    text-align:left;
    vertical-align:bottom;
    }   
#productinfo 
 {
    width: 174px;
    height: 65px; 
    margin-top: 15px;
    text-align: left;
    background-color: Transparent;
    vertical-align: top;
    color: #666666;
 }
#productinfolarge
 {
    width: 300px;
    text-align: left;
    background-color: Transparent;
    vertical-align: top;
    color: #666666;

 }
 #productprice 
 {
    font-family: verdana;
    font-size: 12px;
    color: #666666;
    }
 #summa 
 {
   text-align: right;
   font-weight: bold; 
   padding-top: 4px;
   font-size: 12px;
 }
#sidkategori
 {
   text-align: right;
   vertical-align: bottom;
   margin-right: 23px;
   font-size: 8pt;
   color: #666666;
 }
#mainnav a {color:#FFFFFF;}

#mainnav a:hover{	}

#mainnav table {text-align:right;}

#mainnav .item 
{
	padding: 0px 1.5em 0px 1.5em;
/*	border-top:solid 3px #CC6600;*/
	font-weight:bold;
	color:#CC0000;
}

html>body #mainnav .item 
{padding:1px 1em;}

#mainnav .hover{}

#mainnav .selected {
/*	border-top:solid 3px #FFFFFF;*/
/*	color:#666666;
	background-color:#CC0000;*/
}
#maincontent {
	padding:1em 1em;
	min-height: 568px;
	position: relative;
	margin: 0;
	background-image: url(Images/header_dot.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: Transparent;
}

#maincontent .teaser {
	margin:-1px 0;
	color:#CC0000;
	font-size: 10pt;
}

#maincontent .p {
	margin:-0.7em 0;
	color:#333333;
	font-size: 10pt;
}

#maincontent table tr td {padding: 0.2em 0.5em;}

#maincontent fieldset {	
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #666666;
}

#maincontent legend 
{
    color:#CC0000;
}

* html #maincontent legend {
    padding:0.5em;
    background-color:#FFFFFF;
}

#maincontent caption {
    text-align:left; 
    font-weight:bold;
}

html>body #maincontent .txtBox{font-size:1.2em;}

#maincontent .txtBox {background-color:#F4F7FA;}
    
#maincontent .txtBox:focus {background-color:#FFFFFF;}

.txtBox {
    border: 1px solid #1B3D6B;
    font-size:1em;
    background-color:#FFFFFF;
}
.button {
    border:1px solid #1B3D6B;
    color:#FFFFFF;
    background-color: Gray;
    font-size:smaller;
}    
.imgfloatright {
    float:right;
	display:inline;
	margin: 0.25em 0 0.25em 1em;
}
.imgfloatleft {
	float:left;
	display:inline;
	margin: 0.25em 1em 0.25em 0;
}
div.readmore {
	text-align:right;
}
#footer{
    margin:2px;
    padding:0.5em;
    font-size:8pt;
    background-color: Transparent;
}

#footer a {
    padding:0 0.5em;
}

@media print {	
	body {
		margin:0;
		padding:0;
		font-size:10pt;
		line-height:12pt;
		background:#FFFFFF !important;
	}
	#sizer {
		margin:0;
		width:auto !important;
	}
	#expander {
		margin:0 !important;
		background:none;
	}	
	#wrapper {
		border:none;
		background:none;
	}	
	a {
		color:#666666; 
		text-decoration:underline;
	}

	#leftcolumn, #rightcolumn, #maincontent h2:before {display:none;}	
	
	#centercolumn {
		width:100%;
		margin:0 !important;
		background:none;
	}
	#centercoltop {
		height:auto;
		background:none;
	}
	#header {
		margin:0; 
		border:none;
		height:auto;
		background:none;
	}	
	
	/*Turn off the transparent gif logo as it looks rather unsightly on paper. */
	#header img {display:none;}
	
	#maincontent {
		margin:0; 
		border:none;
		background:none;
	}
	
	#maincontent .teaser {font-style:italic;}
	
	#maincontent fieldset {border:none;}
	
	#maincontent .txtBox {background:none;}
}

