/* Favrille common default */ 

html, body{
    font-family: tahoma, helvetica, sans-serif, arial;
	font-size: 12px;
	color: #555;
    margin:0px;
    padding:0px;
    height: 100%;
}

.base{
    width:100%;
    height:100%;
}

.mainarea{
    max-width: 956px;
    height:100%;
}

.leftmenu{
    max-width: 185px;
    height:100%;
    float:left;
    display:block;
    background:#F9F9F9;
}
.leftmenu ul{
    margin:8px;
    padding:0px;
    list-style-type: none;
    border: solid 1px #DCDCDC;
    border-radius: 5px;
    background: #ffffff;
}

.leftmenu ul .tom{
    border-bottom: 0px;
}
.leftmenu ul a{
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 4px;
    border-bottom: 1px solid #e1e1e1;
    font-weight: bold;
    text-decoration: none;
    color: #525252;
}
.leftmenu ul a:hover{
    background: #f4f4f4;
	text-decoration: none;
	color: #ed1c24;
}
.leftmenu .cardpop{
    width: 90%;
    margin: 0 auto;
}
.leftmenu .copy{
    text-align: center;
    font-size: 10px;
}
.topmenu{
    max-width: 760px;
    height: 90px;
	padding-top:10px;
    float:left;
    display:block;
    background:#F9F9F9;
	border-right: solid 1px #DCDCDC;
}
.topmenu ul{
    padding:4px 0;
    margin:0px auto;
    list-style-type: none;
    display:block;
    width:fit-content;
}
.topmenu ul li{
    width: fit-content;
    block-size: fit-content;
    padding:0px 8px;
    display:block;
    float:left;
    height: 17px;
}
.topmenu ul .bor{
    border-right: 2px solid #157238;
}
.topmenu ul li a{
    color: #157238;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
    height: 25px;
    line-height: 17px;
}
.topmenu ul li a span{
    color:#F4B813;
}
.topmenu ul li a:hover{
    color:#F4B813;
}
.overtopmenu{
    display: block;
    width:100%;
    height:90px;
}
.overtopmenu .showcart{
    max-width:400px;
    float:left;
	margin-top: 10px;
    display: block;
    height:80px;
}
.overtopmenu .showphone{
    float:right;
    display: block;
	margin-top: 10px;
    width:250px;
    height:80px;
}
.undertopmenu{
    display: block;
    width:100%;
    margin:0 auto;
    height:25px;
    border-left: solid 1px #DCDCDC;
    border-top: solid 1px #DCDCDC;
	border-right: solid 1px #DCDCDC;
    background:#F6F6F6;
}

.mainbody{
    max-width: 750px;
    display:block;
    border-top: solid 1px #DCDCDC;
    border-left: solid 1px #DCDCDC;
	padding-left: 10px;
	padding-top: 10px;
}
.clear{
    clear: both;
}

.center{
    align-items: center;
    text-align: center;
}

.smartphone{
	display: none;
}

.logo{
    align-items: center;
    text-align: center;
    width:100%;
    margin-top:8px;
    margin-bottom:1px;
}

.title{

	font-size: 18px;
	color: #525252;
	font-weight: bold;
	padding-top: 15px;
	padding-left: 20px;
	height: 33px;
	background: url('/common/images/all_title.jpg') no-repeat;
	margin-bottom: -2px;
}

.partner_table{
	width: 80%; 
	margin: 0 auto 0 auto;
}

hr {
	border-top: 0px;
	color: #ffffff;
	border-bottom: 1px dotted #d2d2d2;
}

#dsp{
	margin-left: 20px;
	margin-right: 20px;
}

#dsp p{
	margin-left: 235px;
}

#dsp img{
	border: 1px solid #d6d6d6;
	padding: 8px;
	margin: 10px;
}

#category_list{
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #d6d6d6;
}
#category_titel{
	padding-left: 5px;
	padding-bottom: 2px;
	border-bottom: 1px solid #d6d6d6;
	font-size: 16px;
	width: 80%;
}

