/*
# -- BEGIN LICENSE BLOCK -----------------------------------------
                                                                  
   global.css  -->  CSS global pour le site Cuirdiscount          
                                                                  
 Created: 01 Septembre 2009 23:24:04                              
 Last Update: -                                                   
 (c)2009 Benjamin LEDOS |                                         
                                                                  
# -- END LICENSE BLOCK -------------------------------------------
*/



* {
  padding:0;
  margin:0;
}
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:0.8em;
  background: #996633 url('../img/fond.jpg') repeat;
  color: #7f6039;
}
div#beta {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  height: 80px;
  width: 80px;
  background: url('../img/beta.png') top left no-repeat;
  text-indent: -999em;
}
a#tooCool { display:none; }
/* Useful */
.align_center { text-align:center; }
.align_right { text-align:right; }
.middle { vertical-align: middle; }
.align_justify { text-align: justify; }
.uppercase { text-transform:uppercase; }
.hidden, .collapsed, .block_hidden_only_for_screen { display:none; }
.wrap { white-space: normal; }
.bold { font-weight: bold; }
.strike { text-decoration:line-through; }
.italic { font-style: italic; }
.top { vertical-align: top; }
.span_link { cursor:pointer; }
.span_link:hover { text-decoration:underline; }
.clear { clear:both; }
.left { float:left; }
.right { float:right; }
br.clear { clear:both; }
noscript ul {
  list-style-type:none;
  background:black;
  color:white;
  padding:10px;
  border:1px solid gray;
}
/* Footer links */
ul.footer_links {
  list-style-type:none;
  clear:both;
  height:2em;
  margin-top:2em;
}
ul.footer_links li {
  float:left;
  margin-right:2em;
  height:2em;
}
ul.footer_links li a { text-decoration:none; }
ul.footer_links li a:hover { color:black; }
ul.footer_links li img.icon { vertical-align:-2px; }
/* transfert effect*/
.transferProduct { border: 2px solid #888; }
/* simple list inline */
ul.inline_list {
  list-style-type:none;
  margin-top: 1em;
}
ul.inline_list li {
  float:left;
  text-align:center;
}
ul.inline_list li img { display:block; }
ul.half {
  width: 45%;
  margin-right: 1em;
  float: left;
}
/*                                                              */
/*                Category tree (i.e. in sitemap)               */
/*                                                              */
div.tree_top {
  background:url('../old_images/sitemap-top.gif') no-repeat -1px -3px;
  padding-left:24px;
  padding-bottom:3px;
  padding-top:3px;
}
ul.tree, ul.tree ul { list-style-type:none; }
ul.tree li {
  padding-left:1.2em;
  border-left:1px gray dotted;
  background:url(../old_images/sitemap-horizontal.gif) no-repeat left 10px;
  margin-left:21px;
}
ul.tree a { padding-left:0.2em; }
ul.tree a.selected { font-weight:bold; }
ul.tree li.last {
  background:url(../old_images/sitemap-last.gif) no-repeat -12px -2px;
  border:none;
}
span.grower { cursor:pointer; }
/* Tabs */
ul.idTabs {
  list-style-type:none;
  border-bottom:solid 1px #76839b;
  height:21px;
  margin-top:1em;
}
ul.idTabs li {
  float:left;
  margin-right:1px;
}
ul.idTabs li a {
  background-image: url('../img/tab_bg.jpg');
  display:block;
  width:173px;
  height:18px;
  text-align:center;
  text-decoration:none;
  text-transform:uppercase;
  font-weight:bold;
  padding-top:3px;
  color:#5c3922;
}
ul.idTabs li a.selected {
  background-image: url('../img/tab_bg_selected.jpg');
  color: #311300;
  font-size:0.8em;
}
/* IdTabs Short*/
ul.idTabsShort li a {
  background-image: url('../img/tab_bg_short.jpg');
  width:138px;
  color: #5c3922;
  font-size:0.8em;
}
ul.idTabsShort li a.selected {
  background-image: url('../img/tab_bg_selected_short.jpg');
  color: #311300;
  font-size:0.8em;
}
div.sheets {
  clear:both;
  padding:1em;
}
div#more_info_sheets ul li { margin-bottom:0.4em; }
/*                                                              */
/*                                                              */ 
/*                          global style                        */
/*                                                              */
/*                                                              */
a {
  color: #8E6647;
  text-decoration: underline;
  outline: none;
}
a:hover { text-decoration: none; }
input:focus {
  outline: 0;
  outline-offset: 0;
}
a img {
  outline: none;
  border: none;
  text-decoration: none;
}
h2 {
  font-size: 1.1em;
  padding-left:2em;
  margin: 0 0 0.5em 0;
  text-transform: uppercase;
  font-weight: bold;
  color: #311300;
  background: transparent url('../img/cms_top_title.png');
  height: 35px;
  line-height: 35px;
  vertical-align:middle;
}
h2 span {
  font-size: 0.8em;
  text-transform: lowercase;
  font-weight: normal;
  font-style: italic;
  color: #311300;
  margin-left: 1em;
  vertical-align:middle;
  line-height: 35px;
}
h3 {
  font-size: 1.1em;
  margin: 1em 0;
  color: #311300;
}
h4 {
  font-size: 1em;
  color: #311300;
}
/*                                                              */ 
/*                                                              */ 
/*                                                              */ 
/*                       global layout                          */
/*                                                              */ 
/*                                                              */ 
/*                                                              */ 
#page {
  width:975px;
  margin: 10px auto 5px auto;
  text-align:left;
}
#top {
  background: transparent url('../img/fondbeige_haut.png') no-repeat;
  height:16px;
}
#content { background: transparent url('../img/fondbeige_milieu.png') repeat-y; }
#bottom {
  background: transparent url('../img/fondbeige_bas.png') no-repeat;
  height:16px;
}
#global {
  width:893px;
  margin: 0px auto;
}
/*                                                              */ 
/*                                                              */ 
/*                           menu haut                          */
/*                                                              */ 
/*                                                              */ 
#menu_top {
  margin:0 0 5px 0;
  height:46px;
  line-height:46px;
  vertical-align:middle;
  background: transparent url('../img/menu_top.png');
  text-align:center;
}
#menu_top li { display:inline; }
#menu_top li a {
  font-weight:bold;
  font-size:1em;
  padding: 2px 15px;
  color:#EED48F;
  text-decoration:none;
}
#menu_top li a:hover { color:#8e6647; }
/*                                                              */ 
/*                                                              */ 
/*        wrapper, main, bloc principal, bloc de gauche         */
/*                                                              */ 
/*                                                              */ 
#wrapper { background: transparent; }
#main {
  margin-left: 255px;
  margin-top: 0;
}
#fluid { margin:0px; }
#left_column {
  float:left;
  width: 252px;
}
#cms_top {
  width:620px;
  background:url('../img/cms_top.png');
  height:13px;
  float:right;
  margin: 3px 4px 0 0;
}
#cms_top_h2 h2 { background:transparent; }
#cms_top_h2 {
  width:620px;
  background:url('../img/cms_top_title.png');
  height:35px;
  float:right;
  margin: 3px 4px 0 0;
}
#cms_content {
  width:620px;
  background: transparent url('../img/cms_content.png') repeat-y;
  float:right;
  margin: 0 4px 0 0;
}
#cms_content div { margin:2px 10px 0 10px; }
#cms_bottom {
  width:620px;
  background:url('../img/cms_bottom.png');
  height:16px;
  margin: 0 4px 5px 0;
  float:right;
}
/*                                                              */
/*                                                              */
/*                     global RTE fields                        */
/*                                                              */
/*                                                              */
div.rte, .mceContentBody {
  text-align:left;
  background:white;
  color: #7F6039;
}
div.rte html, div.rte div, div.rte span, div.rte applet, div.rte object, div.rte iframe, div.rte h1, div.rte h2, div.rte h3, div.rte h4, div.rte h5, div.rte h6, div.rte p, div.rte blockquote, div.rte pre, div.rte a, div.rte abbr, div.rte acronym, div.rte address, div.rte big, div.rte cite, div.rte code, div.rte del, div.rte dfn, div.rte em, div.rte font, div.rte img, div.rte ins, div.rte kbd, div.rte q, div.rte s, div.rte samp, div.rte small, div.rte strike, div.rte strong, div.rte sub, div.rte sup, div.rte tt, div.rte var, div.rte dl, div.rte dt, div.rte dd, div.rte ol, div.rte ul, div.rte li, div.rte fieldset, div.rte form, div.rte label, div.rte legend, div.rte table, div.rte caption, div.rte tbody, div.rte tfoot, div.rte thead, div.rte tr, div.rte th, div.rte td, .mceContentBody html, .mceContentBody div, .mceContentBody span, .mceContentBody applet, .mceContentBody object, .mceContentBody iframe, .mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6, .mceContentBody p, .mceContentBody blockquote, .mceContentBody pre, .mceContentBody a, .mceContentBody abbr, .mceContentBody acronym, .mceContentBody address, .mceContentBody big, .mceContentBody cite, .mceContentBody code, .mceContentBody del, .mceContentBody dfn, .mceContentBody em, .mceContentBody font, .mceContentBody img, .mceContentBody ins, .mceContentBody kbd, .mceContentBody q, .mceContentBody s, .mceContentBody samp, .mceContentBody small, .mceContentBody strike, .mceContentBody strong, .mceContentBody sub, .mceContentBody sup, .mceContentBody tt, .mceContentBody var, .mceContentBody dl, .mceContentBody dt, .mceContentBody dd, .mceContentBody ol, .mceContentBody ul, .mceContentBody li, .mceContentBody fieldset, .mceContentBody form, .mceContentBody label, .mceContentBody legend, .mceContentBody table, .mceContentBody caption, .mceContentBody tbody, .mceContentBody tfoot, .mceContentBody thead, .mceContentBody tr, .mceContentBody th, .mceContentBody td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 1em;
  font-family: inherit;
  vertical-align: baseline;
}
div.rte h1, div.rte h2, div.rte h3, div.rte h4, div.rte h5, div.rte h6, .mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6 { margin: 10px 0 5px 0; }
div.rte h1, .mceContentBody h1 {
  font-size: 25px;
  font-weight:bold;
}
div.rte h2, .mceContentBody h2 {
  font-size: 20px;
  background:none;
  text-transform:none;
  font-weight:bold;
  margin: 10px 0 15px 0;
}
div.rte h3, .mceContentBody h3 {
  font-size: 16px;
  /*  font-weight:bold;*/
  text-decoration:underline;
}
div.rte h4, .mceContentBody h4 { font-size: 14px;/* font-weight:bold;*/
}
div.rte h5, .mceContentBody h5 { font-size: 12px; }
div.rte h6, div.rte h6 { font-size:  8px; }
div.rte ol, .mceContentBody ul, div.rte ol, .mceContentBody ul { padding-left: 2em; }
div.rte ul, .mceContentBody ul {
  list-style-type:square;
  margin-left:45px;
}
div.rte strong, .mceContentBody strong { font-weight:bold; }
div.rte em, .mceContentBody em { font-style:italic; }
/* tables still need 'cellspacing="0"' in the markup */
div.rte table, .mceContentBody table {
  border-collapse: separate;
  border-spacing: 1px;
  width:auto;
}
div.rte caption, div.rte th, div.rte td, div.rte table, .mceContentBody caption, .mceContentBody th, .mceContentBody td, .mceContentBody table {
  text-align: left;
  font-weight: normal;
  background:none;
  height:inherit;
  border:1px #e5e6e7 solid;
  text-align:center;
}
div.rte th, .mceContentBody th {
  padding-left:1em;
  padding-right:1em;
  background:#e5e6e7;
}
div.rte p, .mceContentBody p {
  margin:0.5em 0pt;
  padding-left:0.7em;
}
/*                                                              */
/*                                                              */
/*                     global table style                       */
/*                                                              */
/*                                                              */
div.table_block {
  background: transparent url('../old_images/table_footer.gif') no-repeat bottom left;
  padding-bottom:6px;
  margin:0 auto 2em;/*  width:541px;*/
}
table.std {
  border-spacing: 0;
  border-collapse: collapse;
  width:100%;
}
table.std td, table.std th { padding: 0.4em 0.5em; }
table.std th { white-space:nowrap; }
table.std tr.item td, table.std tr.item th { background-color: white; }
table.std tr.alternate_item td, table.std tr.alternate_item th { background-color: #f1f2f4; }
table.std tbody tr td, table.std tfoot tr td { border-top: 1px solid #8e6647; }
table.std thead th {
  background-color: transparent;
  background-image: url('../img/table_header.png');
  background-repeat: no-repeat;
  height:24px;
  color: #311300;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
  font-size:0.9em;
}
table.std thead th.first_item { background-position: top left; }
table.std thead th.last_item { background-position: top right; }
table.std thead th.item { background-position: -10px 0; }
table.std tfoot td {
  color: #8e6647;
  text-align: right;
  white-space: nowrap;
}
/*                                                              */
/*                                                              */ 
/*                      global form style                       */
/*                                                              */ 
/*                                                              */

form.std h3 {
  color: #311300;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 1px solid #AC8A57;
  padding: 0.5em;
  margin: 0 0 0.5em 0;
}
form.std fieldset {
  border: 1px solid #8e6647;
  background: #e3daca url('../img/form_bg.png') no-repeat top left;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
form.std fieldset legend {
  padding: 0.3em 0.6em;
  margin: 1em 0 1em 0.5em;
  font-size: 1.6em;
  font-weight: 100;
  border-color: #d0d1d5;
  border-style: solid;
  border-width: 1px;
}
form.std h4, form.std p {
  padding: 0.3em 1em;
  clear: both;
}
form.std label, form.std p span {
  float: left;
  text-align: right;
  width: 30%;
}
#carriers2 label { width:auto; }
form.std p span.like_input {
  width: auto;
  margin-left:0.7em;
}
input, textarea, select, span.editable {
  margin-left: 0.7em;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  vertical-align: top;
  outline: none;
}
input, textarea, select {
  border: 1px solid #8e6647;
  padding:2px;
}
input.text {
  height:18px;
  padding-left:2px;
  padding-right:2px;
}
.checkbox input, .radio input { border: none; }
form.std .checkbox label, form.std .radio label, form.std span.form_info {
  margin: 0;
  float: none;
  text-align: left;
}
.required sup { color: #da0f00; }
form.std p.required { margin: 0; }
form.std p.checkbox { padding-left: 30%; }
form.std fieldset.account_creation p.checkbox { padding-left:0px; }
form.std p.submit {
  padding-left:31%!important;
  margin-bottom: 1.5em;
}
#center_column form.std p.submit2 {
  padding-left:170px;
  margin-bottom: 1.5em;
}
#gift_message { width:98%; }
form p.id_state { display:none; }
/* generic style */
ul.bullet li, .block ul.bullet li {
  padding-left: 2em;
  background: transparent url('../old_images/bullet.gif') no-repeat 0.6em 0.5em;
  list-style-type:none;
}
.price-discount { text-decoration: line-through; }
.price-pretax { color: gray; }
.price-ecotax { color:#488c40; }
img.icon {
  margin-right: 0.5em;
  vertical-align: middle;
}
.price, .price-shipping, .price-wrapping {
  color: #5c3b12;
  font-size: 1.1em;
  font-weight: bold;
  white-space:nowrap;
}
/*                                                              */
/*                           errors                             */
/*                                                              */
#cms_content div .error, .error {
  width: 90%;
  border: 2px solid #da0f00;
  background-color:#FFCECE;
  color:red;
  margin: 10px auto 30px auto;
  padding: 0.3em 0.8em 1em;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.error p { font-weight: bold; }
.error ol { margin: 5px 0 5px 0; }
.error a {
  color:red;
  text-decoration:none;
}
.error li {
  list-style-position: inside;
  list-style-type: decimal-leading-zero;
  padding-left: 2em;
}
/* warning */
.warning {
  color: black;
  font-size: 1.2em;
  background-color: #F8E1A0;
  border: 1px dashed #F9E400;
  font-weight: bold;
  margin: 0.2em 2em;
  padding: 0.6em 1em;
}
.warning_inline {
  color:#da0f00;
  font-weight:bold;
}
/* success */
.success {
  color: green;
  background-color: #d0d3d8;
  border: 1px dashed green;
  font-weight: bold;
  margin: 0.2em 1em;
  padding: 0.3em 0.8em 1em;
}
.success_inline {
  color:green;
  font-weight:bold;
}
 /html/body/div[2]/div[2]/div/div[4]/div[2]/div/div[2]/div/center 


/*                                                              */
/*                       breadcrumb.tpl                         */
/*                                                              */
.breadcrumb {
 font-size: 1em;
 color:#EED48F;
}
.breadcrumb .navigation-pipe { padding: 0 0.6em; }
.breadcrumb a {
  text-decoration: none;
  color:#311300;
}
.breadcrumb a:hover { text-decoration: underline; }
/*                                                              */
/*                        pagination.tpl                        */
/*                                                              */
#pagination { }
#pagination ul.pagination {
  list-style: none;
  float:left;
}
#pagination ul.pagination li {
  display: inline-block;
  line-height:19px;
  margin:0px;
  padding:0px;
}
#pagination ul.pagination li, #pagination ul.pagination a, #pagination ul.pagination span {
  font-weight: bold;
  color: #8E6647;
  display: inline-block;
  line-height:19px;
}
#pagination ul.pagination a, #pagination ul.pagination li.current, #pagination ul.pagination span, #pagination ul.pagination li.truncate {
  border: 0px solid #888;
  padding: 0em 0.4em;
  line-height: 19px;
  background: #8e6647 url('../img/pagination_bg.gif') repeat-x top right;
}
#pagination ul.pagination a { text-decoration: none; }
#pagination ul.pagination a:hover { color: #311300; }
#pagination ul.pagination li.current {
  background-color: #8E6647;
  background: url('../img/pagination-bg-current.gif');
  background: #8e6647 url('../img/pagination_bg.gif') repeat-x top right;
  color: #311300;
}
#pagination #pagination_previous a, #pagination #pagination_previous span, #pagination #pagination_next a, #pagination #pagination_next span {
  background-image: url('../img/pagination-prevnext-bg.gif');
  border: none;
  line-height: 19px;
}
#pagination #pagination_previous {
  background: transparent url('../img/pagination-prev-border.gif') no-repeat top left;
  padding-left: 6px;
}
#pagination #pagination_previous a, #pagination #pagination_previous span { border-left: none; }
#pagination #pagination_next {
  background: transparent url('../img/pagination-next-border.gif') no-repeat top right;
  padding-right: 6px;
}
#pagination #pagination_next a, #pagination #pagination_next span { border-right: none; }
#pagination li.disabled span {
  color: #888;
  background-color: #f1f2f4;
}
#pagination form.pagination {
  text-align: right;
  float:right;
}
#pagination form.pagination label {
  font-size: 0.8em;
  vertical-align: middle;
  float:right;
  margin-left: 0.3em;
}
#pagination form.pagination select { float:right; }
#pagination form.pagination select option {
  font-size: 0.8em;
  padding-right: 1em;
}
#pagination form.pagination input { float:right; }
/*                                                              */
/*                                                              */
/*                       product-sort.tpl                       */
/*                                                              */
/*                                                              */
form#productsSortForm p {
  margin: 1em 0 0 0;
  text-align:right;
}
form#productsSortForm p label, form#productsSortForm p select { }
form#productsSortForm p select { font-size:0.8em; }
/*                                                              */
/*                                                              */ 
/*                         Header                               */
/*                                                              */ 
/*                                                              */
#header ul { list-style: none; }
#header form {
  border: none;
  margin-bottom: 0!important;
  display: inline;
}
#header label {
  margin: 0;
  float: none;
}
/*                                                              */
/*                                                              */ 
/*                        block top search                      */
/*                                                              */ 
/*                                                              */
#search_block_top {
  height:26px;
  line-height:26px;
}
#search_block_top label {
  color:#311300;
  font-weight:bold;
  margin-left:5px;
}
#search_block_top input {
  /* vertical-align:none;  
  vertical-align: middle !important;*/
  margin-left:0px;
  outline-color:none;
  outline-style:none;
  outline-width:none;
  border:none;
}
#search_block_top input.ac_input {
  background:transparent url('../img/btn_recherche.png') no-repeat scroll 0 0;
  /*height:26px;*/
  width:239px;
  line-height:26px;
  padding: 6px 0 6px 6px !important;
  height:inherit !important;
  height:26px;
  padding: 6px 0 0 6px;
  border:none;
  color:#311300;
  font-weight:bold;
  vertical-align: middle;
}
/* block left column "Quick search" */
#search_block_left input { margin: 2px 0px 0px 0px; }
#search_block_left #search_query { width: 11em; }
#search_button { display: inline; }
/*                                                              */
/*                                                              */ 
/*                block top user information                    */
/*                                                              */
/*                                                              */ 
#header_user #shopping_cart, #header_user #your_account { font-size: 0.9em; }
#header_user #shopping_cart a, #header_user #your_account a {
  background-repeat: no-repeat;
  background-position: top left;
  padding: 2px 0 4px 26px;
  height: 20px;
  text-decoration: none;
}
#header_user #shopping_cart a { background-image: url('../old_images/icon/cart.gif'); }
#header_user #shopping_cart span.ajax_cart_quantity { padding-right:0.5em; }
#header_user #your_account a { background-image: url('../old_images/icon/my-account.gif'); }
#header_user {
  float:right;
  text-align:right;
  padding-right:26px;
  background:url('../img/btn_compte.png') no-repeat center right;
  min-height:26px;
  vertical-align:middle;
}
#header_user p, #header_user p a { color:#311300; }
#header_user p span { font-weight:bold; }
/*                                                              */
/*                                                              */ 
/*                            footer                            */
/*                                                              */ 
/*                                                              */ 
#footer {
  border-top: 1px solid #ac8a57;
  padding: 0.5em 0;
  clear: both;
  text-align:center;
}
#footer .block_various_links { list-style: none; }
#footer .block_various_links li a {
  text-decoration:none;
  color:#EED48F;
  font-size:0.8em;
}
#footer .block_various_links li {
  display: inline;
  border-left: 1px solid #ac8a57;
  padding: 0px 2px 0px 4px;
}
#footer .block_various_links li.first_item {
  border: none;
  padding-left: 0px;
}
/*                                                              */ 
/*                                                              */ 
/*                                                              */ 
/*                                                              */ 
/*                                                              */ 
/*                       block par defaut                       */
/*                                                              */ 
/*                                                              */ 
/*                                                              */ 
/*                                                              */ 
/*                                                              */ 
div.block { margin-bottom: 1em; }
div.block h4 a { color: #374853; }
div.block ul { list-style: none; }
div.block ul.tree li { padding-left:1.2em; }
div.block a { font-weight:bold; }
div.block a:hover { text-decoration: underline; }
div.block .block_content {
  border-left: 1px #d0d3d8;
  border-right: 1px #d0d3d8;
  padding:0.5em 0.7em 0pt;
  min-height:20px;
}
div.block li {
  padding: 0.2em 0 0.2em 0em;
  list-style-position: outside;
}
div.block a {
  color: #eed48f;
  text-decoration: none;
}
/*                                                              */ 
/*                                                              */ 
/*                         left block                           */
/*                                                              */ 
/*                                                              */ 
#left_column div.block { width: 252px; }
#left_column div.block h4 {
  height:40px;
  line-height:40px;
  vertical-align: middle;
  background: transparent url('../img/menu_head.png') no-repeat;
  text-align:center;
  font-weight:bold;
}
#left_column div.info h4 {
  background: transparent url('../img/menu_head_infos.png') no-repeat;
  text-indent:-10000px;
}
#left_column div.categories h4 {
  background: transparent url('../img/menu_head_categories.png') no-repeat;
  text-indent:-10000px;
}
#left_column div.panier h4 {
  background: transparent url('../img/menu_head_panier.png') no-repeat;
  text-indent:-10000px;
}
#left_column div.block div.block_content {
  background: transparent url('../img/menu_content.png') repeat-y;
  text-align:left;
}
#left_column div.block div.block_bottom {
  height:18px;
  background: transparent url('../img/menu_bottom.png') no-repeat;
}
/*                                                              */ 
/*                                                              */ 
/*                          right block                         */
/*                                                              */ 
/*                                                              */ 
#right_column div.block {
  padding-bottom: 6px;
  background: transparent url('../old_images/block_footer.gif') no-repeat bottom left;
}
#right_column div.block h4 {
  text-transform: uppercase;
  font-family: Helvetica, Sans-Serif;
  font-weight: bold;
  font-size: 1.2em;
  padding-left:0.5em;
  border-bottom:1px solid #8E6647;
  padding-top:2px;
  line-height:1.3em;
  color: #374853;
  height: 19px;
  background: transparent url('../old_images/block_header.gif') no-repeat top left;
}
#right_column div.block .block_content a.button_large { margin:0 0 0 -3px; }
/*                                                              */ 
/*                                                              */ 
/*                       block  exclusive                       */
/*                                                              */ 
/*                                                              */ 
#right_column div.exclusive { background: transparent url('../old_images/block_exclusive_footer.jpg') no-repeat bottom left; }
div.exclusive h4 {
  background: transparent url('../old_images/block_header_exclusive.gif') no-repeat top left;
  color: white;
}
div.exclusive h4 a { color:black; }
div.exclusive li { margin-top: 0; }
div.exclusive, div.exclusive a { color: #eed48f; }
/*                                                              */ 
/*                                                              */ 
/*                     block mon compte                         */
/*                                                              */ 
/*                                                              */ 

div.myaccount h4 a, div.myaccount h4 { color: #311300; }
div.myaccount h4 a img { vertical-align:middle; }
div.myaccount, div.myaccount a {
  color: #eed48f;
  font-weight:bold;
}
div.myaccount, div.myaccount a:hover {
  color: #8e6647;
  text-decoration:none;
}
div.myaccount ul.bullet { margin-top: 0.6em; }
div.myaccount ul.bullet li { background-image: url('../img/bullet_myaccount.png'); }
div.myaccount ul.bullet .icon { display: none; }
div.myaccount p.logout { padding: 0.3em 0 0.3em 2em; }
div.myaccount p.logout, div.myaccount p.logout a { color: #8e6647; }
div.myaccount p.logout a { text-decoration: underline; }
div.myaccount p.logout a:hover { text-decoration: none; }
div.myaccount .block_content { }
.account_input {
  margin-left: 5px;
  width:15em;
}
/*                                                              */ 
/*                                                              */ 
/*                       block products                         */
/*                                                              */ 
/*                                                              */ 
.products_block ul { margin-left:10px; }
.products_block li {
  width:204px;
  float:left;
  margin:0 0 5px 5px;
  position:relative;
}
.products_block li h5 {
  font-size: 0.9em;
  height:34px;
  line-height:34px;
  vertical-align: middle;
  background: transparent url('../img/produit_head.png') no-repeat;
  text-align:center;
  font-weight:bold;
  margin:0px;
}
.products_block li h5 a { color:#311300; }
.products_block li p a { color: #7f6039; }
.products_block li div.produit_content {
  background: transparent url('../img/produit_content.png') repeat-y;
  text-align:center;
}
.products_block li div.produit_bottom {
  height:17px;
  background: transparent url('../img/produit_bottom.png') no-repeat;
}
.products_block li.item img { margin-right: 5px; }
.products_block li.last_item { border: none; }
.products_block li img {
  vertical-align: top;
  margin-right: 0.2em;
}
.products_block p img {
  float: none;
  margin: 0 0 0 0.4em;
}
.products_block li p a {
  font-weight: normal;
  font-size: 0.8em;
}
.products_block dl {
  clear: both;
  border-top: 1px solid #374853;
  padding: 0.2em 0.4em;
}
.products_block dl dt {
  margin-top: 0.3em;
  color: #8E6647;
}
.products_block p.product_desc { min-height: 48px; }
.products_block a.button_large { margin: 0.4em 0.4em 0 0.4em; }
/*                                                              */ 
/*                                                              */ 
/*                    block products viewed                     */
/*                                                              */ 
/*                                                              */ 
.products_viewed_block li {
  clear: left;
  margin-top: 0.2em;
}
.products_viewed_block li.item img { margin-right: 5px; }
.products_viewed_block li.last_item { border: none; }
.products_viewed_block li img {
  vertical-align: top;
  float: left;
  margin-right: 0.2em;
}
.products_viewed_block p img {
  float: none;
  margin: 0 0 0 0.4em;
}
.products_viewed_block li h5 {
  display: inline;
  font-size: 0.9em;
}
.products_viewed_block li h5 a { color: #eed48f; }
.products_viewed_block li p a {
  font-weight: bold;
  font-size: 0.8em;
}
.products_viewed_block dl {
  clear: both;
  border-top: 1px solid #374853;
  padding: 0.2em 0.4em;
}
.products_viewed_block dl dt {
  margin-top: 0.3em;
  color: #8E6647;
}
.products_viewed_block p {
  margin-top: 0.4em;
  color: #8e6647;
}
.products_viewed_block a.button_large { margin: 0.4em 0.4em 0 0.4em; }
.products_viewed_block ul.product_images li {
  border: none;
  float: left;
  clear: none;
}
/*                                                              */
/*                        Block tags                            */
/*                                                              */
div.tags_block .block_content { padding: 0.2em 0.6em; }
div.tags_block p {
  text-align: justify;
  font-size:0.9em;
}
div.tags_block p a {
  margin: 0 0.1em;
  line-height: 1.5em;
}
div.tags_block p a:hover {
  color:white!important;
  background-color:#8E6647;
  text-decoration:none;
}
a.tag_level3 {
  font-size: 1.8em;
  font-weight:bold;
}
a.tag_level2 { font-size: 1.4em; }
a.tag_level1 {
  font-size: 1em;
  color:#888!important;
}
/*                                                              */
/*                    Block manufacturer                        */
/*                                                              */
.blockmanufacturer ul, .blocksupplier ul { padding-bottom: 0.6em; }
.blockmanufacturer select, .blocksupplier select {
  width: 100%;
  margin: 0;
}
/*                                                              */
/*                       Block specials                         */
/*                                                              */
.blockspecials ul { height: 8em; }
.blockspecials li {
  float: left;
  clear: none;
  width: 48%;
}
.blockspecials p.product_image { margin-right: 0.3em; }
.blockspecials p {
  padding: 0.3em 0 0 0;
  margin: 0;
  text-align: center;
  clear: both;
}
.blockspecials p a { margin: 0 auto; }
/* Block Viewed Products */
div#viewed-products_block_left div.block_content ul.products li { height:85px; }
div#viewed-products_block_left div.block_content ul.products li img { margin-right:7px; }
/*                                                              */
/*                       Block newsletter                       */
/*                                                              */
div#newsletter_block_left div.block_content {
  padding:1em 0;
  text-align:center;
}
div#newsletter_block_left div.block_content p {
  padding:0.3em 0;
  text-align:center;
}
div#newsletter_block_left div.block_content input.button_mini { margin:1em auto 0em auto; }
/* Block RSS */
div#rss_block_left p {
  margin:0.5em 0;
  text-align:center;
}
/*                                                              */
/*                     Block logo payment                       */
/*                                                              */
div.paiement_logo_block { text-align: center; }
div.paiement_logo_block a { text-decoration: none; }
div.paiement_logo_block img { margin: 0 0.5em; }
/*                                                              */ 
/*                                                              */ 
/*                      block editorial                         */
/*                                                              */ 
/*                                                              */ 
.editorial_block { color: #7f6039; }
.editorial_block #cms_content div { margin: 0 20px 0 30px; }
.editorial_block h2, .editorial_block h3, .editorial_block p, .editorial_block li { color: #7f6039; }
.editorial_block .rte { background:transparent none repeat scroll 0 0; }
.editorial_block h2 {
  background: none;
  padding: 0;
  margin-bottom: 1em;
}
.editorial_block p {
  text-align: justify;
  padding-top: 0.4em;
}
#editorial_block_center p { padding-left:0px; }
/*                                                              */
/*                       Block advertising                      */
/*                                                              */
.advertising_block {
  width: 191px;
  margin-bottom: 1em;
  text-align: center;
}
/* Block new products */
#new-products_block_right dt a {
  font-size:0.8em;
  font-weight:bold;
}
/*                                                              */
/*                        Block categories                      */
/*                                                              */
div#categories_block_left ul.tree { padding-left:0.5em; }
div#categories_block_left ul.tree li {
  border:none;
  padding-left:15px;
  background: none;
  margin-left:0;
  font-weight:bold;
  font-size:13px;
  line-height:13px;
  margin-top:2px;
}
div#categories_block_left ul.tree li ul li {
  padding-left:15px;
  background:none;
  font-size:11px;
  font-weight:normal;
}
div#categories_block_left ul.tree li ul li ul li {
  padding-left:15px;
  font-size:9px;
}
div#categories_block_left ul.tree a {
  padding-left:0;
  color:#eed48f;
}
div#categories_block_left ul.tree a:hover {
  text-decoration:none;
  color: #8E6647;
}
div#categories_block_left ul.tree a.selected {
  color: #8E6647;
  font-weight: bold;
}
div#categories_block_left span.grower {
  display:block;
  float:left;
  background-position: 0px 3px;
  background-repeat: no-repeat;
  width:9px;
  height:15px;
  margin: 0 0 0 -10px!important;
  margin: 0 0 0 -6px;
  padding: 0;
}
div#categories_block_left span.OPEN { background-image: url('../old_images/icon/less.gif'); }
div#categories_block_left span.CLOSE { background-image: url('../old_images/icon/more.gif'); }
/*                                                              */ 
/*                                                              */ 
/*                  steps (like order step)                     */
/*                                                              */ 
/*                                                              */ 
ul.step {
  background: transparent url('../img/step_start.gif') no-repeat bottom left;
  list-style: none;
  margin:0.8em auto 2em;
  padding-left: 40px;
  height: 25px;
  width:465px;
}
ul.step li {
  height: 25px;
  float: left;
  width: 100px;
  text-align: center;
  background: transparent url('../img/step_standard.gif') no-repeat bottom left;
}
ul.step li, ul.step li a { color: #8e6647; }
ul.step li.step_current {
  background: transparent url('../img/step_current.gif') no-repeat bottom left;
  font-weight:bold;
}
ul.step li.step_todo { font-style:italic; }
ul.step li#step_end { width: 40px; }
ul.step li#step_end { background: transparent url('../img/step_end.gif') no-repeat bottom left; }
ul.step li#step_end.step_current { background: transparent url('../img/step_end_current.gif') no-repeat bottom left; }
ul#order_step { background-color: white; }
/*                                                              */ 
/*                                                              */ 
/*                                                              */ 
/*                                                              */ 
/*                                                              */ 
/*                 Special style for block cart                 */
/*                                                              */ 
/*                                                              */ 
/*                                                              */ 
/*                                                              */ 
/*                                                              */ 
#cart_block .block_content { }
#cart_block h4 { background-image: url('../old_images/block_header_exclusive_cart.gif'); }
#cart_block h4 span {
  text-transform:none;
  font-size:0.8em;
  cursor:pointer;
  background-repeat:no-repeat;
  background-position:left top;
  padding-left:10px;
}
#cart_block h4 span#block_cart_collapse { background-image: url('../old_images/icon/sort_asc.gif'); }
#cart_block h4 span#block_cart_expand { background-image: url('../old_images/icon/sort_desc.gif'); }
#cart_block #cart_block_no_products { margin: 0.5em 0; }
#cart_block dl dt a, #cart_block dl dt span.quantity-formated { float: left; }
#cart_block dl { font-size: 0.9em; }
#cart_block dt {
  padding-top:0.4em;
  height:1.2em;
}
#cart_block dl span.quantity-formated { padding-right:0.3em; }
#cart_block dt, #cart_block dd {
  clear: both;
  margin-top:0.2em;
}
#cart_block dd {
  margin-left:1em;
  margin-right:1em;
  font-style:italic;
}
#cart_block dl dt a {
  font-weight: bold;
  font-size:0.9em;
}
#cart_block a.ajax_cart_block_remove_link {
  width:11px;
  height:13px;
  margin-left:4px;
  float:right;
  font-size:0;
  display:block;
  background: transparent url('../img/icon/corbeille_petit.png') no-repeat left bottom;
}
#cart_block a.ajax_cart_block_remove_link:hover { text-decoration:none; }
#cart_block p { clear: both; }
#cart_block p span {
  clear: right;
  float: left;
  text-align: right;
}
#cart_block li { clear: both; }
#cart_block span.price {
  color: #eed48f;
  float: right;
  font-size: 0.8em;
}
#cart_block dl span.price {
  font-weight: normal;
  color: #eed48f;
  float: right;
}
#cart_block_wrapping_cost, #cart_block_shipping_cost, #cart_block_total { padding-right:1.3em; }
#cart_block table#vouchers {
  margin-top:0.5em;
  border-top:1px solid white;
  height: 3em;
  padding-top:0.4em;
  margin-bottom:0.5em;
  clear:both;
}
#cart_block p#cart-prices {
  margin-top:0.5em;
  border-top:1px solid #eed48f;
  height: 4em;
  padding-top:0.4em;
  margin-bottom:0.5em;
  clear:both;
}
#cart_block table#vouchers td {
  padding:0;
  border:0;
  height:1.5em;
}
#cart_block table#vouchers td.price {
  color:white;
  font-size:1em;
  font-weight:normal;
  width:37%;
  text-align:right;
}
#cart_block table#vouchers td.delete {
  width:9%;
  text-align:right;
}
#cart_block table#vouchers td.delete img { margin:0; }
#cart_block p#cart-buttons {
  height: 1.6em;
  margin:0 -0.3em;
  text-align:center;
}
/*                                                              */
/*                                                              */ 
/*                                                              */ 
/*                                                              */ 
/*                          Boutons                             */
/*                                                              */ 
/*                                                              */ 
/*                                                              */ 
/*                                                              */ 

