/* Algemeen */
html, body {
	padding: 0;
	margin: 0;
	height: 100%;
	background: #141414 url(images/background.jpg) repeat-x;
}
body, td {
	font: 11px/20px Arial, Helvetica, sans-serif;
	color: #7d7d7d;
}
body.editor {
	background-image: none;
	background-color: #141414;
}
input, textarea, select {
	font: 11px Arial, Helvetica, sans-serif;
	color: #666;
}
img {
	border: none;
}
p, h1, h2, h3 {
	margin: 0;
}
h1 {
	color: #bed736;
	font: 16px/20px "Lucida Sans Unicode", sans-serif;
	font-weight: normal;
}
h2, h3 {
	color: #fff;
	font: 12px/20px "Lucida Sans Unicode", sans-serif;
	font-weight: normal;
}
h3 {
	margin: 10px 0;
}
p {
	margin-bottom: 20px;
}
ul {
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
}
ul li {
	background: 0px 8px url(images/arrow.gif) no-repeat;
	padding-left: 10px;
}
form  {
	padding: 0;
	margin: 0;
}
a {
	color: #bed736;
	text-decoration: underline;
}
a:hover {
	color: #9e65c5;
	text-decoration: none;
}
a:focus, input:focus {
	outline: none;
}

/* Main */
div#wrapper {
	position: relative;
	margin: 0 auto;
	_height: 100%;
	width: 980px;
	min-height: 100%;
	z-index: 1;
}
div.clear_float, div.clear {
	clear: both;
}

/* Header */
div#header {
	height: 100px;
	margin: 0 auto;
}
div#header div#logo {
	margin: 0 20px 0 -20px;
	float: left;
	width: 480px;
	height: 100px;
}
div#header div.ads {
	float: left;
	width: 500px;
	padding: 20px 0;
	height: 60px;
	text-align: right;
}

/* Trace */
div#trace {
	color: #474747;
}
div#trace a {
	color: #474747;
	text-decoration: none;
	text-transform: capitalize;
}
div#trace a:hover {
	color: #9e65c5;
}

/* Navigation */
ul#navigation {
	height: 51px;
	margin: 0;
	z-index: 5;
	position: relative;
	padding: 0 0 0 2px;
	list-style-type: none;
	background: top left url(images/background_navigation_border.jpg) no-repeat;
}
ul#navigation li {
	float: left;
	display: block;
	background: none;
	padding: 0;
	position: relative;
}
ul#navigation li span.border, ul#navigation li span.active_border, ul#navigation li span.active_border_l {
	background: top left url(images/background_navigation_border.jpg) no-repeat;
	height: 50px;
	float: left;
	width: 2px;
	display: block;
}
ul#navigation li span.active_border, ul#navigation li span.active_border_l {
	background: top left url(images/background_navigation_border_active.jpg) no-repeat;
}
ul#navigation li span.active_border_l {
	margin-left: -2px;
}
ul#navigation li span.shadow {
	position: absolute;
	left: 19px;
	top: 14px;
	color: #fff;
	cursor: pointer;
	font: 13px "Lucida Sans Unicode", sans-serif;
	z-index: 2;
}
ul#navigation li a {
	float: left;
	display: block;
	padding: 15px 20px;
	height: 20px;
	font: 13px "Lucida Sans Unicode", sans-serif;
	color: #141414;
	text-decoration: none;
}
ul#navigation li a:hover,
ul#navigation li a.active,
ul#navigation li.active a {
	color: #000;
	background: top left url(images/background_navigation_hover.jpg) repeat-x;
}

/* Subelements */
ul#navigation ul.subelements {
	position: absolute;
	top: 50px;
	left: -2px;
	padding: 5px 0;
	width: 200px;
	z-index: 6;
	display: none;
	background: #121212;
	opacity: .95;
	-moz-opacity: .95;
	-khtml-opacity: .95;
	filter: alpha(opacity=95);
}
ul#navigation ul.subelements li.firstElement {
	display: none;
}
ul#navigation ul.subelements li {
	float: none;
	display: block;
}
ul#navigation ul.subelements li a {
	display: block;
	padding: 5px 20px;
	height: 20px;
	width: 160px;
	font: 11px "Lucida Sans Unicode", sans-serif;
	color: #fff;
	text-decoration: none;
}
ul#navigation  ul.subelements li a:hover, ul#navigation  ul.subelements li a.active {
	color: #bed736;
	background: none;
}
ul#navigation  ul.subelements li a.active {
	padding: 5px 20px 5px 25px;
	width: 155px;
}
ul#navigation li.active ul a {
	color: #fff;
	background: none;
}

