.page-header h2 {
	padding-left: 20px;
	background: url(../../shop/assets/images/icon_catalog.gif) no-repeat center left; }

#divShopCatalog {
	clear: both; }
	
	#divShopCatalogSubdepartments {
		margin-bottom: 1em; }
		
		#ulShopCatalogSubdepartments {
			list-style-type: none;
			margin: 0px;
			padding: 0px; }
			
			.clsShopCatalogSubdepartment {
				font-weight: bold;
				padding: 3px 0px 3px 20px;
				background: url(../../shop/assets/images/icon_folder.gif) no-repeat center left; }
	
	#divShopCatalogProducts td {
		width: 33%;
		vertical-align: top; }
	
	.clsShopCatalogProduct {
		margin-right: 10px;
		margin-bottom: 10px;
		border: 1px #4c97ff solid; 
		text-align: center; }
		
		.clsShopCatalogProductGroupRowEnd .clsShopCatalogProduct {
			margin-right: 0px; }
	
		.clsShopCatalogProductImage {
			margin: 5px auto;
			width: 125px;
			height: 125px; }
		
		.clsShopCatalogProductName {
			font-weight: bold;
			border-top: 1px #4c97ff solid;
			background: #edf5ff;
			padding: 5px; }