You wont be able to use Security assist to create these show if rules.
It would be easier to hand code them. For example:
<?php if($CommonScentsCart->DisplayInfo("Itemtype") == "CD") { ?>Show something<?php } ?>
or:
<?php if($CommonScentsCart->DisplayInfo("Itemtype") > "140") { ?>Show something<?php } ?>