﻿@font-face {
	font-family: 'BevanRegular';
	src: url('bevan-webfont.eot');
	src: local('☺'), url('bevan-webfont.woff') format('woff'), url('bevan-webfont.ttf') format('truetype'), url('bevan-webfont.svg#BevanRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* 
	Blue tones: 01587e 00638e 009adb 6bc6ed
	Pink: dc156f ff0073
	Green: eefef4
*/
body {
	color: #000;
	font: 76%/1.5 Arial,Helvetica,sans-serif;
	background: url(/i/body-bg.gif) #fff;
	margin: 0;
}
body.error {
	background-image: none;
	margin: 2em;
}
iframe {
	margin:0;
	padding:0;
	border:0;
	overflow:hidden;
}
body#tinymce {
	background-image: none;
	margin: 5px;
}
body#tinymce p {
	font-size: 1.15em;
}
#page {
	font-size: 1.25em;
}
a:link, a:visited {
	color: #00a2e6;
}
a:hover, a:active, a:focus {
	color: #ff0073;
}
blockquote, body, caption, div, dl, dt, dd, form, fieldset, h1, h2, h3, h4, h5, h6, html, li, ul, ol, p, pre, textarea, table, td, th {
	margin: 0;
	padding: 0;
}
address, dl, fieldset, p, pre, ul, ol, table {
	margin: 0 0 1em;
}
ul, ol, dd {
	margin-left: 33px;
}
dd {
	font-size:0.8em;
}
td ul, td ol {
	margin-left: 12px;
}
ol ul, ul ol, ul ul, ol ol, td ul, td ol {
	margin-bottom: 0;
}
blockquote {
	margin: 1em 33px;
	font-style: italic;
}
dt {
	font-weight: bold;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
table, th, td {
	border: 1px solid #ececec;
}
th, td {
	padding: 3px 6px;
}
caption, th {
	font-weight: bold;
	text-align: left;
}
img {
	border: none;
}
h1, h2, h3, h4, h5, h6, #nav ul li {
	color: #000;
	font-weight: bold;
	line-height: 1.2;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	margin: 0 0 0.33em;
	font-size: 2.4em;
	font-family: 'BevanRegular', Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h2, #nav ul li {
	margin: 0 0 0.5em;
	font-size: 1.6em;
	font-family: 'BevanRegular', Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#content h2, #content h3, #content h4, #content h5, #content h6 {
	margin-top: 1.5em;
}
#content #product-intro h2, #content .status h2 {
	margin-top: 0;
}
h3 {
	margin: 0 0 0.66em;
	font-size: 1.2em;
	font-weight:normal;
}
h4 {
	margin: 0 0 0.83em;
	font-size: 1.1em;
}
h5 {
	margin: 0 0 1em;
	font-weight: bold;
	font-size: 1.05em;
}
h6 {
	margin: 0 0 1em;
	font-weight: bold;
	font-size: 1em;
}

/* Stolen from http://positioniseverything.net/easyclearing.html */
.cf:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}
.cf {
	display: inline-block;
}
* html .cf {
	height: 1px;
}
.cf {
	display: block;
}

.structural {
	position: absolute;
	left: -9999px;
}

.mobile-only,
.hide {
	visibility: hidden;
	display: none;
}

img.right {
	float: right;
	margin: 0 0 0.2em 1em;
}

.blog-list h2 {
	margin-bottom: 0;
}
.blog-list p {
	margin-bottom: 3px;
}
.meta {
	display: block;
	font-size: 0.8em;
	color: Gray;
	padding-bottom: 6px;
}

/* Index */
#page {
	width: 988px;
	margin: 35px auto;
}

/* Sections */
#sections ul {
	margin: 0;
	padding: 0;
	padding-left: 2em;
	list-style: none outside none;
	background: url(/i/sections-bg.gif) repeat-x 0 0;
}
#sections ul li {
	float: left;
	margin: 0 2px 0 0;
	padding: 0;
}
#sections ul li a:link, #sections ul li a:visited, #sections ul li a:hover, #sections ul li a:active, #sections ul li a:focus {
	font-size: 22px;
	line-height:22px;
	font-family: 'BevanRegular' , Arial, Helvetica, sans-serif;
	font-weight:normal;
	display: block;
	padding: 9px 15px 0 15px;
	height: 28px;
	background: #a6a6a6;
	text-decoration: none;
	color: #fff;
	-moz-border-radius: 7px; /* Firefox */
	-webkit-border-radius: 7px; /* Safari, Google Chrome */
	border-radius: 7px; /* Internet Explorer 9, Opera 10.5+, dev channel releases of Google Chrome */
	border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
}
#sections ul li.sel a:link, #sections ul li.sel a:visited, #sections ul li.sel a:hover, #sections ul li.sel a:active, #sections ul li.sel a:focus {
	background: #fff;
	color: #000;
	border-top: 3px solid #009adb;
	border-left: 3px solid #009adb;
	border-right: 3px solid #009adb;
}
#sections ul li a:hover {
	background: #000;
	color: #fff;
}

