.category-product-count {
	display:inline;
	font-size: 12px;
}
.category-container {
	text-align: center;
}
table#cart_summary tr.cart_item.even
{
	background:#F3F3F3;
}
#center_column h1 .category-product-count {
	background: url(../img/default/list-category-bg.png) left center no-repeat;
	padding-left: 10px;
	font-weight:bold;
	font-family: arial;
	color: #808181;
	text-shadow: 1px 0 0 #fff;
}
.content_scene_cat {
	text-align:center;
	background:#fff;
	margin-bottom:20px;
	padding:7px;
	position: relative;
	overflow:hidden;
	border:1px solid #DCDBDB;	
}

.content_scene_cat .cat_desc {
	font-size:12px;
	line-height:18px;
	background:url("../img/default/footer-bottom-bg.png") repeat scroll 0 0 transparent;
	color: #fff;
}
	.content_scene_cat .cat_desc  p {
		padding: 10px;
	}
.cat_desc p {padding:0 10px 5px 10px}
.cat_desc .lnk_more {
   padding:0 10px;
   color:#0088CC;
	background:url(../img/arrow_right_1.png) no-repeat 100% 4px transparent;
	display: none;
}
/* ************************************************************************************************
      SUB CATEGORIES
************************************************************************************************ */
.title_subcategory {
	padding: 5px 10px;
	color: #fff;
	font-size: 17px;
	background-color: #2D3036;
	border-radius: 3px;
}
.inline_list {
	list-style-type:none;
}
.inline_list  div .img {
	display:block;
}
.inline_list  div img {
	border:1px solid #ccc
}

