/*
Theme Name: 1eKoophuis
Theme URI: http://www.1ekoophuis.nl
Description: Wordpress theme for 1stekoophuis.nl. Niet herbruiken zonder toestemming.
Version: 1
Author: Damien van Holten - DLMA
Author URI: http://www.dlma.nl
Tags: eerste, koophuis
*/

/*--------------------------------------------------------------------------------------------------
Basic Style Sheet (all browsers)

version:	1
author:		Damien van Holten
email:		damien@dlma.nl
website:	http://www.dlma.nl
--------------------------------------------------------------------------------------------------*/

@import "css/reset.css";
@import "css/safari-checkbox.css";
@import "css/additional.css";


/* Generic styles
--------------------------------------------------------------------------------------------------*/

body
{
	font-size: 13px;
	background: #343434;
}

/* Generic styles - Classes
--------------------------------------------------------------------------------------------------*/

.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	float: none;
	clear: both;
}

.image_link
{
	background: none !important;
}


/* Typography
--------------------------------------------------------------------------------------------------*/

p
{
	padding: 0 0 15px 0;
}

#main_content p
{
	color: #272727;
}

p.blog_description
{
	display: none;
}

ul,
ol
{
	padding: 0 0 15px 0;
}

h1
{
	font-size: 35px;
}

h4#logo
{
	font-size: 26px;
	color: #fff;
}

h4#logo a
{
	color: #fff;
}


/* Links
--------------------------------------------------------------------------------------------------*/

/* Default Links */

a:link,
a:visited
{
	color: #fff;
	text-decoration: underline;
}

a:hover,
a:active
{
	color: #f93;
	text-decoration: none;
}


/* Navigation Links */

.nav a:link,
.nav a:visited
{
	color: #343434;
	text-decoration: none;
}

.nav a:hover,
.nav a:active
{
	color: #fff;
	text-decoration: underline;
	background: #f93;
}

/* Sub Nav Links */

#sub_nav a:link,
#sub_nav a:visited
{
	color: #343434;
	text-decoration: none;
}

#sub_nav a:hover,
#sub_nav a:active
{
	color: #fff;
	text-decoration: underline;
	background: #f93;
}


/* Copy Links */

/*
.copy a:link,
.copy a:visited
{
	color: #343434;
	text-decoration: underline;
}

.copy a:hover,
.copy a:active
{
	color: #f93;
	text-decoration: underline;
} */

.copy a:link,
.copy a:visited
{
	color: #666;
	text-decoration: none;
	background: url(images/bg-link-normal.gif) 50% 100% no-repeat;
	padding-bottom: 3px;
}

.copy a:hover,
.copy a:active
{
	color: #fd9833;
	text-decoration: none;
	background: url(images/bg-link-normal.gif) 50% 100% no-repeat;
}

#gallery a:link,
#gallery a:visited,
#gallery a:hover,
#gallery a:active
{
	background: none !important;
}

.cta_link_blog
{
	width: 355px;
	height: 104px;
	margin: 0 0 20px 0;
	float: left;
	background: url(images/cta-link-blog.gif) 0 0 no-repeat;
	text-indent: -9999px;
}

.cta_link_voordeel
{
	width: 355px;
	height: 104px;
	margin: 0 0 20px 0;
	float: left;
	background: url(images/cta-link-voordeel-check.gif) 0 0 no-repeat;
	text-indent: -9999px;
}

.cta_link_regelingen
{
	width: 355px;
	height: 104px;
	margin: 0 0 20px 0;
	float: right;
	background: url(images/cta-link-regelingen.gif) 0 0 no-repeat;
	text-indent: -9999px;
}

.cta_link_starterscoach
{
	width: 357px;
	height: 107px;
	margin: 0 0 20px 0;
	float: right;
	background: url(images/cta-link-starterscoach.gif) 0 0 no-repeat;
	text-indent: -9999px;
}

.cta_link_nieuwbouw
{
	width: 433px;
	height: 33px;
	margin: 0 0 10px 0;
	display: block;
	background: url(images/zoek-jouw-starterswoning.gif) 0 0 no-repeat !important;
	text-indent: -9999px;

}

a.cta_link_koopwoningen:link,
a.cta_link_koopwoningen:visited
{
	display: block;
	text-align: right;
	text-decoration: underline;
	font-size: 20px;
	background: none !important;
	margin: 0 0 20px 0;
}




/* Borders
--------------------------------------------------------------------------------------------------*/
.border_top
{
	border-top: 1px solid #9e9e9e;
}

.border_bottom
{
	border-bottom: 1px solid #9e9e9e;
}

/* Icons
--------------------------------------------------------------------------------------------------*/

#social_links ul li a
{
	display: block;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
}

.linked_in
{
	background: url(images/linkedin_32.gif) 0 0 no-repeat;
}

.facebook
{
	background: url(images/facebook_32.gif) 0 0 no-repeat;
}

