div#holder
{
	margin: 0 auto;
	width: 971px;
	text-align: left;
	position:relative;
	height:100%;
}
div#topMenu
{
	position:absolute;
	left:0px;
	top:0;
	z-index: 1;
	
	* left: -1px;
	
}
div#main
{
	position:absolute;
	left:200px;
	top:196px;
	width:745px;
	z-index:3;
	/*border:1px solid red;*/
}

div#leftMenu
{
	position:absolute;
	left:28px;
	top:196px;
	width:165px;
	z-index:4;
}


body
{
	background: #f5f5f5 url('/design/bodybg.png') fixed repeat-y center;
	text-align: center;
	margin: 0px;
	margin-left:0px;
	* margin-left: 1px;
	min-width: 970px;
	height: 100%;
}

div#toplogo
{
	/* Topbildens höjd här */
	z-index:2;
	height:145px;
	overflow:hidden;
	position:relative;
}

div#varukorgtop
{
	position:absolute;
	left:635px;
	top:40px;
	width:173px;
	z-index: 3;
	font-size:13px;
	color:#777777;
}

div#varukorgtop h3
{
	font-family: Arial, sans-serif;
	font-size:16px;
	line-height:18px;
	font-weight:normal;
	margin:0;
	margin-bottom:4px;
	color:#69bcf1;
}
div#varukorgtop a
{
	font-size:13px;
	color:#777777;
	text-decoration:underline;
}

div#topmenubar
{
	z-index: 1;
	height:43px;
	background: #ffffff url('/design/menybg.png') repeat-x;
	width:952px;
	overflow:hidden;
	margin-left:9px;
	color:#777777;
	font-size:12px;
}

div#topmenubar ul, div#topmenubar li
{
	margin:0;
	padding:0;
}

div#topmenubar ul
{
	margin-left: 18px;
}

div#topmenubar li
{
	list-style:none;
	float:left;
}

div#topmenubar a
{
	color: #777777;
	font-size:12px;
	line-height:41px;
	text-decoration:none;
	text-transform:uppercase;
}
div#topmenubar a:hover
{
	text-decoration:underline;
}


div#leftMenu form
{
	margin:0;
	padding:0;
}

div#leftMenu a
{
	color:#777777;
	font-size:12px;
}

/* OMRÅDET UNDER TOPPLOGGAN, MED HORISONTELL MENY */

div.navrutaTopp
{
	width: 164px;
}
div.navrutaTopp h5
{
	margin:8px 0;
	padding:0;
	
	font-family: arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #DDD;
	background: #494949;
	line-height: 25px;
	padding-left: 16px;
	
}
div.navrutaContent
{
	
	margin-top:0px;
	margin-bottom:0px;
	
}
div.navrutaContent ul, div.navrutaContent li{
	margin-left:7px;
	padding-left:0px;
}
div.navrutaBotten
{
	background-position: bottom left;
	/*height: 12px;	
	margin-bottom:14px;*/
}

div.hogerprodukt
{
	margin-top:2px;
	border-bottom: 1px solid #cbcbcb;
	overflow:hidden;
	cursor:pointer;
	width:100%;
	clear:both;
}
div.hogerproduktbild
{
	float:left;
	width:42px;
	height:34px;
}
div.hogerproduktbild img
{
	width:32px;
	height:32px;
	border:none;
}
div.hogerprodukttitel, div.hogerproduktpris
{
	width:120px;
	color:#494949;
	font-family:Arial,sans-serif;
	font-weight:11px;
	float:left;
	overflow:hidden;
}
div.hogerprodukttitel
{	
	font-weight:bold;
	max-height:28px;
  	height:auto !important;
  	height:28px;
}

