/**
 * 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) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

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

body          { /*text-align:center;*/  font-family:Arial; font-size:12px}

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

a             { text-decoration:underline; }
a:hover       { text-decoration:none; }
:focus        { outline:0; }

/* Headings */
h1            { font-size:20px; font-weight:normal; line-height:1.15; }
h2            { font-size:18px; font-weight:normal; line-height:1.25; }
h3            { font-size:16px; font-weight:bold; line-height:1.25; }
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; }
.page-print table th, .page-print table td {
    border: 1px solid #CCCCCC;
    color: #878686;
    padding: 10px;
}
.page-print h1, .page-print h2 {
    padding: 10px 0;
}
/* Content */
strong        { font-weight:bold; }
address       { font-style:normal; }
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 {}
.page { margin:0 auto; padding:10px 0; text-align:left; }
.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; background:#fff}
.main-container {}
.main { margin:10px 0; }

/* Base Columns */
/*.col-left { float:left; padding:0; }
.col-main { float:left; padding:0; }*/
.col-right {/* float:right; padding:0; */}

/* 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%; 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 { vertical-align:middle; color:#000; }
input.input-text,select,textarea { border:1px solid #ddd; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { padding:2px 5px; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { float:left; text-align:center; white-space:nowrap; }
button.button span span {/* padding:0 15px 0 0; height:30px; line-height:30px*/ }
button.disabled {}
button.disabled span {}

button.btn-checkout span {}
button.btn-checkout.no-checkout {}
.gift-messages-form p input,
p.control input.checkbox,
p.control input.radio { margin-right:6px; margin-top:-4px}
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li.control{ margin-bottom:5px;}
.form-list label { float:left; position:relative; z-index:0; padding:8px 0 7px;}
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#e70808; position:absolute; top:8px; right:-8px; }
.form-list li.control label { float:none; display:inline-block; padding:0; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; margin-top:-3px; *margin-top:-1px}
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
.form-list .input-box,.form-list .input-range { display:block; clear:both; }
.form-list .field { float:left; width:302px; /*padding-bottom:8px; */}
.form-list input.input-text { width:280px; }
.form-list textarea { width:280px; height:14em; line-height:16px}
.form-list select { width:298px; }
.form-list li.wide .input-box { width:350px; }
.form-list li.wide input.input-text { width:280px; margin-bottom:10px}
.form-list li.wide textarea { width:280px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:35px; padding-top:7px; }
.form-list li.additional-row p{margin-bottom:0}
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:118px; }
select.multiselect{height:auto !important}
.catalogsearch-advanced-index .buttons-set{float:left}
.sales-guest-form .form-alt li{padding-bottom:10px; float:left}
.sales-guest-form .form-alt li button.button{float:left}
.catalog-seo-sitemap-product .pager{clear:both}
.catalog-seo-sitemap-product #sitemap_top_links li{margin-right:0px}
/* 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:auto; margin-right: 5px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:30px; }
.form-list .customer-dob .dob-year { width:auto; }
.form-list .customer-dob .dob-year input.input-text { width:46px; }
.buttons-set p.back-link{ margin:0; }
.buttons-set { clear:both; padding:0; margin:20px 0 0}
.buttons-set .back-link small { display:none;}
.buttons-set button.button { float:left;  margin-right:5px;}
.buttons-set p.required { margin:0 0 5px; }

.buttons-set-order {}

.fieldset { float:left; width:49%}
.fieldset .legend { font-weight:bold; position:relative; text-transform:uppercase; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:5px 0; padding-left:17px; padding-top:2px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#e70808; float:left; width:100%}
.validation-failed { border:1px solid #ff0101 !important; background:#f4bebe !important; }
.validation-passed {}
p.required {  text-align:left; color:#ff0000; clear:left; padding-top:5px;}
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative;float:none }

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

.messages{ list-style:none !important; margin:0 0 10px; padding:0 ; }
.messages ul { list-style:none !important; padding:0 ; margin-bottom:0}
.messages { width:100%; overflow:hidden; /*margin-top:30px;*/ }
.messages li li { margin:0 0 3px; }
.error-msg,
.note-msg,
.notice-msg { border-style:solid; border-width:1px; background-position:10px 9px; background-repeat:no-repeat; min-height:14px; padding:8px 8px 8px 32px; overflow:hidden }
.error-msg { border-color:#f16048; background-color:#ffe3e3; background-image:url(../images/i_msg-error.gif); color:#df280a; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs { font-size:10px; line-height:16px; clear:both;padding:7px 0px;margin:0px;}
.breadcrumbs ul{margin:0}
.breadcrumbs li { display:inline; }
.breadcrumbs li span.separator{background: url(../images/i_breadcrumb.png) no-repeat;display: inline-block;text-indent: -9999px;width: 5px; margin:0 10px 0 12px;position:relative;top:5px;}

/* Page Heading */
.page-title { padding:0px;/*my acc*/ margin:0px; }
.page-title h1,
.page-title h2 { font-size:18px; color:#000; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }
.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; }

/* Pager */
.pager { padding:0; margin:0; text-align:center; }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin:0; line-height:29px; float:right}
.my-account .pager .pages{clear:both}
.my-account .pager .pages{clear:both}
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current {}
.pager .pages li { display:inline; margin:0 5px;text-align:center;line-height:13px;}
.pager .pages li a .v-middle{margin-top:-4px}
.pager .pages li a.previous,
.pager .pages li a.next{text-transform:uppercase;margin:0;height:9px; text-decoration:none}
.pager .pages li a.previous span{padding-right:15px;}

/* Sorter */
.sorter {padding:0; margin:0; }

.pager label,
.limiter label,
.sort-by label{margin-right:10px; margin-top:11px; float:left; text-transform:uppercase;}
.sorter .view-mode { float:left; margin:11px 35px 8px 0 }
.view-mode label{float:left}
.sorter .limiter{float:left; margin-right:40px; margin-bottom:8px; text-align:right}
.sorter .sort-by { float:left; margin-bottom:8px; text-align:right}
.sorter .link-feed {}

/* Toolbar */
.toolbar {padding-bottom:35px; padding-top:15px}
.toolbar-bottom .toolbar{padding-top:0; padding-bottom:0}
.toolbar .pager {display:none}
.toolbar-bottom .pager {display:block}
.toolbar-bottom .sorter{display:none}
.toolbar .sorter {}
.toolbar-bottom {}
.pager .amount{ text-transform:uppercase; margin-top:8px;}


/*View mode*/
.view-mode strong.grid ,.view-mode .grid:hover {   background-position:0 -200px;}
.view-mode .grid, .view-mode .list {  display:inline-block; height: 14px; margin-top:0; text-indent: -9999px; width: 14px; float: left; margin-left:7px;  background: url("../images/icons.png") no-repeat scroll 0 0 transparent;-moz-transition: all 400ms ease; -webkit-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease;}
.view-mode .list{}
.view-mode a.list { background-position:-18px -200px;  overflow: hidden;}
.view-mode a.grid { background-position:0px -216px}
.view-mode strong.list,.view-mode .list:hover {  background-position: -18px -216px;}


/* 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(../images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -53px; }
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(../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; }

/* 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 { }
.links li.last { /*background:none !important; padding-right:0 !important; */}

.link-cart { font-weight:bold; }
.catalog-product-compare-index .link-print { background:url(../images/i_print.png) 12px 8px no-repeat; padding:2px 0 2px 25px; margin-top:9px; display:inline-block; }
.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/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:9px; height:9px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; margin-right:2px;}

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


.separator { margin:0 6px 0 10px; }

.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; }

