
.product_type{
	display:block;
	width:28em;
	height:162px;
	border:2px solid #000000;
	float: left;
	margin: 5px;
	padding: 5px;
	background-color: #9DA8AE;
	font-size:110%;
}

.product_type .prod_main{
	margin-left:105px;
	font-size:110%;
}

.product_type .prod_pic{
	display:block;
	float:left;
	width:100px;
}

.product_type .titlespan{
	font-size:140%;
	color: #434A99;
	text-align:center;
	background-color:#D0D2EC;
	width:auto;
}

.product_type .titlespan a,
.product_type .titlespan a:visited{
	color:#434A99;
	text-decoration:none;
}

.product_type .titlespan a:hover{
	color:#000000;
	background-color:#E2EDF4;
}
