/* Default stylesheet */
body {
  background: #2c2929 url(/getfile.php/986109.1551.exetbwqvbd/page_bg.png) repeat-x;
  color: #222;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  margin: 0px;
  text-align:center;
}
table,caption,th,td {
  font-size: 12px; 
}
h1, h2, h3, h4, h5, h6 {
  margin: 4px 0px;
  padding: 0px;
}

h1 {
  font-size: 16px;
}
h2 {
  font-size: 14px;
}
h3 {
  font-size: 12px;
}
h4 {
  font-size: 11px;
}
h5 {
  font-size: 11px;
}
h6 {
  font-size: 11px;
}
p {
  padding: 0px;
  margin: 4px 0px 16px 0px;
}
/* End General elements*/


a img {
	border: none;
}
.body img {
	margin: 3px 10px 5px;
}
.body img[align="left"] {
	margin-left: 0;
}
.body img[align="right"] {
	margin-right: 0;
}

/* Use class layout on images and tables used for layout */
img.layout, a img.layout {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

table.layout {
  margin: 0px;
  padding: 0px;
}
td.layout {
  padding: 0px;
  text-align: left;
  vertical-align: top;
}
/* General links */
a { color: #222; }
a:hover { text-decoration: underline; }

/* read more.. links */
.link  { }
a.link:link { }
a.link:visited { }
a.link:hover { }

/* Standard navigation links */
a.menu, span.menu { }
a.menu:link, .menu a:link { text-decoration: none; }
a.menu:visited, .menu a:visited { text-decoration: none; }
a.menu:hover, .menu a:hover { text-decoration: underline; }

a.menuselected, span.menuselected { }
a.menuselected:link { text-decoration: underline; }
a.menuselected:visited { text-decoration: underline; }
a.menuselected:hover { text-decoration: underline; }

a.topmenu, span.topmenu { }
a.topmenu:link { }
a.topmenu:visited { }
a.topmenu:hover { }

/* Printable/tell a friend links  */
.toollink { }
a.toollink:link { }
a.toollink:visited { }
a.toollink:hover { }

/* Copyright, CustomPublish powered link etc.  */
.cp { }
.cp a {text-decoration: none; font-size: 10px;}
.cp s:hover { }




/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink { }
.headlinelink:link { }
.headlinelink:visited { }
.headlinelink:hover { }

/* Linked headlines on listing pages */
.headline .headlinelink { }
.headline .headlinelink:link { }
.headline .headlinelink:visited { }
.headline .headlinelink:hover { }

/* Navigation path links */
.path  { color: #FFF;margin: 10px 0; }
.path a { color: #FFF;}
.path a:hover { }

/* Sitemap links */
.tree { font-weight: normal; }
a.tree:link { text-decoration: none; color: #000000; }
a.tree:visited { text-decoration: none; color: #000000; }
a.tree:hover { text-decoration: underline; color: #000000; }

.sitetree { font-weight: normal; }
a.sitetree:link { text-decoration: none; color: #000000; }
a.sitetree:visited { text-decoration: none; color: #000000; }
a.sitetree:hover { text-decoration: underline; color: #000000; }


/* SECTION: Standard CP classes*/
.default { }
.date { color: #999999; font-size: 10px; background: url(/getfile.php/981155.1554.qccuvsrypc/date.png) no-repeat;padding:2px 5px 0 20px;}
.authorimg { color: #333333; font-size: 10px; background: url(/getfile.php/981156.1554.veyddfypdw/user.png) no-repeat;padding:2px 5px 0 20px;}
.feedback { }
.copyright { }
#path { margin-bottom: 10px; }
#path span.arrow { padding: 0px 3px; }
.rss {
	padding: 4px 0;
}
.rss a {
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
}
.rss a img {
	margin: 0px 0 0 5px;
	position: relative;
	top:4px;
}

.pagebar { margin-bottom: 15px; }
.pagebar a:link { color: #FFFFFF; }
.pagebar a:visited { color: #FFFFFF; }
.pagebar a:hover { color: #E0C5B3; }
.pagebar .prev { margin-right: 10px; }

/* CSS code for (rounded) corners. Remember position: relative; on container element */
span.corner { 
	background: url(/getfile.php/987442.1551.xyewecpfdv/box_border.png);
  background-repeat: no-repeat;
	display: block;
  position: absolute;
  /* Set width/height to size of corner images */
  width: 13px;
  height: 13px;
  
}

span.corner.tl {
  background-position: top left;
  left: -1px;
  top: -1px;
}
span.corner.tr {
  background-position: top right;
  right: -1px;
  top: -1px;
}


span.corner.br {
  background-position: bottom right;
  bottom: -1px;
  right: -1px;
}
span.corner.bl {
  background-position: bottom left;
  bottom: -1px;
  left: -1px;
} 


span.productname {
  font-size: 16px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}
/* midtskygge */
div.s1 { 
  background-position: top left;
  background-repeat: repeat-y;
}
/* toppskygge */
div.s2 { 
  background-position: top left;
  background-repeat: no-repeat;
}
/* bunnskygge */
div.s3 { 
  background-position: bottom left;
  background-repeat: no-repeat;
}

/* Fully flexible shadows */
/* Use in combination with corners for a rounded box with almost any type of shadow */
/* Flexibility limited by image size due to combination of two shadows top+bottom/left+right in each image. */
/* HTML Skeleton: 
<div class="container"><!-- must have position: relative; -->
<div class="side h b"><div class="side h t"><div class="side v l"><div class="side v r">

Content here...

<span class="corner tl"></span>
<span class="corner tr"></span>
<span class="corner br"></span>
<span class="corner bl"></span>

</div></div></div></div><!-- end sides -->

</div><!-- end container -->
*/

div.side, span.side {
	 display: block;
}
/* v = vertical, h = horizontal, l = left, r = right */ 
div.side.v, span.side.v {
	 background-position: top left;
	 background-repeat: repeat-y;
}
div.side.v.r, span.side.v.r {
	 background-position: top right;
}
div.side.h, span.side.h {
	 background-position: top left;
	 background-repeat: repeat-x;
}
div.side.h.b, span.side.h.b {
	 background-position: bottom left;
}


 /* Site default shadows */
div.side.h, span.side.h {
	 /* Background-image with horizontal (top/bottom) shadows. Taller than tallest container with shadow. Split into two background images when required  */
}
div.side.v, span.side.v {
	 /* Background-image with vertical (left/right) shadows. Wider than page */ 
}



/* Standard tools */
div.tools { margin: 15px 0px; }
div.tool { margin: 2px 0px; }
#skiplink { display: none; }
/* SECTION: listing/view styles */
div.pagedescription { }
.pagedescription { }
.headline, h1.headline {
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}
.headlineview, h1.headlineview {
  font-size: 16px; 
  font-weight: bold; 
  margin: 0px;
  padding: 0px;
}
.subheadline, h2.subheadline {
  font-weight: normal; 
  margin: 5px 0px 0px 0px;
  padding: 0px;
  line-height: 1.0;
}
.ingress {
}
div.ingress {
  margin: 6px 0px; 
  padding: 0px;
}
.ingressview {
}
div.ingressview {
  margin: 6px 0px; 
  padding: 0px;
}
p.byline, .byline {
  margin: 0px; padding: 0px;
}

/* SECTION: Articlemedia */
div.articlemedia { 
	width: 250px;
	float: right;
	margin-left: 10px;
}

div.articleimage { 
	margin-bottom: 10px;
}
div.articleimagedesc, i.paragraphpictext { 
	font-style: italic;
	padding: 1px 2px;
}


/* SECTION: viewarea block/spacing elements */
.block {
  margin-bottom: 15px;
}

.articleblock .imgwrap{
	float: left;
	width: 32.5%;
}
.articleblock .imgwrap img{
	max-width: 100%;
}
.articleblock .textwrap{
	float: right;
	width: 65%;
}
/* Full text width if no listing image */
div.articleblock.nopic .textwrap{
	float: none;
	width: auto;
}

/* 2-spalter */
div.twocol .articleblock { 
	width: 49%;
}
div.twocol .articleblock.pair0 { 
	clear: both;
	float: left;
}
div.twocol .articleblock.pair1 { 
	clear: right;
	float: right;
	margin-right: 0;
}

/* 3-spalter */
div.threecol .articleblock { 
	width: 32%;
	float: left;
	margin-right: 2%;
}
div.threecol .articleblock.treble0 { 
	clear: both;
}
div.threecol .articleblock.treble1 { 
	margin-right: 0;
}
div.threecol .articleblock.treble2 { 
	clear: right;
	float: right;
	margin-right: 0;
}

hr, div.hr /* Replacement for hr (easier to style in older browsers) */{
	background-color: transparent;
	border-bottom: 1px solid #000000;
  font-size: 1px;
  clear: both;
  height: 10px;
  margin-bottom: 10px;
}
div.body {
  clear: both; 
  margin: 0px 0px 22px 0px;
}
.clearfix {clear: both; font-size: 1px; height: 0px; }
/* SECTION ARTPICS */
td.artpic {
  padding: 5px;
  vertical-align: top;
  text-align: left;
}
/* SECTION: page containers */ 
#page {
  width: 960px;
	margin: 0 auto;
  padding: 0px;
  text-align: left;
}
#top {
	background: #21272c url(/getfile.php/986114.1551.axrydtvxrp/top_bg.png) repeat-x;
	/* border-bottom: 1px solid #b53535; */
	width: 100%
  margin: 0px;
  padding: 0px;
}
#top .inner {
width: 960px;
margin: 0 auto;
}
#banner {
	background: #21272c url(/getfile.php/986117.1551.aueqexbfxs/banner_bg.png) repeat-x;
/*
	 border-bottom: 1px solid #FFF; 
*/
	width: 100%
  margin: 0px;
  padding: 0px;

}
#banner .inner {
width: 960px;
height: 118px;
background: url(/getfile.php/986122.1551.dbuvsavcdq/banner_inner.png) no-repeat;
margin: 0 auto;
}

#banner .slideshow {
margin:12px 0 0 140px;
}

#banner .slideshow img {
background: #FFF;
border: 2px solid #222;
padding: 2px;
margin:0 2px
}

#topnav {
background: url(/getfile.php/986159.1551.bsfcewxrab/topnav_bg.png) repeat-x;
width: 100%;
font-size: 14px;
}

#topnav .inner {
width: 960px;
margin: 0 auto;
}
#topnav ul.menu {

}

#topnav ul.menu li{
float: left;
padding: 0;
}

#topnav ul.menu li a{
padding:6px 10px 10px;
color: #222;
display: block;
}
#topnav ul.menu li a:hover{
background: #222 url(/getfile.php/986481.1551.fatepxceed/topmenu_bg_hover.png) repeat-x;
color: #FFF;
display: block;
}

#topnav ul.menu li.itemselected a{
background: #222 url(/getfile.php/986481.1551.fatepxceed/topmenu_bg_hover.png) repeat-x;
color: #FFF;
display: block;
}

.over {
display: block;
position: absolute;
z-index: 2;
left: 5px;
top:0;
}
.under {
display: block
position: relative;
z-index: 1;
}


#middle {
}
#navbar {
	float: left;
	margin-right: 2%;
	width: 180px;
	display: inline;
}
#navbar.maingeneral {
	float: left;
	margin-right: 0;
	width: 180px;
	display: inline;
}
#navbar.maingeneral.mypage, #navbar.maingeneral.checkoutpage {
	margin-right: 2%;
}
#main {
	float: left;
  min-height: 500px;
	width: 560px;
	display:inline;
}
#main.maingeneral {
	background: #FFF;
	padding: 10px;
	width: 740px;
	margin-bottom:10px;
	float: right;
}
#main.maingeneral.checkoutpage {
	float: left;
  min-height: 500px;
	width: 540px;
}
#main.maingeneral.mypage { 
	float: left;
	width: 540px; 
} 


