@CHARSET "UTF-8";

.product-reviews{
	border-top:none !important;
}
.tab_widgets > div.tab {
	border-top:1px solid #c3c3c3;
	border-left:1px solid #c3c3c3;	
	border-right:1px solid #c3c3c3;
	color:#555555;
	font-size:16px;
	float:left;
	height:27px;
	margin-right:10px;
	line-height:30px;
	padding:3px 10px 0 10px;
	border-radius: 8px 8px 0 0;
	cursor:pointer;
}

div.tab.sel{
	border-color:#480805;
	border-bottom: 5px solid #FFF;
	border-width:5px;
	height:26px;
	padding-top:0;
}

.tab_widgets{
	height:31px;
	border-bottom:5px solid #480805;
	margin-top:62px;
}

.co_new_comment{
	margin-top:20px;
}

.avatar{
	border: 1px solid #999999;
	height:43px;
	width:43px;
	position:relative;
}
.avatar > img{
	position:absolute;
	right:1000px;
	bottom:1000px;
}
.avatar:hover > img { 
	position:absolute;
	right:0;
	bottom:0;
}

.co_new_comment .avatar{
	float:left;
	margin: 10px 0 0 10px;	
}

.co_area_new_comment{
	margin: 10px 10PX 0 10px;
		
}

.co_new_comment textarea{
	height:103px;

	
    resize: none; 
    padding: 10px;
    font-size:14px;
	color: #666;
	 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
	
	
}
.g_comment_button{
	background:url('../img/DT_back_button_ppal.png') repeat-x top left;
	border-radius: 10px;
	border:1px solid #5f0f0f;
	font-size:12px;
	font-weight: bold;
	color: #fff;
	display:inline-block;
	padding: 2px 10px;
	cursor: pointer;
	height: 14px;
	line-height: 14px;
}

.g_comment_button.grey{
	background:url('../img/DT_back_button.png') repeat-x top left;
	border:1px solid #b1b1b1;
	color:#333;
}

.g_comment_button.grey.cancel{
	font-weight: normal;
}

.g_comment_button{
	margin: 10px 0 10px 10px;
	float:left;
}

.new_comment_info{
	color:#666666;
	font-size:11px;
	float:right;
	margin:15px;	
}

.g_comment{
	border-top:1px solid #c3c3c3;
	border-bottom:1px solid #c3c3c3;
	
	margin-top:10px;
}

.lblock{
	float:left;
	width: 65px;
}

.blockflex{
	margin-left: 65px;
}
.blockflex2{
	margin-left: 130px;
}


.g_comment img.avatar,.comment_title{
	margin-top:10px;	
}
.co_comment_title{
	float:left;
}
.comment_ctrls{
	float:right;
}
.comment_title span:nth-child(1){
	color:#555;
	font-weight: bold;
	font-size:17px
}

.comment_title span:nth-child(2){
	font-size:12px;
	color:#999;
}

.comment_sep{
	border-bottom: 1px dotted #999;
}

.comment_body{
	font-size:12px;
	color:#666;
	margin-top:10px;
	margin-bottom:20px;
}

.comment_label{
	background: url('../img/DT_icon_users.png') no-repeat 3px 5px;
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	padding: 0 5px 0 12px;
	border-radius: 2px;
	height: 17px;
	line-height: 17px;
	margin-top:1px;
	display:inline-block;
}

.comment_label.drivethrustaff{	background-color:#963433;}
.comment_label.purchaser{background-color:#339966;}
.comment_label.publisher{background-color:#0087b9;}
.comment_label.creator{background-color:#0087b9;}
.comment_label.featuredreviewer{background-color:#ff6600}

.comment_reply{
	margin:0px 0 15px 0;
}

.g_comment.reply{
	background-color:#f3f3f3;
	margin-top:0;
	border-top:none;	
}

img.reply_arrow{
	float:right;
	margin:10px;
}

.co_new_comment.reply{
	margin-top:0;
}

.g_list_see_more{
	background:url('../img/DT_back_button.png') repeat-x top left;
	border:1px solid #b1b1b1;
	color:#333;
	font-size:12px;
	text-align:center;
	padding: 2px 10px;
	cursor: pointer;
	height: 14px;
	line-height: 14px;
	margin:30px 0;
	border-radius: 10px;
}

.g_comment_fancy_text{
	font-size:12px;
	margin:30px 15px;
	color:#666;
}

.inappropriate,.edit_ctrl{
	cursor: pointer;
}

.inappropriate.l2{
	background-color:red;
}


.comment_ctrls > * {
	float:left;
	border-left:1px solid #dfdfdf;
	height: 30px;
	padding: 0 2px 0 5px;
}

.comment_ctrls a .fa {
	color: #999999;
	padding: 5px;
	font-size: 20px;
}

.g_time{
	font-size:12px;
	color:#00cc33;
	line-height:30px;	
}

.co_no_login{
	color: #666;
	font-style: italic;
	font-size: 11px;
	margin: 40px 0 20px 10px;
}

.co_no_login a {
	font-style: normal;
	text-decoration: none;
}

.g_cancel_button{

	float:left;
	font-size:11px;
	color: #666;
	margin: 14px 0 0 10px;
	font-weight: normal;
	cursor: pointer;
}

#g_subscribe{
	margin-left:13px;
}
.g_follow_subscribe{
	
	font-size: 10px;
}

.comment_body .see_more .link{
	color: #c33;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	cursor:pointer;
	font-weight: bold;
}

.enhaced_comment{
	background-color:#f9f2d6 !important;
}

.g_msg_limit_size{
	margin-left: 15px;
	color: #f00;
	font-size: 12px;
	float:left;
	margin-top: 15px;
	font-weight: bold;
	display:none;
}

.g_sending_note{
	float: left;
	color: #f00;
	font-size: 12px;
	margin-top: 12px;
	margin-left: 10px;
	font-weight: bold;
	display:none;
}
