.leaderboard_top {
	display: block;
	background-color: #fff;
	padding: 0px 0px; text-align: center;
	margin-bottom: 10px;
}
.leaderboard_top_inner {
	margin-left: auto; margin-right: auto; justify-content: center; display: flex;
}
.trading_nav {
	font-size: 13px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #333;
}
.trading_nav i {
    margin-left: 10px;
    margin-right: 10px;
    color: #ccc;
}
button {
	font-family: "sans-serif", "Helvetica Neue",Helvetica,"微軟正黑體","Microsoft Sans Serif",Helvetica,Geneva,arial;
	cursor: pointer;
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
.error {
	padding-left: 10px;
	color: #ff4400;
}
.new_user_badge {
	display: inline-block; 
	padding: 1px 6px; 
	font-size: 11px; 
	background-color: #ff3300; 
	color: #fff; 
	margin-left: 10px; 
	border-radius: 3px;
}
/* pm column */
.pm_main_col {
	width: 100%; 
	padding-bottom: 20px;
    position: relative;
    min-height: 1px;
}
.pm_sub_col {
	display: none;
}
.pm_tab_wrap {
	padding-left: 0px;
	padding-right: 0px;
	border-left: solid 1px #eaeaea;
	border-right: solid 1px #eaeaea;
	border-bottom: solid 1px #eaeaea;
}
.pm_tab {
	background-color: #fff; 
	width: 33.3%; 
	line-height: 50px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: #333;
	font-size: 13px;
	float: left;
	border-bottom: 0;
	cursor: pointer;
	border-bottom: solid 3px #fff;
	border-top: solid 1px #eee;
}
.pm_tab.selected {
	margin-bottom: -1px;
	border-bottom: solid 3px #ff4400;
	color: #ff4400;
}
.pm_list_wrap {
	width: 100%;
	background-color: #fff; 
	margin-top: 0px; 
    padding: 10px;
    border: solid 1px #eaeaea;
	border-left: 0px; 
	border-right: 0px;
	border-top: none;
    border-radius: 0px 0px 5px 5px;
}
.pm_list_wrap .pm_list_message {
	background-color: #E1F5D6; text-align: center; color: #3a575a; border-radius: 5px; padding: 10px;
	font-size: 13px;
}
.pm_list_wrap input.checkbox {
	width: 20px; height: 20px;
	margin-right: 5px;
	vertical-align: middle;
}
.pm_list_wrap .remarks {
	margin-top: 10px; 
	color: #666; 
	font-size: 13px;
}
.pm_sub_col_wrap {
	background-color: #fff;
	width: 100%;
    padding: 10px;
    margin-left: 0px;
    margin-right: 0px;
    border: solid 1px #eee;
    border-radius: 5px; 
	text-align: center;
}
a.pm_create_btn {
	cursor: pointer;
	display: inline-block; 
	font-weight: bold; 
	background-color: #ff4400; 
	color: #fff; 
	padding: 0px 30px; 
	margin: 10px 0px 15px 0px;
	font-size: 15px; 
	line-height: 38px; 
	border-radius: 19px; 
}
a.pm_create_btn:hover {
	background-color: #ff9900;
}
.pm_sub_col_wrap .ad_div {
	border-top: solid 1px #eee; 
	text-align: center; 
	padding-top: 20px; 
	padding-bottom: 20px;
	min-height: 600px;
}
.pm_sub_col_wrap .user_wrap {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.pm_sub_col_wrap .user_wrap a {
	color: #333;
}
.pm_sub_col_wrap .user_wrap a:hover {
	color: #ff3300;
}
.pm_sub_col_wrap .user_wrap .avatar {
	float: left;
	width: 100px; height: 100px; border-radius: 50%;
}
.pm_sub_col_wrap .user_wrap .user_info {
	margin-left: 115px;
}
.pm_sub_col_wrap .user_wrap .user_info .username {
	margin-bottom: 10px;
}
.pm_sub_col_wrap .user_wrap .user_info .reg_date {
	margin-bottom: 5px;
	font-size: 13px;
	color: #999;
}
.pm_sub_col_wrap .user_wrap .user_info .thumb_rating {
	margin-bottom: 10px;
}
.pm_sub_col_wrap .user_wrap .user_info .thumb_rating .each_thumb {
	display: inline-block;
	padding: 0px 5px;
	line-height: 25px;
	vertical-align: middle;
}
.pm_sub_col_wrap .user_wrap .user_info .user_profile {
	font-size: 14px;
}
.pm_list_header {
	margin-top: 0px;
	display: inline-block;
	padding-top: 15px; padding-bottom: 15px; border-bottom: dotted 1px #ddd;
	width: 100%;
}
.pm_list_header.function_list {
	display: none;
	font-size: 13px;
}
.pm_list_header .select_box {
	width: 30px;
	display: inline-block;
}
.pm_list_header .select_box input {
	width: 20px; height: 20px; line-height: 30px;display: inline-block; vertical-align: middle;
}
.pm_list_header .function_btn {
	float: right; border: solid 1px #999; color: #666; font-size: 12px; border-radius: 10px; line-height: 26px; padding: 0px 12px;
}
.pm_list_header .header_text {
	color: #666; font-size: 13px;
	line-height: 28px;
}
.pm_list_header .function_list_item {
	display: inline-block; margin-right: 15px;
}
.pm_empty {
	padding: 100px 0px; text-align: center;
}
.pm_list {
	list-style: none; 
	padding-left: 0px;
	margin-top: 0px;
}
.pm_list .pm_list_item {
	border-bottom: dotted 1px #ddd; position: relative;
}
.pm_list .pm_list_item .link {
	color: #333; display: block; padding-top: 16px; padding-bottom: 16px;
}
.pm_list .pm_list_item .link:hover {
	background-color: #f1f2f3;
}
.pm_list .pm_list_item .misc {
	position: absolute; 
	top: 16px; 
	right: 0px;
	text-align: right; 
	font-size: 13px; 
	color: #999;
	line-height: 18px;
}
.pm_list .pm_list_item .replied {
	text-align: right;
	width: 100%;
	color: #666; 
	font-size: 12px; 
	display: inline-block; 
	font-weight: 300;
}
.pm_list .pm_list_item .replied i {
	color: #ff4400;
}
.pm_list .pm_list_item .cola {
	float: left;
	padding-top: 16px;
	padding-right: 15px;
	line-height: 40px;
	display: none;
}
.pm_list .pm_list_item .col1 {
	float: left;
	margin-right: 10px;
}
.pm_list .pm_list_item .col1 .checkbox {
	width: 20px; height: 20px; vertical-align: middle; margin-right: 10px; text-align: left;
}
.pm_list .pm_list_item .col1 .avatar {
	width: 40px; height: 40px; border-radius: 50%;
}
.pm_list .pm_list_item .col2 {
	margin-left: 0px;
	overflow: hidden;
	line-height: 1.6em;
}
.pm_list .pm_list_item .col2 .username {
	font-size: 15px;
	display: block; font-weight: bold; line-height: 1em; 
	margin-bottom: 15px;
	color: #1982d1;
}
.pm_list .pm_list_item .col2 .username > span {
	font-weight: normal;
	font-size: 13px;
}
.pm_list .pm_list_item .col2 .unread_icon {
	display: inline-block; width: 10px; height: 10px; border-radius: 5px; background-color: #ff4400; margin-right: 5px;
}
.pm_list .pm_list_item .col2 .message_title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
	color: #444;
	font-size: 15px;
	margin-bottom: 0px;
	line-height: 24px;
}
.pm_list .pm_list_item .col2 .message_title.unread {
	font-weight: 600;
}
.pm_list .pm_list_item .col2 .message_title .price {
	color: #ff6600;
}
.pm_list .pm_list_item .col2 .message_content {
	line-height: 24px;
	color: #999;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pm_list .pm_list_item .col2 .message_content .offer_price {
	margin-right: 15px; color: #ff6600;
}
.new_pm_icon_wrap {
	position: fixed; bottom: 10px; right: 0px; height: 80px; z-index: 500; text-align: right; 
	padding-left: 20px; padding-right: 20px;
}
.new_pm_icon_wrap a.new_pm {
	right: 15px;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	line-height: 1.3em;
	text-align: center;
	font-size: 13px;
	background-color: #ff4400;
	color: #fff;
	background-repeat: no-repeat;
	vertical-align: middle;
	display: inline-block;
	padding-top: 13px;
}
.new_pm_icon_wrap a.new_pm:hover {
	background-color: #ff9900;
}
.new_pm_icon_wrap a.new_pm span {
	font-size: 20px;
}

/* read pm */
.pm_item_wrap {
	background-color: #fff; 
	width: 100%; 
	padding: 12px 10px 2px 10px;
	border: solid 1px #eaeaea;
	border-left: none;
	border-right: none;
	margin-bottom: 10px;
}
.pm_item_wrap a {
	color: #333;
}
.pm_item_wrap .user_row {
	margin-bottom: 10px;
	font-weight: 600;
}
.pm_item_wrap .user_row .date {
    float: right;
    color: #999;
    font-size: 13px;
    font-weight: 300;
    line-height: 30px;
}
.pm_item_wrap .user_row .avatar {
	width: 30px;
	height: 30px;
	border-radius: 15px;
}
.pm_item_wrap .user_row .rating {
	font-weight: 300;
	font-size: 13px;
	color: #999;
}
.pm_item_wrap .item_row {
	position: relative;
	margin-bottom: 10px;
}
.pm_item_wrap .item_row .header {
	font-size: 15px; 
	font-weight: bold; 
	border-bottom: solid 1px #eee; 
	padding-bottom: 10px; 
	margin: 5px 0px 15px 0px;
}
.pm_item_wrap .offer_btn {
	border-radius: 5px; color: #fff; float: right; 
	font-size: 13px; line-height: 36px; 
	margin-top: 10px;
	background-color: #ff8800; padding: 0px 20px;
}
.pm_item_wrap .item_image {
	width: 80px; 
	height: 80px; 
	border-radius: 0px; 
	float: left;
}
.pm_item_wrap .item_info {
	margin-left: 90px; 
	line-height: 1.8em;
	font-size: 15px;
}
.pm_item_wrap .item_info .item_title {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.3em;
	/*
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	*/
}
.pm_item_wrap .item_info .price {
	margin-top: 10px;
	color: #666;
	font-size: 14px;
}
.pm_item_wrap .item_info .user {
	color: #666;
	font-size: 14px;
	line-height: 1.5em;
}
.pm_item_wrap .item_info .offer_line_wrap {
	position: absolute;
	line-height: 22px;
	bottom: 0px;
	vertical-align: middle;
}
.pm_item_wrap .item_info .offer_line_wrap .offer_tag {
	font-size: 12px; 
	padding: 1px 10px; 
	line-height: 20px;
	background-color: #ff9900; 
	color: #fff; 
	display: inline-block;
	vertical-align: middle; 
	border-radius: 3px; 
}
.pm_item_wrap .item_info .offer_line_wrap .offer_accepted_tag {
	font-size: 12px; 
	padding: 1px 10px; 
	line-height: 20px;
	background-color: #ff5500; 
	color: #fff; 
	display: inline-block;
	vertical-align: middle; 
	border-radius: 3px; 
}
.pm_item_wrap .item_info .offer_line_wrap .commented_tag {
	font-size: 12px; 
	padding: 1px 10px; 
	line-height: 20px;
	background-color: #1abc9c; 
	color: #fff; 
	display: inline-block;
	vertical-align: middle; 
	border-radius: 3px; 
}

.pm_item_wrap .item_info .offer_line_wrap .offer_price {
    line-height: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    display: inline-block;
    vertical-align: middle;
}
.pm_item_wrap .offer_wrap {
	margin-top: 10px; 
	border-radius: 0px; 
	border-top: solid 1px #eaeaea;
	border-left: 0px;
	border-right: 0px;
	background-color: #fff; 
	margin-bottom: 10px;
	text-align: center; 
}
.pm_item_wrap .offer_wrap .offer_description {
	font-size: 14px; 
	line-height: 1.6em; 
	padding-top: 12px; 
	text-align: left;
}
.pm_item_wrap .offer_wrap .offer_price {
	text-align: center; 
	font-size: 18px; 
	display: inline-block; 
	color: #333; 
	font-weight: normal; 
	line-height: 1em; 
	padding: 12px;
}
.pm_item_wrap .offer_wrap .offer_price .caption {
	font-size: 13px;
}
.pm_item_wrap .offer_wrap .action_wrap .deny_btn_wrap {
	width: 40%;
	float: left;
}
.pm_item_wrap .offer_wrap .action_wrap .accept_btn_wrap {
	width: 100%;
	display: inline-block;
}
.pm_item_wrap .offer_wrap .action_wrap .deny_btn {
	margin-right: 0px;
	background-color: #ff8800;
	color: #fff;
	padding: 0px 20px;
	font-size: 14px;
	line-height: 36px;
	border-radius: 10px;
	margin-right: 10px;
}
.pm_item_wrap .offer_wrap .action_wrap .accept_btn {
	margin-right: 0px;
	background-color: #ff8800;
	color: #fff;
	padding: 0px 20px;
	font-size: 14px;
	line-height: 36px;
	border-radius: 5px;  
}
.pm_content_wrap .message_content .misc {
	color: #999; font-size: 14px;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 10px;
}
.pm_content_wrap .message_content .ad_div {
	margin-bottom: 20px;
}
.pm_content_wrap {
	background-color: #fff; 
	width: 100%;
	padding: 10px;
	padding-top: 15px;
	border: solid 1px #eaeaea;
	border-left: none;
	border-right: none;
	padding-bottom: 50px;
	margin-bottom: 10px;
}
.pm_content_wrap .title {
	margin-top: 0px;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 5px;
}
.pm_content_wrap .message_header {
	font-size: 15px;
	border-bottom: solid 1px #eee; padding-bottom: 15px; margin-bottom: 15px; position: relative;
	display: table;
	width: 100%;
}
.pm_content_wrap .message_header .header_avatar {
	display: table-cell;
	vertical-align: middle;
	width: 70px;
}
.pm_content_wrap .message_header .header_avatar .avatar {
	width: 60px;
	height: 60px;
	border-radius: 30px;
	float: left;
}
.pm_content_wrap .message_header .header_info {
	display: table-cell;
	vertical-align: middle;
	line-height: 20px;
	line-height: 1.5em;
}
.pm_content_wrap .message_header .header_info .sender {
	font-size: 16px;
	font-weight: 600;
}
.pm_content_wrap .message_header .header_info .sender span {
	font-weight: normal !important;
}
.pm_content_wrap .message_header .header_info .header_title {
	font-size: 13px;
	color: #999;
}
.pm_content_wrap .message_header .header_info .time {
	font-size: 12px;
	display: inline;
	color: #999;
}
.pm_content_wrap .message_content {
	line-height: 1.5em;
}
.pm_content_wrap .message_action_info {
	background-color: #F7FAFD;
	padding: 12px 12px;
	border: solid 1px #539ccf;  
	border-radius: 10px; 
	margin-bottom: 20px; 
	font-size: 14px; 
	display: block;
	text-align: center; width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
}
.pm_content_wrap .function_wrap {
	margin-top: 20px;
	margin-bottom: 15px; 
	list-style: none; 
	padding-left: 0px; 
	text-align: left;
}
.pm_content_wrap .function_wrap a {
	display: inline-block; 
	text-align: center;
	margin-right: 20px; 
	border: solid 1px #ff6a1a; 
	background-color: #fff; 
	color: #ff4400; 
	padding: 0px;
	font-size: 13px; 
	line-height: 28px; 
	border-radius: 15px;	
	width: 120px;
}
.pm_content_wrap .function_wrap a:last-child {
	margin-right: 0px;
}
.pm_content_wrap .function_wrap a.disabled {
	background-color: transparent;
	border: solid 1px #fff; 
	font-size: 13px;
	color: #333;
	width: auto;
}

.pm_content_wrap .function_wrap_simple {
	margin-top: 20px;
	margin-bottom: 15px; 
	list-style: none; 
	padding-left: 0px; 
	text-align: center;
}
.pm_content_wrap .function_wrap_simple a {
	display: inline-block; 
	margin-right: 20px; 
	border: solid 1px #ddd; 
	background-color: #fff; 
	color: #666; 
	padding: 0px 20px; 
	font-size: 13px; 
	line-height: 38px; 
	border-radius: 6px;
	background-color: #f6f6f6;
}
.pm_content_wrap .function_wrap_simple a:last-child {
	margin-right: 0px;
}
.pm_content_wrap .message_content .content_text {
	margin-top: 0px;
	margin-bottom: 20px;
}
.pm_content_wrap .message_content .content_text p {
	margin-top: 20px; margin-bottom: 45px;
}
.pm_content_wrap .message_content .content_text .warning {
	padding: 10px;
    border-radius: 10px;
    background-color: #ffcccc;
    margin-bottom: 20px;
    font-size: 13px;
}
.pm_content_wrap .tag_button {
	color: #666; font-size: 13px; background-color: #eee; 
	display: inline-block; margin-bottom: 20px; 
	line-height: 30px; padding: 0px 10px; border-radius: 5px;
}
.pm_content_wrap .message_input {
	border: solid 1px #ddd; 
	border-radius: 5px; 
	width: 100%; 
	height: 100px; 
	padding: 10px; 
	line-height: 1.5em; 
	font-size: 15px;
	margin-bottom: 10px;
}
.pm_content_wrap .form_button {
	border-radius: 5px;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 30px;
	background-color: #ff5500;
	border: none;
	color: #fff;
	cursor: pointer;
	-webkit-appearance: none;
	margin-right: 10px;
}
/* offers */
.pm_offer_action_wrap {
	margin-top: 8px;
	padding-top: 8px;
	margin-bottom: 6px;
	border-top: solid 1px #eee;
}
.pm_offer_action_wrap .two_col {
	width: 50%;
	float: left;
	border-right: solid 1px #eee;
}
.pm_offer_action_wrap .two_col:last-child {
	border-right: none;
}
.pm_offer_action_wrap .one_col {
	width: 100%;
}
.pm_offer_action_wrap .normal_button {
	font-size: 13px; 
	color: #333; 
	border-radius: 5px; 
	border: solid 1px #999; 
	border: none;
	padding: 0px 20px;
	line-height: 33px;
	margin-right: 10px;
	background-color: #fff;
	font-family: "sans-serif", "Helvetica Neue",Helvetica,"微軟正黑體","Microsoft Sans Serif",Helvetica,Geneva,arial;
	width: 100%;
}
.action_button {
	border: solid 1px #ff6a1a;
    background-color: #fff;
    color: #ff4400;
	padding: 0 20px;
    line-height: 28px;
    border-radius: 15px;
    width: auto;
    font-size: 12px;
	margin-right: 5px;

}

/* step by step */
.step-nav {
	text-align: center;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 20px;
	border-top: solid 1px #eee;
	padding-top: 20px;
}
.step-nav .badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #777;
	border-radius: 10px;
}
.step-nav .step {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	max-width: 33%;
	margin-left: -3px;
	margin-right: -2px;
	color: black;
}
.step-nav .step:first-child .badge::before {
	width: 50%;
	left: 50%;
}
.step-nav .step:last-child .badge::before {
	width: 50%;
	right: 50%;
}
.step-nav .step .badge .text {
	position: absolute;
	width: 100%;
	z-index: 1;
}
.step-nav .step .badge::before {
	content: " ";
	background-color: #cccccc;
	height: 2px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
	z-index: 0;
}
.step-nav .step:last-child .badge::before {
	width: 50%;
	right: 50%;
}
.step-nav .step .badge::after {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: " ";
	background-color: #cccccc;
	height: 30px;
	width: 30px;
	left: 50%;
	top: 50%;
	position: absolute;
	z-index: 0;
}
.step-nav .step.visited .badge::after, .step-nav .step.active .badge::after {
	background-color: #28a7e7;
	background-color: #6abf4a;
}
.step-nav .step span {
	display: block;
	padding: 0 5px;
}
.step-nav .step .content {
	display: inline-block; line-height: 25px;
	text-align: center;
}
.step-nav .step .content .done {
	color: #ff4400;
}
.step-nav .step .content .offering_button {
	display: block; line-height: 25px; padding: 0px 20px; margin-left: auto; margin-right: auto; background-color: #ff6600; margin-top: 0px; border-radius: 5px; color: #fff;
	border: none;
}
.step-nav .step .badge {
	position: relative;
	background-color: transparent;
	height: 50px;
	line-height: 50px;
	padding: 0;
}
.message_action_info {
}
.message_action_info .bell {
	color: #ff4400; margin-right: 8px; font-size: 14px;
}
.message_action_info .price {
	color: #ff6600;
}
.reply_form {
}
.reply_form .reply_form_title {
	margin-bottom: 10px; padding-top: 10px;
}
.reply_form .reply_date {
	color: #999; font-size: 13px;
}
.reply_form .reply_success_wrap {
	border-left: solid 3px #ddd; padding-left: 10px;
	line-height: 1.8em;
	margin-bottom: 20px;
}

