/**
 *  Basic declarations
 */
html,
body
{
	width: 100%;
	height: 100%;
	background: #fff;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 19px;
}

#wrapper {
	background: #fff;
	position: relative;
	min-height: 100%;
	padding-top: 135px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}



/**
 * ClearFix
 */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.clear {
	clear: both;
}

/**
 * Vertical Alignment fix by Max van der Stam
 *
 * Child elements should displayed as inline-block
 * elements, with a vertical-align value "middle".
 *
 * Cannot be used in combination with clearfix.
 */
.va:before {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.va > *:first-child {
	margin-left: -2px;
}

.va > * {
	display: inline-block;
	vertical-align: middle;
}

/**
 * Justify fix by Max van der Stam
 *
 * Child elements are considered justified and
 * are evenly distributed among the available
 * horizontal space.
 *
 * Cannot be used in combination with clearfix.
 */
.jf {
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
	position: relative;
}

.jf:after {
	content: " ";
	width: 100%;
	display: inline-block;
	font-size: 0;
	line-height: 0;
}

.jf > * {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

/*
	bring back old tags because of FCK :(
*/
b
{
	font-weight: bold;
}

.floatright
{
	float: right;
}

.floatleft
{
	float: left;
}

.clear
{
	clear: both;
}

.clearright
{
	clear: right;
}

.clearleft
{
	clear: left;
}

.hide
{
	display: none !important;
}

.transparent
{
	opacity: 0;
	filter: alpha(opacity=0);
}

.relative
{
	position: relative;
}

a
{
	color: #f67a26;
	text-decoration: none;
}

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

/**
 *  Headings
 */
h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
}

h1, h2, h3
{
	margin: 0;
	padding: 0;
}

/**
 *  Text
 */
p
{
	margin: 10px 0;
}


strong,
.bold
{
	font-weight: bold !important;
}

.orange
{
	color: #F56829 !important;
}

.mannen.classic .orange
{
	color: #434d6a !important;
}

.mannen.classic a{
	color: #434d6a;
}

.gray {
	color: #9A9A9A !important;
}

.darkgray
{
	color: #656565 !important;
}

.black {
	color: #000 !important;
}

.stripe {
	text-decoration: line-through !important;
}

.uppercase
{
	text-transform: uppercase !important;
}

.lined
{
	border-bottom: 1px dashed #E2E2E2 !important;
}

.alignright
{
	text-align: right !important;
}

.aligncenter
{
	text-align: center !important;
}

.valigntop
{
	vertical-align: top !important;
}

.pointer
{
	cursor: pointer !important;
}
/**
 *  Blocks
 */

.grey
{
	background: #F9F9F9 !important;
}

/**
 *  Errors
 */
.error
{
	color: #f00 !important;
}

input[type=text].error,
input[type=password].error,
textarea.error
{
	border: 1px solid #f00 !important;
}

/**
 *  Basic layout
 */

.wrapper
{
	margin: 0 auto;
	position: relative;
	width: 950px;
}

/**
 *  content
 */

#content
{
	padding: 0 0 317px;
}

/**
 *  footer
 */

	#footer {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		clear: both;
		line-height: 14px;
		font-size: 12px;
	}

	#footer .links
	{
		width: 100%;
		background: url( ../img/interface/footer/classic.png ) repeat-x #2b2e3f;
		color: #FFFFFF;
		padding: 20px 0;
		height: 200px;
	}

	.wkdayfly #footer .links
	{
		background: url( ../img/wk2014/footer_orange.png ) repeat-x #ff4f00;
	}

	.wkdayflybe #footer .links
	{
		background: url( ../img/wk2014/footer_rood.png ) repeat-x #b42a34;
	}

	#footer .floatleft
	{
		height: 100%;
		padding: 0 31px 0 0;
		margin: 0 30px 0 0;
		height: 200px;
		background: url( ../img/interface/footer/divider.jpg ) repeat-y scroll right 0 transparent
	}

	.wkdayfly #footer .floatleft
	{
		background: none;
	}

	#footer .company-info
	{
		width: 180px;
	}

	#footer .customer-service
	{
		width: 180px;
	}

	#footer .social-media
	{
		width: 140px;
	}

	#footer .newsletter
	{
		background: 0 !important;
		padding: 0 !important;
		margin: 0 !important;
	}

		#footer hr {
			border: 0px;
			border-top: 1px solid #dc4f00;
			border-bottom: 1px solid #fc8e4f;
			margin-bottom: 0px;
		}

		#footer .links h3 {
			color: #ffffff;
			margin: 0px;
			padding: 0px;
			font-size: 16px;
			line-height: 16px;
			font-weight: normal;
		}

		#footer a {
			color: #ffffff;
			text-decoration: none;
			white-space:nowrap;
		}

		#footer a:hover {
			color: #ffffff;
			text-decoration: underline;
		}

		#footer p {
			padding: 0px;
			margin: 5px 0;
		}

		#footer form {
			padding: 4px;
			margin: 5px 0 0 0;
			position: relative;
			clear: both;
			background-color:#F2F2F2;
			display:inline-block;
			border-radius: 2px;
			-moz-border-radius: 2px;
			-webkit-border-radius: 2px;
		}

			#footer form input[type="email"] {
				height: 16px;
				border: 1px solid #999999;
				outline: 0px;
				width: 129px;
				padding: 4px;
				margin: 0px;
				margin-right: 5px;
			}

			#footer .sneakpreview {
				height: 19px;
				padding: 0px;
				background: none;
				text-align: right;
			}

			#footer .sneakpreview object {
				position: relative;
				bottom: 250px;
			}

			#footer .under-footer
			{
				padding: 8px 0;
			}

	#payment_methods {
		padding: 6px 0;
		font-size: 13px;
		font-weight: bold;
		color: #303649;
	}

	#payment_methods div {
		float: left;
		padding-top:2px;
	}
	#payment_methods div.image {
		background: url(../img/icon/payment_methods.jpg) no-repeat;
		height: 21px;
		width: 522px;
		float: left;
		margin-left: 5px;
	}

