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

#wrapper
{
	position: relative;
	min-height: 100%;
}

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

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

		.guut #menu .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://www.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;
			z-index: 100;
			position: relative;
			clear: both;
			background-color:#F2F2F2;
			display:inline-block;
			border-radius: 2px;
			-moz-border-radius: 2px;
			-webkit-border-radius: 2px;
			/*
			background: url(http://www.guut.de/img/footer_nieuwsbrief.jpg) no-repeat;
			height: 30px;
			width: 237px;
			*/
		}

			#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="text"]:focus {
				border: 1px solid #f8730c;
			}
*/
			#footer form input[type="submit"] {
				background: url("http://www.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;
}