.productaccessoires
{
float:left;
width:230px;
height:80px;
border:0px solid red;
margin-right:10px;
margin-bottom:10px;
position:relative;
}
.productaccessoires .boximage
{
border:1px solid #597784;
position:absolute;
text-align:center;
left:0px;
top:0px;
height:60px;
width:60px;
line-height:60px;
overflow:hidden;
}
.productaccessoires .boximage img
{
vertical-align:middle;
}
.productaccessoires .boxtitle
{
border:0px solid red;
position:absolute;
left:70px;
width:155px;
height:20px;
top:0px;
color:#009ee0;
font-size:10px;
font-weight:bold;
}
.productaccessoires .boxshortdesc
{
border:0px solid red;
position:absolute;
left:70px;
width:155px;
height:40px;
top:30px;
color:#002857;
font-size:10px;
font-weight:normal;
}
