.widget {
  width: 333px;
  height: 200px;
  position: absolute;
  left: 15px;
  top: 75px;
}

#widget {
  width: 315px;
  height: 126px;;
  padding-right: 0px;
}

.widget_tabs {
  width: 26px;
  position: absolute;
  left: 348px;
  top: 110px;
}

.widget_tabs .tab {
  width: 0px;
}

.widget_tabs .tab, .widget_tabs .tab_hover {
  height: 16px;
  background: #330000 url('../../images/tab_fade.gif') top left repeat-y;
  padding: 3px 5px;
  margin-bottom: 2px;
  cursor: pointer;
}

.widget_tabs .tab img {
  width: 0px;
  height: 16px;
  background-color: #FFF;
}

.widget_tabs .tab_hover img, .widget_tabs .tab_hover img {
  width: 16px;
  height: 16px;
  background-color: #FFF;
}

.widget .daily {
  width: 315px;
  height: 126px;
  position: relative;
  display: block;
  z-index: -1;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #BFBFBF;
}

.widget .daily .item {
  width: 100%;
  text-align: left;
  font-size: 20px;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  color: #565656;
  z-index: 1;
}

.widget .daily .item span {
  color: #560000;
}

.widget .daily .title {
  text-align: left;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 5;
}

.widget .daily p {
  text-align: justify;
  position: relative;
  z-index: 5;
}
