/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * @copyright  Copyright (c) 2004-2007 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
/****************************************************/
/***********[ Mage_CSS_B Common Elements ]***********/
/****************************************************/
/********************** Columns */
/* All */
.col2-set, .col3-set, .col4-set, .col5-set {
  clear: both;
}
/* Col2 */
.col2-set .col-1, .col2-set .col-2 { /*width:48.5%;*/
}

.col2-set .col-1 {
  float: left;
  width: 250px;
}

.col2-set .col-2 {
  float: right;
  width: 250px;
}
/* Col2-alt */
.col2-alt-set .col-1 {
  width: 32%;
}

.col2-alt-set .col-2 {
  width: 65%;
}

.col2-alt-set .col-1 {
  float: left;
}

.col2-alt-set .col-2 {
  float: right;
}
/* Col3 */
.col3-set .col-1, .col3-set .col-2, .col3-set .col-3 {
  float: left;
  width: 31.3%;
}

.col3-set .col-1, .col3-set .col-2 {
  margin-right: 3%;
}
/* Col4 */
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3, .col4-set .col-4 {
  float: left;
  width: 22%;
}

.col4-set .col-1, .col4-set .col-2, .col4-set .col-3 {
  margin-right: 4%;
}
/* Table Columns */
table .col-1, table .col-2, table .col-3, table .col-4 {
  float: none !important;
  margin: 0 !important;
}

.col3-set td.spacer {
  width: 3%;
}

.col4-set td.spacer {
  width: 4%;
}

.accent {
  color: #E76200;
  font-weight: bold;
}
/********************** Form */
/* Form Elements */
input, select, textarea {
  font: 12px arial, helvetica, sans-serif;
  background: white;
}

input.input-text, select, textarea{
	border:1px solid #666666;
}

option, optgroup {
  font: 12px arial, helvetica, sans-serif;
}

optgroup {
  font-weight: bold;
}

input.input-text, textarea {
  padding: 2px;
}

input.form-radio {
  margin-right: 3px;
}

.qty {
  width: 2.5em;
}

.group-select label, .form-list label, .payment-methods label {
  font-weight: bold;
}

#sender_options label, #recipients_options label{
  color: #FFF;
}

.input-text:focus, select:focus, textarea:focus { /*background:#edf7fd;*/
  outline: 0;
}

.button-set { /* Container for form buttons*/
  padding-top: 8px;
  text-align: right;
}

.form-button, .form-button-alt {
  width: auto;
  overflow: visible;
  padding: 1px 8px;
  color:#747474;
  /*background: transparent url(../images/black/rs_sb_bg_bottom.gif) no-repeat scroll center bottom;*/
  background: #1b1b1b;
  border: 1px solid #2a2a2a;
  text-align: center;
  vertical-align: middle;
  font-size:11px;
  cursor: pointer;
}

.form-button span, .form-button-alt span {
  white-space: normal;
}

a.form-button-alt {
  padding: 2px 9px;
  text-decoration: none;
}

.form-button-alt:hover {
  color: #fff;
  text-decoration: none;
}

.btn-checkout {
  display: block;
  float: right;
  background: transparent url(../images/btn_proceed_to_checkout_rad.gif) no-repeat 100% 0;
  font-size: 15px;
  font-weight: bold;
  padding-right: 8px;
}

.btn-checkout, .btn-checkout:hover {
  color: #fef5e5;
  text-decoration: none;
}

.btn-checkout span {
  display: block;
  padding: 0 17px 0 25px;
  background: transparent url(../images/btn_proceed_to_checkout_bg.gif) no-repeat;
  line-height: 40px;
}
/* Form lists */
.form-list li {
  margin-bottom: 6px;
}

.form-list li .input-box .input-text, .form-list li .input-box textarea {
  width: 250px;
}

.form-list li .input-box select {
  width: 256px;
}

.form-list li.addElement {
  border-top: 1px solid #666666;
  padding-top: 10px;
}

.group-select {
  margin: 28px 0;
  /*border: 1px solid #bbafa0;*/
  padding: 22px 25px 12px 25px;
  /*background: #fbfaf6;*/
}

.group-select .legend {
  margin-top: -33px;
  float: left;
  border: 1px solid #f19900;
  background: #F9F3E3;
  padding: 0 8px;
  color: #E76200;
  font-weight: bold;
  font-size: 1.1em;
}

.group-select li {
  padding: 4px 8px;
}

.group-select li .input-box {
  float: left;
  width: 275px;
}

.group-select li .input-text, .group-select li select, .group-select li textarea {
  width: 525px;
}

.group-select li .input-box .input-text, .group-select li .input-box textarea {
  width: 250px;
}

.group-select li .input-box select {
  width: 256px;
}
/* Form Messages */
.validation-advice, .required {
  color: #ff0000;
}

.validation-advice {
  clear: both;
  min-height: 15px;
  margin-top: 3px;
  /* background: url(../images/validation_advice_bg.gif) no-repeat 2px 1px; */
  padding-left: 17px;
  font-size: .95em;
  font-weight: bold;
  line-height: 1.25em;
}

.validation-failed {
  /*border: 1px dashed #ff0000;
  background:#faebe7 !important;*/
}

label.required {
  font-weight: bold;
}

p.required {
  font-size: .95em;
  text-align: right;
}
/********************** Messages  */
.success {
  color: #3d6611;
}

.error {
  color: #df280a;
}

.notice {
  color: #e26703;
}

.success, .error {
  font-weight: bold;
}

.messages {
  clear:both;
  width: 100%;
  overflow: hidden;
}

.error-msg, .success-msg, .notice-msg, .note-msg {
  min-height: 23px !important;
  margin-bottom: 1em !important;
  /*border-style:solid !important;
   border-width:1px !important;*/
  background-repeat: no-repeat !important;
  background-position: 10px 10px !important;
  padding: 8px 8px 8px 32px !important;
  font-size: .95em !important;
  font-weight: bold !important;
}

.error-msg li, .success-msg li, .notice-msg li {
  margin-bottom: .2em;
}

.error-msg {
  border: 1px dashed #717171;
  color: #D20204;
   /*background-color: #f8f8f8;
 background-image: url(../images/error_msg_icon.gif);*/
}

.success-msg {
  border: 1px dashed #717171;
  /*color: #000000;
  background-color: #F8F8F8;
  background-image: url(../images/success_msg_icon.gif);*/
}

#messages_product_view .success-msg {
  border: 0px none;
  color: #D20204;
}

.notice-msg, .note-msg {
  border: 1px dashed #717171;
  /*color: #000000;
  background-color: #F8F8F8;
  background-image: url(../images/success_msg_icon.gif);*/
}
/********************** Headings */
.head, .inner-head {
  line-height: 1.25em;
  text-align: left;
}

.head h1, .head h2, .head h3, .head h4, .head h5, .inner-head h1, .inner-head h2, .inner-head h3, .inner-head h4, .inner-head h5 {
  margin: 0;
  float: left;
}
/* Page heading */
.page-head {
  margin: 0 0 15px 5px; /*border-bottom:1px solid #ccc;*/
}

.page-head-alt {
  margin: 0 0 12px 0;
}

.page-head, .page-head-alt {
  text-align: right;
}

.page-head h3, .page-head-alt h3 {
  margin: 0;
  /*font-size:1.7em !important;
   font-weight:normal !important;
   text-transform:none  !important;*/
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  text-align: left;
}

.button-level h3 { /* heading level with buttons */
  float: left;
  width: 55%;
}
/* Category list heading */
.category-head {
  margin-bottom: 7px;
}

.category-head h2 {
  width: 100%;
  margin: 0;
  padding: 3px 0;
  color: #0a263c;
  font-size: 1.6em;
  line-height: 1.3em;
  font-weight: normal;
  overflow: hidden;
}

.box-header {
  font-size: 1.05em;
  text-align: left;
  background: #EEEEEE none repeat scroll 0%;
  font-weight: bold;
  padding: 2px 8px;
  margin: 10px 0px
}
/********************* Tables */
td.label {
  font-weight: bold;
}
/* Data Table */
.data-table {
  /*border: 1px solid #bebcb7;*/
  width: 97%;
  margin-left:0px;
}

.data-table tr {
  background-color:#ffffff;
}

.data-table .odd {
  background: #f8f7f5
}

.data-table .even {
  background: #eeeded !important;
}

.data-table td.last, .data-table th.last {
  border-right: 0;
}

.data-table tr.last td, .data-table tr.last th {
  border-bottom: 0;
}

.data-table th {
  /*border-right: 1px solid #c2d3e0;*/
  /*padding: 2px 8px;*/
  color: #0a263c;
  white-space: nowrap;
}

.data-table th.wrap {
  white-space: normal;
}

.data-table th a, .data-table th a:hover {
  color: #fff;
}

.data-table td {
  padding: 3px 8px;
}

.data-table thead tr {
  background: #fafafa;
}

.data-table tfoot {
  /*border-bottom: 1px solid #d9dde3;*/
}

.data-table tfoot tr.first {
  background: url(../images/base_mini_actions_bg.gif) repeat-x;
}

.data-table tfoot tr {
  background-color: #fafafa !important;
}

.data-table tfoot td {
  padding-top: 1px;
  padding-bottom: 1px;
  border-bottom: 0;
  /*border-right: 1px solid #d9dde3;*/
}

.data-table tbody td {
  border-bottom: 5px solid #fafafa;
  /*border-right: 1px solid #d9dde3;*/
}

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

.box-table tfoot td {
  padding-top: 5px;
  padding-bottom: 5px;
}

.box-table select {
  width: 100%;
}

.nested-data-table th, .nested-data-table td {
  padding-top: 2px;
  padding-bottom: 2px;
}

.nested-data-table tfoot td {
  font-size: .95em;
}

.generic-table td {
  padding: 0 8px
}

.generic-table td.first {
  padding-left: 0;
  white-space: nowrap;
}

.shipping-tracking .button-set {
  margin-top: 0;
  border: none;
  border-top: 0;
  padding-top: 0
}
/********************** Lists */
.disc {
  margin-bottom: 10px;
}

.disc li {
  margin-left: 20px;
  list-style: disc;
}
/* Bare List */ /* Unstyled list */
.bare-list {
  margin: 5px 0;
}

.bare-list li {
  margin: 3px 0;
}
/********************** Space Creators */
.no-display {
  display: none;
}

.no-wrap {
  white-space: nowrap;
}

.content-box {
  min-height: 250px;
} /* Set minimum height for visual presentation */
.content {
  padding: 12px 12px 12px 15px;
} /* Sets default padding */
.actions {
  line-height: 1.3em;
}

.separator {
  padding: 0 5px;
}

.pipe {
  padding: 0 4px;
  font-size: .95em;
}

.divider {
  margin: 10px 0;
  height: 1px;
  background: url(../images/dotted_divider.gif) repeat-x;
  font-size: 1px;
  line-height: 1em;
  overflow: hidden;
}
/********************** Pager */
table.pager select, table.view-by select {
  margin: 0 3px;
  font-size: .95em;
}

table.pager select {
  width: 50px;
}

table.view-by td.sort-by {
  text-align: right;
  padding-right: 44px;
}

table.view-by select {
  width: 85px;
}

table.pager, table.view-by {
  width: 96%;
  /*background:url(../images/pager_bg.gif) repeat-x 0 100% #fff;*/
  font-size: .95em;
  /*margin: 10px 0 0 20px;*/
  margin: 30px 0 0 4px;
  float:left;
}

table.pager td {
  /*width: 33%;*/
  /*border-top:1px solid #eee;*/
  padding: 4px 8px;
  vertical-align: middle;
}

table.pager ol, table.pager li {
  display: inline;
}

table.pager li {
  padding: 0 2px;
}

table.view-by td {
  width: 33%;
  border-top: 1px solid #e2e2e2;
  padding: 4px 8px;
  vertical-align: middle;
}
/************************************************************/
/********************[ Mage_CSS_C Layout]********************/
/************************************************************/
/********************** Base Layout */
/* Structure */
.wrapper {
  min-width: 954px;
}

.header {
  z-index: 999;
  text-align: left;
}

.header-top {
  position: relative;
  width: 950px;
  margin: 0 auto;
}

.header-nav {
  width: 950px;
  margin: 0 auto;
}

.middle {
  min-height: 400px;
  /*width: 950px;*/
  width:920px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

.side-col {
  width: 195px;
}

.col-left {
  float: left;
}

.col-main {
  float: left;
}

.col-right {
  float: right;
  width:195px;
  height:auto;
  margin:0 0 20px 0;
  overflow:hidden;
  color:#747474;
}

/* shopping bag */

.col-right * {
	.display:inline;
}

.col-right .sb_body_cont {
	float:right;
	clear:left;
	width:158px;
	margin:0;
	padding:0;
	background:url(../images/black/rs_sb_bg_body.gif) repeat-y center top;
}

.col-right .sb_body_cont .sb_top_cont {
	float:left;
	clear:left;
	width:158px;
	margin:0;
	padding:0;
	background:url(../images/black/rs_sb_bg_top.gif) no-repeat center top;
}

.col-right .sb_body_cont .sb_top_cont .sb_bottom_cont {
	float:left;
	clear:left;
	width:148px;
	margin:0;
	padding:0 5px 5px 5px; /* bottom era 37px */
	background:url(../images/black/rs_sb_bg_bottom.gif) no-repeat center bottom;
}

.col-right .sb_body_cont .sb_top_cont .sb_bottom_cont .title_My_Shopping_Bag {
	float:left;
	clear:left;
	width:134px;
	height:14px;
	margin:17px 0 0 0;
	padding:0;
	background:url(../images/black/rs_sb_lbl_my_shopping_bag.gif) no-repeat center top;
}

.col-right .sb_body_cont .sb_top_cont .sb_bottom_cont .title_My_Shopping_Bag span {
	display:none;
}

.col-right .sb_body_cont .sb_top_cont .sb_bottom_cont .txtCart {
	float:left;
	clear:left;
	width:148px;
	margin:16px 0 20px 0;
	padding:0;
}

.col-right .sb_body_cont .sb_top_cont .sb_bottom_cont .singleItemCont {
	float:left;
	clear:left;
	width:148px;
	margin:0;
	padding:0;
	background:url(../images/black/rs_sb_item_bg_body.gif) repeat-y center top;
}

.col-right .sb_body_cont .sb_top_cont .sb_bottom_cont .singleItemCont .top {
	float:left;
	clear:left;
	width:148px;
	margin:0;
	padding:0;
	background:url(../images/black/rs_sb_item_bg_top.gif) no-repeat center top;
}

.col-right .sb_body_cont .sb_top_cont .sb_bottom_cont .singleItemCont .top .bottom {
	float:left;
	clear:left;
	width:148px;
	margin:0;
	padding:0;
	.padding:0 0 7px 0;
	background:url(../images/black/rs_sb_item_bg_bottom.gif) no-repeat center bottom;
}

.col-right .sb_body_cont .sb_top_cont .sb_bottom_cont .singleItemCont .top .bottom .header {
	float:left;
	clear:left;
	width:132px;
	height:auto;
	margin:8px;
	padding:0;
}

.col-right .sb_body_cont .sb_top_cont .sb_bottom_cont .singleItemCont .top .bottom .header .delBtn {
	float:left;
	clear:left;
	width:10px;
	height:10px;
	margin:0;
	padding:0;
}

.col-right .sb_body_cont .sb_top_cont .sb_bottom_cont .singleItemCont .top .bottom .header .delBtn a {
	float:left;
	clear:left;
	width:10px;
	height:10px;
	margin:0;
	padding:0;
	overflow:hidden;
	font-size:1em;
	text-indent:-9999em;
	background:url(../images/black/rs_sb_del_btn.gif) no-repeat left top;
}

.col-right .sb_body_cont .sb_top_cont .sb_bottom_cont .singleItemCont .top .bottom .header .itemName {
	float:left;
	clear:none;
	width:118px;
	margin:-5px 0 0 4px;
	padding:0;
}

.col-right .sb_body_cont .sb_top_cont .sb_bottom_cont .singleItemCont .top .bottom .header .itemName a {
	float:left;
	clear:none;
	margin:0;
	padding:0;
	font-weight:bold;
	text-decoration:none;
	color:#747474;
}

.col-right .sb_body_cont .sb_top_cont .sb_bottom_cont .singleItemCont .top .bottom .itemDescCont {
	float:left;
	clear:left;
	width:132px;
	height:auto;
	margin:0 8px 8px 8px;
	padding:0;
	background:url(../images/black/rs_sb_item_bg_itemDescCont.gif) repeat-y 60px 0px;
}

.col-right .sb_body_cont .sb_top_cont .sb_bottom_cont .singleItemCont .top .bottom .itemDescCont .itemImgCont {
	float:left;
	clear:left;
	width:65px;
	height:auto;
	margin:2px 0 0 0;
	padding:0;
}

.col-right .sb_body_cont .sb_top_cont .sb_bottom_cont .singleItemCont .top .bottom .itemDescCont .itemImgCont a {
	float:left;
	clear:left;
	width:50px;
	height:auto;
	padding:0;
	text-decoration:none;
}

.col-right .sb_body_cont .sb_top_cont .sb_bottom_cont .singleItemCont .top .bottom .itemDescCont .itemImgCont a img {
	float:left;
	clear:left;
	width:50px;
	height:50px;
	margin:0;
	border:none;
}

.col-right .sb_body_cont .sb_top_cont .sb_bottom_cont .singleItemCont .top .bottom .itemDescCont .itemTextCont {
	float:left;
	clear:none;
	width:65px;
	height:auto;
	margin:0;
	padding:0;
}

.col-right .sb_body_cont .sb_top_cont .sb_bottom_cont .checkoutBox {
	float:left;
	clear:left;
	width:148px;
	margin:10px 0px 0px 0px;
	padding:0;
}

.col-right .sb_body_cont .sb_top_cont .sb_bottom_cont .checkoutBox button {
	float:left;
	clear:left;
	width:94px;
	height:26px;
	margin:0 0 0 28px;
	padding:0;
	line-height:500px;
	overflow:hidden;
	background:transparent url(../images/black/rs_sb_btn_checkout.gif) no-repeat left top;
	border:none;
	cursor:pointer;
}

.col-right .sb_body_cont .sb_top_cont .sb_bottom_cont .checkoutBox button span {
	display:none;
}


.col-right .txtCart {
	float:left;
	clear:left;
	width:148px;
	margin:16px 0 20px 0;
	padding:0;
}

.col-right .txtCart a {
	float:left;
	clear:left;
	width:158px;
	color:#747474;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
}

.col-right button.checkout_coupon_it,
.col-right button.checkout_coupon_en {
	float:right;
	clear:both;
	width:158px;
	height:37px;
	margin:2px 0 0;
	padding:0;
	background:transparent url(../images/black/rs_sb_bg_bottom.gif) no-repeat scroll center bottom;
	border:medium none;
	color:#747474;
	font-size:11px;
	cursor:pointer;
}

/* fine shopping bag */

.col-1-layout .col-main {
  float: none;
  margin: 0;
}

.col-2-right-layout .col-main {
  float: left;
  width: 725px;
}

.col-2-left-layout .col-main {
  float: right;
  width: 685px;
}

.col-3-layout .col-main {
	width:530px;
	margin:0 !important;
	padding:0 !important;
}
/* Style */
.header {
	height:128px;
}

.header-top-container { /*border-bottom:1px solid #415966;*/ /*background:url(../images/header_top_container_bg.gif);background-color:#f8f8f8; height:76px;*/
  height: 92px;
}

.header-top {
  /* padding-left: 10px; */
  padding-right: 10px;
}

.header-nav-container { /*background:url(../images/nav_bg.jpg) repeat-y 50% 0 #0a263d;*/
}

.middle-container { /*background:url(../images/bg_body_home_base.jpg) repeat-x top;*/
}

.middle-container_home {
  background: url(../images/bg_body_home.jpg) repeat-x #fbfbfb; /*height:417px*/
  height: 510px;
}

.middle { /*background:url(../images/main_bg.gif) no-repeat #fffffe; */
  padding: 20px 0; /* padding:25px 25px 0px 25px; */
}

.menu_corpo_home-container {
  /*background:url(../images/header_top_container_bg.gif) repeat-x;*/
  /*background-color:#f8f8f8;*/
  height: 15px;
  padding: 0px;
  margin: 0px;
}

.menu_corpo_home_top {
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 930px;
  height: 5px;
  background: url(../images/line_menu_corpo.gif) repeat-x bottom;
  /*margin-top:-10px;*/
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 27px;
}

.menu_corpo_home_top h3 {
	margin-top: -25px;
}

.linea_divisioria {
  margin: 0px;
  padding: 0px;
  width: 930px;
  background: url(../images/line_menu_corpo.gif) repeat-x bottom;
  /*margin-top:-10px;*/
  height: 5px;
  margin: -10px 0 0 -8px;
  display: block;
}
/********************** Header */
/* Logo */
h1#logo {
  float: left;
  width: 344px;
  margin: 41px 0 0 20px;
  padding:0;
}

