.dept_prod{
width: 160px;
height: 225px;
float:left;
text-align:center;
margin-right: 40px;
margin-bottom: 10px;
padding:0px;
font-size:11px;
background-color: transparent;
}
.dept_prod span {
line-height: normal;
}

.dept_prod_name{
display:block;
text-align:center;
font-size: 12px;
font-weight: bold;
}
.dept_prod_model{
display:block;
text-align:center;
font-size: 11px;
white-space: nowrap;
}


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

.prod_att_table {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #094332;
	border: 1px solid black;
}
.prod_att_table td {
	text-align: center;
}

/*th {
	background-color: #ccc;
	}

td {
	background-color: #ebebeb;
	}*/
	
#product_image {
	float: right;
	padding: 10px;
	margin: 15px;
	border: 1px solid #ccc;
	text-align: right;
	}