/* 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;
}
br.clear {
  clear: both;
  line-height: 0;
  font-size: 0;
  height: 0;
}

/* transfert effect*/
.transferProduct {
  border: 2px solid #d5d5d5;
}

/* 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("../img/sitemap-top.gif") no-repeat -1px -3px;
  padding-left: 24px;
  padding-bottom: 5px;
  padding-top: 3px;
}
ul.tree,
ul.tree ul {
  list-style-type: none;
}
ul.tree li {
  padding-left: 1.2em;
  border-left: 1px #d5d5d5 dotted;
  background: url(../img/sitemap-horizontal.gif) no-repeat left 10px;
  margin-left: 1em;
}
ul.tree a {
  padding-left: 0.2em;
}
ul.tree a.selected {
  font-weight: bold;
}
ul.tree li.last {
  background: url(../img/sitemap-last.gif) no-repeat -12px -2px;
  border: none;
}

/* 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;} */
div#more_info_block > a,
#cart_recommended_wrapper > a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  color: #374853;
}

a.specialTab {
  display: block !important;
}

.promote_button {
  position: absolute;
  display: inline-block;
  padding: 5px 10px;
  right: 0px;
  font-weight: bold;
  top: -10px;
  background-color: #d72616;
}

#useOldCredit {
  background-color: #9c9c9c;
}

.round-full {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.round-top {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.round-left {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.round-right {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.round-bottom {
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* ul.idTabs li a.selected {background-image: url('../img/tab_bg_selected.jpg'); color: white;} */

span.self_rank {
  padding: 5px;
  text-align: right;
  display: block;
  font-size: 11px;
}

span.self_rank * {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}

span.numbering {
  width: 17px;
  text-align: center;
}

a.toprankedurl:hover {
  text-decoration: none !important;
}

/* IdTabs Short*/
/* ul.idTabsShort li a {background-image: url('../img/tab_bg_short.jpg'); width: 150px;} */
/* ul.idTabsShort li a.selected {background-image: url('../img/tab_bg_selected_short.jpg'); color: white;} */
div.sheets,
#checkout_details_inner {
  margin: 0px;
  clear: both;
  padding: 20px;
  width: 95%;
  border-color: #d7d8d9;
  border-style: solid;
  border-width: 2px 1px 1px;
  border-style: solid;
  box-shadow: 0 2px 2px #eaedf4;
}

div.sheets {
  border-width: 2px 0 0 !important;
  box-shadow: 0 0 0 !important;
}

.recommended_inner .block_content {
  float: left;
}

.recommended_inner {
  background-color: #f5f65a;
  margin-bottom: 20px;
}

div#more_info_sheets li {
  background-position: 6px 4px;
  margin-bottom: 0.4em;
}

/* global RTE fields */
div.rte,
.mceContentBody {
  text-align: left;
  background: white;
}
body.mceContentBody {
  margin: 9px 6px;
  min-width: 0 !important;
}
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: 100%;
  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: 0.75em 0 0.3em 0;
  color: #555555;
  float: none;
}
div.rte h1,
.mceContentBody h1 {
  font-size: 1.1em;
  font-weight: bold;
}
div.rte h2,
.mceContentBody h2 {
  background: none;
  text-transform: none;
  height: auto;
  font-weight: bold;
}
div.rte h3,
.mceContentBody h3 {
  font-weight: bold;
}
div.rte h4,
.mceContentBody h4 {
  font-weight: bold;
}
div.rte h5,
.mceContentBody h5 {
  font-weight: bold;
}
div.rte h6,
.mceContentBody h6 {
  font-weight: bold;
}
div.rte ul,
.mceContentBody ul,
div.rte ol,
.mceContentBody ol {
  padding-left: 2em;
  margin-left: 10px;
}
div.rte ul,
.mceContentBody ul {
  list-style-type: square;
}
div.rte ol,
.mceContentBody ol {
  list-style-type: decimal;
}
div.rte strong,
.mceContentBody strong {
  font-weight: bold;
}
div.rte em,
.mceContentBody em {
  font-style: italic;
}
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;
}
#center_column div.rte p,
.mceContentBody p {
  padding-left: 0;
  margin: 0.5em 0;
}
#form #order-detail-content {
  width: 100%;
}

/* global table style */
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 thead th.item,
table.std thead th.first_item,
table.std thead th.last_item {
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
  background-color: #d7d8d9;
}
table.std tbody td {
  text-align: center;
}
table.std tfoot td {
  text-align: right;
  white-space: nowrap;
}
.table_block table.std td label {
  width: auto;
}
/* /global table style */

/* global form style */
form.std {
  clear: both;
}
form.std h3 {
  color: #555;
  font-size: 1.2em;
  padding: 5px;
  margin: 0px;
}
form.std fieldset,
#checkout_containner fieldset#alr_fieldset,
#checkout_containner fieldset {
  border: none;
}
#checkout_containner fieldset#alr_fieldset {
  width: 100%;
}
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,
#checkout_containner #delivery_address_form p span,
#checkout_containner #delivery_address_form label {
  float: left;
  text-align: left;
  width: 30%;
}
form.std p span.like_input {
  width: auto;
  margin-left: 0.7em;
}
#search_block_left .block_content input {
  border: none;
}
input#quantity_wanted,
#attributes select {
  padding: 0;
  margin: 0;
}
.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;
}
sup.required {
  color: #da0f00;
  font-size: 12px;
}
#checkout_containner #alr_body .required sup {
  margin-left: 5px;
}

form.std p.checkbox {
  padding-left: 30%;
}
form.std p.submit {
  padding-left: 31%;
}
#center_column form.std p.submit2 {
  text-align: right;
  margin-right: 50px;
}

/* START OF BUTTONS SECTION
 * -tags: input, a, span
 * -sizes: mini, small, normal, large
 * -types: button, exlusive
 * -status: normal, hover, disabled
 * -rule: the span.button is a a.button disabled
*/