.page-popup h1#logo {
  display: none;
}

/* Quick Access*/
.quick-access {
	float:left;
	clear:none;
	width:415px;
	height:28px;
	margin:62px 0 0 20px;
	padding:0;
}

.quick-access ul {
	float:left;
	clear:none;
	display:inline;
	width:415px;
	height:28px;
	margin:0;
	padding:0;
	list-style-type:none;
}

.quick-access ul li {
	float:left;
	clear:none;
	display:inline;
	height:28px;
	margin:0 0 0 10px;
	padding:0;
}

.quick-access ul li a {
	float:left;
	display:inline;
	height:28px;
	overflow:hidden;
}

.quick-access ul li a span {
	display:none;
}

.quick-access ul li a img {
	float:left;
	margin:0;
	border:none;
}

.welcome-cont {
	display:inline;
	position:absolute;
	right:150px;
	top:28px;
	text-align:right;
	font-size:10px;
}

.language-switcher {
	float: right;
	clear:none;
	display: inline;
	width:110px;
	height:auto;
	overflow:hidden;
	margin:0 0 0 0;
	padding:0;
}

.language-switcher .language {
	float: left;
	clear:none;
	display: inline;
	width:auto;
	height:7px;
	overflow:hidden;
	margin:34px 0 0 0;
	padding:0 0 0 50px;
	background:url(../images/black/lbl_language.gif) no-repeat 0px 0px;
}

.language-switcher .language span.sep {
	float:left;
	clear:none;
	width:10px;
	height:7px;
	background:url(../images/black/language_separator.gif) no-repeat center center;
}

.language-switcher .language a {
	float:left;
	text-decoration: none;
	display: inline;
	height:7px;
	width:15px;
	overflow:hidden;
}

.Ita {
  background: url(../images/b_it.gif) no-repeat left top;
}

.Ita span {
	display:none;
}

.Ita_current {
  background: url(../images/b_it.gif) no-repeat left bottom;
}

.Ita_current span {
	display:none;
}

.Eng {
  background: url(../images/b_eng.gif) no-repeat left top;
}

.Eng span {
	display:none;
}

.Eng_current {
  background: url(../images/b_eng.gif) no-repeat left bottom;
}

.Eng_current span {
	display:none;
}

#menu_button a {
  background: transparent url(../images/menu_button.gif) no-repeat scroll 0%;
  height: 30px;
  width: 157px;
  float: right;
  display: inline;
}

#menu_button span {
  display: none;
}
/* Breadcrumbs */
.breadcrumbs {
  margin-bottom: 13px;
  font-size: .95em;
  line-height: 1.25em;
}

.breadcrumbs li {
  display: inline;
}
/* Mini search */
.mini-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 30px;
  padding: 1px 20px 0 40px;
  background: url(../images/mini_search_bg.gif) no-repeat;
  zoom: 1;
}

.mini-search .input-text {
  width: 212px;
  margin-right: 4px;
}

.search-autocomplete {
  border: 1px solid #5c7989;
  background: #f9f5f0;
  left: -1px !important;
  top: 21px !important;
}

.search-autocomplete li {
  border-bottom: 1px solid #f4eee7;
  padding: 2px 8px 1px 8px;
}

.search-autocomplete li.odd {
  background: #fffefb;
}

.search-autocomplete li.selected {
  background: #f7e8dd;
}

.bt_store {
  width: 52px;
  height: 27px;
  background: url(../images/bt_store.gif) no-repeat top;
  float: left;
  display: inline;
  /*margin-top:10px;*/
}

.bt_Uomo, .bt_Donna, .bt_Man, .bt_Woman {
  width: 52px;
  height: 27px;
  cursor: pointer;
  float: left;
  display: inline;
  /*margin-top:10px;*/
}

.bt_Uomo span, .bt_Donna span, .bt_Man span, .bt_Woman span {
  display: none;
}

.bt_Uomo {
  background: url(../images/bt_uomo.gif) no-repeat top;
}

.bt_Uomo:hover {
  background: url(../images/bt_uomo_hover.gif) no-repeat top;
}

.bt_Donna {
  background: url(../images/bt_donna.gif) no-repeat top;
}

.bt_Donna:hover {
  background: url(../images/bt_donna_hover.gif) no-repeat top right;
}

.bt_Man {
  background: url(../images/bt_men.gif) no-repeat top;
}

.bt_Man:hover {
  background: url(../images/bt_men_hover.gif) no-repeat top;
}

.bt_Woman {
  background: url(../images/bt_woman.gif) no-repeat top;
}

.bt_Woman:hover {
  background: url(../images/bt_woman_hover.gif) no-repeat top;
}
/********************** Sidebars */
.side-col .box {
  margin-bottom: 1.3em;
}

.side-col .content {
  padding: 0 0 0 10px;
}

.side-col .head {
  text-align: left;
}

.side-col h2, .side-col h3, .side-col h4, .side-col h5 {
  float: none;
}

.side-col h3 {
  font-size: 1.05em;
  text-transform: uppercase;
}

.side-col h4 {
  color: #fff;
}

.side-col .actions {
  padding: 4px 0;
  font-size: .95em;
  text-align: right;
}

.side-col .actions a, .side-col .actions a:hover {
  text-decoration: underline;
}

.widget-btn {
  float: right;
  font-size: 11px;
  margin: 0 3px 1px 5px;
}

.widget-btn, .widget-btn:hover {
  color: #646464;
  font-weight: bold;
}
/* Currency Switcher */
.currency-switcher {
  height: 53px;
  padding: 7px 12px 10px 12px;
  background: url(../images/currency_switcher_bg.gif) no-repeat;
  font-size: 1.05em;
}

.currency-switcher h4 {
  min-height: 21px;
  background: url(../images/icon_world.gif) no-repeat 0 2px;
  color: #fff;
  padding-left: 22px;
  text-transform: none;
}

.currency-switcher select {
  width: 98%;
}
/* Base Mini */
.base-mini { /*border:1px solid #c4c1bc;*/
  background: #fff;
  line-height: 1.3em;
  font-size: .95em;
  width: 223px;
  margin-left: 0px;
}

.base-mini .head { /*margin:0 1px; border-bottom:1px solid #ddd; background:url(../images/base_mini_head_bg.gif) repeat-x #fff; padding:2px 8px; */
  background: url(../images/carrello/top_grigio.gif) #f5f5f5 no-repeat top;
  width: 223px;
}

.base-mini .footer {
  background: url(../images/carrello/top_grigio.gif) no-repeat top left;
  width: 223px;
}

.base-mini .head h4 {
  min-height: 16px;
  color: #e26703;
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 1px 0 1px 21px;
  text-transform: uppercase;
}

.base-mini .head h4 .count {
  text-transform: none;
  color: #2f2f2f;
  white-space: nowrap;
  font-weight: normal;
  font-size: .95em;
}

.base-mini h5 {
  font-size: 1em;
}

.base-mini .content, .base-mini ol {
  background: #f8f7f5;
}

.base-mini ol li {
  padding: 7px 4px 7px 8px;
  position: relative;
}

.base-mini ol li.odd {
  background: #f4f3f3;
}

.base-mini ol li.even {
  background: #fafafa;
}

.base-mini ul.super-product-attributes li {
  padding: 0px;
  background-color: transparent !important;
}

.base-mini .actions {
  background: url(../images/base_mini_actions_bg.gif) repeat-x #dee5e8;
  padding: 6px;
}

.base-mini .product-images {
  position: absolute;
  float: left;
  left: 8px;
  width: 52px;
  height: 52px;
}

.base-mini .product-images a img {
  border: 1px solid #a9a9a9;
  vertical-align: top;
}

.base-mini .product-checkbox {
  float: left;
  width: 10px;
}

.base-mini .product-names {
  margin-left: 18px;
}

.base-mini .product-details {
  margin: 0 0 0 60px;
  height: 50px;
}

.base-mini .product-details
[ class ] {
  height: auto;
  min-height: 50px;
}

.base-mini .regular-price {
  color: #2f2f2f;
  font-size: 11px;
}

.base-mini .special-price {
  font-size: 11px;
}

.base-mini .minimal-price {
  font-size: 11px;
}

.base-mini .price-box {
  margin: 1px 0;
}
/* Sidebar Blocks */
.mini-product-tags .head h4 {
  background-image: url(../images/icon_tag_green.gif);
}

.mini-product-tags li {
  display: inline;
  padding-right: 4px;
  line-height: 1.5em;
}

.mini-product-tags li:after {
  display: inline !important;
}

.mini-product-tags .content {
  padding: 10px;
}

.mini-product-tags .content a, .mini-product-tags .content a:hover {
  color: #1b2d3b;
}

.mini-newsletter h4 {
  background-image: url(../images/icon_newspaper.gif);
}

.mini-newsletter .input-text {
  margin-bottom: 3px;
}

.mini-cart .head h4 {
}

.mini-cart .subtotal {
  background: #fbebd9;
  margin-top: 5px;
  padding: 2px 0;
  text-align: center;
}

.mini-cart h5 {
  margin: 0;
  background: #F4F3F3;
  padding: 6px 8px 2px 8px;
}

.mini-cart .actions {
  border-bottom: 1px solid #c2c2c2;
  padding-top: 3px;
  padding-bottom: 1px;
}

.mini-cart .actions .form-button {
  margin-top: 3px;
  margin-bottom: 5px;
}
.box_scarpa_uomo{
	background:url(../images/scarpa_uomo.jpg) no-repeat bottom left;
	width:490px;
	height:363px;
	float:left;
	display:inline;
	text-decoration:none;
	/*margin-top:47px;*/
	/*margin-top:18px;*/
}
.box_scarpa_uomo a, .box_scarpa_uomocontinue-shopping_ a:hover{ text-decoration:none;}

.mini-wishlist .head h4 {
  background-image: url(../images/icon_bell.gif);
}
.box_scarpa_donna{
	background:url(../images/scarpa_donna.jpg) no-repeat bottom left;
	width:490px;
	height:363px;
	float:right;
	display:inline;
	text-decoration:none;
	/*margin-top:18px;*/
}
.box_scarpa_donna a, .box_scarpa_donna a:hover{ text-decoration:none;}

.mini-compare-products .head h4 {
  background-image: url(../images/icon_table.gif);
}

.mini-poll .head h4 {
  background-image: url(../images/icon_group.gif);
}

.mini-poll td.label {
  font-weight: bold;
  padding-right: 10px;
}

.mini-poll td.item {
  white-space: nowrap;
}

.mini-product-view .head h4 {
  background-image: url(../images/icon_tag_green.gif);
}
/********************** Middle */
.txt_menu_corpo_it, .txt_menu_corpo_it a, .txt_menu_corpo_it:hover,
.txt_menu_corpo_en, .txt_menu_corpo_en a, .txt_menu_corpo_en:hover {
	background:transparent url(../images/black/btn_showroom.gif) no-repeat left top;
	display:inline;
	float:left;
	margin-top:19px;
	text-decoration:none;
	width:96px;
	height:29px;
}

.middle_corpo {
  width: 980px;
}

.box_scarpa_uomo {
  background: url(../images/scarpa_uomo.jpg) no-repeat bottom left;
  width: 490px;
  height: 363px;
  float: left;
  display: inline;
  /*margin-top:47px;*/
  /*margin-top:18px;*/
}

.box_scarpa_donna {
  background: url(../images/scarpa_donna.jpg) no-repeat bottom left;
  width: 490px;
  height: 363px;
  float: right;
  display: inline;
  /*margin-top:18px;*/
}

.riflettori {
  height: 130px;
  float: left;
  display: inline;
  width: 906px;
  margin-left: 21px;
  background: url(../images/bg_riflettori.jpg) repeat-x bottom;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  margin-top: -37px;
}

.riflettori a {
  color: #cc0000;
  text-decoration: none;
}

.riflettori a:hover {
  color: #cc0000;
  text-decoration: underline;
}

.riflettori .box1 {
  float: left;
  display: inline;
  width: 150px;
  height: 100%;
  background: url(../images/riflettori_corto.jpg) no-repeat left bottom;
  position: relative;
}

.riflettori .box2 {
  float: left;
  display: inline;
  width: 150px;
  height: 100%;
  background: url(../images/riflettori_corto.jpg) no-repeat left bottom;
}

.riflettori .box3 {
  float: left;
  display: inline;
  width: 150px;
  height: 100%;
  background: url(../images/riflettori_corto.jpg) no-repeat left bottom;
}

.riflettori .box4 {
  float: left;
  display: inline;
  width: 150px;
  height: 100%;
  background: url(../images/riflettori_lungo.jpg) no-repeat left bottom;
}

.riflettori .box5 {
  float: left;
  display: inline;
  width: 150px;
  height: 100%;
  background: url(../images/riflettori_corto.jpg) no-repeat left bottom;
}

.riflettori .box6 {
  float: left;
  display: inline;
  width: 150px;
  height: 100%;
  background: url(../images/riflettori_corto.jpg) no-repeat left bottom;
}

.riflettori .box7 {
  float: left;
  display: inline;
  width: 5px;
  overflow: hidden;
  height: 100%;
  background: url(../images/riflettori_corto.jpg) no-repeat right bottom;
}
/********************** Footer */
.footer-container { /*border-top:15px solid #B6D1E2; */
}

.footer {
  width: 960px;
  margin: 0 auto;
  padding: 15px 10px 0;
  position: relative;
  color: #959595;
  text-align: left;
  font-size: 10px;
  background:url(../images/black/bg_top_footer.gif) no-repeat center top;
}

.footer .store-switcher {
  display: inline;
  padding: 0 10px 0 0;
  vertical-align: middle;
  color: #868686;
}

.footer .informational label {
  color: #868686;
  font-weight: bold;
  padding-right: 3px;
}

.footer .informational ul {
  display: inline;
}

.footer .informational li {
  display: inline;
  background: url(../images/footer_info_separator.gif) no-repeat 100% 50%;
  padding-right: 8px;
  padding-left: 4px;
}

.footer .informational li.last {
  text-align:right;
  background: none;
  padding-right: 0;
  padding-left:165px;
}

.footer .informational a, .footer .informational a:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #fff;
  text-align: left;
}

.footer .informational a {
  text-decoration: none;
}

.footer .legality {
  padding: 13px 0;
  color: #868686;
  text-align: left;
  font-size: 10px;
}

.footer .legality a, .footer .legality a:hover {
  color: #868686;
  font-size: 10px;
}

.footer-container_home {
  height: 147px;
  background: url(../images/bg_footer_home.jpg) repeat-x;
}

.footer_pirelliLogo {
  background: url(../images/black/logo_footer.gif) no-repeat;
  width: 59px;
  height: 14px;
  float: right;
  display: inline;
  margin:0;
  padding:0;
}
/************************************************************/
/****************[ Mage_CSS_D Shop Elements]*****************/
/************************************************************/
.product-shop {
  float: right;
}

.product-shop .product-shop .form-button-alt {
  margin-right: 10px;
}

.product-shop .form-button {
  margin-top: 10px;
  background: url(../images/aggiungi_carrello.gif) no-repeat;
  width: 143px;
  height: 21px;
  border: 0;
}

.product-shop .form-button span {
  visibility: hidden;
}

.out-of-stock {
  height: 18px;
  padding-top: 3px;
  color: #D83820;
  font-weight: bold;
}

.product-shop .short-description {
  width: 100%;
  overflow: hidden;
}
/********************** Rating */
.ratings {
  margin: 7px 0;
  line-height: 1em;
}

.rating-box {
  float: left;
  position: relative;
  width: 69px;
  height: 13px;
  margin-right: 5px;
  background: url(../images/product_rating_blank_star.gif) repeat-x;
}

.rating-box .rating {
  position: absolute;
  top: 0;
  left: 0;
  height: 13px;
  background: url(../images/product_rating_full_star.gif) repeat-x;
}

.ratings-list {
  margin: 4px 0;
}

.ratings-list td {
  padding: 3px 0;
}

.ratings-list td.label {
  padding-right: 8px;
  font-size: .95em;
  font-weight: bold;
  line-height: 1em;
}
/********************** Prices */
.price-box {
  margin: 0 0 4px 0;
  height: 19px;
}

.regular-price {
    color:#262626;
    font-size:11px;
    font-weight:normal;
    }
.old-price {
  color: #999;
  font-size: .95em;
}

.old-price .price {
  text-decoration: line-through;
  white-space: nowrap;
}

.special-price {
  color: #cd5033;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1em;
}

.special-price .label {
  font-weight: normal;
}

.special-price .price {
  white-space: nowrap;
}

.minimal-price {
  color: #cd5033;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1em;
}

.minimal-price .label {
  font-weight: normal;
}

.minimal-price .price {
  white-space: nowrap;
}
/********************** Generic Box */
.generic-box {
  margin-bottom: 15px;
  padding: 12px 15px;
  border: 1px solid #D0CBC1;
  background: url(../images/base_mini_head_bg.gif) repeat-x #fff;
}

.generic-product-list li {
  margin: 12px 0;
}
/********************** Catalog Listing */
.catalog-listing {
  line-height: 1.35em;
}

.catalog-listing h5,
.catalog-listing strong {
  /*margin-bottom: .4em;*/
  font-size: 11px;
  color: #262626;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0;
}

