/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
addedToBag@font-face {
	font-family: 'Arial Narrow Sub'; 
	src: url('/_css/_font/Arial-narrow.ttf');
	font-weight:100;
}

@font-face {
	font-family: 'Impact Sub'; 
	src: url('/_css/_font/Impact.ttf');
	font-weight:100;
}

body {
	background-color: #333;
	font-family: 'Helvetica Neue', Helvetica, Verdana, Tahoma, Arial;
	font-weight: 300;
	font-size: 11px;
	line-height: 16px;
}

body.noscroll {
	overflow: hidden;
}

H1, H2, H3, H4, H5 {
	font-family: 'Helvetica Neue', Helvetica, Verdana, Tahoma, Arial;
}

/* HEADER */

#fixedNavigation {
	position: fixed;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 28px;
	background: transparent;
	z-index: 100000;
	color: #ccc;
}

#fixedNavigation div.wrapper {
	position: relative;
}

#fixedNavigation div.identity {
	position: absolute;
	top: 5px;
	left: 15px;	
	display: none;
}

#fixedNavigation span.bullet {
	padding: 0px 5px;
}

#fixedNavigation span.darkgrey {
	color: #999;
}

#fixedNavigation span.white {
	color: #fff;
}

#fixedNavigation span.red {
	color: #EC0000;
}

#fixedNavigation div.identity img {
	width: 16px;
	height: 16px;
	margin-right: 20px;
}

#fixedNavigation div.accountNavigation {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 5px 15px;
	background: #333;
}

#fixedNavigation a {
	color: #ccc;
	text-decoration: none;
}

#fixedNavigation a:hover {
	color: #eee;
	text-decoration: underline;
}

#fixedNavigation a.languageSwitch {
	border: 1px solid #999;
	padding: 2px 3px;
	margin-left: 5px;
	font-size: 9px;
	color: #ddd;
	text-decoration: none;
}

#fixedNavigation a.curLang {
	color: #666;
	border: 1px solid #ddd;
	background: #ddd;
}

#addedToBag {
	display: none;
	position: absolute;
	top: 55px;
	right: 120px;
	width: 270px;
	height: 100px;
	z-index: 0;
	display: none;
}

#addedToBag div.notification {
	position: fixed;
	width: 270px;
	height: 100px;
	background: #fff;
	box-shadow: 4px 4px 4px rgba(102,102,102,0.8);
	border: 1px solid #999;
	top: 45px;
}

#addedToBag div.notification:after, #addedToBag div.notification:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#addedToBag div.notification:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 15px 10px;
	right: 25px;
	margin-left: -15px;
}
#addedToBag div.notification:before {
	border-color: rgba(153, 153, 153, 0);
	border-bottom-color: #999;
	border-width: 16px 11px;
	right: 24px;
	margin-left: -16px;
}

#header {
	min-width: 1000px;
	background-color: #000;
	height: 170px;
}

#header div.wrapper {
	position: relative;
	width: 960px;
	margin: auto;
}

#header div.cart {
	position: absolute;
	top: 40px;
	right: 15px;
	width: 450px;
	height: 100px;
	text-align: right;
	cursor: pointer;
}

#header #shoppingBagInfo {
	float: left;
	color: #fff;
	width: 400px;
	text-align: right;
	font-size: 12px;
	line-height: 12px;
}

#header #shoppingBagInfo p {
	margin-top: 8px;
	height: 12px;
}

#header #shoppingBagInfo p.freeDelivery {
	color: #ddd;
}

#header #shoppingBag {
	float: right;
	width: 36px;
	height: 44px;
	background: url(/_grafix/shopping-bag.png);
	repeat: no-repeat;
	position: relative;
}

#header #shoppingBag #itemsInBag {
	position: absolute;
	top: 20px;
	left: 12px;
	width: 18px;
	height: 12px;
	color: #333;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
}

#header #main {
	position: relative;
}

