div.tweets {
	font-size: 1em;
	line-height: 1.4;
	overflow:  hidden;
}

.one-tweet {
   height : 110px;
}

.two-tweet {
   height : 220px;
}

.three-tweet {
   height : 330px;
}

.four-tweet {
   height : 440px;
}

div.tweets ul {
	margin: 0px !important;
}

div.tweets ul {
	xborder-bottom:  1px solid silver;
	xpadding-bottom: 10px;
	xpadding-top: 10px;
        padding: 10px;
	xheight:  440px;
	overflow:  hidden;
}

div.tweets li {
	xborder-bottom:  1px solid silver;
	padding-bottom: 10px;
	padding-top: 10px;
	height:  90px;
	overflow:  hidden;
}

xdiv#tweets h2 {
	border: none;
}

.created_at {
	font-size: 0.7em;
	text-align:  right;
}



.twittericon {
	background-image: url(/site/images/twitter_64x64.png);
	background-repeat: no-repeat;
}
