@import url("/stylesheets/shared/right_column_search.css");

#tz_info_box {
  background-color: #e9e1ca;
  text-align: center;
  float: left;
  width: 890px;
  padding: 20px;
  margin-bottom: 5px;
}
#tz_info_box h1, #tz_info_box h2 { margin-bottom: 8px }
#tz_info_box h1.last { margin-bottom: 0 }
#left_column, #right_column { float: left }
#left_column { 
  width: 545px;
  margin-right: 5px;
  clear: left;
}
#right_column { width: 380px }
.miplet .item { 
  border: 0 solid #fff;
  border-top-width: 1px;
  padding: 5px 0;
}
.miplet  .first { 
  border-top-width: 0;
  padding-top: 0;
}
.miplet .last { padding-bottom: 0 }
.miplet .pipe {
  padding: 0 2px;
  color: #999;
}
.store {
  float: left;
  margin-bottom: 5px;
}
#featured_video .bottom {
  background-color: #333;
  color: #999;
  border: 0 solid #e9e1ca;
  border-bottom-width: 25px;
  padding: 5px;
  width: 370px;
  position: relative;
}
#featured_video .bottom a { color: #fff }
#featured_video .bottom .see_all a { color: #069 }
#featured_video .info { padding: 5px }
#featured_video a.title { 
  font-size: 108%;
  width: 360px;
  display: block;
}
#featured_video a.comment_count { font-weight: normal }
#featured_video .see_all {
  position: absolute;
  right: 5px;
  bottom: -20px;
}

