/* @override http://qoqa2/css/forum.css */

#main_content {
  border-style: none;
  background-color: transparent;
}

#pager_navigation {
  position: absolute;
  left: 0;
  z-index: 201;
  height: 20px;
  width: auto;
}

.pager_navigation_bottom {
  #margin-bottom: 10px;
}

.pager_navigation_top {
  top: -25px;
}

#pager_navigation a img,
#pager_navigation a,
#pager_navigation span {
  margin: 0 5px;
}

#pager_navigation a:hover{
  background-color: transparent;
  color: #e42e8e;
  text-decoration: underline;
}

#pager_navigation a, #pager_navigation span{
  font-size: 116%;
  font-weight: bold;
}

/* --- planning list --- */

.planning {
  background-color: #d4d4d4;
  border-bottom: 1px solid #fff;
  margin-left: -140px;
  height: 70px;
  position: relative;
  padding: 4px;
}

.planning_details {
  margin: 0px 0 0 140px;
  overflow: hidden;
}

.thumb {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  margin: 4px;
}

h3.product_name {
  margin-bottom: 0;
  font-size: 140%;
  margin-top: 0.3em;
}

.product_complementary_name {
  margin: 0;
  font-size: 95%;
  white-space: nowrap;
  overflow: hidden;
}

.planning_date, .comment_info {
    margin-bottom: 0px;
    font-size: 80%;
  margin-top: .3em;
  color: #7f7f7f;
}

.planning.hover {
  background-color: #e42e8e;
  cursor: pointer;
}

.planning.hover h3.product_name a {
  color: #fff;
}

.planning.hover .planning_date, .comment_info {
  color: #fff;
}

.planning.hover p.planning_date a {
  color: #fff;
}

/* --- comment list --- */

#product_image {
  position: absolute;
  top: 110px;
  right: 30px;
  width: 100px;
  height: 70px;
  background-color: #e42e8e;
}

.comment_frame {
  position: relative;
  margin-top: 8px;
  background: url(../images/post_bg_top.gif) no-repeat left 0;
  padding-top: 8px;
  font-size: 93%;
  padding-right: 88px;
}

.comment_frame p, .comment_frame li {
  margin: 0;
  font-size: 11px;
}

.comment_bottom {
  background: url(../images/post_bg_bottom.png) left top;
  height: 26px;
}

.comment_zone {
  padding-left: 80px;
  background-color: #f9f9f9;
  padding-right: 8px;
  overflow: hidden;
}

.comment_avatar {
    position: absolute;
  top: 0;
  left: 0;
  margin: 1px;
}

.comment_body {
    font-size: 10px;
  margin-bottom: 0;
    min-height: 40px;
}

.comment_frame .planning_date, .comment_frame .comment_info {
    margin-bottom: 0px;
    font-size: 77%;
  color: #797979;
  margin-top: -0.5em;
}

.comment_frame .comment_info {
  font-weight: bold;
  position: relative;
  padding-left: 8px;
  line-height: 1em;
  width: 100%;
  height: 1em;
  margin-bottom: 1.2em;
  font-size: 1em;
}

.comment_frame .planning_date {
  font-weight: normal;
  font-style: normal;
  font-size: 77%;
  position: absolute;
  right: 15px;
  bottom: 0;
}

textarea {
  width: 500px;
  height: 6em;
}

p.add_comment a {
  
}

a {
  text-decoration: none;
}

/* -- ie patch -- */

* html .pager_navigation_top {
  top: -25px;
}

* html .comment_body {
  height: 40px;
}

* html #product_image {
  z-index: -8;
}

* html #header {
  z-index: -10;
}