#header #mainMenu {
	height: 35px;

	background: #888888; /* Old browsers */
	background: -moz-linear-gradient(top, #888888 0%, #333333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#888888), color-stop(100%,#333333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #888888 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #888888 0%,#333333 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #888888 0%,#333333 100%); /* IE10+ */
	background: linear-gradient(to bottom, #888888 0%,#333333 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#333333',GradientType=0 ); /* IE6-9 */

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#header #mainMenu a {
	float: left;
	display: block;
	min-width: 70px;
	padding: 10px 10px;
	font-family: 'Arial Narrow', 'Arial Narrow Sub', sans-serif;
	color: #eee;
	text-shadow: 1px 1px 1px #333;
	font-size: 15px;
	line-height: 14px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	border-right: 2px solid #000;
}

#header #mainMenu a.red {

	background: rgb(238,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(238,0,0,1) 0%, rgba(153,17,17,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,0,0,1)), color-stop(100%,rgba(153,17,17,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(238,0,0,1) 0%,rgba(153,17,17,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(238,0,0,1) 0%,rgba(153,17,17,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(238,0,0,1) 0%,rgba(153,17,17,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(238,0,0,1) 0%,rgba(153,17,17,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee0000', endColorstr='#991111',GradientType=0 ); /* IE6-9 */

}

#header #mainMenu a:first-child {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

#header #mainMenu a:hover, #header #mainMenu a.current {
	color: #fff;
	background: #cccccc; /* Old browsers */
	background: -moz-linear-gradient(top,  #cccccc 0%, #666666 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#666666)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cccccc 0%,#666666 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cccccc 0%,#666666 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cccccc 0%,#666666 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cccccc 0%,#666666 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
}

#header #mainMenu div.checkmeout {
	float: right;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	font-weight: normal;
	padding: 10px 15px;
	text-shadow: 1px 1px 1px #000;
	cursor: pointer;
}

#header #mainMenu div.checkmeout span {
	display: block;
	float: left;
}

#header #mainMenu div.checkmeout span.total {
	color: #FFE601;
	width: 60px;
	text-align: right;
}

#megadrop {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #fff;
	color: #e00;
	border: 0px;
	display: none;
	z-index: 15000;
	
	-webkit-border-radius: 4px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 4px;
	-moz-border-radius-topleft: 0;
	border-radius: 4px;
	border-top-left-radius: 0;
	
	-moz-box-shadow:    3px 3px 6px 3px #666;
	-webkit-box-shadow: 3px 3px 6px 3px #666;
	box-shadow:         3px 3px 6px 3px #666;

}

#megadrop div.label {
	position: absolute;
	top: -35px;
	left: 0px;
	height: 40px;
	background-color: #fff;
	cursor: pointer;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	
}

#megadrop div.label h5 {
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	width: 98px;
	text-align: center;
	padding: 10px 0px 10px;
}

#megadrop h4 {
	font-size: 14px;
	line-height: 14px;
	padding-bottom: 7px;
	color: #e00;
}

#megadrop div.column {
	float: left;
	border-right: 1px solid #ccc;
	padding: 20px 0px 20px 20px;
	min-width: 180px;
	min-height: 420px;
}

#megadrop div.column:last-child {
	border-right: 0px;
}

#megadrop div.innerColumn {
	float: left;
	margin-right: 20px;
}

#megadrop div.column a {
	display: block;
	color: #333;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
}

#megadrop div.column a:hover {
	color: #3A89CF;
}

#header div.shop {
	left: -5px;
}

span.new, span.brandNew, span.alert {
	background: #090;
	font-size: xx-small;
	line-height: xx-small;
	vertical-align: top;
	font-weight: bold;
	color: #fff;
	padding: 0px 2px;
	text-transform: uppercase;
}

span.alert {
	background: #d00;
}

span.brandNew {
	background: #f90;
}

/* CERTIFIED */

#certified {
	float: left;
	width: 100%;
	min-width: 1000px;
	height: 135px;
	border-top: 1px solid #ccc;
	background: #fff;
}

#certified .becommerce {
	float: left;
}

#certified .becommerce span {
	float: left;
	display: block;
	color: #4A5F91;
	font-size: 20px;
	line-height: 20px;
	padding-top: 40px;
}

#certified .becommerce img {
	float: left;
	width: 73px;
	height: 70px;
	padding: 10px 0px;
	margin-right: 40px;
}

#certified .service {
	float: right;
	width: 520px;
	padding: 14px 0px;
}

#certified .service .advantage {
	padding: 8px 0px;
	font-size: 14px;
	line-height: 14px;
}

#certified .service .advantage img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	vertical-align: middle;
}