.catalog-listing h5 a, .catalog-listing h5 a:hover {
 /*margin-bottom: .4em;*/
  font-size: 11px;
  color: #262626;
  text-decoration: none;
  font-weight: normal;
  margin-bottom: 0;
}

.catalog-listing .add-to {
  margin: .7em 0;
  color: #555555;
  line-height: 1.3em;
  font-size: .95em;
  font-weight: bold;
}

.catalog-listing .add-to a, .catalog-listing .add-to a:hover {
  text-decoration: underline;
}

.catalog-listing .ratings {
  margin-bottom: .6em;
}

.catalog-listing .ratings {
  line-height: 1.5;
}

.catalog-listing .ratings .rating-box {
  float: none;
  margin-bottom: 3px;
}

.catalog-listing .ratings .pipe {
  display: none;
}

.catalog-listing .ratings a {
  display: block;
}
/* Generic Product Grid */
.generic-product-grid {
  width: 492px;
  border-spacing:0;
  border-collapse:collapse;
}

.generic-product-grid td {
  margin:0;
  padding: 0;
  line-height: 1.6em;
  background:url(../images/black/bg_lista_prodotti.gif) no-repeat 0px 0px;
}

.generic-product-grid tr.last td {
/*   border-bottom: 0; */
}

.generic-product-grid td.last {
/*   border-right: 0; */
}

.generic-product-grid .product-image {
  text-align: center;
}

.generic-product-grid td.empty-product {
  border-right: 0; /*background:#f5f6f6;*/
}
/********************** Layered Navigation */
.layered-nav .head {
  margin: 0;
  background: url(../images/layered_nav_head_bg.gif) no-repeat;
  height: 24px;
}

.layered-nav h3 {
  display: none;
}

.layered-nav .border-creator { /*border-style:solid; border-color:#a0b3c3; border-width:0 1px 1px 1px;*/
}

.layered-nav h4 {
  /*background:url(../images/menu_side_sx/top.gif) no-repeat top;*/
  /*margin:0;*/
  /*border:1px solid #b9ccdd;
   border-left:0;
   border-right:0;
   padding:3px 10px;*/
  /*background:url(../images/layered_nav_narrowed_category_heading.gif) #d5e8ff;*/
  color: #3f3f3f;
  font-weight: bold;
  font-size: 13px;
  background: url(../images/menu_side_sx/riga_divisore.gif) repeat-x top;
  padding: 15px 15px 0px 10px;
  width: 155px;
  /*height:12px;*/
}

.layered-nav .red {
  color: #ff0000;
}

.layered-nav .narrowed-category li {
  background: url(../images/narrow_category_bg.gif) repeat-x 0 100% #fff;
  padding: 4px 6px 4px 10px;
}

.layered-nav .narrowed-category li .label {
  background: url(../images/narrow_by_li_by.gif) no-repeat 0 .2em;
  padding-left: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.layered-nav .widget-btn {
  float: right;
  margin: .1em 0 0 5px;
  font-size: .95em;
}

.layered-nav .actions {
  border-style: solid;
  border-color: #dee5e8;
  border-width: 1px 0;
  padding: 4px 10px;
  background: #cad6e4;
}

.narrow-by dl {
  /*background:#e7f1f4;*/
  background: url(../images/menu_side_sx/bottom.gif) no-repeat bottom;
  /*padding:0 0 1em 0;*/
}

.narrow-by dt {
  margin: 0;
  padding: 7px 10px 0 28px;
  background: url(../images/narrow_by_set.gif) no-repeat 9px .9em;
  color: #2f2f2f;
  text-transform: uppercase;
}

.narrow-by dd {
  background: url(../images/narrow_by_dd_bg.gif) repeat-x 0 100%;
  padding: 0 12px .8em 12px;
}

.narrow-by dd li {
  margin-bottom: .3em;
  line-height: 1.3em;
}

.narrow-by dd.last { /*background:none;*/
  background: url(../images/menu_side_sx/left.gif) no-repeat top left;
}

.narrow-by dd.last ol {
  background: url(../images/menu_side_sx/right.gif) no-repeat right;
  width: 221px;
  height: 177px;
  padding: 0;
}
/***************** RIQUADRO PERSONALIZZATO */
.layered-nav {
  background: url(../images/menu_side_sx/sfondo_menu.gif) repeat-y;
  width: 233px;
  /*margin-top: 24px;*/
}

.layered-nav ul { /*background:#fbfaf6;*/
  padding: 4px 10px 10px 5px;
  font-size: 12px;
}

.layered-nav li a, .layered-nav li.on {
  padding: 5px 0;
}

.layered-nav li a {
  display: block; /*border-bottom:1px solid #ddd;*/ /*background:url(../images/account_nav_link_bg.gif) no-repeat 10px 8px;*/
}

.layered-nav li a, .layered-nav li a:hover {
  color: #636464;
  text-decoration: none;
  font-weight: bold;
}

.layered-nav li a:hover {
  color: #c4000b;
}

.layered-nav li.on { /*border-bottom:1px solid #ddd;*/ /* background:url(../images/account_nav_on_bg.gif) no-repeat 10px 8px;*/
  color: #c4000b;
  font-weight: bold;
}

.layered-nav li.on a {
  padding: 0;
}

.layered-nav li.last, .layered-nav li.last a {
  border-bottom: 0;
}

.layered-nav .top {
  background: url(../images/menu_side_sx/top.gif) #ffffff no-repeat bottom;
  height: 12px;
  width: 233px;
  z-index: 100;
}

.layered-nav .left {
  background: url(../images/menu_side_sx/left.gif) no-repeat left top; /*height:177px;*/
  min-height: 172px;
  height: auto !important;
  height: 172px;
  width: 225px;
  float: left;
  display: inline;
}

.layered-nav .right {
  background: url(../images/menu_side_sx/right.gif) no-repeat right;
  height: 177px;
  width: 8px;
  float: right;
  display: inline;
}

.layered-nav .bottom {
  background: url(../images/menu_side_sx/bottom.gif) #ffffff no-repeat top;
  height: 12px;
  width: 233px;
  clear: both;
}

.lbl_Uomo {
  background: url(../images/menu_side_sx/lbl_Uomo.gif) no-repeat left;
  margin: 5px 0 0 10px;
}

.lbl_Man {
  background: url(../images/menu_side_sx/lbl_Men.gif) no-repeat left;
  margin: 5px 0 0 10px;
}

.lbl_Donna {
  background: url(../images/menu_side_sx/lbl_Donna.gif) no-repeat left;
  margin: 4px 0 0 10px;
  padding-bottom: 1px;
}

.lbl_Woman {
  background: url(../images/menu_side_sx/lbl_Woman.gif) no-repeat left;
  margin: 4px 0 0 10px;
  padding-bottom: 1px;
}

.lbl_Donna_bag {
  background: url(../images/menu_side_sx/borse.gif) no-repeat left;
  margin: 4px 0 0 10px;
  padding-bottom: 1px;
}

.lbl_Woman_bag {
  background: url(../images/menu_side_sx/bags.gif) no-repeat left;
  margin: 4px 0 0 10px;
  padding-bottom: 1px;
}

.voci_menu {
  /*width:75px;*/
  /*height:80px;*/
  margin: 5px 0 5px 76px;
}

.menu_item, .menu_item_active {
  width: 75px;
  /*height: 14px !important;*/
  display: block;
  text-decoration: none;
  /*margin-top: 0 !important;
   margin-top: -24px*/
}

.menu_item span, .menu_item_active span {
  display: none;
}

#ICON_CLASSIC {
  background: url(../images/menu_side_sx/icon_classic.gif) no-repeat left bottom;
  height: 16px;
}

#ICON_CLASSIC:hover, #ICON_CLASSIC.menu_item_active {
  background: url(../images/menu_side_sx/icon_classic_hover.gif) no-repeat left bottom;
  height: 16px;
}

#ICON_SPORT {
  background: url(../images/menu_side_sx/icon_sport.gif) no-repeat left bottom;
  height: 16px;
}

#ICON_SPORT:hover, #ICON_SPORT.menu_item_active {
  background: url(../images/menu_side_sx/icon_sport_hover.gif) no-repeat left bottom;
  height: 16px;
}

#BERLIN {
  background: url(../images/menu_side_sx/berlin.gif) no-repeat left bottom;
  height: 16px;
}

#BERLIN:hover, #BERLIN.menu_item_active {
  background: url(../images/menu_side_sx/berlin_hover.gif) no-repeat left bottom;
  height: 16px;
}

#SEATTLE {
  background: url(../images/menu_side_sx/seattle.gif) no-repeat left bottom;
  height: 16px;
}

#SEATTLE:hover, #SEATTLE.menu_item_active {
  background: url(../images/menu_side_sx/seattle_hover.gif) no-repeat left bottom;
  height: 16px;
}

#GSTAAD {
  background: url(../images/menu_side_sx/gstaad.gif) no-repeat left bottom;
  height: 16px;
}

#GSTAAD:hover, #GSTAAD.menu_item_active {
  background: url(../images/menu_side_sx/gstaad_hover.gif) no-repeat left bottom;
  height: 16px;
}

#DERBY {
  background: url(../images/menu_side_sx/derby.gif) no-repeat left bottom;
  height: 16px;
}

#DERBY:hover, #DERBY.menu_item_active {
  background: url(../images/menu_side_sx/derby_hover.gif) no-repeat left bottom;
  height: 16px;
}

#WELLINGTON {
  background: url(../images/menu_side_sx/wellington.gif) no-repeat left bottom;
  height: 16px;
}

#WELLINGTON:hover, #WELLINGTON.menu_item_active {
  background: url(../images/menu_side_sx/wellington_hover.gif) no-repeat left bottom;
  height: 16px;
}

#OUTLET {
  background: url(../images/menu_side_sx/outlet.gif) no-repeat left bottom;
  height: 16px;
}

#OUTLET:hover, #OUTLET.menu_item_active {
  background: url(../images/menu_side_sx/outlet_hover.gif) no-repeat left bottom;
  height: 16px;
}

#ICON_SCUBA {
  background: url(../images/menu_side_sx/iconscuba.gif) no-repeat left bottom;
  height: 16px;
}

#ICON_SCUBA:hover, #ICON_SCUBA.menu_item_active {
  background: url(../images/menu_side_sx/iconscuba_hover.gif) no-repeat left bottom;
  height: 16px;
}

#OLYMPICS {
  background: url(../images/menu_side_sx/olympics.gif) no-repeat left bottom;
  height: 16px;
}

#OLYMPICS:hover, #OLYMPICS.menu_item_active {
  background: url(../images/menu_side_sx/olympics_hover.gif) no-repeat left bottom;
  height: 16px;
}

#REGATTA {
  background: url(../images/menu_side_sx/regata.gif) no-repeat left bottom;
  height: 16px;
}

#REGATTA:hover, #REGATTA.menu_item_active {
  background: url(../images/menu_side_sx/regata_hover.gif) no-repeat left bottom;
  height: 16px;
}

#WALL_STREET {
  background: url(../images/menu_side_sx/wallstreet.gif) no-repeat left bottom;
  height: 16px;
}

#WALL_STREET:hover, #WALL_STREET.menu_item_active {
  background: url(../images/menu_side_sx/wallstreet_hover.gif) no-repeat left bottom;
  height: 16px;
}

#P-BAG {
  background: url(../images/menu_side_sx/pbag.gif) no-repeat left bottom;
  height: 16px;
}

#P-BAG:hover, #P-BAG.menu_item_active {
  background: url(../images/menu_side_sx/pbag_hover.gif) no-repeat left bottom;
  height: 16px;
}
/********************* Tool Tips */
.tool-tip {
  border: 1px solid #7ba7c9;
  background: #eaf6ff;
  position: absolute;
}

.tool-tip .inline-content {
  padding: 8px;
}

.tool-tip .block-content {
  padding: 15px 20px;
}

.tool-tip .btn-close {
  display: block;
  position: absolute;
  right: 6px;
  text-align: right;
  top: 6px;
}
/************************************************************/
/******************[ Mage_CSS_E Shop Pages]******************/
/************************************************************/
/********************** Home */
.home-callout {
  margin-bottom: 12px;
}

.home-callout img {
  display: block
}

.home-spot {
  float: left;
  width: 470px;
  margin-left: 20px;
}

.best-selling h3 {
  margin: 12px 0 6px 0;
  color: #e25203;
  font-size: 1.2em;
}

.best-selling table {
  border-top: 1px solid #ccc;
}

.best-selling tr.odd {
  background: url(../images/best_selling_tr_odd_bg.gif) repeat-x 0 100% #eee;
}

.best-selling tr.even {
  background: url(../images/best_selling_tr_even_bg.gif) repeat-x 0 100% #fff;
}

.best-selling td {
  width: 50%;
  border-bottom: 1px solid #ccc;
  padding: 8px 10px 8px 8px;
  font-size: .95em;
}

.best-selling .product-img {
  float: left;
  border: 2px solid #dcdcdc;
}

.best-selling .product-description {
  margin-left: 107px;
  line-height: 1.3em;
}

.best-selling a.product-name, .home-spot .best-selling a.product-name:hover {
  color: #203548;
}

.recently h3 {
  margin: 12px 0 6px 0;
  color: #e25203;
  font-size: 1.2em;
}

.recently .product-image {
  border: 2px solid #dcdcdc;
}

.recently a.product-name, .recently a.product-name:hover {
  color: #1d7ecf;
  font-size: 11px;
}

.recently .add-to {
  margin-top: 5px;
  font-size: 11px;
}

table.recently-list {
  width: 100%;
}

table.recently-list td {
  width: 20%;
}
/********************** Search */
.advanced-search {
  margin: 28px 0;
  border: 1px solid #bbafa0;
  padding: 22px 25px 12px 25px;
  background: #fbfaf6;
}

.advanced-search .legend {
  margin-top: -33px;
  float: left;
  border: 1px solid #f19900;
  background: #F9F3E3;
  padding: 0 8px;
  color: #E76200;
  font-weight: bold;
  font-size: 1.1em;
}

.advanced-search li {
  margin-bottom: 5px
}

.advanced-search li label {
  width: 150px;
  float: left;
}

.advanced-search .input-text {
  width: 250px
}

.advanced-search select {
  width: 256px;
  padding: 2px
}

.advanced-search .field-row {
  display: inline;
  width: 250px;
}

.advanced-search .range .input-text {
  width: 70px
}

.advanced-search-nothing-found {
  font-weight: bold;
  color: #df280a;
  margin-bottom: 10px;
}

.advanced-search-found-amount {
  margin-bottom: 10px;
}

.advanced-search-summary-box {
  padding: 10px 10px 5px 10px;
  border: 1px solid #E9D7C9;
  background-color: #FFF6F1;
}

.advanced-search-summary-tip {
  clear: both;
  font-weight: bold;
}

.advanced-search-summary-box ul {
  list-style: none;
  float: left;
  width: 50%;
  margin-bottom: 10px;
}
/*.advanced-search-summary-box ul li {
 }*/
.advanced-search-summary-box ul li span {
  background-image: url(../images/search_criteria.gif);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 15px;
  font-weight: bold;
  color: #E17C24;
}
/********************** Catalog Listing */
/* List Type */
.listing-type-list .listing-item {
  border-top: 1px solid #D9DDE3;
  padding: 12px 10px;
}

.listing-type-list .product-image {
  float: left;
  width: 135px;
}

.listing-type-list .product-shop {
  width: 305px;
}

.listing-type-list .product-shop .description {
  margin: .5em 0 1.2em 0;
}

.listing-type-list .product-shop .price-box {
  float: left;
  text-align: left;
  margin: 3px 13px 5px 0;
}

.listing-type-list .product-shop .product-reviews {
  margin: 15px 0;
  font-size: .95em;
}

.listing-type-list .product-shop .product-reviews a, .listing-type-list .product-shop .product-reviews a:hover {
  color: #6e6969;
}

.listing-type-list .listing-item .rating-box {
  margin-bottom: 6px;
}
/* Grid Type */
.listing-type-grid td {
	width:123px;
	/* height:86px; */
	margin:0;
	padding:0 0 10px 0;
	text-align:center;
	vertical-align:bottom;
	background:transparent url(../images/black/bg_prodotto_presente_top.gif) no-repeat scroll left top;
	line-height:1.6em;
}

.listing-type-grid td.empty-product {
	background:transparent url(../images/black/bg_lista_prodotti.gif) no-repeat scroll 0px 0px;
}

.listing-type-grid td a.product-image {
	position:relative;
	z-index:0;
	float:left;
	width:112px;
	/* height:86px; */
	margin:0;
	padding:0;
	text-align: center;
	text-decoration:none;
	cursor:pointer;
	background:transparent url(../images/black/bg_prodotto_presente_bottom.gif) no-repeat scroll right bottom;
}

.listing-type-grid td a.product-image img {
	display:block;
	position:relative;
	z-index:1;
	float:left;
	/* width:112px;
	height:75px;
	margin:10px 0 0 0; */
	margin:0;
	padding:0;
}

.listing-type-grid td a:hover.product-image img,
.listing-type-grid td a.on img {
	/* display:none; */
}

.listing-type-grid td a.product-image span.detailsCont {
	position:absolute;
	visibility:hidden;
	float:left;
	clear:left;
	width:112px;
	height:86px;
	bottom:0px;
	left:0;
	z-index:2;
	margin:0;
	padding:0;
	background:transparent url(../images/black/bg_descrizione_prodotto.png) no-repeat scroll 0 0;
	color:#FFFFFF;
}

.listing-type-grid td a:hover.product-image span.detailsCont,
.listing-type-grid td a.on  span.detailsCont {
	visibility:visible;
	/* display:block; */
}

.listing-type-grid td a.product-image span.detailsCont strong,
.listing-type-grid td a.product-image span.detailsCont span.price-box,
.listing-type-grid td a.product-image span.detailsCont span.price-box span {
	float:left;
	clear:left;
	width:112px;
	margin:0;
	padding:0;
}

.listing-type-grid td a.product-image span.detailsCont strong {
	margin:25px 0 0 0;
	padding:0 0 3px 0;
	color:#fff;
	background:transparent url(../images/black/bg_prod_name_desc.gif) no-repeat scroll center bottom;
}

.listing-type-grid td a.product-image span.detailsCont span.price-box span {
	color:#b4b4b4;
}


.listing-type-grid .add-to-compare {
  display: block;
  margin: 5px 0;
  background: url(../images/icon_add_to_compare.gif) no-repeat 0 50%;
  padding-left: 22px;
  color: #6e6969;
  font-weight: bold;
}

.listing-type-grid .rating-box {
  float: left;
  margin-left: 0;
  margin-right: 5px;
}

.listing-type-grid .actions {
  margin: 10px 0;
  text-align: center;
}
/********************** Product Detail */
/* Product Images */

#contenitore_float_sx {
	float:left;
	display:inline;
	width:540px;
	height:auto;
	margin:0;
	padding:0;
}

.product-img-box {
	float:left;
	display:inline;
	width:530px;
	height:auto;
	margin:0 0 20px 0;
	padding:0;
	background:transparent url(../images/black/bg_prod_main_image.gif) no-repeat scroll -50px 90px;
}

