
body{
	color: black;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	background-image: url(./../templateimages/background.jpg);
	background-repeat: no-repeat;
	background-color: black;
	margin: 0;
	padding: 0;
	height: 100%;
}

h1{
	color: black;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 22px;
	font-weight: bold;
}

h2{
	color: black;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 18px;
	font-weight: bold;
}

h3{
	color: black;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
}

h4{
	color: black;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
}

h5{
	color: black;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
}

a:link {color: #FF6600; font-weight: bold;}     /* unvisited link */
a:visited {color: #FF6600; font-weight: bold;}  /* visited link */
a:hover {color: #FF6600; font-weight: bold; text-decoration: underline;}   /* mouse over link */
a:active {color: #FF6600; font-weight: bold; text-decoration:underline;}   /* selected link */

hr{
	border: 0;
	width: 100%;
	color: #E1CEA6;
	background-color: #E1CEA6;
	height: 1px;
}

#messages{
	float: right;
	margin: 0;
	width: 300px;
	height: 60px;
	line-height: 20px;
	padding: 5px;
	background-color: red;
	color: white;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
}

#outer{
	width: 880px;
	margin: 0px 0px 0px 125px;
}


#left{
	float: left;
	width: 533px;
	/* min-height: 680px; */
	padding: 0px 20px 20px 20px;
}

#left img{
	margin-top: 20px;
}

#right{
	float: left;
	width: 287px;
	/* min-height: 700px; */
	padding: 0px 0px 0px 20px;
}

#adds{
	width: 100px;
	/* height: 300px; */
	position: absolute;
	top: 270px;
	left: 1100px;
}


.header{
	width: 1188px;
	height: 214px;
	margin: 0px 0px 0px 0px;
	padding: 0;
}

.navigation{
	width: 1188px;
	height: 80px;
	margin: 0px 0px 0px 0px;
	padding: 0;
}

.navigation img, navigation a{
	margin: 0px -3px 0px 0px;
	padding: 0;
}

#footer{
	float: left;
	width: 100%;
	height: 50px;
}

#footerinner{
	color: #CCCCCC;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
	text-align: center;
	width: 880px;
	height: 30px;
	padding: 10px;
	margin: 20px 0px 10px 120px;
	background-color: black;
	filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity:0.6;
}

#loginform{
	width: 294px;
	height: 223px;
	padding: 55px 10px 10px 20px;
	background-image: url(./../templateimages/sticker1.png);
	background-repeat: no-repeat;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 14px;
}

.logintitle{
	font-family: Impact;
	font-size: 16px;
	line-height: 25px;
	font-weight: normal;
	color: black;
	text-decoration: none;
}

#loginform li{
	line-height: 20px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	list-style:none;
	padding-left: 40px;
	background: url(./../templateimages/pijl.png) no-repeat center left;
}

#loginform a{
	font-family: Impact;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	color: black;
	text-decoration: none;
	list-style:none;
}

#loginform a:hover{
	font-family: Impact;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	color: black;
	text-decoration: underline;
	list-style:none;
}

input{
	float: left;
	border: 1px solid #333333;
	margin: 2px;
	height: 20px;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
}

input.file {
	float: left;
	border: none;
	margin: 2px;
	height: 20px;
}

input.btn{
	float: none;
	border: 1px solid #333333;
	margin: 2px;
	height: 20px;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
}

.button {
    border: none;
    width: 128px;
    height: 37px;
    background: url(./../templateimages/button.png) no-repeat top left;
    padding: 2px 8px;
    color: #CCCCCC;
    font-size: 13px;
    filter:alpha(opacity=100);
	opacity: 1.0;
	-moz-opacity:1.0;
}

.errormessage{
	float:left;
	background: url(../templateimages/error-icon-24.png) no-repeat 2px 2px;
	left: 145px;
	top: 360px;
	width: 491px;
	line-height: 30px;
	padding-left: 32px;
	margin-bottom: 20px;
	/* height: 30px; */
	background-color: red;
	color: white;
}