div.PXL
{
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.copyright
{
	color: #9a9a9a;
}

/** FORMS **/

input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea
{
	background: url("../img/interface/form/input.gif") repeat-x scroll center top #FFFFFF;
	padding: 5px;
	border: 1px solid #D4D4D4;
	color: #444444;
	font-size: 12px;
}

/* tooltips */

.tooltip {
	position:relative;
	background:url('../img/interface/form/question.png') center left no-repeat;
	width: 14px;
	height: 25px;
	margin-left:5px;
}

.tooltip > .text {
	position:absolute;
	background:rgb(255, 255, 255);
	background:rgba(255, 255, 255, 0.9);
	border:1px solid rgb(234, 234, 234);
	padding:13px;
	font: 12px/16px Helvetica;
	top:-10px;
	z-index: 100;
	box-shadow: 1px 1px 10px rgb(234, 234, 234);
	font-style: italic;
}

.tooltip > .text > p {
	margin:0px;
	width:250px;
	text-align: left;
}

.paging
{
	text-align: center;
}

.paging a
{
	display: inline-block;
	height: 22px;
	margin: 10px 0;
}

.paging span.page
{
	display: inline-block;
	width: 22px;
	height: 22px;
	background-color: #E9E9E9;
	border-left: 1px solid #F4F4F4;
	border-right: 1px solid #D1D1D1;
	color: #32394D;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
}

.paging span.page.active,
.paging a:hover span.page
{
	background-color: #272A39;
	border-left: 1px solid #272A39;
	border-right: 1px solid #272A39;
	color: #fff;
}

.paging span.page.empty
{
	border: none;
	width: 24px;
	background: transparent;
	margin: 0 5px;
}

.paging span.page.first,
.paging a:hover span.page.first
{
	border-left: none;
	width: 23px;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}

.paging span.page.last,
.paging a:hover span.page.last
{
	border-right: none;
	width: 23px;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}

.paging span.page.next,
.paging span.page.prev,
.paging a:hover span.page.next,
.paging a:hover span.page.prev
{
	border: none;
	width: 24px;
	border-radius: 3px;
	margin: 0 5px;
}

.paging span.page.next
{
	background-image: url( ../img/interface/paging/next.png );
}

.paging span.page.prev
{
	background-image: url( ../img/interface/paging/prev.png );
}

.paging a:hover span.page.next,
.paging a:hover span.page.prev
{
	background-position: center -22px;
}

.comments
{
	padding: 40px 0 0 0;
}

.mannen .register, 
.mannen .register span.innerbutton, 
.mannen .register span.innerbutton span.innards {
	background-image: url(../img/waat/mannen/btn_small.png ) !important;
}

.spacing
{
	margin: 10px 0;
}

#overlay
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
	filter: alpha(opacity=30);
	z-index: 5000000;
}

#splash
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 6000000;
}

#centered
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 895px;
	height: 365px;
}

#view
{
	position: absolute;
	top: -50%;
	left: -50%;
	width: 821px;
	height: 291px;
	background: #fff;
	padding: 30px;
	border: 6px solid #F67A26;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

#view h1
{
	font-size: 35px;
	line-height: 38px;
	color: #F67A26 !important;
}

#view p
{
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
}

#view .left
{
	width: 520px;
	text-align: right;
}

#signup
{
	background: #F67A26;
	padding: 15px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 25px 0 0;
	text-align: left;
}

#signup form{
	background-color: #F2F2F2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	clear: both;
	display: inline-block;
	padding: 4px;
	position: relative;
	margin: 0 0 35px;
}

#signup h2
{
	color: #fff;
	font-size: 38px;
	line-height: 39px;
	text-transform: uppercase;
	margin: 15px 0 25px;
}

#signup input[type=text]
{
	background: url("../img/interface/form/input.gif") repeat-x scroll center top #FFFFFF;
	border: 1px solid #D4D4D4;
	color: #444444;
	font-size: 12px;
	padding: 5px;
	height: 28px;
	width: 299px;
	vertical-align: top;
	margin: 4px 0;
}

#view a.register,
#view a.register span.innerbutton,
#view a.register span.innerbutton span.innards {
	background: url("../img/button/orange48.png") no-repeat scroll 0 0 transparent !important;
}

#view a.register span.innerbutton {
    background-position: right -48px !important;
}

#view a.register span.innerbutton span.innards {
	background-repeat: repeat !important;
    background-position: center -96px !important;
}

#view a.register:hover {
    background-position: left -240px !important;
}

#view a.register:hover span.innerbutton {
    background-position: right -192px !important;
}

#view a.register:hover span.innerbutton span.innards {
	background-repeat: repeat !important;
    background-position: center -144px !important;
}

#view a.close
{
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background: #F67A26;
	height: 35px;
	color: #fff !important;
	font-size: 16px;
	line-height: 35px;
	font-weight: bold;
	text-align: center;
	min-width: 120px;
	padding: 0 10px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
}

#cookiemessage-container
{
	background: #f3f3f3;
	border-bottom: 1px solid #dfdfdf;
	color: #6d6d6d;
	width: 100%;
	text-align: center;
	font-size: 11px;
}

#cookiemessage-container p
{
	margin: 0 15px 0 0;
}

#cookiemessage-container a
{
	color: #6d6d6d;
	text-decoration: underline;
}

/**
 * Header top
 */

#header-top {
	height: 73px;
	width: 100%;
	position: fixed;
	top: 0px;
	background: #fff;
	z-index: 550;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	padding-top: 30px;
}

.header-scrolled #header-top .jf,
.header-scrolled #header-top,
.header-scrolled #header-top h1 {
	height: 40px;
}

.header-scrolled #header-top .scrolled-hide {
	width: 0;
}

.header-scrolled #header-top .shopping-cart:before {
	top: 8px;
}

.header-scrolled #header-top .cf > * {
	height: 40px;
	overflow: visible;
}

#header-top .cf > .cf {
	float: right;
}

#header-top .cf > * {
	float: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	height: 73px;
}

#header-top .scrolled-show {
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	width: 0;
	overflow: hidden;
	display: inline-block;
	padding: 0;
}

#header-top .scrolled-hide {
	opacity: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#header-contact{
	height: 30px;
	width: 100%;
	position: absolute;
	top: -18px;
	/* background: #fff; */
	z-index: 650;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	right: 0px;
}

#wrapper.header-scrolled #header-contact{
	top: 3px;
	right: 344px;
}

#wrapper.header-scrolled #header-contact .header-questions{
	display: none;
}

#wrapper.header-scrolled #header-contact .header-contact-right{
	border: none;
}

#wrapper.header-scrolled #header-contact .header-questions-phone{
	/*display: none;*/
}

#wrapper.header-scrolled #header-shops {
	top: 40px;
}

#wrapper.header-scrolled #header-top {
	top: 0px;
	padding-top: 0px;
}

#header-contact .header-contact-right{
	border: 1px solid #d4d4d4;
	float: right;
	padding: 2px 10px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	height: 30px;
}

.header-contact-wrapper{
	margin: 0 auto;
	position: relative;
	width: 950px
}

#header-contact .left{
	color: #000;
	line-height: 30px;
	font-size: 12px;
	display: block;
	float: left;
	height: 30px;
}

#header-contact .header-questions{
	margin: 0 20px 0 0;
	font-weight: bold;
}

#header-contact .header-questions-email{
	background: url(../img/interface/header/top_menu_envelope.png) no-repeat center left;
	padding: 0 12px 0 25px;
	margin: 0 12px 0 0;
	border-right: 1px solid #d4d4d4;
	height: 18px;
	margin-top: 6px;
}

#header-contact .header-questions-email a{
	color: #f56829 !important;
	height: 30px;
	float: left;
	display: inline-block;
	margin-top: -33px;
}

#header-contact .header-questions-email a:hover{
	color: #f56829;
	text-decoration: underline;
}

#header-contact .header-questions-phone{
	background: url(../img/interface/header/top_menu_phone.png) no-repeat center left;
	padding-left: 20px;
}

#header-contact .wrapper{
	text-align: right;
}

.header-scrolled #header-contact .wrapper{
	margin-top: 0px;
}

.header-scrolled #header-contact .header-questions-email a{
	margin-top: -11px;
}