.product-img-box .main-product-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 330px;
  z-index: 9;
  margin: 0;
  padding: 0;
}

.product-img-box .main-product-img img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  cursor: move;
  z-index: 99;
}

.image-zoom {
	position: relative;
	z-index: 9;
	float:left;
	clear:none;
	width: auto;
	height: auto;
	padding:0;
	margin: 0 0 0 3px;
	cursor: pointer;
}

.contenitore_titolo_sx {
	position:relative;
	z-index: 2;
	float:left;
	width: 450px;
	margin:0;
	padding:0;
}

.contenitore_titolo_sx a {
	float:left;
	width:36px;
	height:24px;
	margin:0 0 0 360px;
	padding:0;
	overflow:hidden;
	font-size: 1em;
	text-decoration: none;
	font-weight: normal;
	text-indent:-9999em;
	background:url(../images/black/product_detail_btn_back.gif) no-repeat left top;
}

#image {
  width: auto;
/*   width:613px; */
}

#track {
  position: relative;
  height: 18px;
  display:none;
}

#handle {
  position: absolute;
  left: 0;
  top: -1px;
  width: 9px;
  height: 22px;
  background: url(../images/magnifier_handle.gif) no-repeat;
}

.product-img-box .more-views {
	float:left;
	width:100%;
	margin-top:10px;
}

.product-img-box .more-views table {
	float:right;
	display:inline;
	margin:0 20px 0 0;
}

.product-img-box .more-views h4 {
  border-bottom: 1px solid #ccc;
  margin-bottom: .8em;
  font-size: .95em;
  text-transform: uppercase;
}

.product-img-box .more-views li {
  float: left;
  margin-right: 6px;
}

.product-img-box .more-views li.last {
  margin-right: 0;
}

.product-img-box .more-views li img {
  border: 2px solid #ddd;
}

.product-info-box {
  margin-top: 10px; /*border:1px solid #c4c6c8;*/
  margin-top: 0;
}

.product-info-box .product-name {
	float:left;
	width:100%;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	background:url(../images/black/product_detail_hor_separator.gif) no-repeat left bottom;
}

.product-info-box .product-price {
	float:left;
	clear:left;
	width:160px;
	margin: 10px 0 15px 0;
	padding: 10px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	background:url(../images/black/product_detail_hor_separator.gif) no-repeat left bottom;
}

.product-info-box .product-description {
	float:left;
	clear:left;
	width:100%;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#product_addtocart_form,
#product_addtocart_form fieldset,
#product_addtocart_form div,
#product_addtocart_form div label {
	float:left;
	clear:left;
	_display:inline;
	margin:0;
	padding:0;
	width:160px;
}

#product_addtocart_form div {
	margin:0 0 0 10px;
	width:150px;
}

#product_addtocart_form div label {
	width:150px;
}

#product_addtocart_form div select,
.product-info-box .qty-box input#qty {
	color:#fff;
	background-color:#000;
	padding:0;
	text-align:right;
	border:1px #666 solid;
}

.product-info-box .qty-box input#qty {
	padding:0 5px 0 0;
	background:transparent url(../images/black/bg_input_txt.gif) repeat-x left top;
}

#product_addtocart_form div select option {
	padding:0 5px 0 0;
	text-align:right;
}

.product-info-box .qty-box {
	float:left;
	width:160px;
	padding:0 0 15px !important;
	background:transparent url(../images/black/product_detail_hor_separator.gif) no-repeat scroll left bottom;
	font-size:11px;
	font-weight:normal;
}

.product-info-box .qty-box label,
#product_addtocart_form div label {
	color:#fff;
}

.product-info-box .qty-box label {
	width:50px !important;
	color:#fff;
}

#product_addtocart_form div label {
	width:100%;
}

.product-info-box .price-box {
  margin: 10px 0;
}

.add-to-cart-box {
	margin:20px 0 0 0 !important;
	padding:0 5px 0 0 !important;
}

.add-to-box {
  float: left;
  font-size: .95em;
  line-height: 1.25em;
}

.product-info-box .ratings {
  margin-bottom: 1em;
}

.product-attributes, .product-pricing {
  margin: 10px 0;
  background: #faf7ee;
  padding: 10px;
  border: 1px dashed #a59e89;
}

.product-attributes td {
  padding: 2px 0;
}

.product-attributes td.label {
  padding-right: 10px;
  font-weight: bold;
}

.product-attributes select {
  width: 218px;
}

.product-essential, .product-collateral {
  padding: 25px;
  padding-right: 0px;
}

.product-essential {
	float:left;
	display: inline;
	width:720px;
	margin:0;
	padding:0;
}

.product-essential .product-shop {
  float: left;
  display: inline;
  width: 160px;
  height: auto;
  margin:0;
  padding:0;
  overflow: visible;
}

.product-essential .product-shop .ratings {
  margin-bottom: 4px;
}
/* Product Collateral */
.product-collateral {
  background: url(../images/product_collateral_bg.gif) repeat-x #faf7ee;
}

.product-collateral .head {
  margin-bottom: 1em;
  border-bottom: 1px solid #e5dcc3;
  padding-bottom: 1px;
  font-size: 1.15em;
}

.product-collateral .collateral-box {
  margin-bottom: 2em;
}

.product-collateral .collateral-box h4 {
  color: #E26703;
}

.product-collateral .attribute-specs table {
  border-color: #d9DDE3;
}

.product-collateral .attribute-specs .label {
  font-weight: bold;
}

.product-collateral .attribute-specs .data {
  border-right: 0;
}

.product-collateral .attribute-specs td {
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 1.25em;
}

.product-collateral .up-sell .head {
  padding-bottom: 8px;
  margin-bottom: 0;
}

.product-collateral .up-sell .generic-product-grid {
  border: 1px solid #E5DCC3;
  border-top: 0;
}

.product-collateral .up-sell .generic-product-grid td {
  width: 25%;
  border-color: #E5DCC3;
  background: #f6f2e7;
  padding-top: 15px;
}

.product-collateral .up-sell .generic-product-grid td img {
  border: 1px solid #E5DCC3;
}

.product-collateral .up-sell .generic-product-grid .product-image {
  text-align: center;
}

.product-collateral .up-sell .generic-product-grid td.empty-product {
  background: #f1ecdb;
}

#customer-reviews {
  margin-bottom: 15px;
}

#customer-reviews li {
  margin-bottom: 25px;
}

#customer-reviews li p {
  clear: both;
}

.product-collateral .add-tag-box .input-box {
  float: left;
  width: 302px;
  margin-right: 8px;
}

.product-collateral .add-tag-box .input-box .input-text {
  width: 300px;
}

.tags-list {
  margin-bottom: 15px;
}

.tags-list li {
  display: inline;
  background: url(../images/separator.gif) no-repeat 100% .4em;
  padding: 0 8px 0 4px;
}

.tags-list li.first {
  padding-left: 0;
}

.tags-list li.last {
  background: none;
}

.add-tag-box {
  background: url(../images/icon_tag_add.gif) no-repeat 0 2px;
  padding-left: 23px;
}

.product-review-box {
  width: auto;
  margin: 8px 0 13px 0;
}

.product-review-box td, .product-review-box th {
  text-align: center;
}

.product-review-box td.label {
  width: 100px;
  text-align: left;
}
/* Product Detail sidebar */
.mini-related-items .head h4 {
  background-image: url(../images/icon_clip.gif);
}

.mini-related-items .product-images {
  width: 70px;
}

.mini-related-items .product-images a {
  display: block;
  margin-left: 15px;
}

.mini-related-items .product-images input {
  float: left;
  margin-right: 4px;
  margin-left: -6px;
}

.mini-related-items .product-images .checkbox-container {
  float: left;
  width: 15px;
}

.mini-related-items .product-details {
  margin-left: 78px;
  padding-left: 5px;
}

.mini-related-items ol li {
  padding-left: 0;
  padding-right: 0;
}
/********************** Checkout */
select.address-select {
  width: 630px
}

.shipment-methods dd {
  margin-bottom: 13px;
}

.payment-methods dt {
  margin-bottom: 5px;
}

.payment-methods dd {
  padding: 5px 20px;
}
/* Shopping Cart */
.shopping-cart {
  margin-bottom: 0;
}

.shopping-cart th, .shopping-cart td {
  padding-left: 13px;
  padding-right: 13px;
}

.shopping-cart tr.error {
  background: #FDE6E0 !important;
}

.shopping-cart .continue-shopping {
  float: left;
}

.shopping-cart-item-message {
  margin-bottom: 5px
}

td.attributes-col {
  line-height: 1.4em;
}

td.attributes-col ul {
  margin: 5px 0;
  font-size: .95em;
}

td.attributes-col dt {
  margin-top: .5em;
  font-size: .95em;
  font-weight: bold;
}

td.attributes-col dd ul {
  margin: 0 0 5px 0;
}

td.attributes-col dd ul li {
  margin-left: 15px;
  list-style: disc;
}

td.attributes-col p.pname {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.shopping-cart-totals {
  width: 223px;
  float: right;
  margin-top: 25px;
  border: 1px solid #BEBCB7;
  background: #DEE5E8;
  text-align: right;
}

.shopping-cart-totals table {
  width: 223px;
  margin-top: 7px;
}

.shopping-cart-totals td {
  padding: 0 15px;
}

.shopping-cart-totals tr.last td {
  padding-bottom: 5px;
}

.shopping-cart-totals tfoot td {
  font-size: 1.3em;
}

.shopping-cart-totals .checkout-types {
  margin: 15px;
}

.shopping-cart-totals .checkout-types li {
  clear: both;
  margin: 10px 0;
}

.shopping-cart-collaterals {
  float: left;
  width: 605px;
  padding: 25px 0;
}

.shopping-cart-collaterals .box {
  margin-bottom: 18px;
  padding: 12px 15px;
  border: 1px solid #D0CBC1;
  background: url(../images/base_mini_head_bg.gif) repeat-x #fff;
}

.shopping-cart-collaterals .box .form-button {
  margin-left: 5px;
}

.shopping-cart-collaterals .discount-codes h4, .shopping-cart-collaterals .shipping-estimate h4 {
  min-height: 16px;
  color: #e26703;
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 1px 0 1px 21px;
  text-transform: uppercase;
}

.shopping-cart-collaterals .discount-codes h4 {
  background-image: url(../images/icon_asterick.gif);
  padding-left: 23px;
}

.shopping-cart-collaterals .shipping-estimate h4 {
  background-image: url(../images/icon_lorry.gif);
  padding-left: 23px;
}

.shopping-cart-collaterals .shipping-estimate .input-text {
  width: 214px;
}

.shopping-cart-collaterals .shipping-estimate select {
  width: 220px;
}

.shopping-cart-collaterals .upsell {
  width: 42.5%;
  border: 1px solid #cec3b6;
  padding: 12px 15px;
  background: #fafaec;
}

.shopping-cart-collaterals .upsell .product-image {
  float: left;
  width: 75px;
  border: 1px solid #d0cdc9;
}

.shopping-cart-collaterals .upsell .product-shop {
  width: 170px;
}

.shopping-cart-collaterals .upsell .product-shop h5 {
  font-size: 1em;
}

.grand_total {
  width: auto;
  margin-top: 15px;
  border: 1px solid #BEBCB7;
  background: #DEE5E8;
  font-size: 1.3em !important;
  font-weight: bold;
  text-align: right;
}

tr.grand_total td, p.grand_total {
  padding-top: 5px;
  padding-bottom: 5px;
}
/* One-Page checkout */


.stepsContentCont_body,
.stepsContentCont_body .stepsContentCont_top,
.stepsContentCont_body .stepsContentCont_top .stepsContentCont_bottom {
	float:left;
	clear:left;
	.display:inline;
	width:705px;
	margin:0;
	padding:0;
	background-color:transparent;
}

.stepsContentCont_body {
	margin:20px 0;
	background-repeat:repeat-y;
	background-position:left top;
	background-image:url(../images/black/twoCols_cont_bg_body.gif);
}

.stepsContentCont_body .stepsContentCont_top {
	background-repeat:no-repeat;
	background-position:left top;
	background-image:url(../images/black/twoCols_cont_bg_top.gif);
}

.stepsContentCont_body .stepsContentCont_top .stepsContentCont_bottom {
	width:665px;
	min-height:106px;
	height:auto !important;
	height:146px;
	padding:20px;
	background-repeat:no-repeat;
	background-position:left bottom;
	background-image:url(../images/black/twoCols_cont_bg_bottom.gif);
}

ol.one-page-checkout,
ol.one-page-checkout div.taxvat,
ol.one-page-checkout div.radio-cont,
ol.one-page-checkout li,
ol.one-page-checkout li div.box,
ol.one-page-checkout li div.box form,
ol.one-page-checkout li div.box form fieldset,
ol.one-page-checkout li div.box form fieldset ul,
ol.one-page-checkout li div.box form fieldset ul li,
ol.one-page-checkout li div.box form fieldset ul li div.customer-name,
ol.one-page-checkout li div.box form fieldset div.taxvat,
ol.one-page-checkout li div.box .button-set {
	float:left;
	clear:left;
	width:665px;
	margin:0;
	padding:0;
	background-color:transparent;
}


ol.one-page-checkout li div.box .button-set {
	margin:20px 0 0 0;
}

ol.one-page-checkout li div.box .button-set a {
	color:#fff;
}

ol.one-page-checkout div.taxvat {
	.margin:20px 0 0 0;
}

ol.one-page-checkout div.radio-cont {
	margin:20px 0 0 0;
}

ol.one-page-checkout div.radio-cont label {
	_position:relative;
}

ol.one-page-checkout li div.box form fieldset ul li {
	margin:0 0 20px 0;
}

ol.one-page-checkout li div.box form fieldset ul li div.input-box {
	float:left;
	clear:none;
	width:332px;
	margin:0;
	padding:0;
	background-color:transparent;
}

ol.one-page-checkout input {
	background-color:transparent;
}

ol.one-page-checkout li div.box form fieldset ul li input,
ol.one-page-checkout li div.box form  div.taxvat input {
	padding:0 5px 0 0;
	color:#fff;
	background:#000 url(../images/black/bg_input_txt.gif) repeat-x scroll left top;
	border:1px solid #666666;
}

ol.one-page-checkout li div.box form fieldset ul li select {
	color:#fff;
	background-color:#000;
}

ol.one-page-checkout li div.box form label {
	margin:0;
	padding:0;
	font-weight:normal;
	color:#fff;
}

.one-page-checkout .group-select {
  /*margin-right: 0;*/
}

.one-page-checkout .head {
  margin: 0;
  padding: 12px 8px 0px 8px;
  height:27px;
  background:url(../images/checkout/sfondo_inattivo.jpg) repeat-x;
  /*background: #f2f2f2;*/
  /*border-width: 0 0px 0 0px;
  border-color: #D9DDE3;
  border-style: solid;
  border-top: 1px solid #fff;*/
  margin-top:8px;
  position: relative;
  width: 670px;

}

.one-page-checkout .head .left{
	background:url(../images/checkout/sfondo_inattivo_left.jpg) no-repeat top left;
	/*float:left;
	display:inline;*/
	width:11px;
	height:27px;
	/*margin-top:-12px;
	margin-left:-8px;*/
	position:absolute;
	top: 0px;
	left: 0px;
}

.one-page-checkout .head .right{
	background:url(../images/checkout/sfondo_inattivo_right.jpg) no-repeat top right;
	/*float:right;
	display:inline;*/
	width:11px;
	height:27px;
	/*margin-top:-29px;
	margin-right:-8px;*/
	position:absolute;
	top: 0px;
	right: 0px;
}

.one-page-checkout .bottom_left {
	background:url(../images/checkout/sfondo_attivo_bottom_left.jpg) no-repeat #f5f5f5 bottom left;
	width:100%;
	height:14px;
	display:none;
}

.one-page-checkout .bottom_left .bottom_right{
	background:url(../images/checkout/sfondo_attivo_bottom_right.jpg) no-repeat bottom right;
	width:100%;
	height:14px;
	display:none;
}

.one-page-checkout .head a {
  display: none;
} /* Hide Edit button in step header */
.one-page-checkout h3 {
  color: #999;
  font-size: 1.05em;
}

.one-page-checkout h4 {
  text-transform: uppercase;
}

.one-page-checkout .step-count {
  background: #fff;
  font-size: .9em;
  padding: 0 4px;
  line-height: 1em;
}

.one-page-checkout .content {
  padding: 10px 20px;
}

.one-page-checkout label.label {
  font-size: 1.05em;
  color: #2f2f2f;
}

/* STILE CHECKOUT */

.one-page-checkout .allow .headCheckout {
  cursor: pointer;
  margin-top: 2px !important;
  margin-top: 8px;
  margin-left: 0px;
}

.headCheckout {
	float:left;
	clear:left;
	width:705px;
	height:37px;
	margin:0;
	padding:0;
	overflow:hidden;
}

.headCheckout .stepContainer {
	float:left;
	clear:none;
	width:520px;
	height:37px;
	margin:0;
	padding:0;
}

.headCheckout .stepContainer a {
	float:left;
	clear:none;
	height:35px;
	margin:0;
	padding:0;
	font-size:1em;
	text-indent:-9999em;
	overflow:hidden;
	background-position:left top;
	background-repeat:no-repeat;
}

.headCheckout .stepContainer a#opc-billing-title {
  width:176px;
  background-image:url(../images/black/bg_checkout_step01.gif);
}

.headCheckout .stepContainer a#opc-shipping-title {
  width:176px;
  background-image:url(../images/black/bg_checkout_step02.gif);
}

.headCheckout .stepContainer a#opc-review-title {
  width:127px;
  background-image:url(../images/black/bg_checkout_step03.gif);
}

.headCheckout .stepContainer a#opc-billing-title.en {
  width:176px;
  background-image:url(../images/black/bg_checkout_step01_en.gif);
}

.headCheckout .stepContainer a#opc-shipping-title.en {
  width:176px;
  background-image:url(../images/black/bg_checkout_step02_en.gif);
}

.headCheckout .stepContainer a#opc-review-title.en {
  width:127px;
  background-image:url(../images/black/bg_checkout_step03_en.gif);
}

.headCheckout .stepContainer a.active {
	background-position:left bottom;
}


.one-page-checkout .active .bottom_left {
	/*background:url(../images/checkout/sfondo_attivo_bottom_left.jpg) no-repeat #f5f5f5 top left;
	width:100%;
	height:14px;*/
	display:block;
}

.one-page-checkout .active .bottom_left .bottom_right{
	/*background:url(../images/checkout/sfondo_attivo_bottom_right.jpg) no-repeat top right;
	width:100%;  */
	display:block;
}

.one-page-checkout .alloq .headCheckout a {
  display: block;
} /* Display Edit button in active selection */
.one-page-checkout .group-select {
  margin-top: 0;
  border: 0;
  background: none;
  padding: 0;
}

.one-page-checkout .allow h3 {
  color: #a4b3b9;
}

.one-page-checkout .active h3 {
  color: #000000;
}

