@charset "UTF-8";
/* Requires: normalize.css */
/* Global Reset & Standards ---------------------- */
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

html { font-size: 62.5%; }

body { background: white; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: normal; font-style: normal; font-size: 14px; line-height: 1; color: #222222; position: relative; -webkit-font-smoothing: antialiased; }

/* Links ---------------------- */
a img { border: none; }

a { color: #2ba6cb; text-decoration: none; line-height: inherit; }

a:hover { color: #2795b6; }

a:focus { color: #2795b6; }

p a, p a:visited { line-height: inherit; }

/* Misc ---------------------- */
.left { float: left; }

.right { float: right; }

.text-left { text-align: left; }

.text-right { text-align: right; }

.text-center { text-align: center; }

.hide { display: none; }

.hide-override { display: none !important; }

.highlight { background: #ffff99; }

#googlemap img, object, embed { max-width: none; }

#map_canvas embed { max-width: none; }

#map_canvas img { max-width: none; }

#map_canvas object { max-width: none; }

/* Reset for strange margins by default on <figure> elements */
figure { margin: 0; }

/* Base Type Styles Using Modular Scale ---------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; font-size: 14px; direction: ltr; }

p { font-family: inherit; font-weight: normal; font-size: 14px; line-height: 1.6; margin-bottom: 17px; }
p.lead { font-size: 17.5px; line-height: 1.6; margin-bottom: 17px; }

aside p { font-size: 13px; line-height: 1.35; font-style: italic; }

h1, h2, h3, h4, h5, h6 { font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: bold; font-style: normal; color: #222222; text-rendering: optimizeLegibility; line-height: 1.1; margin-bottom: 14px; margin-top: 14px; }
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-size: 60%; color: #6f6f6f; line-height: 0; }

h1 { font-size: 44px; }

h2 { font-size: 37px; }

h3 { font-size: 27px; }

h4 { font-size: 23px; }

h5 { font-size: 17px; }

h6 { font-size: 14px; }

hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 22px 0 21px; height: 0; }

.subheader { line-height: 1.3; color: #6f6f6f; font-weight: 300; margin-bottom: 17px; }

em, i { font-style: italic; line-height: inherit; }

strong, b { font-weight: bold; line-height: inherit; }

small { font-size: 60%; line-height: inherit; }

code { font-weight: bold; background: #ffff99; }

/* Lists ---------------------- */
ul, ol, dl { font-size: 14px; line-height: 1.6; margin-bottom: 17px; list-style-position: outside; }

ul li ul, ul li ol { margin-left: 20px; margin-bottom: 0; }
ul.square, ul.circle, ul.disc { margin-left: 17px; }
ul.square { list-style-type: square; }
ul.square li ul { list-style: inherit; }
ul.circle { list-style-type: circle; }
ul.circle li ul { list-style: inherit; }
ul.disc { list-style-type: disc; }
ul.disc li ul { list-style: inherit; }
ul.no-bullet { list-style: none; }
ul.large li { line-height: 21px; }

ol { margin-left: 20px; }
ol li ul, ol li ol { margin-left: 20px; margin-bottom: 0; }

/* Blockquotes ---------------------- */
blockquote, blockquote p { line-height: 1.5; color: #6f6f6f; }

blockquote { margin: 0 0 17px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
blockquote cite { display: block; font-size: 13px; color: #555555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited { color: #555555; }

abbr, acronym { text-transform: uppercase; font-size: 90%; color: #222222; border-bottom: 1px solid #ddd; cursor: help; }

abbr { text-transform: none; }

/* Print styles.  Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/ Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only { display: none !important; }

@media print { * { background: transparent !important; color: black !important; box-shadow: none !important; text-shadow: none !important; filter: none !important; -ms-filter: none !important; }
  /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  .hide-on-print { display: none !important; }
  .print-only { display: block !important; }
  .hide-for-print { display: none !important; }
  .show-for-print { display: inherit !important; } }
/* Requires globals.css */
/* Standard Forms ---------------------- */
form { margin: 0 0 19.41641px; }

.row form .row { margin: 0 -6px; }
.row form .row .column, .row form .row .columns { padding: 0 6px; }
.row form .row.collapse { margin: 0; }
.row form .row.collapse .column, .row form .row.collapse .columns { padding: 0; }

label { font-size: 14px; color: #4d4d4d; cursor: pointer; display: block; font-weight: 500; margin-bottom: 3px; }
label.right { float: none; text-align: right; }
label.inline { line-height: 32px; margin: 0 0 12px 0; }

.prefix, .postfix { display: block; position: relative; z-index: 2; text-align: center; width: 100%; padding-top: 0; padding-bottom: 0; height: 32px; line-height: 31px; }

a.button.prefix, a.button.postfix { padding-left: 0; padding-right: 0; text-align: center; }

span.prefix, span.postfix { background: #f2f2f2; border: 1px solid #cccccc; }

.prefix { left: 2px; -moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; border-top-left-radius: 2px; -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; overflow: hidden; }

.postfix { right: 2px; -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; border-top-right-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; }

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea { background-color: white; font-family: inherit; border: 1px solid #cccccc; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); color: rgba(0, 0, 0, 0.75); display: block; font-size: 14px; margin: 0 0 12px 0; padding: 6px; height: 32px; width: 100%; -webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; -o-transition: all 0.15s linear; transition: all 0.15s linear; }
input[type="text"].oversize, input[type="password"].oversize, input[type="date"].oversize, input[type="datetime"].oversize, input[type="email"].oversize, input[type="number"].oversize, input[type="search"].oversize, input[type="tel"].oversize, input[type="time"].oversize, input[type="url"].oversize, textarea.oversize { font-size: 17px; padding: 4px 6px; }
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus { background: #fafafa; border-color: #b3b3b3; }
input[type="text"][disabled], input[type="password"][disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="email"][disabled], input[type="number"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="time"][disabled], input[type="url"][disabled], textarea[disabled] { background-color: #ddd; }

textarea { height: auto; }

select { width: 100%; }

/* Fieldsets */
fieldset { border: solid 1px #ddd; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; padding: 12px; margin: 18px 0; }
fieldset legend { font-weight: bold; background: white; padding: 0 3px; margin: 0; margin-left: -3px; }

/* Errors */
.error input, input.error, .error textarea, textarea.error, .error input:focus, input.error:focus, .error textarea:focus, textarea.error:focus { border-color: #c60f13; background-color: rgba(198, 15, 19, 0.1); }

.error input:focus, input.error:focus, .error textarea:focus, textarea.error:focus { outline-color: #f5797c; }

.error label, label.error { color: #c60f13; }

.error small, small.error { display: block; padding: 6px 4px; margin-top: -13px; margin-bottom: 12px; background: #c60f13; color: #fff; font-size: 12px; font-weight: bold; -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; }

/* Custom Forms ---------------------- */
form.custom { /* Custom input, disabled */ }
form.custom span.custom { display: inline-block; width: 16px; height: 16px; position: relative; top: 2px; border: solid 1px #cccccc; background: white; }
form.custom span.custom.radio { -webkit-border-radius: 100px; -moz-border-radius: 100px; -ms-border-radius: 100px; -o-border-radius: 100px; border-radius: 100px; }
form.custom span.custom.checkbox:before { content: ""; display: block; line-height: 0.8; height: 14px; width: 14px; text-align: center; position: absolute; top: 0; left: 0; font-size: 14px; color: #fff; }
form.custom span.custom.radio.checked:before { content: ""; display: block; width: 8px; height: 8px; -webkit-border-radius: 100px; -moz-border-radius: 100px; -ms-border-radius: 100px; -o-border-radius: 100px; border-radius: 100px; background: #222222; position: relative; top: 3px; left: 3px; }
form.custom span.custom.checkbox.checked:before { content: "\00d7"; color: #222222; }
form.custom div.custom.dropdown { display: block; position: relative; width: auto; height: 28px; margin-bottom: 9px; margin-top: 2px; }
form.custom div.custom.dropdown ul { overflow-y: auto; max-height: 200px; }
form.custom div.custom.dropdown a.current { display: block; width: auto; line-height: 26px; min-height: 28px; padding: 0; padding-left: 6px; padding-right: 38px; border: solid 1px #dddddd; color: #141414; background-color: white; white-space: nowrap; }
form.custom div.custom.dropdown a.selector { position: absolute; width: 27px; height: 28px; display: block; right: 0; top: 0; border: solid 1px #dddddd; }
form.custom div.custom.dropdown a.selector:after { content: ""; display: block; content: ""; display: block; width: 0; height: 0; border: solid 5px; border-color: #aaaaaa transparent transparent transparent; position: absolute; left: 50%; top: 50%; margin-top: -2px; margin-left: -5px; }
form.custom div.custom.dropdown:hover a.selector:after, form.custom div.custom.dropdown.open a.selector:after { content: ""; display: block; width: 0; height: 0; border: solid 5px; border-color: #222222 transparent transparent transparent; }
form.custom div.custom.dropdown.open ul { display: block; z-index: 10; }
form.custom div.custom.dropdown.small { width: 134px !important; }
form.custom div.custom.dropdown.medium { width: 254px !important; }
form.custom div.custom.dropdown.large { width: 434px !important; }
form.custom div.custom.dropdown.expand { width: 100% !important; }
form.custom div.custom.dropdown.open.small ul { width: 134px !important; }
form.custom div.custom.dropdown.open.medium ul { width: 254px !important; }
form.custom div.custom.dropdown.open.large ul { width: 434px !important; }
form.custom div.custom.dropdown.open.expand ul { width: 100% !important; }
form.custom div.custom.dropdown ul { position: absolute; width: auto; display: none; margin: 0; left: 0; top: 27px; margin: 0; padding: 0; background: white; background: rgba(255, 255, 255, 0.95); border: solid 1px #cccccc; }
form.custom div.custom.dropdown ul li { color: #555555; font-size: 13px; cursor: pointer; padding: 3px; padding-left: 6px; padding-right: 38px; min-height: 18px; line-height: 18px; margin: 0; white-space: nowrap; list-style: none; }
form.custom div.custom.dropdown ul li.selected { background: #cdebf5; color: black; }
form.custom div.custom.dropdown ul li.selected:after { content: "\2013"; position: absolute; right: 10px; }
form.custom div.custom.dropdown ul li:hover { background-color: #cdebf5; color: black; }
form.custom div.custom.dropdown ul li:hover:after { content: "\2013"; position: absolute; right: 10px; color: #a3dbec; }
form.custom div.custom.dropdown ul li.selected:hover { background: #cdebf5; cursor: default; color: black; }
form.custom div.custom.dropdown ul li.selected:hover:after { color: black; }
form.custom div.custom.dropdown ul.show { display: block; }
form.custom .custom.disabled { background-color: #dddddd; }

/* Correct FF custom dropdown height */
@-moz-document url-prefix() { form.custom div.custom.dropdown a.selector { height: 28px; } }

.lt-ie9 form.custom div.custom.dropdown a.selector { height: 28px; }

/* The Grid ---------------------- */
.row { width: 1000px; max-width: 100%; min-width: 768px; margin: 0 auto; }
.row .row { width: auto; max-width: none; min-width: 0; margin: 0 -15px; }
.row.collapse .column, .row.collapse .columns { padding: 0; }
.row .row { width: auto; max-width: none; min-width: 0; margin: 0 -15px; }
.row .row.collapse { margin: 0; }

.column, .columns { float: left; min-height: 1px; padding: 0 15px; position: relative; }
.column.centered, .columns.centered { float: none; margin: 0 auto; }

[class*="column"] + [class*="column"]:last-child { float: right; }

[class*="column"] + [class*="column"].end { float: left; }

.one, .row .one { width: 8.33333%; }

.two, .row .two { width: 16.66667%; }

.three, .row .three { width: 25%; }

.four, .row .four { width: 33.33333%; }

.five, .row .five { width: 41.66667%; }

.six, .row .six { width: 50%; }

.seven, .row .seven { width: 58.33333%; }

.eight, .row .eight { width: 66.66667%; }

.nine, .row .nine { width: 75%; }

.ten, .row .ten { width: 83.33333%; }

.eleven, .row .eleven { width: 91.66667%; }

.twelve, .row .twelve { width: 100%; }

.row .offset-by-one { margin-left: 8.33333%; }

.row .offset-by-two { margin-left: 16.66667%; }

.row .offset-by-three { margin-left: 25%; }

.row .offset-by-four { margin-left: 33.33333%; }

.row .offset-by-five { margin-left: 41.66667%; }

.row .offset-by-six { margin-left: 50%; }

.row .offset-by-seven { margin-left: 58.33333%; }

.row .offset-by-eight { margin-left: 66.66667%; }

.row .offset-by-nine { margin-left: 75%; }

.row .offset-by-ten { margin-left: 83.33333%; }

.push-two { left: 16.66667%; }

.pull-two { right: 16.66667%; }

.push-three { left: 25%; }

.pull-three { right: 25%; }

.push-four { left: 33.33333%; }

.pull-four { right: 33.33333%; }

.push-five { left: 41.66667%; }

.pull-five { right: 41.66667%; }

.push-six { left: 50%; }

.pull-six { right: 50%; }

.push-seven { left: 58.33333%; }

.pull-seven { right: 58.33333%; }

.push-eight { left: 66.66667%; }

.pull-eight { right: 66.66667%; }

.push-nine { left: 75%; }

.pull-nine { right: 75%; }

.push-ten { left: 83.33333%; }

.pull-ten { right: 83.33333%; }

img { height: auto; }

img, object, embed { max-width: 100%; }

img { -ms-interpolation-mode: bicubic; }

#map_canvas img, .map_canvas img { max-width: none !important; }

/* Nicolas Gallagher's micro clearfix */
.row { *zoom: 1; }
.row:before, .row:after { content: " "; display: table; }
.row:after { clear: both; }

/* Block Grids ---------------------- */
/* These are 2-up, 3-up, 4-up and 5-up ULs, suited
for repeating blocks of content. Add 'mobile' to
them to switch them just like the layout grid
(one item per line) on phones

For IE7/8 compatibility block-grid items need to be
the same height. You can optionally uncomment the
lines below to support arbitrary height, but know
that IE7/8 do not support :nth-child.
-------------------------------------------------- */
.block-grid { display: block; overflow: hidden; padding: 0; }
.block-grid > li { display: block; height: auto; float: left; }
.block-grid.one-up { margin: 0; }
.block-grid.one-up > li { width: 100%; padding: 0 0 15px; }
.block-grid.two-up { margin: 0 -15px; }
.block-grid.two-up > li { width: 50%; padding: 0 15px 15px; }
.block-grid.two-up > li:nth-child(2n+1) { clear: both; }
.block-grid.three-up { margin: 0 -12px; }
.block-grid.three-up > li { width: 33.33333%; padding: 0 12px 12px; }
.block-grid.three-up > li:nth-child(3n+1) { clear: both; }
.block-grid.four-up { margin: 0 -10px; }
.block-grid.four-up > li { width: 25%; padding: 0 10px 10px; }
.block-grid.four-up > li:nth-child(4n+1) { clear: both; }
.block-grid.five-up { margin: 0 -8px; }
.block-grid.five-up > li { width: 20%; padding: 0 8px 8px; }
.block-grid.five-up > li:nth-child(5n+1) { clear: both; }
.block-grid.six-up { margin: 0 -8px; }
.block-grid.six-up > li { width: 16.66667%; padding: 0 8px 8px; }
.block-grid.six-up > li:nth-child(6n+1) { clear: both; }
.block-grid.seven-up { margin: 0 -8px; }
.block-grid.seven-up > li { width: 14.28571%; padding: 0 8px 8px; }
.block-grid.seven-up > li:nth-child(7n+1) { clear: both; }
.block-grid.eight-up { margin: 0 -8px; }
.block-grid.eight-up > li { width: 12.5%; padding: 0 8px 8px; }
.block-grid.eight-up > li:nth-child(8n+1) { clear: both; }
.block-grid.nine-up { margin: 0 -8px; }
.block-grid.nine-up > li { width: 11.11111%; padding: 0 8px 8px; }
.block-grid.nine-up > li:nth-child(9n+1) { clear: both; }
.block-grid.ten-up { margin: 0 -8px; }
.block-grid.ten-up > li { width: 10%; padding: 0 8px 8px; }
.block-grid.ten-up > li:nth-child(10n+1) { clear: both; }
.block-grid.eleven-up { margin: 0 -8px; }
.block-grid.eleven-up > li { width: 9.09091%; padding: 0 8px 8px; }
.block-grid.eleven-up > li:nth-child(11n+1) { clear: both; }
.block-grid.twelve-up { margin: 0 -8px; }
.block-grid.twelve-up > li { width: 8.33333%; padding: 0 8px 8px; }
.block-grid.twelve-up > li:nth-child(12n+1) { clear: both; }

/* Normal Buttons ---------------------- */
.button { width: auto; background: #2ba6cb; border: 1px solid #1e728c; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; color: white; cursor: pointer; display: inline-block; font-family: inherit; font-size: 14px; font-weight: bold; line-height: 1; margin: 0; padding: 10px 20px 11px; position: relative; text-align: center; text-decoration: none; -webkit-transition: background-color 0.15s ease-in-out; -moz-transition: background-color 0.15s ease-in-out; -o-transition: background-color 0.15s ease-in-out; transition: background-color 0.15s ease-in-out; /* Hovers */ /* Sizes */ /* Colors */ /* Radii */ /* Layout */ /* Disabled ---------- */ }
.button:hover, .button:focus { color: white; background-color: #2284a1; }
.button:active { -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset; -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset; }
.button.large { font-size: 17px; padding: 15px 30px 16px; }
.button.medium { font-size: 14px; }
.button.small { font-size: 11px; padding: 7px 14px 8px; }
.button.tiny { font-size: 10px; padding: 5px 10px 6px; }
.button.expand { width: 100%; text-align: center; }
.button.primary { background-color: #2ba6cb; border: 1px solid #1e728c; }
.button.primary:hover, .button.primary:focus { background-color: #2284a1; }
.button.success { background-color: #5da423; border: 1px solid #396516; }
.button.success:hover, .button.success:focus { background-color: #457a1a; }
.button.alert { background-color: #c60f13; border: 1px solid #7f0a0c; }
.button.alert:hover, .button.alert:focus { background-color: #970b0e; }
.button.secondary { background-color: #e9e9e9; color: #1d1d1d; border: 1px solid #c3c3c3; }
.button.secondary:hover, .button.secondary:focus { background-color: #d0d0d0; }
.button.radius { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
.button.round { -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -ms-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; }
.button.full-width { width: 100%; text-align: center; padding-left: 0px !important; padding-right: 0px !important; }
.button.left-align { text-align: left; text-indent: 12px; }
.button.disabled, .button[disabled] { opacity: 0.6; cursor: default; background: #2ba6cb; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
.button.disabled:hover, .button[disabled]:hover { background: #2ba6cb; }
.button.disabled.success, .button[disabled].success { background-color: #5da423; }
.button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus { background-color: #5da423; outline: none; }
.button.disabled.alert, .button[disabled].alert { background-color: #c60f13; }
.button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus { background-color: #c60f13; outline: none; }
.button.disabled.secondary, .button[disabled].secondary { background-color: #e9e9e9; }
.button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus { background-color: #e9e9e9; outline: none; }

/* Don't use native buttons on iOS */
input[type=submit].button, button.button { -webkit-appearance: none; }

/* Correct FF button padding */
@-moz-document url-prefix() { button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner { border: none; padding: 0; }
  input[type="submit"].tiny.button { padding: 3px 10px 4px; }
  input[type="submit"].small.button { padding: 5px 14px 6px; }
  input[type="submit"].button, input[type=submit].medium.button { padding: 8px 20px 9px; }
  input[type="submit"].large.button { padding: 13px 30px 14px; } }

/* Buttons with Dropdowns ---------------------- */
.button.dropdown { position: relative; padding-right: 44px; /* Sizes */ /* Triangles */ /* Flyout List */ /* Split Dropdown Buttons */ }
.button.dropdown.large { padding-right: 60px; }
.button.dropdown.small { padding-right: 28px; }
.button.dropdown.tiny { padding-right: 20px; }
.button.dropdown:after { content: ""; display: block; width: 0; height: 0; border: solid 6px; border-color: white transparent transparent transparent; position: absolute; top: 50%; right: 20px; margin-top: -2px; }
.button.dropdown.large:after { content: ""; display: block; width: 0; height: 0; border: solid 7px; border-color: white transparent transparent transparent; margin-top: -3px; right: 30px; }
.button.dropdown.small:after { content: ""; display: block; width: 0; height: 0; border: solid 5px; border-color: white transparent transparent transparent; margin-top: -2px; right: 14px; }
.button.dropdown.tiny:after { content: ""; display: block; width: 0; height: 0; border: solid 4px; border-color: white transparent transparent transparent; margin-top: -1px; right: 10px; }
.button.dropdown > ul { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; display: none; position: absolute; left: -1px; background: #fff; background: rgba(255, 255, 255, 0.95); list-style: none; margin: 0; padding: 0; border: 1px solid #cccccc; border-top: none; min-width: 100%; z-index: 40; }
.button.dropdown > ul li { width: 100%; cursor: pointer; padding: 0; min-height: 18px; line-height: 18px; margin: 0; white-space: nowrap; list-style: none; }
.button.dropdown > ul li a, .button.dropdown > ul li button { display: block; color: #555; font-size: 13px; font-weight: normal; padding: 6px 14px; text-align: left; }
.button.dropdown > ul li button { width: 100%; border: inherit; background: inherit; font-family: inherit; margin: inherit; -webkit-font-smoothing: antialiased; }
.button.dropdown > ul li:hover, .button.dropdown > ul li:focus { background-color: #e3f4f9; color: #222; }
.button.dropdown > ul li.divider { min-height: 0; padding: 0; height: 1px; margin: 4px 0; background: #ededed; }
.button.dropdown.up > ul { border-top: 1px solid #cccccc; border-bottom: none; }
.button.dropdown ul.no-hover.show-dropdown { display: block !important; }
.button.dropdown:hover > ul.no-hover { display: none; }
.button.dropdown.split { padding: 0; position: relative; /* Sizes */ /* Triangle Spans */ /* Colors */ }
.button.dropdown.split:after { display: none; }
.button.dropdown.split:hover, .button.dropdown.split:focus { background-color: #2ba6cb; }
.button.dropdown.split.alert:hover, .button.dropdown.split.alert:focus { background-color: #c60f13; }
.button.dropdown.split.success:hover, .button.dropdown.split.success:focus { background-color: #5da423; }
.button.dropdown.split.secondary:hover, .button.dropdown.split.secondary:focus { background-color: #e9e9e9; }
.button.dropdown.split > a { color: white; display: block; padding: 10px 50px 11px 20px; padding-left: 20px; padding-right: 50px; -webkit-transition: background-color 0.15s ease-in-out; -moz-transition: background-color 0.15s ease-in-out; -o-transition: background-color 0.15s ease-in-out; transition: background-color 0.15s ease-in-out; }
.button.dropdown.split > a:hover, .button.dropdown.split > a:focus { background-color: #2284a1; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; }
.button.dropdown.split.large > a { padding: 15px 75px 16px 30px; padding-left: 30px; padding-right: 75px; }
.button.dropdown.split.small > a { padding: 7px 35px 8px 14px; padding-left: 14px; padding-right: 35px; }
.button.dropdown.split.tiny > a { padding: 5px 25px 6px 10px; padding-left: 10px; padding-right: 25px; }
.button.dropdown.split > span { background-color: #2ba6cb; position: absolute; right: 0; top: 0; height: 100%; width: 30px; border-left: 1px solid #1e728c; -webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset; -webkit-transition: background-color 0.15s ease-in-out; -moz-transition: background-color 0.15s ease-in-out; -o-transition: background-color 0.15s ease-in-out; transition: background-color 0.15s ease-in-out; }
.button.dropdown.split > span:hover, .button.dropdown.split > span:focus { background-color: #2284a1; }
.button.dropdown.split > span:after { content: ""; display: block; width: 0; height: 0; border: solid 6px; border-color: white transparent transparent transparent; position: absolute; top: 50%; left: 50%; margin-left: -6px; margin-top: -2px; }
.button.dropdown.split.secondary > span:after { content: ""; display: block; width: 0; height: 0; border: solid 6px; border-color: #1d1d1d transparent transparent transparent; }
.button.dropdown.split.large span { width: 45px; }
.button.dropdown.split.small span { width: 21px; }
.button.dropdown.split.tiny span { width: 15px; }
.button.dropdown.split.large span:after { content: ""; display: block; width: 0; height: 0; border: solid 7px; border-color: white transparent transparent transparent; margin-top: -3px; margin-left: -7px; }
.button.dropdown.split.small span:after { content: ""; display: block; width: 0; height: 0; border: solid 4px; border-color: white transparent transparent transparent; margin-top: -1px; margin-left: -4px; }
.button.dropdown.split.tiny span:after { content: ""; display: block; width: 0; height: 0; border: solid 3px; border-color: white transparent transparent transparent; margin-top: -1px; margin-left: -3px; }
.button.dropdown.split.alert > span { background-color: #c60f13; border-left-color: #7f0a0c; }
.button.dropdown.split.success > span { background-color: #5da423; border-left-color: #396516; }
.button.dropdown.split.secondary > span { background-color: #e9e9e9; border-left-color: #c3c3c3; }
.button.dropdown.split.secondary > a { color: #1d1d1d; }
.button.dropdown.split.alert > a:hover, .button.dropdown.split.alert > span:hover, .button.dropdown.split.alert > a:focus, .button.dropdown.split.alert > span:focus { background-color: #970b0e; }
.button.dropdown.split.success > a:hover, .button.dropdown.split.success > span:hover, .button.dropdown.split.success > a:focus, .button.dropdown.split.success > span:focus { background-color: #457a1a; }
.button.dropdown.split.secondary > a:hover, .button.dropdown.split.secondary > span:hover, .button.dropdown.split.secondary > a:focus, .button.dropdown.split.secondary > span:focus { background-color: #d0d0d0; }

/* Button Groups ---------------------- */
ul.button-group { list-style: none; padding: 0; margin: 0 0 12px; *zoom: 1; }
ul.button-group:before, ul.button-group:after { content: " "; display: table; }
ul.button-group:after { clear: both; }
ul.button-group li { padding: 0; margin: 0 0 0 -1px; float: left; }
ul.button-group li:first-child { margin-left: 0; }
ul.button-group.radius li .button, ul.button-group.radius li .button.radius, ul.button-group.radius li .button-rounded { -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; }
ul.button-group.radius li:first-child .button, ul.button-group.radius li:first-child .button.radius { -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; }
ul.button-group.radius li:first-child .button.rounded { -moz-border-radius-topleft: 1000px; -webkit-border-top-left-radius: 1000px; border-top-left-radius: 1000px; -moz-border-radius-bottomleft: 1000px; -webkit-border-bottom-left-radius: 1000px; border-bottom-left-radius: 1000px; }
ul.button-group.radius li:last-child .button, ul.button-group.radius li:last-child .button.radius { -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; }
ul.button-group.radius li:last-child .button.rounded { -moz-border-radius-topright: 1000px; -webkit-border-top-right-radius: 1000px; border-top-right-radius: 1000px; -moz-border-radius-bottomright: 1000px; -webkit-border-bottom-right-radius: 1000px; border-bottom-right-radius: 1000px; }
ul.button-group.even .button { width: 100%; }
ul.button-group.even.two-up li { width: 50%; }
ul.button-group.even.three-up li { width: 33.3%; }
ul.button-group.even.three-up li:first-child { width: 33.4%; }
ul.button-group.even.four-up li { width: 25%; }
ul.button-group.even.five-up li { width: 20%; }

div.button-bar { overflow: hidden; }
div.button-bar ul.button-group { float: left; margin-right: 8px; }
div.button-bar ul.button-group:last-child { margin-left: 0; }

.nav-bar { height: 40px; background: #4d4d4d; margin-left: 0; margin-top: 20px; padding: 0; }
.nav-bar > li { float: left; display: block; position: relative; padding: 0; margin: 0; border: 1px solid #333333; border-right: none; line-height: 38px; -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset; box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset; }
.nav-bar > li:first-child { -webkit-box-shadow: 0 0 0; -moz-box-shadow: 0 0 0; box-shadow: 0 0 0; }
.nav-bar > li:last-child { border-right: solid 1px #333333; -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2); -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2); box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2); }
.nav-bar > li.active { background: #2ba6cb; border-color: #2284a1; }
.nav-bar > li.active > a { color: white; cursor: default; }
.nav-bar > li.active:hover { background: #2ba6cb; cursor: default; }
.nav-bar > li:hover { background: #333333; }
.nav-bar > li > a { color: #e6e6e6; }
.nav-bar > li ul { margin-bottom: 0; }
.nav-bar > li .flyout { display: none; }
.nav-bar > li.has-flyout > a:first-child { padding-right: 40px; position: relative; }
.nav-bar > li.has-flyout > a:first-child:after { content: ""; display: block; width: 0; height: 0; border: solid 4px; border-color: #e6e6e6 transparent transparent transparent; position: absolute; right: 20px; top: 17px; }
.nav-bar > li.has-flyout > a.flyout-toggle { border-left: 0 !important; position: absolute; right: 0; top: 0; padding: 20px; z-index: 2; display: block; }
.nav-bar > li.has-flyout.is-touch > a:first-child { padding-right: 55px; }
.nav-bar > li.has-flyout.is-touch > a.flyout-toggle { border-left: 1px dashed #666; }
.nav-bar > li > a:first-child { position: relative; padding: 0 20px; display: block; text-decoration: none; font-size: 14px; }
.nav-bar > li > input { margin: 0 10px; }
.nav-bar.vertical { height: auto; margin-top: 0; }
.nav-bar.vertical > li { float: none; border-bottom: none; border-right: solid 1px #333333; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
.nav-bar.vertical > li.has-flyout > a:first-child:after { content: ""; display: block; width: 0; height: 0; border: solid 4px; border-color: transparent transparent transparent #e6e6e6; }
.nav-bar.vertical > li .flyout { left: 100%; top: -1px; }
.nav-bar.vertical > li .flyout.right { left: auto; right: 100%; }
.nav-bar.vertical > li.active { border-right: solid 1px #2284a1; }
.nav-bar.vertical > li:last-child { border-bottom: solid 1px #333333; }

.flyout { background: #f2f2f2; padding: 20px; margin: 0; border: 1px solid #d9d9d9; position: absolute; top: 39px; left: -1px; width: 250px; z-index: 40; -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); /* remove margin on any first-child element */ /* remove margin on last element */ }
.flyout p { line-height: 1.2; font-size: 13px; }
.flyout *:first-child { margin-top: 0; }
.flyout *:last-child { margin-bottom: 0; }
.flyout.small { width: 166.66667px; }
.flyout.large { width: 437.5px; }
.flyout.right { left: auto; right: -2px; }
.flyout.left { right: auto; left: -2px; }
.flyout.up { top: auto; bottom: 39px; }

ul.flyout, .nav-bar li ul { padding: 0; list-style: none; }
ul.flyout li, .nav-bar li ul li { border-left: solid 3px #CCC; }
ul.flyout li a, .nav-bar li ul li a { background: #f2f2f2; border: 1px solid #e6e6e6; border-width: 1px 1px 0 0; color: #555; display: block; font-size: 14px; height: auto; line-height: 1; padding: 15px 20px; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; }
ul.flyout li a:hover, ul.flyout li a:focus, .nav-bar li ul li a:hover, .nav-bar li ul li a:focus { background: #ebebeb; color: #333; }
ul.flyout li.active, .nav-bar li ul li.active { margin-top: 0; border-top: 1px solid #4d4d4d; border-left: 4px solid #1a1a1a; }
ul.flyout li.active a, .nav-bar li ul li.active a { background: #4d4d4d; border: none; color: #fff; height: auto; margin: 0; position: static; top: 0; -webkit-box-shadow: 0 0 0; -moz-box-shadow: 0 0 0; box-shadow: 0 0 0; }

/* Foundation Top Bar
 Requires: -jquery.foundation.topbar.js
 Notes: - <nav class="top-bar"> can have .fixed added to make it stick to the top of viewport. Can add .contain-to-grid to top-bar to make it full width but content on grid. - <li class="name"> creates a branding area that can be linked to homepage - Can include text, image or both inside this <li>. - <li class="divider"> creates a divider between nav items, add margins for space - <li class="search"> Needs to hold a <form> which can use .row.collapse and pre/postfix buttons or default type="search"
*/
/* Element that controls breakpoint, no need to change this ever */
.top-bar-js-breakpoint { width: 940px !important; visibility: hidden; }

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid { width: 100%; background: #222222; }

/* Wrapped around .top-bar to make it fixed at the top */
.fixed { width: 100%; left: 0; position: fixed; top: 0; z-index: 99; }

/* Add .sticky class for using top bar as a sticky navigation when scrolling passed it. Add the class .sticky to a top bar using .contain-to-grid but leave off .fixed, javascript will take care of that */
.sticky { float: left; overflow: hidden; }
.sticky.fixed { float: none; }

/* <nav> */
.top-bar { background: #222222; min-height: 45px; line-height: 45px; margin: 0 0 30px 0; padding: 0; width: 100%; position: relative; /* Contain width to .row width */ /* First <ul> for branding, title, name, etc */ /* topbar global <ul> styles */ }
.contain-to-grid .top-bar { max-width: 1000px; margin: 0 auto; }
.top-bar > ul .name h1 { line-height: 45px; margin: 0; }
.top-bar > ul .name h1 a { font-weight: bold; padding: 0 22.5px; font-size: 17px !important; }
.top-bar > ul .name img { margin-top: -5px; vertical-align: middle; }
.top-bar.expanded { height: inherit; }
.top-bar ul { margin-left: 0; display: inline; height: 45px; line-height: 45px; list-style: none; /* Main Navigation links style */ /* Left Side <ul> */ /* Right Side <ul> */ }
.top-bar ul > li { float: left; /* Dividers between navigation */ /* Put a button in an <li> but give is a class */ /* Put a search bar or text input in the bar */ /* Put login bar in the top bar */ /* Hide the triangle for breakpoint menu */ /* li.has-dropdown */ }
.top-bar ul > li a:not(.button) { color: white; display: block; font-size: 13px; font-weight: bold; height: 45px; line-height: 45px; padding: 0 15px; }
.top-bar ul > li:not(.name):hover, .top-bar ul > li:not(.name).active, .top-bar ul > li:not(.name):focus { background: black; }
.top-bar ul > li:not(.name):hover a, .top-bar ul > li:not(.name).active a, .top-bar ul > li:not(.name):focus a { color: #d9d9d9; }
.top-bar ul > li.divider { background: black; -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1); -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1); box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1); height: 100%; margin-right: 1px; width: 1px; }
.top-bar ul > li.has-button a.button { margin: 0 11.25px; }
.top-bar ul > li.has-button:hover, .top-bar ul > li.has-button:focus { background: #222222; }
.top-bar ul > li.has-button:hover a, .top-bar ul > li.has-button:focus a { color: #fff; }
.top-bar ul > li.search { padding: 0 15px; }
.top-bar ul > li.search form { display: inline-block; margin-bottom: 0; vertical-align: middle; width: 200px; }
.top-bar ul > li.search form input[type=text] { -moz-border-radius-topright: 0; -webkit-border-top-right-radius: 0; border-top-right-radius: 0; -moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0; border-bottom-right-radius: 0; float: left; font-size: 13px; margin-top: -1px; height: 22.5px; margin-bottom: 0; width: 130px; }
.top-bar ul > li.search form input[type=text] + .button { border-left: none; -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; border-top-left-radius: 0; -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; float: left; font-size: 12px; margin-top: -1px; padding: 5px 12px 4px; }
.top-bar ul > li.search form input[type=search] { font-size: 16px; margin-bottom: 0; }
.top-bar ul > li.search:hover, .top-bar ul > li.search:focus { background: #222222; }
.top-bar ul > li.login { padding: 0 15px; }
.top-bar ul > li.login form { display: inline-block; margin-bottom: 0; vertical-align: middle; width: 300px; }
.top-bar ul > li.login form input { float: left; width: auto; font-size: 13px; margin-top: -1px; height: 22.5px; margin-bottom: 0; }
.top-bar ul > li.login form input[type=text] { -moz-border-radius-topright: 0; -webkit-border-top-right-radius: 0; border-top-right-radius: 0; -moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0; border-bottom-right-radius: 0; width: 120px; }
.top-bar ul > li.login form input[type=password] { margin-bottom: 0; -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; border-top-left-radius: 0; -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; width: 120px; }
.top-bar ul > li.login form input[type=password] + .button { border-left: none; -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; border-top-left-radius: 0; -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; border-top-right-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; float: left; font-size: 12px; margin-top: -1px; padding: 5px 12px 4px; width: 60px; }
.top-bar ul > li.login:hover, .top-bar ul > li.login:focus { background: #222222; }
.top-bar ul > li.toggle-topbar { display: none; }
.top-bar ul > li.has-dropdown { position: relative; /* Dropdown Level 2+ */ }
.top-bar ul > li.has-dropdown:hover > .dropdown, .top-bar ul > li.has-dropdown:focus > .dropdown { display: block; visibility: visible; }
.top-bar ul > li.has-dropdown a { padding-right: 33.75px; }
.top-bar ul > li.has-dropdown a:after { content: ""; display: block; width: 0; height: 0; border: solid 5px; border-color: white transparent transparent transparent; margin-right: 15px; margin-top: -2.5px; position: absolute; right: 0; top: 50%; }
.top-bar ul > li.has-dropdown .dropdown { background: #222222; left: 0; margin: 0; padding: 9px 0 0 0; position: absolute; visibility: hidden; z-index: 99; }
.top-bar ul > li.has-dropdown .dropdown li { background: #222222; line-height: 1; min-width: 100%; padding-bottom: 5px; }
.top-bar ul > li.has-dropdown .dropdown li a { color: white; font-weight: normal; height: 100%; line-height: 1; padding: 5px 17px 5px 15px; white-space: nowrap; }
.top-bar ul > li.has-dropdown .dropdown li a:after { border: none; }
.top-bar ul > li.has-dropdown .dropdown li a:hover, .top-bar ul > li.has-dropdown .dropdown li a:focus { background: #3c3c3c; }
.top-bar ul > li.has-dropdown .dropdown li label { color: #6f6f6f; font-size: 10px; font-weight: bold; margin: 0; padding-left: 15px; text-transform: uppercase; }
.top-bar ul > li.has-dropdown .dropdown li.divider { border-top: solid 1px black; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset; -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset; height: 10px; padding: 0; width: 100%; }
.top-bar ul > li.has-dropdown .dropdown li:last-child { padding-bottom: 10px; }
.top-bar ul > li.has-dropdown .dropdown li.active a { background: black; }
.top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a { padding-right: 30px; }
.top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a:after { border: none; content: "\00bb"; right: 5px; top: 6px; }
.top-bar ul > li.has-dropdown .dropdown li.has-dropdown .dropdown { position: absolute; left: 100%; top: 0; }
.top-bar ul > li.has-dropdown .dropdown li.has-dropdown:hover > .dropdown, .top-bar ul > li.has-dropdown .dropdown li.has-dropdown:focus > .dropdown { display: block; }
.top-bar ul.left { float: left; width: auto; margin-bottom: 0; }
.top-bar ul.right { float: right; width: auto; margin-bottom: 0; /* Dropdown Right Side Alignment */ }
.top-bar ul.right .has-dropdown .dropdown { left: auto; right: 0px; }
.top-bar ul.right .has-dropdown .dropdown li.has-dropdown > .dropdown { right: 100%; left: auto; width: 100%; }
.top-bar .js-generated { display: none; }

/* Firefox Fixes */
@-moz-document url-prefix() { .top-bar ul li .button.small { padding-bottom: 6px; }
  .top-bar ul li.search form input[type=search] { font-size: 14px; height: 22px; padding: 3px; } }

/* IE8 Fixes */
.lt-ie9 .top-bar ul li a { color: white; display: block; font-weight: bold; font-size: 13px; height: 45px; line-height: 45px; padding: 0 15px; }
.lt-ie9 .top-bar ul li a.button { height: auto; line-height: 30px; margin-top: 7px; }
.lt-ie9 .top-bar ul li a img { margin-top: -5px; vertical-align: middle; }

.lt-ie9 .top-bar section > ul > li a:hover, .lt-ie9 .top-bar section > ul > li a:focus { color: #cccccc; }
.lt-ie9 .top-bar section > ul > li:hover, .lt-ie9 .top-bar section > ul > li:focus { background: black; }
.lt-ie9 .top-bar section > ul > li.search:hover, .lt-ie9 .top-bar section > ul > li.search:focus, .lt-ie9 .top-bar section > ul > li.has-button:hover, .lt-ie9 .top-bar section > ul > li.has-button:focus { background: none; }
.lt-ie9 .top-bar section > ul > li.active { background: black; color: #d9d9d9; }

.lt-ie9 .top-bar ul li.has-dropdown { padding-right: 33.75px; }
.lt-ie9 .top-bar ul li.has-dropdown > ul li { padding-right: 0; }

/* CSS for jQuery Orbit Plugin 1.4.0 Maintained for Foundation. foundation.zurb.com Free to use under the MIT license. http://www.opensource.org/licenses/mit-license.php
*/
/* Container ---------------------- */
.orbit-wrapper { width: 1px; height: 1px; position: relative; }

.orbit { width: 1px; height: 1px; position: relative; overflow: hidden; margin-bottom: 17px; }
.orbit.with-bullets { margin-bottom: 40px; }
.orbit .orbit-slide { max-width: 100%; position: absolute; top: 0; left: 0; }
.orbit a.orbit-slide { border: none; line-height: 0; display: none; }
.orbit div.orbit-slide { width: 100%; height: 100%; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; }

/* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the ".orbit>div" and "div.orbit>a" tags in addition to just the .orbit-wrapper */
/* Timer ---------------------- */
.orbit-wrapper .timer { width: 40px; height: 40px; overflow: hidden; position: absolute; top: 10px; right: 10px; opacity: .6; cursor: pointer; z-index: 31; }
.orbit-wrapper span.rotator { display: block; width: 40px; height: 40px; position: absolute; top: 0; left: -20px; background: url('http://www.monrechaud.com/skin/frontend/default/monrechaud/images/foundation/orbit/rotator-black.png?1417433606') no-repeat; z-index: 3; }
.orbit-wrapper span.rotator.move { left: 0; }
.orbit-wrapper span.mask { display: block; width: 20px; height: 40px; position: absolute; top: 0; right: 0; z-index: 2; overflow: hidden; }
.orbit-wrapper span.mask.move { width: 40px; left: 0; background: url('http://www.monrechaud.com/skin/frontend/default/monrechaud/images/foundation/orbit/timer-black.png?1417433606') repeat 0 0; }
.orbit-wrapper span.pause { display: block; width: 40px; height: 40px; position: absolute; top: 0; left: 0; background: url('http://www.monrechaud.com/skin/frontend/default/monrechaud/images/foundation/orbit/pause-black.png?1417433606') no-repeat; z-index: 4; opacity: 0; }
.orbit-wrapper span.pause.active { background: url('http://www.monrechaud.com/skin/frontend/default/monrechaud/images/foundation/orbit/pause-black.png?1417433606') no-repeat 0 -40px; }
.orbit-wrapper .timer:hover span.pause, .orbit-wrapper .timer:focus span.pause, .orbit-wrapper span.pause.active { opacity: 1; }

/* Captions ---------------------- */
.orbit-caption { display: none; font-family: inherit; }

.orbit-wrapper .orbit-caption { background: black; background: rgba(0, 0, 0, 0.6); z-index: 30; color: white; text-align: center; padding: 7px 0; font-size: 13px; position: absolute; right: 0; bottom: 0; width: 100%; }

/* Directional Nav ---------------------- */
.orbit-wrapper .slider-nav { display: block; }
.orbit-wrapper .slider-nav span { width: 39px; height: 50px; text-indent: -9999px; position: absolute; z-index: 30; top: 50%; margin-top: -25px; cursor: pointer; }
.orbit-wrapper .slider-nav span.right { background: url('http://www.monrechaud.com/skin/frontend/default/monrechaud/images/foundation/orbit/right-arrow.png?1417433606'); background-size: 100%; right: 0; }
.orbit-wrapper .slider-nav span.left { background: url('http://www.monrechaud.com/skin/frontend/default/monrechaud/images/foundation/orbit/left-arrow.png?1417433606'); background-size: 100%; left: 0; }

.lt-ie9 .orbit-wrapper .slider-nav span.right { background: url('http://www.monrechaud.com/skin/frontend/default/monrechaud/images/foundation/orbit/right-arrow-small.png?1417433606'); }
.lt-ie9 .orbit-wrapper .slider-nav span.left { background: url('http://www.monrechaud.com/skin/frontend/default/monrechaud/images/foundation/orbit/left-arrow-small.png?1417433606'); }

/* Bullet Nav ---------------------- */
ul.orbit-bullets { position: absolute; z-index: 30; list-style: none; bottom: -40px; left: 50%; margin-left: -50px; padding: 0; }
ul.orbit-bullets li { float: left; margin-left: 5px; cursor: pointer; color: #999999; text-indent: -9999px; background: url('http://www.monrechaud.com/skin/frontend/default/monrechaud/images/foundation/orbit/bullets.jpg?1417433606') no-repeat 4px 0; width: 13px; height: 12px; overflow: hidden; }
ul.orbit-bullets li.active { color: #222222; background-position: -8px 0; }
ul.orbit-bullets li.has-thumb { background: none; width: 100px; height: 75px; }
ul.orbit-bullets li.active.has-thumb { background-position: 0 0; border-top: 2px solid black; }

/* Orbit Slide Counter */
.orbit-slide-counter { position: absolute; bottom: 0; z-index: 99; background: rgba(0, 0, 0, 0.7); color: white; padding: 5px; }

/* Fluid Layout ---------------------- */
.orbit img.fluid-placeholder { visibility: hidden; position: static; display: block; width: 100%; }

.orbit, .orbit-wrapper { width: 100% !important; }

/* Correct timer in IE */
.lt-ie9 .timer { display: none !important; }

.lt-ie9 .orbit-caption { background: black; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000); zoom: 1; }

@media only screen and (max-width: 767px) { .orbit.orbit-stack-on-small img.fluid-placeholder { visibility: visible; }
  .orbit.orbit-stack-on-small .orbit-slide { position: static; margin-bottom: 10px; } }
/* CSS for jQuery Reveal Plugin Maintained for Foundation. foundation.zurb.com Free to use under the MIT license. http://www.opensource.org/licenses/mit-license.php */
/* Reveal Modals ---------------------- */
.reveal-modal-bg { position: fixed; height: 100%; width: 100%; background: #000; background: rgba(0, 0, 0, 0.45); z-index: 40; display: none; top: 0; left: 0; }

.reveal-modal { background: #fff; visibility: hidden; display: none; top: 100px; left: 50%; margin-left: -260px; width: 520px; position: absolute; z-index: 41; padding: 30px; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
.reveal-modal .close-reveal-modal:not(.button) { font-size: 22px; font-size: 2.2rem; line-height: .5; position: absolute; top: 8px; right: 11px; color: #aaa; text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6); font-weight: bold; cursor: pointer; }
.reveal-modal.small { width: 30%; margin-left: -15%; }
.reveal-modal.medium { width: 40%; margin-left: -20%; }
.reveal-modal.large { width: 60%; margin-left: -30%; }
.reveal-modal.xlarge { width: 70%; margin-left: -35%; }
.reveal-modal.expand { width: 90%; margin-left: -45%; }
.reveal-modal .row { min-width: 0; margin-bottom: 10px; }
.reveal-modal > :first-child { margin-top: 0; }
.reveal-modal > :last-child { margin-bottom: 0; }

@media print { .reveal-modal { border: solid 1px #000; background: #fff; } }
#joyRideTipContent { display: none; }

/* Default styles for the container */
.joyride-tip-guide { display: none; position: absolute; background: black; background: rgba(0, 0, 0, 0.8); color: white; width: 300px; z-index: 101; top: 0; left: 0; font-family: inherit; font-weight: normal; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; }

.joyride-content-wrapper { padding: 18px 20px 24px; }

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
.joyride-tip-guide span.joyride-nub { display: block; position: absolute; left: 22px; width: 0; height: 0; border: solid 14px; }
.joyride-tip-guide span.joyride-nub.top { border-color: black; border-color: rgba(0, 0, 0, 0.8); border-top-color: transparent !important; border-left-color: transparent !important; border-right-color: transparent !important; top: -28px; bottom: none; }
.joyride-tip-guide span.joyride-nub.bottom { border-color: black; border-color: rgba(0, 0, 0, 0.8) !important; border-bottom-color: transparent !important; border-left-color: transparent !important; border-right-color: transparent !important; bottom: -28px; bottom: none; }
.joyride-tip-guide span.joyride-nub.right { border-color: black; border-color: rgba(0, 0, 0, 0.8) !important; border-top-color: transparent !important; border-right-color: transparent !important; border-bottom-color: transparent !important; top: 22px; bottom: none; left: auto; right: -28px; }
.joyride-tip-guide span.joyride-nub.left { border-color: black; border-color: rgba(0, 0, 0, 0.8) !important; border-top-color: transparent !important; border-left-color: transparent !important; border-bottom-color: transparent !important; top: 22px; left: -28px; right: auto; bottom: none; }

/* Typography */
.joyride-tip-guide h1, .joyride-tip-guide h2, .joyride-tip-guide h3, .joyride-tip-guide h4, .joyride-tip-guide h5, .joyride-tip-guide h6 { line-height: 1.25; margin: 0; font-weight: bold; color: white; }

.joyride-tip-guide p { margin: 0 0 18px 0; font-size: 14px; line-height: 1.3; }

.joyride-timer-indicator-wrap { width: 50px; height: 3px; border: solid 1px #555555; position: absolute; right: 17px; bottom: 16px; }

.joyride-timer-indicator { display: block; width: 0; height: inherit; background: #666666; }

.joyride-close-tip { position: absolute; right: 10px; top: 10px; color: #777777 !important; text-decoration: none; font-size: 20px; font-weight: normal; line-height: .5 !important; }
.joyride-close-tip:hover, .joyride-close-tip:focus { color: #eee !important; }

.joyride-modal-bg { position: fixed; height: 100%; width: 100%; background: transparent; background: rgba(0, 0, 0, 0.5); z-index: 100; display: none; top: 0; left: 0; cursor: pointer; }

.clearing-blackout { background: black; background: rgba(0, 0, 0, 0.8); position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 999; }
.clearing-blackout .clearing-close { display: block; }

.clearing-container { position: relative; z-index: 999; height: 100%; overflow: hidden; }

.visible-img { height: 75%; position: relative; }
.visible-img img { position: absolute; left: 50%; top: 50%; margin-left: -50%; max-height: 100%; max-width: 100%; }
.visible-img .clearing-caption { color: white; margin-bottom: 0; text-align: center; position: absolute; bottom: 0; background: black; background: rgba(0, 0, 0, 0.7); width: 100%; padding: 10px 100px; }

.clearing-close { z-index: 999; position: absolute; top: 10px; right: 20px; font-size: 30px; line-height: 1; color: white; display: none; }
.clearing-close:hover, .clearing-close:focus { color: #ccc; }

.clearing-main-left, .clearing-main-right { position: absolute; top: 50%; margin-top: -16px; }

.clearing-main-left.disabled, .clearing-main-right.disabled { opacity: 0.5; }

.clearing-main-left:active, .clearing-main-right:active { margin-top: -15px; }

.clearing-main-left { left: 10px; content: ""; display: block; width: 0; height: 0; border: solid 16px; border-color: transparent white transparent transparent; }

.clearing-main-right { right: 10px; content: ""; display: block; width: 0; height: 0; border: solid 16px; border-color: transparent transparent transparent white; }

ul[data-clearing].block-grid.three-up > li:nth-child(3n+1) { clear: none; }

ul[data-clearing] li { cursor: pointer; display: block; }
ul[data-clearing] li.clearing-feature ~ li { display: none; }

.clearing-assembled .clearing-container .carousel { background: black; background: rgba(0, 0, 0, 0.75); height: 150px; margin-top: 5px; }
.clearing-assembled .clearing-container .visible-img { background: black; background: rgba(0, 0, 0, 0.75); overflow: hidden; }
.clearing-assembled .clearing-container ul[data-clearing] { z-index: 999; width: 200%; height: 100%; margin-left: 0; position: relative; left: 0; }
.clearing-assembled .clearing-container ul[data-clearing] li { display: block; width: 175px; height: inherit; padding: 0; float: left; overflow: hidden; background: #222; margin-right: 1px; position: relative; }
.clearing-assembled .clearing-container ul[data-clearing] li.fix-height img { min-height: 100%; height: 100%; max-width: none; }
.clearing-assembled .clearing-container ul[data-clearing] li img { cursor: pointer !important; min-width: 100% !important; }
.clearing-assembled .clearing-container ul[data-clearing] li.visible { border-top: 4px solid white; }

/* Overrides clear:both; when using block-grid with Clearing. Also overrided .th styling when Clearing is open */
ul.block-grid[data-clearing] { overflow: visible; }

.clearing-blackout ul.block-grid[data-clearing].two-up > li:nth-child(2n+1) { clear: none; }
.clearing-blackout ul.block-grid[data-clearing].three-up > li:nth-child(3n+1) { clear: none; }
.clearing-blackout ul.block-grid[data-clearing].four-up > li:nth-child(4n+1) { clear: none; }
.clearing-blackout ul.block-grid[data-clearing].five-up > li:nth-child(5n+1) { clear: none; }
.clearing-blackout ul.block-grid[data-clearing].six-up > li:nth-child(6n+1) { clear: none; }
.clearing-blackout ul.block-grid[data-clearing].seven-up > li:nth-child(7n+1) { clear: none; }
.clearing-blackout ul.block-grid[data-clearing].eight-up > li:nth-child(8n+1) { clear: none; }
.clearing-blackout ul.block-grid[data-clearing].nine-up > li:nth-child(9n+1) { clear: none; }
.clearing-blackout ul.block-grid[data-clearing].ten-up > li:nth-child(10n+1) { clear: none; }
.clearing-blackout ul.block-grid[data-clearing].eleven-up > li:nth-child(11n+1) { clear: none; }
.clearing-blackout ul.block-grid[data-clearing].twelve-up > li:nth-child(12n+1) { clear: none; }
.clearing-blackout .th img { border: none; -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; }
.clearing-blackout:hover img, .clearing-blackout:focus img { -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }

/* Tabs ---------------------- */
.tabs { list-style: none; border-bottom: solid 1px #e6e6e6; display: block; height: 40px; padding: 0; margin-bottom: 20px; }
.tabs.contained { margin-bottom: 0; margin-left: 0; }
.tabs dt, .tabs li.section-title { color: #b3b3b3; cursor: default; display: block; float: left; font-size: 12px; height: 40px; line-height: 40px; padding: 0; padding-right: 9px; padding-left: 20px; font-weight: normal; width: auto; text-transform: uppercase; }
.tabs dt:first-child, .tabs li.section-title:first-child { padding: 0; padding-right: 9px; }
.tabs dd, .tabs li { display: block; float: left; padding: 0; margin: 0; }
.tabs dd a, .tabs li a { color: #6f6f6f; display: block; font-size: 14px; height: 40px; line-height: 40px; padding: 0px 23.8px; }
.tabs dd a:focus, .tabs li a:focus { font-weight: bold; color: #2ba6cb; }
.tabs dd.active, .tabs li.active { border-top: 3px solid #2ba6cb; margin-top: -3px; }
.tabs dd.active a, .tabs li.active a { cursor: default; color: #3c3c3c; background: #fff; border-left: 1px solid #e6e6e6; border-right: 1px solid #e6e6e6; font-weight: bold; }
.tabs dd:first-child, .tabs li:first-child { margin-left: 0; }
.tabs.vertical { height: auto; border-bottom: 1px solid #e6e6e6; }
.tabs.vertical dt, .tabs.vertical dd, .tabs.vertical li { float: none; height: auto; }
.tabs.vertical dd, .tabs.vertical li { border-left: 3px solid #cccccc; }
.tabs.vertical dd a, .tabs.vertical li a { background: #f2f2f2; border: none; border: 1px solid #e6e6e6; border-width: 1px 1px 0 0; color: #555; display: block; font-size: 14px; height: auto; line-height: 1; padding: 15px 20px; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; }
.tabs.vertical dd.active, .tabs.vertical li.active { margin-top: 0; border-top: 1px solid #4d4d4d; border-left: 4px solid #1a1a1a; }
.tabs.vertical dd.active a, .tabs.vertical li.active a { background: #4d4d4d; border: none; color: #fff; height: auto; margin: 0; position: static; top: 0; -webkit-box-shadow: 0 0 0; -moz-box-shadow: 0 0 0; box-shadow: 0 0 0; }
.tabs.vertical dd:first-child a.active, .tabs.vertical li:first-child a.active { margin: 0; }
.tabs.pill { border-bottom: none; margin-bottom: 10px; }
.tabs.pill dd, .tabs.pill li { margin-right: 10px; }
.tabs.pill dd:last-child, .tabs.pill li:last-child { margin-right: 0; }
.tabs.pill dd a, .tabs.pill li a { -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -ms-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; background: #e6e6e6; height: 26px; line-height: 26px; color: #666; }
.tabs.pill dd.active, .tabs.pill li.active { border: none; margin-top: 0; }
.tabs.pill dd.active a, .tabs.pill li.active a { background-color: #2ba6cb; border: none; color: #fff; }
.tabs.pill.contained { border-bottom: solid 1px #eee; margin-bottom: 0; }
.tabs.pill.two-up dd, .tabs.pill.two-up li, .tabs.pill.three-up dd, .tabs.pill.three-up li, .tabs.pill.four-up dd, .tabs.pill.four-up li, .tabs.pill.five-up dd, .tabs.pill.five-up li { margin-right: 0; }
.tabs.two-up dt a, .tabs.two-up dd a, .tabs.two-up li a, .tabs.three-up dt a, .tabs.three-up dd a, .tabs.three-up li a, .tabs.four-up dt a, .tabs.four-up dd a, .tabs.four-up li a, .tabs.five-up dt a, .tabs.five-up dd a, .tabs.five-up li a { padding: 0 17px; text-align: center; overflow: hidden; }
.tabs.two-up dt, .tabs.two-up dd, .tabs.two-up li { width: 50%; }
.tabs.three-up dt, .tabs.three-up dd, .tabs.three-up li { width: 33.33%; }
.tabs.four-up dt, .tabs.four-up dd, .tabs.four-up li { width: 25%; }
.tabs.five-up dt, .tabs.five-up dd, .tabs.five-up li { width: 20%; }

ul.tabs-content { display: block; margin: 0 0 20px; padding: 0; }
ul.tabs-content > li { display: none; }
ul.tabs-content > li.active { display: block; }
ul.tabs-content.contained { padding: 0; }
ul.tabs-content.contained > li { border: solid 0 #e6e6e6; border-width: 0 1px 1px 1px; padding: 20px; }
ul.tabs-content.contained.vertical > li { border-width: 1px 1px 1px 1px; }

.no-js ul.tabs-content > li { display: block; }

/* Table of Contents

:: Visibility
:: Alerts
:: Labels
:: Tooltips
:: Panels
:: Accordion
:: Side Nav
:: Sub Nav
:: Pagination
:: Breadcrumbs
:: Lists
:: Inline/Link Lists
:: Keystroke Chars
:: Image Thumbnails
:: Video
:: Tables
:: Microformats
:: Progress Bars
:: Pricing Tables

*/
/* Alerts ---------------------- */
div.alert-box { display: block; padding: 6px 7px 7px; font-weight: bold; font-size: 14px; color: white; background-color: #2ba6cb; border: 1px solid rgba(0, 0, 0, 0.1); margin-bottom: 12px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; text-shadow: 0 -1px rgba(0, 0, 0, 0.3); position: relative; }
div.alert-box.success { background-color: #5da423; color: #fff; text-shadow: 0 -1px rgba(0, 0, 0, 0.3); }
div.alert-box.alert { background-color: #c60f13; color: #fff; text-shadow: 0 -1px rgba(0, 0, 0, 0.3); }
div.alert-box.secondary { background-color: #e9e9e9; color: #505050; text-shadow: 0 1px rgba(255, 255, 255, 0.3); }
div.alert-box a.close { color: #333; position: absolute; right: 4px; top: -1px; font-size: 17px; opacity: 0.2; padding: 4px; }
div.alert-box a.close:hover, div.alert-box a.close:focus { opacity: 0.4; }

/* Labels ---------------------- */
.label { padding: 1px 4px 2px; font-size: 12px; font-weight: bold; text-align: center; text-decoration: none; line-height: 1; white-space: nowrap; display: inline; position: relative; bottom: 1px; color: #fff; background: #2ba6cb; }
.label.radius { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
.label.round { padding: 1px 7px 2px; -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -ms-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; }
.label.alert { background-color: #c60f13; }
.label.success { background-color: #5da423; }
.label.secondary { background-color: #e9e9e9; color: #505050; }

/* Tooltips ---------------------- */
.has-tip { border-bottom: dotted 1px #cccccc; cursor: help; font-weight: bold; color: #333333; }
.has-tip:hover, .has-tip:focus { border-bottom: dotted 1px #196177; color: #2ba6cb; }
.has-tip.tip-left, .has-tip.tip-right { float: none !important; }

.tooltip { display: none; background: black; background: rgba(0, 0, 0, 0.85); position: absolute; color: white; font-weight: bold; font-size: 12px; padding: 5px; z-index: 999; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; line-height: normal; }
.tooltip > .nub { display: block; width: 0; height: 0; border: solid 5px; border-color: transparent transparent black transparent; border-color: transparent transparent rgba(0, 0, 0, 0.85) transparent; position: absolute; top: -10px; left: 10px; }
.tooltip.tip-override > .nub { border-color: transparent transparent black transparent !important; border-color: transparent transparent rgba(0, 0, 0, 0.85) transparent !important; top: -10px !important; }
.tooltip.tip-top > .nub, .tooltip.tip-centered-top > .nub { border-color: black transparent transparent transparent; border-color: rgba(0, 0, 0, 0.85) transparent transparent transparent; top: auto; bottom: -10px; }
.tooltip.tip-left, .tooltip.tip-right { float: none !important; }
.tooltip.tip-left > .nub { border-color: transparent transparent transparent black; border-color: transparent transparent transparent rgba(0, 0, 0, 0.85); right: -10px; left: auto; }
.tooltip.tip-right > .nub { border-color: transparent black transparent transparent; border-color: transparent rgba(0, 0, 0, 0.85) transparent transparent; right: auto; left: -10px; }
.tooltip.noradius { -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; }
.tooltip.opened { color: #2ba6cb !important; border-bottom: dotted 1px #196177 !important; }

.tap-to-close { display: block; font-size: 10px; font-size: 1rem; color: #888888; font-weight: normal; }

/* Panels ---------------------- */
.panel { background: #f2f2f2; border: solid 1px #e6e6e6; margin: 0 0 22px 0; padding: 20px; }
.panel > :first-child { margin-top: 0; }
.panel > :last-child { margin-bottom: 0; }
.panel.callout { background: #2ba6cb; color: #fff; border-color: #2284a1; -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5); -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5); box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5); }
.panel.callout a { color: #fff; }
.panel.callout .button { background: white; border: none; color: #2ba6cb; text-shadow: none; }
.panel.callout .button:hover, .panel.callout .button:focus { background: rgba(255, 255, 255, 0.8); }
.panel.radius { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }

/* Accordion ---------------------- */
ul.accordion { margin: 0 0 22px 0; border-bottom: 1px solid #e9e9e9; }
ul.accordion > li { list-style: none; margin: 0; padding: 0; border-top: 1px solid #e9e9e9; }
ul.accordion > li > div.title { cursor: pointer; background: #f6f6f6; padding: 15px; margin: 0; position: relative; border-left: 1px solid #e9e9e9; border-right: 1px solid #e9e9e9; -webkit-transition: 0.15s background linear; -moz-transition: 0.15s background linear; -o-transition: 0.15s background linear; transition: 0.15s background linear; }
ul.accordion > li > div.title h1, ul.accordion > li > div.title h2, ul.accordion > li > div.title h3, ul.accordion > li > div.title h4, ul.accordion > li > div.title h5 { margin: 0; }
ul.accordion > li > div.title:after { content: ""; display: block; width: 0; height: 0; border: solid 6px; border-color: transparent #9d9d9d transparent transparent; position: absolute; right: 15px; top: 21px; }
ul.accordion > li .content { display: none; padding: 15px; }
ul.accordion > li.active { border-top: 3px solid #2ba6cb; }
ul.accordion > li.active .title { background: white; padding-top: 13px; }
ul.accordion > li.active .title:after { content: ""; display: block; width: 0; height: 0; border: solid 6px; border-color: #9d9d9d transparent transparent transparent; }
ul.accordion > li.active .content { background: white; display: block; border-left: 1px solid #e9e9e9; border-right: 1px solid #e9e9e9; }

/* Side Nav ---------------------- */
ul.side-nav { display: block; list-style: none; margin: 0; padding: 17px 0; }
ul.side-nav li { display: block; list-style: none; margin: 0 0 7px 0; }
ul.side-nav li a { display: block; }
ul.side-nav li.active a { color: #4d4d4d; font-weight: bold; }
ul.side-nav li.divider { border-top: 1px solid #e6e6e6; height: 0; padding: 0; }

/* Sub Navs http://www.zurb.com/article/292/how-to-create-simple-and-effective-sub-na ---------------------- */
dl.sub-nav { display: block; width: auto; overflow: hidden; margin: -4px 0 18px; margin-right: 0; margin-left: -9px; padding-top: 4px; }
dl.sub-nav dt, dl.sub-nav dd { float: left; display: inline; margin-left: 9px; margin-bottom: 10px; }
dl.sub-nav dt { color: #999; font-weight: normal; }
dl.sub-nav dd a { text-decoration: none; -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -ms-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; }
dl.sub-nav dd.active a { font-weight: bold; background: #2ba6cb; color: #fff; padding: 3px 9px; cursor: default; }

/* Pagination ---------------------- */
ul.pagination { display: block; height: 24px; margin-left: -5px; }
ul.pagination li { float: left; display: block; height: 24px; color: #999; font-size: 14px; margin-left: 5px; }
ul.pagination li a { display: block; padding: 1px 7px 1px; color: #555; }
ul.pagination li:hover a, ul.pagination li a:focus { background: #e6e6e6; }
ul.pagination li.unavailable a { cursor: default; color: #999; }
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus { background: transparent; }
ul.pagination li.current a { background: #2ba6cb; color: white; font-weight: bold; cursor: default; }
ul.pagination li.current a:hover, ul.pagination li.current a:focus { background: #2ba6cb; }

div.pagination-centered { text-align: center; }
div.pagination-centered ul > li { float: none; display: inline-block; }

/* Breadcrums ---------------------- */
ul.breadcrumbs { display: block; background: #f6f6f6; padding: 6px 10px 7px; border: 1px solid #e9e9e9; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; overflow: hidden; margin-left: 0; }
ul.breadcrumbs li { margin: 0; padding: 0 12px 0 0; float: left; list-style: none; }
ul.breadcrumbs li a, ul.breadcrumbs li span { text-transform: uppercase; font-size: 11px; font-size: 1.1rem; padding-left: 12px; }
ul.breadcrumbs li:first-child a, ul.breadcrumbs li:first-child span { padding-left: 0; }
ul.breadcrumbs li:before { content: "/"; color: #aaa; }
ul.breadcrumbs li:first-child:before { content: " "; }
ul.breadcrumbs li.current a { cursor: default; color: #333; }
ul.breadcrumbs li:hover a, ul.breadcrumbs li a:focus { text-decoration: underline; }
ul.breadcrumbs li.current:hover a, ul.breadcrumbs li.current a:focus { text-decoration: none; }
ul.breadcrumbs li.unavailable a { color: #999; }
ul.breadcrumbs li.unavailable:hover a, ul.breadcrumbs li.unavailable a:focus { text-decoration: none; color: #999; cursor: default; }

/* Inline Link List */
ul.inline-list, ul.link-list { margin: 0 0 17px -22px; padding: 0; list-style: none; overflow: hidden; }
ul.inline-list > li, ul.link-list > li { list-style: none; float: left; margin-left: 22px; display: block; }
ul.inline-list > li > *, ul.link-list > li > * { display: block; }

/* Keytroke Characters ---------------------- */
.keystroke, kbd { font-family: "Consolas", "Menlo", "Courier", monospace; font-size: 13px; padding: 2px 4px 0px; margin: 0; background: #ededed; border: solid 1px #dbdbdb; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }

/* Image Thumbnails ---------------------- */
.th { display: block; }
.th img { display: block; border: solid 4px #fff; -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2); box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2); -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; -webkit-transition-property: box-shadow; -moz-transition-property: box-shadow; -o-transition-property: box-shadow; transition-property: box-shadow; -webkit-transition-duration: 300ms; -moz-transition-duration: 300ms; -o-transition-duration: 300ms; transition-duration: 300ms; }
.th:hover img, .th:focus img { -webkit-box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5); -moz-box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5); box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5); }

/* Video - Mad props to http://www.alistapart.com/articles/creating-intrinsic-ratios-for-video/ ---------------------- */
.flex-video { position: relative; padding-top: 25px; padding-bottom: 67.5%; height: 0; margin-bottom: 16px; overflow: hidden; }
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Tables ---------------------- */
table { background: #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; margin: 0 0 18px; border: 1px solid #ddd; }

table thead, table tfoot { background: #f5f5f5; }

table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td { display: table-cell; font-size: 14px; line-height: 18px; text-align: left; }

table thead tr th, table tfoot tr td { padding: 8px 10px 9px; font-size: 14px; font-weight: bold; color: #222; }

table thead tr th:first-child, table tfoot tr td:first-child { border-left: none; }

table thead tr th:last-child, table tfoot tr td:last-child { border-right: none; }

table tbody tr.even, table tbody tr.alt { background: #f9f9f9; }

table tbody tr:nth-child(even) { background: #f9f9f9; }

table tbody tr td { color: #333; padding: 9px 10px; vertical-align: top; border: none; }

/* Microformats ---------------------- */
ul.vcard { display: inline-block; margin: 0 0 12px 0; border: 1px solid #ddd; padding: 10px; }
ul.vcard li { margin: 0; display: block; }
ul.vcard li.fn { font-weight: bold; font-size: 15px; }

p.vevent span.summary { font-weight: bold; }
p.vevent abbr { cursor: default; text-decoration: none; font-weight: bold; border: none; padding: 0 1px; }

/* Progress Bar ---------------------- */
div.progress { padding: 2px; margin-bottom: 10px; border: 1px solid #cccccc; height: 25px; /* meter */ /* border radii */ }
div.progress .meter { background: #2ba6cb; height: 100%; display: block; width: 50%; }
div.progress.secondary .meter { background: #e9e9e9; }
div.progress.success .meter { background: #5da423; }
div.progress.alert .meter { background: #c60f13; }
div.progress.radius { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
div.progress.radius .meter { -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; }
div.progress.round { -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -ms-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; }
div.progress.round .meter { -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -ms-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; }

/* Pricing Tables ---------------------- */
.pricing-table { border: solid 1px #dddddd; margin-left: 0; margin-bottom: 20px; }
.pricing-table * { list-style: none; line-height: 1; }
.pricing-table .title { background-color: #dddddd; padding: 15px 20px; text-align: center; color: #333333; font-weight: bold; font-size: 16px; }
.pricing-table .price { background-color: #eeeeee; padding: 15px 20px; text-align: center; color: #333333; font-weight: normal; font-size: 20px; }
.pricing-table .description { background-color: white; padding: 15px; text-align: center; color: #777777; font-size: 12px; font-weight: normal; line-height: 1.4; border-bottom: dotted 1px #dddddd; }
.pricing-table .bullet-item { background-color: white; padding: 15px; text-align: center; color: #333333; font-size: 14px; font-weight: normal; border-bottom: dotted 1px #dddddd; }
.pricing-table .cta-button { background-color: whitesmoke; text-align: center; padding: 20px; }

/* Visibility Classes ---------------------- */
/*                                           */
/* Standard (large) display targeting */
.show-for-small, .show-for-medium, .show-for-medium-down, .hide-for-large, .hide-for-large-up, .show-for-xlarge, .show-for-print { display: none !important; }

.hide-for-small, .hide-for-medium, .hide-for-medium-down, .show-for-large, .show-for-large-up, .hide-for-xlarge, .hide-for-print { display: inherit !important; }

/* Very large display targeting */
@media only screen and (min-width: 1441px) { .hide-for-small, .hide-for-medium, .hide-for-medium-down, .hide-for-large, .show-for-large-up, .show-for-xlarge { display: inherit !important; }
  .show-for-small, .show-for-medium, .show-for-medium-down, .show-for-large, .hide-for-large-up, .hide-for-xlarge { display: none !important; } }
/* Medium display targeting */
@media only screen and (max-width: 1279px) and (min-width: 768px) { .hide-for-small, .show-for-medium, .show-for-medium-down, .hide-for-large, .hide-for-large-up, .hide-for-xlarge { display: inherit !important; }
  .show-for-small, .hide-for-medium, .hide-for-medium-down, .show-for-large, .show-for-large-up, .show-for-xlarge { display: none !important; } }
/* Small display targeting */
@media only screen and (max-width: 767px) { .show-for-small, .hide-for-medium, .show-for-medium-down, .hide-for-large, .hide-for-large-up, .hide-for-xlarge { display: inherit !important; }
  .hide-for-small, .show-for-medium, .hide-for-medium-down, .show-for-large, .show-for-large-up, .show-for-xlarge { display: none !important; } }
/* Orientation targeting */
.show-for-landscape, .hide-for-portrait { display: inherit !important; }

.hide-for-landscape, .show-for-portrait { display: none !important; }

@media screen and (orientation: landscape) { .show-for-landscape, .hide-for-portrait { display: inherit !important; }
  .hide-for-landscape, .show-for-portrait { display: none !important; } }
@media screen and (orientation: portrait) { .show-for-portrait, .hide-for-landscape { display: inherit !important; }
  .hide-for-portrait, .show-for-landscape { display: none !important; } }
/* Touch-enabled device targeting */
.show-for-touch { display: none !important; }

.hide-for-touch { display: inherit !important; }

.touch .show-for-touch { display: inherit !important; }

.touch .hide-for-touch { display: none !important; }

/* Specific overrides for elements that require something other than display: block */
table.show-for-xlarge, table.show-for-large, table.hide-for-small, table.hide-for-medium { display: table !important; }

@media only screen and (max-width: 1279px) and (min-width: 768px) { .touch table.hide-for-xlarge, .touch table.hide-for-large, .touch table.hide-for-small, .touch table.show-for-medium { display: table !important; } }
@media only screen and (max-width: 767px) { table.hide-for-xlarge, table.hide-for-large, table.hide-for-medium, table.show-for-small { display: table !important; } }
/* 1280 tablet ------------ */
@media only screen and (max-device-width: 1280px) { /* NavBar --- */
  /*            */
  .touch .nav-bar li.has-flyout > a { padding-right: 36px !important; } }
/* Covering almost all ----- */
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) { .flex-video { padding-top: 0; } }
/* Between Medium and Small */
@media only screen and (max-width: 1279px) and (min-width: 768px) { /* NavBar --- */
  /*            */
  .touch .nav-bar li a { font-size: 13px; }
  .touch .nav-bar li.has-flyout > a.flyout-toggle { padding: 20px !important; }
  .touch .nav-bar li.has-flyout > a { padding-right: 36px !important; }
  /* Clearing --- */
  /*              */
  .clearing-main-right, .clearing-main-left { height: 100%; width: 40px; top: 0; border: none; }
  .clearing-main-right:before, .clearing-main-left:before { position: absolute; top: 50%; }
  .clearing-main-left { left: 0; }
  .clearing-main-left:before { left: 5px; content: ""; display: block; width: 0; height: 0; border: solid 16px; border-color: transparent white transparent transparent; }
  .clearing-main-right { height: 100%; right: 0; }
  .clearing-main-right:before { content: ""; display: block; width: 0; height: 0; border: solid 16px; border-color: transparent transparent transparent white; } }
/* Small Devices ------------ */
@media only screen and (max-width: 767px) { /* Global Misc --- */
  /*                 */
  .left, .right { float: none; }
  body { -webkit-text-size-adjust: none; -ms-text-size-adjust: none; width: 100%; min-width: 0; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }
  /* The Grid --- */
  /*              */
  .row { width: auto; min-width: 0; margin-left: 0; margin-right: 0; }
  .column, .columns { width: auto !important; float: none; }
  .column:last-child, .columns:last-child { float: none; }
  [class*="column"] + [class*="column"]:last-child { float: none; }
  .column:before, .columns:before, .column:after, .columns:after { content: ""; display: table; }
  .column:after, .columns:after { clear: both; }
  .offset-by-one, .offset-by-two, .offset-by-three, .offset-by-four, .offset-by-five, .offset-by-six, .offset-by-seven, .offset-by-eight, .offset-by-nine, .offset-by-ten { margin-left: 0 !important; }
  .push-two, .push-three, .push-four, .push-five, .push-six, .push-seven, .push-eight, .push-nine, .push-ten { left: auto; }
  .pull-two, .pull-three, .pull-four, .pull-five, .pull-six, .pull-seven, .pull-eight, .pull-nine, .pull-ten { right: auto; }
  /* Mobile 4-column Grid */
  .row .mobile-one { width: 25% !important; float: left; padding: 0 15px; }
  .row .mobile-one:last-child { float: right; }
  .row .mobile-one.end { float: left; }
  .row.collapse .mobile-one { padding: 0; }
  .row .mobile-two { width: 50% !important; float: left; padding: 0 15px; }
  .row .mobile-two:last-child { float: right; }
  .row .mobile-two.end { float: left; }
  .row.collapse .mobile-two { padding: 0; }
  .row .mobile-three { width: 75% !important; float: left; padding: 0 15px; }
  .row .mobile-three:last-child { float: right; }
  .row .mobile-three.end { float: left; }
  .row.collapse .mobile-three { padding: 0; }
  .row .mobile-four { width: 100% !important; float: left; padding: 0 15px; }
  .row .mobile-four:last-child { float: right; }
  .row .mobile-four.end { float: left; }
  .row.collapse .mobile-four { padding: 0; }
  .push-one-mobile { left: 25%; }
  .pull-one-mobile { right: 25%; }
  .push-two-mobile { left: 50%; }
  .pull-two-mobile { right: 50%; }
  .push-three-mobile { left: 75%; }
  .pull-three-mobile { right: 75%; }
  /* Block Grids --- */
  /*                 */
  .block-grid.mobile > li { float: none; width: 100%; margin-left: 0; }
  .block-grid > li { clear: none; }
  .block-grid.mobile-one-up > li { width: 100%; }
  .block-grid.mobile-two-up > li { width: 50%; }
  .block-grid.mobile-two-up > li:nth-child(2n+1) { clear: both; }
  .block-grid.mobile-three-up > li { width: 33.33333%; }
  .block-grid.mobile-three-up > li:nth-child(3n+1) { clear: both; }
  .block-grid.mobile-four-up > li { width: 25%; }
  .block-grid.mobile-four-up > li:nth-child(4n+1) { clear: both; }
  .block-grid.mobile-five-up > li { width: 20%; }
  .block-grid.mobile-five-up > li:nth-child(5n+1) { clear: both; }
  .block-grid.mobile-six-up > li { width: 16.66667%; }
  .block-grid.mobile-six-up > li:nth-child(6n+1) { clear: both; }
  .block-grid.mobile-seven-up > li { width: 14.28571%; }
  .block-grid.mobile-seven-up > li:nth-child(7n+1) { clear: both; }
  .block-grid.mobile-eight-up > li { width: 12.5%; }
  .block-grid.mobile-eight-up > li:nth-child(8n+1) { clear: both; }
  .block-grid.mobile-nine-up > li { width: 11.11111%; }
  .block-grid.mobile-nine-up > li:nth-child(9n+1) { clear: both; }
  .block-grid.mobile-ten-up > li { width: 10%; }
  .block-grid.mobile-ten-up > li:nth-child(10n+1) { clear: both; }
  .block-grid.mobile-eleven-up > li { width: 9.09091%; }
  .block-grid.mobile-eleven-up > li:nth-child(11n+1) { clear: both; }
  .block-grid.mobile-twelve-up > li { width: 8.33333%; }
  .block-grid.mobile-twelve-up > li:nth-child(12n+1) { clear: both; }
  /* Forms --- */
  /*           */
  /* Label alignment */
  label.right { text-align: left; }
  /* Extend width of all inputs */
  input[type="text"].one, input[type="password"].one, input[type="date"].one, input[type="datetime"].one, input[type="email"].one, input[type="number"].one, input[type="search"].one, input[type="tel"].one, input[type="time"].one, input[type="url"].one, textarea.one, .row textarea.one { width: 100% !important; }
  input[type="text"].two, input[type="password"].two, input[type="date"].two, input[type="datetime"].two, input[type="email"].two, input[type="number"].two, input[type="search"].two, input[type="tel"].two, input[type="time"].two, input[type="url"].two, textarea.two, .row textarea.two { width: 100% !important; }
  input[type="text"].three, input[type="password"].three, input[type="date"].three, input[type="datetime"].three, input[type="email"].three, input[type="number"].three, input[type="search"].three, input[type="tel"].three, input[type="time"].three, input[type="url"].three, textarea.three, .row textarea.three { width: 100% !important; }
  input[type="text"].four, input[type="password"].four, input[type="date"].four, input[type="datetime"].four, input[type="email"].four, input[type="number"].four, input[type="search"].four, input[type="tel"].four, input[type="time"].four, input[type="url"].four, textarea.four, .row textarea.four { width: 100% !important; }
  input[type="text"].five, input[type="password"].five, input[type="date"].five, input[type="datetime"].five, input[type="email"].five, input[type="number"].five, input[type="search"].five, input[type="tel"].five, input[type="time"].five, input[type="url"].five, textarea.five, .row textarea.five { width: 100% !important; }
  input[type="text"].six, input[type="password"].six, input[type="date"].six, input[type="datetime"].six, input[type="email"].six, input[type="number"].six, input[type="search"].six, input[type="tel"].six, input[type="time"].six, input[type="url"].six, textarea.six, .row textarea.six { width: 100% !important; }
  input[type="text"].seven, input[type="password"].seven, input[type="date"].seven, input[type="datetime"].seven, input[type="email"].seven, input[type="number"].seven, input[type="search"].seven, input[type="tel"].seven, input[type="time"].seven, input[type="url"].seven, textarea.seven, .row textarea.seven { width: 100% !important; }
  input[type="text"].eight, input[type="password"].eight, input[type="date"].eight, input[type="datetime"].eight, input[type="email"].eight, input[type="number"].eight, input[type="search"].eight, input[type="tel"].eight, input[type="time"].eight, input[type="url"].eight, textarea.eight, .row textarea.eight { width: 100% !important; }
  input[type="text"].nine, input[type="password"].nine, input[type="date"].nine, input[type="datetime"].nine, input[type="email"].nine, input[type="number"].nine, input[type="search"].nine, input[type="tel"].nine, input[type="time"].nine, input[type="url"].nine, textarea.nine, .row textarea.nine { width: 100% !important; }
  input[type="text"].ten, input[type="password"].ten, input[type="date"].ten, input[type="datetime"].ten, input[type="email"].ten, input[type="number"].ten, input[type="search"].ten, input[type="tel"].ten, input[type="time"].ten, input[type="url"].ten, textarea.ten, .row textarea.ten { width: 100% !important; }
  input[type="text"].eleven, input[type="password"].eleven, input[type="date"].eleven, input[type="datetime"].eleven, input[type="email"].eleven, input[type="number"].eleven, input[type="search"].eleven, input[type="tel"].eleven, input[type="time"].eleven, input[type="url"].eleven, textarea.eleven, .row textarea.eleven { width: 100% !important; }
  input[type="text"].twelve, input[type="password"].twelve, input[type="date"].twelve, input[type="datetime"].twelve, input[type="email"].twelve, input[type="number"].twelve, input[type="search"].twelve, input[type="tel"].twelve, input[type="time"].twelve, input[type="url"].twelve, textarea.twelve, .row textarea.twelve { width: 100% !important; }
  /* Buttons --- */
  /*             */
  /* Basic overrides */
  .button { display: block; }
  button.button, input[type="submit"].button, input[type="reset"].button { width: 100%; padding-left: 0; padding-right: 0; }
  /* Button Groups */
  .button-group button.button, .button-group input[type="submit"].button { width: auto; padding: 10px 20px 11px; }
  .button-group button.button.large, .button-group input[type="submit"].button.large { padding: 15px 30px 16px; }
  .button-group button.button.medium, .button-group input[type="submit"].button.medium { padding: 10px 20px 11px; }
  .button-group button.button.small, .button-group input[type="submit"].button.small { padding: 7px 14px 8px; }
  .button-group button.button.tiny, .button-group input[type="submit"].button.tiny { padding: 5px 10px 6px; }
  .button-group.even button.button, .button-group.even input[type="submit"].button { width: 100%; padding-left: 0; padding-right: 0; }
  /* Navbar --- */
  /*            */
  .nav-bar { height: auto; }
  .nav-bar > li { float: none; display: block; border-right: none; }
  .nav-bar > li > a.main { text-align: left; border-top: 1px solid #ddd; border-right: none; }
  .nav-bar > li:first-child > a.main { border-top: none; }
  .nav-bar > li.has-flyout > a.flyout-toggle { position: absolute; right: 0; top: 0; padding: 22px; z-index: 2; display: block; }
  .nav-bar > li.has-flyout.is-touch > a.flyout-toggle span { content: ""; width: 0; height: 0; display: block; }
  .nav-bar > li.has-flyout > a.flyout-toggle:hover span { border-top-color: #141414; }
  .nav-bar.vertical > li.has-flyout > .flyout { left: 0; }
  .flyout { position: relative; width: 100% !important; top: auto; margin-right: -2px; border-width: 1px 1px 0 1px; }
  .flyout.right { float: none; right: auto; left: -1px; }
  .flyout.small, .flyout.large { width: 100% !important; }
  .flyout p:last-child { margin-bottom: 18px; }
  /* Reveal --- */
  /*            */
  .reveal-modal-bg { position: absolute; }
  .reveal-modal, .reveal-modal.small, .reveal-modal.medium, .reveal-modal.large, .reveal-modal.xlarge { width: 80%; top: 15px; left: 50%; margin-left: -40%; padding: 20px; height: auto; }
  /* Clearing --- */
  /*              */
  .clearing-container { margin: 0; }
  .clearing-close { z-index: 99; font-size: 37px; top: 0px; right: 5px; }
  .clearing-caption { position: fixed; bottom: 0; left: 0; padding: 10px !important; line-height: 1.3; }
  .clearing-main-right, .clearing-main-left { display: none; }
  .clearing-blackout.clearing-assembled .visible-img, .clearing-blackout.clearing-assembled .clearing-container { height: 100%; }
  .clearing-blackout.clearing-assembled ul[data-clearing] { display: none; }
  /* Joyride --- */
  /*             */
  .joyride-tip-guide { width: 95% !important; left: 2.5% !important; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; }
  .joyride-tip-guide-wrapper { width: 100%; }
  /* Tabs --- */
  /*          */
  .tabs.mobile { width: auto; margin: 20px -20px 40px; border-bottom: solid 1px #ccc; height: auto; margin: 20px -15px 0px -15px; }
  .tabs.mobile dt, .tabs.mobile li, .tabs.mobile dd { float: none; height: auto; }
  .tabs.mobile dd a, .tabs.mobile li a { font-size: 15px; display: block; width: auto; height: auto; padding: 18px 20px; margin: 0; color: #555; line-height: 1; border: none; border-left: none; border-right: none; border-top: 1px solid #ccc; background: #fff; }
  .tabs.mobile dd a.active, .tabs.mobile li a.active { border: none; background: #2ba6cb; color: #fff; margin: 0; position: static; top: 0; height: auto; }
  .tabs.mobile dd:first-child a.active, .tabs.mobile li:first-child a.active { margin: 0; }
  .tabs.mobile + .tabs-content.contained { margin-left: -15px; margin-right: -15px; }
  .tabs.mobile .section-title { padding-left: 20px !important; }
  .contained.mobile { margin-bottom: 0; }
  .contained.tabs.mobile dd a, .contained.tabs.mobile li a { padding: 18px 20px; }
  .tabs.mobile + ul.contained { margin-left: -20px; margin-right: -20px; border-width: 0 0 1px 0; }
  /* UI Elements --- */
  /*                 */
  /* Tooltips */
  .tooltip { font-size: 14px; line-height: 1.4; padding: 7px 10px 9px 10px; left: 50% !important; max-width: 80% !important; margin-left: -40%; font-size: 110%; }
  .tooltip > .nub, .tooltip.top > .nub, .tooltip.left > .nub, .tooltip.right > .nub { border-color: transparent transparent black transparent; border-color: transparent transparent rgba(0, 0, 0, 0.85) transparent; top: -12px; left: 10px; } }
/* Topbar Specific Breakpoint that you can customize */
@media only screen and (max-width: 940px) { .top-bar { margin-bottom: 0; overflow: hidden; height: 45px; background: #222222; /* Override contain to grid stuff for breakpoint */ /* Setting up the sliding area */ /* When the Small Nav is Showing */ }
  .top-bar .js-generated { display: block; }
  .contain-to-grid .top-bar { width: auto; }
  .top-bar section { left: 0; position: relative; width: auto; -webkit-transition: left 300ms 0; -moz-transition: left 300ms 0; -o-transition: left 300ms 0; transition: left 300ms 0; }
  .top-bar ul { width: 100%; height: 100%; margin-bottom: 0; display: block; }
  .top-bar ul > li { float: none; /* Branding and name */ /* Dropdown Toggle */ /* Divider for breakpoint */ /* Search Overrides for breakpoint size */ /* Dropdown Level 1 */ /* Dropdown Level 2 */ }
  .top-bar ul > li.active, .top-bar ul > li:hover { background: #151515; }
  .top-bar ul > li.name { height: 45px; }
  .top-bar ul > li.name h1 { line-height: 1; }
  .top-bar ul > li.name h1 a { color: white; display: block; line-height: 45px !important; padding-left: 15px; height: 45px; }
  .top-bar ul > li:hover a, .top-bar ul > li.active a { color: white; }
  .top-bar ul > li a:not(.button) { color: white; }
  .top-bar ul > li.toggle-topbar { cursor: pointer; display: block; height: 45px; position: absolute; right: 0; top: 0; width: 50%; }
  .top-bar ul > li.toggle-topbar a { content: ""; display: block; width: 0; height: 0; border: solid 8px; border-color: white transparent transparent transparent; padding: 0; position: absolute; top: 50%; right: 22.5px; margin-top: -4px; }
  .top-bar ul > li.toggle-topbar:hover { background: inherit; }
  .top-bar ul > li.toggle-topbar a { padding: 0 !important; }
  .top-bar ul > li.divider { border-bottom: solid 1px #3c3c3c; border-top: solid 1px black; clear: both; height: 1px !important; margin: 8px 0 !important; width: 100%; }
  .top-bar ul > li.search { padding: 0 22.5px; }
  .top-bar ul > li.search form { width: 100%; }
  .top-bar ul > li.search form input[type=text] { width: 75%; }
  .top-bar ul > li.search form .button { top: -1px; width: 25%; }
  .top-bar ul > li.has-dropdown a { padding-right: 33.75px; }
  .top-bar ul > li.has-dropdown a:after { content: ""; display: block; width: 0; height: 0; border: solid 5px; border-color: transparent transparent transparent rgba(255, 255, 255, 0.5); margin-right: 15px; margin-top: -4.5px; position: absolute; top: 50%; }
  .top-bar ul > li.has-dropdown:hover > .dropdown { display: block; visibility: hidden; }
  .top-bar ul > li.has-dropdown .dropdown { visibility: hidden; z-index: 0 !important; }
  .top-bar ul > li.has-dropdown.moved { position: static; }
  .top-bar ul > li.has-dropdown.moved > .dropdown { top: 0; visibility: visible; }
  .top-bar ul > li.has-dropdown.moved > .dropdown li label { margin-bottom: 6px; padding-top: 6px !important; font-size: 11px; }
  .top-bar ul > li.has-dropdown.moved > .dropdown li:not(.title) { padding-bottom: 0; }
  .top-bar ul > li.has-dropdown.moved > .dropdown li:not(.title) a { padding: 8px 22.5px; font-size: 14px; }
  .top-bar ul > li.has-dropdown.moved > .dropdown li a, .top-bar ul > li.has-dropdown.moved > .dropdown li label { padding: 0 22.5px; }
  .top-bar ul > li.has-dropdown.moved > .dropdown li a:hover { background: #3c3c3c; display: block; }
  .top-bar ul > li.has-dropdown.moved > .dropdown li.divider { border-bottom: solid 1px rgba(255, 255, 255, 0.1); margin-top: 8px !important; margin-bottom: 8px !important; }
  .top-bar ul > li.has-dropdown.moved .back.title { padding-bottom: 0; }
  .top-bar ul > li.has-dropdown.moved .back.title a:before { position: absolute; top: 50%; left: 17.5px; margin-top: -5px; width: 0; height: 0; content: ""; display: block; width: 0; height: 0; border: solid 5px; border-color: transparent white transparent transparent; }
  .top-bar ul > li.has-dropdown.moved .back.title h5 { margin: 0; padding-left: 15px; position: relative; }
  .top-bar ul > li.has-dropdown.moved .back.title h5 a { background: transparent; padding-top: 8px; padding-bottom: 8px; font-size: 23px; font-weight: bold; }
  .top-bar ul > li.has-dropdown .dropdown li { background: transparent; }
  .top-bar ul > li.has-dropdown .dropdown li.has-dropdown .dropdown { left: 100% !important; top: 0; right: auto !important; }
  .top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a { padding-right: 33.75px; }
  .top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a:after { content: ""; margin-right: 15px; content: ""; display: block; width: 0; height: 0; border: solid 5px; border-color: transparent transparent transparent rgba(255, 255, 255, 0.5); position: absolute; top: 50%; margin-top: -4.5px; }
  .top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a li a:hover { background: #3c3c3c; }
  .top-bar ul > li.has-dropdown .dropdown li.has-dropdown.moved { position: static; }
  .top-bar ul > li.has-dropdown .dropdown li.has-dropdown.moved .dropdown { top: 0; visibility: visible; }
  .top-bar ul > li.has-dropdown .dropdown li.has-dropdown:hover { display: block; }
  .top-bar ul.left, .top-bar ul.right { float: none; width: 100%; }
  .top-bar ul.left > li, .top-bar ul.right > li { display: block; float: none; margin: 0 !important; }
  .top-bar ul.left > li.has-dropdown .dropdown, .top-bar ul.right > li.has-dropdown .dropdown { left: 100% !important; top: 0; right: auto !important; }
  .top-bar section > ul li a:not(.button) { padding-left: 22.5px !important; }
  .top-bar.expanded { height: 100%; }
  .top-bar.expanded ul li.toggle-topbar a { content: ""; display: block; width: 0; height: 0; border: solid 8px; border-color: transparent transparent #cccccc transparent; top: auto; bottom: 50%; margin-bottom: -4px; }
  .top-bar ul li.has-button { padding: 5px 15px; }
  .top-bar ul li .button.small { margin: 0 !important; display: inline-block; width: 100%; }
  .top-bar ul > li.has-button a.button { margin: 0; } }
/*---------- Début FONTES ----------*/
@font-face { font-family: 'tga'; font-weight: normal; font-style: normal; src: url("http://www.monrechaud.com/skin/frontend/default/monrechaud/fonts/tga.eot?#iefix") format("embedded-opentype"), url("http://www.monrechaud.com/skin/frontend/default/monrechaud/fonts/tga.woff") format("woff"), url("http://www.monrechaud.com/skin/frontend/default/monrechaud/fonts/tga.otf") format("opentype"), url("http://www.monrechaud.com/skin/frontend/default/monrechaud/fonts/tga.svg#tga") format("svg");
  /* Mobiles OS anciens */ }

@font-face { font-family: 'tga'; font-weight: bold; src: url("http://www.monrechaud.com/skin/frontend/default/monrechaud/fonts/tga-b.eot?#iefix") format("embedded-opentype"), url("http://www.monrechaud.com/skin/frontend/default/monrechaud/fonts/tga-b.woff") format("woff"), url("http://www.monrechaud.com/skin/frontend/default/monrechaud/fonts/tga-b.otf") format("opentype"), url("http://www.monrechaud.com/skin/frontend/default/monrechaud/fonts/tga-b.svg#tga-b") format("svg");
  /* Mobiles OS anciens */ }

@font-face { font-family: 'tga'; font-style: italic; src: url("http://www.monrechaud.com/skin/frontend/default/monrechaud/fonts/tga-i.eot?#iefix") format("embedded-opentype"), url("http://www.monrechaud.com/skin/frontend/default/monrechaud/fonts/tga-i.woff") format("woff"), url("http://www.monrechaud.com/skin/frontend/default/monrechaud/fonts/tga-i.otf") format("opentype"), url("http://www.monrechaud.com/skin/frontend/default/monrechaud/fonts/tga-i.svg#tga-i") format("svg");
  /* Mobiles OS anciens */ }

@font-face { font-family: 'tga'; font-weight: bold; font-style: italic; src: url("http://www.monrechaud.com/skin/frontend/default/monrechaud/fonts/tga-bi.eot?#iefix") format("embedded-opentype"), url("http://www.monrechaud.com/skin/frontend/default/monrechaud/fonts/tga-bi.woff") format("woff"), url("http://www.monrechaud.com/skin/frontend/default/monrechaud/fonts/tga-bi.otf") format("opentype"), url("http://www.monrechaud.com/skin/frontend/default/monrechaud/fonts/tga-bi.svg#tga-bi") format("svg");
  /* Mobiles OS anciens */ }

@font-face { font-family: 'omgwritelikewilliam'; font-weight: normal; font-style: normal; src: url("http://www.monrechaud.com/skin/frontend/default/monrechaud/fonts/omgwritelikewilliam.eot?#iefix") format("embedded-opentype"), url("http://www.monrechaud.com/skin/frontend/default/monrechaud/fonts/omgwritelikewilliam.woff") format("woff"), url("http://www.monrechaud.com/skin/frontend/default/monrechaud/fonts/omgwritelikewilliam.ttf") format("truetype"), url("http://www.monrechaud.com/skin/frontend/default/monrechaud/fonts/omgwritelikewilliam.svg#omgwritelikewilliam") format("svg");
  /* Mobiles OS anciens */ }

/*---------- Fin FONTES ----------*/
/*---------- Début VARIABLES ----------*/
/* Blanc */
/* Noir */
/* Gris */
/* Couleurs */
/* Textes
"fs" pour font-size
"ff" pour font-family
*/
/*---------- Fin VARIABLES ----------*/
/*---------- Début MIXINS ----------*/
/*---------- Fin MIXINS ----------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td { font-size: 1em; font-family: Arial, Helvetica, Clean, sans-serif; font-style: normal; font-weight: normal; color: inherit; text-align: inherit; line-height: 1.5em; margin: 0; padding: 0; border: none; border-radius: 0; background: none; white-space: inherit; width: auto; height: auto; }

html { background: #dedede url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/bg_header.jpg) repeat 0 0; }

body { color: black; font: 12px/ 1.22 Arial, Helvetica, Clean, sans-serif; *
    line-height: 1.5em; }

a { color: #bcbd24; }
a:hover { color: #9e9f1e; text-decoration: underline; }
a:focus { color: #9e9f1e; outline: 1px dotted rgba(0, 0, 0, 0.2); }

h1, h2, h3, h4, h5, h6 { color: #c9ca26; font-weight: bold; font-family: "tga", Arial, Helvetica, Clean, sans-serif; line-height: 1.22em; margin: 1em 0 .5em 0; }

h1 { font-size: 2.667em; margin: 0 0 15px 0; }

h2 { font-size: 2em; }

h3 { font-size: 1.5em; font-weight: normal; color: #535353; }

h4 { font-size: 1.334em; }

h5 { font-size: 1.167em; }

p { margin: 1em 0; }

img { border: none; }

strong, b { font-weight: bold; }

form label { margin-bottom: 0; }

.sidebar ol { list-style-type: none; margin-left: 0; }

.required em { color: #c00000; padding-right: 3px; }

ul.messages { margin: 0; padding: 0; list-style: none; position: absolute; z-index: 6; top: -10px; width: 100%; left: 0; margin: 0; }
ul.messages li { display: block; padding: 0; margin: 0; font-weight: bold; }
ul.messages li ul { margin: 0; padding: 0; list-style: none; }
ul.messages li ul li { color: white; text-shadow: 0 0 0 rgba(0, 0, 0, 0.2); padding: 10px; min-height: 40px; border: 1px solid rgba(0, 0, 0, 0.05); text-align: center; }
ul.messages li.success-msg li { background-color: #7fae00; border-color: #6c9500; }
ul.messages li.notice-msg li { background-color: #fff59b; border-color: #fff282; color: rgba(0, 0, 0, 0.8); }
ul.messages li.error-msg li { background-color: #c00000; border-color: #a70000; }

.alertes { padding: 20px; background-color: rgba(201, 202, 38, 0.8); }
.alertes p { color: white; font-size: 1.334em; font-family: "tga", Arial, Helvetica, Clean, sans-serif; text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); text-align: center; margin: 0; }

.std .intro { font-size: 1.167em; color: #626262; font-style: italic; padding: 0 0 20px 0; margin-bottom: 40px; border-bottom: 1px solid #e4e4df; }
.std a.lien-contact { display: inline-block; cursor: pointer; color: white; font-size: 1.5em; font-family: "tga", Arial, Helvetica, Clean, sans-serif; font-weight: bold; line-height: 1em; border: 1px solid rgba(0, 0, 0, 0.05); -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; background-color: #d7d832; box-shadow: none; padding: 10px; margin: 0; padding-left: 50px; position: relative; text-align: left; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; overflow: visible; color: #d7d832; background-color: rgba(215, 216, 50, 0.2); }
.std a.lien-contact:hover, .std a.lien-contact:focus { color: rgba(255, 255, 255, 0.6); background-color: #c9ca26; }
.std a.lien-contact:focus { box-shadow: none; }
.std a.lien-contact.disabled, .std a.lien-contact[disabled] { color: #c9ca26; background-color: rgba(215, 216, 50, 0.25); }
.std a.lien-contact.disabled:hover, .std a.lien-contact[disabled]:hover { color: #c9ca26; background-color: rgba(215, 216, 50, 0.25); }
.std a.lien-contact:before { content: ""; display: block; position: absolute; width: 40px; height: 40px; top: -1px; left: 0; background: #d7d832 url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_mail-blanc.png) no-repeat center center; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; }
.std a.lien-contact:hover { color: #c9ca26; background-color: rgba(215, 216, 50, 0.3); }
.std a.lien-contact:hover:before { background-color: #c9ca26; }
.std a.lien-social { display: inline-block; vertical-align: middle; }
.std ul { padding: 0 0 0 3.33em; }
.std table { font-size: 1em; font-family: Arial, Helvetica, Clean, sans-serif; font-style: normal; font-weight: normal; color: inherit; text-align: inherit; line-height: 1.5em; margin: 0; padding: 0; border: none; border-radius: 0; background: none; white-space: inherit; width: auto; height: auto; width: 100%; border-collapse: collapse; }
.std table th, .std table td { border: 1px solid #e5e5e5; padding: 5px 10px; }
.std table th { background-color: #eeeeee; }

/*---------- Début CLASS GENERALES ----------*/
a.tous { font-size: 1.084em; font-family: "tga", Arial, Helvetica, Clean, sans-serif; text-transform: uppercase; display: inline-block; }

label, .label { font-size: 1em; font-family: Arial, Helvetica, Clean, sans-serif; font-style: normal; font-weight: normal; color: inherit; text-align: inherit; line-height: 1.5em; margin: 0; padding: 0; border: none; border-radius: 0; background: none; white-space: inherit; width: auto; height: auto; }

.a-left { text-align: left; }

.a-center { text-align: center; }

.a-right { text-align: right; }

p.back-link a { display: inline-block; color: #535353; font-size: 1.084em; font-family: "tga", Arial, Helvetica, Clean, sans-serif; text-transform: uppercase; height: 16px; padding: 0 0 0 32px; position: relative; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_fleche-retour.png) no-repeat 0 0; }
p.back-link a:hover { color: black; }

/*---------- Fin CLASS GENERALES ----------*/
/* ----------------------------------------- HEADER
----------------------------------------- */
header { position: relative; padding: 0 0 20px 0; border-bottom: 46px solid white; /* Recherche */ /* Bloc utilisateur */ }
header:after { content: ""; display: block; position: absolute; width: 100%; height: 60px; bottom: 0; z-index: 2; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/page-h.png) repeat-x center 0; }
header .notice { position: absolute; left: 300px; top: 30px; color: #666; }
header .top-bar { font-size: 1em; font-family: Arial, Helvetica, Clean, sans-serif; font-style: normal; font-weight: normal; color: inherit; text-align: inherit; line-height: 1.5em; margin: 0; padding: 0; border: none; border-radius: 0; background: none; white-space: inherit; width: auto; height: auto; height: 34px; min-height: inherit; background-color: #535353; }
header .top-bar ul li { font-size: 1em; font-family: Arial, Helvetica, Clean, sans-serif; font-style: normal; font-weight: normal; color: inherit; text-align: inherit; line-height: 1.5em; margin: 0; padding: 0; border: none; border-radius: 0; background: none; white-space: inherit; width: auto; height: auto; }
header .top-bar a { font-color: rgba(255, 255, 255, 0.8); font-size: 11px; font-weight: bold; }
header .top-bar ul#langues { font-size: 1em; font-family: Arial, Helvetica, Clean, sans-serif; font-style: normal; font-weight: normal; color: inherit; text-align: inherit; line-height: 1.5em; margin: 0; padding: 0; border: none; border-radius: 0; background: none; white-space: inherit; width: auto; height: auto; margin: 0; padding: 0; list-style: none; float: left; }
header .top-bar ul#langues li { display: block; float: left; margin: 5px; }
header .top-bar ul#langues li:hover, header .top-bar ul#langues li:focus { background: none; }
header .top-bar ul#langues li a { font-size: 1em; font-family: Arial, Helvetica, Clean, sans-serif; font-style: normal; font-weight: normal; color: inherit; text-align: inherit; line-height: 1.5em; margin: 0; padding: 0; border: none; border-radius: 0; background: none; white-space: inherit; width: auto; height: auto; font-color: rgba(255, 255, 255, 0.8); font-size: 11px; font-weight: bold; text-transform: uppercase; color: #a0a0a0; display: block; width: 14px; height: 24px; padding: 4px 0 0 0; text-align: center; text-decoration: underline; }
header .top-bar ul#langues li a:hover { color: #c9c9c9; text-decoration: none; }
header .top-bar ul#langues li a.actif { color: white; text-decoration: none; }
header .top-bar #infos-contact { float: right; margin: 0; height: 34px; }
header .top-bar #infos-contact h2 { float: left; color: white; font-size: 1.167em; line-height: 1.5em; font-weight: normal; font-family: omgwritelikewilliam, Arial, Helvetica, Clean, sans-serif; text-align: right; margin: 10px 15px 0 0; position: relative; }
header .top-bar #infos-contact p { float: left; color: rgba(255, 255, 255, 0.6); font-size: 11px; margin: 5px 10px 5px 0; padding: 4px 0; }
header .top-bar #infos-contact p a { color: white; margin: 0 0 0 10px; }
header .top-bar #infos-contact p + p { color: white; border-left: 1px solid rgba(255, 255, 255, 0.1); margin: 5px 0; }
header .top-bar #social { position: fixed; z-index: 10; top: 177px; right: 0; }
header .top-bar #social ul { font-size: 1em; font-family: Arial, Helvetica, Clean, sans-serif; font-style: normal; font-weight: normal; color: inherit; text-align: inherit; line-height: 1.5em; margin: 0; padding: 0; border: none; border-radius: 0; background: none; white-space: inherit; width: auto; height: auto; margin: 0; padding: 0; list-style: none; padding: 3px; display: block; background-color: rgba(255, 255, 255, 0.6); -moz-border-radius: 5px 0 0 5px; -webkit-border-radius: 5px 0 0 5px; -o-border-radius: 5px 0 0 5px; -ms-border-radius: 5px 0 0 5px; border-radius: 5px 0 0 5px; }
header .top-bar #social ul li { float: none; display: block; width: 40px; height: 40px; margin: 2px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; background-color: #e5e5e5; }
header .top-bar #social ul li a { color: transparent; font-size: .0001em; display: inline-block; display: block; width: 40px; height: 40px; padding: 5px; opacity: .6; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/aventurenordique_sprite-pictos.png) no-repeat 16px -695px; }
header .top-bar #social ul li a:hover { opacity: 1; }
header .top-bar #social ul li.blog a { opacity: 1; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_social-blog.png) no-repeat center center; }
header .top-bar #social ul li.blog a:hover { opacity: .6; }
header .top-bar #social ul li.fb a { background-position: 16px -690px; }
header .top-bar #social ul li.tw a { background-position: 11px -890px; }
header .top-bar #social ul li.gp a { background-position: 11px -740px; }
header .top-bar #social ul li.yt a { background-position: 8px -940px; }
header .top-bar #social ul li.rss a { background-position: 11px -840px; }
header #logo { display: block; float: left; margin: 15px 20px; height: 70px; position: relative; }
header #logo a { display: block; height: 70px; }
header #logo span { font-size: 11px; font-family: Arial, Helvetica, Clean, sans-serif; font-weight: normal; line-height: 1.22em; color: rgba(0, 0, 0, 0.4); position: absolute; white-space: nowrap; left: 76px; top: 44px; }
header .searchautocomplete { position: relative; top: auto; right: auto; width: auto; height: 40px; padding: 5px; margin: 30px 40px 0 0; float: right; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; background-color: #d7d832; }
header .searchautocomplete .nav { background: none; height: 30px; width: auto; }
header .searchautocomplete .nav .nav-search-in .category-fake { margin: 0; padding: 2px 25px 0 10px; -moz-border-radius: 5px 0 0 5px; -webkit-border-radius: 5px 0 0 5px; -o-border-radius: 5px 0 0 5px; -ms-border-radius: 5px 0 0 5px; border-radius: 5px 0 0 5px; height: 30px; }
header .searchautocomplete .nav .nav-search-in .nav-down-arrow { top: 12px; }
header .searchautocomplete .nav .nav-search-in .category { /* select */ height: 30px; top: 0; left: 0; }
header .searchautocomplete .nav .nav-input { margin: 0; padding: 0; }
header .searchautocomplete .nav .nav-input input { color: #a0a0a0; font-size: 1em; font-family: Arial, Helvetica, Clean, sans-serif; padding: 5px; height: 30px; min-width: 220px; margin: 0; border: none; outline: 1px solid rgba(0, 0, 0, 0.05); background-color: white; box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1); }
header .searchautocomplete .nav .nav-input input:focus, header .searchautocomplete .nav .nav-input input:active { outline: 1px solid rgba(0, 0, 0, 0.05); }
header .searchautocomplete .nav .searchautocomplete-loader { z-index: 13; top: 7px; right: 30px; }
header .searchautocomplete .nav-submit-button { background: none; float: none; height: auto; padding: 0; }
header .searchautocomplete .nav-submit-button button[type=submit] { color: transparent; font-size: .0001em; display: inline-block; width: 30px; height: 30px; border: none; position: absolute; right: 5px; top: 5px; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_loupe.png) no-repeat center center; }
header .searchautocomplete .nav-submit-button button[type=submit]:hover, header .searchautocomplete .nav-submit-button button[type=submit]:active { background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_loupe.png) no-repeat center center; }
header .searchautocomplete .searchautocomplete-placeholder { z-index: 1000; top: 31px; right: 0; width: 100%; padding: 0; -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; -o-border-radius: 0 0 5px 5px; -ms-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2); }
header .searchautocomplete .searchautocomplete-placeholder ul li { font-size: .917em; padding: 10px; border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
header .searchautocomplete .searchautocomplete-placeholder ul li .highlight { background: none; }
header .searchautocomplete .searchautocomplete-placeholder ul li .price-box { color: #c9ca26; font-size: 1.091em; }
header .searchautocomplete .searchautocomplete-placeholder ul li .price-box p { margin: 0; }
header .searchautocomplete .searchautocomplete-placeholder ul li .price-box p.old-price .price { text-decoration: line-through; }
header .searchautocomplete .searchautocomplete-placeholder ul li .price-box p.special-price { font-weight: bold; }
header .searchautocomplete label { display: none; }
header #user { position: relative; z-index: 1; float: right; width: 182px; height: 128px; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/bloc-user.png) no-repeat 0 0; }
header #user a { display: block; padding: 10px 5px 10px 35px; }
header #user a.login, header #user a.logout { color: black; font-size: .917em; font-weight: bold; height: 32px; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_user.png) no-repeat 8px 7px; opacity: .6; }
header #user a.login:hover, header #user a.logout:hover { opacity: 1; }
header #user a.login { width: 158px; overflow: hidden; }
header #user a.logout { border-left: 1px solid rgba(0, 0, 0, 0.15); font-size: .0001em; color: transparent; position: absolute; right: 0; top: 0; width: 24px; height: 32px; padding: 0; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_logout2.png) no-repeat center center; }
header #user a.cartgo { color: white; font-family: "tga", Arial, Helvetica, Clean, sans-serif; font-size: 1.334em; line-height: 1.334em; font-weight: bold; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_panier-entete.png) no-repeat 4px 12px; }
header #user a.cartgo span { font-size: .875em; font-weight: normal; margin: 0 5px 0 0; }

/* Main nav */
nav#main-nav { display: block !important; position: absolute; bottom: -46px; width: inherit; }
nav#main-nav #custommenu { position: relative; z-index: 100; min-height: 46px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; background-color: rgba(83, 83, 83, 0.4); }
nav#main-nav #custommenu .menu { font-size: 1em; font-family: "tga", Arial, Helvetica, Clean, sans-serif; text-transform: none; height: 46px; border-right: 1px solid rgba(255, 255, 255, 0.2); }
nav#main-nav #custommenu .menu a { display: block; height: 46px; padding: 15px; color: white; font-size: 1.25em; font-family: "tga", Arial, Helvetica, Clean, sans-serif; font-weight: bold; line-height: inherit; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); text-transform: uppercase; }
nav#main-nav #custommenu .menu a:hover { text-decoration: none; background-color: #d7d832; }
nav#main-nav #custommenu .menu a span { height: auto; padding: 0; }
nav#main-nav #custommenu .menu.active a, nav#main-nav #custommenu .menu.act a { color: white !important; background-color: #d7d832 !important; }
nav#main-nav #custommenu .menu .menu0 { -moz-border-radius: 5px 0 0 5px; -webkit-border-radius: 5px 0 0 5px; -o-border-radius: 5px 0 0 5px; -ms-border-radius: 5px 0 0 5px; border-radius: 5px 0 0 5px; }
nav#main-nav #custommenu .menu .menu0 a { width: 50px; color: transparent; font-size: .0001em; text-shadow: none; -moz-border-radius: 5px 0 0 5px; -webkit-border-radius: 5px 0 0 5px; -o-border-radius: 5px 0 0 5px; -ms-border-radius: 5px 0 0 5px; border-radius: 5px 0 0 5px; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_accueil.png) no-repeat center center; }
nav#main-nav #custommenu .menu .menu0 a:hover { background-color: #d7d832; }
nav#main-nav #custommenu div.wp-custom-menu-popup { padding: 10px 0; overflow: visible; box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2); border-radius: 0 0 5px 5px; background: #535353; width: auto; margin-top: 0; }
nav#main-nav #custommenu div.wp-custom-menu-popup div.column { padding: 0; margin: 0; float: none; width: 100%; }
nav#main-nav #custommenu div.wp-custom-menu-popup div.column a.level1 { white-space: nowrap; height: auto; padding: 2px 20px; margin: 0; font-size: 1.167em; font-family: "tga", Arial, Helvetica, Clean, sans-serif; font-weight: bold; color: #d2d2d2; text-shadow: none; text-transform: none; line-height: inherit; }
nav#main-nav #custommenu div.wp-custom-menu-popup div.column a.level1:hover { color: white; background-color: rgba(255, 255, 255, 0.2); }
nav#main-nav #custommenu div.wp-custom-menu-popup div.column .level2 { margin: 0; }
nav#main-nav #custommenu div.wp-custom-menu-popup div.column .level2 a.level2 { color: #d2d2d2; font-size: 1em; font-family: Arial; padding: 0 40px; margin: 0; border-radius: 0; }
nav#main-nav #custommenu div.wp-custom-menu-popup div.column .level2 a.level2:hover { color: white; background-color: rgba(255, 255, 255, 0.2); }
nav#main-nav #custommenu div.wp-custom-menu-popup div.column .level2 a.level2.active { color: #d7d832; }
nav#main-nav #custommenu div.wp-custom-menu-popup div.column .level3 { margin: 0; }
nav#main-nav #custommenu div.wp-custom-menu-popup div.column .level3 a.level3 { color: #d2d2d2; font-size: .917em; font-family: Arial; padding: 0 40px 0 60px; margin: 0; border-radius: 0; }
nav#main-nav #custommenu div.wp-custom-menu-popup div.column .level3 a.level3:hover { color: white; background-color: rgba(255, 255, 255, 0.2); }
nav#main-nav #custommenu div.wp-custom-menu-popup div.column .level3 a.level3.active > a { color: #d7d832; }
nav#main-nav #custommenu-mobile { padding: 45px 0 0 0; }
nav#main-nav #custommenu-mobile #menu-button { position: absolute; right: 0; top: 0; width: 13%; color: white; font-size: 1.334em; font-family: "tga", Arial, Helvetica, Clean, sans-serif; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); background-color: rgba(0, 0, 0, 0.6); padding: 10px 5px; -moz-border-radius: 5px 0 0 0; -webkit-border-radius: 5px 0 0 0; -o-border-radius: 5px 0 0 0; -ms-border-radius: 5px 0 0 0; border-radius: 5px 0 0 0; }
nav#main-nav #custommenu-mobile #menu-button a { font-size: .0001em; color: transparent; float: none; margin: 0; min-width: 24px; height: 24px; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_menu-mobile.png) no-repeat center center; }
nav#main-nav #custommenu-mobile #menu-button a span:after { display: none; }
nav#main-nav #custommenu-mobile #menu-button:hover, nav#main-nav #custommenu-mobile #menu-button:active { background-color: #d7d832; }
nav#main-nav #custommenu-mobile #menu-content .menu-mobile { font-size: 1em; font-family: "tga", Arial, Helvetica, Clean, sans-serif; text-transform: none; }
nav#main-nav #custommenu-mobile #menu-content .menu-mobile.level0 { background-color: #898989; }
nav#main-nav #custommenu-mobile #menu-content .menu-mobile .level1 { background: none; }
nav#main-nav #custommenu-mobile #menu-content .menu-mobile .level2 { background: none; }
nav#main-nav #custommenu-mobile #menu-content .menu-mobile .level1 .parentMenu { height: 36px; }
nav#main-nav #custommenu-mobile #menu-content .menu-mobile .level2 .parentMenu { height: 30px; }
nav#main-nav #custommenu-mobile #menu-content .menu-mobile .parentMenu { height: 46px; border-color: rgba(255, 255, 255, 0.1); }
nav#main-nav #custommenu-mobile #menu-content .menu-mobile .parentMenu:hover, nav#main-nav #custommenu-mobile #menu-content .menu-mobile .parentMenu:active { background-color: #d7d832; }
nav#main-nav #custommenu-mobile #menu-content .menu-mobile .parentMenu:hover a, nav#main-nav #custommenu-mobile #menu-content .menu-mobile .parentMenu:active a { background: none; }
nav#main-nav #custommenu-mobile #menu-content .menu-mobile .parentMenu a { display: block; height: 46px; padding: 15px; margin-right: 60px; color: white; font-size: 1.334em; font-family: "tga", Arial, Helvetica, Clean, sans-serif; font-weight: bold; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); text-decoration: none; line-height: inherit; }
nav#main-nav #custommenu-mobile #menu-content .menu-mobile .parentMenu a:hover, nav#main-nav #custommenu-mobile #menu-content .menu-mobile .parentMenu a:active { text-decoration: none; }
nav#main-nav #custommenu-mobile #menu-content .menu-mobile .parentMenu a span { height: auto; padding: 0; }
nav#main-nav #custommenu-mobile #menu-content .menu-mobile .parentMenu a.level1 { font-size: 1.167em; font-family: "tga", Arial, Helvetica, Clean, sans-serif; text-shadow: none; height: 36px; padding: 10px 30px; }
nav#main-nav #custommenu-mobile #menu-content .menu-mobile .parentMenu a.level2 { font-size: 1em; font-family: Arial; text-shadow: none; height: 30px; padding: 7px 45px; }
nav#main-nav #custommenu-mobile #menu-content .menu-mobile .parentMenu.active a { color: white !important; background-color: #d7d832 !important; }
nav#main-nav #custommenu-mobile .button { width: 60px; height: 46px; padding: 0; right: 0; border: 0; border-left: 1px solid rgba(0, 0, 0, 0.1); background-color: rgba(255, 255, 255, 0.4); }
nav#main-nav #custommenu-mobile .level1 .button { height: 36px; }
nav#main-nav #custommenu-mobile .level2 .button { height: 30px; }

/* Top Navigation */
header .links li { margin-right: 0.8rem; }

header .links li.last { margin-right: 0; }

.quick-access ul li, header .links li, .limiter li, .pages li { float: left; }

#mobi-nav nav { border: 0 none; }

#mobi-nav ul li .level0 { display: none; }

#wub-wub-nav { padding-top: 12px; clear: both; display: block; margin-bottom: 0; }

ul.tabs-content > li.level-top { display: block; }

ul.tabs-content > li.level-top a { display: block; padding: 5px; }

ul.tabs-content .level0 a.level-top { background: #efefef; padding: 10px; margin: 0; }

.super-header.row.show-on-phones .top-links { width: 48%; float: left; }

.super-header.row.show-on-phones .store-select { width: 21%; float: right; }

label + input.input-text, label + textarea, label + select, label + div.dropdown, select + div.dropdown { margin: 0; }

.store-select { float: right; }

.store-select label { display: none; }

header .form-language label { display: none; }

h1.logo { margin-bottom: 0; }

.top-promo { float: right; border: none; border-right: 1px solid #b7b7b7; padding-right: 5px; }

header .top-bar span.fs1 { font-size: 16px; }

.utilities { padding: 12px; background: #fff; }

/* ----------------------------------------- HEADER
----------------------------------------- */
/* ----------------------------------------- MAIN
----------------------------------------- */
.row { width: 980px !important; max-width: 100% !important; }
.row .row { width: auto !important; margin: 0 !important; }

.col-main, .main-container { padding: 20px 0 0 0; background-color: white; position: relative; overflow: hidden; }
.col-main > .row, .main-container > .row { position: relative; min-height: 617px; }
.col-main > .row:before, .main-container > .row:before { content: ""; display: block; position: absolute; right: -436px; bottom: 0; width: 396px; height: 552px; background: white url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/forme-logo.png) no-repeat 0 0; }
.col-main > .row:after, .main-container > .row:after { content: ""; clear: both; display: block; }

.checkout-onepage-index .col-main:before, .checkout-onepage-failure .col-main:before { display: none; }

.main-container .main-container, .col-main .col-main, .col-main .main-container, .main-container .col-main { padding: 0; box-shadow: none; }

ul.breadcrumbs { margin: 0; padding: 0; list-style: none; font-size: 11px; background: none; border: none; border-radius: 0; margin: -10px 0 25px 0; }
ul.breadcrumbs li { display: inline; float: none; padding: 0; margin: 0; text-transform: none; font-size: inherit; }
ul.breadcrumbs li a { color: #898989; text-decoration: underline; text-transform: none; padding: 0; }
ul.breadcrumbs li a:hover { text-decoration: none; }
ul.breadcrumbs li strong { font-weight: normal; color: #535353; }
ul.breadcrumbs li:before { content: "›"; color: #b5b5b5; margin: 0 3px; }
ul.breadcrumbs li:first-child:before { margin: 0; }

.category-title { position: relative; }
.category-title a.link-rss { position: absolute; right: -11px; display: block; padding: 0 36px 0 0; color: black; font-weight: bold; font-size: 11px; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/aventurenordique_sprite-pictos.png) no-repeat right -850px; }

.category-description a { text-decoration: underline; }
.category-description a:hover { text-decoration: none; }

/*---------- Début HOME-------*/
#mosaique ul { margin: 0; padding: 0; list-style: none; }
#mosaique ul:after { content: ""; clear: both; display: block; }
#mosaique ul li { display: block; float: left; }
#mosaique ul li a { display: block; position: relative; overflow: hidden; }
#mosaique ul li a h2 { color: white; letter-spacing: -4px; text-transform: uppercase; margin: 0 0 0 -4px; position: absolute; z-index: 5; bottom: 0; width: 100%; }
#mosaique ul li a p { position: absolute; top: -9999em; left: -9999em; color: white; font-size: 1.167em; line-height: 1.5em; padding: 0; margin: 0; }
#mosaique ul li a img { display: block; }
#mosaique ul li a:hover { text-decoration: none; }
#mosaique ul li a:hover p { top: auto; left: auto; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
#mosaique ul li:last-child { margin: 0 !important; }
#mosaique ul#mosaique-main { margin: 0 1px 10px 1px; }
#mosaique ul#mosaique-main li { width: 24.18%; margin: 0 1.02% 0 0; }
#mosaique ul#mosaique-main li a h2 { text-align: center; font-size: 5.42em; line-height: .85em; letter-spacing: -4px; margin: 0 0 0 -4px; }
#mosaique ul#mosaique-main li a:hover p { padding: 15px 15px 65px 15px; }
#mosaique ul#mosaique-second { margin: 0 1px 40px 1px; }
#mosaique ul#mosaique-second li { width: 32.65%; margin: 0 1.02% 0 0; }
#mosaique ul#mosaique-second li a h2 { text-align: right; font-size: 2.5em; line-height: .9em; letter-spacing: -2px; margin: 0; }
#mosaique ul#mosaique-second li a:hover p { padding: 15px 15px 30px 15px; }
#mosaique a#choisirsonrechaud { display: block; height: 40px; margin: 0 0 20px 0; position: relative; font-size: 1.834em; font-weight: bold; font-family: "omgwritelikewilliam", Arial, Helvetica, Clean, sans-serif; text-align: center; line-height: 1.5em; padding: 10px; color: rgba(0, 0, 0, 0.8); text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8); background: #d7d832 url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/bg_vert.jpg) repeat 0 0; }
#mosaique a#choisirsonrechaud:after { content: ""; display: block; position: absolute; width: 100%; height: 10px; bottom: -10px; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/ombre-b.png) no-repeat 0 0; }

#nvprod { margin: 0 20px 40px 20px; padding: 20px 0 0 0; position: relative; float: left; width: 69.79%; /* 684px*/ }
#nvprod h2 { color: #b076a5; text-align: center; text-transform: uppercase; min-height: 35px; margin: 0; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/traits.png) no-repeat center 10px; }
#nvprod h2 a { display: inline-block; color: #b076a5; padding: 0 5px; background-color: white; }
#nvprod ul { margin: 0; padding: 0; list-style: none; }
#nvprod ul:after { content: ""; clear: both; display: block; }
#nvprod ul li { position: relative; display: block; float: left; margin: 20px 20px 0 0; width: 156px; width: 22.8% !important; margin-right: 2.9% !important; }
#nvprod ul li a.lien-product { color: #535353; display: block; position: relative; }
#nvprod ul li a.lien-product span.category { position: absolute; z-index: 11; top: 5px; left: -5px; display: block; height: 20px; padding: 0 5px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; color: white; font-family: "tga", Arial, Helvetica, Clean, sans-serif; font-weight: bold; line-height: 1.667em; text-transform: uppercase; text-align: center; }
#nvprod ul li a.lien-product span.img { display: block; position: relative; }
#nvprod ul li a.lien-product span.img:after { content: ""; display: block; position: absolute; width: 100%; height: 9px; bottom: -9px; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/aventurenordique_sprite.png) no-repeat center -825px; }
#nvprod ul li a.lien-product span.img img { display: block; border: 1px solid #e5e5e5; }
#nvprod ul li a.lien-product h3, #nvprod ul li a.lien-product .product-name { color: #535353; font-family: Arial, Helvetica, Clean, sans-serif; font-size: .917em; font-weight: normal; text-transform: uppercase; text-align: center; margin: 8px 0 0 0; }
#nvprod ul li a.lien-product .price-box { position: absolute; right: 1px; top: 131px; height: 24px; padding: 6px 10px 4px 10px; background-color: rgba(255, 255, 255, 0.9); -moz-border-radius: 5px 0 0 0; -webkit-border-radius: 5px 0 0 0; -o-border-radius: 5px 0 0 0; -ms-border-radius: 5px 0 0 0; border-radius: 5px 0 0 0; text-align: center; line-height: 1em; text-shadow: 0 0 5px white; }
#nvprod ul li a.lien-product .price-box .old-price, #nvprod ul li a.lien-product .price-box .special-price { margin: 0 3px 0 0; display: inline; }
#nvprod ul li a.lien-product .price-box .price { color: #c9ca26; font-weight: bold; font-size: 1.167em; line-height: 1em; }
#nvprod ul li a.lien-product .price-box .old-price .price { color: #898989; font-weight: normal; font-size: 11px; text-decoration: line-through; }
#nvprod ul li a.lien-product:hover { color: #535353; text-decoration: none; }
#nvprod ul li a.lien-product:hover img { border-color: #cccccc; box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }
#nvprod ul li a.lien-product:hover h3, #nvprod ul li a.lien-product:hover .product-name { color: #535353; text-decoration: underline; }
#nvprod ul li .actions { text-align: right; margin: 7px 0 0 0; }
#nvprod ul li .actions .button, #nvprod ul li .actions a, #nvprod ul li .actions span { vertical-align: middle; color: transparent; font-size: .0001em; display: inline-block; width: 24px; height: 24px; padding: 0; margin: 0 1px; border: none; }
#nvprod ul li .actions .button.btn-cart, #nvprod ul li .actions a.btn-cart, #nvprod ul li .actions span.btn-cart { background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_panier.png) no-repeat 0 0; }
#nvprod ul li .actions .button.link-compare, #nvprod ul li .actions a.link-compare, #nvprod ul li .actions span.link-compare { width: 21px; height: 20px; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_comparateur.png) no-repeat 0 0; }
#nvprod ul li .actions .button.out-of-stock, #nvprod ul li .actions a.out-of-stock, #nvprod ul li .actions span.out-of-stock { background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_panier-no.png) no-repeat 0 0; cursor: help; }
#nvprod ul li .actions .button:hover, #nvprod ul li .actions a:hover, #nvprod ul li .actions span:hover { opacity: .9; }
#nvprod ul li .ratings { float: left; width: 22px; height: 20px; }
#nvprod ul li .ratings .rating-box { position: absolute; z-index: 10; top: 1px; right: 1px; width: 69px; height: 18px; border-bottom: 4px solid white; font-size: 0; line-height: 0; background: white url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/bkg_rating.gif) repeat-x 0 1px; text-indent: -999em; overflow: hidden; }
#nvprod ul li .ratings .rating-box .rating { float: left; height: 14px; background: white url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/bkg_rating.gif) repeat-x 0 100%; }
#nvprod ul li .ratings .amount { text-align: center; display: block; width: 20px; height: 20px; overflow: hidden; cursor: default; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_commentaires.png) no-repeat 0 0; color: rgba(0, 0, 0, 0.6); font-size: 10px; font-weight: bold; }
#nvprod ul li .ratings .amount a { display: block; color: rgba(0, 0, 0, 0.6); }
#nvprod ul li .ratings .amount:hover { color: #535353; }
#nvprod ul li.nvprod:before, #nvprod ul li.promo:before { content: ""; display: block; position: absolute; z-index: 1; top: 23px; left: -5px; width: 0; height: 0; border-left: 5px solid transparent; }
#nvprod ul li.nvprod:before { border-top: 5px solid #8a507f; }
#nvprod ul li.nvprod a.lien-product .category { background-color: #b076a5; }
#nvprod ul li.nvprod a.lien-product img { border-color: rgba(176, 118, 165, 0.2) !important; }
#nvprod ul li.nvprod a.lien-product .price { color: #b076a5; }
#nvprod ul li.nvprod .btn-cart { background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_panier-violet.png) no-repeat 0 0 !important; }
#nvprod ul li.promo:before { border-top: 5px solid #a24808; }
#nvprod ul li.promo a.lien-product .category { background-color: #eb690b; }
#nvprod ul li.promo a.lien-product img { border-color: rgba(235, 105, 11, 0.3) !important; }
#nvprod ul li.promo a.lien-product .price { color: #eb690b; }
#nvprod ul li.promo .btn-cart { background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_panier-orange.png) no-repeat 0 0 !important; }
#nvprod ul li:nth-child(4n+4) { margin-right: 0 !important; }
#nvprod ul li:before { display: none !important; }
#nvprod footer { clear: both; text-align: right; border-top: 2px solid #e5e5e5; padding: 20px 0 0 0; margin: 20px 0 0 0; }
#nvprod footer a.tous { color: #b076a5; text-align: right; position: relative; z-index: 100; min-height: 22px; padding: 2px 35px 0 0; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_fleche-violet.png) no-repeat right 0; }

aside#services { float: right; width: 24.08%; /*236px*/ padding: 56px 0 0 0; }
aside#services .services p.image { width: 86px; }

/*---------- Fin HOME ----------*/
/*---------- Début Services ----------*/
#services .services { border: 1px solid gainsboro; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; height: 100px; margin: 20px 0; background: white url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/blocs-services.jpg) no-repeat 0 0; }
#services .services:after { content: ""; clear: both; display: block; }
#services .services p { font-size: 1em; font-family: Arial, Helvetica, Clean, sans-serif; font-style: normal; font-weight: normal; color: inherit; text-align: inherit; line-height: 1.5em; margin: 0; padding: 0; border: none; border-radius: 0; background: none; white-space: inherit; width: auto; height: auto; margin: 0; font-style: normal; }
#services .services p.texte { float: left; width: 146px; padding: 10px; color: rgba(0, 0, 0, 0.6); font-size: 1em; font-family: "tga", Arial, Helvetica, Clean, sans-serif; line-height: 1.22em; }
#services .services p.texte span { display: block; }
#services .services p.texte span.title { color: rgba(0, 0, 0, 0.6); font-size: 1.334em; font-weight: bold; line-height: 1.22em; margin: 0 0 10px 0; }
#services .services p.texte span.title strong { color: black; font-size: 1.125em; }
#services .services p.image { float: right; width: 106px; padding: 15px 5px; text-align: center; }
#services .services#service-contact span.title strong { font-size: 1em; }
#services .services#service-livraison span.title, #services .services#service-paiement span.title { margin-top: 20px; }
#services .services#service-stock span.title { margin-bottom: 5px; }

/*---------- Fin Services ----------*/
/*---------- Début COLONNE ----------*/
aside#sidebar a.retour-liste { display: inline-block; color: #535353; font-size: 1.084em; font-family: "tga", Arial, Helvetica, Clean, sans-serif; text-transform: uppercase; height: 16px; padding: 0 0 0 32px; position: relative; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_fleche-retour.png) no-repeat 0 0; margin: 10px 0 20px 0; }
aside#sidebar a.retour-liste:hover { color: black; }
aside#sidebar p { font-size: 1em; font-family: Arial, Helvetica, Clean, sans-serif; font-style: normal; font-weight: normal; color: inherit; text-align: inherit; line-height: 1.5em; margin: 0; padding: 0; border: none; border-radius: 0; background: none; white-space: inherit; width: auto; height: auto; }
aside#sidebar .block { margin: 30px 0 50px 0; padding: 0; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; border: 1px solid #d2d2d2; background-color: #e5e5e5; position: relative; }
aside#sidebar .block .block-title { color: #c9c9c9; position: absolute; top: -19px; left: 20px; font-size: 1.667em; font-weight: bold; font-family: "tga", Arial, Helvetica, Clean, sans-serif; line-height: 20px; white-space: nowrap; text-transform: uppercase; }
aside#sidebar .block .block-content { padding: 10px 20px; }
aside#sidebar .block .block-content .block-subtitle { display: none; }
aside#sidebar .block .block-content ol, aside#sidebar .block .block-content ul { margin: 0; padding: 0; list-style: none; }
aside#sidebar .block .block-content a.suppr { color: transparent; font-size: .0001em; display: inline-block; float: right; width: 10px; height: 10px; margin: 2px 0 0 0; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_retirer.png) no-repeat 0 0; }
aside#sidebar .block .block-content a.suppr:hover { opacity: .8; }
aside#sidebar .block .block-content p.actions { font-size: 1em; line-height: 1em; text-align: right; }
aside#sidebar .block .block-content p.actions a { color: transparent; font-size: .0001em; display: inline-block; width: 14px; height: 17px; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_corbeille.png) no-repeat 0 0; }
aside#sidebar .block .block-content p.actions a:hover { opacity: .8; }
aside#sidebar .block:after { content: ""; display: block; position: absolute; left: 0; bottom: -11px; width: 100%; height: 10px; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/ombre-bloc-col.png) no-repeat center 0; }
aside#sidebar .block-menu, aside#sidebar .block-progress, aside#sidebar .block-account { /* Menu Compte utilisateur */ border-color: #a1a1a1; background-color: #bababa; }
aside#sidebar .block-menu .block-title, aside#sidebar .block-progress .block-title, aside#sidebar .block-account .block-title { color: #a1a1a1; }
aside#sidebar .block-menu .block-content, aside#sidebar .block-progress .block-content, aside#sidebar .block-account .block-content { padding: 0; }
aside#sidebar .block-menu .block-content ul li, aside#sidebar .block-progress .block-content ul li, aside#sidebar .block-account .block-content ul li { background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/ombre-ssmenu.png) no-repeat center bottom; }
aside#sidebar .block-menu .block-content ul li a, aside#sidebar .block-menu .block-content ul li strong, aside#sidebar .block-menu .block-content ul li h4, aside#sidebar .block-progress .block-content ul li a, aside#sidebar .block-progress .block-content ul li strong, aside#sidebar .block-progress .block-content ul li h4, aside#sidebar .block-account .block-content ul li a, aside#sidebar .block-account .block-content ul li strong, aside#sidebar .block-account .block-content ul li h4 { color: white; font-weight: bold; font-size: 1.167em; font-family: "tga", Arial, Helvetica, Clean, sans-serif; display: block; padding: 10px 10px 10px 20px; margin: 0; min-height: 40px; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }
aside#sidebar .block-menu .block-content ul li a span, aside#sidebar .block-menu .block-content ul li strong span, aside#sidebar .block-menu .block-content ul li h4 span, aside#sidebar .block-progress .block-content ul li a span, aside#sidebar .block-progress .block-content ul li strong span, aside#sidebar .block-progress .block-content ul li h4 span, aside#sidebar .block-account .block-content ul li a span, aside#sidebar .block-account .block-content ul li strong span, aside#sidebar .block-account .block-content ul li h4 span { color: #e5e5e5; text-shadow: none; font-size: .858em; font-family: Arial, Helvetica, Clean, sans-serif; font-weight: normal; }
aside#sidebar .block-menu .block-content ul li a:hover, aside#sidebar .block-menu .block-content ul li strong:hover, aside#sidebar .block-menu .block-content ul li h4:hover, aside#sidebar .block-progress .block-content ul li a:hover, aside#sidebar .block-progress .block-content ul li strong:hover, aside#sidebar .block-progress .block-content ul li h4:hover, aside#sidebar .block-account .block-content ul li a:hover, aside#sidebar .block-account .block-content ul li strong:hover, aside#sidebar .block-account .block-content ul li h4:hover { background-color: rgba(0, 0, 0, 0.05); }
aside#sidebar .block-menu .block-content ul li h4 a, aside#sidebar .block-progress .block-content ul li h4 a, aside#sidebar .block-account .block-content ul li h4 a { color: transparent; font-size: .0001em; display: inline-block; padding: 0; min-height: 16px; width: 16px; height: 16px; float: right; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/aventurenordique_sprite-pictos.png) no-repeat 0 -1350px; }
aside#sidebar .block-menu .block-content ul li h4 a:hover, aside#sidebar .block-progress .block-content ul li h4 a:hover, aside#sidebar .block-account .block-content ul li h4 a:hover { background-color: transparent; opacity: .6; }
aside#sidebar .block-menu .block-content ul li h4:hover, aside#sidebar .block-progress .block-content ul li h4:hover, aside#sidebar .block-account .block-content ul li h4:hover { background-color: transparent; }
aside#sidebar .block-menu .block-content ul li .ctn, aside#sidebar .block-progress .block-content ul li .ctn, aside#sidebar .block-account .block-content ul li .ctn { font-size: 11px; line-height: 1.22em; padding: 10px 10px 10px 20px; }
aside#sidebar .block-menu .block-content ul li .ctn address, aside#sidebar .block-progress .block-content ul li .ctn address, aside#sidebar .block-account .block-content ul li .ctn address { font-style: normal; }
aside#sidebar .block-menu .block-content ul li.current a, aside#sidebar .block-menu .block-content ul li.current strong, aside#sidebar .block-progress .block-content ul li.current a, aside#sidebar .block-progress .block-content ul li.current strong, aside#sidebar .block-account .block-content ul li.current a, aside#sidebar .block-account .block-content ul li.current strong { color: #d7d832; background-color: #535353; }
aside#sidebar .block-menu .block-content ul li.current:first-child a, aside#sidebar .block-menu .block-content ul li.current:first-child strong, aside#sidebar .block-progress .block-content ul li.current:first-child a, aside#sidebar .block-progress .block-content ul li.current:first-child strong, aside#sidebar .block-account .block-content ul li.current:first-child a, aside#sidebar .block-account .block-content ul li.current:first-child strong { -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; -o-border-radius: 5px 5px 0 0; -ms-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; }
aside#sidebar .block-menu .block-content ul li.current:last-child a, aside#sidebar .block-menu .block-content ul li.current:last-child strong, aside#sidebar .block-progress .block-content ul li.current:last-child a, aside#sidebar .block-progress .block-content ul li.current:last-child strong, aside#sidebar .block-account .block-content ul li.current:last-child a, aside#sidebar .block-account .block-content ul li.current:last-child strong { -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; -o-border-radius: 0 0 5px 5px; -ms-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; }
aside#sidebar .block-menu .block-content ul li:last-child, aside#sidebar .block-progress .block-content ul li:last-child, aside#sidebar .block-account .block-content ul li:last-child { background: none; }
aside#sidebar .block-menu .block-content ul li.complete h4, aside#sidebar .block-progress .block-content ul li.complete h4, aside#sidebar .block-account .block-content ul li.complete h4 { padding-bottom: 5px; min-height: 35px; background-color: rgba(0, 0, 0, 0.2); }
aside#sidebar .block-menu .block-content ul li.complete h4:hover, aside#sidebar .block-progress .block-content ul li.complete h4:hover, aside#sidebar .block-account .block-content ul li.complete h4:hover { background-color: rgba(0, 0, 0, 0.3); }
aside#sidebar .block-menu:before, aside#sidebar .block-progress:before, aside#sidebar .block-account:before { border-top-color: #a1a29d; }
aside#sidebar .block-progress { margin-top: 48px; }
aside#sidebar .block-progress .block-title { white-space: normal; top: -40px; }
aside#sidebar .block-filtre { /* Filtre */ }
aside#sidebar .block-filtre .block-content { padding: 10px; }
aside#sidebar .block-filtre .block-content div { padding: 5px 0; }
aside#sidebar .block-filtre .block-content div label { cursor: default; display: inline-block; font-size: 1em; font-weight: bold; text-align: right; margin: 0 2% 0 0; color: #707070; width: 36%; }
aside#sidebar .block-filtre .block-content div select { display: inline-block; width: auto; max-width: 60%; border: 1px solid gainsboro; height: 28px; padding: 3px 3px 3px 0; font-size: 1em; font-family: Arial, Helvetica, Clean, sans-serif; }
aside#sidebar .block-filtre .block-content div select option { padding: 2px 3px; }
aside#sidebar .block-filtre .block-content div.currently { margin: 0 0 10px 0; padding: 0 0 10px 0; border-bottom: 1px solid #dbdbd9; }
aside#sidebar .block-filtre .block-content div.currently .block-subtitle { display: block; color: #898989; font-size: 1em; margin: 0 0 3px 0; }
aside#sidebar .block-filtre .block-content div.currently ol .round-inline { display: block; padding: 0; margin: 0; border: none; border-radius: 0; background: none; text-shadow: none; font-size: .917em; font-weight: normal; }
aside#sidebar .block-compare { /* Comparateur */ border-color: #d9d989; border-top: 8px solid #d7d832; background-color: #f2f2ef; }
aside#sidebar .block-compare .block-title { color: #d7d832; margin-left: -10px; padding: 5px 0 0 40px; top: -32px; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_comparateur-bloc.png) no-repeat 0 0; }
aside#sidebar .block-compare .block-content ol li { margin: 2px 0; }
aside#sidebar .block-compare .block-content ol li a { color: black; }
aside#sidebar .block-compare .block-content p.validation { border-top: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0 0 5px 5px; height: 40px; padding: 8px 20px; margin: 10px -20px -10px -20px; background-color: white; text-align: center; position: relative; }
aside#sidebar .block-compare .block-content p.validation button { font-size: 1.084em; font-family: "tga", Arial, Helvetica, Clean, sans-serif; text-transform: uppercase; display: inline-block; color: #d7d832; background: none; border: none; cursor: pointer; display: inline-block; position: relative; padding: 0 27px 0 0; }
aside#sidebar .block-compare .block-content p.validation button:hover { text-decoration: underline; }
aside#sidebar .block-compare .block-content p.validation button:after { content: ""; display: block; position: absolute; top: 0; right: 0; width: 17px; height: 16px; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_fleche-vert.png) no-repeat 0 0; }
aside#sidebar .block-related { /* Produits apparentés */ background-color: #f0f0ed; }
aside#sidebar .block-related .block-content { padding: 10px 0; }
aside#sidebar .block-related .block-content ol { margin: 0; }
aside#sidebar .block-related .block-content ol li { position: relative; display: block; float: left; margin: 20px 20px 0 0; width: 156px; float: none; width: auto; margin: 0; padding: 10px 20px; border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
aside#sidebar .block-related .block-content ol li a.lien-product { color: #535353; display: block; position: relative; }
aside#sidebar .block-related .block-content ol li a.lien-product span.category { position: absolute; z-index: 11; top: 5px; left: -5px; display: block; height: 20px; padding: 0 5px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; color: white; font-family: "tga", Arial, Helvetica, Clean, sans-serif; font-weight: bold; line-height: 1.667em; text-transform: uppercase; text-align: center; }
aside#sidebar .block-related .block-content ol li a.lien-product span.img { display: block; position: relative; }
aside#sidebar .block-related .block-content ol li a.lien-product span.img:after { content: ""; display: block; position: absolute; width: 100%; height: 9px; bottom: -9px; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/aventurenordique_sprite.png) no-repeat center -825px; }
aside#sidebar .block-related .block-content ol li a.lien-product span.img img { display: block; border: 1px solid #e5e5e5; }
aside#sidebar .block-related .block-content ol li a.lien-product h3, aside#sidebar .block-related .block-content ol li a.lien-product .product-name { color: #535353; font-family: Arial, Helvetica, Clean, sans-serif; font-size: .917em; font-weight: normal; text-transform: uppercase; text-align: center; margin: 8px 0 0 0; }
aside#sidebar .block-related .block-content ol li a.lien-product .price-box { position: absolute; right: 1px; top: 131px; height: 24px; padding: 6px 10px 4px 10px; background-color: rgba(255, 255, 255, 0.9); -moz-border-radius: 5px 0 0 0; -webkit-border-radius: 5px 0 0 0; -o-border-radius: 5px 0 0 0; -ms-border-radius: 5px 0 0 0; border-radius: 5px 0 0 0; text-align: center; line-height: 1em; text-shadow: 0 0 5px white; }
aside#sidebar .block-related .block-content ol li a.lien-product .price-box .old-price, aside#sidebar .block-related .block-content ol li a.lien-product .price-box .special-price { margin: 0 3px 0 0; display: inline; }
aside#sidebar .block-related .block-content ol li a.lien-product .price-box .price { color: #c9ca26; font-weight: bold; font-size: 1.167em; line-height: 1em; }
aside#sidebar .block-related .block-content ol li a.lien-product .price-box .old-price .price { color: #898989; font-weight: normal; font-size: 11px; text-decoration: line-through; }
aside#sidebar .block-related .block-content ol li a.lien-product:hover { color: #535353; text-decoration: none; }
aside#sidebar .block-related .block-content ol li a.lien-product:hover img { border-color: #cccccc; box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }
aside#sidebar .block-related .block-content ol li a.lien-product:hover h3, aside#sidebar .block-related .block-content ol li a.lien-product:hover .product-name { color: #535353; text-decoration: underline; }
aside#sidebar .block-related .block-content ol li .actions { text-align: right; margin: 7px 0 0 0; }
aside#sidebar .block-related .block-content ol li .actions .button, aside#sidebar .block-related .block-content ol li .actions a, aside#sidebar .block-related .block-content ol li .actions span { vertical-align: middle; color: transparent; font-size: .0001em; display: inline-block; width: 24px; height: 24px; padding: 0; margin: 0 1px; border: none; }
aside#sidebar .block-related .block-content ol li .actions .button.btn-cart, aside#sidebar .block-related .block-content ol li .actions a.btn-cart, aside#sidebar .block-related .block-content ol li .actions span.btn-cart { background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_panier.png) no-repeat 0 0; }
aside#sidebar .block-related .block-content ol li .actions .button.link-compare, aside#sidebar .block-related .block-content ol li .actions a.link-compare, aside#sidebar .block-related .block-content ol li .actions span.link-compare { width: 21px; height: 20px; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_comparateur.png) no-repeat 0 0; }
aside#sidebar .block-related .block-content ol li .actions .button.out-of-stock, aside#sidebar .block-related .block-content ol li .actions a.out-of-stock, aside#sidebar .block-related .block-content ol li .actions span.out-of-stock { background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_panier-no.png) no-repeat 0 0; cursor: help; }
aside#sidebar .block-related .block-content ol li .actions .button:hover, aside#sidebar .block-related .block-content ol li .actions a:hover, aside#sidebar .block-related .block-content ol li .actions span:hover { opacity: .9; }
aside#sidebar .block-related .block-content ol li .ratings { float: left; width: 22px; height: 20px; }
aside#sidebar .block-related .block-content ol li .ratings .rating-box { position: absolute; z-index: 10; top: 1px; right: 1px; width: 69px; height: 18px; border-bottom: 4px solid white; font-size: 0; line-height: 0; background: white url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/bkg_rating.gif) repeat-x 0 1px; text-indent: -999em; overflow: hidden; }
aside#sidebar .block-related .block-content ol li .ratings .rating-box .rating { float: left; height: 14px; background: white url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/bkg_rating.gif) repeat-x 0 100%; }
aside#sidebar .block-related .block-content ol li .ratings .amount { text-align: center; display: block; width: 20px; height: 20px; overflow: hidden; cursor: default; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_commentaires.png) no-repeat 0 0; color: rgba(0, 0, 0, 0.6); font-size: 10px; font-weight: bold; }
aside#sidebar .block-related .block-content ol li .ratings .amount a { display: block; color: rgba(0, 0, 0, 0.6); }
aside#sidebar .block-related .block-content ol li .ratings .amount:hover { color: #535353; }
aside#sidebar .block-related .block-content ol li.nvprod:before, aside#sidebar .block-related .block-content ol li.promo:before { content: ""; display: block; position: absolute; z-index: 1; top: 23px; left: -5px; width: 0; height: 0; border-left: 5px solid transparent; }
aside#sidebar .block-related .block-content ol li.nvprod:before { border-top: 5px solid #8a507f; }
aside#sidebar .block-related .block-content ol li.nvprod a.lien-product .category { background-color: #b076a5; }
aside#sidebar .block-related .block-content ol li.nvprod a.lien-product img { border-color: rgba(176, 118, 165, 0.2) !important; }
aside#sidebar .block-related .block-content ol li.nvprod a.lien-product .price { color: #b076a5; }
aside#sidebar .block-related .block-content ol li.nvprod .btn-cart { background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_panier-violet.png) no-repeat 0 0 !important; }
aside#sidebar .block-related .block-content ol li.promo:before { border-top: 5px solid #a24808; }
aside#sidebar .block-related .block-content ol li.promo a.lien-product .category { background-color: #eb690b; }
aside#sidebar .block-related .block-content ol li.promo a.lien-product img { border-color: rgba(235, 105, 11, 0.3) !important; }
aside#sidebar .block-related .block-content ol li.promo a.lien-product .price { color: #eb690b; }
aside#sidebar .block-related .block-content ol li.promo .btn-cart { background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_panier-orange.png) no-repeat 0 0 !important; }
aside#sidebar .block-related .block-content ol li a.lien-product { display: inline; background: none; }
aside#sidebar .block-related .block-content ol li a.lien-product img { float: left; margin: 0 10px 0 0; border: 1px solid #e5e5e5; }
aside#sidebar .block-related .block-content ol li a.lien-product h3, aside#sidebar .block-related .block-content ol li a.lien-product .product-name { margin: 3px 0 6px 0; text-align: left; }
aside#sidebar .block-related .block-content ol li a.lien-product .price-box { text-align: left; position: relative; top: auto; left: auto; padding: 0; background: none; text-shadow: none; }
aside#sidebar .block-related .block-content ol li a.lien-product .price-box p.old-price, aside#sidebar .block-related .block-content ol li a.lien-product .price-box p.special-price { display: block; line-height: 1.22em; margin: 0 60px 0 0; }
aside#sidebar .block-related .block-content ol li a.lien-product .price-box .pourcentage { background-color: #bcbd24; -moz-border-radius: 0 5px 5px 0; -webkit-border-radius: 0 5px 5px 0; -o-border-radius: 0 5px 5px 0; -ms-border-radius: 0 5px 5px 0; border-radius: 0 5px 5px 0; position: absolute; left: -20px; top: 0; padding: 2px 3px 2px 16px; text-shadow: -1px -1px rgba(0, 0, 0, 0.2); color: #ffffff; font-weight: bold; }
aside#sidebar .block-related .block-content ol li a.lien-product:hover img { box-shadow: none; }
aside#sidebar .block-related .block-content ol li .actions { position: absolute; right: 10px; bottom: 10px; padding: 0; margin: 0; text-align: right; background: none; }
aside#sidebar .block-related .block-content ol li .actions a, aside#sidebar .block-related .block-content ol li .actions button { outline: 0 !important; }
aside#sidebar .block-related .block-content ol li.last { border: none; }
aside#sidebar .block-related .block-content ol li:after { content: ""; clear: both; display: block; }
aside#sidebar .block-viewed { /* Derniers produits consultés */ }
aside#sidebar .block-viewed .block-content { padding: 10px 20px; }
aside#sidebar .block-viewed .block-content a { color: #535353; text-decoration: underline; }
aside#sidebar .block-viewed .block-content a:hover { text-decoration: none; }
aside#sidebar .annonce_gauche { margin: 40px 0; }

/*---------- Fin COLONNE ----------*/
/*---------- Début LISTE PRODUITS ----------*/
/*----- Pager -----*/
.pager { position: relative; color: rgba(0, 0, 0, 0.4); font-size: 11px; padding: 5px 10px; margin: 20px 0 0 0; background: #f2f2ef url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/aventurenordique_sprite.png) no-repeat center -746px; }
.pager label { color: rgba(0, 0, 0, 0.4); font-size: 11px; display: inline; margin: 0; }
.pager .amount { display: inline; }
.pager .limiter { display: block; position: absolute; left: 40%; }
.pager .limiter form.custom { float: left; }
.pager .limiter .pages { margin: 0 0 0 18px; }
.pager .limiter .pages ul.pagination { margin: 0; height: 20px; }
.pager .limiter .pages ul.pagination li { color: #898989; display: block; float: left; font-size: 11px; width: 20px; height: 20px; margin-left: 2px; }
.pager .limiter .pages ul.pagination li a { text-align: center; color: #898989; display: block; width: 20px; height: 20px; padding: 2px 5px; }
.pager .limiter .pages ul.pagination li a:hover, .pager .limiter .pages ul.pagination li a a:focus { background: rgba(0, 0, 0, 0.1); }
.pager .limiter .pages ul.pagination li.current a { background: #898989; color: white; cursor: default; font-weight: bold; }
.pager .limiter .pages ul.pagination li.current a:hover { text-decoration: none; }
.pager .sorter { padding: 0; }
.pager .sorter .view-mode { float: left; margin: 4px 0 0 0; }
.pager .sorter .view-mode a, .pager .sorter .view-mode strong { color: transparent; font-size: .0001em; display: inline-block; opacity: .6; width: 15px; height: 15px; margin: 0 5px 0 0; display: block; }
.pager .sorter .view-mode a:hover { opacity: .8; }
.pager .sorter .view-mode strong { display: none; }
.pager .sorter .view-mode .grid, .pager .sorter .view-mode .list { background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/aventurenordique_sprite-pictos.png) no-repeat 0 -1196px; }
.pager .sorter .view-mode .grid.grid, .pager .sorter .view-mode .list.grid { background-position: 0 -1246px; }
.pager .sorter .view-mode .grid.list, .pager .sorter .view-mode .list.list { background-position: 0 -1196px; }
.pager .sorter .sort-by { float: right; }
.pager .sorter .sort-by select { width: 100px; height: 24px; }
.pager form.custom div.custom.dropdown { width: auto !important; height: 20px; margin: 0; }
.pager form.custom div.custom.dropdown a { display: block; border: 1px solid gainsboro; }
.pager form.custom div.custom.dropdown a.current { background-color: white; color: #535353; line-height: 1em; padding: 4px 30px 0 3px; min-height: 20px; }
.pager form.custom div.custom.dropdown a.selector { width: 20px; height: 20px; }
.pager form.custom div.custom.dropdown ul { top: 19px; }
.pager form.custom div.custom.dropdown ul li { color: #898989; font-size: 11px; line-height: 1.5em; min-height: 20px; width: 100%; padding: 4px 0 0 3px; }
.pager form.custom div.custom.dropdown ul li:hover { background-color: rgba(215, 216, 50, 0.2); }
.pager form.custom div.custom.dropdown ul li.selected, .pager form.custom div.custom.dropdown ul li.selected:hover { color: black; background-color: rgba(215, 216, 50, 0.4); }
.pager form.custom div.custom.dropdown ul li:hover:after, .pager form.custom div.custom.dropdown ul li.selected:after { display: none !important; }
.pager:after { content: ""; clear: both; display: block; }

.toolbar-bottom { padding: 20px 0; }

/*----- Pager -----*/
/*----- Affichage Grille -----*/
ul.products-grid { margin: 0; padding: 0; list-style: none; clear: both; }
ul.products-grid .item { position: relative; display: block; float: left; margin: 20px 20px 0 0; width: 156px; width: 22.8025%; margin: 20px 2.93% 0 0; }
ul.products-grid .item a.lien-product { color: #535353; display: block; position: relative; }
ul.products-grid .item a.lien-product span.category { position: absolute; z-index: 11; top: 5px; left: -5px; display: block; height: 20px; padding: 0 5px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; color: white; font-family: "tga", Arial, Helvetica, Clean, sans-serif; font-weight: bold; line-height: 1.667em; text-transform: uppercase; text-align: center; }
ul.products-grid .item a.lien-product span.img { display: block; position: relative; }
ul.products-grid .item a.lien-product span.img:after { content: ""; display: block; position: absolute; width: 100%; height: 9px; bottom: -9px; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/aventurenordique_sprite.png) no-repeat center -825px; }
ul.products-grid .item a.lien-product span.img img { display: block; border: 1px solid #e5e5e5; }
ul.products-grid .item a.lien-product h3, ul.products-grid .item a.lien-product .product-name { color: #535353; font-family: Arial, Helvetica, Clean, sans-serif; font-size: .917em; font-weight: normal; text-transform: uppercase; text-align: center; margin: 8px 0 0 0; }
ul.products-grid .item a.lien-product .price-box { position: absolute; right: 1px; top: 131px; height: 24px; padding: 6px 10px 4px 10px; background-color: rgba(255, 255, 255, 0.9); -moz-border-radius: 5px 0 0 0; -webkit-border-radius: 5px 0 0 0; -o-border-radius: 5px 0 0 0; -ms-border-radius: 5px 0 0 0; border-radius: 5px 0 0 0; text-align: center; line-height: 1em; text-shadow: 0 0 5px white; }
ul.products-grid .item a.lien-product .price-box .old-price, ul.products-grid .item a.lien-product .price-box .special-price { margin: 0 3px 0 0; display: inline; }
ul.products-grid .item a.lien-product .price-box .price { color: #c9ca26; font-weight: bold; font-size: 1.167em; line-height: 1em; }
ul.products-grid .item a.lien-product .price-box .old-price .price { color: #898989; font-weight: normal; font-size: 11px; text-decoration: line-through; }
ul.products-grid .item a.lien-product:hover { color: #535353; text-decoration: none; }
ul.products-grid .item a.lien-product:hover img { border-color: #cccccc; box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }
ul.products-grid .item a.lien-product:hover h3, ul.products-grid .item a.lien-product:hover .product-name { color: #535353; text-decoration: underline; }
ul.products-grid .item .actions { text-align: right; margin: 7px 0 0 0; }
ul.products-grid .item .actions .button, ul.products-grid .item .actions a, ul.products-grid .item .actions span { vertical-align: middle; color: transparent; font-size: .0001em; display: inline-block; width: 24px; height: 24px; padding: 0; margin: 0 1px; border: none; }
ul.products-grid .item .actions .button.btn-cart, ul.products-grid .item .actions a.btn-cart, ul.products-grid .item .actions span.btn-cart { background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_panier.png) no-repeat 0 0; }
ul.products-grid .item .actions .button.link-compare, ul.products-grid .item .actions a.link-compare, ul.products-grid .item .actions span.link-compare { width: 21px; height: 20px; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_comparateur.png) no-repeat 0 0; }
ul.products-grid .item .actions .button.out-of-stock, ul.products-grid .item .actions a.out-of-stock, ul.products-grid .item .actions span.out-of-stock { background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_panier-no.png) no-repeat 0 0; cursor: help; }
ul.products-grid .item .actions .button:hover, ul.products-grid .item .actions a:hover, ul.products-grid .item .actions span:hover { opacity: .9; }
ul.products-grid .item .ratings { float: left; width: 22px; height: 20px; }
ul.products-grid .item .ratings .rating-box { position: absolute; z-index: 10; top: 1px; right: 1px; width: 69px; height: 18px; border-bottom: 4px solid white; font-size: 0; line-height: 0; background: white url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/bkg_rating.gif) repeat-x 0 1px; text-indent: -999em; overflow: hidden; }
ul.products-grid .item .ratings .rating-box .rating { float: left; height: 14px; background: white url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/bkg_rating.gif) repeat-x 0 100%; }
ul.products-grid .item .ratings .amount { text-align: center; display: block; width: 20px; height: 20px; overflow: hidden; cursor: default; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_commentaires.png) no-repeat 0 0; color: rgba(0, 0, 0, 0.6); font-size: 10px; font-weight: bold; }
ul.products-grid .item .ratings .amount a { display: block; color: rgba(0, 0, 0, 0.6); }
ul.products-grid .item .ratings .amount:hover { color: #535353; }
ul.products-grid .item.nvprod:before, ul.products-grid .item.promo:before { content: ""; display: block; position: absolute; z-index: 1; top: 23px; left: -5px; width: 0; height: 0; border-left: 5px solid transparent; }
ul.products-grid .item.nvprod:before { border-top: 5px solid #8a507f; }
ul.products-grid .item.nvprod a.lien-product .category { background-color: #b076a5; }
ul.products-grid .item.nvprod a.lien-product img { border-color: rgba(176, 118, 165, 0.2) !important; }
ul.products-grid .item.nvprod a.lien-product .price { color: #b076a5; }
ul.products-grid .item.nvprod .btn-cart { background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_panier-violet.png) no-repeat 0 0 !important; }
ul.products-grid .item.promo:before { border-top: 5px solid #a24808; }
ul.products-grid .item.promo a.lien-product .category { background-color: #eb690b; }
ul.products-grid .item.promo a.lien-product img { border-color: rgba(235, 105, 11, 0.3) !important; }
ul.products-grid .item.promo a.lien-product .price { color: #eb690b; }
ul.products-grid .item.promo .btn-cart { background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_panier-orange.png) no-repeat 0 0 !important; }
ul.products-grid .item:nth-child(4n+1) { clear: left; }
ul.products-grid .item:nth-child(4n+4) { margin-right: 0; }
ul.products-grid .item .pourcentage { background-color: #bcbd24; color: #ffffff; font-weight: bold; right: 0; top: -110px; padding: 2px 3px 2px 6px; -moz-border-radius: 5px 0 0 5px; -webkit-border-radius: 5px 0 0 5px; -o-border-radius: 5px 0 0 5px; -ms-border-radius: 5px 0 0 5px; border-radius: 5px 0 0 5px; position: absolute; text-shadow: -1px -1px rgba(0, 0, 0, 0.2); }

/*----- Affichage Liste -----*/
ol.products-list { margin: 0; padding: 0; list-style: none; clear: both; }
ol.products-list .item { position: relative; display: block; float: left; margin: 20px 20px 0 0; width: 156px; width: auto; margin: 20px 0 0 0; padding: 0 0 20px 0; float: none; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/pointilles.png) repeat-x 0 bottom; }
ol.products-list .item a.lien-product { color: #535353; display: block; position: relative; }
ol.products-list .item a.lien-product span.category { position: absolute; z-index: 11; top: 5px; left: -5px; display: block; height: 20px; padding: 0 5px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; color: white; font-family: "tga", Arial, Helvetica, Clean, sans-serif; font-weight: bold; line-height: 1.667em; text-transform: uppercase; text-align: center; }
ol.products-list .item a.lien-product span.img { display: block; position: relative; }
ol.products-list .item a.lien-product span.img:after { content: ""; display: block; position: absolute; width: 100%; height: 9px; bottom: -9px; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/aventurenordique_sprite.png) no-repeat center -825px; }
ol.products-list .item a.lien-product span.img img { display: block; border: 1px solid #e5e5e5; }
ol.products-list .item a.lien-product h3, ol.products-list .item a.lien-product .product-name { color: #535353; font-family: Arial, Helvetica, Clean, sans-serif; font-size: .917em; font-weight: normal; text-transform: uppercase; text-align: center; margin: 8px 0 0 0; }
ol.products-list .item a.lien-product .price-box { position: absolute; right: 1px; top: 131px; height: 24px; padding: 6px 10px 4px 10px; background-color: rgba(255, 255, 255, 0.9); -moz-border-radius: 5px 0 0 0; -webkit-border-radius: 5px 0 0 0; -o-border-radius: 5px 0 0 0; -ms-border-radius: 5px 0 0 0; border-radius: 5px 0 0 0; text-align: center; line-height: 1em; text-shadow: 0 0 5px white; }
ol.products-list .item a.lien-product .price-box .old-price, ol.products-list .item a.lien-product .price-box .special-price { margin: 0 3px 0 0; display: inline; }
ol.products-list .item a.lien-product .price-box .price { color: #c9ca26; font-weight: bold; font-size: 1.167em; line-height: 1em; }
ol.products-list .item a.lien-product .price-box .old-price .price { color: #898989; font-weight: normal; font-size: 11px; text-decoration: line-through; }
ol.products-list .item a.lien-product:hover { color: #535353; text-decoration: none; }
ol.products-list .item a.lien-product:hover img { border-color: #cccccc; box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }
ol.products-list .item a.lien-product:hover h3, ol.products-list .item a.lien-product:hover .product-name { color: #535353; text-decoration: underline; }
ol.products-list .item .actions { text-align: right; margin: 7px 0 0 0; }
ol.products-list .item .actions .button, ol.products-list .item .actions a, ol.products-list .item .actions span { vertical-align: middle; color: transparent; font-size: .0001em; display: inline-block; width: 24px; height: 24px; padding: 0; margin: 0 1px; border: none; }
ol.products-list .item .actions .button.btn-cart, ol.products-list .item .actions a.btn-cart, ol.products-list .item .actions span.btn-cart { background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_panier.png) no-repeat 0 0; }
ol.products-list .item .actions .button.link-compare, ol.products-list .item .actions a.link-compare, ol.products-list .item .actions span.link-compare { width: 21px; height: 20px; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_comparateur.png) no-repeat 0 0; }
ol.products-list .item .actions .button.out-of-stock, ol.products-list .item .actions a.out-of-stock, ol.products-list .item .actions span.out-of-stock { background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_panier-no.png) no-repeat 0 0; cursor: help; }
ol.products-list .item .actions .button:hover, ol.products-list .item .actions a:hover, ol.products-list .item .actions span:hover { opacity: .9; }
ol.products-list .item .ratings { float: left; width: 22px; height: 20px; }
ol.products-list .item .ratings .rating-box { position: absolute; z-index: 10; top: 1px; right: 1px; width: 69px; height: 18px; border-bottom: 4px solid white; font-size: 0; line-height: 0; background: white url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/bkg_rating.gif) repeat-x 0 1px; text-indent: -999em; overflow: hidden; }
ol.products-list .item .ratings .rating-box .rating { float: left; height: 14px; background: white url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/bkg_rating.gif) repeat-x 0 100%; }
ol.products-list .item .ratings .amount { text-align: center; display: block; width: 20px; height: 20px; overflow: hidden; cursor: default; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_commentaires.png) no-repeat 0 0; color: rgba(0, 0, 0, 0.6); font-size: 10px; font-weight: bold; }
ol.products-list .item .ratings .amount a { display: block; color: rgba(0, 0, 0, 0.6); }
ol.products-list .item .ratings .amount:hover { color: #535353; }
ol.products-list .item.nvprod:before, ol.products-list .item.promo:before { content: ""; display: block; position: absolute; z-index: 1; top: 23px; left: -5px; width: 0; height: 0; border-left: 5px solid transparent; }
ol.products-list .item.nvprod:before { border-top: 5px solid #8a507f; }
ol.products-list .item.nvprod a.lien-product .category { background-color: #b076a5; }
ol.products-list .item.nvprod a.lien-product img { border-color: rgba(176, 118, 165, 0.2) !important; }
ol.products-list .item.nvprod a.lien-product .price { color: #b076a5; }
ol.products-list .item.nvprod .btn-cart { background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_panier-violet.png) no-repeat 0 0 !important; }
ol.products-list .item.promo:before { border-top: 5px solid #a24808; }
ol.products-list .item.promo a.lien-product .category { background-color: #eb690b; }
ol.products-list .item.promo a.lien-product img { border-color: rgba(235, 105, 11, 0.3) !important; }
ol.products-list .item.promo a.lien-product .price { color: #eb690b; }
ol.products-list .item.promo .btn-cart { background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_panier-orange.png) no-repeat 0 0 !important; }
ol.products-list .item a.lien-product { width: 156px; display: block; float: left; margin-right: 10px; }
ol.products-list .item h2 { color: #535353; font-size: 1.5em; margin: 0 0 5px 0; }
ol.products-list .item h2 a { color: #535353; }
ol.products-list .item h2 a .price-box { display: inline; margin: 0 0 0 10px; }
ol.products-list .item h2 a .price-box p { display: inline; }
ol.products-list .item h2 a .price-box .price { color: #bcbd24; font-weight: bold; }
ol.products-list .item h2 a .price-box .old-price .price { color: #898989; font-weight: normal; font-size: 11px; text-decoration: line-through; margin: 0 5px 0 0; }
ol.products-list .item h2 a .price-box .pourcentage { background-color: #bcbd24; color: #ffffff; font-weight: bold; right: 0; top: -110px; padding: 2px 3px 2px 6px; -moz-border-radius: 5px 0 0 5px; -webkit-border-radius: 5px 0 0 5px; -o-border-radius: 5px 0 0 5px; -ms-border-radius: 5px 0 0 5px; border-radius: 5px 0 0 5px; position: absolute; text-shadow: -1px -1px rgba(0, 0, 0, 0.2); font-size: 0.75em; }
ol.products-list .item h2 a:hover { color: #898989; text-decoration: none; }
ol.products-list .item h2 a:hover span { text-decoration: underline; }
ol.products-list .item h2 a:hover .price-box span { text-decoration: none; }
ol.products-list .item a.tous { color: #898989; }
ol.products-list .item a.tous:hover { text-decoration: underline; }
ol.products-list .item .actions { padding: 0; margin: 10px 0 0 0; text-align: right; background: none; float: right; }
ol.products-list .item .actions .button, ol.products-list .item .actions a, ol.products-list .item .actions span { position: relative; font-size: 10px; font-family: Arial, Helvetica, Clean, sans-serif; font-weight: bold; text-transform: uppercase; width: auto; height: 24px; padding: 4px 0 0 30px; margin: 0 0 0 10px; outline: 0; border-radius: none; }
ol.products-list .item .actions .button.btn-cart, ol.products-list .item .actions a.btn-cart, ol.products-list .item .actions span.btn-cart { color: #bcbd24; padding: 0 0 0 34px; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_panier.png) no-repeat 0 0; }
ol.products-list .item .actions .button.link-compare, ol.products-list .item .actions a.link-compare, ol.products-list .item .actions span.link-compare { width: auto; color: #898989; padding: 1px 0 0 30px; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_comparateur.png) no-repeat 0 0; }
ol.products-list .item .actions .button.out-of-stock, ol.products-list .item .actions a.out-of-stock, ol.products-list .item .actions span.out-of-stock { color: #707070; padding: 1px 0 0 30px; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_panier-no.png) no-repeat 0 0; }
ol.products-list .item .actions .button.out-of-stock:hover, ol.products-list .item .actions a.out-of-stock:hover, ol.products-list .item .actions span.out-of-stock:hover { opacity: 1; text-decoration: none; }
ol.products-list .item .actions .button:hover, ol.products-list .item .actions a:hover, ol.products-list .item .actions span:hover { opacity: .9; text-decoration: underline; }
ol.products-list .item .ratings { position: relative; right: auto; bottom: auto; width: auto; height: 17px; float: left; font-size: 11px; text-align: right; margin: 10px 0 0 0; }
ol.products-list .item .ratings:hover a { text-decoration: none; }
ol.products-list .item .ratings .amount { cursor: pointer; text-align: center; display: inline-block; width: 22px; height: 20px; padding: 2px 0 0 0; outline: none; overflow: hidden; vertical-align: bottom; }
ol.products-list .item .ratings .amount a { display: block; color: #535353; font-size: 11px; font-weight: bold; }
ol.products-list .item .ratings .amount a:hover { color: #535353; }
ol.products-list .item .ratings .rating-box { display: inline-block; position: relative; z-index: 10; top: auto; left: auto; width: 69px; height: 17px; font-size: 0; line-height: 0; background: white url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/bkg_rating.gif) repeat-x 0 0; text-indent: -999em; overflow: hidden; margin: 0 0 0 5px; }
ol.products-list .item .ratings .rating-box .rating { float: left; height: 17px; background: white url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/bkg_rating.gif) repeat-x 0 100%; }
ol.products-list .item .ratings .rating-links { display: inline-block; }
ol.products-list .item .ratings .rating-links a:hover { text-decoration: underline; }
ol.products-list .item .ratings .accroche { display: none; }
ol.products-list .item .ratings:after { content: ""; clear: both; display: block; }
ol.products-list .item .no-rating a { color: black; font-size: 11px; text-decoration: underline; }
ol.products-list .item .no-rating a:hover { text-decoration: none; }
ol.products-list .item.last { background: none; }
ol.products-list .item.promo h2 a, ol.products-list .item.promo h2 a .special-price .price { color: #eb690b !important; }
ol.products-list .item.promo .actions button.btn-cart { color: #eb690b !important; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_panier-orange.png) no-repeat 0 0; }
ol.products-list .item.nvprod h2 a, ol.products-list .item.nvprod h2 a .price { color: #b076a5 !important; }
ol.products-list .item.nvprod .actions button.btn-cart { color: #b076a5 !important; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_panier-violet.png) no-repeat 0 0; }
ol.products-list .item:after { content: ""; clear: both; display: block; }

/*---------- Fin LISTE PRODUITS ----------*/
/*---------- Début DETAIL PRODUIT ----------*/
#page .product-view { padding: 0; }
#page .product-view .product-name { /* titre + marque */ position: relative; }
#page .product-view .product-name h1 { margin: 0 80px 20px 0; }
#page .product-view .product-name #manufacturer_logo { position: absolute; top: -20px; right: 0; margin: 0; }
#page .product-view .product-name #manufacturer_logo a { display: block; width: 60px; height: 60px; }
#page .product-view .product-name #manufacturer_logo a img { margin-top: 0 !important; }
#page .product-view .product-name .alert-stock { text-align: center; font-size: 1.334em; margin: 20px 0; padding: 10px; background-color: rgba(215, 216, 50, 0.2); border: 1px solid rgba(0, 0, 0, 0.05); border-radius: 5px; }
#page .product-view .product-img-box { /* photos */ width: 64.9%; padding: 0; /*.product-image { text-align: center; border: 1px solid $g15; .zoomPad { line-height: .5em; .zoomWindow { top: -1px !important; left: auto !important; right: 0; .zoomWrapper { border: 1px solid $g15; width: 220px !important; .zoomWrapperImage { height: 220px !important; } } } } &:after { @include cef; }
}*/ }
#page .product-view .product-img-box .product-image { text-align: center; border: 1px solid #e5e5e5; line-height: .5em; overflow: hidden; margin: 0; }
#page .product-view .product-img-box .product-image .zoomPad { float: none; display: inline-block; line-height: .5em; }
#page .product-view .product-img-box .product-image:after { content: ""; clear: both; display: block; }
#page .product-view .product-img-box .more-views { clear: both; }
#page .product-view .product-img-box .more-views p { color: #898989; font-size: 11px; margin: 10px 0 5px 0; }
#page .product-view .product-img-box .more-views ul { margin: 0; padding: 0; list-style: none; }
#page .product-view .product-img-box .more-views ul li { clear: none !important; padding: 0; margin: 0 10px 10px 0; width: auto; }
#page .product-view .product-img-box .more-views ul li a img { border: 1px solid #e5e5e5; display: block; max-width: none; }
#page .product-view .product-img-box .more-views ul li a:hover img { border-color: #cccccc; }
#page .product-view .product-img-box .more-views ul li:last-child { margin-right: 0; }
#page .product-view p.lien-blog { margin: 15px 0; font-size: 1.334em; font-family: "omgwritelikewilliam", Arial, Helvetica, Clean, sans-serif; }
#page .product-view p.lien-blog a { display: inline-block; min-height: 18px; padding: 6px 0 0 38px; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_social-blog.png) no-repeat 0 0; }
#page .product-view .product-shop { /* infos produit + actions */ width: 32.1%; padding: 0; margin: 5px 0 0 0; }
#page .product-view .product-shop label { display: inline-block; width: 80px; margin: 5px 5px 0 0; text-align: right; vertical-align: top; }
#page .product-view .product-shop .link-description { display: inline-block; padding: 0 5px; border: 1px solid rgba(0, 0, 0, 0.3); -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; background-color: rgba(0, 0, 0, 0.05); margin: 0 0 0 2px; color: #898989; font-size: 1.167em; line-height: 1.1em; font-weight: bold; text-transform: uppercase; }
#page .product-view .product-shop .link-description:hover { background-color: rgba(0, 0, 0, 0.1); }
#page .product-view .product-shop .caracteristiques { /* caracteristiques */ margin: 15px 0 0 0; padding: 0 0 15px 0; }
#page .product-view .product-shop .caracteristiques p { color: #707070; font-size: 11px; margin: 0 0 5px 0; }
#page .product-view .product-shop .caracteristiques ul { margin: 0; padding: 0; list-style: none; position: relative; }
#page .product-view .product-shop .caracteristiques ul:after { content: ""; clear: both; display: block; }
#page .product-view .product-shop .caracteristiques ul li { display: block; width: 24px; height: 24px; float: left; margin: 0 15px 0 0; padding: 24px 0 0 0; text-align: center; font-weight: bold; line-height: 1.4em; cursor: help; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/monrechaud_sprite-caracsproduit.png) no-repeat 0 0; opacity: .6; }
#page .product-view .product-shop .caracteristiques ul li:hover { opacity: 1; }
#page .product-view .product-shop .caracteristiques ul li:last-child { margin: 0; }
#page .product-view .product-shop .caracteristiques ul li.poids { background-position: 0 0; }
#page .product-view .product-shop .caracteristiques ul li.puissance { background-position: 0 -25px; }
#page .product-view .product-shop .caracteristiques ul li.vent { background-position: 0 -100px; }
#page .product-view .product-shop .caracteristiques ul li.solidite { background-position: 0 -50px; }
#page .product-view .product-shop .caracteristiques ul li.stabilite { background-position: 0 -75px; }
#page .product-view .product-shop .caracteristiques ul li.encombrement { background-position: 0 -125px; }
#page .product-view .product-shop .caracteristiques ul li span { position: absolute; top: -9999px; left: -9999px; z-index: 2; display: block; width: 100%; padding: 5px; border: 1px solid gainsboro; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; -moz-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2); -o-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2); -ms-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2); box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2); background-color: white; font-weight: normal; font-size: 11px; text-align: left; }
#page .product-view .product-shop .caracteristiques ul li span strong { font-weight: bold; display: block; }
#page .product-view .product-shop .caracteristiques ul li:hover span { top: 39px; left: 0; }
#page .product-view .product-shop .product-options { /* options */ padding: 17px 0 0 0; margin: 15px 0 0 0; background: white url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/pointilles.png) repeat-x 0 0; }
#page .product-view .product-shop .product-options dl dt { display: inline-block; width: 36.5%; margin: 5px 3% 5px 0; text-align: right; vertical-align: top; }
#page .product-view .product-shop .product-options dl dt label { display: inline; width: auto; margin: 0; vertical-align: none; }
#page .product-view .product-shop .product-options dl dd { display: inline-block; width: 59%; margin: 0 0 5px 0; }
#page .product-view .product-shop .product-options dl dd ul { list-style: none; margin: 5px 0 0 0; }
#page .product-view .product-shop .product-options dl dd ul li input { margin: 1px 5px 0 0; }
#page .product-view .product-shop .product-options dl dd label { text-align: left; font-weight: normal; margin: 1px 0 0 0; width: auto; display: inline; position: relative; }
#page .product-view .product-shop .product-options dl dd label .aide { display: none; width: 140px; position: absolute; z-index: 100; top: 20px; left: -20px; border-radius: 5px; background: white; border: 1px solid gainsboro; padding: 5px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); font-size: .917em; line-height: 1.5em; }
#page .product-view .product-shop .product-options dl dd label:hover .aide { display: block; }
#page .product-view .product-shop .product-options p.required { margin: 0 0 15px 0; }
#page .product-view .product-shop .product-options-bottom { /* prix + boutons */ padding: 0 0 40px 0; background: white url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/pointilles.png) repeat-x 0 bottom; }
#page .product-view .product-shop .add-to-box { padding: 17px 0 40px 0; margin: 15px 0 0 0; background-color: white, white; background-image: url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/pointilles.png), url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/pointilles.png); background-repeat: repeat-x, repeat-x; background-position: 0 0, 0 bottom; }
#page .product-view .product-shop #div_availability, #page .product-view .product-shop #div_price { display: inline-block; width: 59%; margin: 5px 0; }
#page .product-view .product-shop #div_availability.stock, #page .product-view .product-shop #div_price.stock { color: #bcbd24; font-size: 1.167em; line-height: 1.167em; }
#page .product-view .product-shop #div_availability.nostock, #page .product-view .product-shop #div_price.nostock { color: #c00418; }
#page .product-view .product-shop .price-box { /* prix */ margin: 0; }
#page .product-view .product-shop .price-box .old-price, #page .product-view .product-shop .price-box .special-price { margin: 0; }
#page .product-view .product-shop .price-box .price { color: #bcbd24; font-weight: bold; font-size: 1.334em; font-family: "tga", Arial, Helvetica, Clean, sans-serif; }
#page .product-view .product-shop .price-box .old-price .price { color: #898989; font-weight: normal; font-size: 11px; font-family: Arial, Helvetica, Clean, sans-serif; text-decoration: line-through; }
#page .product-view .product-shop .price-box:after { content: ""; clear: both; display: block; }
#page .product-view .product-shop .price-box .pourcentage { background-color: #bcbd24; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; padding: 2px 6px; text-shadow: -1px -1px rgba(0, 0, 0, 0.2); color: #ffffff; font-weight: bold; }
#page .product-view .product-shop .portetlivraison { /* lien port & livraison */ font-size: 11px; margin: 0 0 5px 0; }
#page .product-view .product-shop .portetlivraison a { color: #626262; text-decoration: underline; }
#page .product-view .product-shop .portetlivraison a:hover { text-decoration: none; }
#page .product-view .product-shop .add-to-cart input[type="text"] { display: inline-block; font-size: Arial, Helvetica, Clean, sans-serif; }
#page .product-view .product-shop .add-to-cart button { width: 220px; margin: 20px 0 0 0; padding-left: 50px; position: relative; text-align: left; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; overflow: visible; color: #d7d832; background-color: rgba(215, 216, 50, 0.2); }
#page .product-view .product-shop .add-to-cart button:before { content: ""; display: block; position: absolute; width: 40px; height: 40px; top: -1px; left: 0; background: #d7d832 url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_panier-btn.png) no-repeat center center; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; }
#page .product-view .product-shop .add-to-cart button:hover { color: #c9ca26; background-color: rgba(215, 216, 50, 0.3); }
#page .product-view .product-shop .add-to-cart button:hover:before { background-color: #c9ca26; }
#page .product-view .product-shop ul.add-to-links { margin: 10px 0 0 0; list-style: none; }
#page .product-view .product-shop ul.add-to-links a.link-compare { display: block; margin: 0 0 0 10px; padding: 7px 10px 7px 40px; width: 210px; height: 30px; font-size: 1.084em; color: rgba(83, 83, 83, 0.6); position: relative; text-align: left; background-color: #ededed; }
#page .product-view .product-shop ul.add-to-links a.link-compare:before { content: ""; display: block; position: absolute; width: 30px; height: 30px; top: -1px; left: 0; background: #c1c1c1 url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_comparateur-btn.png) no-repeat center center; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; }
#page .product-view .product-shop ul.add-to-links a.link-compare:hover { text-decoration: none; color: #535353; background-color: #e5e5e5; }
#page .product-view .product-shop ul.add-to-links a.link-compare:hover:before { background-color: #b1b1b1; }
#page .product-view .product-shop .avis { /* avis*/ margin: 40px 0 14px 0; text-align: center; background: white url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/avis.png) no-repeat center 55px; }
#page .product-view .product-shop .avis p.no-rating { margin: 0; }
#page .product-view .product-shop .avis a { font-size: 2em; font-family: "omgwritelikewilliam", Arial, Helvetica, Clean, sans-serif; font-weight: bold; line-height: 1.15em; display: block; min-height: 85px; }
#page .product-view .product-shop .avis a .rating-box { position: absolute; z-index: 10; top: 1px; right: 1px; width: 69px; height: 18px; border-bottom: 4px solid white; font-size: 0; line-height: 0; background: white url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/bkg_rating.gif) repeat-x 0 1px; text-indent: -999em; overflow: hidden; position: relative; top: auto; left: auto; margin: -6px auto 2px auto; }
#page .product-view .product-shop .avis a .rating-box .rating { float: left; height: 14px; background: white url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/bkg_rating.gif) repeat-x 0 100%; }
#page .product-view .product-shop .avis a span.accroche { display: block; color: #707070; font-size: .584em; font-weight: normal; }
#page .product-view .product-shop .avis a:hover { color: #c9ca26; text-decoration: none; }
#page .product-view .product-shop .avis a:hover span.accroche { color: #535353; }
#page .product-view #product-description { /* description produit */ margin: 20px 0 0 0; padding: 20px 0 0 0; }
#page .product-view #product-description h2 { font-family: Arial, Helvetica, Clean, sans-serif; font-weight: bold; font-size: 1em; color: #535353; margin: 0 0 1.5em 0; }
#page .product-view #product-description p { margin: 0; }
#page .product-view #product-description a { text-decoration: underline; }
#page .product-view #product-description a:hover { text-decoration: none; }
#page .product-view .product-share { /* boutons de partage */ margin: 40px 0; }
#page .product-view .product-share a { float: left; margin: 0 20px 0 0; }
#page .product-view .product-share a.email-friend { display: inline-block; vertical-align: top; padding: 0 0 0 22px; color: #535353; font-size: 11px; font-weight: bold; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_partage-mail.png) no-repeat 0 0; }
#page .product-view .product-share a.email-friend:hover { opacity: .8; }
#page .product-view .product-share .share-buttons li { display: inline-block; list-style: none; }
#page .product-view .product-share .share-buttons a { display: inline-block; text-indent: -9999px; color: transparent; font-size: .0001em; height: 26px; width: 25px; padding: 5px; margin: 0 10px 0 0; opacity: .6; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/aventurenordique_sprite-pictos.png) no-repeat 6px -640px; }
#page .product-view .product-share .share-buttons a:hover, #page .product-view .product-share .share-buttons a:focus { opacity: 1; }
#page .product-view .product-share .share-buttons .email-friend { background-position: 4px -792px; }
#page .product-view .product-share .share-buttons .fb { background-position: 8px -695px; }
#page .product-view .product-share .share-buttons .tw { background-position: 5px -893px; }
#page .product-view .product-share .share-buttons .gp { background-position: 5px -744px; }
#page .product-view .product-share .share-buttons .pin { background-position: 7px -1495px; }
#page .product-view .product-share .addthis_toolbox { display: inline-block; width: 75%; }
#page .product-view .product-share .addthis_toolbox a { padding: 0; }
#page .product-view .product-share .addthis_toolbox a.addthis_button_tweet iframe.twitter-share-button { width: 100px !important; }
#page .product-view .product-additional { /* Tabs */ margin: 40px 0 0 0; }
#page .product-view .product-additional ul.tabs { margin: 0; padding: 0; list-style: none; height: 30px; margin: 0 0 10px 0; border-bottom: 2px solid #535353; }
#page .product-view .product-additional ul.tabs dd a, #page .product-view .product-additional ul.tabs li a { border: none; color: #959595; background: none; font-size: 1em; height: inherit; line-height: inherit; }
#page .product-view .product-additional ul.tabs dd.active a, #page .product-view .product-additional ul.tabs li.active a { border: none; }
#page .product-view .product-additional ul.tabs li { font-size: 1em; font-family: Arial, Helvetica, Clean, sans-serif; font-style: normal; font-weight: normal; color: inherit; text-align: inherit; line-height: 1.5em; margin: 0; padding: 0; border: none; border-radius: 0; background: none; white-space: inherit; width: auto; height: auto; margin: 0 5px 0 0; }
#page .product-view .product-additional ul.tabs li h2 { color: #959595; font-size: 1.167em; height: 30px; border-radius: 5px 5px 0 0; background-color: #e5e5e5; margin: 0; }
#page .product-view .product-additional ul.tabs li h2 a { color: #959595; padding: 7px 15px 3px 15px; }
#page .product-view .product-additional ul.tabs li h2 a:hover { color: #535353; background: none; }
#page .product-view .product-additional ul.tabs li h2:hover { background-color: gainsboro; }
#page .product-view .product-additional ul.tabs li.active h2 { background-color: #535353; }
#page .product-view .product-additional ul.tabs li.active h2 a { color: white; background: none; }
#page .product-view .product-additional .box-additional { /* Informations complémentaires */ overflow: hidden; }
#page .product-view .product-additional .box-additional table { font-size: 1em; font-family: Arial, Helvetica, Clean, sans-serif; font-style: normal; font-weight: normal; color: inherit; text-align: inherit; line-height: 1.5em; margin: 0; padding: 0; border: none; border-radius: 0; background: none; white-space: inherit; width: auto; height: auto; border-collapse: collapse; }
#page .product-view .product-additional .box-additional table tr { background-color: #fff !important; }
#page .product-view .product-additional .box-additional table tr:hover th, #page .product-view .product-additional .box-additional table tr:hover td { color: black; background-color: #f2f2f2; }
#page .product-view .product-additional .box-additional table tr th, #page .product-view .product-additional .box-additional table tr td { color: #535353; font-size: 1em; padding: 6px 10px; border-bottom: 1px solid #e5e5e5 !important; vertical-align: top; }
#page .product-view .product-additional .box-additional table tr th.data, #page .product-view .product-additional .box-additional table tr td.data { max-width: 560px; }
#page .product-view .product-additional .box-additional table tr th.data p, #page .product-view .product-additional .box-additional table tr td.data p { margin-top: 0; }
#page .product-view .product-additional .box-additional table tr th.data p object, #page .product-view .product-additional .box-additional table tr th.data p embed, #page .product-view .product-additional .box-additional table tr td.data p object, #page .product-view .product-additional .box-additional table tr td.data p embed { height: 315px; }
#page .product-view .product-additional .box-additional table tr th, #page .product-view .product-additional .box-additional table tr .label { display: table-cell; position: inherit; text-align: right; color: #707070; font-weight: bold; }
#page .product-view .product-additional .box-up-sell { /* Produits recommandés */ }
#page .product-view .product-additional .box-up-sell p { color: #a0a0a0; margin: 0 0 20px 0; }
#page .product-view .product-additional .box-up-sell table.products-grid { font-size: 1em; font-family: Arial, Helvetica, Clean, sans-serif; font-style: normal; font-weight: normal; color: inherit; text-align: inherit; line-height: 1.5em; margin: 0; padding: 0; border: none; border-radius: 0; background: none; white-space: inherit; width: auto; height: auto; border-collapse: collapse; }
#page .product-view .product-additional .box-up-sell table.products-grid td { font-size: 1em; font-family: Arial, Helvetica, Clean, sans-serif; font-style: normal; font-weight: normal; color: inherit; text-align: inherit; line-height: 1.5em; margin: 0; padding: 0; border: none; border-radius: 0; background: none; white-space: inherit; width: auto; height: auto; position: relative; display: block; float: left; margin: 20px 20px 0 0; width: 156px; width: 22.2%; float: none; display: table-cell; padding: 0 2.2% 0 0; }
#page .product-view .product-additional .box-up-sell table.products-grid td a.lien-product { color: #535353; display: block; position: relative; }
#page .product-view .product-additional .box-up-sell table.products-grid td a.lien-product span.category { position: absolute; z-index: 11; top: 5px; left: -5px; display: block; height: 20px; padding: 0 5px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; color: white; font-family: "tga", Arial, Helvetica, Clean, sans-serif; font-weight: bold; line-height: 1.667em; text-transform: uppercase; text-align: center; }
#page .product-view .product-additional .box-up-sell table.products-grid td a.lien-product span.img { display: block; position: relative; }
#page .product-view .product-additional .box-up-sell table.products-grid td a.lien-product span.img:after { content: ""; display: block; position: absolute; width: 100%; height: 9px; bottom: -9px; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/aventurenordique_sprite.png) no-repeat center -825px; }
#page .product-view .product-additional .box-up-sell table.products-grid td a.lien-product span.img img { display: block; border: 1px solid #e5e5e5; }
#page .product-view .product-additional .box-up-sell table.products-grid td a.lien-product h3, #page .product-view .product-additional .box-up-sell table.products-grid td a.lien-product .product-name { color: #535353; font-family: Arial, Helvetica, Clean, sans-serif; font-size: .917em; font-weight: normal; text-transform: uppercase; text-align: center; margin: 8px 0 0 0; }
#page .product-view .product-additional .box-up-sell table.products-grid td a.lien-product .price-box { position: absolute; right: 1px; top: 131px; height: 24px; padding: 6px 10px 4px 10px; background-color: rgba(255, 255, 255, 0.9); -moz-border-radius: 5px 0 0 0; -webkit-border-radius: 5px 0 0 0; -o-border-radius: 5px 0 0 0; -ms-border-radius: 5px 0 0 0; border-radius: 5px 0 0 0; text-align: center; line-height: 1em; text-shadow: 0 0 5px white; }
#page .product-view .product-additional .box-up-sell table.products-grid td a.lien-product .price-box .old-price, #page .product-view .product-additional .box-up-sell table.products-grid td a.lien-product .price-box .special-price { margin: 0 3px 0 0; display: inline; }
#page .product-view .product-additional .box-up-sell table.products-grid td a.lien-product .price-box .price { color: #c9ca26; font-weight: bold; font-size: 1.167em; line-height: 1em; }
#page .product-view .product-additional .box-up-sell table.products-grid td a.lien-product .price-box .old-price .price { color: #898989; font-weight: normal; font-size: 11px; text-decoration: line-through; }
#page .product-view .product-additional .box-up-sell table.products-grid td a.lien-product:hover { color: #535353; text-decoration: none; }
#page .product-view .product-additional .box-up-sell table.products-grid td a.lien-product:hover img { border-color: #cccccc; box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }
#page .product-view .product-additional .box-up-sell table.products-grid td a.lien-product:hover h3, #page .product-view .product-additional .box-up-sell table.products-grid td a.lien-product:hover .product-name { color: #535353; text-decoration: underline; }
#page .product-view .product-additional .box-up-sell table.products-grid td .actions { text-align: right; margin: 7px 0 0 0; }
#page .product-view .product-additional .box-up-sell table.products-grid td .actions .button, #page .product-view .product-additional .box-up-sell table.products-grid td .actions a, #page .product-view .product-additional .box-up-sell table.products-grid td .actions span { vertical-align: middle; color: transparent; font-size: .0001em; display: inline-block; width: 24px; height: 24px; padding: 0; margin: 0 1px; border: none; }
#page .product-view .product-additional .box-up-sell table.products-grid td .actions .button.btn-cart, #page .product-view .product-additional .box-up-sell table.products-grid td .actions a.btn-cart, #page .product-view .product-additional .box-up-sell table.products-grid td .actions span.btn-cart { background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_panier.png) no-repeat 0 0; }
#page .product-view .product-additional .box-up-sell table.products-grid td .actions .button.link-compare, #page .product-view .product-additional .box-up-sell table.products-grid td .actions a.link-compare, #page .product-view .product-additional .box-up-sell table.products-grid td .actions span.link-compare { width: 21px; height: 20px; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_comparateur.png) no-repeat 0 0; }
#page .product-view .product-additional .box-up-sell table.products-grid td .actions .button.out-of-stock, #page .product-view .product-additional .box-up-sell table.products-grid td .actions a.out-of-stock, #page .product-view .product-additional .box-up-sell table.products-grid td .actions span.out-of-stock { background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_panier-no.png) no-repeat 0 0; cursor: help; }
#page .product-view .product-additional .box-up-sell table.products-grid td .actions .button:hover, #page .product-view .product-additional .box-up-sell table.products-grid td .actions a:hover, #page .product-view .product-additional .box-up-sell table.products-grid td .actions span:hover { opacity: .9; }
#page .product-view .product-additional .box-up-sell table.products-grid td .ratings { float: left; width: 22px; height: 20px; }
#page .product-view .product-additional .box-up-sell table.products-grid td .ratings .rating-box { position: absolute; z-index: 10; top: 1px; right: 1px; width: 69px; height: 18px; border-bottom: 4px solid white; font-size: 0; line-height: 0; background: white url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/bkg_rating.gif) repeat-x 0 1px; text-indent: -999em; overflow: hidden; }
#page .product-view .product-additional .box-up-sell table.products-grid td .ratings .rating-box .rating { float: left; height: 14px; background: white url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/bkg_rating.gif) repeat-x 0 100%; }
#page .product-view .product-additional .box-up-sell table.products-grid td .ratings .amount { text-align: center; display: block; width: 20px; height: 20px; overflow: hidden; cursor: default; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_commentaires.png) no-repeat 0 0; color: rgba(0, 0, 0, 0.6); font-size: 10px; font-weight: bold; }
#page .product-view .product-additional .box-up-sell table.products-grid td .ratings .amount a { display: block; color: rgba(0, 0, 0, 0.6); }
#page .product-view .product-additional .box-up-sell table.products-grid td .ratings .amount:hover { color: #535353; }
#page .product-view .product-additional .box-up-sell table.products-grid td.nvprod:before, #page .product-view .product-additional .box-up-sell table.products-grid td.promo:before { content: ""; display: block; position: absolute; z-index: 1; top: 23px; left: -5px; width: 0; height: 0; border-left: 5px solid transparent; }
#page .product-view .product-additional .box-up-sell table.products-grid td.nvprod:before { border-top: 5px solid #8a507f; }
#page .product-view .product-additional .box-up-sell table.products-grid td.nvprod a.lien-product .category { background-color: #b076a5; }
#page .product-view .product-additional .box-up-sell table.products-grid td.nvprod a.lien-product img { border-color: rgba(176, 118, 165, 0.2) !important; }
#page .product-view .product-additional .box-up-sell table.products-grid td.nvprod a.lien-product .price { color: #b076a5; }
#page .product-view .product-additional .box-up-sell table.products-grid td.nvprod .btn-cart { background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_panier-violet.png) no-repeat 0 0 !important; }
#page .product-view .product-additional .box-up-sell table.products-grid td.promo:before { border-top: 5px solid #a24808; }
#page .product-view .product-additional .box-up-sell table.products-grid td.promo a.lien-product .category { background-color: #eb690b; }
#page .product-view .product-additional .box-up-sell table.products-grid td.promo a.lien-product img { border-color: rgba(235, 105, 11, 0.3) !important; }
#page .product-view .product-additional .box-up-sell table.products-grid td.promo a.lien-product .price { color: #eb690b; }
#page .product-view .product-additional .box-up-sell table.products-grid td.promo .btn-cart { background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_panier-orange.png) no-repeat 0 0 !important; }
#page .product-view .product-additional .box-up-sell table.products-grid td .ctnr { position: relative; }
#page .product-view .product-additional #product_tabs_review_tabbed_contents .dedicated-review-box { /* Commentaires */ }
#page .product-view .product-additional #product_tabs_review_tabbed_contents .dedicated-review-box ol { margin: 0; padding: 0; list-style: none; margin: 20px 0; }
#page .product-view .product-additional #product_tabs_review_tabbed_contents .dedicated-review-box ol li { margin: 0 0 10px 0; padding: 0 0 10px 0; border-bottom: 1px solid #e5e5e5; }
#page .product-view .product-additional #product_tabs_review_tabbed_contents .dedicated-review-box ol li h4 { color: #535353; margin: 0 0 5px 0; }
#page .product-view .product-additional #product_tabs_review_tabbed_contents .dedicated-review-box ol li .avis-infos { float: left; width: 17%; min-width: 116px; }
#page .product-view .product-additional #product_tabs_review_tabbed_contents .dedicated-review-box ol li .avis-infos p { color: #898989; font-size: 11px; }
#page .product-view .product-additional #product_tabs_review_tabbed_contents .dedicated-review-box ol li .avis-infos p.auteur { color: #535353; }
#page .product-view .product-additional #product_tabs_review_tabbed_contents .dedicated-review-box ol li .avis-infos p.date { font-style: italic; }
#page .product-view .product-additional #product_tabs_review_tabbed_contents .dedicated-review-box ol li .avis-infos table.ratings-list { font-size: 1em; font-family: Arial, Helvetica, Clean, sans-serif; font-style: normal; font-weight: normal; color: inherit; text-align: inherit; line-height: 1.5em; margin: 0; padding: 0; border: none; border-radius: 0; background: none; white-space: inherit; width: auto; height: auto; border-collapse: collapse; margin: 5px 0 0 0; }
#page .product-view .product-additional #product_tabs_review_tabbed_contents .dedicated-review-box ol li .avis-infos table.ratings-list td { padding: 0; font-size: 11px; }
#page .product-view .product-additional #product_tabs_review_tabbed_contents .dedicated-review-box ol li .avis-infos table.ratings-list td.label { display: table-cell; bottom: auto; padding: 0 5px 0 0; }
#page .product-view .product-additional #product_tabs_review_tabbed_contents .dedicated-review-box ol li .avis-infos table.ratings-list td .rating-box { display: block; width: 69px; height: 14px; font-size: 0; line-height: 0; background: white url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/bkg_rating.gif) repeat-x 0 0; text-indent: -999em; overflow: hidden; }
#page .product-view .product-additional #product_tabs_review_tabbed_contents .dedicated-review-box ol li .avis-infos table.ratings-list td .rating-box .rating { float: left; height: 14px; background: white url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/bkg_rating.gif) repeat-x 0 100%; }
#page .product-view .product-additional #product_tabs_review_tabbed_contents .dedicated-review-box ol li .avis-comm { float: right; width: 81%; }
#page .product-view .product-additional #product_tabs_review_tabbed_contents .dedicated-review-box ol li:after { content: ""; clear: both; display: block; }
#page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add { /* Note + Ajout commentaire */ }
#page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add p { color: #a0a0a0; margin: 0 0 10px 0; }
#page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add h3 { margin: 20px 0 10px 0; }
#page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add fieldset { float: left; width: 48%; }
#page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add fieldset.highlight { background: none; }
#page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add fieldset.fieldset-note { width: 38%; }
#page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add fieldset.fieldset-note h3 { font-size: 1.167em; }
#page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add fieldset.fieldset-note #product-review-table { font-size: 1em; font-family: Arial, Helvetica, Clean, sans-serif; font-style: normal; font-weight: normal; color: inherit; text-align: inherit; line-height: 1.5em; margin: 0; padding: 0; border: none; border-radius: 0; background: none; white-space: inherit; width: auto; height: auto; border: 1px solid #e5e5e5; border-spacing: 1px; text-align: center; width: 100%; }
#page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add fieldset.fieldset-note #product-review-table thead { background-color: #eeeeee; }
#page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add fieldset.fieldset-note #product-review-table tr { background: none; }
#page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add fieldset.fieldset-note #product-review-table tr.last th, #page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add fieldset.fieldset-note #product-review-table tr.last td { border: none; }
#page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add fieldset.fieldset-note #product-review-table th { font-size: 1em; font-family: Arial, Helvetica, Clean, sans-serif; font-style: normal; font-weight: normal; color: inherit; text-align: inherit; line-height: 1.5em; margin: 0; padding: 0; border: none; border-radius: 0; background: none; white-space: inherit; width: auto; height: auto; padding: 5px; line-height: 1.22em; font-weight: bold; border-bottom: 1px solid #e5e5e5; }
#page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add fieldset.fieldset-note #product-review-table th span { display: block; padding: 5px 0 0 0; color: #f0c808; font-weight: bold; font-size: 24px; }
#page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add fieldset.fieldset-note #product-review-table tbody th { text-align: right; padding: 5px; }
#page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add fieldset.fieldset-note #product-review-table td { font-size: 1em; font-family: Arial, Helvetica, Clean, sans-serif; font-style: normal; font-weight: normal; color: inherit; text-align: inherit; line-height: 1.5em; margin: 0; padding: 0; border: none; border-radius: 0; background: none; white-space: inherit; width: auto; height: auto; padding: 5px; border-bottom: 1px solid #e5e5e5; }
#page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add fieldset.fieldset-note #product-review-table td input { cursor: pointer; margin: 0; width: 16px; height: 16px; }
#page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add fieldset.fieldset-comm { width: 58%; float: right; }
#page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add fieldset.fieldset-comm h3 { font-size: 1.5em; }
#page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add fieldset.fieldset-comm ul.form-list li { margin: 0 0 10px 0; }
#page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add fieldset.fieldset-comm ul.form-list li label { width: 26%; font-size: 1em; font-weight: bold; }
#page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add fieldset.fieldset-comm ul.form-list li .input-box { width: 72%; }
#page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add fieldset.fieldset-comm ul.form-list li textarea { width: 100% !important; }
#page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add .buttons-set { clear: left; width: 38%; padding: 40px 0 0 0; margin: 0 0 10px 0; text-align: right; }
#page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-question-title button, #page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-question-title .button { font-size: 1.334em; padding: 5px 10px; }
#page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-question-form__wrapper { border: 0; padding: 0; background: none; }
#page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-question-form__wrapper .aw-pq2-form__field { margin: 0 0 10px 0; float: none; width: auto; display: block; }
#page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-question-form__wrapper .aw-pq2-form__field:after { clear: both; content: ""; display: block; }
#page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-question-form__wrapper .aw-pq2-form__field .aw-pq2-form__label-box { width: 26%; display: block; float: left; margin: 6px 5px 0 0; text-align: right; font-size: 1em; font-weight: bold; }
#page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-question-form__wrapper .aw-pq2-form__field .aw-pq2-form__input-box { width: 72%; display: block; float: left; }
#page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-question-form__wrapper .aw-pq2-form__field .aw-pq2-form__input-box .input-text { margin: 0; width: auto; }
#page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-question-form__wrapper .aw-pq2-form__field .aw-pq2-form__input-box #question_author_email { width: 50%; }
#page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-question-form__wrapper .aw-pq2-form__textarea { margin: 0 0 0 26.7%; width: 50% !important; min-height: 50px !important; }
#page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-question-form__wrapper .aw-pq2-form__button-set { margin: 0 0 0 26.7%; }
#page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-question-form__wrapper .aw-pq2-form__button-set .aw-pq2-form__label { display: inline; }
#page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-list__no-questions { color: #898989; margin: 20px 0 0 26.7%; }
#page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-list { border-top: 1px solid gainsboro; padding: 20px 0 0 0; margin: 20px 0 0 0; }
#page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-list .aw-pq2-list__question-expand { display: none; }
#page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-list .aw-pq2-list__question-item { border-bottom: 1px solid #e5e5e5; padding: 5px 0; }
#page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-list .aw-pq2-list__question-item .aw-pq2-list__question { margin: 0; }
#page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-list .aw-pq2-list__question-item .aw-pq2-list__question-content { font-size: 1.084em; cursor: default; }
#page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-list .aw-pq2-list__question-item .aw-pq2-list__answer-list { display: block !important; margin-left: 40px; }
#page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-list .aw-pq2-list__question-date { font-size: 11px; margin-left: -40px; }
#page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-list .aw-pq2-list__answer-item { border-bottom: 1px solid #eeeeee; padding: 5px 0; }
#page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-list .aw-pq2-list__answer-item .aw-pq2-list__answer-date { font-size: 11px; }
#page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-list .aw-pq2-list__add-answer-button-wrapper { margin: 0 0 10px 0; }
#page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-list .aw-pq2-list__add-answer-button-wrapper button, #page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-list .aw-pq2-list__add-answer-button-wrapper .button { font-size: 1.334em; padding: 5px 10px; }
#page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-list .aw-pq2-answer-form .aw-pq2-form__label-box { width: 16%; }
#page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-list .aw-pq2-answer-form .aw-pq2-form__input-box { width: 82%; }
#page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-list .aw-pq2-answer-form .aw-pq2-form__textarea { margin: 0 0 0 16.7%; }
#page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-list .aw-pq2-answer-form .aw-pq2-form__button-set { margin: 0 0 0 16.7%; }

/*---------- Fin DETAIL PRODUIT ----------*/
/*---------- Début COMPARATEUR ----------*/
.catalog-product-compare-index { padding: 20px; background: white; }
.catalog-product-compare-index .page-title { position: relative; }
.catalog-product-compare-index .page-title h1 { text-align: center; margin: 0 0 20px 0; }
.catalog-product-compare-index .page-title a.link-print { position: absolute; top: 10px; left: 0; color: #898989; font-size: 11px; font-weight: bold; text-decoration: underline; }
.catalog-product-compare-index .page-title a.link-print:hover { color: #535353; text-decoration: none; }
.catalog-product-compare-index table#product_comparison { border-collapse: collapse; }
.catalog-product-compare-index table#product_comparison th, .catalog-product-compare-index table#product_comparison td { font-size: 1em; font-family: Arial, Helvetica, Clean, sans-serif; font-style: normal; font-weight: normal; color: inherit; text-align: inherit; line-height: 1.5em; margin: 0; padding: 0; border: none; border-radius: 0; background: none; white-space: inherit; width: auto; height: auto; padding: 10px; border: 1px solid #eeeeee; }
.catalog-product-compare-index table#product_comparison th { background-color: #f6f6f6; font-weight: bold; }
.catalog-product-compare-index table#product_comparison tbody th { text-align: right; vertical-align: top; }
.catalog-product-compare-index table#product_comparison a.btn-remove { display: block; text-align: center; color: black; font-weight: bold; font-size: 1em; }
.catalog-product-compare-index table#product_comparison a.btn-remove:hover { opacity: .6; }
.catalog-product-compare-index table#product_comparison .add-to-row td { text-align: center; }
.catalog-product-compare-index table#product_comparison h2 { margin: 10px 0 0 0; }
.catalog-product-compare-index table#product_comparison h2 a { color: black; }
.catalog-product-compare-index table#product_comparison .price-box p { margin: 0; }
.catalog-product-compare-index table#product_comparison .price-box p.old-price { margin: 0 0 0.5em 0; }
.catalog-product-compare-index table#product_comparison .price-box .price { color: #d7d832; font-weight: normal; font-size: 1.5em; font-family: "tga", Arial, Helvetica, Clean, sans-serif; }
.catalog-product-compare-index table#product_comparison .price-box .old-price .price { color: #898989; font-weight: normal; font-size: 11px; font-family: Arial, Helvetica, Clean, sans-serif; text-decoration: line-through; }
.catalog-product-compare-index table#product_comparison .price-box .pourcentage { background-color: #bcbd24; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; position: relative; padding: 2px 6px; text-shadow: -1px -1px rgba(0, 0, 0, 0.2); color: #ffffff; font-weight: bold; }
.catalog-product-compare-index .buttons-set { position: absolute; top: 20px; right: 20px; }
.catalog-product-compare-index .buttons-set button.button { color: black; font-size: 11px; font-weight: bold; font-family: Arial, Helvetica, Clean, sans-serif; text-decoration: underline; padding: 15px 0 15px 15px; border: none; opacity: .6; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/aventurenordique_sprite-pictos.png) no-repeat 0 -1385px; }
.catalog-product-compare-index .buttons-set button.button:hover { opacity: .8; text-decoration: none; }

/*---------- Fin COMPARATEUR ----------*/
/*---------- Début MARQUES ----------*/
.manufacturer_sort { margin: 0 0 40px 0; }
.manufacturer_sort ul { margin: 0; padding: 0; list-style: none; }
.manufacturer_sort ul li { display: inline; margin: 0 3px 0 0; }
.manufacturer_sort ul li a { color: #898989; padding: 2px; }
.manufacturer_sort ul li.selected a { color: #535353; font-weight: bold; background-color: rgba(83, 83, 83, 0.1); }

.manufacturer_list { display: table; border-collapse: collapse; }
.manufacturer_list .row_main { margin: 0 0 20px 0; display: table-row; }
.manufacturer_list .row_main .casestudies { display: table-cell; border: 1px solid #e5e5e5; }
.manufacturer_list .row_main .casestudies:hover { background-color: #f6f6f6; }
.manufacturer_list .row_main .casestudies a { display: block; padding: 10px; }
.manufacturer_list .row_main .casestudies a img { width: 100%; }
.manufacturer_list .row_main .casestudies a h2 { color: #898989; font-size: .917em; font-weight: bold; font-family: Arial, Helvetica, Clean, sans-serif; margin: 0 0 5px 0; text-align: center; }
.manufacturer_list .row_main .casestudies a:hover { text-decoration: none; }
.manufacturer_list .row_main .casestudies a:hover h2 { color: black; }

#manfacturerwrapper h1:after { content: ""; clear: both; display: block; }
#manfacturerwrapper h1 img { float: right; margin: -25px 0 10px 20px; }
#manfacturerwrapper h1 span { display: block; color: #898989; font-size: .5em; line-height: 1.5em; font-family: Arial, Helvetica, Clean, sans-serif; }

/*---------- Fin MARQUES ----------*/
/*---------- Début PANIER ----------*/
.cart .page-title:after { content: ""; clear: both; display: block; }
.cart .page-title h1 { float: left; }
.cart .page-title ul.checkout-types { margin: 0; float: right; }
.cart ul.checkout-types { margin: 0; padding: 0; list-style: none; text-align: right; margin: 20px 0; }
.cart ul.checkout-types li { display: inline-block; }
.cart .btn-proceed-checkout { position: relative; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; overflow: visible; padding-right: 50px; color: #d7d832; background-color: rgba(215, 216, 50, 0.2); }
.cart .btn-proceed-checkout:after { content: ""; display: block; position: absolute; top: -1px; right: 0; width: 40px; height: 40px; background: #d7d832 url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_fleche-blanc.png) no-repeat center center; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; }
.cart .btn-proceed-checkout:hover { color: #c9ca26; background-color: rgba(215, 216, 50, 0.3); }
.cart .btn-proceed-checkout:hover:after { background-color: #c9ca26; }
.cart table { font-size: 1em; font-family: Arial, Helvetica, Clean, sans-serif; font-style: normal; font-weight: normal; color: inherit; text-align: inherit; line-height: 1.5em; margin: 0; padding: 0; border: none; border-radius: 0; background: none; white-space: inherit; width: auto; height: auto; width: 100%; border-radius: 5px; border-collapse: collapse; margin: 20px 0 40px 0; }
.cart table thead { background-color: #535353; }
.cart table thead th { color: white; font-size: 1.167em; white-space: nowrap; }
.cart table td { font-size: 1em; }
.cart table tbody td { border-bottom: 1px solid gainsboro; }
.cart table tbody td.cart-image img { border: 1px solid #e5e5e5; max-width: none; }
.cart table tbody td.cart-name h2.product-name { margin: 0; font-size: 1.334em; }
.cart table tbody td.cart-name dt, .cart table tbody td.cart-name dd { color: #898989; display: inline; }
.cart table tbody td.cart-name .item-msg.error { color: #fff; font-size: 11px; font-weight: bold; padding: 5px; border: 1px solid #A70000; background-color: #c00000; }
.cart table tbody td.cart-name .truncated .aide { font-size: .917em; font-style: italic; line-height: 1.22em; display: block; }
.cart table .price { color: #c9ca26; font-weight: bold; }
.cart table td.unit-price .price { color: #535353; font-weight: normal; }
.cart table a.btn-edit { display: inline-block; color: #535353; font-size: 10px; font-weight: bold; text-transform: uppercase; height: 16px; padding: 0 0 0 20px; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/aventurenordique_sprite-pictos.png) no-repeat 0 -1350px; }
.cart table a.btn-edit:hover { opacity: .6; }
.cart table a.btn-remove { color: transparent; font-size: .0001em; display: inline-block; width: 20px; height: 20px; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/aventurenordique_sprite-pictos.png) no-repeat 5px -1395px; }
.cart table a.btn-remove:hover { opacity: .6; }
.cart table tfoot { background: none; }
.cart table tfoot button { font-size: 1em; font-family: Arial, Helvetica, Clean, sans-serif; font-style: normal; font-weight: normal; color: inherit; text-align: inherit; line-height: 1.5em; margin: 0; padding: 0; border: none; border-radius: 0; background: none; white-space: inherit; width: auto; height: auto; display: inline-block; color: #535353; font-size: 1.084em; font-family: "tga", Arial, Helvetica, Clean, sans-serif; text-transform: uppercase; height: 16px; padding: 0 0 0 32px; position: relative; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_fleche-retour.png) no-repeat 0 0; line-height: 1.22em; }
.cart table tfoot button:hover { color: black; }
.cart table tfoot button.btn-update { float: right; margin: 0; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_actualiser.png) no-repeat 0 0; }
.cart table tfoot button:hover { color: black; }
.cart .columns { padding: 0; }
.cart .coupon .columns { width: 48%; padding: 10px; margin: 0 2% 0 0; border: 1px solid rgba(0, 0, 0, 0.05); border-radius: 5px; background-color: rgba(137, 137, 137, 0.2); }
.cart .coupon .columns h2 { color: #535353; margin: 0 0 10px 0; font-size: 1.334em; }
.cart .coupon .columns .buttons-set { text-align: center; }
.cart .coupon .columns .buttons-set button { margin: 5px 0 0 0; color: #fff; font-size: 1.084em; font-weight: bold; font-family: Arial, Helvetica, Clean, sans-serif; padding: 5px 10px; height: 30px; background-color: #898989; }
.cart .coupon .columns .buttons-set button:hover { border-color: rgba(0, 0, 0, 0.1); background-color: #7c7c7c; }
.cart .coupon .columns .buttons-set button:active { background-color: #707070; }
.cart .coupon .columns .shipping ul.form-list li { margin: 5px 0; }
.cart .coupon .columns .shipping ul.form-list li .input-box { float: right; width: 57%; }
.cart .coupon .columns .shipping #co-shipping-method-form dl { margin: 10px 0 0 0; }
.cart .coupon .columns .shipping #co-shipping-method-form dl dt { color: #707070; font-weight: bold; display: block; float: left; margin: 6px 5px 0 0; text-align: right; width: 40%; }
.cart .coupon .columns .shipping #co-shipping-method-form dl dd { display: block; float: right; width: 57%; }
.cart .coupon .columns .shipping #co-shipping-method-form dl dd ul { margin: 0; padding: 0; list-style: none; }
.cart .coupon .columns .shipping #co-shipping-method-form dl dd label { display: inline; }
.cart .totals table { font-size: 1.167em; }
.cart .totals table td { border-bottom: 1px solid gainsboro; }
.cart .totals table tr.totalttc td { font-size: 1.334em; background-color: #eeeeee; }
.cart .cart-collaterals { margin: 20px 0 0 0 !important; }
.cart .cart-collaterals h2 { color: #535353; margin: 0; font-size: 1.334em; }
.cart .cart-collaterals #crosssell-products-list li.item { position: relative; display: block; float: left; margin: 20px 20px 0 0; width: 156px; width: 16.6%; margin-right: 2.15%; }
.cart .cart-collaterals #crosssell-products-list li.item a.lien-product { color: #535353; display: block; position: relative; }
.cart .cart-collaterals #crosssell-products-list li.item a.lien-product span.category { position: absolute; z-index: 11; top: 5px; left: -5px; display: block; height: 20px; padding: 0 5px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; color: white; font-family: "tga", Arial, Helvetica, Clean, sans-serif; font-weight: bold; line-height: 1.667em; text-transform: uppercase; text-align: center; }
.cart .cart-collaterals #crosssell-products-list li.item a.lien-product span.img { display: block; position: relative; }
.cart .cart-collaterals #crosssell-products-list li.item a.lien-product span.img:after { content: ""; display: block; position: absolute; width: 100%; height: 9px; bottom: -9px; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/aventurenordique_sprite.png) no-repeat center -825px; }
.cart .cart-collaterals #crosssell-products-list li.item a.lien-product span.img img { display: block; border: 1px solid #e5e5e5; }
.cart .cart-collaterals #crosssell-products-list li.item a.lien-product h3, .cart .cart-collaterals #crosssell-products-list li.item a.lien-product .product-name { color: #535353; font-family: Arial, Helvetica, Clean, sans-serif; font-size: .917em; font-weight: normal; text-transform: uppercase; text-align: center; margin: 8px 0 0 0; }
.cart .cart-collaterals #crosssell-products-list li.item a.lien-product .price-box { position: absolute; right: 1px; top: 131px; height: 24px; padding: 6px 10px 4px 10px; background-color: rgba(255, 255, 255, 0.9); -moz-border-radius: 5px 0 0 0; -webkit-border-radius: 5px 0 0 0; -o-border-radius: 5px 0 0 0; -ms-border-radius: 5px 0 0 0; border-radius: 5px 0 0 0; text-align: center; line-height: 1em; text-shadow: 0 0 5px white; }
.cart .cart-collaterals #crosssell-products-list li.item a.lien-product .price-box .old-price, .cart .cart-collaterals #crosssell-products-list li.item a.lien-product .price-box .special-price { margin: 0 3px 0 0; display: inline; }
.cart .cart-collaterals #crosssell-products-list li.item a.lien-product .price-box .price { color: #c9ca26; font-weight: bold; font-size: 1.167em; line-height: 1em; }
.cart .cart-collaterals #crosssell-products-list li.item a.lien-product .price-box .old-price .price { color: #898989; font-weight: normal; font-size: 11px; text-decoration: line-through; }
.cart .cart-collaterals #crosssell-products-list li.item a.lien-product:hover { color: #535353; text-decoration: none; }
.cart .cart-collaterals #crosssell-products-list li.item a.lien-product:hover img { border-color: #cccccc; box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }
.cart .cart-collaterals #crosssell-products-list li.item a.lien-product:hover h3, .cart .cart-collaterals #crosssell-products-list li.item a.lien-product:hover .product-name { color: #535353; text-decoration: underline; }
.cart .cart-collaterals #crosssell-products-list li.item .actions { text-align: right; margin: 7px 0 0 0; }
.cart .cart-collaterals #crosssell-products-list li.item .actions .button, .cart .cart-collaterals #crosssell-products-list li.item .actions a, .cart .cart-collaterals #crosssell-products-list li.item .actions span { vertical-align: middle; color: transparent; font-size: .0001em; display: inline-block; width: 24px; height: 24px; padding: 0; margin: 0 1px; border: none; }
.cart .cart-collaterals #crosssell-products-list li.item .actions .button.btn-cart, .cart .cart-collaterals #crosssell-products-list li.item .actions a.btn-cart, .cart .cart-collaterals #crosssell-products-list li.item .actions span.btn-cart { background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_panier.png) no-repeat 0 0; }
.cart .cart-collaterals #crosssell-products-list li.item .actions .button.link-compare, .cart .cart-collaterals #crosssell-products-list li.item .actions a.link-compare, .cart .cart-collaterals #crosssell-products-list li.item .actions span.link-compare { width: 21px; height: 20px; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_comparateur.png) no-repeat 0 0; }
.cart .cart-collaterals #crosssell-products-list li.item .actions .button.out-of-stock, .cart .cart-collaterals #crosssell-products-list li.item .actions a.out-of-stock, .cart .cart-collaterals #crosssell-products-list li.item .actions span.out-of-stock { background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_panier-no.png) no-repeat 0 0; cursor: help; }
.cart .cart-collaterals #crosssell-products-list li.item .actions .button:hover, .cart .cart-collaterals #crosssell-products-list li.item .actions a:hover, .cart .cart-collaterals #crosssell-products-list li.item .actions span:hover { opacity: .9; }
.cart .cart-collaterals #crosssell-products-list li.item .ratings { float: left; width: 22px; height: 20px; }
.cart .cart-collaterals #crosssell-products-list li.item .ratings .rating-box { position: absolute; z-index: 10; top: 1px; right: 1px; width: 69px; height: 18px; border-bottom: 4px solid white; font-size: 0; line-height: 0; background: white url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/bkg_rating.gif) repeat-x 0 1px; text-indent: -999em; overflow: hidden; }
.cart .cart-collaterals #crosssell-products-list li.item .ratings .rating-box .rating { float: left; height: 14px; background: white url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/bkg_rating.gif) repeat-x 0 100%; }
.cart .cart-collaterals #crosssell-products-list li.item .ratings .amount { text-align: center; display: block; width: 20px; height: 20px; overflow: hidden; cursor: default; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_commentaires.png) no-repeat 0 0; color: rgba(0, 0, 0, 0.6); font-size: 10px; font-weight: bold; }
.cart .cart-collaterals #crosssell-products-list li.item .ratings .amount a { display: block; color: rgba(0, 0, 0, 0.6); }
.cart .cart-collaterals #crosssell-products-list li.item .ratings .amount:hover { color: #535353; }
.cart .cart-collaterals #crosssell-products-list li.item.nvprod:before, .cart .cart-collaterals #crosssell-products-list li.item.promo:before { content: ""; display: block; position: absolute; z-index: 1; top: 23px; left: -5px; width: 0; height: 0; border-left: 5px solid transparent; }
.cart .cart-collaterals #crosssell-products-list li.item.nvprod:before { border-top: 5px solid #8a507f; }
.cart .cart-collaterals #crosssell-products-list li.item.nvprod a.lien-product .category { background-color: #b076a5; }
.cart .cart-collaterals #crosssell-products-list li.item.nvprod a.lien-product img { border-color: rgba(176, 118, 165, 0.2) !important; }
.cart .cart-collaterals #crosssell-products-list li.item.nvprod a.lien-product .price { color: #b076a5; }
.cart .cart-collaterals #crosssell-products-list li.item.nvprod .btn-cart { background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_panier-violet.png) no-repeat 0 0 !important; }
.cart .cart-collaterals #crosssell-products-list li.item.promo:before { border-top: 5px solid #a24808; }
.cart .cart-collaterals #crosssell-products-list li.item.promo a.lien-product .category { background-color: #eb690b; }
.cart .cart-collaterals #crosssell-products-list li.item.promo a.lien-product img { border-color: rgba(235, 105, 11, 0.3) !important; }
.cart .cart-collaterals #crosssell-products-list li.item.promo a.lien-product .price { color: #eb690b; }
.cart .cart-collaterals #crosssell-products-list li.item.promo .btn-cart { background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_panier-orange.png) no-repeat 0 0 !important; }
.cart .cart-collaterals #crosssell-products-list li.item:last-child { margin-right: 0; }
.cart .cart-collaterals #crosssell-products-list li.item .pourcentage { background-color: #bcbd24; position: absolute; right: 0; top: 10px; padding: 2px 6px 2px 3px; -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; -o-border-radius: 0 0 5px 5px; -ms-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; text-shadow: -1px -1px rgba(0, 0, 0, 0.2); color: #ffffff; font-weight: bold; }

#shopping-cart-table tbody tr td { vertical-align: middle; }

#shopping-cart-table thead tr th { padding: 10px; text-align: left; }

#shopping-cart-table thead tr th.a-center { padding: 10px; text-align: center; }

#shopping-cart-table tbody tr td .product-image { display: block; }

#shopping-cart-table tbody tr td .product-name { display: block; }

.cart-table td { padding: 10px; }

#shopping-cart-table .item-options { clear: both; }

form fieldset { padding: 0; border: none; }

.cart-empty p { margin: 20px 0; }
.cart-empty a.btn-continue { display: inline-block; color: #535353; font-size: 1.084em; font-family: "tga", Arial, Helvetica, Clean, sans-serif; text-transform: uppercase; height: 16px; padding: 0 0 0 32px; position: relative; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_fleche-retour.png) no-repeat 0 0; }
.cart-empty a.btn-continue:hover { color: black; }

/* OPC - One Page Checkout */
#checkoutSteps.opc p, #checkoutSteps.opc ul, #checkoutSteps.opc ul li { margin-bottom: 6px; }

#checkoutSteps.opc #checkout-step-login ul.ul li { list-style-type: disc; list-style-position: inside; }

#checkoutSteps { margin: 0; padding: 0; list-style: none; }
#checkoutSteps li.section .step-title { background-color: #eeeeee; border-bottom: 1px solid rgba(0, 0, 0, 0.1); border-radius: 5px; padding: 10px 5px 5px 5px; position: relative; }
#checkoutSteps li.section .step-title span.number { font-size: 1.5em; font-family: "tga", Arial, Helvetica, Clean, sans-serif; font-weight: normal; display: -moz-inline-stack; display: inline-block !important; zoom: 1; *display: inline !important; width: 27px; height: 27px; text-align: center; }
#checkoutSteps li.section .step-title h2 { margin: 0 5px; display: inline; font-size: 1.667em; }
#checkoutSteps li.section .step-title a { text-align: right; display: none; position: absolute; top: 0; right: 0; width: 100%; height: 100%; color: #535353; font-size: 10px; font-weight: bold; text-transform: uppercase; padding: 12px 36px 0 0; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/aventurenordique_sprite-pictos.png) no-repeat right -1338px; }
#checkoutSteps li.section .step-title a:hover { opacity: .6; }
#checkoutSteps li.section .step-title:hover { background-color: rgba(0, 0, 0, 0.05); }
#checkoutSteps li.section .step { padding: 0 0 22px 0; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/pointilles.png) repeat-x 0 bottom; }
#checkoutSteps li.section .step h3 { color: #535353; margin: 0 0 5px 0; }
#checkoutSteps li.section .step h4 { color: rgba(0, 0, 0, 0.5); margin: 0 0 5px 0; }
#checkoutSteps li.section .step ul { margin: 0; padding: 0; list-style: none; }
#checkoutSteps li.section .step #billing-new-address-form label { margin-bottom: 0; }
#checkoutSteps li.section .step .buttons-set { margin-left: 42%; }
#checkoutSteps li.section .step fieldset { padding: 5px; }
#checkoutSteps li.section .step fieldset.highlight { background-color: rgba(255, 255, 255, 0.1); }
#checkoutSteps li.section .step fieldset .input-box { width: 56%; }
#checkoutSteps li.section .step #co-shipping-form ul.form-list li .input-box { width: 56%; }
#checkoutSteps li.section.active { background-color: rgba(215, 216, 50, 0.1); }
#checkoutSteps li.section.active .step-title { background-color: #d7d832; margin: 0 0 10px 0; }
#checkoutSteps li.section.active .step-title h2 { color: white; }
#checkoutSteps li.section.active .step-title a { display: none !important; }
#checkoutSteps li.section.active .step-title:hover { background-color: #d7d832; }
#checkoutSteps li.section.allow .step-title a { display: block; }
#checkoutSteps li.section#opc-login .col2-set:after { content: ""; clear: both; display: block; }
#checkoutSteps li.section#opc-login .col-1 { float: left; width: 50%; padding: 20px 20px 0 20px; }
#checkoutSteps li.section#opc-login .col-1 .buttons-set { text-align: center; margin: 0; }
#checkoutSteps li.section#opc-login .col-2 { border-left: 1px solid rgba(0, 0, 0, 0.05); float: right; width: 50%; padding: 20px 20px 0 20px; }
#checkoutSteps li.section#opc-login .col2-set + .col2-set .col-1, #checkoutSteps li.section#opc-login .col2-set + .col2-set .col-2 { padding-top: 0; }
#checkoutSteps li.section#opc-shipping_method dt, #checkoutSteps li.section#opc-payment dt { display: block; float: left; width: 15%; margin: 6px 5px 0 0; text-align: right; }
#checkoutSteps li.section#opc-shipping_method dd, #checkoutSteps li.section#opc-payment dd { display: block; float: left; width: 80%; }
#checkoutSteps li.section#opc-shipping_method dd label, #checkoutSteps li.section#opc-payment dd label { display: inline; }
#checkoutSteps li.section#opc-shipping_method .buttons-set, #checkoutSteps li.section#opc-payment .buttons-set { clear: both; margin-left: 17%; }
#checkoutSteps li.section#opc-shipping_method dt { margin-top: 3px; }
#checkoutSteps li.section#opc-payment dt { width: 20%; }
#checkoutSteps li.section#opc-payment dd { width: 75%; margin: 6px 0; }
#checkoutSteps li.section#opc-payment dd br { display: none; }
#checkoutSteps li.section#opc-review table { font-size: 1em; font-family: Arial, Helvetica, Clean, sans-serif; font-style: normal; font-weight: normal; color: inherit; text-align: inherit; line-height: 1.5em; margin: 0; padding: 0; border: none; border-radius: 0; background: none; white-space: inherit; width: auto; height: auto; width: 100%; border-radius: 5px; border-collapse: collapse; margin: 20px 0 40px 0; }
#checkoutSteps li.section#opc-review table thead { background-color: black; }
#checkoutSteps li.section#opc-review table thead th { color: white; font-size: 1.167em; white-space: nowrap; }
#checkoutSteps li.section#opc-review table tr:nth-child(2n) { background: none; }
#checkoutSteps li.section#opc-review table td { font-size: 1em; }
#checkoutSteps li.section#opc-review table tbody td { border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
#checkoutSteps li.section#opc-review table tbody td .product-name { margin: 0; }
#checkoutSteps li.section#opc-review table tbody td .item-options dt, #checkoutSteps li.section#opc-review table tbody td .item-options dd { color: #898989; display: inline; }
#checkoutSteps li.section#opc-review table .price { color: #d7d832; font-weight: bold; }
#checkoutSteps li.section#opc-review table td.unit-price .price { color: #535353; font-weight: normal; }
#checkoutSteps li.section#opc-review table tfoot { font-size: 1.167em; background: rgba(0, 0, 0, 0.05); }
#checkoutSteps li.section#opc-review table tfoot td { border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
#checkoutSteps li.section#opc-review table tfoot tr.totalttc td { font-size: 1.334em; background-color: white; }
#checkoutSteps li.section#opc-review label { display: inline; }
#checkoutSteps li.section#opc-review ol.checkout-agreements { margin: 0; padding: 0; list-style: none; }
#checkoutSteps li.section#opc-review ol.checkout-agreements .agreement-content { margin: 20px; height: 200px; overflow-y: scroll; border: 1px solid rgba(0, 0, 0, 0.2); padding: 5px; background-color: rgba(255, 255, 255, 0.6); }
#checkoutSteps li.section#opc-review ol.checkout-agreements .agree { margin: 20px 0 10px; text-align: center; font-size: 1.167em; }
#checkoutSteps li.section#opc-review ol.checkout-agreements .agree label { color: #cc0000; }
#checkoutSteps li.section#opc-review .buttons-set { font-size: 1.167em; margin: 20px; padding: 10px; text-align: center; border: 1px solid rgba(215, 216, 50, 0.4); background-color: rgba(215, 216, 50, 0.1); }
#checkoutSteps li.section#opc-review .buttons-set label { font-weight: normal; color: #bcbd24; }
#checkoutSteps li.section#opc-review #review-buttons-container { margin: 0; text-align: center; font-size: 1em; margin: 0; padding: 0; border: none; background: none; }
#checkoutSteps li.section#opc-review #review-buttons-container p { color: #d7d832; font-size: 1.167em; margin: 20px; padding: 10px; border: 1px solid rgba(215, 216, 50, 0.4); background-color: rgba(215, 216, 50, 0.1); }
#checkoutSteps li.section#opc-review #review-buttons-container p a { display: inline-block; color: #535353; font-size: 1.084em; font-family: "tga", Arial, Helvetica, Clean, sans-serif; text-transform: uppercase; height: 16px; padding: 0 0 0 32px; position: relative; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_fleche-retour.png) no-repeat 0 0; line-height: 1.75em; vertical-align: middle; }
#checkoutSteps li.section#opc-review #review-buttons-container p a:hover { color: black; }
#checkoutSteps li.section#opc-review #review-buttons-container button, #checkoutSteps li.section#opc-review #review-buttons-container .button { color: white; font-size: 1.75em; padding: 10px 20px; border: 2px solid #c9ca26; background-color: #d7d832; }
#checkoutSteps li.section#opc-review .step { background: none; }
#checkoutSteps li.section#opc-review.section.active { border-radius: 0 0 5px 5px; }

/*---------- Début PANIER ----------*/
/*---------- Début ESPACE CLIENT ----------*/
.account-login { padding: 0 !important; }
.account-login .new-users { padding: 0 20px !important; }
.account-login .new-users .buttons-set { margin: 20px 0 0 0; text-align: center; }
.account-login .registered-users { padding: 0 20px !important; border-left: 1px solid rgba(0, 0, 0, 0.1); }
.account-login .registered-users .registered-users { border: none; padding: 0 !important; }
.account-login .registered-users p.required { margin: 10px 0 10px 42%; }
.account-login .registered-users .buttons-set { margin: 20px 0 0 42%; }

.account-create .fieldset { margin: 20px 0 40px 0; }
.account-create .fieldset h2 { border-bottom: 1px solid gainsboro; padding: 0 0 5px 0; margin: 0 0 20px 0; }
.account-create .buttons-set { margin: 20px 0 0 42%; }
.account-create .buttons-set p { margin: 10px 0; }
.account-create .buttons-set .back-link a { display: inline-block; color: #535353; font-size: 1.084em; font-family: "tga", Arial, Helvetica, Clean, sans-serif; text-transform: uppercase; height: 16px; padding: 0 0 0 32px; position: relative; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_fleche-retour.png) no-repeat 0 0; }
.account-create .buttons-set .back-link a:hover { color: black; }

.my-account .col2-set { border-top: 1px solid #e5e5e5; margin: 20px 0 0 0; }
.my-account .col2-set:after { content: ""; clear: both; display: block; }
.my-account .col2-set .col-1 { float: left; width: 48%; }
.my-account .col2-set .col-2 { float: right; width: 48%; }
.my-account ul.form-list li { margin: 5px 0; }
.my-account ul.form-list li .input-box { float: right; width: 58%; }
.my-account ul.form-list li .input-box input { width: auto !important; }
.my-account ul.form-list li .input-box.customer-dob input { width: 50px !important; }
.my-account ul.form-list li.control input { margin: 7px 0 0 10px; }
.my-account .addresses-list ol { list-style: none; }
.my-account .buttons-set { margin: 20px 0 0 42%; }
.my-account #mailchimp-additional ul { list-style: none; }
.my-account #mailchimp-additional ul label { display: block; float: left; width: 40%; text-align: right; }
.my-account #mailchimp-additional ul input { margin: 2px 0 0 10px; }
.my-account #mailchimp-additional .buttons-set { margin: 20px 0 0 40%; }
.my-account table#my-orders-table, .my-account table#my-reviews-table { width: 100%; margin: 20px 0; border-collapse: collapse; }
.my-account table#my-orders-table th, .my-account table#my-orders-table td, .my-account table#my-reviews-table th, .my-account table#my-reviews-table td { font-size: 11px; padding: 10px; border: 1px solid #e5e5e5; }
.my-account table#my-orders-table th h2, .my-account table#my-orders-table td h2, .my-account table#my-reviews-table th h2, .my-account table#my-reviews-table td h2 { margin: 0; font-size: 1em; line-height: 1.5em; font-weight: bold; font-family: Arial, Helvetica, Clean, sans-serif; }
.my-account table#my-orders-table th.last, .my-account table#my-orders-table td.last, .my-account table#my-reviews-table th.last, .my-account table#my-reviews-table td.last { white-space: nowrap; }
.my-account table#my-orders-table th, .my-account table#my-reviews-table th { white-space: nowrap; }
.my-account .pager .amount { display: block; float: left; margin: 5px 0 0 0; }
.my-account .pager .limiter { float: right; position: relative; left: auto; }
.my-account .pager .limiter select { width: 100px; height: 24px; }

.page-print { padding: 20px; background: #fff; }
.page-print .print-head { margin: 0 0 20px 0; padding: 0 0 20px 0; border-bottom: 2px solid gainsboro; }
.page-print .print-head:after { content: ""; clear: both; display: block; }
.page-print .print-head address { float: right; font-size: .917em; font-weight: bold; line-height: 1.5em; }
.page-print .col2-set { float: left; width: 48%; padding: 5px 10px 10px 10px; margin: 1% 1% 40px 1%; border: 1px solid gainsboro; font-size: .917em; line-height: 1.5em; }
.page-print .col2-set h2 { font-size: 1.334em; }
.page-print .col2-set .col-1, .page-print .col2-set .col-2 { float: left; width: 50%; }
.page-print h2 { clear: both; }
.page-print table#my-orders-table th, .page-print table#my-orders-table td { padding: 5px; }
.page-print table#my-orders-table dt, .page-print table#my-orders-table dd { display: inline; }
.page-print table#my-orders-table dd { margin: 0 5px 0 0; }
.page-print .buttons-set { text-align: center; }

/*---------- Fin ESPACE CLIENT ----------*/
/*---------- Début Partage mail ----------*/
.send-friend ul.form-list li .input-box { width: 58%; float: right; }
.send-friend .additional-row p { width: 40%; margin: 1.5em 0 0 0; text-align: right; }
.send-friend .buttons-set { margin: 20px 0 0 42%; }
.send-friend .buttons-set #add_recipient_button button { padding: 0; border: none; background: none; font-size: 1em; font-family: Arial, Helvetica, Clean, sans-serif; }

/*---------- Fin Partage mail ----------*/
/*---------- Début Contact ----------*/
.contacts-index-index #sidebar { width: 23.4%; float: left; }
.contacts-index-index #sidebar .block-coordonnees .block-content { padding: 10px 20px; }
.contacts-index-index #sidebar .block-coordonnees .block-content ul.contactlist li { margin: 5px 0; }
.contacts-index-index .page-title { width: 72.8%; float: right; }
.contacts-index-index #contactForm { width: 72.8%; float: right; }
.contacts-index-index #contactForm ul.form-list li label { width: 20%; }
.contacts-index-index #contactForm ul.form-list li .field .input-box { width: 78%; }
.contacts-index-index #contactForm textarea { width: 80% !important; }
.contacts-index-index #contactForm .buttons-set { margin: 0 0 0 22%; }

/*---------- Fin Contact ----------*/
#marques { height: 120px; margin: 60px 0; padding: 0; border: 1px solid #e5e5e5; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; }
#marques h2 { float: right; width: 21.4%; margin: 15px 0; padding: 0 20px; color: #b5b5b5; font-size: 3.334em; line-height: .75em; font-weight: bold; text-transform: uppercase; letter-spacing: -4px; }
#marques h2 a { color: #b5b5b5; }
#marques ul { margin: 0; padding: 0; list-style: none; float: left; width: 78.6%; }
#marques ul:after { content: ""; clear: both; display: block; }
#marques ul li { float: left; margin: 0; width: 14.28%; }
#marques ul li a { display: block; height: 60px; padding: 17px 0; position: relative; text-align: center; }
#marques ul li a span { display: none; position: absolute; padding: 3px 0 0 0; bottom: 0; color: black; font-size: 11px; width: 100%; text-align: center; }
#marques ul li a:hover { opacity: .9; }
#marques ul li a:hover span { display: block; }
#marques p.footer { clear: right; float: right; width: 21.4%; margin: 0; padding: 0 20px; }
#marques p.footer a.tous { color: #b5b5b5; padding: 0 27px 0 0; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_fleche-n40.png) no-repeat right 0; }

/* ----------------------------------------- MAIN
----------------------------------------- */
/* ----------------------------------------- FOOTER
----------------------------------------- */
footer#footer { font-size: 11px; color: rgba(255, 255, 255, 0.6); margin: 0; background: #888888 url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/bg_footer.jpg) repeat 0 0; }
footer#footer a.lien-top { position: fixed; display: block; z-index: 9; bottom: 200px; right: 10px; width: 50px; height: 50px; text-align: center; background: #535353 url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_fleche-16-top.png) no-repeat center center; -moz-border-radius: 25px; -webkit-border-radius: 25px; -o-border-radius: 25px; -ms-border-radius: 25px; border-radius: 25px; border: 5px solid white; font-size: .0001em; color: transparent; }
footer#footer a.lien-top:hover { background-color: #898989; }
footer#footer #footer-inner { padding: 80px 0 20px 0; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/page-b.png) repeat-x center 0; }
footer#footer h6 { color: white; font-size: 1.334em; margin: 0 0 15px 0; text-transform: uppercase; }
footer#footer .footer-block { float: left; width: 50%; padding: 0 10px; }
footer#footer .footer-block ul { margin: 0; padding: 0; list-style: none; }
footer#footer .footer-block ul li { margin: 0 0 3px 0; }
footer#footer a { color: rgba(255, 255, 255, 0.8); font-weight: bold; }
footer#footer a:hover { color: white; }
footer#footer .block-subscribe p { margin: 0 0 10px 0; }
footer#footer .block-subscribe .input-box { display: block; float: left; padding: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; background-color: rgba(255, 255, 255, 0.2); width: 100%; }
footer#footer .block-subscribe .input-box input[type="text"] { color: rgba(0, 0, 0, 0.6); font-size: 1em; display: inline; margin: 0; padding: 0 5px; height: 30px; width: 100%; border-radius: 0; border: 1px solid rgba(0, 0, 0, 0.05); background-color: white; box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1); }
footer#footer .block-subscribe .actions { display: block; float: left; margin: 7px 0 0 -38px; }
footer#footer .block-subscribe .actions button { color: transparent; font-size: .0001em; display: inline-block; width: 24px; height: 17px; padding: 0; border: none; box-shadow: none; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_mail.png) no-repeat 0 0; }
footer#footer .block-subscribe .actions button:hover { opacity: .8; }
footer#footer .block-subscribe .actions button:active { opacity: 1; }
footer#footer #block-copyright { width: 23%; }
footer#footer #block-copyright a { white-space: nowrap; }
footer#footer #subfooter { text-align: center; margin: 40px 0 0 0; min-height: 34px; background-color: rgba(0, 0, 0, 0.2); }
footer#footer #subfooter .row { padding: 9px 20px 7px 20px; }
footer#footer #subfooter .row a { white-space: nowrap; }

.column, .columns { padding: 0 10px; }

 /*
.one, .row .one { width: 8.33333%; }
.two, .row .two { width: 16.66667%; }
.three, .row .three { width: 25%; }
.four, .row .four { width: 33.33333%; }
.five, .row .five { width: 41.66667%; }
.six, .row .six { width: 50%; }
.seven, .row .seven { width: 58.33333%; }
.eight, .row .eight { width: 66.66667%; }
.nine, .row .nine { width: 75%; }
.ten, .row .ten { width: 83.33333%; }
.eleven, .row .eleven { width: 91.66667%; }
.twelve, .row .twelve { width: 100%; }*/
/* ----------------------------------------- FOOTER
----------------------------------------- */
/*---------- Début FORMULAIRES ----------*/
ul.form-list { margin: 0; padding: 0; list-style: none; }
ul.form-list li:after { content: ""; clear: both; display: block; }
ul.form-list li label { display: block; float: left; width: 40%; margin: 6px 5px 0 0; text-align: right; }
ul.form-list li .input-box { display: block; float: left; }
ul.form-list li .input-box input[type="text"], ul.form-list li .input-box input[type="password"], ul.form-list li .input-box .input-text { margin: 0; width: 100%; }
ul.form-list li .input-box a { font-size: 11px; }
ul.form-list li .input-box label { font-weight: normal; float: none; display: inline; width: auto; margin: 0 10px 0 0; }
ul.form-list li .field, ul.form-list li .wide { margin: 5px 0; }
ul.form-list li .field:after, ul.form-list li .wide:after { content: ""; clear: both; display: block; }
ul.form-list li .field input[type="text"], ul.form-list li .field .input-text, ul.form-list li .field input[type="password"], ul.form-list li .field select, ul.form-list li .wide input[type="text"], ul.form-list li .wide .input-text, ul.form-list li .wide input[type="password"], ul.form-list li .wide select { width: auto; }
ul.form-list li .field .input-box, ul.form-list li .wide .input-box { float: right; width: 58%; }
ul.form-list li .field .input-box + .input-box, ul.form-list li .wide .input-box + .input-box { margin: 2px 0 0 0; }
ul.form-list li .customer-dob { float: right; width: 58%; }
ul.form-list li .customer-dob div { display: inline; }
ul.form-list li .customer-dob input[type="text"], ul.form-list li .customer-dob .input-text { display: inline; width: 50px; }
ul.form-list li .wide input[type="text"], ul.form-list li .wide .input-text { width: 100%; }

#login-form ul.form-list li { margin: 5px 0; }
#login-form ul.form-list li .input-box { float: right; width: 58%; }

button, .button { cursor: pointer; color: white; font-size: 1.5em; font-family: "tga", Arial, Helvetica, Clean, sans-serif; font-weight: bold; line-height: 1em; border: 1px solid rgba(0, 0, 0, 0.05); -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; background-color: #d7d832; box-shadow: none; padding: 10px; }
button:hover, button:focus, .button:hover, .button:focus { color: rgba(255, 255, 255, 0.6); background-color: #c9ca26; }
button:focus, .button:focus { box-shadow: none; }
button.disabled, button[disabled], .button.disabled, .button[disabled] { color: #c9ca26; background-color: rgba(215, 216, 50, 0.25); }
button.disabled:hover, button[disabled]:hover, .button.disabled:hover, .button[disabled]:hover { color: #c9ca26; background-color: rgba(215, 216, 50, 0.25); }

.button[disabled] { border-color: rgba(0, 0, 0, 0.05); }

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select, .input-text { color: #535353; border: 1px solid #E8E8E8; width: 100%; height: 30px; font-size: 1em; padding: 3px; }
input[type="text"].validation-failed, input[type="password"].validation-failed, input[type="date"].validation-failed, input[type="datetime"].validation-failed, input[type="email"].validation-failed, input[type="number"].validation-failed, input[type="search"].validation-failed, input[type="tel"].validation-failed, input[type="time"].validation-failed, input[type="url"].validation-failed, textarea.validation-failed, select.validation-failed, .input-text.validation-failed { border-color: #c00000; background-color: #f9e5e5; }

textarea { height: auto !important; width: auto !important; }

select { padding-left: 0; font-size: 1em; font-family: Arial, Helvetica, Clean, sans-serif; }
select option { padding: 2px 3px; }

input.input-text.qty { width: 40px; }

label { color: #707070; font-weight: bold; }

/*---------- Fin FORMULAIRES ----------*/
/* ----------------------------------------- Catalog Page
----------------------------------------- */
.toolbar, .toolbar-bottom { clear: both; }

.minimal-price-link { background: #efefef; font-size: 11px; padding: 2px 4px; line-height: 14px; }

.col-main nine columns { width: 71.9%; }

/* Temporary */
form.custom div.custom.dropdown { display: inline-block; }

/* Ze Blocks */
.block-cart .block-subtitle { margin: 12px 0 0 0; }

.block-subscribe label { display: none; }

/* Poll */
#poll-answers input[type=radio] { float: left; margin-right: 6px; }

/* --- Layer navigation --- */
.block-layered-nav ol { list-style-type: none; margin-bottom: 4px; margin-left: 0; padding: 6px 12px; }

.block-layered-nav .currently ol { padding-left: 0; }

#narrow-by-list li { margin-bottom: 0px; }

.block-layered-nav .block-subtitle { margin-bottom: 9px; font-weight: 200px; font-size: 13px; }

#narrow-by-list dt { border-bottom: 1px solid #2BA6CB; color: #000000; font-size: 13px; font-weight: 700; margin: 12px 0 0; padding-bottom: 12px; }

.block-layered-nav .currently .label { display: none; }

.block-layered-nav .currently { border-bottom: 1px solid #efefef; padding-bottom: 4px; margin-bottom: 6px; }

.block-layered-nav .currently li { margin-bottom: 6px; }

.round-inline, .round-box, .round-inline-bare { display: inline-block; padding: 1px 7px 3px; font-weight: 600; font-size: 13px; background: #eee; border: 1px solid rgba(0, 0, 0, 0.1); margin-bottom: 12px; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; text-shadow: 0 1px rgba(255, 255, 255, 0.9); position: relative; }

.round-box { display: box; }

.round-inline-bare { background: none; border: 0 none; }

.rss-table { width: 100%; }
.rss-table tr:hover td { background-color: #eeeeee; }
.rss-table td { white-space: nowrap; }

.video-embed { position: relative; padding-bottom: 54%; /* 16/9 ratio */ padding-top: 30px; /* IE6 workaround*/ height: 0; overflow: hidden; }

.video-embed iframe, .video-embed object, .video-embed embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Messages */
.validation-advice, p.required { font-size: 11px; color: #C00000; clear: both; }

/* Foundation Top Bar Requires: -jquery.foundation.topbar.js Notes: - <nav class="top-bar"> can have .fixed added to make it stick to the top of viewport. Can add .contain-to-grid to top-bar to make it full width but content on grid. - <li class="name"> creates a branding area that can be linked to homepage - Can include text, image or both inside this <li>. - <li class="divider"> creates a divider between nav items, add margins for space - <li class="search"> Needs to hold a <form> which can use .row.collapse and pre/postfix buttons or default type="search"
*/
/* Element that controls breakpoint, no need to change this ever */
.top-bar-js-breakpoint { width: 940px !important; visibility: hidden; }

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid { width: 100%; background: #222222; }

/* Wrapped around .top-bar to make it fixed at the top */
.fixed { width: 100%; left: 0; position: fixed; top: 0; z-index: 99; }

/* Off Canvas */
body.off-canvas { padding: 0; margin: 0; }

.container { width: 100%; }

.row .row { overflow: visible; }

/* Firefox Fixes */
@-moz-document url-prefix() { .top-bar ul li .button.small { padding-bottom: 6px; }
  .top-bar ul li.search form input[type=search] { font-size: 14px; height: 22px; padding: 3px; } }

.js [role="complementary"] { width: 26.12%; margin-left: 0; float: left; padding: 0; }

.js [role="main"] { width: 69.8%; padding: 0; float: right; }

/* Global messages */
#inchoo_global_messages { position: relative; z-index: 9999; }

#inchoo_global_messages ul ul { margin: 0; }

#inchoo_global_messages_close { position: absolute; top: 13px; right: 13px; z-index: 10000; display: block; width: 15px; height: 15px; background: #fff; text-align: center; color: #006400; font-size: 15px; line-height: 14px; text-decoration: none; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; }

/* Isotope */
/**** Isotope Filtering ****/
.isotope-item { z-index: 2; }

.isotope-hidden.isotope-item { pointer-events: none; z-index: 1; }

/**** Isotope CSS3 transitions ****/
.isotope, .isotope .isotope-item { -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; -ms-transition-duration: 0.8s; -o-transition-duration: 0.8s; transition-duration: 0.8s; }

.isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; -ms-transition-property: height, width; -o-transition-property: height, width; transition-property: height, width; }

.isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property: -moz-transform, opacity; -ms-transition-property: -ms-transform, opacity; -o-transition-property: -o-transform, opacity; transition-property: transform, opacity; }

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition { -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -ms-transition-duration: 0s; -o-transition-duration: 0s; transition-duration: 0s; }

/*barre acceptation cookies*/
#v-cookielaw.v-bar { width: 300px !important; }

#v-cookielaw.v-bar.v-bottom { bottom: 50px !important; right: 10px !important; }

#v-cookielaw.v-bar .v-message, #v-cookielaw.v-bar .v-actions { display: inline-block !important; width: 280px !important; padding: 5px 10px !important; }

#v-cookielaw.v-dark-clean .v-button { background-color: #fff !important; background-image: none !important; border-color: #fff !important; color: #333 !important; text-shadow: 0 0 0 rgba(0, 0, 0, 0) !important; }

#v-cookielaw.v-dark-clean .v-button:hover, #v-cookielaw.v-dark-clean .v-button:focus { background-color: #333 !important; background-image: none !important; border-color: #ffffff !important; color: #fff !important; }

/*----------------------------------
Mobile Styles
----------------------------------*/
@media only screen and (max-width: 940px) { .top-bar { margin-bottom: 0; overflow: hidden; /* Override contain to grid stuff for breakpoint */ /* Setting up the sliding area */ /* When the Small Nav is Showing */ }
  .top-bar .js-generated { display: block; }
  .contain-to-grid .top-bar { width: auto; }
  .top-bar ul { min-height: 100%; height: 100%; margin-bottom: 0; display: block; }
  .top-bar ul li.name { background: inherit; }
  header { padding: 0; border: none; }
  header .top-bar #social { position: relative; top: auto; left: auto; float: left; width: auto; margin: 0 0 0 20px; border-radius: 0; box-shadow: none; background-color: rgba(255, 255, 255, 0.6); }
  header .top-bar #social ul { padding: 0; }
  header .top-bar #social ul li { float: left; height: 34px; margin: 0; background: none; -moz-border-radius: 0; -webkit-border-radius: 0; -o-border-radius: 0; -ms-border-radius: 0; border-radius: 0; }
  header .top-bar #social ul li.blog { border-bottom: 0; border-right: 1px solid rgba(0, 0, 0, 0.2); margin: 0; width: 48px; }
  header .top-bar #social ul li.blog:hover a { opacity: 1; }
  header .top-bar #social ul li.fb a { background-position: 16px -691px; }
  header .top-bar #social ul li.tw a { background-position: 11px -890px; }
  header .top-bar #social ul li.gp a { background-position: 11px -740px; }
  header .top-bar #social ul li.rss a { background-position: 11px -840px; }
  header .top-bar #social ul li a { height: 34px !important; }
  header .top-bar #social ul li:hover { background-color: white; }
  header .top-bar #infos-contact { margin: 0 5px 0 0; }
  header .searchautocomplete { margin: 30px 20px 0 0; }
  header .searchautocomplete .nav .nav-input input { min-width: 180px; }
  header #main-nav { clear: both; position: relative; top: 16px; bottom: auto; width: 100%; }
  header:after { top: 128px; }
  .bloc-acc#nvprod ul li a.lien-product .price-box { top: 1px; -moz-border-radius: 0 0 0 5px; -webkit-border-radius: 0 0 0 5px; -o-border-radius: 0 0 0 5px; -ms-border-radius: 0 0 0 5px; border-radius: 0 0 0 5px; }
  aside#services .services p.texte { width: 60%; }
  aside#services .services p.texte span { font-size: .917em; font-family: Arial, Helvetica, Clean, sans-serif; }
  aside#services .services p.texte span.title { font-size: 1.167em; font-family: "tga", Arial, Helvetica, Clean, sans-serif; }
  aside#services .services p.texte span.title strong { font-size: 1em; }
  aside#services .services p.image { width: 40%; }
  #marques { margin: 80px 0 40px 0; width: auto; height: auto; }
  #marques h2 { float: none; width: auto; position: absolute; left: -20px; top: -48px; }
  #marques p.footer { margin: 20px 0; }
  #page .product-view .product-shop label { width: 39%; }
  #page .product-view .product-shop .add-to-box:after { content: ""; clear: both; display: block; }
  #page .product-view .product-shop .avis { margin-top: 20px; background-position: center -50px; }
  #page .product-view .product-additional ul.tabs li h2 { font-size: 1.167em; }
  #page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add fieldset.fieldset-note #product-review-table th { padding: 5px; }
  #page .product-view .product-additional #product_tabs_review_tabbed_contents .dedicated-review-box ol li .avis-comm { width: 78%; }
  aside#sidebar .block .block-title { font-size: 1.334em; }
  aside#sidebar .services p.texte { width: 60%; }
  aside#sidebar .services p.texte span { font-size: .917em; font-family: Arial, Helvetica, Clean, sans-serif; }
  aside#sidebar .services p.texte span.title { font-size: 1.167em; font-family: "tga", Arial, Helvetica, Clean, sans-serif; }
  aside#sidebar .services p.texte span.title strong { font-size: 1em; }
  aside#sidebar .services p.image { width: 40%; }
  footer#footer { position: relative; }
  footer#footer a.lien-top { position: absolute; top: -5px; right: 10px; } }
@media screen and (max-width: 768px) { .alertes p { font-size: 1.167em; }
  header .top-bar #user a.login, header .top-bar #user a.logout { padding: 0; width: 36px; font-size: .0001em; color: #535353; }
  header .top-bar #user a.cartgo { padding: 9px 10px 10px 38px; }
  header .top-bar #user a.cartgo .texte { display: none; }
  header .top-bar #infos-contact h2 { display: none; }
  header .top-bar #infos-contact p { display: none; }
  header .top-bar #infos-contact p + p { display: block !important; border: none !important; }
  header #logo { max-width: 40%; margin: 15px 2%; }
  header #logo span { white-space: normal; }
  header .searchautocomplete { width: 85%; z-index: 1000; height: 45px; padding-right: 4px; margin: 0 0 -45px 0; float: left; }
  header .searchautocomplete .nav { height: auto; width: 100%; }
  header .searchautocomplete .nav .nav-search-in .category-fake { height: 35px; padding-top: 5px; }
  header .searchautocomplete .nav .nav-search-in .category { height: 35px; }
  header .searchautocomplete .nav .nav-search-in .nav-down-arrow { top: 15px; }
  header .searchautocomplete .nav .nav-input input { width: 100%; height: 35px; }
  header .searchautocomplete .nav-submit-button button[type="submit"], header .searchautocomplete .nav-submit-button button[type="submit"]:hover { width: 25px; height: 25px; margin: 5px; }
  header #main-nav { top: 0; }
  .col-main, .main-container { padding: 20px; }
  .col-main:before, .main-container:before { bottom: 0; }
  .category-title a.link-rss { display: none; }
  ul.breadcrumbs { display: none; }
  .js [role="complementary"] { width: 0; display: none; }
  aside#sidebar a.retour-liste { margin: 0; white-space: nowrap; }
  aside#sidebar .block, aside#sidebar .annonce_gauche { display: none; }
  .js [role="main"] { width: 100%; }
  #mosaique ul#mosaique-main li a h2 { font-size: 4.12em; }
  #mosaique ul#mosaique-main li a p { display: none; }
  #mosaique a#choisirsonrechaud { font-size: 1.667em; }
  #mosaique ul#mosaique-second li a h2 { font-size: 2em; }
  #mosaique ul#mosaique-second li a p { display: none; }
  .bloc-acc#nvprod { float: none; width: auto; }
  aside#services { float: none; width: auto; padding: 20px 10px 0 10px; }
  aside#services .services { float: left; margin: 1.5%; width: 47%; }
  #marques { display: none; }
  ul.products-grid .item a.lien-product .price-box { top: 21px; -moz-border-radius: 0 0 0 5px; -webkit-border-radius: 0 0 0 5px; -o-border-radius: 0 0 0 5px; -ms-border-radius: 0 0 0 5px; border-radius: 0 0 0 5px; }
  #page .product-view { margin: 40px 0 0 0; }
  #page .product-view .product-shop label { width: 36.5%; }
  #page .product-view .product-shop #div_availability.stock, #page .product-view .product-shop #div_price { width: 59%; }
  #page .product-view .product-shop .product-options { float: left; width: 50%; }
  #page .product-view .product-shop .product-options-bottom { float: right; width: 50%; margin: 15px 0 40px 0; padding: 12px 0 0 0; background-position: 0 0; }
  #page .product-view .product-shop .product-options-bottom:after { content: ""; clear: both; display: block; }
  #page .product-view .product-shop .product-options-bottom #div_availability, #page .product-view .product-shop .product-options-bottom #div_price { width: 57%; }
  #page .product-view .product-shop .add-to-cart button { text-align: center; width: 100%; height: 40px; margin-right: 0; }
  #page .product-view .product-shop ul.add-to-links { display: none; }
  #page .product-view .product-shop .avis { clear: both; margin-top: 20px; padding-top: 20px; background-position: center -187px; }
  #page .product-view #product_tabs_review_tabbed_contents .dedicated-review-box ol li .avis-comm { width: 76%; }
  .cart .coupon .columns { float: left; width: 48% !important; }
  footer#footer { margin: 0; padding: 0; }
  footer#footer #marques { display: none; }
  footer#footer #bottomMenu { padding: 0; margin: -80px 0 10px 0; }
  footer#footer #bottomMenu .nav-bar { margin: 0; }
  footer#footer #bottomMenu .nav-bar li { line-height: 1.5em; border: none; border-bottom: 1px solid rgba(255, 255, 255, 0.2); background-color: #bababa; }
  footer#footer #bottomMenu .nav-bar li:hover, footer#footer #bottomMenu .nav-bar li.active { background-color: #d7d832; }
  footer#footer #bottomMenu .nav-bar li a { display: block; height: 46px; padding: 15px; color: white; font-size: 1.25em; font-family: "tga", Arial, Helvetica, Clean, sans-serif; font-weight: bold; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); }
  footer#footer #bottomMenu .nav-bar li a:hover { text-decoration: none; }
  footer#footer .three { width: 50% !important; float: right; margin: 20px 0 0 0; padding: 0 20px; }
  footer#footer .six { float: none; width: 100% !important; margin: 0 0 20px 0; }
  footer#footer .six .footer-block { float: left; width: 50%; }
  footer#footer .block-subscribe { float: left; }
  footer#footer #block-copyright { float: left; }
  .cms-home { /*header { padding: 0; &:after { top: 110px; } border-bottom: 46px solid $blanc !important; }
nav#main-nav { display: block !important; position: relative; }
.show-for-small { display: none !important; }*/ }
  .cms-home .col-main, .cms-home .main-container { padding: 20px 0 40px 0; }
  .cms-home #marques { margin: 80px 20px 40px 20px; } }
@media screen and (max-width: 640px) { .alertes { padding: 10px; }
  .alertes p { font-size: 1em; font-family: Arial, Helvetica, Clean, sans-serif; font-weight: bold; }
  header { padding: 0; border: 0; }
  header .top-bar { overflow: visible; }
  header .top-bar #infos-contact { display: none; /*position: absolute;
right: 0;
top: 50px;
p a { display: block; text-align: right; font-size: 1.25em; color: $noirMR;
}*/ }
  header #user { position: absolute; right: 0; top: 0; width: auto; height: 34px; margin: 0; background: none; }
  header #user a { color: white; padding: 10px 5px; margin: 0; text-align: center; float: left; }
  header #user a.login { border-left: 1px solid rgba(255, 255, 255, 0.2); width: 34px; height: 34px; font-size: .00001em; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/aventurenordique_sprite-pictos.png) no-repeat 8px -1040px; }
  header #user a.cartgo { padding: 9px 10px 10px 38px; background: #d7d832 url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/picto_panier-btn.png) no-repeat 5px 5px; font-size: 1em; height: 34px; }
  header #user a.cartgo .texte, header #user a.cartgo br { display: none; }
  header #user a.cartgo .nb, header #user a.cartgo .price { font-family: Arial, Helvetica, Clean, sans-serif; font-weight: bold; }
  header #logo { float: none; max-width: 100%; height: auto; margin: 15px; text-align: center; line-height: .5em; }
  header #logo a { height: auto; }
  header #logo span { display: none; }
  header:after { display: none; }
  .col-main, .main-container { padding-bottom: 37px; overflow: hidden; }
  .col-main:before, .main-container:before { display: none; }
  #mosaique ul#mosaique-main li a h2 { font-size: 3.62em; }
  aside#services .services p.texte { width: 55%; }
  aside#services .services p.image { width: 45%; }
  #diaporama { display: none; }
  ul.products-grid .item { width: 31.38%; }
  ul.products-grid .item:nth-child(4n+1) { clear: none; }
  ul.products-grid .item:nth-child(4n+4) { margin-right: 2.93%; }
  ul.products-grid .item:nth-child(3n+1) { clear: left; }
  ul.products-grid .item:nth-child(3n+3) { margin-right: 0; }
  #page .product-view .product-shop .product-options { float: none; width: 100%; }
  #page .product-view .product-shop .product-options-bottom { float: none; width: 100%; }
  #page .product-view .product-additional ul.tabs { border: none; }
  #page .product-view .product-additional ul.tabs li { float: none; width: 100%; margin: 0 0 1px 0; }
  #page .product-view .product-additional ul.tabs li h2 { border-radius: 0; }
  #page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add fieldset { float: none !important; width: 100% !important; }
  #page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add fieldset.fieldset-note #product-review-table tbody th { width: 26%; }
  #page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add .buttons-set { padding: 0; margin: 20px auto; width: auto; text-align: center; }
  #page .product-view .product-additional #product_tabs_review_tabbed_contents .dedicated-review-box ol li .avis-comm { width: 70%; }
  .cart .btn-proceed-checkout { padding-left: 10px; }
  .cart table#shopping-cart-table thead th { font-size: 1em; padding: 5px; white-space: normal; }
  .cart table#shopping-cart-table tbody td { padding: 5px; }
  .cart table#shopping-cart-table tbody td.cart-name h2.product-name { font-size: 1.167em; }
  .cart .coupon .columns { float: none; width: 100% !important; margin: 0 0 10px 0; }
  .cart .cart-collaterals { display: none; }
  #checkoutSteps li.section#opc-shipping_method dt, #checkoutSteps li.section#opc-shipping_method dd, #checkoutSteps li.section#opc-payment dt, #checkoutSteps li.section#opc-payment dd { float: none; width: 100%; margin: 0; padding: 5px 10px; text-align: left; }
  #checkoutSteps li.section#opc-shipping_method #checkout-shipping-method-load dd, #checkoutSteps li.section#opc-payment #checkout-shipping-method-load dd { overflow: scroll; }
  #checkoutSteps li.section#opc-shipping_method .buttons-set, #checkoutSteps li.section#opc-payment .buttons-set { margin: 0 20px; text-align: center; } }
@media screen and (max-width: 420px) { header .top-bar #social { margin: 0 0 0 5px; }
  header .top-bar #social ul li { width: 32px; }
  header .top-bar #social ul li a { width: 32px; }
  header .top-bar #social ul li.blog { width: 36px; }
  aside#services .services { float: none; margin: 10px auto; width: auto; }
  aside#services .services p.texte { width: 45%; min-width: 146px; }
  aside#services .services p.texte span.title { font-size: 1.334em; }
  aside#services .services p.image { width: 55%; }
  #mosaique ul#mosaique-main li a h2 { font-size: 2.62em; }
  #mosaique a#choisirsonrechaud { font-size: 1.5em; }
  #mosaique ul#mosaique-second li a h2 { font-size: 1.834em; }
  #nvprod ul li { width: 31.38% !important; }
  #nvprod ul li:nth-child(4n+1) { clear: none !important; }
  #nvprod ul li:nth-child(4n+4) { margin-right: 2.93% !important; }
  #nvprod ul li:nth-child(3n+1) { clear: left !important; }
  #nvprod ul li:nth-child(3n+3) { margin-right: 0 !important; }
  #page .product-view .product-additional #product_tabs_review_tabbed_contents .dedicated-review-box ol li .avis-comm { width: 60%; }
  .pager { display: none; }
  footer#footer .six { margin: 0; float: none; }
  footer#footer .six .footer-block { margin: 0 0 20px 0; }
  footer#footer .three { float: none; width: 100% !important; margin: 0 0 20px 0; }
  footer#footer .block-subscribe { padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, 0.1); }
  footer#footer .block-subscribe .input-box { width: 85%; }
  footer#footer .block-subscribe .input-box input[type="text"] { width: 100%; }
  footer#footer #block-copyright { padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, 0.1); } }
@media screen and (max-width: 375px) { header .top-bar #social { display: none; }
  aside#services { display: none; } }
@media all and (min-width: 768px) { .js menu-button, .js .sidebar-button { display: none; }
  .js .paneled [role="main"] { width: 100%; padding: 0; background: #f4f4f4; left: 0 !important; }
  .js .page-panel { display: block; min-height: 800px; float: none; margin: 0; width: 100%; background: #f4f4f4; }
  .js .hide-extras [role="main"] { width: 100%; }
  .js .hide-extras [role="complementary"] { display: none; }
  .js [role="navigation"]#topMenu { display: none; } }
/* IE Fixes */
.ie8 { /* pictos ronds */ }
.ie8 header .top-bar #infos-contact p { color: #ccc; }
.ie8 header #logo span { color: #999; }
.ie8 header #user { height: 100px; margin: 0 0 28px 0; }
.ie8 #search_mini_form { background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/ie/ie_repeatN10.png) repeat 0 0; }
.ie8 #main-nav { min-height: 46px; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/ie/ie_repeatN40.png) repeat 0 0; }
.ie8 #main-nav ul { background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/aventurenordique_sprite.png) no-repeat center -700px; }
.ie8 #main-nav ul li.level0 { border-right: 1px solid #b5b5b5; }
.ie8 #mosaique a#choisirsonrechaud { color: #000; }
.ie8 #mosaique ul li a:hover p { background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/ie/ie_repeatN40.png) repeat 0 0; }
.ie8 #mosaique ul#mosaique-main { margin-right: -2.04%; }
.ie8 #mosaique ul#mosaique-main li { width: 23.7%; height: 236px; overflow: hidden; }
.ie8 #mosaique ul#mosaique-main li a { height: 236px; }
.ie8 #mosaique ul#mosaique-second { margin-right: -2.04%; }
.ie8 #mosaique ul#mosaique-second li { width: 32%; height: 110px; overflow: hidden; }
.ie8 #mosaique ul#mosaique-second li a { height: 110px; }
.ie8 #nvprod ul li a.lien-product .price-box { background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/ie/ie_repeatB90.png) repeat 0 0; right: 0; top: 126px; }
.ie8 #nvprod.bloc-acc ul, .ie8 #promos.bloc-acc ul { margin: 0 -20px 0 0; }
.ie8 #nvprod.bloc-acc ul li { margin-right: 3.8% !important; width: 21.2% !important; }
.ie8 aside#sidebar .block-menu .block-content ul li a, .ie8 aside#sidebar .block-menu .block-content ul li strong, .ie8 aside#sidebar .block-menu .block-content ul li h4, .ie8 aside#sidebar .block-progress .block-content ul li a, .ie8 aside#sidebar .block-progress .block-content ul li strong, .ie8 aside#sidebar .block-progress .block-content ul li h4, .ie8 aside#sidebar .block-account .block-content ul li a, .ie8 aside#sidebar .block-account .block-content ul li strong, .ie8 aside#sidebar .block-account .block-content ul li h4 { color: #535353; }
.ie8 aside#sidebar .block-related .block-content ol li { border-bottom: 1px solid #e5e5e5; }
.ie8 aside#sidebar .block-related .block-content ol li.last { border: none; }
.ie8 ul.products-grid { margin-right: -20px; }
.ie8 ul.products-grid .item { width: 22.2%; margin-right: 2.8%; }
.ie8 ul.products-grid .item.retourIE { clear: left; }
.ie8 #page .product-view .product-img-box { float: left; }
.ie8 #page .product-view .product-shop { float: right; }
.ie8 #page .product-view .product-share a.email-friend { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
.ie8 #page .product-view .product-share a.email-friend:hover { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
.ie8 footer#footer { color: #b5b5b5; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/ie/ie_repeatN60.png) repeat 0 0; }
.ie8 footer#footer a { color: gainsboro; }
.ie8 footer#footer a:hover { color: white; }
.ie8 footer#footer .block-subscribe input[type="text"] { color: #535353; padding: 3px 3px 0 3px; height: 26px; background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/ie/ie_repeatB60.png) repeat 0 0; }
.ie8 footer#footer .block-subscribe .actions { background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/ie/ie_repeatN40.png) repeat 0 0; }
.ie8 footer#footer .block-subscribe button { background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/aventurenordique_sprite-pictos.png) no-repeat 7px -993px; }
.ie8 footer#footer #subfooter { background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/ie/ie_repeatN30.png) repeat 0 0; border-top: 1px solid #313131; }
.ie8 button, .ie8 .button { background-color: #fce9db; border: 1px solid transparent; }
.ie8 .cart .coupon .columns { background-color: #ededea; border: 1px solid #e1e1de; }
.ie8 .cart .coupon { float: left; }
.ie8 .cart .totals { float: right; }
.ie8 .cart .btn-proceed-checkout { margin-right: 20px; }
.ie8 #checkoutSteps li.section.active { background-color: #fdf0e6; }
.ie8 #checkoutSteps li.section .step-title { border-bottom: 1px solid #d6d6d6; }
.ie8 #checkoutSteps li.section button, .ie8 #checkoutSteps li.section .button { background-color: #fadcc6; border: 1px solid #edd1bc; }
.ie8 .account-login .registered-users { border-left: 1px solid #e5e5e5; }
.ie8 .cart table tfoot button:before { background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/aventurenordique_sprite-pictos-ie.png) no-repeat 0 -300px; }
.ie8 .cart table tfoot button.btn-update:before { background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/aventurenordique_sprite-pictos-ie.png) no-repeat 0 -350px; }
.ie8 .cart .btn-proceed-checkout:after { background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/aventurenordique_sprite-pictos-ie.png) no-repeat 0 -450px; }
.ie8 aside#sidebar a.retour-liste:before { background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/aventurenordique_sprite-pictos-ie.png) no-repeat 0 -250px; }
.ie8 aside#sidebar .block-compare .block-content p.validation button:after { background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/aventurenordique_sprite-pictos-ie.png) no-repeat 0 -200px; }
.ie8 #page .product-view .product-shop .add-to-cart button:before { background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/aventurenordique_sprite-pictos-ie.png) no-repeat 0 -500px; }
.ie8 #page .product-view .product-shop .avis a:after { background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/aventurenordique_sprite-pictos-ie.png) no-repeat 0 -400px; }
.ie8 #page .product-view .product-shop ul.add-to-links a.link-compare:before { background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/aventurenordique_sprite-pictos-ie.png) no-repeat 0 -550px; }
.ie8 .bloc-acc footer a.tous:before { background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/aventurenordique_sprite-pictos-ie.png) no-repeat 0 0 !important; }
.ie8 .bloc-acc#nvprod footer a.tous:before { background-position: 0 -50px !important; }
.ie8 .bloc-acc#promos footer a.tous:before { background-position: 0 -100px !important; }
.ie8 .bloc-acc#blog footer a.tous:before { background-position: 0 0 !important; }
.ie8 footer#footer #marques p.footer a.tous:after { background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/aventurenordique_sprite-pictos-ie.png) no-repeat 0 -150px; }
.ie8 p.back-link a:before, .ie8 .account-create .buttons-set .back-link a:before { background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/aventurenordique_sprite-pictos-ie.png) no-repeat 0 -300px; }
.ie8 ul.products-grid .item .actions .button, .ie8 ul.products-grid .item .actions a, .ie8 ul.products-grid .item .actions span, .ie8 ol.products-list .item .actions .button, .ie8 ol.products-list .item .actions a, .ie8 ol.products-list .item .actions span, .ie8 aside#sidebar .block-related .block-content ol li .actions .button, .ie8 aside#sidebar .block-related .block-content ol li .actions a, .ie8 aside#sidebar .block-related .block-content ol li .actions span, .ie8 #page .product-view .product-additional .box-up-sell table.products-grid td .actions .button, .ie8 #page .product-view .product-additional .box-up-sell table.products-grid td .actions a, .ie8 #page .product-view .product-additional .box-up-sell table.products-grid td .actions span, .ie8 .cart .cart-collaterals #crosssell-products-list li.item .actions .button, .ie8 .cart .cart-collaterals #crosssell-products-list li.item .actions a, .ie8 .cart .cart-collaterals #crosssell-products-list li.item .actions span { background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/aventurenordique_sprite-pictos-ie.png) no-repeat 0 -600px; }
.ie8 ul.products-grid .item .actions .button.btn-cart, .ie8 ul.products-grid .item .actions a.btn-cart, .ie8 ul.products-grid .item .actions span.btn-cart, .ie8 ol.products-list .item .actions .button.btn-cart, .ie8 ol.products-list .item .actions a.btn-cart, .ie8 ol.products-list .item .actions span.btn-cart, .ie8 aside#sidebar .block-related .block-content ol li .actions .button.btn-cart, .ie8 aside#sidebar .block-related .block-content ol li .actions a.btn-cart, .ie8 aside#sidebar .block-related .block-content ol li .actions span.btn-cart, .ie8 #page .product-view .product-additional .box-up-sell table.products-grid td .actions .button.btn-cart, .ie8 #page .product-view .product-additional .box-up-sell table.products-grid td .actions a.btn-cart, .ie8 #page .product-view .product-additional .box-up-sell table.products-grid td .actions span.btn-cart, .ie8 .cart .cart-collaterals #crosssell-products-list li.item .actions .button.btn-cart, .ie8 .cart .cart-collaterals #crosssell-products-list li.item .actions a.btn-cart, .ie8 .cart .cart-collaterals #crosssell-products-list li.item .actions span.btn-cart { background-position: 0 -600px; }
.ie8 ul.products-grid .item .actions .button.link-compare, .ie8 ul.products-grid .item .actions a.link-compare, .ie8 ul.products-grid .item .actions span.link-compare, .ie8 ol.products-list .item .actions .button.link-compare, .ie8 ol.products-list .item .actions a.link-compare, .ie8 ol.products-list .item .actions span.link-compare, .ie8 aside#sidebar .block-related .block-content ol li .actions .button.link-compare, .ie8 aside#sidebar .block-related .block-content ol li .actions a.link-compare, .ie8 aside#sidebar .block-related .block-content ol li .actions span.link-compare, .ie8 #page .product-view .product-additional .box-up-sell table.products-grid td .actions .button.link-compare, .ie8 #page .product-view .product-additional .box-up-sell table.products-grid td .actions a.link-compare, .ie8 #page .product-view .product-additional .box-up-sell table.products-grid td .actions span.link-compare, .ie8 .cart .cart-collaterals #crosssell-products-list li.item .actions .button.link-compare, .ie8 .cart .cart-collaterals #crosssell-products-list li.item .actions a.link-compare, .ie8 .cart .cart-collaterals #crosssell-products-list li.item .actions span.link-compare { background-position: 0 -800px; }
.ie8 ul.products-grid .item .actions .button.out-of-stock, .ie8 ul.products-grid .item .actions a.out-of-stock, .ie8 ul.products-grid .item .actions span.out-of-stock, .ie8 ol.products-list .item .actions .button.out-of-stock, .ie8 ol.products-list .item .actions a.out-of-stock, .ie8 ol.products-list .item .actions span.out-of-stock, .ie8 aside#sidebar .block-related .block-content ol li .actions .button.out-of-stock, .ie8 aside#sidebar .block-related .block-content ol li .actions a.out-of-stock, .ie8 aside#sidebar .block-related .block-content ol li .actions span.out-of-stock, .ie8 #page .product-view .product-additional .box-up-sell table.products-grid td .actions .button.out-of-stock, .ie8 #page .product-view .product-additional .box-up-sell table.products-grid td .actions a.out-of-stock, .ie8 #page .product-view .product-additional .box-up-sell table.products-grid td .actions span.out-of-stock, .ie8 .cart .cart-collaterals #crosssell-products-list li.item .actions .button.out-of-stock, .ie8 .cart .cart-collaterals #crosssell-products-list li.item .actions a.out-of-stock, .ie8 .cart .cart-collaterals #crosssell-products-list li.item .actions span.out-of-stock { background-position: 0 -750px; }
.ie8 ul.products-grid .item.nvprod .actions .button.btn-cart, .ie8 ul.products-grid .item.nvprod .actions a.btn-cart, .ie8 ul.products-grid .item.nvprod .actions span.btn-cart, .ie8 ol.products-list .item.nvprod .actions .button.btn-cart, .ie8 ol.products-list .item.nvprod .actions a.btn-cart, .ie8 ol.products-list .item.nvprod .actions span.btn-cart, .ie8 aside#sidebar .block-related .block-content ol li.nvprod .actions .button.btn-cart, .ie8 aside#sidebar .block-related .block-content ol li.nvprod .actions a.btn-cart, .ie8 aside#sidebar .block-related .block-content ol li.nvprod .actions span.btn-cart, .ie8 #page .product-view .product-additional .box-up-sell table.products-grid td.nvprod .actions .button.btn-cart, .ie8 #page .product-view .product-additional .box-up-sell table.products-grid td.nvprod .actions a.btn-cart, .ie8 #page .product-view .product-additional .box-up-sell table.products-grid td.nvprod .actions span.btn-cart, .ie8 .cart .cart-collaterals #crosssell-products-list li.item.nvprod .actions .button.btn-cart, .ie8 .cart .cart-collaterals #crosssell-products-list li.item.nvprod .actions a.btn-cart, .ie8 .cart .cart-collaterals #crosssell-products-list li.item.nvprod .actions span.btn-cart { background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/aventurenordique_sprite-pictos-ie.png) no-repeat 0 -650px !important; }
.ie8 ul.products-grid .item.promo .actions .button.btn-cart, .ie8 ul.products-grid .item.promo .actions a.btn-cart, .ie8 ul.products-grid .item.promo .actions span.btn-cart, .ie8 ol.products-list .item.promo .actions .button.btn-cart, .ie8 ol.products-list .item.promo .actions a.btn-cart, .ie8 ol.products-list .item.promo .actions span.btn-cart, .ie8 aside#sidebar .block-related .block-content ol li.promo .actions .button.btn-cart, .ie8 aside#sidebar .block-related .block-content ol li.promo .actions a.btn-cart, .ie8 aside#sidebar .block-related .block-content ol li.promo .actions span.btn-cart, .ie8 #page .product-view .product-additional .box-up-sell table.products-grid td.promo .actions .button.btn-cart, .ie8 #page .product-view .product-additional .box-up-sell table.products-grid td.promo .actions a.btn-cart, .ie8 #page .product-view .product-additional .box-up-sell table.products-grid td.promo .actions span.btn-cart, .ie8 .cart .cart-collaterals #crosssell-products-list li.item.promo .actions .button.btn-cart, .ie8 .cart .cart-collaterals #crosssell-products-list li.item.promo .actions a.btn-cart, .ie8 .cart .cart-collaterals #crosssell-products-list li.item.promo .actions span.btn-cart { background: transparent url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/aventurenordique_sprite-pictos-ie.png) no-repeat 0 -700px !important; }

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(http://www.monrechaud.com/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(http://www.monrechaud.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(http://www.monrechaud.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(http://www.monrechaud.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(http://www.monrechaud.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(http://www.monrechaud.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(http://www.monrechaud.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(http://www.monrechaud.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(http://www.monrechaud.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

/*
.block-feed-reader {
    font-size: 11px;
    line-height: 1.25;
}
.block-feed-reader li {
    padding: 3px 9px;
}
*/

/**
* Giftvoucher reward template
*/
.dialog.giftcard-preview-template-dialog{
    left: 50% !important;
    margin-left: -330px !important;    
}
.input-select.validation-failed
{
   border-color: red;
}

span#giftvoucher_wait{
	color: #2F2F2F;
}

.giftvoucher-discount-code{
	color: #008000;
}
.giftvoucher-discount-code button{
	border: medium none;
	background: none repeat scroll 0 0 transparent;
}

.giftvoucher-discount-code button:hover{
	cursor: pointer;
}

.giftvoucher-media{
	border: 2px solid #F7F9F9;
}

.giftvoucher-media .giftmedia{
	border-bottom: 2px solid #F7F9F9;
	padding: 7px;
	color: #F18200;
	font-size: 15px;
}

#giftmedia pre{
 white-space: pre-wrap;
 white-space: -moz-pre-wrap;
 white-space: -pre-wrap;
 white-space: -o-pre-wrap;
 word-wrap: break-word;
}

.giftvoucher-media .giftmedia-image{
	overflow: hidden;
	width: 265px;
	position: relative;
}

.giftvoucher-product-info .giftvoucher-amount-desc, .giftvoucher-product-info #recipient_ship_desc {
    font-size: 0.9em;
    font-style: italic;
    color: #080;
    margin-top: -5px;
}

.giftvoucher-product-info #message{
	width: 100%;
	height: 88px;
}

.giftvoucher-product-info #recipient_address{
	width: 325px;
	height: 57px;
}

.giftvoucher-product-info #recipient_email,
.giftvoucher-product-info #recipient_name,
.giftvoucher-product-info #customer_name{
	width: 100%;
}

#giftvoucher-result{
	font-size: 15px;
}

#giftvoucher-result label{
	width: 160px;
}


/* Search Grid Style */
.data-table .giftvoucher-grid-title th{
    background-image: none;
    border-bottom: 1px solid #C2D3E0;
}

.data-table .giftvoucher-grid-search th{
    vertical-align: top;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item{
    padding-bottom: 2px;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .search-text{
    width: 97%;
}

.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .range-container{
    float: left;
    padding-bottom: 2px;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range{
    min-width: 121px;
    min-height: 18px;
    margin-bottom: 3px;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range .label{
    display: block;
    width: 36px;
    float: left;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range img{
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range input.range-text{
    float: right;
    width: 50px;
    padding: 1px;
}

.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item select{
    width: 100%;
}

.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .range-container .from-price,
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .range-container .to-price{
    min-width: 100px;
}

.giftvoucher-search-button {
    padding-bottom: 5px;
    text-align: right;
}
/* End Search */
.customer-account-giftcard .balance{
    overflow: hidden; 
    margin-bottom: 10px; 
    border-bottom: 1px dotted black;
}
.customer-account-giftcard #giftvoucher_grid .gift-voucher-sent-friend{
    background-color: #F6B26B;
}
.customer-account-giftcard .account-balance{
    overflow: hidden; 
    margin-bottom: 10px; 
    border-bottom: 1px dotted black;
}
/*Hai.Tran*/
.custom-field{
    width: 175px !important;
}
.custom-field-right{
    width: 375px !important;
}
.giftcard-preview-template-dialog .top,
.giftcard-preview-template-dialog .bot{
    display: none;
}
.giftcard-preview-template-dialog .dialog_e,
.giftcard-preview-template-dialog .dialog_w {
	width: 0;	
}
.giftcard-preview-template-dialog .dialog_close{
    display: none;
}
.giftcard-preview-template-dialog .dialog_content{
    background-color: transparent !important;
    color: #2f2f2f !important;
    font: 12px/1.55 Arial, Helvetica, sans-serif;
}
.gift-active{
    border: 2px solid rgb(228,121,17) !important;
}
div.egcSwatch-arrow {
/*    display: none;*/
    position: absolute;
    height: 11px;
    top: -2px;
    left: 1px;
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    clear: both;
/*    z-index: 10;*/
    background-image: url(http://www.monrechaud.com/skin/frontend/default/default/css/magestore/giftvoucher/down-arrow.png);
}
#giftcard-template-show-images:hover #giftcard-template-next{
    background-image: url(http://www.monrechaud.com/skin/frontend/default/default/css/magestore/giftvoucher/arrow-slide-right.png);
}
#giftcard-template-show-images:hover #giftcard-template-prev{
    background-image: url(http://www.monrechaud.com/skin/frontend/default/default/css/magestore/giftvoucher/arrow-slide-left.png);
}
/*#giftcard-template-next:hover{
    background-image: url(/../giftcard/skin/frontend/default/default/images/giftvoucher/arrow-slide-right.png);
}
#giftcard-template-prev:hover{
    background-image: url(/../giftcard/skin/frontend/default/default/images/giftvoucher/arrow-slide-left.png);
}*/
/** Media Library **/
.uploader .file-row { display: inline-block;width:315px; padding:0.3em 0.6em; /*margin:0.5em 0.6em;*/ border:1px solid #ccc; background-color:#f9f9f9; /*vertical-align:middle;*/ }
.uploader .file-row-narrow { width: auto; margin: 0 0 2px 40px; }
.uploader .file-row .file-info { float:left; }
/*.uploader .file-row .file-info-name { with: 80%; overflow: hidden; }
.uploader .file-row .file-info-size { width: 20%; }*/
.uploader .file-row-info { margin: 0 0 0 10px; }
.uploader .file-row-info .file-info-name  { font-weight:bold; }
.uploader .file-row .progress-text { float:right; font-weight:bold; }
.uploader .file-row .delete-button { float:right; }
.uploader .buttons { float:left; }
.uploader .flex { float:right; }
.uploader .progress { border:1px solid #f0e6b7; background-color:#feffcc; }
.uploader .error { border:1px solid #aa1717; background-color:#ffe6de; }
.uploader .error .progress-text { padding-right:10px; }
.uploader .complete { border:1px solid #90c898; background-color:#e5ffed; }

#amount_range{
    width: 60px;
}
#popup-giftcard{
  position: fixed;
  z-index: 1000;
  width: 600px;  
  left: 50%;
  top: 20%;
  margin-left: -300px;  
  }
  #bg-fade{
   background: #000;
   position: absolute;
   z-index: 999;
   width: 100%;
   min-height: 800px;
   float: left;
   top: 0;
   left: 0;
   opacity: 0.8;
   filter:alpha(opacity=80);
  }
/* 
    Document   : reupdate.css
    Created on : Aug 14, 2014, 2:27:31 PM
    Author     : Billy
    Description:
        Purpose of the stylesheet follows.
*/

/****************************Template 02 _ top*************************************/

	#giftcard-template-top{
            overflow:hidden; 
            max-height: 550px;
            font-size: 14px;
            width: 100%;
            height: 365px;
        }
	#giftcard-template-top .giftcard-template-content{
            margin-left:0px;
            padding: 0;
            position: relative;
        }
	#giftcard-template-top .giftcard-template-content-top, .giftcard-change-image-temp2{
            height: 190px; 
            background-color: #FFFFFF;
            background-position: center; 
            background-repeat: no-repeat; 
            background-size: 100% 100%;
        }
	#giftcard-template-top .giftcard-template-content-temp2{          
            padding-top: 0px;          
            background-repeat: repeat;
            background-size: 100%
        }	
        .logo-title.logo-title-top {
            padding-left: 15px;
            float: left;  
             height: 84px;
        }
	.logo-title.logo-title-top img{                     
           float: left;                
           border-radius: 0px 0px 5px 5px;
           max-height: 70px;
           background-position: 15px 0px !important;          
        }
        .name-value-top{
            float: left;
            width: 100%;
            background: url('http://www.monrechaud.com/skin/frontend/default/default/css/magestore/giftvoucher/bkg-title.png') no-repeat;
            background-size: 103% 105%;
            margin-top: 55px;            
            height: 50px;
            position: absolute;
            bottom: 0;
        }
	.name-value-top .giftcard-title{
           float: left;
            font-size: 20px;
            font-family: 'Open Sans', sans-serif;
            margin-left: 15px;
            line-height: 48px;
            font-weight: 600;
        }
	#giftcard-template-top .giftcard-value{           
            float: right;                        
             width: 218px;
             background: url('http://www.monrechaud.com/skin/frontend/default/default/css/magestore/giftvoucher/bkg-value.png') no-repeat;
             height: 50px;   
               background-size: 100% 100%; 
        }
	.name-value-top .giftcard-value .giftcard-text-color{
            float: left;
            font-size: 12px;            
            padding-top: 20px;
            font-family: 'Open Sans', sans-serif;
            font-weight: 600;
        }
	.name-value-top .giftcard-value .giftcard-price-change { 
            float: right;
            margin-left: 15px;
            font-size: 26px;           
            font-family: 'Open Sans', sans-serif;
            font-weight: bold;
        }
        .name-value-top .value-price span {           
            margin-right: 5px;
            font-family: 'Open Sans', sans-serif;
            font-weight: bold;
            font-size: 12px;
            margin-top: -3px;
        }
        .name-value-top .giftcard-value .giftcard-price-change .price {            
            margin-right: 10px;
            font-size: 26px;
            font-family: 'Open Sans', sans-serif;
        }       
	.giftcard-date-top{
            width: 59%;             
            float:left;
            padding-top: 10px;           
        }
	 .giftcard-date-top .giftcard-from-to{          
            float: left;
            font-size: 16px;             
            color: #636363 !important;            
            font-family: 'Open Sans', sans-serif;
            margin-left: 15px;
        }
	.giftcard-date-top .giftcard-from-to .giftcard-from{           
          float: left;
           max-height: 25px;
        }
	.giftcard-date-top .giftcard-from-to .giftcard-text-color,
        .giftcard-date-top .giftcard-from-to .giftcard-style-color{          
            font-family: 'Open Sans', sans-serif;
            font-size: 16px;         
        }  
        .giftcard-information {
            float: left;
            clear: both;
            width: 342px; 
            margin-top: 8px;
            margin-left: 15px;
        }
        .giftcard-date-top .giftcard-barcode {
            float: right;
            text-align: right;
            padding-right: 15px;            
        }
        .giftcard-date-top span.giftcard-barcode img {  
            max-width: 100%;
            float: right;
            height: 40px;
        }
        .giftcard-date-top .giftcard-barcode {
            padding-right: 15px;
            margin-top: -10px;
        }
	.giftcard-date-top .giftcard-from-to .giftcard-style-color{
            color: orange;
            font-size: 16px
        }
	.giftcard-date-top .giftcard-to{           
            margin-left:0px; 
            max-height: 25px; 
            float:left; 
            clear:both;
        }		
	.giftcard-date-top .giftcard-number .giftcard-style-color{
            color: orange; 
            font-weight: bold; 
            font-family: 'Open Sans', sans-serif;
            font-style: italic;
            line-height: 30px;
        }	
        .name-value-top .value-price{
            float: right;
            line-height: 55px;
        }	
	.giftcard-date-top .giftcard-message{
            padding: 6px;
            padding-bottom: 14px; 
            padding-top: 3px; 
            height: 93px;
            vertical-align: middle; 
            background: #fff; 
            border-radius: 5px; 
            border:1px solid #cecece;       
        }
        .barcode-note .giftcard-code{
            float: right;
            margin-right: 15px;
        }
        .barcode-note .barcode{
            text-align: right;
            float: right;
            width: 158px; 
            height: 40px;
        }

        .barcode-note .barcode img{
            height: 40px; 
            max-width: 100%;
            float: right;
        }
	.giftcard-date-top .giftcard-custom-message{
            margin: 0; 
            white-space: pre-wrap;  
            max-height: 85px; 
            overflow: hidden; 
            font-size: 11px;
        }	
	.barcode-note .giftcard-note{
            margin-top: 5px;
            float: right;
            width: 215px;
            text-align: right;           
            overflow: hidden;
            height: 87px;
            position: absolute;
            bottom: 10px;
        }
	.barcode-note .giftcard-note .giftcard-text-color{
            font-size: 12px;            
            margin: 0px;           
            font-family: 'Open Sans', sans-serif;
           font-weight: 600;
        }
         
	#giftcard-template-top .giftcard-template-content-top.giftcard-change-image-temp2{width:100% !important; position: relative;}	
	#giftcard-template-top .giftcard-template-content{
            width:100%; 
            background-size:100% auto !important;
            float: left;   
            height: 175px;           
        }
	#giftcard-template-top .giftcard-title-top{
            width:100%;
            position: relative;
        }
        .hidden-giftcard-content-temp2 .giftcard-barcode-value {height: 30px !important}
	#giftcard-template-top .title{width:60% !important;}		
	#giftcard-template-top .barcode-note{
            width: 230px;
            float: right;
            margin-top: 5px;
            position: relative;
            height: 170px;
        }	
	#giftcard-template-top .giftcard-value-bottom {display: none}	


/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15-08-2014, 09:33:08
    Author     : MSI
*/
/*---Detail Template 3---*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:600italic,300,700,400,600);
    #giftcard-template-back .giftcard-template-content{display: none; height: 0px} 
    .title-value.giftcard-logo-background {
        float: left;
        width: 100%;
        background: url('http://www.monrechaud.com/skin/frontend/default/default/css/magestore/giftvoucher/bkg-title.png') no-repeat;
        height: 50px;   
       background-size: 100%;       
    } 
    .giftcard-logo-background .giftcard-value-color {
        float: right;  
        width: 194px;
        background: url('http://www.monrechaud.com/skin/frontend/default/default/css/magestore/giftvoucher/bkg-value.png') no-repeat;
        height: 50px;   
        background-size: 100% 100%;
        text-align: right;
        padding-right: 15px;
        line-height: 48px;
    }
    .from-to-barcode-background{
        float: left;
        width: 100%;
        margin-bottom: 5px;
    }
    .giftcard-change-image-background-popup .giftcard-logo {
        float: left;   
        height: 84px;
        margin-left: 15px;
    }
    .giftcard-change-image-background-popup .giftcard-logo img {      
        margin-bottom: 15px;       
        border-radius: 0px 0px 5px 5px;
        max-height: 70px;
        float: left;        
    }
    .giftcard-logo-background .giftcard-text-color {           
        font-size: 12px;        
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        padding-right: 10px;
    }
  .giftcard-logo-background .giftcard-style-color.giftcard-price-change {              
        font-size: 26px;
        margin-top: 6px;       
    } 
    .giftcard-logo-background .giftcard-style-color.giftcard-price-change .price {
         font-family: 'Open Sans', sans-serif;
        font-weight: bold;
        float: right;
        line-height: 52px;
    }
   
    .giftcard-logo-background .giftcard-title {
        float: left;
        font-size: 20px;
        font-family: 'Open Sans', sans-serif;
        margin-left: 15px;
        padding-top: 9px;
        font-weight: 600;
    }   
    .from-to-barcode-background .from-to {
       font-size: 16px; 
       font-family: 'Open Sans', sans-serif;
        float: left;       
        margin-left: 15px;       
    }
    .from-to-barcode-background .from-to .giftcard-form{       
        float: left; 
        text-align: left;
         margin-top: 10px;
    }       
    .from-to-barcode-background .from-to .giftcard-to {
        float: left; 
        text-align: left;        
        clear: both;
    }
    .giftcard-text {
        height: 90px;
    }
    .from-to-barcode-background span img {
        height: 40px;
        max-width: 100%;
    }
   .from-to-barcode-background .from-to .giftcard-text-color {       
        font-family: 'Open Sans', sans-serif;   
        font-size: 16px;
        font-weight: 600;
    }   
    .from-to-barcode-background .from-to .giftcard-style-color{
        font-size: 16px;
        font-family: 'Open Sans', sans-serif;        
    }    
    .giftcard-box-background{
        overflow: hidden;
        width: 95%; 
        margin: 0 auto;  
    } 
    .giftcard-box-background .giftcard-text-box{
        background: #fff;
        border-radius: 5px;
        border:1px solid #cccccc; 
        padding: 0; 
        padding-bottom: 16px; 
        padding-top: 3px;         
        display:table-cell;
        vertical-align: middle;
    }
    .giftcard-box-background .giftcard-text-color.giftcard-custom-message{
        margin: 0;
        white-space: pre-wrap; 
        max-height: 85px; 
        overflow: hidden;
        font-size: 11px;
        font-family: 'Open Sans', sans-serif;
        padding: 0px 5px;
        color: black !important;
    }  
   .from-to-barcode-background .giftcard-barcode{       
        float: right;    
        margin-right: 15px;
    }
    .from-to-barcode-background .giftcard-barcode .giftcard-style-color{
        color: orange;
        font-weight: bold;
        font-size:15px; 
       font-family: 'Open Sans', sans-serif;
    }
    .from-to-barcode-background .giftcard-barcode .giftcard-style-color{
        font-size: 14px; 
        line-height: 30px;
        color: orange; 
        font-weight: bold; 
        font-family: 'Open Sans', sans-serif;
        font-style: italic;
    }
    .giftcard-note-background{       
       // margin-top: 8px;       
        float:left;
        box-sizing: content-box;
        overflow: hidden;
        text-align: center;
        vertical-align: middle;
        margin-top: 10px;
        height: 30px
    }
    .giftcard-note-background .form-note{
        width: 100%; 
        margin: 0 auto;        
    }
    .giftcard-note-background .giftcard-text-color{
        font-size: 12px;
        line-height: 15px;
        margin: 0;      
        font-family: 'Open Sans', sans-serif;
        text-align: left;  
         padding: 0 15px;
         font-weight: 600;
    }           
    #giftcard-template-back {width: 100% ;float: left; position: relative}
    #giftcard-template-back .giftcard-change-image-background-popup{
        width: 100%;
        position: absolute;
        top: 0%;
    }    
    .giftcard-box-background .giftcard-text-box {
        display: inherit !important; 
        background-size: 100% !important; 
        width: 100% !important;
        height: 98px;
    }
    giftcard-box-background {
        width: 93% !important; 
        height: 95px; 
        padding: 5px 3%; 
        margin-top: 0px !important;
        box-sizing: content-box;
        float: left;
    }
    .from-to-barcode-background .giftcard-number{
        float: right;
        text-align: right;        
    }    
    .from-to-barcode-background .giftcard-barcode span.barcode  {       
        float: right;               
    }   
      
    /*****template 03 width devices*******/    
    .giftcard-change-image-background-popup img#img-type-background{
        position: relative;
        top: 0;
        z-index: 10;
        left:0;         
    }
    #giftcard-template-back img#img-type-background{width: 100%}
    #giftcard-preview-template img#img-type-background{width: 100%}    
    #giftcard-preview-template #giftcard-preview-template-content .giftcard-change-image-background-popup.giftcard-change-image{
        width: 100% !important; 
        top: 0%;
        position: absolute;
    }

.giftcard-product-media{
    float:Left;
    width:600px;
    height: 365px;
     transform-origin: top left; 
    -webkit-transform-origin: top left;    
}
.product-img-box {
   // overflow: hidden\0;    
}
#close-popup-giftcard {
    background: url('http://www.monrechaud.com/skin/frontend/default/default/images/giftvoucher/close.png') no-repeat;
    width: 35px;
    height: 35px;
    position: absolute;
    top: -25px;
    right: -25px;
}
#giftcard-preview-template-content{float:left;width: 100%;overflow: hidden;}
/****************************Template 01 _ left*************************************/
.giftvoucher-product-info{overflow: hidden}
#giftcard-template-left{
    overflow:hidden;
    width: 655px; 
    font-size: 14px;
    float:left;
    background-size: 100% 100%;
}
#giftcard-preview-template .giftcard_value-color .giftcard-text-color{
    padding-right: 10px;
    margin-top: 15px;
}
/*#giftcard-preview-template-content {float: left;overflow: hidden;}*/
.dialog.giftcard-preview-template-dialog .dialog_e{background:none;}
.giftcard-template-content-left,.giftcard-change-image{
    width: 275px; 
    height: 365px; 
    display:block; 
    float: left;
    background-position: center;
    background-repeat: no-repeat; 
    background-size: 275px 400px;
}
.logo1 { width: 100%; height: 50px; margin-top: -7px;}
#giftcard-template-left .giftcard-title {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;    
    font-weight: 600;
    margin-top: 10px !important;
    margin-left: 10px !important;
}
.giftcard-from{ 
    margin-right: 15px;
    overflow: hidden;
    display: table-cell;
    float: left; 
    margin-bottom: 5px;
}
.giftcard-from-to  .giftcard-style-color{
    color: orange;
    font-size:16px;
    font-family: 'Open Sans', sans-serif;      
}
.giftcard-to{max-height: 25px;}
.giftcard-box{overflow: hidden;margin-top: 10px;}
.giftcard-box  .giftcard-text-box{
    display: block;
    border-radius: 5px;
    border: 1px solid #cccccc;
    padding: 0 6px;   
    height: 90px;   
    vertical-align: middle; 
    background:#fff;
    margin-top: 10px;
}
.giftcard_value .giftcard-text-color{
    float: left;
    padding-right: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
#giftcard-preview-template .giftcard-template-content .giftcard_value .giftcard-text-color{
    padding-right: 10px; 
    margin-top: 10px;
}
.giftcard_value .giftcard-style-color{
    float: left; 
    clear: both;      
}
.giftcard_value .giftcard-style-color .price{
    font-size: 22px; 
    font-family: 'Open Sans', sans-serif;
    /* color: orange; */
    font-weight: bold;  
}
.giftcard-number{
    width: 100%;
    float: right; 
    text-align: right;
    margin-bottom: 5px;
}
.giftcard-number .giftcard-style-color{
    color: orange;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}
.giftcard-custom-message{
    margin: 0; 
    white-space: pre-wrap; 
    max-height: 85px; 
    overflow: hidden; 
    font-size: 11px;
}
.giftcard-barcode  .giftcard-style-color{  
    font-size: 14px; 
    color: orange; 
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}
.giftcard-text{    
    overflow: hidden;
    vertical-align: bottom;
    height: 70px;
}
.giftcard-text  .giftcard-text-color{
    font-size: 12px; 
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
#giftcard-template-show-images .gift-active{overflow:hidden}
#giftcard-template-show-images .gift-active img{ display:inline;}
/******************Detail giftcard by Crystal****************/
#giftcard-template-left .giftcard-template-content {
    background-position: 0;
    background-size: 100%;
    width: 350px;
    display: block;
    margin-left: 0; 
    float: right;
    height: 365px;
    background-repeat: repeat;  
    box-sizing: content-box;
}
#giftcard-template-left .giftcard-logo div{width: 100% !important; margin-top: -7px !important;background-size: 80% 50px !important;}
#giftcard-template-left .giftcard-from-to .giftcard-text-color {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
}
#giftcard-template-left{width: 100% !important}
#giftcard-template-left .giftcard-change-image {
        width:250px;
        background-position:inherit !important; 
        background-size: 100% 100% !important;
        height:365px; 
        padding-bottom: 0;
        position: relative;
}
.giftcard-change-image img{
    height: 63px;
    max-width: 100%;
    display: inline;
}
.giftcard-change-image img#img-type-left{
    position: relative;
    top: 0;
    z-index: 10;
    left:0; 
}
.giftcard-template-content-left .giftcard-logo{   
    position: absolute;
    top: 287px;
    text-align: center;
    width: 100%;
}
/*#giftcard-template-left .giftcard-template-content div {width: 100% !important; float: left;}*/
#giftcard-template-left .giftcard-template-content div.giftcard-style-color{
      margin: 15px 10px 0 15px;
}
#giftcard-template-left .giftcard-template-content div.giftcard_value{
  float: left;
}
#giftcard-template-left .giftcard-template-content div.giftcard-code{   
    float: right;
    width: 200px;
    margin-top: -5px;
}
#giftcard-template-left .giftcard-template-content .value-barcode {
    width: 320px;
    float: left;
    margin: 15px;
    margin-bottom: 10px;
}
#giftcard-template-left .giftcard-template-content div.giftcard-from-to,
#giftcard-template-left .giftcard-template-content div.giftcard-box,
#giftcard-template-left .giftcard-template-content div.giftcard-text{
   width: 320px;
    float: left;
    margin:0 15px;
}
#giftcard-template-left .giftcard-barcode {    
    float: right;
    width: 177px;
    text-align: right;
}
#giftcard-template-left .giftcard-barcode img {float: right;max-width: 100%;height: 40px;}    
#giftcard-template-left .giftcard-to{float: left;clear: both;margin-left: 0px;}    
#giftcard-template-show-images {padding-top: 10px !important;}

/**********add giftcard by Sally************/
#addredeem-giftvoucher-code .buttons-set {margin-bottom: 10px;}
#addredeem-giftvoucher-code .buttons-set p.required{float:right; width: 40%}
#addredeem-giftvoucher-code .input-box{padding-top:5px !important;}
#addredeem-giftvoucher-code .button-add-list{float:left; width:55%;}
#addredeem-giftvoucher-code .buttons-set button.button{float:left !important;}
#addredeem-giftvoucher-code .buttons-set button.button:hover {background: #2e8ab8}
#gift-voucher-code{width:55% !important;}
/***************checkout cart by Sally***************/
.giftvoucher #giftvoucher{position: relative;margin-right: -33px;margin-top: 10px;margin-left: 15px;}
.giftcard_change img{display:inline;}
/*************shopping cart by Sally*************/
.discount .giftvoucher #giftvoucher{position: relative;margin-right: 0px;margin-top: 0px;margin-left: 0px;}
.giftvoucher-discount-code img{display:inline}
/************my account by Sally***********/
.data-table .giftvoucher-grid-detail .input-text{width:160px;}
.data-table .giftvoucher-grid-title-hidden{display:none;}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range img{width:inherit !important; height:inherit !important; padding-top:9px; float: left}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range .label{width:50px !important; padding-top:9px;}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item select{width:65px !important; }
.data-table .balance .left{color:#3091C2!important;}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range input.range-text{margin-bottom:5px !important; margin-top:0px;}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range input#giftvoucher_grid-balance-to{margin-top:0px;}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range input#giftvoucher_grid-balance-from{margin-top:0px;}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range input.data-table-balance_change-from{margin-top:0px;}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range input.data-table-balance_change-to{margin-top:0px;}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .to-date img{padding-top:17px;}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .to-price .label{padding-top:11px;}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .to-date .label{padding-top:13px;}
.data-table .pager{padding-top:10px;}  
.balance .view-detail{margin-bottom:10px;margin-top:10px; background:none; padding-left:0px !important;}
.balance .view-detail.button:hover{background:none;}
.amount .addredeem{float:right; margin-top:31px; padding:7px 17px;}
/***********View giftcard*************/   
#giftcard_history_table .item-hidden{display:none;}
.giftvoucher-index-view .custom-field{float:left; width: 45% !important}
.giftvoucher-index-email  .custom-field{float:left;}
.giftvoucher-index-view .form-list li{width:100%; float: left;} 
.giftvoucher-index-email .form-list li{width:100%; float: left;} 
/******History balance*******/
.customer-account-giftcard .sub-title {font-size:24px !important; text-transform:uppercase; border-bottom:1px solid silver;margin-bottom:15px;font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;}
#history_grid .giftvoucher-grid-search{width:100%;}
#history_grid .giftvoucher-grid-search .giftvoucher-grid-search-item{width:100% !important;}
#history_grid .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range input#history_grid-balance_change-from{margin-top:0px;}
#history_grid .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range input#history_grid-balance_change-to{margin-top:0px;}
#history_grid .giftvoucher-grid-search .giftvoucher-grid-search-item #history_grid-giftcard_code{width:50%}

.dialog.giftcard-preview-template-dialog .dialog_w{background: none;}
/*---End Detail Popup Template 1---*/



/***********End Detail Popup Template 3*************/

/******************Send email***************/
.giftvoucher-product-info .giftcard-send-friend {
    float: left; 
    clear: both; 
    width: 190px !important;
    padding-bottom: 10px;
}
.giftvoucher-product-info .giftcard-date-box img {float: right; margin-top: 8px;margin-right: 40px;display: block;}
.giftvoucher-product-info .giftcard-date-box input.validate-date-giftcard {float: left;margin-right: 3px;width: 140px !important;}    
#giftcard-preview-button-add span {padding-left: 0 !important}
.giftcard-date-box button span{padding-left: 0 !important}
.add-to-box {clear: both}
.giftvoucher-receiver{float: left; clear: both; padding-bottom: 20px; width: 100%}
.giftvoucher-product-info #giftcard-template-show-images {width: 100% !important;}
.giftvoucher-product-info .validation-advice{float: left; clear: both;}
.recipient_email,
.message,
.recipient_ship_form {float:left; clear:both;}

/******************End***********************/
/***************checkout cart by Sally***************/
.fieldset .giftvoucher  #giftvoucher{position: relative;margin-right: -33px;margin-top: 10px;margin-left: 15px;}
.giftcard_change img{display:inline;}
.fieldset .giftvoucher_credit #giftvoucher_credit{position: relative;margin-right: -33px;margin-top: 10px;margin-left: 15px;}
.fieldset #giftvoucher_container{float:left;width: 100% !important;}  
.fieldset .sp-methods{float:left; clear:both; width: 100% !important;} 
.credit_input img {display:inline;}
.credit_input  .input-text{width:68px !important;}
#giftvoucher_container dt label{display:initial !important;}
.notice-msg li{font-weight:700;}
.giftvoucher-index-index .pager{margin-top:7px;}
/*************shopping cart by Sally*************/
.discount-form.giftvoucher   #giftvoucher{position: relative;margin-right: 5px;margin-top: 5px;margin-left: 0px;}
.discount-form .giftvoucher_credit  #giftvoucher_credit{position: relative;margin-right: 5px;margin-top: 5px;margin-left: 0px; float:left}
.giftvoucher-discount-code img{display:inline;}
dd#giftcard_shoppingcart_apply, dd.giftvoucher li, dt.giftvoucher, dt.giftvoucher_credit, dd.giftvoucher-credit,li.giftvoucher-discount-code strong{float:left; clear:both; width: 100% !important}


.giftcard-code-hidden{display:none;}

@media  (max-width:1199px){
    /**********add giftcard************/
    #gift-voucher-code{width:65% !important;}
}
@media (max-width:1099px){
    #history_grid  .giftvoucher-grid-search-item{width:280px !important;}  
    #history_grid  #giftvoucher_grid-gift_code{width:170px !important; margin-left:70px;}
    #history_grid   .giftvoucher-grid-search .giftvoucher-grid-search-item select{ margin-left:70px;width:170px !important; }
    #history_grid  .giftvoucher-grid-title{display:none;}
    #history_grid  .giftvoucher-grid-title-hidden{display:block;}
    #history_grid th {float:left;display:block !important; text-align:left; /* width:100%; */border:none; background:none !important;}
    #history_grid th .giftvoucher-grid-title-hidden{float:left;display:block; text-align:left; text-transform:initial; font-weight:bold;}
    #history_grid th .giftvoucher-grid-detail{ margin-left:270px; display:block; /* width:100%; */ text-align:left;} 
    #history_grid td{display:block; float:left; border-bottom:none; /* width:100%; */}
    #history_grid td .giftvoucher-grid-title-hidden{float:left;display:block; text-align:left; font-weight:bold;}
    #history_grid td .giftvoucher-grid-detail{ margin-left:300px; display:block; /* width:100%; */} 
    #history_grid  .giftvoucher-grid-search{border-bottom:1px solid #AAA2A2;}
    #history_grid tr{border-bottom:1px solid #AAA2A2;}
    .from-price{float:left;  }
    .to-price{float:left;  }
    .from-date{float:left;}
    .to-date{float:right;}
    #history_grid  .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range .label{width:50px !important; text-align:right; padding-right:3px;}
    #history_grid  .pager-header{display:none !important;}
    #history_grid  .giftvoucher-grid-search .giftvoucher-grid-search-item .to-price input.range-text{margin-left:20px;}
    #history_grid  .giftvoucher-grid-search .giftvoucher-grid-search-item .from-price  input.range-text{margin-left:20px;}
    #history_grid   .giftvoucher-grid-search .giftvoucher-grid-search-item .to-date .label{padding-top:9px !important;}
    #history_grid  .giftvoucher-grid-search .giftvoucher-grid-search-item .to-date img{padding-top:9px !important;}
    #history_grid .giftvoucher-grid-search .giftvoucher-grid-search-item .search-text{width: 170px !important; margin-left: 70px;}
    #history_grid  .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range .label{padding-top:0px !important;}
    #history_grid  .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range img{padding-top:0px !important;}
    /* ********************* */
  
}
    /**********add giftcard by Sally************/
    #gift-voucher-code{width:90% !important;}    
    #giftcard-template-left .giftcard-template-content .hidden-giftcard {
        height: 65px !important;
    }
	#giftcard-template-left .hidden-content {height: auto}
@media (max-width:990px){
    /************my account***********/
    .giftvoucher-grid-search-item{width:280px !important;}  
    #giftvoucher_grid-gift_code{
        width:170px !important; margin-left:70px;}
    .data-table .giftvoucher-grid-search .giftvoucher-grid-search-item select{ margin-left:70px; }
    .giftvoucher-grid-title{display:none;}
    .giftvoucher-grid-title-hidden{display:block;}
    #giftvoucher_grid th {
        float:left;
        display:block !important;
        text-align:left; /* width:100%; */
        border:none; 
        background:none !important;
    }
    #giftvoucher_grid th .giftvoucher-grid-title-hidden{
        float:left;
        display:block;
        text-align:left; 
        text-transform:initial;
        font-weight:bold;
    }
    #giftvoucher_grid th .giftvoucher-grid-detail{ 
        margin-left:300px; 
        display:block; /* width:100%; */ 
        text-align:left;
    } 
    #giftvoucher_grid td{
        display:block; 
        float:left; 
        border-bottom:none;
        width:100%;
    }
    #giftvoucher_grid td .giftvoucher-grid-title-hidden{
        float:left;
        display:block; 
        text-align:left;
        font-weight:bold;
    }
    #giftvoucher_grid td .giftvoucher-grid-detail{
        margin-left:300px;
        display:block; /* width:100%; */
    } 
    .giftvoucher-grid-search{
        border-bottom:1px solid #AAA2A2;
    }
    #giftvoucher_grid tr{border-bottom:1px solid #AAA2A2;}
    .from-price{float:left;}
    .to-price{float:left;} 
    .from-date{float:left;}  
    .to-date{float:right;}   
    .data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range .label{
        width:50px !important; 
        text-align:right; 
        padding-right:3px;
    }
    .pager-header{display:none !important;}
    .data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .to-price input.range-text{margin-left:20px;}
    .data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .from-price  input.range-text{margin-left:20px;}
    .data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .to-date .label{padding-top:9px !important;}
    .data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .to-date img{padding-top:9px !important;}
    /*view giftcard*/
    #giftcard_history_table .item-hidden{
        display:block !important;
        float:left; font-weight:700; 
        font-size:16px;
    }
    #giftcard_history_table thead{display:none;}
    #giftcard_history_table .item-detail{text-align: left;
        display: block;
        padding-left: 165px;
        font-size:16px;
    }
    #giftcard_history_table td{
        float:left; 
        width:100%; 
        border-bottom: none;
    }
    #giftcard_history_table tr{
        border-bottom:1px solid #AAA2A2;
    } 
    .giftvoucher-index-view  h2{
        font-size:18px;
    }
    .giftvoucher-index-view .form-list{
        border-bottom:1px solid #ececec;
        float:left;
        margin-bottom:15px;
    }
    .giftvoucher-index-view .form-list .field{
        margin-bottom:20px !important; /* display: block; */
    }
    .giftvoucher-index-view .form-list li{
        width:100%;
        float: left;
    }
    .giftvoucher-index-view .box-account.box-info {        
        margin-bottom: 15px;
    }
    .fields .custom-field-right{width:55% !important;}
    /**********check giftcard************/
    .col-main .giftvoucher-fieldset .input-box   input[type=text]{width:95% !important;}
    /**********check giftcard************/
    .col-main .giftvoucher-fieldset .input-box   input[type=text]{width:95% !important;}
}
@media  (max-width:880px){
    /************my account***********/
    #giftvoucher_grid th .giftvoucher-grid-detail{
        margin-left:230px !important; 
    }
    #giftvoucher_grid td .giftvoucher-grid-detail{
        margin-left:230px  !important;
    }
    .data-table   th .giftvoucher-grid-detail{
        margin-left:230px !important;
    }
    .data-table   td .giftvoucher-grid-detail{
        margin-left:230px  !important; 
    }
    #history_grid td{width:100% !important;
    }

    /**********add giftcard************/
    #gift-voucher-code{width:100% !important;}
}
@media only screen and (max-width: 770px){
    /************my account by Sally***********/
    #giftvoucher_grid th .giftvoucher-grid-detail{ margin-left:300px !important; }
    #giftvoucher_grid td .giftvoucher-grid-detail{ margin-left:300px  !important; }
    .data-table   th .giftvoucher-grid-detail{ margin-left:300px !important; }
    .data-table   td .giftvoucher-grid-detail{ margin-left:300px  !important; }
    /**********add giftcard by Sally************/
    .col-main .giftvoucher-fieldset .input-box   input[type=text]{width:365px !important;}
}
@media  (max-width:640px){
    /************my account by Sally***********/
    #giftvoucher_grid th .giftvoucher-grid-detail{ margin-left:200px !important; width:auto !important; }
    #giftvoucher_grid td .giftvoucher-grid-detail{ margin-left:200px  !important;  width:auto !important; }
    .data-table   th .giftvoucher-grid-detail{ margin-left:200px !important; width:auto !important; }
    .data-table  td .giftvoucher-grid-detail{ margin-left:200px  !important;  width:auto !important; }
}
@media  (max-width:580px){
    /************my account by Sally***********/
    #giftvoucher_grid th .giftvoucher-grid-detail{
        margin-left:150px !important;
        width:auto!important;
    }
    #giftvoucher_grid td .giftvoucher-grid-detail{ 
        margin-left:150px  !important;
        width:auto !important;
    } 
    .to-price{
        float:left;
        margin-left:0px !important;
    }
    .to-date{
        float:left;
        margin-left:0px !important;
    }
    .button{padding:5px !important;}
    .giftvoucher-grid-search-item{width:auto !important;}
    .balance .view-detail{background:#3399cc !important; }
    .balance .view-detail.button:hover{background:#2e8ab8 !important;}
    .balance .left{
        color:#fff !important;
        padding: 7px 15px !important;
    }
    #history_grid th .giftvoucher-grid-detail{ 
        margin-left:150px !important; 
        width:auto!important; 
    }
    #history_grid td .giftvoucher-grid-detail{
        margin-left:150px  !important; 
        width:auto !important;
    }
    #history_grid td{width:100% !important;}
    /*end*/
}
@media  (max-width:533px){
    /**********add giftcard by Sally************/
    .buttons-set button{margin-bottom:3px;}
    #addredeem-giftvoucher-code .buttons-set button.button{float:right !important; width:40%;}
}
@media  (max-width:480px){
    /************my account by Sally***********/
    #giftvoucher_grid th .giftvoucher-grid-detail{
        margin-left:150px !important;
        width:auto !important;
    }
    #giftvoucher_grid td .giftvoucher-grid-detail{ 
        margin-left:150px  !important;
        width:auto !important; 
    } 
    .to-price{
        float:left;
        margin-left:0px !important; 
    }
    .to-date{
        float:left; 
        margin-left:0px !important;
    }
    .button{padding:4px !important;}
    .giftvoucher-grid-search-item{width:auto !important;} 
    #history_grid th .giftvoucher-grid-detail{ 
        margin-left:150px !important;
        width:auto !important; 
    }
    #history_grid td .giftvoucher-grid-detail{
        margin-left:150px  !important;
        width:auto !important;
    } 	 	
    #history_grid .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range input.range-text{margin-bottom:10px !important;}
}
@media  (max-width:440px){
    /**********check giftcard by Sally************/
    .page-title h1{font-size:18px !important;}
    /* My account */
    .balance .button{float:none !important; width:185px !important;}
    .giftvoucher-search-button{text-align:left !important;}
    .button{padding:5px !important;}
    #history_grid th .giftvoucher-grid-detail{margin-left:115px !important;}
    #history_grid .giftvoucher-grid-search .giftvoucher-grid-search-item select{width:50px !important;}

    /*my account*/
    #giftvoucher_grid-gift_code{width:65px !important; margin-left:70px;}
}
@media  (max-width:420px){
    /***************checkout cart by Sally***************/
    .giftcard{display:block;}
}
@media only screen and (max-width: 380px){
    /*My Account*/
    #giftvoucher_grid th .giftvoucher-grid-detail{ margin-left:120px !important; width:auto !important; }
    #giftvoucher_grid td .giftvoucher-grid-detail{ margin-left:120px  !important;  width:auto !important; } 

    /************my account***********/
    #giftvoucher_grid th .giftvoucher-grid-detail{margin-left:115px !important;}
    #history_grid .giftvoucher-grid-search .giftvoucher-grid-search-item .search-text{width:50px !important;}
    .data-table  .balance .button{float:none !important; width:185px !important;}
    .data-table  .giftvoucher-search-button{text-align:left !important;}
    .data-table   th .giftvoucher-grid-detail{margin-left:115px !important;}
    .data-table  .button{padding:5px !important;}

}

@media  (max-width:400px){
    /**********add giftcard by Sally************/
    #addredeem-giftvoucher-code .buttons-set button.button{width:100%;}
    #addredeem-giftvoucher-code .button-add-list{width:100% !important;}
    input#full_gift_card_code{max-width:100% !important; width:100% !important;} 
    .giftvoucher-index-view.customer-account .wrapper{min-width:100%}
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchautocomplete {
  position: absolute;
  top: -5px;
  right: 0px;
  height: 34px;
  width: 436px;
  padding: 4px 10px;
  -webkit-border-radius: 0px 0px 0px 5px;
  -moz-border-radius: 0px 0px 0px 5px;
  border-radius: 0px 0px 0px 5px;
  background: #fff;
  display: block;
}
.searchautocomplete .sprite {
  background: url('http://www.monrechaud.com/skin/frontend/base/default/images/mirasvit/sprite.png');
}
.searchautocomplete > label {
  float: left;
  margin-right: 10px;
  color: #333;
  font-weight: bold;
  margin-top: 8px;
}
.searchautocomplete .nav {
  background: url('http://www.monrechaud.com/skin/frontend/base/default/images/mirasvit/sprite.png');
  float: left;
  height: 34px;
  position: relative;
  width: 340px;
}
.searchautocomplete .nav .nav-search-in {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 15;
}
.searchautocomplete .nav .nav-search-in .category {
  opacity: 0;
  filter: alpha(opacity=0);
  background: white;
  border: 1px solid #DDD;
  color: black;
  cursor: pointer;
  height: 29px;
  left: 5px;
  margin: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 5px;
  visibility: visible;
  width: auto;
}
.searchautocomplete .nav .nav-search-in .category-fake {
  -webkit-border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
  background-color: #fcfcfc;
  background-image: -moz-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f7f7f7));
  background-image: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: -o-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: linear-gradient(to bottom, #ffffff, #f7f7f7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff7f7f7', GradientType=0);
  border-right: 1px solid #dddddd;
  color: #777;
  cursor: pointer;
  float: left;
  font-size: 11px;
  height: 27px;
  line-height: 27px;
  margin: 4px 0px 0px 2px;
  padding: 0px 25px 0px 10px;
  text-align: center;
  white-space: nowrap;
}
.searchautocomplete .nav .nav-search-in .nav-down-arrow {
  background: url('http://www.monrechaud.com/skin/frontend/base/default/images/mirasvit/sprite.png');
  width: 9px;
  height: 5px;
  background-position: -26px -34px;
  display: block;
  right: 10px;
  top: 16px;
  position: absolute;
}
.searchautocomplete .nav .nav-search-in:hover .category-fake {
  background-color: #eeeeee;
  background-image: -moz-linear-gradient(top, #f7f7f7, #e1e1e1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#e1e1e1));
  background-image: -webkit-linear-gradient(top, #f7f7f7, #e1e1e1);
  background-image: -o-linear-gradient(top, #f7f7f7, #e1e1e1);
  background-image: linear-gradient(to bottom, #f7f7f7, #e1e1e1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7f7', endColorstr='#ffe1e1e1', GradientType=0);
}
.searchautocomplete .nav .nav-search-in:hover .nav-down-arrow {
  background-position: -6px -34px;
}
.searchautocomplete .nav .nav-input {
  *zoom: 1;
  margin: 6px 0px 0px 10px;
  padding: 0px 5px 0px 5px;
  z-index: 12;
  position: relative;
}
.searchautocomplete .nav .nav-input:before,
.searchautocomplete .nav .nav-input:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchautocomplete .nav .nav-input:after {
  clear: both;
}
.searchautocomplete .nav .nav-input input {
  z-index: 10;
  padding: 0px;
  height: 23px;
  border: 0px;
  font-family: arial, sans-serif;
  font-size: 12px;
  background: transparent;
  color: black;
  outline: 0px;
  margin-left: 5px;
  width: 100%;
}
.searchautocomplete .nav .nav-input input.suggest {
  display: none;
  color: #999;
  z-index: 9;
}
.searchautocomplete .nav-submit-button {
  background: url('http://www.monrechaud.com/skin/frontend/base/default/images/mirasvit/sprite.png');
  background-position: 0px -34px;
  background-repeat: no-repeat;
  float: left;
  height: 34px;
  padding-left: 5px;
}
.searchautocomplete .nav-submit-button .button {
  width: 39px;
  height: 34px;
  padding: 0px 9px;
  margin: 0px;
  cursor: pointer;
  font-weight: bold;
  color: white;
  line-height: 12px;
  font-size: 13px;
  background-color: #3c454e;
  background-image: -moz-linear-gradient(top, #444c55, #313a44);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444c55), to(#313a44));
  background-image: -webkit-linear-gradient(top, #444c55, #313a44);
  background-image: -o-linear-gradient(top, #444c55, #313a44);
  background-image: linear-gradient(to bottom, #444c55, #313a44);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444c55', endColorstr='#ff313a44', GradientType=0);
  border: 1px solid #313a44;
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
  z-index: 14;
}
.searchautocomplete .nav-submit-button .button:hover {
  background-color: #39414b;
  background-image: -moz-linear-gradient(top, #313a44, #444c55);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#313a44), to(#444c55));
  background-image: -webkit-linear-gradient(top, #313a44, #444c55);
  background-image: -o-linear-gradient(top, #313a44, #444c55);
  background-image: linear-gradient(to bottom, #313a44, #444c55);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff313a44', endColorstr='#ff444c55', GradientType=0);
}
.searchautocomplete .searchautocomplete-placeholder {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background: #FFF;
  border: 1px solid #ccc;
  padding-top: 15px;
  position: absolute;
  right: 48px;
  top: 42px;
  width: 318px;
  z-index: 102;
}
.searchautocomplete .searchautocomplete-placeholder:before {
  border-color: transparent transparent #CCC transparent;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 5px;
  height: 0;
  width: 0;
  top: -11px;
  left: 30px;
}
.searchautocomplete .searchautocomplete-placeholder ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.searchautocomplete .searchautocomplete-placeholder ul li {
  *zoom: 1;
  text-align: left;
  padding: 5px 5px;
}
.searchautocomplete .searchautocomplete-placeholder ul li:before,
.searchautocomplete .searchautocomplete-placeholder ul li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchautocomplete .searchautocomplete-placeholder ul li:after {
  clear: both;
}
.searchautocomplete .searchautocomplete-placeholder ul li a {
  text-decoration: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li a .pull-right {
  float: right;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active {
  background-color: #eeeeee;
  cursor: pointer;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active a {
  text-decoration: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li .searchautocomlete-image {
  float: left;
  margin: 0px 10px 5px 0px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box {
  font-weight: bold;
  font-size: 13px;
  color: #C76200;
  float: right;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .regular-price .price-label,
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price .price-label,
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .special-price .price-label {
  display: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .price-label {
  font-weight: normal;
  color: #999;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price .price {
  font-size: 0.9em;
  color: #999;
}
.searchautocomplete .searchautocomplete-placeholder .index-title {
  text-align: right;
  color: #0A263C;
  border-bottom: 1px solid #CCC;
  padding: 2px 5px;
}
.searchautocomplete .searchautocomplete-placeholder .index-title span {
  color: #666;
  font-size: 0.9em;
}
.searchautocomplete .searchautocomplete-placeholder .all {
  text-align: right;
  margin: 10px 10px 5px 10px;
}
.searchautocomplete .searchautocomplete-loader {
  position: absolute;
  top: 11px;
  right: 10px;
  width: 16px;
  height: 16px;
  background: url('http://www.monrechaud.com/skin/frontend/base/default/images/mirasvit/loader.gif');
}
.searchautocomplete-widget {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchindex-results {
  *zoom: 1;
  margin-bottom: 10px;
  border-bottom: 1px solid #a0b3c3;
}
.searchindex-results:before,
.searchindex-results:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results:after {
  clear: both;
}
.searchindex-results li {
  margin-bottom: -1px;
  float: left;
  *zoom: 1;
  margin: 0px 2px;
}
.searchindex-results li:before,
.searchindex-results li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results li:after {
  clear: both;
}
.searchindex-results li a {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  display: block;
  cursor: pointer;
  padding: 2px 5px 1px 5px;
  line-height: 20px;
  border: 1px solid transparent;
  border-bottom: none;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
}
.searchindex-results li a:hover {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-results li a span {
  font-weight: normal;
  font-size: 0.9em;
}
.searchindex-results li.active a {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  cursor: default;
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-result li {
  padding: 5px;
}
.searchindex-result li .title a {
  font-weight: bold;
  color: #203548;
  font-size: 13px;
}
.searchindex-result.searchindex-result-category {
  margin-bottom: 20px;
}
.searchindex-result.searchindex-result-category li {
  padding: 1px 0px;
}
.searchindex-result.searchindex-result-category li a {
  font-weight: bold;
  color: #203548;
}

/********************** Tabs */
.product-view .tabs { margin: 15px 0px; overflow:hidden; border-bottom:1px solid #496778;  zoom: 1;}
.product-view .tabs li                { float:left; border-right:1px solid #ffffff; border-left:1px solid #fff; font-size:0.9em; line-height:1em;  background: #f2f2f2; }
.product-view .tabs li.first          { border-left:0; }
.product-view .tabs li.last           { border-right:0; }
.product-view .tabs a                 { display:block; padding:6px 10px; color:#444; text-decoration: none;}
.product-view .tabs a:hover           { background-color:#ddd; text-decoration:none; color:#444; ; text-decoration: none;}
.product-view .tabs li.active a,
.product-view .tabs li.active a:hover { background:#496778;  font-weight:bold; color:#fff; }

#product_tabs_tags_tabbed_contents.input-box input	{ width: 300px; }
#product_tabs_tags_tabbed_contents .input-box	{ width: 300px; float:left; margin-right: 10px;}
#product_tabs_related_tabbed_contents li	{ float:left; margin-right: 10px;}
#product_tabs_related_tabbed_contents ol	{ clear: both;}
.product-collateral:after { content:"."; display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; zoom: 1}
/**
 * Valdecode - Cookie Law Compliance
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the The MIT License (MIT)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.valdecode.com/license/cookielaw/license.txt
 *
 * @category    Valdecode
 * @package     Valdecode_CookieLaw
 * @copyright   Copyright (c) 2014 Valdecode
 * @license     http://www.valdecode.com/license/cookielaw/license.txt  The MIT License (MIT)
 */
#v-cookielaw { overflow: hidden; background: #fff; z-index: 999; }
#v-cookielaw .v-message { padding: 5px 10px; text-align: left; }
#v-cookielaw .v-actions { }
#v-cookielaw .v-button { color: #222; display: inline-block; background-color: #ececec; background-image: linear-gradient(#f4f4f4, #ececec); border: 1px solid #d4d4d4; padding: 4px 10px; text-decoration: none; text-shadow: 1px 1px 0 #fff; border-radius: 2px; }
#v-cookielaw .v-button.v-accept:before { content: "\2714"; }
#v-cookielaw .v-button:hover,
#v-cookielaw .v-button:focus { color: #fff; text-shadow: -1px -1px 0 rgba(0,0,0,0.3); border-color: #3072b3; border-bottom-color: #2a65a0; background-color: #2a65a0; background-image: linear-gradient(#599bdc, #3072b3); }
#v-cookielaw .v-button:active {  border-color: #2a65a0; border-bottom-color: #3884cd; background-color: #3072b3; background-image: linear-gradient(#3072b3, #599bdc); }

#v-cookielaw.v-bar { display: table; width: 100%; padding: 5px 0; }
#v-cookielaw.v-bar .v-message { display: table-cell; }
#v-cookielaw.v-bar .v-actions { display: table-cell; vertical-align: middle; width: 250px; padding-right: 10px; text-align: right; }
#v-cookielaw.v-bar.v-top { position: relative; border-bottom: 1px solid #000; }
#v-cookielaw.v-bar.v-bottom { position: fixed; bottom: 0; border-top: 1px solid #000; }

#v-cookielaw.v-box { position: fixed; max-width: 300px; border: 1px solid #000; border-radius: 3px; margin: 10px; }
#v-cookielaw.v-box .v-actions { float: left; margin: 5px 10px 10px 10px; }
#v-cookielaw.v-box.v-top-left { top: 0; left: 0; }
#v-cookielaw.v-box.v-top-right { top: 0; right: 0; }
#v-cookielaw.v-box.v-bottom-left { bottom: 0; left: 0; }
#v-cookielaw.v-box.v-bottom-right { bottom: 0; right: 0; }

/* RWD */
@media screen and (max-width: 480px) {
    #v-cookielaw .v-message { float: left; }
    #v-cookielaw .v-actions { float: left; margin: 5px 10px; }
    #v-cookielaw.v-bar .v-actions { width: auto; }
}

/* Skin - Yellow Alert */
#v-cookielaw.v-yellow-alert { background: #fffbcd; border-color: #e2cd7b !important; }

/* Skin - Dark Clean */
#v-cookielaw.v-dark-clean { color: #fff; background: #2c2c2c; border-color: #55575f !important; }
#v-cookielaw.v-dark-clean .v-button { color: #fff; text-shadow: -1px -1px 0 rgba(0,0,0,0.3); border-color: #3072b3; border-bottom-color: #2a65a0; background-color: #2a65a0; background-image: linear-gradient(#599bdc, #3072b3); }
#v-cookielaw.v-dark-clean .v-button:hover,
#v-cookielaw.v-dark-clean .v-button:focus { background-color: #3678a0; background-image: linear-gradient(#68abdc, #387cb3); }

/* Skin - Minimalist */
#v-cookielaw.v-minimalist { color: #2c2c2c; background: #f0f0f0; border-color: #e0e0e0 !important; font-size: 11px; font-family: Verdana; }
#v-cookielaw.v-bar.v-minimalist { padding: 2px 0; }
#v-cookielaw.v-box.v-minimalist { width: 260px; }
#v-cookielaw.v-box.v-minimalist .v-actions { margin: 5px; }
#v-cookielaw.v-box.v-minimalist .v-message { padding: 5px; }
#v-cookielaw.v-minimalist .v-button { padding: 3px 6px; }

#custommenu {
    position: relative;
    font-size: 12px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    border-radius: 2px;
    height: auto;
    margin: 0 auto;
}
/*IE7 fix*/
*:first-child+html #custommenu {
    z-index: 998;
}
div.menu {
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
div.menu a:link, div.menu a:visited {
    display: block;
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
}
div.menu a span {
    display: block;
    height: 28px;
    padding-right: 0px;
    padding-top: 12px;
}
div.menu a span:hover {
    cursor: pointer;
}
div.wp-custom-menu-popup {
    position: absolute;
    z-index: 1000;
    display: none;
    text-align: left;
    padding: 0px 0px 10px 0px;
    border-top: 0;
    width: 100%;
    margin-top: -1px;
}
div.menu a, div.wp-custom-menu-popup a {
    text-decoration: none;
    display:block;
    cursor: pointer;
    _height: 0;
    height: auto;
    line-height:13px;
}
div.level1 {
    margin-bottom: 5px;
}
div.level2 {
    margin-bottom: 5px;
}
div.level3 {
    margin-bottom: 5px;
    padding: 5px;
}
div.block2 {
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
}
a.level1:link, a.level1:visited {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 2px;
}
a.level2:link, a.level2:visited {
    padding: 3px 10px;
    border-radius: 2px;
}
/* Clearfix */
div.block2:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] div.block2 {
    display: block;
}
* html div.block2 {
    height: 1%;
}
div.block2 p {
    margin-bottom: 3px;
    line-height: 120%;
    color: #000;
    font-size: 11px;
}
div.block2 p a {
    display: inline;
}
div.block2 a img {
    opacity: .9;
    filter: alpha(opacity=90);
}
div.block2 a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
div.block2 .brand a:hover img {
    -webkit-transition: all 0;
    -moz-transition: all 0;
    -ms-transition: all 0;
    transition: all 0;
}
div.wp-custom-menu-popup hr {
    margin: 0px 0px 10px 0px;
}
/******************************************* COLUMN WIDTH ***************************** */
div.column {
    float: left;
    width: 18%; /* for 5 columns*/
    padding: 0px 1%;
    margin: 0px 0px 0px 0px;
}
/*end COLUMN WIDTH  */

div.itemSubMenu {
    margin-left: 0px;
}
.clearBoth {
    clear:both;
    height: 0;
    overflow: hidden;
}
div.level1 {
    margin-bottom: 0px;
}
/*BG*/
#custommenu {
}
div.wp-custom-menu-popup {
    background: #f1f1f1;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.3);
}
div.menu a:link, div.menu a:visited {
}
div.menu a:hover {
    background: #f1f1f1;
}
div.menu a, div.wp-custom-menu-popup a {
 -webkit-transition: all .1s linear;
-moz-transition: all .1s linear;
-ms-transition: all .1s linear;
transition: all .1s linear;
}
div.menu .brand a, div.wp-custom-menu-popup .brand a {
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -ms-transition: all 0s linear;
    transition: all 0s linear;
}
div.menu.active a {
    background: #f1f1f1 !important;
    color: #000 !important;
}
div.level3 {
    background: #fff;
}
/*FONTS*/
div.menu {
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Segoe UI";
}
a.level1:link, a.level1:visited {
    text-transform: none;
    font-weight: normal;
}
a.level2:link, a.level2:visited {
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
}
a.level3:link, a.level3:visited {
    font-size: 11px;
    font-weight: normal;
    line-height: 100%;
    margin-bottom: 0px;
}
/*COLOR*/
div.menu a:link, div.menu a:visited {
    color: #fff;
}
div.menu a:hover, div.menu.active a {
    color: #000;
}
a.level3:link, a.level3:visited {
    color: #333333;
}
a.level3:hover {
    color: #b43f74;
}
a.level2:link, a.level2:visited {
    color: #000;
}
a.level1:hover {
    background: #d3d3d3;
}
a.level2:hover {
    color: #000;
    background: #d3d3d3;
}
.block2 table.brand {
    float: left;
}
.block2 .single_menu_product {
    float: left;
    position: relative;
    max-width: 150px;
    overflow: hidden;
    margin-right: 20px;
    margin-left: 0px;
}
/*MOBILE MENU STYLES*/
#menu-button, .parentMenu {
    display: inline-block;
}
html[xmlns] #menu-button, html[xmlns] .parentMenu {
    display: block;
}
* html #menu-button, * html .parentMenu {
    height: 1%;
}
#menu-button:after, .parentMenu:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#custommenu-mobile {
    position:relative;
    margin: 0 auto;
    padding: 0;
    z-index: 999;
}
#menu-button {
    float: none;
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
}
#menu-button a:link, #menu-button a:visited {
    color: #fff;
    display: block;
    float: left;
    margin-left: 45%;
    position: relative;
    padding: 0px 10px;
}
#menu-button a span:after {
    display: block;
    position: relative;
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 4px solid #dadada;
    margin: 8px 0px 0px 5px;
    float: right;
    opacity: 0.7;
}
#menu-button:hover {
    cursor: pointer;
}
#menu-button:hover a:after {
    opacity: 1;
}
.menu-mobile div.column {
    float:none;
    padding:5px;
    background: #fff;
}
.menu-mobile a.itemMenuName {
    display: block;
    text-align: left;
}
.menu-mobile div.menu-button, .menu-mobile div.menu-mobile {
    float: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border-bottom: 1px solid #fff;
}
.menu-mobile div.column {
    float: none;
    width: 100%;
    padding: 0px 0;
    margin: 0px 0px 0px 0px;
}
.menu-mobile a.level1:link, .menu-mobile a.level1:visited {
    margin-top: 0px;
    margin-bottom: 0;
    padding: 10px 10px;
    border-radius: 2px;
    color: #000;
}
.menu-mobile a.level2:link, .menu-mobile a.level2:visited {
    padding: 10px 10px;
    border-radius: 2px;
}
.menu-mobile a.level1:link, .menu-mobile a.level1:visited {
    color: #555;
}
.menu-mobile a.level1:hover {
    background-color: #f1f1f1;
}
.menu-mobile .parent {
    background-color: #fff;
}
/*buttons level 01*/
.menu-mobile .parentMenu {
    padding: 0px 0px;
    display: block;
    text-align: left;
    border-bottom: 1px solid #dadada;
}
.menu-mobile .parentMenu a:link, .menu-mobile .parentMenu a:visited {
    padding: 10px 0px 10px 10px;
    margin-right: 80px;
    color: #000;
    display: block;
}
.menu-mobile .parentMenu:hover {
    cursor: pointer;
}
.parentMenu {
    position: relative;
}
.parentMenu a {
    display: block;
}
#menu-button {
    cursor: pointer;
}
.menu-mobile div.level2 {
    margin-bottom: 0;
}
#custommenu-mobile .button {
    cursor: pointer;
    position: absolute;
    right: 1%;
    top: 0px;
    display: block;
    width: 80px;
    height: 38px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJxJREFUeNpi/P//PwM66O3tBVF1UNwEwsXFxRjqmBhwg3wgZobSWAE+zcxoNEmaCQKKNDP29PTgkvsAxPxA/BGIBXDZ3A7Ef4D4Pxrmh6rhxyL3E4gbQZqL8AUKDsAG0gfS3AfEf0nU/AuIJ4I0VwIxC8j/aPgjVOFHLHLsQFzDiCeFoQQYqSmMtvGMT/NfNJokzQug9HRcCgACDAC34CnSSWx3zwAAAABJRU5ErkJggg==);
}
#custommenu-mobile .button.open {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE5JREFUeNpi/P//PwO5gImBAjBENbP09vZSZHM7EP8B4v8k4J9A3AjSXATEzCRaygbSB9LcB8R/SdT8C4gnsgCJSigmGTCOpjDSAECAAQBI6RqpQRaDFgAAAABJRU5ErkJggg==);
}
#custommenu-mobile .level1 .button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIxJREFUeNpi/P//PwO5gAWbYG9vL4ZYcXExhhgTAwUAn+YJQAzyUxcuBYwwP2Nx6k8gZgPid0AsjM0L+Gxmg9LMxDob5lTkKOBHEuvCpzmZQBgl4NNcD8SvcWgEiTfhi+c+KGZAcvpHIBbAG9pYEglKaJOaSCqB+BrUK8QnTyxeYCDa2dRIngQBQIABAGG6KfxEmzSnAAAAAElFTkSuQmCC);
}
#custommenu-mobile .level1 .button.open {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE1JREFUeNpi/P//PwO5gImBAjBwmllgjN7eXqI1FRcXU9/ZE4D4Px7chU9zMgHLEvBprgfi1zg0gsSbsAYYFPRBMVGAcQSmMIo0AwQYAIYUFeQ3G04OAAAAAElFTkSuQmCC);
}
/*BG*/
#custommenu-mobile  .parentMenu:hover a:link, #custommenu-mobile  .parentMenu:hover a:visited, #custommenu-mobile  .parentMenu:hover {
    background-color: #fff;
}
#custommenu-mobile .level0 {
    background-color: #f1f1f1;
}
#custommenu-mobile .level1 {
    background-color: #e4e4e4;
}
#custommenu-mobile .level2 {
    background-color: #f1f1f1;
}

.wc-overlay{position:absolute;display:none;opacity:0.9;z-index:99999;background:white url('http://www.monrechaud.com/skin/frontend/base/default/webcooking/images/ajax-loader.gif') center 5% no-repeat;}
    /**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(http://www.monrechaud.com/skin/frontend/default/monrechaud/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}


