#item h2{
	margin:0;
}
#item .section{
	padding:15px 20px 20px;
}
#item .thumb{
	float:left;
	width:250px;
}
#item .item-txt{
	float:right;
	width:400px;
}
#item .item-txt p{
}
#item .btn-contact{
	float:left;
	width:190px;
}
#item .btn-sample{
	float:left;
	width:180px;
}
#item table{
	width:100%;
	margin:20px 0 0;
	border:solid 1px #7a2952;
	border-collapse:collapse;
}
#item th{
	width:25%;
	padding:5px;
	border:solid 1px #7a2952;
	text-align:left;
	font-weight:normal;
	background-color:#e3d1da;
}
#item td{
	width:75%;
	padding:5px;
	border:solid 1px #7a2952;
}

