@charset "utf-8";
#LinkMenuTop   a {
	font-size: 13px;
	text-decoration: none;
	line-height: 26px;
	vertical-align: bottom;
	color: #666666;
}
#LinkMenuTop   a:hover {
	color: #990000;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9900;
}

.TblTitle {
	font-size: 14px;
	color: #FF9900;
	font-weight: bold;
}
#MemTable {
	font-size: 13px;
}
#MemTable td {
	border: 1px dashed #FFCC66;
}
#MemMenu {
	font-size: 13px;
	filter: DropShadow(Color=#666666, OffX=1, OffY=1, Positive=1);
}
#MemMenu td {
	background-color: #FFFFCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFCC;
	border-right-color: #AE8B00;
	border-bottom-color: #AE8B00;
	border-left-color: #FFFFCC;
	margin: 4px;
	padding: 4px;
}



#MemMenu td a:link, a:visited {
	text-decoration: none;
	color: #0000CC;
}
#MemMenu td a:hover {
	color: #CC0000;
	text-decoration: none;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}
#MemberMenu {
	float: right;
	text-align: center;
}
#MemberMenu li {
	list-style-type: none;
	float: left;
	display: block;
	height: 24px;
	margin: 4px;
	padding: 0px;
	background-color: #FFCC00;
	font-size: 13px;
	line-height: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
}
#MemberMenu li a {
	list-style-type: none;
	float: left;
	height: 24px;
	width: 94px;
	background-color: #AFD8B6;
	text-decoration: none;
	font-size: 13px;
	line-height: 20px;
}
#MemberMenu li a span {
	top:2px;
	display:block;
	position: relative;
}
#MemberMenu li a:hover {
	list-style-type: none;
	display: block;
	background-color: #FFCC00;
	text-decoration: none;
}

#UserOrderList {
	font-size: 13px;
}
#tblOrderDetail {
	font-size: 13px;
	line-height: 21px;
}
#tblOrderDetail td {
	border: 1px dashed #FFCC66;
}
