.store_category_box {
	padding-left: 60px;
	width: 450px;
}
.store_category a {
	color: #090084;
	font-weight: bold;
}
.store_category a:hover {
	font-weight: bold;
	text-decoration: underline;
}
.store_prod_box {
	padding-left: 10px;
	height: 100px;
	border: 1px solid #fc0;
	position: relative;
}
.store_prod_name {
	color: #090084;
	font-size: 11pt;
	font-weight: bold;
}
.store_prod_price {
	font-size: 9pt;
	font-weight: bold;
}
.store_prod_mprice {
	font-size: 9pt;
}
.store_prod_mprice_nt {
	font-size: 8pt;
	font-style: italic;
}