div.productoverviewlist ul li {
}
div.productoverviewlist ul li h3 {
    margin-top:0px;
} 
div.productoverviewbox div.boxhdr h2 {
    color:black;
}
div.productoverviewbox {
    background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	margin-top: 15px;
}
div.boxhdr h2 {
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
}
div.productoverviewbox ul.tabs {
	position: absolute;
    width:1700px; /* low values do not show the remaining tabs */
	z-index: 2;
}
div.productoverviewbox ul.tabs li {
    background-image: none;
	background-color: #EFF0EB;
	float: left;
	width: auto;
	padding: 5px 5px 0px 5px;
	margin-right: 5px;
	font-weight: bold;
	cursor: pointer;
}
div.productoverviewbox ul.tabs li:hover {
	background-color: #f3f3f3;
}
div.productoverviewbox ul.tabs li.selected {
	padding: 5px 5px 5px 5px;
	color: #266FCE;/*2159c4;*/ 
}
div.scrollbox {
	position: relative;
	width: 688px;
	height: 30px;
	overflow: hidden;
}
div#more_button {
	position: absolute;
	width: 85px;
	height: 25px;
	background-image: url('../images/fade_right.png');
	text-align: right;
	padding: 5px 15px 0px 0px;
	z-index: 3;
	right: 0px;
	opacity: 1;
	cursor: pointer;
	font-weight: bold;
}
div#less_button {
	position: absolute;
	width: 85px;
	height: 25px;
	background-image: url('../images/fade_left.png');
	text-align: left;
	padding: 5px 0px 0px 15px;
	z-index: 3;
	left: 0px;
	display: none;
	opacity: 0;
	cursor: pointer;
	font-weight: bold;
}
div#more_button:hover, div#less_button:hover {
	color: #266FCE; 
}
div.tabBody {
	background-color: #EFF0EB;
	display: none;
	padding: 3px;
}
div.tabBody.selected {
	display: block;
}
div.productboxinner {
	background-color: #ffffff;
	float: left;
	width: 331px;
	padding: 5px;
	margin: 2px;
	margin-right: 3px;
	height: 100%;
}
div.productboxinner div.left {
	float: left;
	clear: none;
}
div.productboxinner div.right {
	float: right;
	clear: none;
}
div.innerboxleft {
	float: left;
	width: 110px;
	font-size: 8px;
	text-align: left;
}
div.innerboxleft img {
    margin-left:25px;
    margin-top:8px;
    margin-bottom:5px;
}
div.innerboxleft p {
    font-size:10px;
    font-family:Arial;
}
div.innerboxright {
	float: left;
	width: 182px;
}
div.productboxinner hr {
	color: #EFF0EB;
}
div.productboxinner a {
	margin-top: 5px;
	padding-top: 0px;
	text-decoration: none;
    color:#266FCE;
}
div.productboxinner h3 {
	margin-top: 5px;
	padding-top: 0px;
	clear: none;
	font-size: 13px;
	margin-left: 5px;
    color:black;
}
div.innerboxright h3 {
	color: black;
	font-size: 11px;
	text-align: left;
}
div.innerboxright {
}
div.innerboxright ul {
    width:100%;
    height:80px;
    padding-top:10px;
    padding-left:15px;
    overflow:hidden;
    margin:0;
}
div.innerboxright ul li {
	margin: 4px;
	font-size: 10px;
	text-align: left;
    background-image:none;
    list-style-type: disc;
    list-style-position:outside;
    padding:0;
    margin:0;
    height:auto;
    margin-bottom:3px;
}
div.innerboxright div.butOrder_dutch {
    background-image: url("../images/but_order_dutch.png");
    background-repeat: no-repeat;
    width:72px;
    height:18px;
    float:right;
    margin-top:5px;
    margin-right:5px;
}
div.innerboxright div.butOrder_english {
    background-image: url("../images/but_order_english.png");
    background-repeat: no-repeat;
    width:72px;
    height:18px;
    float:right;
    margin-top:5px;
    margin-right:5px;
}
div.innerboxright div.butContact_dutch {
    background-image: url("../images/but_contact_dutch.png");
    background-repeat: no-repeat;
    width:72px;
    height:18px;
    float:right;
    margin-top:5px;
    margin-right:5px;
}
div.innerboxright div.butContact_english {
    background-image: url("../images/but_contact_english.png");
    background-repeat: no-repeat;
    width:72px;
    height:18px;
    float:right;
    margin-top:5px;
    margin-right:5px;
}
div.innerboxright div.butOrderBG {
    background-image: url("../images/bg_product_price.png");
    background-repeat: repeat;
    width:210px;
    height:28px;
    margin:0;padding:0;
    cursor:pointer;
}
div.innerboxright div.price {
    float:left;
	font-size:7pt;
    width:100px;
    margin-top:9px;
    margin-left:20px;
    color:black;
    font-weight:bold;
}
