﻿body
{
	font:12px/1.4 arial,helvetica,sans-serif;
	color: #777;
}
form
{
	margin:0px ;
	padding:0px;
}
#LeftMenu
{
	float: left;
	width: 168px;
}
#RightContent
{
	float: right;
	width: 600px;
}
.MenuTree
{
	border-bottom: 1px solid #dfdfde;
	margin-bottom:10px;
}
.RootNode
{
	width:100%;
	height:28px;
	background: url('/App_Themes/Theme/Images/Member/MyAccountTitle.gif' ) no-repeat ;
}
.ParentNode
{
	color:#444444;
	border-left: 1px solid #dfdfde;
	border-right: 1px solid #dfdfde;
	line-height: 20px;
	text-indent: 3em;
	padding-top:15px;
	background: url('/App_Themes/Theme/Images/Member/tri2.gif' ) no-repeat 20px 20px;
}
.LeafNodes
{
	text-indent: 4em;
	line-height: 26px;
	border-left: 1px solid #dfdfde;
	border-right: 1px solid #dfdfde; 
	*border-left:0px solid #dfdfde;
	*border-right:0px solid #dfdfde;
}
.LeafNodes .unselect
{
	color:#444444;
	text-decoration:none;
}
.LeafNodes .select
{
	color:Red;
	text-decoration:none;
}
.LeafNodes A:hover
{
	text-decoration:none;
	color:Red;
}
#myFrame
{
	table-layout: fixed;
	border: none;
	border-collapse: collapse;
}
.MemberTitle
{
	font-family:黑体;
	font-size:14px;
	font-weight:bold;
	color:#57884f;
	width:100%;
	line-height:26px;
	border-bottom:2px solid #dfdfde;
	margin-bottom:5px;
	text-indent:12px;
}
.MemberTitle1
{
	font-size:12px;
	color:#444;
	text-indent:1em;
	line-height:20px;
}
#MyPointsDetail,#MyOrder,#DeliveryAddressContent
{
	width: 100%;
	padding:0px;
	margin:0px;
}
.MemberButton
{
	width:74px;
	height:25px;
	line-height:25px;
	border:none;
	color:black;
	font-size:12px;
	background:url(/App_Themes/Theme/Images/Button/ButtonBG2.gif) no-repeat;
	cursor:pointer;
}
/**MemberTable**/
.MemberTable
{
	width: 100%;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color:#444444;
	margin:10px auto;
}
.MemberTableHeadS
{
	color: White;
	background-color: #cbcbcb;
	border:1px solid #cccccc;
	border-right:white;
}
.MemberTableHeadE
{
	color: White;
	background-color: #cbcbcb;
	border:1px solid #cccccc;
}
.MemberTableFoot
{
	line-height: 40px;
	color: #ff0000;
	font-weight:bold;
	border:1px solid #cccccc;
}
.MemberTableItem
{
	line-height: 30px;
	border:1px solid #cccccc;
}
.MemberTableItem A:link,.MemberTableItem A:visited
{
	color:#444444;
	text-decoration:none;
}
.MemberTableItem A:hover
{
	text-decoration:underline;
}
.MemberTable .NoDate td
{
	line-height:50px;
	width:100%;
	border:1px solid #cccccc;
}
/***information**/
.memberTable
{
	width:80%;
	margin-left:10px;
	font-size:12px;
}
.memberTdTitle
{	
	color:#444444;
	line-height:24px;
	width:20%;
	font-weight:bold;
}
.memberTdButtons
{
	text-align:left;
	padding-left:95px;
	height:40px;
}
.memberTdContent
{
	width:80%;
	color:#444444;
}
.memberTdContent input
{
	color:#333333;
	height:20px;
	line-height:20px;
}
/**Point Month***/
#MonthTabContainer
{
	width:100%;
	margin:7px 0px;
	border-left:1px solid #cccccc;
	display:table;
}
#MonthTabContainer .selectMonth
{
	color:#1f770e;
	cursor:pointer;
	padding:0px 10px;
	float:left;
	font-size:12px;
	border-right:1px solid #cccccc;
}
#MonthTabContainer .unselectMonth
{
	color:gray;
	cursor:pointer;
	padding:0px 10px;
	float:left;
	font-size:12px;
	border-right:1px solid #cccccc;
}
