/*
    Document   : default.css
    Created on : Mar 24, 2009, 8:00:00 PM
    Author     : Christian Philippsen (christian@impuls.no)
    Copyright  : Impuls Reklamebyrå AS
    Purpose of the stylesheet follows.
*/

body {
	background: #ffffff url(../images/bg.png) repeat-x;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, sans-serif;
}
	
#wrapper {
	background: url(../images/header_shadow.png) no-repeat 0px 100px;
	width: 960px;
	min-width: 960px;
	margin: 0 auto;
	position: relative;
}

#videoPlayer {
	border: 1px solid #d7d9de;
	height: 346px;
	overflow: hidden;
	position: relative;
}

.vidPlaceholder {
	position: absolute;
	top: -1px;
	left: -1px;
}


/* Header
------------------------------------------------------------------------------------*/

#header {
	height: 100px;
	position: relative;
}

#header .logo {
	width: 350px;
	height: 70px;
	position: absolute;
	top: 15px;
	left: 0px;
}


/* Navigation
------------------------------------------------------------------------------------*/

ul#navigation {
	height: 24px;
	position: absolute;
	top: 38px;
	right: 0px;
}
	
ul#navigation li {
	font-size: 12px;
	line-height: 24px;
	margin: 0 0 0 20px;
	float: left;
}

ul#navigation li span {
	text-indent: -9999em;
	display: block;
}

#navigation li a,
#navigation li a:visited {
	color: #001f4b;
	text-decoration: none;
	text-transform: uppercase;
}

#navigation li a:hover {
	color: #ae956b;
}

#navigation li.active,
#navigation li.active:visited,
#navigation li.active:hover {
	font-weight: bold;
}

#navigation li.nav-forside {
	background: url(../images/nav_forside.png) no-repeat 0px 0px;
	width: 56px;
}


/* Banner
------------------------------------------------------------------------------------*/

#flashbanner {
	height: 350px;
	margin: 0 0 10px 0;
}

#banner {
	height: 240px;
	margin: 20px 0 20px 0;
}


/* Campaign Container
------------------------------------------------------------------------------------*/

body.xmas {
	background: #ffffff url(../images/kampanjer/xmas/bg_xmas.png) repeat-x;
}

body.xmas #wrapper {
	background: url(../images/kampanjer/xmas/header_shadow_xmas.png) no-repeat 0px 100px;
}


#campaignContainer {
	height: 485px;
	margin: 80px 0 30px 0;
	overflow: hidden;
	position: relative;
}

#campaignHeading {
	width: 670px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5100;
}

#campaignText {
	width: 490px; /*490px;*/
	position: absolute;
	top: 125px; /*175px; - byttegull*/
	left: 0px;
	z-index: 7000;
}

#campaignText h3 {
	font-size: 14px;
	font-style: italic;
	line-height: 21px;
	color: #414448;
	margin-bottom: 20px;
}

#campaignText a,
#campaignText a:visited {
	background: url(/files/images/linkbullet.png) no-repeat right 6px;
	color: #ae956a; /*#ae956a; - byttegull*/
	font-weight: bold;
	text-decoration: none;
	padding: 5px 20px 5px 0;
}

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

#campaignImage {
	width: 550px;
	height: 485px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5000;
}


/* Container
------------------------------------------------------------------------------------*/

#container {
	margin: 0 0 20px 0;
	overflow: hidden;
}

#leftbar {
	width: 220px;
	margin: 19px 30px 0 0;
	float: left;
	display: inline
}

#content {
	width: 460px;
	min-height: 400px;
	font-size: 12px;
	color: #414448;
	margin: 0 0 20px 0;
	float: left;
	display: inline;
} 

#content h1 {
	border-bottom: 1px solid #d7d9de;
	font-family: "Lucida Grande", Verdana, sans-serif; /*Georgia, "Times New Roman", Times, serif;*/
	font-size: 24px;
	font-weight: normal;
	color: #05234f;
	margin: 8px 0 16px 0;
	padding: 0 0 5px 0;
}

#content h1 a,
#content h1 a:visited,
#content h1 a:hover {
	color: #05234f;
	text-decoration: none;
}

#leftbar .digibook,
#rightbar .digibook {
	margin: 0 0 20px 0 !important;
}

ul.accordionMain {
	margin: 0 0 20px 0;
}

#leftbar h2,
#content h2.script,
#rightbar h2 {
	font-size: 12px;
	font-weight: normal;
	text-transform: lowercase;
	color: #ae956b;
	margin: 0 0 12px 0;
}

