.more {
	display: inline;
	padding: 3px;
	border: 1px solid white;
	background: white;
}
#product_table {
	float: left;
	width: 600px;
}
#product_table em {
	color: #666;
}
#product_table table {
	border-collapse: collapse;
}
#product_table td {
	border-top: 1px solid black;
	}
#product_table .col1 {
	width: 250px;
	text-align: center;
	margin: auto;
}
#product_table .col2 {
	width: 230px;
/*	background: #555; */
	margin: auto 0px;
}
#product_table .col3 {
	width: 110px;
	text-align: center;
	margin: auto;
}