.one-page-checkout .allow .step-count { /*background:#dbe6eb;*/
}

.one-page-checkout .active .step-count {
  color: #000000; /*border:1px solid #f19900; background:#F18200;*/
}

.one-page-checkout .active .box {
  display: block;
  /*background:#f5f5f5;*/
  /*border: 1px solid #f2f2f2;*/ /*border-color:#BBAFA0;*/ /*background:url(../images/multi_address_box_bg.gif) repeat-x #FBFAF6;*/
}

/* FINE STILE CHECKOUT */

.one-page-checkout dd .form-list ul {
  margin: 5px 17px 15px 17px;
}

.one-page-checkout .checkmo-mailing-address {
  padding-left: 20px;
}

.one-page-checkout-progress .page-head {
  margin-bottom: 1em;
}

.one-page-checkout-progress li {
  border: 1px solid #A3AEB3;
  background: #eee;
  margin-bottom: 6px;
}

.one-page-checkout-progress h4 {
  margin: 0;
  color: #999;
  padding: 2px 8px;
  background: #eee;
  text-transform: none;
}

.one-page-checkout-progress h4.complete {
  border-bottom: 1px solid #A3AEB3;
  background: #D0DCE1;
  color: #5e8ab4;
}

.one-page-checkout-progress h4 a {
  text-transform: none;
}

.one-page-checkout-progress .content {
  padding: 8px 13px;
}

#opc-login .button-set {
  border-top: 0;
}

#opc-review .box {
  border: 0;
  padding: 0;
}

#opc-review .content {
  /*border: 1px solid #D9DDE3;
  border-top: 0;*/
}

#opc-review .data-table {
  border-top: 0;
}

.opc-please-wait {
  padding-right: 7px;
}

.one-page-checkout a.back {
  background: url(../images/icon_opc_back.gif) no-repeat;
  padding-left: 16px;
  line-height: 13px;
}

.one-page-checkout .payment-methods dd {
  padding: 0;
}

.one-page-checkout ul.super-product-attributes {
  padding-left: 15px;
}

.checkout-progress {
  margin: 0 auto 1.5em auto;
}

.checkout-progress td {
  float: left;
  margin-right: 3px;
  border-top: 10px solid #999;
  padding: 4px 20px;
  color: #abb5ba;
  font-weight: bold;
}

.checkout-progress td.active {
  border-top-color: #e96200;
  color: #e96200;
}
/* Multiple Addresses checkout */
.multi-address-checkout-box .box {
  position: relative;
  margin-top: 15px;
  margin-bottom: 25px;
  border: 1px solid #bbb6a5;
  background: url(../images/multi_address_box_bg.gif) repeat-x #FBFAF6;
}

.multi-address-checkout-box .legend {
  float: left;
  margin-top: -10px;
  margin-bottom: 0;
  margin-left: 15px;
  border: 1px solid #F18200;
  background: #F9F3E3;
  color: #F18200;
  padding: 2px 8px;
}

.multi-address-checkout-box .content {
  padding: 15px 20px 20px 20px;
}

.multi-address-checkout-box .count-head {
  border-bottom: 1px solid #BBAFA0;
  background: #F9F3E3;
  padding: 5px 10px;
}

.shipment-count {
  background: #E26703;
  padding: 2px 5px;
  color: #fff;
  font-size: .95em;
  line-height: 1em;
}

.multi-address-checkout-box .count-head h4 {
  margin: 0;
}

.multi-address-checkout-box .head h5 {
  color: #E26703;
}

.multi-address-checkout-box .head a {
  font-weight: normal;
}

.multi-address-checkout-box .checkmo-mailing-address {
  display: block;
  padding-left: 20px;
}

.shipping-method-pointer {
  border: 1px solid #d9d2be;
  padding: 13px;
  background: #F9F3E3;
  position: relative;
}

.shipping-method-pointer .pointer {
  position: absolute;
  top: -20px;
  right: -40px;
}

.place-order-box {
  float: right;
  height: 71px;
  overflow: hidden;
}

.place-order-box .left-radius {
  width: 21px;
  background: url(../images/place_order_container_bg.gif) no-repeat;
}

.place-order-box .main-radius {
  background: url(../images/place_order_bg.gif) no-repeat 100% 0;
  padding-right: 21px;
  vertical-align: middle;
}

.place-order-box .grand-total {
  font-size: 1.5em;
}

.place-order-box .grand-total .price {
  color: #e26703;
  font-weight: bold;
}

.place-order-box input {
  margin-left: 15px;
}
/********************** Gift Messages */
.giftmessages .gift-header {
  font-size: 12px;
  font-weight: bold;
  color: #e87403;
}

.giftmessages .input-checkbox {
  padding-bottom: 15px;
}

.giftmessages textarea {
  height: 100px;
}

.giftmessages .input-checkbox input {
  margin-right: 5px;
}

.giftmessages .input-checkbox label {
  font-weight: normal;
  color: #8e8d8b;
}

.one-page-checkout .box-no-padding {
  background-color:#f5f5f5;
  display:block;
}

.one-page-checkout .box-no-padding .inner-box {
  padding: 0px 20px;
}

.giftmessages .gift-box {
  background-color: #f6f1eb;
  border-top: 1px solid #e9e4de;
  border-bottom: 1px solid #e9e4de;
  padding: 22px 16px 22px 22px;
}

.giftmessages .gift-box .scroll-box {
  overflow: auto;
  height: 260px;
}

.giftmessages .product-image {
  border: 1px solid #d2d1cd;
}

.no-border {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

.no-padding {
  padding: 0 0 0 0;
}

.giftmessages .giftmessage-product-info {
  padding-left: 10px;
}

.giftmessages .numeration {
  font-weight: bold;
  color: #8a8987;
}

.giftmessages .gift-box label {
  color: #918d8e;
}

.giftmessages .group-select li .input-box {
  float: left;
  width: 260px;
}

.giftmessages .group-select li .input-text, .group-select li select, .group-select li textarea {
  width: 495px;
}

.giftmessages .group-select li .input-box .input-text, .group-select li .input-box textarea {
  width: 235px;
}

.giftmessages .group-select li .input-box select {
  width: 256px;
}
/********************** Customer */
/* My Account navigation */
.account-nav { /*border:1px solid #bbb;*/
}

.account-nav .head {
  margin: 0;
  background: url(../images/account_nav_head_bg.gif) repeat-x 0 100% #fc9d36;
  padding: 3px 10px;
}

.account-nav .head h3 {
  color: #fff;
  font-size: 1.1em;
}

.account-nav ul { /*background:#fbfaf6;*/
  padding: 4px 10px 10px 5px;
  font-size: 13px;
}

.account-nav li a, .account-nav li.on {
  padding: 5px 0;
}

.account-nav li a {
  display: block; /*border-bottom:1px solid #ddd;*/ /*background:url(../images/account_nav_link_bg.gif) no-repeat 10px 8px;*/
}

.account-nav li a, .account-nav li a:hover {
  color: #636464;
  text-decoration: none;
  font-weight: bold;
}

.account-nav li a:hover {
  color: #c4000b;
}

.account-nav li.on { /*border-bottom:1px solid #ddd;*/ /* background:url(../images/account_nav_on_bg.gif) no-repeat 10px 8px;*/
  color: #c4000b;
  font-weight: bold;
}

.account-nav li.on a {
  padding: 0;
}

.account-nav li.last, .account-nav li.last a {
  border-bottom: 0;
}

/* my account box */
.myAccountDash_body,
.myAccountDash_body .myAccountDash_top,
.myAccountDash_body .myAccountDash_top .myAccountDash_bottom {
  float:left;
  clear:left;
  .display:inline;
  width:680px;
  margin:0;
  padding:0;
  background-color:transparent;
}

.myAccountDash_body {
  margin:20px 0;
  background-repeat:repeat-y;
  background-position:left top;
  background-image:url(../images/black/wide_cont_bg_my_account_body.gif);
}

.myAccountDash_body .myAccountDash_top {
  background-repeat:no-repeat;
  background-position:left top;
  background-image:url(../images/black/twoCols_cont_bg_my_account_top.gif);
}

.myAccountDash_body .myAccountDash_top .myAccountDash_bottom {
  width:656px;
  min-height:106px;
  height:auto !important;
  height:146px;
  padding:20px 25px 20px 0;
  background-repeat:no-repeat;
  background-position:left bottom;
  background-image:url(../images/black/twoCols_cont_bg_bottom.gif);
}

.my_account_widget_box{
  width: 325px;
  border-left: 1px solid #212121;
  padding: 0 0 20px 20px;
  *padding: 0 0 10px 20px;
  float: left;
  color: #fefefe;
}

.my_account_widget_box h5.info_contatto_it{
	background: url(../images/black/lbl_informazioni_contatto_it.gif) no-repeat;
	width: 213px;
	height: 18px;
	padding: 0 0 25px 0;
	margin: 0;
}

.my_account_widget_box h5.info_contatto_en{
  background: url(../images/black/lbl_informazioni_contatto_en.gif) no-repeat;
  width: 213px;
  height: 18px;
  padding: 0 0 25px 0;
  margin: 0;
}

.my_account_widget_box h5.indirizzo_fatt_it{
  background: url(../images/black/lbl_indirizzo_fatt_it.gif) no-repeat;
  width: 210px;
  height: 18px;
  padding: 0 0 25px 0;
  margin: 0;
}

.my_account_widget_box h5.indirizzo_fatt_en{
  background: url(../images/black/lbl_indirizzo_fatt_en.gif) no-repeat;
  width: 210px;
  height: 18px;
  padding: 0 0 25px 0;
  margin: 0;
}

.my_account_widget_box h5.indirizzo_spedizione_it{
  background: url(../images/black/lbl_indirizzo_spedizione_it.gif) no-repeat;
  width: 210px;
  height: 18px;
  padding: 0 0 25px 0;
  margin: 0;
}

.my_account_widget_box h5.indirizzo_spedizione_en{
  background: url(../images/black/lbl_indirizzo_spedizione_en.gif) no-repeat;
  width: 210px;
  height: 18px;
  padding: 0 0 25px 0;
  margin: 0;
}

.my_account_widget_box h5.ulteriori_indirizzi_it {
  width:161px;
  height: 18px;
  background:url(../images/black/lbl_ulteriori_indirizzi_it.gif) no-repeat;
  padding: 0 0 25px 0;
  margin: 0;
}

.my_account_widget_box h5.ulteriori_indirizzi_en {
  width:160px;
  height: 18px;
  background:url(../images/black/lbl_ulteriori_indirizzi_en.gif) no-repeat;
  padding: 0 0 25px 0;
  margin: 0;
}

.my_account_widget_box h5 span{
   display: none;
}

.my_account_widget_box p{
  color: #fefefe;
  font-size: 11px;
  margin: 0 0 15px 0;
}

.my_account_widget_box p span{
  text-transform: uppercase;
}

.my_account_widget_box img.edit{
   margin: 0 0 8px 0;
}

.myAccountDash_body .titleOrders{
  margin: 0 0 0 10px;
  _margin: 0 0 0 5px;
}

.myAccountDash_body .titleOrders div{
  display:inline;
  text-align:left;
  font-weight: bold;
}

.myAccountDash_body .elementHistory{
	margin:6px 0 0 0;
	display:inline;
	float:left;
	padding: 3px 10px;
}

.myAccountDash_body .elementHistory div{
  display:inline;
  text-align:left;
  margin:0;
}

.dett_oggetti_ordine{
  float:left;
  display:inline;
  width:477px;
  text-align:right;
  margin:20px 0 0 10px;
  border-bottom: 1px solid #333333;
}

.dett_oggetti_prezzi{
  float:left;
  display:inline;
  width: 97px;
  text-align:left;
  margin-top:20px;
  border-bottom: 1px solid #333333;
  padding-left:46px;
}

.info_ordine{
  float: left;
  width: 350px;
  padding: 0 0 0 20px;
}

.info_ordine p{
	margin: 0;
}

.info_indirizzi{
  float: left;
  width: 135px;
  border-right: 1px solid #333333;
}

.myAccountDash_body .info{
	margin: 6px 0 0 4px;
}

a.indietro{
  float:right;
  width:36px;
  height:24px;
  margin:0 20px 0 0;
  padding:0;
  overflow:hidden;
  font-size: 1em;
  text-decoration: none;
  font-weight: normal;
  text-indent:-9999em;
  background:url(../images/black/product_detail_btn_back.gif) no-repeat left top;
  display: block;
}

.no_border{
  border: none;
}


/* Login */
.login-box .col-1, .login-box .col-2 { /*border:1px solid #bbb6a5; background:#dee5e8;*/
}

.login-box .content { /*background:url(../images/login_box_bg.gif) repeat-x #faf7ee;*/
  padding: 14px 5px;
}

.login-box h4 {
  min-height: 16px;
  /*border-bottom:1px solid #ddd;*/
  margin-bottom: 1.2em;
  padding-bottom: 5px;
  padding-left: 7px;
  background-position: 0 1px;
  background-repeat: no-repeat;
  font-size: 1.05em;
  /*color:#e76200;*/
  text-transform: uppercase;
}

.login-box .new-users h4 { /*background-image:url(../images/icon_page_white.gif);*/
}

.login-box .registered-users h4 { /*background-image:url(../images/icon_page_white_text.gif);*/
}

.login-box .button-set {
  margin: 0;
  border: none;
  /*background: url(../images/login_box_form_buttons_bg.gif) repeat-x;*/
  padding: 8px 13px;
}

.login-box .content {
  min-height: 178px;
}
/* Dashboard */
.account-box {
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-right-color: #999;
  border-bottom-color: #999;
  background: url(../images/account_box_bg.gif) repeat-x #fff;
  padding: 15px;
}

.account-box .head {
  margin-bottom: 10px;
  border-bottom: 1px solid #d9dde3;
}

.account-box h4 {
  color: #E65505;
  font-size: 1.1em;
  text-transform: uppercase;
}

.account-box .inner-head {
  margin-bottom: 8px;
  background: url(../images/dotted_divider.gif) repeat-x 0 100%;
  padding-bottom: 2px;
  text-align: right;
}

.account-box h5 {
  font-size: 1.1em;
}

.account-box h5 a {
  font-weight: normal;
}

.account-box h6 {
  text-transform: uppercase;
}

.account-main .account-box li {
  padding: 5px 0;
}

.account-box ol .count {
  float: left;
  margin-top: 3px;
  background-color: #0a263c;
  padding: 1px 3px;
  font-size: 9px;
  font-weight: bold;
  color: #fff;
  line-height: 1em;
}

.account-box ol .content {
  margin-left: 20px;
  padding: 0;
}

.account-box ol.recent-reviews small {
  float: left;
  margin-right: 3px;
  font-weight: bold;
}

.account-box .product-images {
  width: 65px;
}

.account-box .product-images img {
  border: 1px solid #ccc;
}

.account-box .product-details {
  margin: 0 0 10px 70px;
}

.account-box .content {
  padding: 0;
}

.account-side .actions {
  border-top: 1px solid #ccc;
  padding-top: 4px;
}

.account-side .actions .form-button {
  float: right;
}

.edit-password {
  display: block;
  height: 20px;
  background: url(../images/icon_lock.gif) no-repeat 0 2px;
  padding-left: 20px;
}

.dashboard-welcome { /*margin-right:8em;*/
  margin-bottom: 1.5em;
  font-size: 1.1em; /*margin-top:40px;*/
  margin-left: 30px;
  width: 610px;
  font-size: 13px;
  color: #3f3f3f;
}

.account-box .head h4 {
  padding-left: 21px;
  min-height: 17px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.ad-orders .head h4 {
  background-image: url(../images/icon_folder_table.gif);
}

.ad-account-info .head h4 {
  background-image: url(../images/icon_ma_info.gif);
}

.ad-tags .head h4 {
  background-image: url(../images/icon_ma_tags.gif);
}

.ad-reviews .head h4 {
  background-image: url(../images/icon_ma_reviews.gif);
}
/* Account Addressbook */
.primary-address-list h4, .address-list h4 {
  font-size: 1.1em;
  color: #E26703;
  text-transform: uppercase;
}

.primary-address-list li {
  margin-bottom: 10px;
  border: 1px solid #ccc;
  background: url(../images/account_box_bg.gif) repeat-x #fff;
  padding: 10px 13px 8px 13px;
}

.primary-address-list li .head {
  margin: 0;
}

.address-list li {
  margin-bottom: 1em;
}

.address-list .actions {
  float: right;
  margin: 0 0 10px 10px;
}

.extraAddressColumn {
  padding: 15px;
}

.extraAddressColumn li {
  margin: 15px 0px;
}
/* Account Order History */
.sales-order-view .checkmo-mailing-address {
  display: block;
  padding-left: 20px;
}
/* Compare Products */
.compare-products {
  margin: 30px 0 50px 0;
}

.compare-products table {
  width: auto;
  border: 0;
}

.compare-products tr {
  background: #EEEDED;
}

.compare-products td {
  width: 170px;
  text-align: left;
}

.compare-products tbody td {
  border-color: #ccc;
}

.compare-products tbody tr.first td {
  border-top: 1px solid #D9DDE3;
  text-align: center;
}

.compare-products tbody td.last {
  border-right: 1px solid #D9DDE3;
}

.compare-products tbody.attribute-cart td {
  background: #fffada !important;
  text-align: center;
  border-bottom: 1px solid #D9DDE3;
}

.compare-products tbody td.label {
  width: auto;
  border-bottom: 1px solid #9eb8cb;
  border-left: 1px solid #BEBCB7;
  background: url(../images/comparison_table_label_bg.gif) repeat-y 100% 0 #d9e5ee !important;
  text-align: left;
}

.compare-products tbody.remove-buttons tr {
  background: #fff;
}

.compare-products tbody.remove-buttons td {
  border: none !important;
  padding: 0;
  text-align: right;
  font-size: 0;
  line-height: 0;
}

.compare-products tbody.remove-buttons td img {
  float: right;
}
/* Reviews */
.my-review-detail .product-image {
  float: left;
  width: 135px;
}

.my-review-detail .product-image p {
  margin-bottom: 0;
}

.my-review-detail .product-image p img {
  vertical-align: top;
}

.my-review-detail .details {
  float: right;
  width: 538px;
}

.my-review-detail .ratings-list {
  margin-bottom: .8em;
}

.my-review-detail .ratings {
  line-height: 1.5;
}

.my-review-detail .ratings .rating-box {
  float: none;
  margin-bottom: 3px;
}

.my-review-detail .ratings .pipe {
  display: none;
}

.my-review-detail .ratings a {
  display: block;
}
/* Gift Messages */
.giftmessage {
  padding: 10px 0 0 0;
}

.giftmessage-preview-link {
  font-size: 11px;
  color: #1b7cca;
  padding-right: 7px;
  background-repeat: no-repeat;
  background-position: right 5px;
}

.giftmessage-row {
  background-color: #f2efe9;
}

.expand {
  background-image: url(../images/gift-message-expand.gif);
}

.collapse {
  background-image: url(../images/gift-message-collapse.gif);
}
/********************** Pop up pages */
.page-popup {
  background: #fff;
  margin: 25px 30px;
  text-align: left;
}

.product-gallery-nav {
  padding: 0 5px;
}
/************************************************************/
/******************[ Mage_CSS_F Overrides]*******************/
/************************************************************/
.nowrap, nobr, .nobr {
  white-space: nowrap; /*color:#c50000; font-size:13px;*/
}
/* Alignment */
.v-top {
  vertical-align: top;
}

.v-middle {
  vertical-align: middle;
}

.v-bottom {
  vertical-align: bottom;
}

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

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

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

.left {
  float: left;
}

.right {
  float: right !important;
}

.normal-weight {
  font-weight: normal;
}

.auto-width {
  width: auto;
}
/* Link highlights */
.link-cart {
  color: #DC6809 !important;
  font-weight: bold !important;
}

.link-remove {
  color: #646464 !important;
}

.link-print {
  background: url(../images/icon_printer.gif) no-repeat 0 2px;
  padding-left: 23px;
}

.link-feed {
  background: url(../images/icon_feed.png) no-repeat left center;
  padding-left: 18px;
  line-height: 1.15;
}
/* For Demo store only */
.demo-notice {
  margin: 0;
  background: #d75f07;
  padding: 5px 10px 6px 10px;
  color: #fff;
  line-height: 1em;
  text-align: center;
}

.order-access {
  padding-bottom: 8px;
}

.order-info { /*border: solid 1px #D0CBC1; background:#DEE5E8; padding:4px 8px;*/
  margin: 20px 0 0 27px;
}

.order-info span {
  display: block;
  float: left;
}

.order-info ul {
  display: inline;
}

.order-info li {
  display: inline;
  padding-right: 7px;
  padding-left: 3px;
}

.order-info li.selected {
  font-weight: bold;
  background: url(../images/point-con.gif) no-repeat fixed center bottom;
}
/*Expiration date and cvv number validation case */
.input-box .v-fix {
  position: relative;
  float: left;
}

.input-box .v-fix .validation-advice {
  position: relative;
  margin-right: -12em;
  float: left;
  display: inline;
  width: 12em;
}
/* Menu --------------------------------------- */
div#navigation {
  width: 157px;
  float: right;
  display: inline;
}

#menu {
  float: right;
}