/* Body */
div#body {
	height: auto;
	margin: 0 auto;
	padding-bottom: 120px;
}
div#body div#top {
	height: 123px;
	margin-bottom: 20px;
	color: #c3c3c3;
}
div#body div#top p {
	margin: 0;
}
div#body div#top div.left p strong  {
	color: #bed736;	
	font: 16px/20px "Lucida Sans Unicode", sans-serif;
	font-weight: normal;
}
div#body div#top div.left, div#body div#top div.right {
	width: 480px;
	float: left;
	height: 81px;
	overflow: hidden;
	padding: 20px 0;
	position: relative;
}
div#body div#top div.left {
	margin-right: 20px;
}
div#body div#left, div#body div#right, div#body div#main {
	float: left;
	width: 480px;
	overflow: hidden;
	position: relative;
}
div#body div#main {
	width: 980px;
}
div#body div.inner {
	width: 500px;
}
div#body div.inner-wide {
	width: 1000px;
}
div#body div#left {
	margin-right: 20px;
}
div#body div#right {}
/* Columns */
div#body div.column {
	width: 230px;
	float: left;
	margin: 0 20px 0 0;
}

/* Advertisement */
div#header div.ad, div#body div#top div.right div.ad {
	width: 468px;
	height: 60px;
	float: right;
	background: #fff;
	border: 1px solid #fff;
}
div#body div#top div.right div.ads h2, div#body div#top div.right div.ads p.strong {
	margin: 0;
	margin-left: 12px;
}
div#body div#top div.right div.ads p.strong {
	color: #fff;
	font: 12px/20px "Lucida Sans Unicode", sans-serif;
	font-weight: normal;
}
div#body div#top div.right div.advertentie_tekst {
	position: absolute;
	top: 20px;
	width: 400px;
	right: 0;
	color: #666;
	text-align: right;
}

/* Hoofdblokken voor lijsten */
div.block {
	width: 230px;
	float: left;
	border-bottom: 1px solid #2c2c2c;
	margin: 0 20px 20px 0;
}
div.block.wide {
	width: 480px;
}
div.block h2 {
	margin: 0;
	height: 30px;
	background: url(images/background_heading2.jpg) repeat-x;
}
div.block h2 a, div.block h2.blanco span.blob {
	height: 20px;
	background: url(images/heading_green.jpg) no-repeat;
	padding: 5px 20px 5px 40px;
	display: block;
	text-decoration: none;
	color: #fff;
}
div.block div.list, div.block div.list-item {
	background: #202020;
	padding: 0 20px 20px 20px;
	border-top: 1px solid #141414;
	border-bottom: 1px solid #141414;
}
div.block p {
	margin: 20px 0 0 0;
	color: #474747;
}
div.block p a {
	color: #474747;
	text-decoration: none;
}
div.block p a:hover {
	color: #9e65c5;
}
div.block ul {
	margin: 20px 0 0 0;
}
div.block ul a {
	color: #7d7d7d;
	text-decoration: none;
}
div.block ul em a {
	color: #bed736;
}
div.block ul em a:hover {
	color: #9e65c5;
}
div.block ul a:hover {
	color: #fff;
}
div.block ul li {
	background: 0px 8px url(images/arrow_block.gif) no-repeat;
}
/* Hover effecten */
div.block.hover p, div.block.hover p a  {
	color: #5e5e5e;
}
div.block.hover div.list, div.block.hover div.list-item {
	background: #2c2c2c;
}
div.block.hover h2 {
	background: url(images/background_heading2_hover.jpg) repeat-x;
}
div.block.hover ul li {
	background: 0px 8px url(images/arrow_block_hover.gif) no-repeat;
}
div.block ul li.tip {
	background: 0px 5px url(images/star.gif) no-repeat;
	padding-left: 15px;
	font-weight: bold;
}
div.block.hover ul li.tip {
	background: 0px 5px url(images/star_hover.gif) no-repeat;
	padding-left: 15px;
	font-weight: bold;
}
/* Heading colors */
.block .blanco.heading1 .blob,
.block.hover .blanco.heading1 .blob,
.block .purple a,
.block.hover .purple a,
.block .heading1 a,
.block.hover .heading1 a {
	background: url(images/heading_purple.jpg) no-repeat;
}
.block .blanco.heading2 .blob,
.block.hover .blanco.heading2 .blob,
.block .white a,
.block.hover .white a,
.block .heading2 a,
.block.hover .heading2 a {
	background: url(images/heading_white.jpg) no-repeat;
}
.block .blanco.heading3 .blob,
.block.hover .blanco.heading3 .blob,
.block .orange a,
.block.hover .orange a,
.block .heading3 a,
.block.hover .heading3 a {
	background: url(images/heading_orange.jpg) no-repeat;
}

