.dept_prod{
border: 1px solid #0266F2;
width:120px;
height:171px;
float:left;
text-align:center;
margin:5px 15px 0px 0;
padding:0px;
font-size:11px;
}
.dept_prod_name{
display:block;
text-align:center;
padding:4px 0 3px 0;
line-height:12px;
height:24px;
}
.dept_prod_name a{
text-decoration:none;
}
.dept_prod_name a:hover{
text-decoration:underline;
}
.dept_prod_price a{
text-decoration:none;
}
.dept_prod_price a:hover{
text-decoration:underline;
}
.dept_image{
font-weight:bold;
display:block;
height:120px;
overflow:hidden;
background-color:white;
background-repeat:no-repeat;
background-position:center center;
cursor:pointer;
}