/* -------------------------------------- */
/* -------------------------------------- */
/* [ VISITORS ONLINE CSS DEFINITION ] */
/* -------------------------------------- */
/* -------------------------------------- */

div#visitors_online_show_counter {
   position: relative;
	float: left;
   background-color: transparent;
   font-weight: bold;
	font-size: 10px;
	text-align: center;
	padding: 3px 3px 3px 12px;
}
div#visitors_online_show_counter p {
	padding: 0;
	margin: 0;
}
div#visitors_online_show_counter_clear {
	clear: both;
}