/* global button */
#cart_voucher .button_small,
#voucher .button_small,
.button_mini,
.button,
.button_large,
.button_mini_disabled,
.button_small_disabled,
.button_disabled,
.button_large_disabled,
.exclusive_mini,
.exclusive,
.exclusive_large,
.exclusive_mini_disabled,
.exclusive_small_disabled,
.exclusive_disabled,
.exclusive_large_disabled {
  background-repeat: no-repeat;
  color: #555;
  border: none;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  margin-right: 3px;
  margin-top: 6px;
  font-family: Verdana;
}
#cart_voucher .button_small,
#voucher .button_small,
.button_mini,
.button_small,
.button,
.button_large,
.button_mini_disabled,
.button_small_disabled,
.button_disabled,
.button_large_disabled {
  background-image: url("../img/button2.gif");
}
.exclusive_mini,
.exclusive,
.exclusive_large {
  background: transparent url("../img/button1.png");
}
.exclusive_mini_disabled,
.exclusive_small_disabled,
.exclusive_disabled,
.exclusive_large_disabled {
  background-image: url("../img/button2.gif");
}
.exclusive,
.exclusive_large,
.exclusive_disabled,
.exclusive_large_disabled,
.button_large,
.button_large_disabled {
  color: white;
}
/* small */
.button_mini,
.button_small,
.button_mini_disabled,
.button_small_disabled,
.exclusive_mini,
.exclusive_mini_disabled,
.exclusive_small,
.exclusive_small_disabled {
  background-position: right top;
  width: 70px;
  height: 24px;
  line-height: 24px;
}
.button_mini:hover,
.button_small:hover,
.exclusive_mini:hover,
.exclusive_small:hover {
  background-position: right -24px;
  color: #e1250d;
}

/* medium */
.button,
.button_disabled,
.exclusive,
.exclusive_disabled {
  background-position: -151px top;
  width: 112px;
  height: 26px;
  line-height: 26px;
}
.button:hover,
.exclusive:hover {
  background-position: -151px -27px;
}

/* large */
.button_large,
.button_large_disabled,
.exclusive_large,
.exclusive_large_disabled {
  background-position: left top;
  width: 150px;
  height: 32px;
  line-height: 30px;
}
.button_large:hover,
.exclusive_large:hover {
  background-position: left -32px;
  color: #fff;
}

/* disabled */
.button_mini_disabled,
.exclusive_mini_disabled,
.button_small_disabled,
.exclusive_small_disabled,
.button_disabled,
.exclusive_disabled,
button_large_disabled,
.exclusive_large_disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#search_block_left .button_mini {
  background: none;
  float: right;
}

form .id_state {
  display: none;
}

/* generic style */
ul.bullet li,
.block ul.bullet li {
  padding-left: 2em;
  background: transparent url("../img/bullet.gif") no-repeat 6px 6px;
  list-style-type: none;
}

.price-pretax {
  color: gray;
}
.price-ecotax {
  color: #488c40;
}
img.icon {
  margin-right: 0.5em;
  vertical-align: middle;
}
.price,
.price-shipping,
.price-wrapping,
.price-insurance {
  color: #e1250d;
  font-size: 1.1em;
  font-weight: bold;
  white-space: nowrap;
}

/* Default block style */
.block {
  margin-bottom: 6px;
  min-width: 203px;
  padding-bottom: 3px;
  background: transparent url("../img/Nav_sub_footer.gif") repeat-x bottom left;
  clear: both;
  float: left;
  padding-bottom: 0px;
}
/*#newsletter_block_left,#search_block_left
{
	padding: 10px !important;
}*/
#newsletter_block_left select,
#newsletter_block_left input {
  font-size: 11px;
  margin-left: 0;
  color: #aaa;
  margin-top: 5px;
}
.newsletter_action {
  font-size: 12px !important;
  color: #555555 !important;
}

#newsletter_block_left input {
  width: 240px;
  font-style: italic;
}
.block h4 {
  text-transform: uppercase;
  font-family: Arial, Helvetica, Sans-Serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  color: #555;

  background: transparent url("../img/new-sub-menu.gif") no-repeat top left;
  text-align: center;
}
.block ul {
  list-style: none;
}
.block ul.tree li {
  padding-left: 15px;
}
.block a:hover {
  text-decoration: underline;
}
#left_column .block .block_content a.button_large,
#right_column .block .block_content a.button_large,
#cart_block .block_content a.button_large {
  margin: 0 0 0 -3px;
}
.block .block_content {
  border-left: 1px solid #d7d8d9;
  border-right: 1px solid #d7d8d9;
  padding: 5px 5px 10px 5px;
  min-height: 16px;
}

#categories_block_left .block_content {
  min-width: 201px;
}

.block_facebook {
  min-width: 201px !important;
  width: 201px !important;
}

/*#newsletter_block_left .block_content {
	border:none;
	padding-top:0px;
	margin-left: 3px;
}
#newsletter_block_left .block_content input {
	border:none;
	background-color:transparent;
	color: #666666;
}*/
#newsletter_block_left .block_content .button_mini {
  color: #fff;
  text-indent: -999px;
  margin-top: 8px;
  margin-left: 5px;
  background: transparent url("../img/icon/yes.png") no-repeat bottom left;
  width: 16px;
  height: 16px;
}
.block #searchbox .block_content {
  padding: 0;
}
.block li {
  padding: 0.2em 0 0.2em 0em;
  list-style-position: outside;
}
.block a {
  color: #555555;
  text-decoration: none;
}

/* block exclusive */
.block_exclusive {
  height: inherit;
  line-height: inherit;
  padding-bottom: 3px;
}
#left_column #search_block_left {
  background-image: none;
  padding-bottom: 1px;
}
#search_block_left .block_content {
  border-style: none;
}
#search_block_left .block_content label {
  color: #555;
  margin-left: 3px;
  display: none;
}
#search_block_left h4 {
  display: none;
}
.block_exclusive h4 a {
  color: white;
}
.block_exclusive li {
  margin-top: 0;
}

/* block myaccount */
div.myaccount h4 {
  background: #971d58 url("../img/block_header_myaccount.jpg") no-repeat left
    top;
  height: 25px;
  line-height: 25px;
}
div.myaccount h4 a,
div.myaccount h4 {
  color: white;
}
div.myaccount,
div.myaccount a {
  color: #5d0630;
}
div.myaccount ul.bullet {
  margin-top: 0.6em;
}
div.myaccount ul.bullet li {
  background-image: url("../img/bullet_myaccount.gif");
}
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: #dd2a81;
}
div.myaccount p.logout a {
  text-decoration: underline;
}
div.myaccount p.logout a:hover {
  text-decoration: none;
}
div.myaccount .block_content {
  background: #f6dce8 url("../img/block_bg_myaccount.jpg") repeat-x bottom left;
  border-left: 1px solid #f6dce8;
  border-right: 1px solid #f6dce8;
}
.account_input,
#quick_forget_form #forget_alr_email {
  margin-left: 0;
  width: 250px;
  height: 18px;
}