.twitter
{
	background: url(images/twitter_32.gif) 0 0 no-repeat;
}

/* Backgrounds
--------------------------------------------------------------------------------------------------*/

#main_content
{
	margin: 0 0 20px 0;
}

#main_content.alt
{
	margin: 20px 0 20px 0;
}


#main_content.three_column
{
	background: url(images/box-backgrounds/box-main-3column-bg.gif) 0 bottom no-repeat;
}

#main_content.three_column .inner_wrapper
{
	background: url(images/box-backgrounds/box-main-3column-header.gif) 0 top no-repeat;
}

#main_content.two_column
{
	background: url(images/box-backgrounds/box-main-2column-bg.gif) 0 bottom no-repeat;
}

#main_content.two_column .inner_wrapper
{
	background: url(images/box-backgrounds/box-main-2column-header.gif) 0 top no-repeat;
}

#map_wrapper.two_column
{
	background: url(images/box-backgrounds/box-main-2column-bg.gif) 0 bottom no-repeat;
}

#map_wrapper.two_column .inner_wrapper
{
	background: url(images/box-backgrounds/box-main-2column-header.gif) 0 top no-repeat;
}

#main_content.zoek
{
	background: url(images/box-backgrounds/box-zoek-bg.gif) 0 bottom no-repeat;
}

#main_content.zoek .inner_wrapper
{
	background: url(images/box-backgrounds/box-zoek-header.gif) 0 top no-repeat;
}

#sub_nav
{
	background: url(images/box-backgrounds/box-side-bg.gif) 0 bottom no-repeat;
}

#sub_nav .inner_wrapper
{
	background: url(images/box-backgrounds/box-side-header.gif) 0 top no-repeat;
}


/* Tables
--------------------------------------------------------------------------------------------------*/

table
{
	font-size: 12px;
	border-collapse: collapse;
	margin: 0 0 20px 0;
}

thead
{
	border-bottom: 1px solid #ccc;
	font-weight: normal;
}

tr
{
	
}

td,
th
{
	width: 33%;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 5px;
}

td.last_cell,
th.last_cell
{
	border-right: none;
}

th.first_row
{
	border-top: none;
}


/* Layout
--------------------------------------------------------------------------------------------------*/

#wrapper
{
	margin: 0 auto;
	width: 960px;
	overflow: hidden;
}

#group_wrapper
{
	width: 730px;
	float: left;
	overflow: hidden;
}

/*On Homepage #main_wrapper #map_wrapper is wrapped with #group_wrapper.*/
#group_wrapper #main_wrapper,
#group_wrapper #map_wrapper
{
	width: 730px;
	overflow: hidden;
}

#sub_nav
{
	margin: 0 20px 0 0;
	padding: 0 0 20px 0;
	float: left;
	width: 210px;
}

#main_content.three_column
{
	float: left;
	width: 500px;
}

#main_content.two_column
{
	float: left;
	width: 730px;
}

#sidebar
{
	float: right;
	width: 210px;
	position: relative;
	padding-bottom: 135px;
}

#footer
{
	margin: 10px auto 0;
	width: 960px;
	border-top: 1px solid #9e9e9e;
	color: #fff;
}

.inner_wrapper
{
	padding: 20px 20px 0 20px;
}

/*Reset padding for .inner_wrapper in #map_wrapper*/
#map_wrapper div.inner_wrapper
{
	padding: 6px;
}


/* Toolbox
--------------------------------------------------------------------------------------------------*/

#main_content a.post-edit-link:link,
#main_content a.post-edit-link:visited
{
	display: block;
	border-top: 1px solid #b5b5b5;
	margin: 6px 0 0 0;
	padding: 4px 0 0 6px;
	font-size: 11px;
	background: url(images/bg-editlink.gif) 0 0 repeat-x;
	color: #0f40bb;
}


/* Header
--------------------------------------------------------------------------------------------------*/

#header
{
	background: url(images/bg-header.gif) 100% 20px no-repeat;
	width: 960px;
	overflow: hidden;
}

#header h4
{
	float: left;
	height: 84px;
	width: 531px;
	display: block;
	text-indent: -999em;
	margin: 15px 0 15px 0;
	background: url(images/logo-eerstekoophuis.gif) 0 0 no-repeat;
}

#header h4 a
{
	display: block;
 	width: 531px;
	height: 84px;
}

/* Navigation
--------------------------------------------------------------------------------------------------*/

ul#navigation
{
	display: block;
	border-top: 1px solid #9e9e9e;
	border-bottom: 1px solid #9e9e9e;
	margin: 0 0 20px 0;
	padding: 10px 0;
	height: 26px;
}

ul#navigation li
{
	float: left;
	margin-right: 8px;
}

/* Sliding Doors
--------------------------------------------------------------------------------------------------*/

ul#navigation li a span
{
    display: block;
    padding: 6px 14px 7px 0;
    background: green url(images/buttons/nav-button-right.gif) right 0 no-repeat;
}

