* {
	outline: 0;
}

/* Default stylesheet */
body {
	overflow-y: scroll;
	background: #23150b url(http://img3.custompublish.com/getfile.php/1595731.1863.essttrtabt/bodybg.jpg) repeat-x top;
	color: #1f1500;
	font-family:  Arial, "Liberation Sans", "Helvetica Neue", Helvetica, "Nimbus Sans L", Sans, Sans-serif;
	/*font-family: "Gill Sans", Calibri, FreeSans, "Trebuchet MS", sans-serif;*/
	font-size: 75%; /* 12px*/
	margin: 0px;
	padding: 0px;
}
table,caption,th,td {
	font-size: 1.0em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 4px 0px;
	padding: 0px;
	font-family: "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, Sans-serif;
}

h1 {
	font-size: 1.45em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1.0em;
}
h6 {
	font-size: 1.0em;
}
p {
	padding: 0px;
	margin: 4px 0px 16px 0px;
}
pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
/* 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;
}

div.forum {
	clear: both;
}

/* 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: #918173; text-decoration: none;}
a:hover { text-decoration: underline;}

/* read more.. links */
.link { }
a.link:link { }
a.link:visited { }
a.link:hover { }

/* Standard navigation links */
.menu a:link {text-decoration: none;}
.menu a:visited {text-decoration: none;}
.menu a:hover {text-decoration: underline;}

.menu a.menuitemselected:link {text-decoration: underline;}
.menu a.menuitemselected:visited {text-decoration: underline;}
.menu a.menuitemselected:hover {text-decoration: underline;}

/* Printable/tell a friend links	*/
.toollink { }
a.toollink:link { }
a.toollink:visited { }
a.toollink:hover { }

/* Copyright, CustomPublish powered link etc.	 */

#cp { float: right;}
a#cp, #copyright {
	color: #918173;
	font-size: 11px;
	text-decoration: none;
}


/* 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	{	}
a.path:link { }
a.path:visited { }
a.path: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*/
div.date, span.date { color: #999999; font-size: 0.9em; }
.author { color: #333333; font-size: 0.9em; }
.feedback { }
.copyright { }


/* CSS code for (rounded) corners. Remember position: relative; on container element */
span.corner { 
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	/* Set width/height to size of corner images */
	width: 10px;
	height: 10px;
}
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;
} 


/* 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 { 
  position: absolute;
  left: -1000px;
  width: 900px;
/*  display: none;*/
}
div.pagebar { padding: 10px 0px; clear: both; }
.pagebar.prev { margin-right: 10px; }
span.arrow { padding: 0px 3px; }

/* SECTION: listing/view styles */
div.pagedescription { 
	margin: 0 0 16px;
}
.pagedescription { }
h1.headline {
	font-size: 1.3em;
	margin: 0px;
	padding-bottom: 15px;
}
h1.headlineview {
	margin: 0px;
	padding: 0px;
}
.subheadline, h2.subheadline {
	font-size: 1.0em;
	font-weight: normal; 
	margin: 5px 0px 0px 0px;
	padding: 0px;
	line-height: 1.0;
}
h2.paragraphheadline {
}
.ingress {
}
div.ingress {
	margin: 6px 0px; 
	padding: 0px;
}
.ingressview {
}
div.ingressview {
	margin: 6px 0px; 
	padding: 0px;
}
p.byline, .byline {
	margin: 0px; padding: 0px;
}

.articlesidebar {
	float: left;
	width: 220px;
}
.frontpage .articlesidebar {
	display: none;
}
.articlemain, .listingarea, .ppt177896 #main {
	background: #FFF;
	float: right;
	width: 660px;
	padding: 10px;
}
.page206558 #main {
	padding: 0;
	background: transparent;
}
.listingarea {
	float: none;
	width: auto;
}