hr.account {
  background-color: #0f66b5;
  border: none;
  height: 2px;
}

/* my-account.tpl */
#my-account .account-list {
  margin: 2em 0;
}

ul.account-list li {
  list-style: none;
}
#my-account .account-list li {
  list-style: none;
  margin: 2em 1.5em;
}

/* discount.tpl */
td.discount_value {
  white-space: nowrap;
}

/* category.tpl */
.change_comfortable {
  width: 225px;
  height: 280px;
}
.change_compact {
  width: 150px;
  height: 205px;
}

/* product-review.tpl*/
input#customer_image,
#video_link {
  width: 89% !important;
}

@media (max-width: 550px) {
  hr.vertical {
    display: none;
  }
  .span2 .clearfix {
    margin: 5px 10px !important;
  }
}

/* product-list.tpl */
.product_list {
  list-style-type: none;
  width: 100%;
  margin: 0 auto;
}
.product_list li {
  float: left;
  position: relative;
  padding: 0px 5px 10px 5px;
}

.product_list li .availability {
  display: none;
}
.ajax_block_product.unavailable {
  display: none;
}
.product_list li a {
  text-decoration: none;
  color: #555;
}
.product_list li a:hover {
  text-decoration: underline;
}
.product_list li a.product_img_link {
  border: 1px solid #d5d5d5;
  padding: 2px;
  display: block;
}
.product_list li a.product_img_link:hover {
  border: 2px solid #d5d5d5;
  padding: 1px;
}
.product_list li a.also.product_img_link {
  border: 1px solid #95e5b5;
  padding: 2px;
  display: block;
}
.product_list li a.also.product_img_link:hover {
  border: 2px solid #95e5b5;
  padding: 1px;
}
.product_list li h3 {
  margin: 4px 4px 4px 0px;
  text-align: left;
  font-size: 12px;
}
.product_list li .product_desc {
  display: none;
  margin-bottom: 0;
  font-size: 0.92em;
}
.product_list .center_block {
  float: left;
  width: 100%;
  margin-bottom: 0;
  background-color: white;
}
.product_list .left_block {
  position: absolute;
  right: 3px;
  top: 3px;
}
.product_list .discount {
  background-position: right top;
  background-image: url("../img/old/icon/discount.png");
  width: 56px;
  height: 43px;
  line-height: 26px;
  z-index: 3;
  font-size: 13px;
  color: white;
  padding-top: 7px;
  background-repeat: no-repeat;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-top: -8px;
  margin-right: -2px;
}
.product_list .center_block .exclusive {
  display: none;
  position: absolute;
  top: 95px;
}
.open_popin {
  width: 99px !important;
  height: 28px;
  line-height: 28px;
  left: 12px;
  background: transparent url("../img/old/icon/button.png") no-repeat !important;
  background-position: top left !important;
}

.buy_open_popin {
  width: 33px !important;
  height: 28px;
  line-height: 28px;
  text-indent: -99999px;
  top: 95px;
  right: 9px;
  background: transparent url("../img/old/icon/cart.png") no-repeat !important;
}

.product_list .center_block:hover .exclusive {
  display: block;
}
.product_list .new {
  color: white;
  font-size: 11px;
  font-weight: bolder;
  text-align: center;
  background-image: url("../img/old/icon/bubble.png");
  background-repeat: no-repeat;
  background-position: left top;
  padding: 3px 4px 4px 4px;
  width: 27px;
  height: 18px;
  display: block;
}
.product_list .center_block {
  text-align: center;
}
.product_list .bestseller {
  background-position: right top;
  background-image: url("../img/pro_topSeller.png");
  width: 50px;
  height: 80px;
  background-repeat: no-repeat;
}
.product_list .price {
  font-size: 13px;
  clear: left;
}
.product_list .availability {
  color: #488c40;
  font-size: 0.9em;
}

/* add to cart pop-ins */
#veil,
.veil,
.cart_veil {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
}

.cart_veil {
  display: none;
  position: absolute;
}

.popin_content {
  padding: 24px;
}

.add_to_cart_popin,
.form_popin,
#checkout_popin {
  display: none;
  position: fixed;
  z-index: 100;
  width: 1000px;
  padding-bottom: 20px;
  min-height: 390px;
  margin-left: -360px;
  margin-top: -220px;
  background-color: white;
  box-shadow: 4px 4px 80px #000;
  -webkit-box-shadow: 4px 4px 80px #000;
  -moz-box-shadow: 4px 4px 80px #000;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

/*override*/
.add_to_cart_popin {
  margin-left: -500px !important;
  margin-top: 20px !important;
  left: 50% !important;
  position: absolute !important;
}

.add_cart_recommended {
  padding: 5px 0;
  font-weight: bold;
  text-decoration: none !important;
  cursor: pointer;
  white-space: nowrap;
  font-family: Verdana;
  color: white !important;
  display: inline-block;
  text-align: center;
  width: 100%;
  background-color: #de4931;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#cart_recommended_block {
  position: relative;
  width: 100%;
}

#cart_recommended_wrapper {
  position: absolute;
  width: 100%;
  top: 100px;
  text-align: center;
  margin-left: -24px;
}

.form_popin {
  min-height: 0;
  margin-left: -220px;
  margin-top: -120px;
  padding-bottom: 0;
  width: 440px;
}

#checkout_popin {
  position: absolute;
  min-height: 400px;
  text-align: left;
  margin: 30px 0 0 -500px !important;
  padding-bottom: 0;
  left: 50%;
}

#checkout_process_container {
  overflow: auto;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  display: none;
}

#checkout_progress {
  width: 100%;
  overflow: hidden;
}

#checkout_progress ul {
  margin: 0 auto;
  list-style-type: none;
  height: 100px;
  position: relative;
  float: left;
  left: 50%;
}
#checkout_progress ul li {
  float: left;
  padding: 5px;
  width: 70px;
  height: 105px;
  text-align: center;
  position: relative;
  float: left;
  right: 50%;
}
#checkout_progress ul .checkout_arrow img {
  position: relative;
  top: 14px;
}
#checkout_progress ul .checkout_step img {
  position: relative;
  top: 0;
}
#checkout_progress ul .checkout_step div {
  font-weight: bold;
  padding-top: 10px;
}

#checkout_progress ul li.checkout_step a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}

/* facebook like cart */

