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

#tz_articles, #right_column { float: left }
#right_column { width: 380px }
#tz_articles {
  width: 545px;
  margin-right: 5px;
}
#tz_articles .bottom { 
  width: 505px;
  padding: 20px 20px 10px 20px;
}
#tz_articles .article { 
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  float: left;
  clear: left;
  padding: 10px;
  width: 483px;
}
#tz_articles .title {
  font-weight: bold;
  font-size: 108%
}
#tz_articles .info { 
  font-size: 93%;
  padding: 4px 0;
}
#tz_articles .content { padding-left: 85px }
#tz_articles .avatar {
  border: 1px solid #333333;
  display: block;
  float: left;
  height: 73px;
  position: relative;
  width: 73px;
  margin: 5px 0 0 -85px;
}
#tz_articles .expert_label {
  background: #333333 url(/images/expert_text_medium.png) no-repeat scroll 26px 3px;
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 1px 0 0;
  bottom: 0;
  height: 13px;
  left: 0;
  position: absolute;
  width: 73px;
}
#tz_articles .expert_label img {
  position: absolute;
  left: 3px;
  bottom: 3px;
}
#tz_articles .browse_all { 
  float: right;
  font-weight: bold;
}
#tz_experts .bottom { padding-top: 5px }
#tz_experts .expert {
  float: left;
  width: 180px;
}
#tz_experts .row {
  float: left;
  padding: 10px 0;
  border: 0 solid #fff;
  border-bottom-width: 1px;
}
#tz_experts .last { border: 0 }
#tz_experts .expert .avatar {
  float: left;
  display: block;
  border: 1px solid #333;
  float: left;
  width: 48px;
  height: 48px;
  position: relative;
}
#tz_experts .expert .avatar img {
  position: absolute;
  left: 1px;
  bottom: 1px;
}
#tz_experts .row .info { 
  width: 180px;
  margin-top: 5px;
  float: left;
  clear: left;
}