#main table {
	background: #FFF;
	width: 100%;
}
#webshop {
	float: left;
	min-height: 500px;
	width: 740px;
}
#webshop.maingeneral {
	background: #FFF;
	padding: 10px;
	width: 740px;
	margin-bottom:10px;
	float:right;
}

#main.articleview {
	padding: 0px;
	width: 730px;
	float:right;
}


.articlepage #main.articleview {
	padding: 0;
	width: 740px;
	float: right;
}


#mainsidebar {
	float: right;
	width: 180px;
}

#footer {
	background: url(/getfile.php/986159.1551.bsfcewxrab/topnav_bg.png) repeat-x;
  clear: both;
  padding: 6px;
}

#footer .inner {
margin: 0 auto;
width: 960px;
}


.tilbudbox {
	border: 1px solid #acacac;
	/*height: 220px;*/
	position: relative;
	width: 740px;
	z-index: 1;
	margin-bottom: 20px;
}
.tilbud .tilbudframe, .rabatt .tilbudframe {
	height: 158px;
	position: absolute;
	right: 0;
	top: 0;
	width: 158px;
	z-index:2;
}


.tilbudboxtextwrap {
	background: url(/getfile.php/1110299.1601.psxqdprvxp/transparentshadow.png) repeat-x center top;
	bottom: 0;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	padding: 16px 5px 5px 5px;
	position: absolute;
	/* top: 60%; */
	bottom: 0;
	width: 730px;
	z-index: 1;
}

