button::-moz-focus-inner, 
input[type="button"]::-moz-focus-inner, 
input[type="submit"]::-moz-focus-inner, 
input[type="reset"]::-moz-focus-inner {
    padding: 0 !important;
    border: 0 none !important;
}
a:link {
	color:white;
	font-family: verdana, sans-serif;
	font-size: 12px;
}

body {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	background: #fff;
}
.clear {
	clear: both;
}
#container {
	width: 989px;
	margin: 40px auto;
	background: url(/img/main_bg.png) static no-repeat;
	position: relative;
	z-index: 2;
	/*
	-moz-box-shadow: 0px 0px 4px #000;
	-o-box-shadow: 0px 0px 0px #000;
	-webkit-box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 4px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#000000');
	*/
}
#content {
	width: 941px;
	padding: 24px;
	background: #fff url(/img/background.jpg);
	
}
#header {
	margin-top: -3px;
	background: #fff url(/img/background.jpg);
}
#logo {
	box-shadow: 0px 1px 10px #000;
	-moz-box-shadow: 0px 1px 10px #000;
	-webkit-box-shadow: 0px 1px 10px #000;
	-o-box-shadow: 0px 1px 10px #000;
}
#header .headerBg {
	margin-left: 20px;
	padding-left: 6px;
	background: url(/img/menu/menu_first.png) top left no-repeat;
}
#header .menuBg {
	padding-right: 6px;
	background: url(/img/menu/menu_last.png) top right no-repeat;
	margin-right: 20px;	
}
#header .menu {
	background: url(/img/menu/link.png) top left repeat-x;
	height: 38px;
	list-style-type: none;
}
#header .menu li {
	float: left;
}
#header .menu li.active {
	background: url(/img/menu/active.png);
}
#header .menu li.hover {
	background: url(/img/menu/active.png);
}
#header .menu li a {
	text-decoration: none;
	display: block;
	color: #fff;
	padding: 12px 20px 9px;
	font-size: 14px;
	font-style: italic;
}
#header .menu li.active a {
	background: url(/img/menu/arrow.png) bottom center no-repeat;
	
}
#header .subMenu li a:hover {
	background: none;
	text-decoration: underline;
}
#header .subMenu {
	display: none;
	margin-top: -1px;
	padding: 5px;
	background:url(/img/menu/submenu.png) repeat-x #dfd7ba;
	position: absolute;
	z-index: 5;
}
#header .subMenu ul {
	list-style-type: none;
	border: 1px solid #a19a7a;
	color: #383838;
}
#header .menu ul li {
	float: none;
}
#header .menu ul li a {
	background: none;
	color: #383838;
	padding: 10px 10px;
}
#header .menu ul li.active,
#header .menu ul li.hover {
	background: none;
}
#header .menu li.active ul a {
	background: none;
}
#frame {
	width: 237px;
	height: 348px;
	background: url(/img/frame.png) no-repeat;
	position: absolute;
	right: 12px;
	cursor: pointer;
}
#frame .content {
	margin: 145px 47px 0 40px;
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
	transform: rotate(1.5deg);
	-webkit-transform: rotate(1.5deg); 
	-moz-transform: rotate(1.5deg);
	-o-transform: rotate(1.5deg);
	height: 162px;
	overflow: hidden;
}
#frame h2 {
	font-size: 12px;
	text-transform: uppercase;
	
}
.page,
.blogItem {
	font-size: 14px;
	color: #69654e;
	margin-bottom: 22px;
}
.page p,
.blogItem p {
	line-height: 22px;
	margin-top: 22px;
}
.page a,
.blogItem a {
	color: #69654e;
	text-decoration: underline;
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
}
.page a:hover,
.blogItem a:hover {
	
	color: #000;
}

