#top .list_body{
	margin-top:30px;
}

#top .top_item{
    float: left;
    height: 160px;
    margin: 0 1.8% 25px 0;
    overflow: visible;
    position: relative;
    width: 20%;
}

#top .top_item:hover{
	background:#fff;
	box-shadow:1px 2px 7px #999;
}

#top .top_item .type{
	margin:-7px 0 3px 0;
	color:#369;
	font-weight:bold;
}

#top .top_item a{
    display: block;
    height: 95px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

#top .top_item a img{
    font-size: 10px;
    max-height: 90px;
    max-width: 150px;
}

#top .top_item a .date{
	text-align:left;
	display:block;
	font-size:10px;
	color:#777;
	position:absolute;
	right:5px;
	top:3px;
}

#top .top_item a .price{
	position:absolute;
	top:95px;
	right:-8px;
	background:#f00;
	padding:2px 5px;
	color:#fff;
	text-shadow:-1px -1px 0 #900;
}

#top .top_item a .price:after{
	display:block;
	
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	top:-8px;
	right:0;

	background:none;
	border: 4px solid transparent;
	border-bottom-color: #900;
	border-left-color: #900;

}

#top .top_item p{
	height:53px;
  overflow: hidden;
}

#top .top_item .hider{
	background: url("/img/hider_bottom_gray.png") repeat-x scroll left bottom transparent;
  bottom: 0;
  display: block;
  height: 27px;
  left: 2px;
  position: absolute;
  width: 98%;
}