/*
.catalog-sections-table {
	border-collapse:collapse;
	width:100%;
}
.catalog-sections-table td{
	vertical-align:top;
}
.catalog-sections-table .menu {
	width:250px;
}
.catalog-price {
	 color:red;
}
.catalog-section{
	margin-left: auto;
}
div.catalog-section table td {
	
}
.catalog-section a{
	color: #008734 !important;
	font-size: 13px;
	text-decoration: underline;
}
.catalog-section a:hover{
	text-decoration:underline;
}
.price-block{
	position:absolute;
	bottom:15px;
}
.add-cart{
	display:inline-block;
	background:url(images/red-basket-2.png) no-repeat;
	width: 31px;
	height: 29px;
	position: relative;
	top: 9px;
}
.catalog-price{
	display: inline-block;
	width: 160px;
	text-align: center;
	color: red;
	font-size:16px;
	border: 1px #666 solid;
	padding: 4px 0 5px;
	margin-right:2px;
}
.catalog-price font{
	color:#666;
	font-size:13px;
}
.catalog-new, .catalog-stock{
	position:absolute;
	width: 75px;
	height: 75px;
	top: 0;
}
.catalog-new{
	background:url(images/novinka.png) no-repeat;
}
.catalog-stock{
	background:url(images/skidka.png) no-repeat;
}*/
