/**
 *  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%;
}

/**
 * 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;
}

.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;
}

/**
 *  header
 */
 /*
	#header {
		padding: 88px 0 35px;
		height: 60px;
	}

	.guut #header
	{
		padding: 38px 0 35px;
	}

		#header .wrapper
		{
			width: 550px;
			padding: 0 201px 0 199px;
		}

		#header #newsletter {
			color: #303649;
			font-weight: bold;
			font-size: 14px;
		}

			#header #newsletter .funnel {
				font-size: 11px;
				font-weight: normal;
				position: absolute;
				right: 0;
				top: 43px;
			}

			#header #newsletter span.centurion {
				font-size: 18px;
				display: inline-block;
				padding: 33px 0 0;
			}
			#header #newsletter label {
				line-height: 20px;
				padding: 15px 0 8px;
				display: inline-block;
			}

		#header #newsletter form {
			padding: 0px;
		}

		#header #newsletter input[type="text"] {
			vertical-align: top;
			height: 20px;
			border: none;
			width: 193px;
			padding: 5px;
			border: 1px solid #bbb;
			margin-right: -2px;
			border-top-left-radius: 3px;
			border-bottom-left-radius: 3px;
			-moz-border-radius-bottomleft: 3px;
			-moz-border-radius-topleft: 3px;
			-webkit-border-top-left-radius: 3px;
			-webkit-border-bottom-left-radius: 3px;
		}
		*/
/**
 *  content
 */

#content
{
	padding: 0 0 317px;
}