/* bouton ajouter au panier */
a.btn_panier {
  display:-moz-inline-box;
  display:inline-block;
  width: 62px;
  height:22px;
  background:url('../img/btn_panier.png');
}
a:hover.btn_panier { background:url('../img/btn_panier.png') 0 -22px; }
a.btn_panier span { display:none; }
/* bouton epuisé */
a.btn_panier_epuise {
  display:-moz-inline-box;
  display:inline-block;
  width: 62px;
  height:22px;
  background:url('../img/btn_panier.png') 0 -44px;
  ;
}
a.btn_panier_epuise span { display:none; }
/* bouton commander */
a.btn_commander {
  display:-moz-inline-box;
  display:inline-block;
  width: 83px;
  height:22px;
  background:url('../img/btn_cmd.png');
}
a:hover.btn_commander { background:url('../img/btn_cmd.png') 0 -22px; }
a.btn_commander span { display:none; }
/* bouton detail */
a.btn_detail {
  display:-moz-inline-box;
  display:inline-block;
  width: 61px;
  height:22px;
  background:url('../img/btn_details.png');
}
a:hover.btn_detail {
  background:url('../img/btn_details.png') 0 -22px;
  cursor:pointer;
}
a.btn_detail span { display:none; }
/* bouton suivant */
a.btn_suivant, input.btn_suivant {
  display:-moz-inline-box;
  display:inline-block;
  width: 92px;
  height:22px;
  background:url('../img/btn_suivant.png');
  border:0px;
  text-indent:-5000px;
  float:right;
}
a:hover.btn_suivant, input:hover.btn_suivant {
  background:url('../img/btn_suivant.png') 0 -22px;
  cursor:pointer;
}
a.btn_suivant span { display:none; }
/* bouton continuer mes achats */
a.btn_continue, input.btn_continue {
  display:-moz-inline-box;
  display:inline-block;
  width: 140px;
  height:22px;
  border:0px;
  text-indent:-5000px;
  background:url('../img/btn_continue.png');
}
a:hover.btn_continue, input:hover.btn_continue {
  background:url('../img/btn_continue.png') 0 -22px;
  cursor:pointer;
}
a.btn_continue span { display:none; }
/* bouton precedent */
a.btn_precedent {
  display:-moz-inline-box;
  display:inline-block;
  width: 92px;
  height:22px;
  background:url('../img/btn_precedent.png');
}
a:hover.btn_precedent {
  background:url('../img/btn_precedent.png') 0 -22px;
  cursor:pointer;
}
a.btn_precedent span { display:none; }
/* bouton ajouter form */
input.btn_ajouter_form {
  display:-moz-inline-box;
  display:inline-block;
  width: 61px;
  height:22px;
  background:url('../img/btn_ajouter_form.png');
  border:0px;
  text-indent:-5000px;
}
input:hover.btn_ajouter_form {
  background:url('../img/btn_ajouter_form.png') 0 -22px;
  cursor:pointer;
}
/* bouton inscription*/
input.btn_inscription {
  display:-moz-inline-box;
  display:inline-block;
  width: 120px;
  height:22px;
  background:url('../img/btn_inscription.png');
  border:0px;
  text-indent:-5000px;
}
input:hover.btn_inscription {
  background:url('../img/btn_inscription.png') 0 -22px;
  cursor:pointer;
}
/* bouton connexion */
input.btn_connexion {
  display:-moz-inline-box;
  display:inline-block;
  width: 120px;
  height:22px;
  background:url('../img/btn_connexion.png');
  border:0px;
  text-indent:-5000px;
}
input:hover.btn_connexion {
  background:url('../img/btn_connexion.png') 0 -22px;
  cursor:pointer;
}
/* bouton ajouter au panier */
input.btn_ajout_panier {
  display:-moz-inline-box;
  display:inline-block;
  width: 120px;
  height:22px;
  background:url('../img/btn_ajout_panier.png');
  border:0px;
  text-indent:-5000px;
}
#add_to_cart input.btn_ajout_panier { float:right; }
input:hover.btn_ajout_panier {
  background:url('../img/btn_ajout_panier.png') 0 -22px;
  cursor:pointer;
}
/* bouton ajouter une adresse */
a.btn_ajout_adresse {
  display:-moz-inline-box;
  display:inline-block;
  width: 120px;
  height:22px;
  background:url('../img/btn_ajout_adresse.png');
}
a:hover.btn_ajout_adresse { background:url('../img/btn_ajout_adresse.png') 0 -22px; }
a.btn_ajout_adresse span { display:none; }
/* bouton ajouter au panier */
input.btn_valider {
  display:-moz-inline-box;
  display:inline-block;
  width: 92px;
  height:22px;
  background:url('../img/btn_valider.png');
  border:0px;
  text-indent:-5000px;
}
#add_to_cart input.btn_valider { float:right; }
input:hover.btn_valider {
  background:url('../img/btn_valider.png') 0 -22px;
  cursor:pointer;
}
/* bouton ajouter au panier */
input.btn_confirme_commande {
  display:-moz-inline-box;
  display:inline-block;
  width: 150px;
  height:22px;
  background:url('../img/btn_confirme_commande.png');
  border:0px;
  text-indent:-5000px;
}
input.btn_confirme_commande { float:right; }
input:hover.btn_confirme_commande {
  background:url('../img/btn_confirme_commande.png') 0 -22px;
  cursor:pointer;
}
/* bouton ajouter une adresse */
a.btn_autre_moyen_paiement {
  display:-moz-inline-box;
  display:inline-block;
  width: 150px;
  height:22px;
  background:url('../img/btn_autre_moyen_paiement.png');
}
a:hover.btn_autre_moyen_paiement { background:url('../img/btn_autre_moyen_paiement.png') 0 -22px; }
a.btn_autre_moyen_paiement span { display:none; }
/* bouton ok */
input.btn_ok {
  display:-moz-inline-box;
  display:inline-block;
  width: 29px;
  height:19px;
  background:url('../img/pagination-ok.gif');
  border:0px;
  text-indent:-5000px;
}
input:hover.btn_inscription {
  background:url('../img/btn_inscription.png') 0 -22px;
  cursor:pointer;
}
#cart_block .cart_block_customizations {
  margin-left: 6px;
  list-style-type: square;
}
#cart_block #cart-price-precisions {
  margin-top:0.5em;
  padding-top: 0.4em;
  border-top:1px solid white;
  font-size: 0.9em;
  height: 2em;
}
/*                                                              */
/*                                                              */
/*                     authentication.tpl                       */
/*                                                              */
/*                                                              */
#authentication #create-account_form, #authentication #login_form {
  width: 49%;
  height: 25em;
  clear: none;
  float: left;
}
#authentication #create-account_form h4 {
  height: 3.4em;
  padding:0.3em 3em 0 4em;
}
#authentication #create-account_form p.text, #authentication #login_form p.text {
  height: 3.4em;
  margin-left:4em;
  padding-left:0;
  padding-right:0;
}
#authentication #login_form a { color:#374853; }
#authentication #create-account_form { margin-right: 7px; }
#authentication #create-account_form p.text {
  text-align:left;
  width:100px;
}
#authentication #create-account_form p.text label { width:100px; }
#authentication input#SubmitCreate, #authentication input#SubmitLogin { margin:0; }
#authentication p.submit {
  margin-right: 0;
  text-align:left;
  padding-left:17% !important;
}
#authentication p.lost_password { padding-left:4em; }
#authentication #create-account_form fieldset, #authentication #login_form fieldset { height:18em; }
#authentication p.submit span { padding-right:0.5em; }
#authentication #create-account_form label, #authentication #login_form label {
  float: none;
  clear: both;
  display: block;
  text-align: left;
  width: 100%;
  margin-bottom: 0.3em;
}
form#account-creation_form input.text, form#account-creation_form #id_country, form#account-creation_form #id_state, #authentication textarea { width:17em; }
/*                                                              */
/*                       my-account.tpl                         */
/*                                                              */
ul#my-account {
  text-align:center;
  margin: 1em 0 2em 0;
}
#my-account li {
  margin: 2em 0;
  list-style: none;
  display:inline-block;
}
#my-account li a {
  display:block;
  width:187px;
  height:105px;
  background-color:#666666;
}
#my-account li a.btn_account_adresses { background: transparent url('../img/btn_account_adresses.png') top left; }
#my-account li a:hover.btn_account_adresses { background: transparent url('../img/btn_account_adresses.png') 0 -109px; }
#my-account li a.btn_account_avoirs { background: transparent url('../img/btn_account_avoirs.png') top left; }
#my-account li a:hover.btn_account_avoirs { background: transparent url('../img/btn_account_avoirs.png') 0 -109px; }
#my-account li a.btn_account_histo { background: transparent url('../img/btn_account_histo.png') top left; }
#my-account li a:hover.btn_account_histo { background: transparent url('../img/btn_account_histo.png') 0 -109px; }
#my-account li a.btn_account_infos { background: transparent url('../img/btn_account_infos.png') top left; }
#my-account li a:hover.btn_account_infos { background: transparent url('../img/btn_account_infos.png') 0 -109px; }
#my-account li a.btn_account_reduc { background: transparent url('../img/btn_account_reduc.png') top left; }
#my-account li a:hover.btn_account_reduc { background: transparent url('../img/btn_account_reduc.png') 0 -109px; }
#my-account li a.btn_account_marchandises { background: transparent url('../img/btn_account_marchandises.png') top left; }
#my-account li a:hover.btn_account_marchandises { background: transparent url('../img/btn_account_marchandises.png') 0 -109px; }
#my-account li a span { display:none; }
/* discount.tpl */
td.discount_value { white-space: nowrap; }
/* category.tpl */
h2.category_title { font-size: 1.3em; }
body#category #subcategories li { margin-right:10px; }
div.cat_desc { margin:0 1em; }
body#category div#subcategories ul.inline_list li a img { display:inline; }
/*                                                              */
/*                                                              */
/*                       product-list.tpl                       */
/*                                                              */
/*                                                              */
.products_block li h5 { }
.products_block li h5 a { color:#311300; }
.products_block li p a { color: #7f6039; }
.products_block li div.produit_content { }
.products_block li div.produit_bottom { }
div#fluid ul#product_list {
  margin: 5px 0 0 8px;
  list-style-type:none;
  float:left;
}
ul#product_list li {
  float:left;
  width:204px;
  margin:0 0 0 5px;
  text-align:center;
  position:relative;
}
ul#product_list li h3 {
  font-size: 0.9em;
  height:34px;
  line-height:34px;
  vertical-align: middle;
  background: transparent url('../img/produit_head.png') no-repeat;
  text-align:center;
  font-weight:bold;
  margin:0px;
}
ul#product_list li h3 a { color:#311300; }
ul#product_list li div.product_content {
  background: transparent url('../img/produit_content.png') repeat-y;
  text-align:center;
  padding :0 5px;
}
ul#product_list li div.product_bottom {
  height:17px;
  background: transparent url('../img/produit_bottom.png') no-repeat;
}
ul#product_list li a { text-decoration:none; }
ul#product_list a.product_img_link {
  margin-right:0.6em;
  z-index:5;
}
ul#product_list a.product_img_link img { }
span.on_sale {
  position:absolute;
  top:35px;
  right:15px;
  z-index:10;
  background:transparent url('../img/flash_soldes.png');
  width:52px;
  height:52px;
  border:0;
  text-indent:-10000px;
}
span.on_sale { background:transparent url('../img/flash_solde.gif'); }
ul#product_list li .discount, span.discount {
  position:absolute;
  top:35px;
  right:15px;
  z-index:10;
  background:transparent url('../img/flash_promo.gif');
  width:52px;
  height:52px;
  border:0;
  text-indent:-10000px;
}
span.discount { background:transparent url('../img/flash_promo.gif'); }
ul#product_list li .new, span.new {
  position:absolute;
  top:35px;
  right:15px;
  z-index:10;
  background:transparent url('../img/flash_new.png');
  width:52px;
  height:52px;
  border:0;
  text-indent:-10000px;
}
ul#product_list li p.product_desc {
  min-height:48px;
  font-size:0.8em;
}
ul#product_list li p.product_desc a { color:#7F6039; }
ul#product_list li .discount {
  color:#da0f00;
  text-transform:uppercase;
  font-weight:bold;
  display: block;
}
ul#product_list li span.availability { display:none; }
ul#product_list li a.button { margin-top:0.5em; }
/*                                                              */
/*                                                              */
/*                        shopping cart                         */
/*                                                              */
/*                                                              */
table.cart_last_product {
  width:300px;
  margin-left:130px;
}
table.cart_last_product_content { margin:5px 0px 10px 130px; }
p.cart_navigation { padding: 1em 0 0 0!important; }
p.cart_navigation .button, p.cart_navigation .button_large { float: left; }
p.cart_navigation .exclusive, p.cart_navigation .exclusive_large { float: right; }
p.cart_navigation_extra {
  text-align:center;
  width:auto;
}
form.std p.cart_navigation span {
  float:none;
  text-align:left;
  width:auto;
}
table#cart_summary { border-collapse:separate; }
#cart_summary tfoot tr td {
  border-top: none;
  line-height: 1.5em;
}
#cart_summary tfoot .cart_total_product td { border-top: 2px solid #8e6647; }
#cart_summary tfoot .cart_total_price td { border-top: 2px solid #8e6647; }
#cart_summary .price, #cart_summary .price-discount {
  color: #311300;
  font-size: 0.9em;
  text-decoration: none;
  margin-right:5px;
}
tr.cart_item td {
  padding: 0.5em 0;
  vertical-align:middle;
}
td.cart_product a { margin: 0 0.6em; }
td.cart_product a img { border: 1px solid #311300; }
td.cart_product a:hover img { border: 1px solid #888; }
td.cart_description a { text-decoration: none; }
td.cart_description a:hover { text-decoration: underline; }
td.cart_description h5 a, td.cart_ref, td.cart_total { color: #8E6647; }
td.cart_unit, td.cart_total, td.cart_discount_price { text-align: right; }
td.cart_availability, td.cart_ref { text-align: center; }
td.cart_total .price { font-weight: bold; }
tr.cart_item td.cart_unit { padding-right: 1em; }
#cart_summary td.cart_unit .price { color:#8e6647; }
td.cart_quantity { vertical-align:middle; }
td.cart_quantity a, td.cart_quantity img {
  vertical-align:middle;
  display: inline;
}
td.cart_quantity a img.delete {
  line-height: 16px;
  margin-top:-3px;
}
td.cart_quantity img.plusmoin { line-height:25px; }
td.cart_quantity p {
  padding-right: 0.3em;
  height:20px;
  line-height:20px;
  vertical-align:middle;
}
td.cart_quantity .icon { margin-top: 0.6em; }
td.cart_quantity a.cart_quantity_up, td.cart_quantity a.cart_quantity_down { display: block; }
tr.cart_free_shipping { white-space: normal; }
tr.cart_free_shipping td {
  font-size:0.8em;
  white-space: normal;
}
#order tfoot p {
  margin: 0;
  float: left;
  width: 85%;
}
#order tfoot span {
  float: right;
  width: 15%;
  display: block;
}
tr.cart_total_price { font-weight: bold; }
form#voucher fieldset {
  background: #e3daca url('../img/form_bg.png') no-repeat top left;
  border: 1px #8e6647 solid;
  padding: 5px;
  margin: 10px 0;
}
form#voucher fieldset h4 {
  line-height: 1.5em;
  margin-bottom:10px;
  text-decoration:underline;
}
form#voucher fieldset p { vertical-align:middle; }
form#voucher fieldset p input {
  vertical-align:middle;
  padding:2px;
}
#order form#voucher h4, #order form#voucher p, #order form#voucher .button { display: inline; }
#order form#voucher h4 {
  float: left;
  line-height: 1.5em;
  margin-right: 6em;
}
#order form#voucher h4 {
  float: left;
  line-height: 1.5em;
  margin-right: 6em;
}
#order #order_carrier {
  clear: both;
  margin-top: 1em;
  border: 1px solid #8e6647;
  padding: 0.5em;
}
#order #order_carrier h4 {
  width: 50%;
  display: inline;
}
#order #order_carrier img { vertical-align: middle; }
#order #order_carrier span { margin: 0 0.2em; }
#order #gift_div { display:none; }
#order #gift_div label, #order #gift_div textarea {
  display:block;
  width:100%;
  margin:1em 0;
}
/*                                                              */
/*                                                              */
/*                       contact-form.tpl                       */
/*                                                              */
/*                                                              */
body#contact-form div#center_column form input#email, body#contact-form div#center_column form select#id_contact, body#contact-form div#center_column form textarea#message { width: 50%; }
form.std p.desc_contact span.like_input {
  width: 366px;
  text-align: left;
}
/* history.tpl*/