h1 .big {
	font-size: 37px;
	color: #000;
	text-transform: uppercase;
}
h1 .small {
	font-size: 24px;
	display: block;
	color: #990000;
	font-style: italic;
	font-weight: normal;
}
#left {
	float: left;
	width: 697px;
}
#right {
	float: left;
	width: 220px;
	margin-left: 24px;
}
#announcements {
	width: 220px;
	float: left;
	min-height: 100px;
}
#announcements ul {
	list-style-type: none;
	
}
#announcements ul li {
	border-top: 1px solid #535351;
	border-bottom: 1px solid #535351;
	margin-bottom: 19px;
	padding: 4px 0 4px 0px;
}
#announcements img {
	float: left;
	width: 23px;
	margin-right: 13px;
	margin-top: 3px;
}
#announcements a {
	text-transform: uppercase;
	text-decoration: none;
	color: #a49d7d;
	font-size: 16px;
	font-weight: bold;
	float: left;
	display: block;
	width: 180px;
}
#right .block {
	color: #69654e;
	margin: 20px 0;
}
#right .block h3 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 10px;
}
#right .block p {
	line-height: 20px;
}
#right .block p a {
	color: #69654e;
	font-size: 12px;
	font-family: arial, verdana, sans-serif;
}
#right .block dd {
	float: left;
	width: 65%;
	line-height: 20px;
}
#right .block dt {
	float: left;
	width: 35%;
	line-height: 20px;
	text-align: right;
}
#newsletter {
	background: url(/img/actions/nieuwsbrief.jpg) no-repeat;
	height: 180px;
}
#newsletter fieldset {
	padding: 120px 10px 0 10px;
	
}
#newsletter input {
	display: block;
	width: 194px;
	border: 1px solid #c5c6f2;
	padding: 2px;
	color: #7c7c7c;
	font-size: 11px;
}
#newsletter button {
	float: right;
	margin-top: 10px;
	background: #000;
	border: 1px solid #fff;
	color: #fff;
	font-size: 11px;
	padding: 3px 10px;
}
#socialMedia ul {
	list-style-type: none;
}
#socialMedia li {
	display: inline;
}
#blog {
	width: 453px;
	margin-left: 24px;
	float: left;
}
.blogItem .date,
.page .date {
	font-size: 13px;
	color: #a49d7d;
	text-transform: uppercase;
}
.blogItem h2,
.page h2 {
	font-size: 22px;
	color: #464646;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.blogItem h3,
.page h3 {
	font-size: 20px;
	color: #990000;
	font-style: italic;
	font-weight: normal;
}
.blogItem h2 a,
.page h2 a {
	font-size: 22px;
	color: #a8a183;
}
.blogItem a {
	color: #a49d7d;
}
.page .articleImage,
.blogItem .articleImage {
	float: left;
	margin-right: 12px;
	margin-bottom: 6px;
	margin-top: 6px;
}
.page ul,
.blogItem ul {
	margin-left: 25px;
	line-height: 24px;
	margin-top: 10px;
}
.page .articleImage {
	margin-top: 24px;	
}
.blogItem p {
	margin-top: 0;
	line-height: 24px;
}
#twitterFeed {
	padding: 10px;
	
	color: #a49d7d;
	
}
#twitterFeed a {
	color: #a49d7d;
	font-size: 9px;
}
#twitterFeed ul {
	margin-right: -10px;
	overflow: hidden;
	list-style-type: none;
}
#twitterFeed li {
	float: left;
	width: 161px;
	margin-right: 10px;
	font-size: 10px;
}
#twitterFeed h2 {
	font-size: 20px;
	text-transform: uppercase;
}
#twitterFeed .tweet {
	float: left;
	width: 101px;
	margin-top: 6px;
	overflow: hidden;
	margin-left: 5px;
}
#twitterFeed .date {
	float: left;
	margin-right: 5px;
	width: 50px;
	text-align: center;
}
.date .day {
	display: block;
	font-size: 41px;
	font-weight: bold;
}
.date .month {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 23px;
	margin-top: -5px;
}
.date .time {
	display: block;
	font-size: 18px;
}

#map {
	height: 280px;
}

.item {
	background: #fff;
	display: block;
	margin-bottom: 12px;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
}

.standplaats {
	float:left;
	width:105px;
}

.standplaats img,
.soil img,
.winter img{
	display: inline;
	vertical-align: middle;
}

.main {
	min-height:1200px;
	background:url(/img/main_bg.png);
	margin: 75px auto;
	padding-left:24px;
	padding-right:25px;
	width: 940px;
}

.header {
	margin-left:-24px;

}

.left {
	float:left;
	width: 709px;
}

.right {
	width: 220px;
	float:right;
	padding-bottom:20px;

}
.right_menu {
	background:#990000;
	padding-bottom:20px;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-o-border-radius: 9px;
}
.item_photo {
	padding-top:15px;
	padding-left:15px;
	float:left;
	width: 164px;
	padding-bottom: 12px;
}

