.twitted {
	margin-bottom: 0.3em;
	padding:10px 10px 20px!important;
	/*background:#73b2e5 url(../image/twitter_newbird_lightblue.gif) no-repeat 100% 100%;*/
	background:#FFBC84 url(../image/twitter_newbird_transp33.png) no-repeat 100% 100%;
	margin-left:0!important;
	width:216px;
	position:relative;
}
.linklist #twitter { -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; }

.twitted h2 {
	margin: 0;
	padding: 0 0 0.3em;
	font-size: 1em;
	color: #fff;
/*	background-color: #888;
	display: none;*/
}
.twitted h2 a { color:#3B5998; padding:12px 0 0 36px; display:block; height:24px; background:url(../image/icons/twitter_m.png) no-repeat 0 0; }
.twitted h2 a:hover {}

.twitted p.preLoader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url("../image/loader.gif") 1em center no-repeat;
	/* generate your own loader gif: http://www.ajaxload.info */
}

.twitted ul#twitter_update_list {
	margin: 0;
	padding: 0em;
	/*font: 1.2em Tahoma;*/
	font-size:0.92em;
	list-style-type: none;
	color: #d4f0f9;
}

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

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

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

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

.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.3em 1em;
	color: #fff;
	opacity:0.7;
	position:absolute;
	/*display: none;*/
	/*top:0;
	left:0;*/
	bottom:0;
	right:0;
	font-size:0.8em;
}
.twitted p.profileLink a { display:block; overflow:hidden; }