ul#navigation li a
{
	display: block;
	padding: 0 0 0 14px;
	background: url(images/buttons/nav-button-left.gif) 0 0 no-repeat;
}

ul#navigation li a:link,
ul#navigation li a:visited
{
	background: url(images/buttons/nav-button-left.gif) 0 0 no-repeat;
}

ul#navigation li a:hover,
ul#navigation li a:active
{
	text-shadow: 1px 0 2px #000;
	background: url(images/buttons/nav-button-left.gif) 0 -26px no-repeat;
}

ul#navigation li a:link span,
ul#navigation li a:visited span
{
	background: url(images/buttons/nav-button-right.gif) right 0 no-repeat;
}

ul#navigation li a:hover span,
ul#navigation li a:active span
{
	background: url(images/buttons/nav-button-right.gif) right -26px no-repeat;
}

ul#navigation li.current_page_item a,
ul#navigation li.current_page_ancestor a,
ul#navigation li.current_page_parent a 
{
	background: url(images/buttons/nav-button-left.gif) 0 -26px no-repeat;
}

ul#navigation li.current_page_item a span,
ul#navigation li.current_page_ancestor a span,
ul#navigation li.current_page_parent a span
{
	color: #fff;
	text-shadow: 1px 0 2px #000;
	background: url(images/buttons/nav-button-right.gif) right -26px no-repeat;
}

/* Sub Nav
--------------------------------------------------------------------------------------------------*/

#sub_nav
{
	font-size: 12px;
}

#sub_nav ul
{
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #9e9e9e;
}

#sub_nav ul li
{
	line-height: 17px;
	border-top: 1px solid #9e9e9e;
	background: #fff;
}

#sub_nav ul li a
{
	padding: 5px 8px;
	display: block;
}

#sub_nav ul li a:link,
#sub_nav ul li a:visited
{
	color: #343434;
}

#sub_nav ul li ul
{
	border-style: none;
}

#sub_nav ul li ul li a
{
	padding: 5px 8px 5px 20px;
	display: block;
	font-size: 11px;
}

#sub_nav ul li ul li a:link,
#sub_nav ul li ul li a:visited,
#sub_nav ul li.current_page_item ul li a:link,
#sub_nav ul li.current_page_item ul li a:visited
{
	background: #fff;
	color: #323232;
}

#sub_nav ul li a:hover, /* Active items */
#sub_nav ul li a:active,
#sub_nav ul li ul li a:hover, /* Active items */
#sub_nav ul li ul li a:active,
#sub_nav ul li.current_page_item a:link,
#sub_nav ul li.current_page_item a:visited,
#sub_nav ul li.current_page_item a:hover,
#sub_nav ul li.current_page_item a:active,
#sub_nav ul li.current_page_item ul li a:hover,
#sub_nav ul li.current_page_item ul li a:active,
#sub_nav ul li ul li.current_page_item a:link,
#sub_nav ul li ul li.current_page_item a:visited,
#sub_nav ul li ul li.current_page_item a:hover,
#sub_nav ul li ul li.current_page_item a:active
{
	background: #f93;
	color: #fff;
}

/* #main_content
--------------------------------------------------------------------------------------------------*/

#main_content h1
{
	padding: 0 0 12px 0;
	margin: 0 0 8px 0;
	border-bottom: 1px solid #9e9e9e;
}

#main_content h1.blog_title
{
	border-bottom: none;
	margin: 0 0 8px 0;
	padding: 0;
}

#main_content h1.alt
{
	font-size: 18px;
	padding: 0 0 15px 0;
	margin: 0 0 8px 0;
	border-bottom: 1px solid #9e9e9e;
}

#main_content h2
{
	font-size: 16px;
	margin: -10px 0 10px 0;
}

#main_content h3
{
	color: #444;
	font-size: 18px;
	line-height: 27px;
	padding: 0 0 15px 0;
}

#main_content p
{
	line-height: 21px;
}

#main_content ul
{
	margin: 0 0 0 55px;
}

#main_content ol
{
	padding-left: 55px;
}

#main_content ul li
{
	line-height: 21px;
	list-style-type: square;
}

#wrapper #main_content em
{
	font-family: georgia, times new roman, serif;
	font-weight: bold;
	font-size: 13px;
	color: #f08821;
}

.profile
{
	color: #fff;
	line-height: 19px; 
	padding: 13px;
	margin: 0 0 15px 0;
	border: 3px solid #eee;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: url(images/bg-header.gif) 100% 0 no-repeat #343434;
}

/* #sidebar
--------------------------------------------------------------------------------------------------*/

#sidebar ul li,
#newsletter
{
	margin: 0 0 20px 0;
}

/*

#sidebar .starters_voordeel
{
	background: url(images/vet-starters-voordeel.gif) 0 0 no-repeat;
	display: block;
	width: 209px;
	height: 207px;
	text-indent: -9999px;
}
*/

