/*---------------------------------------------------
    LESS Elements 0.7
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* ****************************************************************************
		reset
**************************************************************************** */
html {
  color: #000;
  background: #e7e7e7;
  height: 100%;
  min-height: 100%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}
del,
ins {
  text-decoration: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: baseline;
}
.required sup {
  color: #990000;
}
sub {
  vertical-align: baseline;
}
legend {
  color: #000000;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
input,
button,
textarea,
select {
  font-size: 100%;
}
ul,
ol {
  list-style: none;
}
a {
  cursor: pointer;
}
.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clear_block {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.extra-wrap {
  overflow: hidden;
}
/* ************************************************************************************************
		struture
************************************************************************************************ */
#page {
  margin: 0 auto;
  width: 940px;
  padding: 0 30px;
  background: /*url(../img/top_line.gif) left 50px repeat-x*/ #ffffff;
}
#header {
  z-index: 10;
}
#columns {
  z-index: 1;
  overflow: hidden;
  padding-bottom: 25px;
}
#index #columns {
  padding-bottom: 6px;
}
#left_column {
  float: left;
  width: 220px;
  margin-right: 20px;
}
#center_column {
  float: left;
  width: 700px;
}
#right_column {
  float: left;
  width: 220px;
  margin-left: 20px;
  display: none;
}
/* ************************************************************************************************
		HEADER
************************************************************************************************ */
#header {
  position: relative;
  margin-bottom: 17px;
}
#header_logo {
  display: block;
  position: absolute;
  left: 0;
/*  top: 93px;
*/  
	top:20px;
  z-index: 1;
}
#header_right {
  position: relative;
