/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/img/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
	color:#000;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/img/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/img/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/img/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/img/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/img/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/img/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/img/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/img/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/img/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/img/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/img/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/img/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/img/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/img/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/img/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/img/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
#container {
	margin: 100px auto;
	width: 700px;
	color: #eee;
}

#countdown_dashboard {
	height: 32px;
	margin-left: 125px;
}

.dash {
	width: 34px;
	height: 20px;
	/* background: transparent url('https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/js/countdown/images/dash.png') 0 0 no-repeat;
	background-image: url('https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/js/countdown/images/dark_weeks_dash.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	background: #151515;*/
	float: left;
	/*margin-right: 2px;
	margin-bottom: 1px;
	padding-top: 2px;
	padding-left: 5px;*/
	padding: 2px;
	position: relative;
	color: #fff;
	overflow: hidden;
}

.weeks_dash {
	/* background: transparent url('https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/js/countdown/images/dark_weeks_dash.png') 0 0 no-repeat; */
}

.days_dash {
	/* background: transparent url('https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/js/countdown/images/dark_days_dash.png') 0 0 no-repeat; */
}

.hours_dash {
	clear: left;
	/* background: transparent url('https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/js/countdown/images/dark_hours_dash.png') 0 0 no-repeat; */
}

.minutes_dash {
	/* background: transparent url('https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/js/countdown/images/dark_minutes_dash.png') 0 0 no-repeat; */
}

.seconds_dash {
	/* background: transparent url('https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/js/countdown/images/dark_seconds_dash.png') 0 0 no-repeat; */
}

.dash .digit {
	font: normal 15px Arial;
	font-weight: normal;
	float: left;
	width: 15px;
	text-align: center;
	position: relative;
	background: #151515;
	margin-right: 1px;
}

.dash_title {
	display: none;
}

.dev_comment {
	clear: left;
	font-size: 14pt;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	margin: 20px 10px;
}

#subscribe_form {
	position: relative;
} 

#email_field {
	font-size: 16pt;
	padding: 6px 10px;
	width: 300px;
}

#subscribe_button {
	font-size: 14pt;
	color: #333;
	padding: 4px 8px;
}

.copyright {
	font-size: 9pt;
	color: #333;
	margin: 40px 0px;
}

.faded {
	color: #999;
}

.form_message {
	width: 400px;
	padding: 10px;
	margin: 15px auto;
	display: none;
}

#error_message {
	background-color: #ffe;
	border-left: 5px solid #bb3;
	border-right: 5px solid #bb3;
	color: #770;
}

#info_message {
	background-color: #f0f9ff;
	border: 1px solid #eef;
	color: #247;
}

#loading {
	text-align: center;
	margin: 10px;
	display: none;
	position: absolute;
	width: 100%;
	top: 60px;
}

/* listado */
.products-grid .bloque_oferta_countdown { position: absolute; top: 5px; left:5px}
.products-grid  .dash { width: 32px; }
.products-grid .oferta_countdown { background: url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/js/countdown/images/bg_countdown_2.gif) repeat-x; width: 112px; height: 28px; overflow: hidden; }
.products-grid .countdown {
	clear: both;
	padding: 3px 0 0 3px;
}

/*.products-grid .countdown {
	position: absolute;
	left: 0;
	top: 0;		
}
*/
/*
.products-grid .countdown .hours_dash {
	clear: none;
}	

.products-grid .countdown .minutes_dash,
.products-grid .countdown .seconds_dash { margin-left: 0}
*/

