/* ==|== Common Styles =====================================================
   Version: 0.0.0
   Date: 2011-09-14
   Author: Rodolfo Caldeira <rodolfo.caldeira@iqcontent.com>
   ========================================================================== */



/*
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e;  }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: none; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; _overflow: inherit; }

/* +ICH 2011 10 13
1. Remove the big gay blue outline from input fields in Chrome
*/
input:focus {
    outline: none;
}

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.tyre-table table {
  border: solid #d3d3d3 1px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border-collapse: separate;
  *border-collapse: collapse;
  border-spacing: 0;
  font-size: 11px;
}
.tyre-table table td,
.tyre-table table th {
  border-left: 1px solid #d3d3d3;
  border-top: 1px solid #d3d3d3;
  padding: 3px;
  text-align: left;
  vertical-align: top;
}
.tyre-table table td:first-child,
.tyre-table table th:first-child,
.tyre-table table td .details,
.tyre-table table th .details {
  border-left: none;
}
.tyre-table table tr:last-child td:first-child {
  -moz-border-radius: 0 0 0 6px;
  -webkit-border-radius: 0 0 0 6px;
  border-radius: 0 0 0 6px;
}
.tyre-table table tr:last-child td:last-child {
  -moz-border-radius: 0 0 6px 0;
  -webkit-border-radius: 0 0 6px 0;
  border-radius: 0 0 6px 0;
}
.tyre-table table td + td {
  border-left: 0;
}
.tyre-table table td.details + td,
.tyre-table table td.image + td {
  border-left: 1px solid #d3d3d3;
}
.tyre-table table thead th {
  background-color: #f2f2f2;
  border-top: none;
}
.tyre-table table thead th:only-child {
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.tyre-table table thead th:last-child {
  -moz-border-radius: 0 6px 0 0;
  -webkit-border-radius: 0 6px 0 0;
  border-radius: 0 6px 0 0;
}
.tyre-table table thead th:first-child {
  -moz-border-radius: 6px 0 0 0;
  -webkit-border-radius: 6px 0 0 0;
  border-radius: 6px 0 0 0;
}
.tyre-table table th {
  color: #1a4266;
  font-weight: 700;
  white-space: nowrap;
}
.tyre-table table th.tyre-logo {
  border-left: 1px solid #d3d3d3;
}
.tyre-table table th.tyre-logo img {
  margin-bottom: 10px;
  max-width: 125px;
}
.tyre-table table strong {
  color: #1a4266;
  margin-top: 10px;
}
.tyre-table table .image {
  border-left: 1px solid #d3d3d3!important;
  max-width: 90px;
  white-space: nowrap;
}
.tyre-table table .image img {
  max-width: 100%;
}
.tyre-table table .details {
  border-left: none!important;
}
.tyre-table table .details ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tyre-table table .details ul li {
  padding: 0;
  background: none;
}
.tyre-table table .border-left {
  border-left: 1px solid #d3d3d3!important;
}
.tyre-table table strong,
.tyre-table table .tyre-logo img {
  display: block;
}
.tyre-table table .tyre-flash {
  background: #ffe01a;
  color: #1a4266;
  padding: 2px 3px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.tyre-table table .tyre-flash.grey {
  background: #333;
  color: #fff;
}

/* ==|== non-semantic helper classes ========================================
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* ==|== Plugin Styles ========================================================== */


/**
 * jCarousel - Riding carousels with jQuery | http://sorgalla.com/jcarousel/
 * FancyBox - jQuery Plugin |  http://fancybox.net
 * qTip2 - Pretty powerful tooltips | http://craigsworks.com/projects/qtip2/
 * jQuery UI Selectmenu |
 *   http://filamentgroup.com/lab/jquery_ui_selectmenu_an_aria_accessible_plugin_for_styling_a_html_select/
 *   https://github.com/fnagel/jquery-ui/tree/selectmenu/demos/selectmenu
 **/


/**
 * jQuery UI Selectmenu
 **/
.ui-selectmenu { display: block; display: inline-block; position: relative; height: 2.2em; vertical-align: middle; text-decoration: none; overflow: hidden; zoom: 1; }
.ui-selectmenu-icon { position:absolute; right:6px; margin-top:-8px; top: 50%; }
.ui-selectmenu-menu { padding:0; margin:0; position:absolute; top: 0; display: none; z-index: 1005;} /* z-index: 1005 to make selectmenu work with dialog */
.ui-selectmenu-menu  ul { padding:0; margin:0; list-style:none; position: relative; overflow: auto; overflow-y: auto ; overflow-x: hidden; }
.ui-selectmenu-open { display: block; }
.ui-selectmenu-menu-popup { margin-top: -1px; }
.ui-selectmenu-menu-dropdown { }
.ui-selectmenu-menu li { padding:0; margin:0; display: block; border-top: 1px dotted transparent; border-bottom: 1px dotted transparent; border-right-width: 0 !important; border-left-width: 0 !important; font-weight: normal !important; }
.ui-selectmenu-menu li a,.ui-selectmenu-status { line-height: 1.4em; display: block; padding: .405em 2.1em .405em 1em; outline:none; text-decoration:none; }
.ui-selectmenu-menu li.ui-state-disabled a, .ui-state-disabled { cursor: default; }
.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,
.ui-selectmenu-hasIcon .ui-selectmenu-status { padding-left: 20px; position: relative; margin-left: 5px; }
.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon { position: absolute; top: 1em; margin-top: -8px; left: 0; }
.ui-selectmenu-status { line-height: 1.4em; }
.ui-selectmenu-open li.ui-selectmenu-item-focus a { }
.ui-selectmenu-open li.ui-selectmenu-item-selected { }
.ui-selectmenu-menu li span,.ui-selectmenu-status span { display:block; margin-bottom: .2em; }
.ui-selectmenu-menu li .ui-selectmenu-item-header { font-weight: bold; }
.ui-selectmenu-menu li .ui-selectmenu-item-content { }
.ui-selectmenu-menu li .ui-selectmenu-item-footer { opacity: .8; }
/* for optgroups */
.ui-selectmenu-menu .ui-selectmenu-group { font-size: 1em; }
.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label { line-height: 1.4em; display:block; padding: .6em .5em 0; font-weight: bold; }
.ui-selectmenu-menu .ui-selectmenu-group ul { margin: 0; padding: 0; }
/* IE6 workaround (dotted transparent borders) */
* html .ui-selectmenu-menu li { border-color: pink; filter:chroma(color=pink); width:100%; }
* html .ui-selectmenu-menu li a { position: relative }
/* IE7 workaround (opacity disabled) */
*+html .ui-state-disabled, *+html .ui-state-disabled a { color: silver; }


/**
 * jCarousel - Riding carousels with jQuery
 **/

.jcarousel-clip {
    overflow: hidden;
}



/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 *
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 *
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 20104;
    display: none;
}

#fancybox-loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background-image: url(/fr_fr/images/fancybox_tcm2143-107938.png);
}

#fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20100;
    display: none;
}

#fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;
    display: none;
}

#fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    z-index: 20101;
    outline: none;
    display: none;
}

#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
}

#fancybox-content {
    width: 0;
    height: 0;
    padding: 0;
    outline: none;
    position: relative;
    overflow: hidden;
    z-index: 20102;
    border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 20101;
}

#fancybox-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background: transparent url(/fr_fr/images/fancybox_tcm2143-107938.png) -40px 0px;
    cursor: pointer;
    z-index: 20103;
    display: none;
}

#fancybox-error {
    color: #444;
    font: normal 12px/20px Arial;
    padding: 14px;
    margin: 0;
}

#fancybox-img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    line-height: 0;
    vertical-align: top;
}

#fancybox-frame {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

#fancybox-left, #fancybox-right {
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 35%;
    cursor: pointer;
    outline: none;
    background: transparent url(/fr_fr/images/blank_tcm2143-107921.gif);
    z-index: 20102;
    display: none;
}

#fancybox-left {
    left: 0px;
}

#fancybox-right {
    right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 20102;
    display: block;
}

#fancybox-left-ico {
    background-image: url(/fr_fr/images/fancybox_tcm2143-107938.png);
    background-position: -40px -30px;
}

#fancybox-right-ico {
    background-image: url(/fr_fr/images/fancybox_tcm2143-107938.png);
    background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
    visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
    left: 20px;
}

#fancybox-right:hover span {
    left: auto;
    right: 20px;
}

.fancybox-bg {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    width: 20px;
    height: 20px;
    z-index: 20001;
}

#fancybox-bg-n {
    top: -20px;
    left: 0;
    width: 100%;
    background-image: url(/fr_fr/images/fancybox-x_tcm2143-107939.png);
}

#fancybox-bg-ne {
    top: -20px;
    right: -20px;
    background-image: url(/fr_fr/images/fancybox_tcm2143-107938.png);
    background-position: -40px -162px;
}

#fancybox-bg-e {
    top: 0;
    right: -20px;
    height: 100%;
    background-image: url(/fr_fr/images/fancybox-y_tcm2143-107940.png);
    background-position: -20px 0px;
}

#fancybox-bg-se {
    bottom: -20px;
    right: -20px;
    background-image: url(/fr_fr/images/fancybox_tcm2143-107938.png);
    background-position: -40px -182px;
}

#fancybox-bg-s {
    bottom: -20px;
    left: 0;
    width: 100%;
    background-image: url(/fr_fr/images/fancybox-x_tcm2143-107939.png);
    background-position: 0px -20px;
}

#fancybox-bg-sw {
    bottom: -20px;
    left: -20px;
    background-image: url(/fr_fr/images/fancybox_tcm2143-107938.png);
    background-position: -40px -142px;
}

#fancybox-bg-w {
    top: 0;
    left: -20px;
    height: 100%;
    background-image: url(/fr_fr/images/fancybox-y_tcm2143-107940.png);
}

#fancybox-bg-nw {
    top: -20px;
    left: -20px;
    background-image: url(/fr_fr/images/fancybox_tcm2143-107938.png);
    background-position: -40px -122px;
}

#fancybox-title {
    font-family: Helvetica;
    font-size: 12px;
    z-index: 20102;
}

.fancybox-title-inside {
    padding-bottom: 10px;
    text-align: center;
    color: #333;
    background: #fff;
    position: relative;
}

.fancybox-title-outside {
    padding-top: 10px;
    color: #fff;
}

.fancybox-title-over {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    text-align: left;
}

#fancybox-title-over {
    padding: 10px;
    background-image: url('/fr_fr/images/fancy_title_over_tcm2143-107936.png');
    display: block;
}

.fancybox-title-float {
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 32px;
}

#fancybox-title-float-wrap {
    border: none;
    border-collapse: collapse;
    width: auto;
}

#fancybox-title-float-wrap td {
    border: none;
    white-space: nowrap;
}

#fancybox-title-float-left {
    padding: 0 0 0 15px;
    background: url(/fr_fr/images/fancybox_tcm2143-107938.png) -40px -90px no-repeat;
}

#fancybox-title-float-main {
    color: #FFF;
    line-height: 29px;
    font-weight: bold;
    padding: 0 0 3px 0;
    background: url(/fr_fr/images/fancybox-x_tcm2143-107939.png) 0px -40px;
}

#fancybox-title-float-right {
    padding: 0 0 0 15px;
    background: url(/fr_fr/images/fancybox_tcm2143-107938.png) -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fr_fr/images/fancy_close_tcm2143-107922.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fr_fr/images/fancy_nav_left_tcm2143-107924.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fr_fr/images/fancy_nav_right_tcm2143-107925.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fr_fr/images/fancy_title_over_tcm2143-107936.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fr_fr/images/fancy_title_left_tcm2143-107934.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fr_fr/images/fancy_title_main_tcm2143-107935.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fr_fr/images/fancy_title_right_tcm2143-107937.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
    height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
    position: absolute; margin-top: 0;
    top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fr_fr/images/fancy_loading_tcm2143-107923.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

/*.fancybox-ie .fancybox-bg { background: transparent !important; }*/

.fancybox-ie #fancybox-bg-n {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src = '/fr_fr/images/fancy_shadow_n_tcm2143-107927.png', sizingMethod = 'scale');
}

.fancybox-ie #fancybox-bg-ne {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src = '/fr_fr/images/fancy_shadow_ne_tcm2143-107928.png', sizingMethod = 'scale');
}

.fancybox-ie #fancybox-bg-e {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src = '/fr_fr/images/fancy_shadow_e_tcm2143-107926.png', sizingMethod = 'scale');
}

.fancybox-ie #fancybox-bg-se {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src = '/fr_fr/images/fancy_shadow_se_tcm2143-107931.png', sizingMethod = 'scale');
}

.fancybox-ie #fancybox-bg-s {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src = '/fr_fr/images/fancy_shadow_s_tcm2143-107930.png', sizingMethod = 'scale');
}

.fancybox-ie #fancybox-bg-sw {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src = '/fr_fr/images/fancy_shadow_sw_tcm2143-107932.png', sizingMethod = 'scale');
}

.fancybox-ie #fancybox-bg-w {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src = '/fr_fr/images/fancy_shadow_w_tcm2143-107933.png', sizingMethod = 'scale');
}

.fancybox-ie #fancybox-bg-nw {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src = '/fr_fr/images/fancy_shadow_nw_tcm2143-107929.png', sizingMethod = 'scale');
}



/*
* qTip2 - Pretty powerful tooltips
* http://craigsworks.com/projects/qtip2/
*
* Version: nightly
* Copyright 2009-2010 Craig Michael Thompson - http://craigsworks.com
*
* Dual licensed under MIT or GPLv2 licenses
*   http://en.wikipedia.org/wiki/MIT_License
*   http://en.wikipedia.org/wiki/GNU_General_Public_License
*
* Date: Tue Nov  1 14:06:07.0000000000 2011
*/

/* Core qTip styles */
.ui-tooltip, .qtip{
    position: absolute;
    left: -28000px;
    top: -28000px;
    display: none;

    max-width: 280px;
    min-width: 50px;

    font-size: 10.5px;
    line-height: 12px;

    z-index: 15000;
}

/* Fluid class for determining actual width in IE */
.ui-tooltip-fluid{
    display: block;
    visibility: hidden;
    position: static !important;
    float: left !important;
}

.ui-tooltip-content{
    position: relative;
    padding: 5px 9px;
    overflow: hidden;

    border-width: 1px;
    border-style: solid;

    text-align: left;
    word-wrap: break-word;
    overflow: hidden;
}

.ui-tooltip-titlebar{
    position: relative;
    min-height: 14px;
    padding: 5px 35px 5px 10px;
    overflow: hidden;

    border-width: 1px 1px 0;
    border-style: solid;

    font-weight: bold;
}

.ui-tooltip-titlebar + .ui-tooltip-content{ border-top-width: 0px !important; }

/*! Default close button class */
.ui-tooltip-titlebar .ui-state-default{
    position: absolute;
    right: 4px;
    top: 50%;
    margin-top: -9px;

    cursor: pointer;
    outline: medium none;

    border-width: 1px;
    border-style: solid;
}

* html .ui-tooltip-titlebar .ui-state-default{ top: 16px; } /* IE fix */

.ui-tooltip-titlebar .ui-icon,
.ui-tooltip-icon .ui-icon{
    display: block;
    text-indent: -1000em;
}

.ui-tooltip-icon, .ui-tooltip-icon .ui-icon{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.ui-tooltip-icon .ui-icon{
    width: 18px;
    height: 14px;

    text-align: center;
    text-indent: 0;
    font: normal bold 10px/13px Tahoma,sans-serif;

    color: inherit;
    background: transparent none no-repeat -100em -100em;
}


/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.ui-tooltip-focus{

}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.ui-tooltip-hover{

}


/*! Default tooltip style */
.ui-tooltip-default .ui-tooltip-titlebar,
.ui-tooltip-default .ui-tooltip-content{
    border-color: #F1D031;
    background-color: #FFFFA3;
    color: #555;
}

.ui-tooltip-default .ui-tooltip-titlebar{
    background-color: #FFEF93;
}

.ui-tooltip-default .ui-tooltip-icon{
    border-color: #CCC;
    background: #F1F1F1;
    color: #777;
}

.ui-tooltip-default .ui-tooltip-titlebar .ui-state-hover{
    border-color: #AAA;
    color: #111;
}

/* Tips plugin */
.ui-tooltip .ui-tooltip-tip{
    margin: 0 auto;
    overflow: hidden;

    background: transparent !important;
    border: 0px dashed transparent !important;
    z-index: 10;
}

.ui-tooltip .ui-tooltip-tip,
.ui-tooltip .ui-tooltip-tip *{
    position: absolute;

    line-height: 0.1px !important;
    font-size: 0.1px !important;
    color: #123456;

    background: transparent;
    border: 0px dashed transparent;
}

.ui-tooltip .ui-tooltip-tip canvas{ top: 0; left: 0; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
    /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
    /* Style adjustments for viewports 768px and over go here */

}













/* Selectmenu
----------------------------------*/
.ui-selectmenu { display: block; display: inline-block; position: relative; height: 2.2em; vertical-align: middle; text-decoration: none; overflow: hidden; zoom: 1; }
.ui-selectmenu-icon { position:absolute; right:6px; margin-top:-8px; top: 50%; }
.ui-selectmenu-menu { padding:0; margin:0; position:absolute; top: 0; display: none; z-index: 1005;} /* z-index: 1005 to make selectmenu work with dialog */
.ui-selectmenu-menu  ul { padding:0; margin:0; list-style:none; position: relative; overflow: auto; overflow-y: auto ; overflow-x: hidden; }
.ui-selectmenu-open { display: block; }
.ui-selectmenu-menu-popup { margin-top: -1px; }
.ui-selectmenu-menu-dropdown { }
.ui-selectmenu-menu li { padding:0; margin:0; display: block; border-top: 1px dotted transparent; border-bottom: 1px dotted transparent; border-right-width: 0 !important; border-left-width: 0 !important; font-weight: normal !important; }
.ui-selectmenu-menu li a,.ui-selectmenu-status { line-height: 1.4em; display: block; padding: .405em 2.1em .405em 1em; outline:none; text-decoration:none; }
.ui-selectmenu-menu li.ui-state-disabled a, .ui-state-disabled { cursor: default; }
.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,
.ui-selectmenu-hasIcon .ui-selectmenu-status { padding-left: 20px; position: relative; margin-left: 5px; }
.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon { position: absolute; top: 1em; margin-top: -8px; left: 0; }
.ui-selectmenu-status { line-height: 1.4em; }
.ui-selectmenu-open li.ui-selectmenu-item-focus a { }
.ui-selectmenu-open li.ui-selectmenu-item-selected { }
.ui-selectmenu-menu li span,.ui-selectmenu-status span { display:block; margin-bottom: .2em; }
.ui-selectmenu-menu li .ui-selectmenu-item-header { font-weight: bold; }
.ui-selectmenu-menu li .ui-selectmenu-item-content { }
.ui-selectmenu-menu li .ui-selectmenu-item-footer { opacity: .8; }
/* for optgroups */
.ui-selectmenu-menu .ui-selectmenu-group { font-size: 1em; }
.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label { line-height: 1.4em; display:block; padding: .6em .5em 0; font-weight: bold; }
.ui-selectmenu-menu .ui-selectmenu-group ul { margin: 0; padding: 0; }
/* IE6 workaround (dotted transparent borders) */
* html .ui-selectmenu-menu li { border-color: pink; filter:chroma(color=pink); width:100%; }
* html .ui-selectmenu-menu li a { position: relative }
/* IE7 workaround (opacity disabled) */
*+html .ui-state-disabled, *+html .ui-state-disabled a { color: silver; }
/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(/fr_fr/images/ui-bg_flat_75_ffffff_40x100_tcm2143-107942.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(/fr_fr/images/ui-bg_highlight-soft_75_cccccc_1x100_tcm2143-107948.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(/fr_fr/images/ui-bg_glass_75_e6e6e6_1x400_tcm2143-107946.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(/fr_fr/images/ui-bg_glass_75_dadada_1x400_tcm2143-107945.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(/fr_fr/images/ui-bg_glass_65_ffffff_1x400_tcm2143-107944.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url(/fr_fr/images/ui-bg_glass_55_fbf9ee_1x400_tcm2143-107943.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(/fr_fr/images/ui-bg_glass_95_fef1ec_1x400_tcm2143-107947.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/fr_fr/images/ui-icons_222222_256x240_tcm2143-153319.png); }
.ui-widget-content .ui-icon {background-image: url(/fr_fr/images/ui-icons_222222_256x240_tcm2143-153319.png); }
.ui-widget-header .ui-icon {background-image: url(/fr_fr/images/ui-icons_222222_256x240_tcm2143-153319.png); }
.ui-state-default .ui-icon { background-image: url(/fr_fr/images/ui-icons_888888_256x240_tcm2143-107952.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/fr_fr/images/ui-icons_454545_256x240_tcm2143-107951.png); }
.ui-state-active .ui-icon {background-image: url(/fr_fr/images/ui-icons_454545_256x240_tcm2143-107951.png); }
.ui-state-highlight .ui-icon {background-image: url(/fr_fr/images/ui-icons_2e83ff_256x240_tcm2143-107950.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/fr_fr/images/ui-icons_cd0a0a_256x240_tcm2143-107953.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(/fr_fr/images/ui-bg_flat_0_aaaaaa_40x100_tcm2143-107941.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(/fr_fr/images/ui-bg_flat_0_aaaaaa_40x100_tcm2143-107941.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
 * jQuery UI Selectable 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*
 * jQuery UI Autocomplete 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.16
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

/* ==========================================================================
   Goodyear Styles
   date: 2011-09-14
   author: Rodolfo Caldeira <rodolfo.caldeira@iqcontent.com>
   ========================================================================== */
::-moz-selection {
  background: #3B93E5;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #3B93E5;
  color: #fff;
  text-shadow: none;
}
a,
a:visited {
  color: #004C8E;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #004C8E;
  text-decoration: underline;
}
body {
  background: #E7E7E7;
  font-family: Arial, sans-serif;
  min-width: 1100px;
}
#fancybox-overlay {
 min-width: 1100px;/*To match body*/
}
/* ==========================================================================
   Buttons
   ========================================================================== */
button.primary {
  border: 0;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: visible;
}
button.primary::-moz-focus-inner {
  border: none;
}
button.primary span {
  display: block;
  position: relative;
  white-space: nowrap;
}
button.disabled,
button[disabled="disabled"] {
  opacity: .35;
  filter: Alpha(Opacity = 35);
  cursor: default;
}
.ie8 button.disabled span,
.ie8 button[disabled="disabled"] span,
.ie7 button.disabled span,
.ie7 button[disabled="disabled"] span {
  opacity: .35;
  filter: Alpha(Opacity = 35);
  cursor: default;
}
.ie8 button.disabled,
.ie8 button[disabled="disabled"] {
  padding-right: 43px;
}
button.primary,
a.primary {
  background: transparent url(/fr_fr/images/form-button-extended_tcm2143-107875.gif) no-repeat right -200px;
}
button.primary span,
a.primary span {
  background: transparent url(/fr_fr/images/form-button-extended_tcm2143-107875.gif) no-repeat left top;
}
button.primary {
  display: inline;
  padding: 0 40px 0 0;
  text-align: left;
}
button.primary span {
  color: #fff;
  line-height: 16px;
  padding: 14px 0 14px 15px;
}
button.link {
  border: none;
  background: none;
  text-decoration: underline;
  color: #004c8e;
}
button.link:hover {
  color: #002432;
}
a.button {
  color: #00427c;
  display: block;
  float: left;
  font-family: 'HelveticaNeueW01-75Bold', 'HelveticaNeueW02-75Bold', 'HelveticaNeueW15-75Bold', 'HelveticaNeueW10-75Bold', Arial, sans-serif;
  font-size: 1.15em;
  height: 45px;
  padding-right: 35px;
  text-decoration: none;
}
a.button:hover {
  text-decoration: none;
}
a.button span {
  display: block;
  line-height: 25px;
  padding: 10px 15px 10px 30px;
}
a.button span.lighter {
  font-weight: normal !important;
  font-size: 0.9em;
}
a.button span.lighter strong {
  color: #fff;
}
a.button.primary {
  background: url(/fr_fr/images/buttons-pp-sprite_tcm2143-107962.png) no-repeat right -630px;
}
a.button.primary span {
  background: url(/fr_fr/images/buttons-pp-sprite_tcm2143-107962.png) no-repeat 0 -430px;
}
a.button.primary:hover {
  background-position: right -730px;
}
a.button.primary:hover span {
  background-position: 0 -530px;
}
a.button.secondary {
  color: #fff;
  background: url(/fr_fr/images/buttons-pp-sprite_tcm2143-107962.png) no-repeat right -210px;
  font-family: Arial, sans-serif;
}
a.button.secondary span {
  background: url(/fr_fr/images/buttons-pp-sprite_tcm2143-107962.png) no-repeat 0 -10px;
}
a.button.secondary:hover {
  color: #fff;
  background-position: right -310px;
}
a.button.secondary:hover span {
  background-position: 0 -110px;
}
.dealer-page a.button.secondary {
  color: #fff;
  background: url(/fr_fr/images/form-button-extended_tcm2143-107875.gif) no-repeat right -200px;
  font-family: Arial, sans-serif;
}
.dealer-page a.button.secondary span {
  background: url(/fr_fr/images/form-button-extended_tcm2143-107875.gif) no-repeat left 0;
}
.dealer-page a.button.secondary:hover {
  color: #fff;
  background-position: right -300px;
}
.dealer-page a.button.secondary:hover span {
  background-position: left -100px;
}
/* ==========================================================================
   Fancy inputs
   ========================================================================== */
input.fancy-input {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat 0 -150px;
  border: none;
  color: #777;
  font-size: 0.95em;
  height: 47px;
  padding: 1px 18px 0 12px;
  margin-right: 10px;
  width: 259px;
}
input.inline-input {
  float: left;
}
.ie8 .search-wrapper #seach-form #search {
  margin: 0;
  padding: 0;
}
.tabs-hide {
  position: absolute;
  left: -99999px;
}
.ie8 input.fancy-input,
.ie7 input.fancy-input {
  background: #fff none;
  border: 1px solid #ccc;
  padding: 12px;
  height: auto;
}
.wide-160 {
  width: 160px;
}
input.fancy-input.small {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat 0 -1100px;
  width: 163px;
  margin-right: 20px;
}
/* ==========================================================================
   Boxes
   ========================================================================== */
.box-top {
  background: url(/fr_fr/images/boxes-sprite_tcm2143-107957.png) no-repeat -10px -10px;
  height: 6px;
}
.box-middle {
  background-color: #fff;
  border-left: 2px solid #e2e2e2;
  border-right: 2px solid #e2e2e2;
}
.box-bottom {
  background: url(/fr_fr/images/boxes-sprite_tcm2143-107957.png) no-repeat -10px -36px #f0f0f0;
  height: 6px;
}
.box-top-b2 {
  background: url(/fr_fr/images/boxes-sprite_tcm2143-107957.png) no-repeat -10px -62px;
  height: 6px;
}
.box-top-b2-bg {
  background: url(/fr_fr/images/boxes-sprite_tcm2143-107957.png) no-repeat -10px -114px;
  height: 6px;
}
.box-middle-b2 {
  background: url(/fr_fr/images/box-b2-middle_tcm2143-107956.gif) repeat-y scroll 0 0 transparent;
  border: none;
}
.box-bottom-b2 {
  background: url(/fr_fr/images/boxes-sprite_tcm2143-107957.png) no-repeat -10px -88px;
  border: none;
  height: 6px;
}
.box-top-b3 {
  background: url(/fr_fr/images/boxes-sprite_tcm2143-107957.png) no-repeat -10px -140px;
  height: 6px;
}
.box-middle-b3 {
  background-color: #eaf5ff;
  border-left: 2px solid #81b9ee;
  border-right: 2px solid #81b9ee;
}
.box-bottom-b3 {
  background: url(/fr_fr/images/boxes-sprite_tcm2143-107957.png) no-repeat -10px -166px;
  height: 6px;
}
.box-top-b4 {
  width: 937px;
  background: url(/fr_fr/images/boxes-sprite_tcm2143-107957.png) no-repeat -10px -192px;
  height: 6px;
}
.box-middle-b4 {
  background-color: #f7f7f7;
  border-left: 2px solid #e2e2e2;
  border-right: 2px solid #e2e2e2;
}
.box-bottom-b4 {
  background: url(/fr_fr/images/boxes-sprite_tcm2143-107957.png) no-repeat -10px -220px;
  height: 8px;
  width: 937px;
}
.box-top-b5 {
  background: url(/fr_fr/images/boxes-sprite_tcm2143-107957.png) no-repeat -10px -251px;
  width: 310px;
  height: 7px;
}
.box-middle-b5 {
  background-color: #e9f1f8;
  border-left: 2px solid #005394;
  border-right: 2px solid #005394;
  width: 306px;
}
.box-bottom-b5 {
  background: url(/fr_fr/images/boxes-sprite_tcm2143-107957.png) no-repeat -10px -286px;
  width: 310px;
  height: 7px;
  margin-top: 0;
}
/* ==========================================================================
   Info Module
   ========================================================================== */
.info-notice-wrapper {
  margin: 10px auto;
  width: 980px;
  padding: 0 20px;
}
.info-notice-wrapper .info-notice {
  padding: 25px 0 25px;
  background: url(/fr_fr/images/header-sprite_tcm2143-108022.png) no-repeat scroll 10px -956px #eaf5ff;
}
.info-notice-wrapper .info-notice-info {
  padding: 25px 0 25px;
  background: url("../Images/product-pages/icon-info.png") no-repeat scroll 20px center #eaf5ff;
}
.info-notice-wrapper .check-notice {
  padding: 25px 0 25px;
  background: url("../Images/product-pages/icon-check.png") no-repeat scroll 20px center #eaf5ff;
}
.info-notice-wrapper .info-notice p {
  margin: 0;
  padding-left: 70px;
  font-size: 0.90em;
  line-height: 1.7em;
}
.info-notice-wrapper .info-notice p a {
  font-weight: bold;
}
/* ==========================================================================
   Container
   ========================================================================== */
#container {
  background: url(/fr_fr/images/goodyear-container-background_tcm2143-107975.gif) repeat-x scroll 0 0 transparent;
  min-width: 1050px;
  margin: 0 auto;
}
#container.dealer-detail {
  padding-top: 20px;
}
#container .title {
  margin: 0 auto;
  padding: 26px 20px 31px;
  width: 940px;
}
#container .title h1 {
  font-family: 'Helvetica W01 Bold', Arial, sans-serif;
  font-weight: lighter;
  margin: 0;
  padding: 0;
  color: #ffe01a;
  font-size: 1.5em;
}
#container .widget-wrapper {
  margin: 0 auto;
  width: 980px;
}
.widget-wrapper .top {
  background: url(/fr_fr/images/goodyear-tire-finder-box-top_tcm2143-107999.gif) no-repeat scroll 0 0 transparent;
  height: 6px;
}
.widget-wrapper .bottom {
  background: url(/fr_fr/images/goodyear-tire-finder-box-bottom_tcm2143-107996.gif) no-repeat scroll 0 0 transparent;
  height: 6px;
}
.widget-wrapper .content {
  background: url(/fr_fr/images/goodyear-tire-finder-box-middle_tcm2143-107998.gif) repeat-y scroll 0 0 transparent;
}
/* ==========================================================================
   Widget
   ========================================================================== */
.widget-wrapper .widget .header {
  padding-top: 14px;
  background: none;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 940px;
}
.widget-wrapper .widget .header h2 {
  padding: 0 0 16px 55px;
  margin: 0;
  font-family: 'Helvetica W01 Bold', Arial, sans-serif;
  font-weight: lighter;
  color: #004c8e;
  line-height: 30px;
  font-size: 1.2em;
  border-bottom: 1px solid #bdbdbd;
}
.widget-wrapper .widget.collapsed:last-child .header h2 {
  border: none;
}
.widget-wrapper .widget .header h2.find-by-tire-size {
  background: url(/fr_fr/images/goodyear-icon-find-by-tire-size_tcm2143-107983.gif) no-repeat scroll -5px 0 transparent;
}
.widget-wrapper .widget .header h2.find-by-car-model {
  background: url(/fr_fr/images/goodyear-icon-find-by-car-model_tcm2143-107981.gif) no-repeat scroll 0 0 transparent;
}
.widget-wrapper .widget .header h2.find-by-registration-number {
  background: url(/fr_fr/images/goodyear-icon-find-by-registration-number_tcm2143-107982.gif) no-repeat scroll 0 0 transparent;
}
.widget-wrapper .widget .header h2 a {
  background: url(/fr_fr/images/goodyear-icon-arrow-collapse_tcm2143-107978.gif) no-repeat scroll right 10px transparent;
  color: #004C8E;
  display: block;
  margin-right: 17px;
  text-decoration: none;
  outline: 0;
}
.widget-wrapper .widget.collapsed .header h2 a {
  background-image: url(/fr_fr/images/goodyear-icon-arrow-expand_tcm2143-107979.gif);
}
.widget-wrapper .widget .content {
  margin: 0 auto;
  width: 940px;
  background: none;
}
.widget-wrapper .widget.collapsed .content {
  display: none;
}
.widget-wrapper .widget .content .description {
  float: left;
  padding-top: 10px;
  width: 600px;
  margin-bottom: 5px;
}
.ie7 .widget-wrapper .widget .content .description {
  padding-top: 10px;
  padding-bottom: 15px;
}
.widget-wrapper .widget .content .description p {
  margin: 2px 0;
}
.widget-wrapper .widget .content .description p strong {
  line-height: 0.75em;
}
.widget-wrapper .widget .content .aside {
  float: right;
  margin-right: 20px;
  padding-top: 15px;
}
.widget-wrapper .widget .content .aside a {
  font-size: 0.92em;
}
.widget-wrapper .widget .content .aside a.help {
  background: url(/fr_fr/images/goodyear-icon-help_tcm2143-107984.gif) no-repeat scroll 0 0 transparent;
  padding-left: 22px;
  height: 16px;
  display: block;
}
.widget-wrapper .widget .content .form-wrapper-find-by-tire-size {
  clear: both;
  background: url(/fr_fr/images/goodyear-find-by-tire-size-background_tcm2143-107976.gif) no-repeat scroll 0 0 transparent;
  height: 298px;
  margin-top: 8px;
  padding-top: 8px;
  padding-left: 10px;
  border-bottom: 1px solid #bdbdbd;
}
.widget-wrapper .widget .content .form-wrapper-find-by-tire-size #by-tire-size-submit {
  width: 155px;
}
.ie8 .widget-wrapper .widget .content .form-wrapper-find-by-tire-size #by-tire-size-submit {
  width: 155px;
  background: transparent url(/fr_fr/images/form-button-extended_tcm2143-107875.gif) no-repeat -445px -200px;
}
.ie8 .widget-wrapper .widget .content .form-wrapper-find-by-tire-size #by-tire-size-submit:active {
  width: 155px;
  background: transparent url(/fr_fr/images/form-button-extended_tcm2143-107875.gif) no-repeat -444px -199px;
}
.ie8 .widget-wrapper .widget .content .form-wrapper-find-by-tire-size #by-tire-size-submit:focus {
  width: 155px;
  background: transparent url(/fr_fr/images/form-button-extended_tcm2143-107875.gif) no-repeat -445px -200px;
}
.reset-link {
  margin-right: 103px;
  margin-top: 18px;
  text-align: right;
}
.reset-link a {
  cursor: pointer;
  text-decoration: underline;
}
/* ==========================================================================
   Custom Select Menus
   ========================================================================== */
.ui-selectmenu-dropdown {
  border: 2px solid #c7c7c7;
  height: 43px;
  width: 136px !important;
  margin-right: 8px;
}
.ie8 .ui-selectmenu-dropdown {
  margin-right: 6px;
}
.ui-selectmenu-status {
  color: #004c8e;
  font-size: 0.85em;
  font-weight: bold;
  line-height: 2.6em;
}
.ui-state-default .ui-icon {
  background: url(/fr_fr/images/goodyear-icon-select-arrow_tcm2143-107989.gif) no-repeat scroll 0 0 transparent;
  height: 41px;
  width: 24px;
  margin-top: -20px;
}
.ui-selectmenu-menu.ui-selectmenu-open .ui-selectmenu-menu-dropdown {
  width: 137px !important;
}
.ui-selectmenu-open a,
.ui-selectmenu-open a:visited {
  color: #222222;
}
/* ==========================================================================
   Find by Car Model
   ========================================================================== */
.find-by-car-model-outer-form-wrapper {
  border-bottom: 1px solid #BDBDBD;
}
.find-by-car-model-form-wrapper {
  float: left;
  width: 380px;
  padding-top: 17px;
}
.find-by-car-model-form-wrapper .ui-selectmenu-dropdown {
  width: 355px !important;
  margin-bottom: 15px;
  height: 48px;
}
.find-by-car-model-form-wrapper .ui-selectmenu-status {
  line-height: 3em;
}
.find-by-car-model-form-wrapper .ui-state-default .ui-icon {
  background: url(/fr_fr/images/goodyear-icon-select-arrow-wider_tcm2143-107990.gif) no-repeat scroll 0 0 transparent;
  height: 53px;
  margin-top: -23px;
  width: 47px;
}
.find-by-car-model-results-wrapper .find-by-car-model-results-inner-wrapper .ui-state-default {
  background: url(/fr_fr/images/goodyear-ui-bg-glass_tcm2143-108000.gif) repeat-x scroll 50% 50% transparent;
}
.find-by-car-model-results-wrapper .find-by-car-model-results-inner-wrapper .ui-state-default .ui-icon {
  background: url(/fr_fr/images/goodyear-icon-select-arrow-wider-blue_tcm2143-107991.gif) no-repeat scroll 0 0 transparent;
  height: 55px;
  margin-top: -25px;
  width: 47px;
}
.find-by-car-model-results-wrapper .find-by-car-model-results-inner-wrapper .ui-selectmenu-status {
  color: #fff;
  line-height: 3.4em;
}
.find-by-car-model-results-wrapper .find-by-car-model-results-inner-wrapper .ui-selectmenu-dropdown {
  height: 50px;
}
.ie7 .find-by-car-model-results-wrapper .find-by-car-model-results-inner-wrapper .ui-selectmenu-dropdown {
  height: 40px;
}
.ie7 .find-by-car-model-results-wrapper .find-by-car-model-results-inner-wrapper .ui-selectmenu-status {
  line-height: 2.5em;
}
.ui-selectmenu-menu.ui-selectmenu-open .by-car-model-group {
  width: 356px !important;
}
.find-by-car-model-results-wrapper .figure {
  float: left;
  padding-top: 17px;
  padding-left: 10px;
  margin-right: 25px;
}
.find-by-car-model-results-wrapper .figure img{
  width: 240px;
}
.find-by-car-model-results-wrapper .find-by-car-model-results-inner-wrapper {
  float: left;
  padding-left: 3px;
  padding-top: 20px;
  width: 270px;
}
.find-by-car-model-results-wrapper .find-by-car-model-results-inner-wrapper p {
  margin: 0 0 10px 0;
  font-size: 0.9em;
  padding-right: 20px;
  color: #525252;
  font-weight: bold;
}
.find-by-car-model-results-wrapper .find-by-car-model-results-inner-wrapper label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.find-by-car-model-results-wrapper .find-by-car-model-results-inner-wrapper #by-car-model-sizes-button {
  width: 245px !important;
  margin-bottom: 10px;
}
#by-car-model-sizes-menu {
  width: 246px !important;
}
.find-by-car-model-results-wrapper .terms-and-conditions-wrapper {
  clear: both;
  padding: 5px 40px 25px 0;
}
.find-by-car-model-results-wrapper .terms-and-conditions-wrapper label {
  font-size: 0.85em;
  color: #525252;
}
#widget-find-by-car-model .aside {
  display: none;
}
.dd-container {
  position: relative;
}
.dd-loading {
  display: none;
  position: absolute;
  right: 42px;
  top: 19px;
  z-index: 20;
}
/* ==========================================================================
   Find by Registation
   ========================================================================== */
.form-wrapper-find-by-tire-size .ui-selectmenu-wrapper {
  display: inline;
}
#widget-find-by-registration .ui-selectmenu-wrapper {
  margin-bottom: 7px;
  margin-top: -5px;
}
.find-by-registration-form-wrapper {
  background: url(/fr_fr/images/goodyear-tire-finder-box-inside_tcm2143-124659.gif) no-repeat scroll 0 0 transparent;
  padding: 40px 30px;
  margin-top: 15px;
  min-height: 135px;
  position: relative;
}
.find-by-registration-form-wrapper .find-by-registation-input-results-wrapper .find-by-registration-input {
  float: left;
  width: 600px;
}
.find-by-registration-form-wrapper .find-by-registation-input-results-wrapper .find-by-registration-input #plate-number {
  background: url(/fr_fr/images/goodyear-find-by-registation-input_tcm2143-108010.png) no-repeat scroll 0 3px transparent;
  width: 305px;
  height: 56px;
  border: none;
  color: #777;
  padding: 1px 18px 0 12px;
  margin-right: 10px;
  font-size: 0.95em;
}
.ie8 .find-by-registration-form-wrapper .find-by-registation-input-results-wrapper .find-by-registration-input #plate-number {
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  width: 297px;
}
.ie7 .find-by-registration-form-wrapper .find-by-registation-input-results-wrapper .find-by-registration-input #plate-number {
  background: #fff none;
  border: 1px solid #ccc;
  padding: 12px;
  height: auto;
}
.widget-wrapper .widget .content .find-by-registration-form-wrapper .aside {
  position: absolute;
  bottom: 88px;
}
.find-by-registration-form-wrapper .find-by-registation-input-results-wrapper .find-by-registration-results-wrapper {
  float: left;
  width: 880px;
  margin-top: -10px;
  display: none;
}
.find-by-registration-form-wrapper .find-by-registation-input-results-wrapper .find-by-registration-results-wrapper .figure {
  float: left;
  padding-left: 0;
  margin-right: 27px;
}
.find-by-registration-form-wrapper .find-by-registation-input-results-wrapper .find-by-registration-results-wrapper .figure img {
  width: 242px;
  height: 122px;
}
.find-by-registration-form-wrapper .find-by-registration-results {
  float: left;
  padding-top: 7px;
}
.find-by-registration-form-wrapper .find-by-registration-results p.your-car {
  margin: 0 0 10px 0;
  font-size: 1.13em;
  color: #525252;
}
.find-by-registration-form-wrapper .find-by-registration-results p.your-car span {
  font-weight: bold;
  color: #333;
}
.find-by-registration-form-wrapper .find-by-registration-results label {
  display: block;
  margin-top: 3px;
  margin-bottom: 10px;
  color: #525252;
}
.find-by-registration-form-wrapper .find-by-registration-results .ui-state-default {
  background: url(/fr_fr/images/goodyear-ui-bg-glass_tcm2143-108000.gif) repeat-x scroll 50% 50% transparent;
}
.find-by-registration-form-wrapper .find-by-registration-results .ui-state-default .ui-icon {
  background: url(/fr_fr/images/goodyear-icon-select-arrow-wider-blue_tcm2143-107991.gif) no-repeat scroll 0 0 transparent;
  height: 55px;
  margin-top: -25px;
  width: 47px;
}
.find-by-registration-form-wrapper .find-by-registration-results .ui-selectmenu-status {
  color: #fff;
  line-height: 3.4em;
}
.find-by-registration-form-wrapper .find-by-registration-results .ui-selectmenu-dropdown {
  height: 50px;
}
.ie7 .find-by-registration-form-wrapper .find-by-registration-results .ui-selectmenu-dropdown {
  height: 40px;
}
.ie7 .find-by-registration-form-wrapper .find-by-registration-results .ui-selectmenu-status {
  line-height: 2.5em;
}
#by-registation-model-sizes-button {
  width: 250px !important;
}
#by-registation-model-sizes-menu {
  width: 252px !important;
}
.find-by-registration-form-wrapper .find-by-registration-results-wrapper .results-aside {
  float: right;
  font-size: 0.92em;
  margin-right: 20px;
  margin-top: 10px;
}
.widget-wrapper .widget .content .find-by-registration-form-wrapper .aside a.help {
  background-image: url(/fr_fr/images/goodyear-icon-help-gray_tcm2143-107985.gif);
}
.find-by-registration-form-wrapper .find-by-registration-results-wrapper .results-aside a.no {
  background: url(/fr_fr/images/goodyear-icon-no_tcm2143-107987.gif) no-repeat scroll 0 0 transparent;
  padding-left: 22px;
  height: 19px;
  display: block;
  padding-top: 2px;
}
.find-by-registration-form-wrapper .terms-and-conditions-wrapper {
  clear: both;
  padding: 45px 0 0;
}
.find-by-registration-form-wrapper .terms-and-conditions-wrapper label {
  font-size: 0.85em;
  color: #525252;
}
/* ==========================================================================
   Lightbox Help Finding Tire Size
   ========================================================================== */
.help-finding-tire-size {
  width: 760px;
}
.help-finding-tire-size p {
  color: #525252;
  margin-top: 0;
}
.help-finding-tire-size h3 {
  color: #004c8e;
  font-size: 0.93em;
}
.help-finding-tire-size h4 {
  margin-bottom: 5px;
}
.help-finding-tire-size .diagram-wrapper {
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: 20px;
  margin-top: 20px;
}
.help-finding-tire-size .diagram-wrapper .top {
  background: url(/fr_fr/images/help-finding-tire-size-bg_tcm2143-109475.png) scroll no-repeat 0 0 transparent;
  height: 10px;
}
.help-finding-tire-size .diagram-wrapper .middle {
  background: url(/fr_fr/images/help-finding-tire-size-calllout_tcm2143-109478.png) scroll repeat-y 0 0 transparent;
}
.help-finding-tire-size .diagram-wrapper .middle ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.help-finding-tire-size .diagram-wrapper .middle ul h4 {
  margin: 0 0 5px;
}
.help-finding-tire-size .diagram-wrapper .middle ul p {
  margin: 0 0 10px;
  font-size: 0.95em;
}
.help-finding-tire-size .diagram-wrapper .middle ul li {
  float: left;
  width: 124px;
  margin-right: 10px;
  padding: 5px 10px;
}
.help-finding-tire-size .diagram-wrapper .middle ul li:last-child {
  margin: 0;
  padding-right: 0;
}
.help-finding-tire-size .diagram-wrapper .bottom {
  background: url(/fr_fr/images/help-finding-tire-size-bg_tcm2143-109475.png) scroll no-repeat 0 bottom transparent;
  height: 179px;
}
/* ==========================================================================
   Lightbox Help Finding Tire Size
   ========================================================================== */
.help-finding-registration-number {
  width: 620px;
}
.help-finding-registration-number h3 {
  color: #004c8e;
  font-size: 0.93em;
}
.help-finding-registration-number p {
  color: #525252;
}
.help-finding-registration-number img {
  display: block;
  margin: 20px auto;
}
/* ==========================================================================
   Dealer Search Results
   ========================================================================== */
.box {
  width: 980px;
  margin: 0 auto;
}
.box .top {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat scroll 0 0 transparent;
  height: 8px;
  margin: 0;
  padding: 0;
  width: 980px;
}
.box .bottom {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat 0 -10px;
  height: 8px;
  width: 980px;
}
.box .content {
  background-color: #fff;
  padding: 10px 0 20px;
}
.search-wrapper {
  display: inline;
  float: left;
  margin-bottom: 25px;
  margin-left: 20px;
  margin-top: 2px;
  width: 480px;
}
.search-wrapper #search-form #search-form {
  margin: 10px 2px 0 0;
}
.search-wrapper .more-search-wrapper {
  font-size: 0.95em;
  margin-top: 10px;
  position: relative;
}
.search-wrapper .use-my-current-location-action {
  position: absolute;
  left: 0;
}
.no-geolocation .search-wrapper .use-my-current-location-action {
  display: none;
}
.search-wrapper .filter-search-results-action {
  position: absolute;
  left: 308px;
  outline: 0;
}
.search-wrapper .filter-search-results-action.disabled {
  color: #999;
  text-decoration: none;
}
.search-wrapper.no-tire-selection {
  border-right: 0;
  width: auto;
}
.search-wrapper.no-tire-selection input.fancy-input {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat -400px -150px;
  height: 46px;
  width: 435px;
}
.search-wrapper.without-map {
  border-right: 0;
  width: auto;
}
.search-wrapper.without-map button.primary {
  display: inline-block;
  margin-left: 0;
}
.search-wrapper.without-map .ui-selectmenu-wrapper {
  float: left;
}
.search-wrapper.without-map .ui-selectmenu-dropdown {
  width: 300px !important;
}
.search-wrapper.without-map .filter-search-results-action {
  left: 634px;
}
.selection-wrapper {
  border-left: 1px solid #C7C7C7;
  float: left;
  padding-left: 15px;
  width: 450px;
}
.selection-wrapper .selected-tire-image-wrapper {
  float: left;
}
.selection-wrapper .selected-tire-image-wrapper img {
  margin-left: 5px;
}
.selection-wrapper .selected-tire-details {
  float: left;
  margin-left: 15px;
  width: 375px;
  position: relative;
}
.selection-wrapper .selected-tire-details h2 {
  color: #333333;
  line-height: 1.385em;
  margin: 0;
  padding: 0;
  font-size: 0.923em;
}
.selection-wrapper .selected-tire-details h1 {
  color: #333333;
  font-size: 1.154em;
  line-height: 1.462em;
  margin: 0;
  padding: 0;
}
.selection-wrapper .selected-tire-details p {
  color: #525252;
  font-size: 0.923em;
  line-height: 1.231em;
  margin-top: 0.6em;
}
.selection-wrapper .selected-tire-details .selected-tire-actions {
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
  position: absolute;
  list-style: none;
}
.selection-wrapper .selected-tire-details .selected-tire-actions li {
  float: left;
  padding-left: 20px;
  margin-right: 10px;
}
.selection-wrapper .selected-tire-details .selected-tire-actions li.email {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat 0 -100px;
  width: auto;
  height: 14px;
}
.selection-wrapper .selected-tire-details .selected-tire-actions li.print {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat 0px -121px;
  width: auto;
  height: 16px;
  margin-right: 0px;
}
.selection-wrapper .selected-tire-details .selected-tire-actions li a {
  color: #004c8e;
  font-size: 0.8em;
  text-decoration: none;
}
.search-selection-wrapper {
  padding: 30px 0 20px;
}
#widget-dealer-nomap-search {
  padding: 30px 0 0;
}
.search-selection-wrapper.initial .more-search-wrapper .filter-search-results-action {
  display: none;
}
/* ==========================================================================
   Dealer Locator Search Results Filter
   ========================================================================== */
.search-results-filter-wrapper {
  clear: both;
  padding: 15px;
}
.js .search-results-filter-wrapper {
  display: none;
}
.search-results-filter-wrapper .ui-selectmenu-wrapper {
  float: left;
}
.search-results-filter-wrapper .extra-filter-options {
  float: left;
}
.search-results-filter-wrapper label {
  color: #525252;
}
.search-results-filter-wrapper input {
  margin-left: 15px;
}
.search-results-filter-wrapper .ui-selectmenu-dropdown {
  width: 220px !important;
  margin-right: 15px;
}
#vehicle-types-menu,
#dealer-networks-menu {
  width: 221px !important;
}
#search-results-filter-form input,
#search-results-filter-form label {
  margin-top: 15px;
}
/* ==========================================================================
   Dealer Search Results Map
   ========================================================================== */
#container .dealers-wrapper {
  margin-top: 20px;
}
.dealers-wrapper {
  padding-right: 0;
}
.dealers-wrapper .content {
  padding-top: 15px;
  padding-bottom: 35px;
}
.dealers-wrapper .dealers {
  float: left;
}
.dealers-wrapper .dealers-sort {
  float: left;
  height: 47px;
  margin-bottom: 8px;
  margin-left: 20px;
  width: 463px;
}
.dealers-wrapper .dealers-sort ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dealers-wrapper .dealers-sort ul li {
  float: left;
  margin-right: 22px;
}
.dealers-wrapper .dealers-sort ul li a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  padding-top: 12px;
  outline: 0;
}
.dealers-wrapper .dealers-sort ul li.primary-option a {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat 0 -350px;
  width: 140px;
  height: 29px;
}
.dealers-wrapper .dealers-sort ul li.primary-option a:hover {
  background-position: 0 -450px;
}
.dealers-wrapper .dealers-sort ul li.primary-option.selected a {
  background-position: 0 -400px;
  height: 35px;
  color: #002432;
}
.dealers-wrapper .dealers-sort ul li.first a {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat -150px -350px;
  width: 101px;
  height: 28px;
}
.dealers-wrapper .dealers-sort ul li.first a:hover {
  background-position: -150px -450px;
}
.dealers-wrapper .dealers-sort ul li.first.selected a {
  background-position: -150px -400px;
  height: 35px;
}
.dealers-wrapper .dealers-sort ul li.middle a {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat -300px -350px;
  width: 97px;
  height: 28px;
}
.dealers-wrapper .dealers-sort ul li.middle a:hover {
  background-position: -300px -450px;
}
.dealers-wrapper .dealers-sort ul li.middle.selected a {
  background-position: -300px -400px;
  height: 35px;
}
.dealers-wrapper .dealers-sort ul li.last a {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat -400px -350px;
  width: 102px;
  height: 28px;
}
.dealers-wrapper .dealers-sort ul li.last a:hover {
  background-position: -400px -450px;
}
.dealers-wrapper .dealers-sort ul li.last.selected a {
  background-position: -400px -400px;
  height: 35px;
}
.dealers-wrapper .dealers-sort ul li.first,
.dealers-wrapper .dealers-sort ul li.middle,
.dealers-wrapper .dealers-sort ul li.last {
  margin-right: 0;
}
.dealers-wrapper .dealers-sort ul li.last {
  margin-right: 0;
  margin-left: -1px;
}
.dealers-wrapper .dealers-list-wrapper {
  float: left;
  margin-left: 20px;
  margin-top: 10px;
  overflow: auto;
}
.ie7 .dealers-wrapper .dealers-list-wrapper {
  overflow: hidden;
}
.dealers-wrapper .dealers-list-wrapper {
  *overflow: hidden;
}
.dealers-wrapper .dealers-list-wrapper .top {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat 0 -250px;
  width: 460px;
  height: 6px;
}
.borderradius .dealers-wrapper .dealers-list-wrapper .top {
  background: none;
  border-bottom: 2px solid #c7c7c7;
  height: 1px;
  margin-top: -1px;
}
.dealers-wrapper .dealers-list-wrapper .bottom {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat 0 -300px;
  width: 460px;
  height: 7px;
}
.borderradius .dealers-wrapper .dealers-list-wrapper .bottom {
  background: none;
  border-top: 2px solid #c7c7c7;
}
.dealers-wrapper .dealers-list-wrapper .content {
  background: none;
  border-left: 2px solid #c7c7c7;
  border-right: 2px solid #c7c7c7;
  margin-right: 2px;
  width: 457px;
  padding-top: 0;
  padding-bottom: 0;
}
.ie8 .dealers-wrapper .dealers-list-wrapper .content,
.ie7 .dealers-wrapper .dealers-list-wrapper .content {
  height: 625px;
}
.dealers-wrapper .dealers-list-wrapper .content {
  height: 625px\9;
}
.borderradius .dealers-wrapper .dealers-list-wrapper .content {
  height: 636px;
}
.dealers-wrapper .dealers-list-wrapper .content ul#dealers-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.dealers-wrapper .dealers-list-wrapper .content ul#dealers-list li.dealer-detail-wrapper {
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
  overflow: hidden;
}
.dealer-locator-fake-clusters {
  color: #FFE01A;
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  width: 60px;
}
/* ==========================================================================
   Dealer Detail
   ========================================================================== */
.dealer-detail-wrapper {
  border-bottom: 1px solid #cacaca;
  padding: 0 15px;
}
.dealer-detail-wrapper:nth-child(2n+1) {
  background-color: #eeeeee;
}
.dealer-detail-wrapper:hover {
  background-color: #dbe8f3;
}
.dealer-detail-wrapper.active {
  background-color: #dbe8f3;
}
.dealer-detail-wrapper.selected {
  background-color: #dbe8f3;
}
.dealer-detail-wrapper .dealer-detail-header {
  position: relative;
}
.dealer-detail-wrapper .dealer-detail-header .dealer-detail-preference {
  float: left;
  font-size: 1.15em;
  font-weight: bold;
  margin-left: -9px;
  margin-right: 4px;
  text-align: right;
  width: 21px;
  word-wrap: break-word;
}
.dealer-detail-wrapper .dealer-detail-header .dealer-detail-name {
  float: left;
  font-weight: bold;
  font-size: 1.15em;
  width: 200px;
}
.dealer-detail-wrapper.no-rating .dealer-detail-header .dealer-detail-name {
  width: 280px;
}
.dealer-detail-wrapper .dealer-detail-header .dealer-detail-distance {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat scroll -500px -197px transparent;
  float: left;
  font-size: 0.9em;
  height: 13px;
  padding-left: 28px;
  color: #525252;
  margin-left: 5px;
}
.ie7 .dealer-detail-wrapper .dealer-detail-badges {
  height: 30px;
}
.dealer-detail-wrapper .dealer-detail-badges {
  *height: 30px;
}
.dealer-detail-badges ul {
  height: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ie7 .dealers-detail-wrapper .dealer-detail-badges ul {
  display: inline;
  float: left;
  height: 30px;
}
.dealers-detail-wrapper .dealer-detail-badges ul {
  *display: inline;
  *float: left;
  *height: 30px;
}
.dealer-detail-badges ul li {
  float: left;
  display: block;
  height: 36px;
  margin-right: 10px;
}
.dealer-detail-badges ul li.quick {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat 0 -500px;
  width: 51px;
}
.dealer-detail-badges ul li.premio {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat -100px -500px;
  width: 57px;
}
.dealer-detail-badges ul li.hi1 {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat -200px -500px;
  width: 36px;
}
.dealer-detail-badges ul li.network-badge {
  margin-top: 6px;
}
.dealer-detail-badges ul li.approved {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat -300px -500px;
  width: 108px;
  text-indent: -99999px;
}
.dealer-detail-wrapper .dealer-detail-header .dealer-detail-stars {
  float: left;
  margin-right: 5px;
  width: 78px;
}
.dealer-detail-wrapper .dealer-detail-header .dealer-detail-stars span {
  display: block;
  height: 13px;
  text-indent: -99999px;
}
.dealer-detail-wrapper .dealer-detail-header .dealer-detail-stars span.stars-5 {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat 0 -200px;
}
.dealer-detail-wrapper .dealer-detail-header .dealer-detail-stars span.stars-4 {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat -100px -200px;
}
.dealer-detail-wrapper .dealer-detail-header .dealer-detail-stars span.stars-3 {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat -200px -200px;
}
.dealer-detail-wrapper .dealer-detail-header .dealer-detail-stars span.stars-2 {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat -300px -200px;
}
.dealer-detail-wrapper .dealer-detail-header .dealer-detail-stars span.stars-1 {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat -400px -200px;
}
.dealer-detail-wrapper .dealer-detail-header .dealer-detail-number-of-reviews {
  float: left;
  width: 25px;
  word-wrap: break-word;
  font-size: 0.9em;
  color: #999999;
}
.dealer-detail-wrapper .dealer-detail-contact-details {
  color: #333333;
}
.dealer-detail-wrapper .dealer-detail-contact-details .address {
  float: left;
  margin-right: 5px;
  margin-bottom: 10px;
}
.dealer-detail-wrapper .dealer-detail-contact-details .telephone {
  float: left;
  font-weight: bold;
}
.ie7 .dealer-detail-wrapper .dealer-detail-contact-details .telephone {
  width: 100%;
}
.dealer-detail-wrapper .dealer-detail-contact-details .telephone {
  *width: 100%;
}
.dealer-detail-wrapper .dealer-detail-actions {
  margin-top: 22px;
}
.dealer-detail-wrapper .dealer-detail-actions .secondary.link {
  float: left;
  font-size: 0.95em;
  text-decoration: underline;
}
.dealer-detail-wrapper .dealer-detail-actions .primary.link {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat -650px -220px;
  float: right;
  font-size: 1.1em;
  font-weight: bold;
  height: 13px;
  padding-left: 10px;
  margin-right: 30px;
}
/* ==========================================================================
   Dealer Detail without Map
   ========================================================================== */
#country-region-menu,
#country-province-menu {
  width: 301px !important;
}
.dealer-nomap-detail-wrapper {
  border: 2px solid #C7C7C7;
  margin: 0 20px;
}
.dealer-nomap-detail-wrapper ol,
.dealer-nomap-detail-wrapper ul {
  margin: 0;
  padding: 0;
}
.dealer-nomap-detail-wrapper ol li {
  list-style-type: none;
  padding-bottom: 15px;
}
.dealer-nomap-detail-wrapper ul li {
  list-style-type: none;
  padding-bottom: 0;
}
.dealer-nomap-detail-wrapper .detail-column {
  float: left;
  margin-left: 20px;
  margin-top: 15px;
  width: 285px;
}
.ie8 .dealer-nomap-detail-wrapper .detail-column,
.ie7 .dealer-nomap-detail-wrapper .detail-column {
  margin-left: 15px;
}
.dealer-nomap-detail-wrapper .detail-column:nth-child(1) {
  margin-left: 0;
}
.dealer-nomap-detail-wrapper h1 {
  color: #333;
  font-size: 1.15em;
  margin-top: 0;
}
.dealer-nomap-detail-wrapper .hours h2 {
  font-size: 1em;
  margin-bottom: 2px;
}
ul.dealer-contact-detail {
  margin-bottom: 15px;
}
.dealer-contact-detail li {
  line-height: 20px;
  padding-bottom: 5px;
}
.dealer-nomap-detail-wrapper .address strong {
  white-space: nowrap;
}
.dealer-detail-features .tick {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat -650px -100px;
  font-weight: bold;
  list-style-type: none;
  padding-bottom: 10px;
  padding-left: 25px;
  width: 300px;
}
.dealer-detail-features li:nth-child(1) {
  margin-top: 10px;
}
.dealer-nomap-detail-wrapper .dealer-detail-actions {
  margin-top: 10px;
}
.dealer-nomap-detail-wrapper .dealer-detail-actions ul {
  margin: 0;
  padding: 0;
}
.dealer-nomap-detail-wrapper .dealer-detail-actions ul li {
  clear: both;
  display: block;
  list-style-type: none;
  margin-bottom: 10px;
}
.dealer-nomap-detail-wrapper .dealer-detail-actions .view-details {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat -650px -220px;
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  height: 13px;
  margin-top: 10px;
  padding-left: 10px;
}
.dealer-nomap-detail-wrapper .dealer-detail-actions .no-quote {
  color: #004C8E;
}
.vehicle-profile ul {
  margin-left: 0;
  padding-left: 0;
}

.vehicle-profile li span.vehicle-label{
	display: list-item;
	font-size: 0.75em;
}

.dealer-detail-summary ul li {
	text-align: center;
	list-style-type: none;
	display: inline-block;
	margin-right: 10px;
}

.vehicle-profile li span.vehicle-icons {
  float: left;
  font-size: 0.75em;
  height: 25px;
  list-style-type: none;
  padding-bottom: 0;
  text-align: center;
  width: 45px;
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat 0 100em;
}
.vehicle-profile li span.vehicleTypes_001 {
  background-position: -147px -103px;
}
.vehicle-profile li span.vehicleTypes_002 {
  background-position: -194px -103px;
}
.vehicle-profile li span.vehicleTypes_003 {
  background-position: -194px -103px;
}
.vehicle-profile li span.vehicleTypes_004 {
  background-position: -247px -103px;
}
.vehicle-profile li span.vehicleTypes_005 {
  background-position: -297px -103px;
}
.vehicle-profile li span.vehicleTypes_006 {
  background-position: -389px -103px;
}
.vehicle-profile li span.vehicleTypes_007 {
  background-position: -345px -103px;
}
/* Vehicle Profile, Tire Finder */
.lightbox.choose-vehicle-profile {
  width: 450px;
}
.oldie .lightbox.choose-vehicle-profile {
  height: 160px;
}
.vehicle-profile-tbu ul {
  margin: 40px 20px 0 90px;
  padding: 0;
  list-style: none;
}
.vehicle-profile-tbu li {
  float: left;
  text-align: center;
  margin-right: 20px;
}
.vehicle-profile-tbu li a {
  background: url(/fr_fr/images/vehicle-profiles-sprite_tcm2143-112819.png) no-repeat 0 0;
  width: 79px;
  height: 45px;
  padding-top: 50px;
  display: block;
}
.vehicle-profile-tbu li.car a {
  background-position: 0 0;
}
.vehicle-profile-tbu li.fourXfour a {
  background-position: -100px -100px;
}
.vehicle-profile-tbu li.lightTruck a {
  background-position: -200px -200px;
}
/* ==========================================================================
   Dealer Map
   ========================================================================== */
.dealers-wrapper #map {
  border: 2px solid #c7c7c7;
  float: right;
  height: 700px;
  margin-right: 20px;
  position: relative;
  width: 460px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.dealers-wrapper.initial {
  position: relative;
}
.dealers-wrapper.initial #map {
  width: 940px;
  float: none;
  margin: 0 auto 20px;
  height: 600px;
}
.dealers-wrapper.initial #map.is-loading {
  opacity: 0.3;
}
.dealers-wrapper .loading {
  left: 212px;
  position: absolute;
  top: 325px;
  display: none;
}
.dealers-wrapper.initial .loading {
  position: absolute;
  top: 300px;
  left: 470px;
  display: none;
}
/* ==========================================================================
   Dealer Info Window
   ========================================================================== */
.dealer-info-window-wrapper .dealer-info-window .dealer-info-window-top {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat 0 -550px;
  width: 225px;
  height: 8px;
}
.dealer-info-window-wrapper .dealer-info-window .dealer-info-window-bottom {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat -250px -550px;
  width: 225px;
  height: 18px;
}
.dealer-info-window-wrapper .dealer-info-window .dealer-info-window-content {
  border-left: 2px solid #accedc;
  border-right: 2px solid #accedc;
  background-color: #dbe8f3;
  padding: 10px 15px;
}
/* Header */
.dealer-info-window-wrapper .dealer-info-window .dealer-info-window-content .dealer-detail-header .dealer-detail-preference {
  float: left;
  margin-left: -9px;
  margin-right: 4px;
  text-align: right;
  width: 21px;
}
.dealer-info-window-wrapper .dealer-info-window .dealer-info-window-content .dealer-detail-header .dealer-detail-preference,
.dealer-info-window-wrapper .dealer-info-window .dealer-info-window-content .dealer-detail-header .dealer-detail-name {
  color: #004c8e;
  float: left;
  font-weight: bold;
  word-wrap: break-word;
}
.dealer-info-window-wrapper .dealer-info-window .dealer-info-window-content .dealer-detail-header .dealer-detail-name {
  width: 170px;
}
.dealer-info-window-wrapper .dealer-info-window .dealer-info-window-content .dealer-detail-header .dealer-detail-stars,
.dealer-info-window-wrapper .dealer-info-window .dealer-info-window-content .dealer-detail-header .dealer-detail-number-of-reviews,
.dealer-info-window-wrapper .dealer-info-window .dealer-info-window-content .dealer-detail-header .dealer-detail-distance {
  display: none;
}
/* Badges */
.ie7 .dealer-info-window-wrapper .dealer-info-window .dealer-info-window-content .dealer-detail-badges {
  height: 35px;
}
.dealer-info-window-wrapper .dealer-info-window .dealer-info-window-content .dealer-detail-badges {
  *height: 35px;
}
.dealer-info-window-wrapper .dealer-info-window .dealer-info-window-content .dealer-detail-badges ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 10px;
}
.dealer-info-window-wrapper .dealer-info-window .dealer-info-window-content .dealer-detail-badges ul li {
  float: left;
  display: block;
  height: 36px;
  margin-right: 10px;
}
.dealer-info-window-wrapper .dealer-info-window .dealer-info-window-content .dealer-detail-badges ul li.quick {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat 0 -500px;
  width: 51px;
}
.dealer-info-window-wrapper .dealer-info-window .dealer-info-window-content .dealer-detail-badges ul li.premio {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat -100px -500px;
  width: 57px;
}
.dealer-info-window-wrapper .dealer-info-window .dealer-info-window-content .dealer-detail-badges ul li.hi1 {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat -200px -500px;
  width: 36px;
}
.dealer-info-window-wrapper .dealer-info-window .dealer-info-window-content .dealer-detail-badges ul li.approved {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat -300px -500px;
  width: 108px;
}
/* Address */
.dealer-info-window-wrapper .dealer-info-window .dealer-info-window-content .dealer-detail-contact-details {
  margin-bottom: 5px;
}
.dealer-info-window-wrapper .dealer-info-window .dealer-info-window-content .dealer-detail-contact-details .address {
  font-size: 0.9em;
  font-weight: lighter;
}
.dealer-info-window-wrapper .dealer-info-window .dealer-info-window-content .dealer-detail-contact-details .telephone {
  font-weight: bold;
}
/* Actions */
.dealer-info-window-wrapper .dealer-info-window .dealer-info-window-content .dealer-detail-actions {
  font-size: 0.95em;
  text-align: left;
}
.dealer-info-window-wrapper .dealer-info-window .dealer-info-window-content .dealer-detail-actions a {
  color: #004c8e;
}
.dealer-info-window-wrapper .dealer-info-window .dealer-info-window-content .dealer-detail-actions .primary {
  background: none;
  text-decoration: underline;
}
.dealer-info-window-wrapper .dealer-info-window .dealer-info-window-content .dealer-detail-actions .secondary {
  border-right: 1px solid #525252;
  margin-right: 5px;
  padding-right: 10px;
  text-decoration: underline;
}
/* ==========================================================================
   Dealer Info Window
   ========================================================================== */
.ui-autocomplete {
  font-size: 0.95em;
  padding: 15px;
}
.ui-autocomplete .ui-autocomplete-category {
  border-top: 1px solid #c7c7c7;
  color: #333333;
  display: block;
  font-weight: bold;
  margin-bottom: 6px;
  margin-top: 10px;
  padding-top: 10px;
}
.ui-autocomplete .ui-autocomplete-category:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.ui-autocomplete.ui-menu .ui-menu-item {
  line-height: 18px;
}
.ui-autocomplete.ui-menu .ui-menu-item {
  clear: none;
  float: none;
}
.ui-autocomplete.ui-menu .ui-menu-item a {
  color: #525252;
  padding-left: 0;
}
/* ==========================================================================
   Dealer list scroll bar
   ========================================================================== */
.jspVerticalBar {
  background: transparent;
}
.jspHorizontalBar {
  background: transparent;
}
.jspContainer {
  width: 435px;
}
.jspVerticalBar {
  border-left: 2px solid #bebebe;
  width: 18px;
  background: #e7e7e7;
}
.jspHorizontalBar {
  background: #e7e7e7;
}
.jspTrack {
  background: #e7e7e7 url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat -649px -350px;
}
.jspDrag {
  background: transparent url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat -598px -350px;
  width: 16px;
  height: 150px;
}
.jspVerticalBar {
  background: #e7e7e7;
}
.jspVerticalBar .jspArrow {
  height: 20px;
}
.jspArrowUp,
.jspArrowUp.jspDisabled {
  background: #e7e7e7 url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat -645px -244px;
}
.jspArrowDown,
.jspArrowDown.jspDisabled {
  background: #e7e7e7 url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat -645px -291px;
}
/* ==========================================================================
   Dealer full detail page
   ========================================================================== */
.dealers-detail-wrapper {
  margin: 10px auto 0;
  width: 980px;
}
.dealers-detail-wrapper .top {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat 0 -72px;
  height: 9px;
}
.dealers-detail-wrapper .bottom {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat 0 -85px;
  height: 9px;
}
.dealers-detail-wrapper .content {
  background-color: #FFF;
  border-left: 2px solid #c7c7c7;
  border-right: 2px solid #c7c7c7;
  padding: 18px;
}
.dealers-detail-wrapper .detail-column {
  float: left;
  width: 469px;
}
.dealer-full-detail-wrapper .detail-column {
  margin-bottom: 20px;
}
.dealers-detail-wrapper .detail-column:nth-of-type(1) {
  border-right: 1px solid #c7c7c7;
}
.dealers-detail-wrapper .detail-column:nth-of-type(2) {
  padding-left: 20px;
  width: 450px;
}
.dealers-detail-wrapper .dealer-full-detail-wrapper .top {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat 0 -21px;
  height: 26px;
}
.dealers-detail-wrapper .dealer-full-detail-wrapper .bottom {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat 0 -61px;
  height: 9px;
}
.dealer-full-detail-wrapper .content {
  background-color: #f7f7f7;
  border-left: 2px solid #c7c7c7;
  border-right: 2px solid #c7c7c7;
  padding: 15px 20px;
}
.dealer-full-detail-wrapper .detail-column {
  float: left;
  margin-bottom: 20px;
  width: 440px;
}
.dealer-full-detail-wrapper .detail-column:nth-of-type(1) {
  border-right: 1px solid #c7c7c7;
}
.dealer-full-detail-wrapper .detail-column:nth-of-type(2) {
  padding-left: 20px;
  width: 420px;
}
/* ==========================================================================
   Dealer Detail Summary
   ========================================================================== */
.dealer-detail-summary {
  color: #333;
}
.dealer-detail-summary h1 {
  border-bottom: 1px solid #c7c7c7;
  font-family: 'HelveticaNeueW01-75Bold', 'HelveticaNeueW02-75Bold', 'HelveticaNeueW15-75Bold', 'HelveticaNeueW10-75Bold', Arial, sans-serif;
  font-size: 1.385em;
  font-weight: bold;
  margin: 0;
  padding-bottom: 20px;
  padding-top: 5px;
}
.dealer-detail-summary h2 {
  font-size: 1.154em;
  margin-bottom: 7px;
}
.dealer-detail-summary h3 {
  font-size: 1.385em;
  margin-bottom: 0px;
  margin-top: 7px;
}
.dealer-detail-summary .make-appointment {
  font-size: 1.154em;
  margin-top: 0;
}
.dealer-contact-detail {
  margin: 0;
  padding: 0;
}
.dealer-contact-detail li {
  line-height: 1.385em;
  list-style-type: none;
}
.dealer-contact-detail li a,
.dealer-contact-detail li span {
  color: #004c8e;
  text-decoration: underline;
}
.dealer-detail-stars {
  float: left;
  margin-right: 5px;
  width: 78px;
}
.dealer-detail-stars span {
  display: block;
  height: 13px;
  text-indent: -99999px;
}
.dealer-detail-stars span.stars-5 {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat 0 -200px;
}
.dealer-detail-stars span.stars-4 {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat -100px -200px;
}
.dealer-detail-stars span.stars-3 {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat -200px -200px;
}
.dealer-detail-stars span.stars-2 {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat -300px -200px;
}
.dealer-detail-stars span.stars-1 {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat -400px -200px;
}
.dealer-detail-summary .dealer-detail-number-of-reviews {
  float: left;
  width: 25px;
  word-wrap: break-word;
  font-size: 0.9em;
  color: #999999;
}
.ie7 .dealer-detail-summary .dealer-detail-stars span,
.ie7 .dealer-detail-summary .dealer-detail-number-of-reviews {
  margin-top: 9px;
}
.dealer-detail-summary .dealer-detail-stars span,
.dealer-detail-summary .dealer-detail-number-of-reviews {
  *margin-top: 9px;
}
/* ==========================================================================
   Dealer Detail Call To Action
   ========================================================================== */
.dealer-detail a.button.primary,
.dealer-detail a.button.secondary {
  background: url(/fr_fr/images/form-button-extended_tcm2143-107875.gif) no-repeat right -200px;
}
.dealer-detail a.button.primary span,
.dealer-detail a.button.secondary span {
  background: url(/fr_fr/images/form-button-extended_tcm2143-107875.gif) no-repeat left 0;
}
.dealer-detail a.button.primary:hover,
.dealer-detail a.button.secondary:hover {
  background: url(/fr_fr/images/form-button-extended_tcm2143-107875.gif) no-repeat right -300px;
}
.dealer-detail a.button.primary:hover span,
.dealer-detail a.button.secondary:hover span {
  background: url(/fr_fr/images/form-button-extended_tcm2143-107875.gif) no-repeat 0 -100px;
}
.dealers-detail-wrapper .call-to-action {
  border: none;
}
.dealer-full-detail-wrapper .content .call-to-action {
  border-top: 1px solid #C7C7C7;
  clear: both;
  padding-top: 20px;
  text-align: right;
}
.content .call-to-action a {
  float: right;
}
.call-to-action a.plain-link {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat -650px -220px;
  font-family: 'HelveticaNeueW01-75Bold', 'HelveticaNeueW02-75Bold', 'HelveticaNeueW15-75Bold', 'HelveticaNeueW10-75Bold', Arial, sans-serif;
  font-weight: bold;
  padding-left: 12px;
  text-decoration: underline;
}
.call-to-action a.plain-link span {
  background: none;
}
.no-tire-selected {
  margin-right: 20px;
  margin-top: 15px;
  text-align: right;
}
.no-tire-selected a.plain-link {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat -650px -218px;
  font-family: 'HelveticaNeueW01-75Bold', 'HelveticaNeueW02-75Bold', 'HelveticaNeueW15-75Bold', 'HelveticaNeueW10-75Bold', Arial, sans-serif;
  font-size: 1.154em;
  font-weight: bold;
  padding-left: 12px;
  text-decoration: underline;
}
/* ==========================================================================
   Dealer Detail Hours & Features
   ========================================================================== */
.detail-column .hours ul {
  margin: 0;
  margin-bottom: 25px;
  padding: 0;
}
.detail-column .hours li {
  color: #525252;
  line-height: 1.385em;
  list-style-type: none;
}
.detail-column .dealer-detail-features ul {
  margin: 0;
  padding: 0;
}
/* ==========================================================================
   Dealer Detail Tyre Selected section
   ========================================================================== */
.dealer-detail-tires .product-image {
  float: left;
  margin-left: 20px;
}
.dealer-detail-tires h2 {
  border-bottom: 1px solid #c7c7c7;
  font-family: 'HelveticaNeueW01-75Bold', 'HelveticaNeueW02-75Bold', 'HelveticaNeueW15-75Bold', 'HelveticaNeueW10-75Bold', Arial, sans-serif;
  font-size: 1.385em;
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 5px;
  padding-bottom: 20px;
}
.dealer-detail-tires .tire-detail {
  margin-left: 160px;
  padding-top: 5px;
  padding-right: 20px;
}
.dealer-detail-tires .tire-detail h3 {
  font-family: 'HelveticaNeueW01-75Bold', 'HelveticaNeueW02-75Bold', 'HelveticaNeueW15-75Bold', 'HelveticaNeueW10-75Bold', Arial, sans-serif;
  font-size: 1.385em;
  margin-top: 0;
}
.dealer-detail-tires .tire-detail span.tire-size {
  float: left;
  margin-right: 7px;
}
.dealer-detail-tires .tire-detail .sap-code {
  color: #666666;
}
.dealer-detail-tires .tire-detail .description {
  color: #525252;
}
.tire-detail .cost-rating {
  float: left;
  margin-right: 20px;
}
.tire-detail .cost-rating span {
  display: block;
  height: 16px;
  text-indent: -99999em;
  width: 68px;
}
.tire-detail .cost-rating .cost-5 {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat -549px -214px;
}
.tire-detail .cost-rating .cost-4 {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat -549px -233px;
}
.tire-detail .cost-rating .cost-3 {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat -549px -252px;
}
.tire-detail .cost-rating .cost-2 {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat -549px -271px;
}
.tire-detail .cost-rating .cost-1 {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat -549px -290px;
}
.tire-detail .cost-rating .cost-0 {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat -549px -309px;
}
/* ==========================================================================
   Tire Rating
   ========================================================================== */
#container.dealer-detail .eu-tire-ratings {
  float: left;
  width: 280px;
}
#container.dealer-detail .no-eu-rating .eu-tire-ratings {
  display: none;
}
#container.dealer-detail .eu-tire-ratings h2 {
  border: none;
  font-size: 1em;
  margin-bottom: 15px;
  padding-bottom: 0;
}
#container.dealer-detail .eu-tire-ratings .tire-rating ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#container.dealer-detail .eu-tire-ratings .tire-rating ul li {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat 25px -593px;
  height: 20px;
  padding-bottom: 10px;
  width: 280px;
}
#container.dealer-detail .eu-tire-ratings .tire-rating ul li span.icon {
  display: block;
  text-indent: -99999px;
  float: left;
  width: 14px;
  height: 20px;
  padding-left: 10px;
}
#container.dealer-detail .eu-tire-ratings .tire-rating ul li span {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat;
}
#container.dealer-detail .eu-tire-ratings .tire-rating ul li.fuel-efficiency span {
  background-position: -498px -100px;
}
#container.dealer-detail .eu-tire-ratings .tire-rating ul li.wet-grip span {
  background-position: -548px -100px;
}
#container.dealer-detail .eu-tire-ratings .tire-rating ul li.noise span {
  background-position: -598px -100px;
}
#container.dealer-detail .eu-tire-ratings .tire-rating ul li span.bar {
  display: none;
}
#container.dealer-detail .eu-tire-ratings .tire-rating ul li span.values span.value {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat 0 -623px;
  color: #fff;
  display: block;
  float: left;
  font-size: 0.9em;
  height: 19px;
  padding-top: 2px;
  text-align: center;
  width: 19px;
  font-weight: bold;
}
#container.dealer-detail .eu-tire-ratings .tire-rating ul li span.values span.value.db {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat 0 -656px;
  padding-left: 3px;
  padding-top: 3px;
  text-align: left;
  width: 34px;
}
/* ==========================================================================
   Performance
   ========================================================================== */
#container.dealer-detail .performance {
  border-left: 1px solid #c7c7c7;
  float: right;
  margin-bottom: 25px;
  margin-top: 25px;
  padding-left: 20px;
  width: 130px;
}
#container.dealer-detail .performance h3 {
  display: none;
}
#container.dealer-detail .performance ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 0.77em;
  color: #777;
}
#container.dealer-detail .performance ul li {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat -300px -583px;
  margin-bottom: 7px;
}
#container.dealer-detail .performance ul li span {
  margin: 0;
  padding: 0;
}
#container.dealer-detail .performance ul li span.title {
  display: block;
  width: auto;
}
#container.dealer-detail .performance ul li span.rating {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat -450px -598px;
  display: block;
  height: 5px;
  margin-top: 3px;
  text-indent: -99999px;
  width: 0;
}
#container.dealer-detail .performance ul li span.rating.r05 {
  width: 12px;
}
#container.dealer-detail .performance ul li span.rating.r10 {
  width: 23px;
}
#container.dealer-detail .performance ul li span.rating.r15 {
  width: 35px;
}
#container.dealer-detail .performance ul li span.rating.r20 {
  width: 46px;
}
#container.dealer-detail .performance ul li span.rating.r25 {
  width: 58px;
}
#container.dealer-detail .performance ul li span.rating.r30 {
  width: 69px;
}
#container.dealer-detail .performance ul li span.rating.r35 {
  width: 80px;
}
#container.dealer-detail .performance ul li span.rating.r40 {
  width: 91px;
}
#container.dealer-detail .performance ul li span.rating.r45 {
  width: 103px;
}
#container.dealer-detail .performance ul li span.rating.r50 {
  width: 114px;
}
/* ==========================================================================
   Performance w/ no Eu Rating
   ========================================================================== */
#container.dealer-detail .no-eu-rating .performance {
  border-left: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 8px;
  padding-left: 0;
  width: 435px;
}
#container.dealer-detail .no-eu-rating .performance h3 {
  display: block;
  font-size: 1em;
  margin-top: 8px;
}
#container.dealer-detail .no-eu-rating .performance ul li {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat -50px -608px;
  margin-bottom: 7px;
}
#container.dealer-detail .no-eu-rating .performance ul li span {
  margin: 0;
  padding: 0;
}
#container.dealer-detail .no-eu-rating .performance ul li span.title {
  display: block;
  width: auto;
}
#container.dealer-detail .no-eu-rating .performance ul li span.rating {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat -50px -656px;
  display: block;
  height: 5px;
  margin-top: 3px;
  text-indent: -99999px;
  width: 0;
}
#container.dealer-detail .no-eu-rating .performance ul li span.rating.r05 {
  width: 43px;
}
#container.dealer-detail .no-eu-rating .performance ul li span.rating.r10 {
  width: 86px;
}
#container.dealer-detail .no-eu-rating .performance ul li span.rating.r15 {
  width: 129px;
}
#container.dealer-detail .no-eu-rating .performance ul li span.rating.r20 {
  width: 172px;
}
#container.dealer-detail .no-eu-rating .performance ul li span.rating.r25 {
  width: 216px;
}
#container.dealer-detail .no-eu-rating .performance ul li span.rating.r30 {
  width: 259px;
}
#container.dealer-detail .no-eu-rating .performance ul li span.rating.r35 {
  width: 303px;
}
#container.dealer-detail .no-eu-rating .performance ul li span.rating.r40 {
  width: 347px;
}
#container.dealer-detail .no-eu-rating .performance ul li span.rating.r45 {
  width: 390px;
}
#container.dealer-detail .no-eu-rating .performance ul li span.rating.r50 {
  width: 433px;
}
/* ==========================================================================
   Tabbed Section
   ========================================================================== */
.tabs-hide {
  position: absolute;
  left: -99999px;
}
.dealer-tabbed-content .section-tab-nav {
  border-bottom: 1px solid #C7C7C7;
  padding-bottom: 15px;
  display: none;
}
.dealer-tabbed-content .section-tab-nav ul {
  padding-left: 0;
}
.dealer-tabbed-content .section-tab-nav ul li {
  display: inline;
  list-style: none;
}
.dealer-tabbed-content .section-tab-nav ul li {
  float: left;
}
.dealer-tabbed-content .section-tab-nav ul li a {
  display: block;
  font-weight: bold;
  padding: 12px 18px 0;
  position: relative;
  outline: 0;
  text-align: center;
  text-decoration: none;
  width: auto;
}
.dealer-tabbed-content .section-tab-nav ul li.first a {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat 0 -700px;
  border-right: 1px solid #C7C7C7;
  height: 28px;
}
.dealer-tabbed-content .section-tab-nav ul li.first a:hover,
.dealer-tabbed-content .section-tab-nav ul li.first a.current {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat 0 -748px;
}
.dealer-tabbed-content .section-tab-nav ul li.middle a {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat 0 -798px;
  height: 28px;
}
.dealer-tabbed-content .section-tab-nav ul li.middle a:hover,
.dealer-tabbed-content .section-tab-nav ul li.middle a.current {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat 0 -850px;
}
.dealer-tabbed-content .section-tab-nav ul li.last a {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat right -249px;
  border-left: 1px solid #C7C7C7;
  height: 28px;
}
.dealer-tabbed-content .section-tab-nav ul li.last a:hover,
.dealer-tabbed-content .section-tab-nav ul li.last a.current {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat right -300px;
}
.dealer-tabbed-content .section-tab-nav ul li a span {
  display: none;
}
.dealer-tabbed-content .section-tab-nav ul li a.current span {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat -550px -350px;
  display: block;
  height: 9px;
  margin: 10px auto 0;
  width: 15px;
}
.ie7 .dealer-tabbed-content .section-tab-nav ul li a.current span {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat -550px -350px;
  bottom: -7px;
  display: inline;
  height: 9px;
  left: 42%;
  position: absolute;
  width: 15px;
}
.dealer-tabbed-content .section-tab-nav ul li {
  margin-right: 0;
}
.dealer-tabbed-content .location-and-directions-wrapper,
.dealer-tabbed-content .services-wrapper,
.dealer-tabbed-content .reviews-wrapper {
  display: none;
  padding: 20px;
}
/* ==========================================================================
   Tabbed Reviews
   ========================================================================== */
.dealer-tabbed-content .reviews-wrapper p {
  float: none;
}
.dealer-tabbed-content .reviews-wrapper a {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat -650px -220px;
  font-family: 'HelveticaNeueW01-75Bold', 'HelveticaNeueW02-75Bold', 'HelveticaNeueW15-75Bold', 'HelveticaNeueW10-75Bold', Arial, sans-serif;
  font-weight: bold;
  padding-left: 12px;
  text-decoration: underline;
}
.dealer-tabbed-content .review {
  border-bottom: 1px solid #c7c7c7;
}
.dealer-tabbed-content .review:last-of-type {
  border-bottom: none;
}
.dealer-tabbed-content .review h3 {
  color: #333;
  font-size: 1.154em;
  margin-bottom: 5px;
}
.dealer-tabbed-content .review .review-stars {
  margin-bottom: 10px;
  margin-right: 5px;
  width: 78px;
}
.dealer-tabbed-content .review .review-stars span {
  display: block;
  height: 13px;
  text-indent: -99999px;
}
.dealer-tabbed-content .review .review-stars span.stars-5 {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat 0 -200px;
}
.dealer-tabbed-content .review .review-stars span.stars-4 {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat -100px -200px;
}
.dealer-tabbed-content .review .review-stars span.stars-3 {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat -200px -200px;
}
.dealer-tabbed-content .review .review-stars span.stars-2 {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat -300px -200px;
}
.dealer-tabbed-content .review .review-stars span.stars-1 {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat -400px -200px;
}
.dealer-tabbed-content .review .author {
  color: #525252;
  display: inline;
  font-weight: bold;
}
.dealer-tabbed-content .review .date {
  color: #525252;
  display: inline;
}
.ie7 .dealer-tabbed-content .review .date {
  margin-left: 10px;
}
/* ==========================================================================
   Tabbed Services
   ========================================================================== */
.dealer-tabbed-content .services-wrapper .detail-column {
  width: 450px;
}
.dealer-tabbed-content .services-wrapper .detail-column:nth-of-type(2) {
  padding-left: 20px;
  width: 420px;
}
.dealer-tabbed-content .services-wrapper .services {
  float: left;
  margin-bottom: 10px;
  margin-top: 0;
  width: 200px;
}
.dealer-tabbed-content .services-wrapper h3,
.dealer-tabbed-content .services-wrapper .services h3 {
  padding-top: 5px;
}
.dealer-tabbed-content .services-wrapper .services:last-of-type {
  margin-left: 20px;
}
.dealer-tabbed-content .services-wrapper .services ul {
  padding-left: 0;
}
.dealer-tabbed-content .services-wrapper .services ul li {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat -650px -100px;
  font-size: 1em;
  font-weight: bold;
  list-style-type: none;
  padding-bottom: 10px;
  padding-left: 25px;
}
.dealer-tabbed-content .services-wrapper .payment-types {
  clear: both;
}
.dealer-tabbed-content .services-wrapper ul.payment-types {
  padding-left: 0;
}
.dealer-tabbed-content .services-wrapper ul.payment-types li {
  color: #525252;
  display: block;
  float: left;
  list-style-type: none;
  margin-top: 3px;
  padding-right: 4px;
}
.dealer-tabbed-content .services-wrapper ul.payment-types li.visa {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat -478px -506px;
  height: 21px;
  margin-top: 0;
  text-indent: -99999px;
  width: 34px;
}
.dealer-tabbed-content .services-wrapper ul.payment-types li.cirrus {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat -516px -506px;
  height: 21px;
  margin-top: 0;
  text-indent: -99999px;
  width: 34px;
}
.dealer-tabbed-content .services-wrapper ul.payment-types li.mastercard {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat -553px -506px;
  height: 21px;
  margin-top: 0;
  text-indent: -99999px;
  width: 34px;
}
.services-wrapper .thumbnails-wrapper {
  float: right;
}
.services-wrapper .thumbnails-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.services-wrapper .thumbnails-wrapper ul li {
  margin-bottom: 8px;
}
.services-wrapper .thumbnails-wrapper ul li a {
  outline: 0;
}
.services-wrapper .services-carousel-wrapper {
  width: 320px;
}
.services-wrapper .services-carousel-wrapper li {
  width: 320px;
  margin-right: 10px;
}
.services-wrapper .services-carousel-wrapper .jcarousel-clip {
  width: 320px;
}
/* ==========================================================================
   Tooltips
   ========================================================================== */
.tooltip-content {
  display: none;
}
.ui-tooltip-default .ui-tooltip-titlebar,
.ui-tooltip-default .ui-tooltip-content {
  background: none;
  border: none;
  color: transparent;
}
.ui-tooltip-tip {
  display: none !important;
}
.ui-tooltip-content {
  padding: 0;
  width: 301px;
}
#ui-tooltip-wrapper-top {
  background: url(/fr_fr/images/boxes-sprite_tcm2143-107957.png) no-repeat scroll -10px -330px transparent;
  height: 19px;
}
#ui-tooltip-wrapper-middle {
  border-left: 2px solid #d6e6f5;
  border-right: 2px solid #d6e6f5;
  background-color: #e9f1f8;
  padding: 15px;
}
#ui-tooltip-wrapper-middle h3 {
  color: #004c8e;
  font-size: 0.93em;
  margin-top: 0;
  margin-bottom: 0;
}
#ui-tooltip-wrapper-middle p {
  color: #333333;
  font-size: 0.93em;
  margin: 5px 0 0;
}
#ui-tooltip-wrapper {
  display: none;
}
#ui-tooltip-wrapper-bottom {
  background: url(/fr_fr/images/boxes-sprite_tcm2143-107957.png) no-repeat scroll -10px -395px transparent;
  height: 19px;
}
#ui-tooltip-wrapper-top.inverted {
  background: url(/fr_fr/images/boxes-sprite_tcm2143-107957.png) no-repeat -10px -663px transparent;
  height: 8px;
}
#ui-tooltip-wrapper-bottom.inverted {
  background: url(/fr_fr/images/boxes-sprite_tcm2143-107957.png) no-repeat -10px -717px transparent;
  height: 19px;
}
.ui-tooltip-mini .ui-tooltip-content {
  padding: 0;
  width: 156px;
}
.ui-tooltip-mini #ui-tooltip-wrapper-top {
  background: url(/fr_fr/images/boxes-sprite_tcm2143-107957.png) no-repeat -624px -285px;
  height: 20px;
}
.ui-tooltip-mini #ui-tooltip-wrapper-middle {
  background-color: #eaf5ff;
  border-left: 2px solid #81b9ee;
  border-right: 2px solid #81b9ee;
  padding: 3px 15px;
}
.ui-tooltip-mini #ui-tooltip-wrapper-bottom {
  background: url(/fr_fr/images/boxes-sprite_tcm2143-107957.png) no-repeat -624px -325px;
  height: 20px;
}
.ui-helper-reset.ui-tooltip-timer-lightbox {
  z-index: 1200 !important;
}
/* ==========================================================================
   FancyBox style
   ========================================================================== */
#fancybox-bg-n {
  top: -10px;
  left: 0;
  width: 100%;
  background-image: url(/fr_fr/images/fancybox-x_tcm2143-107970.png);
}
#fancybox-bg-s {
  bottom: -10px;
  left: 0;
  width: 100%;
  background-image: url(/fr_fr/images/fancybox-x_tcm2143-107970.png);
  background-position: 0px -20px;
}
#fancybox-title-float-main {
  color: #FFF;
  line-height: 29px;
  font-weight: bold;
  padding: 0 0 3px 0;
  background: url(/fr_fr/images/fancybox-x_tcm2143-107970.png) 0 -40px;
}
#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background: url(/fr_fr/images/fancybox-y_tcm2143-107971.png) -20px 0;
}
#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url(/fr_fr/images/fancybox-y_tcm2143-107971.png);
}
#fancybox-bg-ne {
  background-image: url(/fr_fr/images/fancybox-bg-ne_tcm2143-107965.png);
  background-position: 0 10px;
  background-repeat: no-repeat;
  right: -20px;
  top: -20px;
}
#fancybox-bg-se {
  background-image: url(/fr_fr/images/fancybox-bg-se_tcm2143-107967.png);
  background-position: 0 10px;
  background-repeat: no-repeat;
  bottom: -10px;
  right: -20px;
}
#fancybox-bg-sw {
  background-image: url(/fr_fr/images/fancybox-bg-sw_tcm2143-107968.png);
  background-position: 0 10px;
  background-repeat: no-repeat;
  bottom: -10px;
  left: -9px;
}
#fancybox-bg-nw {
  background-image: url(/fr_fr/images/fancybox-bg-nw_tcm2143-107966.png);
  background-position: 0 10px;
  background-repeat: no-repeat;
  bottom: -10px;
  left: -9px;
}
#fancybox-left-ico {
  background-image: url(/fr_fr/images/fancy_nav_left_tcm2143-107963.png);
  background-position: 0 0;
}
#fancybox-right-ico {
  background-image: url(/fr_fr/images/fancy_nav_right_tcm2143-107964.png);
  background-position: 0 0;
}
#fancybox-title {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  margin-top: 15px !important;
  margin-right: 15px !important;
  width: auto !important;
}
#fancybox-title #close-button-wrapper {
  float: right;
  width: 100px;
  font-size: 0.9em;
  cursor: pointer;
}
#fancybox-title #close-button-wrapper a {
  background: url(/fr_fr/images/fancybox-close_tcm2143-107969.png) no-repeat scroll right 0 transparent;
  color: #777777;
  float: right;
  font-size: 1em;
  height: 22px;
  line-height: 2.3em;
  outline: 0 none;
  padding-right: 30px;
  text-decoration: none;
}
.lightbox h2 {
  font-family: 'HelveticaNeueW01-75Bold', 'HelveticaNeueW02-75Bold', 'HelveticaNeueW15-75Bold', 'HelveticaNeueW10-75Bold', Arial, sans-serif;
  font-weight: normal;
  color: #004c8e;
  border-bottom: 1px solid #D5D5D5;
  font-size: 1.16em;
  padding-bottom: 10px;
}
/* ==========================================================================
   Location and Directions Wrapper
   ========================================================================== */
.dealer-tabbed-content .location-and-directions-wrapper {
  padding: 0;
}
.location-and-directions-wrapper {
  margin-top: 25px;
}
.location-and-directions-wrapper .directions-wrapper {
  float: left;
  width: 460px;
}
.location-and-directions-wrapper .address-form-wrapper {
  width: 460px;
}
.location-and-directions-wrapper .address-form-wrapper p.dealer-address {
  font-size: 1.15em;
  font-weight: bold;
  padding: 7px 15px 0;
  margin-bottom: 10px;
}
.location-and-directions-wrapper .address-form-wrapper .info {
  padding: 0 15px;
}
.location-and-directions-wrapper .address-form-wrapper .info span {
  float: left;
  display: block;
}
.location-and-directions-wrapper .address-form-wrapper .info span span {
  float: none;
  display: inline;
}
.location-and-directions-wrapper .address-form-wrapper .distance-from-original-search {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat scroll -700px -348px transparent;
  padding-left: 25px;
  width: 150px;
  margin-right: 10px;
  color: #525252;
  font-size: 1em;
}
.location-and-directions-wrapper .address-form-wrapper .send-to-mobile {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat scroll -700px -449px transparent;
  padding-left: 25px;
  text-decoration: underline;
}
.location-and-directions-wrapper .address-form-wrapper form {
  padding-left: 10px;
  padding-top: 20px;
  padding-bottom: 10px;
}
.location-and-directions-wrapper .address-form-wrapper form input.fancy-input {
  margin-right: 0;
  margin-bottom: 5px;
}
.location-and-directions-wrapper .driving-directions-wrapper {
  display: none;
}
.location-and-directions-wrapper ol#driving-instructions {
  margin: 0;
  padding: 30px 0 0 15px;
}
.location-and-directions-wrapper ol#driving-instructions li {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #c7c7c7;
  padding-left: 30px;
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 25px;
}
.location-and-directions-wrapper ol#driving-instructions li span.step {
  float: left;
  font-weight: bold;
  margin-right: 5px;
  text-align: right;
  width: 20px;
}
.location-and-directions-wrapper ol#driving-instructions li span.instructions {
  float: left;
  width: 315px;
}
.location-and-directions-wrapper ol#driving-instructions li span.distance {
  bottom: 0;
  float: right;
  position: absolute;
  right: 0;
  color: #aaaaaa;
  font-size: 0.93em;
}
.location-and-directions-wrapper .driving-directions-wrapper .dealer-address {
  font-size: 1.15em;
  font-weight: bold;
  padding: 10px 15px;
  margin-bottom: 0;
}
.location-and-directions-wrapper .driving-directions-wrapper .mark {
  margin-left: 20px;
}
.location-and-directions-wrapper .driving-directions-wrapper .mark.origin {
  padding-left: 25px;
  background: url(/fr_fr/images/marker-start_tcm2143-110569.png) no-repeat left center;
}
.location-and-directions-wrapper .driving-directions-wrapper .mark.destination {
  padding-left: 25px;
  background: url(/fr_fr/images/marker-end_tcm2143-110567.png) no-repeat left center;
}
.location-and-directions-wrapper .driving-directions-wrapper .mark img {
  float: left;
}
.location-and-directions-wrapper .driving-directions-wrapper .mark p {
  float: left;
  margin-left: 10px;
  width: 370px;
}
.location-and-directions-wrapper .map-wrapper {
  float: right;
  width: 460px;
}
.location-and-directions-wrapper .map-wrapper #map {
  border: 2px solid #c7c7c7;
  height: 500px;
  margin-right: 20px;
  width: 455px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
}
.box-top-b6 {
  background: url(/fr_fr/images/boxes-sprite_tcm2143-107957.png) no-repeat scroll -10px -551px transparent;
  height: 9px;
}
.box-middle-b6 {
  background-color: #f7f7f7;
  border-left: 2px solid #c7c7c7;
  border-right: 2px solid #c7c7c7;
  margin-top: -15px;
}
.ie7 .box-middle-b6 {
  margin-top: -19px;
}
.box-bottom-b6 {
  background: url(/fr_fr/images/boxes-sprite_tcm2143-107957.png) no-repeat scroll -10px -605px transparent;
  height: 9px;
}
/* ==========================================================================
   Send to Mobile Lightbox
   ========================================================================== */
.send-to-mobile-qr {
  width: 350px;
}
.send-to-mobile-qr .qr-code-wrapper {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 15px;
}
.send-to-mobile-qr .qr-code-wrapper img {
  display: block;
  margin: 0 auto;
}
.send-to-mobile-qr a {
  font-weight: bold;
  color: #333333;
  white-space: nowrap;
}
/* ==========================================================================
   Alert Lightbox
   ========================================================================== */
.lightbox.alert {
  width: 400px;
}
.lightbox.alert p {
  color: #525252;
}
.lightbox.alert .action-wrapper {
  float: right;
}
/* ==========================================================================
   Explanation Lightbox
   ========================================================================== */
.lightbox.explanation {
  color: #525252;
  width: 660px;
}
.lightbox.explanation .action-wrapper {
  background: url(/fr_fr/images/goodyear-browse-tires-sprite_tcm2143-110062.png) no-repeat 0 -37px;
  color: #004c8e;
  font-weight: bold;
  padding-left: 10px;
}
.lightbox.explanation .content-column {
  border-left: 1px solid #D5D5D5;
  float: left;
  margin-left: 13px;
  padding-left: 13px;
  width: 202px;
}
.lightbox.explanation .first-column {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}
.lightbox.explanation .content-row {
  border-top: 1px solid #D5D5D5;
  margin-top: 20px;
  padding-top: 20px;
}
.lightbox.explanation .first-row {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.lightbox.explanation .content-row .car-type {
  float: left;
  width: 140px;
}
.lightbox.explanation .content-row .car-type h3 {
  margin-bottom: 20px;
  margin-top: 0;
}
.lightbox.explanation .content-row .car-type-detail {
  margin-left: 160px;
}
.lightbox.explanation .content-row .car-type-detail h4 {
  margin-top: 0;
}
.lightbox.explanation .eu-rating-tag {
  clear: both;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.lightbox.explanation .content-set {
  margin-left: 160px;
  margin-bottom: 20px;
}
.lightbox.explanation .content-image {
  float: left;
  margin-right: 10px;
}
.lightbox.explanation .content-subset {
  margin-left: 35px;
}
.lightbox.explanation .content-set h4 {
  margin-bottom: 5px;
  margin-top: 0;
}
.lightbox.explanation .content-set p {
  margin-bottom: 0;
  margin-top: 0;
}
.lightbox.empirical {
  color: #525252;
  width: 940px;
}
.lightbox.empirical .tyre-load-index {
  float: right;
}
.lightbox.empirical .content-table-container {
  margin-bottom: 30px;
}
.lightbox.empirical .content-table-container h2 {
  background: url(/fr_fr/images/goodyear-browse-tires-sprite_tcm2143-110062.png) no-repeat 0 -184px;
  border-bottom: 0;
  border-top: 1px solid #bdbdbd;
  color: #004C8E;
  margin-top: 0;
  padding-left: 40px;
  padding-top: 20px;
}
.lightbox.empirical .content-table-container h2.collapsed {
  background: url(/fr_fr/images/goodyear-browse-tires-sprite_tcm2143-110062.png) no-repeat 0 -248px;
}
.lightbox.empirical table.content-table {
  border: 1px solid #bdbdbd;
}
.lightbox.empirical table.load-index-speed-rating-table {
  display: none;
}
.lightbox.empirical table.content-table thead th {
  background-color: #f7f7f7;
  border-bottom: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
  color: #004c8e;
  padding: 12px 0;
  text-align: center;
  vertical-align: top;
  width: 93px;
}
.lightbox.empirical table.content-table tbody td {
  border-bottom: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
  padding: 12px 0;
  text-align: center;
}
.lightbox.empirical table.content-table tbody tr:last-of-type td {
  border-bottom: none;
}
.lightbox.empirical table.content-table th:last-of-type,
.lightbox.empirical table.content-table td:last-of-type {
  border-right: none;
}
.lightbox.empirical table.content-table .table-index {
  font-weight: bold;
  width: auto;
  white-space: nowrap;
}
.lightbox.empirical table.content-table.natural-width .title {
  font-weight: bold;
  padding: 12px 4px;
  text-align: left;
  white-space: nowrap;
}
.lightbox.explanation h3 {
  color: #333333;
}
.lightbox.explanation h4.blue-title {
  color: #004C8E;
  clear: both;
}
.lightbox.explanation ul {
  padding-left: 17px;
}
.lightbox.explanation li .lightbox.explanation p {
  color: #525252;
  font-size: 0.923em;
  line-height: 1.231em;
}
/* ==========================================================================
   Dealer Locator Get a Quote
   ========================================================================== */
.dealer-detail .read-more {
  display: none;
}
.dealer-detail.get-a-quote .dealer-detail-summary h1 {
  font-family: 'HelveticaNeueW01-75Bold', 'HelveticaNeueW02-75Bold', 'HelveticaNeueW15-75Bold', 'HelveticaNeueW10-75Bold', Arial, sans-serif;
  font-size: 1.385em;
  color: #333;
  font-weight: normal;
  margin: 0;
  padding-bottom: 15px;
  padding-top: 0;
}
.dealer-detail.get-a-quote .dealer-detail-summary h2 {
  font-size: 1.154em;
  margin-bottom: 5px;
  margin-top: 17px;
}
.dealer-detail.get-a-quote .dealer-detail-summary h3 {
  margin-top: 3px;
  font-weight: normal;
}
.dealer-detail.get-a-quote .dealer-detail-summary h3.dealer-name {
  font-weight: bold;
}
.dealer-detail.get-a-quote .section-tab-content-detail-wrapper .detail-column:nth-of-type(1) {
  padding-bottom: 20px;
}
.dealer-detail.get-a-quote .dealers-detail-wrapper .dealer-full-detail-wrapper .top {
  background-position: 0 -950px;
  height: 20px;
}
.dealer-detail.get-a-quote .dealer-detail-summary p.address,
.dealer-detail.get-a-quote .dealer-detail-summary p.telephone {
  font-size: 1.15em;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}
.dealer-detail.get-a-quote .dealer-detail-summary p.address {
  margin-top: 15px;
}
.dealer-detail.get-a-quote .dealer-detail-summary p.telephone {
  margin-top: 0;
}
.dealer-detail.get-a-quote .dealer-detail-summary .quote-options {
  padding-left: 25px;
  padding-top: 10px;
}
.dealer-detail.get-a-quote .dealer-detail-summary .quote-options .number-of-tires-wrapper {
  margin-bottom: 20px;
}
.dealer-detail.get-a-quote .dealer-detail-summary .quote-options .number-of-tires-wrapper label {
  color: #333;
}
.dealer-detail.get-a-quote .dealer-detail-summary .quote-options .number-of-tires-wrapper select {
  width: 50px;
  background-color: white;
  border: none;
  margin-right: 10px;
  margin-left: 10px;
}
.dealer-detail.get-a-quote .dealer-detail-summary .quote-options label {
  color: #333;
  font-size: 0.93em;
}
.dealer-detail.get-a-quote .dealer-detail-summary .quote-options p {
  font-weight: bold;
}
.dealer-detail.get-a-quote .dealer-detail-summary .quote-options p a {
  font-weight: normal;
  text-decoration: underline;
}
.dealer-detail.get-a-quote .dealer-full-detail-wrapper .content {
  margin-bottom: -5px;
  padding-bottom: 0;
}
.dealer-detail.get-a-quote .content.tire-quote {
  background-color: #fff;
  border: none;
  margin-top: 10px;
  padding-right: 0;
}
.dealer-detail.get-a-quote .dealer-detail-tires.tire-quote .product-image {
  margin-left: 5px;
}
.dealer-detail.get-a-quote .dealer-detail-tires.tire-quote .tire-detail {
  margin-left: 140px;
  padding-right: 20px;
  padding-top: 0;
}
.dealer-detail.get-a-quote .dealer-detail-tires.tire-quote .tire-detail .tire-size {
  margin-top: 5px;
}
.dealer-detail.get-a-quote .dealer-detail-tires.tire-quote .tire-detail .sap-code {
  font-size: 0.92em;
  margin-top: 5px;
  margin-bottom: 5px;
}
.dealer-detail.get-a-quote .dealer-detail-tires.tire-quote .tire-detail .description {
  font-size: 0.92em;
  margin-top: 5px;
}
.dealer-detail.get-a-quote .dealer-detail-tires.tire-quote .eu-tire-ratings h2 {
  margin-top: 0;
}
.dealer-detail.get-a-quote .dealer-detail-tires.tire-quote .detail-column:nth-of-type(1) {
  margin-bottom: 0;
  padding-bottom: 6px;
}
.dealer-detail.get-a-quote .dealer-detail-tires.tire-quote .detail-column:nth-of-type(2) {
  padding-left: 20px;
  width: 435px;
  margin-bottom: 0;
}
.dealer-detail.get-a-quote .dealer-detail-tires.tire-quote .performance {
  margin-top: 0 !important;
  padding-top: 20px;
  padding-bottom: 0 !important;
  padding-left: 13px !important;
}
.run-on-flat-wrapper {
  width: 920px;
  margin-top: -10px;
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
}
.dealer-detail.get-a-quote .run-on-flat-wrapper .top {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat scroll 0 -1000px transparent !important;
  height: 8px !important;
  border-color: #d5d5d5;
}
.dealer-detail.get-a-quote .run-on-flat-wrapper .content {
  background: none;
  padding: 10px;
}
.dealer-detail.get-a-quote .run-on-flat-wrapper .content img {
  float: left;
}
.dealer-detail.get-a-quote .run-on-flat-wrapper .content p {
  color: #333333;
  float: left;
  margin-left: 45px;
  margin-top: 0;
  width: 750px;
  font-size: 0.93em;
}
.dealer-detail.get-a-quote .run-on-flat-wrapper .content .choice {
  clear: both;
  font-size: 0.93em;
  margin-left: 128px;
}
.dealer-detail.get-a-quote .run-on-flat-wrapper .bottom {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat scroll 0 -1050px transparent !important;
  margin-top: 4px;
}
.get-a-quote .get-quotes-other-tires {
  margin-top: 15px;
}
.get-a-quote .get-quotes-other-tires .show-hide-controls {
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: 13px;
}
.get-a-quote .get-quotes-other-tires .show-hide-controls a {
  color: #333;
  font-weight: bold;
  font-size: 1.16em;
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat scroll -700px -618px transparent;
  padding-left: 25px;
  display: block;
  outline: 0;
  text-decoration: none;
}
.get-a-quote .get-quotes-other-tires .show-hide-controls.collapsed a {
  background-position: -700px -651px;
}
.get-a-quote .get-quotes-other-tires .show-hide-controls a:hover {
  text-decoration: none;
}
.get-a-quote .get-quotes-other-tires .tire-selection {
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: 20px;
}
.get-a-quote .get-quotes-other-tires .tire-selection.not-selected .tire-quote {
  opacity: 0.4;
  filter: Alpha(Opacity = 40);
}
.get-a-quote .get-quotes-other-tires .tire-selection.not-selected .run-on-flat-wrapper {
  opacity: 0.4;
  filter: Alpha(Opacity = 40);
}
.tire-selection ul.price-technologies {
  padding: 0;
  margin: 0 0 15px 0;
  list-style: none;
  border-left: 1px solid #c7c7c7;
}
.tire-selection ul.price-technologies li {
  float: left;
  border-right: 1px solid #c7c7c7;
  padding: 10px;
  text-indent: -99999px;
  display: block;
  width: 15px;
  border: 1px solid #c7c7c7;
  border-left: none;
}
.tire-selection ul.price-technologies li.price {
  width: 67px;
}
.tire-selection ul.price-technologies .cost-rating {
  margin-right: 0;
}
.tire-selection ul.price-technologies li.all-seasons,
.tire-selection ul.price-technologies li.summer,
.tire-selection ul.price-technologies li.winter,
.tire-selection ul.price-technologies li.studded,
.tire-selection ul.price-technologies li.studdable,
.tire-selection ul.price-technologies li.on-road,
.tire-selection ul.price-technologies li.on-off-road,
.tire-selection ul.price-technologies li.off-road,
.tire-selection ul.price-technologies li.mud-and-snow {
  background: url(/fr_fr/images/header-sprite_tcm2143-108022.png) no-repeat 0 0;
}
.tire-selection ul.price-technologies li.all-seasons {
  background-position: -1px 1px;
}
.tire-selection ul.price-technologies li.summer {
  background-position: 0 -34px;
}
.tire-selection ul.price-technologies li.winter {
  background-position: 0 -69px;
}
.tire-selection ul.price-technologies li.studded {
  background-position: 0 -140px;
}
.tire-selection ul.price-technologies li.studdable {
  background-position: 0 -174px;
}
.tire-selection ul.price-technologies li.on-road {
  background-position: 0 -210px;
}
.tire-selection ul.price-technologies li.on-off-road {
  background-position: 0 -246px;
}
.tire-selection ul.price-technologies li.off-road {
  background-position: 0 -282px;
}
.tire-selection ul.price-technologies li.mud-and-snow {
  background-position: 0 -108px;
  width: 50px;
}
.tire-selection .technologies p {
  font-size: 0.85em;
  color: #525252;
}
.get-a-quote .tire-selection .technologies p {
  display: none;
}
.get-a-quote.quote .tire-selection .technologies p {
  display: block;
}
.get-a-quote.quote .tire-selection .technologies p span {
  display: none;
}
.get-a-quote input.get-quote-for-tire {
  display: none;
}
.get-a-quote .get-quotes-other-tires .tire-selection .add-remove-from-quote {
  float: right;
}
.get-a-quote .get-quotes-other-tires .tire-selection .add-remove-from-quote a {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat -650px -220px;
  font-family: 'HelveticaNeueW01-75Bold', 'HelveticaNeueW02-75Bold', 'HelveticaNeueW15-75Bold', 'HelveticaNeueW10-75Bold', Arial, sans-serif;
  font-size: 1.154em;
  font-weight: normal;
  padding-left: 12px;
  text-decoration: underline;
  outline: 0;
}
.get-a-quote .get-quotes-other-tires .call-to-action {
  margin-top: 20px;
}
.get-a-quote .dealers-detail-wrapper.dealer-location-and-directions h2 {
  margin-top: -3px;
  margin-bottom: 5px;
  color: #333333;
  font-size: 1.38em;
}
.get-a-quote .dealers-detail-wrapper.dealer-location-and-directions h3 {
  padding: 10px 15px 0;
  margin-bottom: 0;
  font-size: 1.38em;
  margin-top: 13px;
}
.get-a-quote .dealers-detail-wrapper.dealer-location-and-directions p.telephone {
  padding: 0 15px;
  font-size: 1.385em;
  margin-bottom: 0;
  margin-top: 7px;
  color: #333333;
  font-weight: bold;
}
.get-a-quote .dealers-detail-wrapper.dealer-location-and-directions p.make-appointment {
  padding: 0 15px;
  font-size: 1.154em;
  margin-top: 0;
}
.get-a-quote .dealers-detail-wrapper.dealer-location-and-directions .dealer-contact-detail {
  padding: 0 15px;
}
.get-a-quote .dealers-detail-wrapper.dealer-location-and-directions .dealer-contact-detail li {
  padding-bottom: 0;
}
.get-a-quote .dealers-detail-wrapper.dealer-location-and-directions .location-and-directions-wrapper {
  margin-top: 13px;
}
.get-a-quote .dealers-detail-wrapper.dealer-location-and-directions .dealer-detail-badges {
  padding: 0 15px 0;
}
.quote-breakdown-wrapper {
  font-family: 'HelveticaNeueW01-75Bold', 'HelveticaNeueW02-75Bold', 'HelveticaNeueW15-75Bold', 'HelveticaNeueW10-75Bold', Arial, sans-serif;
  font-weight: normal;
  margin-top: -15px;
}
.quote-breakdown-wrapper .top {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat scroll 0 -21px transparent !important;
  height: 23px !important;
  padding: 0 !important;
}
.quote-breakdown-wrapper .content {
  padding: 10px 20px !important;
}
.quote-breakdown-wrapper .tires,
.quote-breakdown-wrapper .fitting,
.quote-breakdown-wrapper .taxes {
  float: left;
  font-size: 1.23em;
  margin-top: 8px;
}
.quote-breakdown-wrapper .total {
  float: right;
  font-size: 2.15em;
  color: #004c8e;
}
.quote-breakdown-wrapper .fitting,
.quote-breakdown-wrapper .taxes {
  font-family: 'HelveticaNeueW01-55Roma', 'HelveticaNeueW02-55Roma', 'HelveticaNeueW15-55Roma', 'HelveticaNeueW10-55Roma', Arial, sans-serif;
  font-weight: normal;
}
.quote-breakdown-wrapper .fitting,
.quote-breakdown-wrapper .taxes {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat scroll -700px -550px transparent !important;
  margin-left: 20px;
  padding-left: 35px;
}
.get-a-quote p.disclaimer {
  margin-top: 20px;
  margin-bottom: -5px;
  font-size: 0.93em;
}
button.plain-link {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat -650px -218px;
  font-family: 'HelveticaNeueW01-75Bold', 'HelveticaNeueW02-75Bold', 'HelveticaNeueW15-75Bold', 'HelveticaNeueW10-75Bold', Arial, sans-serif;
  font-size: 1.154em;
  font-weight: normal;
  padding-left: 12px;
  text-decoration: underline;
  border: none;
  color: #004c8e;
}
button.plain-link[disabled="disabled"],
button.plain-link.disabled,
button.plain-link-disabled {
  text-decoration: none;
  color: #999;
}
.send-to-mail-wrapper .call-to-action {
  float: left;
  width: 215px;
  border-right: 1px solid #c7c7c7;
}
.send-to-mail-wrapper .call-to-action a {
  float: left;
}
.send-to-mail-wrapper .email-this-form-wrapper {
  float: left;
  width: 680px;
  margin-left: 35px;
}
.send-to-mail-wrapper .email-this-form-wrapper h2 {
  font-size: 1.16em;
  margin-right: 20px;
  display: inline;
}
.send-to-mail-wrapper .terms-and-conditions-wrapper {
  float: right;
  margin-top: 15px;
  font-size: 0.93em;
  color: #525252;
}
.send-to-mail-wrapper .terms-and-conditions-wrapper label a {
  text-decoration: underline;
}
/* ==========================================================================
   Browse tires
   ========================================================================== */
#container.browse-tires {
  background-position: 0 -186px;
}
.filter-wrapper.box,
.tire-group-wrapper.box {
  margin-bottom: 10px;
}
.filter-wrapper.box .top,
.tire-group-wrapper.box .top,
.tire-buying-performance-wrapper.box .top {
  background: url(/fr_fr/images/goodyear-browse-tires-sprite_tcm2143-110062.png) no-repeat scroll 0 0 transparent;
}
.filter-wrapper.box .bottom {
  background: url(/fr_fr/images/goodyear-browse-tires-sprite_tcm2143-110062.png) no-repeat 0 -10px;
}
.tire-group-wrapper.box .bottom,
.tire-buying-performance-wrapper.box .bottom {
  background: url(/fr_fr/images/goodyear-browse-tires-sprite_tcm2143-110062.png) no-repeat 0 -20px;
}
.tire-group-wrapper.box .tire-group,
.filter-wrapper.box .content-top,
.tire-buying-performance-wrapper.box .content {
  background-color: #fff;
  border-left: 2px solid #e5e5e5;
  border-right: 2px solid #e5e5e5;
  padding: 0;
}
.filter-wrapper.box .content-bottom {
  background-color: #fafafa;
  border-left: 2px solid #e5e5e5;
  border-right: 2px solid #e5e5e5;
  padding: 20px 0 10px;
  min-height: 81px;
}
.filter-wrapper.box .content-top {
  min-height: 75px;
  border-bottom: 1px solid #e5e5e5;
}
.filter-wrapper .vehicle-filter {
  float: left;
  width: 600px;
  padding: 13px 0 0 0;
}
.filter-wrapper .vehicle-filter ul {
  list-style: none;
  float: left;
  padding: 0;
  margin: 0 0 0 18px;
}
.filter-wrapper .vehicle-filter ul li {
  float: left;
  margin-right: 20px;
  background: url(/fr_fr/images/goodyear-browse-tires-sprite_tcm2143-110062.png) no-repeat 0 -130px;
  min-height: 40px;
}
.filter-wrapper .vehicle-filter ul li:hover {
  background: url(/fr_fr/images/goodyear-browse-tires-sprite_tcm2143-110062.png) no-repeat -840px -130px;
}
.filter-wrapper .vehicle-filter ul li a:hover,
.filter-wrapper .vehicle-filter ul li a:active,
.filter-wrapper .vehicle-filter ul li a:visited,
.filter-wrapper .vehicle-filter ul li a:focus {
  cursor: pointer !important;
  text-decoration: none;
}
.ie7 .filter-wrapper .vehicle-filter ul li a:hover {
  cursor: pointer !important;
  text-decoration: none;
}
.filter-wrapper .vehicle-filter ul li.selected {
  background: url(/fr_fr/images/goodyear-browse-tires-sprite_tcm2143-110062.png) no-repeat 0 -60px;
  min-height: 48px;
}
.filter-wrapper .vehicle-filter ul li.selected a {
  text-decoration: none;
}
.filter-wrapper .vehicle-filter ul li span {
  display: block;
  width: 140px;
  padding: 12px 0 12px;
  text-align: center;
  font-weight: bold;
  color: #00427c;
}
.filter-wrapper .vehicle-filter ul li span {
  color: #595959;
}
.filter-wrapper .tire-for-your-car {
  float: right;
  width: 350px;
  margin: 0 17px 0 0;
  padding: 15px 0 0 0;
}
.filter-wrapper .tire-for-your-car h2 {
  padding: 0 0 6px 0;
  margin: 0;
  text-align: right;
  font-size: 1.15em;
}
.filter-wrapper .tire-for-your-car h2 a {
  padding: 1px 10px;
  background: url(/fr_fr/images/goodyear-browse-tires-sprite_tcm2143-110062.png) no-repeat 0 -34px;
  color: #004c8e;
  font-weight: bold;
  text-decoration: none;
}

.filter-wrapper .tire-for-your-car h2 a:hover {
  text-decoration: underline;
}
.filter-wrapper .tire-for-your-car p {
  padding: 0;
  margin: 0;
  text-align: right;
  color: #525252;
}
.filter-wrapper .tire-for-your-car p a {
  text-decoration: underline;
}
.filter-wrapper .type-filter .heading {
  float: left;
}
.filter-wrapper .type-filter .heading h2 {
  font-size: 1.1em;
  color: #004c8e;
  padding: 0 10px 0 18px;
  margin: 0;
}
.filter-wrapper .type-filter .showing {
  float: left;
}
.filter-wrapper .type-filter .showing p {
  margin: 0;
  padding: 1px 0 0;
  color: #525252;
}
.filter-wrapper .type-filter .showing p strong {
  color: #333333;
}
.filter-wrapper .type-filter .filter-buttons {
  float: left;
  margin: 18px 0 0 18px;
  width: 940px;
}
.filter-wrapper .type-filter .filter-buttons ul {
  list-style: none;
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
}
.filter-wrapper .type-filter .filter-buttons ul li {
  float: left;
}
.filter-wrapper .type-filter .filter-buttons ul li a {
  display: block;
}
.filter-wrapper .type-filter .filter-buttons ul.single li {
  text-align: center;
  background: url(/fr_fr/images/goodyear-browse-tires-sprite_tcm2143-110062.png) no-repeat 0 -130px;
  height: 48px;
}
.filter-wrapper .type-filter .filter-buttons ul.single li.selected {
  background: url(/fr_fr/images/goodyear-browse-tires-sprite_tcm2143-110062.png) no-repeat 0 -60px;
}
.filter-wrapper .type-filter .filter-buttons ul.single li:hover {
  background: url(/fr_fr/images/goodyear-browse-tires-sprite_tcm2143-110062.png) no-repeat -840px -130px;
}
.filter-wrapper .type-filter .filter-buttons ul.single li a,
.filter-wrapper .type-filter .filter-buttons ul.single li a:hover {
  font-weight: bold;
  padding: 12px 0;
  text-decoration: none;
  width: 140px;
}
.filter-wrapper .type-filter .filter-buttons ul li.road-legal-racing {
  display: none;
}
.filter-wrapper .type-filter .filter-buttons ul.multi li {
  background: url(/fr_fr/images/goodyear-browse-tires-sprite_tcm2143-110062.png) no-repeat -540px -60px;
  min-height: 40px;
  text-align: center;
}
.filter-wrapper .type-filter .filter-buttons ul.multi li.selected {
  background: url(/fr_fr/images/goodyear-browse-tires-sprite_tcm2143-110062.png) no-repeat -625px -330px;
}
.filter-wrapper .type-filter .filter-buttons ul.multi li:hover {
  background: url(/fr_fr/images/goodyear-browse-tires-sprite_tcm2143-110062.png) no-repeat -540px -250px;
}
.filter-wrapper .type-filter .filter-buttons ul.multi li a,
.filter-wrapper .type-filter .filter-buttons ul.multi li a:hover {
  padding: 12px 21px 12px 22px;
  display: block;
  text-decoration: none;
  font-weight: bold;
  background: url(/fr_fr/images/goodyear-browse-tires-sprite_tcm2143-110062.png) no-repeat -519px -120px;
  outline: 0;
}
.filter-wrapper .type-filter .filter-buttons ul.multi li.first {
  background: url(/fr_fr/images/goodyear-browse-tires-sprite_tcm2143-110062.png) no-repeat -519px -60px;
}
.filter-wrapper .type-filter .filter-buttons ul.multi li.first.selected {
  background: url(/fr_fr/images/goodyear-browse-tires-sprite_tcm2143-110062.png) no-repeat -519px -330px;
}
.filter-wrapper .type-filter .filter-buttons ul.multi li.first:hover {
  background: url(/fr_fr/images/goodyear-browse-tires-sprite_tcm2143-110062.png) no-repeat -519px -250px;
}
.filter-wrapper .type-filter .filter-buttons ul.multi li.first a {
  background: none;
  padding: 12px 21px 12px 22px;
}
.filter-wrapper .type-filter .filter-buttons ul.multi li.last a {
  padding-top: 12px;
  padding-bottom: 12px;
}
.filter-wrapper .type-filter .filter-buttons ul.multi li.last {
  background: url(/fr_fr/images/goodyear-browse-tires-sprite_tcm2143-110062.png) no-repeat 100% -60px;
}
.filter-wrapper .type-filter .filter-buttons ul.multi li.last.selected {
  background: url(/fr_fr/images/goodyear-browse-tires-sprite_tcm2143-110062.png) no-repeat 100% -330px;
}
.filter-wrapper .type-filter .filter-buttons ul.multi li.last:hover {
  background: url(/fr_fr/images/goodyear-browse-tires-sprite_tcm2143-110062.png) no-repeat 100% -250px;
}
.filter-wrapper .type-filter .filter-buttons ul.multi li.first.selected a span {
  padding-bottom: 30px;
  background: url(/fr_fr/images/goodyear-browse-tires-filter-arrow_tcm2143-120436.png) no-repeat center 26px;
  display: block;
}
.filter-wrapper .type-filter .filter-buttons ul.multi li.last.selected a span {
  padding-bottom: 30px;
  background: url(/fr_fr/images/goodyear-browse-tires-filter-arrow_tcm2143-120436.png) no-repeat center 26px;
  display: block;
}
.filter-wrapper .type-filter .filter-buttons ul.multi li.selected a span {
  padding-bottom: 30px;
  background: url(/fr_fr/images/goodyear-browse-tires-filter-arrow_tcm2143-120436.png) no-repeat center 26px;
  display: block;
}
.filter-wrapper .type-filter .filter-buttons ul.lightbox-trigger {
  margin: 13px 0 0 19px;
}
.ie7 .filter-wrapper .type-filter .filter-buttons ul.lightbox-trigger {
  margin: 13px 0 0 10px;
}
.ie8 .filter-wrapper .type-filter .filter-buttons ul.lightbox-trigger {
  margin: 13px 0 0 10px;
}
.tire-group .heading {
  padding: 12px 15px 0;
}
.tire-group .heading h2 {
  margin: 0;
  font-family: 'Helvetica W01 Bold', Arial, sans-serif;
  font-weight: bold;
  color: #004c8e;
  line-height: 1em;
  font-size: 1.2em;
}
.tire-group .heading p {
  margin: 0;
  padding: 8px 0 0 0;
  color: #333;
}
.tire-group .tire-row {
  width: 948px;
  margin: 0 15px 11px;
  float: left;
  min-height: 155px;
}
.tire-group .tire-row.first {
  margin-top: 33px;
}
.tire-group .tire-row.last {
  margin-bottom: 0;
}
.tire-group .tire-row .tire-item {
  float: left;
  width: 321px;
}
.tire-group .tire-row .tire-item.first {
  width: 301px;
}
.tire-group .tire-row .tire-item .image {
  float: left;
  width: 123px;
  border-left: 1px solid #d5d5d5;
  min-height: 114px;
}
.tire-group .tire-row .tire-item.first .image {
  width: 104px;
  border-left: none;
}
.tire-group .tire-row .tire-item .image img {
  padding: 0 0 0 20px;
}
.tire-group .tire-row .tire-item.first .image img {
  padding: 0;
}
.tire-group .tire-row .tire-item .info {
  width: 190px;
  float: left;
}
.tire-group .tire-row .tire-item .info h3 {
  padding: 10px 0 15px;
  margin: 0;
  font-size: 1.3em;
}
.tire-group .tire-row .tire-item .info h3 a {
  color: #333;
}
.tire-group .tire-row .tire-item .info p {
  clear: both;
  padding: 0 0 13px 0;
  margin: 0;
  color: #525252;
  font-size: 0.9em;
  line-height: 1.2em;
}
.tire-group .tire-row .tire-item .info div.learn-more a {
  display: block;
  padding: 1px 10px;
  background: url(/fr_fr/images/goodyear-browse-tires-sprite_tcm2143-110062.png) no-repeat 0 -36px;
  color: #004c8e;
  font-weight: bold;
}

.filter-buttons ul.lightbox-trigger li a.lightbox {
  padding: 1px 10px;
  background: url(/fr_fr/images/goodyear-browse-tires-sprite_tcm2143-110062.png) no-repeat 0 -35px;
  color: #004c8e;
  font-weight: bold;
}

.tire-buying-performance-wrapper .eu-tire-ratings a.lightbox {
  padding: 1px 10px;
  background: url(/fr_fr/images/goodyear-browse-tires-sprite_tcm2143-110062.png) no-repeat 0 -36px;
  color: #004c8e;
  font-weight: bold;
  text-decoration: none;
}

.tire-buying-performance-wrapper .eu-tire-ratings a.lightbox:hover {
  text-decoration: underline;
}

.tire-group .tire-row .tire-item .info .rof {
  font-size: 0.85em;
  padding-top: 12px;
  padding-bottom: 15px;
}
.tire-group .tire-row .tire-item .info ul {
  float: left;
  list-style-type: none;
  padding-left: 0;
  margin: 0 0 15px -5px;
}
.tire-group .tire-row .tire-item .info li {
  border-right: 1px solid #C7C7C7;
  float: left;
  height: 22px;
  width: 35px;
}
.tire-group .tire-row .tire-item .info ul li:last-of-type {
  border-right: none;
}
.tire-group .tire-row .tire-item .info ul li {
  text-indent: -9999em;
}
.tire-group .tire-row .tire-item .info li.new {
  color: #333;
  text-indent: 0;
  float: left;
  width: auto;
  margin-left: 4px;
}
.tire-group .tire-row .tire-item .info .new span {
  background-color: #FFE019;
  padding: 5px;
  margin-right: 10px;
  float: left;
  margin-top: -1px;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.tire-group .tire-row .tire-item .info .mud-and-snow {
  background: url(/fr_fr/images/goodyear-search-results-ratings-sprite_tcm2143-110159.png) no-repeat -392px -283px;
  width: 70px;
}
.tire-group .tire-row .tire-item .info .studded {
  background: url(/fr_fr/images/goodyear-search-results-ratings-sprite_tcm2143-110159.png) no-repeat -409px -226px;
}
.tire-group .tire-row .tire-item .info .studdable {
  background: url(/fr_fr/images/goodyear-search-results-ratings-sprite_tcm2143-110159.png) no-repeat -409px -169px;
}
.tire-group .tire-row .tire-item .info .on-road {
  background: url(/fr_fr/images/goodyear-search-results-ratings-sprite_tcm2143-110159.png) no-repeat -323px -281px;
}
.tire-group .tire-row .tire-item .info .on-off-road {
  background: url(/fr_fr/images/goodyear-search-results-ratings-sprite_tcm2143-110159.png) no-repeat -323px -224px;
}
.tire-group .tire-row .tire-item .info .off-road {
  background: url(/fr_fr/images/goodyear-search-results-ratings-sprite_tcm2143-110159.png) no-repeat -323px -167px;
}
.tire-buying-performance-wrapper .content {
  min-height: 28px;
}
.tire-buying-performance-wrapper .tire-buying-guide {
  float: left;
  width: 400px;
  margin: 4px 0 0 18px;
}
.tire-buying-performance-wrapper .eu-tire-ratings {
  float: right;
  width: 400px;
  margin: 4px 18px 0 0;
  text-align: right;
}
.tire-buying-performance-wrapper a {
  text-decoration: underline;
}
/* ==========================================================================
   Button component (used for radio type buttons)
   ========================================================================== */
ul.radio-filter-buttons li {
  background: url(/fr_fr/images/radio-button-sprite_tcm2143-110061.png) no-repeat -10px 0;
  text-align: center;
  height: 48px;
  min-height: 59px;
}
ul.radio-filter-buttons li.selected {
  background: url(/fr_fr/images/radio-button-sprite_tcm2143-110061.png) no-repeat -10px -140px;
}
ul.radio-filter-buttons li:hover {
  background: url(/fr_fr/images/radio-button-sprite_tcm2143-110061.png) no-repeat -10px -140px;
}
ul.radio-filter-buttons li a,
ul.radio-filter-buttons li a:hover {
  padding: 12px 21px;
  display: block;
  text-decoration: none;
  font-weight: bold;
  background: url(/fr_fr/images/radio-button-sprite_tcm2143-110061.png) no-repeat 0 -60px;
}
ul.radio-filter-buttons li.first {
  background: url(/fr_fr/images/radio-button-sprite_tcm2143-110061.png) no-repeat 0 0;
}
ul.radio-filter-buttons li.first.selected {
  background: url(/fr_fr/images/radio-button-sprite_tcm2143-110061.png) no-repeat 0px -140px;
}
ul.radio-filter-buttons li.first:hover {
  background: url(/fr_fr/images/radio-button-sprite_tcm2143-110061.png) no-repeat 0px -140px;
}
ul.radio-filter-buttons li.first a,
ul.radio-filter-buttons li.first a:hover {
  background: none;
  padding: 12px 21px 12px 22px;
  text-decoration: none;
}
ul.radio-filter-buttons li.last {
  background: url(/fr_fr/images/radio-button-sprite_tcm2143-110061.png) no-repeat 100% 0;
}
ul.radio-filter-buttons li.last.selected {
  background: url(/fr_fr/images/radio-button-sprite_tcm2143-110061.png) no-repeat 100% -140px;
}
ul.radio-filter-buttons li.last:hover {
  background: url(/fr_fr/images/radio-button-sprite_tcm2143-110061.png) no-repeat 100% -140px;
}
ul.radio-filter-buttons li.last a,
ul.radio-filter-buttons li.last a:hover {
  padding: 12px 22px 12px 21px;
  text-decoration: none;
}
/* ==========================================================================
   Search results
   ========================================================================== */
#container.tire-search-results .title {
  padding: 26px 20px 20px;
}
.tire-search-results .subhead {
  color: #FFF;
  line-height: 1em;
  padding: 10px 0 0 0;
}
.tire-search-results .current-tire-size {
  width: 940px;
  margin: 0 auto 28px;
  height: 100px;
}
.tire-search-results .current-tire-size ul {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
}
.tire-search-results .current-tire-size ul li {
  float: left;
  margin: 0;
  padding: 0;
  width: 140px;
  margin: 0 20px 0 0;
  height: 99px;
  position: relative;
  background: #f0f0f0;
}
.tire-search-results .current-tire-size ul li span,
.tire-search-results .current-tire-size ul li strong {
  display: block;
  color: #004c8e;
}
.tire-search-results .current-tire-size ul li span.top,
.tire-search-results .current-tire-size ul li span.bottom {
  background: url(/fr_fr/images/goodyear-search-results-sprite_tcm2143-110058.png) no-repeat 0 0;
  height: 6px;
}
.tire-search-results .current-tire-size ul li span.top {
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
}
.tire-search-results .current-tire-size ul li span.bottom {
  background-position: 0 -7px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 140px;
}
.tire-search-results .current-tire-size ul li span.label {
  background: #FFF;
  padding: 20px 10px 8px 19px;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 0.9em;
}
.tire-search-results .current-tire-size ul li strong {
  background: #f0f0f0;
  border-top: 1px solid #dfdfdf;
  padding: 11px 10px 0 22px;
  font-size: 2.2em;
  font-family: 'Helvetica W01 Bold', Arial, sans-serif;
  font-weight: bold;
  line-height: 0.9em;
}
.tire-search-results .current-tire-size .button {
  float: left;
  width: 140px;
  height: 99px;
  position: relative;
  background: #ffe01a;
}
.tire-search-results .current-tire-size .button a,
.tire-search-results .current-tire-size .button span {
  display: block;
}
.tire-search-results .current-tire-size .button .top,
.tire-search-results .current-tire-size .button .bottom {
  height: 6px;
  width: 140px;
  position: absolute;
}
.tire-search-results .current-tire-size .button .top {
  background: url(/fr_fr/images/goodyear-search-results-sprite_tcm2143-110058.png) no-repeat 0 -14px;
  top: 0;
}
.tire-search-results .current-tire-size .button .bottom {
  background: url(/fr_fr/images/goodyear-search-results-sprite_tcm2143-110058.png) no-repeat 0 -20px;
  bottom: 0;
}
.tire-search-results .current-tire-size .button a {
  background: url(/fr_fr/images/goodyear-search-results-sprite_tcm2143-110058.png) no-repeat -472px 20px;
  padding: 20px 10px 80px 33px;
  display: block;
  font-weight: bold;
  line-height: 1em;
}
.tire-search-results .search-results .filter-search-results .top {
  background: url(/fr_fr/images/goodyear-browse-tires-sprite_tcm2143-110062.png) no-repeat 0 0;
}
.tire-search-results .search-results .filter-search-results .bottom {
  background: url(/fr_fr/images/goodyear-browse-tires-sprite_tcm2143-110062.png) no-repeat 0 -20px;
}
.tire-search-results .search-results .filter-search-results .content-top {
  background-color: #fff;
  border-left: 2px solid #e5e5e5;
  border-right: 2px solid #e5e5e5;
  padding: 1px 0px 0px 0px;
  height: 73px;
}
.tire-search-results .search-results .filter-search-results .content-bottom {
  background-color: #fafafa;
  border-left: 2px solid #e5e5e5;
  border-right: 2px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding: 1px 0px 0px 0px;
  height: 41px;
}
#container.tire-search-results .search-results .filter-search-results .title {
  padding: 0;
  margin: 0;
  float: left;
  width: 338px;
}
#container.tire-search-results .search-results .filter-search-results .title h2 {
  font-family: 'HelveticaNeueW01-75Bold', 'HelveticaNeueW02-75Bold', 'HelveticaNeueW15-75Bold', 'HelveticaNeueW10-75Bold', Arial, sans-serif;
  font-weight: bold;
  margin: 0;
  padding: 15px 0 0 18px;
  color: #004c8e;
  font-size: 1.2em;
}
#container.tire-search-results .search-results .filter-search-results .title .showing {
  padding: 3px 0 0 18px;
}
#container.tire-search-results .search-results .filter-search-results .filter-buttons {
  float: left;
  width: 630px;
  margin: 14px 0 0 0;
}
#container.tire-search-results .search-results .filter-search-results .filter-buttons ul {
  float: left;
  padding: 0;
  margin: 0 20px 0 0;
  list-style: none;
}
#container.tire-search-results .search-results .filter-search-results .filter-buttons ul.last {
  margin: 0;
}
#container.tire-search-results .search-results .filter-search-results .filter-buttons ul li {
  float: left;
}
#container.tire-search-results .search-results .filter-search-results .filter-buttons ul.single li {
  background: url(/fr_fr/images/goodyear-browse-tires-sprite_tcm2143-110062.png) no-repeat 0 -130px;
  height: 59px;
  width: 140px;
}
#container.tire-search-results .search-results .filter-search-results .filter-buttons ul.single li.selected,
#container.tire-search-results .search-results .filter-search-results .filter-buttons ul.single li.selected:hover {
  background: url(/fr_fr/images/goodyear-browse-tires-sprite_tcm2143-110062.png) no-repeat 0 -60px;
}
#container.tire-search-results .search-results .filter-search-results .filter-buttons ul.single li:hover {
  background: url(/fr_fr/images/goodyear-browse-tires-sprite_tcm2143-110062.png) no-repeat -840px -130px;
}
#container.tire-search-results .search-results .filter-search-results .filter-buttons ul.single li a,
#container.tire-search-results .search-results .filter-search-results .filter-buttons ul.single li a:hover {
  text-align: center;
  display: block;
  padding: 12px 0;
  font-weight: bold;
  text-decoration: none;
}
#container.tire-search-results .search-results .filter-search-results .filter-buttons ul.radio-filter-buttons li {
  width: 100px;
}
#container.tire-search-results .search-results .filter-search-results .filter-buttons ul.radio-filter-buttons li a,
#container.tire-search-results .search-results .filter-search-results .filter-buttons ul.radio-filter-buttons li a:hover {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  text-decoration: none;
}
#container.tire-search-results .search-results .filter-search-results .filter-buttons ul.radio-filter-buttons li.selected a span {
  padding-bottom: 30px;
  background: url(/fr_fr/images/goodyear-browse-tires-filter-arrow_tcm2143-120436.png) no-repeat center 25px;
  display: block;
}
.tire-search-results .search-results .filter-search-results .need-help {
  width: 400px;
  float: left;
  margin: 14px 0 0 20px;
}
.tire-search-results .search-results .filter-search-results .tire-ratings {
  width: 400px;
  float: right;
  margin: 14px 20px 0 0;
  text-align: right;
}
.tire-search-results .search-results .filter-search-results .need-help a,
.tire-search-results .search-results .filter-search-results .tire-ratings a {
  text-decoration: underline;
}
.tire-search-results .search-results .tire-group {
  margin-top: 10px;
}
.tire-search-results .search-results .tire-group .top {
  background: url(/fr_fr/images/goodyear-browse-tires-sprite_tcm2143-110062.png) no-repeat 0 0;
}
.tire-search-results .search-results .tire-group .bottom {
  background: url(/fr_fr/images/goodyear-browse-tires-sprite_tcm2143-110062.png) no-repeat 0 -10px;
}
.tire-search-results .search-results .tire-group .content {
  background-color: #fff;
  border-left: 2px solid #e5e5e5;
  border-right: 2px solid #e5e5e5;
  padding: 1px 0;
}
.tire-search-results .search-results .tire-group .intro {
  padding: 0 0 18px 0;
  border-bottom: 1px solid #dfdfdf;
  margin: 0 18px;
}
.tire-search-results .search-results .tire-group .intro h2 {
  padding: 22px 0 0 0;
  margin: 0;
  font-family: 'HelveticaNeueW01-75Bold', 'HelveticaNeueW02-75Bold', 'HelveticaNeueW15-75Bold', 'HelveticaNeueW10-75Bold', Arial, sans-serif;
  font-weight: bold;
  font-size: 1.3em;
  color: #004c8e;
}
.tire-search-results .search-results .tire-group .intro p {
  padding: 0;
  margin: 0;
  font-size: 0.9em;
  color: #333;
}
.tire-search-results .search-results .tire-group .intro p a {
  text-decoration: underline;
}
.tire-search-results .search-results .tire-group .tire {
  margin: 23px auto;
  border-bottom: 1px solid #dfdfdf;
  padding: 0 0 20px 0;
  width: 940px;
}
.tire-search-results .search-results .tire-group .tire .image,
.tire-search-results .search-results .tire-group .tire .description,
.tire-search-results .search-results .tire-group .tire .eu-tire-ratings,
.tire-search-results .search-results .tire-group .tire .performance {
  float: left;
}
.tire-search-results .search-results .tire-group .tire .image {
  width: 155px;
  text-align: center;
}
.tire-search-results .search-results .tire-group .tire .description {
  width: 302px;
  margin: 0 20px 0 0;
}
.tire-search-results .search-results .tire-group .tire .description h3 {
  padding: 0 0 12px 0;
  margin: 0;
  color: #333;
}
.tire-search-results .search-results .tire-group .tire .description h3 a {
  color: #333333;
}
.tire-search-results .search-results .tire-group .tire .description .new {
  background: url(/fr_fr/images/goodyear-search-results-ratings-sprite_tcm2143-110159.png) no-repeat 0 -430px;
  padding: 4px 0 4px 4px;
  font-size: 0.75em;
  text-transform: uppercase;
  position: relative;
  top: -2px;
  left: 7px;
}
.ie7 .tire-search-results .search-results .tire-group .tire .description .new {
  padding-top: 0;
}
.tire-search-results .search-results .tire-group .tire .description .new strong {
  background: url(/fr_fr/images/goodyear-search-results-ratings-sprite_tcm2143-110159.png) no-repeat 100% -430px;
  padding: 4px 10px 4px 4px;
  display: inline;
}
.tire-search-results .search-results .tire-group .tire .description p {
  padding: 0;
  margin: 0;
}
.tire-search-results .search-results .tire-group .tire .description p a {
  text-decoration: underline;
}
.tire-search-results .search-results .tire-group .tire .description .rof {
  clear: both;
  margin: 10px 0 0 0;
  font-size: 0.87em;
}
.tire-search-results .search-results .tire-group .tire .description .price {
  background: url(/fr_fr/images/goodyear-search-results-ratings-sprite_tcm2143-110159.png) no-repeat 5px -141px;
  height: 36px;
  width: 87px;
}
.tire-search-results .search-results .tire-group .tire .description .price.v1 {
  background: url(/fr_fr/images/goodyear-search-results-ratings-sprite_tcm2143-110159.png) no-repeat 5px -141px;
}
.tire-search-results .search-results .tire-group .tire .description .price.v2 {
  background: url(/fr_fr/images/goodyear-search-results-ratings-sprite_tcm2143-110159.png) no-repeat 5px -171px;
}
.tire-search-results .search-results .tire-group .tire .description .price.v3 {
  background: url(/fr_fr/images/goodyear-search-results-ratings-sprite_tcm2143-110159.png) no-repeat 5px -201px;
}
.tire-search-results .search-results .tire-group .tire .description .price.v4 {
  background: url(/fr_fr/images/goodyear-search-results-ratings-sprite_tcm2143-110159.png) no-repeat 5px -231px;
}
.tire-search-results .search-results .tire-group .tire .description .price.v5 {
  background: url(/fr_fr/images/goodyear-search-results-ratings-sprite_tcm2143-110159.png) no-repeat 5px -261px;
}
.tire-search-results .search-results .tire-group .tire .description ul {
  border: 1px solid #C7C7C7;
  float: left;
  list-style-type: none;
  padding-left: 0;
  margin: 10px 0 15px 0;
}
.tire-search-results .search-results .tire-group .tire .description ul li {
  border-right: 1px solid #C7C7C7;
  float: left;
  height: 36px;
  width: 35px;
}
.tire-search-results .search-results .tire-group .tire .description ul li:last-child {
  border-right: none;
}
.tire-search-results .search-results .tire-group .tire .description ul li {
  text-indent: -9999em;
}
.tire-search-results .search-results .tire-group .tire .description .all-seasons {
  background: url(/fr_fr/images/goodyear-search-results-ratings-sprite_tcm2143-110159.png) no-repeat -248px -278px;
}
.tire-search-results .search-results .tire-group .tire .description .summer {
  background: url(/fr_fr/images/goodyear-search-results-ratings-sprite_tcm2143-110159.png) no-repeat -248px -164px;
}
.tire-search-results .search-results .tire-group .tire .description .winter {
  background: url(/fr_fr/images/goodyear-search-results-ratings-sprite_tcm2143-110159.png) no-repeat -248px -221px;
}
.tire-search-results .search-results .tire-group .tire .description .mud-and-snow {
  background: url(/fr_fr/images/goodyear-search-results-ratings-sprite_tcm2143-110159.png) no-repeat -392px -279px;
  width: 70px;
}
.tire-search-results .search-results .tire-group .tire .description .studded {
  background: url(/fr_fr/images/goodyear-search-results-ratings-sprite_tcm2143-110159.png) no-repeat -409px -222px;
}
.tire-search-results .search-results .tire-group .tire .description .studdable {
  background: url(/fr_fr/images/goodyear-search-results-ratings-sprite_tcm2143-110159.png) no-repeat -409px -165px;
}
.tire-search-results .search-results .tire-group .tire .description .on-road {
  background: url(/fr_fr/images/goodyear-search-results-ratings-sprite_tcm2143-110159.png) no-repeat -323px -277px;
}
.tire-search-results .search-results .tire-group .tire .description .on-off-road {
  background: url(/fr_fr/images/goodyear-search-results-ratings-sprite_tcm2143-110159.png) no-repeat -323px -220px;
}
.tire-search-results .search-results .tire-group .tire .description .off-road {
  background: url(/fr_fr/images/goodyear-search-results-ratings-sprite_tcm2143-110159.png) no-repeat -323px -163px;
}
.tire-search-results .search-results .tire-group .tire ul.benefits {
  display: none;
}
.tire-search-results .search-results .tire-group .tire .review-cover {
  display: none;
}
/* ==========================================================================
   EU Tire Ratings for search results
   ========================================================================== */
#container.tire-search-results .eu-tire-ratings {
  float: left;
  width: 320px;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
}
#container.tire-search-results .eu-tire-ratings h4 {
  font-family: 'HelveticaNeueW01-75Bold', 'HelveticaNeueW02-75Bold', 'HelveticaNeueW15-75Bold', 'HelveticaNeueW10-75Bold', Arial, sans-serif;
  font-weight: normal;
  color: #333;
  font-size: 1.05em;
  padding: 0 20px 13px 20px;
  margin: 0;
}
#container.tire-search-results .eu-tire-ratings .tire-rating {
  float: left;
  width: 280px;
  height: 100px;
  margin: 0 20px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li {
  background: url(/fr_fr/images/goodyear-search-results-ratings-sprite_tcm2143-110159.png) no-repeat 27px 0;
  height: 28px;
  width: 285px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.icon {
  display: block;
  text-indent: -99999px;
  float: left;
  width: 25px;
  height: 25px;
  padding-left: 6px;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span {
  background: url(/fr_fr/images/goodyear-search-results-ratings-sprite_tcm2143-110159.png) no-repeat 0 0;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li.fuel-efficiency span {
  background-position: -254px -30px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li.wet-grip span {
  background-position: -253px -70px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li.noise.l0 span {
  background-position: -255px -110px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li.noise.l1 span {
  background-position: -255px -526px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li.noise.l2 span {
  background-position: -255px -583px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li.noise.l3 span {
  background-position: -255px -641px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.value {
  display: block;
  background: url(/fr_fr/images/tire-ratings-sprite_tcm2143-108062.png) no-repeat -10px -311px transparent;
  width: 19px;
  height: 17px;
  color: #fff;
  float: left;
  font-size: 0.9em;
  text-align: center;
  padding-top: 2px;
  font-weight: bold;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.bar {
  background: url(/fr_fr/images/eu-tire-ratings-eu-ratings-range_tcm2143-108060.png) repeat-x scroll right 5px transparent;
  display: block;
  float: left;
  padding-top: 0;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.bar span.value {
  float: right;
  margin-left: 0;
}
.ie7 #container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.bar span.value {
  margin-left: -20px;
}
/* values positions */
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.value.db {
  background: url(/fr_fr/images/tire-ratings-sprite_tcm2143-108062.png) no-repeat -10px -349px transparent;
  padding-left: 5px;
  padding-top: 3px;
  text-align: left;
  width: 34px;
}
#container.tire-search-results .eu-tire-ratings-wrapper .performance {
  float: left;
  width: 121px;
  margin: 23px 0 0 20px;
}
#container.tire-search-results .eu-tire-ratings-wrapper .performance h4 {
  display: none;
}
#container.tire-search-results .eu-tire-ratings-wrapper.performance .performance h4 {
  display: block;
}
#container.tire-search-results .eu-tire-ratings-wrapper .performance h5 {
  font-family: 'HelveticaNeueW01-55Roma', 'HelveticaNeueW02-55Roma', 'HelveticaNeueW15-55Roma', 'HelveticaNeueW10-55Roma', Arial, sans-serif;
  font-weight: normal;
  color: #0a487d;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 10px;
  font-size: 1.25em;
  margin-bottom: 10px;
}
#container.tire-search-results .eu-tire-ratings-wrapper .performance ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.77em;
  color: #777;
}
#container.tire-search-results .eu-tire-ratings-wrapper .performance ul li {
  width: 121px;
  background: url(/fr_fr/images/goodyear-search-results-ratings-sprite_tcm2143-110159.png) no-repeat 0 -54px;
  margin-bottom: 6px;
  height: 21px;
}
#container.tire-search-results .eu-tire-ratings-wrapper .performance ul li span {
  margin: 0;
  padding: 0;
}
#container.tire-search-results .eu-tire-ratings-wrapper .performance ul li span.title {
  display: block;
  width: auto;
}
#container.tire-search-results .eu-tire-ratings-wrapper .performance ul li span.rating {
  height: 10px;
  margin-top: 4px;
  background: url(/fr_fr/images/goodyear-search-results-ratings-sprite_tcm2143-110159.png) no-repeat 0 -100px;
  width: 0;
  text-indent: -99999px;
  display: block;
}
.ie7 #container.tire-search-results .eu-tire-ratings-wrapper ul li span.rating {
  margin-top: 6px;
}
.ie7 #container.tire-search-results .eu-tire-ratings-wrapper .performance ul li span.rating {
  margin-top: 6px;
}
#container.tire-search-results .eu-tire-ratings-wrapper .performance ul li span.rating.r05 {
  width: 11px;
}
#container.tire-search-results .eu-tire-ratings-wrapper .performance ul li span.rating.r10 {
  width: 22px;
}
#container.tire-search-results .eu-tire-ratings-wrapper .performance ul li span.rating.r15 {
  width: 33px;
}
#container.tire-search-results .eu-tire-ratings-wrapper .performance ul li span.rating.r20 {
  width: 44px;
}
#container.tire-search-results .eu-tire-ratings-wrapper .performance ul li span.rating.r25 {
  width: 56px;
}
#container.tire-search-results .eu-tire-ratings-wrapper .performance ul li span.rating.r30 {
  width: 67px;
}
#container.tire-search-results .eu-tire-ratings-wrapper .performance ul li span.rating.r35 {
  width: 79px;
}
#container.tire-search-results .eu-tire-ratings-wrapper .performance ul li span.rating.r40 {
  width: 91px;
}
#container.tire-search-results .eu-tire-ratings-wrapper .performance ul li span.rating.r45 {
  width: 103px;
}
#container.tire-search-results .eu-tire-ratings-wrapper .performance ul li span.rating.r50 {
  width: 114px;
}
/* Specific Tire Ratings Module */
#container.tire-search-results .eu-tire-ratings-wrapper.specific .eu-tire-ratings .tire-rating ul li span.values span.bar {
  display: none;
}
/* Tire Ratings Module (Performance) */
#container.tire-search-results .eu-tire-ratings-wrapper.performance {
  background: none;
  background-color: #fff;
}
#container.tire-search-results .eu-tire-ratings-wrapper.performance .eu-tire-ratings {
  display: none;
}
#container.tire-search-results .eu-tire-ratings-wrapper.performance .performance {
  float: left;
  width: 450px;
  border-left: 1px solid #DFDFDF;
  margin: 0;
}
#container.tire-search-results .eu-tire-ratings-wrapper.performance .performance h4 {
  color: #333;
  font-family: 'HelveticaNeueW01-75Bold', 'HelveticaNeueW02-75Bold', 'HelveticaNeueW15-75Bold', 'HelveticaNeueW10-75Bold', Arial, sans-serif;
  font-size: 1.05em;
  font-weight: bold;
  padding: 0 20px 13px 20px;
  margin: 0;
}
#container.tire-search-results .eu-tire-ratings-wrapper.performance .performance ul {
  text-transform: none;
  font-size: 1.1em;
  font-family: 'HelveticaNeueW01-55Roma', 'HelveticaNeueW02-55Roma', 'HelveticaNeueW15-55Roma', 'HelveticaNeueW10-55Roma', Arial, sans-serif;
  font-weight: normal;
  margin: 0 0 0 20px;
  width: 440px;
}
#container.tire-search-results .eu-tire-ratings-wrapper.performance .performance ul li {
  background: url(/fr_fr/images/goodyear-search-results-ratings-sprite_tcm2143-110159.png) no-repeat scroll 0 -320px transparent;
  width: 100%;
  margin-top: 0;
  margin-bottom: 4px;
  padding: 0 0 4px 0;
}
#container.tire-search-results .eu-tire-ratings-wrapper.performance .performance ul li span.title {
  display: block;
  font-size: 0.9em;
}
#container.tire-search-results .eu-tire-ratings-wrapper.performance .performance ul li span.rating {
  display: block;
}
#container.tire-search-results .eu-tire-ratings-wrapper.performance .performance ul li span.rating {
  background: url(/fr_fr/images/goodyear-search-results-ratings-sprite_tcm2143-110159.png) no-repeat scroll 0 -381px;
}
#container.tire-search-results .eu-tire-ratings-wrapper.performance .performance ul li span.rating.r05 {
  width: 42px;
}
#container.tire-search-results .eu-tire-ratings-wrapper.performance .performance ul li span.rating.r10 {
  width: 85px;
}
#container.tire-search-results .eu-tire-ratings-wrapper.performance .performance ul li span.rating.r15 {
  width: 225px;
}
#container.tire-search-results .eu-tire-ratings-wrapper.performance .performance ul li span.rating.r20 {
  width: 129px;
}
#container.tire-search-results .eu-tire-ratings-wrapper.performance .performance ul li span.rating.r25 {
  width: 193px;
}
#container.tire-search-results .eu-tire-ratings-wrapper.performance .performance ul li span.rating.r30 {
  width: 259px;
}
#container.tire-search-results .eu-tire-ratings-wrapper.performance .performance ul li span.rating.r35 {
  width: 303px;
}
#container.tire-search-results .eu-tire-ratings-wrapper.performance .performance ul li span.rating.r40 {
  width: 346px;
}
#container.tire-search-results .eu-tire-ratings-wrapper.performance .performance ul li span.rating.r45 {
  width: 390px;
}
#container.tire-search-results .eu-tire-ratings-wrapper.performance .performance ul li span.rating.r50 {
  width: 445px;
}
#container.tire-search-results .no-matches-in-group {
  padding: 0 0 20px 0;
}
#container.tire-search-results .no-matches-in-group h3 {
  margin: 20px 20px 0;
  padding: 0 24px;
  color: #004c8e;
  background: url(/fr_fr/images/goodyear-search-results-ratings-sprite_tcm2143-110159.png) no-repeat scroll -470px -40px;
}
#container.tire-search-results .no-matches-in-group h3.expanded {
  background: url(/fr_fr/images/goodyear-search-results-ratings-sprite_tcm2143-110159.png) no-repeat scroll -470px 0;
}
#container.tire-search-results .no-matches-in-group .no-matches-content {
  padding: 0 40px 0 78px;
  color: #525252;
  display: none;
}
#container.tire-search-results .no-matches-in-group .no-matches-content a {
  text-decoration: underline;
}
#container.tire-search-results .no-matches-in-group .no-matches-content ol {
  margin: 0;
  padding: 0 0 0 22px;
}
#container.tire-search-results .no-matches-in-group .no-matches-content ol li {
  margin: 0;
  line-height: 1.8em;
}
#container.tire-search-results p.get-help {
  background: url(/fr_fr/images/goodyear-search-results-ratings-sprite_tcm2143-110159.png) no-repeat scroll -470px -73px;
  padding: 4px 0 4px 22px;
  margin: 10px 0;
}
#container.tire-search-results .no-results,
#container.tire-search-results .close-matches {
  margin-top: 10px;
}
#container.tire-search-results .no-results .top,
#container.tire-search-results .close-matches .top {
  background: url(/fr_fr/images/goodyear-search-results-ratings-sprite_tcm2143-110159.png) no-repeat scroll 0 -470px;
  height: 6px;
}
#container.tire-search-results .no-results .bottom,
#container.tire-search-results .close-matches .bottom {
  background: url(/fr_fr/images/goodyear-search-results-ratings-sprite_tcm2143-110159.png) no-repeat scroll 0 -485px;
  height: 8px;
}
#container.tire-search-results .no-results .content,
#container.tire-search-results .close-matches .content {
  background: #eaf5ff url(/fr_fr/images/goodyear-search-results-ratings-sprite_tcm2143-110159.png) no-repeat scroll -938px -77px;
  border-left: 2px solid #81b9ee;
  border-right: 2px solid #81b9ee;
  padding: 24px 20px 15px 76px;
}
#container.tire-search-results .close-matches .content {
  background-position: -938px 17px;
  padding: 15px 20px 15px 76px;
}
#container.tire-search-results .no-results .content h2 {
  color: #004c8e;
  margin: 0;
  padding: 0;
  font-family: 'HelveticaNeueW01-75Bold', 'HelveticaNeueW02-75Bold', 'HelveticaNeueW15-75Bold', 'HelveticaNeueW10-75Bold', Arial, sans-serif;
  font-size: 1.2em;
}
#container.tire-search-results .no-results .content p {
  padding: 0 0 10px 0;
  margin: 0;
}
#container.tire-search-results .no-results .content p.get-help {
  padding: 4px 0 4px 22px;
  margin: 10px 0;
}
#container.tire-search-results .no-results .content a {
  text-decoration: underline;
}
#container.tire-search-results {
  background-position: 0 -47px;
}
#container.tire-search-results .search-results .tire-group .tire .other-close-matches-wrapper {
  clear: both;
  padding-left: 155px;
  padding-top: 25px;
  width: 480px;
}
.ie7 #container.tire-search-results .search-results .tire-group .tire .other-close-matches-wrapper {
  width: 525px;
}
#container.tire-search-results .search-results .tire-group .tire .other-close-matches-wrapper h3 {
  margin: 0;
}
#container.tire-search-results .search-results .tire-group .tire .other-close-matches-wrapper h3 a {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat -700px -650px;
  font-size: 16px;
  font-weight: bold;
  padding-left: 30px;
  text-decoration: none;
  outline: 0;
}
#container.tire-search-results .search-results .tire-group .tire .other-close-matches-wrapper h3.expanded a {
  background: url(/fr_fr/images/goodyear-dealer-locator-sprite_tcm2143-110824.png) no-repeat -700px -617px;
}
#container.tire-search-results .search-results .tire-group .tire .other-close-matches-wrapper .other-close-matches-content {
  display: none;
}
#container.tire-search-results .search-results .tire-group .tire .other-close-matches-wrapper p {
  color: #525252;
}
/* ==========================================================================
   Terms & Conditions
   ========================================================================== */
.lightbox.explanation blockquote {
  clear: both;
  margin: 0;
}
.lightbox.explanation blockquote a.decline-terms {
  display: block;
  margin-left: 11px;
  padding-top: 15px;
}
/* ==========================================================================
   Tire Label page
   ========================================================================== */
#container.generic-page .title {
  padding-bottom: 22px;
}
.generic-page .box-content {
  background: #FFF;
  border-left: 2px solid #c7c7c7;
  border-right: 2px solid #c7c7c7;
}
.generic-page .box .top {
  background: url(/fr_fr/images/boxes-sprite_tcm2143-107957.png) no-repeat -10px -776px;
  height: 6px;
}
.generic-page .box .bottom {
  background: url(/fr_fr/images/boxes-sprite_tcm2143-107957.png) no-repeat -10px -752px;
}
.generic-page .content,
.generic-page .content-no-border {
  width: 612px;
  float: left;
  padding: 0;
  margin-left: 20px;
}
.tire-label-page .generic-page .content {
  border-bottom: 1px solid #c7c7c7;
}
.generic-page .content-no-border {
  border: none;
}
.tire-label-page .generic-page .content:last-child {
  border-bottom: none;
}
.generic-page .content-wrapper {
  width: 660px;
}
.generic-page .sidebar {
  width: 280px;
  float: right;
  margin: 0 20px 0 0;
}
.generic-page .sidebar #download h3 {
  margin-top: 0;
  text-align: center;
}
.generic-page .sidebar #download .badge {
  text-align: center;
}
.generic-page .sidebar #download .badge a img {
  margin-bottom: 15px;
}
.generic-page .content .summary {
  color: #525252;
  font-size: 15px;
  font-weight: bold;
}
.generic-page .summary,
.generic-page .summary_with_image,
.generic-page .para,
.generic-page .para_image-lrg,
.generic-page .para_image-med,
.generic-page .para_image-sml,
.generic-page .image-lrg_para,
.generic-page .image-med_para,
.generic-page .image-sml_para {
  width: 620px;
}
.generic-page .image {
  margin-top: 10px;
  margin-bottom: 10px;
}
.generic-page .para_image-lrg .image img {
  float: right;
  margin-top: 34px;
}
.generic-page .video {
  margin-top: 0;
}
.generic-page .summary {
  margin-bottom: 5px;
  margin-top: 5px;
}
.generic-page .summary h2 {
  margin: 0;
  font-size: 1.15em;
}
.generic-page .summary p {
  font-weight: bold;
  margin: 5px 0 10px;
  line-height: 1.5em;
}
.generic-page .summary_with_image .image {
  float: left;
  margin-top: 12px;
  margin-left: 2px;
  margin-right: 12px;
}
.generic-page .summary_with_image .summary {
  float: left;
  border: none;
  width: 530px;
}

.generic-page.l-1-col .summary_with_image .summary {
	float: none;
}
.generic-page .para p {
  font-size: 0.93em;
}
.generic-page .para ul {
  list-style: none;
  padding-left: 20px;
}
.generic-page .para ul li {
  font-size: 0.93em;
  background: url(/fr_fr/images/sprite_tcm2143-126660.png) no-repeat -22px -120px;
  padding-left: 10px;
  margin-bottom: 0.5em;
}
.generic-page .para ul.is-nav {
  padding-left: 0;
}
.generic-page .para ul.is-nav li {
  font-family: 'HelveticaNeueW01-75Bold', 'HelveticaNeueW02-75Bold', 'HelveticaNeueW15-75Bold', 'HelveticaNeueW10-75Bold', Arial, sans-serif;
  background: url(/fr_fr/images/sprite_tcm2143-126660.png) no-repeat -23px -17px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.generic-page .para h2,
.generic-page .para h3,
.generic-page .para h4,
.generic-page .para h5,
.generic-page .para h6 {
  font-family: 'HelveticaNeueW01-75Bold', 'HelveticaNeueW02-75Bold', 'HelveticaNeueW15-75Bold', 'HelveticaNeueW10-75Bold', Arial, sans-serif;
  font-weight: normal;
  color: #333;
  font-size: 1.1em;
}
.ie7 .generic-page .para h2,
.ie7 .generic-page .para p {
  margin-top: 1em;
}
.ie7 .generic-page .para p {
  margin-bottom: 1em;
}
.generic-page .para h3,
.generic-page .para h4,
.generic-page .para h5,
.generic-page .para h6 {
  font-size: 0.95em;
  margin-bottom: -0.7em;
}
.generic-page .para ol li {
  margin-bottom: 1em;
}
.generic-page .para_image-lrg .para {
  border: none;
  float: left;
  width: 300px;
}
.generic-page .para_image-lrg .image {
  float: right;
  width: 300px;
}
.generic-page .para_image-med .para {
  border: none;
  float: left;
  width: 425px;
}
.generic-page .para_image-med .image {
  float: right;
  width: 180px;
}
.generic-page .para_image-sml .para {
  border: none;
  float: left;
  width: 525px;
}
.generic-page .para_image-sml .image {
  float: right;
  width: 80px;
}
.generic-page .image-lrg_para .image {
  float: left;
  width: 300px;
  margin-right: 15px;
}
.generic-page .image-lrg_para .para {
  float: left;
  border: none;
  width: 300px;
}
.generic-page .image-med_para .image {
  width: 180px;
  float: left;
  margin-right: 15px;
}
.generic-page .image-med_para .para {
  width: 420px;
  float: left;
  border: none;
}
.generic-page .image-sml_para .image {
  float: left;
  width: 80px;
  margin-right: 15px;
}
.ie7 .generic-page .image-sml_para .image {
  padding-bottom: 15px;
}
.generic-page .image-sml_para .para {
  float: left;
  width: 525px;
  border: none;
}
.generic-page p.is-disclaimer {
  color: #999;
  font-size: 0.85em;
  line-height: 1.6em;
}
/* Tire Label Page 1 Column Layout*/
.generic-page.l-1-col .content {
  width: 96%;
  float: left;
  padding: 0;
  margin-left: 20px;
  margin-right: 20px;
}
.generic-page.l-1-col .summary,
.generic-page.l-1-col .summary_with_image,
.generic-page.l-1-col .para,
.generic-page.l-1-col .para_image-lrg,
.generic-page.l-1-col .para_image-med,
.generic-page.l-1-col .para_image-sml,
.generic-page.l-1-col .image-lrg_para,
.generic-page.l-1-col .image-med_para,
.generic-page.l-1-col .image-sml_para {
    width: 100%;
}
.generic-page.l-1-col .image-sml_para .image {
    float: left;
    width: 80px;
    margin-right: 15px;
}
.generic-page.l-1-col .image-sml_para .para {
    float: left;
    width: 841px;
    border: none;
}
.generic-page.l-1-col .para_image-sml .image {
    float: right;
    width: 80px;
}
.generic-page.l-1-col .para_image-sml .para {
    border: none;
    float: left;
    width: 841px;
}
.generic-page.l-1-col .para_image-med .image {
    float: right;
    width: 180px;
}
.generic-page.l-1-col .para_image-med .para {
    border: none;
    float: left;
    width: 740px;
}
.generic-page.l-1-col .image-med_para .image {
    width: 180px;
    float: left;
    margin-right: 15px;
}
.generic-page.l-1-col .image-med_para .para {
    width: 740px;
    float: left;
    border: none;
}
.generic-page.l-1-col .para_image-lrg .image {
    float: right;
    width: 300px;
}
.generic-page.l-1-col .para_image-lrg .para {
    border: none;
    float: left;
    width: 621px;
}
.generic-page.l-1-col .image-lrg_para .image {
    float: left;
    width: 300px;
    margin-right: 15px;
}
.generic-page.l-1-col .image-lrg_para .para {
    float: left;
    border: none;
    width: 621px;
}
.ie7 .generic-page.l-1-col .image-sml_para .image {
    padding-bottom: 15px;
}
/* ==========================================================================
   Video
   ========================================================================== */
.generic-page .video {
  margin-top: 0em;
  margin-bottom: 5.5em;
}
.generic-page .video h3 {
  font-size: 1em;
}
.generic-page .video .figure {
  margin: 0;
  position: relative;
}
.generic-page .video .figure .figcaption {
  bottom: 0;
  position: absolute;
  background: url(/fr_fr/images/transparent-dark-bg_tcm2143-125801.png) repeat;
  padding: 10px;
  width: 260px;
  color: #fff;
}
.product-page .videos .video .figure.is-video span.icn-play,
.generic-page .video .figure.is-video span {
  position: absolute;
  left: 40%;
  top: 35%;
  background-image: url(/fr_fr/images/play-sprite_tcm2143-125803.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 51px;
  height: 40px;
  text-indent: -999em;
}
.product-page .videos video a.figure.is-video:hover span.icn-play,
.generic-page .video a:hover .figure.is-video span {
  background-position: 0 -50px;
}
#player {
  width: 665px;
  height: 480px;
}
/* ==========================================================================
   Goodyear - Cookie Legislation
   ========================================================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.less-cf {
  display: inline-block;
}
.less-cf:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
* html .less-cf {
  height: 1%;
}
.less-cf {
  display: block;
}
.cookie-legislation {
  display: inline-block;
  display: block;
  padding: 10px;
  display: none;
  background-color: #003e72;
  font-family: Arial, sans-serif;
}
.cookie-legislation:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
.cookie-legislation:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
.ie7 .cookie-legislation {
  margin-bottom: -5px;
}
.cookie-legislation .cookie-legislation-inner {
  width: 940px;
  margin: 5px auto;
  position: relative;
}
.cookie-legislation p,
.cookie-legislation a {
  font-weight: bold;
  font-size: 0.95em;
}
.cookie-legislation p {
  margin: 0;
  padding: 0;
  float: left;
  color: #ffffff;
  width: 75%;
}
.cookie-legislation a {
  color: #ffffff !important;
  text-decoration: underline;
}
.cookie-legislation a.is-details {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 4px 8px;
  background-color: #2271bb;
  text-decoration: none;
  text-align: center;
  float: right;
  margin-top: -4px;
  margin-right: 35px;
  max-width: 15%;
}
.oldie .cookie-legislation a.is-details {
  width: 10%;
}
.cookie-legislation a.is-close-button {
  background: url(/fr_fr/images/fancybox-close_tcm2143-107969.png) no-repeat;
  text-indent: -999em;
  display: block;
  position: absolute;
  right: 0;
  width: 24px;
  height: 22px;
  top: -4px;
}
/* ==========================================================================
   Goodyear - Tire Ratings
   ========================================================================== */
/* Product pages */
/* discrete values vA, vB, etc. */
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.value.vA {
  margin-left: 0;
}
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.value.vB {
  margin-left: 59.074999999999996px;
}
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.value.vC {
  margin-left: 128.57500000000002px;
}
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.value.vD {
  margin-left: 198.07500000000002px;
}
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.value.vE {
  margin-left: 267.575px;
}
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.value.vF {
  margin-left: 337.075px;
}
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.value.vG {
  margin-left: 396px;
}
/* discrete noise levels vN1, vN2, vN3, etc. */
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN1 {
  margin-left: 0;
}
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN2 {
  margin-left: 11.467500000000001px;
}
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN3 {
  margin-left: 32.3175px;
}
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN4 {
  margin-left: 53.1675px;
}
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN5 {
  margin-left: 74.0175px;
}
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN6 {
  margin-left: 94.8675px;
}
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN7 {
  margin-left: 115.7175px;
}
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN8 {
  margin-left: 136.5675px;
}
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN9 {
  margin-left: 157.41750000000002px;
}
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN10 {
  margin-left: 178.26750000000004px;
}
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN11 {
  margin-left: 199.11750000000004px;
}
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN12 {
  margin-left: 219.96750000000003px;
}
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN13 {
  margin-left: 240.81750000000002px;
}
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN14 {
  margin-left: 261.6675px;
}
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN15 {
  margin-left: 282.51750000000004px;
}
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN16 {
  margin-left: 303.36750000000006px;
}
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN17 {
  margin-left: 324.21750000000003px;
}
#container.product-page .specific .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN18 {
  margin-left: 345.06750000000005px;
}
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN18 {
  margin-left: 356.5350000000001px;
}
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN19 {
  margin-left: 356.5350000000001px;
}
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN20 {
  margin-left: 376px;
}
/* fuel efficiency and wet grip range A-G */
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.bar.vG1 {
  width: 59.074999999999996px;
}
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.bar.vG2 {
  width: 128.57500000000002px;
}
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.bar.vG3 {
  width: 198.07500000000002px;
}
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.bar.vG4 {
  width: 267.575px;
}
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.bar.vG5 {
  width: 337.075px;
}
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.bar.vG6 {
  width: 395px;
}
/* noise levels range 62-81 */
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.bar.db.vG1 {
  width: 19px;
}
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.bar.db.vG2 {
  width: 19px;
}
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.bar.db.vG3 {
  width: 19px;
}
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.bar.db.vG4 {
  width: 52.125px;
}
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.bar.db.vG5 {
  width: 72.97500000000001px;
}
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.bar.db.vG6 {
  width: 93.825px;
}
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.bar.db.vG7 {
  width: 114.67500000000001px;
}
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.bar.db.vG8 {
  width: 135.525px;
}
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.bar.db.vG9 {
  width: 156.375px;
}
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.bar.db.vG10 {
  width: 177.22500000000002px;
}
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.bar.db.vG11 {
  width: 198.07500000000002px;
}
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.bar.db.vG12 {
  width: 218.925px;
}
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.bar.db.vG13 {
  width: 239.775px;
}
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.bar.db.vG14 {
  width: 260.625px;
}
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.bar.db.vG15 {
  width: 281.475px;
}
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.bar.db.vG16 {
  width: 302.32500000000005px;
}
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.bar.db.vG17 {
  width: 323.175px;
}
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.bar.db.vG18 {
  width: 344.02500000000003px;
}
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.bar.db.vG19 {
  width: 375px;
}
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.bar.db.vG1:before,
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.bar.db.vG2:before,
#container.product-page .eu-tire-ratings .tire-rating ul li span.values span.bar.db.vG3:before {
  color: #FFFFFF;
  content: "-";
  height: 17px;
  margin-left: -22px;
  margin-top: 1px;
  padding-left: 2px;
  position: absolute;
}
.ie7 #container.product-page .eu-tire-ratings .tire-rating ul li span.values span.bar.db.vG1 .value,
.ie7 #container.product-page .eu-tire-ratings .tire-rating ul li span.values span.bar.db.vG2 .value,
.ie7 #container.product-page .eu-tire-ratings .tire-rating ul li span.values span.bar.db.vG3 .value {
  background-position: -472px -348px !important;
}
/* Search results */
/* discrete values vA, vB, etc. */
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.value.vA {
  margin-left: 0;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.value.vB {
  margin-left: 33.6px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.value.vC {
  margin-left: 75.60000000000001px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.value.vD {
  margin-left: 117.6px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.value.vE {
  margin-left: 159.6px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.value.vF {
  margin-left: 201.6px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.value.vG {
  margin-left: 234px;
}
#container.tire-search-results .specific .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN1 {
  margin-left: 0;
}
#container.tire-search-results .specific .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN2 {
  margin-left: 0;
}
#container.tire-search-results .specific .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN3 {
  margin-left: 0;
}
#container.tire-search-results .specific .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN4 {
  margin-left: 8.820000000000002px;
}
#container.tire-search-results .specific .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN5 {
  margin-left: 21.42px;
}
#container.tire-search-results .specific .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN6 {
  margin-left: 34.02px;
}
#container.tire-search-results .specific .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN7 {
  margin-left: 46.62px;
}
#container.tire-search-results .specific .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN8 {
  margin-left: 59.22px;
}
#container.tire-search-results .specific .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN9 {
  margin-left: 71.82px;
}
#container.tire-search-results .specific .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN10 {
  margin-left: 84.42px;
}
#container.tire-search-results .specific .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN11 {
  margin-left: 97.02px;
}
#container.tire-search-results .specific .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN12 {
  margin-left: 109.61999999999999px;
}
#container.tire-search-results .specific .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN13 {
  margin-left: 122.21999999999998px;
}
#container.tire-search-results .specific .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN14 {
  margin-left: 134.82px;
}
#container.tire-search-results .specific .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN15 {
  margin-left: 147.42px;
}
#container.tire-search-results .specific .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN16 {
  margin-left: 160.01999999999998px;
}
#container.tire-search-results .specific .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN17 {
  margin-left: 172.61999999999998px;
}
#container.tire-search-results .specific .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN18 {
  margin-left: 185.22px;
}
#container.tire-search-results .specific .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN19 {
  margin-left: 197.82px;
}
#container.tire-search-results .specific .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN20 {
  margin-left: 214px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.bar.vG1 {
  width: 31.5px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.bar.vG2 {
  width: 73.5px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.bar.vG3 {
  width: 115.5px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.bar.vG4 {
  width: 157.5px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.bar.vG5 {
  width: 199.5px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.bar.vG6 {
  width: 233px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN1 {
  margin-left: 0;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN2 {
  margin-left: 12.6px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN3 {
  margin-left: 25.2px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN4 {
  margin-left: 37.8px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN5 {
  margin-left: 50.4px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN6 {
  margin-left: 63px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN7 {
  margin-left: 75.6px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN8 {
  margin-left: 88.2px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN9 {
  margin-left: 100.8px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN10 {
  margin-left: 113.39999999999999px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN11 {
  margin-left: 126px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN12 {
  margin-left: 138.6px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN13 {
  margin-left: 151.2px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN14 {
  margin-left: 163.79999999999998px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN15 {
  margin-left: 194.04px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN16 {
  margin-left: 194.04px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN17 {
  margin-left: 194.04px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN18 {
  margin-left: 194.04px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN19 {
  margin-left: 194.04px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN20 {
  margin-left: 214px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.bar.db.vG1 {
  width: 19px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.bar.db.vG2 {
  width: 19px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.bar.db.vG3 {
  width: 19px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.bar.db.vG4 {
  width: 19px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.bar.db.vG5 {
  width: 19px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.bar.db.vG6 {
  width: 50.4px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.bar.db.vG7 {
  width: 63px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.bar.db.vG8 {
  width: 75.6px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.bar.db.vG9 {
  width: 88.2px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.bar.db.vG10 {
  width: 100.8px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.bar.db.vG11 {
  width: 113.39999999999999px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.bar.db.vG12 {
  width: 126px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.bar.db.vG13 {
  width: 138.6px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.bar.db.vG14 {
  width: 151.2px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.bar.db.vG15 {
  width: 163.79999999999998px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.bar.db.vG16 {
  width: 176.4px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.bar.db.vG17 {
  width: 189px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.bar.db.vG18 {
  width: 201.6px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.bar.db.vG19 {
  width: 213px;
}
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.bar.db.vG1:before,
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.bar.db.vG2:before,
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.bar.db.vG3:before,
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.bar.db.vG4:before,
#container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.bar.db.vG5:before {
  color: #FFFFFF;
  content: "-";
  height: 17px;
  margin-left: -22px;
  margin-top: 1px;
  padding-left: 2px;
  position: absolute;
}
.ie7 #container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.bar.db.vG1 .value,
.ie7 #container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.bar.db.vG2 .value,
.ie7 #container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.bar.db.vG3 .value,
.ie7 #container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.bar.db.vG4 .value,
.ie7 #container.tire-search-results .eu-tire-ratings .tire-rating ul li span.values span.bar.db.vG5 .value {
  background-position: -472px -348px !important;
}
/* Dealer locator quote details */
#container.dealer-detail .eu-tire-ratings .tire-rating ul li span.values span.value.vA {
  margin-left: 0;
}
#container.dealer-detail .eu-tire-ratings .tire-rating ul li span.values span.value.vB {
  margin-left: 33.6px;
}
#container.dealer-detail .eu-tire-ratings .tire-rating ul li span.values span.value.vC {
  margin-left: 75.60000000000001px;
}
#container.dealer-detail .eu-tire-ratings .tire-rating ul li span.values span.value.vD {
  margin-left: 117.6px;
}
#container.dealer-detail .eu-tire-ratings .tire-rating ul li span.values span.value.vE {
  margin-left: 159.6px;
}
#container.dealer-detail .eu-tire-ratings .tire-rating ul li span.values span.value.vF {
  margin-left: 201.6px;
}
#container.dealer-detail .eu-tire-ratings .tire-rating ul li span.values span.value.vG {
  margin-left: 235px;
}
/* discrete noise levels vN1, vN2, vN3, etc. */
#container.dealer-detail .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN1 {
  margin-left: 0;
}
#container.dealer-detail .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN2 {
  margin-left: 2.5199999999999996px;
}
#container.dealer-detail .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN3 {
  margin-left: 15.12px;
}
#container.dealer-detail .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN4 {
  margin-left: 27.720000000000002px;
}
#container.dealer-detail .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN5 {
  margin-left: 40.32px;
}
#container.dealer-detail .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN6 {
  margin-left: 52.92px;
}
#container.dealer-detail .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN7 {
  margin-left: 65.52px;
}
#container.dealer-detail .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN8 {
  margin-left: 78.12px;
}
#container.dealer-detail .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN9 {
  margin-left: 90.72px;
}
#container.dealer-detail .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN10 {
  margin-left: 103.32px;
}
#container.dealer-detail .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN11 {
  margin-left: 115.91999999999999px;
}
#container.dealer-detail .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN12 {
  margin-left: 128.51999999999998px;
}
#container.dealer-detail .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN13 {
  margin-left: 141.11999999999998px;
}
#container.dealer-detail .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN14 {
  margin-left: 153.72px;
}
#container.dealer-detail .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN15 {
  margin-left: 166.32px;
}
#container.dealer-detail .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN16 {
  margin-left: 178.92px;
}
#container.dealer-detail .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN17 {
  margin-left: 191.51999999999998px;
}
#container.dealer-detail .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN18 {
  margin-left: 204.11999999999998px;
}
#container.dealer-detail .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN19 {
  margin-left: 216.72px;
}
#container.dealer-detail .eu-tire-ratings .tire-rating ul li span.values span.value.db.vN20 {
  margin-left: 219px;
}
/* ==========================================================================
   Goodyear - Font Replacement
   ========================================================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.less-cf {
  display: inline-block;
}
.less-cf:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
* html .less-cf {
  height: 1%;
}
.less-cf {
  display: block;
}

/* ==========================================================================
   Goodyear Header and Fooder Styles
   date: 2012-01-11
   author: Rodolfo Caldeira <rodolfo.caldeira@iqcontent.com>
   ========================================================================== */
/* ==========================================================================
   Header
   ========================================================================== */
.header {
	background-color: #004c8e;
}

.header a {
	outline: 0 !important;
}

.header-inner-wrapper {
	margin: -2px auto 0;
	padding: 0 20px;
	width: 940px;
}

.header #logo {
	margin-top: 27px;
	float: left;
}

.header #logo img.print {
	display: none;
}
/* the country selection and search form wrapper */
.header-secondary-nav {
	float: right;
}

.header-secondary-nav .country-selection,.header-secondary-nav .search-form-wrapper
	{
	float: left;
	font-size: 0.85em;
}

.header-secondary-nav .country-selection {
	color: #fff;
	margin-top: 34px;
}

.header-secondary-nav .country-selection a {
	color: #b4d1ec;
	text-decoration: none;
}

.header-secondary-nav .country-selection a:hover,.header-secondary-nav .country-selection a:focus
	{
	color: #fff;
}

.header-secondary-nav .country-selection .current-country {
	display: inline;
	margin-right: 2px;
}

.header-secondary-nav .search {
	float: left;
	margin-left: 13px;
	margin-top: 27px;
	width: 196px;
}

.header-secondary-nav .search span {
	display: none;
	visibility: hidden;
}

.header-secondary-nav .search #q {
	background: url(/fr_fr/images/search-field.gif_tcm2143-114644.gif)
		no-repeat scroll left top transparent;
	border: none;
	color: #fff;
	font-size: 0.9em;
	height: 11px;
	padding: 8px 12px;
	width: 142px;
	float: left;
}

.ie8 .header-secondary-nav .search #q,.ie7 .header-secondary-nav .search #q,.ie6 .header-secondary-nav .search #q
	{
	padding-top: 8px;
}

.ie8 .header-secondary-nav .search #q,.ie7 .header-secondary-nav .search #q
	{
	height: 15px;
}

.header-secondary-nav .search #search-button {
	float: right;
	margin-left: -3px;
}
/* jquery ui autocomplete */
.nav-search-widget-autocomplete {
	width: 360px;
}

.nav-search-widget-autocomplete.ui-autocomplete {
	display: block !important;
	z-index: 10 !important;
}

.nav-search-widget-autocomplete .ui-autocomplete-category {
	border-bottom: 1px solid #c7c7c7;
	padding-bottom: 10px;
	color: #525252;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

.oldie .nav-search-widget-autocomplete .ui-autocomplete-category {
	border: none;
	border-bottom: 1px solid #c7c7c7;
	margin-top: 0;
}

.nav-search-widget-autocomplete .ui-menu-item {
	border-bottom: 1px solid #c7c7c7;
}

.oldie .nav-search-widget-autocomplete .ui-menu-item {
	border-top: 1px solid transparent;
}

.nav-search-widget-autocomplete .search-result {
	clear: both;
	overflow: hidden;
}

.nav-search-widget-autocomplete .search-result .image-wrapper {
	float: left;
	margin-right: 10px;
}

.nav-search-widget-autocomplete .search-result .description-wrapper {
	float: left;
	width: 285px;
}

.nav-search-widget-autocomplete .search-result .description-wrapper p.title
	{
	font-weight: bold;
	color: #333333;
	font-size: 1.08em;
	margin-bottom: 0;
	padding: 0;
}

.nav-search-widget-autocomplete .search-result .description-wrapper p.description
	{
	font-size: 0.92em;
	margin-top: 0;
}

.nav-search-widget-autocomplete li a {
	cursor: pointer;
}

.nav-search-widget-autocomplete li:last-child {
	border: none;
}
/* the primary navigation */
.nav {
	clear: both;
	float: right;
	font-family: Arial, sans-serif;
	width: 100%;
}

.ie7 .nav {
	width: 100%;
	margin-top: 25px;
	margin-left: -180px;
}

.nav ul.menu {
	list-style: none;
	margin: 14px 0 0 0;
	float: right;
	position: relative;
}

.ie7 .nav ul.menu {
	padding-left: 0;
}

.nav ul.menu li {
	float: left;
	background: url(/fr_fr/images/header-footer-sprite_tcm2143-114646.png)
		no-repeat -175px -13px;
	padding: 1px 13px 20px;
	zoom: 1;
	position: relative;
}

.ie7 .header .nav ul.menu {
	z-index: 100;
}

.nav ul.menu li li {
	background: none;
}

.nav ul.menu li:hover {
	position: relative;
}

.nav ul.menu>li:first-child {
	background: none;
}

.nav ul.menu li:last-child {
	border: none;
	padding-right: 0;
}

.nav ul.menu li a {
	color: #fff;
	text-decoration: none;
	font-size: 1.17em;
	display: block;
}

.nav ul.menu li a:hover,.nav ul.menu li a:active,.nav ul.menu li.is-selected>a
	{
	color: #ffe01a;
}

.nav ul.menu li a:focus {
	text-decoration: underline;
}

.nav ul.menu li.is-selected {
	padding-bottom: 0;
}

.nav ul.menu li.is-selected>a {
	background: url(/fr_fr/images/goodyear-nav-arrow_tcm2143-114650.png)
		no-repeat scroll center bottom transparent;
	padding-bottom: 20px;
}

.homepage .nav ul.menu li.is-selected>a {
	padding-bottom: 16px;
}

.nav ul.menu li.is-selected.is-first>a {
	background: url(/fr_fr/images/nav-arrow-2_tcm2143-116149.png) no-repeat
		scroll center bottom transparent;
	padding-bottom: 20px;
}

.homepage .nav ul.menu li.is-selected.is-first>a {
	padding-bottom: 16px;
}
/* 2nd level */
.nav ul.menu ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 0 2px;
	margin: 0;
	background: url(/fr_fr/images/header-footer-sprite_tcm2143-114646.png)
		no-repeat scroll -811px bottom;
	width: 185px;
	list-style: none;
	z-index: 10;
}

.nav ul.menu ul.l-expanded {
	background: url(/fr_fr/images/header-footer-sprite_tcm2143-114646.png)
		no-repeat scroll -500px bottom;
	width: 234px;
}

.nav ul.menu ul li {
	float: none;
	font-weight: bold;
	background: url(/fr_fr/images/header-footer-sprite_tcm2143-114646.png)
		no-repeat scroll -250px bottom;
	margin: 0;
	padding: 0;
}

.nav ul.menu ul li:hover,.nav ul.menu ul li.hover {
	background-color: #2271bb;
	color: #fff;
}

.nav ul.menu ul li:last-child {
	margin-bottom: 2px;
}

.nav ul.menu ul li.hover:last-child {
	background: url(/fr_fr/images/header-footer-sprite_tcm2143-114646.png)
		no-repeat scroll -1400px bottom !important;
}

.nav ul.menu ul.l-expanded li {
	background-image:
		url(/fr_fr/images/header-footer-sprite_tcm2143-114646.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 bottom;
}

.nav ul.menu ul li:last-child {
	background: none;
}

.nav ul.menu ul.l-expanded li:last-child {
	margin-bottom: 2px;
}

.nav ul.menu ul.l-expanded li.hover:last-child {
	background: url(/fr_fr/images/header-footer-sprite_tcm2143-114646.png)
		no-repeat scroll -1100px bottom !important;
}

.nav ul.menu ul.l-expanded li a {
	/*padding-left: 60px !important;*/
}

.nav ul.menu ul li.is-section {
	color: #525252;
	background: none;
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 0.95em;
	padding: 12px 13px 9px 13px;
}

.nav ul.menu ul li.is-primary,.nav ul.menu ul li.is-end-of-section {
	background-image: none;
	border-bottom: 1px solid #bdbdbd;
}

.nav ul.menu ul li.is-primary {
	border-bottom: 1px solid #bdbdbd;
}

.nav ul.menu ul li.is-primary:hover,.nav ul.menu ul li.is-primary.hover
	{
	background-color: #2271bb;
}

.nav ul.menu ul li.is-end-of-section {
	margin-bottom: 0;
}

.nav ul.menu ul li.is-primary a {
	font-size: 1.23em;
}

.nav ul.menu ul li.is-primary a span {
	display: block;
	font-size: 0.8em;
	font-weight: normal;
}

.nav ul.menu ul li a {
	display: block;
	color: #004c8e;
	font-size: 0.925em;
	font-weight: bold !important;
	text-decoration: none !important;
	padding-top: 19px !important;
	padding-bottom: 12px !important;
	padding-right: 9px;
	padding-left: 29px;
}

.ie7 .nav ul.menu ul li a {
	padding-top: 17px !important;
	padding-bottom: 12px !important;
}

.nav ul.menu ul li.hover a {
	color: #fff;
	background-position: -408px -51px;
}

.nav ul.menu ul li.hover a.icon-tire-off {
	background-position: -942px -90px;
}

.nav ul.menu ul li.hover a.icon-car-off {
	background-position: -945px -152px;
}

.nav ul.menu ul li.hover a.icon-4x4-off {
	background-position: -946px -201px;
}

.nav ul.menu ul li.hover a.icon-light-truck-off {
	background-position: -946px -254px;
}

.nav ul.menu ul li.hover a.icon-truck-off {
	background-position: -945px -305px;
}

.nav ul.menu ul li.hover a.icon-otr-off {
	background-position: -946px -354px;
}

.nav ul.menu ul li.hover a.icon-farm-off {
	background-position: -948px -396px;
}

.nav ul.menu ul li a.is-car-type {
	font-weight: normal;
}

.nav ul.menu ul li.hover a.is-car-type {
	font-weight: bold;
}

ul.menu li:hover>ul {
	visibility: visible;
}
/* ==========================================================================
   Breadcrumbs
   ========================================================================== */
.breadcrumbs {
	min-width: 1100px;
	background: url(/fr_fr/images/breadcrumbs-bg_tcm2143-114645.png)
		repeat-x scroll 0 0 transparent;
	height: 43px;
}

.breadcrumbs-wrapper {
	margin: 0 auto;
	padding: 0 20px;
	width: 940px;
}

.breadcrumbs-trail {
	float: left;
}

.breadcrumbs ol {
	margin: 12px 0 0;
	padding: 0;
	list-style: none;
}

.breadcrumbs ol li {
	float: left;
	background: url(/fr_fr/images/breadcrumbs-separator_tcm2143-114643.gif)
		no-repeat scroll right 5px transparent;
	padding: 0 10px 0 6px;
}

.breadcrumbs ol li:first-child {
	padding-left: 0;
}

.breadcrumbs ol li:last-child {
	background: none;
}

.breadcrumbs ol li.is-selected a {
	font-weight: bold;
}

.breadcrumbs ol li a:hover {
	text-decoration: underline;
}

.breadcrumbs ol li a {
	color: #fff;
	text-decoration: none;
	font-size: 0.8em;
	letter-spacing: 0.04em;
}
/* ==========================================================================
   Page Actions
   ========================================================================== */
.page-actions {
	float: right;
}

.page-actions ul {
	list-style: none;
	padding: 0;
	margin: 10px 0 0;
}

.page-actions ul li {
	float: left;
}

.page-actions li .sub-menu {
	overflow: hidden;
	float: left;
}

.page-actions li .sub-menu div {
	overflow: hidden;
	float: left;
	margin-left: -500px;
}

.page-actions ul li a {
	color: #fff;
	font-size: 0.85em;
	display: block;
	padding-left: 18px;
	height: 10px;
	padding-top: 3px;
	text-decoration: none;
	margin-left: 10px;
	float: left;
	outline: 0;
}

.page-actions ul li a:hover {
	text-decoration: underline;
}

.page-actions ul li a.icon-share:hover,.page-actions ul li a.icon-share:focus
	{
	background-position: -19px -416px;
}

.page-actions ul li a.icon-mobile:hover,.page-actions ul li a.icon-mobile:focus
	{
	background-position: -20px -467px;
}

.page-actions ul li a.icon-email:hover,.page-actions ul li a.icon-email:focus
	{
	background-position: -17px -518px;
}

.page-actions ul li a.icon-facebook:hover,.page-actions ul li a.icon-facebook:focus
	{
	background-position: -22px -570px;
}

.page-actions ul li a.icon-twitter:hover,.page-actions ul li a.icon-twitter:focus
	{
	background-position: -15px -621px;
}

.page-actions ul li a.icon-print:hover,.page-actions ul li a.icon-print:focus
	{
	background-position: -19px -672px;
}

.page-actions ul li ul {
	float: left;
	margin: 0;
}

.page-actions ul li ul li {
	border-right: 1px solid #306ea3;
}

.page-actions ul li ul li a {
	padding-right: 10px;
	white-space: nowrap;
}

.page-actions li.is-collapsed a span {
	display: none;
}

.page-actions li.is-collapsed .sub-menu div {
	margin-left: -500px;
	display: none;
}
/* ==========================================================================
   Lightboxes
   ========================================================================== */
.lightbox-medium {
	width: 765px;
}
/* ==========================================================================
   Change Country Lightbox
   ========================================================================== */
.lightbox .country-picker {
	float: left;
	padding: 25px 20px 25px 20px;
}

.lightbox .countries {
	float: left;
	width: 350px;
}

.lightbox .countries ul {
	float: left;
	padding: 0 20px 0 0;
	width: 160px;
}

.oldie .lightbox .countries ul {
	padding: 0;
}

.lightbox .countries ul:last-child {
	padding: 0;
}

.lightbox .countries ul li {
	list-style: none;
}

.lightbox .countries ul li a {
	text-decoration: underline;
}

.lightbox .countries ul li a:hover,.lightbox .countries ul li a:focus {
	color: #333;
}

@media only screen and (max-width: 960px) {
	.lightbox .country-picker {
		display: none;
	}
	.lightbox .countries {
		width: 320px;
	}
	.lightbox .countries ul {
		padding: 0 5% 0 0;
		width: 45%;
	}
}
/* ==========================================================================
   Icons
   ========================================================================== */
.icon {
	padding-left: 15px;
	padding-bottom: 5px !important;
	padding-top: 5px !important;
	background: transparent
		url(/fr_fr/images/header-footer-sprite_tcm2143-114646.png) no-repeat
		-99999em -99999em;
	line-height: 1em;
}

.icon-share {
	background-position: -19px -14px;
}

.icon-share-on {
	background-position: -19px -419px;
}

.icon-mobile {
	background-position: -20px -65px;
}

.icon-mobile-on {
	background-position: -20px -467px;
}

.icon-email {
	background-position: -17px -115px;
	padding-left: 25px !important;
}

.icon-email-on {
	background-position: -17px -522px;
	padding-left: 25px !important;
}

.icon-facebook {
	background-position: -22px -163px;
	padding-left: 15px;
}

.icon-facebook-on {
	background-position: -22px -570px;
	padding-left: 15px;
}

.icon-facebook-square {
	background-position: -15px -314px;
	padding-left: 0;
}

.icon-twitter {
	background-position: -15px -218px;
	padding-left: 25px;
}

.icon-twitter-on {
	background-position: -15px -621px;
	padding-left: 25px;
}

.icon-twitter-square {
	background-position: -16px -365px;
	padding-left: 0;
}

.icon-share-square {
	background-position: -15px -731px;
	padding-left: 0;
}

.icon-print {
	background-position: -19px -266px;
	padding-left: 22px !important;
}

.icon-print-on {
	background-position: -19px -672px;
	padding-left: 22px !important;
}

.icon-no-label {
	text-indent: -99999em;
	padding-left: 7px !important;
}

.icon-twitter.icon-no-label {
	padding-left: 20px !important;
}

.icon-gt-off {
	background-position: -157px -50px;
}

.icon-gt-on {
	background-position: -424px -64px;
}
/** car types **/
.icon-tire-on,.icon-tire-off {
	padding-left: 50px !important;
}

.icon-car-off,.icon-car-on,.icon-4x4-off,.icon-4x4-on,.icon-light-truck-off,.icon-light-truck-on,.icon-truck-off,.icon-truck-on,.icon-farm-off,.icon-farm-on,.icon-otr-off,.icon-otr-on
	{
	padding-left: 50px !important;
}

.icon-tire-off {
	background-position: -593px -90px;
}

.icon-tire-on {
	background-position: -955px -104px;
}

.icon-car-off {
	background-position: -596px -152px;
}

.icon-car-on {
	background-position: -955px -166px;
}

.icon-4x4-off {
	background-position: -597px -201px;
}

.icon-4x4-on {
	background-position: -955px -214px;
}

.icon-light-truck-off {
	background-position: -597px -254px;
}

.icon-light-truck-on {
	background-position: -606px -267px;
}

.icon-truck-off {
	background-position: -596px -304px;
}

.icon-truck-on {
	background-position: -607px -314px;
}

.icon-otr-off {
	background-position: -598px -354px;
}

.icon-otr-on {
	background-position: -607px -365px;
}

.icon-farm-off {
	background-position: -604px -396px;
}

.icon-farm-on {
	background-position: -607px -407px;
}
/* ==========================================================================
   Footer
   ========================================================================== */
.footer:before,.footer:after {
	content: "";
	display: table;
}

.footer:after {
	clear: both;
}

.footer {
	zoom: 1;
}

.footer {
	display: block;
}

.footer-inner {
	margin: 0 auto;
	padding: 0px 20px 20px 20px;
	width: 940px;
	font-size: 0.85em;
}

.footer .links {
	float: left;
	margin-top: 20px;
}

.footer .links img {
	border-radius: 0;
}

.footer .links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer .links ul li {
	float: left;
	border-right: 1px solid #c8c5c5;
	color: #525252;
	margin-right: 7px;
	padding-right: 7px;
}

.footer .links ul li:last-child {
	border: none;
}

.footer .links ul li a {
	color: #004c8e;
	text-decoration: none;
}

.footer .links ul li a:hover,.footer .links ul li a:focus {
	color: #002342;
}

.footer .social-media {
	float: right;
	width: auto;
}

.ie7 .footer .social-media {
	width: 85px;
}

.footer .social-media ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	margin-top: 15px;
	position: relative;
}

.footer .social-media ul li {
	float: left;
	margin: 0 2px;
	position: relative;
}

.footer .social-media ul li:last-child {
	margin-right: 0;
}

.footer .social-media ul li a {
	display: block;
	text-indent: -99999px;
	width: 22px;
	height: 22px;
	margin: 0 0 0;
	outline: 0;
}
/* ==========================================================================
   Social Share Footer Menu
   ========================================================================== */
.social-media .page-actions {
	float: right;
	margin-left: 4px;
	margin-top: -5px;
	z-index: 999;
}

.ie7 .social-media .page-actions {
	float: right;
	margin-left: 10px;
	z-index: 999;
	position: relative;
}

.social-media .page-actions ul.social-share-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}

.social-media .page-actions ul.social-share-menu li {
	float: right;
}

.ie7 .social-media .page-actions ul.social-share-menu li {
	float: right;
	position: relative;
}

.social-media .page-actions ul.social-share-menu li a {
	color: #333333;
	font-size: 0.85em;
	padding-left: 0;
	height: 41px;
	padding-top: 20px;
	text-decoration: none;
	margin: 0;
	outline: 0;
	line-height: 41px;
	text-indent: 0;
	padding-bottom: 0;
	z-index: 1100;
	position: relative;
}

.social-media .page-actions ul.social-share-menu li a:hover {
	text-decoration: underline;
	z-index: 1100;
}

.social-media .page-actions ul.social-share-menu>li a.icon-share:hover,.social-media .page-actions ul.social-share-menu>li a.icon-share:focus
	{
	background-image:
		url(/fr_fr/images/social-share-plus-icon-hover_tcm2143-117624.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	z-index: 1100;
}

.social-media .page-actions ul.social-share-menu li a.icon-share {
	background-image:
		url(/fr_fr/images/social-share-plus-icon_tcm2143-115790.png);
	background-position: 0 22px;
	background-repeat: no-repeat;
	z-index: 1100;
}

.social-media .page-actions ul.social-share-menu li ul {
	position: absolute;
	top: -77px;
	right: -7px;
	height: 42px;
	display: table;
	width: 940px;
	table-layout: fixed;
	float: right;
	padding-bottom: 40px;
	z-index: 998;
	background-image:
		url(/fr_fr/images/social-share-tooltip-arrow_tcm2143-118416.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.social-media .page-actions ul.social-share-menu li ul li {
	float: right;
	border: none;
	display: table-cell;
	background-color: #ffffff;
	border-top: 2px solid #d5d5d5;
	padding: 0 6px 0 6px;
	margin: 0;
	z-index: 991;
	position: relative;
}

.social-media .page-actions ul.social-share-menu li ul li:first-child {
	border-right: 2px solid #d5d5d5;
}

.social-media .page-actions ul.social-share-menu li ul li:last-child {
	border-left: 2px solid #d5d5d5;
}

.social-media .page-actions ul.social-share-menu li ul li a {
	color: #333333;
	font-size: 0.97em;
	height: 25px;
	text-decoration: none;
	text-transform: none;
	outline: 0;
	text-indent: 0;
	line-height: 20px;
	padding: 0 6px 0 0;
	margin: 10px 0 10px 0;
	display: inline-block;
	width: auto;
	border-right: 1px solid #a4a4a4;
	background: none;
}

.ie7 .social-media .page-actions ul.social-share-menu li ul li {
	padding: 0 6px 10px 6px;
	margin: 0 0 0 0;
}

.ie7 .social-media .page-actions ul.social-share-menu li ul li a {
	height: 25px;
	line-height: 25px;
	position: relative;
}

.social-media .page-actions ul.social-share-menu li ul li:first-child>a
	{
	border-right: none;
}

.social-media .page-actions ul.social-share-menu li ul li a img {
	padding-right: 5px;
}

/*
 * Common CSS file from 1st Enhahncement Phase - Dunlop
 */

/*------------- Colors ------------------*/
/* MIXINS */
.gradient_large {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eaeaea));
  background: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eaeaea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0);
}
/* END MIXINS */
.goodyear_yellow_color {
  color: #ffe010;
}
.goodyear_yellow_background {
  background: #ffe010;
}
.goodyear_light_blue_color {
  color: #2271bb;
}
.goodyear_light_blue_background {
  background: #2271bb;
}
.goodyear_blue_color {
  color: #004c8e;
}
.goodyear_blue_background {
  background: #004c8e;
}
.goodyear_thick_border {
  border: 2px solid #c7c7c7;
}
.goodyear_thin_border {
  border: 1px solid #c7c7c7;
}
.goodyear_blue_gradient {
  background-color: #0098d8;
  background: -webkit-gradient(linear, left top, left bottom, from(#0098d8), to(#004d8f));
  background: -webkit-linear-gradient(top, #0098d8, #004d8f);
  background: -moz-linear-gradient(top, #0098d8, #004d8f);
  background: -ms-linear-gradient(top, #0098d8, #004d8f);
  background: -o-linear-gradient(top, #0098d8, #004d8f);
  background: linear-gradient(top, #0098d8, #004d8f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@startColor', endColorstr='@endColor', GradientType=0);
}
.gray_gradient {
  background: #fdfdfd;
  background: -moz-linear-gradient(top, #fdfdfd 0%, #cdcdcd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #cdcdcd));
  background: -webkit-linear-gradient(top, #fdfdfd 0%, #cdcdcd 100%);
  background: -o-linear-gradient(top, #fdfdfd 0%, #cdcdcd 100%);
  background: -ms-linear-gradient(top, #fdfdfd 0%, #cdcdcd 100%);
  background: linear-gradient(to bottom, #fdfdfd 0%, #cdcdcd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#cdcdcd', GradientType=0);
}
.gray_gradient_inverted {
  background: #cdcdcd;
  background: -moz-linear-gradient(top, #cdcdcd 0%, #fdfdfd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cdcdcd), color-stop(100%, #fdfdfd));
  background: -webkit-linear-gradient(top, #cdcdcd 0%, #fdfdfd 100%);
  background: -o-linear-gradient(top, #cdcdcd 0%, #fdfdfd 100%);
  background: -ms-linear-gradient(top, #cdcdcd 0%, #fdfdfd 100%);
  background: linear-gradient(to bottom, #cdcdcd 0%, #fdfdfd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cdcdcd', endColorstr='#fdfdfd', GradientType=0);
}
.yellow_gradient {
  background: #fee64b;
  /* Old browsers */

  background: -moz-linear-gradient(top, #fee64b 0%, #f8d90e 50%, #f3d305 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fee64b), color-stop(50%, #f8d90e), color-stop(100%, #f3d305));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #fee64b 0%, #f8d90e 50%, #f3d305 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #fee64b 0%, #f8d90e 50%, #f3d305 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #fee64b 0%, #f8d90e 50%, #f3d305 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #fee64b 0%, #f8d90e 50%, #f3d305 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fee64b', endColorstr='#f3d305', GradientType=0);
  /* IE6-9 */

}
/*------------- Colors END---------------*/
/*------------- Common ------------------*/
/* MIXINS */
/* END MIXINS */
#ca_page_content {
  background: url(/fr_fr/images/goodyear-container-background_tcm2143-107975.gif) center top repeat-x;
}
#ca_page_content {
  float: left;
  width: 100%;
}
#ca_page_content > h2 {
  margin: 20px auto;
  width: 980px;
  text-indent: 20px;
  color: #ffe010;
  background: none;
  padding: 0;
  border: 0;
}
#ca_top {
  width: 980px;
  margin: 0 auto;
}
#ca_top > h1 {
  color: #ffe010;
  margin-left: 20px;
}
#ca_top > h2 {
  color: #ffe010;
  text-indent: 20px;
}
#ca_top .nav a {
  color: #165b97;
}
#ca_top .breadcrumbs {
  min-width: 980px;
}
#ca_top .breadcrumbs .breadcrumbs-wrapper {
  margin: 0;
}
#ca_content {
  width: 980px;
  min-height: 100%;
  margin: 0 auto;
}
#ca_main_content {
  float: left;
  border-radius: 6px;
  width: 980px;
}
.ca_sticky_scroller {
  width: 980px;
  margin: 0 auto;
}
.ca_row {
  float: left;
  width: 100%;
  clear: both;
  position: relative;
}
.footer {
  clear: both;
}
#ca_doormats .footer-inner a {
  color: #b3c9dc;
}
.header-inner-wrapper {
  min-height: 137px;
}
.tbu_bar {
  display: none;
}
.page-actions.inline-actions {
  display: none;
}
/*------------- Common END --------------*/
/*------ Secondary Navigation -----------*/
.ca_sticky_scroller .ca_scroller_navigation,
.ca_secondary_navigation {
  float: left;
  width: 976px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  border: 2px solid #c7c7c7;
  border-radius: 6px 6px 0 0;
}
.ca_sticky_scroller .ca_scroller_navigation ul,
.ca_secondary_navigation ul {
  float: left;
  padding: 0;
  font-size: 15px;
  margin: 1em 0;
}
.ca_sticky_scroller .ca_scroller_navigation ul li,
.ca_secondary_navigation ul li {
  list-style-type: none;
  position: relative;
  float: left;
  padding: 0 16px;
  border-left: 1px solid #c7c7c7;
}
.ca_sticky_scroller .ca_scroller_navigation ul li a,
.ca_secondary_navigation ul li a {
  font-size: 1em;
  line-height: 2em;
}
.ca_sticky_scroller .ca_scroller_navigation ul li:first-child,
.ca_secondary_navigation ul li:first-child {
  margin-left: 18px;
  border-left: 0 none;
}
.ca_sticky_scroller .ca_scroller_navigation ul li.active a,
.ca_secondary_navigation ul li.active a,
.ca_sticky_scroller .ca_scroller_navigation ul li.ca_nav_active a,
.ca_secondary_navigation ul li.ca_nav_active a {
  color: #333;
  text-decoration: none;
}
.ca_sticky_scroller .ca_scroller_navigation ul li.active .pointer,
.ca_secondary_navigation ul li.active .pointer,
.ca_sticky_scroller .ca_scroller_navigation ul li.ca_nav_active .pointer,
.ca_secondary_navigation ul li.ca_nav_active .pointer {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ccc;
  left: 50%;
  margin-left: -10px;
  top: 3em;
}
.ca_sticky_scroller .ca_scroller_navigation ul li.active .pointer .inner_pointer,
.ca_secondary_navigation ul li.active .pointer .inner_pointer,
.ca_sticky_scroller .ca_scroller_navigation ul li.ca_nav_active .pointer .inner_pointer,
.ca_secondary_navigation ul li.ca_nav_active .pointer .inner_pointer {
  position: absolute;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  bottom: 2px;
  left: -8px;
}
/*------ Secondary Navigation END -------*/
/*------ Sticky scroller ----------------*/
.ca_sticky_scroller .ca_center {
  float: left;
  clear: both;
  width: 980px;
  display: block;
}
.ca_sticky_scroller .ca_scroller_navigation {
  border-radius: 6px 6px 0 0;
  border: 2px solid #c7c7c7;
  width: 976px;
  min-width: 976px;
}
.ca_sticky_scroller .ca_scroller_navigation ul {
  width: 976px;
}
.ca_sticky_scroller .ca_scroller_navigation.sticky {
  position: fixed;
  display: block;
  top: 0;
  width: 976px;
  min-width: 976px;
  float: left;
  transition: position 0.2s ease;
}
.ca_sticky_scroller .ca_section {
  min-height: 250px;
  position: relative;
  width: 100%;
  float: left;
  clear: both;
}
.ca_sticky_scroller .ca_section .ca_section_content {
  position: absolute;
  bottom: 0;
  left: 0;
}
.ca_sticky_scroller .ca_section .ca_section_content h1 {
  margin: 0;
  line-height: 1.5em;
  font-size: 24px;
}
.ca_sticky_scroller .ca_section .ca_section_content .section_body {
  float: left;
  width: 450px;
}
.ca_sticky_scroller .ca_section .ca_section_content .section_body h2 {
  font-size: 18px;
  color: #000;
}
.ca_sticky_scroller .ca_section > img {
  border-radius: 4px;
}
.ca_sticky_scroller .scroller_section {
  border-radius: 6px;
  margin-bottom: 20px;
}
.ca_sticky_scroller .scroller_section > img {
  margin-top: -4px;
}
.ca_sticky_scroller .scroller_section .ca_section_content {
  width: 50%;
  left: 2%;
  bottom: 20px;
}
.ca_sticky_scroller .scroller_section .ca_section_content h1 {
  color: #F3E022;
  background: #003E72;
  padding: 10px 20px;
  border-radius: 4px 4px 0 0;
}
.ca_sticky_scroller .scroller_section .ca_section_content .section_body {
  padding: 20px;
  background: #fff;
  border-radius: 0 0 6px 6px;
}
.ca_sticky_scroller .scroller_section .ca_section_content .section_body .ca_teaser > a {
  text-decoration: underline;
  color: #004c8e;
}
.ca_sticky_scroller .scroller_section .ca_section_content .section_body h2 {
  font-size: 14px;
  color: #000;
  margin: 0;
}
.ca_sticky_scroller .scroller_section .ca_section_content .section_body h3 {
  font-size: 14px;
}
.ca_sticky_scroller .scroller_section .width_100 {
  width: 96%;
}
.ca_sticky_scroller .scroller_section .width_100 h1 {
  width: 96%;
}
.ca_sticky_scroller .scroller_section .width_100 .section_body {
  width: 96%;
}
.ca_sticky_scroller .scroller_section .width_100 .section_body .ca_teaser {
  width: 298px;
  float: left;
  display: inline;
}
.ca_sticky_scroller .scroller_section .width_100 .section_body .ca_link_list {
  position: static;
  width: 596px;
  float: right;
  display: inline;
  clear: none;
  margin-top: 20px;
  z-index: 0;
}
.ca_sticky_scroller .scroller_section .width_100 .section_body .ca_link_list ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
.ca_sticky_scroller .scroller_section .width_100 .section_body .ca_link_list li {
  list-style-type: none;
  float: left;
  border-right: 1px solid #dfdfdf;
  width: 148px;
}
.ca_sticky_scroller .scroller_section .width_100 .section_body .ca_link_list li a {
  width: 128px;
  float: left;
  text-align: center;
  padding-right: 20px;
}
.ca_sticky_scroller .scroller_section .width_100 .section_body .ca_link_list li:nth-of-type(4n) {
  border-right: 0;
}
.ca_sticky_scroller .scroller_section .width_100 .section_body .ca_link_list li:last-child {
  border-right: 0;
}
.ca_sticky_scroller .scroller_section .width_100 .section_content {
  width: 33%;
}
/*------ Sticky scroller END -----------*/
/*------ Horisontal scroller ------------*/
#ca_main_content {
  overflow: hidden;
}
.ca_scroller_title {
  margin: 0 auto;
  clear: both;
  padding: 15px;
  margin: 0;
  width: 946px;
  background: #fff;
  color: #004C8E;
  border-left: 2px solid #c1c1c1;
  border-right: 2px solid #c1c1c1;
}
.horizontal_scroller {
  width: 976px;
  padding-bottom: 70px;
  position: relative;
  height: 342px;
  float: left;
  white-space: no-wrap;
  background: #2271bb;
  border: 2px solid #ababab;
}
.horizontal_scroller .scroller_section {
  position: absolute;
  float: left;
  display: inline-block;
  width: 976px;
  height: 340px;
  top: 0;
  background: #fff;
  overflow: hidden;
}
.horizontal_scroller .scroller_section .ca_section_content {
  overflow: hidden;
  bottom: auto;
  width: 936px;
  height: 319px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 20px 0 20px;
}
.horizontal_scroller .scroller_section .ca_section_content .ca_teaser {
  width: 425px;
  background: #fff;
  padding: 10px 20px 20px 10px;
  display: inline-block;
}
.horizontal_scroller .scroller_section .ca_section_content .ca_teaser > h2 {
  margin-top: 0;
  padding-bottom: 10px;
  border: 0 none;
  color: #004c8e;
  text-transform: none;
}
.horizontal_scroller .scroller_section .ca_section_content .ca_teaser ul li {
  clear: both;
  width: 100%;
}
.horizontal_scroller .scroller_section .ca_section_content .article_1_col {
  border: 0;
}
.horizontal_scroller .scroller_section .ca_section_content .ca_article {
  width: 425px;
  background: #fff;
  padding: 10px 20px 20px 10px;
  display: inline-block;
}
.horizontal_scroller .scroller_section .ca_section_content .ca_article > h1 {
  margin-top: 0;
  padding-bottom: 10px;
  border: 0 none;
  color: #004c8e;
  margin-left: 0;
  margin-right: 0;
}
.horizontal_scroller .scroller_section .ca_section_content .ca_article ul li {
  clear: both;
  width: 100%;
}
.horizontal_scroller .scroller_section .ca_section_content .ca_article > img {
  position: absolute;
  top: 0;
  right: 0;
  width: 490px;
  height: auto;
}
.horizontal_scroller .scroller_section .ca_section_content .ca_article .ca_paragraph,
.horizontal_scroller .scroller_section .ca_section_content .ca_article .ca_intro {
  margin-left: 0;
  margin-right: 0;
}
.horizontal_scroller .scroller_section .ca_section_content .video_container {
  float: right;
  display: inline-block;
  overflow: hidden;
  width: 460px;
  height: 259px;
  position: relative;
  background: rgba(0, 0, 0, 0.6);
}
.horizontal_scroller .scroller_section .ca_section_content .video_container .player {
  height: 100%;
}
.horizontal_scroller .scroller_section .ca_section_content.width_70 .ca_article {
  width: 600px;
}
.horizontal_scroller .scroller_section .ca_section_content.width_100 .ca_article {
  width: 890px;
}
.horizontal_scroller .ca_background .ca_section_content .ca_article {
  border: 2px solid #acacac;
  border-radius: 6px;
  padding: 20px;
}
.horizontal_scroller .ca_background .ca_section_content .ca_teaser {
  border-radius: 6px;
  border: 2px solid #acacac;
  padding: 20px;
}
.horizontal_scroller .ca_scroller_navigation {
  padding-top: 12px;
  height: 62px;
  position: absolute;
  bottom: 0;
  width: 848px;
  z-index: 10;
  overflow: hidden;
  margin: 0 56px;
  border-radius: 6px;
}
.horizontal_scroller .ca_scroller_navigation ul {
  margin: 0;
  width: 848px;
  float: left;
  display: block;
  padding: 0 65px;
  height: 48px;
  white-space: no-wrap;
  padding: 0;
  position: relative;
  border-radius: 6px;
  background: #fdfdfd;
  background: -moz-linear-gradient(top, #fdfdfd 0%, #cdcdcd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #cdcdcd));
  background: -webkit-linear-gradient(top, #fdfdfd 0%, #cdcdcd 100%);
  background: -o-linear-gradient(top, #fdfdfd 0%, #cdcdcd 100%);
  background: -ms-linear-gradient(top, #fdfdfd 0%, #cdcdcd 100%);
  background: linear-gradient(to bottom, #fdfdfd 0%, #cdcdcd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#cdcdcd', GradientType=0);
}
.horizontal_scroller .ca_scroller_navigation ul li {
  height: 48px;
  width: 212px;
  float: left;
  text-align: center;
  position: absolute;
  top: 0;
  list-style-type: none;
}
.horizontal_scroller .ca_scroller_navigation ul li a {
  height: 40px;
  display: table-cell;
  text-decoration: none;
  vertical-align: middle;
  font-weight: bold;
  border-right: 1px solid #ababab;
  padding: 4px;
  width: 210px;
}
.horizontal_scroller .ca_scroller_navigation ul li .ca_reduce_fontsize {
  font-size: 12px;
  font-weight: normal;
}
.horizontal_scroller .ca_scroller_navigation ul li.active {
  z-index: 10;
  border: 0 none;
  border-radius: 6px;
  background: 0 none;
}
.horizontal_scroller .ca_scroller_navigation ul li.active a {
  color: #fff;
  width: 214px;
  height: 40px;
  position: relative;
  display: table-cell;
  border-right: 0;
}
.horizontal_scroller .ca_scroller_navigation ul li.active .pointer {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #ffffff;
  left: 50%;
  margin-left: -14px;
  top: -12px;
}
.horizontal_scroller .ca_scroller_navigation ul li.active .pointer .inner_pointer {
  position: absolute;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #2271bb;
  bottom: -14px;
  left: -12px;
}
.horizontal_scroller .ca_scroller_navigation ul li:hover {
  background: #cdcdcd;
  background: -moz-linear-gradient(top, #cdcdcd 0%, #fdfdfd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cdcdcd), color-stop(100%, #fdfdfd));
  background: -webkit-linear-gradient(top, #cdcdcd 0%, #fdfdfd 100%);
  background: -o-linear-gradient(top, #cdcdcd 0%, #fdfdfd 100%);
  background: -ms-linear-gradient(top, #cdcdcd 0%, #fdfdfd 100%);
  background: linear-gradient(to bottom, #cdcdcd 0%, #fdfdfd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cdcdcd', endColorstr='#fdfdfd', GradientType=0);
}
.horizontal_scroller .ca_scroller_navigation ul li.active:hover {
  background: none;
  filter: none;
}
.horizontal_scroller .ca_scroller_navigation ul li.active:before {
  position: absolute;
  content: "";
  float: left;
  width: 212px;
  height: 44px;
  left: -4px;
  background: #2271bb;
  display: block;
  z-index: -1;
  top: 0;
  border-radius: 6px;
  border: 2px solid #fff;
}
.horizontal_scroller .ca_scroller_navigation ul li.active.first_visible:before {
  width: 212px;
  left: 0;
}
.horizontal_scroller .ca_scroller_navigation ul li.active.last_visible:before {
  width: 212px;
  right: 0;
}
.horizontal_scroller .ca_scroller_navigation ul li.last_visible a {
  border: none;
}
.horizontal_scroller .ca_scroller_navigation ul li.last_visible:hover {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.horizontal_scroller .ca_scroller_navigation ul li.first_visible:hover {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.horizontal_scroller .ca_scroller_navigation ul li.last_visible + li:before {
  width: 212px;
  left: 0;
}
.horizontal_scroller:nth-child(1),
.horizontal_scroller:nth-child(2) {
  border-top: 0;
}
.horizontal_scroller:last-child {
  border-radius: 0 0 6px 6px;
}
.ca_nav_button {
  border: 0 none;
  -webkit-appearance: none;
  position: absolute;
  height: 45px;
  width: 45px;
  line-height: 45px;
  background: #fff;
  bottom: 17px;
}
.ca_nav_button:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.right {
  right: 5px;
  background: url(/fr_fr/images/h_scroller_arrow_right_tcm2143-151293.png) center center no-repeat;
}
.left {
  left: 5px;
  background: url(/fr_fr/images/h_scroller_arrow_left_tcm2143-151292.png) center center no-repeat;
}
.is-fullscreen img {
  display: none;
}
/*------ Horisontal scroller END --------*/
/*------ Tab scroller -------------------*/
.tab_scroller {
  width: 940px;
  border: 2px solid #ccc;
  border-radius: 6px;
  background: #fff;
  padding: 18px;
  position: relative;
  float: left;
  clear: both;
  padding-bottom: 40px;
}
.tab_scroller .ca_scroller_navigation {
  width: 940px;
  display: block;
}
.tab_scroller .ca_scroller_navigation ul {
  width: 940px;
  padding: 0;
  margin: 0;
  float: left;
  position: relative;
  height: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

}
.tab_scroller .ca_scroller_navigation ul li {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eaeaea));
  background: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eaeaea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0);
  text-transform: uppercase;
  text-align: center;
  width: 313px;
  position: relative;
  bottom: 0;
  margin-top: 10px;
  height: 94px;
  border: 2px solid #ccc;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  list-style-type: none;
  float: left;
}
.tab_scroller .ca_scroller_navigation ul li a {
  width: inherit;
  display: block;
  text-decoration: none;
  font-size: 15px;
  text-transform: uppercase;
  padding-left: 75px;
  padding-right: 10px;
  display: table-cell;
  vertical-align: middle;
  height: 90px;
}
.tab_scroller .ca_scroller_navigation ul li a > img {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -30px;
}
.tab_scroller .ca_scroller_navigation ul li a:hover {
  cursor: pointer;
}
.tab_scroller .ca_scroller_navigation ul li.active {
  background: #fff;
  filter: none;
  width: 314px;
}
.tab_scroller .ca_scroller_navigation ul li.active .pointer {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #ccc transparent transparent transparent;
  position: absolute;
  bottom: -15px;
  left: 45%;
  z-index: 1;
}
.tab_scroller .ca_scroller_navigation ul li.active .pointer .inner_pointer {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: -17px;
  left: -15px;
  z-index: 5;
}
.tab_scroller .ca_scroller_navigation ul li:nth-of-type(3n-2) {
  border-radius: 6px 0 0 0;
}
.tab_scroller .ca_scroller_navigation ul li:nth-child(2) {
  border-left: 0;
  border-right: 0;
}
.tab_scroller .ca_scroller_navigation ul li:nth-of-type(3n-1) {
  border-left: 0;
  border-right: 0;
}
.tab_scroller .ca_scroller_navigation ul li:nth-of-type(3n) {
  border-radius: 0 6px 0 0;
}
.tab_scroller .scroller_section {
  display: none;
  opacity: 0;
  position: absolute;
  top: 0;
}
.tab_scroller .active.scroller_section {
  display: block;
  opacity: 1;
  position: relative;
}
.tab_scroller .scroller_section {
  padding: 19px;
  padding-bottom: 30px;
  float: left;
  width: 900px;
  border: 1px solid #ccc;
  border-top: none;
}
.tab_scroller .scroller_section > img {
  float: left;
  display: inline;
  margin: 20px 19px;
}
.tab_scroller .scroller_section .ca_section_content {
  margin-top: 20px;
  float: left;
  display: inline;
  width: 890px;
}
.tab_scroller .scroller_section .ca_section_content .section_body {
  float: left;
}
.tab_scroller .scroller_section .ca_section_content h1 {
  margin-top: 0;
}
.tab_scroller .scroller_section .ca_section_content .ca_article {
  position: relative;
  float: left;
  width: 900px;
}
.tab_scroller .scroller_section .ca_section_content .ca_article > img {
  float: left;
  margin-right: 25px;
  width: 110px;
  max-width: 110px;
  height: auto;
}
.tab_scroller .scroller_section .ca_section_content .ca_article .ca_intro {
  float: right;
  display: inline;
  padding-left: 19px;
  border-left: 1px solid #c1c1c1;
  padding-bottom: 20px;
  width: 745px;
  font-size: 16px;
  margin: 0;
}
.tab_scroller .scroller_section .ca_section_content .ca_article .ca_paragraph {
  position: relative;
  float: right;
  display: inline;
  padding-bottom: 20px;
  width: 745px;
  padding-left: 19px;
  border-left: 1px solid #c1c1c1;
  margin: 0;
}
.tab_scroller .scroller_section .ca_section_content .ca_article .ca_paragraph > h3 {
  margin-top: 0;
}
.tab_scroller .scroller_section .ca_section_content .ca_article .ca_paragraph .ca_paragraph_body {
  float: right;
  width: 420px;
  padding-right: 10px;
  margin-top: -15px;
}
.tab_scroller .scroller_section .ca_section_content .ca_article .ca_paragraph .ca_paragraph_body p {
  margin-bottom: 16px;
}
.tab_scroller .scroller_section .ca_section_content .ca_article .ca_paragraph .ca_paragraph_body p strong:nth-of-type(1) {
  clear: both;
  line-height: 1.5em;
}
.tab_scroller .scroller_section .ca_section_content .ca_article .ca_paragraph > img {
  float: left;
  max-width: 296px;
  height: auto;
}
.tab_scroller .scroller_section .ca_section_content .article_1_col,
.tab_scroller .scroller_section .ca_section_content .article_2_html_col,
.tab_scroller .scroller_section .ca_section_content .article_3_html_col {
  border: 0 none;
  width: 900px;
}
.tab_scroller .scroller_section .ca_section_content .article_1_col > img,
.tab_scroller .scroller_section .ca_section_content .article_2_html_col > img,
.tab_scroller .scroller_section .ca_section_content .article_3_html_col > img {
  float: left;
  margin: 0;
  width: 100%;
  max-width: 900px;
  height: auto;
}
.tab_scroller .scroller_section .ca_section_content .article_1_col > h1,
.tab_scroller .scroller_section .ca_section_content .article_2_html_col > h1,
.tab_scroller .scroller_section .ca_section_content .article_3_html_col > h1 {
  float: left;
  width: 100%;
  clear: both;
  margin: 16px 0;
}
.tab_scroller .scroller_section .ca_section_content .article_1_col .ca_paragraph,
.tab_scroller .scroller_section .ca_section_content .article_2_html_col .ca_paragraph,
.tab_scroller .scroller_section .ca_section_content .article_3_html_col .ca_paragraph,
.tab_scroller .scroller_section .ca_section_content .article_1_col .ca_intro,
.tab_scroller .scroller_section .ca_section_content .article_2_html_col .ca_intro,
.tab_scroller .scroller_section .ca_section_content .article_3_html_col .ca_intro {
  border: 0 none;
  width: 100%;
}
.tab_scroller .scroller_section .ca_section_content .article_1_col .ca_intro,
.tab_scroller .scroller_section .ca_section_content .article_2_html_col .ca_intro,
.tab_scroller .scroller_section .ca_section_content .article_3_html_col .ca_intro {
  font-size: 13px;
}
.tab_scroller .scroller_section .ca_section_content .article_1_col .ca_paragraph .ca_paragraph_body,
.tab_scroller .scroller_section .ca_section_content .article_2_html_col .ca_paragraph .ca_paragraph_body,
.tab_scroller .scroller_section .ca_section_content .article_3_html_col .ca_paragraph .ca_paragraph_body {
  float: left;
  width: 100%;
  margin-top: 0;
}
.tab_scroller .scroller_section .ca_section_content .article_2_html_col .ca_paragraph {
  margin-right: 0;
  float: left;
  display: inline;
  width: 443px;
  padding: 0;
}
.tab_scroller .scroller_section .ca_section_content .article_2_html_col .ca_paragraph > img {
  width: 100%;
  height: auto;
}
.tab_scroller .scroller_section .ca_section_content .article_2_html_col .ca_paragraph img + h3 {
  margin-top: 15px;
}
.tab_scroller .scroller_section .ca_section_content .article_2_html_col .ca_paragraph img + .ca_paragraph_body {
  margin-top: 15px;
}
.tab_scroller .scroller_section .ca_section_content .article_2_html_col .ca_paragraph:nth-last-of-type(2n-2) {
  clear: both;
}
.tab_scroller .scroller_section .ca_section_content .article_2_html_col .ca_paragraph:nth-last-of-type(2n-1) {
  float: right;
}
.tab_scroller .scroller_section .ca_section_content .article_3_html_col .ca_intro {
  display: block;
  float: left;
  padding: 0;
  position: static;
  margin-bottom: 20px;
}
.tab_scroller .scroller_section .ca_section_content .article_3_html_col .ca_paragraph {
  margin-right: 0;
  float: left;
  display: inline-block;
  width: 290px;
  padding-left: 15px;
}
.tab_scroller .scroller_section .ca_section_content .article_3_html_col .ca_paragraph > img {
  width: 290px;
  height: auto;
}
.tab_scroller .scroller_section .ca_section_content .article_3_html_col .ca_paragraph:nth-last-of-type(3n-3) {
  clear: both;
  padding: 0;
}
/*------ Tab scroller END ---------------*/
/*------ Grid  ----------------------*/
.ca_confirmation_grid {
  position: relative;
  margin: 20px 0;
}
.ca_confirmation_grid .ca_column_100 h1 {
  margin: 20px;
  padding: 15px 0;
  color: #004c8e;
  font-size: 20px;
  border-bottom: 1px solid #ababab;
  margin-bottom: 30px;
}
.ca_confirmation_grid .ca_column_50 {
  float: left;
  width: 50%;
}
.ca_confirmation_grid .ca_teaser,
.ca_confirmation_grid article.article_1_col {
  border: 0;
  float: left;
  width: 478px;
  padding-right: 10px;
}
.ca_confirmation_grid .ca_teaser {
  width: 463px;
  float: right;
}
.ca_confirmation_grid .ca_paragraph h3 {
  color: #004c8e;
}
.ca_confirmation_grid .ca_row:last-child:before {
  content: "";
  float: left;
  position: absolute;
  width: 0;
  border-left: 1px solid #ababab;
  left: 50%;
  margin-left: -2px;
  height: 80%;
  top: 0;
}
.ca_grid {
  float: left;
  width: 976px;
  background: #fff;
  border: 2px solid #c7c7c7;
  border-radius: 8px;
}
.ca_grid .partner_logo_list {
  background: #fff;
  padding: 40px 20px;
}
.ca_grid .partner_logo_list ul {
  margin: 0;
  padding: 0;
}
.ca_grid .partner_logo_list ul li {
  list-style-type: none;
  display: inline;
  float: left;
  width: 16.5%;
  margin: 20px 0;
  text-align: center;
  height: 80px;
}
.ca_grid .partner_logo_list ul li a {
  display: block;
  float: left;
  width: 100%;
}
.ca_grid .partner_logo_list ul li img {
  padding: 0 27px;
  border-right: 1px solid #ccc;
}
.ca_grid .partner_logo_list ul li:last-of-type img,
.ca_grid .partner_logo_list ul li:nth-of-type(6n) img {
  border-right: 0 none;
}
.ca_grid .partner_logo_list ul li:last-of-type a,
.ca_grid .partner_logo_list ul li:nth-of-type(6n) a {
  border-right: 0 none;
}
.ca_grid .partner_logo_list ul li:nth-of-type(1),
.ca_grid .partner_logo_list ul li:nth-of-type(2),
.ca_grid .partner_logo_list ul li:nth-of-type(3),
.ca_grid .partner_logo_list ul li:nth-of-type(4),
.ca_grid .partner_logo_list ul li:nth-of-type(5),
.ca_grid .partner_logo_list ul li:nth-of-type(6) {
  border-bottom: 1px solid #ccc;
}
.ca_grid .partnerships_subtitle > h3 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 0;
  color: #004c8e;
}
.ca_grid .ca_column_66 {
  float: left;
  width: 60%;
  display: inline;
  margin-left: 20px;
}
.ca_grid .ca_column_66 .ca_teaser {
  width: 100%;
  float: left;
  clear: none;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  min-height: 170px;
  background: #fff;
  position: relative;
}
.ca_grid .ca_column_66 .ca_teaser > img {
  float: left;
  display: inline;
  position: absolute;
  top: 20px;
  left: 0;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.ca_grid .ca_column_66 .ca_teaser h2,
.ca_grid .ca_column_66 .ca_teaser h3,
.ca_grid .ca_column_66 .ca_teaser .teaser_body {
  float: right;
  width: 70%;
  display: inline;
}
.ca_grid .ca_column_66 .ca_teaser a {
  background: url(/fr_fr/images/li_a_decoration_tcm2143-151294.png) no-repeat scroll 0 14px #ffffff;
  clear: both;
  display: block;
  padding-top: 10px;
  text-indent: 14px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 10px;
  float: left;
}
.ca_grid .ca_column_66 .ca_teaser:last-child {
  margin-bottom: 20px;
}
.ca_grid .ca_column_33 {
  float: right;
  width: 31%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 20px;
}
.ca_grid .ca_column_33 .ca_teaser {
  width: 300px;
  float: left;
  margin: 0;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-top: 20px;
  background: #f4f4f4;
}
.ca_grid .ca_column_33 .ca_teaser > img {
  float: left;
  display: inline;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 8px 8px 0 0;
}
.ca_grid .ca_column_33 .ca_teaser h2 {
  border-top: 1px solid #ccc;
  margin-top: 140px;
  padding-top: 12px;
  text-indent: 10px;
  color: #004c8e;
}
.ca_grid .ca_column_33 .ca_teaser .teaser_body {
  padding: 10px;
}
.ca_grid .ca_column_33 .ca_teaser a {
  text-decoration: none;
  color: #555;
  margin-top: 10px;
  float: left;
  margin-bottom: 10px;
  color: #004c8e;
}
.ca_grid .ca_link_list {
  margin-top: 0;
}
.ca_contest_grid {
  float: left;
  height: auto;
}
.ca_contest_grid .ca_column_66 {
  margin-left: 0;
  display: inline-block;
  width: 660x;
  height: auto;
  margin: 0;
}
.ca_contest_grid .ca_column_66 article {
  margin: 20px;
  float: left;
  width: 620px;
  border: 0 none;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.ca_contest_grid .ca_column_33 {
  width: 296px;
  height: auto;
  position: relative;
  float: right;
  display: inline-block;
  padding: 0;
}
.ca_contest_grid .ca_column_33 .ca_teaser_list {
  float: left;
  width: 270px;
  padding: 0;
}
.ca_contest_grid .ca_column_33 .ca_teaser_list > h2 {
  font-size: 14px;
  padding: 0 10px;
}
.ca_contest_grid .ca_column_33 .ca_teaser_list .ca_teaser_list_body {
  margin: 5px 10px;
  padding: 5px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.ca_contest_grid .ca_column_33 ul {
  float: left;
}
.ca_contest_grid .ca_column_33 ul li {
  float: left;
}
.ca_contest_grid .ca_column_33 .ca_teaser {
  border: 0;
  padding: 0;
  width: 250px;
  float: left;
  margin-top: 10px;
}
.ca_contest_grid .ca_column_33 .ca_teaser img {
  position: relative;
  float: left;
  margin-bottom: 20px;
}
.ca_contest_grid .ca_column_33 .ca_teaser h2 {
  border: 0;
  margin-top: 0;
  text-indent: 0;
}
.ca_contest_grid .ca_column_33 .ca_teaser h2,
.ca_contest_grid .ca_column_33 .ca_teaser .teaser_body {
  float: left;
  margin-bottom: 0;
  display: inline;
  width: 170px;
  padding: 0 10px;
}
.manifesto_grid {
  margin-top: 10px;
}
.manifesto_grid .ca_column_100 .article_1_col {
  width: 100%;
  border: 0 none;
  margin: 14px 0 0 0;
  padding-bottom: 0;
}
.manifesto_grid .ca_column_100 .article_1_col h1 {
  font-size: 18px;
}
.manifesto_grid .ca_column_33.manifesto_video {
  float: left;
  width: 336px;
  padding: 0;
  position: relative;
  margin-bottom: 30px;
  border: 2px solid #c7c7c7;
  border-radius: 6px;
  overflow: hidden;
}
.manifesto_grid .ca_column_33.manifesto_video .video_container {
  height: 137px;
}
.manifesto_grid .ca_column_33.manifesto_video .player.is-mouseout .fp-timeline {
  height: 0px;
}
.manifesto_grid .ca_column_33.manifesto_video .player {
  height: 137px;
}
.manifesto_grid .ca_column_33.manifesto_video video {
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.manifesto_grid .ca_column_33.manifesto_video .ca_teaser {
  margin: 0;
  border: 0;
  width: 100%;
  border-radius: 0;
}
.manifesto_grid .ca_column_33.manifesto_video .ca_teaser a {
  text-decoration: underline;
  padding-bottom: 10px;
  padding-left: 10px;
}
.manifesto_grid .manifesto_video .is-splash {
  background: url("../Images/enhancement/manifesto-thumbnail.png") no-repeat scroll 0 14px #ffffff;
}
.manifesto_grid .ca_column_66 {
  margin-left: 0;
  width: 623px;
}
.manifesto_grid .ca_column_66 .article_1_col {
  width: 100%;
  border: 0 none;
}
.manifesto_grid .ca_column_66 article {
  margin: 0;
}
/*------ Grid END -------------------*/
/*------ Articles  ----------------------*/
.ca_article {
  float: left;
}
.ca_article > img {
  width: 100%;
  height: auto;
}
.ca_article h1 {
  border-bottom: 1px solid #ababab;
  padding-bottom: 10px;
  color: #004c8e;
}
.ca_article h1,
.ca_article h2,
.ca_article .ca_intro,
.ca_article .ca_paragraph {
  margin-left: 15px;
  margin-right: 15px;
}
.ca_article .ca_intro {
  margin-bottom: 15px;
}
.ca_article .ca_paragraph h3 {
  margin-top: 0;
}
.ca_article .ca_paragraph .ca_paragraph_body * {
  float: none;
}
.ca_article .ca_paragraph .ca_paragraph_body > p:first-child {
  margin-top: 0;
}
.article_1_col,
.article_2_css_col,
.article_3_css_col,
.article_2_html_col,
.article_3_html_col {
  width: 976px;
  background: #fff;
  border-left: 2px solid #c1c1c1;
  border-right: 2px solid #c1c1c1;
  margin: 0;
  padding-bottom: 20px;
}
.article_1_col:last-child,
.article_2_css_col:last-child,
.article_3_css_col:last-child,
.article_2_html_col:last-child,
.article_3_html_col:last-child {
  border-bottom: 2px solid #c1c1c1;
  border-radius: 0 0 6px 6px;
}
.article_1_col:first-child,
.article_2_css_col:first-child,
.article_3_css_col:first-child,
.article_2_html_col:first-child,
.article_3_html_col:first-child {
  border-top: 2px solid #c1c1c1;
}
.article_1_col {
  overflow: hidden;
}
.article_1_col > img:last-child {
  margin-bottom: -20px;
  border-radius: 0 0 4px 4px;
}
.article_1_col:last-child {
  border-radius: 0 0 6px 6px;
}
.article_2_css_col .ca_paragraph {
  column-count: 2;
  column-gap: 20px;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
}
.article_2_css_col .ca_paragraph .ca_paragraph_body ul:before {
  clear: both;
  content: "";
  height: 15px;
  width: 100%;
  display: block;
}
.article_2_css_col .ca_paragraph .ca_paragraph_body ul:after {
  clear: both;
  content: "";
  height: 15px;
  width: 100%;
  display: block;
}
.article_3_css_col .ca_paragraph {
  column-count: 3;
  column-gap: 20px;
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
}
.article_3_css_col .ca_paragraph .ca_paragraph_body ul:before {
  clear: both;
  content: "";
  height: 15px;
  width: 100%;
  display: block;
}
.article_3_css_col .ca_paragraph .ca_paragraph_body ul:after {
  clear: both;
  content: "";
  height: 15px;
  width: 100%;
  display: block;
}
.article_2_html_col > h2 {
  font-size: 16px;
}
.article_2_html_col .ca_paragraph {
  margin-top: 10px;
  margin-right: 0;
  float: left;
  display: inline;
  width: 465px;
}
.article_2_html_col .ca_paragraph > img {
  width: 100%;
  height: auto;
}
.article_2_html_col .article-cta-button {
  width: 340px;
  height: 90px;
  border: 1px solid #ababab;
  display: block;
  clear: both;
  margin: 20px auto;
  border-radius: 4px;
  text-align: center;
  font-size: 21px;
  line-height: 90px;
}
.article_2_html_col .article-cta-button > img {
  float: left;
}
.article_2_html_col .article-cta-button:hover {
  background-color: #004c8e;
  color: #ffffff;
}
.article_2_html_col .ca_paragraph:nth-last-of-type(2n-2) {
  clear: both;
}
.article_3_html_col .ca_paragraph {
  margin-right: 0;
  float: left;
  display: inline;
  width: 307px;
  margin-bottom: 15px;
}
.article_3_html_col .ca_paragraph > p:first-child {
  margin-top: 0;
}
.article_3_html_col .ca_paragraph > img {
  float: none;
  clear: both;
  display: block;
}
.article_3_html_col .ca_paragraph > img:first-child {
  margin-bottom: 15px;
}
.article_3_html_col .ca_paragraph:nth-last-of-type(3n-3) {
  float: left;
  clear: both;
}
.ca_mobile_features .ca_paragraph {
  width: 215px;
  padding-left: 62px;
  padding-right: 30px;
  margin-bottom: 15px;
}
.ca_mobile_features .ca_paragraph h3 {
  margin-bottom: 5px;
}
.ca_mobile_banner {
  position: relative;
  border-left: 2px solid #c1c1c1;
  border-right: 2px solid #c1c1c1;
}
.ca_mobile_banner > img {
  width: 100%;
  height: auto;
}
.ca_mobile_banner .ca_paragraph {
  position: absolute;
  top: 30px;
  right: 20px;
  width: 290px;
  background: #fff;
  border-radius: 6px;
  border: 2px solid #ccc;
  padding: 15px;
}
.ca_mobile_banner .ca_paragraph h3 {
  color: #004C8E;
}
.ca_mobile_banner .ca_paragraph .qr_code {
  width: 113px;
  height: 113px;
}
.ca_mobile_banner .ca_paragraph .ca_paragraph_body ul:before {
  display: none;
}
.ca_mobile_banner .ca_paragraph .ca_paragraph_body ul:after {
  display: none;
}
#ca_main_content > .article_1_col:first-child {
  border-radius: 6px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.article_rotating_tires {
  position: relative;
  border-left: 2px solid #c1c1c1;
  border-right: 2px solid #c1c1c1;
  overflow: hidden;
  border-bottom: 1px solid #c1c1c1;
}
.article_rotating_tires:first-child {
  border-top: 2px solid #c1c1c1;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.article_rotating_tires:last-child {
  border-bottom: 2px solid #c1c1c1;
  padding-bottom: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.article_rotating_tires .ca_paragraph {
  position: absolute;
  top: 310px;
  width: 196px;
  text-align: center;
  margin: 0;
}
.article_rotating_tires .ca_paragraph p {
  margin: 0;
}
.article_rotating_tires .ca_paragraph:nth-of-type( 1 ) {
  left: 0;
}
.article_rotating_tires .ca_paragraph:nth-of-type( 2 ) {
  left: 196px;
}
.article_rotating_tires .ca_paragraph:nth-of-type( 3 ) {
  left: 392px;
}
.article_rotating_tires .ca_paragraph:nth-of-type( 4 ) {
  right: 196px;
}
.article_rotating_tires .ca_paragraph:nth-of-type( 5 ) {
  right: 0;
}
/*------ Articles END -------------------*/
/*------ Teasers  ----------------------*/
.ca_mobile_teaser {
  position: relative;
  height: 455px;
  background: #fff;
  border-right: 2px solid #ccc;
  border-left: 2px solid #ccc;
  width: 976px;
  clear: both;
}
.ca_mobile_teaser * {
  position: relative;
  z-index: 1;
}
.ca_mobile_teaser > img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  z-index: 0;
}
.ca_mobile_teaser h1:first-child {
  margin-top: 60px;
  border-radius: 6px 6px 0 0;
  border-top: 2px solid #ccc;
  padding-top: 15px;
  color: #004C8E;
}
.ca_mobile_teaser h2:first-child {
  margin-top: 30px;
  border-radius: 6px 6px 0 0;
  border-top: 2px solid #ccc;
  color: #004C8E;
}
.ca_mobile_teaser h1,
.ca_mobile_teaser h2,
.ca_mobile_teaser h3,
.ca_mobile_teaser .teaser_body {
  padding: 15px 15px 5px 15px;
  margin: 0 30px 0 0;
  clear: both;
  background: #fff;
  float: right;
  width: 295px;
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
}
.ca_mobile_teaser .teaser_body {
  padding: 0 15px 15px 15px;
  border-bottom: 2px solid #ccc;
  border-radius: 0 0 6px 6px;
}
.ca_mobile_teaser .teaser_body .teaser_intro {
  float: left;
  clear: both;
}
.ca_mobile_teaser .qr_code {
  width: 115px;
  height: 115px;
  float: left;
  clear: both;
  background: orange;
  margin: 10px 0;
}
.ca_mobile_teaser .ca_app_button {
  float: left;
  clear: both;
  margin: 10px 0;
}
.banner_teaser {
  position: relative;
  float: left;
  width: 976px;
  margin-bottom: 10px;
  overflow: hidden;
  border: 2px solid #c1c1c1;
  border-radius: 8px;
}
.banner_teaser h2,
.banner_teaser h3,
.banner_teaser .teaser_body {
  position: absolute;
}
.banner_teaser h2 {
  top: 170px;
  left: 20px;
  background: #004c98;
  color: #fff;
  padding: 5px 10px;
  line-height: 40px;
}
.banner_teaser h2 > img {
  height: 100%;
  width: auto;
  position: absolute;
  left: 100%;
  top: 0;
}
.banner_teaser .teaser_body {
  float: left;
  max-width: 700px;
  background: #004c98;
  color: #fff;
  top: 230px;
  left: 20px;
  padding: 5px 10px;
  line-height: 2.5em;
}
.banner_teaser .teaser_body > img {
  height: 100%;
  width: auto;
  position: absolute;
  left: 100%;
  top: 0;
  border-radius: 8px;
  border: 1px solid #ccc;
}
.partnership_teaser > h2 {
  color: #004c8e;
  line-height: 50px;
  margin-left: 20px;
  margin-right: 20px;
  border-bottom: 1px solid #ccc;
}
.partnership_teaser h3 {
  padding: 0 20px;
}
.partnership_teaser .teaser_body {
  padding: 0 20px;
}
.ca_teaser_list {
  padding: 20px;
  border: 2px solid #d5d5d5;
  border-radius: 6px;
  background: #f7f7f7;
  float: right;
  width: 263px;
  display: inline;
  margin-right: 20px;
  margin-bottom: 20px;
}
.ca_teaser_list h2 {
  font-size: 14px;
  color: #333;
}
.ca_teaser_list > h2 {
  color: #004c8e;
  font-size: 18px;
}
.ca_teaser_list ul {
  padding: 0;
}
.ca_teaser_list ul li {
  list-style-type: none;
}
.ca_teaser_list .ca_teaser {
  padding: 18px 0;
  border-top: 1px solid #c7c7c7;
  float: left;
  clear: both;
}
.ca_teaser_list .ca_teaser h2 {
  margin-top: 0;
  float: left;
}
.ca_teaser_list .ca_teaser h2,
.ca_teaser_list .ca_teaser .teaser_body {
  display: inline;
  width: 200px;
}
.ca_teaser_list .ca_teaser .teaser_body {
  float: left;
}
.ca_teaser_list .ca_teaser .teaser_body > a {
  text-decoration: underline;
}
.ca_teaser_list .ca_teaser > img {
  float: left;
  display: inline;
  margin-right: 10px;
  border: 1px solid #c7c7c7;
  border-radius: 8px;
}
.ca_teaser_list .ca_teaser.clickable {
  position: relative;
}
.ca_teaser_list .ca_teaser.clickable a {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.campaign_teaser {
  margin-top: 20px;
}
.campaign_teaser h2 {
  margin: 0;
  border-radius: 6px 6px 0 0;
  padding: 18px;
  width: 500px;
  height: auto;
  line-height: 1.5em;
  top: 40px;
  color: #ffe010;
}
.campaign_teaser .teaser_body {
  padding: 18px;
  width: 500px;
  top: 100px;
  background: #fff;
  color: #000;
  border-radius: 0 0 6px 6px;
}
.campaign_teaser .teaser_body .teaser_intro {
  line-height: 1.5em;
}
.campaign_teaser .teaser_body .ca_call_to_action {
  font-size: 16px;
  color: #4c8c1c;
}
#ca_doormats .three_in_row {
  width: 940px;
  margin-right: 0;
  height: auto;
}
#ca_doormats .three_in_row ul {
  float: left;
}
#ca_doormats .three_in_row li {
  float: left;
  display: inline;
  width: 296px;
  border: 2px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
}
#ca_doormats .three_in_row li .ca_teaser {
  border: 0;
  padding: 0;
}
#ca_doormats .three_in_row li .ca_teaser > img {
  border: 0 none;
  border-radius: 0;
  width: 100%;
  height: auto;
  border-bottom: 2px solid #ccc;
  margin: 0;
}
#ca_doormats .three_in_row li .ca_teaser > h2 {
  width: 276px;
  padding: 10px 10px 0 10px;
  margin: 0;
  color: #004C8E;
}
#ca_doormats .three_in_row li .ca_teaser .teaser_body {
  width: 276px;
  padding: 10px;
  margin: 0;
}
#ca_doormats .three_in_row li .clickable {
  position: relative;
}
#ca_doormats .three_in_row li .clickable a {
  margin: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
#ca_doormats .three_in_row li .clickable:hover {
  margin-top: -2px;
}
#ca_doormats .three_in_row li:nth-of-type(3n-1) {
  margin: 0 20px;
}
.teaser_promocode {
  padding-right: 15px;
  position: relative;
}
.teaser_promocode > h2 {
  font-size: 15px;
  color: #004c8e;
  margin-top: 0;
}
.teaser_promocode h3 {
  font-size: 30px;
  color: #525252;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
}
.teaser_promocode .teaser_intro {
  width: 350px;
}
.ca_download_pdf {
  position: absolute;
  bottom: 0;
  right: 15px;
  padding: 10px;
  border: 1px solid #ababab;
  color: #004c8e;
  border-radius: 6px;
  line-height: 21px;
}
.ca_download_pdf:before {
  background: url(/fr_fr/images/download_icon_tcm2143-159112.png) left center no-repeat;
  content: "";
  width: 17px;
  height: 21px;
  float: left;
  display: inline;
  margin-right: 10px;
}
.ca_download_pdf:hover {
  background: #2271bb;
  color: #fff;
  text-decoration: none;
}
.ca_download_pdf:hover:before {
  background: url(/fr_fr/images/download_icon_hover_tcm2143-159113.png) left center no-repeat;
  content: "";
  width: 17px;
  height: 21px;
  float: left;
  display: inline;
  margin-right: 10px;
}
.teaser_qrcode {
  position: relative;
  margin-bottom: 20px;
}
.teaser_qrcode h2 {
  margin: 0;
  font-size: 15px;
  color: #004c8e;
  margin-bottom: 1em;
}
.teaser_qrcode > h2,
.teaser_qrcode .teaser_body {
  float: right;
  width: 170px;
  padding-right: 160px;
}
.social_cta {
  padding: 15px;
  color: #004c8e;
  position: relative;
  float: left;
  width: 950px;
  padding-bottom: 25px;
}
.social_cta h2,
.social_cta h3 {
  font-size: 16px;
  width: 630px;
  margin: 0;
  text-transform: uppercase;
}
.social_cta .teaser_body {
  float: left;
  color: #000;
}
.social_cta .teaser_body .teaser_intro {
  text-transform: uppercase;
  width: 630px;
}
.social_cta .teaser_body .ca_twitter_button {
  width: 310px;
  margin: 0;
  height: 52px;
  border: 1px solid #3b5999;
  display: inline-block;
  float: none;
  line-height: 52px;
  position: absolute;
  background: url("../../00 Common/Images/enhancement/twitter_btn_gradient.png");
  font-size: 16px;
  text-shadow: 1px -1px #152d98;
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
  border-radius: 6px 6px 0 6px;
}
.social_cta .teaser_body .ca_twitter_button:before {
  content: "";
  background: url("../../00 Common/Images/enhancement/twitter_btn_logo.png");
  float: left;
  width: 61px;
  height: 52px;
  position: relative;
  bottom: -1px;
  margin-right: 10px;
}
.social_cta .teaser_body .ca_twitter_button:after {
  content: "";
  background: url("../../00 Common/Images/enhancement/twitter_btn_fold.png");
  float: left;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  bottom: -11px;
}
.social_cta .teaser_body > a {
  width: 300px;
  top: 15px;
  right: -9px;
}
.ca_grid .ca_column_66 .fb_button_container.ca_teaser {
  width: 100%;
  text-align: center;
  border: 0 none;
  padding: 0;
  min-height: 62px;
  margin-bottom: 20px;
}
.ca_grid .ca_column_66 .fb_button_container.ca_teaser .teaser_body {
  width: 100%;
  text-align: center;
  float: right;
  height: 62px;
}
.ca_grid .ca_column_66 .fb_button_container.ca_teaser .ca_facebook_button {
  padding-top: 0;
  margin: 0;
  height: 58px;
  border: 1px solid #3b5999;
  display: inline-block;
  float: none;
  line-height: 58px;
  position: relative;
  background: url("../../00 Common/Images/enhancement/fb_button_background.png");
  padding-right: 53px;
  font-size: 18px;
  text-shadow: 1px -1px #152d98;
  color: #fff;
  letter-spacing: 1px;
}
.ca_grid .ca_column_66 .fb_button_container.ca_teaser .ca_facebook_button:before {
  content: "";
  background: url("../../00 Common/Images/enhancement/fb_button_icon.png");
  float: left;
  width: 59px;
  height: 60px;
  position: relative;
  bottom: -1px;
  margin-right: 20px;
}
.ca_grid .ca_column_66 .pn_button_container.ca_teaser {
  text-align: center;
  border: 0 none;
  padding: 0;
  min-height: 62px;
  margin-bottom: 20px;
}
.ca_grid .ca_column_66 .pn_button_container.ca_teaser .teaser_body {
  width: 100%;
  text-align: center;
  float: right;
  height: 62px;
}
.ca_grid .ca_column_66 .pn_button_container.ca_teaser .ca_pinterest_button {
  margin: 0;
  height: 58px;
  border: 1px solid #3b5999;
  display: inline-block;
  float: none;
  line-height: 58px;
  position: relative;
  background: url("../../00 Common/Images/enhancement/pinterest_btn_gradient.png");
  padding-right: 53px;
  font-size: 18px;
  text-shadow: 1px -1px #152d98;
  color: #fff;
  letter-spacing: 1px;
  padding-top: 0;
}
.ca_grid .ca_column_66 .pn_button_container.ca_teaser .ca_pinterest_button:before {
  content: "";
  background: url("../../00 Common/Images/enhancement/pinterest_btn_logo.png");
  float: left;
  width: 59px;
  height: 60px;
  position: relative;
  bottom: -1px;
  margin-right: 20px;
}
.ca_grid .ca_column_66 .ca_teaser.social_cta_teaser {
  width: 620px;
  min-height: 120px;
  margin: 20px 0;
  margin-left: 25px;
  border: 0;
  padding: 0;
}
.ca_grid .ca_column_66 .ca_teaser.social_cta_teaser > img {
  position: static;
  float: left;
}
.ca_grid .ca_column_66 .ca_teaser.social_cta_teaser h2 {
  margin: 0;
  position: absolute;
  float: left;
  bottom: 20px;
  right: 20px;
  z-index: 5;
  color: #fff;
  padding: 10px 0 10px 10px;
  font-size: 16px;
  width: 300px;
  padding-right: 20px;
}
.ca_grid .ca_column_66 .ca_teaser.social_cta_teaser h2:after {
  content: ">";
  font-size: 30px;
  line-height: 1em;
  color: #fff;
  display: block;
  width: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  font-weight: normal;
}
.ca_grid .ca_column_66 .ca_teaser.social_cta_teaser .teaser_body {
  width: 100%;
  float: right;
}
.clickable a {
  margin: 0;
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.ca_grid .ca_column_66 .social_teaser_list .ca_teaser > img {
  position: static;
  margin: 0;
}
.ca_grid .ca_column_66 .social_teaser_list .ca_social_teaser {
  border: 0;
  margin: 0;
}
.ca_grid .ca_column_66 .social_teaser_list .ca_social_teaser h3 {
  width: 190px;
  padding: 0 10px;
}
.social_teaser_list {
  width: 620px;
  float: left;
  clear: both;
  background: 0 none;
  border: 0;
  padding: 0;
  margin: 20px;
}
.social_teaser_list ul {
  float: left;
  width: 100%;
}
.social_teaser_list ul li {
  width: 195px;
  float: left;
  display: inline;
}
.social_teaser_list ul li:nth-of-type(3n-1) {
  margin-left: 17px;
  margin-right: 18px;
}
.social_teaser_list .ca_social_teaser {
  padding: 0;
  border: 0;
  width: 100%;
}
.social_teaser_list .ca_social_teaser h2,
.social_teaser_list .ca_social_teaser h3,
.social_teaser_list .ca_social_teaser .teaser_body,
.social_teaser_list .ca_social_teaser img {
  clear: both;
  position: static;
}
.social_teaser_list .ca_social_teaser h3 {
  width: 175px;
}
.social_teaser_list .ca_social_teaser > img {
  width: 100%;
  height: auto;
  position: static;
}
.manifesto_teaser,
.teaser_two_line_title {
  position: relative;
  float: left;
  width: 976px;
  margin-bottom: 10px;
  overflow: hidden;
  border: 2px solid #c1c1c1;
  border-radius: 8px;
}
.manifesto_teaser h2,
.teaser_two_line_title h2,
.manifesto_teaser h3,
.teaser_two_line_title h3 {
  position: absolute;
  background: #004c98;
  color: #fff;
  padding: 0 5px;
  line-height: 40px;
  font-size: 24px;
  margin: 0;
  font-weight: 500;
  letter-spacing: 2px;
  font-family: HelveticaNeue, Arial, sans-serif;
}
.manifesto_teaser h2,
.teaser_two_line_title h2,
.manifesto_teaser h3,
.teaser_two_line_title h3 {
  top: 140px;
  left: 100px;
  background: none repeat scroll 0 0 #004C98;
  color: #FFFFFF;
  font-family: HelveticaNeue, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 30px;
  margin: 0;
  padding: 1px 5px 3px;
  position: absolute;
}
.manifesto_teaser h3,
.teaser_two_line_title h3 {
  top: 174px;
  left: 100px;
  padding: 0 5px;
}
.manifesto_teaser .teaser_body,
.teaser_two_line_title .teaser_body {
  display: none;
}
.su_teaser_images {
  margin-top: 60px;
  position: relative;
}
.su_teaser_images h3,
.su_teaser_images .teaser_body {
  position: absolute;
}
.ca_column_100 > .blue_cta_teaser {
  width: 946px;
  border-left: 2px solid #c1c1c1;
  border-right: 2px solid #c1c1c1;
  padding: 15px;
  position: relative;
  background-color: #fff;
}
.ca_column_100 > .blue_cta_teaser:last-child {
  border-bottom: 2px solid #c1c1c1;
}
.blue_cta_teaser {
  float: left;
  position: relative;
}
.blue_cta_teaser h2,
.blue_cta_teaser > img,
.blue_cta_teaser .teaser_intro {
  position: relative;
  z-index: 2;
}
.blue_cta_teaser h2 {
  color: #fff;
  float: right;
  margin: 15px 15px 10px 15px;
  width: 443px;
}
.blue_cta_teaser:before {
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  content: "";
  width: 946px;
  background-color: #004c8e;
  float: left;
  z-index: 0;
  border-radius: 4px;
}
.blue_cta_teaser > img {
  float: left;
  width: 50%;
  border-radius: 4px 0 0 4px;
}
.blue_cta_teaser .teaser_body {
  color: #fff;
  float: right;
  width: 302px;
  margin-right: 155px;
  font-size: 14px;
}
.blue_cta_teaser .teaser_body a {
  float: left;
  position: absolute;
  right: 45px;
  top: 15px;
  bottom: 15px;
  width: 428px;
  padding: 130px 0 15px 15px;
  z-index: 3;
  background: url(/fr_fr/images/cta-arrow-right_tcm2143-163059.png) center right no-repeat;
}
.blue_cta_teaser .teaser_body a span {
  color: #ffe010;
}
.blue_cta_teaser .teaser_body a:hover {
  background: url(/fr_fr/images/cta-arrow-right-hover_tcm2143-163060.png) center right no-repeat;
}
.cape-to-cape-cta {
  background: url(/fr_fr/images/cape-to-cape-banner-bg_tcm2143-163153.png) center right no-repeat;
  width: 976px;
  border-left: 2px solid #c1c1c1;
  border-right: 2px solid #c1c1c1;
  border-bottom: 2px solid #c1c1c1;
  position: relative;
  float: left;
  height: 207px;
}
.cape-to-cape-cta h2,
.cape-to-cape-cta h3 {
  float: left;
  line-height: 1.5em;
  padding: 0 5px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.cape-to-cape-cta h2 {
  display: inline-block;
  background: #004c8e;
  margin-left: 90px;
  margin-top: 68px;
  margin-bottom: 0;
  color: #ffe010;
}
.cape-to-cape-cta h3 {
  margin-top: 0;
  margin-left: 70px;
  background: #004c8e;
  color: #fff;
  clear: both;
  font-size: 18px;
  max-width: 440px;
}
.cape-to-cape-cta > img {
  float: left;
  position: absolute;
  right: 285px;
  top: 35px;
}
.cape-to-cape-cta .teaser_body {
  float: right;
  display: inline;
  width: 260px;
}
.cape-to-cape-cta .teaser_body a {
  font-size: 22px;
  font-family: Helvetica, Arial, sans-serif;
  font-style: italic;
  color: #004c8e;
  line-height: 28px;
}
.cape-to-cape-cta .teaser_body a:before {
  content: "";
  width: 18px;
  height: 28px;
  background: url(/fr_fr/images/cta-link-arrow-right_tcm2143-163154.png) center right no-repeat;
  display: inline-block;
  float: left;
  margin-right: 8px;
}
.cape-to-cape-cta .teaser_body a span {
  line-height: 28px;
  float: left;
}
/*------ Teasers END -------------------*/
/*------ Image list ---------------------*/
.ca_image_list {
  float: left;
}
.ca_image_list h3,
.ca_image_list ul {
  margin-left: 15px;
  margin-right: 15px;
}
.ca_image_list ul {
  padding: 0;
}
.ca_image_list ul li {
  display: inline;
  list-style-type: none;
}
.ca_image_list ul li:nth-of-type(3n-1) {
  margin: 0 6px;
}
/*------ Image list END -----------------*/
/*--- Tire Load / speed index app -------*/
.ca_compare {
  float: right;
  margin-top: 66px;
  margin-right: 25px;
}
.ca_compare > a {
  margin-top: 10px;
  float: left;
  clear: both;
  color: #2271BB;
  background: url(/fr_fr/images/li_a_decoration_blue_tcm2143-153829.png) no-repeat scroll 0 4px;
  text-indent: 12px;
}
.ca_compare input {
  font-size: 12px;
  height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  width: 180px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  float: left;
  border: 2px solid #c7c7c7;
  border-radius: 6px;
}
.ca_compare input.error {
  border: 2px solid red;
}
.ca_compare input::-webkit-outer-spin-button,
.ca_compare input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */

  -webkit-appearance: none;
}
.ca_load_index .ca_equal {
  font-size: 26px;
  color: #00427c;
  float: left;
  margin: 5px 5px 0 5px;
  font-size: 32px;
  font-weight: bold;
}
.ca_speed_index .ca_equal {
  font-size: 26px;
  color: #00427c;
  float: left;
  margin: 5px 5px 0 5px;
  font-size: 32px;
  font-weight: bold;
}
#ca_load_index_lightbox {
  margin-top: 40px;
  float: left;
  width: 800px;
  height: 820px;
  overflow-y: scroll;
}
#ca_load_index_lightbox > table {
  display: inline;
  float: left;
  width: 20%;
  border-collapse: separate;
  border-spacing: 0 1px;
  font-size: 12px;
  font-weight: bold;
}
#ca_load_index_lightbox > table th {
  width: 71px;
  text-align: center;
  border: 1px solid #004c8e;
  height: 30px;
}
#ca_load_index_lightbox > table th:nth-child(2n-1) {
  background: #004c8e;
  color: #ffffff;
}
#ca_load_index_lightbox > table th:nth-child(2n-2) {
  background: #ffffff;
  color: #004c8e;
}
#ca_load_index_lightbox > table td {
  height: 30px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #7fa8cc;
}
#ca_load_index_lightbox > table td:nth-child(2n-1) {
  background: #004c8e;
  color: #ffffff;
}
#ca_load_index_lightbox > table td:nth-child(2n-2) {
  color: #004c8e;
  background: #ffffff;
}
#ca_speed_index_lightbox {
  margin-top: 40px;
  float: left;
  width: 800px;
}
#ca_speed_index_lightbox > table {
  float: left;
  border-collapse: separate;
  border-spacing: 1px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
}
#ca_speed_index_lightbox > table th {
  width: 43px;
  height: 30px;
  text-align: center;
  color: #ffffff;
  background: #7fa8cc;
  border: 1px solid #7fa8cc;
}
#ca_speed_index_lightbox > table th.first {
  width: 71px;
  background: #004c8e;
  color: #ffffff;
}
#ca_speed_index_lightbox > table td {
  height: 30px;
  text-align: center;
  vertical-align: middle;
  background: #ffffff;
  color: #004c8e;
  border: 1px solid #7fa8cc;
}
#ca_speed_index_lightbox > table td.first {
  border: 1px solid #004c8e;
}
.index_table_teaser {
  position: relative;
}
.index_table_teaser h2 {
  color: #004c8e;
  border-bottom: 1px solid #ababab;
  padding-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.index_table_teaser > img {
  width: 100%;
  height: auto;
}
.index_table_teaser a {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 10px;
  color: #004c8e;
  text-decoration: none;
  font-size: 11px;
}
.icon-print-table-index {
  line-height: 1em;
  padding-bottom: 5px;
  padding-left: 22px;
  padding-top: 5px;
  background: url(/fr_fr/images/gy_print_tcm2143-161019.png) no-repeat scroll 0 4px;
}
/*--- Tire Load / speed index app END ---*/
/*-------- Link decoration --------------*/
.ca_article ul,
.ca_teaser ul,
.ca_compare ul {
  padding: 0;
  clear: both;
  display: block;
  margin: 0;
}
.ca_article ul li,
.ca_teaser ul li,
.ca_compare ul li {
  list-style-type: disc;
  list-style-type: none;
  display: block;
  text-indent: 10px;
  background: url(/fr_fr/images/li_bullet_tcm2143-151295.png) no-repeat scroll left 5px rgba(0, 0, 0, 0);
  margin-right: 5px;
}
.ca_article ul li a,
.ca_teaser ul li a,
.ca_compare ul li a {
  background: url(/fr_fr/images/li_a_decoration_tcm2143-151294.png) no-repeat scroll 0 14px #ffffff;
  clear: both;
  display: block;
  padding-top: 10px;
  text-decoration: none;
  text-indent: 14px;
}
.ca_article ul li a:hover,
.ca_teaser ul li a:hover,
.ca_compare ul li a:hover {
  text-decoration: underline;
}
.ca_article ul li:last-child,
.ca_teaser ul li:last-child,
.ca_compare ul li:last-child {
  clear: right;
}
.ca_compare ul li a {
  background-color: rgba(255, 255, 255, 0);
  background-position: 0 5px;
  color: #fff;
}
.no-backgroundsize .ca_article ul,
.no-backgroundsize .ca_teaser ul,
.no-backgroundsize .ca_compare ul {
  padding: 0;
  clear: both;
  display: block;
  margin: 0;
  padding-left: 20px;
}
.no-backgroundsize .ca_article ul li,
.no-backgroundsize .ca_teaser ul li,
.no-backgroundsize .ca_compare ul li {
  list-style-type: disc;
  list-style-image: url(/fr_fr/images/li_bullet_tcm2143-151295.png);
  display: list-item;
  text-indent: 0;
  background: 0 none;
}
.no-backgroundsize .ca_article ul li a,
.no-backgroundsize .ca_teaser ul li a,
.no-backgroundsize .ca_compare ul li a {
  background: 0 none;
  clear: both;
  display: block;
  text-ndent: 0;
  margin-left: -14px;
}
.no-backgroundsize .ca_article ul li a:hover,
.no-backgroundsize .ca_teaser ul li a:hover,
.no-backgroundsize .ca_compare ul li a:hover {
  text-decoration: underline;
}
.no-backgroundsize .ca_article ul li:last-child,
.no-backgroundsize .ca_teaser ul li:last-child,
.no-backgroundsize .ca_compare ul li:last-child {
  clear: right;
}
/*-------- Link decoration END ----------*/
/*-------- Doormats section -------------*/
#ca_doormats {
  width: 980px;
  margin: 0 auto;
  display: block-inline;
  clear: both;
  padding-top: 20px;
}
#ca_doormats > .ca_carousel,
#ca_doormats .ca_teaser.teaser_50,
#ca_doormats article {
  width: 440px;
  display: inline-block;
  background: #fff;
  height: 215px;
  overflow: hidden;
  margin-bottom: 40px;
  padding: 18px;
  padding-top: 0;
  border: 2px solid #ccc;
  border-radius: 6px;
}
#ca_doormats > .ca_carousel > h1,
#ca_doormats .ca_teaser.teaser_50 > h1,
#ca_doormats article > h1,
#ca_doormats > .ca_carousel > h2,
#ca_doormats .ca_teaser.teaser_50 > h2,
#ca_doormats article > h2,
#ca_doormats > .ca_carousel > h3,
#ca_doormats .ca_teaser.teaser_50 > h3,
#ca_doormats article > h3 {
  line-height: 50px;
  margin: 0;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 12px;
  color: #004c8e;
}
#ca_doormats > div:nth-child(2n-1),
#ca_doormats > article:nth-child(2n-1) {
  float: left;
}
#ca_doormats > div:nth-child(2n),
#ca_doormats > article:nth-child(2n) {
  float: right;
}
#ca_doormats article {
  position: relative;
}
#ca_doormats article .ca_paragraph {
  float: left;
  display: inline;
  width: 220px;
  position: relative;
  padding: 15px;
  padding-left: 0;
  padding-right: 0;
}
#ca_doormats article .ca_paragraph > img {
  float: left;
}
#ca_doormats article .ca_paragraph h3,
#ca_doormats article .ca_paragraph .ca_paragraph_body {
  width: 120px;
  float: right;
  position: absolute;
  right: 0;
}
#ca_doormats article .ca_paragraph h3 {
  bottom: 60px;
}
#ca_doormats article .ca_paragraph .ca_paragraph_body {
  bottom: 40px;
}
#ca_doormats article .ca_paragraph .ca_paragraph_body ul {
  margin: 0;
  padding: 0;
}
#ca_doormats article .ca_paragraph .ca_paragraph_body ul li {
  list-style-type: none;
}
#ca_doormats article .ca_paragraph .ca_paragraph_body a {
  float: left;
  text-indent: 10px;
}
#ca_doormats .ca_teaser {
  float: right;
}
#ca_doormats .ca_teaser .teaser_body {
  float: right;
  width: 225px;
  margin-bottom: 15px;
  margin-top: 15px;
}
#ca_doormats .ca_teaser .teaser_body > a {
  margin-top: 10px;
  display: block;
}
#ca_doormats .ca_teaser > img {
  margin: 10px 10px 10px 0;
}
#ca_doormats .ca_teaser.teaser_50 .teaser_body .teaser_intro p:first-child {
  margin-top: 0;
}
#ca_doormats .ca_teaser.teaser_50 > img {
  border-radius: 6px;
  border: 2px solid #c7c7c7;
}
/*------- Doormats section END ----------*/
/*-------- Carousel ---------------------*/
.ca_carousel_wrap ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.ca_carousel {
  clear: both;
  position: relative;
  margin-bottom: 20px;
}
.ca_carousel .jcarousel-container {
  clear: both;
}
.jcarousel-prev,
.jcarousel-next {
  cursor: pointer;
  float: left;
  height: 22px;
  margin-left: 5px;
  width: 26px;
  position: absolute;
  color: #333;
  font-weight: bold;
  display: block;
  border-radius: 2px;
}
.jcarousel-prev {
  right: 42px;
  top: 10px;
  background: url(/fr_fr/images/carousel_buttons_tcm2143-153062.png);
}
.jcarousel-next {
  right: 8px;
  top: 10px;
  background: url(/fr_fr/images/carousel_buttons_tcm2143-153062.png) -30px center;
}
.carousel_item .ca_teaser > img {
  width: 976px;
  height: auto;
}
#ca_doormats .eu_tire_label_carousel ul {
  margin: 0;
  padding: 0;
  float: left;
}
#ca_doormats .eu_tire_label_carousel ul li {
  float: left;
  width: 220px;
  list-style-type: none;
  position: relative;
}
#ca_doormats .eu_tire_label_carousel .ca_teaser {
  float: left;
  width: 220px;
  height: 150px;
  position: relative;
}
#ca_doormats .eu_tire_label_carousel .ca_teaser h2 {
  color: #000;
  width: 50%;
  position: absolute;
  right: 0;
  bottom: 75px;
  margin-bottom: 0;
  text-transform: none;
  font-size: 16px;
  font-weight: normal;
}
#ca_doormats .eu_tire_label_carousel .ca_teaser .teaser_body {
  margin: 70px 0 0 0;
  float: right;
  clear: both;
}
#ca_doormats .eu_tire_label_carousel .ca_teaser .teaser_body a {
  background: url(/fr_fr/images/li_a_decoration_tcm2143-151294.png) no-repeat scroll 0 4px #ffffff;
  clear: both;
  display: block;
  text-decoration: none;
  text-indent: 14px;
  padding-left: 10px;
}
#ca_doormats .eu_tire_label_carousel .ca_teaser h2,
#ca_doormats .eu_tire_label_carousel .ca_teaser .teaser_body {
  width: 105px;
  text-align: left;
}
#ca_doormats .eu_tire_label_carousel .ca_teaser > img {
  width: 106px;
  height: 136px;
  float: left;
  display: inline;
  margin: 0;
  margin-top: 10px;
  position: absolute;
  left: 0;
}
#ca_doormats .eu_tire_label_carousel .jcarousel-prev {
  top: -48px;
}
#ca_doormats .eu_tire_label_carousel .jcarousel-next {
  top: -48px;
}
.tire_test_carousel,
.teaser_carousel {
  border-left: 2px solid #c1c1c1;
  border-right: 2px solid #c1c1c1;
  margin-bottom: 0;
}
.carousel_item .ca_teaser {
  position: relative;
  float: left;
  height: 340px;
  width: 976px;
  overflow: hidden;
}
.carousel_item .ca_teaser > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
}
.carousel_item .ca_teaser * {
  direction: ltr;
  text-align: left;
}
.carousel_item .ca_teaser h2,
.carousel_item .ca_teaser h3,
.carousel_item .ca_teaser .teaser_body {
  position: relative;
  z-index: 1;
  background-color: #fff;
  float: left;
  width: 430px;
  margin: 0 0 0 40px;
}
.carousel_item .ca_teaser h2 {
  margin-top: 40px;
  padding: 15px 15px 5px 15px;
  color: #004c8e;
}
.carousel_item .ca_teaser h3 {
  padding: 5px 15px;
  color: #004c8e;
}
.carousel_item .ca_teaser h3:first-child {
  padding-top: 15px;
  margin-top: 40px;
}
.carousel_item .ca_teaser .teaser_body {
  width: 460px;
}
.carousel_item .ca_teaser .teaser_body .teaser_intro {
  padding: 5px 15px 15px 15px;
  width: 430px;
}
.carousel_item .ca_teaser .teaser_body:first-child {
  margin-top: 40px;
}
.carousel_item .ca_teaser .teaser_body:first-child .teaser_intro {
  padding-top: 15px;
}
.carousel_pagination > ul {
  list-style-type: none;
  position: absolute;
  z-index: 5;
  right: 80px;
  top: 15px;
  margin: 0;
}
.carousel_pagination > ul li {
  display: inline;
  float: left;
  margin: 0 3px;
}
.carousel_pagination > ul li a {
  display: block;
  height: 10px;
  width: 10px;
  background: url(/fr_fr/images/carousel-dot_tcm2143-163025.png) no-repeat;
}
.carousel_pagination > ul li.active a {
  display: block;
  height: 10px;
  width: 10px;
  background: url(/fr_fr/images/carousel-dot-active_tcm2143-163026.png) no-repeat;
}
/*------- Carousel END ------------------*/
/*-------- Mail / Submit forms ----------*/
.arrow_right {
  background: url(/fr_fr/images/arrow_right_tcm2143-150312.png) right center no-repeat;
}
.shadow_inset {
  -moz-box-shadow: inset 2px 2px 5px #ababab;
  -webkit-box-shadow: inset 2px 2px 5px #ababab;
  box-shadow: inset 2px 2px 5px #ababab;
}
.ca_mail_form:before {
  position: absolute;
  top: -4px;
  bottom: 0;
  content: "";
  float: left;
  background: #fff;
  width: 976px;
  border: 2px solid #c1c1c1;
  border-radius: 6px;
  left: 0;
  z-index: -1;
  height: 100%;
}
.ca_mail_form {
  padding: 20px;
  border: 2px solid #d5d5d5;
  border-radius: 6px;
  background: #f7f7f7;
  margin-left: 20px;
  clear: both;
  float: left;
  display: inline;
  width: 564px;
  margin-bottom: 20px;
}
.ca_mail_form h3 {
  color: #004c8e;
  font-size: 18px;
}
.ca_mail_form .ca_form_field {
  width: 564px;
  clear: both;
  float: left;
  margin: 15px 0;
}
.ca_mail_form .ca_form_field label {
  float: left;
  margin-bottom: 5px;
}
.ca_mail_form .ca_form_field input[type="text"],
.ca_mail_form .ca_form_field input[type="email"],
.ca_mail_form .ca_form_field input[type="number"],
.ca_mail_form .ca_form_field input[type="tel"] {
  -moz-box-shadow: inset 2px 2px 5px #ababab;
  -webkit-box-shadow: inset 2px 2px 5px #ababab;
  box-shadow: inset 2px 2px 5px #ababab;
  text-indent: 10px;
}
.ca_mail_form .ca_form_field input,
.ca_mail_form .ca_form_field select,
.ca_mail_form .ca_form_field textarea {
  clear: both;
  float: left;
  border-radius: 4px;
}
.ca_mail_form .ca_form_field input,
.ca_mail_form .ca_form_field select {
  width: 380px;
  height: 34px;
  border: 1px solid #c7c7c7;
}
.ca_mail_form .ca_form_field select,
.ca_mail_form .ca_form_field option {
  padding: 7px 0;
}
.ca_mail_form .ca_form_field textarea {
  width: 540px;
  height: 80px;
  padding: 10px;
  border: 1px solid #C7C7C7;
}
.ca_mail_form .ca_form_field > div {
  clear: both;
}
.ca_mail_form .ca_form_field > div a.ui-selectmenu,
.ca_mail_form .ca_form_field > div a.ui-selectmenu-dropdown {
  border: 1px solid #C7C7C7;
  width: 380px !important;
  background-position: bottom;
}
.ca_mail_form .ca_form_field input[type='text'],
.ca_mail_form .ca_form_field input[type='email'] {
  height: 16px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.ca_mail_form .ca_form_field.input_error input,
.ca_mail_form .ca_form_field.input_error textarea,
.ca_mail_form .ca_form_field.input_error select {
  border: 2px solid red;
  background-color: #fff;
}
.ca_mail_form .ca_form_field.input_error input {
  background: url(/fr_fr/images/form_error_indicator_tcm2143-154262.png) 355px center no-repeat #ffe4e4;
}
.ca_mail_form .ca_form_field.input_error textarea {
  background: url(/fr_fr/images/form_error_indicator_tcm2143-154262.png) 535px center no-repeat #ffe4e4;
}
.ca_mail_form .ca_form_field.input_error label {
  color: red;
}
.ca_mail_form .ca_form_field.input_error > div a.ui-selectmenu,
.ca_mail_form .ca_form_field.input_error > div a.ui-selectmenu-dropdown {
  border: 2px solid red;
}
.ca_mail_form .ca_form_field.valid_field input {
  background: url(/fr_fr/images/form_info_indicator_tcm2143-154261.png) 355px center no-repeat #ffffff;
}
.ca_mail_form .ca_form_field.valid_field textarea {
  background: url(/fr_fr/images/form_info_indicator_tcm2143-154261.png) 535px center no-repeat #ffffff;
}
.ca_mail_form .mail_field_error_message {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 540px;
  float: left;
  clear: both;
  border: 2px solid red;
  padding: 16px 10px;
  background: #ffe4e4;
  border-radius: 4px;
}
.ca_mail_form .mail_field_error_message p {
  margin: 0;
  color: red;
}
.ca_mail_form input[type="submit"] {
  float: left;
  clear: both;
  margin-top: 10px;
  padding: 0 51px 0 15px;
  background: url(/fr_fr/images/arrow_right_tcm2143-150312.png) right center no-repeat;
  background-color: #004d8f;
  height: 40px;
  color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: url(/fr_fr/images/goodyear-submit-button-gradient_tcm2143-150313.png) no-repeat center right;
  background-position: top right;
  text-align: left;
  width: 105px;
}
.ca_mail_form input[type="submit"]:hover {
  background-position: bottom right;
}
.ui-selectmenu-menu.ui-selectmenu-open #subject-menu {
  width: 380px !important;
}
.inline_form {
  width: 896px;
  float: left;
  margin-top: 40px;
  overflow: visible;
  margin-right: 20px;
  margin-bottom: 40px;
  position: relative;
}
.inline_form * {
  position: relative;
  z-index: 1;
}
.inline_form.ca_mail_form:before {
  position: absolute;
  top: -20px;
  left: -20px;
  content: "";
  float: left;
  display: block;
  width: 974px;
  border: 2px solid #d5d5d5;
  background: #fff;
  height: 100%;
  padding: 20px 0;
}
.inline_form .ca_form_field {
  width: 786px;
  padding-right: 110px;
  position: relative;
}
.inline_form .ca_form_field label {
  line-height: 36px;
}
.inline_form .ca_form_field input {
  float: right;
  clear: none;
  width: 540px;
}
.inline_form .ca_form_field input[name="t_c_check"] {
  float: left;
  margin-left: 250px;
  margin-right: 10px;
  width: auto;
}
.inline_form .ca_form_field label[for="t_c_check"] {
  float: right;
  width: 502px;
  text-align: left;
}
.inline_form .ca_form_field .file_input_hidden {
  opacity: 0;
  position: relative;
  z-index: 2;
}
.inline_form .ca_form_field .file_input_decoration {
  width: 540px;
  position: absolute;
  left: 245px;
  top: 0;
  z-index: 0;
  height: 38px;
  float: left;
  padding: 0;
}
.inline_form .ca_form_field .file_input_decoration .decoration_button {
  float: left;
  color: #004b8c;
  height: 24px;
  padding: 0 10px;
  border: 1px solid #c1c1c1;
  line-height: 30px;
  border-radius: 6px;
  background: #fdfdfd;
  background: -moz-linear-gradient(top, #fdfdfd 0%, #cdcdcd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #cdcdcd));
  background: -webkit-linear-gradient(top, #fdfdfd 0%, #cdcdcd 100%);
  background: -o-linear-gradient(top, #fdfdfd 0%, #cdcdcd 100%);
  background: -ms-linear-gradient(top, #fdfdfd 0%, #cdcdcd 100%);
  background: linear-gradient(to bottom, #fdfdfd 0%, #cdcdcd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#cdcdcd', GradientType=0);
  height: 38px;
}
.inline_form .ca_form_field .file_input_decoration .decoration_button * {
  background: 0 none;
}
.inline_form .ca_form_field .file_input_decoration .selected_filename {
  float: left;
  margin-left: 10px;
  line-height: 38px;
}
.inline_form .ca_form_field .mail_field_error_message {
  margin-top: 10px;
  margin-bottom: 20px;
  width: 522px;
  float: right;
}
.inline_form input[type="submit"] {
  margin-left: 245px;
}
.inline_form .ca_form_field.input_error input,
.inline_form .ca_form_field.input_error textarea,
.inline_form .ca_form_field.input_error select {
  border: 2px solid red;
  background-color: #fff;
}
.inline_form .ca_form_field.input_error input {
  background: url(/fr_fr/images/form_error_indicator_tcm2143-154262.png) 515px center no-repeat #ffe4e4;
}
.inline_form .ca_form_field.input_error textarea {
  background: url(/fr_fr/images/form_error_indicator_tcm2143-154262.png) 515px center no-repeat #ffe4e4;
}
.inline_form .ca_form_field.valid_field input {
  background: url(/fr_fr/images/form_info_indicator_tcm2143-154261.png) 515px center no-repeat #ffffff;
}
.inline_form .ca_form_field.valid_field textarea {
  background: url(/fr_fr/images/form_info_indicator_tcm2143-154261.png) 515px center no-repeat #ffffff;
}
/*-------- Mail / Submit forms END ------*/
/*-------- Countdown Timer --------------*/
.ca_timer_wrap {
  float: left;
  display: block;
  clear: both;
}
.ca_timer_wrap .ca_timer {
  text-align: center;
  padding: 0;
  clear: both;
  display: block;
  margin: 0 auto;
}
.ca_timer_wrap .ca_timer li {
  list-style-type: none;
  display: table-cell;
  vertical-align: middle;
}
.ca_timer_wrap h3 {
  clear: both;
  text-align: center;
  margin-bottom: 0;
}
.ca_timer_wrap {
  width: 640px;
  margin-top: 40px;
}
.ca_timer_wrap .ca_timer {
  width: 440px;
  height: 36px;
  padding: 12px 0;
  border: 2px solid #d5b800;
  box-shadow: 2px 2px 4px #fff inset;
  background: orange;
  border-radius: 6px;
  background: #fee64b;
  /* Old browsers */

  background: -moz-linear-gradient(top, #fee64b 0%, #f8d90e 50%, #f3d305 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fee64b), color-stop(50%, #f8d90e), color-stop(100%, #f3d305));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #fee64b 0%, #f8d90e 50%, #f3d305 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #fee64b 0%, #f8d90e 50%, #f3d305 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #fee64b 0%, #f8d90e 50%, #f3d305 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #fee64b 0%, #f8d90e 50%, #f3d305 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fee64b', endColorstr='#f3d305', GradientType=0);
  /* IE6-9 */

}
.ca_timer_wrap .ca_timer li {
  width: 108px;
  height: 36px;
  border-left: 1px solid #fddd09;
  border-right: 1px solid #999;
  color: #004c8e;
}
.ca_timer_wrap .ca_timer li .timer_value {
  font-weight: bold;
  font-size: 18px;
}
.ca_timer_wrap .ca_timer li .timer_value_label {
  font-size: 14px;
}
.ca_timer_wrap .ca_timer li:first-child {
  border-left: 0;
}
.ca_timer_wrap .ca_timer li:last-child {
  border-right: 0;
}
/*-------- Countdown Timer END ----------*/
/*--- HTML snippets ---------------------*/
.cape-to-cape-map {
  border-left: 2px solid #c1c1c1;
  border-right: 2px solid #c1c1c1;
  background: #fff;
}
/*--- HTML snippets END -----------------*/
/*-------- EU tire label page -----------*/
.tire_label_intro {
  float: left;
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
  background: #fff;
  padding: 18px;
  padding-bottom: 30px;
  margin-bottom: 0 ;
  width: 940px;
}
.tire_label_intro > img {
  margin-right: 20px;
  float: left;
  width: 141px;
  height: auto;
}
.tire_label_intro .ca_paragraph {
  float: right;
  width: 779px;
  margin: 0;
  margin-bottom: 12px;
}
.tire_label_intro .ca_intro::first-of-type p:first-child,
.tire_label_intro .ca_paragraph:first-of-type p:first-child {
  margin-top: 0;
}
.tire_label_intro:first-child {
  border-radius: 6px 6px 0 0 ;
  border-top: 2px solid #ccc;
}
.ca_link_list {
  float: left;
  clear: both;
  margin-top: -25px;
  position: relative;
  z-index: 5;
}
.ca_link_list ul {
  text-indent: 20px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.tire_label_intro + .tab_scroller {
  border-radius: 0 0 6px 6px;
  border-top: 0;
}
/*------- EU tire label page END --------*/
/*-------- Contact us page --------------*/
.ca_contact_us #ca_main_content {
  position: relative;
  z-index: 10;
}
.ca_contact_us #ca_main_content .ca_teaser_list h2 {
  margin-top: 0;
  color: #094e87;
}
.ca_location {
  background: #fff;
  float: left;
  width: 940px;
  padding: 18px;
  padding-bottom: 10px;
  border: 2px solid #c1c1c1;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
}
.ca_location .ca_location_info {
  float: left;
  display: inline;
  width: 50%;
  min-height: 100%;
}
.ca_location .ca_location_info h2 {
  margin: 0 0 20px 0;
  font-size: 16px;
  float: left;
  padding-right: 20px;
  color: #004c8e;
  font-size: 18px;
  width: 100%;
}
.ca_location .ca_location_info > h3 {
  clear: both;
  text-align: left;
  float: left;
  margin-top: 0;
  width: 100%;
}
.ca_location .ca_location_info .contact_section {
  float: left;
  width: 50%;
  display: inline;
}
.ca_location .ca_location_info .contact_section h3 {
  margin: 0;
  font-size: 14px;
}
.ca_location .ca_location_info div:first-of-type {
  height: 200px;
}
.ca_location .ca_location_map_wrap {
  float: left;
  display: inline;
  width: 460px;
  min-height: 280px;
  float: right;
}
.ca_location .ca_location_map_wrap #map_canvas {
  width: 460px;
  height: 260px;
}
.ca_location:after {
  content: "";
  width: 940px;
  border-bottom: 1px solid #c7c7c7;
  float: left;
  margin-bottom: 10px;
}
.contact_us #ca_main_content .ca_location:only-child {
  border-bottom: 2px solid #c1c1c1;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.contact_us #ca_main_content .ca_location:only-child:after {
  display: none;
}
.contact_us #ca_main_content .ca_teaser_list h2 {
  margin-top: 0;
  color: #094e87;
}
.contact_us #ca_main_content .ca_teaser_list .ca_teaser {
  border-top: none;
}
.contact_us #ca_main_content .ca_teaser_list .ca_teaser h2 {
  color: #454545;
  width: 190px;
}
.contact_us #ca_main_content .ca_teaser_list .ca_teaser img {
  border-radius: 0;
  margin-right: 20px;
}
.contact_us #ca_main_content .ca_teaser_list .ca_teaser .teaser_body {
  width: 200px;
  float: right;
}
.contact_us #ca_main_content .ca_teaser_list li:last-child .ca_teaser {
  border-bottom: 1px solid #c7c7c7;
}
.contact_us #ca_main_content .ca_teaser_list li:first-child .ca_teaser {
  border-top: 1px solid #c7c7c7;
}
/*------- Contact us page END -----------*/
/*-------- Partnerships page ------------*/
/*-------  Partnerships page END --------*/
/*-------- History page common style ----*/
#ca_history > ul {
  margin: 0;
  text-align: center;
  float: left;
  position: relative;
  clear: both;
}
#ca_history > ul li {
  list-style-type: none;
  display: inline-block;
  font-size: 15px;
  position: relative;
  top: 0;
}
#ca_history > ul li a {
  text-decoration: none;
  position: relative;
  width: 100%;
  text-align: center;
}
#ca_history > ul li:last-child {
  border-right: 0 none;
}
#ca_history .ca_history_entry > img {
  max-width: 100%;
  height: auto;
}
/*----- History page common style END ---*/
/*-------- Partnerships Lightbox --------*/
#fancybox-wrap #fancybox-outer {
  background: none;
}
#fancybox-wrap #fancybox-outer #fancybox-content {
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#fancybox-wrap #fancybox-outer #fancybox-content article.ca_article {
  display: block;
  float: left;
}
#fancybox-wrap #fancybox-outer #fancybox-content h1 {
  padding: 15px 0 2% 0;
  font-size: 1.23em;
  color: #004c8e;
  margin: 0;
}
#fancybox-wrap #fancybox-outer #fancybox-content .ca_paragraph {
  float: left;
  margin: 0 0 15px 0;
  padding-top: 15px;
  display: block-inline;
  width: 33%;
  height: 140px;
}
#fancybox-wrap #fancybox-outer #fancybox-content .ca_paragraph h3 {
  padding-left: 1%;
  margin-top: 0;
  margin-bottom: 5px;
  float: right;
  display: table-cell;
  font-size: 1em;
  text-transform: uppercase;
  width: 150px;
}
#fancybox-wrap #fancybox-outer #fancybox-content .ca_paragraph > img {
  position: absolute;
}
#fancybox-wrap #fancybox-outer #fancybox-content .ca_paragraph .ca_paragraph_body {
  float: right;
  clear: both;
  width: 150px;
}
#fancybox-wrap #fancybox-outer #fancybox-content .ca_paragraph ul {
  padding: 0;
  margin: 0;
}
#fancybox-wrap #fancybox-outer #fancybox-content .ca_paragraph ul li {
  list-style-type: none;
}
#fancybox-wrap #fancybox-outer #fancybox-content .ca_paragraph:nth-of-type(3n-2):before {
  content: "";
  width: 760px;
  height: 1px;
  clear: both;
  float: left;
  display: block;
  margin-top: -20px;
  border-top: 1px solid #c7c7c7;
}
/*-------  Partnerships Lightbox END ----*/
/*-------- History page -----------------*/
.gy_triangle_down {
  background: url(/fr_fr/images/gy_triangle_down_tcm2143-149171.png) no-repeat;
}
#ca_history {
  width: 976px;
  float: left;
  overflow: hidden;
  margin-bottom: 20px;
  border: 2px solid #c7c7c7;
  border-radius: 8px;
}
#ca_history > ul {
  padding: 0;
}
#ca_history > ul li {
  margin: 15px 0;
}
#ca_history > ul li a {
  padding: 0 15px;
}
#ca_history_decades {
  width: 976px;
  background: #fafafa;
  border-bottom: 1px solid #c7c7c7;
  z-index: 2;
}
#ca_history_decades li {
  border-right: 1px solid #d5d5d5;
}
#ca_history_decades li a:hover {
  text-decoration: underline;
}
#ca_history_decades li.active a {
  color: #333;
}
#ca_history_decades li.active .pointer {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  left: 50%;
  margin-left: -10px;
  top: 2.2em;
  border-top: 10px solid #c7c7c7;
}
#ca_history_decades li.active .pointer .inner_pointer {
  border-top: 8px solid #fafafa;
  position: absolute;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  bottom: 2px;
  left: -8px;
}
#ca_history_years {
  width: 976px;
  background: #777;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  border-bottom: 1px solid #c7c7c7;
}
#ca_history_years li a {
  color: #fff;
}
#ca_history_years li a:hover {
  text-decoration: underline;
}
#ca_history_years li.active a {
  color: #ffe01a;
}
#ca_history_years li.active .pointer {
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 2.2em;
  background: url(/fr_fr/images/gy_triangle_down_tcm2143-149171.png) no-repeat;
  width: 16px;
  height: 8px;
  display: block;
}
.ca_history_entry {
  position: relative;
  float: left;
  width: 100%;
  background: #fff;
}
.ca_history_entry > img {
  position: relative;
  margin-top: -51px;
  border-bottom: 2px solid #c7c7c7;
  width: 100%;
  height: auto;
}
.ca_history_entry .ca_history_entry_content {
  float: left;
  width: 98%;
  margin-left: 1%;
  margin-bottom: 10px;
  position: relative;
  padding-top: 50px;
  margin-top: -50px;
}
.ca_history_entry .ca_history_entry_content h2 {
  line-height: 48px;
  left: 40px;
  float: left;
  display: inline;
  position: absolute;
  margin: 0;
  top: 0;
  padding: 0 15px;
  z-index: 2;
  background: #fff;
  color: #004c8e;
  border-top: 2px solid #c7c7c7;
  border-left: 2px solid #c7c7c7;
  border-right: 2px solid #c7c7c7;
  border-radius: 8px 8px 0 0;
}
.ca_history_entry .ca_history_entry_content h3,
.ca_history_entry .ca_history_entry_content h4,
.ca_history_entry .ca_history_entry_content .entry_description {
  width: 96%;
}
.ca_history_entry .ca_history_entry_content h3,
.ca_history_entry .ca_history_entry_content h4 {
  margin: 12px 2% 0 2%;
}
.ca_history_entry .ca_history_entry_content .entry_description {
  padding-bottom: 15px;
  margin: 0 2%;
  margin-top: 18px;
}
/*-------  History page END -------------*/
/*-------- News category / feed page ----*/
#ca_news_feed {
  width: 980px;
  margin: 0 auto;
  min-height: 100%;
}
#ca_news_feed #ca_featured_article {
  width: 980px;
  float: left;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
#ca_news_feed #ca_featured_article article {
  width: 976px;
  float: left;
  padding: 0;
  overflow: hidden;
}
#ca_news_feed #ca_featured_article article > img {
  float: left;
  margin-right: 15px;
  width: 401px;
  height: auto;
}
#ca_news_feed #ca_featured_article article h1 {
  padding-right: 20px;
}
#ca_news_feed #ca_featured_article article h1,
#ca_news_feed #ca_featured_article article h2,
#ca_news_feed #ca_featured_article article .article_content {
  width: 530px;
  float: right;
  display: inline;
}
#ca_news_feed #ca_featured_article article .ca_article_meta {
  margin: 0;
  display: none;
}
#ca_news_feed #ca_featured_article article .article_content:before {
  display: none;
  clear: none;
}
#ca_news_feed #ca_featured_article article .article_content {
  padding-bottom: 40px;
  padding-right: 20px;
  width: 530px;
  float: right;
  display: inline;
  clear: none;
}
#ca_news_feed #ca_featured_article > a {
  position: absolute;
  bottom: 15px;
  left: 424px;
  font-weight: bold;
}
#ca_news_feed .ca_li_category,
#ca_news_feed .ca_li_date {
  width: 100%;
  float: left;
  clear: both;
}
#ca_news_feed .ca_li_category ul,
#ca_news_feed .ca_li_date ul {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  border: 2px solid #c7c7c7;
}
#ca_news_feed .ca_li_category ul li,
#ca_news_feed .ca_li_date ul li {
  display: inline-block;
  list-style-type: none;
}
#ca_news_feed .ca_li_category ul li a,
#ca_news_feed .ca_li_date ul li a {
  text-decoration: none;
  padding: 0 8px;
  margin: 15px 0;
  float: left;
  border-right: 1px solid #ccc;
}
#ca_news_feed .ca_li_category ul li:last-child a,
#ca_news_feed .ca_li_date ul li:last-child a {
  border-right: 0 none;
}
#ca_news_feed .ca_li_category ul {
  background: #fff;
  border-radius: 6px 6px 0 0;
}
#ca_news_feed .ca_li_category ul .ca_category_active {
  font-weight: bold;
}
#ca_news_feed .ca_li_category ul .ca_year_active {
  font-weight: bold;
}
#ca_news_feed .ca_li_date ul {
  background: #595959;
  border-radius: 0 0 6px 6px ;
  border-top: 0 none;
}
#ca_news_feed .ca_li_date ul li a {
  color: #fff;
}
#ca_news_feed .ca_li_date ul .ca_category_active {
  font-weight: bold;
}
#ca_news_feed .ca_li_date ul .ca_year_active {
  font-weight: bold;
}
#ca_news_feed .ca_category_heading {
  clear: both;
  float: left;
  width: 940px;
  margin-left: 20px;
  color: #004C8E;
  line-height: 50px;
  margin-bottom: 0;
  z-index: 2;
  position: relative;
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 20px;
}
#ca_news_feed #ca_intro_articles {
  float: left;
  width: 936px;
  clear: both;
  padding: 0;
  padding-bottom: 20px;
  background: #fff;
  padding: 20px;
  margin: 0;
  padding-bottom: 76px;
  margin-bottom: 20px;
  border: 2px solid #c7c7c7;
  border-radius: 6px;
  padding-top: 70px;
  margin-top: -72px;
}
#ca_news_feed #ca_intro_articles li.ca_intro_article {
  list-style-type: none;
  float: left;
  width: 300px;
  margin-bottom: 20px;
  position: relative;
}
#ca_news_feed #ca_intro_articles li.ca_intro_article article {
  float: left;
  width: 100%;
  padding: 0;
  border: 0;
  padding-bottom: 20px;
}
#ca_news_feed #ca_intro_articles li.ca_intro_article article > img {
  float: left;
  width: 300px;
  height: auto;
}
#ca_news_feed #ca_intro_articles li.ca_intro_article article .article_content {
  width: 100%;
}
#ca_news_feed #ca_intro_articles li.ca_intro_article article .article_content:before {
  content: "";
  display: none;
}
#ca_news_feed #ca_intro_articles li.ca_intro_article article h1,
#ca_news_feed #ca_intro_articles li.ca_intro_article article h2 {
  float: left;
  margin: 0;
}
#ca_news_feed #ca_intro_articles li.ca_intro_article article h1 {
  margin-bottom: 10px;
  margin-top: 10px;
  width: 100%;
  font-size: 15px;
}
#ca_news_feed #ca_intro_articles li.ca_intro_article > a {
  float: left;
  margin-top: 20px;
  text-decoration: none;
  font-weight: bold;
}
#ca_news_feed #ca_intro_articles li.ca_intro_article > a:hover {
  text-decoration: underline;
}
#ca_news_feed #ca_intro_articles li.ca_intro_article:nth-of-type(3n-1) {
  margin-left: 18px;
  margin-right: 18px;
}
#ca_news_feed #ca_intro_articles li.ca_intro_article:nth-of-type(3n+1) {
  clear: both;
}
#ca_news_feed #ca_intro_articles .ca_intro {
  clear: none;
  float: left;
}
#ca_news_feed .opaque {
  opacity: 0.6;
}
#ca_news_feed .ca_pagination {
  margin-top: -77px;
  width: 950px;
  background: #fff;
  float: left;
  margin-left: 20px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
#ca_news_feed .ca_pagination a {
  text-decoration: none;
  font-weight: bold;
}
#ca_news_feed .ca_pagination a:hover {
  text-decoration: underline;
}
#ca_news_feed .ca_refine_news_error {
  margin-top: 10px;
  width: 956px;
  border: 2px solid red;
  padding: 10px;
  text-align: center;
  float: left;
  background: #fff;
  border-radius: 4px;
}
/*------- News feed page END ------------*/
/*-------- News post page ---------------*/
.ca_news_article {
  float: left;
  background: #fff;
  position: relative;
  padding: 18px;
  border: 2px solid #c7c7c7;
  border-radius: 8px;
  width: 940px;
}
.ca_news_article h1 {
  width: 658px;
  display: inline;
  float: left;
  font-size: 18px;
}
.ca_news_article .ca_article_meta {
  right: 0;
  width: 280px;
  display: block-inline;
  text-align: right;
  float: right;
  margin-bottom: 15px;
}
.ca_news_article .ca_article_meta p {
  margin: 0;
  color: #525252;
  margin-top: 12px;
  clear: both;
}
.ca_news_article .ca_article_meta a {
  display: inline-block;
  text-decoration: underline;
  margin-left: 10px;
  white-space: no-wrap;
}
.ca_news_article .article_content:before {
  content: "";
  float: left;
  clear: both;
  width: 940px;
  height: 20px;
  border-top: 1px solid #c7c7c7;
}
.ca_news_article .article_content {
  display: inline;
  float: left;
  width: 658px;
  clear: both;
}
.ca_news_article .article_content h2 {
  margin-top: 0;
}
.ca_news_article .article_content > img {
  width: 656px;
  height: auto;
  border: 1px solid #c7c7c7;
  border-radius: 8px;
  margin-bottom: 16px;
}
.ca_news_article .article_content .ca_paragraph {
  float: left;
  margin: 16px 0;
}
.ca_news_article .article_content .ca_paragraph h3,
.ca_news_article .article_content .ca_paragraph h4 {
  margin-top: 0;
}
.ca_news_article .article_content .ca_paragraph > img {
  clear: both;
  margin: 15px 0;
  float: left;
}
.ca_news_article .ca_news_aside {
  float: right;
  width: 28%;
  display: inline;
}
.ca_news_article .ca_news_aside * {
  max-width: 100%;
}
.ca_news_article .ca_news_aside {
  width: 263px;
}
.ca_news_article .ca_news_aside .ca_teaser:first-child {
  margin-top: 20px;
}
.ca_news_article .ca_news_aside .ca_teaser.blockquote {
  border: 0 none;
  width: 263px;
}
.ca_news_article .ca_news_aside .ca_teaser.blockquote h2,
.ca_news_article .ca_news_aside .ca_teaser.blockquote h3,
.ca_news_article .ca_news_aside .ca_teaser.blockquote .teaser_body {
  padding: 0;
}
.ca_news_article .ca_news_aside .ca_teaser.blockquote .teaser_body {
  font-size: 16px;
  color: #525252;
  width: 100%;
}
.ca_news_article .ca_news_aside .ca_teaser {
  clear: both;
  width: 261px;
  border: 1px solid #c7c7c7;
  margin-bottom: 20px;
  float: left;
  border-radius: 8px;
}
.ca_news_article .ca_news_aside .ca_teaser > img {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #c7c7c7;
  border-radius: 8px 8px 0 0;
}
.ca_news_article .ca_news_aside .ca_teaser h2,
.ca_news_article .ca_news_aside .ca_teaser h3,
.ca_news_article .ca_news_aside .ca_teaser .teaser_body {
  padding: 0 20px;
  width: 221px;
}
.ca_news_article .ca_news_aside .ca_teaser h2,
.ca_news_article .ca_news_aside .ca_teaser h3 {
  color: #004c8e;
}
.ca_news_article .ca_news_aside .ca_teaser .teaser_body {
  padding-bottom: 20px;
  float: left;
}
.ca_news_article .ca_news_aside .ca_teaser .teaser_body > a {
  margin-top: 20px;
  float: left;
}
.ca_pagination {
  float: left;
  clear: both;
  position: relative;
  z-index: 5;
  margin-top: -30px;
  margin-left: 20px;
  margin-bottom: 50px;
}
/*------- News post page END ------------*/
/*-------- News post page ---------------*/
.local_partnerships #ca_top .ca_article {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  padding-bottom: 0;
}
.local_partnerships #ca_top h1 {
  margin-bottom: 0;
}
.local_partnerships #ca_main_content {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.local_partnerships #ca_main_content .local_partner_grid {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.local_partnerships #ca_main_content .local_partner_grid .ca_row {
  border-bottom: 1px solid #ababab;
  padding-bottom: 20px;
}
.local_partnerships #ca_main_content .local_partner_grid .ca_row .ca_column_66 {
  float: right;
}
.local_partnerships #ca_main_content .local_partner_grid .ca_row .ca_column_66 .ca_article .ca_intro {
  margin-left: 0px;
}
.local_partnerships #ca_main_content .local_partner_grid .ca_row .ca_column_66 .ca_article .ca_paragraph {
  margin-left: 0px;
  margin-bottom: 15px;
}
.local_partnerships #ca_main_content .local_partner_grid .ca_row .ca_column_33 {
  float: left;
  position: static;
}
.local_partnerships #ca_main_content .local_partner_grid .ca_row .ca_column_33 .ca_teaser {
  border: none;
  background: white;
  margin-top: 0;
  position: static;
}
.local_partnerships #ca_main_content .local_partner_grid .ca_row .ca_column_33 .ca_teaser > img {
  position: static;
  margin: 20px 0;
}
.local_partnerships #ca_main_content .local_partner_grid .ca_row .ca_column_33 .ca_teaser .teaser_body {
  padding-left: 0;
  padding-right: 0;
}
.local_partnerships #ca_main_content .local_partner_grid .ca_row .ca_column_50 {
  width: 46%;
  float: right;
  padding: 20px 20px 20px 10px;
}
.local_partnerships #ca_main_content .local_partner_grid .ca_row .ca_column_50 .ca_intro {
  margin: 15px 0;
}
.local_partnerships #ca_main_content .local_partner_grid .ca_row .ca_column_50 .ca_paragraph {
  margin-left: 0;
  margin-right: 0;
}
.local_partnerships #ca_main_content .local_partner_grid .ca_row .ca_column_50:first-child {
  float: left;
  padding: 20px 10px 20px 20px;
}
.local_partnerships #ca_main_content .local_partner_grid .ca_row:last-child {
  border-bottom: none;
}
.local_partnerships #ca_main_content .local_partner_grid .ca_teaser .teaser_body h4 {
  color: #525252;
}
.local_partnerships #ca_main_content .local_partner_grid .ca_teaser .teaser_body a {
  color: #004c8e;
  clear: both;
  font-weight: bold;
  background: url(/fr_fr/images/li_a_decoration_tcm2143-151294.png) no-repeat scroll 0 4px;
  padding-left: 12px;
  text-decoration: none;
}
.local_partnerships #ca_main_content .local_partner_grid .ca_article {
  color: #525252;
}
.local_partnerships #ca_main_content .local_partner_grid .more,
.local_partnerships #ca_main_content .local_partner_grid .less {
  float: right;
  margin-top: 10px;
  margin-right: 10px;
  font-weight: bold;
  text-decoration: none;
}
.local_partnerships #ca_main_content .local_partner_grid .more:before {
  content: "+";
  color: #525252;
  margin-right: 5px;
}
.local_partnerships #ca_main_content .local_partner_grid .less:before {
  content: "-";
  color: #525252;
  margin-right: 5px;
}
.local_partnerships .ca_article.collapsible .ca_paragraph {
  display: none;
}
.local_partnerships .ca_article.collapsible.collapsed .ca_paragraph {
  display: block;
}
.local_partnerships .video_container {
  width: 1000px;
  height: 500px;
}
/*------- News post page END ------------*/

.cookie-box {
  padding: 15px 0;
  background-color: #003e72;
  border-bottom: 1px solid #09255a;
  font-weight: bold;
}
.cookie-box .cookie-text {
  color: #ffffff;
  width: 970px;
  margin: auto;
}
.cookie-box .cookie-text a {
  color: inherit;
  text-decoration: underline;
}
.cookie-box .cookie-text .cookie-but {
  padding: 4px 8px;
  background-color: #ffde00;
  text-decoration: none;
  text-align: center;
  float: right;
  margin-left: 15px;
  color: #003e72;
  cursor: pointer;
}
.cookie-box .cookie-text .cookie-close-but {
  padding: 6px 7px 4px 9px;
  cursor: pointer;
  border-radius: 4px;
}

/* MIXINS */
.gradient_large {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eaeaea));
  background: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eaeaea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0);
}
/* END MIXINS */
.goodyear_yellow_color {
  color: #ffe010;
}
.goodyear_yellow_background {
  background: #ffe010;
}
.goodyear_light_blue_color {
  color: #2271bb;
}
.goodyear_light_blue_background {
  background: #2271bb;
}
.goodyear_blue_color {
  color: #004c8e;
}
.goodyear_blue_background {
  background: #004c8e;
}
.goodyear_thick_border {
  border: 2px solid #c7c7c7;
}
.goodyear_thin_border {
  border: 1px solid #c7c7c7;
}
.goodyear_blue_gradient {
  background-color: #0098d8;
  background: -webkit-gradient(linear, left top, left bottom, from(#0098d8), to(#004d8f));
  background: -webkit-linear-gradient(top, #0098d8, #004d8f);
  background: -moz-linear-gradient(top, #0098d8, #004d8f);
  background: -ms-linear-gradient(top, #0098d8, #004d8f);
  background: -o-linear-gradient(top, #0098d8, #004d8f);
  background: linear-gradient(top, #0098d8, #004d8f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@startColor', endColorstr='@endColor', GradientType=0);
}
.gray_gradient {
  background: #fdfdfd;
  background: -moz-linear-gradient(top, #fdfdfd 0%, #cdcdcd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #cdcdcd));
  background: -webkit-linear-gradient(top, #fdfdfd 0%, #cdcdcd 100%);
  background: -o-linear-gradient(top, #fdfdfd 0%, #cdcdcd 100%);
  background: -ms-linear-gradient(top, #fdfdfd 0%, #cdcdcd 100%);
  background: linear-gradient(to bottom, #fdfdfd 0%, #cdcdcd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#cdcdcd', GradientType=0);
}
.gray_gradient_inverted {
  background: #cdcdcd;
  background: -moz-linear-gradient(top, #cdcdcd 0%, #fdfdfd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cdcdcd), color-stop(100%, #fdfdfd));
  background: -webkit-linear-gradient(top, #cdcdcd 0%, #fdfdfd 100%);
  background: -o-linear-gradient(top, #cdcdcd 0%, #fdfdfd 100%);
  background: -ms-linear-gradient(top, #cdcdcd 0%, #fdfdfd 100%);
  background: linear-gradient(to bottom, #cdcdcd 0%, #fdfdfd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cdcdcd', endColorstr='#fdfdfd', GradientType=0);
}
.yellow_gradient {
  background: #fee64b;
  /* Old browsers */

  background: -moz-linear-gradient(top, #fee64b 0%, #f8d90e 50%, #f3d305 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fee64b), color-stop(50%, #f8d90e), color-stop(100%, #f3d305));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #fee64b 0%, #f8d90e 50%, #f3d305 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #fee64b 0%, #f8d90e 50%, #f3d305 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #fee64b 0%, #f8d90e 50%, #f3d305 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #fee64b 0%, #f8d90e 50%, #f3d305 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fee64b', endColorstr='#f3d305', GradientType=0);
  /* IE6-9 */

}
.border-box *,
.border-box *:before,
.border-box *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header.transitional {
  background-image: url(/fr_fr/images/bg-header-new_tcm2143-164521.png);
  background-color: #004c8e;
  background-repeat: repeat-x;
  position: relative;
  background-position: center top;
}
.header.transitional *,
.header.transitional *:before,
.header.transitional *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header.transitional *,
.header.transitional *:before,
.header.transitional *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header.transitional .header-inner-wrapper {
  width: 980px;
  display: block;
  margin: 0 auto;
  height: auto;
}
.header.transitional .header-inner-wrapper .header-secondary-nav {
  height: 42px;
  width: 100%;
}
.header.transitional .header-inner-wrapper .header-secondary-nav .tbu_bar {
  width: 57%;
  float: left;
  height: 100%;
  margin: 0;
  display: block;
}
.header.transitional .header-inner-wrapper .header-secondary-nav .tbu_bar ul {
  float: left;
  padding: 0;
  height: 100%;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
.header.transitional .header-inner-wrapper .header-secondary-nav .tbu_bar ul li {
  height: 100%;
  width: 60px;
  float: left;
}
.header.transitional .header-inner-wrapper .header-secondary-nav .tbu_bar ul li a {
  height: 75%;
  float: left;
  width: 100%;
  padding: 0 !important;
  border-right: 1px solid #004c8e;
  margin-top: 3px;
}
.header.transitional .header-inner-wrapper .header-secondary-nav .tbu_bar ul li:first-child {
  width: auto;
  max-width: 235px;
  padding-top: 13px;
  color: #004c8e;
  text-indent: 0;
}
.header.transitional .header-inner-wrapper .header-secondary-nav .tbu_bar ul li:last-child a {
  border: none;
}
.header.transitional .header-inner-wrapper .header-secondary-nav .icon {
  background: transparent url(/fr_fr/images/header-footer-sprite-new_tcm2143-164105.png) no-repeat -99999em -99999em;
}
.header.transitional .header-inner-wrapper .header-secondary-nav .icon-car-off {
  background-position: -596px -155px;
}
.header.transitional .header-inner-wrapper .header-secondary-nav .icon-car-off:hover {
  background-position: -1280px -155px;
}
.header.transitional .header-inner-wrapper .header-secondary-nav .icon-4x4-off {
  background-position: -596px -205px;
}
.header.transitional .header-inner-wrapper .header-secondary-nav .icon-4x4-off:hover {
  background-position: -1280px -205px;
}
.header.transitional .header-inner-wrapper .header-secondary-nav .icon-light-truck-off {
  background-position: -596px -258px;
}
.header.transitional .header-inner-wrapper .header-secondary-nav .icon-light-truck-off:hover {
  background-position: -1280px -258px;
}
.header.transitional .header-inner-wrapper .header-secondary-nav .icon-truck-off {
  background-position: -596px -307px;
}
.header.transitional .header-inner-wrapper .header-secondary-nav .icon-truck-off:hover {
  background-position: -1280px -307px;
}
.header.transitional .header-inner-wrapper .header-secondary-nav .icon-otr-off {
  background-position: -596px -357px;
}
.header.transitional .header-inner-wrapper .header-secondary-nav .icon-otr-off:hover {
  background-position: -1280px -357px;
}
.header.transitional .header-inner-wrapper .header-secondary-nav .icon-car-off,
.header.transitional .header-inner-wrapper .header-secondary-nav .icon-4x4-off,
.header.transitional .header-inner-wrapper .header-secondary-nav .icon-light-truck-off,
.header.transitional .header-inner-wrapper .header-secondary-nav .icon-truck-off,
.header.transitional .header-inner-wrapper .header-secondary-nav .icon-otr-off {
  padding-left: 0 !important;
}
.header.transitional .header-inner-wrapper .header-secondary-nav .country-selection {
  display: table;
  float: left;
  width: 23%;
  margin: 0;
  padding: 0;
  text-align: center;
  height: 100%;
}
.header.transitional .header-inner-wrapper .header-secondary-nav .country-selection .current-country {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  color: #004c8e;
}
.header.transitional .header-inner-wrapper .header-secondary-nav .country-selection a {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  text-align: left;
  position: relative;
  color: #004c8e;
}
.header.transitional .header-inner-wrapper .header-secondary-nav .search {
  display: inline;
  float: left;
  width: 20%;
  margin: 0;
  height: 100%;
  padding: 0;
  padding-top: 7px;
}
.header.transitional .header-inner-wrapper .header-secondary-nav .search form {
  float: right;
}
.header.transitional .header-inner-wrapper .header-secondary-nav .search form #q {
  height: 27px;
  background-image: none;
  border: 1px solid #004c8e;
  padding: 5px 10px;
  color: #004c8e;
}
.header.transitional .header-inner-wrapper .header-secondary-nav .search form #search-button {
  margin-left: auto;
  border: 1px solid #004c8e;
  border-left: none;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.header.transitional .header-inner-wrapper .nav {
  width: 100%;
  height: 93px;
}
.header.transitional .header-inner-wrapper .nav .menu {
  margin-top: 57px;
}
.header.transitional .header-inner-wrapper .nav .menu .l-expanded {
  width: 238px;
}
.header.transitional #logo a {
  position: absolute;
  bottom: 20px;
  z-index: 10;
  top: auto;
}
.header-inner-wrapper {
  height: 112px;
}
.country-transition {
  transition-property: height;
  transition-duration: 0.5s;
}
.header-inner-wrapper {
  position: static;
}
.header-inner-wrapper .country-expand {
  transition-property: height;
  transition-duration: 0.5s;
}
.header-inner-wrapper .country-expand:before {
  transition-property: height;
  transition-duration: 0.5s;
  content: ' ';
  background: #004c8e;
  width: 100%;
  display: block;
  height: 0px;
  position: absolute;
  left: 0;
  top: 42px;
  z-index: 0;
}
.country-expand.closed {
  height: 0;
  overflow: hidden;
}
.country-expand.open {
  height: 350px;
}
.country-expand.open:before {
  height: 350px;
  overflow: visible;
}
.transitional .country-expand {
  clear: both;
}
.transitional .country-expand .change-country-wrapper {
  margin: 0 auto;
  height: 350px;
  width: 100%;
  position: relative;
}
.transitional .country-expand .change-country-wrapper .countries {
  float: left;
  width: 100%;
  background: white;
  border-radius: 10px;
  padding: 40px;
  margin-top: 14px;
  margin-bottom: 8px;
  height: 328px;
}
.transitional .country-expand .change-country-wrapper .countries > h2 {
  margin-top: 0;
  font-size: 14px;
  color: black;
  font-weight: bold;
}
.transitional .country-expand .change-country-wrapper .countries > ul {
  margin-top: 0;
  position: relative;
  list-style: none;
  display: inline;
  float: left;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
}
.transitional .country-expand .change-country-wrapper .countries > ul li {
  clear: left;
  float: left;
  height: 28px;
  width: 160px;
  position: relative;
}
.transitional .country-expand .change-country-wrapper .countries > ul li a {
  font-size: 12px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
.transitional .country-expand .change-country-wrapper .countries > ul li:nth-of-type(n+9) {
  left: 160px;
  top: -224px;
}
.transitional .country-expand .change-country-wrapper .countries > ul li:nth-of-type(n+17) {
  left: 320px;
  top: -448px;
}
.transitional .country-expand .change-country-wrapper .countries > ul li:nth-of-type(n+25) {
  width: 190px;
  left: 480px;
  top: -672px;
}
.transitional .country-expand .change-country-wrapper .countries > ul li:nth-of-type(n+33) {
  width: 160px;
  left: 670px;
  top: -896px;
}
.transitional .country-expand a::before {
  background-position: -10px -10px;
}
.transitional .country-expand .at-DE::before {
  background-position: -10px -36px;
}
.transitional .country-expand .be-FR::before {
  background-position: -10px -62px;
}
.transitional .country-expand .be-NL::before {
  background-position: -10px -62px;
}
.transitional .country-expand .bg-BG::before {
  background-position: -10px -88px;
}
.transitional .country-expand .si-HR::before {
  background-position: -10px -114px;
}
.transitional .country-expand .cz-CS::before {
  background-position: -10px -140px;
}
.transitional .country-expand .dk-DA::before {
  background-position: -10px -166px;
}
.transitional .country-expand .ee-ET::before {
  background-position: -10px -192px;
}
.transitional .country-expand .fi-FI::before {
  background-position: -10px -218px;
}
.transitional .country-expand .fr-FR::before {
  background-position: -10px -244px;
}
.transitional .country-expand .de-DE::before {
  background-position: -10px -270px;
}
.transitional .country-expand .gr-EL::before {
  background-position: -10px -296px;
}
.transitional .country-expand .hu-HU::before {
  background-position: -10px -322px;
}
.transitional .country-expand .ie-EN::before {
  background-position: -10px -348px;
}
.transitional .country-expand .it-IT::before {
  background-position: -10px -374px;
}
.transitional .country-expand .lv-LV::before {
  background-position: -10px -400px;
}
.transitional .country-expand .lt-LT::before {
  background-position: -10px -426px;
}
.transitional .country-expand .lu-FR::before {
  background-position: -10px -452px;
}
.transitional .country-expand .nl-NL::before {
  background-position: -10px -478px;
}
.transitional .country-expand .no-NO::before {
  background-position: -10px -504px;
}
.transitional .country-expand .pl-PL::before {
  background-position: -10px -530px;
}
.transitional .country-expand .pt-PT::before {
  background-position: -10px -556px;
}
.transitional .country-expand .ro-RO::before {
  background-position: -10px -582px;
}
.transitional .country-expand .si-SR::before {
  background-position: -10px -608px;
}
.transitional .country-expand .sk-SK::before {
  background-position: -10px -634px;
}
.transitional .country-expand .si-SL::before {
  background-position: -10px -660px;
}
.transitional .country-expand .es-ES::before {
  background-position: -10px -686px;
}
.transitional .country-expand .se-SE::before {
  background-position: -10px -712px;
}
.transitional .country-expand .ch-DE::before {
  background-position: -10px -738px;
}
.transitional .country-expand .ch-IT::before {
  background-position: -10px -738px;
}
.transitional .country-expand .ch-FR::before {
  background-position: -10px -738px;
}
.transitional .country-expand .tr-TR::before {
  background-position: -10px -764px;
}
.transitional .country-expand .ua-UK::before {
  background-position: -10px -790px;
}
.transitional .country-expand .ua-RU::before {
  background-position: -10px -790px;
}
.transitional .country-expand .gb-EN::before {
  background-position: -10px -816px;
}
.transitional .country-expand .za-EN::before {
  background-position: -10px -868px;
}
.transitional .country-expand .ru-RU::before {
  background-position: -10px -894px;
}
.transitional .country-expand .blank::before {
  background-position: -10px -842px;
}
.transitional .country-expand .ae-EN::before {
  background-position: -10px -842px;
}
.transitional .country-expand .ae-FR::before {
  background-position: -10px -842px;
}
.transitional .country-expand .au-EN::before {
  background-position: -10px -920px;
}
.transitional .country-expand .us-EN::before {
  background-position: -10px -946px;
}
.transitional .country-expand .ja::before {
  background-position: -10px -972px;
}
.transitional .country-expand ul a::before {
  position: relative;
  top: 4px;
  margin-right: 10px;
  border: 1px solid #d3d3d5;
  display: inline-block;
  height: 18px;
  content: '';
  background-image: url(/fr_fr/images/flags_tcm2143-164234.png);
  width: 26px;
}
.transitional .country-expand .lang-list li li:nth-of-type(8n) {
  position: absolute;
  left: 200px;
  top: 0;
}
.transitional .country-expand .lang-list a::before {
  position: relative;
  top: 4px;
  margin-right: 10px;
  border: 1px solid #d3d3d5;
  display: inline-block;
  height: 18px;
  content: '';
  background-image: url(/fr_fr/images/flags_tcm2143-164234.png);
  width: 26px;
}
.transitional .country-expand .lang-list .europe::before {
  background-position: -10px -10px;
}
.transitional .country-expand .lang-list .austria::before {
  background-position: -10px -36px;
}
.transitional .country-expand .lang-list .be-NL::before {
  background-position: -10px -62px;
}
.transitional .country-expand .lang-list .bulgaria::before {
  background-position: -10px -88px;
}
.transitional .country-expand .lang-list .croatia::before {
  background-position: -10px -114px;
}
.transitional .country-expand .lang-list .czech::before {
  background-position: -10px -140px;
}
.transitional .country-expand .lang-list .denmark::before {
  background-position: -10px -166px;
}
.transitional .country-expand .lang-list .estonia::before {
  background-position: -10px -192px;
}
.transitional .country-expand .lang-list .fi-FI::before {
  background-position: -10px -218px;
}
.transitional .country-expand .lang-list .france::before {
  background-position: -10px -244px;
}
.transitional .country-expand .lang-list .germany::before {
  background-position: -10px -270px;
}
.transitional .country-expand .lang-list .greece::before {
  background-position: -10px -296px;
}
.transitional .country-expand .lang-list .hungary::before {
  background-position: -10px -322px;
}
.transitional .country-expand .lang-list .ireland::before {
  background-position: -10px -348px;
}
.transitional .country-expand .lang-list .italia::before {
  background-position: -10px -374px;
}
.transitional .country-expand .lang-list .latvia::before {
  background-position: -10px -400px;
}
.transitional .country-expand .lang-list .lithuania::before {
  background-position: -10px -426px;
}
.transitional .country-expand .lang-list .luxembourg::before {
  background-position: -10px -452px;
}
.transitional .country-expand .lang-list .nederland::before {
  background-position: -10px -478px;
}
.transitional .country-expand .lang-list .norway::before {
  background-position: -10px -504px;
}
.transitional .country-expand .lang-list .pl-PL::before {
  background-position: -10px -530px;
}
.transitional .country-expand .lang-list .portugal::before {
  background-position: -10px -556px;
}
.transitional .country-expand .lang-list .romania::before {
  background-position: -10px -582px;
}
.transitional .country-expand .lang-list .si-SR::before {
  background-position: -10px -608px;
}
.transitional .country-expand .lang-list .slovensko::before {
  background-position: -10px -634px;
}
.transitional .country-expand .lang-list .slovenija::before {
  background-position: -10px -660px;
}
.transitional .country-expand .lang-list .es-ES::before {
  background-position: -10px -686px;
}
.transitional .country-expand .lang-list .se-SE::before {
  background-position: -10px -712px;
}
.transitional .country-expand .lang-list .ch-IT::before {
  background-position: -10px -738px;
}
.transitional .country-expand .lang-list .ch-FR::before {
  background-position: -10px -738px;
}
.transitional .country-expand .lang-list .tr-TR::before {
  background-position: -10px -764px;
}
.transitional .country-expand .lang-list .ukraine::before {
  background-position: -10px -790px;
}
.transitional .country-expand .lang-list .gb-EN::before {
  background-position: -10px -816px;
}
.transitional .country-expand .lang-list .south_africa::before {
  background-position: -10px -868px;
}
.transitional .country-expand .lang-list .russia::before {
  background-position: -10px -894px;
}
.transitional .country-expand .lang-list .blank::before {
  background-position: -10px -842px;
}
.transitional .country-expand .lang-list .australia::before {
  background-position: -10px -920px;
}
.transitional .country-expand .lang-list .usa::before {
  background-position: -10px -946px;
}
.transitional .country-expand .lang-list .japan::before {
  background-position: -10px -972px;
}
.country-selection .open::after {
  content: " ";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  top: 42px;
  left: 29px;
  z-index: 20;
}
.close {
  position: absolute;
  top: 0;
  right: 0;
  background: url(/fr_fr/images/fancybox-close_tcm2143-107969.png) no-repeat scroll right 0 transparent;
  margin-top: 35px;
  margin-right: 15px;
}
.close #close-button-wrapper {
  width: 60px;
  cursor: pointer;
}
.close #close-button-wrapper a {
  color: #333;
  float: right;
  font-size: 1em;
  height: 22px;
  line-height: 20px;
  outline: 0 none;
  padding-right: 30px;
  text-decoration: none;
}
.nav ul.menu ul {
  width: 189px;
}
.homepage div.header.transitional {
  background-image: url(/fr_fr/images/bg-header-new_tcm2143-164521.png);
  background-position: center top;
  background-color: #004c8e;
}
.homepage div.header.transitional .tbu_bar li {
  color: #222222;
}
.border-box *,
.border-box *:before,
.border-box *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.breadcrumbs.transitional *,
.breadcrumbs.transitional *:before,
.breadcrumbs.transitional *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.breadcrumbs.transitional *,
.breadcrumbs.transitional *:before,
.breadcrumbs.transitional *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.breadcrumbs.transitional .breadcrumbs-wrapper {
  width: 980px;
  display: block;
  margin: 0 auto;
  clear: both;
}
.breadcrumbs.transitional .breadcrumbs-wrapper .page-actions {
  display: none;
}
.breadcrumbs.transitional .breadcrumbs-wrapper .page-actions ul li a {
  height: 20px;
}
.breadcrumbs.transitional .breadcrumbs-wrapper .page-actions.inline-actions {
  display: block;
}
.breadcrumbs.transitional .breadcrumbs-wrapper .page-actions.inline-actions ul li {
  border-right: 1px solid white;
  margin: 0;
  padding: 0;
}
.breadcrumbs.transitional .breadcrumbs-wrapper .page-actions.inline-actions ul li:last-child {
  width: 70px;
  border-right: none;
}
.breadcrumbs.transitional .breadcrumbs-wrapper .page-actions.inline-actions .icon {
  height: 20px;
  width: 40px;
  background: transparent url(/fr_fr/images/header-footer-sprite-new_tcm2143-164105.png) no-repeat -99999em -99999em;
}
.breadcrumbs.transitional .breadcrumbs-wrapper .page-actions.inline-actions .icon-qrcode {
  background-position: -73px -183px;
  margin: 0;
  padding: 0;
}
.breadcrumbs.transitional .breadcrumbs-wrapper .page-actions.inline-actions .icon-qrcode:hover {
  background-position: -73px -441px;
  margin: 0;
  padding: 0;
}
.breadcrumbs.transitional .breadcrumbs-wrapper .page-actions.inline-actions .icon-email {
  background-position: -71px -98px;
  margin: 0;
  padding: 0;
}
.breadcrumbs.transitional .breadcrumbs-wrapper .page-actions.inline-actions .icon-email:hover {
  background-position: -71px -355px;
  margin: 0;
  padding: 0;
}
.breadcrumbs.transitional .breadcrumbs-wrapper .page-actions.inline-actions .icon-facebook {
  background-position: -73px -12px;
  margin: 0;
  padding: 0;
}
.breadcrumbs.transitional .breadcrumbs-wrapper .page-actions.inline-actions .icon-facebook:hover {
  background-position: -73px -269px;
  margin: 0;
  padding: 0;
}
.breadcrumbs.transitional .breadcrumbs-wrapper .page-actions.inline-actions .icon-twitter {
  background-position: -73px -226px;
  margin: 0;
  padding: 0;
}
.breadcrumbs.transitional .breadcrumbs-wrapper .page-actions.inline-actions .icon-twitter:hover {
  background-position: -73px -483px;
  margin: 0;
  padding: 0;
}
.breadcrumbs.transitional .breadcrumbs-wrapper .page-actions.inline-actions .icon-googleplus {
  background-position: -73px -55px;
  margin: 0;
  padding: 0;
}
.breadcrumbs.transitional .breadcrumbs-wrapper .page-actions.inline-actions .icon-googleplus:hover {
  background-position: -73px -312px;
  margin: 0;
  padding: 0;
}
.breadcrumbs.transitional .breadcrumbs-wrapper .page-actions.inline-actions .icon-print {
  background-position: -83px -140px;
}
.breadcrumbs.transitional .breadcrumbs-wrapper .page-actions.inline-actions .icon-print:hover {
  background-position: -83px -397px;
}
.icon-googleplus-square {
  background-image: url(/fr_fr/images/header-footer-sprite-new_tcm2143-164105.png);
  background-position: -16px -797px;
  padding-left: 0;
}

