/***************************************************************************************************************/
/***************************************************************************************************************/
/**
/**	STANDARD ELEMENTS
/**
/***************************************************************************************************************/
/***************************************************************************************************************/
html		{overflow: -moz-scrollbars-vertical; overfLow: scroll;}
body		{margin:0;			background: url('/images/background.jpg') repeat-x #fff 0 180px;}
.clear		{clear:both; display:block;}
a			{color:#EB4200; text-decoration:none;}
a:hover	    {color:#0A77BC;}
a img		{border:0;}

.print_info
{
	display:none;
}

/*
 * Table
 *************************************************/
table
{
	margin:0;
}

table td
{
	min-width:100px;
	padding-top:5px;
}

table input
{
	width:145px;
	height:25px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	font-size:1.4em;
	font-family:tahoma;
	color:#565656;
}

table select option
{
	width:145px;
	height:23px;
	padding-top:7px;
	padding-left:5px;
	padding-right:5px;
}

/*
 * Image
 *************************************************/
img.border
{
	margin-top:10px;
	border:6px solid #e9e9e9;
}

a:hover img.border
{
	border:6px solid #0a77bc;
}

/*
 * Textarea
 *************************************************/
textarea
{
	width:604px;
	height:150px;
	font-size:1.4em;
	font-family:tahoma;
	color:#565656;
}

/*
 * Button
 *************************************************/
.button
{
	width:auto;
	height:30px;
	float:right;
	display:inline;
	margin-top:10px;
	padding:0px 10px 2px 10px;
	color:#fff;
	border:0;
	background: url('/images/button.jpg') repeat-x;
}

.submit
{
	height:auto !important;
	width:41px !important;
}

/***************************************************************************************************************/
/***************************************************************************************************************/
/**
/**	LAYOUT
/**
/***************************************************************************************************************/
/***************************************************************************************************************/
.center,
.content,
.footer
{
	width:930px;
	margin-left:auto;
	margin-right:auto;
}

.top_container
{
	width:100%;
	position:relative;
	z-index:90;
	background-color:#fff;
}

.top_container .center
{
	position:relative;
	z-index:1;
}

.top_container img
{
	display:block;
	margin:auto;
}

/*
 * Search
 *************************************************/
.top_container .search
{
	height:32px;
	top:-120px;
	right:0px;
	position:absolute;
	z-index:1;
}

.top_container .search input
{
	width:100%;
	height:18px;
	background-color:transparent;
	border:none;
}

.top_container .search input,
.top_container .search ul li a
{
	font-size:1.4em;
	font-family:tahoma;
	color:#2d2d2d;
}

.top_container .search a img
{
	width:43px;
	height:30px;
	float:left;
	border:none;
}

div.input_text
{
	width:100px;
	height:24px;
	padding:4px 5px 0 5px;
	margin-right:5px;
	float:left;
	display:inline;
	border:1px solid #b2b2b2;
	background-color:#fff;
}

/*
 * Menu
 *************************************************/
.top_container .menu
{
	width:100%;
	margin-top:-54px;
	position:relative;
	background-image:url('/images/menu_background.png');
	background-repeat:repeat-x;
	z-index:0;
}

.top_container .menu a
{
	margin-left:-1px;
	padding:20px 12px 19px 12px;
	float:left;
	display:block;
	border-left:1px dotted #fff;
	position:relative;
	z-index:1;
}

.top_container .menu a.active
{
	background-color:#504438;
}

	.top_container .menu div.active a
	{
		background-color:#504438 !important;
	}
	
	.top_container .menu div a:hover
	{
		background-color:#504438 !important;
	}

	.top_container .menu div.active span a
	{
		background-color:transparent !important;
	}
	
	.top_container .menu div.active span a.active,
	.top_container .menu div.active span a:hover
	{
		background-color:#504438 !important;
	}

.top_container .center
{
	position:relative;
}

.top_container .menu .center .logo
{
	background-color:transparent !important;
	border:0 !important;
	display:block;
	position:absolute;
	top:-35px;
	left:-10px;
	padding:0;
	width:150px;
	float:none;
}

html body .top_container .menu .center .logo:hover
{
	background-color:transparent !important;
}

.top_container .menu .center .holder
{
	height:56px;
	float:right;
	display:inline;
	border-right:1px dotted #fff;
}

.top_container .menu .center .holder div
{
	position:relative;
	float:left;
	display:inline;
}

/*
 * Dropmenu
 *************************************************/
.top_container .menu .center .holder div span
{
	top:56px;
	left:0px;
	position:absolute;
	float:left;
	padding:0;
	margin:0;
	display:none;
	background-color:#a89a8d;
}

.top_container .menu .center .holder div span a
{
	float:none;
	display:block;
	border:none;
	margin:0;
	padding:10px 20px 10px 10px;
	border-top:1px solid #c2b8af;
	white-space:nowrap;
}

/*
 * Droplist
 *************************************************/
.droplist
{
	width:155px;
	position:relative;
	float:left;
	display:inline;
	margin-right:5px;
	border:1px solid #b2b2b2;
	background-color:#fff;
	cursor:pointer;
	z-index:99;
}

.droplist .droplist_button
{
	width:28px;
	height:28px;
	right:0px;
	position:absolute;
	border-left:1px solid #b2b2b2;
	background:url('/images/droplist_button.gif') no-repeat 50% 55%;
}

.droplist input
{
	width:80px;
	height:18px;
	padding:5px;
	float:left;
	display:inline;
	border:none;
	background-color:transparent;
	cursor:pointer;
}

.droplist ul
{
	width:100%;
	position:absolute;
	left:-1px;
	list-style-type:none;
	margin:0;
	padding:0;
	display:none;
	border:1px solid #b2b2b2;
	background-color:#fff;
}

.droplist li
{
	text-align:left;
}

.droplist li a
{
	height:15px;
	margin:0;
	padding:10px;
	padding-left:5px;
	display:block;
}

.droplist li a.selected
{
	background-color:#ddd;
}

.droplist input,
.droplist ul li a
{
	font-size:14px;
	font-family:tahoma;
	color:#2d2d2d;
}

/*
 * Footer
 *************************************************/
.footer
{
	margin-top:40px;
	height:80px;
	text-align:center;
	clear:both;
	border-top:1px dotted #000;
}

/***************************************************************************************************************/
/***************************************************************************************************************/
/**
/**	MODULES
/**
/***************************************************************************************************************/
/***************************************************************************************************************/
/* 
 * Module_Quicklinks
 *************************************************/
.quicklink
{
	margin-top:15px;
	margin-bottom:10px;
	position:relative;
	display:block;
	font-style:italic;
	font-size:1.7em;
	text-align:center;
	color:#eb4200;
}

.quicklink.large_arrow
{
	padding-left:29px;
	text-align:left;
	background: url('/images/large_arrow.jpg') no-repeat;
}

.quicklink.small_arrow
{
	padding-left:12px;
	text-align:left;
	background: url('/images/small_arrow.jpg') no-repeat 0% 60%;
}

.quicklink:hover			{color:#0a77bc;}
.quicklink.small_arrow:hover{background-image:url('/images/small_arrow_hover.jpg');}
.quicklink.large_arrow:hover{background-image:url('/images/large_arrow_hover.jpg');}

.readmore
{
	font-size:1.4em;
	float:right;
}

/*
 * Module_Submenu
 *************************************************/
.module_submenu
{
	padding-bottom:20px;
}

.module_submenu ul li a
{
	font-family:georgia;
	font-size:1.6em;
	line-height:1.8em;
}

.module_submenu ul
{
	list-style-type:none;
	margin:0;
	padding-left:5px;
}

.module_submenu ul ul
{
	padding-left:30px;
}

.module_submenu ul ul ul
{
	padding-left:20px;
}

.module_submenu ul li
{
	margin-top:8px;
	margin-bottom:8px;
	padding-bottom:8px;
	border-bottom:1px dotted black;
}

.module_submenu ul li ul li
{
	margin:0;
	padding:0;
	border:0;
}

.module_submenu ul li a
{
	display:block;
	padding-left:30px;
	background-image:url('/images/large_arrow_right.gif');
	background-repeat:no-repeat;
	background-position:0% 55%;
	color:#eb4200;
}

.module_submenu ul li a:hover
{
	background-image:url('/images/large_arrow_hover.gif');
	color:#0a77bc;
}

/* Level 1 */
.module_submenu ul li a.active
{
	background-image:url('/images/large_arrow_down.gif') !important;
	color:#524538 !important;
}

/* Level 2 */
.module_submenu ul li ul li a
{
	padding-left:12px;
	font-size:1.4em;
	/*background-image:url('/images/small_arrow_right.gif');*/
	background-image:none !important;
}

.module_submenu ul li ul li a:hover
{
	/*background-image:url('/images/small_arrow_hover.gif');*/
	background-image:none !important;
}

.module_submenu ul li ul li a.active
{
	/*background-image:url('/images/small_arrow_down.gif') !important;*/
	background-image:none !important;
}

/* Level 3 */
.module_submenu ul li ul li ul li a
{
	font-size:1.2em;
	background-image:none !important;
}

/*
 * Module_Pagination
 *************************************************/
.module_pagination
{
	float:right;
	display:inline;
	margin-top:40px;
}

.module_pagination .quicklink
{
	font-size:1.4em;
	float:left;
	display:inline;
	margin-top:0;
	margin-left:20px;
}

.module_pagination .quicklink.active
{
	padding:5px;
	margin-top:-5px;
	color:#fff;
	background-color:#a89a8d;
}

.module_pagination .quicklink.small
{
	font-family:tahoma;
	font-style:normal;
	font-size:1.2em;
}

.module_pagination .quicklink img
{
	margin:0 5px 0 5px;
}

.module_pagination .quicklink img.hover			{display:none;}
.module_pagination .quicklink:hover img.default{display:none;}
.module_pagination .quicklink:hover img.hover	{display:inline;}

/*
 * Module_Breadcrumbs
 *************************************************/
#module_breadcrumbs
{
	margin-top:30px;
	padding:10px;
	float:left;
	display:inline;
	background-color:#fff;
	font-family:tahoma;
	font-size:1.1em;
}

#module_breadcrumbs a
{
	margin-left:6px;
	padding-left:10px;
	background:url('/images/small_arrow.jpg') no-repeat 0% 60%;
	color:#eb4200;
}

/* Module_Eyecatcher
 *************************************************/
.module_eyecatcher
{
	position:relative;
	width:100%;
}

.module_eyecatcher div
{
	width:340px;
	padding:15px 20px 20px 20px;
	top:50px;
	left:30px;
	position:absolute;
	background-image:url("/images/transparent.png");
}

.module_eyecatcher.bottom div
{
	bottom:0;
	left:0;
	top:auto;
	width:100%;
}

.module_eyecatcher p
{
	margin-right:32px;
}

.module_eyecatcher.bottom
{
	margin-top:20px;
}

/* Module_Separated_List
 *************************************************/
.module_separated_list						{margin-top:17px;}
.module_separated_list .separator_border	{margin-bottom:17px;}

/* Module_Interesting
 *************************************************/
.module_infobox
{
	padding:10px;
	border:1px solid #ddd;
	background-color:#fff;
}

.module_infobox h4
{
	color:#000;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dotted #000;
}

/* Module_Recipe
 *************************************************/
.module_recipe
{
	background: url('/images/module_oppskrift_background.jpg') repeat-x 0 100% #77bae5;
	padding:0 20px 30px 10px;
	position:relative;
	width:240px;
}

	.module_recipe .top
	{
		background: url('/images/module_oppskrift_background_top.jpg') repeat-x 0 100% #fff;
		height:5px;
		left:0;
		position:absolute;
		top:0;
		width:270px;
	}

	.module_recipe h4
	{
		padding-top:20px;
		margin-left:10px;
		padding-bottom:10px;
		border-bottom:1px dotted #fff;
	}

	.module_recipe a
	{
		width:80px;
		height:65px;
		padding-top:8px;
		text-align:center;
		display:block;
		float:left;
		font-size:1.4em;
		font-style:italic;
		color:#fff;
	}

		.module_recipe a img
		{
			display:block;
			margin:auto;
			margin-bottom:5px;
		}

		.module_recipe a img.hover			{display:none;}
		.module_recipe a:hover				{color:#000;}
		.module_recipe a:hover img.default	{display:none;}
		.module_recipe a:hover img.hover	{display:block;}

/*
 * Module_Productlist
 *************************************************/
 .module_productlist
 {
	margin-right:-24px;
 }
 
.module_productlist .item
{
	width:214px;
	height:178px;
	margin: 0 24px 60px 0;
	position:relative;
	float:left;
	display:inline;
	background-color:#fff;
}

.module_productlist a
{
	position:absolute;
	display:block;
	margin-top:-25px;
	padding:0px;
	text-align:center;
	background-image:none;
}

.module_productlist .item a img
{
	width:204px;
	height:178px;
	margin-top:25px;
}

img.product_new
{
	right:10px;
	top:31px;
	margin:0 !important;
	padding:0 !important;
	position:absolute;
	height:84px !important;
	width:84px !important;
}

html>/**/ body img.product_new
{
	right:6px;
}

/***************************************************************************************************************/
/***************************************************************************************************************/
/**
/**	COLUMNS
/**
/***************************************************************************************************************/
/***************************************************************************************************************/
.columnLeft,
.columnRight
{
	display:inline;
	float:left;
	position:relative;
	width:295px;
}

.columnRight
{
	float:right;
}

	.columnLeft h3,
	.columnRight h3
	{
		margin-top:15px;
	}
	
	/*
	 * Tipex
	 *************************************************/
	.columnLeft .tipex,
	.columnRight .tipex
	{
		width:100%;
		height:15px;
		position:absolute;
		bottom:0px;
		left:0px;
		background-color:#fff;
	}

/***************************************************************************************************************/
/***************************************************************************************************************/
/**
/**	FREEFORM ELEMENTS
/**
/***************************************************************************************************************/
/***************************************************************************************************************/
.freeform
{
	margin-top:15px;
	float:left;
	display:inline;
	position:relative;
}

.freeform.full
{
	margin-top:25px;
	margin-bottom:5px;
	display:block;
	overflow:hidden;
}

.freeform.half
{
	width:48%;
	overflow:hidden;
}

.freeform.left70
{
	width:610px;
	margin-right:50px;
	overflow:hidden;
}

.freeform.right30
{
	width:270px;
	overflow:hidden;
}

.freeform.sitemap
{
	width:100%;
	height:600px;
	overflow:hidden;
}

.freeform.sitemap div
{
	padding-top:10px;
	margin-top:10px;
	float:left;
	display:inline;
	overflow:hidden;
	background: url('/images/dotted_separators.gif') repeat-y 45% 50% #fff;
}

.newslist.freeform.half
{
    height:255px;
    position:relative;
}

.newslist2.freeform.half
{
    height:230px;
    position:relative;
}

.newslist.freeform.half .separator_border,
.newslist2.freeform.half .separator_border
{
    position:absolute;
    bottom:0;
}

.sitemap ul
{
	width:289px;
	list-style-type:none;
	padding-left:20px;
	margin:0;
	margin-left:1px;
	float:left;
	display:inline;
}

.sitemap ul ul
{
	float:none;
	display:block;
	padding-left:20px;
	margin-bottom:10px;
	background-color:transparent;
}

.sitemap ul ul ul
{
	padding-left:0px;
}

.sitemap a:hover
{
	text-decoration:underline;
}

.sitemap h2 a
{
	font-family:georgia;
	font-size:0.75em;
	color:#eb4200;
	line-height:2em;
}

.sitemap h3 a
{
	font-family:tahoma;
	font-size:0.65em;
	font-style:normal;
	font-weight:bold;
	line-height:1.5em;
	color:#000;
}

.sitemap ul li li li a
{
	font-size:1.1em;
	line-height:1.5em;
	color:#545454;
}

#popupEmail
{
	display:none;
}

/*
 * Separators
 *************************************************/
.separator_vertical
{
	width:100%;
	height:17px;
}

.separator_space
{
	width:4%;
	height:100px;
	font-size:0;
	float:left;
	display:inline;
	border:0;
}

.separator_border
{
	width:100%;
	height:1px;
	margin-top:20px;
	border-top:1px dotted #000;
}