.errormessageSmall{
	position: absolute;
	background: url(../templateimages/error-icon-24.png) no-repeat 2px 2px;
	left: 130px;
	top: 300px;
	width: 511px;
	line-height: 30px;
	padding-left: 32px;
	margin-bottom: 20px;
	height: 30px;
	background-color: red;
	color: white;
}


#register{
	position: absolute;
	left: 865px;
	top: 446px;
}

label{
	float: left;
	width: 150px;
	font-weight: bold;
}

#registerform{
	width: 520px;
	margin-top: 5px;
	padding: 10px;
	background-color: #F1E7CC;
}

.form{
	width: 520px;
	margin-top: 5px;
	padding: 10px;
	width: 520px;
	background-color: #F1E7CC;
}

#registerform label{
	/* width: 520px; */
}

.registerFormHeader{
	width: 514px;
	height: 25px;
	padding: 3px;
	margin-bottom: 10px;
	background-color: #E1CEA6;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
}

.registerFormText{
	padding: 10px;
	margin-bottom: 10px;
	background-color: #E1CEA6;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
}

.bijschrift{
	color: grey;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
}

#email_exists{
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 13px;
	line-height: 25px;
	padding-left: 30px;
	color:red;
	background-image: url(../templateimages/arrow.gif);
	background-repeat: no-repeat;
}

#username_exists{
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 13px;
	line-height: 25px;
	padding-left: 30px;
	color:red;
	background-image: url(../templateimages/arrow.gif);
	background-repeat: no-repeat;
}

.textblock{
	float: left;
	margin-right: 3px;
	margin-top: 3px;
	width: 500px;
	background-color: #F1E7CC;
	border: 2px solid #B0B07A;
	padding: 10px 10px 10px 10px;
	line-height: 25px;
}

.productblock{
	float: left;
	margin-right: 3px;
	margin-top: 3px;
	width: 500px;
	background-color: #F1E7CC;
	border: 2px solid #B0B07A;
	padding: 10px 10px 10px 10px;
}

.productblockFairtrade{
	float: left;
	margin-right: 3px;
	margin-top: 3px;
	width: 500px;
	background-color: #C0C089;
	border: 2px solid black;
	padding: 10px 10px 10px 10px;
}

.productblockleft{
	width: 310px;
	margin: 0;
	float: left;
}

.productblockleft h4{
	margin-top: 0px;
}

.productblockleft{
	width: 310px;
	margin: 0;
	float: left;
}

.fairtradestamp{
	position: absolute;
	margin-left: -30px;
	margin-top: -30px;
	z-index: 900;
}

.fairtradestampGekozenItem{
	position: absolute;
	margin-left: -30px;
	margin-top: -30px;
	z-index: 900;
}

.fairtradestampright{
	position: absolute;
	margin-left: 60px;
	margin-top: -30px;
	z-index: 900;
}

.productblockright{
	width: 183px;
	float: left;
	padding-left: 7px;
}

.myproductblock{
	float: left;
	margin-top: 5px;
	padding: 10px;
	width: 480px;
	background-color: #F1E7CC;
	border: 2px solid #B0B07A;
}

.myproductblockFairtrade{
	float: left;
	margin-top: 5px;
	padding: 10px;
	width: 480px;
	background-color: #C0C089;
	border: 2px solid black;
}

.myproductblockNoFairtrade{
	float: left;
	margin-top: 5px;
	padding: 10px;
	width: 480px;
	background-color: #F1E7CC;
	border: 2px solid #B0B07A;
}

.fotogroot{
	float: left;
	width: 140px;
	height: 91px;
}

.meerinfoblock{
	float:right;
	width: 330px;
}

.biedingblock{
	width: 310px;
	padding: 10px;
	background-color: #F0E2BB;
}

.biedingblockgroot{
	width: 460px;
	padding: 10px;
	background-color: #F0E2BB;
}

.biedinginfoblock{
	float: left;
	width: 480px;
	margin-bottom: 10px;
}

.specialofferblockouter{
	margin-right: 3px;
	margin-top: 3px;
	width: 280px;
	background-color: #F1E7CC;
	padding: 10px;
}

