/* CSS Document */

body{
	background-color: #ABABAB;
	color: #333;
	font: 12px/150% Arial,Verdana,"宋体";
	font-weight: 400;
}
#container {
	position: absolute;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	left: 130px;
}
.wrap {
/*	width: 940px;*/
	width: 590px;
	height: 615px;
	margin: 0 auto;
	background-color: #FFF;
	box-shadow: 0 2px 2px #777;
	border-radius: 3px;
}
.header {
    position: relative;
    padding: 5px 15px;
    height: 34px;
    line-height: 34px;
    background-color: #50a3fc;
    border-radius: 3px 3px 0 0;
}
.header .hd_txt, .header .hd_tit{
	font-size: 18px;
	color:#fff;
}
.header .hd_txt img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    vertical-align: -7px;
    margin-right: 6px;
}
.header .hd_close{
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 22px;
    color: #9dccff;
    font-weight: bold;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.header a:hover{
	text-decoration: none;
}
.l-area {
	width: 589px;
	overflow: hidden;
	float: left;
}
.r-area {
	display: none;
	float: right;
	width: 350px;
	position: relative;
	overflow: hidden;
	background-color: #f2f2f2;
	border-left: 1px solid #DCDEE4;
	border-radius: 0 0 3px;
}
#jRightArea {
	position: absolute;
	right: 0;
}

/********聊天区域*********/
.fl{
	float:left;	
}
.fr{
	float:right;	
}
.main_cont{
	padding:18px 0;
	max-height:370px;
	overflow-y: scroll;
}
.main_cont .user{
	padding: 5px 60px 5px 20px;
	position:relative;
}
.main_cont .me{
	padding: 5px 20px 5px 60px;
	position:relative;	
}
.main_cont .user dt{
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 20px;
    margin-top: 5px;
}
.main_cont .user dt em{
    background: url(../images/icon_left.png) no-repeat 0 0;
    width: 10px;
    height: 10px;
    position: absolute;
    margin-top: 10px;
    margin-right: -15px;
    right: 0;
    top: 0;
    z-index: 2;
}
.main_cont .me dt{
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 20px;
    margin-top: 5px;
}
.main_cont .me dt em{
    background: url(../images/icon_right.png) no-repeat 0 0;
    width: 10px;
    height: 10px;
    position: absolute;
    margin-top: 10px;
    margin-left: -12px;
    left: 0;
    top: 0;
    z-index: 2;
}
.main_cont .user dt img, .main_cont .me dt img{
	width:30px;
	height:30px;
	border-radius:50%;	
}
.main_cont .user dd{
	border:1px solid #90ACD1;
	padding:5px 20px;
	margin:0 0 0 40px;;
	border-radius:5px;
	background-color:#f8fafc;
	position:relative;
}
.main_cont .user dd h5{
	color:#4887DB;
	font-size:14px;
	font-weight:normal;
	margin-bottom:5px;
}
.main_cont .user dd p{
	color:#666;	
	line-height: 20px;
    margin-bottom: 5px;
}
.main_cont .user .media_cont a img{
	margin-right:30px;	
}
.main_cont .user .media_cont .media_time{
    position: absolute;
    right: 0;
    top: 0;
    margin-right: -45px;
    height: 36px;
    line-height: 34px;
}
.main_cont .user .media_cont .media_time em{
    background: url(../images/icon_media2.png) no-repeat 0 0;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: 8px;
}
.main_cont .me dd{
	border:1px solid #e2d0b7;
	padding:5px 20px;
	margin:0 40px 0 0;;
	border-radius:5px;
	background-color:#fcfaf8;
	position:relative;	
}
.main_cont .me dd h5{
	color:#AA9477;
	font-size:14px;
	font-weight:normal;
	margin-bottom:5px;
	text-align:right;
}
.main_cont .me dd p{
	color:#666;
	line-height: 20px;
    margin-bottom: 5px;
}
/**********左侧下方输入区域***********/
.edit-block {
	position: relative;
	height: 164px;
	border-top: 1px solid #DCDEE4;
	border-radius: 0 0 0 3px;
}
.edit-block .edit_face{
	height:46px;
	line-height: 46px;
	background-color: #f3f3f3;
	position: relative;
}
.edit-block .edit_face .edit_tools{
	padding: 10px 15px;
    height: 26px;
    line-height: 26px;
}
.edit-block .edit_face .edit_tools li{
	float:left;
    margin-right: 40px;
}
.edit-block .edit_face .edit_tools li .face_btn{

}
.edit-block .edit_face .edit_tools li .face_btn em, .edit-block .edit_face .edit_tools li .pic_btn em{
    background: url(../images/icon_chatUI.png) no-repeat;
    width: 19px;
    height: 19px;
    display: inline-block;
    vertical-align: -5px;
    margin-right: 5px;
}
.edit-block .edit_face .edit_tools li .face_btn em{
	background-position: 0 0;	
}
.edit-block .edit_face .edit_tools li a:hover.face_btn em{
	background-position: 0 -19px;
}
.edit-block .edit_face .edit_tools li .pic_btn em{
	background-position: 0 -39px;
}
.edit-block .edit_face .edit_tools li a:hover.pic_btn em{
	background-position: 0 -57px;
}
.edit-block .edit_face .edit_tools li a{
	color: #454545;
}
.edit-block .edit_face .edit_tools li a:hover{
	text-decoration: none;
	color:#50a3fc;
}
.edit-block .edit_face .face_icon_list{
    position: absolute;
    left: 15px;
    bottom: 35px;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #525763;
    display: none;
}
.edit-block .edit_face .face_icon_list .face_icon_table{
	border-collapse: collapse;
	border-spacing: 0;
}
.edit-block .edit_face .face_icon_list .face_icon_table td{
    border: 1px solid #bbb;
}
.edit-block .edit_face .face_icon_list .face_icon_table td .face_table_sp{
	border: 1px solid #fff;
    padding: 3px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
}
.edit-block .edit_face .face_icon_list .face_icon_table td:hover .face_table_sp{
	border: 1px solid #525763;
}
.edit-block .edit_face .face_icon_list .face_icon_table td img{
	width:30px;
	height:30px;
    vertical-align: -3px;
}
.edit-block .input-block{
	height:78px;
}
.edit-block .input-block textarea{
	padding-left: 8px;
	padding-top: 4px;
	border: 0 none;
	resize: none;
	font-size: 12px;
	color: #333;
	line-height: 18px;
	word-break: break-all;
	word-wrap: break-word;
	overflow: hidden;
	width: 560px;
	height: 69px;
	font-weight: 400;
	margin:5px 0 0 12px;
}
.edit-block .edit_btn{
	position: relative;
	height:40px;
	line-height: 40px;
	background-color: #f2f2f2;
    border-radius: 0 0 0 3px;
}
.edit-block .edit_btn .send_btn{
	background-color: #50a3fc;
    color: #fff;
    display: block;
    padding: 4px 22px;
    font-size: 14px;
    border: 0;
    border-radius: 5px;
    float: right;
    position: absolute;
    right: 20px;
    top: 6px;
    cursor: pointer;
}