/**
 *  menu
 */
 /*
	#menu {
		background: #fff;
		width: 100%;
		height: 88px;
		position: fixed;
		top: 0;
		left: 0;
		clear: both;
	}

	.guut #menu
	{
		height: 38px;
	}

		#menu ul
		{
			margin: 0px;
		}

			#menu ul li {
				display: block;
				float: left;
				margin: 0px;
				height: 38px;
				font-weight: bold;
			}

	#menu .shops
	{
		height: 40px;
		padding: 10px 0 0;
		background: #fff;
	}

	.guut #menu .shops
	{
		height: 0;
		padding: 0;
		overflow: hidden;
	}

		#menu .shops ul
		{
			height: 40px;
			overflow: hidden;
		}

		#menu .shops ul li
		{
			margin-left: -1px;
		}

		#menu .shops ul li:first-child
		{
			margin: 0;
		}

		#menu .shops ul li a
		{
			position: relative;
			top: -40px;
		}

		#menu .shops ul li a.active
		{
			position: relative;
			top: -40px;
		}

		#menu .shops ul li a:hover
		{
			top: 0;
		}

	#menu .cart
	{
		display: block;
		position: absolute;
		top: 0px;
		right: 0;
		padding: 7px 7px 7px 32px;
		#border: 2px solid #272a39;
		border-radius: 5px;
		background: url( ../img/icon/shopping-cart.png ) no-repeat 2px;
		color: #272a39;
	}

	#menu .menu
	{
		width: 100%;
		height: 38px;
		background: #272a39;
	}

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

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

		#menu .shade
		{
			position: absolute;
			top: 88px;
			left: 0;
			height: 4px;
			width: 100%;
			background: url( ../img/interface/header/shadow.png );
		}

		.guut #menu .shade
		{
			top: 38px;
		}

			#menu .contact_info,
			#menu .contact_info .inner,
			#menu .contact_info .innards {
				background: url(../img/interface/header/infobar.png);
			}

			#menu .contact_info {
				padding: 0 0 0 5px;
				height: 32px;
				color: #000;
				display: inline-block;
				position: absolute;
				right: 0;
				top: 38px;
				font-size: 11px;
				background-repeat: no-repeat;
			}

				#menu .contact_info .inner {
					position: relative;
					padding: 0 5px 0 0;
					background-repeat: no-repeat;
					background-position: right -64px;
				}

					#menu .contact_info .inner .innards {
						position: relative;
						height: 15px;
						padding: 8px 20px;
						background-position: center -32px;
						max-width: 500px;
						overflow: hidden;
						line-height: 13px;
					}

				#menu .contact_info .shade
				{
					left: 2px;
					width: 3px;
					top: 0;
				}

				#menu .contact_info .inner .shade
				{
					left: auto;
					right: 2px;
				}

				#menu .contact_info .inner .innards .shade
				{
					left: 0px;
					width: 100%;
					top: 0;
				}

				#menu .contact_info a,
				#menu .contact_info a:hover {
					color: #000;
				}

		#menu .menu ul {
			height: 38px;
			padding: 0 0 0 199px;
			font-size: 13px;
		}

			#menu .menu ul li {
				border-left: 1px solid #474a57;
				border-right: 1px solid #1b1d28;
			}

				#menu .menu ul li a {
					display: inline-block;
					padding: 10px 15px;
					height: 18px;
				}

				#menu .menu ul li a:hover
				{
					text-decoration: none;
				}

			#menu .menu ul li.border-left {
				border-left: none;
			}
			#menu .menu ul li.border-right {
				border-right: none;
			}

			#menu .menu ul li:hover {
				background: url(../img/interface/header/top_menu_bg_selected.jpg) repeat-x;
			}

			#menu .menu ul li.border-left:hover,
			#menu .menu ul li.border-right:hover {
				background: none;
			}

			#menu .menu ul li.user,
			#menu .menu ul li.user a,
			#menu .menu ul li.user a span.inside {
				background: url(../img/button/header.png);
				display: block;
				height: 28px;
			}


			#menu .menu ul li.user {
				float: right;
				padding: 0 0 0 5px;
				width: 104px;
				text-align: center;
				border: none !important;
				background-position: left 0 !important;
				background-repeat: no-repeat !important;
				margin: 5px 0 5px 10px;
			}

			#menu .menu ul li.user:hover {
				background-position: left -140px !important;
			}

				#menu .menu ul li.user a {
					padding: 0 5px 0 0;
					border: none !important;
					text-decoration: none;
					background-position: right -28px !important;
					background-repeat: no-repeat !important;
				}

				#menu .menu ul li.user:hover a
				{
					background-position: right -112px !important;
				}

				#menu .menu ul li.user a span.inside {
					height: 16px;
					padding: 6px 0;
					background-position: center -56px !important;
					line-height: 16px;
				}

				#menu .menu ul li.user:hover a span.inside {
					background-position: center -84px !important;
				}

				#menu .menu ul li a,  #menu .menu ul li span.nolink {
					color: #FFFFFF;
				}

			#menu .menu ul li.dropdown {

			}

				#menu .menu ul li.dropdown a {
					background: url(http://guut.de/img/arrow_down.jpg) no-repeat right;
					padding-right: 20px;
				}

				#menu .menu ul li.dropdown ul {
					position: absolute;
					display: none;
					background: transparent none;
					width: auto;
				}

					#menu .menu ul li.dropdown ul li {
						color: #FFFFFF;
						background: #2d3244;
						float: none;
						width: 120px;
						padding: 5px;
					}

			#menu .menu ul li.welcome {
				float: right;
				background: none;
			}

				#menu .menu ul li.welcome span.nolink {
					display: block;
					color: #FFFFFF;
					padding: 10px 10px 0px 10px;
					cursor: default;
					height: 28px;
				}
*/
/**
 *  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;
	}

	#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
	}

	#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="text"] {
				height: 16px;
				border: 1px solid #999999;
				outline: 0px;
				width: 129px;
				float: left;
				padding: 4px;
				margin: 0px;
				margin-right: 5px;
			}

			#footer form input[type="submit"] {
				background: url("http://guut.de/img/aanmelden_button.jpg") transparent no-repeat;
				color: #ffffff;
				font-size: 11px;
				border: 0px;
				font-weight: bold;
				width: 86px;
				height: 25px;
				cursor: pointer !important;
				padding-bottom: 1px;
				float:right;
			}

			#footer form input[type="text"].validation-failed {
				border: 1px dashed #ff0000;
			}

			#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: 499px;
		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;
}
/*
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus
{
	border: 1px solid #F8730C;
}
*/
/* 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;
}

.spacing
{
	margin: 10px 0;
}

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

#splash
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#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: 36px;
	width: 100%;
	position: fixed;
	top: 0px;
	background: #fff;
	z-index: 200;
}

#header-top .jf,
#header-top .va {
	height: 36px;
}

#header-top .va li {
	padding: 0 15px;
}

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

#header-top .va li:first-child ~ li {
	border-left: 1px solid #BDBDBD;
}

#header-top a {
	font: bold 14px/16px "Myriad Pro", Arial;
	color: #272A39 !important;
}

#header-top a:hover {
	text-decoration: none;
	border-bottom: 2px solid #FF8B4B;
}

#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);
}

/**
 * Header shops
 */
#header-shops {
	height: 50px;
	background: #272A39;
	width: 100%;
	position: fixed;
	top: 36px;
	z-index: 300;
}

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

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

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

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

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

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

.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;
}

.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;
}

#header-shops ul {
	padding-top: 5px;
}

#header-shops li {
	float: left;
	text-align: center;
	cursor: pointer;
	margin-top: 5px;
	position: relative;
	overflow: visible;
}

.classic #header-shops li:first-child ~ li {
	border-left: 1px solid #fff;
}