#menu_button {
}

#menu_button a {
  display: block;
  height: 30px;
  width: 157px;
  background: url("../images/menu_button.gif") no-repeat;
}

#menu_button span {
  display: none;
}

#menu_slide {
  position: relative;
  width: 157px;
  height: 139px;
  background: #fff;
  margin: 0;
  padding: 0;
}

#menu ul {
  margin: 0;
  padding: 9px 13px;
}

#menu ul li {
  list-style-type: none;
  height: 8px;
  padding: 0;
  margin: 0;
  margin-top: 8px;
}

#menu ul li a {
  height: 9px;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
}

#menu ul li a:hover {
  background-position: 0 -9px;
}

#menu ul li span {
  display: none;
}

li#menu_corporate {
  width: 100px;
  background: transparent url("../images/menu/menu_corporate.gif") 0 -10px no-repeat;
}

li#menu_corporate a {
  width: 63px;
  background: transparent url("../images/menu/menu_corporate.gif") 0 0 no-repeat;
}

li#menu_corporate_it {
  width: 100px;
  background: transparent url("../images/menu/menu_corporate_it.gif") 0 -10px no-repeat;
}

li#menu_corporate_it a {
  width: 63px;
  background: transparent url("../images/menu/menu_corporate_it.gif") 0 0 no-repeat;
}

li#menu_job {
  width: 63px;
  background: transparent url("../images/menu/menu_job.gif") 0 -10px no-repeat;
}

li#menu_job a {
  width: 63px;
  background: transparent url("../images/menu/menu_job.gif") 0 0 no-repeat;
}

li#menu_job_it {
  width: 63px;
  background: transparent url("../images/menu/menu_job_it.gif") 0 -10px no-repeat;
}

li#menu_job_it a {
  width: 63px;
  background: transparent url("../images/menu/menu_job_it.gif") 0 0 no-repeat;
}

li#menu_communication {
  width: 92px;
  background: transparent url("../images/menu/menu_communication.gif") 0 -10px no-repeat;
}

li#menu_communication a {
  width: 92px;
  background: transparent url("../images/menu/menu_communication.gif") 0 0 no-repeat;
}

li#menu_comunicazione {
  width: 92px;
  background: transparent url("../images/menu/menu_comunicazione.gif") 0 -10px no-repeat;
}

li#menu_comunicazione a {
  width: 92px;
  background: transparent url("../images/menu/menu_comunicazione.gif") 0 0 no-repeat;
}

li#menu_celebrieties {
  width: 73px;
  background: transparent url("../images/menu/menu_celebrieties.gif") 0 -10px no-repeat;
}

li#menu_celebrieties a {
  width: 73px;
  background: transparent url("../images/menu/menu_celebrieties.gif") 0 0 no-repeat;
}

li#menu_store {
  width: 87px;
  background: transparent url("../images/menu/menu_store.gif") 0 -10px no-repeat;
}

li#menu_store a {
  width: 87px;
  background: transparent url("../images/menu/menu_store.gif") 0 0 no-repeat;
}

li#menu_punti {
  width: 87px;
  background: transparent url("../images/menu/menu_punti.gif") 0 -10px no-repeat;
}

li#menu_punti a {
  width: 87px;
  background: transparent url("../images/menu/menu_punti.gif") 0 0 no-repeat;
}

li#menu_contact {
  width: 50px;
  background: transparent url("../images/menu/menu_contact.gif") 0 -10px no-repeat;
}

li#menu_contact a {
  width: 50px;
  background: transparent url("../images/menu/menu_contact.gif") 0 0 no-repeat;
}

li#menu_contatti {
  width: 50px;
  background: transparent url("../images/menu/menu_contatti.gif") 0 -10px no-repeat;
}

li#menu_contatti a {
  width: 55px;
  background: transparent url("../images/menu/menu_contatti.gif") 0 0 no-repeat;
}

li#menu_press {
  width: 69px;
  background: transparent url("../images/menu/menu_press.gif") 0 -10px no-repeat;
}

li#menu_press a {
  width: 69px;
  background: transparent url("../images/menu/menu_press.gif") 0 0 no-repeat;
}

li#menu_newsletter {
  width: 69px;
  background: transparent url("../images/menu/menu_newsletter.gif") 0 -10px no-repeat;
}

li#menu_newsletter a {
  width: 69px;
  background: transparent url("../images/menu/menu_newsletter.gif") 0 0 no-repeat;
}

li#menu_help {
  width: 28px;
  background: transparent url("../images/menu/menu_help.gif") 0 -10px no-repeat;
}

li#menu_help a {
  width: 28px;
  background: transparent url("../images/menulan/menu_help.gif") 0 0 no-repeat;
}
/*+++++++CARRELLO */
.cartBox {
  width: 100%;
}

.cartBox .head {
  background: url(../images/carrello/top_grigio.gif) no-repeat #f4f4f4;
  width: 223px;
  height: 7px;
  padding: 0;
  margin: 0;
}

.cartBox .body {
  /*background-color: #f4f4f4;*/
  width: 223px;
}

.cartBox .footer {
  background: url(../images/carrello/bottom_grigio.gif) no-repeat top;
  width: 223px;
  height: 8px;
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
}

.cartBox .title_La_mia_Shopping_Bag {
  background: url(../images/carrello/txt_carrello.gif) no-repeat bottom right;
  width: 144px;
  height: 17px;
}

.cartBox .title_My_Shopping_Bag {
  background: url(../images/carrello/txt_carrello_en.gif) no-repeat bottom right;
  width: 119px;
  height: 17px;
}

.cartBox .title_it {
  background: url(../images/carrello/aggiunti_di_recente_it.gif) #f4f4f4 no-repeat bottom right;
  width: 205px;
  height: 20px;
  margin-left: 10px;
}

.cartBox .title_en {
  background: url(../images/carrello/aggiunti_di_recente_en.gif) #f4f4f4 no-repeat bottom right;
  width: 182px;
  height: 20px;
}

.cartBox .txtCart {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #262626;
  /*font-weight: bold;*/
  padding: 30px 5px 5px 0;
}

.sb_body_cont .sb_top_cont .sb_bottom_cont .noItemsInSB {
	min-height:60px;
	height:auto !important;
	height:60px;
	.padding-bottom:30px !important;
}

.cartBox .txtCart a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #262626;
  text-decoration: none;
  font-weight: normal;
}

.cartBox span {
  /*color: #ff0000;*/
}

.cartBox .txtCartPiccolo {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #262626;
  /*font-weight: bold;*/
  padding:0;
}

.cartBox .txtCartPiccolo a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  font-weight: normal;
  text-decoration: none;
}

.cartBox .txtCartPiccolo .image {
  width: 50px;
  height: 50px;
  float: left;
  display: inline;
}

.cartBox .txtCartPiccolo .details {
  float: left;
  display: inline;
  height: 40px;
  width: 115px;
  padding-left: 10px;
  margin-top: 2px;
}

.cartBox .txtCartPiccolo .delete {
  float: left;
  display: inline;
  height: 50px;
}

.cartBox .checkoutBox {
  width: 161px;
  height: 20px;
  margin-top: 10px;
}

.cartBox .checkout_it {
  background: url(../images/carrello/checkout_it.gif) right no-repeat;
  cursor: pointer;
  border: 0;
  width: 142px;
  height: 20px;
}

.cartBox .checkout_en {
  background: url(../images/carrello/checkout_en.gif) left no-repeat;
  cursor: pointer;
  border: 0;
  width: 148px;
  height: 20px;
}

.cartBox .checkoutBox span {
  visibility: hidden;
}

.cartBoxBianco {
  width: 100%;
  margin-top: 10px;
}

.cartBoxBianco .head {
  background: url(../images/carrello/top_bianco.gif) no-repeat red;
  width: 223px;
  height: 6px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.cartBoxBianco .body {
  /*background: url(../images/carrello/sfondo_bianco.gif) repeat-y top;*/
  width: 223px;
  margin: 0;
}

.cartBoxBianco .footer {
  background: url(../images/carrello/bottom_bianco.gif) no-repeat top;
  width: 223px;
  height: 8px;
  padding: 0;
  margin: 0;
}

/* pulsante invia ad un amico */
.invia_amico, .invia_amico a{
  float:left;
  clear:left;
  _display:inline;
  /*margin:20px 0 0 0;*/
  margin: 0;
  padding:0;
  width:160px;
  /*height:9px;*/
  height:19px;
  overflow:hidden;
  color:#fff;
  font-size:1em;
  text-indent:-9999em;
  text-decoration:none;
  background:url(../images/black/btn_send_to_a_friend.gif) no-repeat left top;
}

/* pulsante "continua lo shopping" in view prodotto */
.continue_shopping, .continue_shopping a, .continue_shopping_en, .continue_shopping_en a {
  float:left;
  clear:left;
  _display:inline;
  /*margin:20px 0 0 0;*/
  margin: 0;
  padding:0;
  width:160px;
  /*height:9px;*/
  height:19px;
  overflow:hidden;
  color:#fff;
  font-size:1em;
  text-indent:-9999em;
  text-decoration:none;
  background:url(../images/black/continue_shopping.png) no-repeat left top;
}
.continue_shopping_en, .continue_shopping_en a {
  background:url(../images/black/continue_shopping_en.png) no-repeat left top;
}

.edit_it {
  background: url(../images/bt_edit_it.gif) no-repeat;
  width: 71px;
  height: 20px; /*margin-bottom:34px;*/
  margin-left: 218px;
  display: block;
}

.edit_it, .edit_it:hover {
  text-decoration: none;
}

.edit_it span {
  visibility: hidden
}

.edit_en {
  background: url(../images/bt_edit_en.gif) no-repeat;
  width: 55px;
  height: 18px; /*margin-bottom:34px;*/
  margin-left: 225px;
  display: block;
}

.edit_en, .edit_en:hover {
  text-decoration: none;
}

.edit_en span {
  visibility: hidden
}
/* div grigio con bordi arrontondati di dimensioni variabili */
.boxGrayLogin {
  /*width:59%;*/
  float: left;
  /*min-width:20em;*/
  background: url(../images/box/bg.gif);
  /*height:225px;*/
  margin-left: 5px;
}

.boxGrayLogin .hd .c, .boxGrayLogin .ft .c {
  font-size: 1px; /* ensure minimum height */
  height: 13px;
}

.boxGrayLogin .ft .c {
  height: 7px;
}

.boxGrayLogin .hd {
  background: transparent url(../images/box/tl.gif) no-repeat 0px 0px;
  float: left;
  display: inline;
  width: 100%;
}

.boxGrayLogin .hd .c {
  background: transparent url(../images/box/tr.gif) no-repeat right 0px;
  float: left;
  display: inline;
  width: 100%;
}

.boxGrayLogin .bd {
  /*background:transparent url(../images/box/bg.gif) repeat-y 0px 0px;*/
  float: left;
  display: inline;
  width: 100%;
  padding-bottom: 8px;
}

.boxGrayLogin .bd .c {
  /*background:transparent url(../images/box/bg.gif) repeat-y right 0px;*/
}

.boxGrayLogin .bd .c .s {
  margin: 0px 8px 0px 4px;
  background: #000 url(ms.jpg) repeat-x 0px 0px;
  padding: 1em;
}

.boxGrayLogin .ft {
  background: url(../images/box/bl.gif) no-repeat left bottom;
  float: left;
  display: inline;
  width: 100%;
}

.boxGrayLogin .ft .c {
  background: transparent url(../images/box/br.gif) no-repeat right bottom;
  float: left;
  display: inline;
  width: 100%;
}
/* div bianco con bordi arrontondati di dimensioni variabili */
.boxWhiteLogin {
  /*width:540px;*/
  /*float:left;*/
  /*min-width:20em;*/
  background: #ffffff;
  /*height:110px;*/
  margin-left: 15px;
  margin-top: 8px;
}

.boxWhiteLogin .hd .c, .boxWhiteLogin .ft .c {
  font-size: 1px; /* ensure minimum height */
  height: 13px;
}

.boxWhiteLogin .ft .c {
  /*height:7px;*/
}

.boxWhiteLogin .hd {
  background: transparent url(../images/box/wtl.gif) no-repeat 0px 0px;
}

.boxWhiteLogin .hd .c {
  background: transparent url(../images/box/wtr.gif) no-repeat right 0px;
}

.boxWhiteLogin .bd {
  /*background:transparent url(../images/box/wbg.gif) repeat-y 0px 0px;*/
  background-color: #ffffff;
}

.boxWhiteLogin .bd .c {
  /*background:transparent url(../images/box/wbg.gif) repeat-y right 0px;*/
  /*background-color: #ffffff;*/
  text-align: left;
}

.boxWhiteLogin .bd .c .s {
  margin: 0px 8px 0px 4px;
  background: #000 url(ms.jpg) repeat-x 0px 0px;
  padding: 1em;
  padding-bottom: 20px;
}

.boxWhiteLogin .ft {
  background: transparent url(../images/box/wbl.gif) no-repeat left bottom;
}

.boxWhiteLogin .ft .c {
  background: transparent url(../images/box/wbr.gif) no-repeat right bottom;
}

/* div bianco con bordi arrontondati di dimensioni variabili */
.boxLightGrayCheckout {
  background: #fafafa;
  margin-left: 29px;
  margin-top: 0px;
}

.boxLightGrayCheckout .hd .c, .boxLightGrayCheckout .ft .c {
  font-size: 1px; /* ensure minimum height */
  height: 13px;
}

.boxLightGrayCheckout .ft .c {
  /*height:7px;*/
}

.boxLightGrayCheckout .hd {
  background: transparent url(../images/checkout/tl.gif) no-repeat 0px 0px;
}

.boxLightGrayCheckout .hd .c {
  background: transparent url(../images/checkout/tr.gif) no-repeat right 0px;
}

.boxLightGrayCheckout .bd {
  /*background:transparent url(../images/box/wbg.gif) repeat-y 0px 0px;*/
  background-color: #fafafa;
}

.boxLightGrayCheckout .bd .c {
  /*background:transparent url(../images/box/wbg.gif) repeat-y right 0px;*/
  /*background-color: #ffffff;*/
  text-align: left;
}

.boxLightGrayCheckout .bd .c .s {
  margin: 0px 8px 0px 4px;
  background: #000 url(ms.jpg) repeat-x 0px 0px;
  padding: 1em;
  padding-bottom: 20px;
}

.boxLightGrayCheckout .ft {
  background: transparent url(../images/checkout/bl.gif) no-repeat left bottom;
}

.boxLightGrayCheckout .ft .c {
  background: transparent url(../images/checkout/br.gif) no-repeat right bottom;
}





/* div grigio chiaro con bordi arrontondati di dimensioni variabili */
.boxLightGray {
  background: #fafafa;
  margin-left: 15px !important;
  margin-left: 5px;
  margin-top: 8px;
  float: left;
}

.boxLightGray .sinistro {
  background: url(../images/box/lightGray_left.gif) #fafafa no-repeat left;
  width: 6px;
  height: 31px;
  float: left;
  display: inline;
}

.boxLightGray .centro {
  background: #fafafa;
  float: left;
  display: inline;
  height: 31px;
}

.boxLightGray .destro {
  background: url(../images/box/lightGray_right.gif) #fafafa no-repeat right;
  width: 5px;
  height: 31px;
  float: right;
  display: inline;
}
/* div grigio chiaro grande con bordi arrontondati di dimensioni variabili */
.boxLightGrayBig {
  background: #fafafa;
  margin-left: 15px !important;
  margin-left: 5px;
  margin-top: 8px;
  float: left;
}

.boxLightGrayBig .sinistro {
  background: url(../images/box/lightGrayBig_left.gif) #fafafa no-repeat left;
  width: 6px;
  height: 50px;
  float: left;
  display: inline;
}

.boxLightGrayBig .centro {
  background: #fafafa;
  float: left;
  display: inline;
  height: 50px;
}

.boxLightGrayBig .destro {
  background: url(../images/box/lightGrayBig_right.gif) #fafafa no-repeat right;
  width: 5px;
  height: 50px;
  float: right;
  display: inline;
}

.noFloat {
  float: none;
}

.footer_login {
  /*width:510px;*/
  color: #000000;
  /*text-align:right;*/
  font-size: 13px;
  margin: 20px 0 0 28px;
  /*padding-bottom:12px;*/
  height: 38px;
  float: left;
  display: table !important;
  display: inline;
}

.footer_login a {
  color: #000000;
}

.footerCartView {
	_display:inline;
	float:left;
	clear:left;
	width:852px;
	margin:0;
	padding:10px 20px;
}

.scarpa_registrazione {
  width:376px;
  height: 380px;
  float: right;
  display: inline;
  background: url(../images/scarpe_registrazione.jpg) no-repeat top center;
}

.scarpa_registrazione {
  margin-left: 30px; /* IE 6.0 */
  margin-left: 30px !important; /* IE 7.0 */
}

html > /**/ body .scarpa_registrazione /* FireFox*/ {
  /*margin-left: 600px !important;*/
}

.scarpa_carrello {
  width: 454px;
  float: right;
  display: inline;
  height: 344px;
  background: url(../images/scarpe_registrazione.jpg) no-repeat bottom;
  /*position:absolute;*/
}

.scarpa_carrello {
  margin-left: 40px; /* IE 6.0 */
  margin-left: 40px !important; /* IE 7.0 */
}

html > /**/ body .scarpa_carrello /* FireFox*/ {
  /*margin-left:500px !important;*/
}

.country {
  width: 250px;
  /*padding: 8px 10px 8px 10px;
  font-size: 13px;
  margin: 0;
  border: 1px solid #999999;*/
}

.country_small {
  width: 140px;
  border: 1px solid #999999;
}

.floatLeft {
  float: left;
}

.ordersReview {
	float:left;
	clear:left;
	width:852px;
	margin:0 20px;
	_margin:0 0 0 10px;
	padding:0;
	border-collapse:separate;
	.border-collapse:collapse;
	border-spacing:0;
}

.ordersReview th,
.ordersReview td {
	padding:4px;
	border-bottom:1px solid #2A2A2A;
	text-align:center;
	vertical-align:top;
}

.ordersReview th {
	border-bottom:1px solid #717171 !important;
}

.order_button_it {
  border: 0;
  background: url(../images/box/view_order_it.gif) no-repeat;
  width: 85px;
  height: 20px;
  cursor: pointer;
  margin: 0 0 0 23px;
  text-decoration: none;
  display: inline;
}

.order_button_it:hover {
  text-decoration: none;
}

.order_button_it span {
  visibility: hidden
}

.order_button_en {
  border: 0;
  background: url(../images/box/view_order_en.gif) no-repeat;
  width: 85px;
  height: 20px;
  cursor: pointer;
  margin: 0 0 0 23px;
  text-decoration: none;
  display: inline;
}

.order_button_en:hover {
  text-decoration: none;
}

.order_button_en span {
  visibility: hidden
}
/* div grigio scuro con bordi arrontondati di dimensioni variabili */
.boxGrayDark {
  /*width:59%;*/
  float: left;
  /*min-width:20em;*/
  background: #939393;
  /*height:225px;*/
  margin-left: 5px;
}

.boxGrayDark .hd .c, .boxGrayDark .ft .c {
  font-size: 1px; /* ensure minimum height */
  height: 13px;
}

.boxGrayDark .ft .c {
  height: 7px;
}

.boxGrayDark .hd {
  background: transparent url(../images/box/darkGray_tl.gif) no-repeat 0px 0px;
  float: left;
  display: inline;
  width: 100%;
}

.boxGrayDark .hd .c {
  background: transparent url(../images/box/darkGray_tr.gif) no-repeat right 0px;
  float: left;
  display: inline;
  width: 100%;
}

.boxGrayDark .bd {
  /*background:transparent url(../images/box/bg.gif) repeat-y 0px 0px;*/
  float: left;
  display: inline;
  width: 100%;
  padding-bottom: 8px;
}

.boxGrayDark .bd .c {
  /*background:transparent url(../images/box/bg.gif) repeat-y right 0px;*/
}

.boxGrayDark .bd .c .s {
  margin: 0px 8px 0px 4px;
  background: #000 url(ms.jpg) repeat-x 0px 0px;
  padding: 1em;
}

.boxGrayDark .ft {
  background: url(../images/box/darkGray_bl.gif) no-repeat left bottom;
  float: left;
  display: inline;
  width: 100%;
}

.boxGrayDark .ft .c {
  background: transparent url(../images/box/darkGray_br.gif) no-repeat right bottom;
  float: left;
  display: inline;
  width: 100%;
}
/* div bianco con bordi arrontondati di dimensioni variabili */
.boxGrayDark .boxWhiteLogin {
  background: #ffffff;
  margin-left: 15px;
  margin-top: 8px;
}

.boxGrayDark .boxWhiteLogin .hd .c, .boxGrayDark .boxWhiteLogin .ft .c {
  font-size: 1px; /* ensure minimum height */
  height: 13px;
}

.boxGrayDark .boxWhiteLogin .ft .c {
}

.boxGrayDark .boxWhiteLogin .hd {
  background: transparent url(../images/box/darkGrayWhite_tl.gif) no-repeat 0px 0px;
}

.boxGrayDark .boxWhiteLogin .hd .c {
  background: transparent url(../images/box/darkGrayWhite_tr.gif) no-repeat right 0px;
}

.boxGrayDark .boxWhiteLogin .bd {
  background-color: #ffffff;
}

.boxGrayDark .boxWhiteLogin .bd .c {
  background-color: #ffffff;
  text-align: left;
}

.boxGrayDark .boxWhiteLogin .bd .c .s {
  margin: 0px 8px 0px 4px;
  background: #000 url(ms.jpg) repeat-x 0px 0px;
  padding: 1em;
  padding-bottom: 20px;
}

.boxGrayDark .boxWhiteLogin .ft {
  background: transparent url(../images/box/darkGrayWhite_bl.gif) no-repeat left bottom;
}

.boxGrayDark .boxWhiteLogin .ft .c {
  background: transparent url(../images/box/darkGrayWhite_br.gif) no-repeat right bottom;
}

.subtotal1{
	height:25px;
	font-size:12px;
	margin:10px 10px 0 0;
	color: #262626;
	background: url(../images/menu_side_sx/riga_divisore.gif) repeat-x bottom;
}

.subtotal{
	height:25px;
	font-size:12px;
	margin:5px 10px 0 0;
	color: #262626;
	background: url(../images/menu_side_sx/riga_divisore.gif) repeat-x bottom;
}

.Tot {
  font-size: 12px;
  margin: 10px 10px 0 0;
  height:20px;
}

.Gra {
  font-size: 12px;
  margin: 10px 10px 0 0;
  height:20px;
}

.procedi_checkout {
  margin-top: 18px; /* IE 6.0 */
  margin-top: 18px !important; /* IE 7.0 */
}

html > /**/ body .procedi_checkout { /* firefox */
  margin-top: 20px !important;
}

.linea_divisore {
  background: url(../images/menu_side_sx/riga_divisore.gif) repeat-x bottom;
  height: 5px;
}

#productImagesGallery td {
  width:88px;
  height:51px;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  text-align:center;
  background:url(../images/black/product_detail_bg_ico_slideshow_2.gif) no-repeat left top;
}

