/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
 
 /****************************************************/
/***********[ Fix Elementos Fckeditor ]**************/
/****************************************************/

div.product-specs.fix hr {
    visibility: visible;
}

div.short-description.fix hr {
    visibility: visible;
}

div.show-cms.fix hr {
    visibility: visible;
}

div.product-specs.fix ul {
	list-style-image:url(../images/bullet_lista.gif);
	list-style-position:outside;
	list-style-type:circle !important;
}

div.short-description.fix ul {
	list-style-image:url(../images/bullet_lista.gif);
	list-style-position:outside;
	list-style-type:circle !important;
}

div.show-cms.fix ul {
	list-style-image:(../images/bullet_lista.gif);
	list-style-position:outside;
	list-style-type:circle !important;
}

div.product-specs.fix ol {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:decimal;
}

div.short-description.fix ol {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:decimal;
}

div.show-cms.fix ol {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:decimal;
}

div.product-specs.fix ul li, 
div.short-description.fix ul li,
div.show-cms.fix ul li,
div.product-specs.fix ol li,
div.short-description.fix ol li,
div.show-cms.fix ol li {
	margin: 0 0 0 40px;
	
}