/* mal 9 */
body {
	background: #9b9a9a url(http://img5.custompublish.com/getfile.php/1879150.1285.xadybarcus/bodybg.png) repeat;
	color: #000;
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", "Lucida Sans Unicode", Geneva, sans-serif;
	font-size: 75%; /* 12px*/
	margin: 0px;
	padding: 0px;
}

.tangerine {
    font-family: 'Tangerine',arial,serif;
}

table,caption,th,td {
	font-size: 1.0em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 4px 0px;
	padding: 0px;
}

h1 {
	font-size: 1.45em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}
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;
}

h1.tangerine {
	font-size: 50px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
/* 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: #432b43;text-decoration: none; }
a:hover { text-decoration: underline;}
.shop a {
	color: ;
}
/* 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.menuselected:link {text-decoration: underline;}
.menu a.menuselected:visited {text-decoration: underline;}
.menu a.menuselected: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 {
	font-size: 10px; color: #FFF;
}
#cp a{
	color: #FFF; text-decoration: none;
}


/* Linked headlines (normally inside LIST-sections) */ 

.headlinelink:hover { }

/* Navigation path links */
.path { }
a.path:link { text-decoration: none; }
a.path:visited { text-decoration: none; }
a.path:hover { text-decoration: underline; }

/* 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*/

.cpselementcontainer {
	margin-bottom: 10px;
	padding: 2px 0;
}
.cpsoptionsclear {
	clear: both; 
	font-size: 1px; 
	height: 0px;
}
.cpselementcontainer.horizontal label, .cpselementcontainer.horizontal .cpsoptions {
	float: left;
}
.cpselementcontainer.horizontal label {
	margin-right: 5px;
	padding-top: 2px;
}

.newslettersubsubmit {
	background: #b4a06b;
	border: 0;
	border-bottom: 4px solid #695f45;
	color: #FFF;
	font-size: 14px;
	padding: 4px 8px;
	box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.2); 
	border-radius: 4px;
	cursor: pointer;
}

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;
} 

/* Standard tools */
div.tools { margin: 15px 0px; }
div.tool { margin: 2px 0px; }
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, h1.headlineview  {
	margin: 0px;
	padding: 0px;
}
.frontpage h1.headline a,
.frontpage h1.headline, 
.frontpage h1.headlineview  {
	color: #FFF;
}
.listingarea.shop h1.headline{
	padding: 6px 0;
}
.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;
	line-height: 1.4;
}
p.byline, .byline {
	margin: 10px 0 10px 0; padding: 0px;
}

.viewarea div.listingpic {
	width: 250px;
	float: right;
	margin-left: 10px;
}

/* SECTION: Articlemedia */
div.articlemedia { 
	clear: right;
	width: 250px;
	float: right;
	margin-left: 10px;
}

div.articleimage { 
	margin-bottom: 10px;
}
div.articleimagedesc, i.paragraphpictext { 
	font-style: italic;
	padding: 1px 2px;
}

.frontpage #galleria{display: none; }



/* SECTION: viewarea block/spacing elements */
.block, .articleblock {
	margin-bottom: 15px;
}

.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: 23%;
	float: left;
	margin-right: 2%;
}
div.fourcol .articleblock.quad0 { 
	clear: both;
}
div.fourcol .articleblock.quad2 { 
	margin-right: 0;
}
div.fourcol .articleblock.quad3 { 
	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; }
.cf:before, .cf:after { content: " "; display: table; } /* .cf to wrap floating elements inside */
.cf:after {clear: both;}
.cf { *zoom: 1;} /* IE 6/7 */

/* SECTION: page containers */ 
#page {
	text-align: left;
	padding: 0px;
}
#page .inner {
	width: 940px;
	max-width: 100%;
	margin: 0 auto;
	
}
#top {
	background: #6f616f;
	margin: 0px;
	padding: 0px;
}

.logo{
	float: left;
	min-width: 80%; 
	padding-top: 15px;
}

.jupiter{
	float: right;
}

#topnav {
}
#middle {
	padding: 20px;
}
.frontpage #middle {
	background-color: transparent !important; 
}
#navbar {
	float: left;
	margin-right: 20px;
	width: 200px;
}
#main {
	float: left;
	width: 702px;
	min-height: 200px; /* ref .viewarea */
}
.frontpage #main, 
.page244767 #main {
	float: left;
	width: 49%;
}
.viewareacontent {
	min-height: 160px; /* ref #main */
}

#mainsidebar {
	float: right;
	width: 180px;
	display: none;
}

.fblikebox {
	float: right;
	width: 49%;
	min-height: 400px;
	margin-top: 20px;
}