div #block-history {
  color:#374853;
  margin-top:20px;
}
.color-myaccount { color: #8e6647; }
#block-history table#order-list { border:none; }
#block-history table#order-list td, #block-history table#order-list th {
  padding:5px 6px;
  font-size:0.9em;
  text-align:center;
}
#block-history table#order-list td { font-size:0.85em; }
#block-history table#order-list td.history_state { font-size:0.8em; }
#block-history table#order-list td.history_price {
  font-weight:bold;
  white-space: nowrap;
}
#block-history table#order-list thead th {
  backgrounde: url('../img/table_header.png');
  color:#ffffff;
  text-align:center;
}
/*#block-history table#order-list tbody { background: #e3daca url('../img/form_bg.png') no-repeat top left; }*/
#block-history table#order-list tbody tr td { }
#block-history table#order-list td.history_link {
  white-space: nowrap;
  text-align: right;
}
#block-history #block-order-detail {
  margin:30px 0 0 0;
  padding:15px 0 0 0;
  border-top: 2px solid #8e6647;
  border-bottom: 2px solid #8e6647;
  color: #8e6647;
}
#block-history #block-order-detail p {
  padding-left :0;
  padding-right :0;
}
#order-detail-content {
  clear:both;
  margin-top:1.5em;
}
#order-detail-content tbody tr { height:3em; }
#order-detail-content tfoot td { border:none; }
#order-detail-content table td input.order_qte_input { display:none; }
#order-detail-content table td.order_cb input { border: none; }
#order-detail-content table td span.order_qte_span {
  width: 100%;
  display:block;
}
#order-detail-content table tr.item td span { font-size:1em; }
#block-history #block-order-detail h4 { font-size:1.4em; }
#block-history #block-order-detail #sendOrderMessage p { padding:0pt 4px 0pt 1px; }
#block-history #block-order-detail textarea {
  margin:0 auto;
  width:100%;
}
#ordermsg textarea {
  margin:0;
  padding:0;
  width:528px;
}
#cms_content div.addresses #ordermsg { margin: 10px 0 0 0; }
#cms_content div.addresses #ordermsg textarea { width:100%; }
#cms_content div center div.module_confirmation { display:none; }
/*  sitemap.tpl */
#sitemap_content { margin-left:5em; }
div.sitemap_block {
  padding:0;
  float:left;
  width:30%;
}
div.sitemap_block ul { text-align:left; }
div.sitemap_block h3, .categTree h3 {
  margin-top:1em;
  margin-bottom:1em;
}
div.categTree {
  margin-top:25px;
  margin-bottom:1em;
  margin-left:5em;
}
/*                                                              */
/*                                                              */
/*                          product.tpl                         */
/*                                                              */
/*                                                              */
#primary_block #pb-right-column {
  width:310px;
  float:left;
}
#primary_block #pb-left-column {
  float:right;
  width:233px;
}
#primary_block #image-block {
  border:#8e6647 solid 1px;
  height:302px;
  width:300px;
}
#primary_block ul#usefull_link_block { display:none; }
#primary_block #image-block img#bigpic {
  cursor:pointer;
  height:300px;
  width:300px;
}
#primary_block ul#usefull_link_block {
  list-style-type:none;
  margin-top:1em;
}
#primary_block ul#usefull_link_block li {
  margin:0.5em 1em 0.5em 0;
  display: block;
}
#primary_block ul#usefull_link_block li a, #primary_block ul#usefull_link_block span.span_link, #primary_block ul#usefull_link_block span.span_link:hover {
  text-decoration:none;
  color:#76839b;
  font-size:0.9em;
  background: white url('../old_images/bullet_alt.jpg') no-repeat top left;
  padding-left:15px;
  height:15px;
}
#primary_block #short_description_block, #primary_block form#buy_block, #primary_block #color_picker {
  background: #e3daca url('../img/form_bg.png') no-repeat top left;
  border: 1px #8e6647 solid;
  padding: 5px;
  margin: 0 0 10px 0;
  color:#5C3922;
}
#primary_block #color_picker p {
  margin: 0 0 0.4em 0;
  padding: 0 0 0 0;
}
{
 padding: 0.7em;
 background: #e5e6e7 url('../old_images/product-short-desc-bg.gif') repeat-x top left;
 border: 1px #d0d3d8 solid;
 margin-bottom: 1.5em;
}
#primary_block #color_to_pick_list { }
#primary_block #color_to_pick_list li {
  display: inline;
  float: left;
  margin: 0 0.4em 0.4em 0;
}
#primary_block a.color_pick {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #666;
  cursor: pointer;
}
#primary_block a.color_pick:hover { border: 1px solid #000; }
#primary_block #image-block img#bigpic.jqzoom {
  cursor:crosshair;
  position:relative;
}
#primary_block p.buttons_bottom_block {
  margin:0;
  color:#5C3922;
}
#primary_block p.buttons_bottom_block a, #primary_block p.buttons_bottom_block input {
  margin:0.9em auto 0 auto;
  color:#5C3922;
}
#primary_block #short_description_content {
  margin-bottom:0.5em;
  color:#5C3922;
}
#primary_block form#buy_block p {
  padding:0;
  margin-top:0;
}
#primary_block form#buy_block input { height:auto; }
#primary_block form#buy_block img.on_sale_img { float:left; }
#primary_block form#buy_block span.on_sale {
  color:#da0f00;
  text-transform:uppercase;
  font-weight:bold;
  float:right;
}
#primary_block form#buy_block span.discount {
  color:#da0f00;
  text-transform:uppercase;
  font-weight:bold;
  float:right;
}
#primary_block form#buy_block span.our_price_display { float:right; }
#primary_block form#buy_block span#availability_label {
  float:left;
  width:47%;
  text-align:right;
}
#primary_block form#buy_block span#availability_value { margin-left:10px; }
#primary_block form#buy_block label { text-align:right; }
#primary_block form#buy_block label, #primary_block form#buy_block select {
  display:block;
  width:47%;
  float:left;
}
#primary_block div#attributes p, #quantity_wanted_p {
  clear: left;
  height:2em;
}
/*                                                              */
/*                            prices                            */ 
/*                                                              */
#primary_block form#buy_block p.price {
  font-size:1.05em;
  text-align:right;
}
#primary_block form#buy_block span#pretaxe_price {
  font-size:0.75em;
  text-align:right;
}
#primary_block form#buy_block p#old_price {
  font-size:0.8em;
  text-align:right;
  text-decoration:line-through;
}
#primary_block form#buy_block p#reduction_percent {
  color:#da0f00;
  font-size:0.75em;
  text-align:right;
}
#primary_block form#buy_block p.price-ecotax {
  font-size:0.75em;
  text-align:right;
}
/* views block */
#cms_content div #views_block {
  margin:0 0 0 16px;
  width: 294px;
}
#thumbs_list {
  overflow:hidden;
  float:left;
  width: 240px;
}
#thumbs_list ul {
  padding-left:0px;
  list-style-type:none;
  margin-top: 5px;
}
#thumbs_list li {
  float:left;
  cursor:pointer;
  width: 80px;
  height: 80px;
}
#view_scroll_left, #view_scroll_right {
  background: url('../img/thumbs_left.gif') no-repeat center;
  text-indent:-3000px;
  width:9px;
  height:18px;
  float:left;
  margin-top:30px;
  padding-right: 4px;
  padding-left: 4px;
}
#view_scroll_right { background-image: url('../img/thumbs_right.gif'); }
span.view_scroll_spacer {
  float: left;
  width: 17px;
  height: 80px;
}
#views_block p { font-size:0.7em; }
/* manufacturers-list.tpl && suppliers-list.tpl */
ul#manufacturers_list, ul#suppliers_list {
  margin-top:2em;
  list-style-type:none;
}
ul#suppliers_list li, ul#manufacturers_list li {
  background: #d0d3d8 url('../old_images/block_category_item_bg.jpg') repeat-x;
  border: solid 1px #d0d3d8;
  padding:0.6em;
  margin-bottom:1.5em;
}
ul#suppliers_list li a, ul#manufacturers_list li a {
  text-decoration:none;
  color:#374853;
}
ul#suppliers_list li h3, ul#manufacturers_list li h3 { margin:0.4em 0; }
ul#suppliers_list .left_side, ul#manufacturers_list .left_side {
  float:left;
  width:75%;
}
ul#suppliers_list .logo, ul#manufacturers_list .logo {
  border: solid 1px #d0d3d8;
  float:left;
  margin-right:0.6em;
}
ul#suppliers_list li p.description, ul#manufacturers_list li p.description { font-size:0.92em; }
ul#suppliers_list li .right_side, ul#manufacturers_list li .right_side {
  float:right;
  text-align:right;
}
ul#suppliers_list .right_side span, ul#manufacturers_list .right_side span {
  font-size:1.7em;
  color:#da0f00;
}
ul#suppliers_list li a.button, ul#manufacturers_list li a.button { margin-top: 4em; }
/* category.tpl */