img#facebook_arrow {
  display: inline-block;
  padding-right: 15px;
  vertical-align: top;
  width: 70px;
  height: 25px;
}

/* recommended block*/
#recommended_block {
  right: 0px;
  width: 100%;
  margin: 15px 0;
}
.products_scroll {
  overflow: hidden;
  margin-bottom: 5px;
  float: none;
  position: relative;
}
.products_scroll li .right_block {
  height: 60px;
}

#recommended_block li {
  float: none;
}
.products_scroll_left,
.products_hold_left,
.products_scroll_right,
.products_hold_right {
  margin-top: 0px;
  width: 20px;
  height: 150px;
  float: left;
  text-indent: -9999em;
}
.products_scroll_left {
  background: url(../../../modules/blockrecommended/left_arrow.png) 50% 50%
    no-repeat;
}
.products_hold_left {
  background: url(../../../modules/blockrecommended/left_arrow_off.png) 50% 50%
    no-repeat;
}
.products_scroll_right {
  background: url(../../../modules/blockrecommended/right_arrow.png) 50% 50%
    no-repeat;
}
.products_hold_right {
  background: url(../../../modules/blockrecommended/right_arrow_off.png) 50% 50%
    no-repeat;
}

/* shopping cart */
#order .cart_last_product {
  margin: 8px auto 8px;
  border-bottom: 1px dotted #cdcdcd;
}
#order .cart_last_product .cart_last_product_header,
table.std thead th.first_item {
  background-color: #d7d8d9;
  padding: 6px 10px;
  border-radius: 3px 3px 0px 0px;
  font-weight: bold;
}
table.std thead th.first_item {
  border-radius: 3px 0px 0px 0px;
}
table.std thead th.last_item {
  border-radius: 0px 3px 0px 0px;
}
#order div.cart_last_product a.cart_last_product_img,
td.cart_product a {
  float: left;
  margin-left: 10px;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#order div.cart_last_product .cart_last_product_content {
  float: left;
  margin-left: 75px;
  padding-top: 30px;
}
#order div.cart_last_product .cart_last_product_content h5,
.cart_description h5 {
  font-size: 11px;
}
#checkout_details_outer #checkout_details_inner p.submit,
#checkout_containner #delivery_address_form p.submit {
  padding-left: 0px;
}
p.cart_navigation .button_large {
  float: left;
}
p.cart_navigation .exclusive_large,
p.cart_navigation .exclusive {
  float: right;
}
#express-checkout_form p {
  padding: 0;
}
#express-checkout_form p a {
  margin-right: 4px;
  margin-bottom: 3px;
}
p.cart_navigation_extra {
  text-align: center;
  width: auto;
}
form.std p.cart_navigation span {
  float: none;
  text-align: left;
  width: auto;
}
#checkout_details_inner p {
  line-height: 26px;
}
#checkout_containner #alr_body p {
  clear: both;
  line-height: 26px;
}

#checkout_details_inner p label {
  width: 30%;
  text-align: right;
}
#checkout_containner #alr_body p label {
  margin-bottom: 3px;
  float: right;
  width: 30%;
  text-align: right;
}

#checkout_containner #alr_body p input,
#checkout_containner #alr_body p a {
  margin-bottom: 3px;
  float: right;
}

#checkout_containner #delivery_address_form p,
#checkout_containner p {
  line-height: 26px;
}
#checkout_containner #delivery_address_form p label {
  width: 50%;
  text-align: right;
  margin-right: 1em;
}
#cart_block_summary {
  padding-right: 30px;
  padding-bottom: 6px;
  padding-top: 6px;
}
#cart_summary tfoot tr td {
  border-top: none;
  line-height: 1.5em;
}
#cart_summary .price,
#cart_summary .price-discount {
  font-size: 1em;
  text-decoration: none;
  text-align: center;
}
#cart_summary .price {
  text-align: right;
}
tr.cart_item td {
  padding: 5px 0;
}
td.cart_product a img,
#order div.cart_last_product a.cart_last_product_img img {
  padding: 2px 4px 2px 4px;
  border: 1px solid #d7d8d9;
  width: 45px;
  height: 45px;
}
td.cart_product a img:hover,
#order div.cart_last_product a.cart_last_product_img img:hover {
  padding: 2px 4px 2px 4px;
  border: 1px solid #fff;
}
td.cart_product a:hover,
#order div.cart_last_product a:hover {
  background-color: #ffffff;
}
#order div.cart_last_product a,
div.table_block a,
td.cart_description a {
  text-decoration: none;
}
#order div.cart_last_product a:hover,
div.table_block a:hover,
td.cart_description a:hover {
  text-decoration: underline;
}
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;
}
td.cart_add_item {
  width: 20%;
}

tr.cart_item td.cart_unit {
  padding-right: 1em;
}
td.cart_quantity {
  width: 5.5em;
  text-align: right;
}
td.cart_quantity p,
td.cart_quantity a {
  float: left;
  display: inline;
}
#cart_summary td.cart_quantity p {
  padding-right: 10px;
  padding-top: 6px;
}
td.cart_quantity .icon {
  margin-top: 0.6em;
}
td.cart_quantity a.cart_quantity_up,
td.cart_quantity a.cart_quantity_down,
td.cart_quantity input.cart_quantity_down,
td.cart_quantity input.cart_quantity_up {
  display: block;
  border: none;
}
tr.cart_free_shipping {
  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;
}
#order form#voucher fieldset,
#cart_voucher fieldset {
  border: none;
  padding: 8px;
  line-height: 28px;
  margin-bottom: 0px;
}
#order form#voucher h4,
#order form#voucher p,
#cart_voucher fieldset p,
#order form#voucher .button {
  display: inline;
}
#order form#voucher h4,
form.std .table_block fieldset h4,
#checkout_containner .table_block fieldset h4 {
  float: left;
  margin-right: 5px;
  padding: 5px 0px 0px 0px;
}
#order #order_carrier {
  clear: both;
  padding: 2px 8px 8px 8px;
}
#order .carrier_name label {
  text-align: left;
}
#order #order_carrier h4 {
  margin-right: 10px;
  margin-left: 18px;
  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 */
