.category_block
{

}
.category_block li
{
	float:left;
	width:150px;
	padding:10px;
	background:#eee;
	list-style-type: none;
	border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.item_block li
{
	float:left;
	width:180px;
	
	padding:10px 0px 0px 0px;
	text-align:center;
	margin:10px;
	background:#eee;
	list-style-type: none;
	border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.item_block li td.image{
	width:160px;
}
.item_block li td.image img{
	width:160px;
	height:120px;
}
.item_block li td.desc{
	padding:10px;
}
#about_town_index div.blockTitle{margin-top: 20px;}
#about_town_category_path
{
	margin-bottom: 10px;
}
.category_path{
	background-image: url('../images/bc_bg.gif');
	background-repeat: repeat-x;
	background-color: #EEE;
    border: 1px solid #DEDEDE;
    color: #999;
	text-shadow: 0px 1px 0px #FFF;
    height: 30px;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.category_path li {
    background-position: right top;
    background-repeat: no-repeat;
    float: left;
    height: 30px;
    list-style-type: none;
    padding: 7px 15px 0 10px;
}
.category_path .add_photo_list
{
	float:right;
	width:auto;
}
.category_path .edit_photo_list{
	background-color: transparent;
    color: #666666;
    font-weight: bold;
    text-decoration: none;
	
}
#filelist_clist
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#filelist_clist li
{
	box-shadow: #666 0px 2px 8px;
	-webkit-box-shadow:#666 0px 2px 8px;
	-moz-box-shadow: #666 0px 2px 8px;
	padding: 0px;
	margin:10px;
}
#filelist_clist li a
{
	display:block;
	width:100%;
	padding: 10px;
}
#item_table td.id,
#item_table td.date_post,
#item_table td.date_edit{
	text-align:center;
}
#item_table td{
	height:48px;
	vertical-align: middle;
}
#item_table td.file1,
#item_table td.file2,
#item_table td.file3{
	text-align:center;
}

.category_path .list-text-only{
	background-color: transparent;
    color: #666666;
    font-weight: bold;
}