/*

############################################################

	* Origin:		www.voiptalk.org
	* Name:			saleschat.css
	* Description	This file contains sales chat styles
	* Autor:		Piotr Dziembor, Telappliant Ltd.
	* Version:		1.0
	* Modified:		10:53 02/07/2009
	* Copyright:	Telappliant Ltd.

############################################################

*/

#saleschat_layer {
	position: absolute;
	z-index: 10000;
	text-align: center;
	width: 400px;
	height: 298px;
	margin-left: 200px;
	}
	
.saleschat_window_min {
	width: 100px;
	height: 100px;
	}

#saleschat_window {
	margin: 0 auto;
	background-image: url('/images/layout/saleschat/chat_bg.png');
	background-position: center center;
	display: none;
	}
	
.saleschat_window_full {
	width: 400px;
	height: 298px;
	}

.ie #saleschat_wrapper {
	left: 0;
	}
	
#saleschat_wrapper {
	position: absolute;
	margin-top: -55px;
	margin-left: 9px;
	width: 382px;
	height: 343px;
	background-image: url('/images/layout/saleschat/chat_main.png');
	background-position: center center;
	display: none;
	}

#saleschat_content {
	font-family: Arial;
	font-size: 12px;
	color: #666;
	margin: 180px 14px 0 14px;
	line-height: 17px;
	text-align: justify;
	}
	
#saleschat_content strong {
	font-family: Arial;
	font-size: 12px;
	color: #000;
	}
	
#saleschat_content a {
	font-family: Arial;
	font-size: 12px;
	color: #74b118;
	text-decoration: underline;
	}
	
#saleschat_content a {
	text-decoration: none;
	}

#saleschat_content .bigfont a {
	font-size: 16px !important;
	font-weight: bold;
	}
	
#maincontainer_t {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 9999;
	background-color: #fff;
	cursor: pointer;
	}