@import url("artikler.css");
@import url("bildegalleri.css");
@import url("meny.css");
@import url("skjema.css");
@import url("googlemaps.css");

body {
	background-color: #ffffff;	
	margin: 0px;
	padding: 0px;
}

a {
	color: #3b5998;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	}




img {
	border: 0px;
	/*display: block; */
}

form {
	display: inline;
}

div#siteContainer {

}

div#pageContainer {
	width: 960px;
	margin: 0px auto;
	margin-bottom: 20px;
	min-height: 500px;
	}

div#headerContainer {
	height: 150px;
	border-bottom: 3px solid #becacf;
	clear: both;
}

#menuContainer {
	background: transparent url(/gfx/bg-menu-left.png) no-repeat;
	padding-left: 28px;
	width: 794px;
	height: 28px;
	clear: both;
}

#submenuContainer {
	clear: both;
	}


#rightContainer {
	width: 300px;
	float: right;
	min-height: 300px;
	padding-top: 10px;
}

#rightContainer p {
	font-size: 11px;
	}

#contentContainer {
	width: 630px;
	float: left;
	clear: none;
	min-height: 300px;
	position: relative;

}



div#footerContainer {

}

div#creditsContainer {
	text-align: center;
	width: 960px;
	margin: 0px auto;
}
	
	
#nivoSlider {
	height: 390px;
	width: 300px;
	}
	
h2.h2-slider {
	padding-bottom: 6px;
	}

#sliderWrapper {
	height: 402px;
	}

/** Header **/
#a-logo {
	display: block;
	float: left;
	padding-top: 43px;
	margin-right: 50px; 
	height: 108px;
	}
	
#headerElementsWrapper {
	float: left;
	clear: none;
	padding-top: 3px;
	width: 822px;
	}

/** Addthis **/
.addthis_toolbox {
	float: right;
	height: 23px;
	/*margin-bottom: 10px;*/
	}

/** Search **/
#searchContainer {
	float: right;
	margin-right: 10px;
	margin-top: 23px;
	/*width: 400px;*/	
	}

input.search-button {
	float: right;
	}

.searchText {
	float: right;
	border: 1px #999999 solid;
	height: 21px;
	width: 220px;
	margin-right: 4px;
	margin-bottom: 10px;
	background: transparent url(/gfx/shadow-input.png) repeat-x;
	overflow: hidden;	
	}
	
.searchText input {
	border: none;
	height: 21px;
	width: 220px;
	background: transparent url(/gfx/shadow-search-left.png) no-repeat;
	margin: 0px;
	padding: 0px;
	}


	
/** Typography and layout **/
.column {
	width: 300px;
	float: left;
	min-height: 150px;		
	}
	
.two-column {
	width: 630px;
	min-height: 150px;
	float: left;
	}	

.column h2, .two-column h2 {
	border-bottom: 3px solid #B9192D;/*#becacf;*/
	}

.border-red, h2.border-red {
	border-color: #b9192d;
	}
	
.border-bottom {
	border-bottom: 3px solid #B9192D;/*#becacf;*/
	}
	
.border-none, h2.border-none {
	border: none;
	}
	
.column-break {
	clear: both;
	margin-right: 30px;
	}
	
/** Social media **/
#socialMediaWrapper {
	float: left;
	padding-left: 30px;
	height: 62px;
	margin-top: 33px;
	width: 200px;
	}

#socialMediaWrapper a {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 7px;
	}

.connect_widget {
	height: 39px;
	}
	
/** Support wrapper **/
#supportWrapper {
	float: left; 
	clear: none;
	margin-top: 52px;
	}
	
/** Brand search **/
#brandSearchContainer {
	width: 264px;
	padding: 5px 18px;
	height: 156px;
	background: transparent url(/gfx/border-gold.png) no-repeat;
	margin-bottom: 10px;
	clear: both;
	}

#brandSearchContainer .searchText {
	float: left;
	}

#brandSearchContainer .search-button {
	float: left;
	}

#brandSearchContainer select {
	margin-left: 30px;
	margin-bottom: 10px;
	width: 170px;
	}
	
	
/**** Shopping search ***/

ul#shoppingSearchList {
	list-style: none;
	margin: 20px 0px;
	padding: 0px;	
	}
	
table.table-shop-search-form {
	text-align: center;	
	}

table.table-shop-search-form td {
	padding: 10px 0px;
	}
	
input#shoppingSearch {
	/*background: url("/gfx/shadow-search-left.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    height: 21px;
    margin: 0;
    padding: 0;
    width: 220px;
    float: left;
    text-align: left;*/
	}
	
	
