/**
 * 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.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* ########## MAGENTO extension CSS (checkout/customer) by INVIAS ########## */

/******************************************/
/***********[ Mage_CSS_A Reset ]***********/
/******************************************/

/*
.blTMagento * { margin:0; padding:0; }

.blTMagento a { color:#1e7ec8; text-decoration:underline; }
.blTMagento a:hover { color:#1e7ec8; text-decoration:underline; }
.blTMagento a img { border:0;}
.blTMagento :focus { outline:0; }
*/ /* invias */

/* Heading */
.blTMagento h1,
.blTMagento h2,
.blTMagento h3,
.blTMagento h4,
.blTMagento h5,
.blTMagento h6,
.blTMagento .head {
	margin-bottom: .4em;
	line-height: 1.25em;
	color: #333;
} /* invias */
.blTMagento h1 {
	font-size: 24px;
	line-height: 28px;
} /* invias */
.blTMagento h2 { font-size: 18px; } /* invias */
.blTMagento h3 { font-size: 15px; } /* invias */
.blTMagento h4 { font-size: 13px; } /* invias */
.blTMagento h5 { font-size: 11px; } /* invias */
.blTMagento h6 { font-size: 11px; } /* invias */

/* Table */
.blTMagento th { padding:0; text-align:left; vertical-align:top; }
.blTMagento td {padding:0;vertical-align:top;}

/* Paragraph */
.blTMagento p { margin-bottom:.8em; }
.blTMagento address { margin-bottom:.4em; }
.blTMagento address { font-style:normal; line-height:1.4em;}
.blTMagento cite { font-style:normal; font-size:10px;}
.blTMagento q:before,
.blTMagento q:after{content:'';}

/* Form */
.blTMagento form { display:inline;}
.blTMagento fieldset { border:none; }
.blTMagento legend {display:none;}
.blTMagento label { font-weight: bold; } /* invias */
.blTMagento input,
.blTMagento select,
.blTMagento button { vertical-align:middle; }

/* Lists */
.blTMagento dt { display:block; font-weight:bold; }
.blTMagento ul,
.blTMagento ol { list-style:none; }

/* Size */
.blTMagento small { font-size:.92em; }
.blTMagento big { font-size:1.1em; }

.blTMagento hr { height:0; margin:8px 0; overflow:hidden; visibility:hidden; }
.blTMagento .nowrap { white-space:nowrap; }
.blTMagento .bold { font-weight:bold; }


/***************************************************/
/***********[ Mage_CSS_A2 INVIAS Reset ]***********/
/***************************************************/




/****************************************************/
/***********[ Mage_CSS_B Common Elements ]***********/
/****************************************************/

/********************** Columns */

/* All */
.blTMagento .col2-set,
.blTMagento .col3-set,
.blTMagento .col4-set,
.blTMagento .col5-set { clear:both; }

/* Col2 */
.blTMagento .col2-set .col-1,
.blTMagento .col2-set .col-2 { width:48.5%; }
.blTMagento .col2-set .col-1 { float:left; }
.blTMagento .col2-set .col-2 { float:right; }

/* Col2-alt */
.blTMagento .col2-alt-set .col-1 { width:32%; }
.blTMagento .col2-alt-set .col-2 { width:65%; }
.blTMagento .col2-alt-set .col-1 { float:left; }
.blTMagento .col2-alt-set .col-2 { float:right; }

/* Col3 */
.blTMagento .col3-set .col-1,
.blTMagento .col3-set .col-2,
.blTMagento .col3-set .col-3 { float:left; width:31.3%; }
.blTMagento .col3-set .col-1,
.blTMagento .col3-set .col-2 { margin-right:3%; }

/* Col4 */
.blTMagento .col4-set .col-1,
.blTMagento .col4-set .col-2,
.blTMagento .col4-set .col-3,
.blTMagento .col4-set .col-4 { float:left; width:22%; }
.blTMagento .col4-set .col-1,
.blTMagento .col4-set .col-2,
.blTMagento .col4-set .col-3 { margin-right:4%; }

/* Table Columns */
.blTMagento table .col-1,
.blTMagento table .col-2,
.blTMagento table .col-3,
.blTMagento table .col-4 { float:none !important; margin:0 !important; }
.blTMagento .col3-set td.spacer { width:3%; }
.blTMagento .col4-set td.spacer { width:4%; }


