﻿
#catalog .breadcrumb {
	display: block;
	margin: 0 0 20px 0;
	padding: 5px 10px;
	background-color: #f5f4f5;

	font-size: 10px;
}

	#catalog .breadcrumb a {
		text-decoration: none;
	}

/*
------------------------------------------*/

#catalog .categoryDescription {
	display: block;
	margin: 0 0 15px 0;
}

/*
------------------------------------------*/

#catalog_CategoriesList {
}

	#catalog_CategoriesList .catalog_Category {
		width: 260px;
		height: 155px;
		float: left;
		margin: 0 0 20px 0;
	}

	#catalog_CategoriesList .photo {
		width: 260px;
		height: 100px;	
		overflow: hidden;

		text-align: center;
	}

	#catalog_CategoriesList h2 a {
		display: block;
		height: 45px;
		padding: 5px;

		color: #fff;
		font-size: 11px;
		text-align: center;
		text-decoration: none;

		background-color: #2274b1;
	}

	#catalog_CategoriesList .catalog_Category:hover h2 a {
		background-color: #f4b000;
	}

	#catalog_CategoriesList .separatorCategorie {
		width: 20px;
		height: 1px;
		float: left;
	}

/*
------------------------------------------*/

#catalog_products {
}

	#catalog_products .catalog_product {
	}

	#catalog_products .photo {
		width: 138px;
		height: 138px;
		float: left;
		border: 1px solid #dfdfdf;

		text-align: center;
	}

	#catalog_products .product {
		width: 390px;
		float: right;
	}

		#catalog_products .product .name {
			display: block;
			padding: 5px 10px;
			background-color: #f5f4f5;

			color: #1776b8;
		}

		#catalog_products .product .description {
			display: block;
		}

	#catalog_products .separatorProduct {
		display: block;
		height: 1px;
		margin: 15px 0;

		background-color: #dfdfdf;
	}
	
	
/*
------------------------------------------*/

#catalog_ControlRootCategories {
}

	#catalog_ControlRootCategories .catalog_Category {
		width: 260px;
		height: 155px;
		float: left;
		margin: 0 0 20px 0;
	}

	#catalog_ControlRootCategories .photo {
		width: 260px;
		height: 100px;	
		overflow: hidden;

		text-align: center;
	}

	#catalog_ControlRootCategories h2 a {
		display: block;
		height: 45px;
		padding: 5px;

		color: #fff;
		font-size: 11px;
		text-align: center;
		text-decoration: none;

		background-color: #2274b1;
	}

	#catalog_ControlRootCategories .catalog_Category:hover h2 a {
		background-color: #f4b000;
	}

	#catalog_ControlRootCategories .separatorCategorie {
		width: 20px;
		height: 1px;
		float: left;
	}
