/* CSS Document */

body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3f3f3f;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	color: #3f3f3f;
	font-size: 21px;
	font-weight: normal;
}

h2 {
	color: #3f3f3f;
	font-size: 16px;
	font-weight: bold;
}

h3 {
	color: #3f3f3f;
	font-size: 14px;
	font-weight: bold;
}

/* MAIN CONTENT */

#wrapper {
	width: 960px;
	padding: 30px;
}

#header {
	text-align: center;
}

#main {
	padding-top: 20px;
}

#flashcontent {
	padding: 20px 0px 20px 0px;
}


#left {
	float: left;
	width: 590px;
	background: url(../imgs/bg_left.gif) repeat-y right #fff;
	padding: 0px 20px 0px 20px;
}

#right {
	float: left;
	width: 290px;
	padding: 0px 20px 0px 20px;
}

#right h1 {
	color: #3f3f3f;
	font-size: 14px;
	font-weight: bold;
}

.right_area {
	width: 270px;
	padding: 10px 20px 0px 20px;
	background: url(../imgs/bg_right.gif) repeat-x bottom #fff;
	margin-bottom: 10px;
	font-size: 11px;
}

.right_area a {
	width: 270px;
	display: block;
	font-size: 11px;
	color: #ea6710;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
}

.right_area a:hover {
	text-decoration: underline;
}

.right_area a.green {
	padding: 6px 8px 6px 8px;
	background: #008752;
	color: #fff;
	text-decoration: none;
	display: block;
	font-weight: bold;
	position: relative;
	left: 144px;
	bottom: 0px;
	width: 110px;
	text-align: center;
	border: none;
	margin-bottom: 0px;
}

.right_area a:hover.green {
	text-decoration: underline;
}

/* BLOG AREA */


#blogg {
	border-bottom: 4px solid #c1c1c1;
	color: #fff;
	width: 590px;
	background: #2b2b2b;
}

#blogg h1 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

#blogg a {
	color: #ea6710;
	text-decoration: none;
	font-weight: bold;
}

#blogg a:hover {
	text-decoration: underline;
}

#blogg_inside {
	border-bottom: 1px solid #fff;
	color: #fff;
	width: 550px;
	padding: 10px 20px 10px 20px;
}


/* SUB CONTENT */

#sub_content {
	padding-top: 20px;
}

#sub_left {
	float: left;
	background: url(../imgs/bg_left.gif) repeat-y right #fff;
	width: 200px;
	padding: 0px 20px 0px 0px
}

#sub_middle {
	float: left;
	background: url(../imgs/bg_left.gif) repeat-y right #fff;
	width: 480px;
	padding: 0px 20px 0px 20px;
}

#sub_middle img.content {
	float: right;
	padding-left: 20px;
}

#sub_right {
	float: left;
	width: 220px;
}

#icons {
	float: right;
	font-size: 10px;
}

#icons a {
	text-decoration: underline;
	color: #ea6710;
}

#icons img {
	padding-left: 20px;
}


/* SIDFOT */

#footer {
	width: 920px;
	background: url(../imgs/bg_menu.gif) repeat-x bottom right #fff;
	padding: 10px 20px 10px 20px;
	margin-top: 20px;
	font-size: 11px;
}

#footer_inside {
	background: url(../imgs/sidfot_top.gif) no-repeat top center;
	width: 920px;
	padding: 20px 0px 10px 0px;
}

#footer a {
	text-decoration: none;
	color: #3f3f3f;
}

#footer a:hover {
	text-decoration: underline;
}

#logos {
	width: 920px;
	padding: 20px;
}

/* WEBSHOP */

#kundvagn {
	float: left;
	background: url(../imgs/bg_right.gif) repeat-x bottom;
	width: 200px;
	padding: 10px 0px 0px 0px;
	margin-left: 20px;
}

#kundvagn h1 {
	color: #3f3f3f;
	font-size: 14px;
	font-weight: bold;
}

#kundvagn a.green {
	padding: 6px 8px 6px 8px;
	background: #008752;
	color: #fff;
	text-decoration: none;
	display: block;
	font-weight: bold;
	position: relative;
	left: 50px;
	bottom: 0px;
	width: 100px;
	text-align: center;
	border: none;
	margin-bottom: 0px;
}

#kundvagn a:hover.green {
	text-decoration: underline;
}

.main_products {
	float:left;
	width: 160px;
	height: 175px;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 20px;
}

.main_products img {
	border: 0;
}

.main_products a {
	color: #000000;
	text-decoration: none;
}

.main_products a:hover {
	color: #000000;
	text-decoration: underline;
}

#product_text {
	float:left;
	width: 280px;
}

#product_img {
	float: left;
	width: 200px;
}
#buy_btn {
	width: 230px;
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	padding: 4px 0px 4px 10px;
	float:left;
}

#buy_btn a {
	padding: 6px 8px 6px 8px;
	background: #008752;
	color: #fff;
	text-decoration: none;
	float:left;
	font-weight: bold;
	width: 100px;
	text-align: center;
	border: none;
	margin-right:20px;
}

#buy_btn a:hover {
	text-decoration: underline;
}

.item {	
	border-bottom: 1px solid #bfbfbf;
	padding: 10px;
	width: 180px;
	font-size: 11px;
}

#sum {
	background: #efefef;
	padding: 10px;
	width: 180px;
	font-weight: bold;
	margin-top: 10px;
}

.product_list {
	border-bottom: 1px solid #bfbfbf;
	padding: 10px 0px 10px 0px;
	width: 480px;
	font-weight: bold;
}

.product_thumb {
	float: left;
	width: 55px;
}

.product_name {
	float: left;
	width: 230px;
	font-weight: normal;
	padding-left: 15px;
}

.product_name p {
	position:relative;
	top:50%;
}

.product_amount {
	width: 100px;
	float: left;
}

.product_icons {
	width: 40px;
	float: left;
}

.buy_field {
	float:left;
	width: 180px;
}

#products {
	height: 390px;
	overflow: hidden;
}
