#tweets{
 background-color: #EEE;
 display:inline-block;
 padding:2px;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 border-radius: 10px;
 -moz-box-shadow: 1px 1px 3px #555;
 -webkit-box-shadow: 1px 1px 3px #555;
 box-shadow: 1px 1px 3px #555;
}
.tweetItem {
 list-style:none;
 font-family:verdana;
 font-size:11px;
 padding:5px 3px 8px 3px;
 height: 55px;
 width: 225px;
 margin-bottom: 10px;
}
.tweetimg {
 float:left; 
 background-color:#999;
 border:none;
 padding:3px;
 margin-right:5px;
}
.tweetItem a{
 color: #f90;
 text-decoration:none;
}
.tweetItem a:hover {
 color: #666;
 text-decoration: underline;
}
.tweetimg:hover{
 background-color: #f90;
}
.hotshoph1{
 font-size:16px;
 font-weight: bold;
 font-family: 'IM Fell Great Primer SC', arial, serif; 
}
.hotshoptext{
 font-size:14px;
 font-weight: normal;
 font-family: 'IM Fell DW Pica', arial, serif; 
}
h1 { font-family: 'IM Fell Great Primer SC', arial, serif; }
