 /**
 * 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)
 * @licensehttp://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

/* Layout ================================================================================= */
.clear { clear: both; }
.wrapper { }
.page { width:968px; margin:20px auto; padding: 0; text-align:left;}
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main { margin:10px 0; }


/* Base Columns */ 
.col-left { float:left; width:155px; padding: 0 0 0 11px; }
.col-main { float:left; width:684px; padding:0; }
.col-right { float:right; width:171px; padding: 0; text-align: right; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; margin:10px 18px 10px 29px;}

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main { margin:10px 18px 10px 29px; width: 700px; }

.col2-right-layout .col-right { 
	margin-right:16px;
	width:180px;
}

/* 3 Columns Layout */
.col3-layout .col-main { width:590px; margin-left:20px; }

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

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

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


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


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option {}
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 0 0 12px; 
	background:url(../images/botones/boton.jpg) 0 50% no-repeat; 
	cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ 
	}
button.button span { 
	float:left; padding:0 12px 0 0; 
	background:url(../images/botones/boton.jpg) 100% 50% no-repeat; 
	font: 11px/21px Arial, Helvetica, sans-serif; 
	text-align:center; 
	white-space:nowrap; 
	color:#333; }
button.disabled {}
button.disabled span {}

.disc { 
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
}

.disc li {
	margin-left:20px;
}

}

/* Input & Textarea stretched for 100% */
.field-100 { border:1px solid #888; padding:2px; overflow:hidden; }
.field-100 input.input-text,
.field-100 textarea { float:left; width:100%; margin:0; padding:0; border:0; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#eee; }*/

/* Form lists */
.form-list li { margin:0 0 5px; }
.form-list label { font-weight:bold; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:250px; }
.form-list select { width:256px; }
.form-list li.add-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.add-row .btn-remove { font-size:0; line-height:0; padding:5px 5px 0 0; text-align:right; }
.form-list .range input.input-text { width:96px; }

.group-select {}
.group-select li { margin:0 0 5px; }
.group-select .input-box { float:left; width:260px; }
.group-select input.input-text,
.group-select textarea {width:510px; }
.group-select select { width:516px; }
.group-select .input-box input.input-text,
.group-select .input-box textarea { width:250px; }
.group-select .input-box select { width:256px; }

.buttons-set { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }

.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; text-align:right; }

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

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

.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 10px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:10px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/error_msg_icon.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/success_msg_icon.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/note_msg_icon.gif); color:#3d6611; }

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

