/*
 * 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_blank
 * @copyright   Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license     http://opensource.org/licenses/afl-3.0.tdphp  Academic Free License (AFL 3.0)
 */

/* ======================================================================================= */
/* Reset ================================================================================= */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; }
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse; border-spacing: 0;}
address {font-style: normal;}
h1, h2, h3, h4, h5, h6, strong {font-weight: normal;}

/* 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; }

/* ======================================================================================= */
/* Fonts ================================================================================= */
@font-face {
  font-family: 'dinpro-regularCustom';
  src: url("../fonts/dinpro-regular/dinpro-regular.eot");
  src: local('dinpro-regularCustom'),
       url("../fonts/dinpro-regular/dinpro-regular.ttf") format('truetype');
}

/* ======================================================================================= */
/* Layout ================================================================================ */

body                {font-family: Arial, sans-serif; color: #292929;}
.wrapper            { }
.page               { width:960px; margin:0 auto;}
.page-print         { background:#fff; padding:20px; text-align:left;}
.page-empty         { background:#fff; padding:20px; text-align:left;}
.page-popup         { padding:20px; text-align:left;}
.main-container     { }
.main               { padding: 28px 0 40px;}
.cms-home .main {padding:28px 0 10px;}
/* Base Columns */
.col-left   { float:left; width:240px; }
.col-main   { float:left; width:708px; }
.col-right  { float:right; width:240px; }

/* 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:484px; margin-left:10px;}
.col3-layout .col-wrapper               { float:left; width:748px;}
.col3-layout .col-wrapper .col-main     { float:right;}

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

.col3-set .col-1    { float:left; width:32%;}
.col3-set .col-2    { float:left; width:32%;}
.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%;}
.col4-set .col-3    { float:left; width:23.5%;}
.col4-set .col-4    { float:right; width:23.5%;}

/* ======================================================================================= */
/* Global Styles ========================================================================= */

/* Form Elements */
input.input-text,select,textarea        { background:#fff; border:1px solid #dadada; font-size: 0.65em; color: #727271;}
input.input-text,textarea               { padding:2px; }
select                                  { padding:1px; }
select option                           { padding-right:10px; }
select.multiselect option               { border-bottom:1px solid #ddd; padding:2px 5px; }
select.multiselect option:last-child    { border-bottom:0; }
textarea                                { overflow:auto; }
input.radio                             { margin: 0; padding: 0; cursor: pointer;}
input.checkbox                          { margin: 0; padding: 0; cursor: pointer;}
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 img                       { display: block;}
button.button span                      { }
button.button span span                 { }
button.disabled                         { }
button.disabled span                    { }

p.control input.checkbox,
p.control input.radio                   { margin-right:6px; }

.form-list li                               { }
.form-list label                            { float:left; position:relative; z-index:0; color: #818180; line-height: 1.4; font-size: 0.6em; text-transform: uppercase;}
.form-list label.required {}
.form-list label.required em                { float:right; font-style:normal; color:#818180; position:absolute; top:0; right:-8px; }
.form-list li.control label                 { float:none; left: 3px; top: -3px;}
.form-list li.control input.radio,
.form-list li.control input.checkbox        { }
.form-list li.control .input-box            { clear:none; display:inline; width:auto; padding: 0;}
.form-list .input-box                       { display:block; clear:both; width:260px; padding: 0 0 8px 0;}
.form-list .field                           { float:left; width:275px;}
.form-list input.input-text                 { width:254px; }
.form-list textarea                         { width:254px; height:10em; font-size: 100%;}
.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; }

.buttons-set                        { clear:both; padding: 48px 0 0 0; background: url('../images/bg_buttons-set.png') repeat-x 0 24px;}
.buttons-set button.button          { float:right; }
.btn-update {margin-right:10px !important;}
/* Back link */
.buttons-set .back-link             { float:left; }
.buttons-set .back-link a           { display: block; width: 78px; height: 26px; text-indent: -9999px; background: url('../images/b_volver.png') no-repeat 0 0;}
.buttons-set .back-link a:hover,
.buttons-set .back-link a:focus     {}
/* Not back link  */
.buttons-set .button-link           { float:left; }
.buttons-set .button-link a         {}
.buttons-set .button-link a:hover,
.buttons-set .button-link a:focus   {}
/* Required legend */
.buttons-set .required              {color: #818180; text-align: right; position: relative; top: -18px;}

.buttons-set-order {}

/* Form Validation */
.validation-advice  { clear:both; padding: 5px 0 0 17px; font-size: 0.65em; color: red; background :url('../images/validation_advice_bg.gif') no-repeat 2px 5px;}
.validation-failed  { border:1px solid red !important; background:#faebe7 !important; }
.validation-passed  {}

/* Expiration date and CVV number validation fix */
/*
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }
*/
.input-box .v-fix {clear: both;}

/* Global Messages  */
.messages,
.messages ul    { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages       { width:100%; overflow:hidden; }
.messages li    { }
.messages li li { padding: 0 !important; margin: 0 !important;}
.error-msg,
.success-msg,
.note-msg,
.notice-msg     { padding: 8px 8px 8px 32px !important; font-size: 0.7em !important; font-weight:bold !important; margin: 0 0 10px 0; text-transform: uppercase;}
.error-msg      { color:#df280a; background:url(../images/i_msg-error.png) no-repeat 8px 50%;}
.success-msg    { color:#3d6611; background:url(../images/i_msg-success.png) no-repeat 8px 50%;}
.note-msg,
.notice-msg     { color:#3d6611; background:url(../images/i_msg-note.png) no-repeat 8px 50%; line-height: 1 !important;}

/* BreadCrumbs */
.breadcrumbs        { padding: 10px; border:1px solid #ddd; display: none;}
.breadcrumbs li     { display:inline; }

/* Pager */
.category-products .toolbar-bottom .toolbar{display:block;}
.pager                  { padding: 10px 0 8px; text-align:center; border:1px solid #ddd; border: 0;}
.pager .amount          { float:left; line-height: 1; padding-top: 4px; }
.pager .limiter         { float:right; color: #818180; font-size: 0.6em; text-transform: uppercase;}
.pager .limiter select  { font-size: 100%;}
.pager .pages           { margin:0 135px; }
.pager .pages ol        { display:inline; }
.pager .pages li        { display:inline;font-size:11px }
.pager .pages li a      { text-decoration: none; }
.pager .pages .current  {font-size:11px;color: #D8AC40;}
.pager .pages strong    {font-size:12px;color:#818180}
.pager .pager-next      {margin-left:17px;}
.pager .pager-previous  {margin-right: 17px;}

/* Sorter */
.sorter             { padding: 10px 0 8px; }
.sorter .view-mode  { float:left; }
.sorter .sort-by    { float:right; }
.sorter .link-feed  {}

/* Toolbar */
.toolbar            {}
.toolbar .pager     {}
.toolbar .sorter    {}
.toolbar-bottom     {}

/* Data Table */
.data-table                             { width:100%; }
.data-table th                          {text-align:left;font-weight:bold; color: #767676; text-transform: uppercase; font-size: 0.6em; padding: 5px; white-space:nowrap; border: 1px solid #ddd;border-width: 1px 0}
.data-table td                          { color: #969696; text-transform: uppercase; font-size: 0.6em;padding:5px; border: 0px solid #ddd; vertical-align: top;}
.data-table td a                        { color: #dbb24d;}
.data-table td dt                       {float: left; clear:both; padding: 0 0 2px 0; font-size: 100%;}
.data-table td dd                       {float: left; font-size: 100%; padding: 0 0 2px 8px;}
.data-table input,
.data-table select,
.data-table textarea                    {font-size: 110%;}
.data-table h2,
.data-table h3,
.data-table h4                          {font-size: 100% !important; padding: 0 !important; margin: 0 !important;}
.data-table thead                       {}
.data-table tbody                       {}
.data-table tfoot                       {}
.data-table tr.first                    {}
.data-table tr.last                     {}
.data-table tr.odd                      {}
.data-table tr.even                     {background-color:#F6F6F6}
.data-table tr.even td                  {background-color:#F6F6F6 !important}
.data-table tbody.odd                   {}
.data-table tbody.odd td                {}
.data-table tbody.even                  {}
.data-table tbody.even td               {}
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td     {}
.data-table th .tax-flag                {}
.data-table td.label,
.data-table th.label                    {}
.data-table td.value                    {}

#wishlist-table textarea                {width: 98%; height: 170px; text-transform: uppercase; margin: 0 auto;}
#wishlist-table h2                      {font-size: 100%; text-align: center; padding: 5px 0 5px !important; margin: 0 !important; border: 0 !important;}
#wishlist-table h2 a                    {color: #505050; text-decoration: none;}
#wishlist-table .price-box              {color: #868686; font-size: 100%; text-align: center;}

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.tax-details-first td { border-top:1px solid #d2d8db; }

/* 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(../images/bkg_collapse.gif) 100% 4px 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% -53px; }

.link-cart { color:#f00; }
.link-wishlist { }
.link-reorder {  }
.link-compare {  }
.link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(../images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/remove-cart-top.png) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/remove-cart-top.png) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.cart .btn-remove2 {background: url('../images/cart-remove.gif') no-repeat 50% 50%; margin: 0 auto;} 

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#ddd; 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:1000px; margin:0 auto; padding:12px 0 12px; background:url(../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; }

/* ======================================================================================= */
/* Generic Definitions =================================================================== */

.page-title                 {}
.page-title h1,
.page-title h2              {font-size: 2.45em; color: #585858;text-transform: uppercase; font-weight: normal; padding: 0 0 40px 0; margin-left: -2px; letter-spacing: -2px;}

.cart .page-title h1,
.my-account .page-title h1,
.my-account .page-title h2,
.col-main h2,
.col-main .legend           {font-size: 1.4em; color: #e8c367; font-family: "dinpro-regularCustom", Arial, sans-serif; text-transform: uppercase; font-weight: normal; padding: 0 0 20px 0; margin: 0;}

.col-main p,
.col-main address           {color: #818180; line-height: 1.4; font-size: 0.6em; text-transform: uppercase;}
.col-main a                 {color: #818180; text-decoration: underline;}
.col-main a:hover,
.col-main a:focus           {color: #333;}
.col-main li                {color: #818180;}
.col-main .back-btn span    {color: #818180; font-size: 0.6em; text-transform: uppercase; background: url('../images/bullet_grey_left.png') no-repeat 0 44%; padding: 0 0 0 12px; cursor: pointer;}

.page-print .print-head     {padding: 0 0 30px 0;}
.page-print h1              {font-size: 2.45em; color: #585858; font-family: "dinpro-regularCustom", Arial, sans-serif; text-transform: uppercase; font-weight: normal; padding: 0 0 20px 0; margin-left: -2px; letter-spacing: -2px;}
.page-print h2              {font-size: 1.4em; color: #e8c367; font-family: "dinpro-regularCustom", Arial, sans-serif; text-transform: uppercase; font-weight: normal; padding: 10px 0 15px 0; margin: 0; letter-spacing: -1px;}
.page-print p,
.page-print address         {color: #818180; line-height: 1.4; font-size: 0.6em; text-transform: uppercase; padding: 0 0 10px 0;}

.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;}
.title-buttons .separator   {font-size: 0.6em; color: #ccc;}
.title-buttons a            {font-size: 0.65em; text-transform: uppercase;}
.subtitle                   {clear:both;}

/* CMS Pages */
.cms-page-view .col-main h1 {font-size: 1.4em; color: #e8c367; font-family: "dinpro-regularCustom", Arial, sans-serif; text-transform: uppercase; font-weight: normal; padding: 0 0 20px 0; margin: 0; letter-spacing: -1px;}
.cms-page-view .col-main h2 {font-size: 0.65em; color: #222; font-family: Arial, sans-serif; padding: 20px 0 16px 0; letter-spacing: 0;}
.cms-page-view .col-main li {font-size: 0.6em; text-transform: uppercase; background: url('../images/bullet_yellow.png') no-repeat 0 1px; padding: 0 0 5px 10px;}
.cms-page-view .col-main ul {padding: 0 0 5px 0;}
.cms-page-view .col-main p  {padding: 0 0 10px 0;}
.cms-page-view .col-main hr {border: 0; height: 1px; background: #d9d9d9; margin: 20px 0;}
.need-more-help             {}
.need-more-help a           {display: block; width: 359px; height: 16px; background: url('../images/btn_need-help-more.png') no-repeat 0 0; text-indent: -9999px;}

/* ======================================================================================= */
/* Header ================================================================================ */

.logo { float:left; }
.header-container {}
.header .welcome-msg { text-align:right; display:inline; }
.header                     {padding: 10px 0 0 0; position: relative; z-index: 1002;}
.header .logo               {float:left; 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:0; padding:0; float: left;}
.header .quick-access       {float: right; width: 770px;}     
.header .links-language     {float: right;}
.header .links              {float:right; font-size: 0.6em; text-transform: uppercase; padding: 5px 0 0 0;}
.header .links a            {color: #292929; text-decoration: none;}
.header .links li           {display:inline; padding: 0 13px 0 15px; background: url('../images/bg_top-links.png') no-repeat 0 50%;}
.header .links li.first     {padding-left: 0; background: 0;}
.header .form-search        {text-align:right; }
.header .form-search .search-autocomplete               {z-index:999; }
.header .form-search .search-autocomplete ul            {border:1px solid #ddd; background-color:#fff; }
.header .form-search .search-autocomplete li            {padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount    {float:right; }
.header .form-search .search-autocomplete li.selected   {}
.header .form-language                  {float: right; }
.header .form-language label            {display: none;}
.header #select-language                {font-size: 0.65em; text-transform: uppercase;}

.header .nav-search                     {height: 40px; float: right; width: 770px; background: url('../images/bg_nav_line.png') no-repeat 100% 14px; padding: 14px 5px 0 0;}

#block-cart-header                                  {display: none; width: 320px; position: absolute; padding: 25px 0 0 0; right: 46px; top: 22px; z-index: 1001;}
#block-cart-header .block-cart-header-wrapper       {background: url('../images/bg_nav_a.png') repeat 0 0; padding: 20px 25px 10px; width: 270px;}
#block-cart-header h2                               {font-size: 1.4em; color: #e8c367; font-family: "dinpro-regularCustom", Arial, sans-serif; text-transform: uppercase; font-weight: normal; padding: 0 0 9px 0; margin: 0; letter-spacing: -1px;}
#block-cart-header .amount                          {position: absolute; right: 25px; top: 55px; font-size: 0.65em; text-transform: uppercase;}
#block-cart-header .amount a                        {color: #9d9d9d; text-decoration: none;}
#block-cart-header .items                           {clear: both;}
#block-cart-header .item                            {border-top: 1px solid #444; padding: 10px 0 9px; overflow: hidden;}
#block-cart-header .product-image                   {display: block; width: 50px; height: 50px; float: left;}
#block-cart-header .product-details                 {float: right; width: 215px; overflow: hidden;}
#block-cart-header .remove-product                  {width: 16px; height: 16px; float: right; background: url('../images/remove-cart-top.png') no-repeat 0 0; text-indent: -9999px;}
#block-cart-header .product-data                    {width: 196px; float: right;}
#block-cart-header p                                {font-size: 0.65em; text-transform: uppercase; padding: 0 0 10px 0;}
#block-cart-header p a                              {color: #9d9d9d; text-decoration: none;}
#block-cart-header .actions                         {text-align: center;}
#block-cart-header .empty                           {clear: both; border-top: 1px solid #444; padding: 10px 0 9px; color: #9d9d9d;}

#search_mini_form                       {float: right; padding: 12px 0 0 10px;}
#search_mini_form label                 {display: none;}
#search_mini_form #search               {color: #888; font-size: 0.55em; padding: 4px 3px; width: 110px; border: 1px solid #dbdbdb; vertical-align: middle; text-transform: uppercase;}
#search_mini_form .button               {vertical-align: middle;}

/* Navigation */
.nav-container      {float: right;}
#nav                {text-transform: uppercase; height: 40px;}

/* -- All Levels */
#nav li             {position: relative; z-index: 888;}
#nav li.over        {}
#nav li.parent      {}
#nav li a           {display: block; text-decoration: none; color:#292929;}
#nav li span        {display: block;}
#nav li a:hover,
#nav li.over a,
#nav li.active a                {color: #e8c367;}

#nav li.parent a:hover,
#nav li.over.parent a           {background: url('../images/bg_nav_a.png') repeat 0 0;}
#nav li.last a:hover {background: url('../images/bg_nav_a.png') repeat 0 0;}

#nav ul {display: none;}

/* -- 1st Level */
#nav li                 {float: left;}
#nav li a               {height: 26px; padding: 15px 14px 0; color: #292929; font-size: 13px;}
#nav li a:hover         {color: #e8c367}

/* -- 2nd Level */
#nav ul                 {position: absolute; width: 120px; top: 41px; left: 0;}
#nav ul li              {float: none;}
#nav ul li.last         {}
#nav ul li a            {font-size: 0.7em; padding: 8px 0 8px; color: #a7a7a7 !important; height: auto; font-family: Arial, sans-serif; background: url('../images/bg_nav_a.png') repeat 0 0;}
#nav ul li a span       {padding: 0 14px;}
#nav ul li.last a       {padding-bottom: 14px;}
#nav ul li a:hover,
#nav ul li.over > a     {color: #fff !important;}

/* -- 3rd+ leven */
#nav ul ul              {top: 0; left: 120px;}


/* ======================================================================================= */
/* Sidebar =============================================================================== */

.block                              { }
.block .block-title                 {padding: 0 0 20px 0;}
.block .block-title strong          {font-size: 0.7em; text-transform: uppercase; font-weight: bold; color: #868686;}
.block .block-title strong span     {}
.block .block-title a               { }
.block .block-subtitle              {  }
.block .block-content               { }
.block .block-content li.item       { padding:5px 0; }
.block .btn-remove                  { float:right; }
.block .actions                     { text-align:right; }
.block .actions a                   { float:left; }
.block .empty {}

.block li.odd                       {}
.block li.even                      {}

/* Mini Products List */
.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; }
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details h4 { font-size:12px;  margin:0; }

/* Block: Account */
.block-account {}
.block-account a {color: #868686; text-decoration: none;}
.block-account a:hover,
.block-account a:focus {text-decoration: underline;}
.block-account li {padding: 0 0 8px 0; color: #5d5d5d; font-size: 0.6em; text-transform: uppercase;}

/* Block: Currency Switcher */
.block-currency {float:right;padding: 0 5px 0 0;}
.block-currency select {  border:1px solid #ddd; width:47px;}
.cms-index-index .block-currency, .cms-home .block-currency { display: none; }

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav dt {  }
.block-layered-nav .currently {}
.block-layered-nav .btn-remove { float:left; margin:2px 3px 0 0; }

/* Block: Cart */
.block-cart {}
.block-cart .summary {}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }

/* Block: Wishlist */
.block-wishlist {}

/* Block: Related */
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .item { margin-left:20px; }
.block-related .item .product-image { float:left; margin-right:-65px; }
.block-related .item .product-details { margin-left:65px; }

/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }

/* Block: Recently Viewed */
.block-viewed {}

/* Block: Recently Compared */
.block-compared {}

/* Block: Poll */
.block-poll label {}
.block-poll input.radio         { float: left; }
.block-poll .label              { display: block; }
.block-poll li                  { padding: 3px 9px; }
.block-poll .actions            { padding: 5px 0 0; }
.block-poll .answer             { font-weight:bold; }
.block-poll .votes              { float:right; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe {}

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }

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

/* Block: Login */
.block-login label { color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title         {}
.category-image         { text-align:center; }
.category-image img     {}
.category-description   {}
.category-products      {}

.category-products .toolbar      {display: none;}

.catalog-category-view .col1-layout .col-main,
.catalogsearch-result-index .col1-layout .col-main {background: url('../images/bg_deco_1.jpg') no-repeat 0 0; padding: 0 0 0 262px; min-height: 544px;}

/* View Type: Grid */
.products-grid { }
.products-grid.last { }
.products-grid li.item                      {float:left; width:190px; height: 235px; padding: 0 32px 10px;}
.products-grid li.last                      {padding-right: 0;}
.products-grid li.first                     {padding-left: 0;}
.products-grid .product-image               {display:block; width:190px; height:190px;}
.products-grid .product-name                {display: none; padding: 0; font-family: Arial, sans-serif; font-size: 0.7em; text-align: center;}
.products-grid .btn-cart                    {color: #d1d1d1; font-size: 0.7em; text-decoration: none; cursor: pointer; font-weight: bold; background: 0; border: 0; padding: 0; margin: 0;}
.products-grid .imgbutton                   {padding:0 0 0 1px;position:relative;text-decoration:none;top:2px;}
.products-grid .btn-cart:hover,
.products-grid .btn-cart:focus              {color: #666;}
.products-grid .actions                     {text-align: center; padding: 6px 0 0 0; text-transform: uppercase;}
.products-grid .label                       {display: none;}

.products-grid .price-box                   {color: #d1d1d1; font-size: 0.7em; display: inline;}
.products-grid .separator                   {color: #d1d1d1; font-size: 0.7em;}
.products-grid .price-box p                 {color: #d1d1d1; font-size: 100%; padding: 0; line-height: 1; display: inline;}
.products-grid .price-box .old-price        {display: block; text-align: center;}
.products-grid .price-box .price-label      {display: none;}
.products-grid .availability                { }
.products-grid .out-of-stock span           { font-size: 10px; }
.products-grid .not-available               { position: relative; top:2px; left:5px; }

.products-grid .over .price-box,
.products-grid .over .separator,
.products-grid .over .price-box p,
.products-grid .over .btn-cart              {color: #666;}

/* View Type: List */
.products-list li.item { border-bottom:1px solid #ddd; 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; }
.products-list .product-name a {}
.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; }
.products-list .desc .link-more { 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(../images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(../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; padding:3px 0; }
.ratings-table th { padding-right:8px; }

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

/* Email to a Friend */
.email-friend {}

/* Alerts */
.alert-price {}
.alert-stock {}

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box {}
.price-box .price { }

/* Regular price */
.regular-price {}
.regular-price .price { }

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; }
.old-price .price { text-decoration:line-through; }

/* Special price */
.special-price {}
.special-price .price-label { white-space:nowrap; }
.special-price .price { }

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {}
.minimal-price-link .price { }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { }

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

/* 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; }

/* Price range */
.price-from {}
.price-from .price-label { white-space:nowrap; }

.price-to {}
.price-to .price-label { white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { white-space:nowrap; }

.price-box-bundle {}
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { }
.tier-prices .benefit {}

.tier-prices-grouped {}

.product-view {background: url('../images/bg_deco_4.jpg') no-repeat 0 0; padding: 0 0 0 262px; min-height: 555px;}

#cuadrotiempoenvio {position: absolute; top: 111px; z-index: 999; display: none;}
#cuadroequivalencias {position: absolute; top: 200px; z-index: 999; display: none;}

.product-view .add-to-links {text-transform: uppercase; font-size: 0.6em; padding: 20px 0 0 0; float: right; }
.product-view .add-to-links li {padding: 0 0 8px 0;}
.product-view .add-to-links a {text-decoration: none; background: url('../images/bullet_grey.png') no-repeat 0 44%; padding: 0 0 0 8px;}
.product-view .buy {cursor:pointer;padding-left:5px;}
.product-view .show-data                        {padding: 16px 0 0 0;}
.product-view .add-to-links #tiemposenvio       {color: #E8C367; font-weight: bold; background: url('../images/bullet_grey.png') no-repeat 0 3px; padding: 0 0 0 8px; cursor: pointer;}
.product-view .show-data span                   {font-weight: bold; background: url('../images/bullet_grey.png') no-repeat 0 3px; padding: 0 0 0 8px; cursor: pointer;}
.product-view .please-select-color              {height: 21px; padding: 5px 0 0 0;}

.product-view .add-to-links .btn-need-help {display: block; width: 129px; height: 16px; text-indent: -9999px; background: url('../images/btn_need-help.png') no-repeat 0 0; padding: 0;}

.product-view .page-title h1 {padding: 0 0 18px 0 !important;}
.product-view h2 {border-bottom: 1px solid #e5e5e5; padding: 0 0 6px 0; margin: 0 0 12px 0;}
.product-view .product-name {padding: 0 0 8px 0; font-size: 0.65em;}
.product-view .product-name strong {font-weight: bold;}

.product-view .box-description {color: #818180; line-height: 1.4; font-size: 0.6em; text-transform: uppercase;}
.product-view .box-description p {font-size: 100%;}

.product-view .add-to-cart,
.product-view .price-box,
.product-view .add-to-box {display: inline;}
.registration-benetifs {
list-style-type:disc;
margin-left:15px;}
.registration-benetifs li {list-style-type:disc;font-size:10px; text-transform: uppercase}
#checkout-step-login .col-1 p {
margin:24px 0;}
.product-view .price-add-cart-box {padding: 10px 0 22px 0;}
.product-view .add-to-cart {font-size: 0.65em; text-transform: uppercase;}
.product-view .add-to-cart .separator {color: #666; font-size: 0.85em;}

.product-view .btn-cart {cursor: pointer; text-decoration: none; font-weight: bold;}
.product-view .btn-cart:hover,
.product-view .btn-cart:focus {}

.product-view .price-box {color: #666; line-height: 1.4; font-size: 0.7em; text-transform: uppercase;}
.product-view .price-box p {font-size: 100%; color: #666; display: inline;}
.product-view .price-box .label {display: none;}
.product-view .price-box .price-label {display: none;}

#product-options-wrapper .option {padding: 0 0 5px 0;}

#color-picker               {position: relative;}
#color-picker ul            {overflow: hidden;}
#color-picker li            {float: left; width: 50px; height: 50px; border: 1px solid #fff; margin-right: 8px; cursor: pointer;}
#color-picker .picked       {border: 1px solid #ddd;}
#color-picker select        {position: absolute; top: 0; right: 0;}
.selected-color             {color:#666666;margin-bottom:20px;font-size:11px}
#size-picker                {position: relative;}
#size-picker select         {position: absolute; top: 0; right: 0;}
#size-values                {overflow: hidden;}
#size-values li             {float: left; padding: 7px 0 0 0; width: 26px; text-align: center; height: 17px; color: #ccc; border: 1px solid #ddd; font-size: 0.7em; text-transform: uppercase; margin-right: 5px; cursor: default; font-size: 0.6em; margin-bottom: 5px;}
#size-values .available     {color: #333; cursor: pointer;}
#size-values li.available:hover,
#size-values .selected      {background: #eee;}

.more-views {overflow:auto;}
.more-views ul {overflow: hidden;float:left;}
.more-views li {float: left; width: 50px; height: 50px; border: 1px solid #fff; margin-right: 8px; cursor: pointer;}

.product-essential {}

.product-collateral .box-collateral { margin:0 0 15px; }

/* Product Images */
.product-view .product-img-box { float:left; width:290px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { border:1px solid #fff; }
.product-view .product-img-box .product-image-zoom { position:relative; width:285px; height:285px; 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 { text-align:center; visibility: hidden; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:16px; padding:0 16px; background:url(../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:0; width:32px; height:16px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:0; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:0; top:0; }
.product-view .product-img-box .more-views ul { margin-left:-4px }
.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px ; }

.product-view .availability {display: none;}

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .product-shop { float:right; width:445px; }
.col1-layout .product-view .product-shop { float:right; width:380px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-name {}
.product-view .short-description {}

/* Product Options */
.product-options { }
.product-options dt label { }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:10px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

.product-options-bottom { padding:10px; border:1px solid #ddd; border-top:0; }
.product-options-bottom .price-box { margin:10px 0; }

/* Grouped Product */
.product-view .grouped-items-table {}

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

/* Block: Additional */
.product-view .box-additional {}

/* Block: Upsell */
.product-view .box-up-sell {}
.product-view .box-up-sell .products-grid td { width:25%; }

/* Block: Tags */
.product-view .box-tags {}
.product-view .box-tags .form-add label { float:left; }
.product-view .box-tags .form-add .input-box { float:left; width:260px; margin:0 5px; }
.product-view .box-tags .form-add input.input-text { width:254px; }
.product-view .box-tags .form-add p { clear:both; }

/* Block: Reviews */
.product-view .box-reviews {}
.product-view .box-reviews .form-add {}

/* Send a Friend */
.send-friend {}
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-weight:normal; }
.product-name a {}

/* Product Tags */
.tags-list li { display:inline; }

/* Advanced Search */
.advanced-search {}
.advanced-search-amount {}
.advanced-search-summary {}

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

/* RSS */
.rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart-no-items {background: url('../images/bg_deco_1.jpg') no-repeat 0 0; padding: 0 0 0 262px; min-height: 544px;}

.cart {}
.cart .title-buttons .checkout-types             {display: none;}
.cart .ayuda-cupon-img {display:none;}
#shopping-cart-table th                          {padding-left: 10px; padding-right: 10px; border-left: 0; border-right: 0;}
#shopping-cart-table td                          {border-left: 0; border-right: 0; padding: 16px 10px}
#shopping-cart-table td input.qty                {text-align: center; margin: -6px 0 0 0; color: #818180 !important; font-size: 100%;}
#shopping-cart-table td h2                       { font-weight: bold; font-family: Arial, sans-serif; letter-spacing: 0; padding: 0 0 5px 0 !important;}
#shopping-cart-table td h2 a                     { color: #868686; text-decoration: none;}
#shopping-cart-table tfoot td                    {padding-left: 10px; padding-right: 10px; border-bottom: 0;}

.cart .btn-continue {float: left;}
.cart .btn-update {float: right;}
.btn-need-help {display: none;}

/* Checkout Types */
.cart .checkout-types { float:right; text-align:right; }

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0 ; }
.cart .cart-collaterals .col2-set { padding: 0 10px 34px 8px; border-bottom: 1px solid #e5e5e5;}
.cart .cart-collaterals .col-1 {width: 330px;}
.cart .cart-collaterals .col-2 {width: 562px; padding: 25px 0 0 0;}

.cart .cart-collaterals .box-head {width: 185px; padding: 0 20px 0 0; float: left;}
.cart .cart-collaterals .box-head h2 {font-size: 0.75em; color: #868686; font-weight: bold; padding: 0 0 16px 10px; font-family: Arial, sans-serif; letter-spacing: 0; background: url('../images/bullet_grey.png') no-repeat 0 2px;}
.cart .cart-collaterals .box-body {width: 355px; float: right;}

.cart .shipping {padding: 18px 0 0 0;}

.cart .shipping .shipping-form form dl {padding: 18px 0 0 0; width: 235px; float: left;}
.cart .shipping .shipping-form form dl ul {float: none;}
.cart .shipping .shipping-form form dt {font-size: 0.65em; color: #868686; font-weight: bold; padding: 0 0 6px 0; text-transform: uppercase;}

.cart .shipping .shipping-form form,
.cart #discount-coupon-form .box-body      {overflow: hidden;}

.cart #discount-coupon-form .discount-form label  {display: none;}
.cart #discount-coupon-form .discount-form p      {padding: 0 0 8px 0;}

.cart .shipping .shipping-form form ul,
.cart #discount-coupon-form .discount-form {float: left; width: 260px;}

.cart .shipping .shipping-form form .buttons-set,
.cart #discount-coupon-form .buttons-set   {float: right; clear: none; padding: 0; background: 0;}

.cart .shipping,
.cart #discount-coupon-form {overflow: hidden;}

.cart #discount-coupon-form .buttons-set {padding: 26px 0 0 0;}

.cart .shipping .shipping-form form .buttons-set {padding: 94px 0 0 0;}
.cart .shipping .shipping-form #co-shipping-method-form .buttons-set {clear: both; float: left; padding: 18px 0 0 0;}

.cart .crosssell {width: 326px; background: url('../images/bg_crosssell-box-mid.png') repeat-y 0 0;}
.cart .crosssell #crosssell-products-list {background: url('../images/bg_crosssell-box-bot.png') no-repeat 0 100%;}
.cart .crosssell h2 {background: url('../images/bg_crosssell-box-top.png') no-repeat 0 0; font-size: 1.05em; padding: 0 26px;}
.cart .crosssell h2 span {display: block; border-bottom: 1px solid #e5e5e5; padding: 24px 0 8px;}
.cart .crosssell h3 {color: #878787; font-size: 0.6em; text-transform: uppercase;}
.cart .crosssell h3 a {color: #878787; text-decoration: none;}
.cart .crosssell .price-box {color: #878787; font-size: 0.6em; text-transform: uppercase;  padding: 8px 0 22px 0;}
.cart .crosssell .price-box price-label {display: none;}
.cart .crosssell .price-box p {color: #878787; font-size: 100%; padding: 0; line-height: 1;}
.cart .crosssell .crosssell-msg {padding: 10px 26px 16px;}
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #ddd; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell .wishlist-link {clear: both; font-size: 0.65em; text-transform: uppercase; padding: 9px 0 0 0;}
.cart .crosssell .wishlist-link a {color: #868686; text-decoration: none; background: url('../images/bullet_grey.png') no-repeat 0 40%; padding: 0 0 0 12px;}
.cart .crosssell li.item { padding:  0 26px 20px; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {}

.cart .shipping p {font-size: 0.55em;}

/* Shopping Cart Totals */
.cart .totals {padding: 10px 10px 0 0;}
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { color: #868686; font-size: 0.75em; text-transform: uppercase; padding: 0 0 14px 35px; font-weight: bold;}
.cart .totals table th { }
.cart .totals table tfoot strong {font-weight: bold;}
.cart .totals table tfoot th,
.cart .totals table tfoot td { color: #4b4b4b; font-size: 0.75em; text-transform: uppercase; padding: 0 0 14px 10px; font-weight: bold;}

.cart .totals .checkout-types li {font-size: 0.7em; text-transform: uppercase; padding: 3px 0 8px;}

/* Options Tool Tip */
.item-options dt { }
.item-options dd { padding-left:10px; }
.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 dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:30px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { }
.sp-methods .price { }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }
.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.please-wait { float:right; margin-right:5px; }
.please-wait img { vertical-align:middle; margin-right: 8px;}
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(../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 {}
.gift-messages-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 {}
.gift-messages-form .whole-order {}
.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; text-align:center; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name {}

.gift-message-link { display:block; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }

/* Centinel */
.centinel {}

/* Generic Info Set */
.info-set {}
/********** Common Checkout Styles > */

/* Success */
.opc-success                            {background: url('../images/bg_opc_success.jpg') no-repeat 0 0; height: 494px; padding: 50px 50px 0 510px;}
.opc-success h2                         {padding: 20px 0;}
.opc-success p                          {color: #818181;}
.opc-success .buttons-set               {padding: 25px 0 0 0; background: 0;}
.opc-success .buttons-set a             {color: #ccc;}
.opc-success .buttons-set a:hover,
.opc-success .buttons-set a:focus       {color: #fff;}

/* One Page Checkout */
.block-progress {}
.block-progress dt                  {padding: 0 0 6px 10px; color: #b0b0b0; font-size: 0.6em; text-transform: uppercase; font-weight: bold; background: url('../images/bullet_grey.png') no-repeat 0 2px;}
.block-progress dt.complete         {color: #868686;}
.block-progress dd.complete         {padding: 0 0 16px 10px; color: #868686; font-size: 0.6em; text-transform: uppercase; line-height: 1.2;}
.block-progress a                   {color: #E8C367; text-decoration: none;}
.block-progress a:hover,
.block-progress a:focus             {}

/* OPC */
.checkout-onepage-index .col-main                   {float: right; width: 700px;}
.checkout-onepage-index .col-right                  {float: left;}
.checkout-onepage-index .page-title                 {display: none;}

#checkoutSteps .opc-btn-need-help                   {height: 16px; padding: 14px 0 0 0;}
#checkoutSteps .btn-need-help                       {display: block; width: 129px; height: 16px; text-indent: -9999px; background: url('../images/btn_need-help.png') no-repeat 0 0; float: right;}
#checkoutSteps                                      {list-style: none; padding: 0; margin: 0; position:relative;}
#checkoutSteps .section                             {}

/*Estilos especiales para idioma ingles*/
.opc-english .company-field, .opc-english .fax-field { display: none; }

/* Passive */
#checkoutSteps .section .step-title                 {background: #f2f2f2; border-bottom: 3px solid #fff; cursor: default;}
#checkoutSteps .section .step-title .number         {float: left; padding: 5px; color: #b7b7b7; font-size: 0.7em; font-weight: bold;}
#checkoutSteps .section .step-title h2              {overflow: hidden; padding: 5px; color: #b7b7b7; font-size: 0.7em; margin: 0; border: 0; font-weight: bold; font-family: Arial, sans-serif; letter-spacing: 0 !important;}
/* Active */
#checkoutSteps .active .step-title                  {background: #f2f2f2; cursor: default;}
#checkoutSteps .active .step-title .number          {color: #868686;}
#checkoutSteps .active .step-title h2               {color: #868686;}
/* Allow */
#checkoutSteps .allow .step-title                   {cursor: pointer;}
/* Steps styles */
#checkoutSteps .step                                {padding: 10px 5px 15px; position:relative; }
#checkoutSteps .step h3                             {font-size: 1em; color: #e8c367; font-family: "dinpro-regularCustom", Arial, sans-serif; text-transform: uppercase; font-weight: normal; padding: 0 0 6px 0; margin: 0 0 30px 0; border-bottom: 1px solid #dadada; letter-spacing: -1px;}
#checkoutSteps .step h4                             {text-decoration: underline; padding: 0 0 15px 0;}
#checkoutSteps .step p                              {padding: 0 0 10px 0;}
#checkoutSteps .step p.required                     {text-align: right; padding: 0;}
#checkoutSteps .step ul                             {list-style: none; padding: 0 0 10px 0;}
#checkoutSteps .step li                             {padding: 0 0 4px 0;}
#checkoutSteps .step dl                             {font-size: 0.6em; text-transform: uppercase;}
#checkoutSteps .step dt                             {padding: 0 0 7px 0;}
#checkoutSteps .step dd                             {padding: 0 0 12px 0;}
#checkoutSteps .step dl dl,
#checkoutSteps .step dl dl label,
#checkoutSteps .step dl dl input,
#checkoutSteps .step dl dl .validation-advice,
#checkoutSteps .step dl dl select                   {font-size: 100%;}
.back-btn {float:left;margin-top:155px;}
#checkoutSteps .step .buttons-set                           {}
#checkoutSteps .step .buttons-set .forgot-password          {float: left; display: block;}
#checkoutSteps .step .buttons-set .back-link                {float: left; padding: 0;}
#checkoutSteps .step .buttons-set .back-link a              {}
#checkoutSteps .step .buttons-set .back-link a:hover,
#checkoutSteps .step .buttons-set .back-link a:focus        {}
#checkoutSteps .step .buttons-set .button                   {float: right;}
#checkoutSteps .step .buttons-set .please-wait              {float: right; color: #999; text-transform: uppercase; font-size: 0.6em; height: 17px; padding: 9px 0 0 0;}
#checkoutSteps .buttons-set.disabled button.button          { display:none; }

#checkoutSteps #checkout-review-table                       {}
#checkoutSteps #checkout-review-table h3                    {margin: 0; padding: 0; font-weight: normal; font-family: Arial, sans-serif; letter-spacing: 0;}
#checkoutSteps #checkout-review-table th                    {}
#checkoutSteps #checkout-review-table td                    {}

#checkoutSteps #payment_form_ccsave .v-fix                  {float: left; padding: 0 0 8px 0;}
#checkoutSteps #payment_form_ccsave .cvv-what-is-this       {position: relative; top: 5px;}

#checkoutSteps .buttons-set                                  {background: 0; padding: 30px 0 0 0;}

/* Setps styles exceptions */
#checkoutSteps #opc-login                                               {}
#checkoutSteps #opc-login  p                                            {font-weight: bold;}
#checkoutSteps #opc-login .form-list input.input-text                   {width: 332px;}
#checkoutSteps #opc-login .buttons-set                                  {}
#checkoutSteps #opc-login .buttons-set .button                          {float: left;}
#checkoutSteps #opc-login .buttons-set .forgot-password                 {float: right;}
#checkoutSteps #opc-login .buttons-set .forgot-password a               {color: #999;}
#checkoutSteps #opc-billing                                             {}                                                                          
#checkoutSteps #opc-shipping                                            {}
#checkoutSteps #opc-shipping_method                                     {}
#checkoutSteps #opc-payment                                             {}
#checkoutSteps #opc-review                                              {}
#checkoutSteps #opc-review td                                           {font-size: 0.65em;}
#checkoutSteps #opc-review h3                                           {font-weight: bold; color: #999; border: 0; padding: 0 0 5px 0 !important; margin: 0;}

#checkoutSteps #opc-review td dl                       {font-size: 100%;}
#checkoutSteps #opc-review td dt                       {padding: 0 0 2px 0; color: #ccc;}
#checkoutSteps #opc-review td dd                       {padding: 0 0 2px 8px; color: #ccc;}
#checkoutSteps #opc-review tfoot td strong             {font-size: 130%; font-weight: bold;}

#checkoutSteps .step li h4.head-edit-form              { padding: 0 0 3px; }
#checkout-payment-method-load label                    { position: relative; top:-3px; }


/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login {background: url('../images/bg_deco_1.jpg') no-repeat 0 0; padding: 0 0 0 262px; min-height: 544px;}
.account-login .new-users {}
.account-login .registered-users {}
.account-login .registered-users .form-list {padding: 22px 0 0 0;}
.account-login .buttons-set .button {float: left;}
.account-login .buttons-set .button-link {float: right;}

.account-create {background: url('../images/bg_deco_1.jpg') no-repeat 0 0; padding: 0 0 0 262px; min-height: 544px;}
.account-create .col-z {padding: 26px 0 0 0;}
/* Account Login/Create Pages ============================================================ */

/* Account Forgot Password =============================================================== */
div.forgot-password {background: url('../images/bg_deco_1.jpg') no-repeat 0 0; padding: 0 0 0 262px; min-height: 544px;}
div.forgot-password .form-list {padding: 22px 0 0 0;}

/* Contacts ============================================================================== */
.contacts {background: url('../images/bg_contacts.jpg') no-repeat 0 0; padding: 50px 0 0 616px;; height: 494px;}
.contacts .page-title {display: none;}
#contactForm {width: 260px;}
#contactForm #comment {width: 254px; height: 94px;}
#contactForm .wide .input-box {padding: 0; width: 260px;}
.contacts #messages_product_view {width: 260px;}
.contacts .buttons-set {padding: 0; background: 0; text-align: center;}
.contacts .buttons-set .required {position: static; text-align: right; color: #b0b0b0; padding: 6px 0 22px;}
.contacts .buttons-set .button {float: none;}

/* 404 page ============================================================================== */
.e404 {background: url('../images/bg_deco_1.jpg') no-repeat 0 0; padding: 0 0 0 262px; min-height: 544px;}
.e404 ul {padding: 0 0 20px 0;}
.e404 li { padding: 4px 0 4px 10px; font-size: 0.6em; text-transform: uppercase; background: url('../images/bullet.png') no-repeat 0 50%;}

/* SiteMap =============================================================================== */
.page-sitemap {background: url('../images/bg_deco_1.jpg') no-repeat 0 0; padding: 0 0 0 262px; min-height: 544px;}
.page-sitemap h2 {color: #7a7a7a; font-size: 0.6em; font-weigth: bold; padding: 0 0 20px 410px;}
.page-sitemap .pager {text-align: right; padding: 0; margin: 0; border: 0;}
.page-sitemap .pager .amount {float: right;}
.page-sitemap .links { font-size: 0.6em; text-transform: uppercase; padding: 0 0 3px; text-align: right;}
.page-sitemap .links a { color: #b2812a; text-decoration: none;}
.page-sitemap .links a:hover { }
.page-sitemap .sitemap {background: url('../images/bg_deco_2.jpg') no-repeat 40px 0; padding: 0 0 0 410px; min-height: 367px;}
.page-sitemap .sitemap a {color: #868686; text-decoration: none;}
.page-sitemap .sitemap a:hover,
.page-sitemap .sitemap a_focus {text-decoration: underline;}
.page-sitemap .sitemap li { padding: 4px 0 4px 10px; font-size: 0.6em; text-transform: uppercase; background: url('../images/bullet.png') no-repeat 0 50%;}
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; }
.page-sitemap .sitemap li.level-0 a {}

/* My Account ============================================================================ */
.my-account .title-buttons .link-rss { float:none; margin:0; }

.my-account .page-title h1      {font-size: 1.8em;}
.my-account h2                  {border-bottom: 1px solid #e5e5e5; padding: 0 0 9px 0 !important; margin: 0 0 20px -2px !important;}
.my-account h3,
.my-account h4                  {color: #444444; font-size: 0.7em; text-transform: uppercase; padding: 0 0 10px 0;}

/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg                     {padding: 0 0 38px 0;}
.dashboard .welcome-msg .hello              {font-weight: bold; color: #666;}
.dashboard .welcome-msg .hello strong       {font-weight: bold;}
.dashboard .dashboard-actions               {border-top: 1px solid #e5e5e5; padding: 6px 0 0 0; font-size: 0.6em; text-transform: uppercase;}
.dashboard .dashboard-actions a             {color: #444444;}
.dashboard .box-content                     {padding: 0 0 55px 0; overflow: hidden;}
.dashboard .box-content a                   {color: #d8ac40;}

/*.wishlist-index-share .my-account form h2,
.customer-address-form .page-title,
.customer-account-edit .page-title {display: none;}*/

.dashboard .address-block,
.my-account .fieldset-x {padding: 38px 0 0 0;}
.my-account .box-recent,
.my-account .order-info-box,
.my-account .addresses-list .item {padding: 0 0 38px 0;}

.my-account .order-date { padding: 5px 0 38px 0;}

/* Block: Recent Orders */
.dashboard .box-recent .box-head a {display: none; }

/* Block: Account Information */
.dashboard .box-info {}

/* Block: Reviews */
.dashboard .box-reviews .number { float:left; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-reviews .details { margin-left:20px; }

/* Block: Tags */
.dashboard .box-tags .number { float:left; font-size:10px; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-tags .details { margin-left:20px; }
/********** Dashboard > */

/* Address Book */
.addresses-list {}
.addresses-list-additional li.item {}

/* Order View */
.order-info { color: #818180; font-size: 0.6em; text-transform: uppercase;}
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { }

.order-info-box {}

.order-items { width:100%;}

.order-gift-message { margin:15px 0; }
.gift-message dt strong { color:#666; }
.gift-message dd { margin:5px 0 0; font-size:13px; }

.order-about { margin:15px 0; }
.order-about dt { }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { white-space:nowrap; }
.tracking-table th,
.tracking-table td { padding:1px 5px 0 0; }

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

/* Order Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* 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 Reviews */
.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; margin:0 0 10px; }
.product-review h3 {}
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { }
.product-review dd { margin:5px 0 0; }
/* ======================================================================================= */
/* Home ================================================================================== */


#photogallery                   {position: relative; width: 960px; height: 467px; background: #000;}
#photogallery_numbers           {display: none; position: absolute; z-index: 9999; bottom: 467px; right: 0;}
#photogallery_numbers span      {cursor: pointer; font-size: 1.25em; color: #fff; padding: 0 8px 0 0;}
#photogallery_numbers .active   {font-size: 2.5em; color: #5f97d1;}
#photogallery ul                {}
#photogallery li                {position: absolute; top: 0; left: 0; height: 467px;}

#pastillas                              {height: 70px;}
	.pastillas-item                     {position: relative; z-index: 100; float: left;padding-top:8px}
	
	    .pastillas-content              {position: absolute; z-index: 101; overflow: hidden; display: none;}
	        .pastillas-content a        {display: block;}
	        .pastillas-content img      {}
	    
	    .pastillas-link                 {position: relative; z-index: 102; display: block; height: 70px; overflow: hidden;}
	        .pastillas-link a           {display: block;}
	            .pastillas-link img     {position: absolute; top: 0; left: 0;}

/* ======================================================================================= */
/* Footer ================================================================================ */
.footer {border-top: 1px solid #d9d9d9;}
.footer p { }
.footer ul {}
.footer ul li { display:inline; }

.footer .misc {width: 576px; float: left; background: url('../images/logo_footer.png') no-repeat 2px 10px; padding: 14px 0 14px 80px;}
.footer .misc p {color: #545454; font-size: 0.55em; text-transform: uppercase; padding: 1px 0 2px 0;}
.footer .misc ul {font-size: 0.55em; text-transform: uppercase;}
.footer .misc li {display: inline; background: url('../images/bg_top-links.png') no-repeat 100% 50%; padding: 0 8px 0 6px;}
.footer .misc li.first {padding-left: 0;}
.footer .misc li.last  {padding-right: 0; background: 0;}
.footer .misc a         {text-decoration: none; color: #545454;}
.footer .misc a:hover,
.footer .misc a:focus   {color: #e8c367;}

.footer .block-subscribe {width: 300px; padding: 14px 0 0 0; float: right; text-align: right; position: relative;}
.footer .block-subscribe .validation-advice {position: absolute; top: 34px; right: 24px; text-align: right; padding: 3px 16px 0 0; background-position: 100% 0;}

.footer .block-subscribe label,
.footer .block-subscribe .input-text,
.footer .block-subscribe .button {vertical-align: middle;}

.footer .block-subscribe label span {color: #666; font-size: 0.7em;}
.footer .block-subscribe .input-text {border: 1px solid #c6c6c6; height: 15px; padding: 1px 2px 0 2px; font-size: 0.7em; color: #666; width: 130px;}

.footer .powered-by {clear: both; border-top: 1px solid #d9d9d9; padding: 6px 0 0 0; height: 22px;}
.footer .powered-by a {width: 76px; height: 16px; display: block; text-indent: -9999px; background: url('../images/brandlive_logo.png') no-repeat 0 0; float: right;}
/* ======================================================================================= */

.add-to-links .tiemposenvio,
.btn-need-help,
.opc-btn-need-help,
.product-btn-need-help {display: none;}

/* 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,
.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-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; }
/* ======================================================================================= */