.header-scrolled #header-top .scrolled-show {
	opacity: 1;
	width: auto;
}

.header-scrolled #header-top .scrolled-hide {
	opacity: 0;
}

.header-scrolled #header-shops {
	top: 70px;
	box-shadow: 0 20px 20px #FFF;
}

.header-scrolled #header-top .shopping-cart {
	text-indent: 0;
	width: 100px;
}

.header-scrolled #header-top .shopping-cart:after {
	margin-left: 0 !important;
}

.header-scrolled #header-top h1 > a {
	background-size: 88px 40px;
	padding-left: 95px;
}

#header-top h1 {
	height: 73px;
}

.header-scrolled #header-top a {
	line-height: 40px;
}

.header-scrolled #header-top .shopping-cart,
.header-scrolled #user-header {
	right: -60px;
}

.header-scrolled #user-header a {
	line-height: 30px;
}

#header-top h1 > a {
	height: 100%;
	padding-left: 165px;
	background-repeat: no-repeat;
	background-size: 160px 72px;
	background-position: left -3px;
	display: block;
	color: #1D1B24 !important;
	font: normal 13px/85px Arial, sans-serif;
}

.wkdayfly #header-top h1 > a,
.classic #header-top h1 > a {
	background-image: url('../img/logo/1dayfly.png');
}

.sale #header-top h1 > a {
	background-image: url('../img/logo/sale.png');
}

.vip #header-top h1 > a {
	background-image: url('../img/logo/vip.png');
}

.outdoor #header-top h1 > a {
	background-image: url('../img/logo/outdoor.png');
}

.extreme #header-top h1 > a {
	background-image: url('../img/logo/extreme.png');
}

.lady #header-top h1 > a {
	background-image: url('../img/logo/lady.png');
}

.kids #header-top h1 > a {
	background-image: url('../img/logo/kids.png');
}

.idayfly #header-top h1 > a {
	background-image: url('../img/logo/idayfly.png');
}

.dagaanbieding #header-top h1 > a {
	background-image: url('../img/logo/dagaanbieding.png');
}
 
.mannen #header-top h1 > a {
	background-image: url('../img/logo/dagaanbieding.png');
}
 
.vip-shop #header-top h1 > a {
	background-image: url('../img/logo/dagaanbieding.png');
}
 
.home-living #header-top h1 > a {
	background-image: url('../img/logo/dagaanbieding.png');
}
 
.dagaanbieding #header-top h1 > a {
	background: url(../img/waat/sprites.png) no-repeat 0px 11px;
	background-size: 165px auto;
}

.dagaanbieding .header-scrolled #header-top h1 > a{
	background: url(../img/waat/sprites.png) no-repeat 0px 6px;
	background-size: 92px auto;
}

.fashion-beauty #header-top h1 > a {
	background: url(../img/waat/sprites.png) no-repeat 0px -61px;
	background-size: 165px auto;
}

.fashion-beauty .header-scrolled #header-top h1 > a{
	background: url(../img/waat/sprites.png) no-repeat 0px -35px;
	background-size: 92px auto;
}

.home-living #header-top h1 > a {
	background: url(../img/waat/sprites.png) no-repeat 0px -143px;
	background-size: 165px auto;
}

.home-living .header-scrolled #header-top h1 > a{
	background: url(../img/waat/sprites.png) no-repeat 0px -81px;
	background-size: 92px auto;
}

.vip-shop #header-top h1 > a {
	background: url(../img/waat/sprites.png) no-repeat 0px 11px;
	background-size: 165px auto;
}

.vip-shop .header-scrolled #header-top h1 > a{
	background: url(../img/waat/sprites.png) no-repeat 0px 6px;
	background-size: 92px auto;
}

.mannen #header-top h1 > a {
	background: url(../img/waat/sprites.png) no-repeat 0px -219px;
	background-size: 165px auto;
}

.mannen .header-scrolled #header-top h1 > a{
	background: url(../img/waat/sprites.png) no-repeat 0px -123px;
	background-size: 92px auto;
}


#header-top .cf li {
	padding: 0 10px;
}

#header-top .cf > li:first-child {
	padding-left: 0;
}

#header-top a {
	font: normal 12px/85px Arial;
	color: #B3B3B3 !important;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#header-top .shopping-cart {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	width: 25px;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	padding-left: 25px;
	background-position: left center;
	background-repeat: no-repeat;	
	right: 0;
	text-indent: -150px;
}

#header-top .shopping-cart[data-products] {
	text-indent: 0;
}

.sale #header-top .shopping-cart {
	background-image: url('../img/icon/header/winkelwagen_sale.png');
}

.classic #header-top .shopping-cart {
	background-image: url('../img/icon/header/winkelwagen_1day.png');
}

.kids #header-top .shopping-cart {
	background-image: url('../img/icon/header/winkelwagen_kids.png');
}

.outdoor #header-top .shopping-cart {
	background-image: url('../img/icon/header/winkelwagen_outdoor.png');
}

.vip #header-top .shopping-cart {
	background-image: url('../img/icon/header/winkelwagen_vip.png');
}

.lady #header-top .shopping-cart {
	background-image: url('../img/icon/header/winkelwagen_lady.png');
}

.extreme #header-top .shopping-cart {
	background-image: url('../img/icon/header/winkelwagen_extreme.png');
}

.idayfly #header-top .shopping-cart {
	background-image: url('../img/icon/header/winkelwagen_idayfly.png');
}

body[data-shop="WAAT"] #header-top .shopping-cart {
	background-image: url('../img/icon/header/winkelwagen_idayfly.png');
}

#header-top .shopping-cart[data-products]:before {
	content: '(' attr(data-products) ')';
	color: #535353;
	margin-right: 20px;
}

.header-scrolled #header-top .shopping-cart[data-products]:before {
	content: none;
}

.header-scrolled #header-top .shopping-cart[data-products]:after {
	content: '(' attr(data-products) ')';
	color: #535353;
	margin-left: 25px;
}

#header-top a:hover {
	text-decoration: none;
	color: #1D1B24 !important; 
}

#header-top .contact_info {
	height: 31px;
	position: relative;
	line-height: 31px;
	padding: 0 16px;
	background: #F5F5F5;
	border-radius: 3px 3px 0 0;
	bottom: -5px;
	z-index: 1;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

#language-header {
	position: relative;
	overflow: visible;
}

#language-header:after {
	content: "";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px 3px 0 3px;
	position: absolute;
	top: 40px;
	left: -3px;
	border-color: #B3B3B3 transparent transparent transparent;
}

#language-header:hover .submenu {
	opacity: 1;
	visibility: visible;
}

#language-header > img {
	position: relative;
	top: 34px;
}

#language-header .submenu {
	width: 95px;
	left: auto;
	right: 0;
	text-align: right;
	border-radius: 3px;
	border: 1px solid #D4D4D4;
	top: 25px;
	right: 1px;
}

#language-header .submenu li {
	padding: 0;
}

#language-header .submenu li a {
	line-height: 20px;
}

#user-header {
	position: relative;
	min-width: 0;
	overflow: visible;
	border: 1px solid transparent;
	border-bottom: none;
	border-radius: 3px 3px 0 0;
	background: #FFF;
	margin-top: 5px;
	height: 30px !important;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
 	transition: all 0.3s;
 	color: #B3B3B3 !important;
 	right: 0;
}

