#content .listing-item {
    overflow:hidden;
    width:100%;
}
#content .listing-item h2 {
    font-size:12px;
    color:#333333;
    background-color:#eeeeee;
font-family: Arial, Tahoma, Verdana;
font-weight:bold;
    border-bottom:1px solid #cccccc;
	width: 390px;
    padding:0;
    margin-top:1px;
    margin-bottom:5px;
}
#content .listing-item h2 a {
    color:#333333;
}
#content .listing-item h2 a:hover {
    color:#a91b33;
}
#content .listing-item .meta {
    width: 390px;
	padding:5px 5px 15px 5px;
    margin:0 0 0px 0px;
    border:0px solid #dddddd;
    background-color:#ffffff;
}
#content .listing-item .meta pre {
    margin:0 0 0 10px;
    /*font-size:85%;*/
	font-size:12px;
	font-family: Arial, Tahoma, Verdana;
}

#kinds_list {
    width:100%;
    overflow:hidden;
    clear:both;
}
#kinds_list .kind_item {
    padding-top:20px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
    margin:10px;
    width:27%;
    border:2px solid #ccc;
    height:190px;
    float:left;
    overflow:hidden;
    background-color:#eee;
    text-align:center;
}
#kinds_list .kind_item a {
    margin-bottom:10px;
    font-weight:bold;
}
#kinds_list .kind_item img {
    width:150px;
    height: 150px;
}
