﻿html, body {
    margin: 0px;
    padding: 0px;
	height: 100%;
}

body, h1, h2, h3, h4, h5, h6, ul, ol, li, p, hr, table, th, td, form, img, fieldset, input, select, textarea, caption, dl, dd, dt {
    border: none;
    font: 100% Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
	color: #5d7e4a;
	list-style: none;
}

body {
	text-align: center;
}

a {
    color: #065d1e;
	text-decoration: none;
    border-bottom: 1px solid #d6e3cf; 
}

a:hover {
    border-color: #9dbc8c; 
}

h1 {
	color: #065d1e;
	font-size: 1.75em;
	padding: 0 0 10px 0;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 span {
    color: #afbd21;
    font-size: 0.85em;
    padding: 0 0 0 10px;
}

.image a {
    border: none;
}

.image img {
    display: block;
}

#page .button {
    background: transparent url(images/button-right.png) no-repeat top right;
    padding: 0 10px 0 0;
}

#page .button a,
#page .button input {
    display: block;
    background: transparent url(images/button-left.png) no-repeat top left;
    padding: 0 0 0 10px;
    line-height: 26px;
    height: 26px;
    color: #065d1e;
    font-size: 0.8125em;
    cursor: pointer;
    font-weight: bold;
    vertical-align: top;
}

/***************************************************
 GLOBAL HEADER
 ***************************************************/

#page {
    width: 950px;
    text-align: left;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

#header {
    height: 139px;
    border-bottom: 2px solid #b7c99d;
    position: relative;
    overflow: hidden;
}

#header a {
    border: none;
}

#header #logo {
    position: absolute;
    top: 14px;
    left: 15px;
}

#header #globalmenu {
    position: absolute;
    top: 16px;
    right: -10px;
}

#header #globalmenu ul {
    display: block;
    overflow: hidden;
}

#header #globalmenu ul li {
    float: left;
    font-size: 0.6875em;
    margin-left: -1px;
}

#header #globalmenu ul li a {
    color: #6f9961;
    display: block;
    border-left: 1px solid #6f9961;
    padding: 0 10px; 
}

#header #globalmenu ul li.selected a {
    font-weight: bold;
    color: #065d1e;
} 
#header .newsletter a {
    position: absolute;
    right: 250px;
    width: 275px;
    font-size: 0.8125em;
    font-weight: bold;
    background: url('images/nyhetsbrev.png') right center no-repeat;
    padding-right: 0px;
    line-height: 22px;
}

/*#header .search {
    position: absolute;
    top: 42px;
    right: 0;
    width: 550px;
}*/
#header .search {
    position: absolute;
    top: 42px;
    right: 0;
    width: 220px;
}
#header #mainmenu {
    position: absolute;
    bottom: 8px;
    right: -10px;
    overflow: hidden;
}

#header #mainmenu li {
    float: left;
    font-size: 0.8125em;
    margin-left: -1px;
}

#header #mainmenu li a {
    color: #6f9961;
    display: block;
    border-left: 1px solid #6f9961;
    padding: 0 10px; 
}

#header #mainmenu li.selected a {
    font-weight: bold;
    color: #065d1e;
} 

/***************************************************
 FOOTER
 ***************************************************/

#footer {
    border-top: 2px solid #b7c99d;
    padding: 10px 0 50px 0;
    text-align: center;
    position: relative;
    width: 100%;
}

#footer a {
    border: none;
}

#footer a.image {
    display: inline;
    margin: 0 0 0 5px;
}

#footer a.image img {
    display: inline;
}
#footer p {
    font-size: 0.6875em;
    padding: 0 0 0.6em;
    color: #b7c99d;
}
#footer #footerby {
clear:both;
    padding: 0.6em 0 0.6em; 	
    color: #b7c99d;
}
#footer #footerby a{
    font-size: 0.6875em;	
    color: #b7c99d;
}
#footer #footermenu {
    position: relative;
    float: left;
    left: 50%;
}