#user-header > .username {
	text-align: center;
	font-weight: bold;
	line-height: 18px !important;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 18px;
	display: inline-block;
	position: relative;
	top: 6px;
	white-space: nowrap;
}

.sale #user-header > .username {
	background-image: url('../img/icon/header/account_sale.png');
}

.classic #user-header > .username {
	background-image: url('../img/icon/header/account_1day.png');
}

.kids #user-header > .username {
	background-image: url('../img/icon/header/account_kids.png');
}

.extreme #user-header > .username {
	background-image: url('../img/icon/header/account_extreme.png');
}

.idayfly #user-header > .username {
	background-image: url('../img/icon/header/account_iday.png');
}

.outdoor #user-header > .username {
	background-image: url('../img/icon/header/account_outdoor.png');
}

.vip #user-header > .username {
	background-image: url('../img/icon/header/account_vip.png');
}

.lady #user-header > .username {
	background-image: url('../img/icon/header/account_lady.png');
}

body[data-shop="WAAT"] #user-header > .username {
	background-image: url('../img/icon/header/account_iday.png');
}

#user-header > .username:after {
	content: "";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px 3px 0 3px;
	position: relative;
	top: 10px;
	margin-left: 6px;
	border-color: #B3B3B3 transparent transparent transparent;
}

.header-scrolled #user-header {
	min-width: 110px;
}

#user-header.logged-in:hover {
	border: 1px solid #D4D4D4;
	border-bottom: none;
}

#user-header.logged-in:hover .submenu {
	opacity: 1;
	visibility: visible;
}

#user-header .user-header-loginform:hover,
#user-header .login-link:hover + .user-header-loginform {
	opacity: 1;
	visibility: visible;
}

.user-header-loginform {
	width: 265px;
}

.user-header-loginform input {
	display: block;
	width: 96%;
}

.user-header-loginform ul > li:first-child ~ li {
	margin-top: 10px; 
}

#user-header .user-header-loginform {
	top: -1px;
	border-top: 1px solid #D4D4D4;
	left: auto;
	right: 4px;
	border-radius: 3px;
}

#user-header .user-header-loginform > span {
	text-align: right;
	display: inline-block;
	width: 100%;
	position: relative;
	top: -3px;
}

#user-header .user-header-loginform > span > a {
	font-size: 12px;
	line-height: 16px;
}

#user-header .user-header-loginform a,
#login-user .user-header-loginform a {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
 	transition: none !important;
}

#user-header .user-header-loginform .jf,
#login-user .user-header-loginform .jf {
	height: 44px;
}

#user-header .user-header-loginform .jf > *,
#login-user .user-header-loginform .jf > * {
	vertical-align: top;
}

#user-header .user-header-loginform .jf > a:first-child,
#login-user .user-header-loginform .jf > a:first-child {
	width: 100px;
	line-height: 18px;
	position: relative;
	top: 5px;
}

#user-header .user-header-loginform .jf > a:first-child + a,
#user-header .user-header-loginform .jf > a:first-child + a *,
#login-user .user-header-loginform .jf > a:first-child + a,
#login-user .user-header-loginform .jf > a:first-child + a * {
	color: #FFF !important;
}

#user-header > .login-link:after {
	content: "";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px 3px 0 3px;
	position: relative;
	top: 10px;
	margin-left: 6px;
	border-color: #B3B3B3 transparent transparent transparent;
}

.submenu {
	position: absolute;
	padding: 8px;
	opacity: 0;
	visibility: hidden;
	border-radius: 3px;
	border: 1px solid #D4D4D4;
	background: #FFF;
	z-index: 500;
	left: -1px;
	right: -1px;
	border-top: none;
	border-radius: 0 0 3px 3px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
 	transition: all 0.3s;
 	top: 30px;
}

/**
 * Header shops
 */
#header-shops {
	height: 40px;
	background: #272A39;
	width: 100%;
	position: fixed;
	top: 103px;
	z-index: 300;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.classic #header-shops {
	background: #272A39;
}

.mannen.classic #header-shops {
	background: #434d6a;
}

.kids #header-shops {
	background: #42C3DF;
}

.lady #header-shops {
	background: #F0229B;
}

.dagaanbieding.lady #header-shops {
	background: #e93062;
}

.wkdayfly #header-shops {
	background: #ff4f00;
}

.wkdayfly.wkdayflybe #header-shops {
	background: #b42a34;
}

.extreme #header-shops {
	background: #F9CE07;
}

.idayfly #header-shops {
	background: #636363;
}

.outdoor #header-shops {
	background: #599C2B;
}

.home-living.outdoor #header-shops {
	background: #88bf64;
}

.vip #header-shops {
	background: #96691F;
}

.sale #header-shops {
	background: #B31818;
}

.fashion-beauty.sale #header-shops {
	background: #00efff;
}

#header-shops a.wkdayfly-color{
	color: #ff4f00 !important;
}

.classic.shop-fly-preview .fly-title,
.classic.shop-fly-preview .fly-pricing-price,
.classic.shop-fly-preview .fly-product-image{
	color: #F67A26 !important;
}
.kids.shop-fly-preview .fly-title,
.kids.shop-fly-preview .fly-pricing-price,
.kids.shop-fly-preview .fly-product-image{
	color: #42C3DF !important;
}

.lady.shop-fly-preview .fly-title,
.lady.shop-fly-preview .fly-pricing-price,
.lady.shop-fly-preview .fly-product-image{
	color: #F0229B !important;
}

.wkdayfly.shop-fly-preview .fly-title,
.wkdayfly.shop-fly-preview .fly-pricing-price,
.wkdayfly.shop-fly-preview .fly-product-image{
	color: #272A39 !important;
}

.extreme.shop-fly-preview .fly-title,
.extreme.shop-fly-preview .fly-pricing-price,
.extreme.shop-fly-preview .fly-product-image{
	color: #F9CE07 !important;
}

.idayfly.shop-fly-preview .fly-title,
.idayfly.shop-fly-preview .fly-pricing-price,
.idayfly.shop-fly-preview .fly-product-image{
	color: #636363 !important;
}

.outdoor.shop-fly-preview .fly-title,
.outdoor.shop-fly-preview .fly-pricing-price,
.outdoor.shop-fly-preview .fly-product-image{
	color: #599C2B !important;
}

.vip.shop-fly-preview .fly-title,
.vip.shop-fly-preview .fly-pricing-price,
.vip.shop-fly-preview .fly-product-image{
	color: #96691F !important;
}

.sale.shop-fly-preview .fly-title,
.sale.shop-fly-preview .fly-pricing-price,
.sale.shop-fly-preview .fly-product-image{
	color: #B31819 !important;
}

.dagaanbieding.shop-fly-preview .fly-title,
.dagaanbieding.shop-fly-preview .fly-pricing-price,
.dagaanbieding.shop-fly-preview .fly-product-image{
	color: #e93062 !important;
}

