/*--usercenter--*/
.usercenter {
	background-color: #c3cccc;
	padding-top: 0;
	padding-bottom: 0;
	border-top: 1px solid #ccc;
	background-color: #c3cccc;
}

.usercenter .container {
	min-width:780px;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 100%;
	background-color: #fff;
}

.usercenter div {
	
}

#uc_menu {
	width: 120px;
	float: left;
}

#uc_menu ul {
	width: 100%;
}

#uc_menu li {
	list-style: none;
}

#uc_menu li.li_lv1 {
	text-align: left;
	background-color: #23b684;
	color: #fff;
	padding: 4px 10px;
	margin: 10px 0px;
}

#uc_menu li.li_lv2 {
	list-style: none;
	text-align: center;
	width: 100%;
	margin: 4px 0px;
}

#uc_menu li a.selected {
	font-weight: bold;
}

.hidden {
	display: none;
}

#uc_main {
	min-height: 600px;
	width: 1000px;
	float: right;
	height: 100%;
	border-left: 1px dashed #ccc;
	padding: 0px 40px;;
	text-align: left;
}

@media ( max-width :1200px) {
	#uc_main {
	width: 800px;
	}
}
@media ( max-width :1000px) {
	#uc_main {
	width: 600px;
	}
}

#uc_main #container {
	width: 100%;
}

#uc_main h2 {
	clear: both;
	margin-bottom: 1em;
}

#uc_main h4 {
	clear: both;
	margin-bottom: 1em;
}

#uc_main div {
	float: left;
	line-height: 3.4em;
	margin-bottom: 0.6em;
}

#uc_main table {
	width: 100%;
	margin-bottom: 1.5em;
}

#uc_main table tr {
	height: 3em;
}

#uc_main table  td {
	padding: 0.2em;
}

#uc_main table  th {
	background-color: #23b684;
	color: #fff;
	padding: 0.4em;
	text-align: center;
	padding: 0.4em
}

#uc_main table.list  tr:nth-child(odd) {
	background-color: #f1f1f1;
}

#uc_main table.list  tr:nth-child(even) {
	background-color: #ffffff;
}

#uc_main span.tip {
	font-size: 0.4em;
	color: #caa;
}

#uc_main input, #uc_main select {
	height: 2em;
	padding: 0em 0.5em;
	line-height: 2em;
}

#uc_welcome {
	float: left;
	margin-top: 1.6em;
}

#uc_usercode span {
	font-size: 0.3em;
}

div#uc_usercode {
	float: right;
	font-size: 1.2em;
	line-height: 1.2em;
}

#uc_usercode span.code {
	font-size: 2em;
	font-family: 微软雅黑;
	font-weight: bold;
	float: right;
	margin-top: 0.2em;
}

div#default-address {
	margin-left: 0.4em;
	margin-top: 0.6em;
	line-height: 2.4em;
}

table#address_table  td {
	padding: 0.0em;
}

table#address_table  td:nth-child(7), table#address_table  td:nth-child(8)
	{
	text-align: center;
}

table#password_table {
	background-color: #ffffff;
}

#uc_main table.form  td:nth-child(1) {
	width: 8em;
	padding-right: 1em;
	text-align: right;
}

table#table_packageregister td:nth-child(1) {
	width: 8em;
	padding-right: 1em;
	text-align: right;
}

table#package_table  td:nth-child(1), table#package_table  td:nth-child(6),
	table#package_table  td:nth-child(7), table#package_table  td:nth-child(8)
	{
	text-align: center;
}

table#order_table  td:nth-child(1), table#order_table  td:nth-child(7),
	table#order_table  td:nth-child(8) {
	text-align: center;
}
/*--//usercenter--*/