/*********右侧导航信息************/
.top{
    width: 100%;
    height: 40px;
    background-color: #e6e6e6;
    font-size: 14px;
    color: #555;
    line-height: 40px;
    padding-left: 10px;
}
.order_list{
	max-height:515px;
	overflow-y: scroll;
	background-color:#fdfdfd;
    padding: 0px 10px 10px 20px;
    margin-bottom: 5px;
}
.order_list dt{	
	margin-top:10px;
}
.order_list dt h5{
	font-size:14px;
	color:red;
	font-weight:normal;
}
.order_list dt p{
	color:#4c4b49;
	font-size:12px;	
}
.order_list dd{
	padding:12px 0 8px 0;
	border-bottom:1px solid #eee;	
}
.order_list dd .order_info{
	margin-bottom:8px;
}
.order_list dd .order_info .p_img{
	float:left;
	border:1px solid #ddd;
	margin-right:8px;
}
.order_list dd .order_info .p_img img{
	width:80px;
	height:80px;
}
.order_list dd .order_info .order_cont{
	float:left;	
}
.order_list dd .order_info .order_cont p{
	margin-bottom:2px;	
}
.order_list dd .order_info .order_cont i{
	font-style:normal;
	color:red;	
}
.order_list dd .pro_name{
	line-height:22px;	
}
.order_list dd .pro_name img{
	margin-right:4px;	
}
.order_list dd .pro_name a{
	color:#4c4b49;
	font-size:12px;	
}
.order_list dd .pro_name a:hover{
	color:red;	
}