#category_titel a{
	font-size: 16px;
	font-weight: bold;
	color: #00a0e3;
	text-decoration: none;
}
#category_titel a:hover{
	font-size: 16px;
	font-weight: bold;
	color: #f99c1c;
	text-decoration: none;
}

#category_list img{

	border: 1px solid #f6f6f6;
	padding: 8px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: -20px;
	float: left;
	background: #ffffff;

}
#category_pris{
	text-align: right;
	padding-right: 30px;
}

#category_pris a{
	background: #f9f9f9;
	border: 1px solid #d6d6d6;
	padding: 5px;
	color: #128248;
	font-weight: bold;
}
#category_pris a:hover{
	background: #b2b2b2;
	border: 1px solid #d6d6d6;
	padding: 5px;
	color: #ffffff;
	font-weight: bold;
}

#category_pris #pris{
	background: #128046;
	border: 1px solid #d6d6d6;
	padding: 5px;
	color: #ffffff;
	font-weight: bold;
}

#product_list{
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #d6d6d6;
}
#product_titel{
	padding-left: 5px;
	padding-bottom: 2px;
	border-bottom: 1px solid #d6d6d6;
	font-size: 16px;
	width: 80%;
}

#product_titel a{
	font-size: 16px;
	font-weight: bold;
	color: #323a2e;
	text-decoration: none;
}
#product_titel a:hover{
	font-size: 16px;
	font-weight: bold;
	color: #f99c1c;
	text-decoration: none;
}

#product_list img{

	border: 1px solid #f6f6f6;
	padding: 8px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: -20px;
	float: right;
	background: #ffffff;

}
#product_pris{
	text-align: left;
	padding-left: 30px;
}

#product_list #knapp {

	background: #ffffff;
	border: 1px solid #d6d6d6;
	padding: 5px;
	color: #128248;
	font-weight: bold;
	font-size: 12px;
}

#product_list p{

	margin-left: 10px;

}
#product_list #box{
	background: #f9f9f9;
	border: 1px solid #d6d6d6;
	padding: 5px;
	color: #128248;
	font-weight: bold;
}

#product_list #box a{
	font-size: 18px;
}

#product_list #pris{
	background: #fdb813;
	border: 1px solid #d6d6d6;
	padding: 5px;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
}


#product_text img{
	border: 1px solid #f6f6f6;
	background: #ffffff;
}
#product_text p{
	margin-top: 5px;
	padding: 2px;
}

#news{
	padding: 5px;
	overflow: auto;
	border-top: 1px solid #f6f6f6;
}
#news b{
    color: #208452;
    font-size: 15px;
}
#news .newstitle{
    color: #208452;
    font-weight: bold;
    font-size: 15px;
    margin: 0px;
}
#news .newsdate{
    color: #f5c527;
    font-weight: bold;
    font-size: 11px;
    margin: 0px;
}
#news .newsbody{
    padding-top: -5px;
    color: #000000;
    font-size: 12px;
    border-bottom: 1px solid #d6d6d6;
}


