/* generic.css */
/* generic stylesheet for listbased navigation */
/* sets standard properties that may be modified later by specific gallery or custom stylesheets */

div.navigationwrapper
{
	clear:both;
}

/* remove all standard list looks */
ul.navigationlist
{
	list-style-type:none;
	margin:0;
	padding:0;
	min-width:1%; /* this rule fixes a display bug in IE7 by forcing it to calculate the menu width */
}
/* all menu items */
ul.navigationlist li.navigationlistitem
{
	margin:0;
	padding:0;
	display:block;
	float:left;
}
/* last menu item */
ul.navigationlist li.lastitem
{
}
/* all menu item links */
ul.navigationlist li.navigationlistitem a
{
	display:block;
	float:left;
	text-decoration:none;
	padding:0px;
}
/* all menu item links on hover */
ul.navigationlist li.navigationlistitem a:hover
{
	padding:0px;
	border:none;
}
/* last menu item link */
ul.navigationlist li.lastitem a
{
	clear:right;
}
/* text inside all menu item links */
ul.navigationlist li.navigationlistitem a span
{
	padding:7px 15px;
	display:block;
	white-space:nowrap;
}

/* menu items that should not appear in standard desktop mode (but still needs to be in the DOM to be available for a responsive mode) */
.ts-dt-hide, ul.navigationlist li.navigationlistitem.ts-dt-hide
{
    display:none;
}
/* defaultresponsive.css */
/* Begin defaultresponsive.css stylesheet, auto created on publish of sitelayout 3, 09-07-2025 07:17:53 */
@media screen and (max-width: 1024px)
{
	/* System default tabletlandscape mode: */
	.ts-tl-hide { display:none }
	.ts-tl-show { display:block }
	span.ts-tl-show, img.ts-tl-show { display:inline }
	li.ts-tl-show { display:list-item }
	table.ts-tl-show { display:table }
	tr.ts-tl-show { display:table-row }
	td.ts-tl-show, th.ts-tl-show { display:table-cell }
}
@media screen and (max-width: 768px)
{
	/* System default tabletportrait mode: */
	.ts-tp-hide { display:none }
	.ts-tp-show { display:block }
	span.ts-tp-show, img.ts-tp-show { display:inline }
	li.ts-tp-show { display:list-item }
	table.ts-tp-show { display:table }
	tr.ts-tp-show { display:table-row }
	td.ts-tp-show, th.ts-tp-show { display:table-cell }
}
@media screen and (max-width: 568px)
{
	/* System default phonelandscapewide mode: */
	.ts-plw-hide { display:none }
	.ts-plw-show { display:block }
	span.ts-plw-show, img.ts-plw-show { display:inline }
	li.ts-plw-show { display:list-item }
	table.ts-plw-show { display:table }
	tr.ts-plw-show { display:table-row }
	td.ts-plw-show, th.ts-plw-show { display:table-cell }
}
@media screen and (max-width: 480px)
{
	/* System default phonelandscape mode: */
	.ts-pl-hide { display:none }
	.ts-pl-show { display:block }
	span.ts-pl-show, img.ts-pl-show { display:inline }
	li.ts-pl-show { display:list-item }
	table.ts-pl-show { display:table }
	tr.ts-pl-show { display:table-row }
	td.ts-pl-show, th.ts-pl-show { display:table-cell }
}
@media screen and (max-width: 320px)
{
	/* System default phoneportrait mode: */
	.ts-pp-hide { display:none }
	.ts-pp-show { display:block }
	span.ts-pp-show, img.ts-pp-show { display:inline }
	li.ts-pp-show { display:list-item }
	table.ts-pp-show { display:table }
	tr.ts-pp-show { display:table-row }
	td.ts-pp-show, th.ts-pp-show { display:table-cell }
}
/* End of defaultresponsive.css stylesheet generated by sitelayout 3 */
/* master.css */
/* ------------------------------------------------------------------------------------------------------------------------------ */
/* This file was auto generated when the font was added or modified by lp@euroweb.dk at 02-03-2015 09:47:49 */
/* ------------------------------------------------------------------------------------------------------------------------------ */

/* Generel skrifttype, -stÃ¸rrelse og linieafstand */
body, td, input, textarea, select
{
	font-family: RobotoCondensed-Light,Helvetica,Arial,Sans-serif;
}

/* Generel skrifttype, -størrelse og linieafstand */
body, td, input, textarea, select
{
	font-size: 8pt;
	line-height: 11pt;
}