/* Cookie Notice */
.notice-cookie { border-bottom:1px solid #cfcfcf; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.notice-cookie .notice-inner { width:870px; margin:0 auto; padding:12px 0 12px 80px; background:url(../images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.notice-cookie .notice-inner p { margin:0 0 10px; border:1px dotted #cccc73; padding:10px; }
.notice-cookie .notice-inner .actions { }

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


/* Header ================================================================================ */
.logo { float:left; }
.header-container {}
.header {/* padding:10px; border:1px solid #ddd;*/}
.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; }
.quick-access{float:right;}
.header .welcome-msg {float:right; color: #969898; float: left; text-transform: uppercase; }
.header .welcome-msg a {}
.header .links { float:right; margin-bottom:0}

.header .form-search { text-align:left; }
.header .form-search label{ display:none; }

.header .form-search .search-autocomplete { z-index:999; position:absolute; left: 0 !important; top: 37px !important;z-index: 999;}
.header .form-search .search-autocomplete ul {background-color: #FFFFFF;border: 1px solid #DDDDDD;}
.header .form-search .search-autocomplete li.selected { background: none repeat scroll 0 0 #F7E8DD;}
.header .form-search .search-autocomplete li { border-bottom: 1px solid #DDDDDD; cursor: pointer; padding: 3px;}
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-language { clear:both; text-align:right; }
.header-container .top-container { clear:both; text-align:right;}
.form-language label{ display:none;}
.form-language ul li{ float:left; margin-right:10px; padding-bottom:0; }

.emarea2 ul.hoz strong{font-family: Arial}
.icon.f-left{margin-right:5px}



/********** < Navigation */
.nav-container {}
#nav { border:1px solid #ddd; padding:5px 0; margin:10px 0;  }

/* All Levels */
#nav li { text-align:left; position:relative; }
#nav li.over { z-index:998; }
#nav li.parent {}
#nav li a { display:block; text-decoration:none; }
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav li ul a span { white-space:normal; }

/* 1st Level */
#nav li { margin:0;}
#nav li a {line-height: 48px; text-transform: capitalize;}
#nav li li a:first-child{padding-left:10px}
#nav li a:hover {  }
#nav li.over a,
#nav li.active a {  }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:15em; top:25px; left:-10000px; border:1px solid #ddd; background:#fafafa; }
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ leven */
#nav ul ul,
#nav ul div { top:-11px; }

#nav ul li { float:none; border-bottom:1px solid #ddd; }
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:3px 9px; font-weight:normal;}
#nav ul li a:hover { }
#nav ul li.active > a,
#nav ul li.over > a {}

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub {  }
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.sidebar .widget{margin-bottom:20px}
.block .block-title { padding:0px; }
.block .block-title strong { }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin-bottom:5px}
.block .block-content { padding:10px; }
.block .block-content li.item,.widget-static-block  li { padding:3px 0; }
.block .block-content li.item.last { padding-bottom:0; }
.block .btn-remove,
.block .btn-edit { float:right; margin-left:5px}
.block .actions { }
.block .actions a { float:right; text-transform:uppercase; }
.block .empty {margin-bottom:0}

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

/* Mini Products List */
.block .block-content li.items,
.mini-products-list li { padding:5px 0; clear:both}

.mini-products-list .product-image { float:left; width:90px; padding:2px 10px 5px 0;  }
.mini-products-list .product-details { margin-left:95px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

/* Block: Account */
body .block-account{ margin-top: 20px; }
.block-account .block-title {padding-bottom:6px;}
.block-account .block-content li a { display:inline-block; padding:6px 0 8px; text-decoration:none !important;}
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current{padding:6px 0 8px}
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block.block-currency .block-title{line-height:17px; padding-right:10px;}
.block-currency { float:right; }
.block-currency .block-title span { text-transform:uppercase; font-size:10px;}
.block-currency select { width:90px; border:1px solid #51504f; background:transparent; font-size:10px; padding:0; }
.block.block-currency >div{ float:left; padding:0;}
.sidebar .block.block-currency select{ width:100%;}



/* Block: Layered Navigation */
/*.block-layered-nav li { padding:3px 0; position:relative;}
.block-layered-nav dt { font-weight:bold; font-family:Arial}
.block-layered-nav .block-subtitle{ padding-bottom:1em;}
.block-layered-nav .btn-remove { position:absolute; right:0; top:6px; }*/
.block-layered-nav {margin-bottom:7px; padding-bottom:17px }
.block-layered-nav .block-title {padding-bottom:13;}
.block-layered-nav .block-subtitle {text-transform:uppercase;padding:10px 0 10px 0;clear:both; display:none}
.block-layered-nav .block-content {padding:0; border:none;}
.block-layered-nav dl{margin-bottom:0}
.block-layered-nav dt {text-transform:uppercase;padding:0px 0px 5px; margin-bottom:0}
.block-layered-nav dd {padding:0px 0px 2px;}
.block-layered-nav dd  li{padding:0}
.block-layered-nav dd  li:hover a{text-decoration:none;}
.block-layered-nav dd.last { background:none;padding:0; margin-bottom:0}
.block-layered-nav .currently li {position:relative; z-index:1; line-height:1.5; padding-right:15px }
.block-layered-nav .currently .label { font-weight:bold;text-transform:capitalize; display:inline-block; vertical-align:top;margin:10px 0 0 0;font-size:11px; }
.block-layered-nav .currently .value { display:inline-block; vertical-align:top; font-size:11px;margin:10px 0 0 0;}
.block-layered-nav .currently .btn-remove{position:absolute; right:0; top:11px;}


/* Block: Cart */
.block-cart {}
.block-cart .summary {}
.block-cart .amount {}
.block-cart .subtotal { }
.block-cart .actions { padding-bottom:10px;}
.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 5px 0; }

/* Block: Wishlist */
.block-wishlist .block-content li.item {padding:0 0 20px}
#wishlist-table input{ clear:left; display:block; margin:5px 0; }
#wishlist-table th{white-space:normal !important}
#wishlist-table .cart-cell p{ clear:left; display:block; margin:5px 0; }
#wishlist-table .cart-cell p.old-price{ margin-top:0}
#wishlist-table .cart-cell{display:inline}
#wishlist-table td .btn-remove2{margin-top:6px}
.block-wishlist .block-content{margin-bottom:15px}
.block-wishlist #wishlist-sidebar{margin-bottom:0}
.block-wishlist li .product-name{margin-right:15px}
.block.block-wishlist li.item .btn-remove{margin-top:3px}
.block.block-wishlist .price-box{padding-bottom:7px; padding-top:1px}
.block-wishlist li.item{text-align:center}
.block-wishlist li.item a.product-image{text-align:center; float:none}
.block-wishlist .product-details{width:100%; clear:both; text-align:left; margin:10px 15px 0 0}
.block-wishlist .product-details .product-name{margin-bottom:0}
.block-wishlist .block-subtitle{margin-bottom:10px}
/* Block: Related */
.block-related .block-content li.item { padding:0 0 10px; }
.block-related input.checkbox { float:left; margin-right:-20px; margin-top:1px}
.block-related .product { margin-left:20px; }
.block-related .product .product-image { float:left; }
.block-related .product .product-details { margin-left:70px; }
.block-related .block-content li.item .link-wishlist{background:none; font-size:12px}
.block-related .block-content li.item .price-box{padding:0 0 5px}

/* Block: Compare Products */
.block-compare li .product-name{margin-right:15px;  }
.block.block-compare li.even {background-color:none}
.block.block-compare li.item .btn-remove {margin-top:4px;}
.block-compare ol { list-style:none; padding-left:0 }
.block-compare .actions button.button{float:left; margin-right:10px; margin-bottom:10px;}
.block-compare .actions a { text-transform:uppercase; margin-top:5px; float:left;}
.compare-table td p{ margin:10px 0;}
.compare-table td .product-name{ margin-top:10px}
.compare-table td .product-image{ margin:0 auto; text-align:center}
.compare-table td .btn-remove{ float:left}
.compare-table th{font-size:18px; color:#303030; text-transform:capitalize}
.page-popup .buttons-set { padding-right:0;}
.page-popup .buttons-set button.button{float:right; margin-right:0;}

/* Block: Recently Viewed */
.block-viewed ol p { margin-bottom:0; }

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

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

/* Block: Subscribe */
.block-subscribe input.input-text { width:198px}
.block-subscribe .input-box { width:220px; }

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:1px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; margin-bottom:0;}
.block-reorder .actions a{margin-top:6px; float:left}

.block-reorder .actions button.button{margin-right:20px; float:left}
/* Block: Banner */
.block-banner {float:left}
.block-banner .block-content { text-align:center; }

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

/* 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:0 0 7px;}
.category-image {width:100%; overflow:hidden; margin:16px 0 25px 0; text-align:center; }
.category-image img {width:100%}
.category-description {margin:0;padding:10px 0;margin:0 0 15px 0; }
.category-products {}
.add-to-links li {float:left; margin-bottom:5px ; background:url(../images/line-compare.png) 0 center no-repeat; padding-left:10px;}
.add-to-links li:first-child{margin-right:10px; background:none; padding-left:0}
.add-to-links li .separator{display:none}
.category-products .products-grid,
.category-products .products-list {
   
}
/* View Type: Grid */
.products-grid {position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; /*width:138px;*/ padding:0px 0px 10px; }
.products-grid .product-image { display:block; margin: 5px 5px 10px; }
.products-grid .product-name { margin:0 0 2px; font-weight:bold;  }
.products-grid .product-name a {}
.products-grid .price-box { margin:0px 0 5px; }
.products-grid .price-box .special-price { margin:0px; }
.products-grid .price-box .minimal-price{ margin:0px; }
.products-grid .availability { }
.products-grid .ratings .rating-box { margin-top:1px; *margin-top:2px; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:632px; margin:0 auto; }
.col1-layout .products-grid { width:790px; margin:0 auto; }
.products-grid  .btn-cart { clear: both; margin: 10px 10px 0 0; display:block}
.products-grid .add-to-links { float: left; margin: 12px 0 0; }
/* View Type: List */
.products-list li.item { padding:10px 0; }
.products-list li.item.last { border-bottom:0; padding-bottom:0}
.products-list .product-image { float:left; margin:0 0 10px; }
.products-list .product-shop { overflow:hidden; }
.products-list .product-name { margin:0 0 2px; font-weight:bold; font-size:13px; }
.products-list .product-name a {}
.products-list .price-box { margin:10px 13px 6px 0; }
.products-list .price-box .special-price { margin:0px; }
.products-list .price-box .minimal-price{ margin:0px; }
.products-list .availability { margin:3px 0 0; display:block; }
.products-list .desc { clear:both; padding:4px 0 0; margin:0 0 7px; line-height:1.35; }
.products-list .add-to-links { float: left; margin: 11px 0 0; padding:0; min-width:70px}
.category-products .products-list .product-image{margin-right:25px;}
.category-products .products-list .product-shop{min-width:130px;}
.category-products .products-list .add-to-links{float:right}
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { }
.products-list .btn-cart { clear: both; float: left; margin: 4px 10px 0 0;}

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


/* Product View ========================================================================== */
/* Rating */
.no-rating,
.ratings,.tags { font-size:11px; line-height:1.25; margin:0px; overflow:hidden}
.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:110px; height:21px; font-size:0; line-height:0; background:url(../images/bkg_rating.png) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:21px; background:url(../images/bkg_rating.png) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; margin-top:1px}
.ratings .amount {}
.ratings-table th, .ratings-table td { padding: 2px 0 6px; text-transform: capitalize;}
.ratings-table th{ padding:2px 18px 3px 0}

/* Availability */
.availability { margin:0; padding:5px 0}
.availability-only { margin:0 0 7px; }
.availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong {}

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#f2f2f2; font-size:10px; padding:0 8px; }
.availability-only-details td { border-bottom:1px solid #ddd; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last {}
.product-view .availability.in-stock {margin: 7px 0 0; padding-bottom: 7px; width: 100%; padding-top:12px}
/* Email to a Friend */
.email-friend{padding-top:2px; margin-bottom:6px}
.email-friend a{text-transform:capitalize; font-size:12px}

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

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

.price-box {}
.price-box .price { font-weight:normal; }

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:normal; }

/* Old price */
.old-price {margin-bottom:4px}
.old-price .price-label { white-space:nowrap; display:none}
.old-price .price { font-weight:normal; text-decoration:line-through; }

/* Special price */
.special-price {}
.special-price .price-label { font-weight:normal; white-space:nowrap; display:none}
.special-price .price { font-weight:normal; }

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

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

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

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

/* Configured price */
.configured-price {}
.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 {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }

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

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

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

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

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

.tier-prices-grouped {}

/* Add to Links */
.std ul.add-to-links{list-style:none; padding:0}
.add-to-links .separator {margin-left:0 }

/* Add to Cart */
.add-to-cart label { float: left; font-size: 10px; font-weight: bold; margin: 0px 10px 0 0; text-transform: capitalize;}
.add-to-cart .qty {  float:left; width: 30px !important; clear:both; margin-top:10px}
.add-to-cart button.button { float:left; margin-left:5px; }
.add-to-cart .paypal-logo { clear:left; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; text-align:left; padding-top:4px;}


/* Add to Links + Add to Cart */
.add-to-box { /*display:inline-block;*/}
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:0 10px; display:none}
.add-to-box .add-to-links { float:left; }
.product-view .product-options-bottom .add-to-cart div,
.product-view .add-to-box .add-to-cart div{padding-bottom:10px}

/* Product Images */
.product-view .product-img-box { float:left; position:relative;z-index:2;}
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0 0 15px;width:300px; text-align:left; float:left; position:relative}
.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 { text-align:center; float:left; display:block; clear:both; width:320px}
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; float:left; clear:left; width:235px;}
.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(../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 h2 { margin-bottom:0 }
.product-view .product-img-box .more-views ul { margin-left:0 }
.product-view .product-img-box .more-views li { float:left; margin:0 0 0 9px; width:88px; min-height:88px; overflow:hidden}
.product-view .product-img-box .more-views li:first-child {margin:0}

.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 { margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .add-to-cart button.button { clear:left; margin-top:14px; margin-left:0;}
.product-view .product-shop { margin-left:380px; text-align:left;}
.product-view .product-img-box { float:left; display:inline-block; }
.product-view .product-name {margin-bottom:3px}
.product-view .short-description { padding-top:11px; margin-top:18px}


/* Product Options */
.product-options { padding:10px 0; /*margin:10px 0 0; border:1px solid #ddd; background-color:#f6f6f6;*/ overflow:hidden}
.product-options dt label { font-weight:bold; }
.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%; background:none }
.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:100%; margin-bottom:5px; height:auto}
.product-options .options-list li{ margin:5px 0}
.product-options .options-list input.radio { float:left; margin:1px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:1px -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:0; /*border:1px solid #ddd; border-top:0;*/ }
.product-options-bottom .price-box { margin:10px 0; }
.product-options-bottom .add-to-links{overflow:hidden; padding-top:10px}