/* SECTION: Articlemedia */
.articlemedia {
	clear: both;
	padding-top: 10px;
}
ul.imglist {
	list-style: none; padding:0; margin: 0;
}
.ullistimgitem {
	position: relative; 
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.articleimage2, .articleimage6, .articleimage10, .articleimage14, .articleimage18, .articleimage22, .articleimage26 {
	margin-right: 0;
}
.articleimage3, .articleimage7, .articleimage11, .articleimage15, .articleimage19, .articleimage23, .articleimage27 {
	float: right;
	margin-right: 0;
}
div.articleimagedesc, i.paragraphpictext { 
	font-style: italic;
	padding: 1px 2px;
}


/* SECTION: viewarea block/spacing elements */
.block, .articleblock {
	margin-bottom: 10px;
}

.articleblock .imgwrap {
	float: left;
	width: 32.5%;
}
.articleblock .imgwrap img {
	max-width: 100%;
	height: auto;
}
.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;
}
/* 4-spalter */
div.fourcol .articleblock { 
	width: 220px;
	float: left;
	margin-right: 10px;
}
div.fourcol .articleblock.four0 { 
	clear: both;
}
div.fourcol .articleblock.four2 { 
	margin-right: 0;
}
div.fourcol .articleblock.four3 { 
	clear: right;
	float: right;
	margin-right: 0;
}

.listingarea hr, div.hr /* Replacement for hr (easier to style in older browsers) */{
	background-color: transparent;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #ccc;
	font-size: 1px;
	clear: both;
	height: 10px;
	margin-bottom: 10px;
}
div.body {
	clear: both; 
	margin: 0px 0px 22px 0px;
}

div.articleparagraph {
	margin-bottom: 16px;
}
.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: 910px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}
#top {
	padding: 20px 0;
	position: relative;
	zoom: 1;
}
#papirtag {
	background: url(http://img3.custompublish.com/getfile.php/1596253.1863.wqddtaptfw/papirtag.png) no-repeat;
	height: 113px;
	width: 267px;
	position: absolute;
	right: -90px;
	top: 0;
}
#papirtag a {
	text-indent: -9999px;
	display: block;
	position: absolute;
	right: 100px;
	top: 15px;
	height: 70px;
	width: 160px;
	
}
.logo {
	text-align: center;
		padding: 10px 0;

}
#mainmenubg {
	background: url(http://img3.custompublish.com/getfile.php/1595758.1863.ystduexscx/mainmenubg.png) no-repeat;
	height: 56px;
}


#mainmenu, #mainmenu * {
	margin:	0;padding:0;
	list-style:	none;
	position: relative;
	z-index:99;
}

#mainmenu ul {
	position:absolute;
	top:-999em;
	width:14em; /* left offset of submenus need to match (see below) */
}
#mainmenu ul li {
	width:100%;
}
#mainmenu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
}
#mainmenu li {
	float:left;
	position:relative;
}
#mainmenu a {
	display:block;
	position:relative;
	
}
#mainmenu li:hover ul, #mainmenu li.sfHover ul {
	left:0;
	top:100%; /* match top ul list item height */
	z-index:99;
}
ul#mainmenu li:hover li ul, ul#mainmenu li.sfHover li ul {
	top:-999em;
}
ul#mainmenu li li:hover ul, ul#mainmenu li li.sfHover ul {
	left:100%;
	top:0px;
}
ul#mainmenu li li:hover li ul, ul#mainmenu li li.sfHover li ul {
	top: -999em;
}
ul#mainmenu li li li:hover ul, ul#mainmenu li li li.sfHover ul {
	left: 100%;
	top: 0;
}

#mainmenu {
	list-style: none;
	padding: 25px 0; margin: 0;
}
#mainmenu li {
	display: inline;
	margin-right: 35px;
	font-size: 12px;
	font-family: "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, Sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}
#mainmenu li.lastitem {
	margin-right: 0;
}
#mainmenu li a {
	color: #918173;
}
#mainmenu li a:hover, #mainmenu li a.menuitemselected  {
	color: #FFF;
	text-decoration: underline;
}

#mainmenu li ul{
	background: url(http://img3.custompublish.com/getfile.php/1595731.1863.essttrtabt/bodybg.jpg) repeat-x;
	padding: 10px;
}