.mannen.shop-fly-preview .fly-title,
.mannen.shop-fly-preview .fly-pricing-price,
.mannen.shop-fly-preview .fly-product-image{
	color: #434d6a !important;
}

.vip-shop.shop-fly-preview .fly-title,
.vip-shop.shop-fly-preview .fly-pricing-price,
.vip-shop.shop-fly-preview .fly-product-image{
	color: #96691F !important;
}

.home-living.shop-fly-preview .fly-title,
.home-living.shop-fly-preview .fly-pricing-price,
.home-living.shop-fly-preview .fly-product-image{
	color: #88bf64 !important;
}

.fashion-beauty.shop-fly-preview .fly-title,
.fashion-beauty.shop-fly-preview .fly-pricing-price,
.fashion-beauty.shop-fly-preview .fly-product-image{
	color: #00efff !important;
}

#header-shops > .wrapper {
	padding: 6px 0;
}

#header-shops li {
	float: left;
	text-align: center;
	cursor: pointer;
	position: relative;
	overflow: visible;
	height: 28px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#header-shops li:first-child ~ li {
	border-left: none;
}

#header-shops li.active:after,
#header-shops li:hover:after {
	position: absolute;
	left: 44.5%;
	bottom: -6px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #FFF transparent;
	content: "";
}

#header-shops .shop:hover > a {
	text-decoration: underline;
}

#header-shops a {
	font: bold 19px/28px MyriadPro, Arial;
	color: #FFF !important;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-ms-transition: color 0.3s;
	-o-transition: color 0.3s;
}

#header-shops .shop-fly-preview-container {
	padding-top: 6px;
	position: absolute;
	top: 28px;
	left: 0;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
}

#header-shops .right .shop-fly-preview-container {
	left: auto;
	right: 0;
}

#header-shops .shop-fly-preview {
	width: 280px;
	background: #FFF;
	border-radius: 3px;
	padding: 20px;
	border: 1px solid #D4D4D4;
	z-index: 10;
	border-top: none;
}

#header-shops .shop-fly-preview.wkdayfly .fly-product-image {
	border: none;
}

#header-shops .shop:hover .shop-fly-preview-container.show {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}

#header-shops .shop-fly-preview .fly-title {
	font: bold 22px/28px "Century Gothic", Arial;
	display: block;
	color: #F67A26;
	text-align: left;
}

#header-shops .shop-fly-preview .fly-pricing {
	height: 40px;
	font: bold 18px/50px "Myriad Pro", Arial;
	text-align: left;
	position: relative;
	margin-bottom: 10px;
	border-bottom: 1px solid #D4D4D4;
}

#header-shops .shop-fly-preview .fly-pricing .fly-pricing-from {
	font-size: 14px;
}

#header-shops .shop-fly-preview .fly-pricing .fly-pricing-label {
	color: #9A9A9A;
}

#header-shops .shop-fly-preview .fly-pricing .fly-pricing-from .fly-pricing-price {
	color: #F67A26;
	text-decoration: line-through;
}

#header-shops .shop-fly-preview .fly-pricing .fly-pricing-for .fly-pricing-price {
	color: #F76A1B;
}

#header-shops .shop-fly-preview .fly-pricing .fly-pricing-for {
	margin-left: 20px;
}

#header-shops .shop-fly-preview .fly-product-image {
	display: block;
	width: 280px;
	height: 180px;
	border: 1px solid #E6E6E6;
}

#header-shops .shop-fly-preview > div {
	position: relative;
}

#header-shops .shop-fly-preview .fly-product.login-required {
	position: absolute;
	top: 0;
	right: -1px;
	bottom: 0;
	left: 0;
	/*
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQIHWP4////GQAJyAPKKy2uAAAAAABJRU5ErkJggg==') repeat !important;
	*/
	color: #FFF;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
	opacity: 1;
}

/**
 * Header main
 */
#header-main {
	height: 53px;
	margin: 20px auto;
}

#header-main > * {
	vertical-align: middle;
}

#header-main .logo {
	width: 191px;
	height: 83px;
	background: url(../img/logo/1dayfly_clean.png) 0 -86px;
}

#header-main .subtitle{
	left: 0px;
	top: 105px;
	position: absolute;
}

.guut #header-main .logo {
	background: url(../img/logo/guut_clean.png) 0 -86px;
}

#header-main #newsletter-form {
	width: 635px;
	background: #EEE;
	border-radius: 3px;
	border: 1px solid #D4D4D4;
	padding: 9px;
}

#header-main #newsletter-form > .jf {
	height: 32px;
}

#header-main #newsletter-form input{
	border-radius: 3px;
	padding: 8px 9px 7px 10px;
	width: 175px;
	outline: none;
}

#header-main #newsletter-form #newsletter-button {
	position: relative;
	padding: 0;
	width: 112px;
	margin: 0 0 0 -5px;
	cursor: pointer;
	font: bold 14px/30px MyriadPro, Arial, sans-serif;
}

#header-main #newsletter-form #newsletter-button .innerbutton {
	position: relative;
	top: -1px;
}

#header-main #newsletter-form #newsletter-button .innerbutton,
#header-main #newsletter-form #newsletter-button .innards {
	width: auto;
	display: block;
}

#header-main #newsletter-form label {
	font: bold 14px/26px Arial;
	color: #303649;
	width: 321px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#header-main #login-user {
	font: 14px/20px MyriadPro, Arial;
	color: #272A39;
	padding: 5px 10px;
	border-radius: 3px;
	border: 1px solid #D4D4D4;
	max-width: 250px;
	position: relative;
}

#header-main #login-user a {
	color: #F56829;
	font-weight: bold;
}

#header-main #login-user .logout-link {
	font-weight: normal;
	color: #272A39 !important;
}

#header-main #login-user .logged-out a {
	color: #272A39 !important;
}

#header-main #login-user a:hover + .user-header-loginform,
#header-main #login-user .user-header-loginform:hover {
	opacity: 1;
	visibility: visible;
}

#header-main #login-user .user-header-loginform {
	right: -1px;
	top: -1px;
	left: auto;
	border-top: 1px solid #EAEAEA;
	border-radius: 3px;
}

#header-main #login-user .user-header-loginform > span {
	text-align: right;
	display: block;
	position: relative;
	top: -3px;
	right: 2px;
}

#header-main #login-user .user-header-loginform .jf > a {
	font-weight: normal;
}

/**
 * Side deals
 */
#side-deals {
	float: right;
	width: 334px;
}

#side-deals .shop-deal {
	width: 159px;
}

#side-deals .shop-deal .shop-deal-label {
	height: 45px;
	font: bold 18px/45px "Century Gothic", Arial;
	color: #929292;
	cursor: default;
}

body[data-shop="WAAT"] #side-deals .shop-deal .shop-deal-label{
	height: 45px;
	font: bold 18px/19px "Century Gothic", Arial;
	color: #929292;
	cursor: default;
	margin-top: 11px;
}

#side-deals .shop-deal .shop-deal-info {
	width: 157px;
	height: 107px;
	border: 1px solid #F0F0F0;
	border-radius: 3px;
	position: relative;
}

#side-deals .shop-deal .shop-deal-info img {
	border-radius: 3px;
}