#footer #footermenu ul {
    position: relative;
    display: block;
    overflow: hidden;
    left: -50%;
}

#footer #footermenu ul li {
    float: left;
    font-size: 0.6875em;
    margin-left: -1px;
    position: relative;
}

#footer #footermenu ul li a {
    color: #b7c99d;
    display: block;
    border-left: 1px solid #b7c99d;
    padding: 0 10px; 
}

/***************************************************
 PATH
 ***************************************************/

#path {
    padding: 15px 0 0 15px;
    font-size: 0.6875em;
}

#path ul {
    display: block;
    overflow: hidden;
}

#path ul li {
    float: left;
}

#path ul li a {
    float: left;
    margin: 0 0.5em 0 0;
    color: #6f9961;
}

#path ul li .separator {
    float: left;
    padding: 0 0.5em 0 0;
}

/***************************************************
 BODY
 ***************************************************/

#body {
    overflow: hidden;
}

#frontpagebg {
    background: transparent url(images/bg-frontpage.jpg) no-repeat center 220px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3; 
}

#pagebg {
    background: transparent url(images/bg.jpg) no-repeat center 220px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3; 
}

/***************************************************
 TAB
 ***************************************************/

.tab,
#sidebar h2 {
    background: #ccd9b7 url(images/tab-left.png) no-repeat top left;
    overflow: hidden;
    clear: both;
}

.tab span,
#sidebar h2 span {
    display: block;
    background:  transparent url(images/tab-right.png) no-repeat top right;
    font-size: 1em;
    line-height: 25px;
    padding: 0 0 0 15px;
    color: #065d1e;
}

/***************************************************
 PRODUCT LABELS
 ***************************************************/

.label {
    line-height: 24px;
    padding: 35px 0 0 0;
    border-bottom: 1px solid #000;
    font-weight: bold;
    font-size: 0.875em;
    background: transparent url('images/tab-baby.png') no-repeat top left;
}

.label a,
.label div {
    display: block;
    width: 220px;
    text-align: right;
    color: #fff;
    border: none;
}

.label.label-baby {
    background-image: url('images/tab-baby.png');
    border-color: #fed17b;
}

.label.label-child {
    background-image: url('images/tab-child.png');
    border-color: #afbd21;
}

.label.label-mother {
    background-image: url('images/tab-mother.png');
    border-color: #f48466;
}

/***************************************************
 SIDEBAR
 ***************************************************/

#sidebar {
    float: right;
    width: 212px;
    padding: 35px 0 0 0;
}

#sidebar .section {
    padding: 0 0 40px 0;
}

#sidebar .section h2 {
    font-size: 0.75em;
    font-weight: bold;
}

#sidebar .section h2 span {
    padding-left: 15px;
}

#sidebar .section .image {
    margin: 0 0 10px 0;
}

#sidebar .section .content {
    padding: 0 15px;
}

#sidebar .section .content p {
    font-size: 0.75em;
    padding: 0 0 5px 0;
}

#sidebar .section .readmore {
    font-size: 0.75em;
    padding: 0 0 0 15px;
}

/***************************************************
 INTRO
 ***************************************************/

#intro {
    padding: 25px 0 20px 0;
    overflow: hidden;
}

#intro .image {
    float: right;
}

#intro .image-left {
    float: left;
}

#intro .content {
    overflow: hidden;
    padding: 0 15px 0 15px;
}

/***************************************************
 BODY
 ***************************************************/

.intro p {
    font-size: 0.875em;
    padding: 0 0 1em 0;
}

.body p {
    font-size: 0.75em;
    padding: 0 0 1em 0;
}

.body h2 {
    font-size: 0.75em;
    font-weight: bold;
    color: #065d1e;
    padding: 5px 0 2px 0;
}

.body h3 {
    font-size: 0.75em;
    font-weight: bold;
    color: #065d1e;
    border-bottom: 1px solid #ccd9b7;
    padding: 15px 0 5px 15px;
    margin: 0 -15px 5px -15px;
}