.tilbudboxtextwrap p {
padding: 0;
}

/* SECTION: Sidebar */
.sidebar {
}

.box {
  padding: 0px;
  margin: 0px 0px 15px 0px;
  position: relative;
  border: 1px solid #CCCCCC;
  zoom: 1;

}
.box .head {
background: url(/getfile.php/980914.1554.weasaaqasd/box_head_bg.png) repeat-x;
height: 30px;
font-size: 14px;
padding: 10px 0px 0px 5px;
}


.cell {
	background-color: #ffffff;
}
.box .cell {
background: #FFFFFF;
padding: 5px;
}
.box ul {
  padding: 0px;
  margin: 0px 0px 0px 0px;
  list-style-type: none;
}
.box ul li {
  margin: 0px 0px;
  padding: 0px;
}
.box p {
  padding: 0px;
  margin: 0px 0px 5px 0px;
}

.box h3.captionl,.box h3.captionr {
  padding: 0px;
  margin: 0;
 font-size: 14px;
}
.box h3.captionl {
  float: left;
  margin-left: 10px;
}
.box h3.captionr {
 float: right;
margin-right: 10px;
}

.box .boxlogor, .box .boxlogol{
background: url(/getfile.php/986271.1551.dccyevctew/icon_logo.png) no-repeat;
width: 28px;
height: 29px;
padding: 0px;
position:relative;
top:-18px;
}
.box .boxlogor {
  float: right;
  left: 14px;
}
.box .boxlogol {
  float: left;
  right: 14px;
}

