/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * 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     enterprise_default
 * @copyright   Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */


* {margin:0; padding:0;}

body          {font:0.7em/1.35 Arial, Helvetica, sans-serif; color:#444; text-align:center;}

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

a             {color:#da0046; text-decoration:underline; border:0;}
a:hover       {color:#da0046; text-decoration:none;}
:focus        {outline: 0; border:0;}

a.bg           {color:#cccccc; text-decoration:underline;}
a:hover.bg     {color:#da0046; text-decoration:none;}
:focus         {outline: 0; border:0;}

button {cursor:pointer;}

/* Headings */
h1            {font:bold 1.4em Arial, Helvetica, sans-serif; color:#000000;}
h2            {font:bold 1.3em Arial, Helvetica, sans-serif; color:#da0046; margin:2px 0 5px; border-bottom:1px solid #d3d3d3; padding:5px 0;}
h3            {font:bold 1.25em Arial, Helvetica, sans-serif; color:#da0046; margin:2px 0 5px;}
h4            {font-size:1.08em; font-weight:bold; margin:2px 0 5px;}
h5            {font-size:0.7em; font-weight:bold;}
h6            {font-size:0.6em; font-weight:bold;}

/* Forms */
form          {display:inline;}
fieldset      {border:0;}
legend        {display:none;}

/* Table */
table         {border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%;}
caption,th,td {vertical-align:top; text-align:left; font-weight:normal;}

/* Content */
address       {font-style:normal;}
cite          {font-style:normal;}
q,
blockquote    {quotes:none;}
q:before,
q:after       {content:'';}
small, .small     {font-size:9px;}
big, .big		  {font-size:16px;}
sup           {font-size:1em; vertical-align:top;}
.upper {text-transform:uppercase;}

/* Lists */
ul,ol         {list-style:none;}

/* Tools */
.nobr         {white-space:nowrap !important;}
.wrap         {white-space:normal !important;}
.a-left       {text-align:left !important;}
.a-center     {text-align:center !important;}
.a-right      {text-align:right !important;}
.v-top        {vertical-align:top;}
.v-middle     {vertical-align:middle;}
.f-left,
.left         {float:left !important;}
.f-right, .fright,
.right        {float:right !important;}
.f-none       {float:none !important;}
.f-fix        {float:left; width:100%;}
.no-display   {display:none;}
.no-margin    {margin:0 !important;}
.no-padding   {padding:0 !important;}
.no-bg        {background:none !important;}
.no-border {border:none;}
.overflow {overflow:hidden; width:100%;}
.border {border:1px solid #CCCCCC;}
.filet_dashed {border-bottom:dashed 1px;}
.filet_solid {border-bottom:solid 1px #cccccc;}
.filet_dotted {border-bottom:1px dotted #cccccc;}
.fleche_noire {background:url(http://static.wonderdeal.fr/skin/frontend/wonderdeal/default-wdl/images/wonderbox/fleche_noire.png) no-repeat 0 0;}
.corner5 {-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius:5px;}
.corner10 {-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius:10px;}
.corner_top {-moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; border-radius:5px 5px 0 0; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px; /* pour Chrome */}
.corner_topright {-moz-border-radius: 0 15px 0 0; -webkit-border-radius: 0 15px 0 0; border-radius:0 15px 0 0; -webkit-border-top-right-radius: 15px; /* pour Chrome */}
.corner_topleft {-moz-border-radius: 15px 0 0 0; -webkit-border-radius: 15px 0 0 0; border-radius:15px 0 0 0; -webkit-border-top-left-radius: 15px; /* pour Chrome */}
.corner_bottomright {-moz-border-radius: 0 0 15px 0; -webkit-border-radius: 0 0 15px 0; border-radius:0 0 15px 0; -webkit-border-bottom-right-radius: 15px; /* pour Chrome */}
.corner_bottomleft {-moz-border-radius: 0 0 0 15px; -webkit-border-radius: 0 0 0 15px; border-radius:0 0 0 15px; -webkit-border-bottom-left-radius: 15px; /* pour Chrome */}
.blue {color:#da0046;}
.gray {color:#343434;}
.small-text-10 {font-size:10px;}
.small-text-9 {font-size:9px;}