small {
  color: #000;
  font-size: 11px;
  font-family: Tahoma;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  margin-right: 10px;
  border-top: 1px dotted #ccc;
  padding-bottom: 10px;
}
small a {
  text-decoration: none;
  color: #0000ff;
}
small a:hover {
  text-decoration: underline;
  color: #ff0000;
}
tr.comment1
{
  background: #dfe4f3;
  border-bottom: 1px solid #fff;
  padding-top: 5px;
  height: 34px;
}
tr.comment2
{
  background: #ecf0f9;
  border-bottom: 1px solid #fff;
  padding-top: 5px;
  height: 34px;
}
tr.comment_author
{
  background: #F0EFEF;
  padding-top: 10px;
  height: 34px;
}
div.comments
{
  margin-right: 3px;
  margin-left: 3px;
}
div.comments table
{
  width: 100%;
  margin-top: 3px;
  margin-bottom: 3px;
}
td.avatar
{
  width: 32px;
  text-align: center;
}
td.avatar img
{
  border: 1px solid #000;
}
td.date_user
{
  width: 100%;
}
div.comment_id
{
  font: 10px Tahoma !important;
  color: #999;
  padding: 3px;
  text-align: center;
  float: right;
}
div.comment_id a
{
  font: 10px Tahoma !important;
  color: #999 !important;
  display: inline !important;
  padding: 3px;
  text-align: center;
}
div.comment_id a:hover
{
  color: #f00 !important;
}
div.comments blockquote
{
  font-style: italic !important;
  padding: 0px;
  margin-top: 3px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 10px;
  background: #f5f5f5;
  color: #999 !important;
  border: 1px solid #ccc;
}
div.comments blockquote li
{
  font-style: italic !important;
}
div.comments blockquote a
{
  color: #669 !important;
}
div.comments blockquote ol
{
  font-style: italic !important;
  padding-bottom: 0px !important;
}
div.comments td
{
  margin: 0px;
  padding: 0px;
  border: 0px;
}
div.comments strong
{
  font: 13px Tahoma;
  padding-left: 10px;
  font-weight: bold;
  display: block;
  margin-right: 100px;
  margin-top: 1px;
}
div.comments strong u
{
  font: 10px Tahoma;
  font-weight: normal;
  text-decoration: none;
}
div.comments strong a
{
  color: #666 !important;
  text-decoration: underline;
}
div.comments strong a:hover
{
  color: #000 !important;
  text-decoration: underline;
}
#comment_form textarea
{
  width: 97%;
  margin-bottom: 2px;
  margin-top: 5px;
  padding: 3px;
  font: 12px Verdana;
}
#comment_form #button_b
{
  font-weight: bold !important;
}
#comment_form #button_i
{
  font-style: oblique !important;
}
#comment_form #button_u
{
  text-decoration: underline !important;
}
div.postComment .insert_code
{
  display: none;
  position: absolute;
  left: 10px;
  top: 10px;
}
.coms_selected
{
  background: #ff0;
}
div.code
{
  font-size: 13px;
  padding-left: 20px;
  margin-left: 10px;
  margin-right: 10px;
  background: #fafafa;
  margin-top: 3px;
  margin-bottom: 3px;
  border: 1px solid #ccc;
}