.webcatalogcontainer {
	width: 100%;
	margin: 0 auto 30px;
	background-color: #fcfcf4;
}
.webcatalogcontainer ul{
	list-style: none;
	width: 100%;
}

.webcatalogcontainer ul li{
	width: 23%;
	padding: 1%;
	float: right;
}

@media (max-width: 830px) {
	.webcatalogcontainer ul li{
		width: 31%;
		padding: 1%;
	}
}

@media (max-width: 700px) {
	.webcatalogcontainer ul li{
		width: 48%;
		padding: 1%;
	}
}





.h2decoo{font-size: 23px;
    line-height: 130%;
    font-weight: bold;
    color: #069;
    background-image: url(../img/title_ber.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;}
    
 