/* FOOTER */

#footer {
	float: left;
	width: 100%;
	min-width: 1000px;
	height: 270px;
	background: #333;
	font-size: 11px;
	line-height: 18px;
	color: #999;
}

#footer div.sitemap {
	margin-top: 40px;
	float: left;
	width: 240px;
}

#footer IMG.icon {
	width: 16px;
	height: 16px;
	margin-right: 9px;
	float: left;
}

#footer H5 {
	font-size: 12px;
	color: #ccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: solid 1px #666;
}

#footer LI {
	margin-bottom: 4px;
}

#footer A {
	font-size: 11px;
	color: #999;
	text-decoration: none;
}

#footer A:hover {
	color: #ccc;
	text-decoration: underline;
}

#footer div.copyright {
	clear: left;
	margin-top: 35px;
	float: left;
}

#footer div.partnerServices {
	margin-top: 35px;
	float: right;
}

#footer img.delivery {
	height: 30px;
	margin-right: 5px;	
}

#footer img.payment {
	width: 48px;
	height: 30px;
	margin-right: 5px;
}

#footer P {
	clear: left;
	padding-top: 14px;
	color: #999;
}

#footer LI.hide {
	display: none;
}

/* PAGES */

#infoPage {
	float: left;
	width: 100%;
	min-width: 1000px;
	min-height: 400px;
	background-color: #eee;
	background-image: url(https://cdn.emilea.be/_grafix/background-page-info.png);
	background-repeat: repeat-x;
	background-position: center top;
	border-top: 1px solid #fff;
}

#infoPage H1 {
	font-size: 60px;
	line-height: 60px;
	margin-bottom: 20px;
	font-weight: 200;
}

#infoPage H2 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 12px;
	color: #000;
}

#infoPage H4 {
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 5px;
}

#infoPage P {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 10px;		
}

#infoPage P.lead {
	font-weight: bold;
	color: #333;
	font-size: 14px;
	line-height: 22px;
}

#infoPage #subMenu {
	margin: 25px 0px 30px 0px;
	float: left;
}

#infoPage #subMenu LI {
	float: left;
	font-size: 13px;
	line-height: 13px;
	margin-right: 10px;
}

#infoPage #subMenu LI A {
	text-decoration: none;
	color: #666;
	display: block;
	padding: 8px 14px;
}

#infoPage #subMenu LI A.current {
	background-color: #999;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 1px 1px 1px #fff;
}

#infoPage #subMenu LI A:hover {
	color: #fff;
}

#infoPage UL LI.hide {
	display: none;
}

#infoPage div.box {
	// border: 1px solid #999;
	background-color: #f5f5f5;
	padding: 25px;
	margin: 10px 0px;
}

#infoPage div.notice {
	border: 4px solid #fff;
	background-color: #ff3;
	color: #333;
	
}

#infoPage div.columns {
	clear: right;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 40px;
	width: 450px;
}

#infoPage div.left {
	clear: left;
	float: left;
}

#infoPage HR {
	clear: both;
	margin: 0px 0px 30px 0px;
	color: #ccc;
	background-color: #ccc;
	border: 0px;
	height: 1px;
}

/* Box main */

#box {
	clear: both;
	background: #fff;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 40px 50px;
	padding-top: 290px;
	min-height: 300px;
	margin: 0px 3px;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	margin-bottom: 40px;
	
}

#box table thead {
	font-weight: bold;	
}

#box table td {
	text-align: right;
	padding: 2px 8px;
}

#box div.column {
	width: 400px;
}

#box div.left {
	float: left;
}

#box div.right {
	float: right;
}

#box h1 {
	font-size: 24px;
	line-height: 30px;
	color: #0071C1;
	padding-top: 5px;
}

#box a {
	color: #165792;
}

#box a:hover {
	color: #4597E0;
}


#box ul {
	margin-left: 2px;
	list-style-image: url(https://cdn.emilea.be/_grafix/red-square.png);
}

#box ul li {
	margin-left: 15px;
	padding: 5px 0px;
}


#box p, #box li {
	font-size: 14px;
	line-height: 22px;
	color: #333;
}

#box a.button {
	color: #fff;
	width: 150px;
	text-align: center;
}


/* Inline form */

