/* Global */
body {
	color: #333;
	font-family: "Lucida Grande",Arial,Helvetica,sans-serif !important;
    font-weight: 400;
}

.content{
	background: #FFF;
}

.conversation {
	font-family: "Lucida Grande",Arial,Helvetica,sans-serif !important;
}

.conversation .watermark {
    line-height: 1.2;
}

.new.conversation.form,
.content_inner.online tr.form td,
.content_inner tr.existing.form td {
	background-color: #f9f9f9;
	border-top: 1px solid #eee;
}

/* Header */
.content_inner .header{
	background-color: #000 !important;
	border-bottom: 0px solid #eee !important;
}
.content_inner .header h1 {
	color: #FFF;
	font-family: "Lucida Grande",Arial,Helvetica,sans-serif !important;
	font-size: 20px;
	font-weight: 700;
}
.content_inner .header .caption.icon{
	color: #FFF !important;
}
.content_inner .header .minimize_icon{
	color: #FFF;
}

.content_inner .header .minimize_icon:hover{
	color: #f60 !important;
}
.header.openinghours .openinghours_back,
.header.openinghours .openinghours_back h1{
    color: #FFF !important;
	text-transform: none !important;
}

.header.openinghours .openinghours_back:hover,
.header.openinghours .openinghours_back h1:hover{
	color: #f60 !important;
}

/* Inputs */
textarea, input {
	font-family: "Lucida Grande",Arial,Helvetica,sans-serif !important;
}
.form .message_footer .enter, .form .input .enter{
	margin-top: 3px;
}

label.hide_mobile_enter{
	padding-top: 1px;
}
/* Interactions */
.message_bubble .bubble{
	border-radius: 5px !important;
}
.existing .feedback .message_footer .send_button, 
.existing .question .message_footer .send_button, 
.new.conversation .input .start_button, 
.conversation .close_button{
	background: #90c373 !important;
	border-bottom: 3px #6f9957 solid !important;
	border-radius: 5px !important;	
	font-weight: 700;
	font-family: "Lucida Grande",Arial,Helvetica,sans-serif !important;
	text-transform: none !important;
}

.existing .feedback .message_footer .send_button:hover, 
.existing .question .message_footer .send_button:hover, 
.new.conversation .input .start_button:hover, 
.conversation .close_button:hover{
	background: #97C87B !important;
}

.chat .existing .feedback .message_footer .send_button, 
.chat .existing .question .message_footer .send_button, 
.chat .new.conversation .input .start_button{
    font-size: 13px;
}

.message_footer .end_chat,
.message_footer .close_window{
	color: #2e8dc3 !important;
}
.end_chat_text,
.close_window,
.conversation .close_button{
	font-family: "Lucida Grande",Arial,Helvetica,sans-serif !important;
	text-transform: none !important;
}
.content_inner.chat .conversation .message_footer, .content_inner.chat .conversation li.sendbutton {
    height: 27px !important;
}
.chat .send_button, .chat .start_button::-moz-focus-inner {
	border: 0;
	padding: 0;
	margin:0;
}

/* Bubbles */

.message_bubble.user .bubble:after, .message_bubble.ratingreply .bubble:after, .message_bubble.autoreply .bubble:after{
	border-left-color: #fff;	
}

.message_bubble.user .bubble, 
.message_bubble.ratingreply .bubble, 
.message_bubble.autoreply .bubble{
	background: #FFF;
}

.message_bubble .message_header .from{
	color: 	#f60; 	
	font-family: "Lucida Grande",Arial,Helvetica,sans-serif !important;
}

.message_bubble .message_header .date{
	font-size: 11px;
	padding-top: 3px;
}


/* Rating */
li.rating .rating_text,
li.rating .rating .filler {
	background: #FFF;
}

/* Openinghours */
#openinghours,
#openinghours .openinghours_content,
#openinghours .openinghours_container,
#openinghours .openinghours_content .content{
	background: #FFF !important;
}
#openinghours .openinghours_content{
	border-top: 1px solid #eee !important;	
}
#openinghours .webstore_info{
	background: #FFF;
}
#openinghours .webstore_info .phonenumber.mobile{
	background: #90c373 !important;
	border-bottom: 3px #6f9957 solid !important;
	border-radius: 5px !important;	
	font-family: "Lucida Grande",Arial,Helvetica,sans-serif !important;
}
#openinghours .webstore_info .phonenumber.mobile:hover{
	background: #97C87B !important;
}

#openinghours .openinghours_content .content .title{
	color: #333;
	font-family: "Lucida Grande",Arial,Helvetica,sans-serif !important;
	text-transform: none !important;
}
#openinghours .webstore_info .webstore_name{
	color: 	#333;
	font-family: "Lucida Grande",Arial,Helvetica,sans-serif !important;
}

#openinghours .webstore_info .address_one{
	margin-top: 5px;
}

#openinghours .openinghours_content .content .response_time span.left{
	font-weight: 400;
}

#openinghours .openinghours_content .response_time .right .right{
	width: 36px !important; 
}

#openinghours .time_zone{
	display: none !important;
}

/* Footer */

.content_inner .footer{
	background-color: #000 !important;
	border-top: 0px !important;
}

.footer .service_rating li{
	color: #FFF !important;
}
.content_inner.phone .service_rating li .rating.day-percentage.active, .content_inner.phone .service_rating li .rating.day-percentage:hover,
.service_rating li .rating.day-percentage.active, .service_rating li .rating.day-percentage:hover {
	color: #f60;
}

.service_rating li span.value{
	font-family: "Lucida Grande",Arial,Helvetica,sans-serif !important;
	font-weight: 400;
}

.footer .powered_by{
	font-family: Helvetica,Arial,sans-serif;
	margin-top: 20px;
	color: #999;
}