#wrapper #twitter_holder {
  width: 635px;
  margin: 10px 0px 0px 9px;
  float: left;
}

#wrapper #twitter_holder #twitter_left {
  float: left;
  display: block;
  z-index: 30;
  position: relative;
  width: 146px;
}

#wrapper #twitter_holder #twitter_left ul.tab_switcher {
  list-style: none outside none;
  margin: 12px 0px 12px 5px;
  display: block;
  z-index: 30;
  width: 146px;
}

#wrapper #twitter_holder #twitter_left ul.tab_switcher li {
  display: block;
  width: 126px;
  height: 24px;
  background: #EEEEEE;
  margin-top: 5px;
  z-index: 30;
  padding: 20px 10px;
  border: 1px solid #aaa;
  -moz-border-radius: 8px 0px 0px 8px;
  -webkit-border-radius: 8px 0px 0px 8px;
  border-radius: 8px 0px 0px 8px;
  behavior: url(css/PIE.htc);
  position: relative;
  cursor: pointer;
}

#wrapper #twitter_holder #twitter_left ul.tab_switcher li.active {
  background-image: url(images/speach-arrow.gif);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-color: #EEEEEE;
  width: 127px;
  border: 1px solid #aaa;
  border-right: none;
  position: relative;
}

#wrapper #twitter_holder #twitter_bubble {
  background-image: url(images/speech_grey_title.png);
  background-position: left top;
  background-repeat: no-repeat;
  height: 142px;
  padding: 5px;
  margin: 5px 5px 5px 0px;
  float: right;
  width: 468px;
  display: block;
  z-index: 10;
  position: relative;
}

#wrapper #twitter_holder #twitter_bubble #pccTwitterTab {
  background: #FFF;
  height: 115px;
  width: 468px;
}

#pccTwitterTab div.twitterTab {
  background: #FFF;
  height: 115px;
  width: 468px;
  display: none;
}

#wrapper #twitter_holder #twitter_bubble #pccTwitterTabHolder #pccTweetsText {
  color: #46736C;
  font-weight: bold;
  font-size: 12px;
  width: 80px;
  margin: 0px 0px 0px 5px;
  float: left;
}

#wrapper #twitter_holder #twitter_bubble #pccTwitterTabHolder ul {
  list-style: none outside none;
  margin: 0px 0px 0px 5px;
  width: 370px;
  float: left;
  font-size: 10px;
}

#wrapper #twitter_holder #twitter_bubble #pccTwitterTabHolder ul li {
  display: block;
  padding: 0px 3px;
  font-size: 10px;
  cursor: pointer;
  line-height: 10px;
  float: left;
	color:#000;
}

#wrapper #twitter_holder #twitter_bubble #pccTwitterTabHolder ul li:hover {
  color: #3B59BA;
}

#wrapper #twitter_holder #twitter_bubble #pccFacebookTab {
  background: #FFF;
  height: 142px;
  width: 468px;
}

#wrapper #twitter_holder #twitter_bubble #pccFacebookTab h3, #wrapper #twitter_holder #twitter_bubble #pccTwitterTab h3 {
  background: #EDEFF4;
  font-size: 13px;
  font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
  font-weight: bold;
  color: #333;
  width: 462px;
  display: block;
  padding: 3px;
  border-bottom: 1px solid #cbcccf;
}

#wrapper #twitter_holder #twitter_bubble #pccFacebookTab div.facebook_post {
  width: 460px;
  display: block;
  padding: 3px;
  height: 27px;
  font-size: 11px;
  color:#515151;
  display: inline-block;
}

#wrapper #twitter_holder #twitter_bubble #pccFacebookTab div.facebook_post a {
  text-decoration: none;
  color: #3B5998;
  cursor: pointer;
  font-size: 11px;
  height: 14px;
  line-height: 11px;
  overflow: hidden;
  display: block;
  font-weight: bold;
}

#wrapper #twitter_holder #twitter_bubble #pccFacebookTab div.facebook_post em {
  font-style: italic;
}

#wrapper #twitter_holder #twitter_bubble #pccTwitterTab .tweet {
  background: #fff;
  margin: 4px 0;
  width: 455px;
  padding: 4px 8px;
  min-height: 24px;
  font-size: 14px;
}

#wrapper #twitter_holder #twitter_bubble #pccTwitterTab .tweet a {
  color: #3B5998;
}

#wrapper #twitter_holder #twitter_bubble #pccTwitterTab .tweet img {
  float: left;
  margin: 0 8px 4px 0;
  width: 24px;
}

#wrapper #twitter_holder #twitter_bubble #pccTwitterTab .tweet .text {
  margin: 0;
  margin-left: 32px;
	color: #000;
}

#wrapper #twitter_holder #twitter_bubble #pccTwitterTab .tweet .time a {
  font-size: 12px;
  color: #515151;
  white-space: nowrap;
  text-decoration: none;
  font-style: italic;
}

#wrapper #twitter_holder #twitter_bubble #pccTwitterTab .tweet .time a:hover {
  text-decoration: underline;
}