*{
    margin: 0;
    padding: 0;
    font-family: Verdana;
}
input[type=text]{
    border: 1px solid #000;
    height: 22px;
}
input[type=submit]{
    border: 1px solid #000;
    padding: 3px;
}
textarea{
    border: 1px solid #000;
}
.fail{
    background: lightpink;
    border: 1px solid red !important;
}
#wrapper{
    margin: 0 auto;
    width: 960px;
    border: 1px solid #000;
    position: relative;
}
#topbanner{
    height: 177px;
    width: 960px;
    /* background: url(../images/banner/banner_1.jpg); */
}
#headmenu{
    height: 33px;
    background: #E80000;
}
#headmenu a{
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
}
#headmenu ul{
    list-style: none;
}
#headmenu ul li{
    float: left;
    margin: 6px 0 0 10px;
}
#content_block{
    width: 100%;
    min-height: 800px;
	position: relative;
}
#left_content_block{
    height: 800px;
    width: 200px;
    float: left;
    background: #000;
}
#right_content_block{
    height: 760px;
    width: 744px;
    float: left;
    margin: 9px 5px 0 5px;
	overflow-y: scroll;
}
#right_content_block p{
    font-size: 12px;
}
#right_content_block h1{
    font-size: 16px;
    padding: 0 0 15px 0;
    background: url(../images/lijn2.jpg) 0 28px no-repeat;
}
#footer{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: #E80000;
    padding: 4px;
    color: #ffffff;
    font-size: 12px;
}
#searchblock{
    margin: 10px 0 0 5px;
}
.searchfield{
    width: 126px;
}
#categories{
    margin: 10px 0 0 10px;
}
#categories a{
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}
#categories ul{
    list-style: none;
}
#categories ul li{
    padding: 7px 0 7px 10px;
    width: 175px;
    background: url(../images/lijn.jpg) 0 31px no-repeat;
}
.resulttable{
	font-size: 10px;
}
.resulttable a:hover{
    text-decoration: underline;
}
.resulttable .issa{
	width: 85px;
}
.resulttable .impa{
	width: 85px;
}
.resulttable .acdc{
	width: 120px;
}
.resulttable .cmi{
	width: 85px;
}
.resulttable .description{
	width: 300px;
}
.resulttable tr:hover{
    background: #ccc;
}
.contactform{
    margin: 20px 0 0 0;
}
.productdetails{
    font-size: 13px;
}
.productdetails th{
	width: 200px;
	text-align: left;
}
.resulttable a{
	text-decoration: none;
	color: red;
}

















