@charset "utf-8";
/* CSS Document */
.item {
background: url("/img/item_top.png") top left no-repeat;
float: left;
width: 468px;


}
div.itemTop {
padding: 7px;
}

div.itemTop p {
margin-bottom: 5px;
}


div.itemContent, div.articleContent {

padding: 14px 10px;

}

div.itemContent {
background: #fff url(/img/item_content_back.png) top left no-repeat;
padding: 20px;

}

div.articleContent {
background: #fff url(/img/article_content_back.png) top left no-repeat;
padding: 20px;
padding-top: 10px;

}

div.itemContent h1, div.articleContent h1 {
color: #666666;
font-size: 200%;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-weight: lighter;
margin: 0;
}


div.itemContent h4, div.articleContent h4 {
color: #c00;
}

div.itemContent p , div.articleContent p {
font-size: 1.1em;
line-height: 150%;
text-align: justify;



}

#articleBottom {
  float:left;
      width:100%;
   line-height:3em;
   height: 3em;
     background: url(/img/item_content_bottom.png) no-repeat top;   
}


.rateBox {
float: right;
text-align: right;
margin-left: 14px;

}

  #comment {
      float:left;
      width:100%;
      background: url("/img/item_content_bottom.png") no-repeat top;      
      line-height:normal;
	 
	 
      }
    #comment ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      }
    #comment li {
      float:left;
      background:#c00 url("/img/comment_left.gif") no-repeat left bottom;
      margin:0;
	  margin-right: 3px;
      padding:0 0 0 5px;
      }
    #comment a {
      display:block;
      background: #c00 url("/img/comment_right.gif") no-repeat right bottom;
      padding:5px 10px 4px 6px;
	  text-decoration: none;
	  color: #fff;
	  font-weight: bold;
	  
      }
	  
	 
    #comment #current {
      background: #fff url("/img/comment_left_on.gif") no-repeat left bottom;
      }
    #comment #current a {
      background: #fff url("/img/comment_right_on.gif") no-repeat right bottom;
      padding-bottom:5px;
	  color: #000;
      }