#inlineForm {
	display: block;
	padding: 25px 25px 10px 25px;
	background-color: #ddd;
	border: 1px solid #fff;
}

#inlineForm H2 {
	color: #165792;
	font-size: 25px;
	line-height: 25px;
}

#inlineForm P {
	color: #666;
	font-size: 12px;
	line-height: 16px;
	margin: 5px 0px 10px 0px;
}

#inlineForm P SPAN {
	color: #900;
	font-weight: bold;
	font-size: 14px;
}

#inlineForm div.row {
	clear: both;
	position: relative;
	padding-top: 10px;
}

#inlineForm div.label {
	float: left;
	width: 120px;
	text-transform: uppercase;
	margin-right: 10px;
	font-size: 12px;
	line-height: 12px;
	color: #666;
	margin-top: 1px;
}

#inlineForm div.label div.text {
	float: right;
	padding: 8px 8px;
	background-color: #ddd;
	color: #666;
}

#inlineForm div.label div.error {
	background-color: #C80000;
	color: #fff;
}

#inlineForm div.label SPAN {
	color: #900;
	font-weight: bold;
	font-size: 14px;
}

#inlineForm div.inputText, #inlineForm div.inputTextarea {
	float: left;
	background-image: url(/_grafix/input-text.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 265px;
	height: 30px;
}

#inlineForm div.inputTextarea {
	background-image: url(/_grafix/input-textarea.png);
	height: 90px;
}

#inlineForm div.disabled {
	background-image: url(/_grafix/input-text-disabled.png);	
}

#inlineForm INPUT.formTextField, #inlineForm TEXTAREA {
	width: 240px;
	border: 0px;
	outline: hidden;
	font-size: 16px;
	line-height: 16px;
	padding: 0px;
	margin: 0px;
	margin-top: 7px;
	margin-left: 7px;
	margin-right: 10px;
	background-color: transparent;
	float: left;
	color: #333;
}

#inlineForm TEXTAREA {
	width: 255px;
	height: 80px;
	resize: none;
}

#inlineForm SELECT.formSelectField {
	float: left;
	width: 265px;
	font-size: 16px;
	line-height: 16px;
	height: 32px;
	padding-top: 4px;
	margin: 0px;
	background-color: #fff;
	border: 1px solid #999;
	color: #333;
}

#inlineForm div.valueText {
	float: left;
	margin-top: 7px;
	margin-left: 7px;
	margin-right: 10px;
	font-size: 16px;
	line-height: 16px;
	color: #333;
}

#inlineForm INPUT.formButton {
	margin: 0px;
	padding: 0px;
	height: 41px;
	width: auto;
}

#inlineForm div.buttons {
	clear: left;
	padding: 0px;
	margin: 0px;
	padding-top: 10px;
	text-align: right;
	background-color: 0px;
}

/* New form */

#newForm INPUT.hide {
	width: 1px;
	height: 1px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#newForm .alert {
	position: absolute;
	top: 9px;
	right: 9px;
	background-image: url(/_grafix/form-field-alert.png);
	background-repeat: no-repeat;
	width: 5px;
	height: 17px;
}

#newForm SPAN .alert {
	top: 0px;
}

#newForm LABEL, #newForm div.formLabel {
	position: relative;
	clear: both;
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 12px;
	float: right;
	padding-bottom: 5px;
	text-transform: uppercase;
}

#newForm INPUT, #newForm TEXTAREA {
	border: 1px solid #ccc;
	width: 255px;
	font-size: 16px;
	line-height: 16px;
	color: #333;
	padding: 6px 5px;
	margin-left: 10px;
}

#newForm INPUT.short {
	width: 120px;
	margin: 0px;
	margin-left: 2px;
}

#newForm INPUT:disabled {
	background-image: url(/_grafix/input-text-disabled.png);	
}

#newForm TEXTAREA {
	height: 70px;
	resize: none;
	line-height: 22px;
	padding-bottom: 15px;
}

#newForm SELECT {
	width: 265px;
	font-size: 16px;
	line-height: 16px;
	height: 32px;
	padding-top: 4px;
	margin: 0px;
	margin-left: 10px;
	background-color: #fff;
	border: 1px solid #999;
	color: #333;
}

#newForm div.checkbox {
	width: 21px;
	height: 18px;
	background-image: url(/_grafix/input-checkbox-off.png);
	cursor: pointer;
}