.body ul {
    font-size: 0.75em;
    padding: 0 0 1em 15px;
}

.body ul li {
    list-style: disc;
}

/***************************************************
 ARTICLE 
 ***************************************************/

#article h1 {
    padding: 25px 0 15px 15px;
}

#article .content {
    width: 595px;
    float: left;
    padding: 0 0 30px 0;
}

#article .content .intro,
#article .content .body {
    padding: 10px 15px 0 15px;
}

#article .image {
    float: right;
    width: 330px;
    text-align: center;
} 

#article .search {
    padding: 0 0 0 15px;
}

#article #sitemap {
    border-top: 1px solid #dbe4ce;
    padding-top: 25px;
}

/***************************************************
 ARTICLE LIST
 ***************************************************/

#article-list {
    overflow: hidden;
} 

#article-list h1 {
    padding: 25px 0 15px 15px;
}

#article-list .article {
    overflow: hidden;
    padding: 0 0 15px 0;
}

#article-list .article .content {
    width: 595px;
    float: left;
}

#article-list .article .content .body {
    padding: 10px 15px 0 15px;
}

#article-list .article .image {
    float: right;
    padding: 25px 0 0 0;
    width: 330px;
    text-align: center;
} 

#article-list .article .image img {
    display: inline;
}

/***************************************************
 PRODUCT LIST
 ***************************************************/

#product-list {
    padding: 0 0 0 0;
    width: 100%;
}

#product-list .row {
    overflow: hidden;
    padding: 20px 0 20px 15px;
}

#product-list .row .product {
    float: left;
    width: 155px;
    margin: 0 70px 0 0;
    display: inline;
}

#product-list .row .product-first {
    margin-left: 0;
}

#product-list .row .product .image {
    position: relative;
    height: 165px;
}

#product-list .row .product .image a {
    display: block;
    border: none;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}

#product-list .row .product .image img {
    display: inline;
}

#product-list .row .product h2 {
    font-size: 0.8125em;
    font-weight: bold;
}

#product-list .row .product .content p {
    font-size: 0.75em;
}

/***************************************************
 FRONTPAGE
 ***************************************************/

#frontpage #intro {
    height: 320px;
    padding: 0;
    margin: 0;
    position: relative;
}

#frontpage #intro .image {
    width: 100%;
    height: 100%;
    background: transparent url(images/frontpage-1.jpg) no-repeat top left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; 
}

#frontpage #intro #image-2 {
    background-image: url(images/frontpage-2.jpg);
}

#frontpage #intro #image-3 {
    background-image: url(images/frontpage-3.jpg);
}

#frontpage #productcategories {
    margin-top: -59px;
    position: relative;
    z-index: 100; 
}

#frontpage #campaign {
    width: 950px;
    margin-top: 80px;
    float: left;
    border: none;
    overflow: hidden;
    padding: 0;
}
#frontpage #campaigntop
{
	width: 100%;
}
#frontpage #campaignleft
{
	width: 630px;
	margin-right: 10px;
	float: left;
}
#frontpage #campaignright
{
	width: 310px;
	float: left;
}
#frontpage #campaign h2 {
	color: #065d1e;
	font-size: 1.5em;
	padding: 0 0 10px 0;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#frontpage #campaign .image {
    float: left;
}

#frontpage #campaign .content {
    overflow: hidden;
    padding: 0 15px 0 30px;
}

#frontpage #campaign .content p {
    font-size: 0.8125em;
    padding: 0 0 1em 0;
}

#frontpage #campaign .content .readmore {
    font-size: 0.8125em;
}
#frontpage #campaign .image,
#frontpage #campaign #farmasoyt {
    float: right;     
}                     
#frontpage #campaign #campaignright #farmasoyt a{
    text-decoration: none; 
    border: none;    
} 
#frontpage #campaign #farmasoyt {
    background: #fff url(images/farmasoyt-bottom.png) no-repeat left bottom;
    padding-bottom: 5px;
}