#sidebar #starters_acties
{
	position: relative;
	height: 211px;
	width: 209px;
	background: #343434 url(images/starters-acties/bg-starters-acties.gif) 0 0 no-repeat;
}

#sidebar #starters_acties ul,
#sidebar #starters_acties li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar #starters_acties #banner
{
	position: absolute;
	top: 15px;
	left: 12px;
	height: 180px;
	width: 185px;
	overflow: hidden;
}

#sidebar .redenen
{
	background: url(images/100-redenen.gif) 0 0 no-repeat;
	display: block;
	width: 209px;
	height: 82px;
	text-indent: -9999px;
}

#sidebar .startersregelingen
{
	background: url(images/cta-link-regelingen-sidebar.gif) 0 0 no-repeat;
	display: block;
	width: 209px;
	height: 80px;
	text-indent: -9999px;
}

#sidebar .enquete
{
	background: url(images/startersenquete.gif) 0 0 no-repeat;
	display: block;
	width: 209px;
	height: 80px;
	text-indent: -9999px;
}


#sidebar .starters_info
{
	background: url(images/starters-info.gif) 0 0 no-repeat;
	display: block;
	width: 209px;
	height: 70px;
	text-indent: -9999px;
}

#sidebar div.polaroid
{
	position: relative;
	padding: 0 0 0 0;
	height: 222px;
	width: 209px;
}

#sidebar div.polaroid img
{
	margin: 32px;
	margin: 32px;
}

#sidebar .polaroid div 
{
	position: absolute;
	top: 0;
	left: 0;
	background: url(images/polaroid_frame.png) 0 0 no-repeat;
	height: 222px;
	width: 209px;
	text-indent: -9999px;
}

#sidebar #rabobank
{
	position: absolute;
	bottom: 0;
	right: 0;
}

/* #zoek_module
--------------------------------------------------------------------------------------------------*/

#zoek_module
{
	float: left;
	overflow: hidden;
}

#zoek_module .zoek_column
{
	float: left;
	overflow: hidden;
	margin: 0 10px 0 0;
	padding: 10px;
	width: 203px;
	background: #fff;
	height: 221px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#zoek_module .zoek_column.last_child
{
	margin: 0;
}

#zoek_module h4
{
	font-size: 16px;
	margin: 0 0 12px 0;
	padding: 0 0 11px 0;
	border-bottom: 1px solid #fee0c1;
}

#zoek_module .zoek_column ul 
{
	margin: 0;
	height: 170px;
	overflow: auto;
	border: 1px solid #eee;
	padding: 5px;
}

#zoek_module .zoek_column ul li
{
	/* Stop Bullets appearing in IE8 */
	list-style-type: none;
}

#zoek_module .zoek_column ul li input
{
	margin: 0 2px 0 0;
	float: left;
	display: block;
}

#zoek_module .zoek_column ul li label
{
	float: left;
	margin-left: 5px;
}

#zoek_module .box_label
{
	display: block;
	margin: 0 0 2px 0;
	font-size: 11px;
}

#zoek_module select.box_select
{
	display: block;
	margin: 0 0 8px 0;
	padding: 3px 2px;
	width: 191px;
	display: block;
}

#main_content.zoek h1,
#main_content.zoek h2
{
	color: #fff;
	font-size: 32px;
	margin: 4px 0 12px 0;
	padding: 0 0 12px 0;
	border-bottom: 1px solid #fff;
}

div.zoek div.powered_by
{
	clear: both;
	text-align: right;
	margin: 0 0 20px 0;
}

/* #zoek_module (checkbox lister)
--------------------------------------------------------------------------------------------------*/

#zoek_module ul.checkbox_lister li
{
	width: 173px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	padding: 4px 0;
}

#zoek_module ul.checkbox_lister.alt li
{
	width: 190px;
}

#zoek_module ul.checkbox_lister li span.jquery-safari-checkbox
{
	float: left;
	margin-right: 5px;
}

#zoek_module ul.checkbox_lister li.last_child
{
	padding: 4px 0 0 0;
	border-bottom: none;
}

#zoek_module ul.checkbox_lister li.first_child
{
	padding: 0 0 4px 0;
}

#zoek_module ul.checkbox_lister li label
{
	float: left;
	width: 135px;
	font-size: 11px;
	color: #555;
	line-height: 15px;
	cursor: pointer;
}

#zoek_module ul.checkbox_lister li.selected label,
#zoek_module ul.checkbox_lister li label:hover
{
	color: #000;
}

/* #zoek_module (type selector)
--------------------------------------------------------------------------------------------------*/

.type_selector label
{
	display: block;
	background: grey;
	margin: 0 0 10px 0;
	padding: 4px 3px 8px 3px;
	font-size: 11px;
	font-weight: bold;
	background: #e8e8e8;
	color: #6f6f6f;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	cursor: pointer;
}

.type_selector label.selected
{
	background: #343434;
	color: #fff;
}

#zoek_module p.meta_information
{
	float: left;
	font-size: 11px;
	color: #fff;
	line-height: 15px;
	padding: 15px 0 0 0;
}

#zoek_module p.meta_information a:link,
#zoek_module p.meta_information a:visited
{
	color: #fff;
}

#zoek_module p.meta_information a:hover,
#zoek_module p.meta_information a:active
{
	color: #eee;
}

a.button_search:link,
a.button_search:visited
{
	margin: 15px 0 15px 0;
	text-indent: -999em;
	float: right;
	display: block;
	height: 33px;
	width: 109px;
	background: url(images/button-search.gif) 0 0 no-repeat;
}

a.button_search:hover,
a.button_search:active
{
	background: url(images/button-search.gif) 0 -33px no-repeat;
}

a.button_funda:link,
a.button_funda:visited
{
	margin: 0 0 15px 0;
	text-indent: -999em;
	float: right;
	display: block;
	height: 33px;
	width: 273px;
	background: url(images/button-funda.gif) 0 0 no-repeat;
}

a.button_funda:hover,
a.button_funda:active
{
	background: url(images/button-funda.gif) 0 -33px no-repeat;
}

/* #quiz form
--------------------------------------------------------------------------------------------------*/
#questionsform
{
	background: #323232;
	margin: 0 0 20px 0;
	padding: 10px;
	color: #fff;
}

#main_content #questionsform p {
	color: #fff;	
}

