/**
 * Plastik catalog styles.
 *
 * @category   Custom
 * @package    Plastik
 * @subpackage 
 * @author     Ilya Vikharev info@docwriter.ru
 * @copyright  2009 DocWriter.Ru
 * @license    http://www.gnu.org/copyleft/gpl.html GNU/GPL
 * @version    1.00.0002
 * @link       http://factory.docwriter.ru
 * @since      File available since Release 1.00
 */
 
.catalog-sections { 
	float: none; 
	text-decoration: none; 
} 

.catalog-items { 
	text-align: center; 
	padding: 10px; 
	margin: 5px; 
	text-decoration: none; 
	width: 120px; 
	float: left;
} 