/* Page Heading */
.page-title { border-bottom:1px solid #ddd; padding:0 0 5px; margin:0 0 20px; }
.title-buttons { text-align:right; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

/* Pager */ 
.pager { border:1px solid #ddd; padding:5px; margin:5px 0; text-align:center; }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current {}

/* Sorter */ 
.sorter { border:1px solid #ddd; padding:5px; margin:5px 0; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}

/* Data Table */ 
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #ddd; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #ddd; }
.data-table thead { background-color:#f2f2f2; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { background-color:#f6f6f6; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { background-color:#f6f6f6; }
tr.tax-details-first td {}

/* Shopping cart tax info */
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { cursor:pointer; }
.cart-tax-total { padding-right:20px; background:url(../images/bg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Lists Decoration */
li.odd {}
li.even { background-color:#f6f6f6; }
dt.odd,
dd.odd {}
dt.even,
dd.even { background-color:#f6f6f6; }

/* Class: std - styles for admin-controlled content */
.std,
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 6px; 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; }
.col-main .std h3 { font-weight: normal; font-size: 17.4px; margin:0; border-top: 1px solid #ddd; padding: 6px 0 0 0; color: #666; }
.col-main .std h1 {border-top:1px solid #DDDDDD;color:#666666;font-size:17.4px;font-weight:normal;margin:0;padding:6px 0 0;line-height:1.375;}
/* Misc */
.link-rss { background:url(../images/icon_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; width:199px; height:95px; overflow:hidden; } 
.header-container {}
.header { position:relative; height: 128px;  }
.header .logo { background-position:0 0; margin-left: 23px; background-repeat:no-repeat; text-indent:-999em; }
.header .logo a { display:block; margin-left: 17px; width:168px; height:72px; }
.header .welcome-msg { font-weight:normal; text-align:right; float: right; font-style: italic; margin-left: 8px; overflow: auto;}
.header-first-block {position: absolute; top:71px; right:17px;}
.header .links { float: right; }
.header .links li, .header-first-block .lightview { float: right; padding: 0 8px; display: block; border-right: 2px solid #D9D9D9; font-size: 11px; }

.header .links li.first {  }
.header .links li a, .header-first-block a.lightview  { text-decoration: none; }
.header .links li a:hover, .header-first-block a.lightview:hover { color: #333; }
.header .form-search { text-align:left; margin-left: 16px; margin-top: 5px; float: left; } 
.header .form-search label { display: none; }
.header .form-search button.button { display: none; }

.header .form-search input.input-text { border:none; background: url('../images/bg-search.png') no-repeat; color: #B0B0B0; padding-left: 22px;  width: 170px; margin-top: 1px; margin-left: 10px; font-size: 10px;	 }
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-language { text-align:center; }

/********** < Navigation */
#nav { font-size:12px; border:1px solid #ddd; padding:5px 0; margin:44px 0 10px 0; }

/* All Levels */
#nav li { text-align:left; position:relative; }
#nav li.over { z-index:999; }
#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 { float:left; }
#nav li a { float:left; padding:5px 10px; font-weight:bold; color:#888; }
#nav li a:hover { color:#000; }
#nav li.over a,
#nav li.active a { color:#000; }

/* 2nd Level */
#nav ul { position:absolute; width:15em; top:25px; left:-10000px; border:1px solid #ddd; background:#fafafa; }
#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; color:#888 !important; }
#nav ul li a:hover { color:#000 !important; }
#nav ul li.active > a,
#nav ul li.over > a  { font-weight:bold; color:#000 !important; }

/* 3rd+ leven */
#nav ul ul { top:7px; }

/* Show Menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { }
.block .block-title { border-bottom:1px solid #ddd; padding:0 10px; }
.block .block-title h2 { font-size:16px; font-weight:bold; line-height:1.5; }
.block h3 { font-size:14px; line-height:1.5; }
.block .block-content { padding:10px; }
.block .actions { text-align:right; }
.block .actions a { float:left; }

/* Block: Account */
.block-account {}

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav dt { font-weight:bold; }
.block-layered-nav .currently {}

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

.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; margin-right:-75px; }
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.mini-products-list .product-details .btn-remove { float:right; }

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

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

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

/* Block: Viewed */
.block-recent { display: none; }

/* Block: Poll */
.block-poll {}
.block-poll input.radio { float:left; margin:3px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll .answer {}
.block-poll .votes { font-weight:bold; }

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

/* Block: Subscribe */
.block-subscribe .block-title {
	border-bottom:none;
}
.block-subscribe legend {  font-style: italic; font-weight: bold; display: block; padding: 0 5px; font-size: 14px;color:#d6d6d6; }
.block-subscribe { margin-left: 14px; text-align: right; padding-right: 18px; }
.block-subscribe h4, .block-subscribe label { display:  none;  }
.block-subscribe .block-content { border: 1px solid #D6D6D6; text-align: left; width: 139;}
.block-subscribe .input-box input { border: none; background: url('../images/bg_newsletter_input.jpg') no-repeat; margin: 4px 0 8px 0; width: 100px; font-size: 11px; padding: 4px 8px 3px 10px; }
.block-subscribe .input-box .validation-failed { padding: 4px 6px; color: #cc0000; width: 100px; }
.block-subscribe .validation-advice { color: #cc0000; margin-bottom: 6px; }
.block-subscribe legend { white-space: normal; }
.newsletter-text { padding: 6px 0; }

/* Block: RSS */

#block-rss { text-align: center; margin: 12px 0 12px 14px; border: 1px solid #D6D6D6; padding: 12px 0; }
#block-rss a { text-decoration: none; }

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

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

/* Block: Checkout Progress */
.block-progress {}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { background-color:#f6f6f6; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
h2.category-title { 
	background: url('../images/sprite-gen.png') no-repeat 0 0; 
	padding-top: 4px; 
	padding-left: 16px; 
	color: #333333; 
	font-size: 20px; 
	line-height:1; 
	border-bottom: 1px solid #DDDDDD;
	padding: 4px 0 4px 16px;
	margin-bottom: 8px;	
	}
.category-description { padding-bottom: 6px; padding-left: 16px;font-size: 1.1em; }
.category-image { display:block; margin:0 auto; }
.category-products {}

/* View Type: Grid */
.products-grid { width:100%; }
.products-grid tr.odd {}
.products-grid tr.even { background-color:#f6f6f6; }
.products-grid td { width:33%; border:1px solid #ddd; padding:5px; }
.products-grid td.empty {}

/* View Type: List */
.products-list li.item { border:1px solid #ddd; padding:5px; margin:0 0 5px; }
.products-list .product-image { float:left; }
.products-list .product-shop { float:right; width:320px; }
/* ======================================================================================= */


/* Product View ========================================================================== */

.product-all { position: relative; }
.product-view {}

.product-essential {}
.product-collateral { clear: both; margin-left: 16px; }

/* Product Images */
.product-view .product-img-box { float:left; width:290px;  }
.product-view .product-img-box .product-image { min-height: 100px; }
.product-view .product-img-box .product-image-zoom { position:relative; width:280px; height:280px; 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; }
.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; }
.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 ul { margin-left:-4px }
.product-view .product-img-box .more-views li { float:left; padding:2px; background-color:#fff; border: 1px solid #333; margin:0 0 8px 4px ; }

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

/* Product Shop */
.product-view .product-shop { float:left; width:auto; }
.product-view .product-name {}
.product-view .short-description {}

/* Rating */
.ratings {}
.ratings .amount {}
.ratings .rating-links { clear:both; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bg_rating.gif) 0 0 repeat-x; position:relative; overflow:hidden; }
.rating-box .rating { position:absolute; top:0; left:0; height:13px; background:url(../images/bg_rating.gif) 0 100% repeat-x; }

/* Availability */
.availability {}
.availability .in-stock { font-weight:bold; }
.availability .out-of-stock { font-weight:bold; color:#f00; }

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

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

.price-box-bundle {}

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

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

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

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

a.minimal-price-link { display:block; }
a.minimal-price-link .label {}
a.minimal-price-link .price { font-weight:normal; }

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

/* 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 as configured */
.price-as-configured {}
.price-as-configured .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; }
/********** Product Prices > */

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

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button { float:left; margin-left:5px; }

/* Add to Links + Add to Cart */
.add-to-box {}
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }

/* Product Options */
.product-options { margin: 0 10px 10px 17px;  padding:10px; 10px 0 10px 17px; border:1px solid #ddd; background-color:#f6f6f6; }
.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%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

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

/* Grouped Product */
.grouped-items {}

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

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

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

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

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

/* Block: Add Review */
.product-view .add-review {}
.product-view .add-review .product-name span { font-weight:normal; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:1em; line-height:1.5; margin-bottom: 6px; padding-bottom: 4px; border-bottom:1px solid #DDDDDD; }
.product-name h2 { background: url('../images/sprite-gen.png') no-repeat 0 0; padding-top: 4px; padding-left: 16px; color: #333333; font-size: 20px; line-height:1; }
.product-name span { padding-left: 16px; }

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

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

/* CMS Home Page */
.cms-home .products-grid td { width:20%; }

/* Sitemap */
.sitemap {}
/* ======================================================================================= */


/* Product Review ======================================================================== */ 
.product-review {}
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; border:1px solid #ddd; padding:1px; }
.product-review .details { float:right; width:570px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .checkout-types { float:right; text-align:right; margin-bottom: 12px; padding:8px 15px 15px; width: 400px;}

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

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { float:left; width:680px; padding:25px 0;}
.cart .crosssell .product-image { float:left; margin-right:-90px; }
.cart .crosssell .product-shop { margin-left:90px; }
.cart .shipping {}

/* Shopping Cart Totals */
.cart .totals { float:right; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding: 15px 15px 0 15px;  }
.cart .totals table th { padding-top: 15px; }

.totals {
	background:#F9F9F9 none repeat scroll 0 0;
	border:1px solid #BEBCB7;
	float:right;
	margin-top:25px;
	text-align:right;
	width:214px;
}
.totals table {
	margin:7px 0;
}

#shopping-cart-totals-table tfoot td, #shopping-cart-totals-table tfoot th { font-size: 1.3em; padding-top:10px; }


.discount {
	background:#f9f9f9;
	border:1px solid #D0CBC1;
	margin-bottom:18px;
	padding:12px 15px;
}

.discount h3 {
	background: url(/skin/frontend/default/default/images/icon_asterick.gif) no-repeat;
	font-size: 1.2em;
	padding-left:23px;
}

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


/* Checkout ============================================================================== */
/* One Page */
.opc { border-bottom:1px solid #ddd; position:relative; }
.opc li.section { border:1px solid #ddd; border-bottom:0; }
.opc .step-title { background-color:#f6f6f6; padding:0 5px; text-align:right; }
.opc .step-title .number { 
	background:#F18200 none repeat scroll 0 0;
	border:1px solid #F19900;
	color:#FFFFFF;
}
.opc .step-title h3 { float:left; }
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title { background-color:#ccc; cursor:default; }
.opc .step { border-top:1px solid #ddd; padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }
.opc .order-review {}


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

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

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

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

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.add-gift-message {}
.gift-message-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-message-form .inner-box { padding:5px; height:300px; overflow:auto; }
.gift-message-form .gift-item {}

.gift-message-link { display:block; background:url(../images/bg_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 {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }
/********** Common Checkout Styles > */
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login {}
.account-login .new-users, .account-login .registered-users {
	width: 410px;
	border: 1px solid #ddd;
	background: #F9F9F9;
	padding: 16px;
	height: 212px;
}
.account-login .new-users p, .account-login .registered-users p { 
	margin-bottom: 0.8em;
}
.account-login .new-users h3, .account-login .registered-users h3 { 
	background: url(../images/icon_page_white.gif) no-repeat 0 2px;
	padding: 0 0 4px 22px;
	margin-bottom: 16px;
	border-bottom: 1px solid #d6d6d6;
}

.account-login .registered-users h3 {
	background: url(../images/icon_page_white_text.gif) no-repeat 0 2px;
}

.account-login .col2-set .col-1 .buttons-set, .account-login .col2-set .col-2 .buttons-set { width:426px; padding: 8px; margin:0;  border-top: none; background: #fff; } 
.account-login .col2-set .col-2 .buttons-set { margin-left: 7px; } 



.account-login .registered-users {}

.account-create {}


/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}

/* Block: Recent Orders */
.dashboard .recent-orders { margin:10px 0; }

/* Block: Tags */
.dashboard .tags .number { float:left; margin-right:-20px; }
.dashboard .tags .details { margin-left:20px; }

/* Block: Reviews */
.dashboard .reviews {}
/********** Dashboard > */

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

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


/* Footer ================================================================================ */
.footer { text-align:center; padding:10px 150px; position:relative}
.footer p { text-align:right; }
.footer address { text-align:right; }
.footer ul { float:left; padding:0 20px 0 0; }
.footer ul li { float: left; padding: 0 6px 0 12px; border-right: 1px solid #333; }
.footer div.footer-countries { font-size: 10px; text-align: center; }
.footer div.footer-countries span { padding: 0 8px 0 3px; background: url('../images/separador-menu-paises.gif') no-repeat right 4px; }

.footer fieldset.footer-first-links { 
	width: auto; 
	padding: 12px; 
	text-align: center; 
	margin-bottom: 12px; 
	border: 1px solid #d9d9d9; 
	border-left: none;
	margin: 20px auto;
	position: relative;
	padding: 12px;
	width:75%;
	
	} 
.footer fieldset.footer-first-links legend { 
	display: block; 
	margin-left: 12px; 
	background: #fff; 
	padding: 0 8px; 
	font-weight: bold; 
	font-style: italic; 
	font-size: 14px; 
	}
	
.footer fieldset.footer-first-links span { padding: 0 8px 0 3px; background: url('../images/separador-menus.gif') no-repeat right 2px; }
.footer fieldset.footer-first-links span.last { background: none; }
.footer fieldset.footer-first-links span a { text-decoration: none; }





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

/* Pitas INTERFAZ  ================================================================================ */




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



/* Pitas HEADER  ================================================================================ */

.header .store-switcher, .header .form-language, .header .block-currency { 
	float: right; 
	width: 117px; 
	text-align: right; 
	margin-top: 5px;
	border: 0;
	padding:0;
}

.header .store-switcher select, .header .form-language select, .header .block-currency select { 
	border: 1px solid #D1D1D1;
	font-size: 11px;
	margin: 0 7px 0 6px;


}

.header .block-currency .block-content { padding: 0; }


.header .header-contact { position:absolute; width:570px; top: 8px; right:4px; }
.header .header-contact li { float: right; }
.header .header-contact li a { text-indent: -9999px; display: block; height: 41px; }
.header .header-contact li.chat-cas a { text-indent: 0;	margin: 4px 0 0 2px; }
.header .header-contact li.skype-cas a {		background: url('../images/sprite-cas-8.jpg') no-repeat -269px -54px; width:120px; height: 32px; }
.header .header-contact li.contact-mail-cas a {
	text-indent:0; margin-top: 11px; width:110px; display: block; line-height: 1.1em; text-align: right; padding: 0 10px; color: #666; }
.header .header-contact li.phone-cas a { 		background: url('../images/sprite-cas-8.jpg') no-repeat 0px -54px; width:131px; }

.header .header-contact li.phone-cas span, .header .header-contact li.skype-cas span { display: block; line-height: 1.1em; text-align: right; padding: 0 6px 0 6px; color: #666;  }
.header .header-contact li.phone-cas span.phone { font-size: 18px; margin-top: 11px; }
.header .header-contact li.phone-cas span.phone strong { color: #a6a6a6; }
.header .header-contact li.phone-cas span.horario, .header .header-contact li.skype-cas span.horario {text-align: right; font-size: 9px; }

.header .header-contact li.contact-mail-cas {background: url('../images/separador_cabecera.jpg') no-repeat;}


.header .header-bar {
	position: absolute;
	top: 92px;
	width: 100%;
	height: 44px;
	background: url(../images/bg-menu-sup2.png) no-repeat 0 1px;
}

.header .header_menu {
	margin-left: 25px;
	float: left;
}

.header .header_menu li { float: left;  }
.header .header_menu li a  { 
	
	display: block; 
	width: auto; 
	color:#686767;
	font-size:13px; 
	padding: 5px 13px;  
	height: 16px; 
	margin-top:1px; 
	text-decoration: none;
	background: url('../images/botones/bg_menu_header_off.jpg') no-repeat; 
}
.header .header_menu li a.active,.header .header_menu li a:hover { background: url('../images/botones/bg_menu_header_on.jpg') no-repeat; color: #000; }

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

/* Pitas LEFT  ================================================================================ */

.vertical-nav { margin-bottom: 20px; }
.vertical-nav h4 { width: 147px; height: 20px; padding: 6px 0 0 8px;  background: url('../images/sprite-cas-8.jpg') no-repeat  0 -94px; font-size: 13px; color: #858585;}
.vertical-nav #nav_vert { width: 155px; background: url('../images/borde-menu-left.gif') no-repeat top right; }
.vertical-nav #nav_vert li { display: block; width: 120px; padding: 2px 15px; height: 18px; background: url('../images/bg-menu-left-off.png') no-repeat; }
.vertical-nav #nav_vert li.active { background: url('../images/bg-menu-left-on.png') no-repeat; }
.vertical-nav #nav_vert li a { font-size: 11px; display: block; padding: 1px 0 3px 9px; text-decoration: none; }
.vertical-nav #nav_vert li a:hover { color: #333333; }
.vertical-nav #nav_vert li.active a { color: #333333; }

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

/* Pitas Products  ================================================================================ */



    #tabs{
        margin-left: 4px;
        padding: 0;
        background: transparent;
        voice-family: "\"}\"";
        voice-family: inherit;
        padding-left: 5px;
    }
    
    #tabscontent { padding: 0 10px 10px 17px; }
    
    #tabs ul{
        font: bold 11px Arial, Verdana, sans-serif;
        margin:0;
        padding:0;
        list-style:none;
    }
    #tabs li{
        display:inline;
        margin:0 2px 0 0;
        padding:0;
        text-transform:uppercase;
    }
    #tabs a{
        float:left;
        background:#A3BBE6 url(images/tabs_left.gif) no-repeat left top;
        margin:0 2px 0 0;
        padding:0 0 1px 3px;
        text-decoration:none;
    }
    #tabs a span{
        float:left;
        display:block;
        background: transparent url(images/tabs_right.gif) no-repeat right top;
        padding:4px 9px 2px 6px;
    }
    #tabs a span{float:none;}
    #tabs a:hover{background-color: #7E94B9;color: white;}
    #tabs a:hover span{background-color: #7E94B9;}
	ul.tab-selector { margin-bottom: 4px; padding: 0 0 6px 27px; overflow: auto; height: 31px;  background: url('../images/sprite-gen.png') no-repeat -22px -40px; }

p.set-review, p.sendfriend {
	height : 83px;
}
p.sendfriend, p.set-review { 
	background:transparent url(../images/botones/opinion.png) no-repeat center center;
}
ul.tab-selector li { 
	background:transparent url(../images/botones/boton.jpg) no-repeat scroll 0 50%;
	display:block;
	float:left;
	height:21px;
	margin:0 10px 0 0;
	padding:0 0 0 12px;
	width:auto;
	cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ 
	}
ul.tab-selector li a { 
	float:left; padding:0 12px 0 0; 
	background:url(../images/botones/boton.jpg) 100% 50% no-repeat; 
	font: 11px/21px Arial, Helvetica, sans-serif; 
	text-align:center; 
	white-space:nowrap; 
	color:#333; 
	text-decoration: none;
	}
  


    .tabContent {
        clear:both;
		overflow: auto;
    }
	#tabContent3 { position: absolute; left:-2px; top:32px; z-index: 9999; background: #fff; width: 100%; height: 240px; overflow; auto; padding-left: 6px; }

	.product-data { float:left; width: 300px; }
	.product-data .description label, .product-data .especificaciones label { 
		font-weight: bold; 
		background: url('../images/dot-product-label.gif') no-repeat right 3px; 
		padding-right: 16px; 
		width: 100px; 
		float:left; 
		margin-bottom: 2px;
	}
	.product-data .description span, .product-data .especificaciones span { 
		display: block; 
		width: 130px; float: left;  
		padding-left: 12px; 
		margin-bottom: 2px;
	}
	.product-actions { clear: both; }
	
	.more-views { display: none; }
	input.product-custom-option { width: 90%; font-size: 10.5px; }
	.add-to-box {  }
	.tags { display:none; }
	

	ul.another-products { 
		background: url('../images/bg-otros-productos.png') no-repeat 0 80px; 
		width: 590px;	
		text-align: left;
		overflow: auto;
		margin: 10px;
		margin-top: 8px 0;
		padding: 0;
	}
	
	li.another-product-data, li.another-product-data1 { 
		background: url('../images/sep-another-product.png') no-repeat right  80px;  
		width: 120px; 
		text-align: center;
		padding: 0 10px; 
		min-height: 150px;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline;
        _height: 150px;
	}
	
	ul.another-products li.last { background: none; }
	
	.another-product-data h4, .another-product-data1 h4 { font-weight: bold; font-size: 11px; margin-top: 4px } 
	.another-product-description { font-size: 10.5px }
	.product-file { clear: both; border: 1px solid red; overflow: auto; }
	
	.reviews-wrap { text-align: left; margin-left: 8px; }
	h3.reviews-header { font-size: 16px; font-style: italic; color: #666; margin-bottom: 4px;}
	.reviews { background: url('../images/bg-product-block-top.png') no-repeat; padding: 4px 0 0 0; }
	.review-data { background: url('../images/bg-product-block-bottom.png') no-repeat left bottom;  padding: 10px 16px 10px 14px;  }
	p.review-detail { margin-bottom: 6px; font-size: 10.5}
	.review-data p.date { margin-bottom: 6px; font-size: 9.5px;}
	p.set-review, p.sendfriend { text-align:center; width:162px; margin-left:8px }
	p.set-review a, p.sendfriend a  { color:#FFF; display:block; font-size:14px; font-weight:bold; line-height:20px; padding:20px 19px 20px 15px; text-decoration:none; font-style:italic}
	
	.col-right .messages { display:none;  }
	
	
	#send-form li { margin-bottom: 8px; }
	#send-form .input-box { width: 380px; }
	#send-form .form-list label { float: left; width: 164px; margin-right: 20px; padding: 2px; }
	#send-form .form-list input.input-text { float: left; width: 164px; margin-right: 20px; }
	#send-form .form-list input.last, #send-form .form-list label.last { margin-right: 0; } 
	#send-form .form-list textarea { width: 380px; }
	#send-form .buttons-set { border: none; width: 374px; }
	
	#review-form li {margin-bottom: 8px;}
	#review-form .buttons-set { border: none; width: 374px; }
/* ======================================================================================= */


/******* HOME *******/

.category-list-home { margin-top: 8px; }
h3.our-products { 	margin-top: 16px; }
h3.our-products span { 
	font-size: 14px; 
	background: url('../images/dot_modelos.png') no-repeat right 6px; 
	padding-right: 18px;
	font-style: italic;
	
	} 
	ul.another-products-2 { 
		width: 590px;	
		text-align: left;
		overflow: auto;
		margin: 2px 0;
		margin-top: 8px 0;
		padding: 0;
	}
	
	li.another-product-data-2 { 
		background: url('../images/bg-another-bottom.png') no-repeat bottom;
		width: 141px;
		margin: 2px;
		list-style-type: none;
		text-align: center;
		min-height: 166px;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline;
        _height: 150px;
	}
	
	.apdb { 
		padding: 10px 4px 4px 4px; 
		background: url('../images/bg-another-top.png') no-repeat top;

	}
	
	.another-product-data-2 h4 {
		font-weight: bold; 
		font-size: 11px; 
		margin-top: 4px;
		} 
	.another-product-description br { display:none; }
	
/********** CART ************/

.checkout-types li { 
	float: right; 
	margin-left: 10px;
	overflow:visible; 
	height: 33px;
	width:auto; 
	border:0; 
	padding:0 0 0 18px; 
	background:url(../images/botones/checkout.jpg) 0 50% no-repeat; 
	cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ 
	}
.checkout-types li a { 
	float:left; padding:0 18px 0 0; 
	height: 33px;
	font-weight: bold;
	text-decoration:  none;
	background:url(../images/botones/checkout.jpg) 100% 50% no-repeat; 
	font: 14px/33px Arial, Helvetica, sans-serif; 
	text-align:center; 
	white-space:nowrap; 
	color:#333; }
	
#shopping-cart-table button.button, .discount button.button, #checkoutSteps  button.form-button  { 
	overflow:visible; 
	height: 20px;
	width:auto; 
	border:0; 
	padding:0 0 0 12px; 
	background:url(../images/botones/botones_cesta.jpg) 0 50% no-repeat; 
	cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ 
	}
#shopping-cart-table button.button span, .discount button.button span, #checkoutSteps button.form-button span  { 
	float:left; padding:0 12px 0 0; 
	height: 20px;
	font-weight: bold;
	background:url(../images/botones/botones_cesta.jpg) 100% 50% no-repeat; 
	font: 11px/21px Arial, Helvetica, sans-serif; 
	text-align:center; 
	white-space:nowrap; 
	color:#333; }	
	
	
/* One-Page checkout */
.one-page-checkout li.section { position:relative; }
.one-page-checkout .group-select { margin-right:0; }
.one-page-checkout .box { border:1px solid #bbb6a5; border-top:0; padding:15px 20px; background:#faf7ee; }
.one-page-checkout .head { margin-bottom:0; padding:4px 8px 6px 8px; background:url(../images/opc_off_head_bg.gif) repeat-x 0 100% #eee; border-width:0 1px 0 1px; border-color:#D9DDE3; border-style:solid; border-top:1px solid #fff; }
.one-page-checkout .tool-tip { right:8px; }
.one-page-checkout .head a { display:none; }  /* Hide Edit button in step header */
.one-page-checkout h3 { color:#666; font-size:1.05em; }

.one-page-checkout p {margin-bottom:0.8em;}

.one-page-checkout h4 { border-bottom:1px solid #E4E4E4; padding-bottom:2px; text-transform:uppercase; margin-bottom: 6px; }
.one-page-checkout h4.title { border-bottom:0; text-transform:none; }
.one-page-checkout .step-count { background:#fff; font-size:.9em; padding:0 4px; line-height:1em; border: 1px solid #ccc; }
.one-page-checkout .content { padding:10px 20px; }
.one-page-checkout label.label { font-size:1.05em; color:#2f2f2f; }
.one-page-checkout .allow .head { background:#e6e6e6; border-color:#a3aeb3; border-width:1px 1px 0 1px; cursor:pointer; }
.one-page-checkout .active .head { margin-bottom:0; border:1px solid #BBAFA0; background:#F9F3E3; padding-bottom:5px; cursor:default; }
.one-page-checkout .alloq .head a { display:block; } /* Display Edit button in active selection */
.one-page-checkout .group-select { margin-top:0; border:0; background:none; padding:0; }
.one-page-checkout .allow h3 { color:#B9B9B9; }
.one-page-checkout .active h3 { color:#F18200; }
.one-page-checkout .allow .step-count { background:#f3f3f3; }
.one-page-checkout .active .step-count { color:#fff; border:1px solid #f19900; background:#F18200; }
.one-page-checkout .active .box {  display:block; border-color:#f; background:#fff}
.one-page-checkout dd .form-list ul { margin:5px 17px 15px 17px; }
.one-page-checkout .checkmo-mailing-address { padding-left:20px; }
.one-page-checkout-progress {text-align: left;}
.one-page-checkout-progress .page-head { margin-bottom:1em; }
.one-page-checkout-progress li { border:1px solid #A3AEB3; background:#fafafa; margin-bottom:6px; }
.one-page-checkout-progress h3 { font-size: 1.3em; margin-top: 15px; margin-bottom: 6px;}
.one-page-checkout-progress h4 { margin:0; color:#666; padding:2px 8px; background:#eee; text-transform:none; font-size: 1.05em; }
.one-page-checkout-progress h4.complete { border-bottom:1px solid #A3AEB3; background:#ebebeb; color:#666; }
.one-page-checkout-progress h4 a { text-transform:none; }
.one-page-checkout-progress .content { padding:8px 13px; }
#opc-login .button-set { border-top:0; }
#opc-review .box { border:0; padding:0; }
#opc-review .content { border:1px solid #d9dde3; border-top:0; padding: 20px; }
#opc-review .data-table { border-top:0; }
.opc-please-wait { padding-right:7px; }
.one-page-checkout a.back { background:url(../images/icon_opc_back.gif) no-repeat; padding-left:16px; line-height:13px; }
.one-page-checkout .payment-methods dd { padding:0; }
.one-page-checkout .button-set { margin-top:0; padding:2em 0; text-align: right; }


button.button-review::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button-review { 
	overflow:visible; 
	height: 33px;
	width:auto; 
	border:0; 
	padding:0 0 0 18px; 
	background:url(../images/botones/checkout.jpg) 0 50% no-repeat; 
	cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ 
	}
button.button-review span { 
	float:left; padding:0 18px 0 0; 
	height: 33px;
	font-weight: bold;
	text-decoration:  none;
	background:url(../images/botones/checkout.jpg) 100% 50% no-repeat; 
	font: 14px/33px Arial, Helvetica, sans-serif; 
	text-align:center; 
	white-space:nowrap; 
	color:#333; }


.one-page-checkout .box-no-padding {
    border:1px solid #bbb6a5;
    border-top:0;
    padding:15px 0px;
    background:#faf7ee;
}

.one-page-checkout .box-no-padding .inner-box {
   padding:0px 20px 20px 20px;
}


.checkout-progress { margin:0 auto 1.5em auto; }
.checkout-progress td {
    float:left;
    margin-right:3px;
    border-top:10px solid #444;
    padding:4px 20px;
    color:#abb5ba;
    font-weight:bold;
    }
.checkout-progress td.active {
    border-top-color:#e96200;
    color:#e96200;
    }

#checkoutSteps { font-size: 1.05em; }


#checkoutSteps p { margin-bottom: 0.8em; }

#checkoutSteps  button.form-button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */

#checkoutSteps  button.form-button  { 
	overflow:visible; 
	height: 26px;
	width:auto; 
	border:0; 
	padding:0 0 0 18px; 
	background:url(../images/botones/botones_checkout.jpg) 0 50% no-repeat; 
	cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ 
	}
 #checkoutSteps button.form-button span  { 
	float:left; padding:0 18px 0 0; 
	height: 26px;
	font-weight: bold;
	background:url(../images/botones/botones_checkout.jpg) 100% 50% no-repeat; 
	font: 12px/26px Arial, Helvetica, sans-serif; 
	text-align:center; 
	white-space:nowrap; 
	color:#333; }	    

#payment_form_servired_standard {
	border: 1px solid #ccc;
	margin: 15px 17px;
}
    
#payment_form_servired_standard table {
	margin: 10px auto;
}


/* Multiple Addresses checkout */
.multi-address-checkout-description {
    margin-top:-15px;
    margin-bottom:15px;
    }
.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;
    }
.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;
    }
.multi-address-checkout-box .content {
    padding:15px 20px 20px 20px;
    }
.multi-address-checkout-box .count-head {
    border-bottom:1px solid #BBAFA0;
    background:#F9F3E3;
    padding:5px 10px;
    }
.shipment-count {
    background:#E26703;
    padding:2px 5px;
    color:#fff;
    font-size:.95em;
    line-height:1em;
    }
.multi-address-checkout-box .tool-tip { left:-23px; }
.multi-address-checkout-box .count-head h4 {  margin:0; }
.multi-address-checkout-box .head h5 { color:#E26703; }
.multi-address-checkout-box .head a { font-weight:normal; }
.multi-address-checkout-box .checkmo-mailing-address { display:block; padding-left:20px; }
.shipping-method-pointer { border:1px solid #d9d2be; padding:13px; background:#F9F3E3; position:relative; }
.shipping-method-pointer .pointer { position:absolute; top:-20px; right:-40px; }
.place-order-box { float:right; height:71px; overflow:hidden; }
.place-order-box .left-radius { width:21px; background:url(../images/place_order_container_bg.gif) no-repeat; }
.place-order-box .main-radius{ background:url(../images/place_order_bg.gif) no-repeat 100% 0; padding-right:21px; vertical-align:middle; }
.place-order-box .grand-total { font-size:1.5em; }
.place-order-box .grand-total .price { color:#e26703; font-weight:bold; }
.place-order-box input { margin-left:15px; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:10em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }

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



#price-box { position: relative; margin-left: 29px; }

.yui-skin-sam { 
	background:#FFFFFF none repeat scroll 0 0;
	border:3px solid #F9F9F9;
	left:261px;
	padding:10px;
	position:absolute;
	text-align:center;
	top:-280px;
	width:290px;
 }
#calLegend { float: right; width: 90px; margin-top: 160px;}
.caltoday, .caldt {
	line-height: 0.1px;
	width: 10px;
	height: 10px;
	background: orange;
	float: left;
	margin-bottom: 4px;
	border: 1px solid black;
}
.caltoday {  background: #000; }
#calLegend span { display: block; float: left; margin-bottom: 4px; margin-left: 4px; width; 70px}
.calLegCont { clear:both; }



/**** ESTILOS PAGINAS CMS  ****/

#cms-pages { padding-left: 10px; color: #666; }

#cms-pages h2 { margin-bottom: 18px; }

#cms-pages h4 { 
background:transparent url(/skin/frontend/liceografico/default/images/paginas/ayuda-dot.jpg) no-repeat scroll 0 3px;
	padding-left: 24px;
} 


.contacto-left { 
	float: left;
	width: 200px;
}

.contacto-right { 
	float: left;
	width: 335px;
	background:  url('../images/paginas/separador_contacto.jpg') repeat-y;
	min-height: 220px;
	height: 220px;
	padding: 23px 0 0 20px;
}

.liceo-left { 
	float: left;
	width: 258px;
	margin-right: 28px;
}

.liceo-right { 
	float: left;
	width: 258px;
}

.liceo-bloque { margin-bottom: 26px; }

.col-main .std .liceo-bloque h3 {
	background:  url('../images/paginas/liceo-bloques-header.jpg') no-repeat;
	width: 243px;
	height: 32px;
	padding: 6px 0 0 15px;
	font-weight: normal;
	font-size: 14px;
	margin: 0;
	border: 0;
}

.liceo-bloque-body {
	background:  url('../images/paginas/liceo-bloques-body.jpg');
	padding: 12px 21px 6px 21px;
	font-size: 11px;
}

.col-main .std h3.ayuda-pedidos, .col-main .std h3.ayuda-preparacion {
	background:  url('../images/paginas/ayuda-h2-gestion.jpg') no-repeat;
	height: 60px;
	width: 529px;
	font-size: 16px;
	padding: 39px 0 0 15px;
	font-weight: normal;
}

.ayuda-preparacion {
	background:  url('../images/paginas/ayuda-h2-preparacion.jpg') no-repeat;
	height: 62px;
	padding: 30px 0 0 15px;
}

.asesoramiento-left { float: left; width: 326px; padding: 12px }
.asesoramiento-right { float: left; width: 180px; }

.muestras-left { float: left; width: 196px;  }
.muestras-right { float: left; width: 330px; padding: 22px 12px;}

.privacidad-left { float: left; width: 278px; padding: 0 12px 20px 0; }
.privacidad-right { float: left; width: 266px; padding: 0 12px 20px 12px; }

.enviar-archivo { font-size: 14px; margin: 14px 0; } 

/* PRESUPUESTOS */

.presupuesto { display: none; }

.presupuesto h2 { 
	font-weight: bold;
	margin-bottom: 0px;
}

.presupuesto h4 { margin-top: 0px; margin-bottom: 12px; }

/* BASURILLA */

a#gestion1 { display:none; }

/* aw featured products */
#FPSS INS{text-decoration:none !important;background-color:white;}
.visios .visio-frame{overflow:hidden;position:relative;}
.visios .frameWindow{position:absolute;width:1000000px;}
.visios .visio-frame .visio-block, .visios .visio-blinker .visio-frame{float:left;}
.visios .visio-blinker .visio-frame{float:none;margin:auto;}
.visios .visio-frame .visio-block{padding-top:10px;}
.visio-slider .dock{line-height:48px;clear:both;vertical-align:bottom;}
#slider .visio-blinker{float:none;}
.visio-slider .dock .visio-bubble{cursor:pointer;}
.visio-slider .dock div.visio{line-height:1px;height:1px;}
.visio-slider .dock div{display:inline;height:32px;}
.visio-slider .dock div img{vertical-align:bottom;}
A.slider-button{position:absolute;z-index:100;top:0px;width:25px;display:block;cursor:pointer;float:left;background-repeat:no-repeat;background-position:0px 50%;}
A.slider-button:hover{background-position:-25px 50%;}
#FPSS A.left{left:5px;background-image:url(../images/larrow.gif);}
#FPSS A.right{right:5px;background-image:url(../images/rarrow.gif);}
.middleText{clear:both;}
.visio-frame .visio-block SPAN.details{display:none;}
.visio-hint{z-index:110;border:1px solid gray;position:absolute;background:#ffc;width:200px;display:none;padding:5px;}
.dock DIV.HL IMG{border:orange 1px solid;}
.dock{text-align:center;}
.description:first-line{margin-left:10px;}
#FPSS{margin-bottom:25px;background-color:white;}
#FPSS .price-box{display:inline;}
#FPSS button.form-button{display:block;float:left;}
#FPSS .FSSButton{text-decoration:none;color:white;background-color:#999;font-weight:bold;width:20px;height:18px;line-height:18px;text-align:center;display:block;float:left;margin:0px 10px;}
#FPSS .FSSSwitcher .HL{background-color:#F18200;}
.visios .frameWindow{position:absolute;height:180px;}
.visios .visio-frame{width:480px;height:170px;}
#FPSS, #slider{width:480px;height:170px;}
.visios .visio-frame .visio-block{width:400px;height:180px;text-align:left;}
#slider{position:relative;}
#slider .visio-blinker{position:relative;}
.visios .visio-blinker .visio-frame{width:400px;height:180px;}
A.slider-button{height:180px;}
.product-image{margin-right:5px;}
#slider .dock{bottom:0;clear:both;line-height:48px;margin:auto;position:absolute;vertical-align:bottom;width:100%;}
#FPSS .slider button.form-button{float:left;}
.FPSSError{color:red;text-align:center;padding:30px;border:1px solid gray;}


#FPSS INS{text-decoration:none !important;background-color:white;}
.visios .visio-frame{overflow:hidden;position:relative;}
.visios .frameWindow{position:absolute;width:1000000px;}
.visios .visio-frame .visio-block, .visios .visio-blinker .visio-frame{float:left;}
.visios .visio-blinker .visio-frame{float:none;margin:auto;}
.visios .visio-frame .visio-block{padding-top:10px;}
.visio-slider .dock{line-height:48px;clear:both;vertical-align:bottom;}
#slider .visio-blinker{float:none;}
.visio-slider .dock .visio-bubble{cursor:pointer;}
.visio-slider .dock div.visio{line-height:1px;height:1px;}
.visio-slider .dock div{display:inline;height:32px;}
.visio-slider .dock div img{vertical-align:bottom;}
A.slider-button{position:absolute;z-index:100;top:0px;width:25px;display:block;cursor:pointer;float:left;background-repeat:no-repeat;background-position:0px 50%;}
A.slider-button:hover{background-position:-25px 50%;}
#FPSS A.left{left:5px;background-image:url(../images/larrow.gif);}
#FPSS A.right{right:5px;background-image:url(../images/rarrow.gif);}
.middleText{clear:both;}
.visio-frame .visio-block SPAN.details{display:none;}
.visio-hint{z-index:110;border:1px solid gray;position:absolute;background:#ffc;width:200px;display:none;padding:5px;}
.dock DIV.HL IMG{border:orange 1px solid;}
.dock{text-align:center;}
.description:first-line{margin-left:10px;}
#FPSS{margin-bottom:25px;background-color:white;}
#FPSS .price-box{display:inline;}
#FPSS button.form-button{display:block;float:left;}
#FPSS .FSSButton{text-decoration:none;color:white;background-color:#999;font-weight:bold;width:20px;height:18px;line-height:18px;text-align:center;display:block;float:left;margin:0px 10px;}
#FPSS .FSSSwitcher .HL{background-color:#F18200;}
.visios .frameWindow{position:absolute;height:180px;}
.visios .visio-frame{width:480px;height:170px;}
#FPSS, #slider{width:480px;height:170px;}
.visios .visio-frame .visio-block{width:400px;height:180px;text-align:left;}
#slider{position:relative;}
#slider .visio-blinker{position:relative;}
.visios .visio-blinker .visio-frame{width:400px;height:180px;}
A.slider-button{height:180px;}
.product-image{margin-right:5px;}
#slider .dock{bottom:0;clear:both;line-height:48px;margin:auto;position:absolute;vertical-align:bottom;width:100%;}
#FPSS .slider button.form-button{float:left;}
.FPSSError{color:red;text-align:center;padding:30px;border:1px solid gray;}
.visios .frameWindow{
	position:absolute;
	height:180px;
}
.visios .visio-frame{
	width:480px;
	height:170px;
}
#FPSS, #slider{
	width:480px;
	height:170px;
}
.visios .visio-frame .visio-block{
	width:400px;
	height:180px;
	text-align:left;
	
}

#slider{
	position:relative;
}

#slider .visio-blinker{
	position:relative;
}
.visios .visio-blinker .visio-frame{
	width:400px;
	height:180px;
}
A.slider-button{
	height:180px;
}


.product-image{display:block;
	margin-right:5px;
}
#slider .dock{
	bottom:0;
	clear:both;
	line-height:48px;
	margin:auto;
	position:absolute;
	vertical-align:bottom;
	width:100%;
}


#FPSS .slider button.form-button{
	float:left;
}

.FPSSError{
	color:red;
	text-align:center;
	padding:30px;
	border:1px solid gray;
}
.product-price-grid{background:none repeat scroll 0 0 #FFFFFF;border:3px solid #F9F9F9;left:279px;padding:30px 0 30px 50px;position:absolute;text-align:center;top:-280px;width:240px;}
.product-price-grid h3{margin-bottom:10px;color:#666;font-size:13px;}
.product-price-grid table{border:1px solid #CCCCCC;}
.product-price-grid table thead tr{}
.product-price-grid table thead td{}
.product-price-grid table thead td a{background:url("../images/x.jpg") no-repeat scroll 0 0 transparent;cursor:pointer;display:block;float:right;font-weight:bold;margin-right:5px;margin-top:-16px;text-indent:-9999px;width:24px;}
.product-price-grid table tr{background:#F2F2F2;}
.product-price-grid table td{font-size:12px;padding:3px 0;text-align:center;width:94px;background:url(../images/td-right.jpg) no-repeat scroll 0 0 transparent;}
.product-price-grid table tbody td{font-size:11px;font-weight:bold;color:#627BA2;padding-right:15px;text-align:right;}
.product-price-grid table tbody td.no-color{font-size:11px;font-weight:bold;color:#627BA2;padding-right:0;text-align:center;}
.product-price-grid table td.first{}
.product-price-grid table td.no-color {background:url(../images/td-left.jpg) no-repeat scroll 0 0 transparent;width:70px;}
.product-price-grid table .tb_tilte td.no-color {background:url(../images/tb-head.jpg) no-repeat scroll 0 0 transparent;padding-top:8px;width:100%;}
.product-price-grid table td {background-color:#FFE32C}
#price-box-bottom a.calendario{
color:#EB6A05;
display:block;
float:left;
font-weight:bold;
margin-right:10px;
}
.product-price-grid table .tb_tilte {vertical-align:middle;color:#000000;	font:bold 100% sans-serif;height:31px;	left:0;	margin:0 -10px 10px;	padding:0.4em;	text-align:left;	top:0;height:38px;}
.product-price-grid table .tb_tilte h3 {margin-bottom:0;}
.first-right{background:#CBCDCC!important;}
.dt-price{}
.product-collateral .dtprice{font-weight:bold;}
.oferta {background:url("../images/banner-oferta.png") no-repeat scroll 0 0 transparent;color:#FFFFFF;display:block;height:122px;padding:17px 20px;text-align:center;text-decoration:none;width:122px;font-weight:bold;margin-left:5px;}
.oferta:hover {color:#FFFFFF;}
button.specialaddtocart { 
	overflow:visible; 
	width:auto; 
	border:0; 
	padding:0 0 0 12px; 
	background:url(../images/botones/addtocart2.gif) 0 50% no-repeat; 
	cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ 
	}
button.specialaddtocart span { 
	float:left; 
	padding:1px 12px 1px 0px; 
	background:url(../images/botones/addtocart.gif) 100% 50% no-repeat; 
	font: 11px/21px Arial,Helvetica,sans-serif; 
	text-align:center; 
	white-space:nowrap; 
	color:#FFF;

}
.special_product_add {text-align:right; margin:20px 0px 10px}
.download_link a {color:#62BD3C; font-weight:bold; padding-top: 5px;display: block;}