/* Bordered inner page */
#inner-page {
	background: #fff;
	color: #000;
	border-left: 3px solid #009adb;
	border-right: 3px solid #009adb;
	border-bottom: 3px solid #009adb;
	padding: 15px 10px;
	border-bottom-right-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-bottom-left-radius: 7px;
}

/* Header */
#header {
	padding-bottom: 6px;
}
#logo {
	float: left;
	width: 579px;
	height: 120px;
}

/* Status */
#status {
	float: right;
	width: 383px;
	padding-top: 13px;
	height: 85px;
	text-align: right;
	vertical-align: baseline;
}
#status p {
	margin-bottom:10px;
}
#toolbox ul,
#status ul {
	margin: 0;
	padding: 0;
	list-style: none outside none;
}
#toolbox ul {
	margin: 6px 0 0 0;
}
#toolbox ul li,
#status ul li {
	float: right;
	margin: 0 0 0 1px;
	padding: 0;
}
#toolbox ul li {
	float:left;
	margin: 0 1px 0 0;
}
#toolbox ul li a:link, #toolbox ul li a:visited, #toolbox ul li a:hover, #toolbox ul li a:active, #toolbox ul li a:focus,
#status ul li a:link, #status ul li a:visited, #status ul li a:hover, #status ul li a:active, #status ul li a:focus {
	display: block;
	padding: 5px 7px;
	background: #009adb;
	text-decoration: none;
	color: #fff;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Google Chrome */
	border-radius: 3px; /* Internet Explorer 9, Opera 10.5+, dev channel releases of Google Chrome */
}
#status ul li.sel a:link, #status ul li.sel a:visited, #status ul li.sel a:hover, #status ul li.sel a:active, #status ul li.sel a:focus {
	background: #dc156f;
	color: #fff;
}
.signed-in ul li a {
	background: #009adb;
}
#toolbox ul li a:hover,
#status ul li a:hover {
	background: #00638e;
	color: #fff;
}

/* Checkout */
h1#checkout {
	margin: 0;
	padding: 5px 4px;
}

/* Cart */
#cart {
	margin: 5px 0;
	background: #eefef4;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Google Chrome */
	border-radius: 3px; /* Internet Explorer 9, Opera 10.5+, dev channel releases of Google Chrome */
}
#cart a:link, #cart a:visited {
	color: #ff0073;
}
#cart a:hover, #cart a:active, #cart a:focus {
	color: #00a2e6;
}
#not-empty, #empty {
	float: right;
	width: 400px;
	margin: 0;
	text-align: right;
	height: 30px;
	line-height: 30px;
	padding-right: 6px;
}
#cart-help {
	float: left;
	width: 530px;
	margin: 0;
	text-align: left;
	font-size: 0.9em;
	font-family: Arial,Helvetica,sans-serif;
	color: Gray;
	height: 30px;
	line-height: 30px;
	padding-left: 6px;
}
#cart form {
	float: left;
	font-size: 0.95em;
	width: 530px;
	margin: 0;
}
#cart table {
	margin: 6px;
}
#result-inner .price,
#cart .price {
	text-align: right;
	width: 40px;
	white-space: nowrap;
}
#cart input {
	width: 65px;
}
#cart .quantity {
	width: 65px;
}
#cart .quantity input {
	width: 58px;
	text-align: center;
}

/* Navigation */
#nav {
	float: left;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.3em;
	background: #fff2f8;
	color: #000;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Google Chrome */
	border-radius: 3px; /* Internet Explorer 9, Opera 10.5+, dev channel releases of Google Chrome */
}
#nav-lists ul {
	list-style:none;
	margin:0;
}
#nav-lists {
	padding: 10px 15px;
}
#nav-lists ul li {
	display: block;
	font-size: 1.6em;
	margin:0.3em 0 1em 0;
}
#nav-lists ul li.without-children {
	font-family: Arial,Helvetica,sans-serif;
	font-size:1em;
	font-weight:normal;
}
#nav-lists ul li ul li {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.6em;
	font-weight:normal;
	margin:0.6em 0 0 0;
}
#nav-lists ul li a:link,
#nav-lists ul li a:visited,
#nav-lists ul li a:hover,
#nav-lists ul li a:active,
#nav-lists ul li a:focus {
	color: #009adb;
	text-decoration: none;
	display:block;
}
#nav-lists ul li.without-children a:link,
#nav-lists ul li.without-children a:visited,
#nav-lists ul li.without-children a:hover,
#nav-lists ul li.without-children a:active,
#nav-lists ul li.without-children a:focus,
#nav-lists ul li ul li a:link,
#nav-lists ul li ul li a:visited,
#nav-lists ul li ul li a:hover,
#nav-lists ul li ul li a:active,
#nav-lists ul li ul li a:focus {
	color: #000;
	text-decoration: none;
	display:block;
}
#nav a:hover {
	text-decoration: none;
	background:#fff;
}
#nav-lists ul li.without-children a.sel,
#nav-lists ul li a.sel,
#nav-lists ul li ul li a.sel {
	text-decoration: underline;
}
#nav-lists ul li ul li a.sel {
	font-weight: bold;
}
#nav-lists #partner ul li {
	font-size: 1em;
	font-weight: normal;
	font-family: Arial,Helvetica,sans-serif;
}