#mainmenu li li, #submenu li{
	font-size: 12px;
	text-transform: normal;
	font-weight: normal;
	margin-bottom: 8px;
}

/* Making sure menuitem 206558 is not shown in menu 
Resets itself to be visible in menu in admin for some reason */
li#li206558 {
    display: none;
}

#main {
	float: right;
	width: 680px;
}
.frontpage #main {
	float: none;
	width: auto;
}
#avdelinger {
	margin: 25px 0;
	color: #9f9894;
}
#avdelinger .cell {
	/* display: none; */
}
#avdelinger .cell a {
	color: #947464;
	text-decoration: none;
}
#avdelinger .cell a:hover {
	text-decoration: underline;
}
.merkur {
	display: block;
	padding-top: 10px;
}

/* #main when no sidebar */
.widemain #main {
	float: right;
	width: 760px;
}
.widemain #navbar {
	margin-right: 0;
}
.widemain #mainsidebar {
	display: none;
}
/* #main when no sidebar or navbar */
.widefull #main {
	float: none;
	width: auto;
}
.widefull #navbar, .widefull #mainsidebar {
	display: none;
}


#footer {
	clear: both;
	color: #918173;
	font-size: 11px;
}

#footermenu {
	list-style: none;
	padding: 0; margin: 10px 0;
}
#footermenu li {
	display: inline;
	padding: 0 5px;
	border-right: 1px solid #918173;
	
}
#footermenu li.lastitem {
	border-right: 0;
	
}

#footermenu li a{
	color: #918173;
}


.box {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	position: relative;
}
.box .head {
	background: url(http://img3.custompublish.com/getfile.php/1596014.1863.vpufqtswfr/box_top.png) no-repeat top;
}
#avdelinger .box h3 {
	padding: 25px 10px 10px;
	margin: 0px;
	color: #947464;
}
#avdelinger .box h3 a {
	color: #947464;
	text-decoration: none;
}
#avdelinger .box .cell {
	background: #29190d;
	padding: 10px;
}
#avdelinger .box .bottom {
	background: url(http://img3.custompublish.com/getfile.php/1596013.1863.fewcxywpfa/box_bottom.png) no-repeat;
	width: 220px;
	height: 15px;
}
.box ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}
.box ul li {
	margin: 0px 0px;
	padding: 0px;
}
.box ul ul{
	padding-left: 10px;
}
.box p {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

#sidebar1 .sidebarelement, #sitat {
	background: #FFF;
	padding: 10px;
	margin-bottom: 10px;
}

#bodilt {
	margin-top: 20px;
}
.blockquote {
	background: url(http://img3.custompublish.com/getfile.php/1597825.1863.secfyxfbsp/quote.png) no-repeat top left;
	padding: 14px 0 0 20px;
	font: italic 16px Georgia, "Times New Roman", Times, serif;
}
.author {
	text-align: right;
	color: #5d3f01;
}

/* SECTION: page elements */
#path {
	margin-bottom: 5px;
} 
#path span.arrow {
	padding: 0px 3px; 
}
ul.menu, ul.submenu, ul.menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
ul.submenu, ul.menu ul {
	padding-left: 10px;
}
ul.menu li, ul.submenu li {
	margin: 0px;
	padding: 0px;
}

/* Submenu styling update - EE */

#submenu li.menulevel0 > a{
	display: block;
	padding: 0.5em;
	background-color: #23150b;
	color: #f2f2f2;
	margin-bottom: 0.5em;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#submenu li.menulevel0 > a:hover,
#submenu li.menulevel0 > a.menuitemselected{
	background-color: #918173;
	color: #fff;
	text-decoration: none;
}


ul.menu li.spacingabove{
	margin-top: 10px;
}
ul.menu li.spacingbelow{
	margin-bottom: 10px;
}