/* Normal afsnit og intro afsnit */
p
{
	margin: 0px 0px 2px 0px;
}

/* Alle links */
a
{
	text-decoration: none;
}

/* Alle links - mouseover */
a:hover
{
	text-decoration: underline;
}

/* Links i overskrifter - mouseover */
h1 a:hover, h2 a:hover, h3 a:hover
{
	text-decoration: none;
}

/* Sidetitel */
.pageheader
{
	font-size: 11pt;
	margin: 0px 0px 8px;
}

/* Afsnitsoverskrift */
.sectionheader
{
	font-size: 9pt;
	margin: 12px 0px 6px;
}

table
{
	border-collapse: collapse;
}
table[cellspacing]
{
    border-collapse: separate;
}

/* Tabel i standardformat - overskrift */
/*.tableheader, .tableheader td*/
.tableheader > td, .tableheader > th
{
	font-weight: 700;	
	padding: 3px 8px 4px;
}

/* Tabel i standardformat - rækker */
.tablelineodd, .tablelineodd > td, .tablelineeven, .tablelineeven > td
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 3px 8px;
}



body, td, input, textarea, select
{
	color: inherit;
}
a
{
	color: rgb(0, 62, 126);
}
a:hover
{
	border-bottom-color: rgb(0, 62, 126);
}
.sectionheader a[name]
{
	color: inherit;
}
table
{
	border-color: inherit;
}
.tableheader, .tableheader td, .tableheader th
{
	background-color: rgb(0, 62, 126);
	color: white;
	border-color: rgb(0, 62, 126);
	border-bottom-color: inherit;
}
.tablelineodd, .tablelineodd td
{
	border-bottom-color: inherit;
}
.tablelineeven, .tablelineeven td
{
	border-bottom-color: inherit;
}
body {background:rgb(255, 255, 255) none; margin:0px 0px 0px 0px}
#columnset1 {height:20px}
#columnset1_column1 {width:50%; height:100%}
div#mergefield_beaute_pacifique-logo > a > img {border:none}
div#mergefield_beaute_pacifique-logo {margin-left:12px; float:left}
#layoutbox1 {min-height:21px; margin-top:5px; margin-right:20px; float:right; position:relative; top:0px; left:0px}
div#mergefield_richtext1 {margin-right:0px; float:left}
#layoutbox5 {min-height:20px; float:left; display:none}
div#mergefield_richtext4 {margin-right:10px; float:left}
div#mergefield_login-icon_1 {float:left}
#layoutbox4 {width:100%; max-width:1024px; min-height:0px}
#columnset1_column2 {width:1024px; height:100%; padding-top:30px; padding-bottom:20px}
#columnset1_column3 {width:50%; height:100%}
div#sitelayout11 {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; width:100%; min-height:500px; margin:auto auto auto auto; background:rgb(255, 255, 255) none; border-top-style:none; border-right-style:none; border-bottom-style:none; border-left-style:none}
 .layoutcolumn {display:table-cell;overflow:hidden;float:none;vertical-align:top;box-sizing:border-box;}
 .layoutcolumnset {display:table;table-layout:fixed;width:100%;box-sizing:border-box;}
 .layoutfloatbreaker {width:0%; display:none;}
 .navigationwrapper .layoutfloatbreaker {clear:both; display:block; height:0px}
 [class="mergefield_image"] > a { display:inline-block; }
 .layoutbox {box-sizing:border-box;display:block;}
 button.layoutbox {border:none}
 button.layoutbox:focus {outline:none}
form {margin:0px; padding:0px}
select {margin:0px}
.size1 {font-size:xx-small}
.size2 {font-size:x-small}
.size3 {font-size:small}
.size4 {font-size:medium}
.size5 {font-size:large}
.size6 {font-size:x-large}
.size7 {font-size:xx-large}
ul.breadcrumb {display:inline-block;padding:0px;margin:0px;}
ul.breadcrumb li {display:inline-block;list-style-type:none;padding-left:2px;padding-right:2px;}
td { vertical-align:top; }
a > img, img[usemap] { border:none; }
td[valign="middle"] { vertical-align:middle; }
td[valign="bottom"] { vertical-align:bottom; }
html>/**/body img {vertical-align:bottom}
div.mergefield_image {font-size:0px; line-height:0px;}
@media screen and (min-width: 1px)
{
	body {-webkit-text-size-adjust:100%}
	img {max-width:100%;height:auto}
}