.idayfly #header-shops li:first-child ~ li{
	border-left: 1px solid #fff;
}

.lady #header-shops li:first-child ~ li,
.extreme #header-shops li:first-child ~ li,
.outdoor #header-shops li:first-child ~ li,
.kids #header-shops li:first-child ~ li {
	border-left: 1px solid #FFF;
}

#header-shops a {
	font: bold 20px/30px 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 .shopping-cart a {
	font: bold 14px/30px MyriadPro, Arial;
	padding-left: 25px;
}

#header-shops .shopping-cart a {
	background: url('../img/icon/shopping-cart-classic.png') left center no-repeat;
}

#header-shops a:hover {
	text-decoration: none;
}

#header-shops .active,
#header-shops li:hover {
	background: #FFF;
	border-radius: 3px 3px 0 0;
	margin-top: 0;
	padding: 5px 0 10px;
}

#header-shops .active,
#header-shops li:hover,
#header-shops .active + li,
#header-shops li:hover + li {
	border-left: 1px solid transparent !important;
}

#header-shops .shopping-cart:hover {
	background: none;
}

#header-shops .active:first-child,
#header-shops li:first-child:hover {
	border-left: none !important;
}

#header-shops .active .shop-classic,
#header-shops li:hover .shop-classic {
	color: #F56829 !important;
}

#header-shops .active .shop-lady,
#header-shops li:hover .shop-lady {
	color: #F0229B !important;
}

#header-shops .active .shop-kids,
#header-shops li:hover .shop-kids {
	color: #42C3DF !important;
}

#header-shops .active .shop-extreme,
#header-shops li:hover .shop-extreme {
	color: #F9CE07 !important;
}

#header-shops .active .shop-idayfly,
#header-shops li:hover .shop-idayfly {
	color: #636363 !important;
}

#header-shops .active .shop-outdoor,
#header-shops li:hover .shop-outdoor {
	color: #599C2B !important;
}

.classic #header-shops .shopping-cart:hover {
	border-left: 1px solid #3C404D !important;
}

.idayfly #header-shops .shopping-cart:hover {
	border-left: 1px solid #707280 !important;
}

.lady #header-shops .shopping-cart:hover,
.extreme #header-shops .shopping-cart:hover,
.outdoor #header-shops .shopping-cart:hover,
.kids #header-shops .shopping-cart:hover {
	border-left: 1px solid #FFF !important;
}

#header-shops .shop-fly-preview {
	position: absolute;
	top: 40px;
	left: 0;
	width: 280px;
	background: #FFF;
	border-radius: 0 3px 3px 3px;
	padding: 20px;
	box-shadow: 0 5px 5px rgba(1, 1, 1, 0.25);
	z-index: 10;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

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

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

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

#header-shops .shop-fly-preview .fly-pricing:after {
	position: absolute;
	left: -20px;
	right: -20px;
	height: 10px;
	bottom: -7px;
	content: "";
	background: url('../img/fly_preview_shadow.png') center center no-repeat;
}

#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 main
 */
#header-main {
	height: 94px;
	padding: 20px 0;
	margin: 86px auto 0 auto;
}

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

#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: 310px;
}

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

#header-main #newsletter-form #newsletter-button{
	margin-left: -9px;
}

#header-main #newsletter-form label {
	font: bold 14px/26px Arial;
	color: #303649;
}

#header-main #login-user {
	font: 14px/20px MyriadPro, Arial;
	color: #272A39;
}

#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;
}

/**
 * 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;
}

#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 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-info: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.classic .shop-deal-inner {
	background: rgb(254, 104, 41);
	background: rgba(254, 104, 41, 0.8);
	color: #FFF;
}

#side-deals .shop-deal.extreme .shop-deal-inner {
	background: rgb(249, 206, 7);
	background: rgba(249, 206, 7, 0.8);
	color: #272A39;
}

#side-deals .shop-deal.kids .shop-deal-inner {
	background: rgb(66, 195, 223);
	background: rgba(66, 195, 223, 0.8);
	color: #FFF;
}

#side-deals .shop-deal.lady .shop-deal-inner {
	background: rgb(240, 34, 155);
	background: rgba(240, 34, 155, 0.8);
	color: #FFF;
}

#side-deals .shop-deal.outdoor .shop-deal-inner {
	background: rgb(89, 156, 43);
	background: rgba(89, 156, 43, 0.8);
	color: #FFF;
}

#side-deals .shop-deal.idayfly .shop-deal-inner {
	background: rgb(99, 99, 99);
	background: rgba(99, 99, 99, 0.8);
	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( http://guut.de/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;
}


#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( http://guut.de/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;
}

/**
 * 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: 10px;
}

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

#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;
}