#serv div{
 border-radius: 6px;
 -moz-border-radius:8px; 
 -webkit-border-radius:8px; 
}

#serv {
width: 610px;
padding: 5px 5px;
margin-bottom: 15px;
float: left;
}
.item{
float:left;
text-align: center;
width: 188px;
height: 110px;
margin-right: 10px;
margin-right: 8px;
padding-top: 10px;
border: 1px solid #CCCCCC; 
background-color:#fff; 
vertical-align: bottom

}
.item img{
width: 120px;
height: 77px;
border: 0px;
}
.item:hover{
border: 1px solid #F7842E; 
border-bottom: 2px solid #F7842E; 
}
.item h3{
font-size: 12px;
}
.bonus, .bonus:hover, .bonus:visited
{
 color: #f33;
}