/* SECTION: page elements */
#path {
  margin-bottom: 5px;
} 
ul.menu {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
ul.menu li {
  margin: 0px;
  padding: 1px 0px;
}

ul.menu li ul li.menulevel1,ul.menu li ul li.menulevel2,ul.menu li ul li.menulevel3 {
	background: url(/getfile.php/981392.1554.cerqcwetcx/menu_sublink.gif) no-repeat;
	padding-left: 15px;
}



ul.calendar,
ul.forums,
ul.updates,
	ul.forumlatestposts {
	font-size: 10px;
	margin: 0px 0 0 25px;
}

ul.calendar span, ul.forums span, ul.updates span {
font-weight: bold;
}

ul.calendar {
list-style-image: url(/getfile.php/986375.1551.qssadxuypb/date.png);
}
ul.calendar li{}

ul.forums {
list-style-image: url(/getfile.php/986370.1551.sdabtcsxap/comments.png);
}
ul.forums li{}

ul.updates {
list-style-image: url(/getfile.php/986369.1551.bwpdedfres/arrow_refresh.png);
}
ul.updates li{}

#topmenu {
  list-style-type: none;
}
#topmenu li {
  display: inline;
}


#searchform {

}
#searchform .searchinput{
	background: #2b3135;
	border: 1px solid #756e6e;
	color: #756e6e;
	padding: 6px 26px 6px 2px;
	margin: 6px 0px 0px 0px;
	position: relative;
	z-index: 1;
}

#searchform .searchinput:hover, #searchform .searchinput:active{
	border: 1px solid #c99c62;
}
#searchform .searchsubmit{
	cursor: pointer;
	background: url(/getfile.php/986146.1551.bwdcfvdfqx/searchsubmit_bt.png) no-repeat 0px 4px;
	border: 0;
	position: relative;
	height:23px;
	right:29px;
	top:1px;
	width:18px;
	z-index:2;
}

.langbar {
	background: #2b3135;
	border: 1px solid #756e6e;
	padding: 1px 5px 7px 5px;
	margin: 6px 0px 0px 0px;
}
.langbar:hover {
border: 1px solid #c99c62;
}




#loginform {}

#loginform .logininput{
background: url(/getfile.php/986357.1551.aebsarfcvf/login_input_bg.png) no-repeat;
border: 0;
margin: 2;
padding: 5px 2px;

}

#loginform .loginsubmit {
background: #222;
border: 0;
color: #FFF;
padding: 5px 3px;
}
#loginform span.register a{
background: #7C0808;
border: 0;
color: #FFF;
padding: 4px 5px 6px 5px;
text-decoration: none;
}

#tools {
  list-style-type: none;
}
#tools li {
  background-position: center left;
  background-repeat: no-repeat;
}
#tools li#tips {
}
#tools li#printable {
}
#search {
}
#searchform {
}
input.searchinput {
  vertical-align: middle;
}	
input.searchsubmit {
  vertical-align: middle;
}
/* SECTION: banner locations */
.bannerlocation {
  clear: both;
  text-align: center;
  margin-bottom: 20px;
}
.bannerlocation table {
  margin-left: auto;
  margin-right: auto;
}
.bannerlocation td {
  text-align: center;
  padding: 5px 0px;
}
.bannerlocation img {
  border: 1px solid #CCCCCC;
}

.bannerlocation a {
	color: #ffffff;
}

.icalendardayhead  { background-color: #cecece;  }
.monthlycalendartable  { width: 100%; }
.calendardate { color:#333333; font-size: 85%;  }
.errmsg  { font-weight: bold; color: #aa0000;  }

table.weathertablefivedays { }

table.weathertablefivedays td {
  padding: 5px;
}
table.weathertablefivedays td.weatherlocname {
  width: 100px;
  font-weight: bold;
}
table.weathertablefivedays { }
.weatherdaylabel, td.weatherfivedays {
  width: 75px;
}

input.newslettersubemail {
	width: 98%;
}

.left {
float: left;
}
.right {
float: right;
}
.center {
margin: 0 auto;
text-align: center;
}

.boughtbaloon {
	background-color: #FFFF99;
	color: #000000;
	padding: 5px;
	border: 1px solid gray;
}