@CHARSET "UTF-8";

/**
 * (c) Firma JAKUBIAK 2007
 * Antoni Jakubiak
 * http://www.jakubiak.biz/
 */ /**
 * Ostatnie wpisy na forum
 */
div#twitLastForAll div.entry {
	clear: both;
}

div#twitLastForAll div.entry a.twit {
	float: left;
	display: block;
	margin: 0px 6px 0px 3px;
	padding: 0px 8px 2px 18px;
	width: 190px;
	height: 12px;
	overflow: hidden;
	white-space: nowrap;
	color: #737373;
	background-image: url(../images/bird_right_pink_white.gif);
	background-position: 8px 4px;
	background-repeat: no-repeat;
}

div#twitLastForAll div.entry a.twit:hover {
	color: #fff;
	background-color: #ed125a;
	background-position: 8px -36px;
}

div#twitLastForAll div.entry div.nick {
	float: left;
	color: #5f5b61;
	overflow: hidden;
	height: 12px;
	white-space: nowrap;
	width: 55px;
}
