@CHARSET "UTF-8";
body{-webkit-text-size-adjust: 100%;}
	.wordwrap {
		white-space: pre;
		white-space: pre-wrap;
		white-space: pre-line;
		white-space: -pre-wrap;
		white-space: -o-pre-wrap;
		white-space: -moz-pre-wrap;
		word-wrap: break-word;
	}
	.user_comment_frame_profile_review {
		position:relative;
		display:inline-block;
		width:auto;
		height:auto;
		margin-bottom:3px;
	}
	.user_comment_photo_profile_review{
		float:left;
		margin-right:5px;
		width:80px;
		height:80px;
		background-color:#f2f2f2;
		overflow: hidden;
		text-align: center;
		border:1px solid #f2f2f2;
		border-radius:40px;
	}
	.user_comment_photo_profile_review img {
		width:80px;
		height:80px;
		border-radius:40px;
	}
	.user_comment_content_frame_profile_review{
		float:left;
		width:370px;
		color:#666666;
	}
	.user_name_profile_review, .user_comment_content_profile_review, .user_comment_date_profile_review, #frinds_buy_profile_review{
		padding-top:3px;
		font-size:18px;
		margin-left:15px
	}
	.user_comment_date_profile_review{
		color:#999999;
		font-size:smaller;
		border-bottom:1px solid #eeeeee;
		padding-bottom:5px;
		font-size:16px;
	}
	.user_comment_content_profile_review{
		width:350px;
		height: auto;
		word-wrap: break-word;
		margin-top:5px;
		background:url();
		line-height: 24px;
	}
	.user_comment_content_profile_review a:link, .user_comment_content_profile_review a:visited {
		color:#4296d1;
	}
	.user_comment_wrapper_profile_review{
		display:inline-block;
		height:auto;
		margin:0px 0 1px;
		width:480px;
		background-color:white;
		padding-top:10px;	
	}
	.item_block_wrapper_grey_profile_review{
	position:relative;
	width:470px;
	height:auto;
	display:inline-block;
	padding:10px 5px 10px;
	background-color:#fdfdfd;
	
}
.bought_profile_review{
	background-color:white;border-radius:5px;padding:3px 10px;border:1px solid #cccccc;color:#ee4d24;display:inline-block;margin-left:10px;font-size:14px;float:right;position: relative;top: 5px;
}
.left_profile_review{
	margin:0 15px;
	display:inline-block;
	font-size:18px;
	padding:5px;
	cursor:pointer;
	font-weight:bold;
	color:#4296d1;
}
.bought_tip_profile_review{
	background-color:white;border-radius:5px;padding:3px 10px;border:1px solid #cccccc;color:#cc0000;display:inline-block;margin-left:10px;font-size:14px;;float:right;position: relative;top: -5px;
}

.alertDialog_profile_review{
	position:absolute;
	left:30px;
	text-align:center;
	width:400px;
	height:auto;
	border:1px solid #dddddd;
	background-color:#f5f5f5;
	z-index:10;
	border-radius: 5px;
}
.alertBtn_profile_review{
	cursor:pointer;
	display:inline-block;width:180px;;border:1px solid #cccccc;
	text-align:center;padding:10px 0;
	margin:5px;background-color:#faf9f1;
}
.alertBtn_profile_review:hover{
	background-color:#ffde34;
}
.dialog_mask_profile_review{
	position:absolute;
	width:100%;
	height:100%;
	display:inline-block;
	left:0;
	background-color:rgba(0,0,0, 0.6);
	
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#000000', EndColorStr='#000000');
    
	z-index:9;
}
.title_style_profile_review{
	text-align: left;
	line-height: 24px;
	margin-left: 15px;
	color:gray;
	margin-top:10px;
}
.refer_bg_profile_review{
	text-align: left;
	margin-top: 5px;
	margin-left:15px;
}
.good_icon_profile_review{
	cursor: pointer;
	display: inline-block;
	width: 64px;
	height: 64px;
	background-image: url('/img/placeinfo/good_64.png');
	background-color: #f2f2f2;
	border: 1px dotted #cccccc;
}
.good_icon_selected_profile_review, .good_icon_profile_review:hover {
	background-image: url('/img/placeinfo/good_click_new_64.png');
	background-color:#ffde34;
}
.bad_icon_profile_review{
	cursor: pointer;
	display: inline-block;
	width: 64px;
	height: 64px;
	background-image: url('/img/placeinfo/bad_64.png');
	background-color: #f2f2f2;
	border: 1px dotted #cccccc;
}
.bad_icon_selected_profile_review,.bad_icon_profile_review:hover {
	background-image: url('/img/placeinfo/bad_click_new_64.png');
	background-color:#ffde34;
}
#write_review_profile_review, .write_review_profile_review{
	position: relative;
	float: right;
	margin-left:10px;
	display:inline-block;
	padding:8px 20px;
	border-radius:5px;
	cursor:pointer;
	font-weight:bold;
	background-color:#4296d1;
	color:white;
}
.share_image_profile_review{
	width:32px;
	height:32px;
}
.buy_now_profile_review{
	height:45px;
	display:block;
}
.write_review_profile_review{
	right:20px;
	top:5px
}
.main_profile_review{
	background-color:#F8F8F8;
}


@media screen and (max-width: 767px){
	.user_name_profile_review, .user_comment_content_profile_review, .user_comment_date_profile_review, #frinds_buy_profile_review{
		font-size:22px;
	}
}