@CHARSET "ISO-8859-1";

a.balloon{
	text-decoration:none !important;
}

.balloon .bText{
	display:block;
	min-width:10px;
	_width:10px;
	float:left;
	padding:5px;
	color:#fff;
	background-color: #369;
	text-decoration:none;
	font-weight: bold;
	opacity:0.9;
	-moz-opacity:0.9;
	-kthml-opacity:0.9;
	filter:alpha(opacity=90);
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	text-align:left !important;	
	border: 1px solid #FFFFFF;
	white-space: nowrap;
}

.balloon .bTut{
	background-image:url('/assets/ballon.png');
	background-repeat:no-repeat;
	background-position:top left;
	width:12px;
	height:14px;
	font-size:1px;
	overflow:hidden;
	float:left;
}

.balloon .bText img{
	background-color: #FFFFFF;
	border:2px solid #fff;
	margin:3px;
}