#newForm div.on {
	background-image: url(/_grafix/input-checkbox-on.png);
}

#productBlock {
	margin-top: 25px;
	cursor: default;
}

#productBlock a {
	text-decoration: none;
}

#productBlock a:hover {
	text-decoration: underline;
}

#productBlock div.product {
	position: relative;
	width: 450px;
	height: 165px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
}

#productBlock div.gutter {
	padding: 15px;
}

#productBlock a.thumbNail {
	float: left;
	position: relative;
	width: 100px;
	height: 120px;
	margin-right: 20px;
	cursor: pointer;
}

#productBlock img.magnify {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 24px;
	height: 24px;
}

#productBlock img.badge {
	position: absolute;
	bottom: 25px;
	left: 10px;
	width: 40px;
	height: 40px;
}

#productBlock img.gift {
	position: absolute;
	bottom: 15px;
	left: 10px;
	width: 32px;
	height: 40px;
}


#productBlock div.viewPort {
	float: left;
	position: relative;
	width: 300px;
	height: 120px;
	overflow: hidden;
}

#productBlock div.purchaseSlider {
	position: absolute;
	top: 0px;
	left: 0px;
}

#productBlock div.productSlide {
	position: relative;
	width: 280px;
	height: 120px;
}

#productBlock div.details {
}

#productBlock div.sizes {
	width: 260px;
	background-color: #fff;
}

#productBlock div.sizes H4 {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 10px;
	color: #3A89CF;
	font-weight: normal;
}

#productBlock div.sizes H4 SPAN {
	color: #090;
}

#productBlock div.sizes a.size {
	float: left;
	width: 43px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #CFE2F1;
	color: #3A89CF;
	font-size: 10px;
	line-height: 10px;
	padding: 9px 0px;
	font-weight: bold;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: center;
	background-color: #fff;
	text-decoration: none;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
}

#productBlock div.sizes a.size:hover {
	background-color: #CFE2F1;
	cursor: pointer;
}

#productBlock div.sizes a.soldOut {
	float: left;
	width: 43px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #ddd;
	color: #aaa;
	font-size: 10px;
	line-height: 10px;
	padding: 4px 0px;
	font-weight: bold;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: center;
	background-color: #fff;
	text-decoration: none;
	cursor: default;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#productBlock div.sizes a.soldOut SPAN {
	font-size: 8px;
	line-height: 7px;
}

#productBlock div.sizes a.active {
	background-color: #3A89CF;
	color: #fff;
}

#productBlock div.sizes a.active:hover {
	background-color: #3A89CF;
}

#productBlock h2 {
	font-size: 17px;
	line-height: 21px;
	height: 21px;
	font-weight: normal;
	color: #444;
	margin-bottom: 4px;
	overflow: hidden;
}

#productBlock P {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 15px;
}

#productBlock A.favorite {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 16px;
	height: 15px;
	visibility: hidden;
	cursor: pointer;
}

#productBlock A.favorite IMG {
	width: 16px;
	height: 15px;
}

#productBlock div.buttonOptions {
	position: absolute;
	left: 0px;
	bottom: 0px;
	visibility: hidden;
}

#productBlock a.button {
	display: block;
	float: left;
	margin: 0px;
	margin-right: 3px;
	font-size: 10px;
	line-height: 10px;
	padding: 6px 18px;
	text-align: center;
	color: #fff;
	background-color: #aaa;
	cursor: pointer;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
}

#productBlock A.button:hover {
	color: #fff;
	text-decoration: none;
}

#productBlock A.green {
	background-color: #090;
	background-image: url(/_grafix/button-small-background-green.png);
}

#productBlock A.green:hover {
	background-color: #3c3;
	background-image: url(/_grafix/button-small-background-green-hover.png);
}

#productBlock A.blue {
	background-color: #06B;
	background-image: url(/_grafix/button-small-background-blue.png);
}

#productBlock A.blue:hover {
	background-color: #3792DD;
	background-image: url(/_grafix/button-small-background-blue-hover.png);
}

#productBlock A.grey {
	background-color: #999;
	background-image: url(/_grafix/button-small-background-grey.png);
}

#productBlock A.grey:hover {
	background-color: #ccc;
	background-image: url(/_grafix/button-small-background-grey-hover.png);
}

