/*

	Stylesheet for Vakantiepromos

	Media:      screen, projection
	Copyright:  Netlash <http://www.netlash.com>
	Author:     Yoni De Beule <yoni@netlash.com>

*/

body, form, ol, ul, dl, li, dt, dd, td, th ,tr, h1, h2, h3, h4, h5, h6, p, pre, blockquote, address { margin: 0; padding: 0; }
ol, ul { list-style: none; }
img { border:0; }
fieldset { margin: 0; padding: 0; border: 0; }
input, select, textarea { font-size: 100%; vertical-align: middle; }
table { border-collapse: collapse; border-spacing: 0; empty-cells: show; }
th { text-align: left; }
a:focus { overflow: hidden; }

body {
	font: 300 12px Arial, sans-serif;
	line-height: 1.5;
	color: #000;
	background: #fff url(../images/background.gif) repeat-x;
}

/*
	Typography and text styles
*/

p {
	padding: 0 0 12px 0;
}

strong, th, thead td, h1, h2, h3, h4 {
	font-weight: 700;
}

h1, h2, h3 {
	line-height: 1.1;
	font-family: Helvetica, Arial, sans-serif;
}

h1 a, h2 a, h3 a {
	border: 0;
}

h1 {
	font-size: 24px;
	padding: 0 0 8px 0;
}

h2 {
	font-size: 20px;
	padding: 0 0 8px 0;
}

h3 {
	font-size: 16px;
	padding: 0 0 6px 0;
}

h4 {
	font-size: 12px;
	padding: 0 0 6px 0;
}

/* Links */

