.twitted {
	width: 190px;
	margin-top: 15px;
	border: 1px solid #fff;
}

.twitted #twitterBoxHeader {
	height: 37px;
	overflow: hidden;
}
.twitted .twitter-icon {
	float: left;
	vertical-align: middle;
	margin: 5px 0px 0px 0px;
}
.twitted h1 {
	color:#EFE315;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:18px;
	font-weight:normal;
	margin-top:10px;
}

.twitted p.preLoader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url("../images/loader.gif") 1em center no-repeat;
	/* generate your own loader gif: http://www.ajaxload.info */
}

.twitted ul#twitter_update_list {
	margin: 0;
	list-style-type: none;
}

.twitted ul#twitter_update_list li {
	margin: 0;
	padding: 0.9em;
	border-bottom: 1px solid #ccc;
}

.twitted ul#twitter_update_list li span {
	/* tweet content */
	display: block;
}
.twitted ul#twitter_update_list li:hover {
	background-color: #000;
}

.twitted ul#twitter_update_list li span a {
	/* links in tweet content */
	color: #c3c3c3;
}

.twitted ul#twitter_update_list li a {
	/* timestamp link */
	color: #ccc211;
	font-family: Georgia, Times New Roman, sans-serif;
}

.twitted ul#twitter_update_list li.firstTweet {
}

.twitted ul#twitter_update_list li.lastTweet {
	border-bottom: none;
}

.twitted p.profileLink {
	margin: 0;
	font-size: 11px;
}

.twitted p.profileLink a {
	display: block;
	margin: 0;
	padding: 2px;
	color: #fff;
	background-color: #3c3c3c;
}

.twitted p.profileLink a:hover {
	background: #efe515;
	color: #000;
}