/* Grouped Product */
.product-view .grouped-items-table {margin-bottom:20px}
.product-view .product-shop .grouped-items-table td{vertical-align:middle}
.product-view .product-shop .grouped-items-table .price-box{ margin-bottom:0; padding-bottom:0}

/* Block: Description */
.product-view .box-description {}
.product-view .box-collateral {margin:0px 0 35px; padding-top:10px}
.product-view .product-collateral.tab_content {margin:18px 0 22px; float:left; width:100%}

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

/* Block: Upsell */
.product-view .box-up-sell { clear: both; margin: 0; overflow: hidden; padding: 15px 0 10px; position: relative;}
.ui-tabs .tab_content .box-up-sell{padding-top:27px}
.product-view .box-up-sell .slideshow-box{padding-top:20px}
.product-view .box-up-sell .products-grid td { width:25%; }
.product-view .box-up-sell li.item{height:auto;overflow:hidden;margin-bottom:0; float:left; position:relative;}
.product-view .box-up-sell li.item:first-child{border-left:none}
.product-view .box-up-sell li.item button.button{float:left; margin-right:10px}
.product-view .box-up-sell li.item .product-image{margin-bottom:15px; display:block}
.product-view .box-up-sell li.item .price-box{overflow:hidden;}
.product-view .box-up-sell li.item .actions{overflow:hidden; overflow:hidden; padding-top:13px}

/* Block: Tags & box-tags*/
.block-tags ul,
.block-tags li { display:inline;}
.block-tags ul{margin-bottom:0; padding-bottom:15px; display:block}