/* Footer */
div#footer {
	position: relative;
	z-index: 2;
	bottom: 0;
	width: 100%;
	height: 57px;
	border-top: 3px solid #bed736;
	background: #fff;
	padding: 20px 0;
	margin-top: -100px;
	overflow: hidden;
}
div#footer p {
	margin: 0;
}
div#shortcuts {
	width: 1020px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
div#shortcuts div#slide_container {
	overflow: hidden;
	width: 980px;
	height: 57px;
	float: left;
}
div#shortcuts div#slide_container div#buttons {
	width: 2000px;
}
div#shortcuts a img {
	opacity: .5;
	-moz-opacity: .5;
	-khtml-opacity: .5;
	filter: alpha(opacity=50);
}
div#shortcuts a:hover img {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
}
div#shortcuts a.prev {
	float: left;
	width: 10px;
	padding: 33px 2px 24px 8px;
	background: #fff;
}
div#shortcuts a.next {
	float: left;
	border-left: 1px solid #d9d9d9;
	width: 10px;
	padding: 33px 2px 25px 7px;
	background: #fff;
}
div#shortcuts div.shortcut, div#shortcuts div.shortcut_hover {
	float: left;
}
div#shortcuts div.shortcut a, div#shortcuts div.shortcut_hover  {
	color: #646464;
	font: 11px "Lucida Sans Unicode", sans-serif;
	text-decoration: none;
	width: 224px;
	padding: 12px 10px 0 10px;
	height: 45px;
	border-left: 1px solid #d9d9d9;
	float: left;
	display: block;
}
div#shortcuts a strong {
	font-weight: normal;
}
div#shortcuts a span.desc {
	color: #a4a4a4;
	font: 11px/16px Arial, Helvetica, sans-serif;
}
div#shortcuts div.shortcut  a:hover, div#shortcuts div.shortcut_hover a:hover {
	color: #444;
}
div#shortcuts div.shortcut  a:hover span.desc, div#shortcuts div.shortcut_hover  a:hover span.desc {
	color: #898989;
}

/* Newspage */
div#news_page {}
div#news_page h1 {
	display: none;
}
div#news_page div.highlight {
	margin-bottom: 20px;
}
div#news_page div.highlight p {
	margin: 0;
}
div#news_page div.highlight h2 a {
	color: #fff;
	text-decoration: none;
}
div#news_page div.highlight h2 a:hover {
	color: #9e65c5;
}
/* Newsmessage */
div#news_message {}
div#news_message p.back a {
	background: 0px 5px url(images/arrow.gif) no-repeat;
	padding-left: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #474747;
}
div#news_message p.back a:hover {
	color: #9e65c5;
}
/* News archive */
div#news_archive ul.months {
	text-transform: capitalize;
}
div#news_archive span.date {
	text-transform: capitalize;
}
/* News global */
div#news_page h1, div#news_message  h1, div#news_archive  h1 {
	color: #fff;
}
div#news_page p.date, div#news_message p.date {
	color: #474747;
}
/* News view */
div#news_view {
	background: #212121;
}
div#news_view p, div#news_view h2 {
	margin: 0;
	padding: 0;
}
div#news_view  p.more a {
	padding: 5px 10px 5px 22px;
	background: 10px 13px #1a1a1a url(images/arrow_more.gif) no-repeat;
	text-decoration: none;
	color: #c3c3c3;
	width: 448px;
	font-weight: bold;
	display: block;
}
div#news_view  p.more a:hover {
	color: #fff;
	background: 10px 13px #171717 url(images/arrow_more_hover.gif) no-repeat;
}
div#news_view h2 a {
	background: #2c2c2c;
	padding: 5px 10px;
	border-bottom: 1px solid #212121;
	display: block;
	width: 460px;
	text-decoration: none;
	color: #bed736;
}
div#news_view h2 a:hover, div#news_view div.title_hover h2 a {
	color: #fff;
	cursor: pointer;
	background: #313131;
}
div#news_view div.highlight {
	position: relative;
}
div#news_view div.highlight span.date  {
	position: absolute;
	right: 10px;
	top: 5px;
	color: #595959;
	font-weight: bold;
	cursor: pointer;
	text-transform: capitalize;
}
div#news_view div.highlight p.desc {
	padding: 10px;
	margin-bottom: 2px;
}

