
.matching .conversations{
	padding-top:20px;
}

#conversation{
	position:fixed;
	top:20px;
	left:20px;
	z-index:97;
	width:100px;
	height:100px;
	display:none;
	background:#fff;
	border-radius:12px;
}
#conversation .close{
	position:absolute;
	top:10px;
	right:10px;
	z-index:2;
	width:36px;
	height:36px;
	cursor:pointer;
	background:url('/img/main/close_popup_producer.png') no-repeat;
}
.body_shopowner #conversation .close{
	background:url('/img/main/close_popup_shopowner.png') no-repeat;
}
#conversation .upper_feedback{
	position:absolute;
	top:10px;
	left:20px;
	z-index:2;
	width:auto;
	height:70px;

	text-shadow:none;

}
#conversation .title{
	position:absolute;
	top:5px;
	left:20px;
	font-size:14px;
    z-index: 3;
}
#conversation .upper_feedback table{
	border:none;
	border-spacing:0;
	height:100%;
}
#conversation .upper_feedback td{
	vertical-align:bottom;
	padding:0;
	border:none;
}
#conversation .upper_feedback .item{
	display:none;
	line-height:13px;
	margin-bottom:4px;
	padding-right:80px;
}
#conversation .upper_feedback .item_loading_entries{
	
}
#conversation_box{
	position:absolute;
	top:90px;
	left:20px;
	border-top:3px solid #f0f0f0;
	border-bottom:3px solid #f0f0f0;
	overflow-y:scroll;
	overflow-y:scroll;
}

#conversation .textarea{
	position:absolute;
	top:80px;
	left:20px;
	height:70px;
}
#conversation .textarea textarea{
	height:102px;
	color:#444;
	background-color:#f6f6f6;
}
.body_producer #conversation .textarea .buttons .button {
	background-color:#e7fffb;
}
#conversation .textarea .buttons{
	position:absolute;
	top:80px;
	right:0;
	text-align:right;
}
#conversation .textarea .buttons .button{
	width:150px;
	display:block;
	padding:10px 0 7px 0;
}
.body_producer #conversation .textarea .buttons .button {
	background-color: #36aba8;
}
#conversation .textarea .buttons .button:hover, .body_producer #conversation .textarea .buttons .button:hover{
	background-color:#eee;
}
#conversation_box > .pad{
	padding:15px 0 30px 0;
}
#conversation_box .conversation_message{
	padding:5px 15px 8px 15px;
	border-radius:12px;
	width:60%;
	float:left;
	clear:both;
	background-color:#f6f6f6;
	margin:6px 0;
	position:relative;
	left:13px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}
#conversation_box .conversation_message .heading{
	color:#c797b6;
	padding-bottom:3px;
	margin-bottom:6px;
}
#conversation_box .conversation_message_producer .heading{
	color:#36aba8;
	
}
#conversation_box .conversation_message_producer{
	float:right;
	left:auto;
	right:13px;
}
#conversation_box .conversation_message .zipfel{
	width:18px;
	height:19px;
	position:absolute;
	bottom:3px;
}
#conversation_box .conversation_message_producer .zipfel{
	background-image:url('/img/main/zipfel_producer.png');
	right:-13px;
}
#conversation_box .conversation_message_shopowner .zipfel{
	background-image:url('/img/main/zipfel_shopowner.png');
	left:-13px;
}
.matching .conversations{
	width:90%;
	margin:0 auto;
}
.matching .conversation{
	text-align:left;
	border-bottom:1px solid #f0f0f0;
	padding:8px 0 3px 0;
	text-decoration:none;
	display:block;
}
.pictos{
	height:10px;
	overflow:show;
	text-align:right;
    margin: 8px 0 3px 0;
}
.matching .pictos{
	position:absolute;
	bottom:25px;
	right:0;
	z-index:2;
}
.pictos a{
	width:21px;
	height:18px;
	display:inline-block;
	opacity:0.9;
	filter:alpha(opacity=90);
	position:relative;
	top:-3px;
	left:2px;
}
.conversation_message .pictos a, #conversation .title .pictos a{
    width:30px;
    height:26px;
    background-size: contain;
    background-repeat: no-repeat;
    top:7px;
    left:1px;
}

.pictos a.picto_chat{
	background-image:url('/img/main/picto_chat.png');
}
.conversation_message .pictos a.picto_zoom, #conversation .title .pictos a.picto_zoom{
    background-image:url('/img/main/picto_zoom_producer_l.png');
}
.pictos a.picto_zoom{
	background-image:url('/img/main/picto_zoom_producer.png');
}
.boxes .item_shopowner .pictos a.picto_zoom, .conversation_message_shopowner .pictos a.picto_zoom{
	background-image:url('/img/main/picto_zoom_shopowner.png');
}
.conversation_message_shopowner .pictos a.picto_zoom{
    background-image:url('/img/main/picto_zoom_shopowner_l.png');
}
.report-abuse{
    position: absolute;
    left: 20px;
    bottom: 10px;
}

.textarea .blocked {
   
}

.report-abuse-box{
    position: absolute;
    left: -20px;
    bottom: -10px;
    display:none;
    width: 600px;
    height: auto;
    min-height: 150px;
    background-color: #ee3300;
    border-radius:12px;
    text-shadow: none;
    color: #fff;
}
.report-abuse-box .pad{
    padding: 30px 20px 20px 20px;
}
.report-abuse-box .comment{
    padding-bottom: 10px;
    padding-right: 30px;
}
.report-abuse-box .sending{
    display: none;
}
.report-abuse-box .thanks{
    display: none;
}
.report-abuse-box textarea{
    width: 97.5%;
    height: 100px;
}
.report-abuse-box .report-submit{
    text-align: right;
    padding-top: 10px;
    padding-right: 3px;
}
.report-abuse-box .report-submit a, .report-abuse-box .thanks a{
    display: inline-block;
    text-shadow: none;
    color: #fff;
    text-transform: uppercase;
}
.report-abuse-box .report-submit a.disabled{
    cursor: default;
    opacity: 0.3;
    filter: alpha(opacity=30);
}
.body_shopowner #conversation .report-abuse .close, .body_producer #conversation .report-abuse .close{
    width:18px;
    height:18px;
    background:url('/img/main/close_white.png') no-repeat;
}