div.calender_top {font-size:10px; text-decoration:none; color:#525252; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: center;}
a.calender_top {font-size:10px; text-decoration:none; color:#525252; font-family: Verdana, Arial, Helvetica, sans-serif; }
a:hover.calender_top {font-size:10px; text-decoration:underline; color:#47646d; font-family: Verdana, Arial, Helvetica, sans-serif; }

td.sun_day {font-size:11px; font-weight:bold; text-decoration:none; color:#d86262; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: center;}
td.day {font-size:11px; font-weight:bold; text-decoration:none; color:#525252; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: center;}

td.old_sun_day {font-size:11px; font-weight:normal; text-decoration:none; color:#ffbaba; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: center;}
td.today_sun_day {font-size:11px; font-weight:bold; text-decoration:none; color:#525252; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: center;}
td.new_sun_day {font-size:11px; font-weight:normal; text-decoration:none; color:#d86262; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: center;}

td.old_day {font-size:11px; font-weight:normal; text-decoration:none; color:#9fbec8; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: center;}
td.today_day {font-size:11px; font-weight:bold; text-decoration:none; color:#000000; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: center;}
td.new_day {font-size:11px; font-weight:normal; text-decoration:none; color:#47646d; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: center;}

td.mark_day {font-size:11px; font-weight:normal; text-decoration:none; color:#47646d; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: center; background-color: #f2f2f2;}
a.mark_day {font-size:11px; font-weight:normal; text-decoration:underline; color:#007dcb; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: center;}
a:hover.mark_day {font-size:11px; font-weight:normal; text-decoration:underline; color:#47646d; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: center;}

div.blog_top{padding: 5px; border-bottom: 1px dotted #003366;}
span.blog_title{font-size:18px; font-weight:bold; text-decoration:none; color:#525252; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left;}
span.blog_date{font-size:10px; text-decoration:none; color:#525252; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left;}

div.blog_body{font-size:12px; text-decoration:none; color:#000000; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left; padding: 5px;}
a{font-size:12px; text-decoration:underline; color:#007dcb; font-family: Verdana, Arial, Helvetica, sans-serif;}
a:hover{font-size:12px; text-decoration:underline; color:#525252; font-family: Verdana, Arial, Helvetica, sans-serif;}

div.blog_bot{text-align: right; border-top: 1px solid #bbbbbb; border-bottom: 1px solid #bbbbbb;}
a.blog_bot{font-size:10px; text-decoration:none; color:#ececec; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: right;}
a:hover.blog_bot{font-size:10px; text-decoration:none; color:#000000; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: right;}

.cleaner { clear: both; font-size: 0; line-height: 0; }


#member_box{
    margin: 0 auto 0 auto;
    width: 580px;
    border: 1px solid #e0e0e0;
    padding: 10px;
    margin-top: 15px;
}

#member_box h1{
    font-size: 15px;
}

#member_box h2{
    font-size: 13px;
    margin: 1px;
    padding: 1px;
}

#member_box #ts{
    width:97%;
    font-size: 15px;
    padding: 4px;
}

#member_box #f{
    padding: 5px;
}
#member_box #grey{
    background: #f0f0f0;
    padding: 5px;
}

#member_box img{
	margin-right: 10px;
	margin-top: -2px;
	border: 0px;
	float: left;
}

#member_box #normal{
    font-size: 12px;
    color: #ffffff;
    background: #009ad9;
    padding: 7px;
    border: 1px solid #007db9;
    font-weight: bold;
}

#member_box #addnew{
    font-size: 12px;
    color: #ffffff;
    background: #54930f;
    padding: 7px;
    border: 1px solid #377700;
    font-weight: bold;
}

#member_box #red{
    font-size: 12px;
    color: #ffffff;
    background: #e82c2e;
    padding: 7px;
    border: 1px solid #ba2233;
    font-weight: bold;
}

#error{
    font-size: 14px;
    color: #ffffff;
    background: #ef3a42;
    padding: 7px;
    border: 1px solid #770d29;
    font-weight: bold;
}

#done1{
    font-size: 14px;
    color: #ffffff;
    background: #26a146;
    padding: 7px;
    border: 1px solid #00761e;
    font-weight: bold;
}

#login
{
	font-size: 10px;
	font-family: tahoma, helvetica, sans-serif, arial;
	background: url('/common/images/input.jpg') repeat-x top left #ffffff;
	border: 1px solid #d6d6d6; 
	padding: 3px;
}

#input
{
	font-size: 12px;
	font-family: tahoma, helvetica, sans-serif, arial;
	background: url('/common/images/input.jpg') repeat-x top left #ffffff;
	border: 1px solid #d6d6d6; 
	padding: 4px;
}
#textarea
{
	font-size: 12px;
	font-family: tahoma, helvetica, sans-serif, arial;
	background: url('/common/images/textarea.jpg') repeat-x top left #ffffff;
	border: 1px solid #d6d6d6; 
	padding: 4px;
}

#knapp
{
	font-size: 10px;
	font-family: tahoma, helvetica, sans-serif, arial;
}


.top_meny {
	margin-top: 7px;
	margin-left: 5px; 
	padding-top: 0px;
	padding-bottom: 0px;
	width: 176px;
	margin-bottom: -3px;
	float: right;
}
.top_meny .top{
	height: 6px;
	background: url("/common/images/meny/top_top.jpg") no-repeat bottom;
	margin: 0px;
	padding: 0px;
}
.top_meny .bot{
	height: 10px;
	background: url("/common/images/meny/top_bot.jpg") no-repeat top;
	margin: 0px;
	padding: 0px;
}
.top_meny .area{
	padding-left: 5px;
	padding-right: 8px;
	background: url("/common/images/meny/top_body.jpg") repeat-y;
}
.top_meny b{
	font-weight: bold;
	color: #208651;
}
.top_meny a{
	font-weight: normal;
	color: #208651;
	text-decoration: underline; 
}
.top_meny a:hover{
	color: #f4c528;
	text-decoration: underline; 
}

.home_tree_pc{
	display:block;
}
.home_tree_sp{
	display:none;
}

.home_area{
	max-width:550px;
}

.corp_table{
	width:60%;
	margin: 0 auto 0 auto;
}

#cart a:before {
    content: "› ";
}

#cart a		{ 
	text-decoration: underline; 
	color: #ffffff;
	background:#000000;
	border-radius: 3px;
	float:left;
	font-size: 10px;
	padding:2px 1px;
	margin-right:5px;
		}
#cart a:hover 	{ 
	color: #f99c1c; 
		}
#cart select
		{
	font-family: tahoma, helvetica, sans-serif, arial;
	font-size: 10px;
	color: #555;
		}

#cart #yta {
	 width: 184px;
	 float: left;
	 margin-top: -5px;
}
#cart #total{
	text-align: right;
	background:#eeeeee;
	padding:1px;
	height:20px;
	line-height: 20px;
	font-size: 12px;
}
#cart {
	height: 34px;
	padding:5px;
}

#cartbox{
	float:left; 
	min-width:480px; 
	height:55px; 
	background:#ffffff; 
	margin-left:5px; 
	margin-top:2px; 
	border-radius:5px; 
	border:3px solid #1e8650;
}

.category_pic{
	float:right;
}

.login_box{
	width:400px; 
	margin: 10px auto 10px auto; 
	background: #f0f0f0; 
	padding: 15px; border: 1px solid #e0e0e0;
}

.thanks_box{
	width:60%;
}


@media only screen and (max-width: 950px) {

	.leftmenu{
		display: none;
	}
	.overtopmenu{
		display: none;
	}
	.undertopmenu{
		display: none;
	}
	.smartphone{
		display: block;
		height: 100px;
		width: 100%;
		background:#F9F9F9;
		border-bottom: 1px solid #e1e1e1;
	}
	.logo{
		margin-top:-10px;
	}

	.mainarea{
		max-width: 100%;
	}
	.mainbody{
		border:0;
		padding-left: 10px;
    	padding-top: 10px;
		padding-right: 10px;
    	padding-top: 10px;
		margin: 0 auto;
	}
	.topmenu{
		max-width: 100%;
		width:100%;
		border:0;
		padding-top:0px;
	}

	ul {
		padding: 0;
		list-style-type: none;
	  }
	#menuToggle {
		display: flex;
		flex-direction: column;
		position: relative;
		top: 40px;
		left: 25px;
		z-index: 1;
		-webkit-user-select: none;
		user-select: none;
		right:-25px;
		width:350px;
	}
	
	#menuToggle input
	{
		display: flex;
		width: 50px;
		height: 50px;
		position: absolute;
		cursor: pointer;
		top: -20px;
		opacity: 0;
		z-index: 2;
	}
	
	#menuToggle .line
	{
		display: flex;
		width: 29px;
		height: 2px;
		margin-bottom: 5px;
		position: relative;
		background: #36383F;
		border-radius: 3px;
		z-index: 1;
		transform-origin: 5px 0px;
		transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
					background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
					opacity 0.55s ease;
	}
	
	#menuToggle .line:first-child
	{
		transform-origin: 0% 0%;
	}
	
	#menuToggle .line:nth-last-child(2)
	{
		transform-origin: 0% 100%;
	}
	
	#menuToggle input:checked ~ .line
	{
		opacity: 1;
		transform: rotate(45deg) translate(-3px, -1px);
		background: #36383F;
	}
	#menuToggle input:checked ~ span:nth-last-child(3)
	{
		opacity: 0;
		transform: rotate(0deg) scale(0.2, 0.2);
	}
	
	#menuToggle input:checked ~ span:nth-last-child(2)
	{
		transform: rotate(-45deg) translate(0, -1px);
	}
	
	#menu
	{
		position: absolute;
		min-height: 400px;
		box-shadow: 0 0 5px #85888C;
		margin: -50px 0 0 -50px;
		padding: 50px;
		padding-top: 100px;
		background-color: #F6F6F6;
		-webkit-font-smoothing: antialiased;
		transform-origin: 0% 0%;
		transform: translate(-100%, 0);
		transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	}
	
	#menu li
	{
		padding: 10px;
		transition-delay: 2s;
	}
	
	#menuToggle input:checked ~ ul
	{
		transform: none;
	}
	.topmenu ul li{
		width: 100%;
		block-size: fit-content;
		display:block;
		float:none;
	}
	.topmenu ul li a{
		color: #157238;
	}
	.cat_top{
		font-weight: bold;
		margin-top:40px;
		border: 1px solid #e1e1e1;
		width:100px;
		color:#ffffff;
		background:#157238;
	}
	.cat{
		border: 1px solid #e1e1e1;
		margin-top: -1px;
		background:#ffffff;
	}
	.topmenu ul .cat a{
		color: #525252;
	}

	#cartToggle {
		display: flex;
		flex-direction: column;
		position: relative;
		top: 5px;
		right: 15px;
		z-index: 2;
		-webkit-user-select: none;
		user-select: none;
		float:right;
	}
	#cartToggle .line{
		display: block;
		width: 40px;
		height: 40px;
		margin-left: -45px;
		font-size:25px;
		font-weight: bold;
		text-align: center;
		padding:5px;
		position: relative;
		background: #1e8650;
		border-radius: 40px;
		z-index: 2;
		color:#ffffff;
	}
	#cartToggle .line img{
		width:100%;
		margin-top:-25px;
		z-index: 2;
	}
	#cartToggle .cartItem{
		display: block;
		position: relative;
		top: -10px;
		right: -30px;
		background:red;
		color:#ffffff;
		width:25px;
		height:25px;
		border-radius: 25px;
		font-size:14px;
		line-height: 25px;
		z-index: 3;
	}


	.spimg{
		width:100%;
	}


	.top_meny{
		display:none;
	}
	.home_area{
		max-width:100%;
	}
	.home_area img{
		width:100%;
	}
	.home_tree_pc{
		display:none;
	}
	.home_tree_sp{
		display:block;
	}

	.corp_table{
		width:100%;
		margin: 0 auto 0 auto;
	}

	.partner_table{
		width:100%;
		margin: 0 auto 0 auto;
	}

	#knapp{
		width:40px;
	}
	#eew{
		width:130px;
	}
	#product_text img{
		max-width:90%;
	}

	.icon{
		width:20px;
	}
	#member_box{
		width: 80%;
	}
	.faktura_body{
		width:100%;
	}

    #category_list img{
		float:none;
		display:block;
		padding: inherit;
		margin:30px auto;
	}

	#product_list img{

		float:none;
		display:block;
		padding: inherit;
		margin:30px auto;
	
	}

	#dsp p {
		margin-left:0;
	}
	
	#category_titel{
		border-bottom:0;
	}

	#product_list p{

		margin-left: 10px;
	
	}

	#product_list #pris{
		float:right;
	}

	.login_box{
		width:60%; 
	}
	.about_corp img{
		width:100%;
	}
	.thanks_box{
		width:80%;
	}
}

.spiff{
	background:#00761e;
	color:#ffffff;
	font-weight: bold;
	padding:5px;
	text-align: center;
}