/* 定义用户信息页特有样式 */
/* 作者：昝树兵 */
/* 最后更新：2010-6-22 */

#mnCtaner .userProfile {
	margin-top: 15px;
}

.userProfile .cmnTab01 {
	margin-bottom: 15px;
}
.userProfile .cmnUserList1 {
	margin: 35px 10px;
}
.userProfile .CmnInviteList1 {
	margin: 35px 10px;
}
.userProfile .CmnForm01 {
	margin: 35px 50px;
}

#mnCtaner .venueProfile {
	margin-top: 15px;
}
#mnCtaner .venueProfile .noListCell {
	height: 165px;
	padding: 15px 65px;
}
#mnCtaner .venueProfile .noListCell strong {
	margin-top: 25px;
}
#mnCtaner .venueProfile .noListCell img {
	margin-right: 35px;
}

#mnCtaner .myCtrlCenter {
	margin-top: 15px;
}
.myCtrlCenter .cmnTab01 {
	margin-bottom: 15px;
}
.myCtrlCenter .CmnForm01 {
	margin: 35px 50px;
}

.passwordModify dl dt {
	width: 110px;
}
.passwordModify dl dd.errorTip {
	margin-left: 110px;
}
.passwordModify dl.submitLine dd {
	margin-left: 110px;
}
.passwordModify dl dd.enterTip {
	width: 40%;
}

.myCtrlCenter .bindWB {
	margin: 35px 50px;
}




/*============================ userPanel style ==============================*/
.userBaseInfo {
	margin-bottom: 10px;
}
.userBaseInfo .content {
	margin: 10px;
}
.userBaseInfo .userImg{
	float: left;
	margin: 0 10px 0 0;
}
.userBaseInfo .cmnSpec {
	margin-bottom: 5px;
	color: #666;
}
.userBaseInfo .nickName {
	font-size: 16px;
	font-weight: bold;
	font-family: "微软雅黑", Arial;
	color: #000;
}
.userBaseInfo .achievement {
	margin-top: 10px;
}
.userBaseInfo .achievement li {
	float: left;
	width: 27%;
	margin: 0 3px;
	display: block;
	padding: 5px 3px;
	font-size: 16px;
	font-family:"微软雅黑", Arial;
	font-weight: bold;
	text-align: center;
	background: #fffdc8;
	border: 1px solid #a29c80;
	color: #0071b0;
}
.userBaseInfo .achievement li span {
	display: block;
	color: #666;
}

.userCtrlPanel {
	margin: 10px 10px 0 10px;
}
.userCtrlPanel a {
	display: block;
	float: left;
	width: 50%;
	background: url(../img/iconArrow03.gif) no-repeat left center;
	border-bottom: 1px dotted #AAA;
}
.userCtrlPanel a span {
	display: block;
	margin: 5px 5px 5px 18px;
}

.badges .content {
	margin: 10px;
}
.badges li {
	display: block;
	float: left;
	margin: 0 6px 6px 5px;
}
.badges li a:hover {
	border: none;
}

.friends .content {
	margin: 10px;
}
.friends li {
	display: block;
	float: left;
	margin: 0 8px 8px 8px;
}
.friends li a:hover {
}
.friends li .avator img {
	width: 40px;
	height:40px;
}

.ownedArea .content {
	margin: 10px;
}
.ownedArea li {
	margin: 0 0 6px 0;
}
.ownedArea li a {
	display: block;
	padding: 0 0 6px 18px;
	background: url(../img/iconArrow03.gif) no-repeat left top;
	overflow: hidden;
	height: 15px;
	line-height: 15px;
	border-bottom: 1px dotted #AAA;
}

/*============================ venuePanel style ==============================*/
.venueBaseInfo {
	margin-bottom: 10px;
}
.venueBaseInfo .content {
	margin: 10px;
}
.venueBaseInfo .cmnSpec {
	margin-bottom: 5px;
	color: #666;
}
.venueBaseInfo .nickName {
	font-size: 16px;
	font-weight: bold;
	font-family: "微软雅黑", Arial;
	color: #000;
}
.venueBaseInfo .currOwner {
	display: block;
	clear: both;
	background: #F2F2F2;
	border: 1px dotted #AAA;
	padding: 8px 0;
	margin-bottom: 8px;
}
.venueBaseInfo .currOwner .userImg {
	float: left;
	margin: 3px 8px 0 12px;
}
.venueBaseInfo .currOwner .nickName {
	font-size: 14px;
}
.venueBaseInfo .achievement {
	margin-top: 10px;
}
.venueBaseInfo .achievement li {
	float: left;
	width: 27%;
	margin: 0 3px;
	display: block;
	padding: 5px 3px;
	font-size: 16px;
	font-family:"微软雅黑", Arial;
	font-weight: bold;
	text-align: center;
	background: #fffdc8;
	border: 1px solid #a29c80;
	color: #0071b0;
}
.venueBaseInfo .achievement li span {
	display: block;
	color: #666;
}

