/** Style the tweets */
#bet a {
	font-weight: normal;
	padding: 0px;
}
.twitters {
	color: #FFF;
	font-size: 9px;
	padding: 0px;
}
.twitters ul {
	list-style: inside;
	list-style-type: none;
	padding: 0 5px;
}
.twitters li {
	background-image: url(../images/hirek_nyil.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 20px;
	margin: 0 0 5px 0;
}
.twitters span.prefix {
	font-weight: bold;
}
.twitters span.time {
	font-style: italic;
	color: #c5c5c5;
}
.twitters span.status {
	font-style: italic;
}
