/*
 * ie7.css 2010-08-12.
 * @author Stanislav Spuziak (Westpole)
 * @package Joomla
 * @subpackage Accessible-Template-DefaultJoomla
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 * This CSS was created for valid display in IE7.
*/

.catalog_item_inner { 
    display: block;
}
.catalog_item_inner img { 
    z-index: expression(runtimeStyle.zIndex = 1, this == ((364/2)-parseInt(offsetHeight)/2) <0 ? style.marginTop="0" : style.marginTop=(364/2)-(parseInt(offsetHeight)/2) +'px');
}
.search_box input {
    height: 18px;
}