.item_inhoud {
	padding-top:15px;
	padding-left:15px;
	float:left;
	width:265px;
}

.item_specs {
	padding-top:15px;
	float:right;
	width:230px;
	margin-bottom: 14px;
}

.item_pay {
	padding:7px;
	margin-right: 0px;
	background:#eeeeee;
	border: 1px solid #cccccc; 
	border-right:0; 
}

.item_pay p{
	padding-right:10px;
	font-size:12px;
	color:#990000;
	float:right;
}

.genus {
	margin-bottom:10px;
	font-family: verdana, sans-serif;
	font-size: 16px;
	text-decoration: underline;
	color:#464646;
	line-height: 18px;
}

.genus .cufon {
	border-bottom: 1px solid #464646;
}
.species {
	font-family: arial, sans-serif;
	color:#464646;
	font-size: 18px;
	padding-bottom: 10px;
}

.variety {
}

.beschrijving {
	text-align:justify;
	text-align:left;
	color:#464646;
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 12px;
}
.item .more {
	font-weight: bold;
	color: #990000;
	font-size: 12px;
	font-family: arial, sans-serif;
}
.beschrijving .species_name {
	font-weight: bold;
	margin-right: 3px;
}

.spec_item,
.spec_item_1,
.spec_item_2 {
	padding-right:25px;
	padding-bottom:10px;
	font-family: verdana, sans-serif;
	font-size: 10px;
	line-height: 22px;
	color:#464646;
}
.spec_item.soils img {
	margin-left: 10px;
}
.spec_item {
	overflow: hidden;
}
.spec_item_1 {
	padding-bottom:10px;
}

.spec_item_2 {
	
}

.spec_item strong {
	float: right;
	line-height: 22px;
	height: 22px;
}
.search_menu {
	background:#c6776e;
	padding: 10px 0;
	border-radius: 9px 9px 0 0;
	-webkit-border-radius: 9px 9px 0 0;
	-moz-border-radius: 9px 9px 0 0;
	-o-border-radius: 9px 9px 0 0;	
}
.search_menu fieldset {
	border: 1px solid #dacebe;
	width: 170px;
	height: 21px;
	padding: 2px;
	margin: auto;
}
.searchinput {
	color: #000;
	width: 143px;
	height: 21px;
	margin: 0px;
	font-size: 11px;
	display: block;
	float: left;
	padding: 0 3px;
}

.search_menu .button {
	padding: 0;
	
}
.search_menu .button img {
	display: block;
}
.search_tabs {
	width: 100%;
	overflow: hidden;
	background: #c6776e;
	
}
.search_tabs li {
	width: 73px;
	display: block;
	float: left;
	margin-right: 1px;
}
.search_tabs li.last {
	margin-right: 0px;
	width: 72px;
}
.search_tabs li a {
	display: block;
	font-size: 11px;
	text-align: center;
	background: #dacebe;
	padding: 5px 0;
	color: #464646;
	text-decoration: none;
	border-radius: 5px 5px 0 0;
}
.search_tabs li a.active {
	background: #990000;
	color: #fff;
}

.gray {
	color:#9e9595;
	font-size: 12px;
}
.white {
	color:#ffffff;
	font-size: 12px;
}
.item_photo .external {
	text-align: center;
	display: block;
	width: 164px;
}
.item_photo .external a {
	font-weight: bold;
	color: #900;
	font-size: 10px;
}
.search_letter p,
.search_genus p,
.search_property {
	padding-left:9px;
	font-family: verdana, sans-serif;
	font-size: 18px;
	color:white;
}
.search_genus .search_property {
	padding-bottom: 10px;
}
.search_letter a {
	text-transform: uppercase;
}
.search_property {
	background:#a80000;
	padding: 4px 9px;
	margin-bottom: 20px;
}
.tab_item h3 {
	font-family: verdana, sans-serif;
	font-size: 18px;
	color: #fff;
	padding: 0 9px;
	font-weight: normal;
	margin-bottom: 12px;
	color: #fff;
}
.tab_item h4 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 12px;
	color: #fff;
}
.categories {
	font-size: 14px;
}
.categories  ul {
	list-style-type: none;
}
.search_genus p {
	padding-top:10px;
}

