/* Feed-Flickr*/
/* ---------------------------------------------------- */

.feed-twitter {
	margin: 0;
	padding: 0px;
	width: 272px;
	display: block;
	position: relative;
}

.feed-twitter img {
	border: 0;
}

.feed-twitter .preloader {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 148px;
	left: 130px;
	z-index: 1;
}

.feed-twitter .more {
	margin: 6px 0 0 0;
	display: none;
	float: right;
}

.feed-twitter .item {
	margin: 6px 0 0 0;
	padding: 0px;
}

.feed-twitter .item .top {
	margin: 0;
	padding: 0;
	height: 4px;
	background: url(../../img/bg_white_top.gif) no-repeat;
	/* For ie6.0 */
	line-height: 1px;
	font-size: 1px;
}

.feed-twitter .item .content {
	margin: 0;
	padding: 20px 30px 20px 30px;
	background: url(../../img/bg_white_content.gif) repeat-y;
	font-size: 13px;
	text-align:justify;
}

.feed-twitter .item .content .date {
	margin: 0 0 15px 0;
	padding: 0;
	color: #717171;
	font-size: 10px;
}

.feed-twitter .item .content .title a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #9a9a9a;
}

.feed-twitter .item .content .title a:hover {
	text-decoration: underline;
}

.feed-twitter .item .bottom {
	margin: 0;
	padding: 0;
	background: url(../../img/bg_white_bottom.gif) no-repeat;
	width: 272px;
	height: 4px;
	/* For ie6.0 */
	line-height: 1px;
	font-size: 1px;
}
