.twitted {
	width: 300px;
	margin-bottom: 1.5em;
	/*border: 1px solid #fff;*/
}

.twitted h2 {
	margin: 0;
	font-size: 1em;
	color: #000000;
	background-color: #fff;
}

.twitted p.preLoader {
	margin: 0;
	padding: 0 0 0 1.5em;
	background: transparent url("/propuestas/current_stockergroup/js/jquery.twitter/loader.gif") 0 center no-repeat;
	/* generate your own loader gif: http://www.ajaxload.info */
}

.twitted ul#twitter_update_list {
	margin: 0;
	padding:0;
	list-style-type: none;
}

.twitted ul#twitter_update_list li {
	margin: 0;
	padding: 0.8em 0 1em 0;
	border-bottom: 1px solid #ccc;
}

.twitted ul#twitter_update_list li span {
	/* tweet content */
	display: block;
}

.twitted ul#twitter_update_list li span a {
	/* links in tweet content */
	color: #0066CC;
}

.twitted ul#twitter_update_list li a {
	/* timestamp link */
	color: #0066CC;
}

.twitted ul#twitter_update_list li.firstTweet {
}

.twitted ul#twitter_update_list li.lastTweet {
	border-bottom: none;
}

.twitted p.profileLink {
	display: block;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #fff;
}
.twitted p.profileLink a {
	color: #0066CC;

}
.twitted p.profileLink a:hover {
	color: #000;

}