/* #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, .frontpage #mainsidebar, .frontpage #navbar, 
.page244767 #mainsidebar, .page244767 #navbar  {
	display: none;
}


#footer {
	background: #6f616f;
	clear: both;
	color: #FFF;
}
#footer .inner {
	padding: 20px 0;
	line-height: 1.6;
}
#footer h3 {
	font-size: 20px;
	border-bottom: 1px solid #96846c;
	margin-bottom: 10px;
	padding-bottom: 6px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	line-height: 1;
}

#footer .articleblock ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer .articleblock ul li {
    
    margin-bottom: 8px;
}


/* SECTION: Sidebar */
.sidebar {
}

.box {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	position: relative;
}
.box .head {
}
.box .cell {
	padding: 5px;
}
.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;
}
.box h3.caption {
	padding: 0px;
	margin: 0px;
}
/* SECTION: page elements */
div.skiplink a{
  position: absolute;
	top: -190px;
}
div.skiplink a:focus, div.skiplink a:hover  { 
	position: static;
	left: 0; 
	width: auto; 
}
#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;
}

ul.menu li.spacingabove{
	margin-top: 10px;
}
ul.menu li.spacingbelow{
	margin-bottom: 10px;
}

ul.topmenu {
	list-style-type: none;
	padding: 5px 0;
	text-align: right;
	margin: 0;
	float: right;
	color: #FFF;
}
ul.topmenu li {
	display: inline;
	border-left: 1px solid #FFF;
	padding-left: 10px;
	margin-right: 5px;
}
ul.topmenu li.firstitem {
	border-left: 0;
}
ul.topmenu li a{
	color: #FFF;
}
#search {
}
#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;
}



/* 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;
}

#mainmenubg {
	background-image: url(http://img5.custompublish.com/getfile.php/1879280.1285.ywuusfuxvx/mainmenubg_gradient.png);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #353434;
	box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.2);
}
#mainmenu, #mainmenu * {
	margin:	0;padding:0;
	list-style:	none;
	position: relative;
	/* z-index:9999; */
	z-index:90;
}

#mainmenu {
	background-image: url(http://img5.custompublish.com/getfile.php/1879280.1285.ywuusfuxvx/mainmenubg_gradient.png);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #353434;
	/*box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.2); */
	list-style: none;
	width: 960px;
	margin: 0 auto;
	max-width: 100%;
}

#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:0;
}
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 li{
	float: left;
	font-size: 14px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
#mainmenu li a{
	color: #FFF;
	padding: 10px 12px;
	display: block;
	text-decoration: none;
}

#mainmenu li a:hover, #mainmenu li.itemselected > a{
	color: #ebcc95;
}

#mainmenu li ul{
	background: #272626;
}

#mainmenu li li{
	float: none;
	font-weight: normal;
}
#mainmenu li li a{
	color: #FFF;
	padding: 4px 12px;
	display: block;
	text-decoration: none;
	font-size: 12px;
}

#mainmenu li li a:hover{
	color: #ebcc95;
}


.promo {
	position: relative;
	margin-bottom: 40px;
	width: 100%;
}
.slides_container {
    width:940px;
    height:350px;
    
}
.promo .slide {
	background:none !important;
	max-width: 100%;
  /*width:940px;
  height:350px;*/
}
.promo .slide img {
	background:none !important;
	height: auto;
	max-width: 100%;
  /*width:940px;
  height:350px;*/
}

.promo .slidetext {
    background: url(/images/opacity/black/opacity70.png) repeat;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 2%;
    width: 96%;
    color: #FFF;
}
.promo .slidetext h2,
.promo .slidetext h2 a{
    color: #FFF;
    text-decoration: none;
    font-size: 26px;
    margin: 0;
    padding: 0;
}

.promo .pagination {
	list-style: none;
	padding: 0; margin: 0;
	position: absolute;
	right: 0;
	bottom: -180px;
	width: 49%;
}

.promo .pagination li{
	float: left;
	width: 33%;
}
.promo .pagination img{
	border: 8px solid #626362;
	margin: 0 8px;
	margin-top: 14px;
	max-width: 100%;
	height: auto;
	width: 125px;
}
.promo .pagination li.cycle-pager-active img{
	border-color: #FFF;
	box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.5); 
}

ul.pagination li.cycle-pager-active {
    background: url(http://img5.custompublish.com/getfile.php/1879761.1285.ctsxyuxsec/arrow.png) no-repeat center top;
}

#submenu {

}

#submenu li {

}

#submenu li a {
	display: block;
	padding: 6px;
	background-image: url(http://img5.custompublish.com/getfile.php/1879280.1285.ywuusfuxvx/mainmenubg_gradient.png);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #6F616F;
	margin-bottom: 6px;
	color: #FFF;
	text-decoration: none;
}

#submenu li a:hover, #submenu li.itemselected > a {
	text-decoration: underline;
}

