@charset "utf-8";
/* CSS Document */

#twit_container{
	width: 180px;
}

#twit_hdr{
	background-image: url(../images/twitter_header.png);
	background-repeat: none;
	width: 140px;
	height: 31px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	padding: 20px;
	line-height: 17px;
}

#twit_content{
	background-color: #fff;
	color: #000;
	height: auto;
	min-height: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	border: 1px solid #70bc57;
}

#twit_item{
	border-bottom: 1px solid #c9f6ba;
	padding: 8px;
}

#twit_item a{
	color:#000;
	text-decoration:none;
	font-size: 10px;
}

#twit_item a:hover{
	color:#70bc57;
	text-decoration:none;
	font-size: 10px;
}

#twit_foot{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;	
	line-height: 16px;
	padding: 10px;
	background-image: url(../images/twitter_bottom.png);
	background-repeat: no-repeat;
	width: 160px;
	height: 28px;
}

#twit_link {
	padding-top: 16px;
	width: 160px;
	text-align: center;
	font-size: 12px;
}

#twit_foot a{
	color: #fff;
	text-decoration: none;
}

#twit_foot a:hover{
	color: #fff;
	text-decoration: underline;
}

