﻿/* 
	Polarica
	@author: Daniel Eriksson - Vinter Reklambyrå
	2008-03-26
*/

body
{
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 13px;
}

h1.logo
{
	background: #fff url(../images/layout/logo.png) top left no-repeat;
	width: 150px;
	height: 75px;
	margin: 0;
	float: left;
}
	h1.logo a
	{
		display: block;
		width: 120px;
		height: 60px;
	}

	h1.logo span
	{
		display: none;
	}

h1
{
	font-family: DIN, Trebuchet MS, Tahoma, Verdana, Arial;
	_font-weight: normal;
	font-size: 19px;
	margin: 12px 0;
}

h2
{
	font-size: 17px;
	margin: 10px 0;
}

h3
{
	font-size: 16px
}

h4
{
	font-size: 13px;
}

ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a,
a:visited
{
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	text-decoration: underline;
}

a img
{
	border: 0;
}

a:focus 
{ 
	outline: none; 
}

img
{
	margin: 0;
}

/* layout */

#container
{
	width: 800px;
	margin: 40px auto;
}

#topwrapper
{
	margin: 0;
}

#contentwrapper
{}

#inspirationalwrapper
{
	/*height: 330px;*/
	margin: 0 0 20px 0;
}

#textcol
{
	width: 490px;
	margin: 0 10px 20px 10px;
	line-height: 150%;
}
	
	#textcol.start
	{
		width: 400px;
	}
	
	#textcol.wide
	{
		width: 520px;
	}
	
#newscol
{
	width: 320px;
	margin: 10px 10px 20px 0;
	line-height: 150%;
}	
	
div.thincol
{
	width: 185px;
	margin: 0 0 0 0;
}

div.mediumcol
{
	width: 360px;
	margin: 0 0 20px 10px;
	padding: 0;	
}

/* products */

div#productcontainer table,
div#productcontainer dt 
{
	line-height: 100%;
}

div#productcontainer table td
{
	padding: 3px 10px;
}

div#productcontainer table thead
{
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}


div#productcontainer dt
{
	font-weight: bold;
}

	div#productcontainer dt a,
	div#productcontainer dt a:visited
	{
		background: transparent url(../images/icons/moreinfo.png) top right no-repeat;
		padding: 0 12px 0 0; 
		font-size: 11px;
	}

div#productcontainer dd
{
	display: none;
	margin: 0;
}

/* inspirational articles */

div.imagecol
{
	width: 355px;
	margin: 0;
}

div.textcol
{
	width: 410px;
	margin: 0;
}

div.textcol .ingress
{
	font-size: 15px;
	font-style: italic;
	font-family: Georgia, Times New Roman, Sans-Serif;
}

/* recipies */

#recipies
{
	background-image: url(../images/layout/recipies_bg.png);
	height: 337px;
	width: 210px;
	padding: 12px 0px 0px 7px;
}
	#recipies div.content
	{
		display: block;
		width: 185px;
		padding-left: 7px;
	}
		#recipies div.content h3
		{
			margin: 10px 0 0;
			color: #d80000;
		}
		#recipies div.content p a
		{
			margin: 5px 0 0;
			color: #000000;
			font-size: 12px;
		}



#recipiescontainer
{
	margin: 40px 0 0 0;
}

	#recipiescontainer div.recipy,
	#recipiescontainer div.recipyfullwidht
	{
		float: left;
		width: 240px;
		margin: 5px 5px 25px 0;
		line-height: 120%;
	}
	
	div.recipyfullwidht div.recipytext
	{
		font-size: 11px;	
	}
	
	div.recipyfullwidht img.recipyimg
	{
		margin: 5px 0 20px 12px;
	}
	
	#recipiescontainer div.recipy img,
	div.recipytext p
	{
		margin: 0 6px 0 0;
	}
	
	#recipiescontainer div.recipy h4,
	div.recipyfullwidht div.recipytext h4
	{
		font-size: 14px;
		margin: 6px 0 6px 0;
	}
	
	#recipiescontainer div.recipyfullwidht
	{
		width: 450px;
	}
		#recipiescontainer div.recipyfullwidht img
		{
			margin: 0 6px 6px 20px;
		}
	
		#recipiescontainer div.recipyfullwidht h4
		{
			font-size: 13px;
			margin: 20px 0 3px 0;
		}
		
		#recipiescontainer div.recipyfullwidht h2
		{
			margin: 0 0 6px 0;
		}
		
		#recipiescontainer div.recipyfullwidht p
		{
			margin: 0 0 6px 0;
			font-size: 12px;
		}
	
/*  news */

h4.newsheader
{
	margin: 0 0 10px 20px;	
	font-size: 16px;
	font-weight: normal;
}