#questionsform #qbtn

#questionsform .obligatory

#questionsform #question_id{
}

/* #quiz form - results
--------------------------------------------------------------------------------------------------*/

#main_content ul#quiz_results
{
	margin: 0;
}

#main_content ul#quiz_results li
{
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #ccc;
}

#main_content ul#quiz_results li ul
{
	margin: 0 0 0 40px;
}

#main_content ul#quiz_results li ul li
{
	font-size: 12px;
	list-style-type: disc;
	border: none;
	margin: 0;
	padding: 0;
}

#main_content ul#quiz_results li img
{
	margin: 0 5px 0 0;
}

/* #footer
--------------------------------------------------------------------------------------------------*/

#footer
{
	color: #b4b4b4;
	padding: 15px 0 0 0;
}

/* #footer #social_links
--------------------------------------------------------------------------------------------------*/

#social_links
{
	width: 480px;
	float: left;
}

#social_links p
{
	padding: 0;
	margin-bottom: 5px;
}

#social_links ul
{
	position: relative;
	overflow: hidden;
	padding: 5px 0;
}

#social_links ul li
{
	float: left;
	display: inline;
	line-height: 32px;
	margin: 0 10px 0 0;
}


/* #footer #social_links form
--------------------------------------------------------------------------------------------------*/

input.normal_input
{
	float: left;
	margin: 3px 6px 0 8px;
	padding: 3px;
	width: 200px;
	border: 2px solid #000;
	font-size: 13px;
}


input.submit_input
{
	border: 2px solid #000;
	background: #fff;
	color: #666;
	text-align: center;
	font-weight: bold;
	padding: 3px;
	width: 210px;
	cursor: pointer;
	margin: 3px 0 0 0; 
	width: 80px;
}

.submit_input:hover
{
	color: #f93;
}

#social_links p.message_ty
{
	color: #fff;
}

#social_links p.error
{
	background: #c00;
	color: #fff;
	padding: 0 10px;
	text-align: center;
}


/* #footer #alt_nav
--------------------------------------------------------------------------------------------------*/

#footer .alt_nav
{
	width: 480px;
	float: right;
}

#footer .alt_nav p
{
	padding: 0 0 5px 0;
	text-align: right;
}

#footer .alt_nav ul
{
	width: 480px;
}

#footer .alt_nav ul li
{
 	float: right;
 	margin: 0 0 0 5px;
}

/* #search_results
--------------------------------------------------------------------------------------------------*/

#search_results
{
	margin: 0 0 25px 0;
}

#search_results h1
{
	color: #444;
	font-size: 26px;
	border: none;
	margin: 0;
	padding: 0 0 10px 0;
}

#search_results h1 span
{
	font-weight: normal;
}

#search_results h3
{
	position: relative;
	font-weight: normal;
	padding: 4px 20px;
	font-size: 11px;
	background: #ff9933;
	color: #fff;
	margin: 0;
	display: block;
	line-height: 16px;
	width: 650px;
	height: 16px;
}

#search_results h3 .sorting_methods
{
	z-index: 100;
	position: absolute;
	top: 30px;
	right: 20px;
	background: #fff;
	color: #333;
	padding: 5px 10px;
	border: 1px solid #949393;
	-moz-box-shadow: -1px 1px 5px #555;
	-webkit-box-shadow: -1px 1px 5px #555;
}

