


/* Contact */

#contactDiv {
background:#ededed;
margin-left:40px;
width:410px;
padding:5px 5px 5px 5px;
}

#contactForm {
font-size:10px;
font-weight:bold;
color:#595959;
}

#contactForm input {
padding:1px 5px 1px 5px;
}

.inputField {
font-size:13px;
border:1px solid #888888;
}

.redAsterisk, .redText {
color:#FF0000;
}

.big {
font-size:14px;
}

.keyField {
height:3px;
}


.dashedBorder {
border-bottom-style:dashed; 
border-bottom-width:1px; 
border-bottom-color:#000000; 
width:450px;
line-height:1px;
margin-bottom:15px;
}

.dashed {
border-bottom-style:dashed; 
border-bottom-width:1px; 
border-bottom-color:#000000; 
}

.boldLink {
font-weight:bold;
color:#00a796;
text-decoration:none;
}


.homeImg {
border:none;
}

.thumbImg {
border:1px solid #d6d6d6;
margin-right:15px;
}

.productImg {
border:1px solid #d6d6d6;
}

#productText {
margin-left:15px;
width:225px;
}


.product2 {
margin-bottom:15px;
float:left;
}

.productIntro {
width:314px;
}

.center {
text-align:center;
}

.lijmwijzerTable {
width:760px; 
font-size:11px;
}



/* Colors */

.preference {
width:27px;
height:25px;
float:left;
margin:1px;
text-align:center;
font-weight:bold;
}

.preference a {
text-decoration:none;
display:block;
color:#FFFFFF;
padding:5px;
padding-bottom:7px;
}

.red {
background:#e2001a;
}

.darkgreen {
background:#009037;
}

.lightgreen {
background:#86b918;
}

.yellow {
background:#ffed00;
}

.yellow a {
color:#000000;
}

.orange {
background:#f39400;
}

.blue {
background:#5693c9;
}


/* Text colors */
.redText {
color:#e2001a !important;
}

.darkgreenText {
color:#009037 !important;
}

.lightgreenText {
color:#86b918 !important;
}

.yellowText {
color:#FFCC33 !important;
}

.orangeText {
color:#f39400 !important;
}

.blueText {
color:#5693c9 !important;
}



.noOutline {
outline:none;
}

.floatleft {
float:left;
}