/* fitxa */
.product-view .countdown {
	clear: both;
	padding: 6px 0 0 9px;
}
.product-view .dash { width: 34px; }
.product-view .bloque_oferta_countdown:after,
.product-view .countdown:after {
	display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; 
}
.product-view .bloque_oferta_countdown { background: #fff; padding: 5px 20px}
.product-img-box .oferta_countdown { background: url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/js/countdown/images/bg_countdown.gif) repeat-x; width: 130px; height: 56px; overflow: hidden; margin: 10px }
.product-img-box .oferta_countdown .banderola_oferta { color:#fff; text-align: center; font-size: 9px; line-height: 23px; text-transform: uppercase}


/*
.product-view .countdown .hours_dash {
	clear: none;
}	

.product-view .countdown .minutes_dash,
.product-view .countdown .seconds_dash { margin-left: 0}
*/
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-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.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* FONT-FACE ================================================================================= */


@font-face {
    font-family: 'HelveticaNeueLTPro57Condensed';
    src: url('https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/fonts/helveticaneueltpro-cn-webfont.eot');
    src: url('https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/fonts/helveticaneueltpro-cn-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/fonts/helveticaneueltpro-cn-webfont.woff') format('woff'),
         url('https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/fonts/helveticaneueltpro-cn-webfont.ttf') format('truetype'),
         url('https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/fonts/helveticaneueltpro-cn-webfont.svg#HelveticaNeueLTPro57Condensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura-Condensed';
    src: url('https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/fonts/futura-condensed-medium.eot');
    src: url('https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/fonts/futura-condensed-medium.eot?#iefix') format('embedded-opentype'),
         url('https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/fonts/futura-condensed-medium.woff') format('woff'),
         url('https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/fonts/futura-condensed-medium.ttf') format('truetype'),
         url('https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/fonts/futura-condensed-medium.svg#futura-condensed-medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Varsity';
    src: url('https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/fonts/varsity.eot');
    src: url('https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/fonts/varsity.eot?#iefix') format('embedded-opentype'),
         url('https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/fonts/varsity.woff') format('woff'),
         url('https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/fonts/varsity.ttf') format('truetype'),
         url('https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/fonts/varsity.svg#') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* Reset ================================================================================= */
* { margin:0; padding:0; }

body          { background:#fff url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/fons_marathonia_op_nav.jpg) center top fixed no-repeat; font:12px/1.55 Arial, Helvetica, sans-serif; color:#232323; text-align:left; }
body.body_woman   { background:#fff url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/fons_marathonia_op_mujer_nav.jpg) center top fixed no-repeat;}

img           { border:0; vertical-align:top; }

a             { color:#232323; text-decoration:underline; }
a:hover       { color:#DB3515; text-decoration:none; }
:focus        { outline:0; }

.clear{ clear:both; padding:0px; margin:0px; line-height:0px; font-size:0px;}

/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35; }
h1            { font-size:20px; font-weight:normal; }
h2            { font-size:18px; font-weight:normal; }
h3            { font-size:16px; font-weight:bold; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
p             { margin:0 0 10px; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
/*sup           { font-size:1em; vertical-align:top; }*/


/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper { min-width:1019px; }
.page {}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.main-container { }
.main { width:1019px; margin:19px auto 0; min-height:400px; padding:0px; background:#fcfcfc; text-align:left; }

.col2-left-layout .main{ padding: 12px 23px 100px 23px; width: 973px;}

/* Base Columns */
.col-left { float:left; width:204px; padding:0 0 1px; }
.col-main { float:left; width:754px; padding:0 0 1px; }
.col-right { float:right; width:204px; padding:0 0 1px; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:475px; margin-left:17px; }
.col3-layout .col-wrapper { float:left; width:687px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:48.5%; }
.col2-set .col-2 { float:right; width:48.5%; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px/15px Arial, Helvetica, sans-serif; vertical-align:baseline; color:#2f2f2f; }
input.input-text,select,textarea { background:#fff; border:1px solid #d9d9d9; border-radius: 5px; }
input.input-text,textarea { padding: 6px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #b6b6b6; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox, input#privacidad { margin-right:3px; vertical-align: text-top }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
/*
button.button span { display:block; height:19px; border:0px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.button span span { border:0; padding:0; }
*/
button.disabled span { border-color:#bbb !important; background:#bbb !important; }

button.button span {     
	background: url("https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bt_black_left.png") left top no-repeat;
    color: #FFFFFF;
    display: block;
    font: 10px Verdana,Helvetica,Arial,sans-serif;
    height: 31px;
    padding: 0 0 0 15px;
    text-align: center;
    white-space: nowrap;
     }
button.button span span {     
	background: url("https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bt_black.png") right top no-repeat;
    border: 0 none;
    height: 20px;
    line-height: 20px;
    padding: 6px 15px 5px 0; }
    

button.button_red span {     
	background: url("https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bt_red_left.png") left top no-repeat;
}
button.button_red span span {     
	background: url("https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bt_red.png") right top no-repeat;
}

a.button_red {
	text-decoration: none;
	display: block;
}
a.button_red span {     
	background: url("https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bt_red_left.png") left top no-repeat;
	color: #FFFFFF;
    font: 10px Verdana,Helvetica,Arial,sans-serif;
    height: 31px;
    padding: 8px 0 8px 15px;
    text-align: center;
    white-space: nowrap;
}
a.button_red span span {     
	background: url("https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bt_red.png") right top no-repeat;
	height: 31px;
    line-height: 31px;
    padding: 8px 15px 8px 0; 
}
a.button_red:hover span {background-position: left bottom} 
a.button_red:hover span span {background-position: right bottom} 

a.button {
	text-decoration: none;
	display: block;
}

a.button span {     
	background: url("https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bt_black_left.png") left top no-repeat;
    color: #FFFFFF;
    font: 10px Verdana,Helvetica,Arial,sans-serif;
    height: 31px;
    padding: 8px 0 8px 15px;
    text-align: center;
    white-space: nowrap;
     }
a.button span span {     
	background: url("https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bt_black.png") right top no-repeat;
    border: 0 none;
    height: 31px;
    line-height: 31px;
    padding: 8px 15px 8px 0; }

a.button:hover span { background-position: left -30px }
a.button:hover span span { background-position: right -30px } 

button.button:hover span { background-position: left bottom }
button.button:hover span span { background-position: right bottom } 
 

button.btn-checkout span { height:40px; border:0; background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/btn_checkout.gif) 0 0 no-repeat; padding:0 0 0 9px; font:bold 15px/40px Arial, Helvetica, sans-serif; color:#fff; }
button.btn-checkout span span { background-position:100% 0; padding:0 25px 0 16px; }
button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }

button.btn-cart{
	background:transparent;
    border: 0 solid red;
    clear: left;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float:right;
    font-size: 11px;
    font-weight: normal;
    height: auto;
    left: 0;
    overflow: visible;
    padding: 0;
    position: relative;
    text-align: center;
    width: auto;
}
button.btn-cart span {
    background: url("https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/btn_comprar.png") left top no-repeat;
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    font-weight: normal;
    height: 28px;
    left: 0px;
    line-height: 28px;
    padding: 0 0 0 27px;
    position: relative;
    text-transform:none;
    white-space: nowrap;
}
button.btn-cart span span {
    background: url("https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/btn_comprar.png") right top no-repeat;
    border: 0 none;
    display: block;
    padding: 0 12px 0 0;
}


p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus { background-color:#f5f5f5; }
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left;position:relative; z-index:0; vertical-align: middle }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }*/

.buttons-set { clear:both; margin:4em 0 0; padding:8px 0 0; border-top:1px solid #e4e4e4; text-align:right; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; }
.buttons-set button.button { float:right; margin-left:5px; }

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

.fieldset { border:1px solid #e0dddd; background:#f5f5f5; padding:22px 25px 12px 33px; margin:28px 0; }
.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #e0dddd; background:#fff; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }
.fieldset .legend { font-weight: normal}

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:11px; font-weight:bold; line-height:13px; background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/validation_advice_bg.gif) 2px 0 no-repeat; color:#eb340a; }
.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:11px; text-align:right; color:#EB340A; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#df280a; font-weight:bold; }
.notice { color:#DB3515; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:5px 0 10px !important; }
.messages li li { margin:0 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; min-height:24px !important; padding:8px 8px 0 8px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#e0dddd; background-color:#f5f5f5; }
.success-msg { border-color:#e0dddd; background-color:#f5f5f5;  }
.note-msg,
.notice-msg { border-color:#e0dddd; background-color:#f5f5f5; }

/* BreadCrumbs */
.breadcrumbs { 
	background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/fons_bars_top.png) repeat-x;
	color: #B0B0B0;
    font-size: 11px;
    height: 24px;
    line-height: 1.25;
    margin: 0;
    padding: 12px 0 2px 13px;
}
.breadcrumbs li { display:inline; }
.breadcrumbs li strong { font-weight:normal; color:#db3515; }
.breadcrumbs a{ color:#b0b0b0; text-decoration:none;}
.breadcrumbs a:hover{ color:#db3515; text-decoration:none;}
.breadcrumbs li.home{ text-transform:uppercase; font-family: HelveticaNeueLTPro57Condensed;  font-size:11px;}
.breadcrumbs li.home a{ color:#dcdad6;}
.breadcrumbs li.home a:hover{ color:#db3515;}

/* Page Heading */
.page-title { overflow:hidden; }
.page-title h1,
.page-title h2 { margin:0; font-size:20px; color:#232323; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }


.page-title {
background: url("https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/fons_bars_top.png") repeat-x scroll 0 0 transparent;
color: #FFFFFF;
font-family: HelveticaNeueLTPro57Condensed;
font-size: 15px;
height: 26px;
line-height: 1.25;
margin: 0;
padding: 9px 0 3px 13px;
text-transform: uppercase;
}

.page-title h1, .page-title h2 {
color: #FFFFFF;
font-family: HelveticaNeueLTPro57Condensed;
font-size: 15px;
text-transform: uppercase; 
}


.category-title { display:none;}

.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#DB3515; }

/* Pager */
.pager { font-size:11px; padding:6px 8px; text-align:right; }
.pager .amount { float:left; margin:0; }
.pager .limiter { float:right; }
.pager .limiter label { vertical-align:middle; }
.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
.pager .pages { margin:0px; }
.pager .pages ol { display:inline; }
.pager .pages li {background: url("https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/divider_pagination.png") no-repeat scroll right center transparent; display: inline; margin: 0; padding: 0 9px; }
.pager .pages li.last,
.pager .pages li.first{ background:none; padding:0px;}
.pager .pages .current { color:#DB3515;}
.pager .pages a{ color:#898989; text-decoration:none;}
.pager .pages a.next{ background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/sprite.png) -257px -84px no-repeat; height: 19px; padding:3px 9px; text-decoration: none; width: 20px;}
.pager .pages a.previous{ background: url("https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/sprite.png") no-repeat scroll -236px -84px transparent; height: 19px; padding: 3px 7px; text-decoration: none; width: 20px; }
.pager .sort-by { float:left; }
.pager .sort-by label { vertical-align:middle; }
.pager .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }

/* Sorter */
.sorter { font-size:11px; background:#fff url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bkg_toolbar.gif) 0 100% repeat-x; padding:3px 8px; border-top:1px solid #e2e2e2; }
.sorter .view-mode { float:left; margin:0; }
.sorter .sort-by { float:right; padding-right:36px; }
.sorter .sort-by label { vertical-align:middle; }
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
.sorter .link-feed {}

/* Toolbar */
.toolbar { margin:21px 0 11px;}
.toolbar .pager { border-bottom:1px solid #f5f5f5; }
.toolbar .sorter { border-bottom:0px solid #fff; }
.toolbar-bottom .pager { border-top:1px solid #f5f5f5; border-bottom: 0 }

/* Data Table */
.data-table { width:100%; background:#fff }
.data-table .odd  { background:#fff }
.data-table .even { background:#fff; }
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last { border-right:0; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { padding:3px 8px; font-weight:bold; }
.data-table td { padding:3px 8px; }

.data-table thead th { font-weight:bold; padding:2px 8px; color:#232323; white-space:nowrap; vertical-align:middle; }
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }
.data-table thead th { background: url("https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bg_banner_lateral_importante.jpg") repeat-x scroll 0 0 transparent; color:#2B2B2B; height: 38px }
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot {}
.data-table tfoot tr.first td {}
.data-table tfoot tr { }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; }
.data-table tfoot strong { font-size:16px; }

.data-table tbody th,
.data-table tbody td { background: url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bg_separacio.gif) bottom repeat-x #f5f5f5 }
/* Bundle products tables */
.data-table tbody.odd tr { background:#f8f7f5 !important; }
.data-table tbody.even tr { background:#f6f6f6 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { }

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

.data-table span.price {white-space: nowrap}


/* Generic Info Box */
.info-box { background:#fff url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:13px; }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
/*.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }*/

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { color:#DB3515 !important; font-weight:bold; }
.link-wishlist { color:#DB3515 !important; font-weight:bold; }
.link-reorder { font-weight:bold; }
.link-compare { font-weight:bold; }
.link-print { /*background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#DB3515; }
.link-rss { background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove  { display:block; width:11px; height:11px; font-size:11px; line-height:11px; overflow:hidden; color: #000; text-decoration: none; font-weight: bold  }
.btn-remove2 { display:block; width:16px; height:16px; font-size:12px; line-height:16px; overflow:hidden; color: #000; text-decoration: none; font-weight: bold  }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:950px; margin:0 auto; padding:12px 0 12px; background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; }
.header-container {background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/fons_header_container.png) repeat-x; height:173px; border:0px solid #415966; }
.header { width:1019px; margin:0 auto; padding:0 10px; text-align:right; position:relative; z-index:10; }
.header .logo { float:left; margin:3px 0 10px 12px; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:36px 0 0; }
.header div.logo { margin:36px 0 0; }
.header .quick-access { float:right; width:800px; height: 101px; padding:0 10px 0 0; }

.header .quick-access .links_top_header { float:right; margin:8px 0 0;}
.header .quick-access .links_top_header li { float:left; line-height: 11px; /*height: 11px;*/height:auto; padding: 0 10px}
.header .quick-access .links_top_header li.first { border-right:1px solid #909090;border-left:1px solid #909090;}
.header .quick-access .links_top_header li.telefono { background: url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/sprite2.png) 0px -110px no-repeat; padding: 0 5px; margin-left: 10px}
.header .quick-access .links_top_header li a, .header .quick-access .links_top_header li.telefono span{ color: #909090; font-size: 11px; text-decoration: none;}
.header .quick-access .links_top_header li.contacto { padding: 2px 0 0 10px}
.header .quick-access .links_top_header li.contacto a { display: block; width: 12px; height: 9px; line-height: 12px; }
.header .quick-access .links_top_header li.destacado a { color:#DB3515; }
.header .quick-access .links_top_header li.telefono a { color:#fff; }
.header .quick-access .links_top_header li.telefono a:hover { text-decoration: underline}
.header .quick-access .links_top_header li.telefono span { color:#fff; padding: 0 5px 0 15px; margin: 0}
.header .quick-access .links_top_header li a:hover{ color:#FFFFFF;}

.header .welcome-msg { margin:0; color:#fff; text-align:right; }
.header .welcome-msg a { color:#ebbc58; }

/* 
TEMPORAL
.header .form-search { margin: 12px 7px 0 0; float:right; width:180px; height:26px; background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/sprite.png) 0 0 no-repeat; }
*/
.header .form-search { margin: 4px 7px 0 0; float:right; width:180px; height:26px; background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/sprite.png) 0 0 no-repeat; }
.header .form-search input.input-text { font-size: 12px}
.header .search-autocomplete { display: none}

.header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; }
.header .form-search input.input-text {background: none repeat scroll 0 0 transparent; border: 0 solid black; color: #6D6B6B; float: left; font-size: 11px; margin-right: 0; padding: 7px 5px; width: 150px; } 
.header .form-search button.button { float: left; height: 26px; width: 20px; }
.header .form-search button.button span {background: none repeat scroll 0 0 transparent; border: 0 none; font: bold 11px/21px Arial,sans-serif; height: 21px; padding: 0 0 0 3px; text-indent: -10000px; }
.header .form-search button.button span span { background-position:100% 0; padding:0 6px 0 3px; }
.header .form-search .search-autocomplete { z-index:999; /* left:40px !important; top:22px !important;*/ top: 145px !important  }
.header .form-search .search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
.header .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.odd { background-color:#fffefb; }
.header .form-search .search-autocomplete li.selected { background-color:#f7e8dd; }
.header .form-language { padding-left: 10px}
.header .form-language select { padding:0; font-size: 11px; }
.header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }

.header .links { float: right; margin: 30px 0 6px; position: absolute; right: 10px; top: 29px; }
.header .links li { float:left; display:block; font-size:11px; padding:0 15px;  }
.header .links li.eurosmarathonia_header { background: url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/dotted_menutop_mini.gif) left center no-repeat; } 
/* 
TEMPORAL IE 8
.header .links li.carrito_header { padding: 0}
*/
.header .links li.carrito_header { padding: 0; position: relative}

.header .links li.first { background: url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/dotted_menutop_mini.gif) right center no-repeat; padding:0 15px 0 25px!important;  }
.header .links li.last { padding: 0 8px 0 15px !important}
.header .links li a { cursor:pointer; color: #FFFFFF;  width:auto; line-height: 35px; padding: 5px 0; text-decoration: none;} 
.header .links li a span{ padding: 0; }  
.header .links li a:hover{ color:#d43112}
.header .links li a span:hover{}
.header .links li a.top-link-cart{background: url("https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/btn_toplinks_right.png") no-repeat scroll right top transparent; color: #FFFFFF; display: block; height: 35px; line-height: 35px; padding: 0 0 0; text-decoration: none; } 
.header .links li a.top-link-cart span{ display:block; background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/btn_toplinks_left_cart.png) left top no-repeat; height:35px; padding: 0 23px 0 35px; }  
.header .links li a.top-link-cart:hover{background: url("https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/btn_toplinks_right.png") no-repeat scroll right bottom transparent;}
.header .links li a.top-link-cart span:hover{background: url("https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/btn_toplinks_left_cart.png") no-repeat scroll left bottom transparent; } 

.header .links li.enabled a{background: url("https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/btn_toplinks_right.png") no-repeat scroll right bottom transparent; color: #FFFFFF; display: block; height: 35px; line-height: 32px; padding: 0 0 0; text-decoration: none; } 
.header .links li.enabled a span{ display:block; background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/btn_toplinks_left.png) left bottom no-repeat; height:35px; padding: 0 23px; }  
.header .links li.enabled a.top-link-cart{background: url("https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/btn_toplinks_right.png") no-repeat scroll right bottom transparent; color: #FFFFFF; display: block; height: 35px; line-height: 32px; padding: 0 0 0; text-decoration: none; } 
.header .links li.enabled a.top-link-cart span{ display:block; background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/btn_toplinks_left_cart.png) left bottom no-repeat; height:35px; padding: 0 23px 0 35px; }  

.header .links a.login_header { background: url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/sprite2.png) 0px -129px no-repeat; display: block; width: 15px; height: 16px; margin-top: 8px}
.header .links a.login_header span {  font-size: 0;
    height: 0;
    left: -999em;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    text-indent: -999em;
    top: -999em;
    width: 0; }
.header .links a { color:#ebbc58; }

/* 
TEMPORAL IE8
.header .links .block-cart { border: 0px solid red; margin: 0px; width:182px; height: 34px; background: url("https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/sprite.png") 0 -171px no-repeat;}
.header .links .block-cart .block-content{ background: none;}
*/
.header .links .block-cart { border: 0px solid red; margin: 0px; width:182px; height: 34px;}
.header .links .block-cart .block-content{ background: url("https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/sprite.png") 0 -171px no-repeat; position: absolute; top:0; width: 182px}

.header .links .block-cart .block-title { /*border-bottom:0;*/ display: none;}
.header .links .block-cart .block-title strong { /*background-image:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/i_block-cart.gif); */}
.header .links .block-cart .summary { background:#fff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
.header .links .block-cart .amount { margin:0; }
.header .links .block-cart .amount a { font-weight:bold; }
.header .links .block-cart .subtotal { margin:5px 0 0; padding:2px 0; background:#fbebd9; text-align:center; }
.header .links .block-cart .subtotal .price { font-weight:bold; }
.header .links .block-cart .actions { border-bottom:1px solid #c2c2c2; }
.header .links .block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.header .links .block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }
.header .links .block .empty {
    background: url("https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bull_qty_sidebar.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    float: left;
    height: 17px;
    margin: 7px 10px;
    padding: 1px 0 0;
    text-align: center;
    width: 17px;
    font-size: 12px;
    font-weight: bold;
}
.header .links .block .empty_price {
    color: #FFFFFF;
    display: block;
    float: right;
    font-size: 13px;
    font-weight: bold;
    height: 17px;
    margin: 7px 15px 7px 5px;
    padding: 1px 0 0;
    text-align: right;
    width: 120px;
}


.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.header-container .top-container a { font-size:11px; color:#ebbc58; }

/********** < Navigation */

.nav-container { background: none repeat scroll 0 0 transparent; float: right; margin: 0; position: relative;}
/*
Temporal
#nav { font-size: 15px; font-weight: bold; font-family:HelveticaNeueLTPro57Condensed; text-align:right; padding: 0 16px; width: auto; }
*/
#nav { font-size: 15px; font-weight: bold; font-family:HelveticaNeueLTPro57Condensed; text-align:right; padding: 0; width: auto; }

/* All Levels */ /* Style consistent throughout all nav levels */

#nav li { position:relative; text-align:left; font-family:HelveticaNeueLTPro57Condensed;  }
#nav li.over { z-index:998; }
#nav a,
#nav a:hover { font-family:HelveticaNeueLTPro57Condensed; /* display:block;*/ text-transform: uppercase; /*line-height:1.3em;*/ line-height:49px; text-decoration:none; }
#nav span { font-family:HelveticaNeueLTPro57Condensed,serif; display:block; cursor:pointer; white-space:nowrap;  }
#nav li ul span {white-space:normal; }
#nav ul li.parent a { background:none; }
#nav ul li.parent li a { background-image:none; }


/* 0 Level */

#nav li { float:left; }

#nav li.level0 { background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bg_menu_left.gif) left no-repeat; }
#nav li.last {}

#nav li.active a { color:#db3515; }
#nav a { float:left; padding:0 10px; color:#fff; }
#nav li.over a,
#nav a:hover { color:#d43112; }

/* 1st Level */

#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:2px; background:#1d1d1d /*url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bg_nav1.gif) bottom repeat-x;*/ }
#nav ul li.last { background:#1d1d1d; padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0;/* background:none;*/ }
#nav ul li a { font-weight:normal !important; }

/* 2nd Level */

#nav ul,
#nav div { position:absolute; /*width:15em;*/ width: 200px; top:49px; left:-10000px; background: #1d1d1d; padding: 20px 25px }
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ Level */

#nav ul ul,
#nav ul div { top:5px; }

#nav ul li a { background-color:#1d1d1d; }
#nav ul li a:hover {  background-color:#1d1d1d; }
#nav ul li a { color:#c2c2c2 !important; text-transform: capitalize; line-height:1.3em;}
#nav ul li a:hover { color:#d43112 !important; text-transform: capitalize; line-height:1.3em; }
#nav ul span,
#nav ul li.last li span { padding:3px 2px 4px 2px; font-family: Arial; font-size: 12px}

/* Show menu */

#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:100px; }

a.no_clickable,
a.no_clickable span { cursor: default!important}

/*
Ultima opcion alineada a la derecha.
#nav li.last ul.shown-sub { left: inherit;right:0;} 
*/
/*
#nav li .shown-sub ul { left:0; position: relative; padding: 0 } 
#nav li.parent ul.level0 li.level1 a { background:#1d1d1d url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bg_nav1.gif) bottom repeat-x; text-transform: capitalize; color:#c2c2c2!important}
#nav li.parent ul.level0 li.level1 a:hover { color:#d43112!important}
#nav li.parent ul.level0 li.parent a { background:#1d1d1d url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bg_nav1.gif) bottom repeat-x !important; text-transform: uppercase; color:#fff!important}
#nav li.parent ul.level0 li.parent a:hover { color:#d43112!important}
#nav li.parent ul.level0 li.last a { background:#1d1d1d }
#nav ul.level0 li.level1 ul.level1 li.level2 a { background:#1d1d1d !important; text-transform: capitalize!important; color:#c2c2c2!important; line-height: 12px }
#nav ul.level0 li.level1 ul.level1 li.level2 a:hover { color:#d43112!important}
#nav ul.level0 li.level1 ul.level1 li.last {  padding-bottom:10px; }
#nav li.level0 ul.nivell_3 { width: 425px}
#nav li.level0 ul.nivell_3 li.level1 { float: left; padding-right: 25px; display: block; width: 200px}
#nav li.level0 ul.nivell_3 li.last { padding-right: 0}
*/

/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
/*
.block { border:1px solid #c4c1bc; margin:0 0 15px; }
.block .block-title { background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bkg_block-title.gif) 0 0 repeat-x; border-bottom:1px solid #ddd; padding:2px 9px; }
.block .block-title strong { display:block; font:bold 12px/16px Arial, Helvetica, sans-serif; min-height:16px; padding:1px 0 1px; text-transform:uppercase; color:#DB3515; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-weight:bold; color:#232323; }
.block .block-content { background:#f8f7f5; }
.block .block-content li.item { padding:7px 9px; }
.block .block-content .product-name { color:#232323; }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions { background:#dee5e8 url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bkg_block-actions.gif) 0 0 repeat-x; padding:6px 9px; text-align:right; }
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin:0; padding:5px 9px; }

.block li.odd { background-color:#f4f3f3; }
.block li.even { background-color:#fafafa; }
*/


/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login { font-size:11px; line-height:1.25; }
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {  background-position:0 0; background-repeat:no-repeat; padding-left:21px; }

/* Mini Products List */
.mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
.mini-products-list .product-details { margin-left:60px; }

/* Block: Account */
/*
.block-account { border-color:#e0dddd; }
.block-account .block-title strong { font-size:15px; color:#fff; }
*/
.block-account .block-content { background:#f5f5f5; padding:7px 10px 7px; }
.block-account .block-content li a { display:block; border-bottom:1px solid #e0dddd; padding:3px 0; text-decoration:none !important; }
.block-account .block-content li a:hover { color:#DB3515; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { border-bottom:1px solid #e0dddd; padding:3px 0; color:#DB3515; }
.block-account .block-content li.current.last { border-bottom:0; }





/* Block: Currency Switcher */
.block-currency { border:0; background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bkg_block-currency.gif) 0 0 no-repeat; padding:7px 12px 10px; height:51px; }
.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-currency .block-title strong { font:bold 13px/21px Arial, Helvetica, sans-serif; background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/i_block-currency.gif) 0 50% no-repeat; padding:0 0 0 21px; text-transform:none; color:#fff; }
.block-currency .block-content { background:none; padding:0; }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Layered Navigation */
.block-layered-nav { border:0; }
.block-layered-nav .block-title { border:0; padding:0; height:24px; background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bkg_block-layered-title.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.block-layered-nav .block-subtitle { line-height:1.35; background:#d5e8ff url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bkg_block-layered1.gif) 0 50% repeat; padding:3px 9px; border:1px solid #b9ccdd; border-width:1px 0; text-transform:uppercase; color:#1f5070; }
.block-layered-nav .block-content { border:0px solid #a0b3c3; background:#f5f5f5; }
.block-layered-nav dt {
color: #5E5E5E;
font-family: HelveticaNeueLTPro57Condensed;

font-size: 11px;
font-weight: normal;
padding:10px 16px 0;
text-transform: uppercase;
}
.block-layered-nav dd { padding:12px 16px 12px 16px; background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bkg_block-layered-dd.gif) 0 100% repeat-x; }
.block-layered-nav dd.last { background:none; }
.block-layered-nav .currently li { background:#fff url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bkg_block-layered-li.gif) 0 100% repeat-x; padding:4px 6px 4px 10px; }
.block-layered-nav .currently .label { font-weight:bold; padding-left:18px; background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bkg_block-layered-label.gif) 0 3px no-repeat; text-transform:uppercase; }
.block-layered-nav .currently .btn-remove { margin:3px 0 0; }
.block-layered-nav .actions { font-size:11px; padding:4px 9px; background:#cad6e4; border:1px solid #dee5e8; text-align:right; }
.block-layered-nav .actions a { float:none; }

.block-layered-nav dd li{ margin:0 0 5px 0;}
/*
.block-layered-nav dd a, .block-layered-nav dd { color:#848484; text-decoration:none; font-family:HelveticaNeueLTPro57Condensed;  font-size:11px;}
*/
.block-layered-nav dd a, .block-layered-nav dd { color:#848484; text-decoration:none; font-size:11px;}
.block-layered-nav dd a:hover{ color:#cf2f10;}

.header_filtres, .block-viewed .block-title, .block-related .block-title, .block-account .block-title {
background: url("https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/fons_bars_top.png") repeat-x scroll 0 0 transparent;
color: #FFFFFF;
font-family: HelveticaNeueLTPro57Condensed;

font-size: 15px;
height: 26px;
line-height: 1.25;
margin: 0;
padding: 9px 0 3px 13px;
text-transform: uppercase;
}

.block-viewed .block-title strong, .block-related .block-title strong { font-size: 14px; font-weight: normal; color:#c2c2c2; height: 24px; padding: 14px 0 0; }


/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong { background-image:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/i_block-cart.gif); }
.block-cart .summary { background:#fff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { margin:5px 0 0; padding:2px 0; background:#fbebd9; text-align:center; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions { border-bottom:1px solid #c2c2c2; }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }

/* Block: Wishlist */
.block-wishlist .block-title strong { background-image:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/i_block-wishlist.gif); }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }


/* Block: Compare Products */
.block-compare .block-title strong { background-image:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/i_block-list.gif); background-position:0 1px; }

.page-popup .link-print { background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#232323; }
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
.compare-table thead th { border-left:1px solid #ccc; border-right:1px solid #ccc; height: auto; background:#F0F0F0; }
.compare-table thead td { border-right:1px solid #ccc;} 
.compare-table thead td.cabecera_comparativa { padding: 0}
.compare-table .btn-remove { float:right; width:15px; height:15px; }
.compare-table tbody th { background:#F0F0F0; border-left:1px solid #ccc!important;}
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-bottom:1px solid #ccc; border-right:1px solid #ccc; }
.compare-table tbody td { background: #fff} 
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td { background:#fffada; text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
.compare-table tr.first td .product-name a { color:#203548; }
.compare-table tr.first td .ratings { width:69px; margin:0 auto; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }
.compare-table .special-price .price-label { display:none; font-size:13px; font-weight:bold; white-space:nowrap; color:#cd5033; }
.compare-table .special-price .price,
.compare-table .regular-price .price {
	color: #232323;
    font-family: Futura-Condensed;
    font-size: 20px;
	font-weight:normal;
    text-transform: uppercase;
    white-space: nowrap;
}

.compare-table .product-name {font-weight: bold}


/* Block: Recently Compared */
.block-compared .block-title strong { background-image:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/i_block-list.gif); background-position:0 1px; }

/* Block: Poll */
.block-poll .block-title strong { background-image:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/i_block-poll.gif); }
.block-poll .block-subtitle { font-size:12px; }
.block-poll label { color:#777; font-weight:bold; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }

.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags .block-title strong { background-image:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/i_block-tags.gif); }
.block-tags .block-content .tags-list { background:none; border:0; font-size:12px; }
.block-tags .block-content a { color:#1b2d3b; }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }

/* Block: Subscribe */
.block-subscribe .block-content { padding:5px 10px; }
.block-subscribe .block-title strong { background-image:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/i_block-subscribe.gif); }
.block-subscribe label { font-weight:bold; color:#666; }
.block-subscribe input.input-text { display:block; width:167px; margin:3px 0; }
.block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; }
.block-subscribe .actions button.button { float:none; }


/* Block: Reorder */
.block-reorder .block-title strong { background-image:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/i_block-list.gif); }
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }

/* Block: Banner */
.block-banner { border:0; }
.block-banner .block-content { padding:0; text-align:center; }

/* Block: Login */
.block-login .block-title strong { background-image:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/i_ma-info.gif); }
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
.block-login .actions button.button span { border-color:#406a83; background:#618499; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin:0px; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}

/* View Type: Grid */
.products-grid { border-bottom:0px solid #d9ddd3; /*background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bkg_grid.gif) 0 0 repeat;*/ position:relative; }

.products-grid .nuevo{
    position:absolute;
    top:15px;
    right:15px;
    display: block;
    width: 51px;
    height: 24px;
    background: url("https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/sprite.png") -349px 0 no-repeat;
}

.products-grid.last { border-bottom:0; }
.products-grid li.item {
	background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    padding: 10px;
    width: 218px;
    margin:0 20px 20px 0;
    position: relative;
}
.products-grid li .bloque_info_producto { position: relative; height: 48px; }  
.products-grid li .bloque_info_producto .price-box { position: absolute; bottom: 0; left:0; text-align: left }
.products-grid li .bloque_info_producto .ratings { position: absolute; top:0; right: 5px }
.products-grid li .bloque_info_producto .actions { position: absolute; bottom: 0; right: 0}
.products-grid li button.btn-cart span { padding: 0 0 0 34px}
.products-grid li button.btn-cart span span { padding: 0 12px 0 0}
.products-grid li .availability.out-of-stock span { line-height: 25px}


.products-grid li.last { margin:0px;}
.products-grid .product-image { display:block; width:218px; height:185px; margin:0; padding-bottom: 10px }
.products-grid .product-name { /*min-height:2.7em;*/ margin:0 0 5px; font-weight:bold; font-size:11px; color:#203548; height: 28px;}
.products-grid .product-name a {
	color: #203548;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

.products-grid .availability { line-height:14px; font-size: 11px }
.products-grid .actions { overflow: hidden; /*position:absolute; bottom:12px;*/ }

.products-grid .price-box { margin:0; overflow:hidden; }
.products-grid .old-price { /*float: left;*/ margin: 0; padding: 0; }

.products-grid .special-price {
	/*float: right;*/
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.products-grid .special-price .price-label { display:none; font-size:13px; font-weight:bold; white-space:nowrap; color:#cd5033; }
.products-grid .special-price .price, .products-grid .regular-price .price {
	color: #232323;
    font-family: Futura-Condensed;
    font-size: 25px;
	font-weight:normal;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 25px;
}

.products-grid .ratings { font-size:11px; line-height:1.25; margin:2px 0; float: right }
.products-grid .ratings .rating-box { margin-right: 0}

.col2-left-layout .products-grid,
.col2-right-layout .products-grid { /*width:632px;*/ border: 0 solid red; left: 0; margin: 0 auto; position: relative; width: 754px; }
.col1-layout .products-grid { width:754px; margin:0 auto; }
.cms-index-index .contenidoBloque .products-grid{width:auto;}
/* View Type: List */
.products-list li.item { border-bottom:1px solid #d9ddd3; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
.products-list .product-shop { margin-left:150px; }
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
.products-list .product-name a { color:#203548; }
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-learn { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:10px 0 7px; line-height:16px; background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
.availability-only a { background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }


/* Email to a Friend */
.email-friend { margin:0; }

/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

/********** < Product Prices */
.price { }

.price-box { margin:5px 0; }
.price-box .price { font-weight:bold; color:#c76200; }
.price-box .price, .price-box .regular-price { line-height: 23px}


/* Regular price */
.regular-price { color:#c76200; }
.regular-price .price { font-weight:bold; font-size:13px; color:#c76200; }
.block .regular-price,
.block .regular-price .price { color:#2f2f2f; }

/* Old price */
.old-price { margin:0; }
.old-price .price-label {
	color: #ACA9A9;
    font-family: Futura-Condensed;
    font-size: 15px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}
.old-price .price {
	color: #ACA9A9;
    font-family: Futura-Condensed;
    font-size: 15px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
	font-weight:normal;
	text-decoration: line-through;
}

/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#cd5033; }
.special-price .price { font-size:13px; font-weight:bold; color:#c76200; }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {color:#232323;}
.minimal-price-link .price { font-weight:normal; color:#232323; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }

/* Configured price */
.configured-price { margin:0; }
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from { margin:0; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { font-weight:bold; color:#2f2f2f; }

/* Price as configured */
.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }
/********** Product Prices > */

/* Tier Prices */
.tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; }
.tier-prices li { line-height:1.4; background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; color:#424242; }
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.tier-prices .price { font-weight:bold; color:#2f2f2f; }

.tier-prices-grouped li { padding:2px 0; color:#DB3515; }
.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links { font-size:11px; margin:5px 0 0; }
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; font-weight:bold; color:#666; }
.add-to-cart .qty { float:left; margin-right:5px; }
.add-to-cart button.button { float:left; }
.add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }

/* Add to Links + Add to Cart */
.add-to-box { margin:10px 0; }
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
.add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
.add-to-box .add-to-links li { display:block !important; }
.add-to-box .add-to-links li .separator { display:none !important; }





.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }


/* Product Options */
.product-options { margin:20px 0 0; padding:10px 15px 20px; position:relative; background-color:#f6f6f6; border:1px solid #e4e4e4; }
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { font-weight:bold; color:#2f2f2f; }
.product-options dt label.required em { color:#eb340a; margin-left:5px; }
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:99%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required { position:absolute; right:20px; top:20px; }

.product-options-bottom { background-color:#fffada; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; color:#DB3515; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#DB3515; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart { float:right; }
.product-shop .product-options-bottom { margin:0 0 10px; }
.product-shop .product-options-bottom .price-box { float:none; margin:0 0 5px; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
.product-shop .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }



/* Send a Friend */
.send-friend .form-list { width:615px; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:294px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:609px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { margin:0; font-size:1em; font-weight:normal; }
.product-name a { color:#232323; }

/* Product Tags */
.tags-list { display:block; font-size:13px; border:1px solid #c1c4bc; background:#f8f7f5; padding:10px; }
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a { color:#1b2d3b; }

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a { color:#1b2d3b; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#232323; }

/* RSS */
.rss-title h1 { background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .page-title { border-bottom:0; margin:0 0 12px; }

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }

/* Shopping Cart Table */
.cart-table th { padding:2px 10px; }
.cart-table td { padding:10px; }
.cart-table tbody tr.even td { background: url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bg_separacio.gif) bottom repeat-x #eaeaea }
.cart-table .product-name { font-weight:bold; margin:0 0 5px; color:#2f2f2f; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:20px 25px;  background: url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bg_separacio.gif) bottom repeat-x #f0f0f0; }
.cart-table .btn-continue { /* float:left; */ display: inline; margin-right: 10px}
.cart-table a.button span { padding: 9px 0 8px 15px}
.cart-table a.button span span { padding: 9px 15px 8px 0}
.cart-table dl.item-options { margin-left: 10px}
.cart-table dl.item-options dt { float: left; font-style: normal; padding-right: 10px}
.cart-table dl.item-options dd { margin: 0} 

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:0; }
.cart .cart-collaterals .form-list select { width: 200px;}
.cart .cart-collaterals .col2-set { float:left; width:486px; }
.cart .cart-collaterals .col2-set .col-2 { width:235px; }

.cart .crosssell { border:1px solid #cec3b6; background:#fafaec; padding:12px 15px; }
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #d0cdc9; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell .product-name { font-weight:bold; }
.cart .crosssell li.item { margin:12px 0; }
.cart .crosssell .link-compare { font-weight:normal; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { border:1px solid #d0cbc1; background:#fff url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bkg_block-title.gif) 0 0 repeat-x; padding:12px 15px; margin:0 0 18px; }
.cart .discount h2,
.cart .shipping h2 { background-position:0 0; background-repeat:no-repeat; font:bold 13px/16px Arial, Helvetica, sans-serif; padding:0; color:#DB3515; text-transform:uppercase; }

.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }

.cart .discount .input-box { margin:8px 0 0; width:260px; }
.cart .discount input.input-text, .cart .cart-collaterals .form-list input.input-text { width: 186px}

.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bkg_divider1.gif) 0 0 repeat-x; }

/* Shopping Cart Totals */
.cart .totals {  background:#f0f0f0; border:1px solid #f0f0f0; margin-bottom: 40px }
.cart .totals table { width:100%; margin:22px 0; }
.cart .totals td { padding:3px 15px 3px 7px; text-transform: uppercase; font-size: 11px; font-family: HelveticaNeueLTPro57Condensed; color:#5e5e5e; font-weight: bold }
.cart .totals td span { font-size: 12px; font-family: Arial, Helvetica, sans-serif; color:#232323 }
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px;}
.cart .totals tfoot td { padding-top:3px; padding-bottom:3px;background: #f0f0f0; text-transform: uppercase; }
.cart .totals tfoot td strong { font-weight: bold}
.cart .totals tfoot td strong span { font-size: 36px; font-weight: bold; line-height: 36px}
.cart .totals .checkout-types { font-size:13px; padding:15px 38px; text-align:right; background: url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bg_separacio.gif) top repeat-x #f0f0f0;}
.cart .totals .checkout-types li { clear:both; margin:10px 0; }
#shopping-cart-totals-table span.price { white-space: nowrap}
#shopping-cart-totals-contaner { padding-right: 25px}
.cart .totals a {text-transform: uppercase; text-shadow: 1px 1px 1px #000; -moz-text-shadow: 1px 1px 1px #000; -webkit-text-shadow: 1px 1px 1px #000;}
.cart .totals a.button span { background: url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/sprite2.png) top left no-repeat; font-size: 12px; font-weight: bold; line-height: 44px; height: 44px; padding: 15px 0 15px 20px }
.cart .totals a.button span span { background: url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/sprite2.png) -27px 0px no-repeat; line-height: 44px; height: 44px; padding: 15px 20px 15px 0 }


/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; margin:0 0 6px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:15px; top:7px; }
.col-right .truncated .show .item-options { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:13px 0 5px; font-weight:bold; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:bold; color:#666; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }

/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages h3 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages-form .whole-order { margin:0 0 25px; }
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
.gift-messages-form .item .details .form-list .field { width:255px; }
.gift-messages-form .item .details .form-list .input-box { width:240px; }
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }

.gift-message-link { font-size:11px; background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#666; }

.opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.opc .checkout-agreements .agree { padding-left:6px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }

/* Generic Info Set */
.info-set { background:#fbfaf6 url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:13px; font-weight:bold; color:#DB3515; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.info-set h3.legend { margin:0 0 10px; color:#232323; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#DB3515; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#232323 !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress { border:0; margin:0; }
.block-progress .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-progress .block-title strong { font-size:13px; color:#232323; }
.block-progress .block-content { background:none; }
.block-progress dt { font-size:13px; font-weight:bold; line-height:1.35; background:#eee; border:1px solid #a3aeb3; margin:0 0 6px; padding:2px 8px; color:#999; }
.block-progress dd { background:#eee; border:1px solid #a3aeb3; border-top:0; padding:8px 13px; margin:0 0 6px; }
.block-progress dt.complete { margin:0; background:#d0dce1; color:#5e8ab4; }
.block-progress dd.complete {}
.block-progress p { margin:0; }
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
.block-progress .cards-list .info-table th { font-weight:normal; }

.opc .buttons-set { margin-top:0; padding-top:2em; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a { background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/i_arrow-top.gif) 0 50% no-repeat; padding-left:16px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative; }
.opc li.section {}

.opc .step-title { border-width:0 1px; border-style:solid; border-color:#fff #d9dde3 #d9dde3; background:#eee url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bkg_opc-title-off.gif) 0 100% repeat-x; padding:4px 8px 6px; text-align:right; }
.opc .step-title .number { float:left; background:#fff; border:1px solid #fff; padding:0 4px; margin:0 5px 0 0; font:bold 11px/14px arial, helvetica, sans-serif; color:#999; }
.opc .step-title h2 { float:left; margin:0; font:bold 13px/16px Arial, Helvetica, sans-serif; color:#999; }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title { background:#d0dce1; border:1px solid #a3aeb3; border-bottom:0; color:#a4b3b9; cursor:pointer; }
.opc .allow .step-title .number { background:#dbe6eb; border-color:#dbe6eb; color:#a4b3b9; }
.opc .allow .step-title h2 { color:#a4b3b9; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title { background:#f9f3e3; border:1px solid #bbafa0; padding-bottom:5px; color:#f18200; cursor:default; }
.opc .active .step-title .number { background:#f18200; border-color:#f19900; color:#fff; }
.opc .active .step-title h2 { color:#f18200; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border:1px solid #bbafa0; border-top:0; background:#fbfaf6 url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bkg_checkout.gif) 0 0 repeat-x; padding:15px 30px; position:relative; }
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; }
#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }

#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

#opc-review .step { border:0; padding:0; }
#opc-review .product-name { font-weight:bold; color:#232323; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }
#opc-review .buttons-set p { margin:0; line-height:40px; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 90px; margin:0 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#abb5ba; }
.checkout-progress li.active { border-top-color:#e96200; color:#e96200; }

.multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:bold; color:#DB3515; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#232323 !important; }
.multiple-checkout .data-table .product-name a { font-weight:bold !important; }
.multiple-checkout .data-table .item-options { margin:5px 0 0; }

.multiple-checkout .gift-messages { margin:15px 0 0; }

.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set { background:#fbfaf6 url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#232323; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 { color:#DB3515; }

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 21px; background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bkg_grand-total.gif) 0 0 no-repeat; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bkg_grand-total.gif) 100% 0 no-repeat; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
.multiple-checkout .place-order .grand-total .price { color:#DB3515; }


/* Step 1 */

#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }


/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #d9d2be; background:#f9f3e3; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bkg_sp-methods.gif) 0 0 no-repeat; overflow:hidden; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login .content { min-height:240px; padding:14px 21px; background:#f5f5f5; border-bottom:0; }
.account-login .content h2 { font-weight:bold; font-size:13px; margin:0 0 14px; padding:0 0 5px 0; text-transform:uppercase;}
.account-login .buttons-set { border-top:0; margin:0; padding:8px 13px; background: #f5f5f5; }

/* Account Login/Create Pages ============================================================ */
select.soy_running { width: auto; margin:0 2px}
.form-list em.soy_running { color:#EB340A; font-style: normal; padding-left: 2px }

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:1000; }
.remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/sprite2.png) 0px -53px no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { padding:10px; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account .title-buttons { margin: 5px 0 10px }
.my-account .title-buttons .link-rss { float:none; margin:0; }
.my-account .title-buttons a { font-size: 12px; color:#fff!important}

/********** < Dashboard */
.dashboard .welcome-msg, p.no-contingut, div.cart-empty { margin:0 8em 1.5em 0; padding: 15px 13px }
.dashboard .welcome-msg p { margin:0; }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account { background:#fff url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; border-color:#E0DDDD; padding:15px; margin: 0 0 20px; }
.box-account .box-head { margin:0 0 10px; text-align:right; }
.box-account .box-head h2 { float:left; margin:0; font-size:13px; font-weight:bold; text-transform:uppercase; background-position:0 0; background-repeat:no-repeat;  color:#DB3515; }

.dashboard .box .box-title { background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 2px; margin:0 0 8px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:13px; font-weight:bold; margin:0; }

/* Block: Account Information */
.dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase; }

/* Block: Reviews */
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#232323; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

/* Block: Tags */
.dashboard .box-tags .box-head h2 { background-image:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/i_ma-tags.gif); }
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#232323; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2 { font-weight:bold; font-size:13px; color:#DB3515; text-transform:uppercase; }
.addresses-list h3 { font-weight:bold; font-size:13px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:bold; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { background:#fff url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; padding:10px 13px; margin:0 0 10px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-content-info { position: relative}
.order-content-info .title-links-buttons { position: absolute; right: 10px; margin: 5px 0}
.order-content-info .title-links-buttons a {  color:#232323!important}
.order-info { background:#dee5e8; border:1px solid #d0cbc1; padding:4px 8px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }


.order-date { margin:10px 0; }

.order-info-box { background:#fff url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { font-weight:bold; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 5px; color:#232323; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { color:#232323; font-weight:normal; }
.order-items .order-links { text-align:right; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist .data-table td { padding:10px; }
.my-wishlist .product-image { display:block; width:130px; height:110px; margin:0 0 5px; }
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set { margin-top:2em; }
.my-wishlist .buttons-set button.button { float:none; }
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span { border-color:#406a83; background:#618499; }
#wishlist-table .add-to-links { white-space:nowrap; }
.my-wishlist .special-price .price-label { display:none; font-size:13px; font-weight:bold; white-space:nowrap; color:#cd5033; }
.my-wishlist .special-price .price,
.my-wishlist .regular-price .price {
	color: #232323;
    font-family: Futura-Condensed;
    font-size: 20px;
	font-weight:normal;
    text-transform: uppercase;
    white-space: nowrap;
}

.my-wishlist .product-name {font-weight: bold}

.my-wishlist .buttons-set { border-top: 0}
.my-wishlist .buttons-set .a-left { float:left}
.my-wishlist .buttons-set2 button.btn-cart { float: right}
.my-wishlist .buttons-set2 button.btn-cart span,
.my-wishlist .buttons-set2 button.btn-cart span span,
.my-wishlist #wishlist-table button.btn-cart span,
.my-wishlist #wishlist-table button.btn-cart span span { height: 28px; line-height: 28px}


/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }

.my-account .product-review .product-details h2.product-name {
	color: #3B3838;
    font: 20px/18px 'Fjalla One',sans-serif;
    padding: 15px 0 0 0;
    text-transform: uppercase;
}

.my-account .product-review .product-details h3 { font-size: 14px; margin-bottom: 5px}
.my-account .product-review .product-details dt, .my-account .product-review .product-details dd,.my-account .product-review .product-details .ratings-table th  { font-size: 12px; margin: 0}
.my-account .product-review .product-details .ratings-table { margin: 0}

/* Billing Agreements */
.billing-agreements .info-box{ margin:15px 0; }
.billing-agreements .form-list li select { float:left; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
/* ======================================================================================= */


/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.blocks_footer_banners{ overflow:hidden;}
.block_prefooter_left{ display:block; width:501px; height:327px; float:left;}
.block_prefooter_right{ display:block; width:518px; height:327px; float:right;}

.footer-container { border-top:0px solid #b6d1e2; }
.footer { margin:0 auto 25px; padding: 0; width: 1019px; }
.footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer .store-switcher select { padding:0; vertical-align:middle; }
.footer a { color:#fff; text-decoration:none; }
.footer a:hover { text-decoration:underline; }
.footer .bugs { margin:13px 0 0; color:#ecf3f6; }
.footer .bugs a { color:#ecf3f6; text-decoration:underline; }
.footer .bugs a:hover { text-decoration:none; }
.footer ul { display:inline; }
.footer ul.links { display:block; }
.footer li { display:inline; background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bkg_pipe2.gif) 100% 60% no-repeat; padding:0 7px 0 4px; }
.footer li.first{ padding-left:0px;}
.footer li.last { background:none !important; padding-right:0 !important; }
.footer-container .bottom-container { margin:0 0 5px; }

.comentarios_home { padding: 10px 0 10px;}
.comentarios_home .comentarios_home_titulos { border-bottom: 1px solid #e0dddd; margin-bottom: 20px; padding:0 22px 15px }
.comentarios_home .comentarios_home_titulos h3 { color: #000; font: 22px/22px 'Fjalla One',sans-serif; overflow: hidden; padding-left: 1px}
.comentarios_home .comentarios_home_titulos h4 { text-transform: uppercase; font-size: 13px; font-weight: normal; letter-spacing: 8px} 
.comentarios_home .flex-container { padding: 0;} 
.comentarios_home .flex-container .flexslider { border:0; border-radius: 0; box-shadow: none; background: #FCFCFC!important; margin: 0 }
.comentarios_home .flex-container .flexslider ul.slides li h4 { color: #000; padding-top: 10px; text-transform: uppercase}
.comentarios_home .flex-container .flexslider ul.slides li .comentarios_clientes { float:left; display: inline; width: 290px; padding: 0 22px; min-height: 195px; color: #9f9f9f}
.comentarios_home .flex-container .flexslider ul.slides li .comentarios_clientes .nombre_comentario { background: url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/icon_comentarios.gif) 0 3px no-repeat; padding-left: 21px; color:#000; font-size: 11px;  }
.comentarios_home .flex-container .flexslider .flex-direction-nav { position: absolute; top:-40px; right: 22px} 
.comentarios_home .flex-container .flexslider .flex-direction-nav .flex-prev { opacity:1; left:-36px; background: url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/sprite.png) no-repeat -236px -84px transparent; display: block; height: 19px; width: 20px}
.comentarios_home .flex-container .flexslider .flex-direction-nav .flex-next { opacity:1; right:-36px; background: url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/sprite.png) no-repeat -257px -84px transparent; display: block; height: 19px; width: 20px}
.comentarios_home .flex-container .flexslider .flex-direction-nav .flex-prev { left:-42px!important} 
.comentarios_home .flex-container .flexslider .flex-direction-nav .flex-next { right:0!important}
.comentarios_home .boton_comentario { position: absolute; bottom: 0; border-top: 1px dotted #e0dddd; width: 290px; padding: 17px 0 13px }
.comentarios_home a.button {text-transform: uppercase; font-size: 11px; font-weight: bold; display: inline}  


.newsletter_footer{ position:relative; background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/fons_newsletter_footer.png) repeat-x; height:65px;}
.newsletter_footer .retall_left{background: url("https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/sprite.png") no-repeat scroll 0 -37px transparent; height: 75px; left: -20px; position: absolute; text-indent: -10000px; top: -10px; width: 20px; }
.newsletter_footer .retall_right{background: url("https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/sprite.png") no-repeat scroll -20px -39px transparent; height: 73px; position: absolute; right: -16px; text-indent: -10000px; top: -7px; width: 16px; }
.newsletter_footer .block-subscribe { padding-top:10px;}
.newsletter_footer .block-subscribe .form-subscribe-header{ float:left; font-family:HelveticaNeueLTPro57Condensed; color:#FFFFFF; font-size:14px; margin:7px 20px 0 23px;}
.newsletter_footer .block-subscribe .block-content { padding:0px; overflow:hidden; }
.newsletter_footer .block-subscribe .block-title strong { background:none; float:left; }
.newsletter_footer .block-subscribe label {color: #666666; display: block; float: left; font-size: 11px; font-weight: bold; letter-spacing: 0.03em; padding: 11px 0 0; text-transform: uppercase; }

.newsletter_footer .block-subscribe .div_input_box{ float:right; overflow:hidden; margin: 0 18px 0 0; }
.newsletter_footer .block-subscribe .input-box{ float:left; width:267px; height:28px; background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/sprite.png) -42px -35px no-repeat;}
.newsletter_footer .block-subscribe input.input-text {background: none repeat scroll 0 0 transparent; border: 0 none; color: #6D6B6B; display: block; margin: 0; padding: 9px 8px 2px; width: 250px; }
.newsletter_footer .block-subscribe .actions { background:none; padding:0; margin:0px 0 0 25px; text-align:left; float:left; }
.newsletter_footer .block-subscribe .actions button.button { float:none; display:block; width:132px; height:30px; /*background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/sprite.png) -186px 0 no-repeat;*/ }
.newsletter_footer .block-subscribe .actions button.button span { background: url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/sprite.png) -186px 0 no-repeat; border: 0 solid #406A83; display: block; width: 132px; height: 24px; font-size: 11px; color: white; font-weight: normal; text-transform: uppercase; margin: 0px; padding: 6px 0px 0 0; }
.newsletter_footer .block-subscribe .actions button.button span span{ background:none; padding:0px; height:auto;}

.newsletter_footer .block-subscribe .recaptcha { float:left; height: 40px; overflow: hidden; margin-left: 25px; }
.newsletter_footer .block-subscribe .recaptcha .recaptcha-content { margin-top: -20px; }

.newsletter_footer .block-subscribe .caixa-newsletter { float:left; width:267px; }
.newsletter_footer .block-subscribe .privacidad-checkbox { float: left; margin-top: 4px;  }
.newsletter_footer .block-subscribe .privacidad-checkbox input { float: left;}
.newsletter_footer .block-subscribe .privacidad-checkbox label { float: none; display: inline; text-transform: none}
.newsletter_footer .block-subscribe .caixa-newsletter .input-box .validation-advice { display: none}

.newsletter_footer .block-subscribe .privacidad-checkbox input.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
.newsletter_footer .block-subscribe .privacidad-checkbox .validation-advice { margin: 12px 0 0}
.newsletter_footer a { color:#666; text-decoration:underline; }
.newsletter_footer a:hover { color:#fff}

.address_footer{
background:#FFFFFF;
color:#656565;
height:66px;
font-size: 11px;
clear:both;
float:left;
overflow:hidden;
width:100%;
}
.footer .address_footer ul{padding:20px 0 0 23px; overflow: hidden; display:block;}
.footer .address_footer ul li{ float:left; padding:0 35px; overflow:hidden; display:block; background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/divider_address_footer.png) right no-repeat;}
.footer .address_footer ul li.first{ padding-left:0px;}
.footer .address_footer ul li.last{ background:none;}
.footer .address_footer address{ padding: 5px 0 0; }
.footer .address_footer address a{ color:#656565; text-decoration:none;}
.footer .address_footer address a:hover{ color:#656565; text-decoration:underline;}
.footer .address_footer .facebook{ text-indent:-10000px; display:block; width:94px; height:21px; float:left; margin:0 15px 0 0; background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/sprite.png) 0 -129px no-repeat;}
.footer .address_footer .twitter{ text-indent:-10000px; display:block; width:88px; height:21px; float:left; margin:0; background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/sprite.png) -125px -129px no-repeat;}
.footer .address_footer .targetas{ text-indent:-10000px; display:block; width:174px; height:29px; background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/sprite.png) -47px -82px no-repeat;}



/* bloque footer links */
.footer_links { background: url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bg_footer_links.jpg) bottom no-repeat; height: 289px; overflow: hidden; padding-left: 29px; position: relative }
.footer_links .foto { position: absolute; right: 0; top:2px}
.footer_links .columna { float: left; width: 190px; padding-right: 29px}
.footer_links .columna h5 { font-size: 12px; color:#f9f9f9; font-weight: bold; padding-bottom: 5px}
.footer_links .columna p { font-size: 12px; color:#a4a09f; margin: 0; line-height: 15px}
.footer_links .columna ul { display: block}
.footer_links .columna ul li { display: block; background: none; padding: 0; line-height: 15px; color:#a4a09f;}
.footer_links .columna ul li a { color:#a4a09f;} 
.footer_links .columna ul li a:hover { color:#fff; }
.footer_links .fila { display: block; clear: both; padding-top: 25px}
.footer_links .share_logos { display: inline-block}
.footer_links a.share_facebook, .footer_links a.share_twitter { background: url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/sprite2.png) 0px -76px no-repeat; float: left; height: 25px; width: 25px; margin-right: 5px}
.footer_links a.share_twitter { background: url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/sprite2.png) -29px -76px no-repeat;}
.footer_links a.share_facebook span, .footer_links a.share_twitter span { text-indent: -999em; display: none}


/* ======================================================================================= */

/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 6px 0; color:#DB3515; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:#eee url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { color:#203548; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

.guest-select {width:305px !important;}




/* banners laterals */
.banner_lateral h4 { background: url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/fons_bars_top.png) top repeat-x; font-size: 15px; color:#fff; text-transform: uppercase; font-family:Helvetica, Arial; padding: 60px 8px 0 18px; line-height: 15px; }

.banner_lateral h5 { height: 38px; background: url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bg_banner_lateral.gif) repeat-x; font-size: 13px; color:#c2c2c2; text-transform: uppercase; font-family:HelveticaNeueLTPro57Condensed;  padding: 14px 8px 0 18px; line-height: 15px  }

.banner_lateral h6 { font-size: 14px; color:#757575; text-transform: uppercase; font-family:HelveticaNeueLTPro57Condensed;  padding: 1px 8px 0 33px; line-height: 26px; margin-left: 20px; margin-top: 20px  }
.banner_lateral h6.num_1 { background: url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bg_num_1.png) no-repeat}
.banner_lateral h6.num_2 { background: url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bg_num_2.png) no-repeat}
.banner_lateral h6.num_3 { background: url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bg_num_3.png) no-repeat}

.banner_lateral ul { background: url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bg_nav1.gif) top repeat-x; margin-top: 10px; padding: 20px 20px 0 20px; font-size: 11px; color:#fff; line-height: 13px; }
.banner_lateral ul li { background: url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bg_flecha.png) 0 4px no-repeat; padding-left:8px; padding-bottom: 10px}
.banner_lateral { background: url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bg_banner_lateral_gris.jpg) repeat-y;}
.banner_lateral_importante { background: #f5f5f5; padding-bottom: 50px}
.banner_lateral_importante h5 { font-family: Helvetica, Arial; color: #2b2b2b; font-weight: normal;  background: url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/sprite2.png) -219px 0px repeat-x; padding: 65px 8px 0 18px; font-size: 12px; line-height: 24px; letter-spacing: 5px; margin-bottom: 25px}
.banner_lateral_importante h5 strong { font-size: 24px; font-weight: normal; display: block;  letter-spacing:  normal} 
.banner_lateral_importante h6 { color: #2b2b2b; font-weight: normal; margin-top: 0; }
.banner_lateral_importante ul { margin-bottom: 20px}
.banner_lateral_categorias { background: #f5f5f5; padding-bottom: 50px}
.banner_lateral a { color:#fff; }
.banner_lateral a:hover { color: #DB3515} 
.banner_lateral_importante ul, .banner_lateral_categorias ul { color: #999; margin-top: 0; padding: 0 20px 0 20px; background: none}

/* cms pages */

/*
.cms-page-view .page-title {  background: none; height: auto; line-height: auto; margin: 0; padding: 0 0 0 24px;}
.cms-page-view .page-title h1 { margin: 39px 0 32px 0; padding-bottom: 18px; line-height: 40px; text-transform: uppercase; background: url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bg_title_cms.png) bottom repeat-x; color: #3B3838; font-family: 'Fjalla One', sans-serif; font-size: 30px; font-weight: normal; text-transform: uppercase;}
*/    
.cms_pagina_estandard  { padding-left: 24px; }
.cms_pagina_estandard h1, .newsletter-cms h1 { margin: 39px 0 32px 0; padding-bottom: 18px; line-height: 40px; text-transform: uppercase; background: url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bg_title_cms.png) bottom repeat-x; color: #3B3838; font-family: 'Fjalla One', sans-serif; font-size: 30px; font-weight: normal; text-transform: uppercase;}
.cms_pagina_estandard p, .privacidad_popup p { color:#656565; font-size: 13px; font-family: Arial; line-height: 17px; padding-bottom: 8px} 
.cms_pagina_estandard h2, .privacidad_popup h2  { font-weight: bold; color:#1e0110; font-size: 16px}
.cms_pagina_estandard h3, .privacidad_popup h3  { font-weight: bold; color:#656565; font-size: 13px; padding: 0}
.cms_pagina_estandard ul, .privacidad_popup ul { list-style-type: disc; list-style-position: outside; padding: 0 20px 8px; margin-left: 10px}
.cms_pagina_estandard ul.letras, .privacidad_popup ul.letras { list-style-type:lower-alpha }
.cms_pagina_estandard ol, .privacidad_popup ol { list-style-type: decimal; list-style-position: outside; padding: 0 20px 8px; margin-left: 10px}
.cms_pagina_estandard li, .privacidad_popup li  { color:#656565; font-size: 13px; font-family: Arial; line-height: 17px; padding-bottom: 8px}
.privacidad_popup { padding-top: 15px}
.cms_pagina_estandard table { padding-bottom: 20px; color:#656565;}
.cms_pagina_estandard table th, .cms_pagina_estandard table td { padding: 3px 10px; border-bottom: 1px solid #656565;  border-right: 1px solid #656565; font-size: 12px; vertical-align:middle}
.cms_pagina_estandard table th { border-top: 1px solid #656565; font-weight: bold}
.cms_pagina_estandard table th.plazo { border-left: 1px solid #656565;}
.cms_pagina_estandard table td.plazo {background-color: #000; color:#fff;}


.div_share img { width: 32px}
.box-add-friends { position: relative; width: 580px}
.add-friends{ position: absolute; top:-15px; right: 0}
.add-friends-comments { margin-bottom: 15px;}

/* alta newsletter */
.newsletter-cms { background: url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bg_newsletter.jpg) bottom no-repeat;}
.newsletter-cms h1 { margin-left: 24px; color:#fff; background: url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bg_title_cms_white.png) bottom repeat-x;}
.newsletter-cms ul { margin-left: 24px}
.newsletter-cms ul { color: #fff; padding-bottom: 22px}
.newsletter-cms ul li { background: url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bg_nums_newsletter.png) 0 0 no-repeat; margin-bottom: 22px; height: 27px; padding-left: 45px; font-family:HelveticaNeueLTPro57Condensed; font-size: 13px; text-transform: uppercase; line-height: 14px }
.newsletter-cms ul li.num1 { background-position: 0 0}
.newsletter-cms ul li.num2 { background-position: 0 -28px}
.newsletter-cms ul li.num3 { background-position: 0 -56px}
.newsletter-cms ul li.num4 { background-position: 0 -84px}
.newsletter-cms ul li.num5 { background-position: 0 -112px}
.newsletter-cms .block-subscribe { margin-left: 24px; padding: 18px; text-transform: uppercase; color:#fff; background: url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bg_newsletter_modul.jpg) repeat-x; height: 145px; width: 475px; text-transform: up}
.newsletter-cms .block-subscribe .form-subscribe-header, .newsletter-cms .block-subscribe label{ font-family:HelveticaNeueLTPro57Condensed; color:#FFFFFF; font-size:14px; font-weight: normal}
.newsletter-cms .block-subscribe .block-title strong { background:none; float:left; }
.newsletter-cms .block-subscribe .div_input_box{ clear: both; margin-top: 10px}
.newsletter-cms .block-subscribe .input-box{  width:267px; height:28px; background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/sprite.png) -42px -35px no-repeat; }
.newsletter-cms .block-subscribe input.input-text {background: none repeat scroll 0 0 transparent; border: 0 none; color: #6D6B6B; display: block; margin: 0; padding: 9px 8px 2px; width: 250px; }
.newsletter-cms .block-subscribe .actions { background:none; padding:0; margin:0 0 0 25px; text-align:left; float:left; }
.newsletter-cms .block-subscribe .actions button.button { float:none; display:block; width:132px; height:30px; /*background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/sprite.png) -186px 0 no-repeat;*/ }
.newsletter-cms .block-subscribe .actions button.button span { background: url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/sprite.png) -186px 0 no-repeat; border: 0 solid #406A83; display: block; width: 132px; height: 24px; font-size: 11px; color: white; font-weight: normal; text-transform: uppercase; margin: 0px; padding: 6px 0px 0 0; }
.newsletter-cms .block-subscribe .actions button.button span span{ background:none; padding:0px; height:auto;}
.newsletter-cms .block-subscribe .caixa-newsletter { float: left; width:267px; height: 60px }
.newsletter-cms .block-subscribe .privacidad-checkbox { float: left; margin-top: 10px;  }
.newsletter-cms .block-subscribe .privacidad-checkbox input { float: left;}
.newsletter-cms .block-subscribe .privacidad-checkbox label { float: none; display: inline; font-size: 12px}
.newsletter-cms .block-subscribe .privacidad-checkbox a { color:#fff}
.newsletter-cms .block-subscribe .caixa-newsletter .input-box .validation-advice { display: none}
.newsletter-cms .block-subscribe .privacidad-checkbox input.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
.newsletter-cms .block-subscribe .privacidad-checkbox .validation-advice { margin: 4px 0 0; text-transform: none}

/* invita a un runner */
.invita_runner  { padding-left: 24px; }
.invita_runner h1 { margin: 39px 0 32px 0; padding-bottom: 18px; font-size: 40px; line-height: 40px; text-transform: uppercase; background: url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bg_title_cms.png) bottom repeat-x; color: #db3515; font-family: 'Fjalla One', sans-serif; font-size: 30px; font-weight: normal; text-transform: uppercase;}
.invita_runner .invita_runner_form  { position: relative; background: url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bg_invita_runner_form.jpg) repeat-x; text-transform: uppercase; color:#e6e6e6; font-size: 11px; font-family: Helvetica, Arial; overflow: hidden}
.invita_runner .invita_runner_form .info_txt { position: absolute; font-size: 13px; width: 260px; left: 460px; top: 29px; text-transform: none; line-height:18px}
.invita_runner .fieldset { background: none; border: none; padding: 0 10px}
.invita_runner .form-list .field { width: 600px}
.invita_runner .form-list li { width: 600px}
.invita_runner .form-list .customer-name span { width: 180px; text-align: right; float:left; padding-right: 20px}
.invita_runner .form-list .customer-name span label { float: none}
.invita_runner .form-list .input-box { float: left; clear: none; display: inline}
.invita_runner .form-list label.required em { top: -5px}
.invita_runner .form-list input, .invita_runner .form-list textarea { width: 220px}
.invita_runner .form-list .buttons-set { border: 0; margin: 0; padding: 0; margin-left: 200px}  
.invita_runner .form-list p.required {  margin-left: 200px; font-size: 11px; color:#EB340A; text-align: left; clear: both; text-transform: none}
.invita_runner .btn_invita_runner { position: absolute; font-size: 11px; width: 260px; left: 460px; bottom: 70px; text-transform: uppercase}
.invita_runner .btn_invita_runner a { color:#e6e6e6; text-decoration: underline }
.invita_runner .btn_invita_runner a:hover { text-decoration: none}
.invita_runner .btn_invita_runner button.button { text-transform: uppercase}
.invita_runner .btn_invita_runner input#privacidad { margin-top: 8px; vertical-align: baseline;}

/* OneStepCheckout */
.titol-checkout { font-weight: bold; line-height: 14px}
.usar-puntos { border: 2px solid #ddd;background: #f0f0f0;padding: 10px;border-radius: 7px;margin: 0 0 20px; }
.usar-puntos .title_descuentos{text-transform: uppercase;font-weight: normal;letter-spacing: 0;font-family: arial,serif;font-size: 12px;}
#reward-points-rules { text-align: right; padding-bottom: 10px}

.onestepcheckout-coupons{ border: 2px solid #ddd;background: #f0f0f0;padding: 10px;border-radius: 7px;margin: 0 0 20px;}
.onestepcheckout-coupons .title_descuentos{text-transform: uppercase;font-weight: normal;letter-spacing: 0;font-family: arial,serif;font-size: 12px;}
.onestepcheckout-coupons input#id_couponcode { width: 100% !important; box-sizing: border-box;}

.privacidad-checkbox label { float: none}

/* lightbox */
.overlay_magento { z-index: 11!important}
.dialog { z-index: 12!important}

/* Checkout destacados */
.destacados_cart h3 { color: #000; font: 22px/22px 'Fjalla One',sans-serif; text-transform: uppercase; overflow: hidden; padding: 10px 0 0;}
.destacados_cart .flex-container { padding: 0} 
.destacados_cart .flex-container .flexslider { border:0; border-radius: 0; box-shadow: none; background: #FCFCFC }
.destacados_cart .flex-container .flexslider ul.slides li h4 { color: #000; font: 15px/22px 'Fjalla One',sans-serif; text-transform: uppercase; overflow: hidden; padding-top: 10px;}
.destacados_cart .flex-container .flexslider ul.slides li .comentarios_clientes { padding: 10px 25px}
.destacados_cart .flex-container .flexslider .flex-direction-nav .flex-prev { opacity:1; left:-36px; background: url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/sprite.png) no-repeat -236px -84px transparent; display: block; height: 19px; width: 20px}
.destacados_cart .flex-container .flexslider .flex-direction-nav .flex-next { opacity:1; right:-36px; background: url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/sprite.png) no-repeat -257px -84px transparent; display: block; height: 19px; width: 20px}
.destacados_cart .flex-container .flex-caption { float:left; padding: 10px; margin:0 20px 20px 0; position: relative; width: 218px; background: #fff}
.destacados_cart .flex-container .flex-caption-last { float:left; padding: 10px; margin: 0 0 20px 0; position: relative; width: 218px; background: #fff}

/* NEW :: Home  */
/* TABS */
.cms-index-index .main { background:none; }
.cms-index-index .tabs_home_content, .cms-index-index .comentarios_home { background: #FCFCFC}
.cms-index-index .tabs_home_content { padding: 15px 0}
.cms-index-index .tabs_home_content:after, .cms-index-index .comentarios_home:after { clear: both; content: "."; display: block; font-size: 0; height: 0; line-height: 0; overflow: hidden;}
.cms-index-index #categorias { padding: 10px 0 0 0; height: 37px;}
.cms-index-index #categorias ul li { display: block; float: left}
.cms-index-index #categorias ul li a { width: 145px; height: 37px; line-height: 42px; text-align: center; display: block; margin-right:1px; -webkit-border-top-left-radius: 3px; -webkit-border-top-right-radius: 3px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; border-top-left-radius: 3px; border-top-right-radius: 3px; background: #fcfcfc; text-decoration: none; text-transform: uppercase; font-size: 13px; font-family: 'Fjalla One', sans-serif; background-color: #ecedee }
.cms-index-index #categorias ul li.active a, .cms-index-index #categorias ul li a:hover { background-color: #fcfcfc }
.cms-index-index #categorias ul li.active a:hover { color:#232323!important;}

#doofinderLogo { display: none!important} 

/** CSS SECCIÓN MI TERJETA REGALO **/
.storecredit{padding: 15px;border: 1px solid #e0dddd;}
.customer-account-giftcard .account-balance{border-bottom: 1px solid #e0dddd !important;padding-bottom: 10px;}
.data-table .giftvoucher-grid-title th{background: url("http://test.marathonia.com/skin/frontend/default/default/images/bg_banner_lateral_importante.jpg") repeat-x scroll 0 0 transparent !important;color: #2b2b2b;height: 38px;}
.customer-account-giftcard h3{font-weight: 100;}
.btn-remove2{width:50px !important;}
.account-balance .regular-price .price{color: #db3515;}


/** #4045: Marathonia :: Afegir desplegable idioma al header **/
.form-language label{color: #909090;float:left;}
#language-switch-options-holder{font-size: 12px; left:0px !important;}
#language-switch-options-holder .options-visible{width:100px !important;top:25px!important;left:955px!important;}
#language-switch-select-area{font-size: 12px;color:#FFFFFF;/*background:none;*/
    width:105px !important;margin-top:-2px;margin-left:5px;}
.outtaHere {position:absolute;left:-99999px;}
.select-area {position:relative;height:20px;float:left;color:#363636;font-size:24px;line-height:15px;}
.select-area .left {position:absolute;top:0;left:0;width:0;height:100%;}
.select-area a.custom-select-button {/*position:absolute;*/top:2px;/*left:252px;*//*width:20px;*/width:95px;
    height:20px;  background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/backlanguageselector.png) no-repeat 100% 0;float:left;
    /*position:relative;*/position:absolute;left:0;top:7px;margin-left: 10px;z-index:10;}
.select-area .center {/*height:40px;*//*line-height:42px;*/display:block;width:75px;/*padding:0 32px 0 13px;*/
float:left;color: #909090;}
.options-invisible,.options-visible {position:absolute;z-index:30;font-size:24px;}
.options-invisible {display:none;}
.options-visible ul {overflow:hidden;list-style:none;/*border:1px solid #8e959b;*/padding:5px;margin: 0;
    background-color: rgba(255, 255, 255, 0.9);
    /* IE*/
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5FFFFFF,endColorstr=#E5FFFFFF);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5FFFFFF,endColorstr=#E5FFFFFF);
    zoom: 1;/* IE*/}
.options-visible ul li {height:1%;overflow:hidden;vertical-align:top;text-align:center;}
.options-visible a {color:#909090;overflow:hidden;text-decoration:none;display:block;height:1%;
    padding:2px 4px;}
.options-visible a:hover {color:#000000;text-decoration:none;}
.select-area .center img,.options-visible a img {float:left;}
.select-area.select-area-active{background-color: rgba(255, 255, 255, 0.9) !important;
    background:none;
    /* IE*/-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5FFFFFF,endColorstr=#E5FFFFFF);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5FFFFFF,endColorstr=#E5FFFFFF);
    zoom: 1;/* IE*/}
.select-area.select-area-active #language-switch-select-text{color:#000000 !important;}
#language-switch-options-holder{width:105px !important;margin-top:-4px;top:29px!important;}
#language-switch-select-area{padding-top:5px; margin-top:-7px !important;}
#language-switch{display:none;}
#language-switch-select-area .select-center li{line-height: 18px !important;width: 68%!important;}
#language-switch-select-area .select-center li a{font-size:12px;}
#language-switch-select-area .select-center li a:hover{color:#000000;}
/****/



/****6373*******/
.featurer-manufacturer { position:relative; clear:both; width:100%; float:left; }
.manufacturer-list-title { position:relative; float:left; width:100%; }
.manufacturer-list-content { position:relative; float:left; width:100%; }
.manufacturer-list-content ul { position:relative; float:left; width:100%; }
.manufacturer-list-content ul li { float:left; display:block; margin-bottom: 10px }
.manufacturer-list-content ul li a { display:block; float:left; margin:0 5px 0 0; }
.manufacturer-list-content .char > p { font-weight:bold; font-size:16px; text-transform:uppercase; }
.manufacturer-all { clear:both; position:relative; margin:0 0 0 0; }
.manufacturer-all .manufacturer-list-content ul { float:left; }
/*.manufacturer-view { position:relative;float:left; width:100%; margin:0 0 20px 0; }*/
.manufacturer-view p { color:#656565; font-size: 13px; font-family: Arial; line-height: 17px; padding-bottom: 8px; }
.manufacturer-view img { clear: both; margin:0 0 10px 0; }
.block-featured-manufacturer ul li { background:#fff; border-bottom:1px solid #C4C1BC; }
.block-featured-manufacturer ul li.last { border-bottom:0 none; }
.block-featured-manufacturer ul li a { display:block; margin:0 auto; }
.block-featured-manufacturer .actions a { float:right; }
/***********/


/** #5610: Marathonia :: Cambio estructura Hs **/

.cabeceraBloque h3{font-family: 'Fjalla One', sans-serif;font-size:18px;line-height:28px; text-transform: uppercase;}
.category-image{position:relative;}
.category-image .trans-line{position:absolute;height:35px;width:100%;background-color: rgba(0, 0, 0, 1);bottom:0;}
.category-image .trans-line h1{color:#FFFFFF;font: 27px/18px 'Fjalla One', sans-serif;text-transform: uppercase;text-align:left;padding: 10px; opacity: 1;}
/****/

.comentarios_home_titulos .title1 {color: #000;font: 22px/22px 'Fjalla One', sans-serif;text-transform:uppercase;overflow: hidden;}
.comentarios_home_titulos .title2 {font-size: 13px;font-weight: normal;letter-spacing: 8px;text-transform: uppercase;}


@charset "utf-8";
/*Google Fonts*/
@import url('https://fonts.googleapis.com/css?family=Oswald');

/* CSS Document */

.product-view { border:0px solid #c4c6c8; }

.product-view .product-shop .availability { font-size:11px; line-height: 14px; margin: 2px 0 }
.product-view .product-shop .availability span { font-weight:normal; }

/* Add to Cart */
.product-view .add-to-cart .paypal-logo { margin:0; }


/* Product Shop */
.product-view .product-shop { background: none repeat scroll 0 0 #F0F0F0;float: right;margin: 0px 0 0;padding: 25px 0 0;width: 333px; position: relative;}

.product-view .product-shop .bullet_kg_ficha{
    display: block;
    width: 60px;
    height: 60px;
    background: url("https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bullet_kg_ficha.png") no-repeat;
    position: absolute;
    right: 25px;
    top: -30px;
}
.product-view .product-shop .bullet_kg_ficha .kg{ margin: 13px 0 0; color: #c74138; font-size: 10px; display: block;
    text-align: center;
    line-height: 10px;
}
.product-view .product-shop .bullet_kg_ficha .pes{ margin: 0px;color: #7a7a7a; font-size: 16px; display: block; font-weight: bold;
    text-align: center;
    line-height: 20px;
}

.col1-layout .product-view .product-shop { float:right; width:545px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }

.product-view .product-shop .box_tabs_content{ background: url("https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/separador_ficha.png") bottom repeat-x; padding: 0 0 25px;}
.product-view .product-shop .product-name { margin:10px 0 5px; }
.product-view .product-shop .product-name h1 { margin:0; font:bold 15px/1.35 Arial, Helvetica, sans-serif; }
.product-view .product-shop .tabs_continguts { padding-left: 29px; padding-right: 20px}
.product-view .product-shop .short-description { margin: 0 0px; padding:10px 0 0 0; color:#999999 }
.product-view .product-shop .short-description h2{color:#5E5E5E; font-size: 12px; font-weight: bold; text-transform: uppercase;}
.product-view .product-shop .short-description .std{background: url("https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bg_flecha.png") no-repeat scroll 0 4px transparent;padding-left: 8px;text-transform: lowercase;color:#999999;font-size: 11px;line-height: 13px;}

.product-view .product-shop .box_price_atributs { background: url("https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/separador_ficha.png") bottom repeat-x; padding: 17px 0 10px 27px; overflow: hidden; position: relative}
.product-view .product-shop .box_atributos { background: none; padding-bottom: 0}
.product-view .product-shop .box_precio { padding-top: 5px}
.product-view .product-shop .box_price_atributs h4{
color: #5E5E5E;
font-size: 11px;
margin: 0;
padding: 0px;
text-transform: uppercase;
}
.product-view .product-shop .box_price_atributs .price_view{ width: 130px; display: block; float: left;}
.product-view .product-shop .box_price_atributs .price-box {margin:0;position: relative; height:60px; padding: 6px 0 0 0;}
.product-view .product-shop .box_price_atributs .regular-price{ padding: 0px;}
.product-view .product-shop .box_price_atributs .regular-price .price {
    color: #939393;
    display: block;
    font-family: Futura-Condensed,Helvetica,serif;
    font-size: 35px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 40px;
    margin: 0;
    padding: 0;
}
.product-view .product-shop .box_price_atributs .ratings { clear: both; display: block}
.product-view .product-shop .box_price_atributs .old-price{ position: absolute; bottom: 0px;}
.product-view .product-shop .box_price_atributs .special-price{ padding: 0px;}
.product-view .product-shop .box_price_atributs .special-price .price-label{ display: none;}
.product-view .product-shop .box_price_atributs .special-price .price {
color: #939393;
display: block;
font-family: Futura-Condensed,Helvetica,serif;
font-size: 35px;
font-weight: normal;
letter-spacing: 0;
line-height: 40px;
margin: 0;
padding: 0;
}



.product-view .product-shop .price-box { margin:10px 0; }
.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { font-size:12px; text-align:right; }
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator { display:inline; }
.product-view .product-shop .add-to-links a { color:#999!important; font-weight:normal !important; text-decoration: none; line-height: 13px; padding-left: 18px;}
.product-view .product-shop .add-to-links a:hover { color:#000!important } 

.product-view .product-shop .add-to-links .link-wishlist { background: url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/icon_wishlist.gif) left 1px no-repeat; margin-right: 20px} 
.product-view .product-shop .add-to-links .link-compare { background: url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/icon_comparar.gif) left top no-repeat;} 

.product-view .product-shop .box_price_atributs .atributs_view{ /*width: 175px; display: block; float: right; */}
.product-view .product-shop .box_price_atributs .atributs_view .add-to-cart{ /*float: right; margin: 0 25px 0 0; */ float:left; width: 70px}
.product-view .product-shop .box_price_atributs .atributs_view .add-to-cart label {color: #5E5E5E;font-size: 11px;margin: 0;padding: 0;text-transform: uppercase; float: none;}
.product-view .product-shop .box_price_atributs .atributs_view .add-to-cart .qty { /*float: right;*/margin: 18px 0 0 0; text-align: center; padding: 7px 6px 6px;}

.product-view .product-shop .box_price_atributs .short-description {
    margin: 0 0px;
    padding: 0 15px 5px 0;
    /*color: #B0B0B0;*/
    font-size: 12px;
    line-height: 16px;
}
.product-view .product-shop .box_price_atributs .short-description h2{color:#5E5E5E; font-size: 12px; font-weight: bold; text-transform: uppercase;}
.product-view .product-shop .box_price_atributs .short-description .std{background: url("https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bg_flecha.png") no-repeat scroll 0 4px transparent;padding-left: 8px;text-transform: lowercase;color:#b0b0b0;font-size: 11px;line-height: 13px;}

.product-view .product-shop .box_price_atributs .atributs_view .options_container2{ overflow: hidden;}
.product-view .product-shop .box_price_atributs .atributs_view .options_container2 .add-to-cart .qty {
    /*float: right;*/
    margin: 3px 0 0;
    padding: 7px 6px 6px;
    text-align: center;
}
.product-view .product-shop .box_price_atributs .atributs_view .options_container2 .product-options dd {
    margin: 0;
    padding: 0 0 5px 0;
    position: relative;
}

.product-view .product-shop .box_price_atributs .atributs_view .options_container2 .product-options dd a { position: absolute; top:1px; right: 15px; text-transform: uppercase; width: 108px; height: 28px; display: block; color:#fff; line-height: 28px; text-decoration: none; text-align: center; background: url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/btn_talla.jpg) no-repeat; text-shadow: 1px 1px 1px #000; -moz-text-shadow: 1px 1px 1px #000; -webkit-text-shadow: 1px 1px 1px #000;}
/*
.product-view .product-shop .box_price_atributs .atributs_view .options_container2 .product-options dd a.button span { padding: 9px 0 9px 15px; font-size: 9px}
.product-view .product-shop .box_price_atributs .atributs_view .options_container2 .product-options dd a.button span span { padding: 9px 15px 9px 0;}
*/

.product-view .product-shop .box_price_atributs .atributs_view .options_container2 .link_pop_tallas {
/*	position: relative;
	margin-top: 10px;
	padding-top: 0;
	display: block;
	height: 15px; 
*/
}

.product-view .product-shop .box_price_atributs .atributs_view .options_container2 .link_pop_tallas a {
/*	font-size: 11px;
	position: absolute;
	top:0;
	left:0;
*/
}
.product-view .product-shop .box_price_atributs .atributs_view .options_container2 .link_pop_tallas label {
	/*
	font-size: 11px;
	position: absolute;
	top:0;
	right:0;
	*/
}
.product-view .product-shop .box_price_atributs .atributs_view .options_container2 .f-right { float:left !important; width:230px }

/*
.product-view .product-shop .box_price_atributs .atributs_view .options_container2 .link_pop_tallas{ color: #db3515;
    font-size: 11px;
    display: block;
    text-align: right;
    padding: 10px 5px 5px;
    position: absolute;
    bottom: 40px;
    left: 7px;
}
*/

.product-view .product-shop .box_mesures{background: url("https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/separador_ficha.png") bottom repeat-x; padding: 17px 0 15px 27px; overflow: hidden;}
.product-view .product-shop .box_mesures h4 {
    color: #5E5E5E;
    font-size: 11px;
    margin: 0 0 5px 0;
    padding: 0;
    text-transform: uppercase;
}
.product-view .product-shop .box_mesures ul{ overflow: hidden;}
.product-view .product-shop .box_mesures ul li{ display: block; float: left; margin: 0 22px 0 0;}
.product-view .product-shop .box_mesures ul.add-to-links li { margin: 0}
.product-view .product-shop .box_mesures p{ margin: 0px;}

.product-view .product-shop .box_addtocart_share {background: url("https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/separador_ficha.png") bottom repeat-x; padding: 17px 0 15px 27px; position: relative; height: 32px}
.product-view .product-shop .box_addtocart_share  label{ color: #999; font-size: 11px; font-weight: bold; margin: 6px 10px 0 0; line-height: 25px;}
.product-view .product-shop .box_addtocart_share a { text-decoration: none!important}

.product-view .product-shop .box_price_atributs .add-to-cart{ display: block; float: right; width: 130px;}
.product-view .product-shop .cantidad-stock { color: #ACA9A9; /*font-family: Futura-Condensed;*/; font-family:Arial,Helvetica,sans-serif; font-size: 10px; /*text-transform: uppercase*/}
.product-view .product-shop .last-stock { color: #DB3515 }
.product-view .product-shop .box_price_atributs .cantidad-stock { padding: 5px 15px 0 0; width: 155px; text-align: center; float: right}
.product-view .product-shop .box_price_atributs #loadingmask { padding: 30px 15px 0 0; text-align: center }
.product-view .product-shop .box_price_atributs #product-out-of-stock { padding: 22px 15px 0 0; float:right }


.product-view .product-shop .product-options {
    border: 0 solid #E4E4E4;
    margin: 0px 0 0;
    padding: 0 0 10px 0;
    position: relative;
    background:none;
		overflow:hidden;
}
product-view .product-shop .product-options dl {
	position: relative;
}
.product-view .product-shop .product-options dd {
    border-bottom: 0px solid #E4E4E4;
    margin: 0 0 5px;
    padding: 15px 0 0;
}
.product-view .product-shop .product-options dt { padding-top: 0}
.product-view .product-shop .product-options dt label {
    font-weight: bold;
    color: #5E5E5E;
    font-size: 11px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    text-align: left;
    display: block;
}
.product-view .product-shop .product-options dd select {
    padding: 7px 6px 6px;
    height: 31px;
    width: 100px;
}
.product-view .product-shop .product-options p.required {
    right: 12px;
    top: 5px;
    position: relative;
}
.product-view .product-shop .product-options dt label.required em {
    color: #EB340A;
    margin: 5px;
}

.product-view .product-shop .product-options-bottom {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFADA;
    border-color: -moz-use-text-color #E4E4E4 #E4E4E4;
    border-right: 1px solid #E4E4E4;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    display: none;
    padding: 15px 20px;
}

button.btn-cart_ficha {
    background: none repeat scroll 0 0 transparent;
    border: 0 solid red;
    clear: left;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 11px;
    font-weight: normal;
    height: 44px;
    left: 0;
    overflow: visible;
    padding: 0;
    position: relative;
    text-align: center;
    width: 153px;
    margin: 12px 15px 0 0;
    text-shadow: 1px 1px 1px #000; -moz-text-shadow: 1px 1px 1px #000; -webkit-text-shadow: 1px 1px 1px #000;
}
button.btn-cart_ficha span {
    background: url("https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/btn_comprar_ficha.jpg") no-repeat scroll left top transparent;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 44px;
    left: 0;
    line-height: 44px;
    padding: 0 0 0 40px;
    position: relative;
    text-transform: none;
    white-space: nowrap;
    text-transform: uppercase;
}
button.btn-cart_ficha span span {
    background: url("https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/btn_comprar_ficha.jpg") no-repeat scroll right top transparent;
    border: 0 none;
    display: block;
    padding: 0 15px 0 0;
}

.product-view .box-reviews{ overflow: hidden;}
.product-view .box-reviews h2{
    background: url("https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/fons_bars_top.png") repeat-x scroll 0 0 transparent;
    color: #c2c2c2;
    font-family: HelveticaNeueLTPro57Condensed;
    font-size: 15px;
    height: 26px;
    line-height: 1.25;
    margin: 0;
    padding: 9px 0 3px 13px;
    text-transform: uppercase;
}
#product-review-table thead th {
    color: #232323;
    font-weight: normal;
    padding: 2px 8px;
    vertical-align: middle;
    white-space: nowrap;
}
#product-review-table th {
    font-weight: normal;
    padding: 10px 8px;
}
#product-review-table td {
    padding: 10px 8px;
}

.product-view .box-reviews .form-list{ overflow: hidden;}
.product-view .box-reviews .form-list li{ display:block;}
.product-view .box-reviews .form-list li .rows{ margin: 0 0 10px;}
.product-view .box-reviews .form-list li.row_comment{ margin: 0 10px 0 0;}
.product-view .box-reviews .buttons-set {
    border-top: 0px solid #E4E4E4;
    clear: both;
    margin: 10px 0;
    padding: 8px 0 0;
    text-align: right;
}{}

.product-view .col_left_review_ficha{
    display: block;
    width: 310px;
    float: left;
}
.product-view .col_left_review_ficha h5{
    margin: 30px 0 0 30px;
    font-family: Helvetica,Arial;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.product-view .col_left_review_ficha h5 strong{
    display: block;
    font-weight: normal;
    letter-spacing: normal;
    font: 82px/42px Varsity, Arial, Helvetica, sans-serif;
}
.product-view .col_left_review_ficha p{
    background: url("https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bg_flecha.png") no-repeat scroll 0 4px transparent;
    color: #B0B0B0;
    font-size: 11px;
    line-height: 13px;
    padding-left: 8px;
    text-transform: lowercase;
    width: 200px;
    margin: 20px 0 0 22px;
}
.product-view .col_left_review_ficha .ekomi{ display: block;
    margin: 20px 0 0 30px;
}
.product-view .col_right_review_ficha{
    display: block;
    width: 400px;
    float: right;
}
button.btn-obrir_form_review {
    background: none repeat scroll 0 0 transparent;
    border: 0 solid red;
    clear: left;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 11px;
    font-weight: normal;
    height: auto;
    left: 0;
    overflow: visible;
    padding: 0;
    position: relative;
    text-align: center;
    width: auto;
    margin: 0 0 5px 0;
}
button.btn-obrir_form_review span {
    background: url("https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/btn_red_ficha.png") no-repeat scroll left top transparent;
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    font-weight: normal;
    height: 30px;
    left: 0;
    line-height: 30px;
    padding: 0 0 0 15px;
    position: relative;
    text-transform: none;
    white-space: nowrap;
}
button.btn-obrir_form_review span span {
    background: url("https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/btn_red_ficha.png") no-repeat scroll right top transparent;
    border: 0 none;
    display: block;
    padding: 0 15px 0 0;
}

/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }

/* Block: Upsell */
.product-view .box-up-sell h2 { border-bottom:0; padding:0; margin:0 0 8px; }
.product-view .box-up-sell .products-grid { width:100%; border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid td { width:25%; background:#f6f2e7; border-right:1px solid #e5dcc3; border-bottom:1px solid #e5dcc3; padding:15px 10px 12px; line-height:1.6em; }
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
.product-view .box-up-sell .products-grid td.last { border-right:0; }
.product-view .box-up-sell .products-grid td img { border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid td.empty { border-right:0; background:#f1ecdb; }
.product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }

/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 { font-size:13px; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label { display:block; font-size:13px; font-weight:bold; margin:0 0 5px; color:#0a263c;}
.product-view .box-tags .form-add .input-box { float:left; width:305px; margin:0 5px 0 0; background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/i_tag_add.gif) 0 2px no-repeat; padding:0 0 0 23px; }
.product-view .box-tags .form-add input.input-text { width:299px; }
.product-view .box-tags .note { margin:3px 0 0; padding:0 0 0 23px; font-size:11px; }

/* Block: Reviews */
.product-view .box-reviews dl { margin: 29px 0 15px 0; }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span {
    color: #5E5E5E;
    font-size: 11px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;
}
.product-view .box-reviews dt { margin: 15px 0 0;}
.product-view .box-reviews dd {
    background: url("https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bg_flecha.png") no-repeat scroll 0 4px transparent;
    color: #B0B0B0;
    font-size: 11px;
    line-height: 13px;
    padding-left: 8px;
    text-transform: lowercase;
    border-bottom: 1px solid #e2dfdf;
    padding: 0px 0 15px 8px;
}
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add { margin:15px 0 0;
    clear: both;
}
.product-view .box-reviews .form-add h3 { font-size: 14px; font-weight: normal;
    color: #5E5E5E;
    text-transform: uppercase;
    font-family: arial;
    margin: 0;
    display: block;
    float: none;
    padding: 7px 0;
}
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size: 12px;
    font-weight: normal;
}
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width:360px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:354px; }

/* Product Images */
.product-view .product-img-box { float:left; width:421px; padding: 0px 0 0 0; }
.product-view .product-img-box #contenedorMedia{position: relative;}
.product-view .product-img-box #contenedorMedia .onsale-category-container{ z-index: 2 !important; }
.product-view .product-img-box h1{color: #3B3838;font-family: 'Fjalla One', sans-serif;font-size:38px; line-height:45px;font-weight: normal;padding: 15px 10px 15px 33px;text-transform: uppercase;}
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0 0 13px; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views{ margin: 0 0 0 12px;}
.product-view .product-img-box .more-views h2 { color: #5e5e5e; font-size:11px; border-bottom:0px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
.product-view .product-img-box .more-views ul { margin: 0 0 10px 0; width: 405px;}
.product-view .product-img-box .more-views li { float:left; /* margin: 0 5px 5px 0; */ }
.product-view .product-img-box .more-views li a { float:left; width:130px; height:110px; border:0px solid #ddd; overflow:hidden; margin-right: 5px }
.product-view .product-img-box .more-views li.last {margin: 0 0 5px;}
.bloqueThumbFitxa #sliderTh {overflow: hidden}
.bloqueThumbFitxa #sliderTh ul { height: 110px; overflow: hidden}

#contenedorMedia .bloqueThumbFitxa div.siguiente, #contenedorMedia .bloqueThumbFitxa div.anterior { top:0; right: 8px; }
#contenedorMedia .bloqueThumbFitxa div.anterior { right: 29px;}

.product-essential { background: url("https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/ficha_fons_essential.png") repeat-y; padding: 0 0 20px 0 }
.product-collateral { background:#faf7ee url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bkg_product_collateral.gif) 0 0 repeat-x; padding:25px; }
.product-collateral h2 { font-weight:bold; font-size:15px; color:#e26703; border-bottom:1px solid #e5dcc3; padding:0 0 1px; margin:0 0 15px; }
.product-collateral .box-collateral { margin:0 0 25px; }

/* TABS */

.tabs_fitxa { padding: 6px 0 0 1px; background: url("https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bg_tabs.gif") bottom repeat-x; height: 35px;}
.tabs_fitxa ul li { display: block; float: left}
.tabs_fitxa ul li a { background: url("https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bg_tabs_right.png") no-repeat  right top; color: #FFFFFF; display: block; height: 32px; line-height: 32px; padding: 0; text-decoration: none; margin-right:1px; cursor: pointer  }
.tabs_fitxa ul li a span { background: url("https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/bg_tabs_left.png") no-repeat left top; display: block; height: 32px; padding: 0 23px; text-transform: uppercase; font-family:HelveticaNeueLTPro57Condensed; color:#535353}
.tabs_fitxa ul li a:hover, .tabs_fitxa ul li.active a { background-position: right bottom;}
.tabs_fitxa ul li a span:hover, .tabs_fitxa ul li.active a span { background-position: left bottom; color:#fff } 

.box_tabs_content { background: #f0f0f0; padding: 45px 29px; margin-bottom: 15px; color:#999}

.box_tabs_content .product-name h2 {font:23px/18px 'Oswald', sans-serif; font-weight: 700; color:#3b384A; text-transform:uppercase}
.short-description h4 {font:18px/16px 'Oswald', sans-serif; font-weight: 500; text-decoration:underline; color:#3b384A; text-transform:uppercase}
.short-description p.suby {font:18px/16px 'Oswald', sans-serif; font-weight: 500; color:#3b384A} 
.short-description ul.aa_complex {list-style-type: disc; margin-left: 15px; margin-bottom: 20px;}

.box_tabs_content .short-description h2{color:#5E5E5E; font-size: 12px; font-weight: bold; text-transform: uppercase;}

/* new */
.product-view .logo-marca { position: absolute; top: 10px; left: 29px; }
.product-view .logo-marca img { width: auto; height: 50px; }
.product-view .bloque_perfil:after {display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden;}
.product-view .bloque_perfil { display: block; margin-top: 15px; padding: 25px 20px 10px 29px; background: url("https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/separador_ficha.png") bottom repeat-x; color:#999 }
.product-view .bloque_perfil .categoria_producto { float: left}
.product-view .bloque_perfil .categoria_producto h4 { color:#5e5e5e; text-transform: uppercase; font-size: 11px; margin-bottom: 3px}
.product-view .bloque_perfil .categoria_producto p { margin: 0}
.product-view .bloque_perfil .categoria_producto p b { text-transform: capitalize; color:#DB3515; }
.product-view .bloque_perfil .cambio_ficha { float: right; margin-top: 2px} 
.product-view .bloque_perfil .cambio_ficha img { /* margin-left: 2px */}
.product-view .bloque_perfil .cambio_ficha a { border: 1px solid #939393; -moz-border-radius:3px; border-radius:3px; line-height: 33px; font-size: 11px; color:#4e4e4e; font-weight: normal; height: 33px; padding: 7px 8px 7px 25px; text-decoration: none; background: url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/icon_switch.jpg) 5px 7px  no-repeat }
.product-view .bloque_perfil .cambio_ficha a:hover { color: #000}
.product-view .bloque_perfil .cambio_ficha a img { margin-left: 0}
.payment-teaser-partpayment{clear:both;}
#sequra_partpayment_teaser{max-width:none !important;}
#sequra_partpayment_teaser select{
	width: 4.0em !important;
	padding: 7px 6px 6px;
	height: 30px;
}
span.sequra_more_info{
	padding-left:3px;
}
.payment-methods .sequra_more_info .icon-info{
	color: #000!important;
}
#sequra_partpayment_teaser ul{
	list-style:none !important;
}
.onsale-product-container {
    cursor: pointer;
    position: relative;
    z-index: 100;
}

.onsale-product-container-inside {
    cursor: pointer;
    position: absolute;
    z-index: 100;
}

div.onsale-product-label {
    position: absolute;
    top: 3px;
    left: 4px;
    margin-left: -2px;
    text-align: center;
}

div.onsale-onsale-product-label-text {
    FONT-FAMILY: inherit;
    FONT-SIZE: 16px;
    TEXT-ALIGN: center;
    VERTICAL-ALIGN: middle;
    COLOR: #FFFFFF;
}

div.new-onsale-product-label-text {
    FONT-FAMILY: inherit;
    FONT-SIZE: 16px;
    TEXT-ALIGN: center;
    VERTICAL-ALIGN: middle;
    COLOR: #FFFFFF;
}

div.custom-onsale-product-label-text {
    FONT-FAMILY: inherit;
    FONT-SIZE: 16px;
    TEXT-ALIGN: center;
    VERTICAL-ALIGN: middle;
    COLOR: #FFFFFF;
}
div.onsale-category-container-grid {
    position: relative;
}

div.onsale-category-container-list {
    position: relative;
    float: left;
}

.onsale-category-container {cursor: pointer;position: absolute;z-index: 1;background-size: contain;width: 65px !important;height: 65px !important;}
.product-img-column .onsale-category-container { z-index: 999 !important;}
.cart .crosssell li.item {padding: 20px 0;position: relative !important;}
.cart .crosssell li.item .onsale-category-container {width: 40px !important;height: 40px !important;}

div.onsale-category-label {
    position: absolute;
    top: 3px;
    left: 4px;
    margin-left: -2px;
    text-align: center;
}

div.onsale-onsale-category-label-text {
    color: #FFFFFF;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
}

div.new-onsale-category-label-text {
    color: #FFFFFF;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
}

div.custom-onsale-category-label-text {
    color: #FFFFFF;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
}




/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/css/images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}
.pikachoose {float: left;}
.pikachoose .pika-wrap { margin: 0 auto;}

.pikachoose .pika-image {position: relative;}
/*position image holders */
.pikachoose .pika-image .animation, .pika-image .main-image {position: absolute; top: 0; left: 0;}
.pikachoose .pika-image .animation {display: none;z-index:2;}
.pikachoose .pika-image img {border:0;}

/*.pika-image .caption {position: absolute; background: url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/my_ibanner/images/75-black.png);  border: 1px solid #141414; font-size: 11px; color: #fafafa; padding: 10px; text-align: justify; bottom: 35px; left: 30px;}*/
.pikachoose .pika-image .caption {position: absolute; font-size: 11px; color: #fafafa; padding: 10px; bottom: 25px; left: 20px;}
.pikachoose .pika-image .caption p {padding: 0; margin: 0; line-height: 14px; background: url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/my_ibanner/images/75-black.png);  border: 1px solid #141414;}

.pikachoose .pika-imgnav a {position: absolute; text-indent: -5000px; display: block;z-index:3;}
.pikachoose .pika-imgnav a.previous { background: url("https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/sprite.png") no-repeat scroll -236px -84px transparent; height: 19px; padding: 0; text-decoration: none; width: 20px;
top: 20px; right: 44px;cursor:pointer; }
.pikachoose .pika-imgnav a.next { background: url("https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/images/sprite.png") no-repeat scroll -257px -84px transparent; height: 19px; padding: 0; text-decoration: none; width: 20px;
 top: 20px; right: 23px;cursor:pointer;}
.pikachoose .pika-imgnav a.play { background: url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/my_ibanner/images/play.png) no-repeat 50% 50%; height: 100px; width: 40px;top:0;left:50%;display: none;cursor:pointer;}
.pikachoose .pika-imgnav a.pause { background: url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/my_ibanner/images/pause.png) no-repeat 50% 50%; height: 100px; width: 40px;top:0;left:50%;display:none;cursor:pointer;}

.pikachoose .pika-textnav {display: none; overflow: hidden; margin: 10px 0 0 0;}
.pikachoose .pika-textnav a {font-size: 12px; text-decoration: none; font-family:  helvetica, arial, sans-serif; color: #333; padding: 4px;}
.pikachoose .pika-textnav a:hover {background: #e5e5e5; color: #0065B2;}
.pikachoose .pika-textnav a.previous {float: left; width: auto; display: block;}
.pikachoose .pika-textnav a.next {float: right; width: auto; display: block;}
.pikachoose {width: auto;}

.pikachoose .pika-thumbs {margin: 10px 0 0 0; padding: 0; overflow: hidden; }
.pikachoose .pika-thumbs li {float: left; list-style-type: none; width: 74px; padding: 3px; margin: 0 2px; background: #fafafa; border: 1px solid #e5e5e5; cursor: pointer;}
.pikachoose .pika-thumbs li:last {margin: 0;}
.pikachoose .pika-thumbs li .clip {width: 74px; height: 74px; text-align: center; vertical-align: center; overflow: hidden;position:relative;}

.pikachoose .pika-image .caption label {
    background: url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/default/default/my_ibanner/images/75-black.png);  border: 1px solid #141414;
    color:#FFFFFF;
    font-family:"MS Gothic",Arial,Helvetica;
    font-size:38px;
    font-weight:normal;
    line-height:1.43em;
    text-transform:uppercase;
}
/* CONTAINER */
.cookienotice-container {font: inherit;background: #f0f0f0; color:#666; z-index: 9999;padding: 6px 0px;}
.cookienotice-content {margin: 0 auto;display: block;clear: both;overflow: auto;}

/* MESSAGE */
.cookienotice-message {text-align: center;}
.cookienotice-page-link {}
.cookienotice-page-link:hover {}

/* BUTTON */
.cookienotice-button-container {float: right;}
.cookienotice-button {cursor: pointer;}
.cookienotice-container .cookienotice-button:hover {}
.cookienotice-container a.cookienotice-button:active {}

/* BAR */
.cookienotice-bar {clear: both;width: 100%;}
.cookienotice-bar-top {position: absolute;top: 0;left: 0;}
.cookienotice-bar-bottom {position: fixed;top: auto;bottom: 0;left: 0;}
.cookienotice-bar .cookienotice-content {/*width: 1250px;*/}

/* BOX */
.cookienotice-box {position: fixed;top: 0;left: 0;width: 240px;border-radius: 4px;top: auto;bottom: auto;left: auto;right: auto;}
.cookienotice-box-top-left {left: 30px;top: 30px;}
.cookienotice-box-top-right {right: 30px;top: 30px;}
.cookienotice-box-bottom-right {right: 30px;bottom: 30px;}
.cookienotice-box-bottom-left {left: 30px;bottom: 30px;}
.cookienotice-box .cookienotice-content {}
@import url(//fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin,latin-ext);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,700&subset=latin,latin-ext);
.closeable .sequra_popup_close,
.closeable .sequra_popup_close span,
.closeable .sequra_popup_close_delegatedless,
.closeable .sequra_popup_close_delegatedless span {
    color: #64b03c;
    text-transform: capitalize;
    font-weight: bold;
    text-decoration: none;
}

.closeable .sequra_popup_close,
.closeable .sequra_popup_close_delegatedless{
    position: absolute;
    right: 5px;
    bottom: 5px;
    background: #70ba45;
    text-decoration: none;
    color: white;
    padding: 0px 8px;
    border-radius: 6px;
    float: right;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    cursor: pointer;   
}

.closeable .sequra_popup_close:hover,
.closeable .sequra_popup_close_delegatedless:hover{
    background: #dedede;
}


.sequra_popup {display: none;min-width: 320px;position: fixed;top:0;left:0;width: 100%;height: 100%;background: black;background: rgba(0, 0, 0, 0.8);z-index: 99998;overflow:auto;}
.sequra_popup ul,.sequra_popup ol {margin: 0;margin-bottom: 9px;list-style: none;padding: 0;}

.sequra_white_content {background: #fff;text-align: left;max-width: 320px;margin: 40px auto;position: relative;border-radius: 6px;}
#sequra_identity_partpayment_form_popup h2 {text-transform: uppercase;font-weight: bold;font-size:16px;}
#sequra_identity_partpayment_form_popup h2 small {color: #009352;text-decoration: underline;font-size: 90%;margin-left: 5px;}

.sequra_more_info .icon-info {
    font-weight: 100;
    color: #64b03c!important;
    cursor: pointer;
}

.sequra_popup ol {
    list-style-type: decimal;
    list-style-position: outside;
    padding: 10px 30px;
}

.sequra_content_popup li {
    margin: 10px 0;
}

.sequra_popup * {
    /*font-family: 'Open Sans', sans-serif;*/
    box-sizing: border-box!important;
    line-height: 20px;
    font-size: 13px;
}

.sequra_white_content h4 {
    width: 100%;
    margin-left: 0!important;
    font-size: 26px!important;
    font-weight: normal!important;
    text-align: center;
    padding: 15px 0 !important;
    margin:0 !important;
    color: #64b03c!important;
    text-transform: none;
}

.sequra_white_content h5 {
    margin: 15px;
}

.sequra_content_popup {
    padding: 0 0px 40px 0px;
    /*color: rgb(119,119,119);*/
    color: #000;
}

.sequra_content_popup #sequra-wrapper {
    margin: 15px auto;
}

.sequra_content_popup ol {
    color: #64b03c;
}

.sequra_content_popup ol span{
    color: #000;
}

.sequra_content_popup ul li {
    margin: 2px 5%;
}

.sequra_content_popup ul li ul {
    border:0px!important;
}


.sequra_content_popup .small
 {
    font-size:10px;
    text-align:center;
}

#sequra_pp_example p,
.sequra_costs p {
    background: #e8e8e8;
    padding: 15px 10px;
    text-align: center;
}


/** from pumbaa2 **/
@font-face {
  font-family: 'sequra';
  src: url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/base/default/fonts/sequra.eot);
  src: url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/base/default/fonts/sequra.eot#iefix) format("embedded-opentype"), url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/base/default/fonts/sequra.ttf) format("truetype"), url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/base/default/fonts/sequra.woff) format("woff"), url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/base/default/fonts/sequra.svg#sequra) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 24, ../sass/_fonts.scss */
[class^="sequra"] [class^="icon-"], [class^="sequra"] [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="sequra"] [class^="icon-"]:before, [class^="sequra"] [class*=" icon-"]:before {
    font-family: 'sequra' !important;
    width: auto;
}

/* line 39, ../sass/_fonts.scss */
[class^="sequra"] .icon-left-arrow:before {
  content: "\1f868" !important;
}

/* line 43, ../sass/_fonts.scss */
[class^="sequra"] .icon-calendar:before {
  content: "\1F4C5"!important;
}

/* line 46, ../sass/_fonts.scss */
[class^="sequra"] .icon-check:before {  
  content: "\1F5F9"!important;
}

/* line 49, ../sass/_fonts.scss */
[class^="sequra"]  .icon-creditcard:before {
  content: "\1F4B3" !important;
}

/* line 52, ../sass/_fonts.scss */
[class^="sequra"]  .icon-info:before {
  content: "\1f6c8" !important;
}

/* line 55, ../sass/_fonts.scss */
[class^="sequra"]  .icon-papers:before {
  content: "\1F5BA" !important;
}

/* line 58, ../sass/_fonts.scss */
[class^="sequra"]  .icon-sms:before {
  content: "\1F4F2" !important;
}

/* line 61, ../sass/_fonts.scss */
[class^="sequra"]  .icon-timer:before {
  content: "\23F2" !important;;
}

[class^="sequra"] span[class$="-js"]{
  white-space: nowrap;
}

/* line 64, ../sass/_fonts.scss */
.icon-sequra-logo:before {
  content: "\e900" !important;
  color: white !important;
}

.sequra_popup .sq-modal-head .sq-head-title {
    background: #70ba45;
    color: white;
    padding: 8px 20px;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
}

.sequra_popup .sq-modal-head .sq-head-title .sq-product-logo {
  float: right;
  position: relative;
  top: 2px;
}

.sequra_popup .sq-modal-head .sq-head-title {
    background: #70ba45;
    color: white;
    padding: 8px 20px;
}

.sequra_popup .sq-modal-head .sq-head-title .sq-product-name {
  font-family: 'Montserrat';
  font-size: 13px;
  float: left;
}

.sequra_popup .sq-modal-head .sq-head-info .sq-claim {
  width: 50%;
  float: left;
  line-height: 25px;
}

.sequra_popup .sq-modal-head .sq-head-info .sq-info-link {
  width: 50%;
  float: left;
}

@media (max-width: 960px) {
    [class^="sequra"] .icon-info:before {
        font-size: 22px;
    }
}    

/*Product page simulator */

#sequra_partpayment_teaser {
    font-family: 'Montserrat';
    font-size: 13px;
    display: block;
    max-width: 300px;
    clear: both;
    white-space: normal;
}

#sequra_partpayment_teaser fieldset {
    padding: initial;
    padding-left:10px;
    margin: initial;
    border:0px;
    border-top: solid #000 1px!important;
    color:#000;
    text-align: left;
}

#sequra_partpayment_teaser fieldset legend {
    width:auto;
    padding: 0 5px 0 5px;
    border:0;
    font-size: 13px;
    margin-left: -5px;
    display: block;
}

#sequra_partpayment_teaser li span {
  padding-left: 0px;
  margin-left: 0px;
}

#sequra_teaser_head{
    margin: 0px;
}

#sequra_partpayment_teaser ul {
    margin-top: 3px;
    margin-bottom: 5px;
    list-style: square;
    list-style-position: inside;
    color: #64b03c;
}

#sequra_partpayment_teaser ul span{
    color: #000;
}

/*Highligted data*/
#sequra_partpayment_teaser .down_payment_total-js,
#sequra_partpayment_teaser .installment_fee-js{
    font-size: 200%;
}

#sequra_partpayment_teaser select{
    background: #fff;
    border-radius: 3px;
    width: 3em;
}

#sequra_partpayment_teaser .sequra_small_logo {
    width:70px;
    background:url(https://d1xbtkwteswkmn.cloudfront.net/skin/frontend/base/default/img/small-logo.png) no-repeat;
    text-align:right;
    margin:0px;
}

#sequra_partpayment_teaser #sequra_partpayment_teaser_low {
    background: none;
    width: 100%;
    text-align: center;
    padding: 8px 0;
}

.sequra_loading{
  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -o-filter: blur(15px);
  -ms-filter: blur(15px);
  filter: blur(15px);
  opacity:0.6;
  -webkit-animation: blur 3s linear forwards;
  -moz-animation: blur 3s linear forwards;
  -ms-animation: blur 3s linear forwards;
  -o-animation: blur 3s linear forwards;
  animation: blur 3s linear forwards;
}
@-webkit-keyframes blur {
  to {
    -webkit-filter: blur(1px);
    filter: blur(1px);
    opacity:.9;
  }
}
@-moz-keyframes blur {
  to {
    -moz-filter: blur(1px);
    filter: blur(1px);
    opacity:.9;
  }
}
@keyframes blur {
  to {
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    filter: blur(1px);
    opacity:.9;
  }
}

