body{ 
			background-color: #e7e2d5;
			background-position: top middle;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size:14px;
}
			@font-face {
            src: url(/wp-content/themes/organicfood/fonts/.eot);
            src: url(/wp-content/themes/organicfood/fonts/.eot?#iefix) format('embedded-opentype'),
            url(/wp-content/themes/organicfood/fonts/.woff) format('woff'),
            url(/wp-content/themes/organicfood/fonts/.ttf) format('truetype'),
            url(/wp-content/themes/organicfood/fonts/.svg#) format('svg');
            font-weight: normal;
            font-style: normal;
}
            .page-title-style .page-title, h3.cs-pricing-title, .comment-body .fn, .home .ww-fancy-box .ww-title-main{ font-family:}
            .header-site-wrap{
            background-image: url('/wp-content/uploads/2015/12/TitleBar.jpg');
}
.back {
	background-color: #FFF;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
a {color:#000;vertical-align:top;}
a:hover{color:#000;}
.red {color:red;}
.close {color:#FFF;}
.greendark {background-color:#e0d09c;color:#000;}
.redhead {background-color:#014260; line-height:1px;}
.greenhead {background-color:#014260; line-height:1px;}
#scroller {background-color:#23C288; line-height:1px;}
.greenlight {background-color:#FFF;color:#000;}
.geelnieuw {background-color:yellow;color#000;}
.greentabel {width:700px; margin-left:auto; margin-right:auto; border: 1px solid #EBF1DE; border-spacing: 0px; border-collapse: separate;}
h3 {text-align:center;}
h4 {color:#EBF1DE; font-size:14px; margin: 10px 10px 10px 0; font-weight:bold;}
.wrapper {background-color:#FFF; margin: 0 auto; width:600px;}
td, th { text-align:left; padding:4px; font-size:13px; color:#000;}
.tab {width:800px; margin: 0 auto;}
input[type=button] { font-size:12px; height: 20px; vertical-align: center; text-align: center; }
.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  line-height:50px;
  margin: 40px 5px 0 5px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  white-space: nowrap;
}
.btn:hover, .btn:visited  {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
  color:#FFF;
}
.btnr {
  background: #db3434;
  background-image: -webkit-linear-gradient(top, #db3434, #b92828);
  background-image: -moz-linear-gradient(top, #db3434, #b92828);
  background-image: -ms-linear-gradient(top, #db3434, #b92828);
  background-image: -o-linear-gradient(top, #db3434, #b92828);
  background-image: linear-gradient(to bottom, #db3434, #b92828);
  line-height:50px;
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  margin: 40px 5px 0 5px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  white-space: nowrap;
}
.btnr:hover, .btnr:visited  {
  background: #fd3b3b;
  background-image: -webkit-linear-gradient(top, #fd3b3b, #db3434);
  background-image: -moz-linear-gradient(top, #fd3b3b, #db3434);
  background-image: -ms-linear-gradient(top, #fd3b3b, #db3434);
  background-image: -o-linear-gradient(top, #fd3b3b, #db3434);
  background-image: linear-gradient(to bottom, #fd3b3b, #db3434);
  text-decoration: none;
  color:#FFF;
}
#cart_button
{
	margin-top:20px;
	margin-left:80px;
	cursor:pointer;
}
#cart_button img
{
	width:40px;
	height:40px;
}
#cart_button input[type="button"]
{
	background:none;
	border:none;
	background-color:red;
	border-radius:100%;
	height:30px;
	width:30px;
	margin:20px 0 0 3px;
	color:white;
	padding:2px;
	font-size:17px;
	cursor:pointer;
}
#mycart
{
	display:none;
	background-color:white;
	width:800px;
	margin-left:100px;
	
}
#mycart .cart_items
{
	border-bottom:1px dashed silver;
	padding:10px;
}
#mycart .cart_items img
{
	width:70px;
	height:50px;
	float:left;
}
#mycart .cart_items p
{
	margin:0px;
	font-size:17px;
	color:green;
}
h1
{
	color:green;
	text-align:center;
}
#item_div
{
	float:left;
	margin-left:60px;
}
.items
{
	text-align:center;
	max-width:75px;
	max-height:25px;
	width:auto;
	height:auto;
	font-weight:bold;
	position:relative;
	
}
.items:hover input[type="button"]
{
	display:block;
}
.items input[type="button"]
{
	display:none;
	background:none;
	background-color:#23C288;
	width:200px;
	height:50px;
	border:none;
	font-size:20px;
	color:white;
	position:absolute;
	top:20px;
	left:50px;
	cursor:pointer;
}
.items img
{
	width:200px;
	height:200px;
	
}
.items p
{
	color: green;
}

#rechts
{
  position: fixed;
  top: 255px;
  z-index: 1000;
}
.stier-form-checkbox
{

}
.proefbok {
	background-color:red;
	color:#FFF;
	padding:3px;
}
.klik {
	color: red;
	font-weight: bold;
}
.p42 {
    width: 300px;
    float: right;
}
.plain {
	vertical-align: top;
	text-align:center;
}
.dataTables_filter, .dataTables_info {
	display:none;
}
.DTFC_LeftBodyLiner {
	overflow: hidden;
}
.upload{
    background-color:#ff0000;
    border:1px solid #ff0000;
    color:#fff;
    border-radius:5px;	
    padding: 0 6px 0 6px;
    text-shadow:1px 1px 0px green;
    box-shadow: 2px 2px 15px rgba(0,0,0, .75);
}
.upload:hover{
    cursor:pointer;
    background:#c20b0b;
    border:1px solid #c20b0b;
    box-shadow: 0px 0px 5px rgba(0,0,0, .75);
}
#file{
    color:green;
    padding:5px; border:1px dashed #123456;
    background-color: #f9ffe5;
}
#upload{
    margin-left: 45px;
}