.search_letter ul {
	margin-bottom:5px;
	padding-left:5px;
}

.search_letter li {
	width:30px;
	height:30px;
	display:block;
	float:left;
	display:block;
}

.search_letter li:hover,
.search_letter li.active {
	width:30px;
	height:30px;
	background:url(/img/letter_bgactive.png);
	display:block;
	float:left;
	display:block;
}

.search_letter li a{
	line-height:27px;
	text-align:center;
	margin-left:5px;
	font-family: verdana, sans-serif;
	text-decoration: none;
	font-size: 26px;
	color:white;
}

.search_letter li a:hover{
	line-height:27px;
	vertical-align:center;
	text-align:center;
	margin-left:5px;
	font-family: verdana, sans-serif;
	text-decoration: none;
	font-size: 26px;
}

.search_genus li {
	padding-left:10px;
	text-align:left;
	display:block;
}

.search_genus li a {
	line-height:20px;
	color:white;
}

.search_genus li a:hover {
	font-weight:bold;
	color:#c6776e;
	padding-left:1px;
	text-decoration:none;
}

.search_genus li a:active {
	color:gray;
	text-decoration:none;
}
.tab_item {
	padding: 20px 0px;
}
.winter li,
.soil li,
.place li,
.flowering li,
.months li {
	list-style-type: none;
	padding-left:33px;
	float:left;
}
.months,
.flowering {
	margin-left: -16px;
}
.place li,
.months li,
.flowering li,
.winter li,
.soil li {
	padding-left: 0px;
	margin-left: 16px;
	margin-bottom: 10px;
}
.place li,
.winter li,
.soil li {
	margin-left: 6px;
}
.search_property .winter {
	margin-left: 22px;
}
.place,
.soil {
	margin-left: 22px;
}
.place li {
	margin-right: 12px;
}
.place li  a {
	width: 33px;
	height: 22px;
	display: block;
}
.soil li a, 
.winter li a {
	display: block;
	width: 42px;
	height: 40px;
}
.winter li a.style_1 {
	background: url(/img/icons/winter/winter1_normal.png) no-repeat center center;
}
.winter li a.style_2 {
	background: url(/img/icons/winter/winter2_normal.png) no-repeat center center;
}
.winter li a.style_3 {
	background: url(/img/icons/winter/winter3_normal.png) no-repeat center center;
}
.winter li a.style_1.active {
	background: url(/img/icons/winter/winter1_active.png) no-repeat center center;
}
.winter li a.style_2.active {
	background: url(/img/icons/winter/winter2_active.png) no-repeat center center;
}
.winter li a.style_3.active {
	background: url(/img/icons/winter/winter3_active.png) no-repeat center center;
}
.soil li a.style_1 {
	background: url(/img/icons/soil/soil1_normal.png) no-repeat center center;
}
.soil li a.style_1.active {
	background: url(/img/icons/soil/soil1_active.png) no-repeat center center;
}
.soil li a.style_2 {
	background: url(/img/icons/soil/soil2_normal.png) no-repeat center center;
}
.soil li a.style_2.active {
	background: url(/img/icons/soil/soil2_active.png) no-repeat center center;
}
.soil li a.style_3 {
	background: url(/img/icons/soil/soil3_normal.png) no-repeat center center;
}
.soil li a.style_3.active {
	background: url(/img/icons/soil/soil3_active.png) no-repeat center center;
}

.place li a.sun  {
	background: url(/img/icons/standplaats/sun_off.png) no-repeat center center;
}

.place li a.sun.active {
	background: url(/img/icons/standplaats/sun_on.png) no-repeat center center;
}

.place li a.half  {
	background: url(/img/icons/standplaats/half_off.png) no-repeat center center;
}

.place li a.half.active {
	background: url(/img/icons/standplaats/half_on.png) no-repeat center center;
}

.place li a.shade {
	background: url(/img/icons/standplaats/shade_off.png) no-repeat center center;
}

