/* CSS Document */
.Menu {
	margin:10px;
	padding:0px;
	width:20%; 
	min-height:40px;
	border:1px solid#cccccc;
	float: left;
			color: #aaaaaa;
	font-family:"Segoe Print";
	border-radius: 2px;
	
}
.Menu #header {
	width:100%;
	height:30px;
	border-bottom:1px solid#cccccc;
		background:#eeeeee;
	
}
.Menu #header #item {
	width: 60%;
	height:100%;
	border-right:1px solid#cccccc;
	float: left;
		text-indent: 10px;
	font-size: 20px;
	color:#000000;
}
.Menu #header #price {
	width: 19%;
	height:100%;
	border-right:1px solid#cccccc;
	float: left;
		text-indent: 2px;
	font-size: 20px;
	color:#000000;
}
.Menu #header #price_18 {
	width: 19%;
	height:100%;
		text-indent: 3px;
	font-size: 20px;
	float: left;
	color:#000000;
}
.Menu .item_wrapper {
	width:99.6%;
	min-height: 29px;
	margin:0px;
	padding:0px;
	margin-top:10px;
	margin-bottom:10px;
	border:1px solid#cccccc;
	
}
.Menu .item_wrapper #item_wrapper {
	width:100%;
	height:30px;
	border-bottom:1px solid#cccccc;
}
.Menu .item_wrapper #item_wrapper #item {
	width: 60%;
	height:100%;
	border-right:1px solid#cccccc;
	color:#000000;
	float: left;
	background:#fafafa;
}
.Menu .item_wrapper #item_wrapper #price {
	width: 18%;
	height:100%;
	border-right:1px solid#cccccc;
	float: left;
	color:#000000;
			text-indent: 3px;
	font-size: 20px;
	background:#fafafa;
}
.Menu .item_wrapper #item_wrapper #price_18 {
	width: 19%;
	height:100%;
			text-indent: 3px;
	font-size: 20px;
	float: left;
	color:#000000;
	background:#fafafa;
}



.Menu2 {
	margin:10px;
	padding:0px;
	width:20%; 
	min-height:40px;
	border:1px solid#cccccc;
	float: left;
		
	font-family:"Segoe Print";
	border-radius: 2px;
	color:#aaaaaa;
	
}
.Menu2 #header2 {
	width:100%;
	height:30px;
	border-bottom:1px solid#cccccc;
	background:#eeeeee;
	color:#000000;
}
.Menu2 #header2 #item2 {
	width: 80%;
	height:100%;
	border-right:1px solid#cccccc;
	float: left;
	text-indent: 10px;
	font-size: 20px;
	color:#000000;
}
.Menu2 #header2 #price2 {
	width: 19%;
	height:100%;

	float: left;
	text-indent:3px;
	font-size: 20px;
	color:#000000;
}
.Menu2 .item_wrapper2 {
	width:99.6%;
	min-height: 29px;
	margin:0px;
	padding:0px;
	margin-top:10px;
	margin-bottom:10px;
	border:1px solid#cccccc;
	
}
.Menu2 .item_wrapper2 #item_wrapper2 {
	width:100%;
	height:30px;
	border-bottom:1px solid#cccccc;
}
.Menu2 .item_wrapper2 #item_wrapper2 #item2 {
	width: 80%;
	height:100%;
	border-right:1px solid#cccccc;
	float: left;
		text-indent: 10px;
	font-size: 20px;
	color:#000000;
	background:#fafafa;
}
.Menu2 .item_wrapper2 #item_wrapper2 #price2 {
	width: 16%;
	height:100%;
	
	float: left;
		text-indent: 10px;
		
	font-size: 20px;
	color:#000000;
	background:#fafafa;
}
