@charset "utf-8";
/* CSS Document */

#twitter_t {
   width: 298px;
   height: 94px;
   background-image:url("Tweet_T.jpg");
}

#twitter_m {
   width: 298px;
   height:275px;
   padding:  1px;
   background:url("Tweet_M.jpg") repeat-y;
}

   #twitter_container {
       min-height:50px;
       height:300 !important;
       padding-bottom:0px;
   }

       #twitter_update_list {
           width: 300px;
           padding: 1;
           overflow: hidden;
           font-family: Georgia;
           font-size: 12px;
           font-style: italic;
           color: #31353d;
           line-height: 18px;
           font-weight:bold;
       }

       #twitter_update_list li {
           width: 300px;
		   height:275px;
           list-style: none;
       }

       #twitter_update_list li a {
           color: #5f6d76;
           border-bottom: dotted 1px;
           text-decoration: none;
       }

       #twitter_update_list li a:hover {
           color: #31353d;
           background: #d3f1f9;
       }

#twitter_b {
   width: 298px;
   height: 22px;
   background-image:url("Tweet_B.jpg");
}.twitter {
	background-repeat: no-repeat;
}
