.cat_close {
	background:url('../../../images/sites/cdandlp/sprite.avif'), url('../../../images/sites/cdandlp/sprite.png') no-repeat top left;
	width:14px;
	height:14px;
	background-position:-14px -36px;
	display:inline-block;
	float:left;
	margin:2px 5px 0px 1px;
	cursor: pointer;
}
.cat_open {
	background:url('../../../images/sites/cdandlp/sprite.avif'), url('../../../images/sites/cdandlp/sprite.png') no-repeat top left;
	width:14px;
	height:14px;
	background-position:0px -36px;
	display:inline-block;
	float:left;
	margin:2px 5px 0px 1px;
	cursor: pointer;
}

.cat_close2 {
	background:url('../../../images/sites/cdandlp/sprite.avif'), url('../../../images/sites/cdandlp/sprite.png') no-repeat top left;
	width:7px;
	height:7px;
	background-position:0px -29px;
	display:inline-block;
	float:left;
	margin:5px 6px 0px 4px;
	cursor: pointer;
}
.cat_open2 {
	background:url('../../../images/sites/cdandlp/sprite.avif'), url('../../../images/sites/cdandlp/sprite.png') no-repeat top left;
	width:7px;
	height:7px;
	background-position:-7px -29px;
	display:inline-block;
	float:left;
	margin:5px 6px 0px 4px;
	cursor: pointer;
}

.product {
	background: url("../../../images/sites/cdandlp/sprite.avif"), url('../../../images/sites/cdandlp/sprite.png') no-repeat scroll;
    float: left;
    margin:7px 8px 0px 5px;
    width: 5px;	
    height: 5px;
    background-position: 0px -75px;
}

.catselect {
	background-color:#4292BD;
	padding:2px;
	border-radius: 4px;
	color:#fff !important;
}

a.product, a.cat_close, a.cat_open {
	text-decoration:none;
}

a.catselect:visited {
	color:white;
}