#side-deals .shop-deal .shop-deal-info a
{
	position: relative;
	display: inline-block;
	width: 157px;
	height: 107px;
}

#side-deals .shop-deal .shop-deal-image {
	display: block;
	width: 157px;
	height: 107px;
}

#side-deals .shop-deal .shop-deal-inner {
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	padding: 15px 5px;
	border-radius: 3px;
	text-align: center;
	font: bold 13px/14px "Century Gothic", Arial;
	cursor: pointer;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#side-deals .shop-deal .shop-deal-inner.login-required {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQIHWP4////GQAJyAPKKy2uAAAAAABJRU5ErkJggg==') repeat !important;
	color: #FFF;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
	opacity: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#side-deals .shop-deal .shop-deal-info:not(.vip):hover {
	border: 1px solid transparent;
}

#side-deals .shop-deal .shop-deal-info:hover .shop-deal-inner {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#side-deals .shop-deal .shop-deal-pricing-for {
	font-size: 15px;
}

#side-deals .shop-deal.classic .shop-label {
	color: #F56829;
}

#side-deals .shop-deal.extreme .shop-label {
	color: #F9CE07;
}

#side-deals .shop-deal.kids .shop-label {
	color: #42C3DF;
}

#side-deals .shop-deal.lady .shop-label {
	color: #F0229B;
}

#side-deals .shop-deal.outdoor .shop-label {
	color: #599C2B;
}

#side-deals .shop-deal.vip .shop-label {
	color: #96691F;
}

#side-deals .shop-deal.sale .shop-label {
	color: #B31819;
}



#side-deals .shop-deal.dagaanbieding .shop-label {
	color: #e93062;
}

#side-deals .shop-deal.mannen .shop-label {
	color: #434d6a;
}

#side-deals .shop-deal.home-living .shop-label {
	color: #88bf64;
}

#side-deals .shop-deal.fashion-beauty .shop-label {
	color: #00efff;
}

#side-deals .shop-deal.vip-shop .shop-label {
	color: #96691F;
}


#side-deals .shop-deal.dagaanbieding .shop-deal-inner {
	background: rgba(233, 48, 98, 0.9);
	color: #FFF;
}

#side-deals .shop-deal.mannen .shop-deal-inner {
	background: rgba(67, 77, 106, 0.9);
	color: #FFF;
}

#side-deals .shop-deal.home-living .shop-deal-inner {
	background: rgba(136, 191, 100, 0.9);
	color: #FFF;
}

#side-deals .shop-deal.fashion-beauty .shop-deal-inner {
	background: rgba(0, 239, 255, 0.9);
	color: #FFF;
}

#side-deals .shop-deal.vip-shop .shop-deal-inner {
	background: rgba(150, 105, 31, 0.9);
	color: #FFF;
}


#side-deals .shop-deal.classic .shop-deal-inner {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQIHWP4n6l5BgAGWgJetcygtwAAAABJRU5ErkJggg==') repeat;
	color: #FFF;
}

#side-deals .shop-deal.extreme .shop-deal-inner {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQIHWP4eZbjDAAHLAKbSeBWqwAAAABJRU5ErkJggg==') repeat;
	color: #272A39;
}

#side-deals .shop-deal.kids .shop-deal-inner {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQIHWNwOnT/DAAF3QKwiBXcFgAAAABJRU5ErkJggg==') repeat;
	color: #FFF;
}

#side-deals .shop-deal.lady .shop-deal-inner {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQIHWP4oDTrDAAGKwJ52TT96wAAAABJRU5ErkJggg==') repeat;
	color: #FFF;
}

#side-deals .shop-deal.outdoor .shop-deal-inner {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQIHWOImKN9BgAEWwHs5+JT4gAAAABJRU5ErkJggg==') repeat;
	color: #FFF;
}

#side-deals .shop-deal.idayfly .shop-deal-inner {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQIHWNITk4+AwAETAH2IbDnmAAAAABJRU5ErkJggg==') repeat;
	color: #FFF;
}

#side-deals .shop-deal.vip .shop-deal-inner {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQIHWOYliF/BgAEnwHq8coBvwAAAABJRU5ErkJggg==') repeat;
	color: #FFF;
}

#side-deals .shop-deal.sale .shop-deal-inner {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQIHWPYLCFxBgAEFQGwhRkR/QAAAABJRU5ErkJggg==') repeat;
	color: #FFF;
}

#side-deals .shop-deal .deal-price-from {
	text-decoration: line-through;
}

#side-deals .shop-deal .sold-out
{
	position: absolute;
	top: 0;
	left: 0;
}

#side-deals .shop-deal.classic .sold-out {
	background: url( ../img/interface/sold-out/sidedeal/1dayfly.png ) no-repeat top left;
}

#side-deals .shop-deal.extreme .sold-out {
	background: url( ../img/interface/sold-out/sidedeal/extreme.png ) no-repeat top left;
}

#side-deals .shop-deal.kids .sold-out {
	background: url( ../img/interface/sold-out/sidedeal/kids.png ) no-repeat top left;
}

#side-deals .shop-deal.lady .sold-out {
	background: url( ../img/interface/sold-out/sidedeal/lady.png ) no-repeat top left;
}

#side-deals .shop-deal.idayfly .sold-out {
	background: url( ../img/interface/sold-out/sidedeal/idayfly.png ) no-repeat top left;
}

#side-deals .shop-deal.outdoor .sold-out {
	background: url( ../img/interface/sold-out/sidedeal/outdoor.png ) no-repeat top left;
}

#side-deals .shop-deal.sale .sold-out {
	background: url( ../img/interface/sold-out/sidedeal/sale.png ) no-repeat top left;
}

#side-deals .shop-deal.vip .sold-out {
	background: url( ../img/interface/sold-out/sidedeal/vip.png ) no-repeat top left;
}


#header-shops .shop-fly-preview .sold-out
{
	position: absolute;
	bottom: 20px;
	left: 20px;
}

#header-shops .shop-fly-preview.classic .sold-out {
	background: url( ../img/interface/sold-out/preview/1dayfly.png ) no-repeat top left;
}

#header-shops .shop-fly-preview.extreme .sold-out {
	background: url( ../img/interface/sold-out/preview/extreme.png ) no-repeat top left;
}

#header-shops .shop-fly-preview.kids .sold-out {
	background: url( ../img/interface/sold-out/preview/kids.png ) no-repeat top left;
}

#header-shops .shop-fly-preview.lady .sold-out {
	background: url( ../img/interface/sold-out/preview/lady.png ) no-repeat top left;
}

#header-shops .shop-fly-preview.idayfly .sold-out {
	background: url( ../img/interface/sold-out/preview/idayfly.png ) no-repeat top left;
}

#header-shops .shop-fly-preview.outdoor .sold-out {
	background: url( ../img/interface/sold-out/preview/outdoor.png ) no-repeat top left;
}

#header-shops .shop-fly-preview.vip .sold-out {
	background: url( ../img/interface/sold-out/preview/vip.png ) no-repeat top left;
}

#header-shops .shop-fly-preview.sale .sold-out {
	background: url( ../img/interface/sold-out/preview/sale.png ) no-repeat top left;
}

/**
 * Old browser
 */
