.like-unline-bar{
	height:7px;
	background:#db1414
}

#user-action-forms .dialog-form {
	display: none;
}
#community-page #user-details header.content-title {
	display: none;
}
.listing .listing-item .extra {
	clear: both;
}

.mailbox .dialog-form input[name="receiver"] {
	width: 25%;
}

/*
@media screen and (max-width: 640px) {
	#categories {
		display: block;
		}
}
*/

#video_player_jwplayer_logo {
	display: none;
	width: 0px;
	height: 0px;
}

#message-holder.errors {
	background-color: #660000;
	color: #fff;
}

#message-holder .notices,
#message-holder .alerts {
	color: #fff;
}

#message-holder.messages {
	background-color: #006600;
	color: #fff;
}

.ajax_loader {
    background-image: url("/templates/layouts/images/ajax-loader.gif");
    background-position: center bottom;
    background-repeat: no-repeat;
    text-align: center;
    width: 220px;
    height: 35px;
    margin: auto;
}

#lang-menu {
	position: relative;
	float: left;
	width: 50px;
	background-color: inherit;
	z-index: 1;
}

#lang-menu ul {
	display: none;
}

#lang-menu ul li {
	width: 100%;
	float: left;
	clear: both;
}
#lang-menu a {
	width: 100%;
	padding: 2px;
	cursor: pointer;
}

#social-media-links {
	text-align: center;
	margin-bottom: 20px;
}