form#contactform-form {
  font-size: 12px;
}
form#contactform-form fieldset {
  border-style: groove;
  background-color: #eee;
}
form#contactform-form .inputfield {
  min-width: 50%;
  max-width: 90%;
}
form#contactform-form #message {
  width: 80%;
}
form#contactform-form .text {
  padding-top: 12px;
}
form#contactform-form #submitMessage {
  margin-left: 455px;
}
form#contactform-form #solved_question {
  vertical-align: top;
}
form#contactform-form #solved_question input {
  margin-left: 12px;
}
form#contactform-form .like_input {
  width: 30%;
  text-align: left;
}
form#contactform-form .desc_contact {
  margin: 20px 20px 40px 10px;
}

/* history.tpl*/
#block-history {
  color: #374853;
}
.color-myaccount {
  color: #1293bb;
}
.bordered-table {
  border: 1px solid #d5d5d5;
}
.bordered-table thead tr th {
  background-color: #e7e7e7 !important;
}

.bordered_tfoot {
  border-top: 1px solid #d5d5d5;
}

.bordered_tfoot td {
  text-align: left !important;
}

#order-list thead th {
  background-color: #e7e7e7;
}
/*#order-list tbody {background: #D0D1D5 url('../img/form_bg.jpg') repeat-x top left;}*/
#order-list tbody td {
  background-color: white;
}
#order-list tfoot {
  border-top: 1px solid #d5d5d5;
}
#order-list .history_link {
  white-space: nowrap;
  text-align: center;
}
#block-order-detail {
  padding: 0.5em;
  margin-top: 10px;
  /*background: #D0D1D5 url('../img/form_bg.jpg') repeat-x top left;*/

  padding: 6px;
  border: 1px solid #d5d5d5;
  background-color: #e7e7e7;

  border-top: 2px #ebbb00 solid;
  border-bottom: 2px #ebbb00 solid;

  text-align: left;
}
#block-order-detail .total_numbers td {
  text-align: left;
}
#block-order-detail ul.alternate_item {
  color: #ebbb00;
  list-style: none;
  margin: 10px 0 10px 5px;
}
.download_link {
  font-style: italic;
  font-weight: bold;
  color: #ebbb00;
}
.order_details {
  font-weight: bold;
  font-size: 1.2em;
}

.address_details {
  font-size: 1.1em;
  line-height: 20px;
}
.total_numbers {
  width: 100%;
  text-align: right;
  line-height: 20px;
}
.detail_step_by_step {
  width: 50% !important;
  display: none;
}

#block-order-detail p {
  padding-left: 0;
  padding-right: 0;
}
#order-detail-content {
  clear: both;
  margin-top: 5px;
}
#order-detail-content tbody tr {
  /*height: 3em;*/
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
}
#order-detail-content tfoot td {
  border: none;
}
#order-detail-content td .order_qte_input {
  display: none;
}
#order-detail-content .order_cb input {
  border: none;
}
#order-detail-content td .order_qte_span {
  width: 100%;
  display: block;
}
#order-detail-content tr.item {
  font-weight: bold;
}
#block-order-detail h4 {
  font-size: 1.4em;
}
#block-order-detail #sendOrderMessage p {
  padding: 0 4px 0 1px;
}
#block-order-detail textarea {
  margin: 0 auto;
  width: 100%;
}
#ordermsg textarea {
  margin: 0;
  padding: 0;
  width: 40%;
}

/* loyalty.tpl */
.hidden_loyalty_points {
  display: none;
  background-color: #eeeeee;
}

.hidden_loyalty_points td {
  background-color: transparent !important;
}

/* sitemap.tpl */
#sitemap_content {
  margin-left: 5em;
}
div.sitemap_block {
  padding: 0;
  float: left;
  width: 33%;
}
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;
}

/* adresses */
.wrapper_with_borders {
  padding: 6px;
  border: 1px solid #d5d5d5;
  background-color: #e7e7e7;

  /*max-width: 880px;*/
}
div.addresses {
  padding: 6px;
  border: 1px solid #d5d5d5;
  background-color: #e7e7e7;

  position: relative;
  max-width: 880px;
}
div.addresses h3 {
  margin: 0;
}
.wrapper_header {
  margin: 0;
  font-size: 1.2em;
  font-weight: bold;
  margin-left: 5px;
}
div.addresses p.checkbox input {
  margin-top: 0 !important;
  margin-top: -3px;
}
div.addresses ul.item {
  clear: both;
}
.substrate {
  background-color: #fff;
  margin-top: 5px;
  padding: 5px 10px;
}
.address_wrapper {
  float: left;
  padding-left: 10px;
  padding-top: 5px;
  margin-right: 15px;
  width: 95%;
  max-width: 362px;
}
.address_wrapper > span {
  font-size: 1.2em;
  font-weight: bold;
}
ul.address {
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  /*float: left;*/
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding-bottom: 5px;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 0px;
  position: relative;
  width: 100%;
  max-width: 362px;
}
ul.address li {
  padding-left: 1.4em;
  margin-top: 0.6em;
}
li.address_title {
  margin-top: 0 !important;
  background-color: #e7e7e7;
  color: #374853;
  font-weight: bold;
  height: 27px;
  font-size: 1.2em;
  line-height: 1.9em;
}

li.address_name,
li.address_company {
  font-weight: bold;
}
li.address_update,
li.address_delete {
  margin-left: 1.4em;
}
.address_add {
  float: right;
  color: #e1250c;
  font-weight: bold;
}

.delete_cross {
  color: #ebbb00;
  float: right;
  font-size: 1.2em;
  font-weight: normal;
  margin-right: 10px;
  outline: medium none;
  text-decoration: none;
}

hr.between_addresses {
  background-color: #e4e4e4;
  height: 1px;
  border: none;
  clear: both;
  margin: 15px auto;
  /*width: 96%;*/
}

a.resizable_button {
  color: white;
  background: #888888
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAyCAYAAACd+7GKAAAAJklEQVQIW2P4//+/NxMDA8N/JgYGhn+oLDQu7Vk/GP4zMXDQx3IA0To1YWcEwtQAAAAASUVORK5CYII=")
    repeat-x;
  display: inline-block;
  padding: 2px 5px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  /*box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);*/
  font-family: Verdana;
  font-size: 11px;
  margin: 3px;
}

a.resizable_button:hover {
  background: #666666
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAyCAYAAACd+7GKAAAAJklEQVQIW2P4//+/NxMDA8N/JgYGhn+oLDQu7Vk/GP4zMXDQx3IA0To1YWcEwtQAAAAASUVORK5CYII=")
    repeat-x;
}