#download_browser .d_button{
	position: absolute;
	bottom: -26px;
	left: 9px;
}

#download_browser .browser{
	position: relative;
	width: 32%;
}

#download_browser{
	margin: 40px 0 0 0;
}

#download_browser .browser .external{
	width: 164px;
}

.browser_wrapper {
	margin: 0 auto;
	position: relative;
	width: 696px;
	text-align: center;
}

.browser_wrapper *{
	color: #00002f;
	font-size: 16px;
	font-weight: normal;
}

.browser_wrapper .continue{
	margin: 80px 0 0 20px;
	display: inline-block;
	font-size: 14px;
	color: #f67a26;
}

.border{
	border-bottom: 1px solid #e0e0e0;
}

/**
 * Banners
 */
#banners-container {
	float: right;
	width: 334px;
	margin-top: 20px;
}

#banners-container .fb-like-box {
	margin-top: 0px;
}

#banners-container img{
	margin: 10px 0;
}

#banner-large {
	margin-bottom: 18px;
}

#banner-large img {
	display: block;
	width: 334px;
	height: 216px;
	background: #E2E2E2;
}

#banners-small {
	height: 120px;
}

#banners-small img {
	width: 160px;
	height: 120px;
	background: #E2E2E2;
}

#full-overlay {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	z-index: 999;
}

#locale-alert {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 720px;
	margin-left: -360px;
	margin-top: -130px;
	background: #fff;
	border-radius: 5px;
	border:1px solid #cacaca;
	text-align: center;
	z-index: 1000;
}

#locale-alert h2 {
	color: #f86817;
	font-size: 28px;
	line-height: 30px;
	padding: 30px 30px 20px;
	border-bottom: 1px dashed #cacaca;
	text-align: left;
}

#locale-alert p {
	padding: 20px 30px 10px;
	text-align: left;
}

#locale-alert > a.button {
	margin: auto;
	margin-bottom: 20px;
}

.text-divider {
	clear: both;
	margin: 10px 0 0;
}

.text-divider:before,
.text-divider:after {
	content: '';
	display: table-cell;
	width: 50%;	
	background: url(../img/mobile/text-divider.png) center repeat-x;
}

.text-divider > span {
	display: table-cell;
	padding: 0 30px;
	white-space: nowrap;
	line-height: 30px;
}

.button.facebook {
	position: relative;
}

.button.facebook:after {
	display: none;
	content: '';
	position: absolute;
	height: 8px;
	left: 0;
	right: 0;
	bottom: -8px;
}

.button.facebook:hover:after {
	display: block;
}

.button.facebook:hover .like-box {
	display: block;
}

.button.facebook .like-box {
	display: none;
	z-index: 5;
	position: absolute;
	bottom: -40px;
	left: -50%;
	height: 20px;
	line-height: 20px;
	width: 92px;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	padding: 5px;
	background: #fff;
}

.button.facebook .like-box:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-bottom-color: #e0e0e0;
	top: -16px;
	left: 50%;
	margin-left: -8px;
}

.button.facebook .like-box:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-bottom-color: #fff;
	top: -14px;
	left: 50%;
	margin-left: -7px;
}

.trigger_check.validated{
	background: url(../img/icon/famfamfam/tick.png) no-repeat 97% center;
	-webkit-box-shadow: inset 0 1px 1px #E4E4E4;
	-moz-box-shadow: inset 0 1px 1px #E4E4E4;
	box-shadow: inset 0 1px 1px #E4E4E4;
}

.trigger_check.validated.tiny{
	background: url(../img/icon/famfamfam/tick.png) no-repeat 86% center;
}

.address_validation_toggle{
	margin: 15px 0 0 0;
	position: absolute;
	right: 7px;
}

.av_title{
	float: left;
}

.av_tooltip{
	float: left;
	position: relative;
	margin-left: 3px;
	margin-right: 10px;
}

.av_tooltip .tooltip{
	height: 20px;
	margin-right: 5px !important;
}

.av_toggle{
	float: left;
	width: 44px;
	height: 25px;
	background: #f76f23;
	border-radius: 3px;
	position: relative;
	margin-top: -3px;
	margin-right: 3px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}

.av_toggle.disabled{
	background: #bfbfbf;
}

.av_toggle .av_btn{
	width: 18px;
	height: 18px;
	background: #fff;
	border-radius: 3px;
	position: absolute;
	top: 3px;
	left: 4px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.av_toggle.disabled .av_btn{
	left: 22px;
}

.av_state{
	min-width: 30px;
	display: block;
	float: left;
	text-align: right;
}

.address_validation_container{
	position: relative;
	height: 43px;
}

.address_validation_container.av_bump{
	height: 60px;
	margin-top: -59px;
}

.address_validation_toggle.toleft{
	right: 40px;
}

.column-left{
	width: 560px;
	float: left;
}

.column-right{
	width: 340px;
	float: right;
}

.hidden{
	display: none;
}

.wkdayflyonly{
	font: bold 22px/28px MyriadPro, Arial;
	color: #FFF !important;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	padding: 0 15px;
}

.wkdayfly-label{
	position: absolute;
	right: auto;
	bottom: 12px;
	background: #ff4f00;
	color: #fff;
	border-radius: 3px;
	min-width: 176px;
	padding: 0 14px;
	line-height: 35px;
	height: 35px !important;
}

.wkdayfly-label:after{
	right: 0%;
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 79, 0, 0);
	border-right-color: #ff4f00;
	border-width: 7px;
	margin-top: -8px;
}

.header-scrolled .wkdayfly-label{
	bottom: 4px;
}

.header-scrolled .wkdayfly-label:after{
	border-width: 6px;
}

body[data-country="be"] .wkdayfly-label,
body[data-country="de"] .wkdayfly-label{
	background: #b42a34;
}


body[data-country="be"] .wkdayfly-label:after,
body[data-country="de"] .wkdayfly-label:after{
	border-color: rgba(180, 42, 52, 0);
	border-right-color: #b42a34;
}

body[data-country="be"] #header-shops a.wkdayfly-color,
body[data-country="de"] #header-shops a.wkdayfly-color {
	color: #b42a34 !important;
}

.shop-fly-preview-container .ball
{
	background: url(../img/wk2014/bal.png) no-repeat center center;
	width: 109px;
	height: 109px;
	position: absolute;
	bottom: -26px;
	left: -26px;
}

.shop-fly-preview-container .table{
	display: table;
	width: 94px;
	margin: 0 auto;
}

.shop-fly-preview-container .table-cell{
	display: table-cell;
	vertical-align: middle;
	height: 109px;
	width: 109px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #ff4f00;
}

body[data-country="be"] .shop-fly-preview-container .table-cell,
body[data-country="de"] .shop-fly-preview-container .table-cell{
	color: #b42a34;
}

.match{
	width: 100%;
	overflow: hidden;
	margin: 15px 0;
}

.match_prediction{
	float: left;
	background: #FAFAFA;
	padding: 15px;
	border: 1px solid #F1F1F1;
	border-radius: 3px;
	margin: 8px;
	width: 189px;
	min-height: 135px;
}

#specs img{
	max-width: 560px;
}

