body {
	color:#000;
	margin:0px;
	padding:0px;
	background:url(grafik/backgorund.png) no-repeat #000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

div.site {
	width:990px;
	margin:auto;
	background:#FFF;
}

div.header {
	width:980px;
	height:168px;
	margin:auto;
	background:url(grafik/header.png) no-repeat;
}

div.top_menu {
	width:980px;
	height:25px;
	margin:auto;
	background:url(grafik/top_menu_bg.png) repeat-x;
	padding:7px 0 0 0;
}

div.top_menu li{
	display:inline;
	margin:0 5px 0 5px;
}

div.top_menu li a{
	font-size:12px;
	font-weight:bold;
	color:#FFF;
}

div.top_menu li a:hover{
	text-decoration:underline;
}


div.where_login {
	width:980px;
	height:19px;
	margin:3px auto 0 auto;
	background:url(grafik/under_top_menu_bg.png) repeat-x;
}

div.top_where {
	float:left;
	margin:3px 0 0px 5px;
}

div.top_login {
	float:right;
	margin: 3px 5px 0 0;
}

div.left {
	float:left;
	width:205px;
	padding:0 0 0 5px;
	border-right:1px  dotted #ccc;
}

div.search {
	width:196px;
	height:57px;
	margin-left:-2px;
	padding:10px 0 0 10px;
	background:url(grafik/search_bg.png) no-repeat;
}

		input.search_button {
			height:16px;
			width:16px;
			border:none;
			background:url(grafik/search_glas.png) no-repeat;
			cursor:pointer;
		}
		
div.menu_box_header {
	width:190px;
	height:26px;
	margin:10px 0 0 0 ;
	background:url(grafik/menu_header.png) no-repeat;
	padding:7px 0 0 10px;
	color:#FFF;
	font-weight:bold;
}

	div.menu_box_cont {
		width:198px;
		border-left:1px solid #D5D5D5;
		border-right:1px solid #D5D5D5;
		border-bottom:1px solid #D5D5D5;
	}
		
		div.menu_box_cont_cart {
		width:188px;
		padding:5px 5px 10px 5px;
		border-left:1px solid #D5D5D5;
		border-right:1px solid #D5D5D5;
		border-bottom:1px solid #D5D5D5;
		font-size:10px;
		color:#575757;
		background:#EDEDED;
	}
	
		div.border_cart{
			height:1px;
			width:100%;
			border-bottom:1px solid #D5D5D5;
			margin:5px 0 5px 0;
		}
				
				div.cart_buttons{
					width:188px;
					margin:5px 0 5px 0; 
				}
					div.varukorg {
						float:left;
						width:61px;
						height:17px;
						margin-right:5px;
					}
					 
					div.kassa {
						float:left;
						width:95px;
						height:17px;
					}
						

div.nyhetsbrev {
	width:200px;
	height:230px;
	background:url(grafik/nyhetsbrev_bg.png) repeat-x;
	margin:10px 0 0 0;
}

		div.letter_img{
			float:left;
			width:99px;
			height:88px;
			background:url(grafik/nyhetsbrevet.png) no-repeat;
			margin:15px 0 0 50px;
		}
		
			div.letter_text {
				float:left;
				width:153px;
				height:43px;
				margin:20px 0 0 25px;
			}
				div.add_letter {
					float:left;
					margin:10px 0 10px 25px;
				}


div.middle{
	width:771px;
	float:left;
}

div.prod_box {
	width:187px;
	height:271px;
	float:left;
	background:#3b3b3b;
	margin:5px 5px 0 0 ; 
}
		div.prod_img{
			width:150px;
			height:121px;
			margin:10px 0 5px 18px;
			float:left;
			background:#fff;
			text-align:center;
		}
		
			div.prod_name{
				width:160px;
				height:20px;
				float:left;
				margin:10px 0 0 18px;
			}
			
				div.prod_name a{
					font-size:12px;
					font-weight:bold;
					color:#fff;
				}
					div.prod_name a:hover {
						text-decoration:underline;
					}
					
			div.prod_price {
				width:160px;
				float:left;
				margin:10px 0 0 18px;
				color:#D8FF04;
				font-size:12px;
			}
				span.price {
					color:#D8FF04;
					font-weight:bold;
				}
			
				div.prod_buttons {
					width:160px;
					float:left;
					margin:20px 0 0 14px; 
				}
				
div.start_text {
	width:741px;
	margin:0 0 10px 0;
	padding:0 5px 0 10px;
}

div.footer {
	width:990px;
	min-height:40px;
	background:url(grafik/footer_bg.png) repeat-x #FFF;
	padding:5px 0 15px 0;

}
	div.f_left {
		width:300px;
		color:#000;
		float:left;
		margin:15px 0 0 10px;
	}
	
			div.f_left a{
			color:#000;
			font-weight:bold;
		}
			div.f_left a:hover {
				text-decoration:underline;
			}
	
		div.f_right {
		color:#000;
		float:right;
		margin:15px 10px 0 0px;
	}
		div.f_right a{
			color:#000;
			font-weight:bold;
		}
			div.f_right a:hover {
				text-decoration:underline;
			}

div.price_in_prod {
	color:#000;
}
					





