html,body
{
	height:100%;	
	margin:0px;
}


div,td,th,input,select,textarea{
	font-size:9pt;
}
form{
	padding:0px;
	margin:0px;
}
textarea{
	overflow:auto;
}

table{
	border-collapse:collapse;
}

.borderTop1
{
	border-top:1px solid #e3e3e3;
}

.borderBottom1
{
	border-bottom:1px solid #e3e3e3;
}


.borderColor1
{
	border-color:#e3e3e3;
}

.bgColor1
{
	background-color:#fafafa;
}

.Member
{
	font-family:Î¢ÈíÑÅºÚ,ËÎÌå;
}

.Member a
{
	color:#4477ee;
	text-decoration:none;
	
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-o-transition: color 0.2s;
	-ms-transition: color 0.2s;
	transition: color 0.2s;
}

.Member a:visited
{
	color:#4477ee;
}

.Member a:hover
{
	color:red;
	
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
		
}

.Member input,textarea
{
	border-width:1px;
	border-color:#cacaca;
	border-style:solid;
	padding:4px 4px 4px 4px;
	
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
	
	cursor:default;
}


.Member input[type="radio"]
{
	border:0px;
	padding:0px;
	margin:0px;
	margin-top:2px;
}

.tips
{
	color:#999999;
}

.Member input:hover,textarea:hover
{
	border-color:Skyblue;	
	-webkit-box-shadow: 0px 0px 6px #cacaff;
    -moz-box-shadow: 0px 0px 6px #cacaff;
    box-shadow: 0px 0px 6px #cacaff;
}

.Member input:focus,textarea:focus
{
	border-color:#6a6afa;	
	-webkit-box-shadow: 0px 0px 3px #6a6afa;
    -moz-box-shadow: 0px 0px 3px #6a6afa;
    box-shadow: 0px 0px 3px #6a6afa;
    
    cursor:auto;

}

.Member .button0
{
	background:#eaeaea;
	color:#666666;
	
	border-width:1px;
	border-color:#dadada;
	border-style:solid;
	padding:8px 16px 8px 16px;
	
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.Member .button0:hover
{
	color:Black;
	
	border-color:skyblue;	
	-webkit-box-shadow: 0px 0px 3px blue;
    -moz-box-shadow: 0px 0px 3px blue;
    box-shadow: 0px 0px 3px blue;
}

.Member .button0:focus
{
	
	border-color:skyblue;	
	-webkit-box-shadow: 0px 0px 2px blue;
    -moz-box-shadow: 0px 0px 2px blue;
    box-shadow: 0px 0px 2px blue;
}


.Member .button1
{
	background:green;
	color:White;
	
	border-width:1px;
	border-color:#ffffff;
	border-style:solid;
	padding:8px 32px 8px 32px;
	
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.Member .button1:hover
{
	color:Yellow;
	
	border-color:greenyellow;	
	-webkit-box-shadow: 0px 0px 6px greenyellow;
    -moz-box-shadow: 0px 0px 6px greenyellow;
    box-shadow: 0px 0px 6px greenyellow;
}

.Member .button1:focus
{
	
	border-color:greenyellow;	
	-webkit-box-shadow: 0px 0px 2px greenyellow;
    -moz-box-shadow: 0px 0px 2px greenyellow;
    box-shadow: 0px 0px 2px greenyellow;
}

/*register*/

/*MemberCenter*/
.Member .radiusBlock
{
	border:1px solid #e3e3e3;
	
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}


.Member #navArea
{
	background:#f6f6f6;
	border:1px solid #e3e3e3;
	
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	padding:8px 16px;
	
}
/*
.Member #navArea a
{
	color:#4477ee;	
}
*/

.Member .Member_nav_split
{
	font-size:10px;
	margin:0px 8px 0px 8px;
	color:Gray;
	position:relative;
	top:-1px;
}


.Member #menuArea
{
	background:#f6f6f6;
	border:1px solid #e3e3e3;
	
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	margin-top:16px;
}

.Member .Member_menu
{
	color:#4477ee;	
	
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
	
	cursor:pointer;
}


.Member .Member_menu:hover
{
	background:#efefef;
	color:Black;
}

.Member .Member_menu0
{
	font-weight:bold;
	padding:8px 16px;
	display:block;
	margin:0px;
}



.Member .Member_menu1
{
	font-weight:normal;
	padding:8px 32px;
	display:block;
	margin:0px;
}

.Member .Member_menuActive
{
	background:#4477cc;
	color:White;
}

.Member .Member_menuActive:visited
{
	color:White;
}

.Member .Member_menuActive:hover
{
	background:#4477cc;
	color:White;
}



.Member .Member_splitLine
{
	border-top:1px solid #e3e3e3;
	border-bottom:1px solid #ffffff;
	height:0px;
	overflow:hidden;
}




/*cart*/
.Member_Cart_tr
{
	background:white;
}

.Member_Cart_tr:hover
{
	background:#fafaff;
}

.Member_Cart_td
{
	padding:8px;
	border-top:1px solid #e3e3e3;
}

.Member_Cart_thead
{
	padding:8px;
	font-weight:bold;
}


/*·ÖÒ³*/
.Member_pageSelect
{
	border:1px solid #e3e3e3;
	background-color:White;
}

.Member_pageBtn
{
	width:40px;
	white-space:nowrap;
	text-align:center;
	padding:8px;
	cursor:pointer;
	
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

.Member_pageBtn:hover
{
	background-color:#4477cc;
	color:White;
}

.Member_prevPage
{
	border-right:1px solid #e3e3e3;

}

.Member_nextPage
{
	border-left:1px solid #e3e3e3;
}

/*Member_notice*/

.Member .notice
{
	width:14px; 
	height:14px; 
	
	background-color:#F00; 
	
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
	margin-left:4px;
	text-align:center;
	color:White;
	
	font-weight:normal;
	font-family:Arial , Times New Roman , Î¢ÈíÑÅºÚ;
	font-size:12px; 
	line-height:14px;
	padding:2px;
	
	display:inline-block;
}


.Member_notice_ico_red
{
	width:10px; 
	height:10px; 
	background-color:Red;
	
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
		
	display:inline-block;
}

.Member_notice_ico_white
{
	width:10px; 
	height:10px; 
	background-color:White;
	
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
		
	display:inline-block;
}

.Member_notice_block0
{
	position:relative;
	clear:both;
	cursor:pointer;
	font-weight:bold;
}

.Member_notice_block1
{
	position:relative;
	clear:both;
	cursor:pointer;
	font-weight:normal;
}

.Member_notice_type
{
	display:inline-block;

	padding-left:8px;
	cursor:default;
	color:green;
}


.Member_notice_date
{
	display:inline-block;
	color:#999999;
	padding-left:8px;
	width:128px;
	cursor:default;
	float:right;
	margin-right:16px;
}

.Member_notice_title
{
	display:inline;
	padding-left:8px;
	cursor:pointer;
}

.Member_notice_content
{
	margin:16px;
	padding:32px;
	display:none;
	background-color:#ffffee;
	
	line-height:16pt;
	position:relative;
}

.Member .Member_notice_content_del
{
	position:absolute;
	top:0px;
	right:4px;
	color:#666666;
}

.Member .Member_notice_content_del:visited
{
	color:#666666;
}

.Member .Member_notice_content_del:hover
{
	color:red;
}
