#imgCatLeft {
	width:16px;
	height:60px;
    background-image: url("/images/board_left.png");
	background-repeat: no-repeat;
}
#imgCatMid {
	height:60px;
    background-image: url("/images/board_mid.png");
	background-repeat: repeat-x;
}
#imgCatRight {
	width:19px;
	height:60px;
    background-image: url("/images/board_right.png");
	background-repeat: no-repeat;
}
#imgSearchHdr {
	width:160px;
	height:35px;
    background-image: url("/images/hdrSearch.png");
	background-repeat: no-repeat;
}
#imgSearchSide {
	width:160px;
    background-image: url("/images/sideSearch.png");
	background-repeat: repeat-y;
}
#imgSearchFtr {
	width:160px;
	height:10px;
    background-image: url("/images/ftrSearch.png");
	background-repeat: no-repeat;
}
#imgBasketHdr {
	width:160px;
	height:35px;
    background-image: url("/images/hdrBasket.png");
	background-repeat: no-repeat;
}
#imgBasketSide {
	width:160px;
    background-image: url("/images/sideBasket.png");
	background-repeat: repeat-y;
}
#imgBasketFtr {
	width:160px;
	height:10px;
    background-image: url("/images/ftrBasket.png");
	background-repeat: no-repeat;
}
#imgUsefulHdr {
	width:160px;
	height:35px;
    background-image: url("/images/hdrUseful.png");
	background-repeat: no-repeat;
}
#imgUsefulSide {
	width:160px;
    background-image: url("/images/sideUseful.png");
	background-repeat: repeat-y;
}
#imgUsefulFtr {
	width:160px;
	height:10px;
    background-image: url("/images/ftrUseful.png");
	background-repeat: no-repeat;
}
#imgSales {
	width:122px;
	height:72px;
    background-image: url("/images/sale_blot.png");
	background-repeat: no-repeat;
}