.gold {
	color: #deb361;
}

.nofloat{
	float: none !important;
	margin: 19px 0 10px 0 !important;
}

.gold_member{
	background: url(../img/gold_bg.png) no-repeat center center;
	width: 462px;
	height: 228px;
	position: absolute;
	right: 0px;
	top: 51px;
	text-align: center;
}

.gold_member img{
	margin: 42px 0 30px 0;
}

.gold_member h2{
	font-size: 18px;
}

.gold_member .gold_btn{
	width: 277px;
	height: 41px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #dfb361;
	-webkit-box-shadow: inset 0 0 1px rgba(255,255,255,.58);
	-moz-box-shadow: inset 0 0 1px rgba(255,255,255,.58);
	box-shadow: inset 0 0 1px rgba(255,255,255,.58);
	border: solid 1px #dfb361;
	background-image: -webkit-linear-gradient(bottom, rgba(62,62,62,.05), rgba(62,62,62,0));
	background-image: -moz-linear-gradient(bottom, rgba(62,62,62,.05), rgba(62,62,62,0));
	background-image: -o-linear-gradient(bottom, rgba(62,62,62,.05), rgba(62,62,62,0));
	background-image: linear-gradient(to top, rgba(62,62,62,.05), rgba(62,62,62,0));
	display: inline-block;
	color: #fff !important;
	font: bold 18px/41px MyriadPro, Arial, sans-serif;
	margin-top: 11px;
}

body[data-shop="WAAT"] .gold_member .gold_btn{
	color: #fff !important;
}

.member select[name="bic"]{
	width: 396px;
}

.member label[for="accept_incasso"]{
	width: 358px;
	text-align: left;
	color: #000 !important;
}

.membershoptext{
	width: 458px;
}

.member.show_membershop .login{
	margin-top: 15px;
}

.member .membershop_preview{
	border-top: 1px dashed #e2e2e2;
	padding: 25px 0;
}








.membershop_preview h1.lined
{
	padding: 0 0 5px;
	margin: 0 0 10px;
}

.membershop_preview h1 {
	font-size: 26px;
	line-height: 26px;
}

.membershop_preview .product
{
	height:102px;
	width: 460px;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 10px 0;
}

.membershop_preview .product .visual
{
	width: 119px;
	height: 100%;
	border-right: 1px solid #e2e2e2;
}

.membershop_preview .product .visual img {
	margin-top:15px;
	height:72px;
}

.membershop_preview .product .info
{
	position: relative;
	width: 315px;
	min-height: 94px;
	padding: 8px 10px 0;
}

.membershop_preview .product .info .bottom
{
	position: absolute;
	bottom: 0;
	width: 321px;
	padding: 10px 0 10px;
	border-top: 1px dashed #e2e2e2;
}

.membershop_preview .product .info .bottom .date
{
	background: #272a39;
	height: 24px;
	line-height: 24px;
	width: 84px;
	padding: 0 8px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
	text-align: center;
}

.membershop_preview .product .info .bottom .pricing
{
	line-height: 24px;
}

.membershop_preview .product .info .top
{
	max-height: 38px;
	overflow: hidden;
}

.membershop_preview .product .info h2 {
	font: bold 16px/20px Helvetica;
	max-height: 38px;
	overflow: hidden;
}

.membershop_preview .product .info h3 {
	font: normal 12px/14px Helvetica;
	max-height: 14px;
	overflow: hidden;
}

.member .member_overlay{
	margin: 0 auto;
	width: 1165px;
	position: absolute;
	bottom: -10px;
	left: -102px;
}

.membershop_preview .product .info .bottom .pricing {
	line-height: 16px;
}

.member .pricing .vanvoor {
	margin: 15px 7px 0 0;
}

.member .pricing .floatleft .stripe{
	padding: 0 9px 0 0;
}

.member .pricing .memberprice{
	margin-right: 12px;
}

.member .pricing .bot{
	text-align: center;
}

.giftcard-homepage{
	width: 334px;
	border-radius: 3px;
	background-color: #fff;
	border: solid 1px #e5e3e3;
	text-align: center;
	margin-bottom: 20px;
	padding: 32px 0;
	position: relative;
}

.giftcard-homepage .giftcard-title{
	font-family: "Century Gothic", sans-serif;
	font-weight: bold;
	font-size: 18px;
	margin-top: 20px;
}

.giftcard-homepage a{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

#onedayfly_waat{
	position: absolute;
	width: 100%;
	background: #e93062;
	z-index: 600;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	height: 40px;
	top: 0;
	text-align: center;
	color: #fff;
	line-height: 40px;
}

#onedayfly_waat a{
	color: #fff !important;
}

body[data-shop="WAAT"] #wrapper:not(.header-scrolled) #header-top{
	/*top: 39px;*/
}

body[data-shop="WAAT"] #wrapper:not(.header-scrolled) #header-shops{
	/*top: 142px;*/
}

body[data-shop="WAAT"] #wrapper:not(.header-scrolled) #header-main {
	/*margin: 59px auto 20px auto;*/
}

.admininfo{
	padding-right: 29px;
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	font-size: 11px;
}

#autocomplete{
	padding-left: 55px;
}

#autocomplete .username{
	display: inline-block;
	padding: 5px;
	background: #FAF8F8;
	margin: 5px;
	border: 1px solid #EEEEEE;
	cursor: pointer;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.pdf-wrapper{
	position: absolute;
	top: 30px;
	right: 0px;
}

.download-view-pdf img{
	float: left;
	margin-right: 6px;
}

.contentOverlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
	filter: alpha(opacity=30);
	z-index: 5000000;
}

.contentContent{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 6000000;
}

.contentContent .centered{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 391px;
	height: 57px;
}

.contentContent .view{
	position: absolute;
	top: -50%;
	left: -50%;
	width: auto;
	height: 30px;

	background: #fff;
	padding: 30px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

.contentContent .view .btn-orange{
	border: 1px solid #F76A1B;
	background: #f87831;
	background: -moz-linear-gradient(top, #f87831 0%, #f76b1d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f87831), color-stop(100%,#f76b1d));
	background: -webkit-linear-gradient(top, #f87831 0%,#f76b1d 100%);
	background: -o-linear-gradient(top, #f87831 0%,#f76b1d 100%);
	background: -ms-linear-gradient(top, #f87831 0%,#f76b1d 100%);
	background: linear-gradient(to bottom, #f87831 0%,#f76b1d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87831', endColorstr='#f76b1d',GradientType=0 );
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);

	vertical-align: middle;
	display: inline-block;
	border: none;
	min-height: 32px;
	max-height: 32px;
	height: 32px;
	font: bold 14px/30px MyriadPro, Arial, sans-serif;
	color: #FFF;
	text-align: center;
	border-radius: 2px;
	position: relative;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

.contentContent .view .btn-orange:after{
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 2px;
	border: 1px solid #FAA87A;
}

.contentContent .icon{
	width: 20px;
	height: 20px;
	position: absolute;
	margin-top: 6px;
	margin-left: 7px;
}

.contentContent .close{
	position: absolute;
	left: 50%;
	margin-left: -12px;
	margin-top: -67px;
	cursor: pointer;
}