#frontpage #campaign #farmasoyt h2 {
    font-size: 1.1em;
}

#frontpage #campaign #farmasoyt .content {
    width: 180px;       
    padding: 15px 15px 10px 115px;
    background: transparent url(images/farmasoyt-top.png) no-repeat left top;

}                   

#frontpage #campaign #farmasoyt .button a {
    text-align: center;
}

/***************************************************
 PRODUCT CATEGORIES
 ***************************************************/

#productcategories {
    overflow: hidden;
    padding: 0 0 30px 0;
    clear: both;
}

#productcategories-image {
    padding-bottom: 0;
}

#productcategories .category {
    float: left;
    display: inline;
    width: 294px;
    margin: 0 34px 0 0;
    height: 100%;
    position: relative;
}

#productcategories .mother {
    margin-right: 0;
}

#productcategories .category .content {
    padding: 15px;
}

#productcategories .category .content h2 {
    font-size: 1.125em;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#productcategories .category .content h2 a {
    border: none;
}

#productcategories .category .content h2 span {
    color: #a0ad11;
    font-size: 0.9em;
}

#productcategories .category .content h3 {
    color: #a0ad11;
    font-size: 0.875em;
    padding: 1em 0;
}

#productcategories .category .content .text p {
    font-size: 0.75em;
}

#productcategories .category .content .readmore {
    font-size: 0.75em;
}

#productcategories .category ul {
    padding: 0 0 20px 30px;
}

#productcategories .category ul li {
    list-style: disc;
    font-size: 0.875em;
    padding: 0 0 5px 0;
}

#productcategories .category .image {
    text-align: center;
}

#productcategories .category .image img {
    margin: 0 auto;
}

#productcategories.productcategories-full .category {
    margin-right: 0;
    width: 355px;
}

#productcategories.productcategories-full .category.mother {
    width: 240px;
}

/***************************************************
 PRODUCTS
 ***************************************************/

#products #intro {
    padding-bottom: 0;
}

#products #productcategories {
    margin-top: -20px;
}
/***************************************************
 PRODUCT CATEGORY
 ***************************************************/

#products-category #maincontent {
    width: 710px;
    float: left;
    overflow: hidden;
}

#products-category #product-list {
    border-top: 1px solid #fed17b;
    margin: 0 0 25px 0;
    overflow: hidden;
    position: relative;
} 

#products-category #product-list .row {
    border-bottom: 1px solid #fed17b;
    position: relative;
    bottom: -1px;
}

#products-category #other-productcategories {
    overflow: hidden;
    padding: 15px 0 17px 15px;
}

#products-category #other-productcategories li {
    display: block;
    float: left;
    padding: 0 20px 0 0;
    font-size: 0.75em;
}

/***************************************************
 PRODUCT
 ***************************************************/

#product #maincontent {
    width: 710px;
    float: left;
    overflow: hidden;
}

#product #intro {
    padding-top: 60px;
}

#product #intro .image {
    width: 212px;
    text-align: center;
}

#product #intro .image img {
    display: inline;
}

#product #other-products {
    clear: both;
    overflow: hidden;
    padding: 0 0 40px 0;
}

/***************************************************
 FAQ
 ***************************************************/

#faq #intro {
    padding-bottom: 0;
}

#faq #intro .button {

   float:left;
}

#faq #intro .image {
    margin-top: -25px;
}

#faq #questions {
    border-top: 1px solid #b7c99d;
    overflow: hidden;
    padding: 10px 0 0 0;
}

#faq #questions .image {
    float: right;
    padding: 40px 0 0 0;
}

#faq #questions #questions-content {
    overflow: hidden;
}

#faq #questions h2 {
	color: #065d1e;
	font-size: 1.75em;
	padding: 0 0 10px 15px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#faq #questions h3 {
	color: #065d1e;
    font-size: 0.875em;
    font-weight: bold;
    background: #e8eee0;
    padding: 5px 5px 5px 15px;
    border-bottom: 1px solid #e2eada;
}