#productImagesGallery td a {
  float:left;
  width:70px;
/*   height:51px; */
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  text-align:center;
/*   background:url(../images/black/product_detail_bg_ico_slideshow_2_bottom.gif) no-repeat right bottom; */
}

#productImagesGallery td a img {
  float:left;
  margin: 0;
}

#cartSidebarSubtotal {
  overflow: hidden;
}
#cartSidebarSubtotal .txtCart {
  float: left;
  background: transparent;
  margin: 5px 15px 0px 15px;
  padding: 0px;
  font-size: 13px;
}
#cartSidebarSubtotal .subtotal {
  float: right;
  color: black;
  background: transparent;
  margin: 5px 15px 0px 0px;
  padding: 0px;
  font-size: 13px;
}

ul.menu_about{
	font-size: 13px;
	padding:4px 10px 10px 13px;
}

ul.menu_about li{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-bottom: 10px;
}

ul.menu_about li a, ul.menu_about li a:hover {
	color:#636464;
	font-weight:bold;
	text-decoration:none;
}

ul.menu_about li a:hover {
	color:#C4000B;
}

ul.menu_about li a {
	display:block;
}

ul.menu_about li.on a {
	color:#C4000B;
	font-weight:bold;
}

ol.faq{
	color: #3f3f3f;
	font-size: 13px;
	margin: 12px 0 0 47px;
}

ol.faq li{
	font-weight:bold;
	list-style: decimal;
	padding-bottom: 5px;
}

ol.faq_indent{
	margin: 2px 0 0 20px;
}

ol.faq_indent li{
	font-weight:normal;
	list-style: none;
	padding-bottom: 8px;
}

.torna_elenco{
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

/* BOTTONI */

.aggiungi_carrello_it,
.aggiungi_carrello_en {
	float:left;
	clear:left;
	margin:25px 0 0 0;
	width: 105px;
	height: 24px;
	border: 0;
	background: url(../images/black/btn_add_to_bag.gif) no-repeat;
	cursor: pointer;
	overflow:hidden;
	position:relative;
}

.aggiungi_carrello_it span, .aggiungi_carrello_en span { visibility: hidden;}

.login_button_it {
  border: 0;
  background: url(../images/box/entra_it.gif) no-repeat;
  width: 71px;
  height: 20px;
  cursor: pointer;
}

.login_button_it span {
  visibility: hidden;
}

.login_button_en {
  border: 0;
  background: url(../images/box/entra_en.gif) no-repeat;
  width: 71px;
  height: 20px;
  cursor: pointer;
}

.login_button_en span {
  visibility: hidden;
}

.login_button_create_it,
.login_button_create_en {
	float:left;
	border: 0;
	width: 122px;
	height: 20px;
	cursor: pointer;
	margin: 6px 0 0 20px;
}

.login_button_create_it {
  background: url(../images/box/crea_account_it.gif) no-repeat top;
}

.login_button_create_en {
  background: url(../images/box/crea_account_en.gif) no-repeat top;
}

.login_button_create_it span, .login_button_create_en span {
  visibility: hidden
}

.login_button_create_disable_it {
  border: 0;
  background: url(../images/box/crea_account_disable_it.gif) no-repeat top;
  width: 122px;
  height: 20px;
  margin: 78px 0 0 23px;
}

.login_button_create_disable_en {
  border: 0;
  background: url(../images/box/crea_account_disable_en.gif) no-repeat top;
  width: 122px;
  height: 20px;
  margin: 78px 0 0 23px;
}

.login_button_create_disable_it span, .login_button_create_disable_en span {
  visibility: hidden
}

.save_button_it {
  border: 0;
  background: url(../images/bottoni/bt_salva_it.gif) no-repeat;
  width: 47px;
  height: 24px;
  cursor: pointer;
  margin: 20px 0 0 23px;
}

.save_button_en {
  border: 0;
  background: url(../images/bottoni/bt_salva_en.gif) no-repeat;
  width: 47px;
  height: 24px;
  cursor: pointer;
  margin: 20px 0 0 23px;
}


.save_button_it span, .save_button_en span {
  visibility: hidden
}

.calcola_it {
  border: 0;
  background: url(../images/carrello/calcola_it.gif) no-repeat;
  width: 75px;
  height: 20px;
  cursor: pointer;
  margin: 10px 0;
}

.calcola_en {
  border: 0;
  background: url(../images/carrello/calcola_en.gif) no-repeat;
  width: 77px;
  height: 20px;
  cursor: pointer;
  margin: 10px 0;
}

.calcola_it span, .calcola_en span {
  visibility: hidden
}

.save_button_disable_it {
  border: 0;
  background: url(../images/bottoni/bt_salva_disable_it.gif) no-repeat;
  width: 47px;
  height: 24px;
  margin: 20px 0 0 23px;
}

.save_button_disable_en {
  border: 0;
  background: url(../images/bottoni/bt_salva_disable_en.gif) no-repeat;
  width: 47px;
  height: 24px;
  margin: 20px 0 0 23px;
}

.save_button_disable_it span, .save_button_disable_en span {
  visibility: hidden;
}

.continue-shopping_it{
	border:0;
	background:url(../images/carrello/continua_acquisti_it.gif) no-repeat;
	width:176px;
	height:20px;
	margin:10px 0 0 0px;
	display:inline;
	text-align:left;
}

.continue-shopping_en{
	border:0;
	background:url(../images/carrello/continua_acquisti_en.gif) no-repeat;
	width:176px;
	height:20px;
	margin:10px 0 0 0px;
	display:inline;
	text-align:left;
}

.aggiorna_cart_it{
	border:0;
	background:url(../images/carrello/aggiorna_cart_it.gif) no-repeat;
	width:132px;
	height:20px;
	margin:10px 0 0 0px;
	display:inline;
}

.aggiorna_cart_en{
	border:0;
	background:url(../images/carrello/aggiorna_cart_en.gif) no-repeat;
	width:132px;
	height:20px;
	margin:10px 0 0 0px;
	display:inline;
}

.continue-shopping_it {
  border: 0;
  background: url(../images/carrello/continua_acquisti_it.gif) no-repeat;
  width: 176px;
  height: 20px;
  margin: 20px 0 0 0px;
  display: inline;
  text-align: left;
}

.continue-shopping_it span, .continue-shopping_en span {
  visibility: hidden
}

.aggiorna_cart_it {
  border: 0;
  background: url(../images/carrello/aggiorna_cart_it.gif) no-repeat;
  width: 132px;
  height: 20px;
  margin: 20px 0 0 0px;
  display: inline;
}

.aggiorna_cart_it span, .aggiorna_cart_en span {
  visibility: hidden
}

.add_address_button_it {
  border: 0;
  background: url(../images/box/aggiungi_indirizzo_it.gif) no-repeat right top;
  width: 163px;
  height: 20px;
  cursor: pointer;
  margin: 0px;
  position: absolute;
  top: 30px;
  right: 0px;
}

.add_address_button_en {
  border: 0;
  background: url(../images/box/aggiungi_indirizzo_en.gif) no-repeat right top;
  width: 163px;
  height: 20px;
  cursor: pointer;
  margin: 0px;
  position: absolute;
  top: 30px;
  right: 0px;
}

.add_address_button_it span, .add_address_button_en span {
  visibility: hidden
}

.bt_invia_it{
  border: 0;
  background: url(../images/bt_invia_it.gif) no-repeat right top;
  width: 82px;
  height: 20px;
  cursor: pointer;
  margin: 0px;
}

.bt_invia_en{
  border: 0;
  background: url(../images/bt_invia_it.gif) no-repeat right top;
  width: 82px;
  height: 20px;
  cursor: pointer;
  margin: 0px;
}

.bt_invia_en span, .bt_invia_it span{
	visibility: hidden;
}


/* BOX RIEPILOGO */
.riepilogo {
 margin:0px auto;
 color:#000000;
}

.riepilogo .hd .c,
.riepilogo .ft .c {
 font-size:1px; /* ensure minimum height */
 height:13px;
}

.riepilogo .ft .c {
 height:13px;
}

.riepilogo .hd {
 background:transparent url(../images/carrello/my_cart_tl.gif) no-repeat 0px 0px;
}

.riepilogo .hd .c {
 background:transparent url(../images/carrello/my_cart_tr.gif) no-repeat right 0px;
}

.riepilogo .bd {
  background:transparent url(../images/carrello/my_cart_ml.gif) repeat-y 0px 0px;
  padding: 0;
  margin: 0;
  margin-top: -5px;
}

.riepilogo .bd .c {
 background:transparent url(../images/carrello/my_cart_mr.gif) repeat-y right 0px;
}

.riepilogo .bd .c .s {
 background:url(../images/carrello/my_cart_bg.gif) no-repeat 0px 0px;
 margin-left: 16px;
 padding-bottom: 0;
 padding-top: 7px;
}

.riepilogo .ft {
 background:transparent url(../images/carrello/my_cart_bl.gif) no-repeat 0px 0px;
}

.riepilogo .ft .c {
 background:transparent url(../images/carrello/my_cart_br.gif) no-repeat right 0px;
}

#advice-validate-cf-taxvat, #advice-required-entry-taxvat{
	margin-left: 95px;
}

.credits_nurun{
  float: left;
  display: inline;
  height: 140px;
  width: 280px;
  text-align: center;
  color:#636464;
  font-family:Arial,Helvetica,sans-serif;
  font-size:13px;
  font-weight:bold;
}

.credits_hart{
  /*background: url(../images/logo_hart.jpg) no-repeat bottom center;*/
  float: left;
  display: inline;
  height: 140px;
  width: 312px;
  text-align: center;
  color:#636464;
  font-family:Arial,Helvetica,sans-serif;
  font-size:13px;
  font-weight:bold;
}

.credits_hart a, .credits_pirelli a, .credits_hart nurun {
	text-decoration: none;
	color: #636464;
}

.credits_pirelli{
	/*background: url(../images/logo_pirelli.jpg) no-repeat bottom center;*/
	float: right;
	display: inline;
	height: 140px;
	width: 280px;
	text-align: center;
	color:#636464;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
}

*+html #forgotPwd{
	margin-top: 43px;
}

/* --- interventi DANIELE ------------------------------------------------------------------------------ */

/* box men� spalla sx */

.ls_menu_top_main_cont {
	float:left;
	clear:left;
	width:153px;
	margin:0;
	padding:0;
	background:transparent url(../images/menu_side_sx/black/ls_bg_body.gif) repeat-y left top;
}

.ls_menu_top_main_cont * {
	_display:inline;
	line-height:19px;
}

.ls_menu_top_bg_cont {
	float:left;
	clear:left;
	width:153px;
	margin:0;
	padding:0;
	background:transparent url(../images/menu_side_sx/black/ls_bg_top.gif) no-repeat left top;
}

.ls_menu_bottom_bg_cont {
	float:left;
	clear:left;
	width:153px;
	margin:10px 0 0 0;
	padding:0;
	background:transparent url(../images/menu_side_sx/black/ls_bg_bottom.gif) no-repeat left bottom;
}

.ls_menu_inner_cont {
	float:left;
	clear:left;
	width:125px;
	margin:9px 9px 0 19px;
	padding:0 0 20px 0;
}

/* primo livello */
.ls_menu_inner_cont ul.first_level,
.ls_menu_inner_cont ul.first_level li,
.ls_menu_inner_cont ul.first_level li a {
	float:left;
	clear:left;
	width:125px;
	margin:0;
	padding:0;
}

.ls_menu_inner_cont ul.first_level {
	padding:0 0 10px 0;
}

.ls_menu_inner_cont ul.first_level li {
 	_height:27px;
	background:transparent url(../images/menu_side_sx/black/ls_voice_separator.png) no-repeat left bottom;
	margin:13px 0 0 0;
}

.ls_menu_inner_cont ul.first_level li.second_level_cont {
	_display:none;
	margin:0;
	background:none;
}

.ls_menu_inner_cont ul.first_level li a {
	cursor:pointer;
}

.ls_menu_inner_cont ul.first_level li a span {
	display:none;
}

.ls_menu_inner_cont ul.first_level li a ins {
	float:left;
	height:26px;
	width:125px;
	margin:0;
	padding:0;
}

.ls_menu_inner_cont ul.first_level li a ins img {
	display:block;
	height:26px;
	width:125px;
}

.ls_menu_inner_cont ul.first_level li a ins.ls_fl_off {
	display:block;
}

.ls_menu_inner_cont ul.first_level li a ins.ls_fl_on {
	display:none;
}

.ls_menu_inner_cont ul.first_level li.on a ins.ls_fl_off {
	display:none;
}

.ls_menu_inner_cont ul.first_level li.on a ins.ls_fl_on {
	display:block;
}

