.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;
	height:170px;
	padding:10px 0px 0px 0px;
	text-align:center;
	margin:2px;
	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;
}
#nc_product_category_path
{
	margin-bottom: 20px;
}
.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 li.add_category
{
	float:right;
	width:auto;
}
ul.tag-item-list li{margin:4px 0px 5px 0px; border-bottom: 1px dashed #bbbbbb;}