#search_results h3 .sorting_methods ul
{
	margin: 0;
	padding: 0;
}

#search_results h3 .sorting_methods ul li
{
	list-style: none;
	border-bottom: 1px dotted #999;
	padding: 5px 0;
	line-height: 21px;
}

#search_results h3 .sorting_methods ul li.last_child
{
	border: none;
}

#search_results h3 .sorting_methods ul li a:link,
#search_results h3 .sorting_methods ul li a:visited
{
	background: none;
}

#search_results h3 .sorting_methods ul li a.current
{
	color: #000;
}

#search_results h3 span
{
	font-weight: bold;
}

#search_results h3 .sort_trigger
{
	z-index: 200;
	position: absolute;
	top: 0;
	right: 20px;
	color: #fff;
	background: none;
	text-decoration: underline;
	font-weight: bold;
	padding: 3px 5px 13px 5px;
	cursor: pointer;
}

#search_results h3 .sort_trigger:hover
{
	color: #555;
}

#search_results h3 .sort_trigger.active
{
	color: #333;
	background: #fff;
	padding: 2px 4px 12px 4px;
	text-decoration: underline;
	font-weight: bold;
	border-left: 1px solid #949393;
	border-top: 1px solid #949393;
	border-right: 1px solid #949393;
}

#search_results .item
{
	padding: 15px 15px 15px 15px;
	position: relative;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}

#search_results .item:hover
{
	background: url(images/bg-item-hover.jpg) 0 100% repeat-x #eee;
}

#search_results .item img
{
	float: left;
	border: 2px solid #eee;
	margin-right: 8px;
}

#search_results .item:hover img
{
	border: 2px solid #ccc;
}

#search_results .item p.meta_information
{
	color: #666;
	float: left;
	width: 120px;
	margin-right: 8px;
	padding: 0;
	font-size: 11px;
	line-height: 16px;
}

#search_results .item:hover p.meta_information
{
	color: #333;
}