h4.newsarchiveheader
{
	width: 120px;
	margin: 10px 30px 10px 20px;	
	font-size: 16px;
	font-weight: normal;
}

ul#newslist
{
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
	background: #f6f6f6;
}
	ul#newslist li
	{
		margin: 0 10px 0px 10px;
		padding: 10px 0 5px 0;
		border-bottom: 1px dotted #ccc;
		height: 110px;
	}
	
		ul#newslist li.last
		{
			height: 15px;
			border-bottom: 0;
		}
		
	ul#newslist li h4
	{
		margin: 0;
		padding: 0 0 0 6px;
	}
	
	ul#newslist li h4 a
	{
		font-size: 13px;
	}
	
	ul#newslist li p,
	ul#newslist li a
	{
		font-size: 12px;
		margin: 2px 0 6px 0;
	}
	
	ul#newslist.newsarchive
	{
		float: right;
		width: 175px;
		margin: 15px 10px 10px 0;
	}
	
	ul#newslist.newsarchive li
	{
		height: auto;
	}
	
	img.newsimg
	{
		float: left;
		margin: 0 10px 0 0;
	}
	
/* extranet news */	

ul#extranet-list
{
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
	background: #eee;
}
	ul#extranet-list li
	{
		margin: 0 10px 0px 10px;
		padding: 10px 0 5px 0;		
		height: 110px;
	}
	
		ul#extranet-list li.last
		{
			height: 30px;
			border-bottom: 0;
		}
	
	ul#extranet-list li h4
	{
		margin: 0;
		padding: 0;		
	}
	
	ul#extranet-list li h4 a
	{
		font-size: 13px;
		color: #d73535;
	}
	
	ul#extranet-list li p,
	ul#extranet-list li a
	{
		font-size: 12px;
		margin: 2px 0 6px 0;
	}

/* searchresults */

ul.searchresults h3
{
	margin: 10px 0 2px 0;
}

/* ExtranetPanel */

div.extranet-panel
{
	background: #eee;
	padding: 10px;
	margin: 0 0 10px 0;	
	border: 1px solid #ccc;
}

	div.extranet-panel h4,
	div.extranet-panel p
	{
		margin: 10px 0 0 0;
	}
	
/* footer */
	