#productBlock div.curSize {
	float: left;
	display: block;
	width: 100px;
	color: #666;
}

#productBlock div.price {
	position: absolute;
	right: 15px;
	bottom: 30px;
	color: #090;
	font-size: 23px;
	line-height: 20px;
}

#productBlock A.promo {
	position: absolute;
	right: 105px;
	bottom: -10px;
}

#productBlock div.price STRIKE {
	float: left;
	font-size: 18px;
	line-height: 18px;
	color: #333;
	margin: 4px 10px 0px 0px;
	padding: 0px;
}

#splitTop {
	padding-top: 10px;
	background-color: #000;
}

#splitBottom {
	background-color: #ddd;
	padding-bottom: 40px;
	background-image: url(https://cdn.emilea.be/_grafix/background-overview.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#content {
	position: relative;
	height: 650px;
	font-size: 13px;
	line-height: 23px;
	color: #333;
}

#content H1 {
	font-size: 30px;
	line-height: 38px;
	margin-bottom: 30px;
	color: #e00;
}

#content HR {
	color: #fff;
	background-color: #fff;
	height: 1px;
	border: 0px;
	margin: 20px 0px 20px 0px;
}

#content P {
	margin-bottom: 10px;	
}

#content A {
	color: #06B;
}

#content A:hover {
	color: #4597E0;
}

A.smallLogo {
	width: 120px;
	height: 60px;
	margin: 15px 10px;
	float: left;
	overflow:hidden;
}

A.smallLogo:hover {
	display:block;
	text-indent: -120px;
}

#content div.largeLogo {
	display:block;
	text-indent: -200px;
	width: 200px;
	height: 100px;
	overflow:hidden;
	margin: auto;
}

#content div.leftCol {
	position: absolute;
	top: -120px;
	left: 0px;
	width: 420px;
}

#content div.rightCol {
	position: absolute;
	top: -120px;
	left: 510px;
	width: 420px;
}

#content #pagination {
	float: right;
	padding-top: 5px;
	text-align: right;
	margin-left: 15px;
}

#content #pagination IMG {
	float: left;
}

#content #pagination div.teller {
	float: left;
	margin: 0px 5px;
	font-size: 10px;
	line-height: 10px;
	padding: 5px 10px;
	background-color: #ddd;
	color: #666;
}

#content #pagination A {
	text-decoration: none;
	color: #666;
}

#content #pagination A.back {
	padding-top: 5px;
	font-size: 9px;
	line-height: 9px;
	text-transform: uppercase;
}

#content #pagination A.back:hover {
	text-decoration: underline;
}



div.wrapper {
	width: 960px;
	margin: auto;
}

div.left {
	float: left;
}

div.right {
	float: right;
}

.textRight {
	text-align: right;
}

#subscribeAlert {
	position: fixed;
	right: -228px;
	bottom: 55px;
	background: #FEF2CB;
	border: 1px solid #ddd;
	border-right: 0px;
	width: 220px;
	z-index: 19500;
}

#subscribeAlert img.closeEmailAlert {
	position: absolute;
	left: -8px;
	top: -8px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

#subscribeAlert div.top {
	position: relative;
	height: 80px;
	width: 220px;
	background: #fff;
}

#subscribeAlert div.top img.pixie {
	position: absolute;
	width: 220px;
	height: 100px;
	left: 0px;
	bottom: 0px;
}

#subscribeAlert div.top h3 {
	float: right;
	font-family: 'Helvetica Neue', Helvetica, Verdana, Tahoma, Arial;
	font-size: 14px;
	line-height: 19px;
	font-weight: normal;
	padding: 10px 15px;
	color: #444;
	text-align: left;
	width: 95px;
}

#subscribeAlert div.top h3 span {
	color: #FF6900;
}

#subscribeAlert div.body {
	padding: 16px 13px;
}

#subscribeAlert div.body p {
	padding: 0px;
	margin: 0px;
	color: #333;
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 17px;
}

#subscribeAlert div.body a {
	display: block;
	border: 1px solid #fff;
	background: #f90;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	line-height: 13px;
	text-align: center;
	padding: 9px 0px;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 15px 0px 20px;
}