.blTMagento .accent { color:#E76200; font-weight:bold; }

/********************** Form */

/* Form Elements */
.blTMagento input.input-text,
.blTMagento select,
.blTMagento textarea {
	border: 1px solid #83d0f0;
	background: #fff;
} /* invias */
.blTMagento option,
.blTMagento optgroup { font:12px arial, helvetica, sans-serif; }
.blTMagento optgroup { font-weight:bold; }
.blTMagento textarea { overflow:auto; }
.blTMagento input.input-text,
.blTMagento textarea { padding:2px; }
.blTMagento input.radio { margin-right:3px; }
.blTMagento input.checkbox { margin-right:3px; }
.blTMagento .qty { width:2.5em; }
.blTMagento .group-select label,
.blTMagento .form-list label,
.blTMagento .payment-methods label { font-weight:bold; }
.blTMagento .input-text:focus,
.blTMagento select:focus,
.blTMagento textarea:focus { background: #fff url(../images/input_bg.gif) repeat-x 0 0; } /* invias */
.blTMagento .button-set { /* Container for form buttons*/
    clear: both;
    margin-top: 2em;
    border-top: 1px solid #83d0f0;
    padding-top: 8px;
    text-align: right;
} /* invias */
.blTMagento .form-button,
.blTMagento .form-button-alt {
    overflow:visible;
    width:auto;
    border:0;
    padding:1px 8px;
    background: #592819;
    color:#fff;
    border: 1px solid #fff;
    font:bold 12px arial, sans-serif !important;
    cursor:pointer;
    text-align:center;
    vertical-align:middle;
} /* invias */
.blTMagento .form-button span,
.blTMagento .form-button-alt span {
    white-space:nowrap;
}
.blTMagento .form-button-alt {
    border:1px solid #406a83;
    background-color:#618499;
}
.blTMagento a.form-button-alt { padding:2px 9px; text-decoration:none; }
.blTMagento .form-button-alt:hover { color:#fff; text-decoration:none; }
.blTMagento .btn-checkout {
    display:block;
    float:right;
    background:transparent url(../images/btn_proceed_to_checkout_rad.gif) no-repeat 100% 0;
    font-size:15px;
    font-weight:bold;
    padding-right:8px;
}
.blTMagento .btn-checkout,
.blTMagento .btn-checkout:hover {
    color:#fef5e5;
    text-decoration:none;
}
.blTMagento .btn-checkout span {
    display:block;
    padding:0 17px 0 25px;
    background:transparent url(../images/btn_proceed_to_checkout_bg.gif) no-repeat;
    line-height:40px;
}

/* Form lists */
.blTMagento .form-list li { margin-bottom:6px; }
.blTMagento .form-list li .input-box .input-text,
.blTMagento .form-list li .input-box textarea { width:250px; }
.blTMagento .form-list li .input-box select { width:256px; }
.blTMagento .form-list li.addElement { border-top:1px solid #DDD; padding-top:10px; }


.blTMagento .group-select {
	margin: 6px 0;
    background-color: #f3fafd;
    padding: 0;
} /* invias */
.blTMagento .group-select .legend {
    margin: 0;
	background-color: #83d0f0;
	padding: 8px;
	height: 28px;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 11px;
	font-weight: bold;
	color: #592819;
} /* invias */
.blTMagento .group-select ul { padding: 12px 25px; } /* invias */
.blTMagento .group-select li { padding:4px 8px; }
.blTMagento .group-select li .input-box { float:left; width:275px; }
.blTMagento .group-select li .input-text,
.blTMagento .group-select li select,
.blTMagento .group-select li textarea { width:525px; }
.blTMagento .group-select li .input-box .input-text,
.blTMagento .group-select li .input-box textarea { width:250px; }
.blTMagento .group-select li .input-box select { width:256px; }


/* Form Messages */
.blTMagento .validation-advice,
.blTMagento .required { color:#EB340A; }
.blTMagento .validation-advice { clear:both; min-height:15px; margin-top:3px; background:url(../images/validation_advice_bg.gif) no-repeat 2px 1px; padding-left:17px; font-size:.95em; font-weight:bold; line-height:1.25em; }
.blTMagento .validation-failed { border:1px dashed #EB340A !important; background:#faebe7 !important; }
/* Expiration date and cvv number validation fix */
.blTMagento .v-fix { float:left; }
.blTMagento .v-fix .validation-advice { display:block; margin-right:-12em; width:12em; position:relative; }

.blTMagento label.required { font-weight:bold; }
.blTMagento p.required { font-size:.95em; text-align:right; }


/********************** Messages  */
.blTMagento .success { color:#3d6611; }
.blTMagento .error { color:#df280a; }
.blTMagento .notice {color:#e26703; }
.blTMagento .success,
.blTMagento .error { font-weight:bold; }
.blTMagento .messages,
.blTMagento .messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.blTMagento .messages { width:100%; overflow:hidden; }
.blTMagento .error-msg,
.blTMagento .success-msg,
.blTMagento .notice-msg,
.blTMagento .note-msg {
    min-height:23px !important;
    margin-bottom:1em !important;
    border-style:solid !important;
    border-width:1px !important;
    background-repeat:no-repeat !important;
    background-position:10px 10px !important;
    padding:8px 8px 8px 32px !important;
    font-size:.95em !important;
    font-weight:bold !important;
}
.blTMagento .error-msg li,
.blTMagento .success-msg li,
.blTMagento .notice-msg li {margin-bottom:.2em; }
.blTMagento .error-msg {
    border-color:#f16048;
    color:#df280a;
    background-color:#faebe7;
    background-image:url(../images/error_msg_icon.gif);
}
.blTMagento .success-msg {
    border-color:#446423;
    color:#3d6611;
    background-color:#eff5ea;
    background-image:url(../images/success_msg_icon.gif);
}
.blTMagento .notice-msg,
.blTMagento .note-msg {
    border-color:#fcd344;
    color:#3d6611;
    background-color:#fafaec;
    background-image:url(../images/note_msg_icon.gif);
}
	
/********************** Headings */

.blTMagento .head,
.blTMagento .inner-head { line-height:1.25em; text-align:right; }
.blTMagento .head h1,
.blTMagento .head h2,
.blTMagento .head h3,
.blTMagento .head h4,
.blTMagento .head h5,
.blTMagento .inner-head h1,
.blTMagento .inner-head h2,
.blTMagento .inner-head h3,
.blTMagento .inner-head h4,
.blTMagento .inner-head h5{ margin:0; float:left; }

/* Page heading */
.blTMagento .page-head,
.blTMagento .page-head-alt {
	position: relative;
	overflow: hidden;
	zoom: 1;
	margin-bottom: 8px;
	border-bottom: 4px solid #592819;
} /* invias */
.blTMagento .page-head h3,
.blTMagento .page-head-alt h3 { 
	float: left;
	margin: 0;
	background-color: #592819;
	padding: 1px 16px 0 8px;
	height: 17px;
	line-height: 18px;
    text-transform: uppercase !important;
    font-size: 12px !important;
    font-weight: bold !important;
	color: #fff;
} /* invias */
.blTMagento .button-level {
	text-align: right;
	font-size: 11px;
} /* invias */
.blTMagento .button-level h3 { /* heading level with buttons */ } /* invias */
.blTMagento .button-level .form-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	background: transparent;
	text-indent: 0;
	font-size: 11px;
	font-weight: bold;
	color: #83d0f0;
}
.blTMagento .page-head .link-feed {float:right; margin-top:9px; }
.blTMagento .button-level .link-feed {float:none!important; font-size:1em!important; }

/* Category list heading */
.blTMagento .category-head {
    margin-bottom:7px;
}
.blTMagento .category-head h2 {
    max-width:100%;
    margin:0;
    padding:3px 0;
    color:#333;
    font-size:1.6em;
    line-height:1.3em;
    font-weight:normal;
    overflow:hidden;
}

.blTMagento .box-header { font-size:1.05em; text-align:left; background:#eee; font-weight:bold; padding:2px 8px; margin:10px 0; }
.blTMagento .category-head .link-feed {float:right; margin-top:10px; position:relative; }


/********************* Tables */

.blTMagento table.data {
	margin-bottom: 1em;
	font-size: 13px;
	color: #333;
} /* invias */

.blTMagento td.label { font-weight: bold; } /* invias */

/* Data Table */
.blTMagento .data-table {
	border-bottom: 2px solid #83d0f0;
	width: 100%;
	font-size: 11px;
} /* invias */
.blTMagento .data-table tr { background:#fff; }
.blTMagento .data-table .odd  { background: #f3fafd; } /* invias */
.blTMagento .data-table .even { background: #dcedf5 !important; } /* invias */
.blTMagento .data-table td.last,
.blTMagento .data-table th.last { border-right:0; }
.blTMagento .data-table tr.last th,
.blTMagento .data-table tr.last td { border-bottom: 1px solid #83d0f0 !important; } /* invias */
.blTMagento .data-table th {
	border-right: 1px solid #fff;
	padding: 2px 8px;
	white-space: nowrap;
} /* invias */
.blTMagento .data-table th.wrap { white-space:normal; }
.blTMagento .data-table th a,
.blTMagento .data-table th a:hover { color:#fff; }
.blTMagento .data-table td { padding:3px 8px; }
.blTMagento .data-table thead tr th {
	background-color: #83d0f0;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
} /* invias */
.blTMagento .data-table tfoot { } /* invias */
.blTMagento .data-table tfoot tr.first { } /* invias */
.blTMagento .data-table tfoot tr { background-color: #dcedf5 !important; } /* invias */
.blTMagento .data-table tfoot td {
	border-right: 1px solid #fff;
	border-bottom: 0;
	padding-top: 1px;
	padding-bottom: 1px;
} /* invias */
.blTMagento .data-table tbody td {
	border-bottom: 1px solid #cee7f2;
	border-right: 1px solid #fff;
} /* invias */

/* Bundle Products */
.blTMagento .data-table tbody.odd tr { background: #f3fafd !important; } /* invias */
.blTMagento .data-table tbody.even tr { background: #dcedf5 !important; } /* invias */
.blTMagento .data-table tbody.odd tr td,
.blTMagento .data-table tbody.even tr td { border-bottom:0; }
.blTMagento .data-table tbody.odd tr.border td,
.blTMagento .data-table tbody.even tr.border td { border-bottom: 1px solid #83d0f0; } /* invias */

.blTMagento .data-table tbody td h5.title { margin:0; padding:0; font-size:1em; font-weight:bold; color:#2f2f2f; }
.blTMagento .data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.blTMagento .data-table tbody td .option-value { padding-left:10px; }

.blTMagento .box-table td { padding:10px; }
.blTMagento .box-table tfoot td { padding-top:5px; padding-bottom:5px; }
.blTMagento .box-table select { width:100%; }

.blTMagento .nested-data-table th,
.blTMagento .nested-data-table td { padding-top:2px; padding-bottom:2px;  }

.blTMagento .generic-table td { padding:0 8px}
.blTMagento .generic-table td.first { padding-left:0; white-space:nowrap; }
.blTMagento .shipping-tracking .button-set { margin-top:0; border:none; border-top:0; padding-top:0; }


/********************** Lists */
.blTMagento .disc { margin-bottom:10px; list-style:disc; }
.blTMagento .disc li { margin-left:20px; }

/* Bare List */ /* Unstyled list */
.blTMagento .bare-list { margin:5px 0; }
.blTMagento .bare-list li { margin:3px 0; }


/********************** Space Creators */
.blTMagento .no-display { display:none; }
.blTMagento .content-box { min-height:250px; } /* Set minimum height for visual presentation */
.blTMagento .content { padding:12px 12px 12px 15px; } /* Sets default padding */
.blTMagento .actions { line-height:1.3em; }
.blTMagento .separator { padding:0 3px; }
.blTMagento .pipe { padding:0 4px; font-size:.95em; }
.blTMagento .divider { margin:10px 0; height:1px; background:url(../images/dotted_divider.gif) repeat-x; font-size:1px; line-height:1em; overflow:hidden; }


/********************** Pager */
.blTMagento table.pager select,
.blTMagento table.view-by select { margin:0 3px; font-size:.95em; }
.blTMagento table.pager select { width:50px; }
.blTMagento table.view-by td.sort-by { text-align:right; padding-right:44px; }
.blTMagento table.view-by select { width:85px; }
.blTMagento table.pager, table.view-by {
    width:100%;
    background:url(../images/pager_bg.gif) repeat-x 0 100% #fff;
    font-size:.95em;
}
.blTMagento table.pager td {
    width:32%;
    border-top:1px solid #eee;
    padding:4px 8px;
    vertical-align:middle;
}
.blTMagento table.pager td.pages { padding:4px 0; white-space:nowrap; text-align:center; }
.blTMagento table.pager ol,
.blTMagento table.pager li {
    display:inline;
}
.blTMagento table.pager li { padding:0 2px; }
.blTMagento table.view-by td {
    width:33%;
    border-top:1px solid #e2e2e2;
    padding:4px 8px;
    vertical-align:middle;
}


/************************************************************/
/********************[ Mage_CSS_C Layout]********************/
/************************************************************/


/********************** Base Layout */

/* Structure */
.blTMagento .wrapper { min-width:954px; }
.blTMagento .header { text-align:left; }
.blTMagento .header-top { width:930px; margin:0 auto; position:relative; z-index:100; }
.blTMagento .header-nav { width:950px; margin:0 auto; }
.blTMagento .middle { width:900px; min-height:400px; margin:0 auto; text-align:left; }
.blTMagento .side-col { width:195px; }
.blTMagento .col-left { float:left; }
.blTMagento .col-main { float:left; }
.blTMagento .col-right { float:right; }
.blTMagento .col-1-layout .col-main { float:none; margin:0; }
.blTMagento .col-2-right-layout .col-main { float:left; width:685px;  }
.blTMagento .col-2-left-layout .col-main { float:right; width:685px; }
.blTMagento .col-3-layout .col-main { width:475px; margin-left:17px; }

/* Style */
.blTMagento .header { border-top:5px solid #0d2131; }
.blTMagento .header-top-container { border-bottom:1px solid #415966; background:url(../images/header_top_container_bg.jpg) repeat-x 50% 0; }
.blTMagento .header-top { padding:10px; }
.blTMagento .header-nav-container { background:url(../images/nav_bg.jpg) repeat-y 50% 0 #0a263d; }
.blTMagento .middle-container { background:url(../images/main_container_bg.gif) no-repeat 50% 0 #fbfaf6; }
.blTMagento .middle { background:url(../images/main_bg.gif) no-repeat #fffffe;  padding:25px 25px 80px 25px; }


/********************** Header */

/* Logo */
.blTMagento h1#logo {
    float:left;
    width:202px;
    margin:3px 0 10px 12px;
}
.blTMagento .page-popup h1#logo { display:none; }

/* Quick Access*/
.blTMagento .quick-access {
    width:540px;
    float:right;
    margin-top:28px;
    text-align:right;
    padding:0 10px;
    color:#fff;
}
.blTMagento .quick-access p { margin-bottom:4px; }
.blTMagento .quick-access li {
    display:inline;
    background:url(../images/shop_access_pipe.gif) no-repeat 100% .35em;
    padding-right:7px;
    padding-left:3px;
}
.blTMagento .quick-access li.first { padding-left:0; }
.blTMagento .quick-access li.last { padding-right:0; background:none; }
.blTMagento .shop-access { margin-bottom:6px; }
.blTMagento .shop-access a,
.blTMagento .shop-access a:hover { color:#ebbc58; font-size:.95em; }
.blTMagento .shop-access li.last { padding-right:0; background:none; }
.blTMagento .language-switcher { float:right; margin-top:5px; margin-left:60px; }
.blTMagento .language-switcher label { color:#A7C6DD; padding-right:5px; }
.blTMagento .language-switcher .flag option { background-repeat:no-repeat; background-position:left center; padding-left:20px; margin-left:2px; }

/* Breadcrumbs */
.blTMagento .breadcrumbs {  margin-bottom:13px; font-size:.95em; line-height:1.25em; }
.blTMagento .breadcrumbs li { display:inline; }

/* Mini search */
.blTMagento .mini-search { position:absolute; top:0; right:0; width:300px; height:30px; padding:1px 20px 0 40px; background:url(../images/mini_search_bg.gif) 0 0 no-repeat; }
.blTMagento .mini-search .input-text { width:212px; margin-right:4px; }
.blTMagento .search-autocomplete { z-index:999; }
.blTMagento .search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
.blTMagento .search-autocomplete li { border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.blTMagento .search-autocomplete li .amount { float:right; font-weight:bold; }
.blTMagento .search-autocomplete li.odd { background-color:#fffefb; }
.blTMagento .search-autocomplete li.selected { background-color:#f7e8dd; }

/********************** Sidebars */
.blTMagento .side-col .box { margin-bottom:1.3em; }
.blTMagento .side-col .content { padding:5px 10px; }
.blTMagento .side-col .head { text-align:left; }
.blTMagento .side-col h2,
.blTMagento .side-col h3,
.blTMagento .side-col h4,
.blTMagento .side-col h5 { float:none; }
.blTMagento .side-col h3 { font-size:1.05em; text-transform:uppercase; }
.blTMagento .side-col h4 { color:#e65505; text-transform:uppercase; }
.blTMagento .side-col .actions {
    padding:4px 0;
    font-size:.95em;
    text-align:right;
    }
.blTMagento .side-col .actions a,
.blTMagento .side-col .actions a:hover { text-decoration:underline; }
.blTMagento .widget-btn { float:right; font-size:11px; margin:0 3px 1px 5px; }
.blTMagento .widget-btn,
.blTMagento .widget-btn:hover { color:#646464; font-weight:bold; }

/* Currency Switcher */
.blTMagento .currency-switcher {
    height:53px;
    padding:7px 12px 10px 12px;
    background:url(../images/currency_switcher_bg.gif) no-repeat;
    font-size:1.05em;
    }
.blTMagento .currency-switcher h4 {
    min-height:21px;
    background:url(../images/icon_world.gif) no-repeat 0 2px;
    color:#fff;
    padding-left:22px;
    text-transform:none;
    }
.blTMagento .currency-switcher select { width:98%; }

/* Base Mini */
.blTMagento .base-mini { border:1px solid #c4c1bc; background:#fff; line-height:1.3em;  font-size:.95em;  }
.blTMagento .base-mini .head { margin:0 1px; border-bottom:1px solid #ddd; background:url(../images/base_mini_head_bg.gif) repeat-x #fff; padding:2px 8px; }
.blTMagento .base-mini .head h4 { min-height:16px; color:#e26703; background-repeat:no-repeat; background-position:0 0; padding:1px 0 1px 21px; text-transform:uppercase; }
.blTMagento .base-mini .head h4 .count { text-transform:none; color:#2f2f2f; white-space:nowrap; font-weight:normal; font-size:.95em; }
.blTMagento .base-mini h5 { font-size:1em; }
.blTMagento .base-mini .content,
.blTMagento .base-mini ol { background:#f8f7f5; }
.blTMagento .base-mini ol li { padding:7px 4px 7px 8px; }
.blTMagento .base-mini ol li.odd { background:#f4f3f3; }
.blTMagento .base-mini ol li.even { background:#fafafa; }
.blTMagento .base-mini .actions { background:url(../images/base_mini_actions_bg.gif) repeat-x #dee5e8; padding:6px; }
.blTMagento .base-mini .product-images { float:left; width:52px; height:52px; }
.blTMagento .base-mini .product-images a img { border:1px solid #a9a9a9; vertical-align:top; }
.blTMagento .base-mini .product-checkbox { float:left; width:10px; }
.blTMagento .base-mini .product-names { margin-left:18px; }
.blTMagento .base-mini .product-details { margin:0 0 0 60px; height:50px; }
.blTMagento .base-mini .product-details[class] { height:auto; min-height:50px; }
.blTMagento .base-mini .regular-price { font-size:11px; }
.blTMagento .base-mini .regular-price .price { color:#2f2f2f; }
.blTMagento .base-mini .special-price { font-size:11px; }
.blTMagento .base-mini .minimal-price { font-size:11px; }
.blTMagento .base-mini .price-box { margin:1px 0; }

/* Sidebar Blocks */
.blTMagento .mini-product-tags .head h4 { background-image:url(../images/icon_tag_green.gif); }
.blTMagento .mini-product-tags li { display:inline; padding-right:4px; line-height:1.5em; }
.blTMagento .mini-product-tags li:after { display:inline!important; }
.blTMagento .mini-product-tags .content { padding:10px; }
.blTMagento .mini-product-tags .content a, .mini-product-tags .content a:hover { color:#1b2d3b; }

.blTMagento .mini-newsletter h4 { background-image:url(../images/icon_newspaper.gif); }
.blTMagento .mini-newsletter input.input-text { display:block; margin:3px 0; width:167px; }

.blTMagento .mini-cart .head h4 { background-image:url(../images/icon_basket.gif); }
.blTMagento .mini-cart .subtotal { background:#fbebd9; margin-top:5px; padding:2px 0; text-align:center; }
.blTMagento .mini-cart h5 { margin:0; background:#F4F3F3; padding:6px 8px 2px 8px; }
.blTMagento .mini-cart .actions { border-bottom:1px solid #c2c2c2; padding-top:3px; padding-bottom:1px; }
.blTMagento .mini-cart .actions .form-button { margin-top:3px; margin-bottom:5px; }
.blTMagento .mini-wishlist .head h4 { background-image:url(../images/icon_bell.gif); }
.blTMagento .mini-wishlist .link-cart { display:block; }

.blTMagento .mini-compare-products .head h4 { background-image:url(../images/icon_table.gif); }

.blTMagento .mini-poll .head h4 { background-image:url(../images/icon_group.gif); }
.blTMagento .mini-poll td.label { font-weight:bold; padding-right:10px; }
.blTMagento .mini-poll td.item  { white-space:nowrap; }

.blTMagento .mini-product-view .head h4 { background-image:url(../images/icon_tag_green.gif); }

/********************** Footer */
.blTMagento .footer-container { border-top:15px solid #B6D1E2; }
.blTMagento .footer { width:930px; margin:0 auto; padding:10px 10px 4em; background-color:#618499; }
.blTMagento .footer .store-switcher { display:inline; padding:0 10px 0 0; vertical-align:middle; }
.blTMagento .footer .informational label { color:#fff; font-weight:bold; padding-right:3px; }
.blTMagento .footer .informational ul { display:inline; }
.blTMagento .footer .informational li {
    display:inline;
    background:url(../images/footer_info_separator.gif) no-repeat 100% 50%;
    padding-right:8px;
    padding-left:4px;
}
.blTMagento .footer .informational li.last { background:none; padding-right:0; }
.blTMagento .footer .informational a, .footer .informational a:hover { color:#fff; }
.blTMagento .footer .informational a { text-decoration:none; }
.blTMagento .footer .legality {
    padding:13px 0;
    color:#ecf3f6;
    text-align:center;
}
.blTMagento .footer .legality a, .footer .legality a:hover { color:#ecf3f6; }


/************************************************************/
/****************[ Mage_CSS_D Shop Elements]*****************/
/************************************************************/


/********************** Rating */


/************************** Prices */

/* Regular price */

/* Old price */

/* Special price */

/* Minimal price (as low as) */

/* Excluding tax */

/* Including tax */

/* Excl tax (for order tables) */

/* Incl tax (for order tables) */

/* Price range */

/* Price notice next to the options */


/********************** Generic Box */


/********************** Catalog Listing */

/* Generic Product Grid */


/********************** Layered Navigation */


/********************* Tool Tips */
.blTMagento .tool-tip { position:absolute; border:1px solid #7ba7c9; background:#eaf6ff; }
.blTMagento .tool-tip .btn-close { padding:6px 6px 0; margin-bottom:-9px; text-align:right; }
.blTMagento .tool-tip .inline-content { padding:8px; }
.blTMagento .tool-tip .block-content { padding:15px 20px; }


/************************************************************/
/******************[ Mage_CSS_E Shop Pages]******************/
/************************************************************/


/********************** Home */


/********************** Search */

/* Inline translation fix */


/********************** Catalog Listing */

/* List Type */

/* Grid Type */

/* Rewrites for different layouts */


/********************** Product Detail */
/* Product Images */

/* Product Options */

/* Product Collateral */

/* Product Detail sidebar */


/********************** Checkout */

/* Shopping Cart */

/* Tax details */

/* Shopping cart tax info */

/* One-Page checkout */
.blTMagento .one-page-checkout li.section { position:relative; }
.blTMagento .one-page-checkout .group-select { margin-right:0; }
.blTMagento .one-page-checkout .box {
	border-bottom: 1px solid #fff;
	background: #f3fafd;
	padding: 15px 20px;
} /* invias */
.blTMagento .one-page-checkout .head {
	margin: 0;
	background-color: #83d0f0;
	padding: 4px 8px 6px 8px;
	background: #a9ddf4 url(../images/checkout_bg.gif) repeat-x 0 0;
	border-bottom: 1px solid #fff;
} /* invias */
.blTMagento .one-page-checkout .tool-tip { right:8px; }
.blTMagento .one-page-checkout .head a { display:none; }  /* Hide Edit button in step header */
.blTMagento .one-page-checkout h3 {
	display: block;
	background-color: #fff;
	padding: 1px 3px 1px 1px;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 11px;
	font-weight: bold;
	color: #83d0f0;
} /* invias */
.blTMagento .one-page-checkout h4 {
	border-bottom: 1px solid #83d0f0;
	padding-bottom: 2px;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 11px;
	font-weight: bold;
	color: #592819;
} /* invias */
.blTMagento .one-page-checkout h4.title {
	border-bottom: 0;
	padding-bottom: 0;
	text-transform: none;
	letter-spacing: 0;
	font-size: 11px;
	font-weight: bold;
	color: #592819;
}
.blTMagento .one-page-checkout .step-count {
	display: inline-block;
	margin: 1px;
	background-color: #83d0f0;
	padding: 1px 3px 1px 4px;
	line-height: 1em;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
} /* invias */
.blTMagento .one-page-checkout .content { padding:10px 20px; }
.blTMagento .one-page-checkout label.label { font-size:1.05em; color:#2f2f2f; }
.blTMagento .one-page-checkout .allow .head {
	cursor: pointer;
	background: #83d0f0;
} /* invias */
.blTMagento .one-page-checkout .active .head {
	cursor: pointer;
	background: #a9ddf4 url(../images/checkout_bg.gif) repeat-x 0 0;
} /* invias */
.blTMagento .one-page-checkout .alloq .head a { display:block; } /* Display Edit button in active selection */
.blTMagento .one-page-checkout .group-select { margin-top:0; border:0; background:none; padding:0; }
.blTMagento .one-page-checkout .allow h3 { } /* invias */
.blTMagento .one-page-checkout .active h3 { color: #592819; } /* invias */
.blTMagento .one-page-checkout .allow .step-count {	} /* invias */
.blTMagento .one-page-checkout .active .step-count { background-color: #592819; } /* invias */
.blTMagento .one-page-checkout .active .box { display: block; } /* invias */
.blTMagento .one-page-checkout dd .form-list ul { margin:5px 17px 15px 17px; }
.blTMagento .one-page-checkout .checkmo-mailing-address { padding-left:20px; }
.blTMagento .one-page-checkout-progress .page-head { margin-bottom:1em; }
.blTMagento .one-page-checkout-progress ol {
	margin-top: 18px;
	border-top: 4px solid #592819;
	padding-top: 2px;
}
.blTMagento .one-page-checkout-progress li {
	margin: 6px 0;
	border-bottom: 1px solid #83d0f0;
	background-color: #f3fafd;
} /* invias */
.blTMagento .one-page-checkout-progress h4 {
	margin: 0;
	background-color: #83d0f0;
	padding: 8px;
	height: 28px;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 11px;
	font-weight: bold;
	color: #592819;
} /* insert invias */
.blTMagento .one-page-checkout-progress h4.complete { } /* invias */
.blTMagento .one-page-checkout-progress h4 a {
	font-style: normal;
	color: #fff;
} /* invias */
.blTMagento .one-page-checkout-progress .content { padding:8px 13px; }
.blTMagento .one-page-checkout .button-set { border-top: 1px solid #83d0f0; } /* invias */
.blTMagento #opc-login .button-set { border-top:0; }
.blTMagento #opc-review .box { border:0; padding:0; }
.blTMagento #opc-review .content {
	border: 0;
	background-color: #83d0f0; 
	padding: 0;
} /* invias */
.blTMagento #opc-review .data-table { border-top:0; }
.blTMagento #opc-review .iconBack { margin-top: 9px; } /* invias */
.blTMagento .opc-please-wait {
	padding-right: 7px;
	color: #592819;
} /* invias */
.blTMagento .opc-please-wait img { display: inline; } /* invias */
.blTMagento #opc-review .opc-please-wait { padding-top: 9px; } /* invias */
.blTMagento .one-page-checkout a.back { background:url(../images/icon_opc_back.gif) no-repeat; padding-left:16px; line-height:13px; }
.blTMagento .one-page-checkout .payment-methods { padding-bottom: .5em; } /* invias */
.blTMagento .one-page-checkout .payment-methods dd { padding:0; }
.blTMagento .one-page-checkout .button-set { margin-top:0; padding-top:2em; }
.blTMagento #opc-review .button-set {
	margin: 0;
	padding: 0;
} /* invias */
.blTMagento .checkout-progress { margin:0 auto 1.5em auto; }
.blTMagento .checkout-progress td {
    float:left;
    margin-right:3px;
    border-top:10px solid #999;
    padding:4px 20px;
    color:#abb5ba;
    font-weight:bold;
}
.blTMagento .checkout-progress td.active {
    border-top-color:#e96200;
    color:#e96200;
}
	
/* Multiple Addresses checkout */
.blTMagento .multi-address-checkout-description {
    margin-top:-15px;
    margin-bottom:15px;
}
.blTMagento .multi-address-checkout-box .box {
    position:relative;
    margin-top:15px;
    margin-bottom:25px;
    border:1px solid #bbb6a5;
    background:url(../images/multi_address_box_bg.gif) repeat-x #FBFAF6;
}
.blTMagento .multi-address-checkout-box .legend {
    float:left;
    margin-top:-10px;
    margin-bottom:0;
    margin-left:15px;
    border:1px solid #F18200;
    background:#F9F3E3;
    color:#F18200;
    padding:2px 8px;
}
.blTMagento .multi-address-checkout-box .content {
    padding:15px 20px 20px 20px;
}
.blTMagento .multi-address-checkout-box .count-head {
    border-bottom:1px solid #BBAFA0;
    background:#F9F3E3;
    padding:5px 10px;
}
.blTMagento .shipment-count {
    background:#E26703;
    padding:2px 5px;
    color:#fff;
    font-size:.95em;
    line-height:1em;
}
	
.blTMagento .multi-address-checkout-box .tool-tip { left:-23px; }
.blTMagento .multi-address-checkout-box .count-head h4 {  margin:0; }
.blTMagento .multi-address-checkout-box .head h5 { color:#E26703; }
.blTMagento .multi-address-checkout-box .head a { font-weight:normal; }
.blTMagento .multi-address-checkout-box .checkmo-mailing-address { display:block; padding-left:20px; }
.blTMagento .shipping-method-pointer { border:1px solid #d9d2be; padding:13px; background:#F9F3E3; position:relative; }
.blTMagento .shipping-method-pointer .pointer { position:absolute; top:-20px; right:-40px; }
.blTMagento .place-order-box { float:right; height:71px; overflow:hidden; }
.blTMagento .place-order-box .left-radius { width:21px; background:url(../images/place_order_container_bg.gif) no-repeat; }
.blTMagento .place-order-box .main-radius{ background:url(../images/place_order_bg.gif) no-repeat 100% 0; padding-right:21px; vertical-align:middle; }
.blTMagento .place-order-box .grand-total { font-size:1.5em; }
.blTMagento .place-order-box .grand-total .price { color:#e26703; font-weight:bold; }
.blTMagento .place-order-box input { margin-left:15px; }

/* Checkout Agreements */
.blTMagento .checkout-agreements li { margin:30px 0; }
.blTMagento .checkout-agreements .agreement-content { overflow:auto; height:10em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.blTMagento .checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }

.blTMagento .one-page-checkout .checkout-agreements { padding: 5px 20px; } /* invias */
.blTMagento .one-page-checkout .checkout-agreements li { margin:20px 0 0; }
.blTMagento .one-page-checkout .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.blTMagento .one-page-checkout .checkout-agreements .agree { padding-left:6px; }

/********************** Gift Messages */
.blTMagento .giftmessages .gift-header {
    font-size:12px;
    font-weight:bold;
    color:#e87403;
}

.blTMagento .giftmessages .input-checkbox {
    padding-bottom:15px;
}

.blTMagento .giftmessages textarea {
    height:100px;
}

.blTMagento .giftmessages .input-checkbox input {
    margin-right:5px;
}
.blTMagento .giftmessages .input-checkbox label {
    font-weight:normal;
    color:#8e8d8b;
}

.blTMagento .one-page-checkout .box-no-padding {
    border-bottom: 1px solid #fff;
	background: #f3fafd;
	padding: 15px 0;
} /* invias */
.blTMagento .one-page-checkout .box-no-padding .inner-box { padding: 0px 20px .5em; } /* invias */

.blTMagento .giftmessages .gift-box {
    background-color:#f6f1eb;
    border-top:1px solid #e9e4de;
    border-bottom:1px solid #e9e4de;
    padding:22px 16px 22px 22px;
}
.blTMagento .giftmessages .gift-box .scroll-box {
    overflow:auto;
    height:260px;
}

.blTMagento .giftmessages .product-image {
    border:1px solid #d2d1cd;
}

.blTMagento .no-border {
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom:none;
}

.blTMagento .no-padding { padding:0 !important; }
.blTMagento .no-margin { margin:0 !important; }

.blTMagento .giftmessages .giftmessage-product-info {
    padding-left:10px;
}

.blTMagento .giftmessages .numeration {
    font-weight:bold;
    color:#8a8987;
}

.blTMagento .giftmessages .gift-box label { color:#918d8e; }

.blTMagento .giftmessages .group-select li .input-box { float:left; width:260px; }
.blTMagento .giftmessages .group-select li .input-text, .group-select li select, .group-select li textarea { width:495px; }
.blTMagento .giftmessages .group-select li .input-box .input-text, .group-select li .input-box textarea { width:235px; }
.blTMagento .giftmessages .group-select li .input-box select { width:256px; }

/********************** Customer */

/* Customer Name */

.blTMagento .customer-name-prefix .name-prefix { width:60px !important; }
.blTMagento .customer-name-prefix .name-prefix input { width:45px !important; }
.blTMagento .customer-name-prefix .name-prefix select { width:51px !important; }
.blTMagento .customer-name-prefix .name-firstname { width:215px !important; }
.blTMagento .customer-name-prefix .name-firstname input { width:190px !important; }

.blTMagento .customer-name-middlename .name-firstname { width:215px !important; }
.blTMagento .customer-name-middlename .name-firstname input { width:200px !important; }
.blTMagento .customer-name-middlename .name-middlename { width:60px !important; }
.blTMagento .customer-name-middlename .name-middlename input { width:35px !important; }

.blTMagento .customer-name-suffix .name-lastname { width:205px !important; }
.blTMagento .customer-name-suffix .name-lastname input { width:190px !important; }
.blTMagento .customer-name-suffix .name-suffix { width:50px !important; }
.blTMagento .customer-name-suffix .name-suffix input { width:45px !important; }
.blTMagento .customer-name-suffix .name-suffix select { width:51px !important; }

.blTMagento .customer-name-prefix-middlename .name-prefix { width:60px !important; }
.blTMagento .customer-name-prefix-middlename .name-prefix input { width:45px !important; }
.blTMagento .customer-name-prefix-middlename .name-prefix select { width:51px !important; }
.blTMagento .customer-name-prefix-middlename .name-firstname { width:215px !important; }
.blTMagento .customer-name-prefix-middlename .name-firstname input { width:190px !important; }
.blTMagento .customer-name-prefix-middlename .name-middlename { width:50px !important; }
.blTMagento .customer-name-prefix-middlename .name-middlename input { width:35px !important; }
.blTMagento .customer-name-prefix-middlename .name-lastname { width:200px !important; }
.blTMagento .customer-name-prefix-middlename .name-lastname input { width:200px !important; }

.blTMagento .customer-name-prefix-suffix .name-prefix { width:60px !important; }
.blTMagento .customer-name-prefix-suffix .name-prefix input { width:45px !important; }
.blTMagento .customer-name-prefix-suffix .name-prefix select { width:51px !important; }
.blTMagento .customer-name-prefix-suffix .name-firstname { width:215px !important; }
.blTMagento .customer-name-prefix-suffix .name-firstname input { width:190px !important; }
.blTMagento .customer-name-prefix-suffix .name-lastname { width:205px !important; }
.blTMagento .customer-name-prefix-suffix .name-lastname input { width:190px !important; }
.blTMagento .customer-name-prefix-suffix .name-suffix { width:50px !important; }
.blTMagento .customer-name-prefix-suffix .name-suffix input { width:45px !important; }
.blTMagento .customer-name-prefix-suffix .name-suffix select { width:51px !important; }

.blTMagento .customer-name-middlename-suffix .name-firstname { width:215px !important; }
.blTMagento .customer-name-middlename-suffix .name-firstname input { width:200px !important; }
.blTMagento .customer-name-middlename-suffix .name-middlename { width:60px !important; }
.blTMagento .customer-name-middlename-suffix .name-middlename input { width:35px !important; }
.blTMagento .customer-name-middlename-suffix .name-lastname { width:205px !important; }
.blTMagento .customer-name-middlename-suffix .name-lastname input { width:190px !important; }
.blTMagento .customer-name-middlename-suffix .name-suffix { width:50px !important; }
.blTMagento .customer-name-middlename-suffix .name-suffix input { width:45px !important; }
.blTMagento .customer-name-middlename-suffix .name-suffix select { width:51px !important; }


.blTMagento .customer-name-prefix-middlename-suffix .name-prefix { width:60px !important; }
.blTMagento .customer-name-prefix-middlename-suffix .name-prefix input { width:45px !important; }
.blTMagento .customer-name-prefix-middlename-suffix .name-prefix select { width:51px !important; }
.blTMagento .customer-name-prefix-middlename-suffix .name-firstname { width:155px !important; }
.blTMagento .customer-name-prefix-middlename-suffix .name-firstname input { width:140px !important; }
.blTMagento .customer-name-prefix-middlename-suffix .name-middlename { width:60px !important; }
.blTMagento .customer-name-prefix-middlename-suffix .name-middlename input { width:35px !important; }
.blTMagento .customer-name-prefix-middlename-suffix .name-lastname { width:205px !important; }
.blTMagento .customer-name-prefix-middlename-suffix .name-lastname input { width:190px !important; }
.blTMagento .customer-name-prefix-middlename-suffix .name-suffix { width:50px !important; }
.blTMagento .customer-name-prefix-middlename-suffix .name-suffix input { width:45px !important; }
.blTMagento .customer-name-prefix-middlename-suffix .name-suffix select { width:51px !important; }

.blTMagento .customer-dob .input-box { float:left; width:60px !important; }
.blTMagento .customer-dob input { width:50px !important; }
.blTMagento .customer-dob label.label-dob { font-weight:normal; color:#888; font-size:10px; }

/* My Account navigation */
.blTMagento .account-nav { border:1px solid #bbb; }
.blTMagento .account-nav .head {
   margin:0;
   background:url(../images/account_nav_head_bg.gif) repeat-x 0 100% #fc9d36;
   padding:3px 10px;
}
.blTMagento .account-nav .head h3 { color:#fff; font-size:1.1em; }
.blTMagento .account-nav ul { background:#fbfaf6; padding:4px 10px 10px 10px; }
.blTMagento .account-nav li a,
.blTMagento .account-nav li.on { padding:3px 0;  }
.blTMagento .account-nav li a { display:block; border-bottom:1px solid #ddd; /*background:url(../images/account_nav_link_bg.gif) no-repeat 10px 8px;*/ }
.blTMagento .account-nav li a,
.blTMagento .account-nav li a:hover { color:#5f5d5c; text-decoration:none; }
.blTMagento .account-nav li a:hover { color:#ea7900; }
.blTMagento .account-nav li.on { border-bottom:1px solid #ddd; /* background:url(../images/account_nav_on_bg.gif) no-repeat 10px 8px;*/  color:#ea7900; font-weight:bold; }
.blTMagento .account-nav li.on a { padding:0; }
.blTMagento .account-nav li.last,
.blTMagento .account-nav li.last a { border-bottom:0; }


/* Login */
.blTMagento .login-box {
    border-top: 3px solid #83d0f0;
	padding-top: 4px;
} /* invias */
.blTMagento .login-box .col-1,
.blTMagento .login-box .col-2 { } /* invias */
.blTMagento .login-box .content { padding: 0; } /* invias */
.blTMagento .login-box h4 {
    margin: 1em 0;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 11px;
	font-weight: bold;
	color: #592819;
} /* invias */
.blTMagento .login-box .new-users h4 { } /* invias */
.blTMagento .login-box .registered-users h4 { } /* invias */
.blTMagento .login-box .button-set { } /* invias */
.blTMagento .login-box .content { min-height:230px; }


/* Dashboard */
.blTMagento .account-box { margin: 0 0 2em; } /* invias */
.blTMagento .account-box .head {
	margin: 6px 0;
	background-color: #83d0f0;
	padding: 8px;
	height: 28px;
	text-align: left;
} /* invias */
.blTMagento .account-box h4 { color:#E65505; font-size:1.1em; text-transform:uppercase; }
.blTMagento .account-box .inner-head {
	margin: 1em 0;
	font-size: 11px;
} /* invias */
.blTMagento .account-box h5 {
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 11px;
	font-weight: bold;
	color: #592819;
} /* invias */
.blTMagento .account-box h5 a { font-weight:normal; }
.blTMagento .account-box h6 {
	border-top: 3px solid #83d0f0;
	padding: 4px 3px 6px;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 10px;
	font-weight: bold;
	color: #83d0f0;
} /* invias */
.blTMagento .account-main .account-box li { padding:5px 0; }
.blTMagento .account-box ol .count {
    float:left;
    margin-top:3px;
    background-color:#333;
    padding:1px 3px;
    font-size:9px;
    font-weight:bold;
    color:#fff;
    line-height:1em;
}
.blTMagento .account-box ol .content { margin-left:20px; padding:0; }
.blTMagento .account-box ol.recent-reviews small {
    float:left;
    margin-right:3px;
    font-weight:bold;
}
.blTMagento .account-box .product-images { width:65px; }
.blTMagento .account-box .product-images img { border:1px solid #ccc; }
.blTMagento .account-box .product-details { margin:0 0 10px 70px; }
.blTMagento .account-box .content { padding: 0 8px; } /* invias */
.blTMagento .account-side .actions { border-top:1px solid #ccc; padding-top:4px; }
.blTMagento .account-side .actions .form-button { float:right; }
.blTMagento .edit-password { display:block; height:20px; background:url(../images/icon_lock.gif) no-repeat 0 2px; padding-left:20px; }
.blTMagento .dashboard-welcome {
	margin-bottom: 2em;
	border-top: 3px solid #83d0f0;
	padding-top: 1em;
} /* invias */
.blTMagento .account-box .head h4 {
	float: none;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 11px;
	font-weight: bold;
	color: #592819;
} /* invias */

.blTMagento .ad-orders .head h4 { } /* invias */
.blTMagento .ad-account-info .head h4 { } /* invias */
.blTMagento .ad-tags .head h4 { } /* invias */
.blTMagento .ad-reviews .head h4 { } /* invias */


/* Account Addressbook */
.blTMagento .primary-address-list h4,
.blTMagento .address-list h4 {
	border-top: 3px solid #83d0f0;
	padding: 4px 3px 6px;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 10px;
	font-weight: bold;
	color: #83d0f0;
} /* invias */
.blTMagento .primary-address-list li {
    margin-bottom:10px;
    border:1px solid #ccc;
    background:url(../images/account_box_bg.gif) repeat-x #fff;
    padding:10px 13px 8px 13px;
}
.blTMagento .primary-address-list li .head { margin:0; }
.blTMagento .address-list li { margin-bottom:1em; }
.blTMagento .address-list .actions { float:right; margin:0 0 10px 10px; }

/* Account Order History */
.blTMagento .sales-order-view .checkmo-mailing-address { display:block; padding-left:20px; }

/* Compare Products */
.blTMagento .compare-products { margin:30px 0 50px 0; }
.blTMagento .compare-products table { width:auto;  border:0; }
.blTMagento .compare-products tr { background:#EEEDED; }
.blTMagento .compare-products td { width:170px; text-align:left; }
.blTMagento .compare-products tbody td { border-color:#ccc; }
.blTMagento .compare-products tbody tr.first td { border-top:1px solid #D9DDE3; text-align:center; }
.blTMagento .compare-products tbody td.last {  border-right:1px solid #D9DDE3; }
.blTMagento .compare-products tbody.attribute-cart td { background:#fffada !important; text-align:center; border-bottom:1px solid #D9DDE3; }
.blTMagento .compare-products tbody td.label {
    width:auto;
    border-bottom:1px solid #9eb8cb;
    border-left:1px solid #BEBCB7;
    background:url(../images/comparison_table_label_bg.gif) repeat-y 100% 0 #d9e5ee !important;
    text-align:left;
}
.blTMagento .compare-products tbody.remove-buttons tr {  background:#fff;  }
.blTMagento .compare-products tbody.remove-buttons td {
    border:none !important;
    padding:0;
    text-align:right;
    font-size:0;
    line-height:0;
}
.blTMagento .compare-products tbody.remove-buttons td img { float:right; }
.blTMagento .compare-products tr.last td {border-bottom:1px solid #ccc!important; }

.blTMagento .head-invoices h3,
.blTMagento .head-shipment h3 {
	font-size: 24px;
	font-weight: bold;
	color: #592819;
} /* invias */

.blTMagento .generic-box h4 {

	border-bottom: 1px solid #83d0f0;
	padding-bottom: 2px;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 11px;
	font-weight: bold;
	color: #592819;
} /* invias */

/* Reviews */
.blTMagento .my-review-detail .product-image { float:left; width:135px; }
.blTMagento .my-review-detail .product-image p { margin-bottom:0; }
.blTMagento .my-review-detail .product-image p img { vertical-align:top; }
.blTMagento .my-review-detail .details { float:right; width:538px; }
.blTMagento .my-review-detail .ratings-list { margin-bottom:.8em; }
.blTMagento .my-review-detail .ratings { line-height:1.5; }
.blTMagento .my-review-detail .ratings .rating-box { float:none; margin-bottom:3px; }
.blTMagento .my-review-detail .ratings .pipe { display:none; }
.blTMagento .my-review-detail .ratings a { display:block; }


/* Gift Messages */
.blTMagento .giftmessage { padding:10px 0 0 0; }
.blTMagento .giftmessage-preview-link { font-size:11px; padding-right:7px; background-repeat:no-repeat; background-position:right 5px; }
.blTMagento .giftmessage-row { background-color:#f2efe9; }
.blTMagento .giftmessage-content { float:left; }
.blTMagento .giftmessage-close { float:right; }
.blTMagento .expand { background-image:url(../images/gift-message-expand.gif); }
.blTMagento .collapse { background-image:url(../images/gift-message-collapse.gif); }



/********************** Print pages */
.blTMagento table.print .giftmessage-preview-link { display:none !important; }
.blTMagento table.print .price-excl-tax { white-space:nowrap; }
.blTMagento table.print .price-incl-tax { white-space:nowrap; }
.blTMagento table.print .price-excl-tax .label,
.blTMagento table.print .price-excl-tax .price,
.blTMagento table.print .price-incl-tax .label,
.blTMagento table.print .price-incl-tax .price { display:inline; }


/********************** Pop up pages */
.blTMagento .page-popup { background:#fff; padding:25px 30px; text-align:left; }
.blTMagento .page-popup .print-head { margin:0 0 15px; }
.blTMagento .page-popup .print-head img { float:left; }
.blTMagento .page-popup .print-head address { float:left; margin-left:15px; }
.blTMagento .product-gallery-nav { padding:0 5px; }



/************************************************************/
/******************[ Mage_CSS_F Overrides]*******************/
/************************************************************/
.blTMagento .nowrap,
.blTMagento .nobr { white-space:nowrap !important; }

/* Alignment */
.blTMagento .v-top { vertical-align:top; }
.blTMagento .v-middle { vertical-align:middle; }
.blTMagento .v-bottom { vertical-align:bottom; }
.blTMagento .a-left { text-align:left; }
.blTMagento .a-center { text-align:center; }
.blTMagento .a-right { text-align:right; }
.blTMagento .left { float:left; }
.blTMagento .right { float:right; }

.blTMagento .normal-weight { font-weight:normal; }
.blTMagento .auto-width { width:auto; }

/* Link highlights */
.blTMagento .link-cart { } /* invias */
.blTMagento .link-remove { color:#646464 !important; }
.blTMagento .link-print { background:url(../images/icon_printer.gif) no-repeat 0 2px; padding-left:23px; }
.blTMagento .link-feed { background:url(../images/icon_feed.png) no-repeat left center; padding-left:18px; line-height:1.15; }

.blTMagento .order-access { margin: 1em 0; } /* invias */
.blTMagento .order-info { border-bottom: 3px solid #83d0f0; } /* invias */
.blTMagento .order-info span { display: block; float: left; }
.blTMagento .order-info ul {
	overflow: hidden;
	zoom: 1;
} /* invias */
.blTMagento .order-info li {
	float: left;
	margin-right: 4px;
	border: 1px solid #83d0f0;
	border-bottom: 0;
	padding: 4px 16px;
} /* invias */
.blTMagento .order-info li.selected {
	background: #83d0f0;
	font-weight: bold;
	color: #fff;
} /* invias */
.blTMagento .order-info li.selected a { color: #fff; } /* invias */

/* Noscript Notice */
.blTMagento .noscript { border:1px solid #000; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.blTMagento .noscript .noscript-inner { width:950px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.blTMagento .noscript p { margin:0; }

/* For Demo store only */
.blTMagento .demo-notice { margin:0; background:#d75f07; padding:5px 10px 6px 10px; color:#fff; line-height:1em; text-align:center; }

/* Class: std - styles for admin-controlled content */
.blTMagento .std ul,
.blTMagento .std ol,
.blTMagento .std dl,
.blTMagento .std p,
.blTMagento .std address,
.blTMagento .std blockquote { margin:0 0 1em; padding:0; }
.blTMagento .std ul { list-style:disc outside; padding-left:1.5em; }
.blTMagento .std ol { list-style:decimal outside; padding-left:1.5em; }
.blTMagento .std ul ul { list-style-type:circle; }
.blTMagento .std ul ul,
.blTMagento .std ol ol,
.blTMagento .std ul ol,
.blTMagento .std ol ul { margin:.5em 0; }
.blTMagento .std dt { font-weight:bold; }
.blTMagento .std dd { padding:0 0 0 1.5em; }
.blTMagento .std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.blTMagento .std address { font-style:normal; }
.blTMagento .std b,
.blTMagento .std strong { font-weight:bold; }
.blTMagento .std i,
.blTMagento .std em { font-style:italic; }
.blTMagento .std .a-top { text-align:right; }


/****************************************************/
/****************[ Mage_CSS_B Clears ]***************/
/****************************************************/

.blTMagento .page-head:after,
.blTMagento .page-head-alt:after,
.blTMagento .page-popup .print-head:after,
.blTMagento .clear:after,
.blTMagento .col2-set:after,
.blTMagento .col3-set:after,
.blTMagento .col4-set:after,
.blTMagento .col2-alt-set:after,
.blTMagento .head:after,
.blTMagento .inner-head:after,
.blTMagento .header-top:after,
.blTMagento .quick-access:after,
.blTMagento .header-nav:after,
.blTMagento #nav:after,
.blTMagento .middle:after,
.blTMagento .product-essential:after,
.blTMagento .more-views ul:after,
.blTMagento .button-set:after,
.blTMagento .actions:after,
.blTMagento .legend:after,
.blTMagento .form-list li:after,
.button-container:after,
.blTMagento .ratings:after,
.blTMagento .page-head:after,
.blTMagento .page-head-alt:after,
.blTMagento .group-select li:after,
.blTMagento .search-autocomplete li:after,
.blTMagento .tool-tip .btn-close:after,
.blTMagento .side-col li:after,
.blTMagento .account-box li:after,
.blTMagento .address-list li:after,
.blTMagento .generic-product-list li:after,
.blTMagento .listing-type-list .listing-item:after,
.blTMagento .listing-type-list .product-info .product-reviews:after,
.blTMagento .my-review-detail:after,
.blTMagento .product-options dt:after,
.blTMagento .product-options-bottom:after,
.blTMagento .product-options dd ul.options-list li:after,
.blTMagento .add-to-holder:after,
.blTMagento .listing-type-grid .grid-row:after,
.blTMagento .advanced-search-summary-box:after,
.blTMagento .shopping-cart-totals .checkout-types:after,
.blTMagento .advanced-search li:after { content:"."; display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
