.widget_holder  {
  height:343px;
  margin: 0px 10px;
  position: relative;
  overflow: hidden;
}
.widget_header_image {
  height: 50px;
  width: 100%;
  overflow: hidden;
}
.widget_header_name {
  margin: 7px 0px 3px 0px;
  font-size: 11px;
}
.widget_content  {
  background:url(/img/site/widget_bg.png) repeat-x;
  float:left;
  height:313px;
  padding: 10px 0px 20px 0px;
  position: relative;
}
.blank_widget_content {
  color: #ccc;
  font-size: 40px;
  text-align: center;
  margin-top: 60px;
}
.widget_left  {
  background:url(/img/site/widget_left.png) no-repeat;
  width:23px;
  height:343px;
  float:left;
}
.widget_right  {
  background:url(/img/site/widget_right.png) no-repeat;
  float:right;
  width:23px;
  height:343px;
}
div.widget_holder button.rss_enlarge {
  position: absolute;
  right: 0px;
  margin-top: 5px;
}
div.widget_feed {
  overflow: auto;
  height: 238px;
  color: black;
}
div.widget_feed_item {
  margin: 0px 10px;
  padding: 10px 0px;
  border-bottom: 1px solid #ccc;
}
p.widget_feed_title {
  margin: 0px 0px 5px 0px;
  font-size: 13px;
  font-weight: bold;
}
p.widget_feed_title a {
  color: #1155BB;
}
p.widget_feed_description {
  margin: 5px 0px 0px 0px;
  font-size: 11px;
}
p.widget_feed_description a {
  color: #1155BB;
}
