.dept_prod{
width: 120px;
height: 190px;
float:left;
text-align:center;
margin-left: 5px;
padding:0px;
font-size:11px;
background-color: transparent;
}
.dept_prod_name{
display:block;
text-align:center;
font-size: 12px;
font-weight: bold;
color: white;
}
.dept_prod_name a{
	color: black;
	text-decoration: none;
}
.dept_prod_name a:hover{
	color: #494949;
	text-decoration: underline;
}

.dept_prod_price a{
	color: white;
	font-weight: bold;
  text-decoration: none;
}
.dept_prod_price a:hover{
	color: #CCCCCC;
  text-decoration:none;
}

.dept_prod_price img{
border: 0;
}
.dept_image{
display: block;
width: 100%;
height: 120px;
background-color: transparent;
background-repeat: no-repeat;
background-position: center center;
}