.yellow_arrow {
  color: #ebbb00;
  margin-right: 2px;
  font-family: tahoma;
  font-size: 20px;
  font-weight: normal;
  float: left;
  margin-top: -1px;
}

/* 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("../img/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 */
#identity-form input[type="text"],
#identity-form input[type="password"] {
  width: 85%;
  max-width: 200px;
}
p#security_informations {
  padding: 0px 0px 10px 80px;
  font-size: 10px;
}

/* 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 #d7d8d9;
  padding: 0.6em;
  text-decoration: none;
}
.payment_module a:hover,
.payment_module a:focus,
.payment_module a:active {
  background-color: #e5e6e7;
  color: #374853;
}

/* 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 0 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 0;
  height: 120px;
  width: 100%;
}
#productscategory_list {
  overflow: hidden;
  float: left;
  width: 96%;
}
#productscategory_list ul {
  padding-left: 0;
  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("../img/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("../img/thumbs_right.gif");
}

/* crosselling block */
#crossselling {
  margin: 0 auto 0;
  height: 120px;
  width: 100%;
}
#crossselling_noscroll {
  margin: 0 auto 0;
  height: 120px;
  width: 100%;
}
#crossselling_list {
  overflow: hidden;
  float: left;
  width: 96%;
}
#crossselling_list ul {
  padding-left: 0;
  list-style-type: none;
}
#crossselling_list li {
  float: left;
  margin: 0 3px;
  cursor: pointer;
  text-align: center;
  width: 100px;
  overflow: hidden;
}
#crossselling_scroll_left,
#crossselling_scroll_right {
  background: url("../img/thumbs_left.gif") no-repeat center;
  text-indent: -3000px;
  display: block;
  width: 9px;
  height: 18px;
  float: left;
  margin-top: 30px;
}
#crossselling_scroll_right {
  background-image: url("../img/thumbs_right.gif");
}

/* module blockwishlist */
#wishlist_block #wishlist_block_list dl.products {
  font-size: 10px;
  border-bottom: 1px solid #fff;
  margin: 0 0 5px 0;
  padding: 3px 0 5px;
}
#wishlist_block
  .block_content
  #wishlist_block_list
  dl.products
  dt
  a.cart_block_product_name {
  font-weight: bold;
}
#wishlist_block .block_content #wishlist_block_list dl.products dt {
  margin: 2px 0;
}
#wishlist_block
  .block_content
  #wishlist_block_list
  dl.products
  dt
  a.ajax_cart_block_remove_link {
  float: right;
}
#wishlist_block .block_content #wishlist_block_list dl.products dd {
  font-style: italic;
  margin: 0 0 0 10px;
}
#wishlist_block .block_content p select#wishlists {
  width: 140px;
}
#wishlist_block .block_content p a.exclusive {
  margin: 5px auto 0 auto;
}
.remove_link {
  visibility: hidden;
}

/* 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 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 li a.exclusive {
  float: right;
  margin: -18px 0 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 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 li span.wishlist_product_detail {
  margin-left: 30px;
  float: left;
}
div#mywishlist div#block-order-detail 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 reversoform*/
.order_delivery {
  margin-top: 10px;
}
#delivery_address_form {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 6px;
  margin-bottom: 6px;
}
#checkout_containner #delivery_address_form {
  border: none;
}
.account_creation #reverso-form {
  width: 100%;
}
.account_creation #reverso-form label {
  width: 250px;
  text-align: left;
  margin-left: 10px;
}
.account_creation #reverso-form label#legend_reverso {
  clear: both;
  width: 100%;
  font-size: 10px;
  text-align: left;
}
.account_creation #reverso-form input#reverso_form {
  margin-top: 20px;
}

/* 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 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_content {
  margin: 10px 0 10px 0;
}
.pack_price {
  display: none;
  float: right;
  margin-right: 3px;
  font-size: 12px;
}
.confirmation {
  color: #808000;
  font-weight: bold;
  float: left;
  clear: both;
}
#page .rte {
  background: transparent none repeat scroll 0 0;
}

.comment_like {
  font-weight: bold;
}

.comment_like img {
  margin-bottom: -6px;
  margin-right: 4px;
}

/* module customersurvey */
.customer-survey {
  margin-left: 25px;
}
.survey-question-root {
  clear: left;
  float: left;
  margin: 30px 0px 0px 25px;
}
.survey-question {
  background-image: url(../img/question.jpg);
  background-repeat: no-repeat;
  font-family: calibri;
  font-size: 18px;
  line-height: 18px;
  padding-left: 25px;
  margin-bottom: 5px;
  background-size: 18px 18px;
}
.survey-answer-rb {
  float: left;
  padding: 0px 20px;
}
.survey-answer-rb input {
  margin: 3px 6px;
}
.survey-answer-rb label {
  float: right;
}
.survey-answer-ta {
  margin: 0px 15px;
}
.customer-survey input[type="submit"] {
  clear: left;
  float: left;
  margin: 30px 0 30px 0;
}
.customer-survey label {
  font-family: calibri;
  font-size: 18px;
  line-height: 29px;
  margin-left: 5px;
}
.customer-survey h1 {
  font-family: calibri;
  font-size: 20px;
}

/* module paypalapi */
.paypalapi_about {
  text-align: justify;
}
.paypalapi_about ul {
  padding-left: 20px;
}

/* module apepayment */
#banana {
  border: #999 1px solid;
  border-spacing: 0px;
  margin: 10px;
}
#banana td {
  border-width: 0px;
  padding: 5px;
}
#banana td.entry {
  background-color: #ddddff;
}
#banana td.summary {
  background-color: #eeeeee;
}
#banana td.number {
  text-align: right;
}
#banana td.product {
  background-color: #0099ff;
  color: #ffffff;
}
#banana td.tcudorp {
  background-color: #66ccff;
  color: #ffffff;
}

/* cms pages */
#cms div.content_only {
  text-align: left;
  padding: 10px;
}

/* ----- */
#more_info_block {
  width: 100%;
}
#more_info_block #description_extra img {
  max-width: 90% !important;
}
#more_info_block #description_extra table {
  max-width: 90% !important;
}
#checkout_details_outer {
  width: 100%;
  padding: 5px;
  clear: both;
}
#more_info_block ul.idTabs {
  border: none;
  padding: 0px;
}
#more_info_block ul.idTabs li {
  margin-right: 5px;
}
#checkout_details_inner span {
  padding-left: 10px;
}
#checkout_details_register {
  float: right;
  padding-right: 15%;
}