#puffar
{
	margin: 20px 0 0 0;
	clear: both;
	height: 115px;
	width: 800px;
	background: #f6f6f6;
	font-size: 11px;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

	#puffar ul
	{
		margin: 4px 0 0 40px;	
		padding: 5px 0 0 0;
		height: 105px;
	}
	
	#puffar ul li
	{
		float: left;
		width: 110px;
		margin: 0 6px 0 0;	
		text-align: center;	
	}
	
	#puffar li h3,
	#puffar li p,
	#puffar li span
	{
		padding: 3px 0 0 0;		
		margin: 0;		
	}
	
	#puffar li a span
	{
		display: block;
		font-size: 13px;
		font-weight: bold;
	}
	
	#puffar li a,
	#puffar li a:visited,
	#puffar li a:hover
	{
		text-decoration: none;
	}
		
	#puffar li.wild
	{
		background: transparent url(../images/icons/pictogram_vilt.png) top center no-repeat;
	}	
	ul#subnav.recipies li.wild { background: transparent url(../images/icons/vilt.png) top left no-repeat; }
	
	
	#puffar li.exotic
	{
		background: transparent url(../images/icons/pictogram_exotiskt.png) top center no-repeat;
	}	
	
	ul#subnav.recipies li.exotiskt { background: transparent url(../images/icons/exotiskt.png) top left no-repeat; }
	
	
	#puffar li.bird
	{
		background: transparent url(../images/icons/pictogram_fagel.png) top center no-repeat;
	}
	ul#subnav.recipies li.bird { background: transparent url(../images/icons/fagel.png) top left no-repeat; }
	
	
	#puffar li.fish
	{
		background: transparent url(../images/icons/pictogram_fisk.png) top center no-repeat;
	}
	ul#subnav.recipies li.fish { background: transparent url(../images/icons/fisk.png) top left no-repeat; }
	
	
	#puffar li.berries	
	{
		background: transparent url(../images/icons/pictogram_bar.png) top center no-repeat;
	}
	ul#subnav.recipies li.berries { background: transparent url(../images/icons/bar.png) top left no-repeat; }
	
	
	#puffar li.mushrooms	
	{
		background: transparent url(../images/icons/pictogram_svamp.png) top center no-repeat;
	}
	
	ul#subnav.recipies li.mushrooms { background: transparent url(../images/icons/svamp.png) top left no-repeat; }
	
	
	#puffar p
	{
		margin: 5px 0;
	}
	
	#puffar li.last p
	{
		border: 0;
	}

/* footer */

#footer
{
	text-align: center;
	clear: both;
	margin: 15px 0;
	padding: 20px 0;
	font-size: 11px;
}

/* product listing */
ul.product
{
	height: auto;/*162px;*/
	margin-bottom: 20px;
	clear: both;
}

ul.product.berries
{
	height: auto;
}
	.product li
	{
		display: block;
		float: left;
	}
	.product p
	{
		font-size: 10px;
		margin: 0 0 5px;
		padding: 0;
		line-height: normal;
	}
	.product h3
	{
		margin: 0 0 10px;
		padding: 0;
		line-height: normal;
	}
	.product .packshot
	{
		width: 250px;
	}
	.product .info
	{
		clear: right;
		margin-left: 10px;
		width: 230px;
	}


/* form */

div.formsentmsg
{
	background: #4a72a6;
	padding: 10px 20px;
	border: 1px solid #ddd;	
}


div#validationmsg
{
	display: none;
	background: #f6f6f6;
	padding: 10px 20px;
	border: 1px solid #ddd;
}

#form fieldset
{
	margin: 10px 0;
	border: 0;	
	padding: 12px;
}

#form fieldset legend
{
	font-weight: bold;
}

#form label,
#form div.checkboxes
{
	display: block;
	height: 30px;
}

	#form div.checkboxes label
	{
		display: inline;
		height: auto;
	}

#form label.textarea
{
	height: auto;
}

form label span,
#form div.checkboxes span
{
	display: block;
	float: left;
	width: 155px;
}

#form span.errmsg
{
	display: none;
}

#form select.text,
#form input.text,
#form textarea
{
	width: 200px;
	font-family: Trebuchet MS, Verdana, Sans-Serif;
	font-size: 12px;
}

.searchform
{
	height: 25px;
	margin: 0;
	padding: 0;
	line-height: 100%;
}

input.searchfield
{
	width: 320px;
	font-size: 18px;
	padding: 0;
	margin: 0;
	border: 1px solid #ccc;
	height: 25px;
}

	.png8 input.searchfield
	{
		height: 24px;
		font-size: 17px;		
	}

input.searchbutton
{
	background: #fff url(../images/icons/search_small.png) top right no-repeat;	
	width: 43px;
	height: 26px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	border: none;
	text-indent: -9999px;
}

.smaller
{
	font-size: 11px;
}

.italic
{
	font-style: italic;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.clr
{
	clear: both;
}

.borderleft
{
	border-left: 1px solid #ddd;
}

.borderright
{
	border-right: 1px solid #ddd;
}

img.inspiration
{
	margin: 0;
	width: 800px;
	height: 352px;
}

img.textimage
{
	margin: 10px 10px 30px 0;
}

img.barcode
{
	margin: 4px;
}

span.date
{
	font-size: 10px;
}

.link
{
	background: #fff url(../images/icons/link.png) center right no-repeat;
}

a.print
{
    display: block;
    margin: 5px 0;
	background: #fff url(../images/icons/printer.png) center left no-repeat;
	padding: 0 0 0 20px;
}

a.image
{
    display: block;
    margin: 5px 0;
	background: #fff url(../images/icons/image.png) center left no-repeat;
	padding: 0 0 0 20px;
	font-size: 11px;
}


/*  colors */

.black,
h4
{
	color: #000;
}

.clearblue,
h1,
h2,
a,
a:visited
{
	color: #4a72a6;
}

.darkgrey,
h3
{
	color: #616161;
}

.limegreen,
input.searchfield
{
	color: #76933b;
}

.white,
div.formsentmsg
{
	color: #fff;
}

.red,
span.date,
div#validationmsg
{
	color: #CC0000;	
}

.orange,
div.recipy h4 a,
div.recipy h4 a:visited
{
	color: #f3481a;
}

/* inspirational slider */

.stripViewer .panelContainer .panel ul 
{
	text-align: left;
	margin: 0;
}

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 0;
	position: relative;
	width: 100%;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 55px; background: #fff; overflow: hidden;}
.csw .loading {margin: 10px 0 10px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	border: none;
	margin: auto;
	width: 680px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 55px;
	clear: both;
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; 
	top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float: left;
	height: 100%;
	position: relative;
	width: 680px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 0;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
	display: none;
}

.stripNav ul { /* The auto-generated set of links */
	list-style: none;
}

.stripNav ul li {
	float: left;
	margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}

.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 0px;
	/*text-indent: -9000em;*/
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 30px;
	width: 50px;
	text-decoration: none;
}

.stripNavL {
	left: 15px;
}

.stripNavR {
	right: 0;
}