/** Categorylisting **/
#categoryListing {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	}
	
/** Related articles **/
#relatedArticlesContainer h2 {
	margin-bottom: 10px;
	}

#relatedArticlesContainer .lesmer {
	display: none;
	}
	

/********** Ønskebok 2010 ***********/
.onskebokTabell td {
	vertical-align: top;	
	}

#onskebok fieldset {
	border: 1px solid #CCCCCC;
	padding: 20px 40px;
	
	}

#onskebok fieldset legend {
	color: #B9192D;
	font-family: Tahoma,Verdana;
	}

.onskebokTabell textarea.tf {
	width: 405px;
	height: 70px;
	margin-bottom: 0px;
	}

#onskebokWrapper {
	width: 630px;
	margin-top: 30px;
	margin-bottom: 20px;
	clear: both;	
	}

td.shopadd .add {
	margin-bottom: 10px;
	}

#viewRenderer {
	margin-bottom: 20px;
}
	

/************* General UI *******************/
input.tf, select.tf {
	margin-bottom: 10px;
	border: solid 1px #cccccc;
	width: 250px;	
	background-color: #FFFFFF;
	}

textarea.tf {
	margin-bottom: 10px;
	border: solid 1px #cccccc;
	width: 250px;
	height: 150px;	
	background-color: #FFFFFF;
	}
	
#onskebokTabell textarea.tf {
	height: 70px;
	width: 400px;
	margin-bottom: 5px;
	}

#onskebokTabell input.tf, #onskebokTabell select.tf {
	margin-bottom: 5px;
	}

div.add, a.add, div.remove, a.remove {
	width: 200px;	
	margin: 0px 5px 0px 5px;	
	padding-left: 20px;
	background: transparent url(/gfx/ui/plus.png) no-repeat;
	/*text-indent: -10000px;*/
	overflow: hidden;
	cursor: pointer;
	color: #666666;
	font-size: 1.2em;
	}

label.error {
	color: #FF0000;
	padding-left: 10px;
	}
	
div.remove, a.remove {
	background-image: url(/gfx/ui/minus.png);
	margin-bottom: 20px;
	}

/****** Feed container **************/
#feedContainer {
	float: right;
	clear: right;
	margin: 12px 0px;
	padding: 8px;
	width: 202px;
	}

#feedContainer h3 {
	margin-top: 0px;
	display: block;
	border: 1px solid #BECACF;
	background-color: #FFEEFF;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	}

#feedContainer img {
	margin: 3px;
	border: 1px solid #BECACF;
	}

.feedItemWrapper {
	clear: both;
}

#attributesContainer .feedItemWrapper a.feed-title {
	line-height: 16px;
	display: block;
	float: left;
	width: 170px;	
	}

/********* Facebook stream app ************/
#fb-stream-wrapper .connect_top, #fb-stream-wrapper .connections {
	display: none;	
}

/************ Left menu search ************/
#leftmenu-search-wrapper {
	padding: 0px 5px 5px 8px;
	color: #666666;	
	}
#leftmenu-search-wrapper input {	
	border: solid 1px #cccccc;
	width: 125px;	
	background-color: #FFFFFF;
	color: #999999;
	line-height: 16px;
}
#leftmenu-search-wrapper .dropdown {
	padding-top: 3px;
}

#leftmenu-search-wrapper div.result {	
	margin: 8px;
	padding: 4px;
	display: none;	
	border: solid 1px #cccccc;
	z-index: 101;
	background-color: #FFFFFF;
	font-size: 0.8em;
	
}

.tagPage {
	float: left;
	padding-right: 10px;
	}
	
/** Nyhetsbrev **/
#nyhetsbrev {
	float: left;
	/*padding-left: 200px;*/
	padding-top: 15px;
	margin-left: 100px;
	margin-bottom: 20px;
	}

#rightContainer #nyhetsbrev {
	margin-left: 0px;
	margin-bottom: 100px;
	}


div#nyhetsbrev input, div#nyhetsbrev select {
	margin-bottom: 10px;
	border: solid 1px #cccccc;
	width: 250px;	
	background-color: #FFFFFF;
}

div#nyhetsbrev input.chk{
	width: auto;	
	border: 0px;
	margin: 0px;
	margin-right: 5px;
}

/** Shops **/
#shopAttributes {
	clear: both;
	margin-bottom: 20px;
	}
	
#hurrayContainer {
	display: none;
	position: relative;
	}
	
@import url("jubileum2011.css");