/* secondo livello */
.ls_menu_inner_cont ul.first_level li.second_level_cont ul.second_level,
.ls_menu_inner_cont ul.first_level li.second_level_cont ul.second_level li,
.ls_menu_inner_cont ul.first_level li.second_level_cont ul.second_level li a {
	float:left;
	clear:left;
	width:115px;
	margin:0;
	padding:0;
}

.ls_menu_inner_cont ul.first_level li.second_level_cont ul.second_level {
	margin:0 0 7px 10px;
}

.ls_menu_inner_cont ul.first_level li.second_level_cont ul.second_level li {
	background:none;
	margin:0;
	_height:19px;
}

.ls_menu_inner_cont ul.first_level li.second_level_cont ul.second_level li.hasChildren a.hc {
	background:transparent url(../images/menu_side_sx/black/ls_bg_lbl_sec_lev_off.gif) no-repeat 93px 6px;
}

.ls_menu_inner_cont ul.first_level li.second_level_cont ul.second_level li.third_level_cont {
	_display:none;
	background:none;
	margin:0;
}

.ls_menu_inner_cont ul.first_level li.second_level_cont ul.second_level li a {
	color:#aaa;
	font-size:10px;
	text-decoration:none;
}

.ls_menu_inner_cont ul.first_level li.second_level_cont ul.second_level li.on a {
	color:#fff;
	background:none !important;
}

.ls_menu_inner_cont ul.first_level li.second_level_cont ul.second_level li.on a.hc {
	color:#aaa;
	background:transparent url(../images/menu_side_sx/black/ls_bg_lbl_sec_lev_on.gif) no-repeat 91px 6px !important;
}

.ls_menu_inner_cont ul.first_level li.second_level_cont ul.second_level li a span {
	display:none;
}

/* terzo livello */
.ls_menu_inner_cont ul.first_level li.second_level_cont ul.second_level li.third_level_cont ul.third_level,
.ls_menu_inner_cont ul.first_level li.second_level_cont ul.second_level li.third_level_cont ul.third_level li,
.ls_menu_inner_cont ul.first_level li.second_level_cont ul.second_level li.third_level_cont ul.third_level li a {
	float:left;
	clear:left;
	width:105px;
	margin:0;
	padding:0;
}

.ls_menu_inner_cont ul.first_level li.second_level_cont ul.second_level li.third_level_cont ul.third_level {
	margin:0 0 0 10px;
}

.ls_menu_inner_cont ul.first_level li.second_level_cont ul.second_level li.third_level_cont ul.third_level li {
	background:none;
	margin:0;
	_height:19px;
}

.ls_menu_inner_cont ul.first_level li.second_level_cont ul.second_level li.third_level_cont ul.third_level li a {
	color:#747474;
	font-size:10px;
	text-decoration:none;
	font-weight:normal;
}

.ls_menu_inner_cont ul.first_level li.second_level_cont ul.second_level li.third_level_cont ul.third_level li.on a {
	/* color:#ff0; */
	color:#fff;
	background:none !important;
}



/* box men� spalla dx */

.rs_menu_top_main_cont {
	float:left;
	clear:left;
	width:195px;
	margin:0;
	padding:0;
	background:transparent url(../images/menu_side_dx/rs_bg_body.gif) repeat-y left top;
}

.rs_menu_top_main_cont * {
	_display:inline;
	line-height:19px;
}

.rs_menu_top_bg_cont {
	float:left;
	clear:left;
	width:195px;
	margin:0;
	padding:0;
	background:transparent url(../images/menu_side_dx/rs_bg_top.gif) no-repeat left top;
}

.rs_menu_bottom_bg_cont {
	float:left;
	clear:left;
	width:195px;
	margin:10px 0 0 0;
	padding:0;
	background:transparent url(../images/menu_side_dx/rs_bg_bottom.gif) no-repeat left bottom;
}

.rs_menu_inner_cont {
	float:left;
	clear:left;
	width:177px;
	margin:0 0 0 8px;
	padding:0 0 20px;
}

/* primo livello */
.rs_menu_inner_cont ul.first_level,
.rs_menu_inner_cont ul.first_level li,
.rs_menu_inner_cont ul.first_level li strong {
	float:left;
	clear:left;
	width:177px;
	margin:0;
	padding:0;
}

.rs_menu_inner_cont ul.first_level {
	margin:0 0 10px 0;
}

.rs_menu_inner_cont ul.first_level li {
	width:169px;
 	_height:27px;
	background:transparent url(../images/menu_side_dx/rs_voice_separator.gif) no-repeat right bottom;
	margin:10px 0 0 8px;
}

.rs_menu_inner_cont ul.first_level li strong {
	width:169px;
	color:#fff;
	font-variant:small-caps;
	font-weight:normal;
}

.rs_menu_inner_cont ul.first_level li strong span {
	display:none;
}

.rs_menu_inner_cont ul.first_level li strong ins {
	float:left;
	height:26px;
	width:169px;
	margin:0;
	padding:0;
}

.rs_menu_inner_cont ul.first_level li strong ins img {
	display:block;
	height:26px;
	width:155px;
}

/* secondo livello */
.rs_menu_inner_cont ul.first_level li.second_level_cont ul.second_level,
.rs_menu_inner_cont ul.first_level li.second_level_cont ul.second_level li,
.rs_menu_inner_cont ul.first_level li.second_level_cont ul.second_level li address,
.rs_menu_inner_cont ul.first_level li.second_level_cont ul.second_level li a {
	float:left;
	clear:left;
	width:169px;
	margin:0;
	padding:0;
}

.rs_menu_inner_cont ul.first_level li.second_level_cont ul.second_level {
	margin:0 0 7px 0;
}

.rs_menu_inner_cont ul.first_level li.second_level_cont ul.second_level li {
	background:none;
	margin:0;
	_height:19px;
}

.rs_menu_inner_cont ul.first_level li.second_level_cont ul.second_level li a {
	margin:10px 0 0 0;
}

/* primo livello my account */
.rs_menu_inner_cont ul.first_level_my_account,
.rs_menu_inner_cont ul.first_level_my_account li,
.rs_menu_inner_cont ul.first_level_my_account li strong {
  float:left;
  clear:left;
  width:177px;
  margin:0;
  padding:0;
  text-transform: uppercase;
}

.rs_menu_inner_cont ul.first_level_my_account {
  margin:0 0 10px 0;
}

.rs_menu_inner_cont ul.first_level_my_account li {
  width:169px;
  /*background:transparent url(../images/menu_side_dx/rs_voice_separator.gif) no-repeat right bottom;*/
  margin:0 0 0 8px;
  color: #e42626;
  font-size: 10px;
}

.rs_menu_inner_cont ul.first_level_my_account li .div_line{
  position: relative; 
  top:-9px; 
  left:11px; 
  display: block;
}

.rs_menu_inner_cont ul.first_level_my_account li a{
	text-decoration: none;
	color: #747474;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.rs_menu_inner_cont ul.first_level_my_account li strong {
  width:169px;
  color:#fff;
  font-variant:small-caps;
  font-weight:normal;
  padding:10px 0 10px 0;
}

.rs_menu_inner_cont ul.first_level_my_account li strong span {
  display:none;
}

.rs_menu_inner_cont ul.first_level_my_account li strong ins {
  float:left;
  height:26px;
  width:169px;
  margin:0;
  padding:0;
}

.rs_menu_inner_cont ul.first_level_my_account li strong ins img {
  display:block;
  height:26px;
  width:155px;
}

/* titoli di pagina */

h2.pageTitle {
	float:left;
	clear:left;
	display:inline;
	height:37px;
	margin:0;
	padding:0 0 20px 0;
	font-size:1em;
	text-indent:-9999em;
	overflow:hidden;
	background-position:left top;
	background-repeat:no-repeat;
}

h2.checkout {
	width:184px;
	background-image:url(../images/black/lbl_checkout.gif);
}

h2.my_shopping_bag {
	width:253px;
	background-image:url(../images/black/lbl_my_shopping_bag.gif);
}

h2.login {
	width:200px;
	background-image:url(../images/black/lbl_login.gif);
}

h2.nuovo_utente_it,
h2.nuovo_utente_en {
	width:210px;
}

h2.nuovo_utente_it {
	background-image:url(../images/black/lbl_nuovo_cliente_it.gif);
}

h2.nuovo_utente_en {
	background-image:url(../images/black/lbl_nuovo_cliente_en.gif);
}

h2.forgotten_password_it,
h2.forgotten_password_en {
	width:313px;
}

h2.forgotten_password_it {
	background-image:url(../images/black/lbl_pass_dimenticata_it.gif);
}

h2.forgotten_password_en {
	background-image:url(../images/black/lbl_pass_dimenticata_en.gif);
}

h2.nuovo_account_it,
h2.nuovo_account_en {
	width:199px;
}

h2.nuovo_account_it {
	background-image:url(../images/black/lbl_nuovo_account_it.gif);
}

h2.nuovo_account_en {
	background-image:url(../images/black/lbl_nuovo_account_en.gif);
}

h2.my_account {
	width:191px;
	background-image:url(../images/black/lbl_my_account.gif);
	padding: 0 0 8px 0;
}

p.my_account{
  float: left;
  clear: left;
  margin: 0 0 8px 0;
  color: #f5f5f5;
  width: 685px;
}

h2.personal_info_it {
  width:197px;
  background-image:url(../images/black/lbl_dati_personali_it.gif);
  padding: 0 0 8px 0;
}

h2.personal_info_en {
  width:284px;
  background-image:url(../images/black/lbl_dati_personali_en.gif);
  padding: 0 0 8px 0;
}

h2.indirizzi_spedizioni_it {
  width:253px;
  background-image:url(../images/black/lbl_indirizzi_spedizioni_it.gif);
  padding: 0 0 8px 0;
}

h2.indirizzi_spedizioni_en {
  width:274px;
  background-image:url(../images/black/lbl_indirizzi_spedizioni_en.gif);
  padding: 0 0 8px 0;
}

h2.miei_ordini_it{
  width:194px;
  background-image:url(../images/black/lbl_miei_ordini_it.gif);
  padding: 0 0 8px 0;
}

h2.miei_ordini_en{
  width:194px;
  background-image:url(../images/black/lbl_miei_ordini_en.gif);
  padding: 0 0 8px 0;
}

h2.dett_ordini_it{
  width:217px;
  background-image:url(../images/black/lbl_dett_ordine_it.gif);
  padding: 0 0 8px 0;
}

h2.dett_ordini_en{
  width:217px;
  background-image:url(../images/black/lbl_dett_ordine_en.gif);
  padding: 0 0 8px 0;
}

h2.condVendita_it {
  width:265px;
  background-image:url(../images/black/lbl_condVendita_it.gif);
}

h2.condVendita_en {
  width:265px;
  background-image:url(../images/black/lbl_condVendita_en.gif);
}

h2.contattaci_it {
  width:265px;
  background-image:url(../images/black/lbl_contattaci_it.gif);
}

h2.contattaci_en {
  width:265px;
  background-image:url(../images/black/lbl_contattaci_en.gif);
}

h2.legalDisclaimer_it {
  width:265px;
  background-image:url(../images/black/lbl_legalDisclaimer_it.gif);
}

h2.legalDisclaimer_en {
  width:265px;
  background-image:url(../images/black/lbl_legalDisclaimer_en.gif);
}

h2.credits_it {
  width:265px;
  background-image:url(../images/black/lbl_credits_it.gif);
}

h2.credits_en {
  width:265px;
  background-image:url(../images/black/lbl_credits_en.gif);
}

/* contenitore a tutta larghezza */
.wideCont_body,
.wideCont_body .wideCont_top,
.wideCont_body .wideCont_top .wideCont_bottom {
	float:left;
	clear:left;
	display:inline;
	width:920px;
	margin:0;
	padding:0;
}

.wideCont_body {
	background:#000 url(../images/black/wide_cont_bg_body.gif) repeat-y left top;
}

.wideCont_body .wideCont_top {
	background:url(../images/black/wide_cont_bg_top.gif) no-repeat left top;
}

.wideCont_body .wideCont_top .wideCont_bottom {
	background:url(../images/black/wide_cont_bg_bottom.gif) no-repeat left bottom;
	min-height:161px;
	height:auto !important;
	height:161px;
}


/* contenitore a mezza larghezza */
.halfCont_body,
.halfCont_body .halfCont_top,
.halfCont_body .halfCont_top .halfCont_bottom {
	float:left;
	clear:left;
	display:inline;
	width:450px;
	margin:0;
	padding:0;
}

.halfCont_body {
	background:#000 url(../images/black/half_cont_bg_body.gif) repeat-y left top;
}

.halfCont_body .halfCont_top {
	background:url(../images/black/half_cont_bg_top.gif) no-repeat left top;
}

.halfCont_body .halfCont_top .halfCont_bottom {
	background:url(../images/black/half_cont_bg_bottom.gif) no-repeat left bottom;
	min-height:161px;
	height:auto !important;
	height:161px;
}

/* checkout noItems - generic wide container */

.wideCont_body .wideCont_top .wideCont_bottom .noItemsCont,
.wideCont_body .wideCont_top .wideCont_bottom .innerCont {
	float:left;
	clear:left;
	display:inline;
	width:880px;
	margin:20px;
	padding:0;
	color:#747474;
}

.wideCont_body .wideCont_top .wideCont_bottom .noItemsCont a,
.wideCont_body .wideCont_top .wideCont_bottom .innerCont a {
	color:#fff;
	font-weight:normal;
	text-decoration:underline;
}

/* checkout review */

#checkout-review-load table.wide {
	float:left;
	clear:left;
	width:100%;
	margin:0;
	padding:0;
	border-collapse:collapse;
	border-spacing:1px;
}

#checkout-review-load table.wide tr,
#checkout-review-load table.wide thead tr,
#checkout-review-load table.wide tfoot tr {
	background:none !important;
}

#checkout-review-load table.wide tr td,
#checkout-review-load table.wide thead tr th,
#checkout-review-load table.wide tfoot tr td {
	padding:5px 0 !important;
}

#checkout-review-load table.wide th {
	color:#fff;
}

#checkout-review-load table.wide tbody tr td {
	border:none;
}

#checkout-review-load table.wide tbody tr td h4 {
	color:#fff;
}

#checkout-review-load table.wide thead tr th,
#checkout-review-load table.wide tbody tr td {
	border-bottom:1px #333333 solid;
}

/* STILI PER MY SHOPPING BAG */

.discount-codes-cont {
	float:left;
	clear:left;
	margin:0;
	padding:0;
}

.discount-codes {
	float:left;
	clear:left;
	margin:0;
	padding:20px 0;
}

.discount-codes-cont .discount-codes {
	padding:20px;
}

input.input-text,
textarea.black {
	background:transparent url(../images/black/bg_t-area_black.gif) repeat-x scroll left top;
	padding:0 5px 0 0;
	color:#fff;
	border:1px solid #666666;
}

.estimate-shipping-costs,
.dataReview {
	display:inline;
	float:left;
	clear:left;
	width:410px;
	margin:0;
	padding:20px 20px 0 20px;
}

.estimate-shipping-costs form {
	float:left;
	clear:left;
	width:410px;
	margin:0;
	padding:0;
}

.estimate-shipping-costs form dl {
	display:inline;
	float:left;
	clear:left;
	width:410px;
	margin:0;
	padding:20px 0;
}

.estimate-shipping-costs form label {
	display:inline;
	float:left;
	clear:none;
	margin:0 10px 0 0;
	color:#fff;
	font-weight:normal;
}

.estimate-shipping-costs form input.input-text {
	display:inline;
	float:left;
	clear:none;
	margin:0;
}

.estimate-shipping-costs form select,
.estimate-shipping-costs form select option {
	background-color:#000;
	color:#fff;
}

.estimate-shipping-costs form div.dataCont,
.dataReview div.dataCont {
	float:left;
	clear:left;
	margin:15px 0 0 0;
	padding:0;
}

.dataReview div.dataCont div {
	display:inline;
	float:left;
	clear:left;
	width:405px;
	margin:0;
	padding:0 0 10px 0;
}

.dataReview div.dataCont div span.tit {
	display:inline;
	float:left;
	width:295px;
	margin:0;
	padding:0;
}

.dataReview div.dataCont div span.price {
	display:inline;
	float:left;
	width:110px;
	margin:0;
	padding:0;
	text-align:right;
}

.estimate-shipping-costs form div.dataCont div {
	display:inline;
	float:left;
	clear:none;
	margin:0;
	padding:0 50px 10px 0;
}

.estimate-shipping-costs form div.linkCont,
.dataReview div.linkCont {
	float:left;
	clear:left;
	width:410px;
	margin:15px 0 0 0;
	padding:0;
	text-align:right;
}

.estimate-shipping-costs form div.linkCont a {
	font-weight:normal;
}

/* my account login */

.loginCont,
.loginCont .intro,
.loginCont .dataCont,
.loginCont .userCont,
.loginCont .passCont,
.loginCont .goCont,
.loginCont .forgPassCont {
	float:left;
	clear:left;
	margin:0;
	padding:0;
}

.loginCont .forgPassCont {
	clear:left;
	margin-top:20px;
}

.loginCont .dataCont .userCont,
.loginCont .dataCont .passCont,
.loginCont .dataCont .goCont {
	clear:none;
	width:160px;
	margin:0;
	padding:0;
}

.loginCont .dataCont {
	margin-top:20px;
}

.loginCont .dataCont .userCont label,
.loginCont .dataCont .passCont label,
.loginCont .dataCont .userCont input,
.loginCont .dataCont .passCont input {
	float:left;
	clear:left;
	margin:0;
	padding:0;
}

.loginCont .dataCont .userCont label,
.loginCont .dataCont .passCont label {
	font-weight:normal;
	color:#fff;
}

.loginCont .dataCont .goCont button {
	margin-top:18px;
}

/* my account password dimenticata */

/* my account dati personali */
.personalDataCont #country, .personalDataCont select, input{
  background: #000;
  color: #FFF;
}

#coupon_code {
	width: 141px;
}

.personalDataCont{
	margin:0;
  padding:0 0 0 20px;
  float:left;
  clear:left;
}

.personalDataCont .intro,
.personalDataCont .dataCont,
.personalDataCont .userCont,
.personalDataCont .passCont,
.personalDataCont .goCont,
.personalDataCont .forgPassCont {
  float:left;
  clear:left;
  margin:0;
  padding:0;
}

.personalDataCont .forgPassCont {
  clear:left;
  margin-top:20px;
}

.personalDataCont .dataCont .userCont,
.personalDataCont .dataCont .passCont,
.personalDataCont .dataCont .goCont {
  clear:none;
  width:160px;
  margin:0;
  padding:0;
}

.personalDataCont .dataCont {
  margin-bottom:20px;
}

.personalDataCont .dataCont .userCont label,
.personalDataCont .dataCont .passCont label,
.personalDataCont .dataCont .userCont input,
.personalDataCont .dataCont .passCont input {
  float:left;
  clear:left;
  margin:0;
  padding:0;
}

.personalDataCont .dataCont .userCont label,
.personalDataCont .dataCont .passCont label {
  font-weight:normal;
  color:#fff;
}

.personalDataCont .dataCont .goCont button {
  margin-top:18px;
}