/* Tekstformatering i spalter og flettefelter */
/* User-defined CSS defined in the master-layout (sitelayout-id:11) */
body, td, input, textarea, select {
  font-size: 1.1em;
  line-height: 1.3em;
  font-weight: normal;
}
b, strong {
  font-family: RobotoCondensed-Regular,Helvetica,Arial,Sans-serif;
  font-weight: normal;
}
.login-snippet-wrapper {
  position: absolute;
  z-index: 10;
}
table.app-calendar-heading * {
  color: #fff !important;
}
/*-----Logged in-----*/
#layoutbox5.logout-button.userGroup33 {
  display: block;
}
.login-button.userGroup33 {
  display: none;
}
/* User-defined CSS for 768px, defined in the master-layout (sitelayout-id:11) */
@media screen and (max-width: 768px)
{
	body, td, input, textarea, select {
	  font-size: 1em;
	}
}

/* Brugerdefinerede typografier */


/* Responsive design css */
@media screen and (max-width: 1024px)
{
	.ts-tl-hide { display:none }
	.ts-tl-show { display:block }
	span.ts-tl-show, img.ts-tl-show { display:inline }
	li.ts-tl-show { display:list-item }
	table.ts-tl-show { display:table }
	tr.ts-tl-show { display:table-row }
	td.ts-tl-show, th.ts-tl-show { display:table-cell }
	body
	{
		background-position:initial;
	}
	div#sitelayout11
	{
		background-position:initial;
	}
	#columnset1_column1
	{
		display:none;
	}
	#columnset1_column2
	{
		width:100%;
		padding-right:0px;
	}
	#columnset1_column3
	{
		width:1%;
		display:none;
	}
}


@media screen and (max-width: 768px)
{
	.ts-tp-hide { display:none }
	.ts-tp-show { display:block }
	span.ts-tp-show, img.ts-tp-show { display:inline }
	li.ts-tp-show { display:list-item }
	table.ts-tp-show { display:table }
	tr.ts-tp-show { display:table-row }
	td.ts-tp-show, th.ts-tp-show { display:table-cell }
}


@media screen and (max-width: 710px)
{
	.ts-plw-hide { display:none }
	.ts-plw-show { display:block }
	span.ts-plw-show, img.ts-plw-show { display:inline }
	li.ts-plw-show { display:list-item }
	table.ts-plw-show { display:table }
	tr.ts-plw-show { display:table-row }
	td.ts-plw-show, th.ts-plw-show { display:table-cell }
	body
	{
		background-position:initial;
	}
	div#sitelayout11
	{
		background-position:initial;
	}
	#columnset1_column2
	{
		padding-top:20px;
		padding-bottom:10px;
	}
	div#mergefield_beaute_pacifique-logo
	{
		margin-left:10px;
	}
	#layoutbox1
	{
		margin-right:10px;
	}
}


@media screen and (max-width: 480px)
{
	.ts-pl-hide { display:none }
	.ts-pl-show { display:block }
	span.ts-pl-show, img.ts-pl-show { display:inline }
	li.ts-pl-show { display:list-item }
	table.ts-pl-show { display:table }
	tr.ts-pl-show { display:table-row }
	td.ts-pl-show, th.ts-pl-show { display:table-cell }
	ul.navigationlist li.navigationlistitem.ts-pl-hide { display:none }
	ul.navigationlist li.navigationlistitem.ts-pl-show { display:block }
	div#mergefield_richtext1
	{
		margin-right:30px;
	}
}


@media screen and (max-width: 400px)
{
	.ts-pp-hide { display:none }
	.ts-pp-show { display:block }
	span.ts-pp-show, img.ts-pp-show { display:inline }
	li.ts-pp-show { display:list-item }
	table.ts-pp-show { display:table }
	tr.ts-pp-show { display:table-row }
	td.ts-pp-show, th.ts-pp-show { display:table-cell }
	ul.navigationlist li.navigationlistitem.ts-pp-hide { display:none }
	ul.navigationlist li.navigationlistitem.ts-pp-show { display:block }
	div#mergefield_beaute_pacifique-logo
	{
		float:none;
		margin-left:5px;
		margin-bottom:10px;
	}
	#layoutbox1
	{
		float:left;
		width:100%;
		min-width:0px;
		max-width:none;
		margin-left:0px;
		margin-right:0px;
		padding-left:15px;
		padding-right:15px;
	}
	div#mergefield_main
	{
		width:auto;
		min-width:0px;
		max-width:none;
	}
}



/* site.css */
@font-face {
font-family: 'Oswald Regular';
src: url('/setup/fonts/d4dd8c82-b4b4-4039-b84d-a9c5348a24cb.eot'); /* IE9 Compatability Modes */
src: url('/setup/fonts/d4dd8c82-b4b4-4039-b84d-a9c5348a24cb.eot?') format('eot'),
url('/setup/fonts/d4dd8c82-b4b4-4039-b84d-a9c5348a24cb.woff') format('woff');
}
@font-face {
font-family: 'Oswald Light';
src: url('/setup/fonts/cf8bc45b-94f4-4f0b-bf07-163b32204044.eot'); /* IE9 Compatability Modes */
src: url('/setup/fonts/cf8bc45b-94f4-4f0b-bf07-163b32204044.eot?') format('eot'),
url('/setup/fonts/cf8bc45b-94f4-4f0b-bf07-163b32204044.woff') format('woff');
}
@font-face {
font-family: 'Kreon Light';
src: url('/setup/fonts/a3576933-77ee-440b-bdf3-40d21c1648f5.eot'); /* IE9 Compatability Modes */
src: url('/setup/fonts/a3576933-77ee-440b-bdf3-40d21c1648f5.eot?') format('eot'),
url('/setup/fonts/a3576933-77ee-440b-bdf3-40d21c1648f5.woff') format('woff');
}
@font-face {
font-family: 'Kreon Regular';
src: url('/setup/fonts/76fe0e56-e7c1-47b1-9bb9-a2c1b6e90b23.eot'); /* IE9 Compatability Modes */
src: url('/setup/fonts/76fe0e56-e7c1-47b1-9bb9-a2c1b6e90b23.eot?') format('eot'),
url('/setup/fonts/76fe0e56-e7c1-47b1-9bb9-a2c1b6e90b23.woff') format('woff');
}
@font-face {
font-family: 'Kreon Bold';
src: url('/setup/fonts/f7f4d43a-7e41-4db1-bb65-936f5a97e81e.eot'); /* IE9 Compatability Modes */
src: url('/setup/fonts/f7f4d43a-7e41-4db1-bb65-936f5a97e81e.eot?') format('eot'),
url('/setup/fonts/f7f4d43a-7e41-4db1-bb65-936f5a97e81e.woff') format('woff');
}
@font-face {
font-family: RobotoCondensed-Light;
src: url('/setup/fonts/6aec070e-7dd4-4c4e-9ddb-db29c0ee3c18.eot'); /* IE9 Compatability Modes */
src: url('/setup/fonts/6aec070e-7dd4-4c4e-9ddb-db29c0ee3c18.eot?') format('eot'),
url('/setup/fonts/6aec070e-7dd4-4c4e-9ddb-db29c0ee3c18.woff') format('woff');
}
@font-face {
font-family: RobotoCondensed-Regular;
src: url('/setup/fonts/a185caca-3b23-4628-8025-8782e4013eee.eot'); /* IE9 Compatability Modes */
src: url('/setup/fonts/a185caca-3b23-4628-8025-8782e4013eee.eot?') format('eot'),
url('/setup/fonts/a185caca-3b23-4628-8025-8782e4013eee.woff') format('woff');
}
@font-face {
font-family: OpenSans;
src: url('/setup/fonts/9735499f-e105-460f-8cb6-1a19db2f8c27.eot'); /* IE9 Compatability Modes */
src: url('/setup/fonts/9735499f-e105-460f-8cb6-1a19db2f8c27.eot?') format('eot'),
url('/setup/fonts/9735499f-e105-460f-8cb6-1a19db2f8c27.woff') format('woff');
}

.heading1 {
font-family: 'Kreon Light',Georgia,Times;
font-size: 19pt;
color: #333333;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 20px;
margin-bottom: 5px;
font-weight: normal;

line-height: normal;
}

.heading2 {
font-family: 'Kreon Regular',Georgia,Times;
font-size: 18pt;
margin-top: 0px;
font-weight: normal;

line-height: normal;
}

.heading3 {
font-family: 'Kreon Regular',Georgia,Times;
font-size: 15pt;
margin-top: 0px;
font-weight: normal;

line-height: normal;
}

.product-overview-brand {
font-size: 10px;
color: #666666;
text-align: center;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
font-weight: normal;

line-height: normal;
}

.product-overview-name {
font-family: 'Kreon Bold',Georgia,Times;
font-size: 18px;
text-align: center;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
font-weight: normal;

line-height: normal;
}

.product-overview-price {
font-size: 13px;
text-align: center;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
font-weight: normal;

line-height: normal;
}

.product-details-name {
font-size: 32px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
font-weight: normal;

line-height: normal;
}

.product-detailview-color {
font-size: 13px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
font-weight: normal;

line-height: normal;

text-transform: uppercase;
}

.app-calendar-days {
font-family: RobotoCondensed-Light,Helvetica,Arial,Sans-serif;
font-size: 1em;
font-weight: normal;
}

.app-calendar-heading td:nth-child(2), .app-calendar-heading {
font-family: RobotoCondensed-Regular,Helvetica,Arial,Sans-serif;
font-size: 1em;
color: #ffffff;
font-weight: normal;
}

.app-heading1 {
font-family: RobotoCondensed-Light,Helvetica,Arial,Sans-serif;
color: rgb(0, 62, 126);
font-weight: normal;
}

.minh-heading1 {
font-family: OpenSans;
font-size: 30px;
font-weight: 600;
color: #6a6565;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 25px;
margin-bottom: 0px}

.minh-heading2 {
font-family: OpenSans;
font-size: 25px;
font-weight: 100;
color: #6a6565;
line-height: 25px}

.minh-section {
font-family: OpenSans;
font-size: 17px;
font-weight: 100;
color: #6a6565;
line-height: 25px}

.minh-list {
font-family: OpenSans;
font-size: 17px;
color: #6a6565;
line-height: 1.2;
list-style-type:none;

margin-bottom:5px;

position:relative;
}

.app-footer {
font-family: OpenSans;
font-size: 26px;
color: rgb(42,171,210);
line-height: 1.5}

#sitelayout13 p, #sitelayout13 p.section, #sitelayout13 .section, #sitelayout13 p a.inlinelink, #sitelayout13 p.section a.inlinelink, #sitelayout14 p, #sitelayout14 p.section, #sitelayout14 .section, #sitelayout14 p a.inlinelink, #sitelayout14 p.section a.inlinelink, .app-section a.inlinelink, .app-section {
font-family: OpenSans;
font-size: 20px;
color: #fff;
line-height: 1.5;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
word-wrap:break-word;
}

.app-header-1 {
font-family: OpenSans;
font-size: 32px;
font-weight: 400;
color: #ffffff;
line-height: 1.2;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 10px;
padding-bottom: 10px}

.app-link-box {
font-family: OpenSans;
font-size: 20px;
font-weight: 400;
color: #ffffff;
line-height: 1.2;
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgb(38, 158, 192);
display: block;
}

#layout_300015sub2mergefield_5 a.actionlink, .app-header-3 {
font-family: OpenSans;
font-size: 22px;
font-weight: 400;
color: #ffffff;
line-height: 1.2;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px}

.app-section-small {
font-family: OpenSans;
font-size: 16px;
color: #fff;
line-height: 1.5;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
word-wrap:break-word;
}

.heading1:hover {
}

.app-calendar-days:hover {
}

.app-calendar-heading td:nth-child(2):hover, .app-calendar-heading:hover {
}

.app-heading1:hover {
}

.minh-heading1:hover {
}

.minh-heading2:hover {
}

.minh-section:hover {
}

.minh-list:hover {
}

.app-footer:hover {
}

#sitelayout13 p:hover, #sitelayout13 p.section:hover, #sitelayout13 .section:hover, #sitelayout13 p a.inlinelink:hover, #sitelayout13 p.section a.inlinelink:hover, #sitelayout14 p:hover, #sitelayout14 p.section:hover, #sitelayout14 .section:hover, #sitelayout14 p a.inlinelink:hover, #sitelayout14 p.section a.inlinelink:hover, .app-section a.inlinelink:hover, .app-section:hover {
}

.app-header-1:hover {
}

.app-link-box:hover {
font-style: normal;
font-weight: 400;
text-decoration: none;
text-indent: 0px;
text-shadow: 0px 0px 0px #000;
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px}

#layout_300015sub2mergefield_5 a.actionlink:hover, .app-header-3:hover {
}

.app-section-small:hover {
}

 
