@charset "utf-8";
/* CSS Document */
#statusImage { /*Typing status image position*/
position:absolute; 
top:250px;
left:200px;
}
#floatDiv { /* main window */ 
	display: block;
	position: absolute;
	top:0%;
	left:0%;
	z-index: 10000;
}


#ChatDiv {
	display: none;
	width: 320px;
	height: 290px;
	border: 0px solid #cccccc;
	padding-top: 60px;
	padding-bottom: 20px;
	padding-left: 12px; 
	padding-right: 10px;
	margin-top:10px;
	z-index: 1;
	background-image: url(chatdiv_bg.gif);
	background-repeat: no-repeat;
}

.ConvWin { /* text box where the messages appear*/ 
	width: 309px;
	height: 170px;
	border: none;
	padding: 3px;
	margin-top: 10px;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
}

.MessageWin { /* text box to type the message */ 
	width: 230px;
	height: 33px;
	border: none;
	padding-top: 5px;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	margin-top:20px;
	padding-left:5px;
}

.sendButton { /* send/visit url buttons */ 
	top:282px;
	left:253px;
	height: 22px;
	width: 70px;
	border: 0px;
	margin-top: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 1px;
	position:absolute;
	background-color: transparent;
}

.openButton { /* send/visit url buttons */ 
	top:307px;
	left:253px;
	height: 22px;
	width: 70px;
	border: 0px;
	margin-top: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 1px;
	position:absolute;
	background-color: transparent;
}

#conversationDIV {
	display: block;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top:5px;
	font-weight:bold;
	color: #FFF;
}
#closeBTN a { /* close button */
	position: absolute;
	height: 16px;
	width: 16px;
	right: 5px;
	top: 15px; 
	float: right;
	display: block;
	background-image: url(btnClose.gif);
	background-repeat: no-repeat;
	
}

#closeBTN a:hover { /* close button */
	background-position: 0 -16px;
}

#minBTN a { /* minimize button */
	position: absolute;
	height: 16px;
	width: 16px;
	right: 25px;
	top: 15px; 
	float: right;
	display: block;
	background-image: url(btnMin.gif);
	background-repeat: no-repeat;
}

#minBTN a:hover { /* minimize button */
	background-position: 0 -16px;
}

#maxBTN a { /* close button */
	position: absolute;
	height: 16px;
	width: 16px;
	right: 6px;
	top: 6px; 
	float: right;
	display: block;
	background-image: url(btnMax.gif);
	background-repeat: no-repeat;

}

#maxBTN a:hover { /* close button */
	background-position: 0 -16px;
}


#minDiv {
	display: none;
	position: absolute;
	float: right;
	padding: 5px;
	width: 162px;
	height: 22px;
	left: 160px;
	top: 320px;
	color: #000000;
	background-image: url(minDiv_bg.gif);
	background-repeat: no-repeat;
}

#dhtmltooltip {
	position: absolute;
	width: 79px;
	border: 1px solid black;
	padding: 3px;
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	visibility: hidden;
	z-index: 100;
}
#statusImage{
position:absolute;
top:260px;
left:200px;
}

#live_chat_img  { /* live chat button */
	height: 63px;
	width: 62px;
	display: block;
	background-repeat: no-repeat;
}

#live_chat_status  a{ /* live chat button */
	height: 63px;
	width: 62px;
	display: block;
	background-image: url(feature.png);
	background-repeat: no-repeat;
}

#live_chat_status a:hover { /* live chat button */
	background-position: 0 -63px;
}