@charset "utf-8";

/***
 *	BaoBeiTA profile search Style
 **/
 
/* ---------- profile search ---------- */
.profile .body {
	width: 950px;
	margin: 0px auto;
}

.profile .titleBar .content span {
	font-size: 14px;
	font-family: Microsoft Yahei;
}

.profile .modTitle {
	font-size: 16px;
}

.profile .modContent {
	clear: both;
	background: #fff;
	width: 930px;
	padding: 10px;
	border-bottom: 1px solid #EEE;
	overflow: hidden;
	padding: 10px;
}

.profile .attrTable {
	width: 600px;
	margin: 0 10px;
	float: left;
}

.profile .attrTable th {
	width: 150px;
	line-height: 30px;
	padding-right: 10px;
	letter-spacing: 5px;
	font-size: 14px;
}

.profile .attrTable td {
	line-height: 30px;
	padding-left: 10px;
	color: #666;
	font-size: 12px;
}

.profile .attrTable .head {
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
	border-bottom: 1px dotted #EEE;
	padding-left: 20px;
}

.profile .headCard {
	color: #555;
	width: 210px;
	padding: 0 10px;
	overflow: hidden;
}

.profile .headCard.lft {
	float: left;
	margin-right: 10px;
	padding-right: 20px;
	border-right: 1px solid #eee;
}

.profile .headCard.rgt {
	float: right;
	margin-left: 10px;
	padding-left: 20px;
	border-left: 1px solid #eee;
}

.profile .headCard .pic {
	display: block;
	width: 210px;
	height: 210px;
	overflow: hidden;
}

.profile .headCard .pic img {
	width: 208px;
	height: 208px;
	border: 1px solid #EEE;
}

.profile .headCard .pic img:hover {
	border: 1px solid #F90;
}

.profile .noRecord {
	width: 100%;
	height: 100px;
	line-height: 100px;
	padding: 5px 0px;
	clear: both;
	color: #C33;
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
	background: #fff;
	border: 1px solid #eee;
}
