It's OK, i make this in search.php
<?php
$adseros = array("110", "111", "112", "113", "114", "115", "116", "117", "118", "119", "120");
if (in_array(osc_category_id(), $adseros)) { ?>
<div class="products list"> <?php
}
else
{
?>
<div class="products grid">
<?
}
?>