#leftbar p {
	font-size: 11px;
	font-weight: normal !important;
	color: #414448;
	line-height: 16px;
	margin: 0 0 11px 0;
}

#leftbar a {
	text-decoration: none;
}

#campaignContainer p,
#content p {
	font-size: 12px;
	color: #414448;
	line-height: 20px;
	margin: 0 0 16px 0;
}

#rightbar {
	width: 220px;
	margin: 19px 0 0 0;
	float: right;
	display: inline;
}

#searchBox {
	border: 1px solid #d7d9de;
	background: #eef1f3 url(../images/sub_nav_bg.png) repeat-x top left;
	font-size: 11px;
	margin: 0 0 20px 0;
	padding: 10px !important;
}

select.findStore {
	border: 1px solid #d7d9de;
	background: #ffffff;
	width: 198px;
	padding: 2px;
	}

#footer {
	background: url(../images/footer_bg.png) no-repeat top left;
	height: 50px;
	font-size: 11px;
	color: #05234f;
}

#footer .logotype {
	width: 100px;
	height: 50px;
	margin: 0;
	float: left;
	display: inline;
}

#footer .address {
	width: 800px;
	height: 50px;
	margin: 0;
	float: right;
	display: inline;
}

#footer p {
	text-align: right;
	padding: 10px 0 0 0;
}

#footer img {
	margin: 10px 0 0 0;
	display: block;
}
	

/* Products
------------------------------------------------------------------------------------*/

.prodFacts {
	width: 208px;
	margin: 0 0 0 20px;
	float: left;
	display: inline;
}

.prodFacts h2 {
	border-bottom: 1px solid #d7d9de;
	font-size: 14px;
	font-weight: normal;
	color: #ae956b !important;
	margin: 0 !important; 
	padding: 0 0 2px 0
}

.prodFacts ul.facts li {
	border-bottom: 1px solid #d7d9de;
	font-size: 11px;
	line-height: 25px;
}

.prodDesc {
	line-height: 20px;
	padding: 20px 0 0 0;
	clear: both;
}

.prodLabel {
	width: 80px;
	font-weight: bold;
	display: inline-block;
}

.prodImg {
	border: 1px solid #d7d9de;
	background: #eef1f3;
	width: 230px;
	float: left;
	display: inline;
	overflow: hidden;
	position: relative;
}

/*.prodImg img.prodImgZoom {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: block;
}*/

.prodImg .zoomBtn {
	width: 25px;
	height: 25px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
}

.prodThumb {
	border: 1px solid #d7d9de;
	background: #eef1f3;
	width: 100px;
	height: 130px;
	margin: 0 17px 17px 0;
	float: left;
	display: inline;
	overflow: hidden;
	position: relative;
}
	
.last {
	margin: 0 !important;
}

.prodThumbText {
	border-top: 1px solid #d7d9de;
	background: #eef1f3 url(../images/sub_nav_bg.png) repeat-x top left;
	font-size: 11px;
	text-align: center;
	height: 30px;
	padding: 0 10px 0 10px;
}

a.prodImgAnchor,
a.prodImgAnchor:visited,
a.prodImgAnchor:hover {
	display: block !important;
}

span.prodName a,
span.prodName a:visited,
span.prodName a:hover {
	text-decoration: none;
}

span.prodPrice {
	line-height: 30px;
}

.breadCrumb {
	border-top: 1px solid #d7d9de;
	border-bottom: 1px solid #d7d9de;
	background: #eef1f3 url(../images/sub_nav_bg.png) repeat-x top left;
	font-size: 11px;
	line-height: 30px;
	margin: 0 0 20px 0;
	padding: 0 10px 0 7px;
}

.breadCrumb a,
.breadCrumb a:visited {
	background: url(../images/breadcrumb_arrow.png) no-repeat right 5px;
	text-decoration: none;
	padding: 0 10px 0 3px;
}

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

/* Subnavigation
------------------------------------------------------------------------------------*/

ul.subnavigation {
	border: 1px solid #d7d9de;
	/*background: url(../images/sub_nav_ul_bg.png) no-repeat bottom left;
	padding: 0 0 30px 0;*/
}

ul.subnavigation h1 {
	color: #05234f !important;
	margin: 5px 10px 10px 10px;
}

ul.subnavigation p {
	margin: 0 10px 10px 10px;
}

ul.subnavigation p a,
ul.subnavigation p a:visited {
	background: url(../images/nav_arrow.png) no-repeat left 5px;
	margin: 0 !important;
	padding: 0 0 0 7px !important;
}

