/**
 * 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.
 *
 * @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)
 */
h2, h3, h4, h5, h6, .head-alt .title, a {
	color:#F60;
}
.head .title, .head-alt .title, .head-alt2 .title, .head-alt3 .title {
	color:#444;
}
/** Enlaces **/
.one-page-checkout-progress h4 a {
	color:#EB340A;
	display:block;
}
.product-names a {
	color:#444;
}
a.f-left {
	background-color:#D54C01;
	border:1px solid #D55000;
	color:#FFFFFF;
	float:left !important;
	font-size:13px;
	padding:2px 5px;
}
/** Imagenes **/
.listing-type-list .product-image, .listing-type-list .product-shop {
	width:48%;
}
/** Listas **/
.tabs {
	background:#F1F1F1;
}
.listing-type-grid tr.first .product-image img {
	border:1px solid #DDD;
	padding:3px;
}
.one-page-checkout-progress h4 separator {
	display:none;
}
/** Columna **/
.sidebar .base-mini {
	border:1px solid #DDD;
	border-width:0 0 1px;
}
	.sidebar .base-mini .head {
		background:transparent;
		border:0;
		border-top:1px solid #DDD;
	}
		.sidebar .base-mini .head h4 {
			color:#428331;
		}
/** Tablas **/
table.pager {
	background:none;
}
.data-table thead tr {
	background:#F1F1F1;
}