/* star rating */
.profile_star_rating_wrap {
	margin-bottom: 10px;
}
.profile_star_rating_wrap i {
	color: #ffbb03; font-size: 20px; margin-right: 3px;
}
.profile_star_rating_wrap .star_rating_score {
	display: inline-block; margin-left: 5px; font-weight: bold; color: #999;
}

@media (min-width: 768px) {
	.leaderboard_top {
		display: block;
		background-color: transparent;
		text-align: center;
		margin: 12px 0px;
	}
	.error {
		padding-left: 0px;
		font-size: 12px;
		color: #ff4400;
	}
	/* pm column */
	.pm_main_col {
		float: right; 
		width: 770px; 
		padding-left: 2px;
		padding-right: 10px;
	}
	.pm_sub_col {
		display: block;
		float: left; 
		width: 250px; 
		padding-bottom: 20px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.pm_sub_col_wrap {
	    border-radius: 5px; 
	}
	.pm_sub_col_wrap .user_wrap {
		text-align: center;
	}
	.pm_sub_col_wrap .user_wrap .avatar {
		float: none;
		width: 120px; height: 120px; border-radius: 50%;
	}
	.pm_sub_col_wrap .user_wrap .user_info {
		margin-top: 15px;
		margin-left: 0px;
	}
	.pm_list_header.function_list {
		display: block;
		font-size: 13px;
	}


	.pm_tab_wrap {
		padding-left: 0px;
		padding-right: 0px;
		border: none;
	}
	.pm_tab {
		font-size: #666;
		font-size: 15px;
		width: 25%;
		line-height: 45px;
		border-radius: 5px 5px 0px 0px;
		border-left: solid 1px #eaeaea;
		border-top: solid 1px #eaeaea;
		border-right: solid 1px #eaeaea;
		border-bottom: 0;
	}
	.pm_tab.selected {
		border-bottom: solid 1px #fff;
	}
	.pm_list_wrap {
	    padding: 25px;
	    border: solid 1px #eaeaea;
	}
	.pm_list_header .select_box {
		width: 40px;
	}
	.pm_list_header .function_btn {
		padding: 0px 20px;
		display: none;
	}
	.pm_list .pm_list_item .cola {
		display: block;
	}
	.pm_list .pm_list_item .col1 {
		margin-right: 15px;
	}
	.pm_list .pm_list_item .col1 .checkbox {
		margin-right: 25px;
	}
	.pm_list .pm_list_item .col1 .avatar {
		width: 50px; height: 50px; border-radius: 50%;
	}
	.pm_list .pm_list_item .col2 {
		padding-left: 0px;
		width: 70%;
	}
	.pm_list .pm_list_item .replied {
		position: absolute;
		top: 16px;
		right: 100px;
	}

	/* read pm */
	.pm_content_wrap {
		border-radius: 5px; 
		padding: 15px;
		padding-bottom: 50px;
		border: solid 1px #eaeaea;
		margin-bottom: 10px;
	}
	.pm_content_wrap .message_header {
	}
	.pm_content_wrap .message_action_info {
		width: auto;
		text-align: left;
	}
	.pm_content_wrap .function_wrap {
		margin-top: 25px;
		text-align: left;
	}
	.pm_item_wrap {
		border-radius: 5px; 
		padding: 15px 15px 2px 15px;
		border: solid 1px #eaeaea;
	}
	.pm_item_wrap .offer_btn {
		border-radius: 5px; color: #fff; float: right; 
		font-size: 15px; line-height: 40px; 
		background-color: #ff8800; padding: 0px 20px;
	}
	.pm_item_wrap .item_image {
		width: 80px; 
		height: 80px; 
		border-radius: 0px; 
		float: left;
	}
	.pm_item_wrap .item_info {
		margin-left: 90px; 
		line-height: 1.8em;
		font-size: 15px;
	}
	.pm_item_wrap .item_info .item_title {
		font-size: 16px;
	}
	.pm_content_wrap .message_input {
		width: 50%;
	}
	.pm_content_wrap .message_content .ad_div {
		margin-bottom: 20px;
	}
	.pm_content_wrap .message_content .content_text {
		margin-top: 0px; margin-bottom: 45px;
	}
	.pm_content_wrap .message_content .content_text .warning {
		padding: 10px; border-radius: 10px; background-color: #ffcccc; margin-bottom: 20px; font-size: 13px;
	}
	.pm_content_wrap .message_content .content_text .offer_wrap {
		width: 300px;
	}
	/* pm offer */
	.pm_offer_action_wrap {
		margin-top: 8px;
		padding-top: 6px;
		border-top: solid 1px #eee;
	}
	.pm_offer_action_wrap .normal_button {
		font-size: 14px;
	}
	.pm_offer_action_wrap .action_button {
		width: auto;
	}

	/* step-nav */
	.step-nav {
		margin-top: 0px;
		border-top: 0px;
		padding-top: 0px;
	}
}
@media (min-width: 1200px) {
	/* pm column */
	.pm_main_col {
		width: 950px; 
	}
	.pm_sub_col {
	}

}