a { text-decoration: none; border-bottom: 1px solid #f6c1ab; color: #e44301; }
a:link { border-color: #f6c1ab; color: #e44301; }
a:visited { border-color: #e7bdab; color: #b63601; }
a:hover, a:active { border-color: #b63601; color: #b63601; }

/* ColorInverse */

.colorInverse { color: #fff; }
.colorInverse strong { color: #fff; }
.colorInverse small, .colorInverse .small { color: #fbe3d9; }

.colorInverse h1, .colorInverse h2, .colorInverse h3, .colorInverse h4 { color: #fff; }

.colorInverse a:link, .colorInverse a:visited { color: #fff; border-color: #ed8155; }
.colorInverse a:hover, .colorInverse a:active { color: #fff; border-color: #fff; }

/* Defaults */

.content ul,
.content ol {
	padding: 0 0 12px 24px;
}

.content li {
	padding-bottom: 6px;
}

.content ul {
	list-style: disc;
}

.content ol {
	list-style-type: decimal;
}

.content ul ul,
.content ol ul,
.content ol ol {
	padding-bottom: 0;
}

.content ol ol {
	list-style: upper-roman;
}

.content ol ol ol {
	list-style: lower-roman;
}

ol.reset,
ul.reset {
	margin: 0;
	padding: 0;
	list-style: none;
}

code {
	font-family: Consolas, Monaco, "Courier New", monospace;
	font-size: 12px;
	line-height: 1.15;
}

pre {
	padding: 6px 12px;
	background: #F5F5F5;
	margin: 0 0 12px;
}

p.small, .small, small {
	font-size: 11px;
	line-height: 1.636;
}

blockquote, q {
	font-style: italic;
	font-family: Georgia, serif;
}

blockquote {
	padding: 0 0 0 12px;
}

	blockquote.fancy {
		background: url(../images/bquote.gif) no-repeat 0 5px;
		padding: 0 0 0 24px;
	}

blockquote cite {
	font-size: 11px;
	text-align: right;
	display: block;
	position: relative;
	bottom: 12px;
}

em {
	font-style: italic;
}

sub, sup {
	line-height: 0;
}

hr {
	border: none;
	border-top: 1px solid #ccc;
	padding: 0;
}

div.hr {
	border-bottom: 1px solid #ccc;
	margin: 12px 0 24px;
}

div.hr hr {
	display: none;
}

table {
	border-top: 1px solid #eee;
	width: 100%;
}

td, th {
	border-bottom: 1px solid #eee;
	padding: 4px;
}

th {
	font-weight: 700;
	background: #f4f4f4;
}

/* Image classes */

img.alignLeft {
	float: left;
	padding: 0 10px 10px 0;
}

img.alignRight {
	float: right;
	padding: 0 0 10px 10px;
}

a.linkedImage {
	border: 0;
	display: block;
	font-size: 11px;
	color: #808080;
}

a.linkedImage img {
	display: block;
}

/* Sticky footer */

html, body, #topWrapper {
	height: 100%;
}

body > #topWrapper {
	height: auto;
	min-height: 100%;
}

#content {
	padding-bottom: 330px;
}

#bottomWrapper {
	position: relative;
	margin-top: -310px;
	height: 310px;
	clear: both;
}

/*
	Page structure and layout
*/

.container {
	width: 960px;
	margin: 0 auto;
}

#content {
	padding-top: 30px;
}

/*
	Header
*/

#header {
	background: #fcc300 url(../images/header_background.png) no-repeat 396px 0;
	position: relative;
	height: 140px;
}

	/* Logo */

	#header h1.logo, #header h2.logo {
		width: 125px;
		height: 106px;
		text-indent: -9999px;
		float: left;
		padding: 0;
		margin: 19px 15px 15px 0;
	}

	#header h1.logo a, #header h2.logo a {
		width: 100%;
		height: 100%;
		display: block;
		overflow: hidden;
		border: 0;
		background: url(../images/logo.png) no-repeat 0 0;
	}

		#header h1.logo a:link, #header h2.logo a:link, #header h1.logo a:visited, #header h2.logo a:visited {
			background-position: 0 0;
		}

		#header h1.logo a:hover, #header h2.logo a:active, #header h1.logo a:hover, #header h2.logo a:active {
			background-position: 0 -106px;
		}

	#header h2.slogan, #header h3.slogan {
		width: 612px;
		height: 49px;
		text-indent: -9999px;
		float: left;
		padding: 0;
		margin: 33px 0 23px 8px;
		background: url(../images/slogan.png) no-repeat 0 0;
	}

	/* Navigation */

	#navigation, #navigation ul {
		float: left;
		width: 620px;
	}

	#navigation li {
		float: left;
		padding-right: 3px;
	}

	#navigation li a {
		float: left;
		font: 700 15px Helvetica, Arial, sans-serif;
		line-height: 35px;
		padding: 0 15px;
		border: 0;
		color: #fff;
		background: #e44301;
		-moz-border-radius-topright: 5px;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
	}

		#navigation li a:link,
		#navigation li a:visited {
			color: #fff;
			background: #e44301;
		}

		#navigation li a:hover,
		#navigation li a:active {
			color: #fff;
			background: #b63601;
		}

	#navigation li.selected a {
		color: #e44301;
		background: #fff;
	}

		#navigation li.selected a:link,
		#navigation li.selected a:visited {
			color: #e44301;
			background: #fff;
		}

		#navigation li.selected a:hover,
		#navigation li.selected a:active {
			color: #b63601;
			background: #fff;
		}

	/* Top newsletter */

	#topNewsletterForm {
		width: 160px;
		height: 134px;
		padding: 16px 20px 10px 20px;
		background: #e44301 url(../images/small_mail_icon.png) no-repeat center center;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		position: absolute;
		right: 0;
		top: 0;
	}

	#topNewsletterForm input.input-text, #topNewsletterForm input.inputText, #topNewsletterForm input.text {
		width: 150px;
		margin-bottom: 6px;
	}

	#topNewsletterForm input.input-submit, #topNewsletterForm input.inputSubmit, #topNewsletterForm input.submit button {
		float: right;
	}