/* Framecontroller */
div#frame_controller {
	width: 480px;
	float: left;
	margin: 0 20px 20px 0;
	border-bottom: 1px solid #2c2c2c;
}
div#frame_controller div#frameContainer {
	background: #212121;
	height: 123px;
	width: 100%;
	margin-top: 1px
	;
	position: relative;
	border-bottom: 1px solid #141414;
}
div#frame_controller div#frameContainer div.element {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 480px;
	height: 123px;
	overflow: auto;
}
div#frame_controller div#frame_navigation {
	height: 31px;
}
div#frame_controller div#frame_navigation h2 {
	float: left;
	margin: 0;
	background: url(images/background_heading2.jpg) repeat-x;
}
div#frame_controller div#frame_navigation h2 a {
	height: 20px;
	padding: 3px 20px 7px 20px;
	display: block;
	float: left;
	text-decoration: none;
	color: #fff;
	width: 118px;
}
div#frame_controller div#frame_navigation h2 a.active {
	background: url(images/background_heading2_hover.jpg) repeat-x;
}
div#frame_controller div#frame_navigation h2 span.border {
	background: top left url(images/background_heading_border.jpg) no-repeat;
	height: 30px;
	float: left;
	width: 2px;
	display: block;
}

/* Plaatsen lijst */
ul.plaatsen_lijst {}
ul.plaatsen_lijst li {
	float: left;
	width: 100px;
	margin-right: 10px;
	height: 20px;
	overflow: hidden;
}

/* CustomDB body items */
.items.double li, .block .item-show .detail {
	float: left;
	width: 190px;
	margin-right: 20px;
}
.items.double .tip {
	width: 185px;
}

/* Contactformulier */
div.mailer_ext {
	display: block;
}
div.mailer_ext div.message {
	display: block;
	cursor: pointer;
	margin-bottom: 22px;
}
div.mailer_ext div.message  h2, .wzStep .message h2 {
	margin: 0;
}
div.mailer_ext div.message br, .wzStep .message br  {
	display: none;
	visibility: hidden;
}
div.mailer_ext div.content p, .wzStep .message li {
	background: 0 10px url(images/arrow.gif) no-repeat;
	padding-left: 10px;
	margin: 0;
}
div.mailer_ext label, .wzStep label, .regel label {
	display: block;
	float: left;
	width: 110px;
}
div.mailer_ext input, div.mailer_ext input.text, div.mailer_ext input.focus, .wzStep input, .wzStep select {
	margin-bottom: 3px;
	width: 180px;
	padding: 2px 3px;
}
div.mailer_ext input.text, .wzStep input, .wzStep select {
	background: #fff;
	border: 3px solid #2c2c2c;
}
div.mailer_ext textarea, div.mailer_ext textarea.focus, .wzStep textarea {
	width: 290px;
	height: 80px;
	padding: 2px 3px;
	background: #fff;
	border: 3px solid #2c2c2c;
}
div.mailer_ext input.versturen, div.mailer_ext input.versturen_hover, .wzButtons input, .buttons button, .search .button {
	text-transform: capitalize;
	width: 95px;
	cursor: pointer;
	color: #fff;
	font: 12px "Lucida Sans Unicode", sans-serif;
	border: none;
	background: #bed736 url(images/search.jpg) no-repeat;
	height: 30px;
	padding: 0 0 0 25px;
	text-align: left;
	margin: 0;
}
div.mailer_ext input.versturen_hover, .wzButtons input:hover, .buttons button:hover {
	background: #9642d0 url(images/search_hover.jpg) no-repeat;
}
div.mailer_ext input.versturen:focus, div.mailer_ext input.versturen:active,
div.mailer_ext input.versturen_hover:focus, div.mailer_ext input.versturen_hover:active,
.wzButtons input:focus, .wzButtons input:active {
	border: none;
	outline: none;
}
div.mailer_ext div.textarea label, .wzTextArea label, #wzLink label {
	display: block;
	width: 100%;
	color: #fff;
	font: 12px/20px "Lucida Sans Unicode", sans-serif;
}
div.mailer_ext div.textarea textarea, .wzTextArea textarea, #wzLink input {
	width: 290px;
	margin-top: 3px;
}
div.mailer_ext div.radio_buttons, div.wzRadio, div.wzTextArea {
	margin-bottom: 20px;
}
div.mailer_ext div.radio_buttons label, .wzRadio p {
	float: none;
	display: block;
	width: auto;
	margin-bottom: 5px;
	color: #fff;
	font: 12px/20px "Lucida Sans Unicode", sans-serif;
}
div.mailer_ext div.radio_buttons input, .wzRadio input {
	width: auto;
	border: none;
}
div.mailer_ext div.radio_buttons input.text, div.mailer_ext div.radio_buttons input.focus {
	margin-bottom: 3px;
	width: 180px;
	padding: 2px 3px;
	background: #fff;
	border: 3px solid #2c2c2c;
}
div.mailer_ext p.extra {
	margin: 0;
	color: #999;
	margin-top: -5px;
	margin-bottom: 5px;
	font-style: italic;
}
div.mailer_ext h2.title {
	margin-bottom: 6px;
}
/* Focus elements*/
div.mailer_ext input.error, div.mailer_ext textarea.error, .wzStep .wzInputError {
	border: 3px solid #cc0000;
}
div.mailer_ext input.focus, div.mailer_ext textarea.focus, div.mailer_ext div.radio_buttons input.focus,
div.mailer_ext input:focus, div.mailer_ext textarea:focus,
.wzStep input:focus, .wzStep textarea:focus, .wzStep select:focus {
	border: 3px solid #bed736;
}
.wzButtons input:focus {
	border: none;
	background: #9642d0 url(images/search_hover.jpg) no-repeat;
}