.place li a.shade.active {
	background: url(/img/icons/standplaats/shade_on.png) no-repeat center center;
}
.months li a {
	display: block;
	width: 20px;
	height: 20px;
	color: #fff;
	font-size: 9px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.flowering li a {
	display: block;
	width: 20px;
	height: 20px;
	border-bottom: 20px solid #ba3333;
	color: #fff;
	font-size: 9px;
	text-align: center;
	text-decoration: none;
}

.flowering li a.active {
	border-bottom: 20px solid #fff;
}
.overflowValues {
	padding: 1px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
#backgroundCtn {
	position: absolute;
	z-index: 1;
	top: 0;
}
#background {
	-ms-interpolation-mode: bicubic;
	position: absolute;
	top: 0;
}
.heightSelect {
	font-size: 10px;
	color: #fff;
	width: 180px;
	padding-right: 20px;
	clear: both;
	padding-left: 20px;
	
}
.heightSelect h4 {
	margin-left: -10px;
}
.heightLabel {
	background: #a80000;
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 10px;
	margin-left: -3px;
	margin-bottom: -2px;
}
.heightLabel option {
	padding: 0;
	margin: 0;
	
}
.ui-slider {clear: both; margin-top: 20px; margin-bottom: 20px;}

.heightSelect .ui-slider-handle {
	border: 0;
	background: url(/images/sliderItem.png) center center;
	height: 1.2em;
	margin-top: -0.18em;
}
.heightSelect .ui-slider-range {
	background: #990000;
}
.heightSelect .ui-slider-label {
	color: #fff;
	left: -5px;
}
.heightSelect .ui-slider-horizontal { height: 3px; }
.heightSelect .ui-widget-content {
	border: 2px solid #fff;
	background: #7b7b7b;
}
.icon {
	width: 75px;
	height: 75px;
}
.icon2 {
	margin-left: 10px;
}
.item_photo a {
	
	width: 75px;
	height: 75px;

}
.item_photo a img.first {
	display: block;
	margin-bottom: 8px;
}
.item_photo img.hover {
	position: absolute;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
	border: 5px solid #fff;
	margin-left: -55px;
	margin-top: -55px;
	z-index: 2;
	display: none;
}
.search_property .color {
	width: 208px;
}
.search_property .color li {
	display: block;
	margin-bottom: 4px;
	margin-right: 4px;
	float: left;
	width: 46px;
	height: 46px;
	background: #fff;
}
.search_property .color img {
	position: absolute;
	z-index: 0;	
}
.search_property .color img.hover {
	width: 84px;
	height: 84px;
	margin-left: 0;
	margin-top: 0;
	border: 5px solid #a80000;
	margin-left: -25px;
	margin-top: -25px;
	position: absolute;
	display: none;
	z-index: 11;
}
.search_property .color li a.active img {
	border: 5px solid #fff;
}
.search_property .color li a.active img.normal {
	border: 2px solid #fff;
}
/*
.search_property .color .colorItem  img.hover {
	
}
.search_property .color .colorItem  img.hover {
	width: 84px;
	height: 84px;
	margin-left: 0;
	margin-top: 0;
	border: 5px solid #a80000;
	left: -25px;
}


.search_property .color li a.active img {
	border: 5px solid #fff;
}
.search_property .color li a.active img.normal {
	border: 2px solid #fff;
}
*/
.searchButton {
	text-align: center;
	padding-top: 20px;
}
.searchButton button {
	border: 1px solid #fff;
	background: #990000;
	padding: 10px 20px;
	color: #fff;
	font-size: 22px;
	cursor: pointer;
}
.searchButton button:hover {
	background: #000;
}
.color .colorItem {
	position: relative;
}
.colorItem img {
	width: 42px;
	height: 42px;
	border: 2px solid #a80000;
}

.pageSize {
	float: right;
	color: #000;
	line-height: 28px;
	height: 28px;
	text-transform: uppercase;
	font-size: 10px;
}
.pageSize select {
	border: 1px solid #abadb3;
	font-size: 11px;
}
.pagination {
	float: left;
	list-style-type: none;
	margin-bottom: 8px;
}
.pagination li {
	float: left;
	border: 1px solid #464646;
	line-height: 24px;
	margin-right: 2px;
}
.pagination li a {
	background: #464646;
	color: #fff;
	text-decoration: none;
	padding: 5px;
	line-height: 16px;
	font-size: 10px;
	border: 1px solid #dacebe;
	font-family: verdana, arial, sans-serif;
}
.pagination li.active {
	border: 1px solid #dacebe;
}
.pagination li.active a {
	background: #dacebe;
	border: 1px solid #464646;
	color: #464646;
}
#container .addthis_toolbox img {
	height: 16px !important;
	width: 16px !important;
}