.tweetRTs {
	width: 635px;
    height: 70px;
    background-image: url("../images/repeets_sub.png");
    margin: 0 0 10px 0;
    overflow: hidden;
}

.tweetRTs span {
	font-size: 20px;
	font-weight: bold;
}

.tweetRTs #imgdiv {
	float: left;
	margin: 10px 0 0 10px;
	width: 48px;
	height: 48px;
    border: 0;
}

.tweetRTs #imgdiv img {
	width: 48px;
	height: 48px;
}

.tweetRTs p{
    width: 535px;
    height: 35px;
    margin: -50px 0 0 89px;
    overflow: hidden;
    font-size: 14px;
    line-height: 13pt;
    color: #eb7f00;
    font-weight: bold;
	float: left;
}
.tweetRTs .footer{
    margin: -10px 0 0 84px;
    padding: 0 0 0 5px;
    width: 535px;
    height: 15px;
    font-size: 11px;
    color: #6c4920;
    font-weight: bold;
    float: left;
}

#container .tweetRTs .footer a:link, #tweetInfoTop #userName a:link{
    color: #6c4920;
    text-decoration: none;
}
#container .tweetRTs .footer a:visited, #tweetInfoTop #userName a:visited {
    color: #6c4920;
    text-decoration: none;
}
#container .tweetRTs .footer a:hover, #tweetInfoTop #userName a:hover {
    color: #6c4920;
    text-decoration: underline;
}
#container .tweetRTs .footer a:active, #tweetInfoTop #userName a:active {
    color: #6c4920;
    text-decoration: none;
}

#tweetInfoContainer
{
	width: 1180px;
	height: 150px;
	padding-left: 110px;
	padding-bottom: 20px;
}
#tweetInfoTop
{
    background-image: url("../images/tweet_box.png");
    background-repeat: no-repeat;
	background-color: #FFF;
	width: 100%;
	height: 130px;
	width: 960px;
}

#tweetInfoTop #rtChart {
	float: right;
	margin: 8px 5px 0 0px;
	width: 375px;
	height: 100px;
    border: 0;
}

#tweetInfoTop #userImage {
	float: left;
	margin: 7px 0 0 25px;
	width: 50px;
	height: 50px;
    border: 0;
}

#tweetInfoTop #userImage img {
	width: 50px;
	height: 50px;
    border: 0;
}

#tweetInfoTop #userName {
	float: left;
	margin: 10px 0 0 20px;
	width: 190px;
	height: 75px;
    border: 0;
    text-align: center;
    color: #6c4920;
    font-weight: bold;
    font-size: 16px;
    line-height: 11pt;
}

#tweetInfoTop #userName span {
	font-size: 11px;
    font-weight: normal;
   	line-height: 12pt;
}

#tweetInfoTop #userName .followers {
	font-size: 12px;
    font-weight: normal;
   	line-height: 12pt;
}

#tweetInfoTop #userInfo {
	float: left;
	margin: 15px 0 0 15px;
	width: 190px;
	height: 75px;
    border: 0;
    text-align: center;
    color: #6c4920;
	font-size: 12px;
    font-weight: normal;
    line-height: 12pt;
}

#tweetInfoTop .button .number{
    margin: 5px 0 0 10px;
    padding: 2px 0 0 0;
    width: 50px;
    height: 49px;
    font-size: 16pt;
    text-align: center;
	float: left;
}

#tweetInfoTop .button a:link .number  {
    background-image: url("../images/hot_repeets_off.png");
}
#tweetInfoTop .button a:visited .number  {
    background-image: url("../images/hot_repeets_off.png");
}
#tweetInfoTop .button a:hover .number  {
    background-image: url("../images/hot_repeets.png");
}
#tweetInfoTop .button a:active .number  {
    background-image: url("../images/hot_repeets.png");
}

#tweetInfoTop .button a:link, #tweetInfoTop .button a:visited, #tweetInfoTop .button a:hover, #tweetInfoTop .button a:active{
    color: #eb7f00;
    text-decoration: none;
}

#tweetInfoTop #userTweet p{
	padding-left: 20px;
	margin-top: -12px;
    font-size: 14px;
    line-height: 13pt;
    color: #eb7f00;
    font-weight: bold;
    position: relative;
	width: 500px;
	height: 50px;
	float: left;
}