.my-tag-edit{ position:relative; float:left;}
.my-tag-edit .btn-remove {position:absolute; right:-20px; top:2px;}
.product-view .box-tags {}
.product-view .box-tags h3 { font-size:11px;font-weight:normal;padding:2px 0 0 0; }
.product-view .box-tags .form-add p { clear:both; }
.product-view .product-tags li{ float:left; padding-right:20px; padding-bottom:5px; white-space:nowrap;}
.product-view .product-tags li a{ text-transform:lowercase; }
.product-view .form-add{ /*padding-top:10px;*/}
.product-view .box-tags .form-add{ border-top:0; margin-top:0; clear:both; overflow:hidden}
.product-view .box-tags .form-add label { display:block; font-size:12px; margin:0; color:#141414;text-transform:capitalize;clear:both;padding:3px 0 7px;}

.product-view .box-tags .form-add .input-box {width:50%;min-height:26px;clear:both;margin:0 9px 0 0;float:left; }
.product-view .box-tags .form-add input.input-text { width:99% !important;margin:0 0 5px; height:28px; line-height:28px}
.product-view .box-tags .form-add button.button span span{padding:9px 15px; text-transform:uppercase;}
p.note{ padding-top:7px;}
#review-form .data-table{ width:auto;}
#review-form .data-table th,#review-form  .data-table td{ border:none; font-size:11px; text-transform:capitalize; font-weight:normal; text-align:center;}
#review-form .data-table th:first-child{padding-left:0; text-align:left}
#review-form .data-table tbody th{ padding-top:6px 20px 6px 0}
#review-form h4{ font-size:12px; text-transform:capitalize; font-weight:bold; margin-top:27px}
.adapt-3 #review-form .form-list input.input-text{width:405px}
.adapt-3 #review-form .form-list textarea{width:405px}
.adapt-2 #review-form .form-list input.input-text{width:315px}
.adapt-2 #review-form .form-list textarea{width:315px}
/* Block: Reviews */
.box-reviews dt:first-child { padding-top:0; margin-top:0}
.box-reviews dt { font-weight:normal; padding-bottom:0px; margin:0; padding-top:15px}
.box-reviews dt a{ display:inline;}
.product-collateral.tab_content .box-reviews{margin-top:0 !important}
.box-reviews { }
.box-reviews .review-list { float: left; margin-right: 5%; width: 48%;}
.box-reviews h2 { line-height: 25px; margin: 0; padding: 0 0 15px;}
.box-reviews dl { margin: 0 30px 36px 0;}
.box-reviews dd { }
.box-reviews dd p small{font-style:italic}
.box-reviews .form-add { }
.box-reviews .form-add h2 { /*padding-bottom: 15px;*/}
.box-reviews .form-add h3 { padding-top: 0px;}
.box-reviews .form-add h4 { margin: 33px 0 10px;  padding: 5px 0; text-transform: uppercase;}
.box-reviews .buttons-set{margin-top:18px}
.box-reviews button.button span span{padding:5px 15px}
.dashboard .box-reviews .ratings strong{margin-top:1px}

.grid_12.grid_content .box-reviews .review-list{width:100%; margin-right:0}
.grid_12.grid_content .box-reviews .form-add{width:100%; margin-right:0}

/* Send a Friend */
.send-friend {}
/* ======================================================================================= */
/*Contact =================================*/
.contacts-index-index .fieldset .legend{display:none}
.contacts-index-index .grid_content .form-list input.input-text,
.contacts-index-index .grid_content .form-list li.wide textarea{width:420px}
.contacts-index-index .grid_content .buttons-set{float:left; width:100%; margin-top:20px}
.contacts-index-index .grid_content button.button{margin-right:20px}
.contacts-index-index .grid_content button.button span span{text-transform:uppercase; padding:5px 33px}
.contacts-index-index .grid_content .buttons-set p.required{float:left; clear:none; margin-top:3px}
.adapt-0.contacts-index-index .grid_content .form-list input.input-text,
.adapt-0.contacts-index-index .grid_content .form-list li.wide textarea{width:280px}

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

/* Product Tags */
.tags-list li { display:inline; padding-right:20px;}

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

/* CMS Home Page */
.cms-index-index .secondary ul { padding-left:0;}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 0 -24px 0; }
.page-sitemap .pager .pages { margin:24px 0 0 0; }
.page-sitemap .links li { margin-right:0px }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px 0; }
.page-sitemap .sitemap a {}
.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 {}

/* 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; }
/* ======================================================================================= */
/*quickshop*/
body.quickshop-index-view{ padding:47px 20px 20px; background:#fff}
body.quickshop-index-view .product-options-bottom{padding-bottom:10px; overflow:hidden}
body.quickshop-index-view .add-to-links{padding-bottom:10px; overflow:hidden; margin-bottom:0; padding-top:12px}
body.quickshop-index-view .product-view .add-to-box{margin-top:10px}
/* Shopping Cart ========================================================================= */
.cart .shipping-form p { margin:0; padding-bottom:14px }

/* Checkout Types */
.checkout-onepage-index .block-cart-top .btn-remove,
.checkout-multishipping-addresses .block-cart-top .btn-remove,
.checkout-multishipping-shipping .block-cart-top .btn-remove,
.checkout-multishipping-billing .block-cart-top .btn-remove,
.checkout-multishipping-overview .block-cart-top .btn-remove{ display:none;}
.opc .buttons-set{margin-top:0}
.opc .buttons-set p.required{margin-bottom:15px}
.opc .form-list .field{ margin-right:10px; }
.opc .form-list li.wide .input-box{ margin-bottom:0px; }
.opc .form-list li.wide input.input-text{ width:592px; }

.checkout-multishipping-address-newshipping .form-list li.wide .input-text{ margin-bottom:10px;}
.checkout-multishipping-address-newshipping .buttons-set p.required{ margin-bottom:15px;}
.checkout-multishipping-address-newshipping .form-list li.control{ padding-top:10px; }


.cart .checkout-types { float:left; text-align:left; margin:0; padding-left:0; padding-top:13px; }
.cart .checkout-types li {margin-bottom: 10px;}
.cart .checkout-types li:first-child{margin-bottom:17px}
.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:3px 55px 8px 0; line-height:1.0; font-size:11px; }
#checkout-step-login .col-2 .buttons-set button.button{ clear:both; margin-top:16px; margin-right:20px}
#checkout-step-login .col-1 .buttons-set{ clear:left; margin-top:-19px}
#checkout-step-login .col-2 .buttons-set a{ padding-top:5px; }
#checkout-step-login .col-2 p.required{float:left; clear:none;margin-top:20px}
#review-buttons-container.buttons-set{ float:right; padding-right:0; margin-top:19px; position:relative; min-width:300px; padding-bottom:30px}
#review-buttons-container.buttons-set .f-left{ margin-right:0; margin-bottom:17px; float:right !important; clear:both}
#review-buttons-container.buttons-set button.button{ float:right; margin-right:0}
#review-buttons-container.buttons-set button.button span span{padding:14px 50px}
#review-buttons-container .please-wait{ padding-top:0px; float:right; position:absolute; right:0; top:42px;}
.checkoutsimplificado-index-index #review-buttons-container .please-wait{ position:static;}
#checkout-step-billing .form-list li.control{margin-top:10px}
#checkout-step-shipping .form-list li.control{margin-top:10px}
#shipping-new-address-form ul{margin-bottom:0}

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }
.cart-table tfoot td{ padding:30px 0 0; border:none;}
.cart-table tfoot td button.button{ float:left; margin-right:10px; margin-bottom:5px}

/* Shopping Cart Collateral boxes */
.crosssell h2{padding-right:45px}
.cart .cart-collaterals {padding-top: 34px; width: 100%; margin:0}
.cart .cart-collaterals select{ width:89.5%}
.cart .cart-collaterals .col2-set { float:left; width:67%; padding-bottom:49px}
.cart .cart-collaterals .checkout-types a { }

.cart .crosssell { margin: 0; overflow: hidden;  padding: 15px 0 0; float:left; clear:both; width:100%}
.cart .crosssell .product-name { margin-bottom:2px;}
.cart .crosssell .product-image { display:block; margin-bottom:10px;}
.cart .crosssell .product-details { clear:left;}
.cart .crosssell .price-box { margin:3px 0 10px;}
.cart .crosssell li.item { margin:12px 0; float:left;}
.cart .crosssell li.item.last { padding-right:0;}
.cart .crosssell .in-stock{padding-bottom:10px}
.cart .crosssell .ratings{margin:0; padding-bottom:15px}
.cart .crosssell button.button{float:left; margin-right:10px; margin-bottom:5px}

/*.grid_12.grid_content .product-view .box-up-sell li.item{width:540px}

.grid_24.grid_content .crosssell li.item{width:347px}
.adapt-2 .grid_24.grid_content .crosssell li.item{width:294px;  padding-right:20px}
.adapt-1 .grid_24.grid_content .crosssell li.item{width:331px; padding-right:20px}
.adapt-0 .grid_24.grid_content .crosssell li.item{width:300px; padding-right:0px}*/


/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount label{ display:block; margin:7px 0}
.cart .shipping {}

/* Shopping Cart Totals */
.cart .totals { float:left; padding-bottom:35px; width:33%}
.cart .totals table td { line-height: 16px; padding: 0;}
.cart .totals table td.a-right{text-align:left !important; padding-right:20px}
.cart .totals table td:first-child { padding-right:10px;}
.cart .totals table th { font-weight:bold; padding:5px; }


/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; padding-top:7px}
.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:210px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; margin-left:-169px}
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:12px; left:50%; }
.col-left .truncated .show .item-options { left:30px; top:12px; }
.col-right .truncated .show .item-options  { left:0px; top:12px; margin-left:-100px }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; line-height:24px}
.sp-methods dt input.radio{margin-top:-3px}
.sp-methods input.radio{margin-top:-3px}
.sp-methods label{font-weight:bold;}
.sp-methods .price { font-weight:bold; }
.sp-methods select.month { margin-right:15px; width:141px}
.sp-methods select.year { width:130px}
#opc-shipping_method .sp-methods dt{float:left; margin-right:7px}
#opc-shipping_method .sp-methods dd{line-height:24px}
#opc-shipping_method .buttons-set{margin-top:14px}
#opc-shipping_method #onepage-checkout-shipping-method-additional-load{float:left; padding:0 0 10px}
.opc .sp-methods label{font-weight:normal}
.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 1em; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