#subscribeAlert div.body a.reset {
	text-decoration: underline;
	font-size: 16px;
	background: transparent;
	border: 0px;
	color: #f90;
}

#subscribeAlert div.body form input {
	font-family: 'Helvetica Neue', Helvetica, Verdana, Tahoma, Arial;
	background: #fff;
	width: 178px;
	border: 1px solid #ccc;
	padding: 7px 7px;
	margin: 0px;
	font-size: 13px;
	line-height: 13px;
	color: #999;
}


#modul {
	position: absolute;
	width: 0px;
	height: 0px;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 20000;
}

#modul div.backgroundLayer {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #000;
	filter:alpha(opacity=15);
	-moz-opacity:0.15;
	-khtml-opacity: 0.15;
	opacity: 0.15;
}

#modul div.frameLayer {
	position: absolute;
	top: 40px;
	left: 40px;
	background-color: #fff;
}

#modul div.closeButton {
	position: absolute;
	top: 49px;
	right: 49px;
	width: 16px;
	height: 16px;
	background-image: url(https://cdn.emilea.be/_grafix/icon-close.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

#modul div.frameLayer IFRAME {
	padding: 0px;
	margin: 0px;
	border: 0px;
	overflow: hidden;
}

#overlay {
	position: fixed;
	overflow-y: scroll;
	top: 0px;
	left: 0px;
	background: transparent;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF,endColorstr=#7FFFFFFF);   /* IE*/      
	zoom: 1;
	background: rgba(255,255,255,0.75);
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: none;
}

#overlay div.page {
	background: #fff;
	width: 890px;
	min-height: 800px;
	margin: 60px auto 30px;
	-moz-box-shadow: 0 3px 8px rgba(34,25,25,0.4);
	-webkit-box-shadow: 0 3px 8px rgba(34,25,25,0.4);
	box-shadow: 0 3px 8px rgba(34,25,25,0.4);
}

#jivo-label-copyright {
	display: none;
}

div.clickdesk-ultra {
	display: none;
}.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}#home {
	background: #f3f3f3 url(/_grafix/background/gray_jean.png);
	font-family: 'Helvetica Neue', Helvetica, Verdana, Tahoma, Arial;
	font-size: 12px;
	line-height: 16px;
}

#home div.shade {
	background: url(/_grafix/background/top-shade.png) repeat-x;
	height: 20px;
}

#home div.container {
	width: 960px;
	margin: 5px auto 100px;
}

#shipping {
	border: 1px solid #999;
	border-bottom: 0px;
	background: #fff;
	color: #666;
	padding: 20px;
	font-size: 22px;
	line-height: 22px;
	font-weight: 200;
	text-align: center;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;	
}

#shipping span {
	color: #d00;
}

#slides {
	position: relative;
	border: 1px solid #999;
	margin-bottom: 10px;
}

#slides div.inner {
	width: 954px;
	height: 469px;
	border: 2px solid #fff;
}

#slides .slide {
	display: none;
	width: 954px;
	height: 469px;	
}

#slides .slide:first {
	display: block;
}

#slides a.slide img {
	width: 954px;
	height: 469px;
}

#slides div.facepile {
	padding: 0px 2px;
	overflow: hidden;
}

#slides div.facepile img {
	float: left;
	width: 50px;
	height: 50px;
	padding: 0px;
	margin: 0px;
	margin-top: 2px;
}

#slides #buttonContainer {
	position: absolute;
	bottom: -20px;
	right: -3px;
}

#slides #buttonContainer a {
	float: left;
	display: block;
	background: #bbb;
	width: 12px;
	height: 12px;
	margin-right: 4px;
	cursor: pointer;
	text-decoration: none;
}

#slides #buttonContainer a.cycle-pager-active {
	background: #ddd;
}