#submenu li li a {
	display: block;
	background-color: #BBB;
	color: #FFF;
}

.listingarea.shop .dynimage {
	border: 8px solid #FFF;
}

#cartcontainer {
	float: right;
	width: 150px;
	margin-top: 10px;
}

/* SHOP */

.frontpage .shopitem {
    float: left;
    margin-right: 6%;
    width: 20.5%;
}
.frontpage .shopitem.shopcol4_3 {
    float: right;
    margin-right: 0;
}

/* 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;
}
#cartcontainer {
	color: #222;
}
.shop .linkcontainer .link, .buybtn, .buybutn a {
    background: #e59025;
    border-color: #d68822;
    border-width: 0 0 4px;
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.2);
    float: right;
}

.buybtn {
	border-radius: 5px;
	border-width: 1px 1px 2px 1px;
	border-style: none none solid;
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
    font-size: 14px;
    padding: 4px 12px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    margin-top: 5px;
    

}
.buybtn a {
	color: #fff;
}
.shop .linkcontainer a.link, #main .buybtn a {
    display: block;
    width: auto;
    color: #FFF;
}

.price {
    color: #000;
    cursor: pointer;
    font-size: 14px;
    padding: 4px 8px;
    margin-top: 0px;
    float: left;

}

.price span {

}


.frontpageprice {
    float: left;
    padding-top: 10px;
}
.misc {
    max-height: 100px;
    min-height: 100px;
}

.produkter {
	background: url(/images/opacity/black/opacity10.png);
	padding: 10px;
}


/* white bg for pages under Bestill blomster */
.isslavepage h1.headlineview, .isslavepage .articlelist.shop .headlinelink {
	color: #000 !important; 
	font-weight: normal;
}

.isslavepage #middle {
   background-color: #fff;
	color: #000;
}
.isslavepage #subnavbar *, .isslavepage div.ingressview, .isslavepage div.ingressview *, .isslavepage .body, .isslavepage .body *, .isslavepage .bodytxt .innerbody {
	color: #000 !important;
}
.isslavepage .articlelist.shop .ingress {
   color: #999 !important;
}


/* ta bort storre bestillinger risky */
.pgn_bestillblomster li.itemlvlnum3.menulevel1 {
	display: none;
}
/* ============================= */
/* mypage   */
/* ============================= */
table.mypageorders {
	margin: 20px 0;
}
table.mypageorders caption {
	text-align: left;
}
table.mypageorders thead tr{
	background: #000 url(http://img5.custompublish.com/getfile.php/1468363.1285.qprurrprfa/headerbg.jpg) repeat-x top;
	color: #FFF;
	border-radius: 4px 4px 0 0;
	font-size: 16px;
}
table.mypageorders th, table.zebra th {
	padding: 6px;
	text-align: left;
}
table.mypageorders tbody, table.zebra tbody {
	border: 1px solid #E0E0E0;
}
table.mypageorders tbody tr.odd, table.zebra tbody tr.odd {
	background-color: #F1F1F1;
}
table.mypageorders tbody td, table.zebra tbody td {
	border: 1px solid #E0E0E0;
	border-top: 0;
	padding: 8px;
}

.editmyinfo {
	/*background: #ffffff url(http://img5.custompublish.com/getfile.php/1699693.1285.pxqavfdwxy/Merkur.png) no-repeat  right 10px;*/
}
/*.box, 
.orderview, 
.editmyinfo, 
.checkoutpage #main, 
fieldset.cpsfieldset, 
.page185837 .cpsformcontainer,
.page177953 .form,
#cartcontainer */
.editmyinfo {
	margin: 0px 0px 15px 0px;
	position: relative;
	background: #ffffff url(http://img5.custompublish.com/getfile.php/1700943.1285.wqxsdbyaap/abb.png) repeat-x bottom;
	border: 1px solid #d6d6d6;
	border-radius: 4px;
}

