@charset "utf-8";
/* CSS Document */

#shop_item_box {
	width:475px;
}

#shop_product_small {
	width:460px;
	text-align:left;
	padding:10px;
	background-color:#FFF;
	margin: 10px 0px 15px 0px;
}

#shop_product_small_cat {
	width:460px;
	text-align:left;
	padding:10px;
	background-color:#FFF;
	margin: 10px 0px 15px 0px;
}

#shop_product_small_cat:hover {
	background-color:#E4D9AB;
	border:solid 1px #B9A650;
	
}



.entryTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #B9A650;
}

.entryTableHeader {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #E4D9AB;
	font-weight: bold;
	background-position: center;
}

.entryTable .label {
	background-color: #FFFFFF;
}

.entryTable .content {
	background-color: #FFFFFF;
}


.infoTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #B9A650;
}

.infoTableHeader {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #E4D9AB;
	font-weight: bold;
	background-position: center;
}

.infoTable .label {
	background-color: #FFFFFF;
}

.infoTable .content {
	background-color: #FFFFFF;
}

.notice {
	color: #996600;
	font-weight: bold;
}

