/* #Embedded Chat
================================================== */
#embedded-chat {
	width: 448px;
	height: 345px;
	padding: 5px;
	position: absolute;
	z-index: 2500;
	border: 2px solid #ececec;
	top: 20px;
	left: 50px;
	overflow: hidden;
	background: #000;
	box-shadow: 0 0 15px 2px rgba(0,0,0, 0.6);
	z-index: 10000;
}

#embedded-chat .chat-header {
	height: 35px;
	margin: -5px -5px 10px;
	padding: 0 5px 0;
	overflow: hidden;
	background: url(https://secure.casinomidas.com/images/www/chat/top-menu-bg.gif) 0 0 repeat-x;
}

#embedded-chat .chat-header .logo {
	display: block;
	width: 142px;
	height: 21px;
	margin-top: 7px;
	float: left;
	background: url(https://secure.casinomidas.com/images/www/chat/poweredby2.gif) 0 0 no-repeat;
}

#embedded-chat .chat-header .tools {
	float: right;
	margin-top: 7px;
	list-style: none;
}

#embedded-chat .tools li {
	float: left;
	padding-left: 7px;
	margin-left: 7px;
	border-left: 1px solid #ccc;
	display: none;
}

#embedded-chat .tools li:first-child {
	border-left: none;
}

#embedded-chat .tools li.last {
	padding-left: 0;
	display: block;
	border-left: none;
}

#embedded-chat .tools a {
	display: block;
	height: 21px;
}

#embedded-chat .tools .print {
	width: 20px;
	background: url(https://secure.casinomidas.com/images/www/chat/print.gif) 0 0 no-repeat;
}

#embedded-chat .tools .email {
	width: 19px;
	background: url(https://secure.casinomidas.com/images/www/chat/email.gif) 0 0 no-repeat;
}

#embedded-chat .tools .close {
	width: 77px;
	background: url(https://secure.casinomidas.com/images/www/chat/close.gif) 0 0 no-repeat;	
}

#embedded-chat .tools .closeFR {
	width: 77px;
	background: url(https://secure.casinomidas.com/images/fr/chat/close.gif) 0 0 no-repeat;	
}

#embedded-chat .tools .closeDE {
	width: 77px;
	background: url(https://secure.casinomidas.com/images/de/chat/close.gif) 0 0 no-repeat;	
}
#embedded-chat .tools .closeIT {
	width: 77px;
	background: url(https://secure.casinomidas.com/images/it/chat/close.gif) 0 0 no-repeat;	
}

#embedded-chat .main-area {
	width: 330px;
	float: left;
}

#embedded-chat .sidebar {
	width: 110px;
	float: right;
}

#embedded-chat .sidebar .banner-image {
	width: 106px;
	height: 218px;
	background: url(https://secure.casinomidas.com/images/www/chat/chat_branding-chatgirl-cm.jpg) 0 0 no-repeat;
}

/* ******** Chat Area ******** */
#embedded-chat #chat-area {
	height: 218px;
	padding: 0 5px;
	margin-bottom: 5px;
	border: 1px solid #cad0e1;
	background: #fff;
	overflow: auto;
}

#embedded-chat #chat-area {
	line-height: 1.3;
	font-size: 11px;
	font-family: sans-serif;
	text-align: left;
}

#embedded-chat #chat-area .infoText {
	line-height: 18px;
	color: #815d03;
	margin: 5px 0;
}

#embedded-chat #chat-area .agentText {
	color: #000;
	margin: 4px 0;
}

#embedded-chat #chat-area .visitorText {
	color: #444444;
	margin: 4px 0;
}

#embedded-chat #chat-area .name,
#embedded-chat #chat-area .name {
	font-weight: bold;
}
/* ******** Chat Area End ******** */

#embedded-chat #typing-area {
	width: 324px;
	height: 70px;
	padding: 2px;
	border: 1px solid #cad0e1;
	margin-bottom: 5px;
}

#embedded-chat .user-name {
	width: 326px;
	border: 1px solid #cad0e1;
	height: 17px;
	padding: 1px;
	display: none;
}

#embedded-chat .sidebar .send-button {
	display: block;
	width: 106px;
	height: 40px;
	margin-top: 5px;
	background: url(https://secure.casinomidas.com/images/www/chat/chat_buttons-send.gif) 0 0 no-repeat;
}

#embedded-chat.lang-FR .sidebar .send-button {
	background: url(https://secure.casinomidas.com/images/fr/chat/chat_buttons-fr-send.gif) 0 0 no-repeat;
}

#embedded-chat.lang-IT .sidebar .send-button {
	background: url(https://secure.casinomidas.com/images/it/chat/chat_buttons-it-send.jpg) 0 0 no-repeat;
}

#embedded-chat.lang-DE .sidebar .send-button {
	background: url(https://secure.casinomidas.com/images/de/chat/chat_buttons-de-send.gif) 0 0 no-repeat;
}

/* #Embedded Chat End
================================================== */


/* # Minimized Mode
================================================== */
#minimized-chat {
	position: absolute;
	left: 35px;
	bottom: 30px;
	z-index: 2500;
	width: 204px;
	height: 32px;
	border: 2px solid #1d1c1c;
	text-align: left;
	display: none;
}

#minimized-chat.open {
	height: 165px;
}

#minimized-chat a {
	outline: 0;
}

#minimized-chat .title-bar {
	height: 32px;
	line-height: 33px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 12px;
	background: url(https://secure.casinomidas.com/images/www/chat/chat_minimize_sprite.png) 0 0 no-repeat;

}

#minimized-chat .main-area {
	height: 131px;
	border-top: 2px solid #1d1c1c;
	background: url(https://secure.casinomidas.com/images/www/chat/chat_minimize_sprite.png) 0 -61px no-repeat;
	display: none;
}
#minimized-chat.open .main-area {
	display: block;
}

#minimized-chat .main-area h5 {
	margin: 13px 0 6px 14px;
	font-size: 12px;
	color: #f0c555;
	text-decoration: underline;
	text-transform: uppercase;
	text-shadow: 0 0 2px #11100d;
}


#minimized-chat .main-area p {
	font-size: 11px;
	line-height: 13px;
	color: #fff;
	padding-left: 14px;
}

#minimized-chat a.open-chat {
	display: block;
	position: absolute;
	left: 12px;
	bottom: 11px;
	width: 115px;
	height: 29px;
	line-height: 26px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, .5);
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	background: url(https://secure.casinomidas.com/images/www/chat/chat_minimize_sprite.png) 0 -32px no-repeat;
}

#minimized-chat a.minimize-button {
	display: block;
	position: absolute;
	top: 3px;
	right: 0px;
	width: 12px;
	height: 11px;
	padding: 8px 12px;
	
}

#minimized-chat a.minimize-button span {
	display: block;
	width: 12px;
	height: 11px;
	cursor: pointer;
	background: url(https://secure.casinomidas.com/images/www/chat/chat_minimize_sprite.png) -183px -32px no-repeat;
}

#minimized-chat.open a.minimize-button span {
	background: url(https://secure.casinomidas.com/images/www/chat/chat_minimize_sprite.png) -166px -32px no-repeat;
}

/* # Minimized Mode End
================================================== */