/* Catalog */
.catalog{padding:24px 0 36px}
.catalog{
	background: rgb(240,240,240); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(189,223,232) 0%, rgb(240,240,240) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(189,223,232)), color-stop(100%,rgb(240,240,240)));
	background: -webkit-linear-gradient(top,  rgb(189,223,232) 0%,rgb(240,240,240) 100%);
	background: -o-linear-gradient(top,  rgb(189,223,232) 0%,rgb(240,240,240) 100%);
	background: -ms-linear-gradient(top,  rgb(189,223,232) 0%,rgb(240,240,240) 100%);
	background: linear-gradient(to bottom,  rgb(189,223,232) 0%,rgb(240,240,240) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bddfe8', endColorstr='#f0f0f0',GradientType=0 );
}
.catalog .products-list{position:relative;z-index:1;zoom:1;height:164px;padding:0 43px;overflow:hidden}
.catalog .products-list .products-list-control{position:absolute;z-index:3;zoom:1;top:0;display:block;width:43px;height:164px;overflow:hidden}
.catalog .products-list .products-list-control-left{left:0;background:url(images/products-list-control.png) 0 0 no-repeat}
.catalog .products-list .products-list-control-right{right:0;background:url(images/products-list-control.png) -43px 0 no-repeat}
.catalog .products-list .products-list-control-left:hover{background-position:0 -164px}
.catalog .products-list .products-list-control-right:hover{background-position:-43px -164px}
.catalog .products-list .products-list-control-left-disabled,.catalog .products-list .products-list-control-right-disabled{cursor:default}
.catalog .products-list .products-list-control-left-disabled{background-position:0 -328px!important}
.catalog .products-list .products-list-control-right-disabled{background-position:-43px -328px!important}
.catalog .products-list .products-scroller{position:absolute;z-index:1;zoom:1;left:43px;overflow:hidden}
.catalog .products-list td:last-child{padding-right:43px}
.catalog table td a{color:#093040;text-decoration:none}
.catalog table td .catalog-photo{display:block;float:left;height:164px}
.catalog table td .catalog-right{margin-left:70px;padding:0 33px 0 3px}
.catalog table td .catalog-title1{height:15px;color:#0095da;font:15px/15px "Myriad Pro",Arial,sans-serif}
.catalog table td .catalog-title2{margin-top:-5px;margin-bottom:3px;color:#093040;font:21px/24px "Myriad Pro",Arial,sans-serif}
.catalog table td .catalog-short{max-height:64px;margin:2px 0 6px;color:#005e8a;font-size:14px;line-height:16px;overflow:hidden}
.catalog table td .catalog-volumes{display:block;float:left;height:38px;margin-left:-2px;font-size:10px;line-height:10px;overflow:hidden}
.catalog table td .catalog-volumes .catalog-volume-item{display:block;float:left;width:38px;height:30px;margin-left:-2px;padding-top:8px;background:#009cda;color:white;text-align:center;overflow:hidden}
.catalog table td .catalog-volumes .catalog-volume-item{
	-webkit-border-radius: 	19px;
	-moz-border-radius:    	19px;
	border-radius:         	19px;
}
.catalog table td .catalog-volumes .catalog-volume-item:first-child{margin-left:0}
.catalog table td .catalog-volumes .catalog-volume-item .num{font-size:12px;line-height:12px}
.catalog .wave{position:absolute;z-index:5;zoom:1;bottom:0;left:0;width:100%;overflow:hidden}
/* x.Catalog */