.editmyinfomenu {
	list-style: none;
	font-size: 1.2em;
	padding-left: 10px;
}
.editmyinfomenu li{
	padding-left: 24px;
	margin-bottom: 4px;
}
.editmyinfomenu li.editinfolink{
	background: url(http://img5.custompublish.com/getfile.php/1699461.1285.asdvrcdpts/ico_user[1].png) no-repeat left center;
}
.editmyinfomenu li.editpasswlink{
	background: url(http://img5.custompublish.com/getfile.php/1699475.1285.cpexvyrxvb/ico_passw.png) no-repeat left center;
}
.editmyinfomenu li.logoutlink{
	background: url(http://img5.custompublish.com/getfile.php/1699496.1285.uddwwpeefb/ico_logout.png) no-repeat left center;
}

.menutoggle {
	background-image: url(http://img5.custompublish.com/getfile.php/1879280.1285.ywuusfuxvx/mainmenubg_gradient.png);
	background-position: bottom;
	background-repeat: repeat-x;
	/*background-color: #555555;*/
	background-color: #353434;
	box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.2); 
	font-size: 18px;
	vertical-align: middle;
	text-decoration: none;
	padding: 2%;
	display: none;
	cursor: pointer;
	text-align: right;
	float: right;
	position: relative;
	word-break: normal !important;
	word-wrap: normal !important;
	margin: 10px;
	margin-left: 0;
	color: #FFF;
	min-width: 40%;
}

.menutoggle#togglehome {
	float: left;
	text-align: left;
	width: 76px;
	margin-left: 10px;
	margin-right: 0;
	min-width: 1%;
}


.menutoggle:hover{
	color: #ebcc95;
}

.menutoggle:before {
	padding-left:1.6em;
	text-align:center;
	height:16px;
	width:18px;
	content:'';
	background-size: auto;
	background-position: center center;
	background-repeat: no-repeat;
}
.menutoggle2 {
	min-width: 20%;
	padding-left: 40px;
}
.menutoggle2:before {
	margin-top: -8px;
	position: absolute;
	left: 0;
	top: 50%;

}
.menutoggle#togglehome:before{
	background-image:url(/cpclass/js/jquery/collapseable/icon-home.svg);
}
.menutoggle#togglehome:hover:before {
	background-image:url(/cpclass/js/jquery/collapseable/icon-home.svg);
}

.menutoggle#togglemenu:before,
.menutoggle#togglechildmenu:before {
	background-image:url(/cpclass/js/jquery/collapseable/icon-menu.svg);
}

.menutoggle#togglemenu:hover:before,
.menutoggle#togglechildmenu:hover:before {
	background-image:url(/cpclass/js/jquery/collapseable/icon-menu.svg);
}

#footermenu {
	list-style: none;
	background: #cccccc;
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbb;
	padding: 10px;
	text-align: center;
}
#footermenu li {
	display: inline;
	margin-right: 15px;
	
}
#footermenu li a{
	font-size: 13px;
	color: #5b5b5b;
}
#footermenu li a:hover{
	color: #000;
}


#quicknotebottomfield {
	color: #7B7B7B;
    line-height: 1.6;
    margin: 10px 0;
}

/* hack for aa skjule storre bestillinger */
.ppt177896 #submenu li.itemlvlnum3.menulevel1 {
	display: none;
}


/* colorbox code JW */
a.magnify {
    background: url("http://img5.custompublish.com/getfile.php/2459577.1285.sacdprwvxv/magnifier[3].png") no-repeat 0 0;
    display: block;
    float: right;
    height: 18px;
    width: 16px;
    margin-top: 10px;
}
a.magnify:hover {
    background: url("http://img5.custompublish.com/getfile.php/2459577.1285.sacdprwvxv/magnifier[3].png") no-repeat scroll 0 -20px;
}
.prodpop {
    height: 100%;
    color: #000;
}
.prodpop .image {
    float: left;
    height: 100% !important;
    margin-right: 2%;
    max-width: 59%;
    position: relative;
}
.prodpop .image a {
    display: block;
    height: 100%;
}
.prodpop .image img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
}
.prodpop .text {
    float: left;
    margin-top: 160px;
    padding-right: 10px;
    width: 37%;
}
.prodpop .text h1.headline {
    font-size: 1.8em;
    margin-bottom: 20px;
    color: #000;
}
.prodpop .text div.ingress {
    margin-bottom: 20px;
}
.prodpop .priceinfo {
    text-align: left;
}
.prodpop form.selectprice {
    margin: 20px 0;
}
.prodpop .selectprice label {
    font-weight: normal;
}
.prodpop form.selectprice input[type="submit"] {
    margin-top: 20px;
}
.prodpop form.selectprice input[type="submit"] {
    border-radius: 12px;
    box-shadow: 0 1px 5px 1px rgba(205, 205, 205, 0.5);
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    padding: 4px 10px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.prodpop form.selectprice input[type="submit"] {
    background-color: #D31212;
    background-image: -moz-linear-gradient(center top , #DC4040, #D31212);
    border: medium none;
}
.prodpop form.selectprice input[type="submit"] {
    line-height: 1.4;
}
/* colorbox code JW */		
@media print {
	/* Printerfriendly */
	* {
		background-color: #FFFFFF !important;
		background-image: none !important;
		border-color: #666666 !important;
		color: #000000 !important;
		box-shadow: none !important;
		text-shadow: none !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, #cp, #searchform, .corner, #taleweb, #talewebholder, #PAFTOOLBAR, #skiplink, .skiplink, .adminbar, .cpeditlinks {
		display: none !important;
	}
	#page, #main {
		border: none !important;
		min-width: 0 !important;
		float: none !important;
		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;
	}
}