#search_results .item p.meta_information span
{
	color: #fff;
	background: #bbb;
	padding: 3px;
	font-size: 11px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#search_results .item h4
{
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #bbb;
	margin: 0 0 6px 0;
	padding: 0 0 6px 0;
	overflow: hidden;
}

#search_results .item h4 strong
{
	float: left;
	margin-right: 8px;
	color: #ff9933;
}

#search_results .item h4 strong span
{
	font-weight: normal;
	color: #555;
}

#search_results .item h4 span.price
{
	float: right;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #222;
	font-weight: normal;
}

#search_results .item a.view_details:link,
#search_results .item a.view_details:visited
{
	position: absolute;
	right: 10px;
	bottom: 15px;
	background: #ff9933;
	color: #fff;
	font-weight: bold;
	padding: 4px 8px;
	border: 1px solid #cc6f12;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-shadow: 1px 0 2px #000;
}

#search_results .item:hover a.view_details:link,
#search_results .item:hover a.view_details:visited
{
	background: #ec7e11;
}

#search_results .item .counter
{
	background-repeat: none;
	background-position: 0 0;
	height: 21px;
	width: 21px;
	display: block;
	position: absolute;
	top: 10px;
	left: 25px;
	z-index: 300;
	text-indent: -999em;
}

#search_results .item .counter.icon1
{
	background-image: url(images/counter/counter-icon1.png);
}

#search_results .item .counter.icon2
{
	background-image: url(images/counter/counter-icon2.png);
}

#search_results .item .counter.icon3
{
	background-image: url(images/counter/counter-icon3.png);
}

#search_results .item .counter.icon4
{
	background-image: url(images/counter/counter-icon4.png);
}

#search_results .item .counter.icon5
{
	background-image: url(images/counter/counter-icon5.png);
}

#search_results .item .counter.icon6
{
	background-image: url(images/counter/counter-icon6.png);
}

#search_results .item .counter.icon7
{
	background-image: url(images/counter/counter-icon7.png);
}

#search_results .item .counter.icon8
{
	background-image: url(images/counter/counter-icon8.png);
}

#search_results .item .counter.icon9
{
	background-image: url(images/counter/counter-icon9.png);
}

#search_results .item .counter.icon10
{
	background-image: url(images/counter/counter-icon10.png);
}

#map
{
	height: 240px;
	width: 684px;
	background: grey;
	overflow: hidden;
	border-left: 3px solid #ff9933;
	border-right: 3px solid #ff9933;
	border-top: 3px solid #ff9933;
}

#main_content ol
{
	line-height: 21px;
	margin: 0 30px 15px 0;
}

#main_content .pagination
{
	overflow: hidden;
	padding: 0 0 11px 0;
	margin: 11px 0 0 0;
	border-bottom: 1px solid #ddd;
	width: 690px;
}

#main_content .pagination.alt
{
	border-bottom: none;
	padding: 0;
}

#main_content .pagination p
{
	padding: 0;
	font-size: 11px;
}

#main_content .pagination .left,
#main_content .pagination .right
{
	width: 220px;
}

#main_content .pagination .left a
{
	margin-right: 5px;
}

#main_content .pagination .right a
{
	margin-left: 5px;
}

#main_content .pagination .right
{
	text-align: right;
}

#main_content .pagination .page
{
	text-align: center;
	width: 250px;
	float: left;
	color: #666;
}

#main_content .pagination .page strong
{
	color: #444;
}

#main_content .pagination a:link,
#main_content .pagination a:visited
{
	font-size: 11px;
	border: 1px solid #ccc;
	color: #888;
	background: #fff;
	padding: 3px 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#main_content .pagination a:hover,
#main_content .pagination a:active
{
	color: #fff;
	background: #ff9933;
	border: 1px solid #cc6f12;
}

/* #acco_header
--------------------------------------------------------------------------------------------------*/

#acco_header
{
	float: left;
	overflow: hidden;
	width: 690px;
}

#acco_header h1
{
	color: #f93;
	float: left;
	font-size: 26px;
	border: none;
	line-height: 28px;
	margin: 0;
	padding: 0;
}

#acco_header h2
{
	color: #222;
	float: right;
	font-size: 26px;
	line-height: 28px;
	margin: 0;
	padding: 0;
}

#acco_header h1 span,
#acco_header h2 span
{
	color: #555;
	display: block;
	font-size: 18px;
	font-weight: normal;

}

/* #acco_back_link
--------------------------------------------------------------------------------------------------*/

#acco_back_link
{
	clear: both;
	border-top: 1px solid #9e9e9e;	
	border-bottom: 1px solid #9e9e9e;
	line-height: 28px;
	margin: 10px 0 20px 0;
}

/* #acco_content
--------------------------------------------------------------------------------------------------*/

#acco_content
{
	float: left;
	overflow: hidden;	
}

/* #acco_sidebar
--------------------------------------------------------------------------------------------------*/

#acco_sidebar
{
	color: #fff;
	float: left;
	margin-right: 20px;
	width: 223px;
}

#acco_sidebar ul
{
	margin: 0;
}

#acco_sidebar ul li
{
	border-bottom: 1px solid #9e9e9e;
	line-height: 26px;
	padding: 0 10px;
}

#acco_sidebar div
{
	padding: 10px;
	background: #343434
}

#acco_sidebar #photo_wrapper
{
	position: relative;
}

#acco_sidebar div ul
{
	margin: 0;
	padding: 0 0 10px 0;
}

#acco_sidebar div ul li
{
	list-style: none;
	line-height: 21px;
	border: none;
	padding: 0;
}

#acco_sidebar div ul.acco_meta_list
{
	border-top: 1px solid #f93;
	padding: 10px 0 0 0;
}

#acco_sidebar div p
{
	background: #f93;
	color: #fff;
	font-size: 12px;
	line-height: 100%;
	padding: 5px;
}

#acco_sidebar #arrow_left,
#acco_sidebar #arrow_right
{
	width: 26px;
	height: 26px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 60px;
	cursor: pointer;
	display: block;
	text-indent: -99em;
}

#acco_sidebar #arrow_left
{
	left: 2px;
}

#acco_sidebar #arrow_right
{
	left: 195px;
}

#acco_sidebar #arrow_left
{
	background: url(images/arrow-left.png) center center no-repeat;
}

#acco_sidebar #arrow_right
{
	background: url(images/arrow-right.png) center center no-repeat;
}

/* #acco_body
--------------------------------------------------------------------------------------------------*/

#acco_body
{
	width: 446px;
}

#acco_body h4
{
	color: #555555;
	margin-bottom: 10px;
}

#acco_body table
{
	font-size: 12px;
	margin-bottom: 20px;
	border-collapse: collapse;
	width: 100%;
}

#acco_body table thead th
{
	background: #f93;
	color: #fff;
	padding: 5px;
}

#acco_body table tbody tr td
{
	padding: 5px;
	border-bottom: 1px solid #9e9e9e;
}

#acco_body table tbody tr.odd
{
	background: #eee;
}

#acco_body table tr td.tfooter
{
	font-size: 11px;
	font-style: italic;
	border: 0;
}

/* #map_wrapper
--------------------------------------------------------------------------------------------------*/

#map_wrapper img
{
	display: block;
	padding: 9px;
	background: #343434 url(images/box-backgrounds/box-map-2column-bg.gif) left top no-repeat;
	
}

#map_wrapper div.action
{
	line-height: 26px;
	margin: 5px 0 10px 0;
	text-align: right;
	width: 718px;
}

#map_wrapper div.action a:link,
#map_wrapper div.action a:visited
{
	color: #f93;
	text-decoration: none;
	background: none;
	font-size: 16px;
	font-weight: bold;
}

#map_wrapper div.action a:hover,
#map_wrapper div.action a:active
{
	text-decoration: underline;
}

#main_content ul.blog_list
{
	border-top: 1px solid #ccc;
	list-style-type: none;
	margin: 0 0 15px 0;
	padding: 0;
}

#main_content ul.blog_list li
{
	list-style-type: none;
	padding: 0;
}

#main_content ul.blog_list li a:link,
#main_content ul.blog_list li a:visited
{
	font-size: 16px;
	border-bottom: 1px solid #ccc;
	display: block;
	padding: 5px;
	background: none;
}

#main_content p.blog_meta
{
	font-size: 11px;
	color: #777;
}

#blog_nav
{
	border-top: 1px solid #ddd;
	padding: 6px 0 0 0;
	margin: 6px 0 0 0;
}

#main_content #back_button
{
	border-bottom: 1px solid #ddd;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

#main_content #back_button a
{
	font-size: 11px;
}


.gmap-info-container{
	position:absolute;
	background-color:#fff; 
	height:34px;
	font-size:10px;
	width:auto;
	padding:3px;
	white-space:nowrap;
}

.mapprice {
	color:#ccc;
}

/* -------Upload form --------------- */
.image_upload_holder
{
	width: 660px;
	float: left;
}

.image_upload
{
	margin: 10px 0 0 0;
	padding: 15px;
	background: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.image_upload p
{
	color: #222;
}

.image_upload p.input_collection
{
	display: block;
	width: 630px;
	overflow: hidden;
	color: #444;
	border-bottom: 1px solid #eee;
	margin: 0 0 8px 0;
	padding: 0 0 8px 0;
}

.image_upload label.normal
{
	float: left;
	width: 150px;
	color: #222;
	font-weight: bold;
	line-height: 29px;
}

.image_upload input.normal
{
	width: 465px;
	float: right;
	border: 2px solid #bbb;
	padding: 3px 2px;
}

.image_upload input.upload
{
	width: 472px;
	float: right;
}

.image_upload span.input_holder
{
	float: right;
	width: 472px;
	margin-top: 3px;
}

.image_upload textarea.normal
{
	font-family: arial, verdana, helvetica;
	font-size: 13px;
	height: 67px;
	width: 465px;
	float: right;
	border: 2px solid #bbb;
	padding: 3px 2px;	
}

.image_upload input.normal:focus
{
	border: 2px solid #999;
}

.upload_rules
{
	margin: 30px 0 0 0;
	width: 255px;
	float: right;
}

.upload_rules h5
{
	color: #fff;
	padding: 0 0 1px 0;
	margin: 0;
}

.upload_rules p
{
	font-size: 11px;
	line-height: 15px;
}

input.normal_radio
{
	margin-right: 4px;
}

#main_content .image_upload p.form_error
{
	background: #be0707;
	color: #fff;
	padding: 5px;
	margin: 0 0 15px 0;
}

#main_content .image_upload p.great_succes
{
	padding: 10px 5px;
	color: #fff;
	background: #4cce2d;
	text-align: center;
}

.image_upload p.great_succes strong
{
	font-size: 26px;
}

#gallery .thumb
{
	float: left;
	background: #eee;
	padding: 4px 4px 2px 4px;
	margin: 0 10px 10px 0;
}

#gallery .thumb:hover
{
	background: #fff;
}

#gallery .thumb img
{
	border: 1px solid #eee;
}

.paginate
{
	border-top: 1px solid #f4daba;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
}

.paginate.teksten
{
	margin-right: 0;
}

.paginate .previous
{
	float: left;
}

.paginate .next
{
	float: right;
}

#teksten
{
	padding: 15px 0 0 0;
}

#teksten .tekst
{
	margin: 0 10px 20px 10px;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #fff;
}

#teksten p
{
	padding: 0 0 5px 0;
	color: #222;
}

#teksten p.from
{
	font-size: 11px;
	color: #888;
	padding: 0;
}

.gallery_choice
{
	padding: 8px 0;
	margin: 8px 0;
}

/* wp-caption
--------------------------------------------------------------------------------------------------*/
div.post
{
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	background-color:#FFFFFF;
}

#wrapper #main_content div.wp-caption
{
	display: block;
	background: #eee;
	border: 1px solid #ddd;
	margin: 0 5px 5px 0;
}

#wrapper #main_content .alignleft
{
	float: left;
}

#wrapper #main_content div.wp-caption a
{
	background: none;
}

#wrapper #main_content div.wp-caption a:link img,
#wrapper #main_content div.wp-caption a:visited img
{
	border: 1px solid #aaa;
	margin: 4px;
}

#wrapper #main_content div.wp-caption a:hover img,
#wrapper #main_content div.wp-caption a:active img
{
	border: 1px solid #f93;
	margin: 4px;
}

#wrapper #main_content div.wp-caption p
{
	margin: 0 4px;
	text-align: center;
}

/* starterscoach form
--------------------------------------------------------------------------------------------------*/

.wpcf7-list-item
{
	display: block;
}