.cake-sql-log,
.cake-debug {
	color: #fff;
}

#event-details .column.double {
	width: auto;
}

p.error {
	color:	#ff0000;
	font-weight: bold;
}

ul#sitemap,
ul#sitemap li {
	list-style: none;
	margin: 0;
	padding: 3px 0;
}

ul#sitemap ul {
	margin: 0;
}

/* PASSPORT LOGIN */

#passport-submit {
	float: right;
	padding: 0 20px 0 0;
	margin-right: 10px;
	width: 85px;
	border: 0;
	background: url(../img/arrow-button-sprite.png) no-repeat 100% -2707px;
	font-size: 11px;
	font-weight: bold;
	color: #02255B;
	cursor: pointer;
}

#passport-submit:hover {
	background-position: 100% -2797px;
	color: #CB4212;
}

#login-form{
	width: 280px;
}

p.red{
	color:red;
}

div.overview .product{
	height: 190px;
}

#ideal-tag{
	position: absolute;
	height: 88px;
	width: 236px;
	margin: 0;
	top: -75px;
	left: 100px;
}

.booking .idealtop{
	margin-top: 2px;
}
img.ideal_logos{
	margin-top: 7px;
}

h1.actie-header{
	margin-top: -7px;
	margin-left: 10px;
}

a#showshow{
	margin-left: 10px;
}

span.moreinfosmall{
	font-size: 10px;
}


/* Form validation */

fieldset.wsv-error {
	padding: 0 5px 0 0;
	background-color: #FFBABA;
}

input[type="text"].wsv-required,
input[type="password"].wsv-required,
textarea.wsv-required {
	/*border-left-width: 5px;*/
}

input[type="text"].wsv-error,
input[type="password"].wsv-error,
textarea.wsv-error {
	background-color: #FCF2F2;
	/*border-color: #C00;*/
	border: 2px solid #C00;
}

select.wsv-error {
	background-color: #FAE5E5;
	border: 2px solid #C00;
}

/* Notices */

.notice-block {
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(../img/notice-block-sprite.gif) no-repeat 0 100%;
	border-right: 1px solid #ffd6bb;
}

.notice-block-inner {
	padding: 15px 10px 0 80px;
	height: auto !important;
	height: 55px;
	min-height: 55px;
	background: url(../img/notice-block-sprite.gif) no-repeat;
}

.notice-warning { background-position: 0 100%; }
.notice-info { background-position: -690px 100%; }
.notice-error { background-position: -1380px 100%; }

.notice-warning .notice-block-inner { background-position: 0 0; }
.notice-info .notice-block-inner { background-position: -690px 0; }
.notice-error .notice-block-inner { background-position: -1380px 0; }

.notice-block h3 {
	margin: 0 0 5px;
	font-size: 18px;
}

.notice-block p {
	margin: 0 0 5px;
	font-size: 12px;
}

.notice-block ul {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	list-style: none;
}

.notice-block li {
	padding-left: 20px;
	background: url(../img/arrow-button-sprite.png) no-repeat -295px -2705px;
}