.tweet {
	font-size: 12px;
	color:white;
	margin-top:0px;
	margin-bottom:20px;
	padding-top:10px;
	padding-bottom:10px;	
	background-color:#c12900;
	background-image: url(../bilder/tweet2.jpg);
	background-repeat: repeat-x;    
	-webkit-box-shadow: 0px 0px 12px #8b0908;
    -moz-box-shadow: 0px 0px 12px #8b0908;
    box-shadow: 0px 0px 12px #8b0908;
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;	
	border:1px solid #b00000;
}
  .tweet .tweet_list {
	list-style-type: none;
	margin:0px 10px 10px 10px;
	padding: 0;
	 }
    .tweet .tweet_list li {
      overflow: auto;
     }
      .tweet .tweet_list li a {
        color: #ffb39f;
		font-size:0.8em;
		text-decoration:none }
      .tweet .tweet_list li a:hover {
        color: black;
		font-size:0.8em }
    .tweet .tweet_list .tweet_even {
	  border-top:0px dotted #ffb39f}
    .tweet .tweet_list .tweet_avatar {
      margin-right: 1.5em;
	  border:1px solid #b60000;
      float: left; }
      .tweet .tweet_list .tweet_avatar img {
        vertical-align: middle; }

