
/* CHAT */ 
#whos-online-popup {
	bottom: 0;
	height: 18px;
	width: 200px;
	position: fixed;
	right: 30px;
	z-index: 99;
	border: 1px solid #A8A8A8;
	border-bottom: 0;
	padding: 0 0 10px 0;
	background: #fff;
	display: none;
	font-size: 11px;
}

#whos-online-popup .friend_name {
	word-wrap: break-word;
}

#whos-online-popup .avatar {
	float: left;
	height: 30px;
	margin-bottom: 7px;
	margin-right: 4px;
	width: 30px;
}

#whos-online-popup .chat {
	cursor: pointer;
}

#whos-online-popup h2 {
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 6px;
	line-height: 16px;
	padding: 8px 10px 10px;
	cursor: pointer;	
	float: left;
	width: 140px;
	text-transform: lowercase;
}
	
#whos-online-popup #whos-online-header {
	height: 32px;
	background: #EDEBEB url('../../images/buttons/fba-chat-header-max.png') no-repeat 0 0;
}

#whos-online-min {
	cursor: pointer;	
	float: right;
	padding: 0;
	margin: 5px 0 0;
	width: 20px;
	height: 32px;
	display: block;
}

#whos-online-min-click {
	width: 20px;
	height: 20px;
	display: block;
	float: right;	
}

#whos-online-popup li.item-avatar {
	clear: both;
	width: 160px;
}

#whos-online-popup ul.avatar-block {
	clear: both;
	width: 150px;
	display: inline;
}

#whos-online-popup #chat-panel {
	height: 220px;
	margin-top: 2px;
	overflow: auto;
	font-size: 11px;
	word-wrap: break-word;
	margin: 0 10px;
	float: left;
	width: 180px;
}

#whos-online-popup #memory {
	display: none;
}

#popup-chat {
	bottom: 0;
	height: 250px;
	width: 200px;
	position: fixed;
	right: 231px;
	z-index: 99;
	border: 1px solid #A8A8A8;
	border-bottom: 0;
	padding: 0 0 10px 0;
	background: #fff;
	display: none;
}

#popup-chat #chat-header {
	height: 32px;
	background: #EDEBEB url('../../images/buttons/fba-chat-header.png') no-repeat 0 0;
}

#popup-chat h2 {
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 6px;
	line-height: 16px;
	padding: 8px 10px 10px;
	cursor: pointer;	
	float: left;
	width: 140px;
}

#popup-chat #chat-form {
	margin: 0 0 0 10px;
}

#popup-chat .ajaxchat-messages-scroller {
	height: 180px;
	margin: 10px 10px 0 10px;
	overflow: auto;
	font-size: 11px;
	white-space: pre-wrap;
	word-wrap: break-word;
	clear: both;
	float: left;
	width: 183px;
}
.ajaxchat-messages-scroller li{
	line-height:18px;
	margin: 0;
	padding: 0 2px 0 0;
}

#popup-chat #chat-message {
	height: 14px;
	float: left;
	width: 160px;
	font-size: 11px;
}

#popup-chat #submit {
	height: 1px;
	width: 1px;
	float: left;
	visibility:hidden;
}


#chat-alert {
	bottom: 0px;
	height: auto;
	width: 180px;
	position: fixed;
	right: 231px;
	z-index: 199;
	border: 1px solid #A8A8A8;
	border-bottom: 0;
	padding: 10px 10px 10px 10px;
	background: #fff;
	display: none;
	font-size: 11px;
}

#chat-alert ul {
	list-style-type: disc;
	padding-left: 16px;
}

#chat-alert li {
	list-style-type: disc;
	color:#404040;
	margin-bottom: 8px;
}

#chat-alert a {
	cursor: pointer;
}

#chat-alert .block-user, #chat-alert .beta-submit {
	background: #404040;
	color: white;
	float: right;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 6px;
	margin-top: 12px;
	padding: 4px;
	text-decoration: none;
	-moz-border-radius: 8px;  
	-webkit-border-radius: 8px; 
	border-radius: 8px;	
}

#chat-alert .block-user:hover, #chat-alert .beta-submit:hover {
	background: #d60821;
}

#chat-alert .small-button {
	background: #404040;
	color: white;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin: 12px 12px 6px 0;
	padding: 4px;
	text-decoration: none;
	-moz-border-radius: 8px;  
	-webkit-border-radius: 8px; 
	border-radius: 8px;	
}

#chat-alert .small-button:hover {
	background: #73cef7;
}

#chat-min {
	cursor: pointer;	
	float: right;
	padding: 0;
	margin: 5px 0 0;
	width: 20px;
	height: 32px;
}

#chat-min-click {
	cursor: pointer;	
	float: right;
	padding: 0;
	width: 20px;
}

#chat-close-wrapper, #take-me-offline-wrapper {
	width: 20px;
	height: 32px;
	float: right;
}

#take-me-offline, #chat-close {
	cursor: pointer;	
	float: right;
	padding: 0;
	margin: 5px 0 0;
	width: 20px;
	height: 20px;
	overflow:hidden;
}

#take-me-offline img, #chat-close-sprite, #chat-close-nosprite {
	position: relative;
	top: 0;
}

#take-me-offline img:hover, #chat-close-sprite:hover {
	top: -20px;
}

#chat-request-close {
	cursor: pointer;	
	float: right;
	padding: 0;
	margin: 0;
	width: 25px;
	position: relative;
	top: -15px;
	right: -10px;
}

.capitalize {
	text-transform:capitalize;
}

#beta-link {
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
}

.avatar {
	margin-bottom: 10px;
	float: left;
	margin-right: 30px;	
	-moz-border-radius: 8px;  
	-webkit-border-radius: 8px;
	border-radius: 8px;
}