.leftblock{
	float: left;
	width: 240px;
}

.rightblock{
	float: left;
	width: 240px;
}

.specialofferblock{
	margin-right: 3px;
	margin-top: 3px;
	width: 260px;
	height: 133px;
	background-color: #E1CEA6;
	border: 2px solid #B0B07A;
	padding: 10px;
}

.specialofferblockFairtrade{
	margin-right: 3px;
	margin-top: 3px;
	width: 260px;
	height: 133px;
	background-color: #C0C089;
	border: 2px solid black;
	padding: 10px;
}

.specialofferblockleft{
	width: 150px;
	margin: 0;
	float: left;
	color: black;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
}

.specialofferblockleft h4{
	margin-top: 0px;
}

.specialofferblockright{
	width: 103px;
	float: left;
	padding-left: 7px;
}

.searchblock{
	width: 493px;
	height: 144px;
	background-color: #F1E7CC;
	border: 2px solid #B0B07A;
	padding: 15px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 14px;
}

.searchblock label{
	padding: 0.2em 0 0;
    float: left;
    width: 140px;
}

.searchselect{
	border: 1px solid #333333;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color : #000000; 
	font-weight: normal; 
	background: #FFFFFF; 
}

fieldset {
    border: none;
}

.paypalbutton{
	width: 145px;
	height: 42px;
	border: 0;
}

.knopgroen a{
	border: none;
	background-color: #339900;
	margin: 2px;
	padding: 3px 7px 3px 7px;
	height: 20px;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	text-align: center;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.knoporanje a{
	border: none;
	background-color: #FF6600;
	margin: 2px;
	padding: 3px 7px 3px 7px;
	height: 20px;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	text-align: center;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.knoprood a{
	border: none;
	background-color: #FF0000;
	margin: 2px;
	padding: 3px 7px 3px 7px;
	height: 20px;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	text-align: center;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.knopblauw a{
	border: none;
	background-color: #0066FF;
	margin: 2px;
	padding: 3px 7px 3px 7px;
	height: 20px;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	text-align: center;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.inputblauw{
	border: none;
	background-color: #0066FF;
	margin: 2px;
	padding: 3px 7px 3px 7px;
	height: 20px;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	text-align: center;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}



/*



.paypal input{
	margin-top: 40px;
	width: 80px;
	height: 30px;
}

*/


.field {
    overflow: hidden;
    padding: 0 0 0.5em;

}

/*
label,
.checkbox p,
.radio p {
    padding: 0.2em 0 0;
    float: left;
    width: 10px;
}
*/

/*
input,
select {
    float: left;
    width: 160px;
}

select {
    width: 163px;
}
*/

.error .messages,
.error .messages li {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

.error .messages li {
    padding: 0.1em 0 0 1.5em;
    color: #b92d23;
}

.error input {
    color: #b92d23;
}

.success {
    background: url(../templateimages/success_icon.png) 350px 0.2em no-repeat;
}

.error {
    background: url(../templateimages/error_icon.png) 350px 0.2em no-repeat;
}

fieldset {
    border: none;
}
/*

.checkbox p,
.checkbox .inputs {
    float: left;
}

.checkbox p {
    padding: 0;
    margin: 0 0 1em;
}

.checkbox .inputs {
    width: 165px;
}

.checkbox .inputs,
.checkbox .inputs li {
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
}

.checkbox .inputs li {
    margin: 0 0 0.3em;
}

.checkbox li label,
.checkbox li input {
    display: inline;
    float: none;
    width: auto;
}
*/


.validate_any {
    position: relative;
}

.validate_any.error {
    padding-top: 2em;
    background-position: 0 0.2em;
}

#terms_block {
    background-position: 205px 0.2em;
}

#terms_block .messages li {
    padding-top: 0.2em;
}

.validate_any .messages {
    position: absolute;
    left: 0;
    top: 0.1em;
}


.plaats_item_knop{
	float: left;
	margin-left: 60px;
}