/*
	Content
*/

	/* General styles */

	.silverBox {
		background: #f4f4f4;
		padding: 20px;
		margin-bottom: 20px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}

	#mainCol .mod {
		margin-bottom: 20px;
		padding-bottom: 10px;
		border-bottom: 1px solid #ccc;
	}

	#leftCol .mod, #rightCol .mod {
		margin-bottom: 20px;
	}

	/* Promotions */

	.imageWrapper {
		width: 140px;
		padding-right: 10px;
		float: left;
	}

	.descriptionWrapper {
		width: 450px;
		float: left;
	}

	.descriptionWrapper h3 {
		padding-bottom: 4px;
		font-size: 14px;
	}

	.descriptionWrapper h3 a, .descriptionWrapper h3 a:link, .descriptionWrapper h3 a:visited {
		border-bottom: 1px solid #f6c1ab;
		color: #e44301;
	}

	.descriptionWrapper h3 a:hover, .descriptionWrapper h3 a:active {
		border-bottom: 1px solid #b63601;
		color: #b63601;
	}

	.descriptionWrapper p a {
		color: #000;
		border: 0;
		display: block;
	}

	.advertiserLogo {
		float: left;
	}
	
	.advertiserPrice {
		float: right;
	}

	.advertiserPrice a {
		font: 700 16px Helvetica, Arial, sans-serif;
		line-height: 25px;
		float: left;
		padding: 0 10px;
		width: 100px;
		text-align: center;
		border: 0;
		background: #e44301;
		color: #fff;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}

		.advertiserPrice a:link,
		.advertiserPrice a:visited {
			background: #e44301;
			color: #fff;
		}

		.advertiserPrice a:hover,
		.advertiserPrice a:active {
			background: #b63601;
			color: #fff;
		}

	/* Middle box */

	.imuWrapper {
		width: 250px;
		height: 250px;
		overflow: hidden;
		padding-right: 20px;
		float: left;
	}

	#bodyNewsletterForm {
		width: 250px;
		height: 170px;
		overflow: hidden;
		float: left;
		padding: 80px 40px 0 40px;
		background: #e44301 url(../images/big_mail_icon.png) no-repeat center center;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}

	#bodyNewsletterForm input.input-text, #bodyNewsletterForm input.inputText, #bodyNewsletterForm input.text {
		width: 156px;
		margin-right: 4px;
		float: left;
	}

	#bodyNewsletterForm input.input-submit, #bodyNewsletterForm input.inputSubmit, #bodyNewsletterForm input.submit button {
		float: left;
		margin: 1px 0;
	}

	/* Right ads */

	#rightCol {
		padding-top: 10px;
	}

/*
	Footer
*/

#bottomWrapper {
	background: #e44301;
}

#bottomWrapper .container {
	background: url(../images/footer_background.png) no-repeat bottom right;
}

#doormatColumns {
	padding: 16px 0 20px 0;
}

#doormatColumns ul {
	width: 160px;
	padding-right: 20px;
	float: left;
}

#footer {
	padding: 8px 0 20px 0;
}

#footer li {
	display: inline;
	padding-right: 10px;
}

/*
	Column system
*/

#leftCol {
	width: 120px;
	padding-right: 10px;
	float: left;
}

#mainCol {
	width: 600px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}

#rightCol {
	width: 200px;
	padding-left: 10px;
	float: left;
}

/*
	Dialog boxes
*/

.dialogBox {
 	padding: 10px;
 	margin-bottom: 10px;
 	background: #f4f4f4;
 	color: #666;
 }

.dialogSucces {
	background: #e6efc2;
	color: #264409;
}

.dialogError {
	background: #fbe3e4;
	color: #8a1f11;
}

.dialogNotice {
	background: #fff6bf;
	color: #514721;
}

.form-error {
	padding: 4px;
	margin: 3px 0;
	background: #fbe3e4;
	border: 1px solid #fbc2c4;
	color: #8a1f11;
	display: block;
}

/* Pagination */

.pagination-wrap {
	width: 100%;
	overflow: hidden;
}

.pagination {
	float: left;
	position: relative;
	left: 50%;
}

.pagination ul {
	padding: 18px 0;
	z-index: 2;
	overflow: hidden;
	position: relative;
	left: -50%;
}

.pagination li {
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
	text-decoration: none;
	padding: 0;
	line-height: 15px;
	font-size: 12px;
	text-align: center;
}

.pagination li span {
	float: left;
	display: block;
	padding: 4px 5px;
	color: #ccc;
	min-width: 12px;
}

.pagination li.currentpage span {
	font-weight: 700;
	color: black;
}

.pagination li.selected span {
	padding: 4px 5px;
	font-weight: 700;
	color: black;
}

