/**
 * 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)
 * @licensehttp://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

/* Layout ================================================================================= */

#nav { border-bottom: solid 1px #77c046; }

/* Navigation */
#vertical-nav ul ul { padding: 0; }
#vertical-nav ul ul li{ background-color: #000; }
#vertical-nav ul ul li a{ margin:0; color: #FFF; }
#vertical-nav ul li a { display: block; text-transform: uppercase; color: #FFF; padding: 0; margin:0; text-decoration: none; }
#vertical-nav ul li a:hover { background-color: #2C57BB; color: #fff; }
#vertical-nav ul li .open{ border-bottom: 1px solid #2C57BB; font-weight: bold;}
#vertical-nav ul li .open, #vertical-nav .activesubsub, #vertical-nav .subopen { color:#2C57BB; border: 0; }
#vertical-nav .final{ color:#2C57BB; }
#vertical-nav ul ul li a { padding-left: 25px; }
#vertical-nav ul ul ul li a { padding-left: 40px; }

/* Block: Layered Navigation */

.filtros { float: left; width: 150px; }
.block-layered-nav { background: url("../images/fondo2.png") repeat-x scroll left top transparent; height: 47px; padding: 3px 10px; }
.block-layered-nav .block-content h3 { padding: 15px 0px 0px 15px; color: #2C57BB; }
.block-layered-nav .block-title { text-indent: 0 !important; color: 808080; }
.block-layered-nav .block-content{ }
.block-layered-nav dt { text-align: center; font-weight: normal; text-transform: uppercase; color: #FFF; line-height: 2em; list-style: none;}
.block-layered-nav .currently { padding: 0px 0px 0px 20px; }
.block-layered-nav .currently ol { display: inline;}
.block-layered-nav ol, .sidebar .block-layered-nav ul{color:#fff; margin-left: 0; list-style: none;}
.block-layered-nav li a{color: #808080; text-transform: none; font-weight: normal; text-decoration: none;}
.block-layered-nav select {color: #5c5f61; font-size: 12px; text-transform: none; font-weight: normal;}
.block-layered-nav .actions { padding-left: 15px; margin-bottom: 10px; }
.block-layered-nav .actions a { color: #5C5F61; }
.sidebar .endblock { background: #000 url("../images/bottom_corner2.png") no-repeat top left; width: 220px; height: 3px; }

/* Block Pager */
.pager .pages li { display:inline;color: #77c046; font-weight:bold; text-decoration: none; }

/* Block Compare */
.sidebar .block-compare .block-title { color: #77c046; font-size: 16px; font-weight: bold; }

/* Block Compare */
.sidebar .block-recent .block-title { color: #77c046; font-size: 16px; font-weight: bold; }

/* Product Links */
.add-to-links a { text-decoration: underline; font-size:11px; color: #77c046; }

/* Related Products */
.sidebar .block-related .block-title { color: #77c046; font-size: 16px; font-weight: bold; }

/* sidebar price */
.sidebar .block-related .item .product-details .price { color: #77c046; font-size: 18px; }
.sidebar .block-related .item .product-details .iva-related { color: #77c046; font-size: 9px; }

/* Tabs */
#product-tabs .tabs .corner-left-top.active-tab { color: #77c046; border: none; background: #fff;  }
#product-tabs .tabs .corner-left-top{ border-top: solid 1px #77c046;border-left: solid 1px #77c046;border-right: solid 1px #77c046; background: #77c046; }
#product-tabs .tabs .active-tab .border-top{ padding: 10px; }