#category img#categoryImage { margin-top:1em; }
/*                                                              */
/*                                                              */
/*                          adresses                            */
/*                                                              */
/*                                                              */
div.addresses {
  border: 1px solid #8e6647;
  background: #e3daca url('../img/form_bg.png') no-repeat top left;
  padding: 0.6em;
  position:relative;
  color:#311300;
}
div.addresses h3 { margin: 0; }
div.addresses p.checkbox input {
  margin-top:0!important;
  margin-top:-3px;
}
div.addresses p { margin-bottom:10px; }
ul.address {
  background-color:white;
  float:left;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  padding-bottom:0.6em;
  margin: 0.5em 0 0 0.25em;
  position:relative;
  width:49%;
  min-height:265px;
}
ul.address li {
  padding-left: 1.4em;
  margin-top: 0.6em;
  color:#311300;
}
li.address_title {
  margin-top: 0!important;
  /*background-color: #ae976b;*/
  font-weight: bold;
  height: 27px;
  font-size: 1em;
  line-height: 1.9em;
  text-align:center;
}
ul.item li.address_title { background: transparent url('../img/address_alias_left.png') left; }
ul.alternate_item li.address_title { background: transparent url('../img/address_alias_right.png') right; }
ul.address li.address_update a, ul.address li.address_delete a { color: #8e6647; }
ul.address li.address_name, ul.address li.address_company {
  color: #8e6647;
  font-weight: bold;
}
ul.address li.address_update, ul.address li.address_delete {
  background: transparent url('../img/bullet_myaccount.png') no-repeat 0 0.5em!important;
  background: transparent url('../img/bullet_myaccount.png') no-repeat 0 0.4em;
  margin-left: 1.4em;
}
.address_add {
  padding-top:0.5em;
  text-align:right;
}
/* conditions & legal */
ul.shop_info {
  list-style-type: square!important;
  list-style-position:inside;
  padding: 0.6em;
  margin-top: 0.6em;
  margin-left: 2em;
  border: 1px solid #888;
}
ul.shop_info li {
  padding-left: 0.5em!important;
  padding-bottom: 0.5em!important;
}
/* conditions.tpl */
#conditions #right_column { display: none; }
#conditions h2 { background: transparent url('../old_images/title_bg_large.gif') no-repeat top left; }
#conditions #center_column {
  width: 730px;
  text-align: justify;
}
#conditions #center_column ul, #conditions #center_column ol {
  margin-left: 2em;
  padding: 0.6em;
}
#conditions #center_column ul { list-style-type: circle; }
#conditions #center_column li { padding-bottom: 0.5em; }
#conditions #center_column { line-height: 1.3em; }
/*  identity.tpl */
p#security_informations {
  font-size:0.85em;
  margin: 0 3em;
}
/* order step 3: PAYMENT */

