
.productlistitem{
border: 1px solid #999;
padding:2px;
margin-bottom:8px;
}
.mainproductimage{
border: 2px solid #999;
margin-top:16px;
}

.readmore{
display:block;
width:80px;
text-align:center;
background:#666;
padding:3px;
margin:3px;
border-style:outset;
border-width:2px;
font:9pt arial;
color:#fff;
text-decoration:none;
}
.readmore:hover{
background:#333;
}

.addtobasket{
display:block;
width:100px;
text-align:center;
background:#666;
padding:3px;
margin:3px 0px 3px 0px;
border-style:outset;
border-width:2px;
font:9pt arial;
color:#fff;
text-decoration:none;
}
.addtobasket:hover{
background:#333;
}

.pricetag{
display:block;
background: url(./layout/pricetag.jpg) center center no-repeat;
width:98px;
height:43px;
text-align:center;
padding-top:24px;
margin-left:3px;
padding-bottom:auto;
}
.productprice{

font:13pt arial;
text-transform:uppercase;
}
.webshopheader{
text-align:center;
}
.productgroupcont{
width:370px;
}
.productitemcont{
width:480px;
}
.productimage{
        zoom: 1;
        opacity: .70;
        filter: alpha(opacity=70);
border: 2px solid #999;
margin-top:16px;

}
.productimage:hover{
opacity: 1.00;
        filter: alpha(opacity=100);
}
