@charset "UTF-8";
div#product_content {
	width: 825px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}
a.product_img {
	display: block;
	height: 198px;
	width: 150px;
	background-color: #FFFFFF;
	overflow: hidden;
}
div.product_desc {
	line-height: 17px;
	width: 150px;
	text-align: center;
	background-color: #FFFFFF;
	font-size: 12px;
}
input[type="submit"].buy_button {
	background-color: #61106A;
	display: block;
	height: 20px;
	width: 100px;
	color: #FFFFFF;
	line-height: 20px;
	text-align: center;
	font-size: 11px;
	text-decoration: none;
	margin-bottom: 25px;
	margin-right: 25px;
	margin-left: 25px;
}
ul#product_list li {
	margin-right: 10px;
}
ul#product_list li a img {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#product_details {
	background-color: #FFFFFF;
	height: 400px;
	width: 630px;
	margin-right: auto;
	margin-left: auto;
}
span.product_title {
	color: #61116A;
	font-size: 14px;
	font-weight: bold;
}