/*.sp-methods li{ margin-bottom: 10px; }*/
.product-shop .block-shipping-estimate .sp-methods dd>ul>li{ /*list-style-type: disc;*/ line-height: 1.5em;}
.box-webjump-relatedproducts .sp-methods li{ margin-bottom: 0; height: 26px; }
.shipping-estimate-or{ height: auto; }

#shopping-cart-totals-table .vendor-address{ font-size: 80%; }

.please-wait { float:right; margin-right:5px; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { cursor:help; margin-left:10px; line-height:36px; color:#646464}

/* 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{padding:10px 0 0}
.gift-messages h3{font-size:14px}
.gift-messages-form { border:1px solid #ddd; background-color:#f5f5f5;  position:relative; padding:5px;}
.gift-messages-form label { float:none !important; position:static !important; display:inline-block;}
.gift-messages-form p label { display:inline;}



.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; font-weight:bold; 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 { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {padding:10px 0; overflow:hidden; clear:both}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em !important; overflow:auto; }
.checkout-agreements .agree { padding:6px 0; margin-top:10px}
.checkout-agreements .agree input.checkbox{margin-top:-3px}

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

/* Generic Info Set */
.info-set {}
/********** Common Checkout Styles > */
.block-progress { border:0; margin:0; background:none}
.block-progress .block-title {}
.block-progress .block-title strong { font-size:13px; color:#0a263c; }
.block-progress .block-content { background:none; padding:0 0 8px}
.block-progress dt {padding:7px 0; color:#969898;position:relative;font:12px Arial; margin:0 !important}
.block-progress dt:last-child{}
.block-progress dd {border-top:0; padding:8px 0; margin:0 0 6px; }
.block-progress dt.complete {color:#969898;}
.block-progress dt.complete a{color:#119BFB;font:11px Arial;text-transform:capitalize;padding-left:0px;clear:both;margin-left:2px;}
.block-progress dd.complete {padding-bottom:6px;margin-bottom:0;padding-top:8px;}
.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; }

/* One Page Checkout */
.checkout-onepage-index .page-title{display:none}
.block-progress dd address { margin-bottom:0;}
.block-progress dd { padding-bottom:10px;}
.opc { position:relative; }

.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:32px; line-height:32px; float:left; padding-top:0px; }

.opc li.section {margin:0 0 12px 0;}
.opc li.section.active {margin-top:17px;}
.opc li#opc-login {margin-top:0px !important;}
.opc li#opc-billing {margin-top:0px !important;}
.opc .step-title { text-align:right;}
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; display:none; }
.opc .step-title h2 { float:left; margin:0; text-transform:uppercase; }
.opc .step-title a { display:none; float:right; }

.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title { cursor:default; }

.opc .step { padding:27px 0 31px 0;}
.opc #checkout-step-billing.step { padding:19px 0 28px 0;}
.opc #checkout-step-shipping_method.step { padding:23px 0 47px;}
.opc #opc-payment.step { padding:24px 0 11px 0;}
.opc #checkout-step-review{padding-top:0;}
.opc .step .tool-tip { right:10px; }

.opc .order-review {padding-top:30px}
.opc .order-review .authentication {}
.opc .order-review .warning-message {}

.opc .form-list li.control {line-height:20px}
.opc .form-list li.control input.radio,.opc .form-list li.control input.checkbox{margin-top:-4px}

#checkout-review-table td{border:none}

#checkout-review-table th{border:none}
/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { border-top: 10px solid #999999; color: #ABB5BA;float: left; font-weight: bold; margin: 0 3px 0 0; padding: 2px 0 0; text-align: center; width: 19%; }
.checkout-progress li.active { border-top-color:#E96200; color:#E96200; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}
.multiple-checkout #checkout-review-submit{padding-top:20px}
.multiple-checkout #checkout-review-submit #review-buttons-container{padding-top:20px}

#multiship-addresses-table td .btn-remove2{margin-top:13px}
#multiship-addresses-table td .product-name{margin-top:7px}
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.customer-account-login .col-main{padding-bottom:42px;}
.account-login .col2-set .col-1{width:33%;float:left;}
.account-login .col2-set .col-2{width:50%;float:right; overflow:hidden}
.account-login .col2-set .col-2.new-users{float:left;}
.account-login .content h2 {font:bold 10px Arial;color:#303030;padding:10px 0 7px; text-transform:uppercase; margin-bottom:0}
.account-login .form-list input.input-text{clear:both;float:left;width:260px !important;}
.account-login button.button span span{text-transform:uppercase}
.new-users .buttons-set{margin-top:16px}
.registered-users .buttons-set{margin-top:16px}
.registered-users .buttons-set a{margin-bottom:16px; clear:both;}
.registered-users .buttons-set button.button{margin-right:20px}
.registered-users .buttons-set p.required{float:left; clear:none; margin-top:4px}
.registered-users .content p.required { clear: left; color: #FF0000; font-size: 10px; padding-top: 5px; text-align: left; margin-top:12px;}
.registered-users .content p{padding:12px 0 5px 0;color:#303030;padding:0 ; font-size:12px; margin-bottom:0px}

.account-create .fieldset .legend{padding-bottom:0px;color:#303030;font:bold 10px Arial; text-transform:uppercase; padding-top:9px; margin:0}
.account-create .form-list li.control{float:left;width:100%;padding-bottom:0px;margin-top:19px;}
.account-create .buttons-set{margin-top:19px;}
.account-create .buttons-set button.button{margin-right:20px}
.account-create .buttons-set button.button span span{text-transform:uppercase}
.account-create .buttons-set p.required{float:left; clear:none; margin-top:3px}
.account-create .form-list li.control label {margin-top: -1px;}
.account-login .input-box, .account-create .input-box { float: left; margin-bottom: 1px; width: 100%;}

.customer-account-forgotpassword .buttons-set{overflow:hidden; clear:both; float:left; width:100%; margin-top:10px}
.customer-account-forgotpassword .buttons-set p.required{margin-bottom:15px}
.customer-account-forgotpassword .buttons-set p.back-link{margin-bottom:5px; overflow:hidden; float:left}
.sendfriend-product-send .buttons-set{overflow:hidden; clear:both; float:left; width:100%;}
.sendfriend-product-send .fieldset{overflow:hidden; clear:both; float:left; width:100%; padding-bottom:20px}
.sendfriend-product-send .buttons-set p.back-link{margin-bottom:5px;float:left}
.sendfriend-product-send .buttons-set button.button{margin-bottom:5px; margin-right:10px}
.sendfriend-product-send .form-list li.wide textarea{width:582px;}
.adapt-1.sendfriend-product-send .form-list li.wide textarea{width:320px;}
.adapt-0.sendfriend-product-send .form-list li.wide textarea{width:278px;}

.customer-account-resetpassword .fieldset{margin-top:0px !important}
.customer-account-resetpassword .buttons-set{width:100%; float:left; margin-top:10px}
.customer-account-resetpassword .buttons-set p.required{margin-bottom:10px }
/* End of Account Login/Create Pages ============================================================ */

/* Captcha */
.captcha-note  {}
.captcha-image { float:left; position:relative; }
.captcha-img { border:1px solid #ccc; }
.registered-users .captcha-image    {}
#checkout-step-login .captcha-image {}
.captcha-reload { position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(../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 {}
.remember-me-popup {}
.remember-me-popup h3 {}
.remember-me-popup .remember-me-popup-head {}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {}
.remember-me-popup .remember-me-popup-body {}
.remember-me-popup .remember-me-popup-body a {}
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account{padding-top: 20px;padding-bottom:39px;}
.my-account .data-table{/*overflow-x : scroll*/}
.my-account .title-buttons .link-rss { float:none; margin:0; }
.my-account p.hello{margin-bottom:0}
.my-account p.hello strong{ font-weight:normal;}
.my-wishlist textarea{ width:90%; margin-top:5px; height:100px}
.checkout-multishipping-register .form-list li.wide input.input-text{width:660px}
.checkout-multishipping-register .fieldset{ width:100%}

/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {padding-top:11px; padding-bottom:20px}
.dashboard .welcome-msg p { font-size: 11px; margin: 0 0 2px;}
.box-head{padding-top:3px; position:relative;}
.box-head h2{ }
.box-head a{color:#fff; background-color:#2c3866; text-transform:uppercase; padding:5px 20px; position:absolute; right:0; top:8px; }

/*Block My Account*/
.dashboard .box-recent { margin:20px 0 46px; }
.box-account{clear:both; float:left; width:100%}
.box-account .box-head{margin-bottom:20px}
.my-account .pager{padding:10px 0}
/* Block: Recent Orders */
.box-recent .data-table td{border:none}
.box-recent h5{padding-bottom:8px}

/* Block: Account Information */
.dashboard .box-info {}
.box-info .box{border:none; padding:0; margin-bottom:18px}
.box-title a{}
.box-info h4,
.box-title h3,
.box-content h3{ font-weight:normal; float:left; min-width:200px; margin-bottom:4px}
.box-content address,
.box-content p{line-height:22px}
.box-content{ clear:left; }
.my-account .col2-set a { float: left; margin: 1px 0 0;}
.my-account .col2-set .box-title h6 a{margin:0}
.my-account .col2-set .box-content p a { float: none; margin: 0; text-transform: capitalize; color:#969898}
.box-info .box-head{margin-bottom:17px}
.box-content address { line-height: 22px;  padding: 2px 0 0; clear:both}
.box-account .box-content p {line-height:24px}
.box-account .col-1, .box-account .col-2 { float: left; width: 35%;}
.box-account .col-1{margin-right:10%}

/* Block: Reviews & Tags */
#my-reviews-table .product-name a{font-size:12px}
#my-tags-table .add-to-links{margin-top:5px}
.dashboard .box-reviews .number,.dashboard .box-tags .number { float:left;font-weight:bold; line-height:12px;  margin:0px -20px 0 0; padding:0px 5px 2px; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-tags{margin-top:48px}
.dashboard .box-tags .details { margin-left:20px; }
.box-tags .tags strong{ font-weight:normal; float:left; display:inline; }
.box-tags .tags li{  float:left; display:inline; padding-left:5px; }
.box-reviews li.item ,.box-tags li.item { padding-bottom:20px;}
.box-reviews li.item.last{ padding-bottom:0px;}
.box-tags li.item.last { padding-bottom:11px;}
.box-reviews h3.product-name{ margin-bottom:7px;}
.box-reviews .ratings .rating-box{margin-top:2px}
.box-tags h3.product-name{ margin-bottom:0px;}
.box-tags .tags a{ text-transform:capitalize; }
/********** Dashboard > */

/* Address Book */
.customer-address-form .my-account .form-list li.wide:first-child{ padding-bottom:10px; }
.customer-address-form .my-account .form-list li strong{ padding-top:5px; display:block; }
.customer-address-form .my-account .form-list li.control{ padding-top:10px}
.customer-address-form .my-account .buttons-set p.required{float:none}
.addresses-list{ margin-top:27px}

.col-1.addresses-primary li h5{ float: left;  margin-right: 50px;}
.addresses-list a { float: left; font: bold 10px Arial; margin: 3px 0 0; text-transform: uppercase;}
.col2-set .col-1.addresses-primary{width:40%}
.col2-set .col-2.addresses-additional{width:55%}
.addresses-list address { color: #969898; font-size: 11px; line-height: 22px; margin: 0; clear:both}
.addresses-list .addresses-additional li.item{margin-bottom:16px}

/* My Order */
.my-account .my-account h5{text-transform:uppercase; font-weight:bold}
.my-account .pager .limiter label{color:#323232; }
.my-account .pager .amount strong{color: #323232; text-transform: uppercase;}
.my-account .pager{padding:15px 0 30px}
.my-account .pager .amount{margin-top:11px}
.sales-order-view .my-account .page-title h1{margin-bottom:13px}
/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

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

.order-info-box {}

.order-items { width:100%; overflow-x:auto; }

.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 {}
.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:200px;  }
.review-product-view .product-review .product-img-box{margin:20px 0}
.review-product-view .product-review .product-details{margin:20px 0}
.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; padding-top:10px}
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:200px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 {}
.product-review .ratings-table { margin:0 0 10px;}
.product-view .ratings-table { margin:5px 0}
.product-review dt { font-weight:bold; }
.product-review dd { margin:5px 0 0; }

/*Newsletter Subscription*/
.newsletter-manage-index .buttons-set{width:100%; clear:both; float:left}

/*Newsletter Subscription*/
.wishlist-index-share .my-account .buttons-set p.required{width:100%}
.wishlist-index-share .my-account .buttons-set p.back-link{float:left; margin-bottom:5px}
.wishlist-index-share .buttons-set{width:100%; clear:both; float:left}
.wishlist-index-share .form-list li.wide textarea{width:495px}
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer { padding:0 }
.footer p { text-align:right; }
.footer address { text-align:left; margin-bottom:0;}
.footer ul {}
.footer ul li { display:inline; }
.footer-container .bottom-container { text-align:center; }
/* ======================================================================================= */


/* 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,
.tags: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-description: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,
.widget-static-block:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */
.menu-item-hbox > .menu-container{ position:relative; }

div#slider .nivo-directionNav{ height: 0; }
.product-view .box-collateral.box-webjump-relatedproducts{
	float: left;
	overflow: hidden;
}

#submit, #btn_mais{ cursor: pointer; }

.ipagare-ipg-pay .banner-vantagens{ display: none; }
.topSearch .form-search button.btn.btn-link {
    background-color: #ea1c1c;
    border-radius: 0;
    padding: 6px 15px;
    color: #fff;
    margin-top: 4px;
    font-weight: 400;
    font-family: 'Open Sans';
    font-size: 14px;
}
.topSearch .form-search input#search {
    height: 24px;
    border-radius:5px;
}
.topSearch .form-search {
    margin-top: 5px;
}
.topSearch .form-control {
    margin-top: 14px;
}
.topSearch button.btn-form-search img {
    margin-top: 2px;
    margin-right: 5px;
}
.topSearch .btn-link:hover, .topSearch .btn-link:focus {
    text-decoration: none;
}
div.snize-ac-results {
    width: 720px;
}
.cms-index-index .titulos-areas h2,.cms-index-index .titulos-areas h1 {
    text-transform: uppercase;
    padding: 0px;
}
.cms-index-index .titulos-areas {
    border-bottom: 1px solid #e5e5e5;
}
.product-view .box-collateral.box-webjump-relatedproducts .box-content .linha-medida .special-price .price {
    font: normal 18px/1.25 'Open Sans', sans-serif;
    color: #df1b2c;
}
.product-view .box-collateral.box-webjump-relatedproducts .box-content .linha-medida p.old-price {
    line-height: 0;
}
.product-view .box-collateral.box-webjump-relatedproducts .box-content .linha-medida p.old-price span {
    line-height: normal;
    font-weight: normal;
    font-size: 11px;
    color: #646464;
}
.product-view .box-collateral.box-webjump-relatedproducts .box-content .linha-medida .special-price .price{
    line-height:24px;
}
.product-view .box-collateral.box-webjump-relatedproducts .box-content .linha-medida p.old-price {
    position: absolute;
    bottom: 20px;
}
table.ratings-table tr th {
    font-weight: bold;
}
span.review-by {
    font-style: italic;
}
span.review-by span {
    color: rgba(223,27,44,1.00);
}
span.review-product {
    margin: 10px 0 15px;
    display: inline-block;
}
.category-products-footer ol li::before {
    width: 5px;
    height: 5px;
    content: "";
    background-image: url(../images/disc_list.png);
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    top: 8px;
    left: 0;
}
.list-footer.twocols .category-products-footer ol li{
    width: 44%;
    float: left;
    position:relative;
    padding-left: 10px;
}
.list-footer .category-products-footer ol li{
    float: left;
    position:relative;
    padding-left: 10px;
    width:90%;
}
.list-footer.twocols .category-products-footer ol li:nth-child(odd) {
    margin-left: 0px;
    clear:both;
}
.list-footer.twocols .category-products-footer ol li:nth-child(even) {
    margin-left: 18px;
}
.list-footer {
    display: block;
    overflow: hidden;
    border-right: 1px solid #dfdfdf;
}
.list-footer h2 {
    font-size: 18px;
    border: none;
    margin: 0;
    padding: 0;
    height: inherit;
}
.redes-chamadas {
    margin-left: 50px;
}
@media (max-width: 1200px){
    .list-footer h2 {display:block;}
}
@media screen and (max-width: 770px){
    .bnnrFloatr{display: none;}
}
@media screen and (max-width: 996px){
.list-footer.twocols .category-products-footer ol li:nth-child(even){
	margin-left: 0;
}
.list-footer h2 {
display: block;
font-size: 14px;
}
.redes-chamadas {
    margin-left: 0;
}
.list-footer.twocols .category-products-footer ol li {
	width: 90%;
}
}
@media screen and (max-width: 777px){
.list-footer {border:none;margin-bottom: 20px;padding-bottom: 20px;}

}


/* nossas lojas */

.box-get-shop {
	margin: 20px 0 30px;
}
.box-get-shop .input-box {
	float: left;
	margin-right: 5px;
	margin-top: 3px;
}
.box-get-shop .input-box input.input-text {
	height: 25px;
	border-radius: 4px;
	width: 320px;
	margin-right: 2px;
}
.box-get-shop .actions {
	padding-top: 3px;
}
.box-get-shop .box-address {
	display: block;
}
.box-get-shop .box-address p {
	font-size: 1.2em;
}
.box-get-shop .related-addresses li ul li {
	display: inline-table;
	list-style: none;
	padding: 0 10px 0 10px;
	border-right: 1px solid #ccc;
	max-width: 17%;
	height:80px;
}
.box-get-shop .related-addresses li ul li a {
	display: block;
	font-size: 12px;
	color:#000;
}
.box-get-shop .related-addresses li ul li:first-child {
	margin-left: 0;
}
.box-get-shop .related-addresses li ul  li:last-child {
	border-right: none;
}
.box-get-shop .bx-wrapper .bx-viewport {
	webkit-box-shdow: none;
	box-shadow: none;
}
.box-get-shop .bx-wrapper .bx-controls-direction a {
	margin-top: -36px;
	margin-left: -9px;
	width: 24px;
}
.box-get-shop #map_canvas {
	width: 505px;
	height: 295px;
	background-color: #ccc;
	float: left;
	margin-right: 20px;
}
.box-get-shop #map_route {
	width: 505px;
	height: 295px;
	background-color: #ccc;
	float: left;
	margin-right: 20px;
}
.box-get-shop .bx-wrapper .bx-prev {
	background: url(../images/slide-controls.png) no-repeat 0 0;
}
.box-get-shop .bx-wrapper .bx-next {
	margin-right: -10px;
	background: url(../images/slide-controls.png) no-repeat -36px 0;	
}
.box-get-shop .msg-status  {
	display: none;
}

.banner-getshop,
.box-get-shop .row {
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}
.submit.submit-link {
	background-color: transparent;
	color: inherit;
	text-transform: inherit;
	line-height: 38px;
}	
.submit.submit-link .icon {
	width: 42px;
	height: 42px;
}
.submit.submit-link .icon.icon-print {
	background: url(../images/icon-print-big.png) no-repeat 0 0;
}
.submit.submit-link .icon.icon-zoom {
	background: url(../images/icon-zoom.png) no-repeat 0 0;
}
.banner.banner-getshop {
	margin
}

/* checkout simplificado */

.field .customer-dob .dob-month,
.field .customer-dob .dob-day,
.field .customer-dob .dob-year { float:left; width:85px; }
.field .customer-dob input.input-text { display:block; width:74px; }
.field .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.field .customer-dob .dob-day,
.field .customer-dob .dob-month { width:auto; margin-right: 5px; }
.field .customer-dob .dob-day input.input-text,
.field .customer-dob .dob-month input.input-text { width:30px; }
.field .customer-dob .dob-year { width:auto; }
.field .customer-dob .dob-year input.input-text { width:46px; }

.h1_opc{text-transform:uppercase;font-size:22px;color:#000;}

.checkoutsimplificado_loginarea { margin: 10px 0 0px; }
.op_login_area{width:200px;padding:10px;border:1px solid #ccc;margin-bottom:15px;background-color:#fff;padding: 20px;z-index: 9999;}
.op_login_area sup{color:#767676;font-size:100%;line-height:0;margin-left:3px;position:relative;top:6px;}
.op_login_area .buttons-set{margin-top:10px;}
.op_login_area .buttons-set a{color:#767676;}
.op_login_area .page-title{margin-bottom:10px;}
.close_la{position:relative;margin-bottom:-40px;top:-43px;right:-41px;cursor:pointer;float:right;width:40px;height:40px;
background:url("../images/checkoutsimplificado/closelabel.png") no-repeat scroll 0 0 transparent;}
/*.op_login_area button.button{border:1px solid #ccc;
background:url("../images/checkoutsimplificado/buttonbgsmall.gif") repeat-x scroll 0 0 #00A7D1;
-moz-box-shadow: 3px 3px 5px #ccc;-webkit-box-shadow: 3px 3px 5px #ccc;box-shadow: 3px 3px 5px #ccc;}*/
.op_login_area button.button span{background:none no-repeat scroll 0 0 transparent;border:0 none;
color:#FFFFFF;font:bold 12px/20px Arial,Helvetica,sans-serif;height:20px !important;padding:2px 10px;text-transform:uppercase;}
.op_login_area button.button span span {background-position:100% 0;padding:0 5px 0 0;}

.checkoutsimplificado-index-index .onepagetitle { margin-bottom: 10px; }
.checkoutsimplificado-index-index .page-title h1.h1_opc { /*border-bottom:1px solid #000;*/margin:0;border-top:1px solid #dedede; padding-top:15px;}
.ptdivline{width:100%;/*height:1px;margin:-1px 0 0;-moz-box-shadow: 0 2px 2px #999;-webkit-box-shadow: 0 2px 2px #999;box-shadow: 0 2px 2px #999;*/}
.checkoutsimplificado_datafields{/*border-bottom:1px solid #CCCCCC;*/padding-bottom:20px;}

#checkoutsimplificado_orderform .col3-set .col-1{width:27%;}
#checkoutsimplificado_orderform .col3-set .col-2{width:30%;margin-left:5%;}
#checkoutsimplificado_orderform .col3-set .col-3{width:33%;margin-left:4%;}

#checkoutsimplificado_orderform #register-customer-password{margin-bottom:5px;}
#checkoutsimplificado_orderform #ship_address_block{margin-top:35px;}

.checkoutsimplificado_datafields .op_block_title{text-transform:uppercase;color:#DF1B2C;font-size:11pt;font-weight:bold;border-bottom: 1px solid #DEDEDE;margin: 15px 0 30px;}

.checkoutsimplificado_datafields .col-1 .form_fields .short {width:50%; float:left; }
.checkoutsimplificado_datafields .col-1 .form_fields div.two_fields .data_area { width: 100%; }
.checkoutsimplificado_datafields .col-1 .form_fields div.two_fields .short { margin-bottom:15px; }
.checkoutsimplificado_datafields .col-1 .form_fields input.t1 { width: 95%; padding:2px; background:none repeat scroll 0 0 #FFFFFF;border:1px solid #DEDEDE;height:30px;}
.checkoutsimplificado_datafields .col-1 .form_fields select { width: 100%; border:1px solid #DEDEDE;}
.checkoutsimplificado_datafields .col-1 .form_fields div.full { margin:0 0 15px; overflow: hidden; }
.checkoutsimplificado_datafields .col-1 .form_fields div.full .data_area { width: 100%; }
.checkoutsimplificado_datafields .col-1 .form_fields div.full input.t1 { width: 95%; padding:2px; background:none repeat scroll 0 0 #FFFFFF;border:1px solid #DEDEDE;}
.checkoutsimplificado_datafields .col-1 .form_fields div.full select { width: 97%; }

.checkoutsimplificado_datafields .col-2 .form_fields div.full .data_area { width: 275px; }
.checkoutsimplificado_datafields .col-2 .form_fields div.full textarea { width: 254px; height: 85px; }
.checkoutsimplificado_datafields .col-2 .form-list li.wide .input-box { width: 275px; }
.checkoutsimplificado_datafields .col-2 .form-list li.wide textarea { width: 254px; height: 85px; }

.checkoutsimplificado_datafields .col-3 .form_fields div.full .data_area { width: 275px; }
.checkoutsimplificado_datafields .col-3 .form_fields div.full textarea { width: 280px; height: 60px; }
.checkoutsimplificado_datafields .col-3 .form-list li.wide .input-box { width: 275px; }
.checkoutsimplificado_datafields .col-3 .form-list li.wide textarea { width: 280px; height: 60px; }

.checkoutsimplificado_datafields #comment-block { width: 100%; }
.checkoutsimplificado_datafields #comment-label { font-weight:normal; }
.checkoutsimplificado_datafields #comment-block #order-comment{ width: 100%; padding:0px;}

.form_fields label {color:#767676;clear: both;font-weight:normal;position:relative;z-index:0;}

.checkoutsimplificado_datafields .form_fields li {margin:0 0 8px;}
.checkoutsimplificado_datafields .form_fields li.options input.radio,
.checkoutsimplificado_datafields .form_fields li.options input.checkbox {margin-right:3px;}
.checkoutsimplificado_datafields .form_fields li.options label {float:none;}
.checkoutsimplificado_datafields .form_fields li.options .input-box {clear:none;display:inline;width:auto;}
li.options label {color:#767676;}

input, select, textarea, button{color:#000;} 

#checkoutsimplificado_orderform .col3-set .col-2 , #checkoutsimplificado_orderform .col3-set .col-1  { min-height: 450px;}

.checkoutsimplificado_datafields .gift-messages-form .item .details .form-list .field,
.checkoutsimplificado_datafields .gift-messages-form .item .details .form-list .input-box,
.checkoutsimplificado_datafields .gift-messages-form .item .details .form-list li.wide .input-box { width:186px; }
.checkoutsimplificado_datafields .gift-messages-form .item .details .form-list input.input-text,
.checkoutsimplificado_datafields .gift-messages-form .item .details .form-list li.wide textarea { width:165px; }

.checkoutsimplificado_datafields .sp-methods { margin: 0; }
.checkoutsimplificado_datafields #checkout-review-submit { margin: 10px 0 0; }
.checkoutsimplificado_datafields .checkout-agreements li { margin: 0 0 30px 0; }

.checkoutsimplificado_datafields .loading { background: url(../images/checkoutsimplificado/loader.gif) no-repeat 50% 50%; }

.checkoutsimplificado_datafields #checkout-shipping-method-load,
.checkoutsimplificado_datafields #checkout-payment-method-load,
.checkoutsimplificado_datafields #checkout-review-load { min-height: 50px; }

.checkoutsimplificado_datafields .newsletter { margin:0; padding:35px 0 10px 0; }
.checkoutsimplificado_datafields .buttons-set { margin: 5px 0 0; border:0;padding:2px 0 0;}
.checkoutsimplificado_datafields .checkout-agreements .last { margin: 0; }

.checkoutsimplificado_loginlink{	color:#767676;}

.checkoutsimplificado_datafields .discount .buttons-set button:first-child{margin-left:0} 
/*
#checkoutsimplificado_orderform button.btn-checkout{float:right;border:1px solid #ccc;margin-bottom:10px;
background:url("../images/checkoutsimplificado/buttonbg.gif") repeat-x scroll 0 0 #00A7D1;
-moz-box-shadow: 3px 3px 5px #ccc;-webkit-box-shadow: 3px 3px 5px #ccc;box-shadow: 3px 3px 5px #ccc;}
#checkoutsimplificado_orderform button.btn-checkout span {background:none no-repeat scroll 0 0 transparent;border:0 none;
color:#FFFFFF;font:bold 16px/32px Arial,Helvetica,sans-serif;height:32px !important;padding:0 0 0 20px;text-transform:uppercase;}
#checkoutsimplificado_orderform button.btn-checkout span span{background-position:100% 0;padding:0 20px 0 0;}
*/

#checkoutsimplificado_orderform button.btn-checkout{border:0;
color:#FFFFFF;font: 16px/32px Arial,Helvetica,sans-serif;text-transform:uppercase;
}

#checkoutsimplificado_orderform .form_fields sup {color:#d66;font-size:100%;line-height:0;margin-left:3px;position:relative;top:6px;}

.checkoutsimplificado-index-index .banner-vantagens,
.checkoutsimplificado-index-index .container-header {display: none;} 

/* CHECKOUT Review Your Order Table */
#checkout-review-table-wrapper{margin-top:-5px;}
.order-products-table { width:100%;color:#767676;}
.order-products-table .odd  { background:#fff; }
.order-products-table .even { background:#fff; }
.order-products-table td.last,
.order-products-table th.last { border-right:0; width:30%;}
/*
.order-products-table tr.last th,
.order-products-table tr.last td { border-bottom:0 !important; }
*/
.order-products-table th { padding:3px 8px; font-weight:bold; border-bottom:1px solid #BFBFBF;}
.order-products-table td { padding:8px 8px 2px;}

.order-products-table thead th{font-weight:bold;border-bottom:1px solid #848484;font-size:13px;padding:2px 0;color:#000;white-space:nowrap;vertical-align:middle;text-transform:uppercase;}
.order-products-table thead th.wrap { white-space:normal; }
.order-products-table thead th a,
.order-products-table thead th a:hover { color:#fff; }
.order-products-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.order-products-table tfoot { border:0;}
.order-products-table tfoot tr.first td{background-color:#ffffff;}
.order-products-table tfoot tr.last td{border:0 none !important;font-size:13px;text-transform:uppercase;color:#000;}
.order-products-table tfoot tr { background-color:#FFFFFF !important; }
.order-products-table tfoot td { border-bottom:1px solid #BFBFBF; }
.order-products-table tfoot strong { font-size:105%; }

.order-products-table tbody th,
.order-products-table tbody td { border:0; border-bottom:1px dotted #BFBFBF;}

.order-products-table tbody.odd tr { background:#f8f7f5 !important; }
.order-products-table tbody.even tr { background:#f6f6f6 !important; }
.order-products-table tbody.odd tr td,
.order-products-table tbody.even tr td { border-bottom:0; }
.order-products-table tbody.odd tr.border td,
.order-products-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

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

.clr{clear:both;}

p.agree a{color:#8E8D8B;}
p.newsletter label{color:#8E8D8B;}

.checkoutsimplificado-window { border: none; background: #fff; z-index: 999; position: absolute; text-align: left; }
.checkoutsimplificado-window .page-title span { color:#0A263C; font-size:20px; margin:0; }
.checkoutsimplificado-window .content { padding: 7px; overflow: auto; }
.checkoutsimplificado-window .close { position: absolute; top: -15px; right: -16px; width: 16px; height: 16px; background: url(../images/checkoutsimplificado/cancel_round.png) no-repeat 50% 50%; }
.checkoutsimplificado-window .buttons-set { margin: 1em 0 0; }

.d-shadow { position: absolute; width: 30%; left: 20%; top: 10%; }
.d-shadow-wrap { position: relative; width: 100%; padding: 15px 21px 0 21px; margin: -15px -21px 0 -21px; overflow: hidden; }
.d-sh-cn { position: absolute; background: url(../images/checkoutsimplificado/shd-medium.png) no-repeat; left: -25px; z-index: -1; }
.d-sh-tl,
.d-sh-tr { height: 500px; top: -28px; }
.d-sh-tl,
.d-sh-bl { width: 100%; }
.d-sh-tr,
.d-sh-br { width: 25px; margin-left: 100%; }
.d-sh-bl,
.d-sh-br { height: 28px; }
.d-sh-bl { left: -46px; padding-right: 42px; clip: rect(auto auto auto 25px); }
.d-sh-br { left: -4px; }

/* IE6 fix */
* html .checkoutsimplificado-hidden { visibility: hidden; }
* html .checkoutsimplificado-window { width: 500px; }
* html .d-sh-tl, * html .d-sh-tr { padding-right:42px; }
/* IE7 fix */
*:first-child+html .checkoutsimplificado-window { width: 500px; }

#checkoutsimplificado_orderform #coupon-code {float:left;margin-right:12px;border:1px solid #DEDEDE;}
#checkoutsimplificado_orderform #coupon-apply {height:35px;}
#checkoutsimplificado_orderform #coupon-apply span {background:none;}



@media (max-width: 960px) {
#checkoutsimplificado_orderform .col3-set .col-1, 
#checkoutsimplificado_orderform .col3-set .col-2, 
#checkoutsimplificado_orderform .col3-set .col-3 {float:left; width:100%;margin:0px;}
}

#frm_busca_pneus_pneu .validation-advice, #form-buscaMedida .validation-advice {display: none;}

.category-products .installments-prices .special-price .preco-por {
	font-size: 13px; font-weight: bold;
}

.category-products .installments-prices .special-price .price {
	font-size: 13px; color: #646464;
}

.catalog-product-view .installments-prices .preco-ou {
	display: none;
}

.catalog-product-view .installments-prices .price, .catalog-product-view .installments-prices .preco-por, .product-view .installments-prices .special-price .price {
	font-size: 15px;
}

.catalog-product-view .installments-prices .price-label-special, .catalog-product-view .installments-prices .price-label-old {
	font-size: inherit;
	color: #646464;
}

.product-view .installments-prices .old-price .price {
	color: #646464;
}