.pagination li a:link,
.pagination li a:visited {
	float: left;
	display: block;
	padding: 3px 4px;
	border: 1px solid #ddd;
	text-decoration: none;
	min-width: 12px;
}

li.ellipsis {
	margin: 0;
}

li.ellipsis span {
	color: black;
}

.pagination li a:hover,
.pagination li a:active {
	background: #eee;
	border: 1px solid #bbb;
	color: black;
}

.nextpage, .previouspage {
	font-size: 11px;
}

.pagination li.nextpage {
	margin-left: 10px;
}

.pagination li.previouspage {
	margin-right: 15px;
}

/* Forms */

label {
	font-size: 12px;
	font-family: Arial, sans-serif;
	display: block;
	padding: 4px 0;
}

input.input-text, input.inputText, input.text, input.input-password, input.inputPassword, input.password, textarea {
	font: 300 11px Arial, sans-serif;
	background: #f8f8f8;
	border: 1px solid #ccc;
	padding: 4px;
	color: #666;
}

textarea {
	line-height: 1.4;
	max-width: 100%;
}

input:focus, textarea:focus {
	border-color: #892801; 
	background: #fff;
	color: #000;
}

@-moz-document url-prefix() {
	input[type="text"]:focus,
	textarea:focus { 
		outline: 2px solid #ed7501;
		-moz-outline-radius: 3px;
		fborder-color: #ed7501;
	}
} 

input.input-submit, input.inputSubmit, input.submit button {
	font: 700 11px Arial, sans-serif;
	color: #fff;
	background: #e44301;
	border: 0;
	padding: 3px 4px;
	cursor: pointer;
	overflow: visible;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

input.input-submit:hover, input.inputSubmit:hover, input.submit:hover {
	color: #fff;
	background: #b63601;
}

input.input-submit:active, input.inputSubmit:active, input.submit:active {
	color: #fff;
	background: #892801;
}

select, option {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

input.inputCheckbox {
	float: left;
	margin: 3px 6px 3px 0;
}

form p.floatLeft {
	padding-right: 10px;
}

form p {
	padding-bottom: 6px;
}

.colorInverse input.input-text, .colorInverse input.inputText, .colorInverse input.text, .colorInverse input.input-password, .colorInverse input.inputPassword, .colorInverse input.password, .colorInverse textarea {
	background: #fefbfa;
	border-color: #b63601;
}

.colorInverse input:focus, .colorInverse textarea:focus {
	border-color: #892801;
}

@-moz-document url-prefix() {
	.colorInverse input[type="text"]:focus,
	.colorInverse textarea:focus { 
		outline: 2px solid #ed7501;
		-moz-outline-radius: 3px;
		fborder-color: #ed7501;
	}
} 

.colorInverse input.input-submit, .colorInverse input.inputSubmit, .colorInverse input.submit button {
	color: #b63601;
	background: #fcc300;
}

.colorInverse input.input-submit:hover, .colorInverse input.inputSubmit:hover, .colorInverse input.submit:hover {
	color: #b63601;
	background: #fff;
}

.colorInverse input.input-submit:active, .colorInverse input.inputSubmit:active, .colorInverse input.submit:active {
	color: #fff;
	background: #b63601;
}

/* Center anything */

.centerWidthlessWrap {
	width: 100%;
	overflow: hidden;
}

.centerWidthless {
	float: left;
	position: relative;
	left: 50%;
}

.centerWidthlessInner {
	position: relative;
	left: -50%;
}

/* General purpose classes */

.hidden { display: none; }
.block { display: block; }

.floatLeft { float: left; }
.floatRight { float: right; }

.noPadding, p.noPadding { padding: 0; }
.paddingBottom  { padding-bottom: 12px; }

.noBorder { border: none !important; }
.border { border: 1px solid #C7C7C7; }

.mute { color: #666; }
.serif { font-family: "Times New Roman", Times, Georgia, serif; }
.uc { text-transform: uppercase; }
.sC { font-variant: small-caps; }
.lC { text-transform: lowercase; }

.rc {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.helpTxt {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #666;
}

.clear { clear: both; }

/* Guillotine bug */

.guillotineBugFix {
	display: none;
}

/* Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}