#searchform {
}
input.searchinput {
	vertical-align: middle;
}	
input.searchsubmit {
	vertical-align: middle;
	cursor: pointer;
}
/* SECTION: banner locations */
.bannerlocation {
	clear: both;
	text-align: center;
}
.bannerlocation table {
	margin-left: auto;
	margin-right: auto;
}
.bannerlocation td {
	text-align: center;
	padding: 5px 0px;
}
.bannerlocation img {
	border-width: 0px;
}

.icalendardayhead { background-color: #CECECE; }
.monthlycalendartable { width: 100%; }
.calendardate { color:#333333; font-size: 0.9em; }
.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%;
}

/* Kalenderliste */
h2.dayheader {
	border-bottom: 1px solid #CCCCCC;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 10px;
}
div.calendarentry {
	font-size: 0.9em;
}
span.caltime {
	margin-right: 15px;
}
div.vevent {
	border: 1px solid #666666;
	background-color: #EEEEEE;
	padding: 5px;
}

#slides {
	position: relative;
}
.slides_container {
	width:910px;
	display:none;
	
}

.slides_container .slidecontent {
	width:910px;
	height:400px;
	display:block;
}
#slides .next, #slides .prev {
	position: absolute;
	top: 155px;
	z-index: 10;
	background: url(http://img3.custompublish.com/getfile.php/1596188.1863.adwyavddqa/prevnext.png) no-repeat top;
	display: block;
	height: 61px;
	width: 35px;
	text-indent: -9999px;
}
#slides .next {
	right: 20px;
	background-position: right top;
}
#slides .prev {
	left: 20px;
	background-position: left top;
}
#slidenumber {
	position: absolute; top: 10px; right: 10px;
	background: #000;
	z-index: 3;
	color: #FFF;
	font-size: 1.4em;
	padding: 5px 10px;
}


/* SHOP */

/* velger antall kolonner */

/* 2 kolonner */


/* 3 kolonner */

.shopitem {
	float: left;
	width: 29%;
	margin-right: 6%;
}
.shopitem.shopcol3_0{
	clear: both;
}
.shopitem.shopcol3_2 {
	float: right;
	margin-right: 0;
}


.checkoutpage #main {
    background: #f9f9f9;
    color: #000;
}

.interfloracheckoutspecial .checkoutbuy .co {
    background: #dedede url("https://img5.custompublish.com/getfile.php/1664980.1285.wdpdvrwuxs/btn_submit.png") repeat-x scroll center top !important;
    border: 1px solid #d5d5d5;
    margin: 5px 0 10px;
    padding: 10px;
}

#checkouttablecontainer a {
	color:#999;
}

.checkoutinfomessagetop {
	color: #000;
}

.price, .frontpageprice {
	float:left;
	font-size: 1em;
	color: #666666;
}

.ppt177896 .box, #checkoutcustomerdetails {
    color: #938e7e;
}

.buybtn > a {
	color: #fff;
}
.buybtn {
    background-color: #e59025;
    border-color: #d68822;
    border-radius: 5px;
    border-style: none none solid;
    border-width: 1px 1px 2px;
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.1);
    color: #ffffff !important;
    float: right;
    font-size: 1em;
    padding: 4px 12px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.buybtn input{
	cursor: pointer;
}


@media print {
	/* Printerfriendly */
	* {
		background-color: #FFFFFF !important;
		background-image: none !important;
		border-color: #666666 !important;
		color: #000000 !important;
	}
	body {
		font-size: 11pt;
		font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif !important;
	}
	#top, #topnav, #navbar, #subnavbar, #mainsidebar, #footer, #searchform, .corner, #taleweb, #PAFTOOLBAR {
		display: none !important;
	}
	#page, #main {
		width: auto !important;
	}
	.side {
		padding: 0;
	}
	.box, .articleblock {
		page-break-inside: avoid;
	}
	th {
		background-color: #CCCCCC !important;
		color: #000000 !important;
	}
	tr:nth-child(2n+1) {
		background-color: #DEDEDE !important;
	}
	tr:nth-child(2n+1) {
		background-color: transparent !important;
	}
}