.payment_module { display: block; }
.payment_module img {
  vertical-align: middle;
  margin-right: 1em;
}
.payment_module a {
  display: block;
  border: 1px solid #8e6647;
  padding: 1em;
  text-decoration: none;
  margin:7px 15px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.payment_module a:hover, .payment_module a:focus, .payment_module a:active {
  border: 1px solid #993300;
  background-color:#eed48f;
  color: #993300;
}
.payment_module .atos input { border:0px }
;
form.paiment { margin:0 20px 0 30px; }
form.paiment p { padding-top: 5px; }







/* Printable version */
@media print {
div#left_column, div#right_column, div#footer, a.button, span.button, .button, ul#usefull_link_block, div#header_user, #languages_block_top, #search_block_top, #currencies_block_top, ul#header_links, ul.idTabs, #availability_statut br { display:none; }
div#center_column { width:100% }
input.text { border:1px solid gray }
.block_hidden_only_for_screen {
  display:block;
  margin-top:1em;
}
#more_info_sheets #idTab1 { width:530px; }
* {
  background:none!important;
  background-color:white!important;
}
}
/* Customizable product */
#customization_block { width: 556px; }
.customization_block_title { margin: 4px 4px 4px 2px; }
#customization_block ul { margin: 6px 6px 0px 6px; }
.customization_block_input { vertical-align: inherit; }
img.customization_delete_icon { margin: 2px; }
li.customizationUploadLine {
  clear: left;
  padding: 4px;
  display: block;
}
div.customizationUploadBrowse { float: left; }
div.customizationUploadBrowseDescription { padding: 6px; }
img.customizationUploaded {
  margin: 2px;
  border: 1px solid #888888;
}
ul.customizationUploaded {
  list-style-type: none;
  margin-left: 4px;
}
ul.customizationUploaded li { display: inline; }
ul.customizationUploaded a { text-decoration: none; }
div.customizationUploaded { clear: left; }
div.deletePictureUploaded { float: right; }
div.deleteCustomizableProduct { float: right; }
ul.typedText {
  padding-left: 6px;
  list-style-type: none;
}
/* category Products block */
#productscategory {
  margin:2em auto 0pt;
  height:120px;
  width:100%;
}
#productscategory_noscroll {
  margin:2em auto 0pt;
  height:120px;
  width:100%;
}
#productscategory_list {
  overflow:hidden;
  float:left;
  width:96%;
}
#productscategory_list ul {
  padding-left:0px;
  list-style-type:none;
}
#productscategory_list li {
  float:left;
  margin:0 3px;
  cursor:pointer;
  text-align:center;
  width:100px;
  overflow:hidden;
}
#productscategory_scroll_left, #productscategory_scroll_right {
  background: url('../old_images/thumbs_left.gif') no-repeat center;
  text-indent:-3000px;
  display:block;
  width:9px;
  height:18px;
  float:left;
  margin-top:30px;
}
#productscategory_scroll_right { background-image: url('../old_images/thumbs_right.gif'); }
/* module blockmenutop */
#menu-top {
  clear:both;
  width:100%;
  height:40px;
}
#menu-top dl {
  float:left;
  position:relative;
  padding-right:10px;
}
#menu-top dl dt {
  line-height:30px;
  height:30px;
}
#menu-top dl dt a {
  text-decoration:none;
  background:#eeeeee;
  display:block;
  height:30px;
  width:100px;
  padding-left:5px;
  padding-right:5px;
}
#menu-top dl dt a:hover { background:#ccc; }
#menu-top dl:hover dd { display:block; }
#menu-top dl dd {
  display:none;
  position:absolute;
  width:100px;
}
#menu-top dl dd ul {
  width:100%;
  text-align:left;
  background:#cccccc;
}
#menu-top dl dd ul li a {
  display:block;
  background:#eee;
  width:100%;
  text-decoration:none;
  padding:10px;
}
#menu-top dl dd ul li a:hover { background:#ccc; }
/* module blockwishlist */
#wishlist_block #wishlist_block_list dl.products {
  font-size: 10px;
  border-bottom: 1px solid #fff;
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
}
#wishlist_block div.block_content #wishlist_block_list dl.products dt a.cart_block_product_name { font-weight:bold; }
#wishlist_block div.block_content #wishlist_block_list dl.products dt { margin: 4px 0 4px 0; }
#wishlist_block div.block_content #wishlist_block_list dl.products dt a.ajax_cart_block_remove_link {
  float: right;
  margin:-12px 0 0 0;
}
#wishlist_block div.block_content #wishlist_block_list dl.products dd {
  font-style: italic;
  margin: 0 0 0 10px;
}
#wishlist_block div.block_content p select#wishlists { width: 140px; }
#wishlist_block div.block_content p a.exclusive { margin: 5px auto 0 auto; }
/* mywishlist */
div#mywishlist div#block-order-detail form.wl_send fieldset p input { margin-left:60px; }
div#mywishlist div#block-order-detail {
  margin-top: 10px;
  display: block;
}
div#mywishlist form.std fieldset label { width: 30px; }
div#mywishlist form.std fieldset input#submitWishlist { display: inline; }
div#mywishlist table.std thead th.mywishlist_first {
  text-align: center;
  width: 40px;
}
div#mywishlist table.std thead th.mywishlist_second {
  text-align: center;
  width: 80px;
}
div#mywishlist table.std thead th.first_item, div#mywishlist table.std tbody tr td { width: 200px; }
div#mywishlist div#block-order-detail { margin-top: 10px; }
div#mywishlist div#block-order-detail ul li span.wishlist_product_detail select { margin: 0; }
div#mywishlist #hideBoughtProducts, div#mywishlist #showBoughtProducts {
  float:left;
  margin:-18px 0 0 5px;
}
div#mywishlist #showBoughtProducts, div#mywishlist #hideBoughtProductsInfos, div#mywishlist #hideSendWishlist { display:none; }
div#mywishlist #showBoughtProductsInfos, div#mywishlist #hideBoughtProductsInfos {
  float:right;
  margin:-18px 118px 0 0;
}
div#mywishlist #showSendWishlist, div#mywishlist #hideSendWishlist, div#mywishlist div#block-order-detail ul li a.exclusive {
  float:right;
  margin:-18px 0px 0 0;
}
div#mywishlist div#block-order-detail table.wlp_bought_infos thead tr th { text-align: center; }
div#mywishlist div#block-order-detail table.wlp_bought_infos thead tr th.first_item { width: 300px; }
div#mywishlist div#block-order-detail table.wlp_bought_infos { margin:0 0 0 10px; }
div#mywishlist div#block-order-detail ul li img { float:left; }
/* View wishlish */
#view_wishlist #featured-products_block_center ul div li a img { float: left; }
#view_wishlist #featured-products_block_center ul div li a, #view_wishlist #featured-products_block_center ul div li span {
  text-decoration: none;
  float: left;
}
#view_wishlist #featured-products_block_center ul div li span.wishlist_product_detail, div#mywishlist div#block-order-detail ul li span.wishlist_product_detail {
  margin-left: 30px;
  float: left;
}
div#mywishlist div#block-order-detail ul li span.wishlist_product_detail { margin-bottom:5px; }
#view_wishlist #featured-products_block_center ul div li a.exclusive, #view_wishlist #featured-products_block_center ul div li span.exclusive { margin-left:55px; }
#view_wishlist #featured-products_block_center ul div li.address_name input.text {
  color: #999;
  font-weight: bold;
  font-size: 11px;
  border:0;
}
/* module productcomments */
.rating {
  cursor: pointer;
  margin: 2em;
  clear: both;
  display: block;
}
.rating:after {
  content: '.';
  display: block;
  height: 0;
  width: 0;
  clear: both;
  visibility: hidden;
}
.cancel, .star {
  float: left;
  width: 17px;
  height: 15px;
  overflow: hidden;
  text-indent: -999em;
  cursor: pointer;
}
.cancel, .cancel a { background: url(../../../modules/productcomments/img/delete.gif) no-repeat 0 -16px; }
.star, .star a { background: url(../../../modules/productcomments/img/star.gif) no-repeat 0 0px; }
.cancel a, .star a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: 0 0px;
}
div.star_on a { background-position: 0 -16px; }
div.star_hover a, div.star a:hover { background-position: 0 -32px; }
.pack_content { margin: 10px 0 10px 0; }
.pack_price {
  float: right;
  margin-right:3px;
  font-size: 12px;
}
.confirmation {
  color: forestgreen;
  font-weight: bold;
}
#page .rte { background:transparent none repeat scroll 0 0; }