#faq #questions h4 {
    font-size: 0.75em;
    font-weight: bold;
    padding: 5px 15px;
    color: #547f3c;
    border-bottom: 1px solid #e2eada;
    cursor: pointer;
    background: transparent url(images/expand.png) no-repeat right;
}

#faq #questions h4.collapsed {
    background-image: url(images/collapse.png);
}

#faq #questions h4.hover {
    background-color: #f5f7f0;
}

#faq #questions .content {
    padding: 5px 15px 0 15px;
    border-bottom: 1px solid #e2eada;
}

#faq #questions .content p {
    font-size: 0.75em;
    padding: 0 0 1em 0;
}

/***************************************************
 SKINCARE
 ***************************************************/

#skincare .categories .row {
    overflow: hidden;
}

#skincare .categories .row .category {
    float: left;
    overflow: hidden;
    width: 458px;
}

#skincare .categories .row .category.right {
    float: right;
}

#skincare .categories .row .category .image {
    float: right;
    padding: 0 0 25px 0;
}

#skincare .categories .row .category .content {
    overflow: hidden;
    padding: 15px;
}

#skincare .categories .row .category .content ul li {
    font-size: 0.8125em;
    padding: 0 0 5px 0;
}

#skincare .categories .row .category .content ul li a {
    color: #026227
}

/***************************************************
 SKINCARE ARTICLE
 ***************************************************/

#skincare-article h1 {
    padding: 25px 0 15px 15px;
}
#skincare-article #navigation {
    width: 370px;
    float: left;
    margin: 0 50px 0 0;
}

#skincare-article #navigation ul li a {
    display: block;
    background: #e8eee0;
    font-weight: bold;
    margin: 0 0 2px 0;
    border: none;
    padding: 3px 15px;
    font-size: 0.875em;
}

#skincare-article #navigation ul li ul {
    padding: 5px 0;
    display: none;
}

#skincare-article #navigation ul li.selected ul {
    padding: 5px 0;
    display: block; 
}


#skincare-article #navigation ul li ul li a {
    background: #fff;
    font-weight: normal;
    color: #547f3c;
    font-size: 0.8125em;
}

#skincare-article #navigation ul li ul li.selected a {
    font-weight: bold;
    color: #065d1e;
}

#skincare-article #navigation .image {
    text-align: center;
    padding: 40px 0 0 0;
}

#skincare-article #navigation .image img {
    display: inline;
}

#skincare-article #content {
    overflow: hidden;
    border-top: 2px solid #b7c99d;
    padding: 15px 0 30px 0;
}

#skincare-article #content .body h2 {
    font-size: 1.5em;
    font-weight: normal;
}

#skincare-article #content .body h3 {
    font-size: 1em;
    font-weight: normal;
    border: none
}

#skincare-article #content .body h4 {
    font-size: 0.75em;
    font-weight: bold;
    color: #065d1e;
    border-bottom: 1px solid #ccd9b7;
    padding: 15px 0 5px 15px;
    margin: 0 -15px 5px -15px;    
}

/***************************************************
 SITEMAP
 ***************************************************/

#sitemap {
    overflow: hidden;
    padding: 0 0 30px 0;
    clear: both;
}

#sitemap h1 {
    padding: 25px 0 15px 15px;
}

#sitemap ul {
    width: 25%;
    float: left;
}

#sitemap ul li {
    font-weight: bold;
    font-size: 0.75em;
    padding: 0 0 5px 15px;
}

#sitemap ul li ul {
    float: none;
    width: 100%;
    padding: 5px 0 5px 0;
}

#sitemap ul li ul li {
    font-weight: normal;
    font-size: 1em;
    padding: 0 0 5px 0;
}

/***************************************************
 SEARCH
 ***************************************************/

.search {
    width: 220px;
}

.search .text {
    padding: 4px;
    background: transparent url(images/searchbg.png) no-repeat top left;
    width: 154px;
    height: 16px;
    float: left;
    font-size: 0.75em;
}