ul.subnavigation p a:hover {
}

ul.subnavigation ul {
	background: #f2f4f6 !important;
	padding: 6px 0 0 0;
}

ul.subnavigation li span {
	color: #05234f;
	padding: 0 10px;
}

ul.subnavigation li {
	border-top: 1px solid #d7d9de;
	background: #eef1f3 url(../images/sub_nav_bg.png) repeat-x top left;
	font-size: 11px;
	padding: 7px 0 7px 0;
	/*line-height: 30px !important;*/
}

ul.subnavigation ul li {
	border: none;
	background: none;
	font-size: 10px;
	font-weight: normal !important;
	padding: 6px 10px 6px 10px;
}

ul.subnavigation li a,
ul.subnavigation li a:visited {
	color: #05234f;
	text-decoration: none;
	display: block;
	padding: 0 10px 0 10px;
}

ul.subnavigation li a:hover {
	color: #ae956b;
}

ul.subnavigation ul li a {
	background: url(../images/nav_arrow.png) no-repeat center left;
}

ul.subnavigation li a.active,
ul.subnavigation li a.active:visited,
ul.subnavigation li a.active:hover,
ul.accordion li.active {
	font-weight: bold;
}

ul.contacts {
	margin: 0 0 20px 0;
}

ul.contacts p {
	font-size: 11px;
	line-height: 18px;
	color: #414448;
	margin: 0 0 11px 0;
} 

ul.contacts strong {
	width: 50px;
	float: left;
	display: inline;
}

img.contacts-pic {
	border: 1px solid #d7d9de;
	margin: 3px 0 0 0;
	display: block;
	float: right;
}

/* Dealers
------------------------------------------------------------------------------------*/

.dealers {
	border: 1px solid #d7d9de;
	background: #eef1f3 url(../images/sub_nav_bg.png) repeat-x top left;
	font-size: 11px;
	line-height: 16px;
	padding: 10px;
	overflow: hidden;
	margin: 0 0 20px 0;
}

.dealers ul {
	list-style: none;
	margin: 0;
}

.dealers li {
	border-bottom: 1px solid #d7d9de;
	line-height: 22px;
}

.dealers li.noBorder {
	border: none;
}

.dealers .col-1 {
	width: 85px;
	float: left; 
	margin: 0 20px 0 0;
	display: inline;
}

.dealers .col-2 {
	width: 85px;
	float: left;
	display: inline;
}

.dealers a,
.dealers a:visited,
.dealers a:hover {
	text-decoration: none;
}

.cleared {
	clear: both;
}

/* Map Stores
------------------------------------------------------------------------------------*/

#map {
	width: 460px;
	height: 400px;
	position: relative;
	margin: 30px auto 30px auto;
}

.balloons {
	border: 1px solid #d7d9de;
	background: #ffffff;
	width: 260px;
	font-size: 11px;
	padding: 10px;
	display: inline;
	border-radius: 6px;
	-moz-border-radius: 6px;
	z-index: 9999;
}

img.map { 
	display: block;
	z-index: 1;
}

.pin-active {
	opacity: 1.0 !important;
}

#map h2,
#map-stores h2 {
	font-size: 14px !important;
	color: #ae956b !important;
	font-weight: normal !important;
	margin: 0 0 5px 0 !important;
}

#map-stores {
	width: 460px;
	margin: 0 auto;
}

#map-stores h1 {
	border-bottom: 1px solid #d7d9de;
	font-family: "Lucida Grande", Verdana, sans-serif; 
	font-size: 24px;
	font-weight: normal;
	color: #05234f;
	margin: 8px 0 16px 0;
	padding: 0 0 5px 0;
}

.balloons p {
	font-size: 11px !important;
	line-height: 18px;
	margin: 0 !important;
}

#map-stores p {
	font-size: 11px !important;
	line-height: 18px !important;
	margin: 0 0 15px 0 !important;
}

table.stores {
	font-size: 11px;
}

table.stores thead td {
	font-weight: bold;
	color: #003b6f;
	height: 30px;
}

table.stores tbody td {
	padding: 0 0 0 0;
}


/* List Stores
------------------------------------------------------------------------------------*/

table.storeList {
	width: 460px;
	overflow: hidden;
	font-size: 11px;
}

table.storeList ul li {
	line-height: 18px;
}

table.storeList h3 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}

.list-stores {
	width: 460px;
	overflow: hidden;
}

