you can do this by the either by a parent class or div like
(".parent_class/id>div").hide();
or
by adding a class as Brandon told
Most important thing is that id Mus be unique
Each ID attribute must have a unique value over the document.
difference between id and class selector
The only real difference is when they should be used. An ID selector is generally reserved for something that appears once on a page. For example, if you have a page with a set of several topic headings, but there is one particular topic heading that you would like to stand out from the rest, then you would create an ID selector rule for that specific topic heading. The ID selector gives it a unique name and identity, so you can change that one topic heading without affecting the rest of the set.
if you will validate page with same id used more than once it will give you error