/* Content */
#content {
	float: left;
	width: 700px;
	padding: 15px 0 15px 15px;
	margin: 0 0 0 10px;
}
#category-intro {
	margin-bottom: 2em;
}
#product-intro {
	width: 646px;
}
.col {
	float: left;
	width: 206px;
	margin-right: 3px;
	margin-bottom: 3px;
	border: 2px solid #ece;
	padding: 10px;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Google Chrome */
	border-radius: 3px; /* Internet Explorer 9, Opera 10.5+, dev channel releases of Google Chrome */
}
#content .col h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 3px 0;
}

#content .col .price {
	margin: 7px 0 0 0;
	text-align: right;
}

/* Search Form */
#search {
	float:right;
}
#search div input.q {
	width:208px;
}

/* Sorting */
#sorting {
	margin-bottom: 0.5em;
	text-align: right;
}
#sorting label {
	font-family:'BevanRegular', Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:22px;
	font-weight:lighter;
}

/* Search Results*/
#result-inner {
	border: 2px solid #ece;
	padding: 0;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Google Chrome */
	border-radius: 3px; /* Internet Explorer 9, Opera 10.5+, dev channel releases of Google Chrome */
}

#result-inner table,
#result-inner p {
	margin:0;
	padding:6px;
	border: 1px solid #ececec;
}
#result-inner td {
	height:60px;
	vertical-align:middle;
}
#result-inner td.pi {
	width:42px;
}

/* Forms */
textarea {
	font-family: Arial,Helvetica,sans-serif;
	font-size:0.9em;
	padding:3px;
}
fieldset {
	padding: 12px;
}
legend {
	padding-right: 3px;
	padding-left: 3px;
	font-size: 1.2em;
}
.button, .pair, .checkbox, .comment {
	margin: 0 0 0.5em;
}
.pair label {
	display: block;
	width: 170px;
	float: left;
	margin-right: 12px;
}
.comment label {
	display: block;
	margin-bottom: 3px;
}
.pair input {
	width: 20em;
}
.pair .info {
	font-size: 11px;
	font-family: Arial,Helvetica,sans-serif;
	white-space: nowrap; 
}
.small input {
	width: 3em;
}
.status {
	background: #FFFFCC;
	color: #000;
	padding: 0.7em;
	border: 1px solid #000;
	margin: 1em 0;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
}
.status h2 {
	margin: 0;
	font-size: 1.1em;
}
.status ul {
	margin-top: 0.3em;
	margin-bottom: 0;
}
.error h2 {
	color: #FF0000;
}

/* Slide Viewer */
/*preload classes*/
.single-image {
	border: 2px solid #000;
	margin-bottom: 1em;
}
.col .single-image {
	margin-bottom: 3px;
}
.svw {
	width: 50px;
	height: 20px;
	background: #fff;
}
.svw ul {
	position: relative;
	left: -9999px;
}
/*core classes*/
.stripViewer {
	position: relative;
	overflow: hidden;
	border: 2px solid #000;
	margin: 0 0 1px 0;
}
.stripViewer ul {
	/* this is your UL of images */
	margin: 0;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
	width: 1%;
	list-style-type: none;
}
.stripViewer ul li {
	float: left;
}
.stripTransmitter {
	overflow: auto;
	width: 1%;
	margin-bottom: 1em;
}
.col .stripTransmitter {
	margin-bottom: 3px;
}
.stripTransmitter ul {
	margin: 0;
	padding: 0;
	position: relative;
	list-style-type: none;
}
.stripTransmitter ul li {
	width: 20px;
	float: left;
	margin: 0 1px 1px 0;
}
.stripTransmitter a {
	font-family: 'BevanRegular' , Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 18px;
	text-align: center;
	line-height: 28px;
	background: #a6a6a6;
	color: #fff;
	text-decoration: none;
	display: block;
}
.stripTransmitter a:hover, .stripTransmitter a:focus, a.current {
	background: #000;
	color: #fff;
}