/* Mailer ext  page */
/* Mailer_ext_page */
body#mailer_ext_page_body {
	background: none;
	background: #fff;
	padding: 25px;
	font: 12px/22px Arial, sans-serif;
	color: #646464;
}
body#mailer_ext_page_body a {
	color: #7e99b2;
	border-bottom: 1px dotted #7e99b2;
	text-decoration: none;
}
body#mailer_ext_page_body a:hover {
	color: #4e6b84;
	border-bottom: 1px dotted #4e6b84;
}
body#mailer_ext_page_body h1 {
	display: block;
	font: 20px "Lucida Sans Unicode", sans-serif;
	color: #4e6b84;
	margin: 0 0 22px 0;
	font-weight: normal;
	font-style: normal;
	padding: 0;
}
body#mailer_ext_page_body div#login {
	background: #fff;
	margin: 20px auto;
	padding: 22px 30px;
	border: 1px solid #ccc;
	background: #fff;
	width: 300px;
}

/* Main container */
table#mailer_ext_page {
	border: 1px solid #aaa;
	background: #fff;
	width: 100%;
}
table#mailer_ext_page td {
	padding: 15px 20px;
}

/* Navigatie */
table#mailer_ext_page div#structure a.active:link, table#mailer_ext_page div#structure a.active:visited {
	color: #4e6b84;
}

/* De tabel */
table#mailer_ext_page table#records {
	width: 100%;
	border: none;
}
table#mailer_ext_page table#records, table#mailer_ext_page table#records td {
	font-size: 11px;
}
table#mailer_ext_page table#records th {
	text-align: left;
	white-space: nowrap;
	background: #fff;
	font: 14px/22px "Lucida Sans Unicode", sans-serif;
	color: #fff;
	padding: 5px;
	background: url(modules/mailer_ext/images/mailerpage_heading.gif) repeat-x;
	border-left: 1px solid #fff;
}
table#mailer_ext_page table#records tr.odd {
	background: #fff;
}
table#mailer_ext_page table#records tr.even {
	background: #fafafa;
}
table#mailer_ext_page table#records td {
	padding: 5px;
	border-bottom: 1px solid #ccc;
}
table#mailer_ext_page table#records td.attributes {
	white-space: nowrap;
}
table#mailer_ext_page p.back {
	margin: 22px 0 0 0;
}

/* CSV */
table#mailer_ext_page div#csv {
	float: right;
	margin-top: 15px;
}
table#mailer_ext_page img {
	vertical-align: top;
}

/* Inloggen */
div#login input {
	margin: 2px 0 6px 0;
	width: 175px;
}
div#login input.versturen, div#login input.checkbox {
	width: auto;
}
div#login input.versturen {
	margin-right: 7px;
}

/* Tabelopmaak */
.table {
	width: 100%;
	margin-bottom: 20px;
}
.table td, .table th {
	text-align: center;
	vertical-align: top;
}
.table .left {
	text-align: left;
}
.table .right {
	text-align: right;
}