/*  padding-top: 195px;
*/
  padding-top: 135px;
}
/* ************************************************************************************************
		generic style
************************************************************************************************ */
body {
  font: normal 12px/15px Arial, Verdana, sans-serif;
  color: #222;
  background: url(../img/bg10.jpg) no-repeat fixed;
  min-height: 100%;
  min-width: 1060px;
}
body#cms div.content_only {
  color: #000000;
  padding: 20px;
  text-align: left;
}
body#cms.content_only {
  min-width: auto;
  background: #fff;
}
body#cms.content_only .wrapper-1 {
  padding: 0;
  background: none;
}
/* positionnement ****************************************************************************** */
.hidden {
  display: none;
}
.f_right {
  float: right;
}
p.center {
  text-align: center;
}
.clearBoth {
  clear: both;
}
/* title *************************************************************************************** */
h1 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 22px;
  font-family: 'Asap', sans-serif;
}
h2 {
  padding-bottom: 20px;
  font-size: 18px;
  font-family: 'Asap', sans-serif;
}
h3 {
  padding-bottom: 20px;
  font-size: 16px;
  font-family: 'Asap', sans-serif;
}
h4 {
  padding-bottom: 20px;
  font-size: 14px;
  font-family: 'Asap', sans-serif;
}
#center_column h2,
#center_column h3,
#center_column h4 {
  color: #333;
  font-size: 13px;
  font-weight: bold;
  padding: 0px 0 10px;
  text-transform: uppercase;
  line-height: 15px;
}
.hide-left-column #left_column {
  display: none;
}
.hide-left-column #center_column {
  width: 779px;
}
.bold {
  font-weight: bold;
}
/* text **************************************************************************************** */
p {
  padding-bottom: 20px;
}
p em {
  font-style: italic;
}
.warning {
  margin: 0 0 10px 0;
  padding: 10px;
  border: 1px solid #e6db55;
  font-size: 13px;
  background: #ffffe0;
}
.success {
  margin: 0 0 10px 0;
  padding: 10px;
  border: 1px solid #5cff74;
  font-size: 13px;
  background: #d3ffab;
}
.error {
  margin: 0 0 10px 0;
  padding: 10px;
  border: 1px solid #DA0F00;
  font-size: 13px;
  background: #ffcccc;
}
.error ol {
  margin-left: 20px;
}
.error p.lnk {
  margin-top: 20px;
  padding: 0;
  font-size: 11px;
}
.required {
  color: #da0f00;
}
input[type="text"],
input[type="password"],
textarea,
select {
  color: #555555;
  font: 12px "Arial";
  outline: none;
}
#columns input[type="text"],
#columns input[type="password"],
#columns textarea,
#columns select {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #e1e1e1;
  padding: 3px;
  outline: none;
}
#columns select {
  padding: 2px;
}
/* link **************************************************************************************** */
a,
a:active,
a:visited {
  color: #8d8a85;
  text-decoration: none;
  outline: medium none;
}
a:hover {
  text-decoration: none;
  color: #000;
}
/*buttons ************************************************************************************** */
input.button_mini,
input.button_small,
input.button,
input.button_large,
input.button_mini_disabled,
input.button_small_disabled,
input.button_disabled,
input.button_large_disabled,
input.exclusive_mini,
input.exclusive_small,
input.exclusive,
input.exclusive_large,
input.exclusive_mini_disabled,
input.exclusive_small_disabled,
input.exclusive_disabled,
input.exclusive_large_disabled,
a.button_mini,
a.button_small,
a.button,
a.button_large,
a.exclusive_mini,
a.exclusive_small,
a.exclusive,
a.exclusive_large,
span.button_mini,
span.button_small,
span.button,
span.button_large,
span.exclusive_mini,
span.exclusive_small,
span.exclusive,
span.exclusive_large,
span.exclusive_large_disabled {
  background: none repeat scroll 0 0 #393939;
  border: medium none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
  padding: 6px 8px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
*:first-child + html input.button_mini,
*:first-child + html input.button_small,
*:first-child + html input.button,
*:first-child + html input.button_large,
*:first-child + html input.button_mini_disabled,
*:first-child + html input.button_small_disabled,
*:first-child + html input.button_disabled,
*:first-child + html input.button_large_disabled,
*:first-child + html input.exclusive_mini,
*:first-child + html input.exclusive_small,
*:first-child + html input.exclusive,
*:first-child + html input.exclusive_large,
*:first-child + html input.exclusive_mini_disabled,
*:first-child + html input.exclusive_small_disabled,
*:first-child + html input.exclusive_disabled,
*:first-child + html input.exclusive_large_disabled {
  border: none;
}
/* input button */
input.button_mini,
input.button_small,
input.button,
input.button_large,
input.button_mini_disabled,
input.button_small_disabled,
input.button_disabled,
input.button_large_disabled,
input.exclusive_mini,
input.exclusive_small,
input.exclusive,
input.exclusive_large,
input.exclusive_mini_disabled,
input.exclusive_small_disabled,
input.exclusive_disabled,
input.exclusive_large_disabled {
  padding: 5px 8px;
}
/* disabled button */
input.button_mini_disabled,
input.button_small_disabled,
input.button_disabled,
input.button_large_disabled,
input.exclusive_mini_disabled,
input.exclusive_small_disabled,
input.exclusive_disabled,
input.exclusive_large_disabled,
span.button_mini,
span.button_small,
span.button,
span.button_large,
span.exclusive_mini,
span.exclusive_small,
span.exclusive,
span.exclusive_large,
span.exclusive_large_disabled {
  color: #999;
  cursor: default;
}
/* exclusive button */
input.exclusive_mini,
input.exclusive_small,
input.exclusive,
input.exclusive_large,
input.exclusive_mini_disabled,
input.exclusive_small_disabled,
input.exclusive_disabled,
input.exclusive_large_disabled,
a.exclusive_mini,
a.exclusive_small,
a.exclusive,
a.exclusive_large,
span.exclusive_mini,
span.exclusive_small,
span.exclusive,
span.exclusive_large,
span.exclusive_large_disabled {
  /*color: white!important*/

}
/* exclusive disabled button */
input.exclusive_mini_disabled,
input.exclusive_small_disabled,
input.exclusive_disabled,
input.exclusive_large_disabled,
span.exclusive_mini,
span.exclusive_small,
span.exclusive,
span.exclusive_large {
  /*color: #488c40!important*/

}
/* hover button */
input.button_mini:hover,
input.button_small:hover,
input.button:hover,
input.button_large:hover,
input.exclusive_mini:hover,
input.exclusive_small:hover,
input.exclusive:hover,
input.exclusive_large:hover,
a.button_mini:hover,
a.button_small:hover,
a.button:hover,
a.button_large:hover,
a.exclusive_mini:hover,
a.exclusive_small:hover,
a.exclusive:hover,
a.exclusive_large:hover {
  text-decoration: none;
  background: #6c8834;
}
/* exclusive hover button */
input.exclusive_mini:hover,
input.exclusive_small:hover,
input.exclusive:hover,
input.exclusive_large:hover,
a.exclusive_mini:hover,
a.exclusive_small:hover,
a.exclusive:hover,
a.exclusive_large:hover {
  /*color: white!important*/

}
/* active button */
/* classic buttons */
input.button_mini,
input.button_mini_disabled,
input.exclusive_mini,
input.exclusive_mini_disabled,
a.button_mini,
a.exclusive_mini,
span.button_mini,
span.exclusive_mini {
  /*width: 30px;
	background-image: url('../img/button-mini.png')*/

}
input.button_small,
input.button_small_disabled,
input.exclusive_small,
input.exclusive_small_disabled,
a.button_small,
a.exclusive_small,
span.button_small,
span.exclusive_small {
  /*width: 60px;
	background-image: url('../img/button-small.png')*/

}
input.button_disabled,
input.exclusive_disabled,
span.exclusive {
  color: #999;
}
input.button_large,
input.button_large_disabled,
input.exclusive_large,
input.exclusive_large_disabled,
a.button_large,
a.exclusive_large,
span.button_large,
span.exclusive_large,
span.exclusive_large_disabled {
  /*width: 180px;
	background-image: url('../img/button-large.png')*/

}
/* table *************************************************************************************** */
table.std,
table.table_block {
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #e1e1e1;
  background: white;
}
table.std th,
table.table_block th {
  padding: 14px 12px;
  font-size: 12px;
  color: #333;
  font-weight: bold;
  background: #f5f5f5;
  border: 1px solid #e1e1e1;
}
table.std td,
table.table_block td {
  padding: 12px;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  font-size: 12px;
  vertical-align: middle;
}
#center_column form.std h3 {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 7px;
}
form.std .textarea textarea {
  resize: none;
}
form.std select {
  width: 368px;
}
form.std select#days {
  margin: 0 8px 0 0;
  width: 50px;
}
form.std select#months {
  margin: 0 8px 0 0;
  width: 90px;
}
form.std select#years {
  width: 58px;
}
form.std .checkbox {
  margin-left: 237px;
}
table.std tfoot td {
  text-align: right;
}
/* BLOCK .block ******************************************************************************** */
.image_block {
  text-align: center;
}
.block {
  margin-bottom: 20px;
}
#footer .block {
  margin-bottom: 0;
}
.block h4,
#center_column .block h4 {
  padding: 15px 11px 13px 11px;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  text-transform: uppercase;
  background: url(../img/heading_bg.gif);
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}
#center_column .block h4 {
  background: url(../img/cc_heading_bg.gif);
  padding-left: 15px;
}
.block h4 a {
  color: #ffffff;
}
.block h4 a:hover {
  color: #000;
}
.block ul {
  list-style-type: none;
}
.price {
  color: #3e3e3e;
  font-weight: bold;
  line-height: normal;
  font-size: 13px;
}
.price-discount {
  text-decoration: line-through;
  color: #aaa;
}
a.product_name {
  color: #3e3e3e;
  font-size: 14px;
  line-height: normal;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: none;
}
a.product_name:hover {
  color: #6c8834;
  text-decoration: none;
}
#columns label,
#columns .radio span,
#columns .select span {
  color: #555555;
  font: 12px "Arial";
  line-height: normal;
  vertical-align: top;
  line-height: 15px;
}
.checkbox input,
.radio input {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  display: inline;
  left: 0;
  position: relative;
  top: 1px;
}
form.std input[type="text"],
form.std input[type="password"] {
  width: 360px;
  vertical-align: top;
}
#module-referralprogram-program form.std input[type="text"],
#module-referralprogram-program form.std input[type="password"] {
  width: 96%;
}
#module-referralprogram-program div.sheets {
  position: relative;
  z-index: 1;
  background: #f5f5f5;
  border: 1px solid #e1e1e1;
  padding: 10px;
}
#module-referralprogram-program div.sheets form.std .checkbox {
  margin-left: 0;
}
#module-loyalty-default #center_column {
  min-height: 400px;
  width: 100%;
  padding-bottom: 20px;
}
p#loyalty img {
  vertical-align: middle;
  margin-right: 5px;
}
form.std .text label,
form.std .password label,
form.std .textarea label,
form.std .select label,
form.std .radio span,
form.std .checkbox span {
  display: block;
  float: left;
  padding: 3px 7px 0 0;
  text-align: right;
  width: 230px;
  vertical-align: top;
}
form.std .radio span,
form.std .checkbox span {
  padding: 0 7px 0 0;
}
#identity form.std p.radio input {
  top: 1px;
}
#identity form.std p.radio label {
  display: inline-block;
  padding: 0 15px 0 3px;
}
/* BLOCK .products_block *********************************************************************** */
.products_block li img {
  vertical-align: top;
}
/* BLOCK customer privacy ******************************************************************* */
.account_creation label {
  float: left;
  padding-top: 5px;
  width: 80%;
  text-align: left;
  cursor: pointer;
}
/* barre comparaison / tri ********************************************************************* */
.content_sortPagiBar {
  margin: 20px 0;
}
#center_column .sortPagiBar {
  padding: 10px;
  font: normal 11px Arial, Verdana, sans-serif;
  color: #666;
  border: 1px solid #e1e1e1;
  margin-bottom: 20px;
  overflow: hidden;
}
#center_column .sortPagiBar ul.product_view {
  float: right;
}
#center_column .sortPagiBar ul.product_view li {
  float: left;
  display: block;
  width: 25px;
  height: 24px;
  background: url(../img/product_view.png) no-repeat;
  margin-left: 5px;
}
#center_column .sortPagiBar ul.product_view li#product_view_grid {
  background-position: 0 0;
  cursor: pointer;
}
#center_column .sortPagiBar ul.product_view li#product_view_grid.current {
  background-position: 0 -24px;
  cursor: default;
}
#center_column .sortPagiBar ul.product_view li#product_view_list {
  background-position: 0 -48px;
  cursor: pointer;
}
#center_column .sortPagiBar ul.product_view li#product_view_list.current {
  background-position: 0 -72px;
  cursor: default;
}
#center_column .sortPagiBar strong {
  color: #000;
}
#center_column .sortPagiBar p {
  padding: 0;
}
#center_column .sortPagiBar form {
  display: inline-block;
}
#center_column .sortPagiBar #productsSortForm {
  float: left;
}
#center_column .sortPagiBar #productsSortForm label {
  padding-right: 7px;
  line-height: 23px;
}
#center_column .sortPagiBar select#selectPrductSort {
  margin: 0 0 0 10px;
  color: #000;
  border: 1px solid #e1e1e1;
}
#center_column .sortPagiBar #bt_compare {
  padding: 3px 7px;
  border: none;
  color: #fff;
  text-shadow: 0 1px 0 #000;
  background: url(../img/bg_bt_compare.gif) repeat-x 0 0 #111111;
}
#center_column .sortPagiBar .nbrItemPage {
  margin-left: 40px;
}
#center_column .sortPagiBar .PrductSort {
  float: left;
}
#center_column .sortPagiBar .nbrProduct {
  display: inline-block;
  padding: 0 10px;
}
#center_column .sortPagiBar #nb_item {
  border: 1px solid #e1e1e1;
}
.product_compare {
  text-align: right;
  float: right;
}
.product_compare p {
  padding-bottom: 0;
}
/***********************************************************************************
							PAGINATION 
********************************************************************************** */
#center_column form.pagination {
  float: left;
}
#center_column form.pagination p {
  padding: 0;
}
#center_column form.pagination a {
  float: right;
}
#center_column form.pagination label {
  padding: 0px 10px 0;
  line-height: 23px;
  display: inline-block;
}
#center_column form.pagination select {
  margin-top: 0px;
}
#center_column form.pagination span {
  display: inline-block;
  line-height: 23px;
  padding-left: 7px;
  font-size: 12px;
}
div.pagination {
  margin: 5px 0 5px;
  text-align: center;
  overflow: hidden;
  float: left;
}
div.bottom_pagination {
  border: 1px solid #e1e1e1;
  padding: 8px;
}
ul.pagination {
  list-style-type: none;
  float: left;
  margin-top: 3px;
}
ul.pagination li {
  display: inline-block;
  line-height: 15px;
  font-size: 12px;
  margin-right: 10px;
}
ul.pagination a,
ul.pagination span {
  display: inline-block;
  color: #999;
  font-size: 12px;
  line-height: 15px;
}
ul.pagination a {
  text-align: center;
}
ul.pagination a:hover {
  color: #6c8834;
  text-decoration: none;
}
ul.pagination .current span {
  color: #6c8834;
  font-weight: bold;
}
ul.pagination li.disabled,
ul.pagination li.disabled span {
  color: #ccc;
}
ul.pagination li.current {
  margin-right: 10px;
}
#pagination_previous {
  margin: 0 20px 0 0;
}
#pagination_next {
  margin: 0 0 0 10px;
}
#pagination_previous span,
#pagination_next span {
  position: relative;
  top: -1px;
}
/* CART steps *********************************************************************** */
#order_step {
  background-image: url("../img/order_steps.png");
  background-repeat: no-repeat;
  height: 56px;
  overflow: hidden;
  width: 550px;
  list-style-type: none;
  margin: 20px auto 20px;
}
#order_step li {
  float: left;
  height: 56px;
  width: 110px;
}
#order_step li a,
#order_step li span {
  display: block;
  font: 12px "Arial";
  height: 22px;
  padding: 34px 0 0 10px;
  width: 100px;
}
#order_step li a {
  color: #CCCCCC;
  font-weight: bold;
  text-decoration: none;
}
#order_step li a:hover {
  color: #fff;
}
#order_step li span {
  color: #A1A1A1;
  font-weight: bold;
}
#order_step li.step_current span {
  color: #FFFFFF;
  font-weight: bold;
}
ul.step_1 {
  background-position: 0 0;
}
ul.step_2 {
  background-position: 0 -56px;
}
ul.step_3 {
  background-position: 0 -112px;
}
ul.step_4 {
  background-position: 0 -168px;
}
ul.step_5 {
  background-position: 0 -224px;
}
/*ul#order_step { background-color: white;}
ul.step {
	list-style-type:none;
	margin-bottom:30px;
	height:52px;
	width:757px
}
ul.step li {
	float:left;
	height:52px;
	width:151px;
	text-align:center;
	text-transform:uppercase;
	background:url(../img/step_standard.gif) no-repeat center bottom transparent
}
ul.step li a, ul.step li.step_current span, ul.step li.step_current_end span {
	display:inline-block;
	padding:8px 10px 12px;
	color:#000;
	background:url(../img/step_current_span.gif) no-repeat center bottom transparent
}
ul.step li.step_current {
	font-weight:bold;
	background:url(../img/step_current.gif) no-repeat center bottom transparent
}

ul.step li.step_current_end {
	font-weight:bold;
	background:url(../img/step_end_current.gif) no-repeat center bottom transparent
}
ul.step li.step_todo span {
	display:inline-block;
	padding:8px 10px 6px;
	color:#999;
	text-shadow:0 1px 0 #fff;
	background:#eee
}
ul.step li.step_done {
	font-weight:bold;
	background:url(../img/step_done.gif) no-repeat center bottom transparent
}*/
/* module productcomments ********************************************************************** */
.rating {
  clear: both;
  display: block;
  margin: 2em;
  cursor: pointer;
}
.rating:after {
  content: '.';
  display: block;
  height: 0;
  width: 0;
  clear: both;
  visibility: hidden;
}
.cancel,
.star {
  overflow: hidden;
  float: left;
  margin: 0 1px 0 0;
  width: 16px;
  height: 16px;
  text-indent: -999em;
  cursor: default;
}
.cancel,
.cancel a {
  background: url(../../../modules/productcomments/img/delete.gif) no-repeat 0 -16px !important;
}
.star,
.star a {
  background: url(../../../modules/productcomments/img/star.gif) no-repeat 0 0;
}
.cancel a,
.star a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: 0 0;
}
div.star_on a {
  background-position: 0 -16px;
}
div.star_hover a,
div.star a:hover {
  background-position: 0 -32px;
}
.pack_price {
  margin-right: 3px;
  font-size: 12px;
}
.confirmation {
  margin: 0 0 10px;
  padding: 10px;
  border: 1px solid #e6db55;
  font-size: 13px;
  background: none repeat scroll 0 0 #ffffe0;
}
#page .rte {
  background: transparent none repeat scroll 0 0;
}
.listcomment {
  list-style-type: none;
  margin: 0 0 20px 0 !important;
}
.listcomment li {
  padding: 10px 0;
  border-bottom: 1px solid #e1e1e1;
  color: #666666;
}
.listcomment .titlecomment {
  display: block;
  font-weight: bold;
  font-size: 12px;
  color: #333333;
}
.listcomment .txtcomment {
  display: block;
  padding: 5px 0;
  color: #333333;
}
/* ************************************************************************************************
		BREADCRUMB
************************************************************************************************ */
.breadcrumb {
  margin-bottom: 10px;
  font-size: 12px;
  padding: 10px;
  border: 1px solid #e1e1e1;
}
.breadcrumb .navigation-pipe {
  margin: 0 3px 0 5px;
}
/* ************************************************************************************************
		FOOTER
************************************************************************************************ */
#footer {
  color: #525252;
  padding: 0 0px 134px;
  background: url(../img/top_line.gif) 0 0 repeat-x;
  position: relative;
  font-size: 13px;
}
#footer h4 {
  padding-bottom: 18px;
  text-transform: uppercase;
}
#footer h4,
#footer h4 a {
  font-size: 14px;
  color: #040404;
  font-weight: bold;
  font-family: 'Asap', sans-serif;
}
#footer a {
  color: #525252;
}
#footer a:hover {
  color: #6c8834;
}
#footer .powered {
  position: absolute;
  left: 0px;
  bottom: 20px;
  padding: 40px 0 40px 0;
  background: url(../img/top_line.gif) 0 0 repeat-x;
  width: 100%;
  font-size: 13px;
}
#footer p.center.clearBoth {
  display: none;
}
#center_column h1 {
  text-transform: uppercase;
  line-height: 20px;
  font-size: 16px;
}
/* ************************************************************************************************
		PRODUCT PAGE
************************************************************************************************ */
/* BLOCK idTabs ******************************************************************************** */
.idTabs {
  list-style-type: none;
  padding: 20px 0px 0;
  margin-bottom: -1px;
}
.idTabs li {
  float: left;
  margin-right: 1px;
}
.idTabs li a {
  display: block;
  padding: 0px 10px 0px 10px;
  font-weight: bold;
  text-decoration: none;
  color: #888;
  line-height: 27px;
  background: #fff;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
}
.idTabs li a.selected {
  color: #333;
  background: #f5f5f5;
  position: relative;
  z-index: 2;
}
#more_info_sheets {
  border: 1px solid #e1e1e1;
  background: #f5f5f5;
  position: relative;
  z-index: 1;
}
#more_info_sheets #idTab1 {
  padding: 20px 20px 20px;
}
#more_info_sheets #idTab2 {
  padding: 10px 20px 20px 0;
}
#more_info_sheets #idTab2 li {
  color: #f00;
  background: url("../img/bullet_alt.png") no-repeat scroll 0 11px transparent;
  list-style-type: none;
  padding: 7px 0 0 12px;
}
#more_info_sheets #idTab2 li span {
  font-weight: bold;
  color: #999;
}
#more_info_sheets #idTab9 {
  padding: 12px 20px 20px 0;
}
#more_info_sheets #idTab9 li {
  background: url("../img/bullet_alt.png") no-repeat scroll 0 10px transparent;
  margin: 0 0 -3px;
  padding: 5px 0 0 12px;
}
#more_info_sheets #idTab9 li a {
  font-weight: bold;
}
#more_info_sheets #idTab4 {
  padding: 20px 20px 20px 0;
}
#more_info_sheets #idTab4 ul {
  margin: 0;
}
#more_info_sheets #idTab4 ul li {
  overflow: hidden;
}
#more_info_sheets #idTab4 ul li .product_desc {
  float: left;
  width: 387px;
}
#more_info_sheets #idTab4 ul li h5 {
  padding-bottom: 5px;
}
#more_info_sheets #idTab4 ul li + li {
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
  border-top: 1px solid #e1e1e1;
}
#more_info_sheets #idTab4 .image_block {
  float: left;
  margin-right: 15px;
}
#more_info_sheets #idTab4 .button_block {
  padding: 0 0 0 20px;
  margin-left: 20px;
  border-left: 1px solid #e1e1e1;
  width: 135px;
  float: left;
  min-height: 85px;
}
#more_info_sheets #idTab4 .button_block span {
  display: block;
  padding: 0 0 10px 0;
}
#more_info_sheets #idTab10 {
  padding: 20px 20px 0;
}
#more_info_sheets #idTab10 h3 {
  font-size: 12px;
  line-height: normal;
  text-transform: uppercase;
  padding: 17px 0 10px 0;
}
#more_info_sheets #idTab5 {
  padding: 20px 20px 0px;
}
#more_info_sheets #idTab5 #product_comments_block_tab {
  margin-bottom: 0;
}
#more_info_sheets ul,
#more_info_sheets ol,
#more_info_sheets dl {
  margin-left: 20px;
  list-style-type: none;
}
#more_info_sheets em {
  font-style: italic;
}
#more_info_sheets .product_desc {
  margin-top: 5px;
}
#more_info_sheets .product_desc .product_image {
  float: left;
}
#more_info_sheets .product_desc .clear_product_desc {
  clear: both;
  height: 0px;
  line-height: 0px;
}
/* Make sure lists are correctly displayed in tinyMCE BO edition mode too */
#short_description_content ul,
#short_description_content ol,
#short_description_content dl,
#tinymce ul,
#tinymce ol,
#tinymce dl {
  margin-left: 20px;
}
.block_hidden_only_for_screen {
  display: none;
}
/* ************************************************************************************************
		PAIMENT - PAGE ORDER
************************************************************************************************ */
.cart_navigation {
  margin: 20px 0;
  padding-bottom: 0;
  overflow: hidden;
}
.cart_navigation .exclusive,
.cart_navigation .exclusive_large {
  float: right;
}
.cart_navigation .button,
.cart_navigation .button_large {
  float: left;
}
/* step 1 - cart ******************************************************************************* */
.cart_last_product {
  display: none;
}
#order-detail-content {
  margin-bottom: 20px;
}
table#cart_summary th {
  text-align: left;
}
table#cart_summary th.cart_product {
  text-align: left;
}
table#cart_summary .cart_product {
  width: 50px;
  text-align: center;
}
table#cart_summary .cart_description {
  width: 230px;
}
table#cart_summary .cart_quantity {
  width: 60px;
}
table#cart_summary .customization .cart_quantity {
  padding: 8px 12px 8px;
}
.cart_quantity input.cart_quantity_input {
  height: 15px;
  padding: 3px;
  text-align: center;
  width: 26px;
}
table#cart_summary .cart_total {
  width: 90px;
}
table#cart_summary .cart_total span {
  text-align: right;
  display: block;
}
table#cart_summary .cart_total span span {
  text-align: center;
}
table#cart_summary .cart_discount_price {
  text-align: center;
}
table#cart_summary .cart_discount_price .price_discount_delete {
  float: right;
}
.cart_total_price .total_price_container {
  padding: 0;
}
#cart_summary tfoot tr td {
  text-align: right;
}
#cart_quantity_button {
  overflow: hidden;
  width: 34px;
  float: left;
}
#cart_quantity_button a {
  float: right;
}
#cart_quantity_button a img {
  vertical-align: top;
}
.cart_quantity .cart_quantity_delete {
  display: block;
  float: left;
  margin: 22px 0 0 5px;
}
.cart_voucher h4,
.cart_voucher p {
  float: left;
}
#cart_voucher.cart_voucher fieldset h4 {
  margin-right: 12px;
  padding: 6px 0;
  font-size: 13px;
}
.cart_voucher p {
  padding-bottom: 0;
}
.cart_voucher #display_cart_vouchers {
  clear: both;
  line-height: 16px;
  color: #666;
  font-weight: normal;
  border-top: 1px dotted #e1e1e1;
}
.cart_voucher #display_cart_vouchers .title_offers {
  margin-top: 10px;
}
.cart_voucher #display_cart_vouchers span {
  font-weight: bold;
}
.cart_voucher input.discount_name {
  height: 20px;
  margin-right: 5px;
}
.total_price_container p {
  text-align: left;
}
.cart_total_price .total_price_container p {
  display: block;
  padding: 8px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  background: #6c8834;
}
.cart_total_price .total_price_container span {
  display: block;
  padding: 15px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
#order_carrier {
  clear: both;
  margin-top: 20px;
  border: 1px solid #999;
  background: #ffffff;
}
#order_carrier h4 {
  padding: 0 15px;
  height: 29px;
  line-height: 29px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background: url(../img/bg_table_th.png) repeat-x 0 -10px #999999;
}
#order_carrier span {
  display: block;
  padding: 15px;
  font-weight: bold;
}
.order_delivery .first_item {
  margin-right: 29px;
}
.order_delivery .last_item {
  margin-right: 0;
}
.multishipping_close_container {
  text-align: center;
}
table#cart_summary .gift-icon {
  color: white;
  background: #0088CC;
  line-height: 20px;
  padding: 2px 5px;
  border-radius: 5px;
  display: block;
  text-align: center;
}
#compare_shipping_form fieldset {
  padding: 0;
}
#compare_shipping_form label {
  display: block;
  float: left;
  padding: 3px 7px 0 0;
  text-align: right;
  width: 170px;
}
#compare_shipping_form p {
  line-height: 23px;
}
#compare_shipping_form p.SE_SubmitRefreshCard {
  text-align: left;
  padding-bottom: 0;
}
.footer_links {
  padding-top: 15px;
  list-style-type: none;
}
.footer_links li {
  float: left;
  height: 16px;
  margin: 0 25px 0 0;
}
.footer_links li a {
  line-height: 18px;
  text-decoration: none;
}
.footer_links li a img.icon {
  margin: -3px 5px 0 0;
  vertical-align: middle;
  line-height: 17px;
}
/* step 2 - authentification ******************************************************************* */
#authentication #create-account_form {
  clear: none;
  float: left;
  min-height: 21em;
  width: 44.5%;
  background: url("../img/login-content-left.gif") no-repeat scroll right bottom #ffffff;
  padding: 20px 2% 0 2%;
  border: 1px solid #e1e1e1;
  margin-right: 20px;
  margin-bottom: 15px;
}
#authentication #create-account_form p.text {
  padding-bottom: 15px;
}
#new_account_form h3 {
  margin-bottom: 15px;
}
#opc_account_form p.select span {
  width: 228px;
  display: inline-block;
  padding: 3px 5px 0 0;
  text-align: right;
}
#authentication #login_form {
  clear: none;
  float: left;
  min-height: 21em;
  padding: 20px 2% 0 2%;
  border: 1px solid #e1e1e1;
  width: 44%;
  background: url("../img/login-content-right.gif") no-repeat scroll right top #f8f8f8;
}
#authentication #login_form p.text {
  padding-bottom: 15px;
}
#authentication #create-account_form fieldset,
#authentication #login_form fieldset {
  margin: 0;
}
#authentication #create-account_form .form_content,
#authentication #login_form .form_content {
  padding: 0px;
}
#create-account_form h3,
#authentication #login_form h3 {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 7px;
}
#authentication #login_form h3 {
  margin-bottom: 15px;
}
#authentication #create-account_form h4,
#authentication #login_form h4 {
  height: 45px;
  margin: 0;
  padding: 15px 0 0;
  font-weight: normal;
  text-transform: none;
}
#create-account_form label,
#login_form label {
  display: block;
  clear: both;
  padding-bottom: 5px;
  text-align: left;
}
#login_form div div {
  padding-bottom: 10px;
}
#login_form div div span {
  display: block;
}
#authentication #create-account_form input.account_input,
#authentication #login_form input.account_input {
  width: 96%;
}
#order-opc .lost_password {
  float: none;
  clear: both;
  display: inline-block;
  margin-top: 10px;
}
#opc_new_account #login_form_content {
  margin-left: 30%;
}
/*#ordermsg .textarea {float:right}*/
#ordermsg .textarea textarea {
  height: 100px;
  width: 98.8%;
  resize: none;
}
#ordermsg .textarea {
  padding-bottom: 0;
}
/* step 3 - address ************************************************************************** */
#opc_new_account .addresses p.address_delivery.select label {
  line-height: 23px;
}
#multishipping_mode_box {
  border: 1px solid #e1e1e1;
  background: #f5f5f5;
  margin-bottom: 10px;
  padding: 5px;
}
#multishipping_mode_checkbox {
  vertical-align: middle;
  margin-right: 5px;
}
#multishipping_mode_box.on {
  border: 1px solid #e1e1e1;
}
#multishipping_mode_box .title {
  padding: 5px;
  font-weight: bold;
}
#multishipping_mode_box .description,
#multishipping_mode_box .description_off {
  padding: 5px;
}
#multishipping_mode_box .description_off {
  display: none;
  padding: 5px;
}
#multishipping_mode_box .description_off div {
  margin-bottom: 10px;
}
#multishipping_mode_box .description_off a,
#multishipping_mode_box .description a {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 5px 10px;
  margin: 0 160px;
  border: 1px solid #e1e1e1;
  background: #f5f5f5;
}
#multishipping_mode_box .description_off a:hover,
#multishipping_mode_box .description a:hover {
  background: #f3f3f3;
  border: 1px solid #e1e1e1;
}
#multishipping_mode_box.on .description_off {
  display: block;
}
/* step 4 - paiement ************************************************************************** */
#order .delivery_option_radio,
#order-opc .delivery_option_radio {
  float: left;
  margin: 21px 12px;
}
#order .delivery_option label,
#order-opc .delivery_option label {
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
#order .delivery_option label > table.resume,
#order-opc .delivery_option label > table.resume {
  height: 46px;
  width: 663px;
}
#order .delivery_option.item,
#order-opc .delivery_option.item {
  background: #f5f5f5;
}
#order .delivery_option label > table.resume td,
#order-opc .delivery_option label > table.resume td {
  padding: 0 8px;
}
#order .delivery_option_carrier td {
  width: 200px;
}
#order .delivery_option_carrier td + td {
  width: 280px;
}
#order .delivery_option_carrier td + td + td {
  width: 200px;
}
#order .delivery_options_address .delivery_option_logo,
#order .delivery_option_carrier .delivery_option_logo,
#order-opc .delivery_options_address .delivery_option_logo {
  padding-left: 10px;
  width: 160px;
}
#order .delivery_options_address .delivery_option_logo img,
#order-opc .delivery_options_address .delivery_option_logo img {
  /*height: 40px;*/
}
#order .delivery_option_carrier .first_item,
#order-opc .delivery_option_carrier .first_item {
  padding: 3px 5px 3px 12px;
  background: url(../img/arrow_right_2.png) no-repeat 3px 7px;
}
.order_carrier_content h3 {
  padding: 15px 0 10px 0;
  font-size: 13px;
  color: #000000;
}
.order_carrier_content h3.carrier_title {
  padding-top: 0;
}
.order_carrier_content input {
  position: relative;
  top: 1px;
}
#carrierTable {
  border: 1px solid #999;
  border-bottom: none;
  background: #ffffff;
}
#carrierTable tbody {
  border-bottom: 1px solid #999;
}
#carrierTable th {
  padding: 0 15px;
  height: 29px;
  font-weight: bold;
  line-height: 29px;
  color: #fff;
  text-transform: uppercase;
  background: url(../img/bg_table_th.png) repeat-x 0 -10px #999999;
}
#carrierTable td {
  padding: 15px;
  font-weight: bold;
  border-right: 1px solid #e9e9e9;
}
#carrierTable td.carrier_price {
  border: none;
}
#gift_div {
  display: none;
  padding-bottom: 10px;
}
#gift_div label {
  display: block;
  margin-bottom: 5px;
}
#gift_div #gift_message {
  height: 50px;
  width: 98.8%;
  resize: none;
}
a.iframe {
  font-weight: bold;
}
.hook_extracarrier {
  margin-top: 5px;
  padding: 5px;
}
/* step 5 - paiement ************************************************************************** */
.payment_module {
  position: relative;
  margin-top: 10px;
  padding: 0;
}
.payment_module a {
  display: block;
  padding: 7px;
  overflow: hidden;
  background: #f5f5f5;
  border: 1px solid #e1e1e1;
}
.payment_module a:hover {
  background: #fff;
  text-decoration: none;
}
.payment_module img {
  vertical-align: middle;
  margin-right: 10px;
}
/*.payment_module span {
	position:absolute;
	top:50px;
	left:145px
}*/
.payment_module:before,
.payment_module:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.payment_module:after {
  clear: both;
}
.payment_module {
  zoom: 1;
}
/* ************************************************************************************************
		PAGE ORDER-OPC
************************************************************************************************ */
#order-opc h2 span {
  display: inline-block;
  padding: 5px 7px;
  margin-right: 5px;
  color: #fff;
  background: #333;
}
#order-opc #login_form fieldset p {
  padding: 15px 0;
  clear: both;
}
#order-opc #login_form fieldset p a {
  padding: 0;
}
#order-opc #opc_delivery_methods textarea {
  height: 60px;
  width: 98.8%;
  resize: none;
}
#order-opc #opc_payment_methods {
  margin-bottom: 20px;
}
.delivery_option_carrier td {
  width: 200px;
}
.delivery_option_carrier td + td {
  width: 280px;
}
.delivery_option_carrier td + td + td {
  width: 200px;
}
.delivery_option_carrier {
  margin: 5px 0 0 45px;
  width: 670px;
  display: none;
}
.delivery_option_carrier tr td {
  padding: 5px;
}
.delivery_option_carrier.selected {
  display: table;
}
.delivery_option_carrier.not-displayable {
  display: none;
}
.delivery_option_title {
  font-weight: bold;
}
/* ************************************************************************************************
	express checkout
************************************************************************************************ */
#new_account_form {
  clear: both;
  margin-bottom: 20px;
}
#new_account_form #submitGuestAccount {
  float: right;
}
/* ************************************************************************************************ */
/* ************************************************************************************************
		PAGE PASSWORD
************************************************************************************************ */
#form_forgotpassword fieldset {
  padding: 20px 10px 10px;
  background: #f5f5f5;
}
#form_forgotpassword p.submit {
  margin-left: 237px;
  padding-bottom: 5px;
  text-align: left;
}
/* ************************************************************************************************
		PAGE ADRESSES
************************************************************************************************ */
#address p.inline-infos {
  margin: 0 0 0 100px !important;
  font-size: 12px;
  color: #666;
}
/* ************************************************************************************************
		PAGE ADD ADRESS
************************************************************************************************ */
form#add_adress h3 {
  margin-bottom: 20px;
}
#center_column #add_adress p {
  margin: 0;
  padding: 0 0 10px 0;
}
#add_adress p.required {
  color: #222222;
}
#add_adress p.required sup {
  color: #da0f00;
}
#add_adress p.checkbox input {
  margin-left: 260px;
}
#add_adress p.textarea label {
  vertical-align: top;
}
#add_adress p.textarea textarea {
  height: 80px;
  width: 360px;
}
#center_column #add_adress p.submit2 {
  margin-top: 20px;
  text-align: right;
}
#add_adress span.form_info,
#add_adress span.inline-infos {
  display: block;
  margin: 5px 0 0 265px;
  color: #666666;
}
/* ************************************************************************************************
		PAGE ORDER-SPLIP
************************************************************************************************ */
#order-slip #order-list td {
  border-top: 1px solid #e1e1e1;
  border-bottom: none;
}
#order-slip #order-list td.history_invoice {
  border-right: none;
}
/* ************************************************************************************************
		PAGE DISCOUNT
************************************************************************************************ */
#discount .table_block td.discount_value {
  white-space: nowrap;
}
/* ************************************************************************************************
		PAGES MANUFACTURER $ SUPPLIERS
************************************************************************************************ */
#manufacturer .nbrmanufacturer,
#supplier .nbrmanufacturer {
  margin: 0px;
  padding: 0px 0px 20px;
  font-size: 12px;
  font-weight: bold;
}
#manufacturer #product_list {
  margin-top: 15px;
}
ul#manufacturers_list,
ul#suppliers_list {
  list-style-type: none;
  margin: 0px 0 0;
  overflow: hidden;
}
ul#manufacturers_list li,
ul#suppliers_list li {
  margin-bottom: 0px;
  padding: 20px 0px;
  border-top: 1px solid #e1e1e1;
  overflow: hidden;
}
ul#manufacturers_list li:first-child,
ul#suppliers_list li:first-child {
  border: none;
}
ul#manufacturers_list li img,
ul#suppliers_list li img {
  border: 1px solid #e1e1e1;
  vertical-align: bottom;
}
ul#manufacturers_list li .logo,
ul#suppliers_list li .logo {
  float: left;
  margin-right: 20px;
}
ul#manufacturers_list li .left_side,
ul#suppliers_list li .left_side {
  float: left;
  width: 530px;
}
ul#manufacturers_list li .center_side,
ul#suppliers_list li .center_side {
  float: left;
  width: 425px;
}
ul#manufacturers_list li .right_side,
ul#suppliers_list li .right_side {
  float: right;
  width: 120px;
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #e1e1e1;
  min-height: 82px;
}
ul#manufacturers_list li .right_side p,
ul#suppliers_list li .right_side p {
  padding-top: 10px;
}
ul#manufacturers_list li .right_side p a,
ul#suppliers_list li .right_side p a,
ul#manufacturers_list li .right_side p span,
ul#suppliers_list li .right_side p span {
  font-size: 15px;
  font-weight: bold;
}
ul#manufacturers_list li h3,
ul#suppliers_list li h3 {
  padding-top: 15px;
  padding-bottom: 5px;
}
ul#manufacturers_list li h3 a,
ul#suppliers_list li h3 a {
  font-size: 15px;
}
ul#manufacturers_list li .description {
  overflow: hidden;
  padding: 0;
  font-size: 12px;
}
.description_box {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  background: #f5f5f5;
  padding: 5px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 18px;
}
.description_box p {
  margin: 0;
  padding: 0 10px 5px;
}
.description_box .hide_desc {
  display: none;
}
.description_box .lnk_more {
  padding: 0 0px 0 5px;
  text-decoration: underline;
}
.description_box .lnk_more:hover {
  text-decoration: none;
}
.description_box ul {
  padding-left: 30px;
  padding-bottom: 10px;
}
/* ************************************************************************************************
		PAGE SEARCH
************************************************************************************************ */
#search h3.nbresult {
  margin: 0 0 10px 0;
  padding: 10px;
  border: 1px solid #e6db55;
  font-size: 13px;
  background: #ffffe0;
}
#search .sortPagiBar {
  margin-bottom: 20px;
}
/* ************************************************************************************************
		PAGE 404
************************************************************************************************ */
#pagenotfound #left_column,
#pagenotfound #right_column {
  display: none;
}
#pagenotfound #center_column {
  width: 100%;
}
#pagenotfound .pagenotfound {
  padding: 30px 300px 0 0;
  height: 330px;
  font-size: 14px;
  background: url(../img/bg_404.png) no-repeat 100% 0;
}
#pagenotfound fieldset {
  border: none;
}
#pagenotfound fieldset label {
  line-height: 24px;
}
#pagenotfound .pagenotfound a {
  font-weight: bold;
  color: #333333;
}
#pagenotfound .pagenotfound .icon {
  position: relative;
  top: 3px;
}
#pagenotfound .std #search_query {
  padding-top: 5px;
  padding-bottom: 5px;
}
/* ************************************************************************************************
		addon RerversoForm
************************************************************************************************ */
#account-creation_form fieldset.reversoform {
  padding: 10px !important;
}
#account-creation_form fieldset.reversoform .text label {
  display: block;
  padding: 0 0 10px 0;
  width: 100%;
  text-align: left;
}
#account-creation_form fieldset.reversoform .infos-sup {
  padding: 0 !important;
  font-size: 10px;
  font-style: italic;
  text-align: right;
}
/* ************************************************************************************************
		addon customer privacy
************************************************************************************************ */
#footer .myaccount li.referralprogram img {
  display: none;
}
#module-referralprogram-referralprogram-program .sheets {
  padding-top: 10px;
}
#module-referralprogram-referralprogram-program form p.checkbox {
  font-weight: bold;
}
#module-referralprogram-referralprogram-program form p.checkbox a {
  text-decoration: underline;
}
#module-referralprogram-referralprogram-program form p.submit {
  text-align: right;
}
#module-referralprogram-referralprogram-program form p.see_email {
  padding-left: 10px;
  color: #0088cc;
  background: url(../img/arrow_right_1.png) no-repeat 0 4px;
}
#module-referralprogram-referralprogram-program form p.see_email a {
  color: #0088cc;
  text-decoration: underline;
}
#product p#loyalty {
  padding: 10px 0 0 20px;
  border-top: 1px solid #e1e1e1;
  background: url(../img/icon/info.png) no-repeat 0 8px;
  margin-top: 10px;
}
#footer .myaccount li.loyalty img {
  display: none;
}
/* ************************************************************************************************
		addon Livezilla
************************************************************************************************ */
#livezilla_lnk {
  margin: 10px 0;
  text-align: right;
}
#livezilla_lnk a {
  display: inline-block;
  padding: 6px 8px 8px 8px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font: bold 10px Arial, Verdana, sans-serif;
  color: #fff;
  text-shadow: 0 -1px 0 #000000;
  background: url(../img/bg_bt_compare.gif) repeat-x scroll 0 0 #000000;
}
#livezilla_lnk a:hover {
  text-decoration: none;
}
/* ************************************************************************************************
		addons comments products
************************************************************************************************ */
form#sendComment fieldset {
  padding: 10px;
  border: 1px solid #e1e1e1;
  background: #eeeeee;
}
form#sendComment h3 {
  font-size: 14px;
}
#new_comment_form p.text {
  margin-bottom: 0;
  padding-bottom: 0;
}
#sendComment p.text label,
#sendComment p.textarea label {
  display: block;
  margin: 12px 0 4px;
  font-weight: bold;
  font-size: 12px;
}
#sendComment p.text input {
  padding: 0 5px;
  height: 28px;
  width: 498px;
  border: 1px solid #e1e1e1;
  background: url(../img/bg_input.png) repeat-x 0 0 #ffffff;
}
#sendComment p.textarea textarea {
  height: 80px;
  width: 508px;
  border: 1px solid #e1e1e1;
}
#sendComment p.submit {
  padding: 0;
  text-align: right;
}
#sendComment p.closeform {
  float: right;
  padding: 0;
  height: 12px;
  width: 12px;
  text-indent: -5000px;
  background: url(../img/icon/delete.gif) no-repeat 0 0;
}
.star {
  position: relative;
  top: 2px;
  float: left;
  height: 12px;
  width: 12px;
  overflow: hidden;
  text-indent: -999em;
  cursor: default;
}
.star,
.star a {
  background: url(../img/star.png) no-repeat 0 0;
}
#idTab5 #product_comments_block_tab div.star {
  background: url(../img/star.png) no-repeat 0 0;
}
#idTab5 #product_comments_block_tab div.star_on,
div.star_on a {
  background-position: 0 -12px;
}
div.star_hover a,
div.star a:hover {
  background-position: 0 -12px;
}
/* ************************************************************************************************
		guest tracking
************************************************************************************************ */
#guest-tracking fieldset p:first-child {
  padding-top: 10px;
}
#guest-tracking fieldset p:last-child {
  padding-bottom: 10px;
}
#image-block div.zoomdiv {
  border: 1px solid #e1e1e1;
}
#instant_search_results a {
  float: right;
  display: block;
  font-size: 12px;
  line-height: 15px;
  margin-top: 3px;
  text-transform: none;
  font-weight: normal;
}
/************************************ compare remove bug fix ******************************************/
#product_comparison .cmp_remove {
  display: nline-block;
  color: #DD0000;
  margin-bottom: 10px;
  padding-right: 16px;
  text-align: left;
  background: url('../img/icon/delete.gif') no-repeat 100% 1px transparent;
  float: left;
  clear: both;
}
.account_creation.customerprivacy + .account_creation {
  margin-top: 15px;
}
/********************************************************************************back to top******************************************************************************/
#back-top {
  position: fixed;
  bottom: 30px;
  z-index: 9999;
  left: 50%;
  margin-left: 570px;
}
#back-top span {
  width: 73px;
  height: 34px;
  display: block;
  margin-bottom: 7px;
  background: url(../img/up-arrow.png) no-repeat left 0px;
}
#back-top a:hover {
  color: #79ec3e;
}
/*#back-top a:hover span {
  background-position: left bottom;
}
*/#module-cheque-payment #center_column {
  width: 100%;
}
