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

div#visitors_online_show_counter {
    position: relative;
	float: left;
	border: 1px black solid;
    background-color: white;
    font-weight: bold;
	font-size: 10px;
	text-align: center;
	padding: 0 10px 0 10px;
}
div#visitors_online_show_counter_clear {
	clear: both;
}
