/* CSS Document */
#userAccount {
	border:1px solid #dedede;
	font-size:14px;
}
#userLeft {
	float:left;
	width:180px;
}
#userTip {
	background-color:#fcfcfc;
	border:1px solid #dbdbdb;
	padding:5px;
	line-height:20px;
}
#userTip span {
	color:#cc0033;
}

.userMenuTitle {
	background:url(../images/user_menuTitle_bg.gif);
	width:180px; height:41px; line-height:41px;
	text-indent:40px;
	margin-top:10px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}
.userMenuContent {
	border:1px solid #dbdbdb;
	border-top:0;
}
.userMenuContent li {
	background:url(../images/user_menuItem_bg.gif);
	height:24px; line-height:24px;
	padding-left:40px;
}



#userContent {
	float:left;
	width:776px;
	margin-left:10px;
}

#userLoginFrame {
	float:left;
	width:470px; height:400px;
}
#userRegisterFrame {
	float:right;
	width:470px; height:400px
}
#userCartTable {
}
#userCartTableTip {
	height:25px; line-height:25px; text-align:center;
}
.tableBorder {
	border:1px solid #dedede;
}
.tableHeader, .tableContent, .tableFooter {
	color:#7d7d7d;
	background-color:#F9F9F9;
	height:25px; line-height:25px;
	text-align:center;
}
.tableHeader, .tableFooter {
	background-color:#F9F9F9;
	font-weight:bold;
}
.tableContent {
	background-color:#FFFFFF;
}
.itemTitle {
	width:700px; height:30px; line-height:30px;
	font-size:14px; font-weight:bold; color:#7d7d7d;
	background:url(../images/user_itemTitle_bg.gif);
	margin:5px auto;
	text-indent:10px;
}