/* bof image popups */
#productAdditionalImages{
margin: 20px 0;
text-align: center;
display: block;
height: 150px;
position: relative;
}
#productAdditionalImages .imagePopupCss {
float: right;
margin: 10px;
display: block;
}
.imagePopupCss{
position: relative;
display: block;
}
.imagePopupCss span.popup{
display: none;  
}
.imagePopupCss:hover {
/* fix IE7 z-index bug */
z-index: 999;
}
.imagePopupCss:hover span.popup {
display: block;
position: absolute;
background: #eee;
top: 0;
left: 151px;
padding: 0.2em;
border: 1px solid silver;
z-index: 999;
}

#productAdditionalImages .imagePopupCss:hover span.popup {
top: -150px;
left: -250px;
z-index: 999;
}
/* eof image popups */
/* bof info popups */
.infoPopupCss {
position: relative;
}
.infoPopupCss span{
display: none;
}
.infoPopupCss:hover {
/* fix IE7 z-index bug */
z-index: 9999;  
}
.infoPopupCss:hover span {
display: block;
position: absolute;
/* #idealPopup */
top: 3em;
left: 5em;
width: 30em;
color: black;
background: #eee;
padding: 1em;
font-size: 1.1em;
line-height: 1.5em;
border: 1px outset black;
z-index: 9999;
}
.infoPopupCss:hover span strong{
display: block;
color: red;
margin: 0.5em;
}
#stockInfoPopup:hover span{
top: 5em;
left: -48em;
text-align: left;
width: 50em;
}

/* eof info popups */
/* bof rowcategoriesdescription.css */
.categoryListBoxContents img{
float: left;
margin: 1em;
}
.categoryListBoxContents a.catMoreInfo{
position: absolute;
bottom: -8px;
right: 8px;
padding: 0.2em;
background: #eee;
font-size: x-small;
border: 1px solid silver;
border-width: 1px;
}
.categoryListBoxContents{
width: 48% !important;
margin-left: 0.5%;
margin-right: 0.5%;
height: 140px;
overflow: visible;
border: 1px solid silver;
position: relative;
text-align: left;
font-size: 1.1em;
}
.categoryListBoxContents h2{
text-indent: 0.5em;
}
.rowCategoriesDescription{
/*
border: 1px dotted red !important;
*/
height: 140px;
overflow: hidden;
}
/* eof rowcategoriesdescription.css */

.beInfoBlock img{
float: left;
margin-top: -10px;
padding: 0;
}
.beInfoBlock{
width: 40em;
}
.productListing-data img.kabelkeur{
float: right;
}

#productAttributes{
margin: 1em;
background: #eee;
padding: 2px;
float: right;
}
#productDetailsList{
margin: 1em;
}