/* Twitter */
.Twitter {
	width: 210px;
	position: relative;
	margin-top: 40px;
}

.TwitterHeader {
	width: 210px;
	height: 50px;
	position: relative;
	border-bottom: 1px dashed #73868a;
}

.TwitterHeader a {
	font-style: italic;
	font-size: 24px;
	position: absolute;
	top: 8px;
	left: 50px;
}

.TwitterItem {
	border-bottom: 1px dashed #73868a;
	cursor: pointer;
	cursor: hand;
	font-family: Tahoma;
	color: #ffffff;
	padding-top: 8px;
}

.TwitterHover {
	background: url('/img/bg_hover_twitter.png');
}

.TwitterItem p {
	padding-bottom: 8px;
}

.TwitterItemFirst {
	font-size: 13px;
}

.TwitterItemNext {
	font-size: 11px;
}

.TwitterItemData {
	font-size: 10px;
}

.TwitterItemUrl {
	display:none;
}