.product-top-info {
    border: 1px solid #E7E8E9;
	font-family: "µ¸À½", arial, sans-serif;
	padding: 8px;
	width: 608px;
}

.product-name {
    font-size: 1.15em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

.product-keyword {
    border: 1px solid #E7E8E9;
	margin-bottom: 10px;
	margin-top: 10px;
}

.product-image {
    width: 220px;	
}

.product-image-warning {
	margin-bottom: 10px;
}

.product-image-action {
    margin-bottom: 10px;
	margin-top: 10px;	
}

.product-ingredient-list {
	/* border: 1px solid #E7E8E9; */
	height:  20ex;
	overflow: auto;
	width: 360px;;
}

.product-top-info a:link, .product-top-info a:active,
.product-top-info a:visited  {
	color: #2C67A4;
	text-decoration: none;
}

.product-top-info a:hover {
	text-decoration: underline;
}

.product-search-stats {
    color: #CCCCCC;	
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 10px;
}

.product-search-stats a:link, .product-search-stats a:active,
.product-search-stats a:visited {
	color: /* #CCCB34 */ #2C67A4;
	text-decoration:none;
}

.product-search-stats a:hover {
	text-decoration: underline;
}