div.box {
	position: relative;
	float: left;
	width: 268px;
	height: 158px;
	padding: 20px;
	background: #fff;
	border: 1px solid #999;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

div.box h2 {
	font-family: 'Helvetica Neue', Helvetica, Verdana, Tahoma, Arial;
	font-size: 26px;
	line-height: 26px;
	color: #333;
	font-weight: 300;
}

div.box h2 a {
	color: #333;
	text-decoration: none;
}

div.box h2 a:hover {
	text-decoration: underline;
}

div.box ul {
	margin-top: 15px;	
}

div.box ul li {
	margin-bottom: 2px;
}

div.box ul li a {
	font-size: 14px;
	color: #333;
	text-decoration: none;
}

div.box ul li a:hover {
	text-decoration: underline;
}

div.box img.mascot {
	position: absolute;
	bottom: -8px;
	right: -8px;
}

div.box a.highlight {
	position: absolute;
	bottom: 20px;
	left: 20px;
	display: block;
	color: #fff;
	background: #78930C;
	font-size: 14px;
	line-height: 14px;
	padding: 8px 16px;
	text-decoration: none;	
}

div.box a.highlight:hover {
}

span.green {
	color: #78930C;
}

span.red {
	color: #C62200;
}

span.blue {
	color: #38A1F0;
}

div.box a {
	color: #666;
	text-decoration: none;
}

div.box a:hover {
	text-decoration: underline;
}

div.box a.green {
	background: #78930C;
}

div.box a.red {
	background: #C62200;
}

div.box a.blue {
	background: #38A1F0;
}

div.box a.popNav {
	color: #666;
	text-decoration: none;
}

div.box a.popNav:hover {
	text-decoration: underline;
}

div.box a.current {
	color: #C52000;
}

div.box a.popular {
	display: block;
	float: left;
	margin: 15px 20px 0px;
}


div.box div.facebookLike {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 308px;
	padding: 10px 0px;
	text-align: center;
	background: #4c66a4;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
}

div.box a.facebookButton {
	padding: 10px 20px;
	background: #4c66a4;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}


div.box table.weprovide {
	background: #f7f7f7;
	width: 100%;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

div.box table.weprovide tr.top td {
	padding: 15px 0px 15px 30px;
}

div.box table.weprovide tr.bottom td {
	padding: 0px 0px 20px 30px;
}

div.box table.weprovide td {
	font-size: 12px;
	line-height: 12px;
}

div.box table.weprovide td img {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 10px;
}

div.box ul.testimonials {
	margin: 0px;
	overflow: hidden;
	height: 300px;
}

div.box ul.testimonials li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	padding-left: 25px;
	background: url('/_grafix/home/post.png') no-repeat left top;
	color: #333;
	
}

div.box ul.testimonials li.hide {
	display: none;
}

div.box ul.testimonials li p {
	color: #666;
	font-style: italic;
	margin-top: 10px;
}

a.badge {
	display: block;
	position: relative;
	float: left;
	background: url(/_grafix/home/sunburst-blue.jpg) no-repeat center center;
	width: 308px;
	height: 198px;
	border: 1px solid #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

}

#us {
	margin-top: 20px;
	position: relative;
}

#us div.aboutSlide {
	// display: none;
	width: 100%;
}

#us div.aboutContent {
	float: right;
	width: 140px;
}

#us h3 {
	font-size: 12px;
	text-transform: uppercase;
	line-height: 16px;
	margin-bottom: 3px;
}

#us p {
	font-size: 12px;
	line-height: 16px;
}

#us a.moreAboutUs {
	margin-top: 8px;
	color: #d00;
}

#brandBar {
	position: relative;
	height: 100px;
	background: #d00;
}

#brandBar img.pixies {
	position: absolute;
	top: -88px;
	left: 50%;
	margin-left: -117px;
}

#brandBar div.inner {
	width: 960px;
	padding-top: 27px;
	margin: auto;
}

#brandBar div.inner a {
	display: block;
	float: left;
	margin-left: 55px;
}

img.triplets {
	position: absolute;
	right: -107px;
	top: 5px;
	display: none;
}

@media screen and (min-width : 1180px) {
	img.triplets {
		display: block;
	}
}

#presentation {
	clear: left;
	width: 530px;
	float: left;
	background: #fff;
	padding: 30px;
	margin-bottom: 30px;
}

#presentation h1 {
	font-size: 20pt;
	line-height: 20pt;
	margin-bottom: 16pt;
	font-weight: 200;
}

#presentation h2 {
	font-size: 16pt;
	line-height: 16pt;
	margin-bottom: 14pt;
	font-weight: 200;
}

#presentation p {
	font-size: 11pt;
	line-height: 18pt;
	font-weight: 200;
	margin-bottom: 8pt;
}

#certified {
	border-top: 0px;
}