@charset "utf-8";
/* CSS Document */

.catalog_product_cell {
	float:left;
	position: relative;
	width: 216px;
	margin: 2px;
	height: 205px;
	margin-bottom:10px;
	background-image:url(/resources/default/img/bg_name_products.gif);
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E5E5E5;
	border-right-color: #E5E5E5;
	border-bottom-color: #E5E5E5;
	border-left-color: #E5E5E5;
}

.catalog_product_cell a {
	color:#000;	
}

.catalog_product_cell:hover, .catalog_product_cell:hover a{

	width:216px;
	cursor:pointer;
	color:#FFF;
	font-weight:bold;
	
}


.catalog_product_cell .image_product {
	
	position:relative;
	text-align:center;
	border:0px;
	height:152px;
	z-index:10;
	clear:both;
	background-color:#FFF;
	display:visible;

}

.catalog_product_cell .name_product {
	
	font-weight:bold;
	padding: 5px;
	height: 21px;
	overflow: hidden;
	text-align: center;
	background-image:url(/resources/default/img/bg_name_products.gif);
	
}

.price_product {	
	position: relative;
	float:right;
	font-size:15px;
	font-weight: bold;
	z-index:50;
	width:198px;
	//width:209px;
	height:22px;
	text-align:right;
	padding-right:10px;
}

.catalog_product_cell:hover .name_product {	
	background-image:url(/resources/default/img/bg_name_products2.gif);
}

.catalog_product_cell:hover .price_product {	
	background-image:url(/resources/default/img/bg_name_products2.gif);	
}