.recentVisit .content {
	margin: 10px;
}
.recentVisit li {
	display: block;
	float: left;
	margin: 0 8px 8px 8px;
}
.recentVisit li a:hover {
}
.recentVisit li .avator img {
	width: 40px;
	height:40px;
}

.nearByVenue .content {
	margin: 10px;
}
.nearByVenue li {
	margin: 0 0 6px 0;
}
.nearByVenue li a {
	display: block;
	padding: 0 0 6px 18px;
	background: url(../img/iconArrow03.gif) no-repeat left top;
	overflow: hidden;
	height: 15px;
	line-height: 15px;
	border-bottom: 1px dotted #AAA;
}

/*============================ 绑定微博 style ==============================*/
.bindWB h3 {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 30px;
}
.bindWB li {
	float: left;
	width: 50%;
	text-align: center;
	height: 150px;
	overflow: hidden;
}
.bindWB li img {
	margin-bottom: 10px;
}
.bindWB li span {
	display: block;
	margin-bottom: 10px;
}

/*============================ 邀请好友页批量邀请EMAIL列表 style ==============================*/
.contactorList li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #AAA;
	font-size: 14px;
}
.contactorList li label.name {
	display: inline-block;
	width: 100px;
	overflow: hidden;
	margin-left: 5px;
	font-weight: bold;
}
.contactorList li label.email {
	overflow: hidden;
	margin-left: 25px;
}

/*============================ 新用户引导页 ==============================*/
.newUserGuide {
	padding-top: 15px;
}

/*============================ 品牌用户通用样式 ==============================*/
.brandUserAD {
	margin-bottom: 15px;
}
.brandUserInfo .brandIntro {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px dotted #AAA;
}
.brandUserInfo .brandIntro p{
	color: #666;
	line-height: 20px;
	margin: 0 0 15px 0;
}
.btnFollow {
	width: 170px;
	height: 47px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.btnFollow a, .btnFollow a:hover {
	background: url(../img/btnFollow.gif) no-repeat left bottom;
	width: 150px;
	height: 47px;
	display: block;
}
.btnFollow a:hover {
	background-position: left top;
}
.btnFollow .loading, .btnFollow .followOK {
	display: none;
	margin-top: 20px;
}

.otherBrands {
	padding: 10px;
}
.otherBrands h1 {
	font-size: 14px;
	margin: 0;
	margin-bottom: 15px;
	color: #146b9a;
}
.otherBrands li {
	float: left;
	margin: 0 10px 0 0;
}
.otherBrands li img {
	width: 50px;
	height: 50px;
}


/*============================ 展示勋章大图的浮动层 ==============================*/
.badgeShow .content {
	text-align: center;
	margin: 10px;
}
.badgeShow .badgeInfo {
	font-size: 14px;
	margin: 10px;
}

/*============================ 绑定到SNS ==============================*/
.bindToSNS dd {
	width: 310px;
	margin: 15px 5px;
	font-size: 12px;
	float: left;
}
.bindToSNS dd .siteIcon {
	width: 100px;
	text-align: center;
	float: left;
	color: #F80;
	height: 95px;
	border-right: 1px dotted #AAA;
	margin-right: 10px;
}
.bindToSNS dd .siteIcon img {
	margin-top: 20px;
}
.bindToSNS dd .siteIcon label {
	font-size: 12px;
	display: block;
}
.bindToSNS dd .bindForm label {
	display: block;
	margin-bottom: 5px;
}
.bindToSNS dd .bindForm label span {
	font-size: 12px;
	display: block;
	float: left;
	width: 40px;
}

.downloadEnter {
	padding: 0 30px;
}
.downloadEnter a{
	display: block;
	float: left;
	width: 45%;
	margin: 10px;
	text-align: center;
}
.downloadEnter a img {
	padding: 5px;
	border: 1px solid #CCC;
}
.downloadEnter a:hover img {
	padding: 5px;
	border: 1px solid #F80;
}