#checkout_containner #delivery_address_form span {
  padding-left: 10px;
}
#checkout_containner #checkout_details_register {
  text-align: right;
  margin-bottom: 10px;
}

#checkout_details_register h3 {
  font-size: 12px;
  font-weight: normal;
}

/* special also bought bar */
.specialTab {
  background: none;
  background-image: none !important;
  text-align: left !important;
  padding: 10px 0 7px 20px !important;
  background-color: #ebb900 !important;

  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.specialSheets {
  padding: 0 !important;
  border: 0px !important;
}

#checkout_details_register h3 a {
  font-weight: bold;
  margin-right: 8px;
}
#more_info_sheets_header_right {
  background-position: right top;
  background-image: url("../img/corner.png");
  background-repeat: no-repeat;
  float: right;
  width: 14px;
  height: 38px;
  margin-top: -10px;
  margin-right: -10px;
}
#more_info_sheets_header_mid {
  background-position: bottom;
  height: 5px;
  background-color: #ffffff;
}
#more_info_sheets_header_left {
  background-position: left -38px;
  background-image: url("../img/corner.png");
  background-repeat: no-repeat;
  float: left;
  width: 14px;
  height: 38px;
  margin-top: -10px;
  margin-left: -10px;
}
#checkout_details_outer #more_info_sheets_header_left {
  background-position: left -76px;
  width: 10px;
  background-image: url("../img/corner.png");
}
#more_info_block > a {
  background-image: none;
  padding: 8px 40px 5px 40px;
  background-color: #d8d8d8;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#checkout_details_nav {
  background-position: left top;
  background-repeat: no-repeat;
  background-color: white;
  background-image: url("../img/menu_selected.png");
  height: 24px;
  padding: 0px;
  color: #555;
  line-height: 28px;
}
#checkout_details_nav {
  font-weight: bold;
  text-align: center;
  width: 150px;
  float: left;
}
#checkout_details_outer #more_info_sheets_footer_left {
  clear: both;
}
form.std .table_block fieldset {
  border: none;
  background: white none;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#payment_content .table_block .std tbody tr {
  background: #f1f2f3;
  border: 1px solid #cdcdcd;
}
#payment_content .table_block .std th {
  border-style: solid;
  border-width: 1px;
  border-color: #fff #fff #cdcdcd #fff;
  text-align: right;
}
#payment_content .table_block .std tbody td {
  text-align: left;
  height: 40px;
}
#payment_content .table_block .std {
  margin-bottom: 10px;
  border: 1px solid #cdcdcd;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
#payment_content .table_block .std tr.alternate_item {
  background-color: White;
}
tr.alternate_item_sc td {
  background: white !important;
}
tr.first_item_sc td {
  background: #f1f2f3 !important;
}
#quantityDiscount {
  padding-bottom: 10px;
}
#quantityDiscount .std th,
#quantityDiscount .std td {
  text-align: left;
  padding-left: 0px;
}
#quantityDiscount .std td {
  padding: 0px;
  color: #821c1a;
}
.cart_total_delivery,
.cart_total_insurance,
.cart_total_wrapping,
.cart_total_price,
.cart_total_deliveryEx,
.cart_total_insuranceEx,
.cart_total_wrappingEx,
.cart_total_priceEx {
  display: none;
}
.cart_total_products_price,
.cart_total_products_priceEx {
  font-weight: bold;
}

/*#payment_content*/
.pm_use_storecredit {
  visibility: hidden;
}
.pm_use_storecredit_last_row {
  display: none;
}
.label_for_input {
  cursor: pointer;
}

#payment_detail_block #breakdown td {
  white-space: nowrap;
}

#payment_detail_block #breakdown {
  padding-right: 25px;
}

.dropdown.rounded,
.selection {
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.selection {
  padding: 5px;
  margin: 0 5px 4px;
}
.selection:hover {
  background-color: #555;
  font-weight: bold;
}
.selection > a {
  color: #555;
  text-decoration: none;
  width: 100%;
  display: inline-block;
}
.selection:hover > a {
  color: #fff;
}

.openable {
  position: absolute;
  cursor: pointer;
  white-space: nowrap;
  z-index: 4;
  font-weight: bold;
}
.openable:hover {
  color: #f5f65a;
}
.openable.locale {
  padding: 5px;
}
.opened {
  position: absolute;
  display: none;
  z-index: 3;
}

.welcome {
  position: absolute;
  right: 0px;
  display: inline-block;
  padding: 5px 10px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #555;
  font-weight: bold;
  color: white;
}
.welcome a:hover {
  color: #fff;
}
.welcome a {
  color: #fff;
}

#quick_register_form {
  display: none;
}
#quick_login_form {
  display: none;
}

.dropdown.tab {
  position: relative;
  background-color: #fff;
  margin-bottom: -1px;
  white-space: nowrap;
  overflow: hidden;
  list-style-type: none;
  border: 1px #e7e7e7 solid;
  border-bottom: 1px #fff solid;
  z-index: 4;
}
.dropdown.tab li {
  color: #555;
  padding: 5px;
  margin: 0px;
  font-weight: bold;
}
.dropdown.body {
  position: relative;
  background-color: #fff;
  list-style-type: none;
  border: 1px #e7e7e7 solid;
}
.dropdown.label {
  position: absolute;
  color: #555;
  padding: 5px;
  cursor: default;
}
.dropdown.header {
  color: #e1250d;
  padding: 5px;
  margin: 0px;
  font-weight: bold;
}
.dropdown.row {
  position: relative;
  right: 0px;
  height: 20px;
}
.dropdown.left {
  float: left;
  clear: left;
}
.dropdown.right {
  float: right;
  clear: right;
}
.find {
  position: relative;
  color: #000;
  background-color: #555;
  z-index: 10;
}
.blur {
  color: #bbb;
}

blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 90px;
  right: -150px;
  bottom: 120px;
  /*	width:90px;*/
}