#product-intro dl {
	width: 200px;
	float: left;
}

/* Intro */
.intro {
	font-size:1.2em;
}

/* Swedish */
.swedish {
	padding:1em 1em 0 1em;
	border-top:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;
	font-size:0.91em;
	margin:12px 0 12px 0;
}

/* Add button */
a.add-to-cart:link, 
a.add-to-cart:visited {
	background:#f9f9f9;
	background:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f6f6f6));
	background:-moz-linear-gradient(top,  #ffffff,  #f6f6f6);
	-pie-background: linear-gradient(#ffffff, #f6f6f6);
	border:1px solid #ddd;
	text-decoration: none;
	padding:3px 7px 0 7px;
	position:relative;
	white-space: nowrap;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.price a.add-to-cart:link, 
.price a.add-to-cart:visited {
	padding-bottom:3px;
}

a.add-to-cart:hover {
	border-color:#bbb;
}

.gmaps-link {
	display:block;
	text-align:right;
	font-size:0.8em;
}

.like-box {
	max-width: 500px;
	margin: 12px auto 0 auto;
}

/* Paging */
.paging {margin:0 0 2em;}
.paging strong {
	float:left;
	margin-right:6px;
	line-height:1.75;
}
.paging a:link,
.paging a:visited {
	float:left;
	margin:0 8px 6px 0;
	padding:0 0 0 7px;
	border:0;
	background:url(/i/paging-button.png) no-repeat 0 50%;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
.paging a span {
	display:block;
	position:static;
	padding:4px 7px 4px 0;
	background:url(/i/paging-button.png) no-repeat 100% 50%;
}
.paging a.sel:link,
.paging a.sel:visited {
	color:#000;
	background-image:url(/i/paging-button-sel.png);
	text-decoration:none;
}
.paging a.sel span {background-image:url(/i/paging-button-sel.png);}
.paging span {
	position:absolute;
	left:-9999px;
}

.vcard {
	text-align:center;
	margin-top:1em;
	font-size:0.8em;
	padding-right:5px;
}
.vcard .adr {
	display:inline;
}

@media screen and (max-width: 994px) {
	body {
		background-image: none;
	}
	img {
		max-width: 100% !important;
		height: auto;
	}
	#page {
		max-width: 100%;
		margin: 0 0 0 0;
	}
	#inner-page {
		background: #fff;
		border: none;
		color: #000;
		padding: 15px 10px;
	}
	#sections ul {
		background-image: none;
		list-style: outside none none;
		margin: 0;
		padding: 0 3px;
	}
	#sections ul li a:link,
	#sections ul li a:visited,
	#sections ul li a:hover,
	#sections ul li a:active,
	#sections ul li a:focus {
		border-radius: 7px 7px 7px 7px;
		padding: 9px 15px 3px 15px;
		margin: 3px 3px 3px 0;
	}
	#sections ul li.sel a:link,
	#sections ul li.sel a:visited,
	#sections ul li.sel a:hover,
	#sections ul li.sel a:active,
	#sections ul li.sel a:focus {
		border: none;
	}
	#logo {
		width: 100%;
		margin-bottom: 10px;
	}
	#status {
		box-sizing: border-box;
		max-width: 100%;
	}
	#not-empty, #empty {
		box-sizing: border-box;
		width: 100%;
		float: left;
		padding: 6px;
		text-align: left;
		height: auto;
	}
	#cart-help {
		box-sizing: border-box;
		width: 100%;
		float: left;
		margin: 0;
		padding: 6px;
		line-height: 18px;
	}
	#cart form {
		font-size: 0.95em;
		max-width: 100%;
	}
	#cart table {
		max-width: 100%;
		margin: 3px 0 0 0;
	}
	#nav {
		width: 100%;
	}
	#nav a.mobile-only {
		display: block;
		visibility: visible;
		padding: 10px;
	}
	#nav a.mobile-only:link,
	#nav a.mobile-only:visited,
	#nav a.mobile-only:hover,
	#nav a.mobile-only:active,
	#nav a.mobile-only:focus{
		text-decoration: none;
		font-weight: bold;
	}
	#content {
		width: 100%;
		max-width: 100%;
		padding: 15px 0;
		margin: 0;
	}
	#product-intro {
		max-width: 100%;
	}
	#gmaps {
		display: none;
	}
	.swedish {
		margin: 12px 0;
		padding: 12px 0;
	}
	.like-box {
		max-width: 100%;
	}
}