/* Wizard specific */
.wz-navigation, .wzStep .message {
	display: none;
	clear: both;
	padding-top: 1px;
}
.wzStep .message ul {
	margin: 0;
}
.wzStep .message-heading {
	margin: 20px 0 0 0;
	font-weight: bold;
}
.wzStep input, .wzStep textarea, .wzStep select {
	float: left;
}
.wzRadio label {
	float: left;
	width: auto;
}
.wzRadio input {
	float: left;
	background: none;
}
.wzRadio input:focus {
	border: none;
	background: none;
}
.wzRadioOptions {
	clear: both;
}
p.wzTooltip {
	float: left;
	margin: 0 0 0 5px;
}
.wzButtons input {
	margin-right: 5px;
}
#Budget-namelijk, #Namelijk {
	margin-bottom: 3px;
	width: 180px;
	padding: 2px 3px;
	background: #fff;
	border: 3px solid #2c2c2c;	
}
#Budget-namelijk:focus, #Namelijk:focus {
	border: 3px solid #bed736;
}
#wzBudget-namelijk, #wzNamelijk {
	clear: both;
}
#wzBudget-namelijk label, #wzNamelijk label {
	margin: 5px 5px 0 0;
}
.wzStep h1 {
	margin-bottom: 10px;
}
div.wzInput {
	margin-bottom: 7px;
}
.wzStep select {
	width: 192px;
}
#wzNavigation ol {
	margin: 20px 20px 0 20px;
	padding: 0;
}
.info-label {
	margin-bottom: 10px;
}

#companies-admin td, #companies-admin th {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
#companies-admin th {
	border-top: 1px solid #999;
	background: #484848;
	text-align: left;
	color: #ddd;
}
#companies-admin table .side-left {
	border-left: 1px solid #999;
}
#companies-admin .actions a {
	width: 14px;
	height: 14px;
	display: block;
	background-image: url(images/actions.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	float: left;
	margin-right: 5px;
}
#companies-admin .deny {
	background-position: -15px 0;
}
#companies-admin .edit {
	background-position: -30px 0;
}
#companies-admin span {
	color: #fff;
}
#companies-admin .red {
	color: #ff0c0c;
}
#companies-admin .green {
	color: #bed736;
}
#wzNext {
	float: right;
}
#wzPrevious {
	float: left;
}
#login input#aums_auth_remember {
	width: auto;
	border: none;
}
.regel {
	margin-bottom: 3px;
}
.regel label {
	width: 150px;
}
.buttons {
	margin-top: 10px;
}
.block .item-show p, .block .item-show a {
	color: #888;
}
#report-step {
	width: 480px;
	float: left;
	margin: 0 20px 20px 0;
	border: none;
}
#report-step .wzButton {
	float: none;
}
.block .list-item.white {
	background: #2c2c2c;
}
.block .list-item.white p, .block .list-item.white a {
	background: #2c2c2c;
	color: #bbb;
}
.block .list-item.white .detail {
	margin: 0 20px 20px 0;
}
.block .list-item.white .links {
	clear: both;
	position: relative;
	padding-bottom: 20px;
}
.block .list-item.white .links p {
	position: absolute;
	top: 0;
	margin: 0;
}
.block .list-item.white .links a {
	color: #555;
	text-decoration: none;
}
.block .list-item.white .links .actions a {
	margin-left: 20px;
}
.block .list-item.white .links a:hover {
	color: #999;
}
.block .list-item.white .links .actions {
	right: 0;
}
.block .list-item.white .links .more {
	left: 0;
}
.list-item .image {
	height: 100px;
}
.block.search .list {
	padding: 20px;
	background: #2c2c2c;
}
.block.search .text {
	width: 225px;
	line-height: normal;
	vertical-align: top;
	font-size: 14px;
	color: #222;
	padding: 5px;
	margin: 0 5px 0 0;
}
.block.search select {
	width: 80px;
	line-height: normal;
	vertical-align: top;
	color: #222;
	margin-right: 5px;
	padding: 5px;
	font-size: 14px;
}
.sort-list-container .section {
	float: left;
	width: 210px;
}
#search-text {
	margin: 0;
	color: #676767;
}
.block .licence-name, .block.hover .licence-name {
	background: none;
	color: #222;
	margin: 0;
}
.block .list-item.white .google-maps-container p {
	margin: 0;
	background: none;
	color: #777;
}
.block .list-item.white  .google-maps-container a {
	background: none;
	color: #bed736;
}