table.list-store-table td {
	height: 170px;
	font-size: 11px;
	vertical-align: top;
}

.listStore {
	width: 200px;
	height: 160px;
	font-size: 11px;
	margin: 0 15px 15px 0;
	float: left;
	display: inline;
	clear: left;
}

.listStore:nth-child(2), .listStore:nth-child(4), .listStore:nth-child(6), .listStore:nth-child(8), .listStore:nth-child(10),
.listStore:nth-child(12), .listStore:nth-child(14), .listStore:nth-child(16), .listStore:nth-child(18), .listStore:nth-child(20),
.listStore:nth-child(22), .listStore:nth-child(24), .listStore:nth-child(26), .listStore:nth-child(28), .listStore:nth-child(30) {
	margin: 0 15px 0 15px;
}

.listStore li {
	font-size: 11px;
}

table.list-store-table td strong {
	width: 100px;
	display: inline-block;
	float: left;
}

table.scheme {
	border: 1px solid #d7d9de;
	overflow: hidden;
	margin-bottom: 20px;
}

table.scheme td {
	border-bottom: 1px solid #d7d9de;
	line-height: 30px;
	padding: 0 10px;
}

/* Typography
------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	color: #ae956b;
}

#content h2 {
	font-size: 14px;
	font-weight: normal;
	color: #ae956b;
	line-height: 22px;
	margin: 0 0 10px 0;
}

#content h3 {
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 4px 0;
}

#content h4.news-date {
	font-size: 12px;
	font-weight: normal;
	color: #ae956b;
	line-height: 20px;
	margin: 0 0 10px 0;
}


/* Links and Anchors
------------------------------------------------------------------------------------*/

a,
a:visited {
	color: #002c5e;
	text-decoration: underline;
}

a:hover {
	color: #ae956b;
	text-decoration: underline;
}

/*a.image {
	border: 1px solid #d7d9de;
	display: block;
}*/



/* Forms and Fields
------------------------------------------------------------------------------------*/

p.formrequest {
	border: 1px solid #d7d9de;
	background: #eef1f3 url(../images/sub_nav_bg.png) repeat-x top left;
	font-size: 11px !important;
	color: #002c5e;
	padding: 5px 8px;
}

p.msgSent,
p.msgFailed {
	border: 1px solid #d7d9de;
	background: #eef1f3 url(../images/sub_nav_bg.png) repeat-x top left;
	font-size: 11px !important;
	color: #002c5e;
	padding: 5px 8px;
}

label {
	width: 70px;
	color: #002c5e;
	font-size: 11px !important;
	line-height: 20px;
	margin: 0 20px 15px 0;
	float: left;
	display: inline;
}

input.textfield,
textarea.textbox,
textarea.class {
	border: 1px solid #d7d9de;
	background: #ffffff;
	width: 360px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
	float: left;
	display: inline;
	margin: 0 0 15px 20px;
	padding: 5px 4px 6px 4px;
	/*border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;*/
}

input.btn {
	border: 1px solid #001d3f;
	background: #002c5e;
	font-weight: bold;
	color: #ffffff;
	margin: 0 0 15px 20px;
	padding: 2px 4px 3px 4px;
	/*border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;*/
}

ul.feedback {
	margin: 0;
	padding: 0;
}
	
ul.feedback li {
	font-size: 10px;
	font-style: italic;
	color: #c00000;
	margin: 0 0 15px 0;
	padding: 0 0 0 90px;
	line-height: 1;
}

dd.error #contactform_name,
dd.error #contactform_email,
dd.error #contactform_msg {
	border: 1px dotted #c00000 !important;
	background: #ffe8e8;
	margin-bottom: 5px !important;
}

#contactform label {
	float: left;
	display: inline;
}

#contactform_msg {
	height: 100px;
}


/* Articles
------------------------------------------------------------------------------------*/

.article {
	margin: 0 0 20px 0;
}

.article-image-left img
.article-image-right img {
	border: 1px solid #d7d9de !important;
}

.article-body {
}

.article-image-left {
	margin: 0 20px 20px 0;
	float: left;
	display: inline;
}

.article-image-right {
	margin: 0 0 20px 20px;
	float: right;
	display: inline;
}


/* Trends
------------------------------------------------------------------------------------*/

#trendImages {
	overflow: hidden;
}

.trendThumb {
	border: 1px solid #d7d9de;
	background: #eef1f3;
	width: 100px;
	margin: 0 17px 17px 0;
	float: left;
	display: inline;
	overflow: hidden;
}

.trendText {
	margin-left: 119px;
}