/* for discount */
.example-obtuse {
  padding: 15px 30px;
  color: black;
  display: block;
  background: #ebb900;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#ebb900), to(#ebb900));
  background: -moz-linear-gradient(#ebb900, #ebb900);
  background: -o-linear-gradient(#ebb900, #ebb900);
  background: linear-gradient(#ebb900, #ebb900);
  -webkit-border-top-left-radius: 25px 50px;
  -webkit-border-top-right-radius: 25px 50px;
  -webkit-border-bottom-right-radius: 25px 50px;
  -webkit-border-bottom-left-radius: 25px 50px;
  -webkit-border-radius: 25px 50px;
  -moz-border-radius: 25px / 50px;
  border-radius: 25px / 50px;
  position: relative;
  right: 0px;
  bottom: 0px;
}
.example-obtuse:after,
.example-obtuse:before {
  border-top: 25px solid transparent;
  border-right: 25px solid #ebb900;
  bottom: 80px;
  content: "";
  position: absolute;
  right: 45px;
}
/*product page*/

#description_utility {
  margin-top: 40px;
  display: none;
}

#description_utility label {
  margin: 0 6px;
}

.utility_buttton {
  margin-bottom: -6px;
  padding: 0 3px;
  margin-left: -15px;
  cursor: pointer;
}

.utility_img {
  margin-bottom: -6px;
  padding: 0 3px;
  margin-left: -15px;
}

.utility_div {
  display: inline-block;
  height: 22px;
  margin-right: 18px;
  padding-right: 5px;
}

#utility_text {
  margin-right: 20px;
}
.footer_fixed {
  position: fixed;
  right: 0px;
  bottom: 0px;
}
.footer_fixed .ph {
  display: block;
  height: 42px;
}
.go_top,
.cus_survey,
.go_bottom {
  display: block;
  width: 43px;
  height: 40px;
  margin: 0 0 -1px;
  background: url(../img/footer_fixed.png) no-repeat;
  text-indent: -999em;
}
.go_bottom {
  height: 43px;
  background-position: 0 -119px;
}
.go_top {
  height: 42px;
}
.cus_survey {
  background-position: 0 -41px;
}
.cus_survey:hover {
  background-position: -45px -41px;
}
.go_bottom:hover {
  background-position: -45px -119px;
}
.go_top:hover {
  background-position: -45px 0;
}
.hidden_page {
  display: none;
}
.change_quick_view {
  top: 165px !important;
}
.special_block {
  width: 150px !important;
  height: 205px !important;
}

.fallback_container {
  padding: 20px;
}

@media (max-width: 550px) {
  .fallback_container {
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .fallback_container {
    padding: 0px;
  }
}

.footer_links li {
  list-style: none;
}

#block-returns {
  font-size: 12px;
}

#order-list .list_item {
  margin: auto;
  cursor: pointer;
  border-bottom: 1px solid #999999;
}

#order-list > .list_item > .item_info {
  display: block;
  float: left;
  margin: 0px 25px 0px 0px;
}

#order-list > .list_item > .item_info.history_price {
  width: 100px;
}

#order-list > .list_item > .item_info.history_method {
  width: 200px;
}

#order-list > .list_item:after {
  content: "";
  display: block;
  clear: both;
}

.qty_input {
  display: none;
}

.order_product_list {
  display: none;
  margin-bottom: 25px;
  margin-left: 15px;
}

.order_product_list .product_item:after {
  content: "";
  display: block;
  clear: both;
}
.order_product_list .product_item {
  border-bottom: 1px solid #999999;
}

.order_product_list .product_item input:focus {
  outline: none;
}

.order_product_list .product_item .product_list_item {
  float: left;
  margin: 0px 25px 0px 0px;
}

.return_content textarea,
.return_content select,
.return_content label {
  font-size: 12px !important;
}

.order_product_list .product_item:not(:last) {
  border-bottom: 1px solid #999999;
}

.product_name {
  max-width: 500px;
}

.order_product_list .product_item .product_list_item .check_product {
  margin-top: -5px;
}

#return_products_list > .product_item {
  border-bottom: 1px solid #999999;
}

.return_product_name {
  /*width: 400px;*/
}

.reason_info {
  display: none;
}
.reason_info input {
  margin-bottom: 2px;
}
.refund {
  margin-left: 50px;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

#return_products_list .product_item:not(:last) {
  border-bottom: 1px solid #999999;
}

#return_products_list > .product_item:after {
  content: "";
  display: block;
  clear: both;
}

/*#return_products_list > .product_item > .product_list_item {
	float:left;
	margin-left: 50px;
        width: 25%;
}*/

.confirmed_product:not(:last-child) {
  border-bottom: 1px solid #999999;
}

.confirmed_product {
  padding-top: 20px;
  padding-bottom: 20px;
}

.confirmed_product > .product_name {
  font-weight: bold;
}

.confirmed_product > .product_reason {
  margin-left: 15px;
  color: #737373;
  text-decoration: underline;
}

.confirmed_product > .product_moreinfo {
  margin-left: 15px;
  color: #737373;
}

.page-container {
  position: relative;
  margin: 0;
}

.account-menu,
.account-page-content {
  padding: 0;
}

.account-menu {
  margin-bottom: 0.5em;
  padding-left: 0px;
  margin-left: 0px;
  margin-top: 20px;
}

.account-menu ul {
  margin: 0 0 0 0 !important;
}

.account-menu .menu li {
  list-style: none;
  margin: 0;
}

.account-menu .menu li.menuitem:hover {
  border-right: 3px solid #0f66b5;
}

.account-menu .menu li.menuitem:not(:first-child) {
  border-top: 1px solid #cacaca;
}

.account-menu .menu li.active {
  border-right: 3px solid #da4f49;
}

.account-menu .menu i {
  width: 25px;
  text-align: center;
}

.account-menu .menu a {
  display: block;
  color: #000;
  font-size: 14px;
  line-height: 35px;
}

.account-menu .menu a:hover,
.account-menu .menu a:focus {
  text-decoration: none !important;
  outline: none !important;
}

.return_section {
  border: 5px solid #e7e7e7;
  margin-bottom: 20px !important;
}

.return_section > h4 {
  background-color: #e7e7e7;
  margin: 0 0 0 0 !important;
}

.return_section .product_name {
  width: 100%;
}

.return_content {
  padding: 15px;
}

.rma_list .rma {
  margin: auto;
  border-bottom: 1px solid #999999;
}

.rma_list .rma div {
  display: block;
  float: left;
  margin: 0px 25px 0px 0px;
}
.rma:after {
  content: "";
  display: block;
  clear: both;
}
.price,
.price-shipping,
.price-wrapping,
.price-insurance {
  white-space: normal;
}

@media screen and (min-width: 900px) {
  .account-page-content {
    float: right;
    width: 75%;
    padding-left: 1em;
    font-size: 12px;
  }

  .account-menu {
    float: left;
    width: 15%;
  }
}
