/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_blank
 * @copyright   Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
body          { background:#fff url(../images/bkg_resille_pourpre.jpg) top center no-repeat fixed; font:12px/1.35 "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; color:#fff; text-align:center; }

/* Soin ================================================================================ */

.product-view .product-tabs ul.tabs {background: none repeat scroll 0 0 #ffffff; border-width:1px; border-color:#d1d1d1; border-style:solid;}
.header .links, .header .form-search { background-color: transparent; }
.faded-line { background-image: url(../images/bt_faded-line-purple.png); }
.chose-shade { background-image: url(../images/bt_right-arrow-purple.gif); }
.block-related { border-color: #ffffff; }
.page-title h1,
.page-title h2,
.category-description,
.product-name h1,
.product-name a,
.sous-denomination,
.discover a,
.panes,
.actions .conditionnement span,
.actions .price-box span,
.actions .price-box span.regular-price,
.chose-shade,
#current-option,
.block-related .block-title
{
 color:#ffffff; }
 
 .teinte-simple {color:#ffffff;}
.teinte-simple h4 { padding-bottom: 10px; }
.teinte-simple .option-thumbnail { float: left; }
.teinte-simple .option-text { float:left; padding-left: 5px; }
 
 button.button::-moz-focus-inner { padding:0; border-width:1px; border-color:#d1d1d1; border-style:solid; } /* bordure du bouton panier */
 .product-options #option-selector { margin-left:-2px;}   /* bordure pop up teinte */
.signatureByTerry { width:174px; height:80px; background: url(../images/signatureByTerry3.png) left top no-repeat; float:right; }
/* ======================================================================================= */

/* Add to Cart */
.add-to-cart { text-align:right; margin-top:20px; }
.add-to-box-simple .add-to-cart { margin-top:10px; }
.add-to-cart label { float:left; margin-right:5px; display:none; }
.add-to-cart .qty { float:left; display:none; }

/* Add to Links + Add to Cart */
.add-to-box, .add-to-box-simple { clear:both; float:right; }
.add-to-box .add-to-cart {}
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }

