/* 用户头像栏 */
.w_head_cont{
	width:100%;
	height: 203px;
	display:block;
}
.w_head_top_bg{
	width:100%;
	height: 126px;
	background: url('../images/w_nav_top.png');
}
.w_head_info{
	width: 920px;
	height: 76px;
	margin: 0 auto;
}
.w_head_info_img{
	width:170px;
	height:170px;
	position: absolute;
	z-index:2;
	margin: -110px 0px 0px 0px;
	background:#fff;
	box-shadow: 0 0 10px #888;
	border-radius:90px;
	behavior: url(/style/whg/common/css/PIE.htc);
}
.w_head_info_img img{
	width: 125px;
	height: 125px;
	margin: 23px auto;
	margin-left: 23px;
	border-radius:65px;
	behavior: url(/style/whg/common/css/PIE.htc);
}
.w_head_info_name{
    padding: 20px 0px 0px 180px;
	font-size: 16px;
	color: #735733;
	font-family: Microsoft YaHei;
}
/* 用户头像栏 end*/
/* 主体内容 */
.w_main_cont{
	width: 1100px;
    height: auto;
    margin: 0 auto;
    position: relative;
    margin-bottom: 10px;
}

/* 左侧 */
.w_left_side_cont{
	width:240px;
	height: auto;
	background: #fff;
	margin-left:10px;
	display: inline-block;
	border: 1px solid #EAE6E6;
	*float:left;	
}
.w_left_side_bottom{
	width:240px;
	height:50px;
}
.w_left_side_cont ul li {
	float: left;
    width: 240px;
    height: 50px;
    margin-top:10px;
}
.w_left_side_cont ul li a {
    display: block;
    width: 110px;
    height: 50px;
    margin:0 auto;
    color: #8d775a;
    font-family: Microsoft YaHei;
    font-size: 15px;
    line-height: 50px;
    letter-spacing: 1p;
    text-align: right;
    text-decoration: none;
}
.w_left_side_cont ul li:hover{
	background: #e5e5e5;
}
.w_left_li_hover{
	background: #e5e5e5;
}
.menu_bg_personal_info {
    background: url("../images/personal_info_img.png") left center no-repeat;
}
.menu_bg_my_msn {
    background: url("../images/my_msn_img.png") left center no-repeat;
}
.menu_bg_my_order {
    background: url("../images/my_order_img.png") left center no-repeat;
}
.menu_bg_my_coll {
    background: url("../images/my_coll_img.png") left center no-repeat;
}
.menu_bg_change_psd {
    background: url("../images/change_psd_img.png") left center no-repeat;
}
.menu_bg_my_real_name {
    background: url("../images/real_name_con_img.png") left center no-repeat;
}
.menu_bg_my_advice {
    background: url("../images/advice_img.png") left center no-repeat;
}
.menu_bg_my_coll_act {
    background: url("../images/my_coll_act_img.png") left center no-repeat;
}
.menu_bg_my_eval {
    background: url("../images/my_eval_img.png") left center no-repeat;
}
/* 左侧 end*/
/* 右侧  */
.w_mian_right {
    width: 830px;
    min-height: 520px;
    float: right;
    background: #fff;
    border: 1px solid #EAE6E6;
}
.w_right_head{
	width: 790px;
	height: 50px;
	line-height: 50px;
	font-size:15px;
	color: #8d775a;
    font-family: Microsoft YaHei;
    padding-left: 25px;
}
.w_border_bottom{
	width:810px;
	height:1px;
	margin:0 auto;
	border-bottom:4px solid #eee;
}
/* 意见反馈css start*/

.w_feedback_con{
	height:200px;
	width:810px;
	margin:0 auto;
	border-bottom:3px solid #f5f5f5;
}

.w_feedback_con label{
	display:inline-block;
	width:310px;
	padding:40px 20px 140px 20px;
	text-align: right;
	font-size:15px;
	color: #957F65;
}
.w_feedback_con textarea{
	float:right;
	width:384px;
	height:132px;
	margin:18px 45px 18px 0;
	resize:none;
	padding:15px 10px;
	border:1px solid #D9D9D9;
}
.w_feedback_code{
	height:100px;
	line-height:100px;
	width:810px;
	margin:0 auto;
	border-bottom:3px solid #f5f5f5;
}
.w_feedback_code label{
	display:inline-block;
	width:330px;
	padding-right:20px;
	text-align: right;
	font-size:15px;
	color: #957F65;
}
.w_feedback_code input{
	width:222px;
	height:37px;
	font-size:15px;
	border:1px solid #D9D9D9;
	border-width:1px 2px;
	padding:0 10px 0 15px;
}
.w_buttonfeedback{
	height:40px;
	padding:30px;
}
.w_buttonfeedback a{
	display:block;
	width:102px;
	height:36px;
	line-height:36px;
	text-align:center;
	margin-left:67px;
	background-color: #FFF7B9;
	font-size:15px;
	color: #957F65;
	text-decoration: none;
	border-radius:2px;
	box-shadow:4px 4px 4px #CFC996;
	behavior: url(/style/whg/common/css/PIE.htc);
}
.w_buttonfeedback a:hover{
	color:#EBBF41;
}
.w_feedback_box{
	padding:20px 20px;
}
.w_feedback_left{
	float:left;
	width:70px;
	text-align: right;
	font-size:15px;
	color: #957F65;
	padding-right:8px;
}
.w_feedback_textarea{
	float:left;
	width:500px;
	height:200px;
	resize:none;
	padding:15px 10px;
	border:1px solid #D9D9D9;
}
.w_feedback_input{
	float:left;
	width:130px;
	height:30px;
	padding: 0 10px;
	border:1px solid #D9D9D9;
	font-size:16px;
}
.fb_nav{
	width: 100%;
	padding:20px 20px;
}
.fb_nav_a{
	float: left;
	width: 100px;
	height:37px;
	line-height:37px;
	font-size:16px;
	text-align: center;
	color:#8B807B;
	border-radius:3px;
	margin-right:8px;
}
.fb_nav_a:hover{
	background: #DBAD29;
	color:#fff;
}
.fb_nav_a_seleted{
	background: #DBAD29;
	color:#fff;
}
.fb_reply_box{
	padding:40px 40px;
	padding-top:0px;
}
.fb_reply_box_content{
	padding:20px 20px;
	border-bottom:1px dashed #C6C5C3;
}
.fb_reply_title{
	float:left;
	max-width:70%;
	font-size:16px;
	letter-spacing: 1px;
}
.fb_reply_date{
	float: right;
	font-size:14px;
	padding-top:2px;
	color:#C6C5C3;
}
.fb_reply_content{
	padding-top:5px;
	font-size: 14px;
	color:#696865;
}
/* 意见反馈css end*/
/* 右侧end*/ 