.search .button {
    float: right;
    margin: -1px 0 0 0;
}

#searchresults #maincontent {
    width: 500px;
    float: left;
    padding: 25px 0 0 15px;
}

#searchresults #image {
    float: right;
}

#searchresults .info {
    padding: 20px 0;
}
#searchresults .info h2 {
    font-size: 0.875em;
    font-weight: bold;
    padding: 0 0 5px 0;
    color: #065d1e;
}

#searchresults .info p {
    font-size: 0.75em;
    padding: 0 0 5px 0;
}

#searchresults .results {
    border-top: 1px solid #dbe4ce;
    overflow: hidden;
    padding: 20px 0 0 0;
}

#searchresults .results h2 {
    font-size: 1em;
    padding: 0 0 10px 0;
    color: #065d1e;
}

#searchresults .results .result {
    overflow: hidden;
    padding: 0 0 10px 0;
}

#searchresults .results .result .content {
    overflow: hidden;
}

#searchresults .results .result .image {
    width: 120px; 
    float: right;
    text-align: center;
}

#searchresults .results .result .image a {
    border: none;
}

#searchresults .results .result .image img {
    display: inline;
}
#searchresults .results .result h3 {
    font-size: 0.8125em;
    padding: 0 0 3px 0;
}

#searchresults .results .result h4 {
    font-size: 0.75em;
    padding: 0 0 3px 0;
    font-weight: bold;
}

#searchresults .results .result p {
    font-size: 0.75em;
}

#searchresults .results .result .readmore {
    font-style: italic;
    font-size: 0.75em;
}

#searchresults .pager {
    padding: 20px 0 30px 0;
    font-size: 0.75em;
}

#searchresults .pager .previous {
    padding: 0 2px 0 0;
}

#searchresults .pager .number {
    padding: 0 2px;
}

#searchresults .pager .next {
    padding: 0 0 0 2px;
}



/***************************************************
 LIGHTBOX OVERLAY
 ***************************************************/

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	background: #fff;
	text-align: center;
}

#overlay img {
	display: block;
	margin: 0 auto;
	position: relative;
}

/***************************************************
 LIGHTBOX
 ***************************************************/

#lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	border: 2px solid #b7c99d;
	z-index: 200;
}

#lightbox #lightbox-wrap {
	position: relative;
	z-index: 210;
	text-align: left;
}

#lightbox-close {
	background: #fff url("images/lightbox-close.png") no-repeat center;
	border-bottom: 1px solid #b7c99d;
	line-height: 30px;
	z-index: 500;
	cursor: pointer;
    text-align: right;
    font-size: 0.75em;
    padding: 0 15px 0 0;
}

#lightbox iframe {
	width: 100%;
    height: 300px;
	border: none;
	display: block;
	overflow: auto;
}

/***************************************************
 POPUP
 ***************************************************/

.popup {
	top: 0;
	left: 0;
	width: 0;
	background: #fff;
	border: 1px solid #000;
	position: absolute;
	z-index: 500;
	padding: 10px;
	border: 2px solid #545454;
	text-align: left;
}

.popup iframe {
	width: 100%;
	border: none;
	display: block;
	overflow: hidden;
}

.popup .arrow-left {
	position: absolute;
	top: 50%;
	left: -11px;
	background: transparent url("images/popup-arrow-left.png") no-repeat;
	width: 11px;
	height: 21px;
	margin: -11px 0 0 0;
	overflow: hidden;
}

.popup .arrow-bottom {
	position: absolute;
	left: 50%;
	bottom: -11px;
	background: transparent url("images/popup-arrow-bottom.png") no-repeat;
	width: 21px;
	height: 11px;
	margin: 0 0 0 -10px;
	overflow: hidden;
}
/***************************************************
 URL Edit
 ***************************************************/


.frmfield
{
	background-color: #ececec; 
	color: black;
}
.urltext
{
	color: #000; 
	font-size: 13px;
}








