html body .overlay {
  background-color: rgba(255, 255, 255, 0.8);
  height: 0;
  width: 100%;
  position: absolute;
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 0.6s linear;
  -moz-transition: opacity 0.6s linear;
  -ms-transition: opacity 0.6s linear;
  -o-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear;
}

/* ----- General Settings ----- */


form{margin:0;padding:0;}

@font-face {
  font-family: 'RokkittRegular';
  src: url('fonts/rokkitt-webfont.eot');
  src: local('☺'),
  url('fonts/rokkitt-webfont.woff') format('woff'),      
  url('fonts/rokkitt-webfont.ttf') format('truetype'),          
  url('fonts/rokkitt-webfont.svg#RokkittRegular') format('svg');        
  font-weight: normal;
  font-style: normal;           
}

.RokkittR{
  font-family: 'RokkittRegular',RokkittRegular, 'Times New Roman' ,Times, serif;
  font-weight: normal;
  font-style: normal;
  line-height:normal;   	
}

body {
	background-repeat:repeat-x;
	background-color:#fff;
	/*background-image:url('../images/bg_header.gif');*/
	margin:0 auto;padding:0;
	font-size:21px;
	text-align:center;
	position:relative;
	display:block;
	font-family: Arial, sans-serif;
}

body.primoLivello {
	background-image:url('../images/bg_primo_livello.gif');
}

body#cart_body{
  background-image:url('../images/bg_cart.gif');
}

body.loginBody{
  background-image:url('../images/bg_login.gif');
}

div{text-align:left;}

a:active
{
  outline: none; 
}

div#bg_club_top{
  display:none;
}

#wrapper.club{   
}

div#bg_club_inline{
  display:none;  
}

:focus 
{

}

.outer-shadow {
	width:250px;
  background: #9e9e9e;
	clear: right;
	float: right;
	margin: 0 0 0px 0px;
	padding: 0 0px 0px 0px;
	position: relative;
}

.textcenter{
	text-align:center;
	width:100%;
}


/* ----- Overlay PopUp ----- */
div#modalOverlay{
	background-color:#ffffff;width:0px;height:0px;display:none;position:absolute;top:0px;left:0px;z-index:2000}
div#popupOverlay{
	position:absolute;
	border:1px solid #7e7e7e;
	background-image:url(../images/popup_bkground.gif);
	z-index:2500;top:-1000px;left:-1000px;
}
div#popupOverlay div#message {width:270px;margin:10px}
.modal-title {color:#CB0000;text-transform:uppercase;font-size:0.56em;font-weight:bold;border-bottom:1px dotted #7d7f7e}
.modal-body {color:#000;text-transform:uppercase;font-size:0.45em;font-weight:bold;}
div#button {vertical-align:bottom;margin-left:4em;margin-top:2em;}
div#popupOverlay div#button .close-button { background-color:#CB0000;text-transform:uppercase;border :1px solid #7d7f7e;color:#fff;font-size:0.56em;font-weight:bold}

/* ----- Overlay Alert PopUp ----- */

div#popupOverlayAlert{
	position:absolute;
	border:1px solid #7e7e7e;
	background-image:url(../images/popup_bkground.gif);
	z-index:2500;top:-1000px;left:-1000px;
}
div#popupOverlayAlert div#message {width:270px;margin:10px}
.modal-title {color:#CB0000;text-transform:uppercase;font-size:0.56em;font-weight:bold;border-bottom:1px dotted #7d7f7e}
.modal-body {color:#000;text-transform:uppercase;font-size:0.45em;font-weight:bold;}
div#button {vertical-align:bottom;margin-left:4em;margin-top:2em;}
div#popupOverlayAlert div#button .close-button { background-color:#CB0000;text-transform:uppercase;border :1px solid #7d7f7e;color:#fff;font-size:0.56em;font-weight:bold}


/* ----- Header ----- */
#header_container{margin:0 auto;width:980px;display:block;z-index:1001;}
#header{min-height:74px;height:auto !important;	height:74px;width:980px;float:left;}
#logo {float:left;text-align:left;position:relative;}
#logo .bollo_logo{
  position:absolute;
  top:19px;
  left:143px;
  z-index: 1001;
}
#logo a img{position:absolute; left:0px;z-index: 1000;}
#account {
	position:relative;
	float:right;
	text-align:right;
	margin-top:0;
	width:335px;
	min-height:73px;
	height:auto !important;
	height:73px;
}
#account #account-container {
	padding-top:10px;
	padding-right:5px;
	padding-bottom:1px;
	width:207px;
	float:left;
	text-align:left;
	margin-left:-5px;
	font-size:0.50em;
	color:#1a1a18;
}
#account #account-container a {
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
	color:#1a1a18;
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase
}

/* ----- Shopping Cart Box ----- */
#account #shopping-cart{width:174px;float:right;font-size:0.42em;}
#account #shopping-cart a#shopping-cart-header{
	min-height:39px;
	height:auto !important;
	height:39px;
	width:174px;
	background-color:#474747;
	display:block;
	float:left;
	text-align:left;
}
#account #shopping-cart a#shopping-cart-header img{position:relative;margin-top:24px;}
#account #shopping-cart a#shopping-cart-header img.cart-icon{float:left;left:4px;}
#account #shopping-cart a#shopping-cart-header img.check-out-icon{float:right;right:4px;margin-top:26px}

#account #shopping-cart #shopping-cart-detail{
	width:174px;
	background-color:#f5f5f5;
	text-align:left;
	background-position:93px 2px;
	background-repeat:repeat-y;
	background-image:url(../images/vert_grey.gif);
	float:left;
}
#account #shopping-cart #shopping-cart-open{
	width:174px;
	background-color:#f5f5f5;
	padding:6px 0 5px 0;
	float:left;
	font-weight:normal;
	font-size:1em;
}
#account #shopping-cart #shopping-cart-detail #cart-left-box{
	float:left;
	color:#474747;
	padding:6px 0 2px 0;
	width:89px;
	margin-top:2px;
	position:relative;
	left:4px;
	background-position:bottom;
	background-repeat:repeat-x;
	background-image:url(../images/oriz_grey.gif);
}
#account #shopping-cart #shopping-cart-detail #cart-left-box span.num{
	color:#7e7e7e;
	float:right;
	position:relative;
	right:4px;
}
#account #shopping-cart #shopping-cart-detail #cart-left-box span.label{float:left;	}

#account #shopping-cart #shopping-cart-detail #cart-right-box{
	float:right;
	text-align:right;
	position:relative;
	right:4px;
	padding:6px 0 2px 0;
	width:76px;
	margin-top:2px;
	color:#7e7e7e;
	background-position:bottom;
	background-repeat:repeat-x;
	background-image:url(../images/oriz_grey.gif);
}
#account #shopping-cart #shopping-cart-open a{
	color:#474747;
	padding:0 5px 0 0;
	text-decoration:none;
	float:right;
	text-transform:uppercase
}
#floatingcart-box{
	font-size:0.42em;
	background-color:#f5f5f5;
	position:absolute;
	top:-1000px;
	left:-1000px;
	z-index:999;
	width:181px;
	height:1px;
	overflow:hidden;
	text-align:left;
}
#floatingcart-box #cart{
	font-size:1em;
	width:153px;
	position:relative;
	left:0px;
	float:left;
	margin-top:4px;
	margin-bottom:4px;
}
#floatingcart-box #cart td.category{
	font-weight:bold;
}
#floatingcart-box #cart td.desc{
	text-align:left;
	vertical-align:top;
	padding-bottom:6px;
	padding-right:2px;
}
#floatingcart-box #cart td.price{
	color:#7e7e7e;
	text-align:right;
	vertical-align:top;
	padding-bottom:6px;
}

#floatingcart-box #check_link{
	width:181px;
	display:block;
	float:right;
	text-align:right;
	padding:4px 0 4px 0;
	background-color:#474747;
}
#floatingcart-box .hseparator{
	background-repeat:repeat-x;
	background-image:url(../images/oriz_grey.gif);
	width:166px;
	height:1px;
	overflow:hidden;
	position:relative;
	left:4px;
	float:left;
}

/* ----- Second Level Menu ----- */
#blue_bar{
	background-image:url('../images/bg_menu.gif');
	background-repeat: repeat-x;
	width:100%;
	float:left;
	text-align:center;
	z-index:2000;
	line-height:38px;
	height:38px;
}
#blue_bar #top_menu_container{
	margin:0 auto;
	width:980px;
	line-height:38px;
	height:38px;	
}
#blue_bar #top_menu_container #top_menu{
	float:left;
	width:950px;
	text-align:left;
	line-height:38px;
	height:38px;
}

#account #search{
  float:left;
  width:114px;
  height:25px;
}
#account #search form{
  float:left;
  padding:10px 0px 2px 0px;
  width:128px;
  height:20px;	
}
#account #search input{
	float:left;
	border:0px solid #d7d7d7;
	font-size:0.47em;
	text-transform:uppercase;
	line-height:15px;
	height:15px;
	width:110px;
  margin: 0;
  padding: 0;	
}
#account #search img{float:left;}
#account #search img.search-img{cursor:pointer;}

#header #numero-verde{  
  font-family: 'RokkittRegular',RokkittRegular, 'Times New Roman' ,Times, serif;
  font-weight: normal;
  font-style: normal;
  line-height:normal;  
  line-height:10px;
  font-size:16px;
  color:#9f9893; 
  text-transform:uppercase;
  margin:12px 0 0 0px;
  position:relative;
  height:35px;
}
#header #numero-verde a{color:#9f9893;}
#header #numero-verde img {border:0px;padding-top:3px;padding-bottom:0px;vertical-align:bottom;}
#header #numero-verde span {font-size:13px;border:0px;display:inline-block;vertical-align:top;padding-top:2px}
#header #numero-verde span#numero{display:block; position:absolute; right:0px; bottom:6px; width: 190px;text-align:right;color:#d60021;font-size:28px;font-weight:bold; line-height:32px;}

#blue_bar #top_menu_container #top_menu #menu{padding-left:1px;float:left;color:#181769;font-size:0.58em;font-weight:bold;line-height: 38px; height: 38px; position:absolute;}
#blue_bar #top_menu_container #top_menu ul{list-style:none;margin:0;padding: 0 2px 0 0; height:38px; background:url('../images/bg_menu_separator.gif') no-repeat right;}
#blue_bar #top_menu_container #top_menu ul li{line-height:37px; padding-top:1px; float:left;padding:0px 0px 0px 2px; font-size:15px; font-weight:normal;text-align:center;background:url('../images/bg_menu_separator.gif') no-repeat;}
#blue_bar #top_menu_container #top_menu ul li a {font-weight:bold;padding:0 7px 0 7px;color:#696969;text-decoration:none;margin:0 auto; display: block;}
#blue_bar #top_menu_container #top_menu ul li a.first_menu_elem, #blue_bar #top_menu_container #top_menu ul li span.first_menu_elem {border:none transparent 0px;}
#blue_bar #top_menu_container #top_menu ul li a.first_menu_elem a, #blue_bar #top_menu_container #top_menu ul li span.first_menu_elem a{border:none transparent 0px;}
#blue_bar #top_menu_container #top_menu ul li div.selected {font-weight:bold;padding:0 7px 0 7px;color:#696969;text-decoration:none;margin:0 auto; background:#DDD5CC;}
#blue_bar #top_menu_container #top_menu ul li div.selected {color:#D60021;}
#blue_bar #top_menu_container #top_menu ul li a:hover {background:#DDD5CC;}

/* ----- Main Content ----- */
#main_container{float:left;width:100%;text-align:center;}
#main_container #main_container_subhome{width:1271px;margin:0 auto; padding:0px;}
#main_container #main_container_subhome #main_container_central{position:relative; float:left;vertical-align:text-bottom; margin-top:0px; padding-top:0px;width: 1271px;}
#main-container-cart{float:left;width:100%;text-align:center;background:transparent;}

/* ----- Main Content for internal pages ---- */
#main-content-internal {float:left;width:951px; background:#FFFFFF;}
#main-content-account {float:left;width:951px; background:#FFFFFF;}

/* ----- Main Content for internal pages ---- */
#main_container_general {float:left;width:951px; background:#FFFFFF;}

/* ----- Home ----- */
#sub-home-img {float:left;}
#sub-home-right-box {float:right;margin-top:102px;margin-bottom:0px;padding:0px;border:0;}
#sub-home-right-boxIt {float:right;margin-bottom:0px;padding:0px;border:0;}

#home-left-side-top,
#home-right-side-top,
#sub-home-img-left,
#sub-home-img-right{
	height: 342px;
}
#home-left-side-top{
	float: left;
	width: 146px;
}
#home-right-side-top {
	float: right;
	width: 148px;
}
#sub-home-img-left {
	float: left;
	width: 670px;
}
#sub-home-img-right {
	float: right;
	width: 307px;
}

.promo_absolute{
   position:absolute;
   top:113px;
   left:393px;
}

#product-site-link {float:right;margin:0px;border:0;position:relative;padding:0px}
#product-site-link img {float:right;margin:0px;border:0;padding:0px}

.home-promo-box {height:124px; width: 313px; ;float:left; line-height:0.56em; background:url("../images/bg-home-box.gif") repeat-x }
.home-promo-box-sep {height:124px; width: 5px; ;float:left; background:url("../images/bg-promo-box-sep.gif") repeat-x }
.promo-box-img {float:left;padding:0px;}
.promo-box-title {vertical-align:top;color:#474747;font-size:0.42em; font-weight:bold; padding-top:10px;}
.promo-box-body {height:40px;vertical-align:top;color:#474747;font-size:0.46em; letter-spacing:-0.25px;font-weight:normal; padding-top:5px; }
.home-promo-box #promo-box-link {padding-top:10px;color:#EA0404;font-size:1em; }
.home-promo-box #promo-box-link a {color:#EA0404;font-size:0.46em; font-weight:normal; text-decoration:none; }
.home-promo-box #promo-box-price {vertical-align:bottom;color:#FFFFFF;font-size:0.75em;font-weight:bold; padding:0px;}
.starting-from{vertical-align:middle;color:#FFFFFF;font-size:0.75em;font-weight:bold;margin-top:3px; }
.reg-price{vertical-align:middle;color:#FFFFFF;font-size:0.75em;font-weight:bold;margin-top:3px; }

.home-promo-box #promo-box-price {color:#FFFFFF;font-weight:bold; margin-top:10px;white-space:nowrap;}
.home-promo-box #promo-box-price #price {color:#FFFFFF;font-weight:bold; float:left;}
.home-promo-box #promo-box-price #buy-link {color:#FFFFFF; float:right; margin-top:5px;}
.home-promo-box #promo-box-price #buy-link a {color:#FFFFFF;border:0px;padding-bottom:0px;}
.home-promo-box #promo-box-price #buy-link img {color:#FFFFFF;border:0px;padding:0px;}
.home-promo-box #promo-box-price span {color:#FFFFFF;height:10px;position:relative;font-size:0.95em;vertical-align:top;font-weight:bold;padding-top:0px;margin:0px}


.home-promo-box-right {height:124px; width: 313px; ;float:left; line-height:0.48em; background:url("../images/bg-home-box.gif") repeat-x }
.home-promo-box-right .promo-box-img {float:right;padding-top:9px; padding-right:0px; padding-left:0px;}
.home-promo-box-right .promo-box-title {vertical-align:top; font-size:0.42em; font-weight:bold; padding-top:10px;padding-left:5px;padding-right:0px}
.home-promo-box-right .promo-box-subtitle {vertical-align:top; color:#ea0404; font-size:0.42em; font-weight:bold; padding-top:5px;padding-left:5px}
.home-promo-box-right .promo-box-body {height:30px;vertical-align:top; font-weight:normal; padding-top:5px;padding-left:5px;font-size:0.46em }
.home-promo-box-right #promo-box-body-2 {padding-top:7px }
.home-promo-box-right .promo-box-link {float:right;color:#ea0404;font-weight:normal; padding-top:5px;padding-left:5px;padding-top:0;margin-top:0 }
.home-promo-box-right .promo-box-link-2 {float:right;color:#ea0404;font-weight:normal; padding-bottom:5px;padding-left:5px;padding-top:0;margin-top:0;margin-bottom:5px }
.home-promo-box-right  img {border:0px;padding-bottom:5px;}

/* ----- Breadcrumb Formating ----- */
/* WARNING: Do not set a percentage font-size on #breadcrumb, since that will cause ugly horizontal lines
   to display on the PowerReviews product review submission iFrame when scrolling down and then up */
#breadcrumb { 
  clear:both; 
  color:#999999; 
  margin:0; 
  font-size:0.56em; 
  width:585px; 
  padding:41px 0px 3px 0px;
  font-family: 'RokkittRegular',RokkittRegular, 'Times New Roman' ,Times, serif;
  font-weight: normal;
  font-style: normal;
  line-height:normal;
  text-transform: capitalize; 
}
#breadcrumb a {color:#999999; font-size:1.4em; text-decoration:none; margin:0 3px; font-style:italic}
#breadcrumb a:hover { color:#000;}
#breadcrumb .bread-active {font-weight:bold;}

#breadcrumb.bc_internal {
  padding:25px 0px 0px 0px; 
  height:24px; 
} 

#breadcrumb.bc_cart {
  padding:41px 0px 3px 0px; 
  height:24px; 
} 

/* ----- Left Side Menu Formating ----- */
#side-menu { width:155px;float:left;font-family:Arial, Helvetica, sans-serif; background:#ffffff;height:100%;padding-top:11px;}
#side-menu a { text-decoration:none; color:#4f514d;}
#side-menu a:hover { text-decoration:underline; color:#000;}
#side-menu h2 {width:136px;font-size:0.56em; padding:0 0 4px 0; text-transform:uppercase; margin:10px 0 8px 10px; background: url('../images/puntinato_grigio.gif') repeat-x bottom; color:#ca0000;}

#side-menu ul { margin:0 0 32px 0; padding-left:20px; list-style:none; }
#side-menu ul li { width:125px; font-size:0.5em; padding:2px 6px 0px 0px; color:#666; background: url('../images/arrow_grey.gif') no-repeat right;}
#side-menu ul li a { color:#4f514d;}
#side-menu ul li a:hover { color:#ca0000;text-decoration:none;}
#side-menu ul li span{font-weight:bold}
#side-menu p{width: 136px;margin-left:10px; height:71px;background: url("../images/puntinato_grigio.gif") repeat-x scroll center bottom transparent;}
#side-menu p a {float:left; display:block;}
#side-menu p img{margin-top:12px;}
#side-menu p span{float:left; display:block; font-size:10px; line-height:12px; width:89px;margin-left:7px; margin-top:7px;}
#side-menu p span b{color:#ca0000; font-weight:bold;}

#side-menu div#sub_home_logo {margin-top:25px;margin-left:10px}
#side-menu div#sub_home_logo #product-site-link {float:left;width:110px;margin-top:10px;margin-left:10px;border:0;text-align:center}
#side-menu div#sub_home_logo #product-site-link a {margin-top:0px;border:0;color:#474747;font-size:0.42em;margin-top:10px;}

#side-menu #product-list {width:143px;margin-top:15px}
#side-menu #product-list  ul { margin:0; padding-left:5px; list-style:none; }
#side-menu #product-list  ul li { font-size:0.47em; padding:3px 0px 0px 0px; color:#000;text-transform:uppercase}
#side-menu #product-list  ul li img {padding-right:2px}
#side-menu #product-list  ul li a{ padding:3px 0px 0px 0px; color:#000;text-transform:uppercase}
#side-menu #product-list  #current{ font-weight:bold}

/* ----- Search Filters----- */
#side-menu-search { width:140px;float:left;font-family:Arial, Helvetica, sans-serif; background:#ffffff;height:100%;margin-top:90px}
#side-menu-search a { text-decoration:none;}
#side-menu-search a:hover { text-decoration:underline;}
#side-menu-search h2 { font-size:0.56em; padding:0px; text-transform:uppercase; margin:20px 0 2px 0;}

#side-menu-search ul { font-size:0.75em; margin:0; padding-left:10px; list-style:none; color:#474747; }
#side-menu-search ul li { font-size:0.75em; padding:3px 0px 0px 0px; color:#474747;}
#side-menu-search ul li a { font-size:1em; color:#474747;}
#side-menu-search ul li.sale a { font-size:1em; color:#474747; font-weight:bold;}


#side-right-menu #filler {}

/* ----- Recently Viewed products ----- */
#side-menu #recently-viewed {width:130px;margin-top:15px;margin-left:5px; float:left;padding-top:5%}
#side-menu #recently-viewed h3 {text-transform:uppercase;font-size:0.56em;color:#474747; }
#side-menu #recently-viewed #product-viewed {width:120px;border:1px solid #ddd;float:left;padding:5px}
#side-menu #recently-viewed #product-viewed ul.recentlyviewed { text-align:center; float:left; margin:0px 0px 0px 0px; list-style:none; padding:0; }
#side-menu #recently-viewed #product-viewed li.viewed-item-name { float:left }
#side-menu #recently-viewed #product-viewed li.viewed-item-name p { text-align:left;font-size:0.65em; }
#side-menu #recently-viewed #product-viewed li.viewed-item-name .viewed-brand-name { text-align:left;font-size:0.65em;font-weight:bold;padding:0px;margin:0px;vertical-align:top; }
#side-menu #recently-viewed #product-viewed li.viewed-item-name .viewed-prod-name  {font-size:1em;padding-left:13px;padding-left:13px;margin:0px;vertical-align:top; }
#side-menu #recently-viewed #product-viewed li.viewed-item-name .viewed-prod-name a { font-size:0.75em; font-weight:normal }
#side-menu #recently-viewed #product-viewed li.viewed-item-name .viewed-prod-name a:link { font-size:0.75em; color:#474747; }
#side-menu #recently-viewed #product-viewed li.viewed-item-name .viewed-prod-name a:visited { font-size:0.75em; color:#474747; }
#side-menu #recently-viewed #product-viewed li.viewed-item-name .viewed-prod-name a:active { font-size:0.75em; color:#474747; }
#side-menu #recently-viewed #product-viewed li.viewed-item-name viewed-prod-name a:hover { text-decoration:underline; }
#side-menu #recently-viewed #product-viewed li.viewed-item-img  { float:right ;margin-bottom:5px }
#side-menu #recently-viewed #product-viewed li.viewed-item-img .viewed-img { border:0px solid #ddd; margin:0; padding:0; }
#side-menu #recently-viewed #product-viewed li.viewed-item-img .viewed-img img { vertical-align:bottom;padding-left:1px}

/* ----- Right Side Menu Formating ----- */
#side-right-menu {width:183px;float:right;top:0px;background:#fff;padding-bottom:0px;padding:0px;margin: 13px 0 0 0;}
#side-right-menu #title {padding-left:5px;width:140px;float:left;padding-top:15px;padding-bottom:10px;}
#side-right-menu #title-img {width:160px;float:left;padding-top:15px;padding-bottom:10px;}
#side-right-menu #title span {font-size:0.56em;color:#0b216a;font-weight:bold;}
#side-right-menu #title img {padding-right:2px;}

#side-right-menu #box-title {margin-left:5px;padding-top:0px;font-size:0.75em;font-weight:bold}
#side-right-menu #box-title span{margin-left:5px;padding-top:20px;font-size:0.65em;font-weight:bold}
#side-right-menu #box-text {margin-left:5px;padding-top:5px;font-size:0.56em;font-weight:normal; }
#side-right-menu #box-text span {font-size:0.80em;font-weight:normal; }
#red-bold {font-weight:bold;font-size:1em;color:#ea0404}
.red-bold {font-weight:bold;font-size:1em;color:#ea0404}
#side-right-menu #box-text p {font-size:1em;padding-top:0px;font-weight:normal;white-space:nowrap; }
#side-right-menu #dotted-sep {margin:0px;padding:0px;border-bottom:1px dotted #000;height:8px}
#side-right-menu #box-text span.red-bold {font-size:1em}
#side-right-menu #box-text p span.red-bold {font-size:0.75em;}

/* ----- Lavazza suggests you ----- */
#side-right-menu #suggest-title {width:140px;float:left;padding-top:15px;padding-left:5px;padding-bottom:10px;}
#side-right-menu #suggest-title span {font-size:0.56em;color:#0b216a;font-weight:bold;}
#side-right-menu #box-suggest {float:right;width:140px;margin-right:0px;top:0px;}
#side-right-menu #box-suggest-img {width:140px;padding-left:25px;border:0}
#side-right-menu #box-suggest-text a{border:0}
#side-right-menu #box-suggest-title {margin-left:5px;padding-top:20px;font-size:0.56em;font-weight:bold;}
#side-right-menu #box-suggest-text {margin-left:5px;width:140px;padding-top:5px;font-size:0.45em;font-weight:normal; }
.aqua-bold {font-weight:bold;color:#758ddb;}
#side-right-menu #box-suggest-text img{float:right;}

/* ----- Top Sellers ----- */
#side-right-menu #rank {float:left;padding-left:2px;margin-top:0px }
#side-right-menu #rank img{float:left;padding-top:1px;}
#side-right-menu #rank #rank-number-one{background:#fff;color:#ea0404;font-size:0.56em;font-weight:bold;}
#side-right-menu #rank #rank-desc-one{background:#fff;color:#ea0404;font-size:1em;font-weight:bold;text-transform:uppercase;}
#side-right-menu #rank #rank-number{background:#fff;color:#474747;font-size:0.56em;font-weight:bold;}
#side-right-menu #rank #rank-desc{background:#fff;color:#474747;font-size:1em;font-weight:bold;text-transform:uppercase;white-space:nowrap}
#side-right-menu #rank #rank-link{background:#fff;color:#758ddb;font-size:0.45em;font-weight:normal;}
#side-right-menu #rank #rank-link a {color:#758ddb;text-decoration:none}

#side-right-menu #filler {}



/* ----- Central ----- */
#central { width:610px;float:left; margin:0px; background:#fff;padding-bottom:34px}
#half-container {float:left;width:607px;height:100%}

/* ----- Product List ----- */
h1.category { padding:.5em; font-size:1em;margin:0;margin-left:0px;margin-bottom:10px;color:#ff9409;text-transform:capitalize }
h1.category a { padding:.5em; font-size:1em;margin:0;margin-left:0px;margin-bottom:10px;color:#ff9409;text-transform:capitalize; text-decoration: none; }
#product-list  ul { margin:0; padding-left:10px; list-style:none; }
#product-list  ul li { font-size:0.75em; padding:3px 0px 0px 0px; color:#000;}
#product-list   #current{ font-weight:bold}

/* ----- Grid Formatting ----- */
#product-grid {float:left;width:580px;}

ul.product { text-align:center; float:left; margin:0px 0px 10px 0px; list-style:none; padding:0; list-style-type: none;}
ul.product input { float:left; }
li.product-item-name {width:450px;text-align:left; float:left; padding-left:5px }
li.product-item-name a,li.product-item-name a:link,li.product-item-name a:visited,li.product-item-name a:active { font-size:0.56em; color:#ff9409; }
li.product-item-name a:hover { text-decoration:underline; }
li.product-pricing { width:450px;text-align:left;margin-right:45px; float:right;border-top:1px dotted #000;border-bottom:1px dotted #000;}
li.product-pricing p { padding-left:3px;font-size:0.45em; }
li.product-pricing div#price-title { padding-left:3px;font-size:0.56em;margin-bottom:5px }
li.product-pricing div#quantity-title { padding-left:3px;font-size:0.56em; }
li.product-pricing span { padding-left:3px;font-size:0.75em; }
#li.product-pricing span.was-save {text-decoration: line-through }
li.product-pricing span.reg-price{ padding-left:3px;font-size:0.75em; }
li.product-review-snippet { text-align:left;display:none }
li.product-img {margin:0; padding:0; padding-right:5px;float:left; border:0px}
li.product-img a {border:0px}
li.product-img img {vertical-align:bottom; margin-left:15px; border:0px;}
li.product-select { text-align:left; margin:8px 0 0 0; }
li.product-out-stock { text-align:left; color:#FF2400; font-size:0.75em; margin:.5em 0 0 0; }
li.restockdate { text-align:left; color:#C0C0C0; font-size:0.56em; margin:.5em 0 0 0; }

.product-out-stock { text-transform:uppercase; text-align:left; color:#FF2400; font-size:0.75em; margin:.5em 0 0 0; }
.product-restock-date { text-align:left; color:#C0C0C0; font-size:0.56em; margin:.5em 0 0 0; }

li.add-to-cart {float:left;width:600px;list-style:none; }
li.add-to-cart #add-to-cart-button{float:right;cursor:pointer;margin-right: 40px}
.blank-row {margin:10px;list-style:none;}

.brand-name { font-weight:bold;color:#ff9409;font-size:0.75em;vertical-align:middle }
.brand-name a, .brand-name a:visited { color:#ff9409;text-decoration:none;vertical-align:middle }
.prod-name { color:#ff9409; text-decoration:none; text-transform:uppercase}
#brand-name {color:#ff9409; text-decoration:none; text-transform:uppercase;font-size:0.85em;vertical-align:middle}
#prod-name {color:#ff9409; text-decoration:none; text-transform:uppercase;font-size:1.45em;vertical-align:middle}
.prod-name a, .prod-name a:visited { color:#ff9409;font-weight:bold;text-decoration:none;text-transform:uppercase}
.prod-subt {color:#000;font-size:0.50em;font-weight:bold;padding-top:5px;text-transform:uppercase}
.prod-desc {color:#000;font-size:0.50em;font-weight:normal;padding-top:5px;}
.prod-link {font-size:0.56em; color:#ea0404;font-weight:normal; padding-top:10px;margin-bottom:10px}
#prod-link a, #prod-link a:visited {font-size:0.85em; color:#ea0404;font-weight:normal; padding-top:10px;margin-bottom:10px;text-decoration:none}

#price {font-size:0.85em;padding-top:28px;padding-bottom:5px; color:#63646a;}
#price p {display:none}
#price .starting-from {color:#000;font-size:0.56em;font-weight:normal;padding-left:2px}
.sale-price { font-size:0.8em; font-weight:bold; color:#ea0404; text-align:right}
.reg-price { font-size:1em; font-weight:bold; color:#ea0404; padding-left:2px;vertical-align:bottom}
.price-cond { font-size:8pt; font-weight:normal; color:#000; }

#quantity {font-size:0.85em;vertical-align:middle;padding-top:0px;padding-bottom:20px;color: #63646A;height:24px;}
#quantity p {display:none}
#quantity #quantity-select {margin:0px;vertical-align:bottom;}
#quantity select {font-size:0.48em;width:80px;padding:0px;margin-bottom:0px}
#quantity #quantity-select p {display:none}
#quantity div{height:24px;}
.was-save { 
        font-size:0.65em; 
        color:#000; 
        background-repeat:no-repeat;
}  

/* ----- Product Formatting ----- */

#prod-left { width:150px; margin-right:10px; float:left; }
#prod-middle { width:400px; float:left;} /* width mod in ie.css */
#prod-right {  width:150px; margin-left:0px; float:right}

/* ----- Product Right ----- */
h3.upgrade { padding:0; margin:0; color:#000;margin-top:10px;float:left; width:100px;text-transform:uppercase;font-size:0.56em;color:#474747;}
h3.may-also-like { padding:0; margin:10px 0 0 0; color:#000;width:100px;text-transform:uppercase;font-size:0.56em;color:#474747; }

/* ----- Cross Selling ----- */
#prod-cross-right {  float:right;width:173px; margin-left:0px; margin-top:10px;padding-left:5px;padding-right:0px;margin-right:0px;}
#prod-cross-right #product-grid-1 { padding:0 }
#prod-cross-right #product-grid-1 ul.product {  width:160px; margin:0px 0px 10px 0px; }
#prod-cross-right #product-grid-1 li.product-img { float:none; margin:0 0 6px 0;}
#prod-cross-right #product-grid-1 li.product-item-name { width:150px; }
#prod-cross-right .product-pricing {width:150px;margin-right:0px}
#prod-cross-right .product-pricing select#quantitySelect {width:50px;}

/* Offerte Editoriali*/

.editorial-promo-box {width: 540px; ;float:left;margin-top: 10px;margin-bottom: 10px }
.editorial-promo-box .promo-box-img {float:left;margin-right:10px;border:0}
.editorial-promo-box .promo-box-title {padding-left:10px;vertical-align:top;color:#474747;font-size:0.75em; text-transform:uppercase;font-weight:bold; padding-top:15px;}
.editorial-promo-box .promo-box-body {padding-left:10px;color:#474747;font-size:0.75em; font-weight:normal; padding-top:15px; }
.editorial-promo-box .promo-box-red {color:#ea0404; font-weight: bold}
.editorial-promo-box .promo-box-link {padding-top:10px;color:#EA0404;font-size:1em;float:left }
.editorial-promo-box #promo-box-link a {color:#EA0404;font-size:0.46em; font-weight:normal; text-decoration:none; }

.editorial-promo-box .promo-box-link-2 {padding-top:10px;color:#EA0404;font-size:1em;float:right }
.editorial-promo-box .promo-box-link-2 img {border:0 }

.editorial-promo-box #promo-box-price {vertical-align:bottom;color:#FFFFFF;font-size:0.75em;font-weight:bold; padding:0px;}




/* ----- Product detail ----- */
.product-img-main { margin:0 0 10px 0; padding:10px 0; }
.product-img-main img { vertical-align:bottom; }
.product-img-main #zoom {position:absolute; bottom: 27px; right:212px; background: url('../images/zoom_omino.gif') no-repeat top right; padding-top:60px; color:#626369; font-size:12px;}

.price-box div.product-pricing div#productPrice{font-weight:bold;}
div.product-pricing div#price-title { padding-left:3px;font-size:0.56em;margin-bottom:3px }
div.product-pricing p { padding-left:3px;font-size:0.45em; }
div.product-pricing div#quantity-title { padding-left:3px;font-size:0.56em;margin-bottom:3px }

div.product-pricing .price-cond {font-size:12px; padding:7px 0 0 5px;}
div.product-pricing span.sale-price { font-size:0.75em; }
div.product-pricing span.was-price { font-size:0.75em; }
div.product-pricing span.reg-price { font-size:20px; margin:0; padding:0;}

#prod-anteprima{
  width:570px;
  margin:30px 0 0 10px;
  background: url('../images/bg_sch_prod_middle.gif') repeat-y;
}

#prod-anteprima #bg_ant_prod {
  position:relative;
  background: url('../images/bg_anteprima_prod.gif') repeat-x top;
  background-color:#fbf9f7;
  width:539px;
  margin-left:10px;
  padding-left:12px;
  min-height:315px;
}

#prod-anteprima h1{
  color:#CA0000;
  font-size:26px;
  text-transform:uppercase;
}

#prod-anteprima h1 a{
  color:#CA0000;
}

#prod-anteprima div.prod-subt{
  font-size:30px;
  font-family: 'RokkittRegular',RokkittRegular, 'Times New Roman' ,Times, serif;
	font-weight: normal;
	font-style: normal;
	line-height:28px; 
  color:#8f888c; 
  text-transform:none;
}

#prod-anteprima .product-img-main {
  float:left;
  margin:0 0 10px 20px;
  padding:0 0 30px 0;
}

#prod-anteprima .prod-desc {
  float:left;
  color: #8f888c;
  font-size: 12px;
  font-weight: normal;
  padding-top: 5px;
  width:300px;
  padding-bottom:30px;
}

.dottedSeparator {
    border-top: 1px dotted #181769;
    display: block;
    height: 1px;
    width: 100%;
}

#sendToFriendForm div#button{
    margin-left: -7px;
    margin-top: 0px;  
}

#product-grid-1 h2 { clear:both; margin-bottom:1em; }
#prod-middle {margin-left:10px;margin-top:10px}
#prod-middle h1 { color:#ff9409;text-decoration:none;font-size:0.85em;text-transform:uppercase;}
#prod-middle h1 a { color:#ff9409;text-decoration:none;font-size:0.85em;text-transform:uppercase;}
#prod-middle .prod-desc {margin-top:10px}

#prod-middle .send-friend {width:400px;float:left;list-style:none;margin-top:15px;}
#prod-middle .send-friend img{float:right}

#prod-middle #product-grid-1 ul.product { text-align:center; float:left; list-style:none; padding:0; }
#prod-middle #product-grid-1 { clear:both; }
#prod-middle #product-grid-1 ul.product { clear:left; width:378px; margin:0px 0px 10px 0px; }
#prod-middle #product-grid-1 li.product-img { float:left; margin:0 10px 0 0;}
#prod-middle #product-grid-1 li.product-select { float:left; text-align:left; margin:0 5px 0 0; }

#prod-middle #product-grid-1 li.product-item-name { width:200px; float:left; }

#prod-middle #product-grid-1 .sale-price { font-size:92%; font-weight:bold; color:#FE0700; }
#prod-middle #product-grid-1 .reg-price { font-size:92%; font-weight:bold; color:#3667A2; }
#prod-middle #product-grid-1 .was-save { font-size:77%; color:#3667A2; }

#product-also-purchased li { margin-bottom:.5em; line-height:150%;}

/* Dettalio Offerte*/
#offer-container { font-size:0.75em; width:450px;margin-left: 15px}
#offer-composition { font-size:0.75em; color:#000; margin-top:0px; width:440px;margin-left: 15px}
#offer-composition table { border-collapse: collapse; width:440px }
#offer-composition th { border-bottom: solid 0px #000; border-top:0px; padding-bottom: 10px}
#offer-composition th#prezzo { text-align: right}
#offer-composition tr { border-top:0px solid #c1d2e5}
#offer-composition tr#offer-header { border-top:0px}
#offer-composition td .number { color:#d51b1b; font-weight: bold}
#offer-composition tr#totale { font-weight: bold; border-top: solid 0px #000; border-bottom: 0px}
#offer-composition tr#totale td#prezzo { color:#d51b1b}

#offer-composition .title { font-weight: bold;}
#offer-composition .bold-text { font-weight: bold;}
#offer-composition .underline-text { text-decoration: underline;}
#offer-composition .italic-text { font-style: italic;}
#offer-composition div#squared {border: solid 1px #002878;padding:5px}
#offer-composition div#squared a {color:#002878}


#offer-note { font-size:0.75em; color:#002878; width:590px; margin-top: 40px; margin-left: 15px; margin-bottom: 10px;}
#offer-note th { text-transform: uppercase}

#offer-image { margin-top:15px; width:600px}
#offer-image img#MachineOfferImage{margin-top:35px;  }
#offer-image img#PodOfferImage{margin-top:35px;  }
#offer-image img#KitOfferImage{ margin-top:35px; }


#offer-composition ul {
                list-style: disc outside;
                margin: 3px 3px 10px 14px;
                padding: 0 2px 0 5px;
}

/* ----- General Footer content ----- */
#central-general { width:755px;float:left; margin:0px; background:#fff;border-right:1px dotted #000;padding-left:10px; padding-right:10px;}
#general-title, .general-title {color:#d60021;font-size:1.00em;font-weight:bold;margin-top:20px;background:#fff;margin-bottom:15px;}
#general-subtitle {color:#09206a;font-size:0.56em;font-weight:bold;text-transform:uppercase;margin-top:5px;background:#fff}
#general-body {color:#474747;font-size:0.75em;font-weight:normal;background:#fff}
#general-body p {color:#474747;font-size:0.75em;font-weight:normal;padding-bottom:5px}

#side-right-general {width:173px;float:right;height:100%;top:0px;background:#fff;padding-top:4em;padding-bottom:3.5em}
#side-right-general #title {width:140px;color:#09206a;float:left;padding-top:15px;padding-left:5px;padding-bottom:10px;text-transform:uppercase}
#side-right-general #title span {font-size:0.46em;color:#0b216a;font-weight:bold;}
#side-right-general #body{color:#474747;font-size:0.65em;font-weight:normal;background:#fff}
#side-right-general #body p {color:#748edb;font-size:0.65em;font-weight:bold;padding-bottom:5px;padding-left:5px}

#side-right-general #filler {border-left:1px dotted #000;}

/* ----- Site Map Fotmatting ----- */
#central-map { width:900px;float:left; margin:0px; background:#fff;padding-left:10px}
#central-map #general-title {margin-left:20px;}
#map-image {float:right}
.site-map-category { float:left; font-size:0.75em;margin-left:20px;width:280px; margin-top:10px;margin-bottom:20px; background:#fff;}
.site-map-category img {width:50px;height:50px;border:0px;vertical-align:middle }
.site-map-brand-title, .site-map-category-title {border-bottom:1px solid #C0C0C0;background:#fff; }

ul.sitemap { text-align:left; margin-top:0px; margin-left:55px;list-style:none; padding:0; background:#fff;color:#000;font-size:1em}
ul.sitemap li { text-align:left; margin-top:10px; font-size:0.85em;font-weight:bold;list-style:none; padding:0; background:#fff;}
ul.sitemap a {text-decoration:none;color:#000}

ul.sitemap-products { text-align:left; margin:0; list-style:none; padding:0; background:#fff;}
li.sitemap-item-name { text-align:left;padding-left:5px;margin:0;font-weight:normal; }
li.sitemap-item-name img {width:9px;height:10px;}
li.sitemap-item-name a,li.sitemap-item-name a:link,li.sitemap-item-name a:visited,li.sitemap-item-name a:active { font-weight:normal;text-align:left;}
li.sitemap-item-name a:hover { text-decoration:none; }
li.sitemap-item-name a {font-size:1.05em }

/* ----- Footer ----- */
#bg-footer{width:100%; background: url('../images/bg_footer.gif') repeat-x; height:42px;text-align:center;font-family:Arial, sans-serif;}
#footer{width:980px;margin:0 auto;text-transform:uppercase; height:42px;text-align:left;}
#footer-nav{width:776px;float:left;color:#666666;font-size:0.46em;padding:2px 0 0 0; text-indent:0px !important; letter-spacing:-1px;}
#footer-nav a{text-decoration:none;color:#666666;font-size:1em;font-weight:normal}
#footer-nav span{line-height:24px; color:#d60021;}
#change-country{background: url('../images/bg_change_store.gif') #c9c0b7 no-repeat;color:#000;width:174px;float:right;font-size:0.48em;font-weight:bold;margin-right:1px;padding:4px 0 0px 0;height:18px;}
#change-country #current-store{float:left;position:relative;left:5px}
#change-country #current-store img{margin-top:2px;border:0px}
#change-country #languages{float:left;}
#change-country #change-store{float:right;padding-right:5px}
#change-country #change-store img{float:right;margin:0px;border:0px;padding-top:1px;}

/* ----- Splash Page Change Store----- */
#splash-img {float:left;margin-top:0px;border:0px}
#splash-right-box {float:right;margin-top:5px;border:0px}
#splash-table {width:950px;float:left;border:0px }
#splash-table table {width:945px;margin:5px;margin-bottom:20px}
#splash-table th {background-color:#7e7e7e;color:#fff;font-size:0.50em;border:0px;padding-left:5px;padding-top:5px;padding-bottom:2px}
#splash-table td {background-color:#fff;color:#474747;font-size:0.75em;font-weight:normal;border-bottom:1px dotted #474747;padding:5px 5px 0px 5px}
#splash-table a {color:#474747;text-decoration:none;font-size:1em}
#splash-table td.lang {width:20px;color:#2a3e7e;border-right:6px solid #fff;font-weight:bold;}

/* ----- Sign In ----- */
#sign-in-no-account { float:left; width:338px; margin:0 0 0 0; }
#sign-in-no-account label { display:block; margin:10px 0 0 0; }

#sign-in-have-account { 
  float:left; 
  width:437px;
  margin-bottom:10px;
  background:#fff;
  background: url('../images/tratt_grey_vert.gif') repeat-y right;

}
#sign-in-have-account label { display:block; margin:10px 0 0 0; }

#sign-in-have-account #bill label {
  font-family: 'RokkittRegular',RokkittRegular, 'Times New Roman' ,Times, serif;
	font-weight: normal;
	font-style: normal;
	line-height:normal; 
  color:#000;
  font-size:20px;
}

#sign-in-have-account legend {
  font-family: 'RokkittRegular',RokkittRegular, 'Times New Roman' ,Times, serif;
	font-weight: normal;
	font-style: normal;
	line-height:normal; 
  color:#000;
  font-size:24px;
  padding-bottom: 5px;
}
#sign-in-have-account p {color:#474747;font-size:12px;}
#sign-in-have-account div#register-img {float:left;border:0;padding-top:10px;margin-left:20px;margin-right:30px;}
#outer-shadow-register-box.outer-shadow {
	width:250px;
  background: #9e9e9e;
	clear: right;
	float: left;
	margin-left: 45px;
	padding: 0 0px 0px 0px;
	position: relative;
}

#sign-in-have-account div#register-box {
    float: left;
    width: 365px;
}
#sign-in-have-account div#register-box .fields {float:left;margin-right:25px;padding:5px}
#sign-in-have-account div#register-box .field-name {float:left;margin-bottom:5px;padding-top:3px;margin-top: 16px;}
#sign-in-have-account div#register-box .field-value {
    float: right;
    margin-left: 5px;
    margin-top: 16px;
    margin-bottom: 5px;
}

#sign-in-have-account div#register-box span {font-size:12px;text-align:left;}
#sign-in-have-account div#register-box input {
  background: url("../images/bg_campi_txt.gif") no-repeat scroll 0 0 transparent;
  border: 0 none;
  font-size: 12px;
  height: 21px;
  line-height: 21px;
  margin-right: 5px;
  width: 208px;
}
#sign-in-have-account div#register-box div#button {
    margin-bottom: 5px;
    margin-left: 189px;
    margin-top: 9px;
    vertical-align: bottom;
    padding-top:0px;
}

#sign-in-have-account div#register-box div#button .close-button {
    background: url("../images/btn_login.gif") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    cursor: pointer;
    font-family: 'RokkittRegular',RokkittRegular,'Times New Roman',Times,serif;
    font-size: 19px;
    font-style: normal;
    font-weight: bold;
    height: 40px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    width: 169px;
}

#sign-in-have-account div#register-box div.error-message {float:left;width:358px;margin-top:0px;color:#ea0404}
#sign-in-have-account div#register-box div.error-message span.req{}

#sign-in-have-account div#bill {float:left;width:430px; }
#sign-in-have-account div#bill-img {float:left;border:0;padding-top:20px;margin-left:0px;width:180px}
#sign-in-have-account div#bill-box {
	width:250px;
	float:left;
	background:#fff;
	padding:0px;
	margin-bottom:0px;
  padding-top: 20px;
}
#sign-in-have-account div#bill-box label {font-size:0.55em; color:#C40020;text-transform:uppercase;padding-left:5px;margin-bottom:10px;padding-bottom:0px;margin-top:15px}
#sign-in-have-account div#bill-box p {
  font-weight:bold;
  font-size:12px;
  color:#474747;
  text-transform:none;
  padding-left:5px;
  margin-top:0px;
  padding-top:0px
}

#sign-in-have-account div#bill-box a#toggle {font-size:1em; color:#474747;text-transform:none;padding-left:0px;margin-top:0px;padding-top:0px;text-decoration:none}
#sign-in-have-account .bold {font-weight:bold}

#sign-in-have-account #retrieve-box {float:left;padding-left:0px}
#outer-shadow-codcli-box.outer-shadow {
	width:250px;
  background: #9e9e9e;
	clear: right;
	float: left;
	margin-left:5px;
	padding: 0 0px 0px 0px;
	position: relative;
	display:none
}

#sign-in-have-account div#retrieve-codcli-box {}
#sign-in-have-account div#retrieve-codcli-box {
		width:250px;
    position:relative;
    display: block;
	  margin: -5px 5px 0px -10px;
	  float:right;
	  background-image:url(../images/popup_bkground.gif);
		margin-bottom:10px
		}
#sign-in-have-account div#retrieve-codcli-box .fields {float:left;margin-right:25px;padding:5px}
#sign-in-have-account div#retrieve-codcli-box .field-name {float:left;margin-bottom:5px;padding-top:0px;padding-left:5px;}
#sign-in-have-account div#retrieve-codcli-box .field-value {float:right;margin-bottom:5px;margin-left:5px;}
#sign-in-have-account div#retrieve-codcli-box span {font-size:0.45em;text-align:left;}
#sign-in-have-account div#retrieve-codcli-box input {width:100px;font-size:0.56em;border:1px solid #ff9409;background:#e9e9e9;padding-left:5px;}
#sign-in-have-account div#retrieve-codcli-box div#button {vertical-align:bottom;margin-left:8em;margin-top:10px}
#sign-in-have-account div#retrieve-codcli-box div#button .close-button {width:50px;background-color:#ff940a;text-transform:uppercase;border :1px solid #7d7f7e;color:#fff;font-size:0.45em;font-weight:normal}


#sign-in-want-account { float:right; width:438px; margin:0 0 0 0; background:#fff; }
#sign-in-want-account label { display:block; margin:10px 0 0 0; }
#sign-in-want-account legend {
  color:#000;
  font-family: 'RokkittRegular',RokkittRegular,'Times New Roman',Times,serif;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  padding-bottom: 5px;
}
#sign-in-want-account p.title {
  font-family: 'RokkittRegular',RokkittRegular, 'Times New Roman' ,Times, serif;
	font-weight: normal;
	font-style: normal;
	line-height:normal; 
  color:#000;
  font-size:24px;
  text-transform:none;
  margin-bottom:4px;
  margin-top: 8px;
}

.fl_r{
  float:right;
}

#sign-in-want-account p {color:#474747;font-size:12px; }
#sign-in-want-account a {color:#FFFFFF;text-decoration:none}
#sign-in-want-account ul {
  font-family: 'RokkittRegular',RokkittRegular,'Times New Roman',Times,serif; 
  color:#c40020;
  font-size:16px;
  font-weight:bold;
  line-height:20px
}
#sign-in-want-account div#bill-box {width:400px;background:#fff;padding:32px 0 0 0;margin-bottom:0px; margin-left:0px;margin-top:32px;}
#sign-in-want-account div#bill-box label {
  font-family: 'RokkittRegular',RokkittRegular,'Times New Roman',Times,serif;
  font-size:20px; 
  color:#000;
  margin-bottom:2px;
  padding-bottom:0px;
	font-style: normal;
	line-height:normal;  
	text-transform:none;
}
#sign-in-want-account div#bill-box p {font-size:12px; color:#474747;text-transform:none;margin-top:0px;padding-top:0px}
#sign-in-want-account .bold {font-weight:bold}
#sign-in-want-account #button {
  border:0;
  background: url("../images/btn_login.gif") no-repeat scroll 0 0 transparent;
  color: #FFFFFF;
  cursor: pointer;
  font-family: 'RokkittRegular',RokkittRegular,'Times New Roman',Times,serif;
  font-size: 19px;
  font-style: normal;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  width: 169px;
  margin-top:10px;
  float:right;
  margin-right:-7px;
}
#sign-in-want-account .button-normal {margin-left:-8px;}

#sign-in table { border-collapse:collapse;}
#sign-in { font-size:100%!important;}

fieldset {border:0px;margin-bottom:8px;	padding: 0px; margin:0px;}

#sign-in-want-account-left { float:left; width:540px; margin:0px; padding:0px;}
#sign-in-want-account-left fieldset{ padding:0px;margin-bottom:0}
#sign-in-want-account-left div.fields {float:left;width:355px;background:#fff;padding:0;margin:0;}
#sign-in-want-account-left div.field-desc {float:left;width:105px;margin:17px 0 0 0; font-size:12px; color:#323233; font-weight:normal}
#sign-in-want-account-left div.field-desc-fullwidth {float:left;width:355px;margin:17px 0 0 0; font-size:12px; color:#323233; font-weight:normal}
#sign-in-want-account-left div.field-desc-password {float:left;height:22px;margin:14px 0 0 0; font-size:0.50em; color:#474747; font-weight:normal}
#sign-in-want-account-left div.rule {float:left;width:130px;margin:0px 0 0 0; font-size:10px; color:#323233; font-weight:normal}
#sign-in-want-account-left span.req{float:left;margin:0px 0 0 0; width:150px;font-size:0.45em; color:#ff9409; font-weight:normal}

#sign-in-want-account-left div.field-password {float:right;margin:17px 0 0 0; font-size:0.45em; color:#474747; font-weight:normal;padding-right:5px}
#sign-in-want-account-left div.field-password input {text-align: left;width:208px; height:21px;font-size:12px;border:0px none; background: url('../images/bg_campi_txt.gif') no-repeat;}

#sign-in-want-account-left div.field {float:right;margin:17px 0 0 0; font-size:0.45em; color:#474747; font-weight:normal;padding-right:5px}
#sign-in-want-account-left div.fields div.field input {width:208px; height:21px;font-size:12px;border:0px none; background: url('../images/bg_campi_txt.gif') no-repeat;}
#sign-in-want-account-left div.fields div.field .radio {width:31px;height:16px;line-height:16px;border:0px;background:#ffffff;}
#sign-in-want-account-left div.field span.radio-desc {font-size:11px; vertical-align:top; height:20px; padding:0px; margin:0px; padding-top:3px}
#sign-in-want-account-left div.field div.date input {width:45px;height:20px;font-size:1em;border:1px solid #ff9409;background:#ffffff;float:left;margin-left:7px;}
#sign-in-want-account-left div.field select {width:208px; height:21px;font-size:12px;border:0px none; background: url('../images/bg_campi_txt.gif') no-repeat;}
#sign-in-want-account-left div.field-check {float:left;margin:5px 0 0 0; font-size:0.45em; color:#474747; font-weight:normal}
/* p.field-check span.field-check-desc {float:right;margin:5px 0 0 0; font-size:1.25em; color:#474747; font-weight:normal} */
p.field-check span.field-check-desc {display:block;font-size:1.20em; color:#474747; font-weight:normal;margin-top:8px;text-align:left;}
#sign-in-want-account-left legend {text-transform:uppercase;color:#2a3e7e;font-size:0.56em;font-weight:bold;}
#sign-in-want-account-left p {text-transform:uppercase;color:#474747;font-size:0.45em}
#sign-in-want-account-left ul { list-style-image:url(../images/freccia_gialla.gif); color:#474747;font-size:0.56em; font-weight:bold;line-height:20px}
#sign-in-want-account-left div#bill-box {width:400px;background:#fff;padding:0px;margin-bottom:0px; margin-left:0px}
#sign-in-want-account-left div#bill-box label {font-size:0.45em; color:#ff9409;text-transform:uppercase;padding-left:5px;margin-bottom:10px;padding-bottom:0px}
#sign-in-want-account-left div#bill-box p {font-size:0.45em; color:#474747;text-transform:none;padding-left:5px;margin-top:0px;padding-top:0px}
#sign-in-want-account-left .bold {font-weight:bold}
#sign-in-want-account-left #button {margin-bottom:25px; border:0;}

#sign-in-left {width:540px;float:left;background:url('../images/bg_error.gif') repeat-y 360px 0px;margin-top:5px}
#sign-in-want-account-left div.error-message{width:170px;float:left;height:15px;padding:0px 0 0 11px;margin:17px 0 0 0;border:0}
#sign-in-want-account-left div.error-message span.req{float:left;width:170px;margin:0;padding:5px;font-size:0.45em; color:#C90000; font-weight:normal}
#sign-in-want-account-left div.error-message a{text-decoration:none}
#sign-in-want-account-left div.first-line{
  margin-top:4px;
}
#sign-in-want-account-left div.error-box {
		display:none;
		width:190px;
    position:absolute;
    display: block;
	  margin: -5px 5px 0px -10px;
	  padding: 4px;
		right:10px;
		top:-20px;
		background-image:url(../images/popup_bkground.gif);
		padding:5px;
		margin-bottom:10px;
		border:1px solid #9e9e9e;
		}

.outer-shadow-small {
	display:none;
	width:190px;
  background: #9e9e9e;
	float: right;
	margin: 0 0 0px 0px;
	padding: 0 0px 0px 0px;
	position: relative;
}
#sign-in-want-account-left div.error-box span {font-size:0.48em;color:#ea0404;font-weight:bold;border-bottom:1px dotted #474747;float:left}
#sign-in-want-account-left div.error-box img {float:right;cursor:pointer}
#sign-in-want-account-left div.error-box .error-body span.req{color:#000000;font-size:1em;text-transform:none}

#sign-in-want-account-right div.error-message {float:right;margin:0;padding:5px;font-size:0.80em; color:#ea0404; font-weight:bold;width:200px;}
#sign-in-want-account-right div.error-message span.req{float:left;margin:0;padding:5px;font-size:0.80em; color:#ea0404; font-weight:bold}
#sign-in-want-account-right div.error-message span.error{float:right;margin-top:15px;padding:5px;font-size:1.45em; color:#ea0404; font-weight:bold}

.button-normal, .button-normal:hover { 
	width:169px;
	height:40px;
	background: url('../images/btn_login.gif') no-repeat;
	text-transform:uppercase;
	color:#fff;
	font-size:19px;
	text-align:center;
	font-family: 'RokkittRegular',RokkittRegular, 'Times New Roman' ,Times, serif;
	font-weight: bold;
	font-style: normal;
	line-height:normal;
	cursor: pointer;
	border:0px none;
	line-height:38px;
	padding-top:2px;
}

#register-container {width:948px;margin-left:5px;padding:0px;margin:0px 0 35px 0; border:1px solid #ecedee;}
#register-container #register-title{
	line-height:normal;  
  width:910px;
  float:left;
  margin:20px;
  padding-bottom:3px; 
}
#register-container span#title {
  color:#000;
  font-family: 'RokkittRegular',RokkittRegular, 'Times New Roman' ,Times, serif;
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	float:left;
}
#register-container span#message {text-transform:none;color:#323233;font-size:12px;float:left;padding:7px 0 0 20px}

#general-title-account {
  color:#c90000;
  font-size:36px;
  font-weight:bold;
  margin-top:8px;
  margin-bottom:15px;
  font-family: 'RokkittRegular',RokkittRegular, 'Times New Roman' ,Times, serif;
	font-style: normal;
	line-height:normal;   
}

#register-container-left {width:910px;float:left;background:#ffffff;margin: 0 20px;}
#register-container .fieldset-footer {width:950px;float:right;margin-bottom:25px;text-align:right;padding-top:25px;padding-right:14px;}

#sign-in-privacy { float:right; width:360px; margin:5px 0px 0px 0px;  }
#sign-in-privacy fieldset{ padding:0px;background:#fff; }
#sign-in-privacy div.fields {float:left}
#sign-in-privacy div.field-desc {float:left;width:140px;margin:5px 10px 0 0; font-size:10px; color:#474747; font-weight:normal}
#sign-in-privacy div.rule {float:left;margin:0px 0 0 0; font-size:0.45em; color:#ff9409; font-weight:normal}
#sign-in-privacy span.req{float:left;margin:0px 0 0 0; width:150px;font-size:0.45em; color:#ff9409; font-weight:normal}

#sign-in-privacy div.field {width:200px;height:145px;float:right;margin:0px 0 0 0; font-size:0.45em; color:#474747; font-weight:normal;}
#sign-in-privacy div.field input {width:150px;height:15px;font-size:1em;border:1px solid #ff9409;background:#ffffff}
#sign-in-privacy div.field textarea.text-area {background:url('../images/bg_textarea.gif') no-repeat left top; overflow-x:hidden;font-family:Arial;width:200px;height:95px;font-size:10px;border:0px none;}
#sign-in-privacy p.field-check {width:200px;height:95px; font-size:1em; text-align:right;padding:0px; color:#474747; font-weight:normal}
#sign-in-privacy p.field-check-desc {margin:10px 5px  0 0; padding:0; text-align:right;width:170px;font-size:1em; color:#474747; font-weight:normal}
#sign-in-privacy p.field-check input {font-size:1em;width:20px;border:0;background:#ffffff; margin-top:8px;float:left;}

div.disclaimer_new{
  font-size:10px;
  padding: 0px;
}

p.tratt_lungo{
  margin: 12px 0;
  height:1px;
  background: url('../images/tratteggio_lungo_grey.gif') repeat-x left center;
}

/* ----- Login ----- */

#log-in-container{
  width:908px;
  border:1px solid #ecedee;
  background:#fff;
  padding:22px 20px 50px 20px;
  margin-bottom:30px;
}

#log-in { 
  float:left; 
  width:437px;
  margin-bottom:10px;
  background:#fff;
  background: url('../images/tratt_grey_vert.gif') repeat-y right;
}

#log-in p.title {
  font-family: 'RokkittRegular',RokkittRegular, 'Times New Roman' ,Times, serif;
	font-weight: normal;
	font-style: normal;
	line-height:normal; 
  color:#000;
  font-size:24px;
}

#log-in p {
  color:#474747;
  font-size:12px; 
  padding-top:8px;
  padding-right:22px;
}

#log-in label { font-size:0.56em;display:block; margin:10px 0 0 0; }
#log-in div#register-box {
    position:relative;
    display: block;
    background-image:url(../images/popup_bkground.gif);
    margin-bottom:10px
}
#log-in div#register-box .fields {float:left; width:355px;}
#log-in div#register-box .field-name {float:left;margin-bottom:5px;padding-top:3px;margin-top: 16px;}
#log-in div#register-box .field-value {float:right;margin-top:16px;margin-left:5px;}
#log-in div#register-box span {text-align:left;}
#log-in div#register-box input {width:208px; height:21px; line-height:21px; border:0px none;font-size:12px;background:url('../images/bg_campi_txt.gif') no-repeat;margin-right:5px;}
#log-in div#register-box div#button {
  vertical-align:bottom;
  margin-left:189px;
  margin-top:9px;
  margin-bottom:5px;
}

#log-in div#register-box div#button .close-button, #log-in div#register-box div#button .close-button:hover  {
  width:169px;
  height:40px;
  line-height:38px;
  padding-top:2px;
  background: url('../images/btn_login.gif') no-repeat;
  text-transform:uppercase;
  color:#fff;
  font-size:19px;
  text-align:center;
  font-family: 'RokkittRegular',RokkittRegular, 'Times New Roman' ,Times, serif;
	font-weight: bold;
	font-style: normal;
	line-height:normal;
	cursor: pointer;
}

#log-in #forgot-password {float:left;width:400px;margin-top:7px; text-align:right;width: 350px; font-size:10px;}
#log-in #forgot-password a {margin-left:0px;color:#474747;text-decoration:none;}

#log-in #forgot-username {float:left;width:400px;margin-top:10px;}
#log-in #forgot-username a {margin-left:0px;font-size:0.56em;color:#474747;text-decoration:none}

#log-in .outer-shadow {
	width:275px;
	clear: right;
	float: left;
	margin: 0px 10px 10px 15px;
	padding: 0 0px 0px 0px;
	position: relative;
}

#log-in .user-pass{
  font-size:12px;
  color:#323233;
}

/* ----- Forgotten password ----- */
#forgotten-password-title {color:#ff9409;font-size:1.5em;font-weight:bold;margin-top:20px;background:#fff;margin-bottom:15px;margin-left:5px}
.form-button input{width:50px;background-color:#ff940a;text-transform:uppercase;border :1px solid #7d7f7e;color:#fff;font-size:0.75em;font-weight:normal}

#password-confirmation {margin-bottom:80px}
#password-confirmation h1 {color:#ff9409;font-size:0.75em;font-weight:bold;margin-top:20px;background:#fff;margin-bottom:15px;margin-left:5px}
#password-confirmation p {color:#000000;font-size:0.55em;font-weight:normal;margin-top:20px;background:#fff;margin-left:5px}
#password-confirmation a {color:#ff9409;font-size:1em;text-decoration:none;font-weight:normal;margin-top:20px;background:#fff;margin-left:5px}

/* ----- Edit Account ----- */
#main-content-account legend {font-size:0.75em;color:#D60021;text-transform:uppercase;font-weight:bold;padding:0;margin:0;margin-top:20px;}
#main-content-account fieldset label {font-size:0.65em;color:#000;font-weight:bold;padding:0;margin:0;margin-top:0px;}
#main-content-account .req {color:#ea0404;margin-left:5px;font-size:0.56em;}
#main-content-account input {
	width:250px;
	height:20px;
	font-size:0.75em;
	border:1px solid #D60021;
	background:#ffffff;
	margin-bottom:5px;
	padding-left:3px
}
#main-content-account .checkbox-input input{border:0px;}
#main-content-account select {width:150px;height:20px;font-size:0.56em;border:1px solid #D60021;background:#ffffff;margin-bottom:5px;padding-left:3px}
#main-content-account .fieldset-footer {border-top:1px dotted #000;padding-top:5px;text-align:center}
#main-content-account .button-normal {
    background: url("../images/btn_login.gif") no-repeat;
    border: 0px none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    height: 40px;
    line-height: 38px;
    margin-bottom: 5px;
    overflow: visible;
    text-transform: uppercase;
    width: 169px;
}

/* ----- Account Formatting ----- */
#account-personal-info {float:left;margin-left:0px;font-size:0.75em;}
#account-personal-info #separator { border-bottom:1px dotted #0004;margin-top:20px;margin-bottom:10px;}
#account-personal-info .section-title {color:#474747;font-size:1.55em;text-transform:uppercase;font-weight:bold;margin-top:25px;}
#account-personal-info .section-title a {color:#474747;}
#account-personal-info .section-content {color:#000;font-size:1em;margin-top:10px;padding-left:10px;}
#account-personal-info legend {color:#ff9409;font-size:1.35em;font-weight:bold;margin-left:0px;margin-top:20px;background:#fff;margin-bottom:15px;}
#account-personal-info legend span {text-transform:capitalize;}
#account-personal-info fieldset {font-size:0.75em;margin-left:5px;}
#account-personal-info fieldset input {width:300px;height:20px;font-size:0.85em;border:1px solid #ff9409;background:#ffffff;margin-bottom:2px;padding-left:3px;padding-top: 2px;}
#account-personal-info .button-normal { background-color:#ff940a;text-transform:uppercase;border :1px solid #7d7f7e;color:#fff;font-size:0.75em;font-weight:normal}
#account-personal-info .fieldset-footer {border-top:1px dotted #000;padding-top:5px;text-align:center}
#account-personal-info .fieldset-footer-edit {margin-bottom:20px}
#account-personal-info a { text-decoration:none;color:#ff9409;}
#account-personal-info .title { padding-left:10px;}
#account-personal-info .value { padding-left:10px;}

#side-menu-account { width:140px;float:left;font-family:Arial, Helvetica, sans-serif; background:#ffffff;height:100%;}
#side-menu-account a { text-decoration:none;}
#side-menu-account a:hover { text-decoration:none;}
#side-menu-account h2 { font-size:0.56em; padding:0px; text-transform:uppercase; margin:10px 0 2px 0;}

#side-menu-account ul { margin:0; padding-left:10px; list-style:disc; }
#side-menu-account ul li { color:#474747;font-size:0.56em; padding:3px 0px 0px 0px; color:#666;}
#side-menu-account ul li a { color:#474747;text-transform:uppercase}
#side-menu-account ul li.sale a { color:#FF2400; font-weight:bold;}

#account-order-history { clear:both; float:left;font-size:0.65em;margin-bottom:15px }
#account-order-history #separator { border-bottom:1px dotted #000;margin-top:20px;margin-bottom:10px;}
#account-order-history .section-content {color:#000;font-size:0.85em;margin-top:10px;padding-left:10px;}
#account-order-history fieldset{margin-left:5px;margin-top:20px}
#account-order-history span{font-size:0.75em;float:right}
#account-order-history legend{color:#ff9409;font-size:1.25em;font-weight:bold;text-transform:uppercase;margin-left:0px;margin-top:20px;background:#fff;margin-bottom:15px;}
#account-order-history table {font-size:0.85em}
#account-order-history thead {font-size:1.15em;font-weight:bold}
#account-order-history table td{padding:5px;white-space:nowrap}
#account-order-history table td a{color:#000}
#account-order-history table td#order-history-price {font-weight:bold}
#account-order-history table td#order-history-status {color:red;font-weight:bold}
#account-order-history .fieldset-footer {border-top:1px dotted #000;padding-top:5px;text-align:center}
#account-order-history .button-normal { background-color:#ff940a;text-transform:uppercase;border :1px solid #7d7f7e;color:#fff;font-size:0.75em;font-weight:normal}

#account-address-book { clear:both; float:left;font-size:0.65em; }
#account-address-book #separator { border-bottom:1px dotted #000;margin-top:20px;margin-bottom:10px;}
#account-address-book .section-content {color:#000;font-size:0.85em;margin-top:10px;padding-left:10px;}
#account-address-book fieldset{margin-left:5px;margin-top:20px;}
#account-address-book span{font-size:0.75em;float:right}
#account-address-book legend{color:#ff9409;font-size:1.25em;font-weight:bold;text-transform:uppercase;margin-left:0px;margin-top:20px;background:#fff;margin-bottom:15px;}
#account-address-book table {font-size:0.85em;}
#account-address-book thead {font-weight:bold}
#account-address-book table td{padding:5px;}
#account-address-book .fieldset-footer {border-top:1px dotted #000;padding-top:5px;text-align:center}


#account-personal-info .title {  }
#account-personal-info .value { color:#999; margin:0 0 15px 0;}

#account-credit-cards { clear:both; font-size:0.75em}

.button1 {
	margin-left:5px;
	background-color:#ff940a;
	text-transform:uppercase;
	border :1px solid #7d7f7e;
	color:#fff;
	font-size:0.75em;
	font-weight:normal;
	margin-bottom:5px;
	float:right
}
.button2 {
	margin-left:5px;
	background-color:#ff940a;
	text-transform:uppercase;
	border :1px solid #7d7f7e;
	color:#fff;
	font-size:0.75em;
	font-weight:normal;
	margin-bottom:5px;
	float:left
}


/* ----- Messages Formatting ----- */

.error-msg { 
  border:2px solid red;
  padding:8px;
  margin:20px 0px 20px 0px;
  color:#D60021;
}

.error-message-title { font-weight:bold;color:#ff9409;margin-bottom:5px;font-size:122%; }
.error-message-item { margin-bottom:2px; }
.error-message-line { color:#ff9409;margin-bottom:5px;font-size:100%; }
.notice-message-item { font-weight:bold;color:#ff9409;margin-bottom:5px;font-size:122%; }
.info-message-item { color:#ff9409;margin-bottom:5px;font-size:100%; }

#info { min-height:4em; padding:10px 10px 6px 70px; background:#fcfcfc url(../images/ico-info.gif) no-repeat 12px 12px; color:#ff9409; border:1px solid #474747; height:auto; margin:0 0 20px 0;}
.alert { font-size:0.75em;padding:10px 10px 6px 50px; background:#fcfcfc url(../images/ico-error.gif) no-repeat 0px 0px; color:#ff9409; border:0px solid #474747; height:50px; margin:30px 0px 20px 0;}
/* for Internet Explorer */
/*\*/
* html #alert { height:4em; }
/**/



/* ----- Cart Formatting ----- */
#checkout-breadcrumb ul { margin:0 0 0 10px; padding:0px; color:#09226d; font-size:0.56em; }
#checkout-breadcrumb li { float:left; margin-right:25px; margin-top:.5em; list-style:none; }
#checkout-breadcrumb ul li.on { font-weight:bold; }

#cart {width:935px}
#cart table { table-layout:auto; width:100%; margin:0; }
#cart a { text-decoration:none; }
#cart a:hover { text-decoration:underline; }


#cart table thead tr td { 
  color:#666666;
  font-size:11px;
  font-weight:bold;
  padding:5px 0 0 0;
  text-align:left;
}

#cart table tbody tr td {
  padding:7px 0 6px 0;
  text-align:left;
  vertical-align:top;
}
#cart table tbody tr td.action {
vertical-align:middle;
white-space:nowrap;
width:100px;
}
#cart table tbody tr td.action a { border:0px none; display:block; font-size:1em; color:#748edb;white-space:nowrap; line-height: 0;}
#cart table tbody tr td.action a img{border:0px none;}

#cart table tbody tr td.action-title { border-bottom:1px dotted #000;width:100px;   }
#cart table tr td.img-title { text-align:center;}
#cart table tr td.desc-title { text-align:left; color:#000;width:451px;}
#cart table tr td.qty-title { text-align:left;color:#000;}
#cart table tr td.unit-price-title { text-align:left;color:#000;}
#cart table tr td.total-price-title { text-align:left;color:#000;}

#cart table tr td.img { text-align:center; }
#cart table tr td.action { white-space:nowrap;vertical-align:middle;width:100px; }
#cart table tr td.action .table-link{ border:0;font-size:8pt;white-space:nowrap;text-transform:uppercase;text-align:left;}
#cart table tr td.desc {
  padding-left:8px;
  color:#000;
  font-size:12px;
  text-align:left;
}
#cart table tr td.qty { 
font-size:0.65em;
padding:0;
text-align:left;
vertical-align:middle;
width:85px;
}
#cart table tr td.qty select { font-size:0.76em; width:50px;}
#cart table tr td.unit-price {
padding:0;
text-align:left;
vertical-align:middle;
width:133px;
}

#cart table tr td .quantity{
  padding-top:6px;
  color:#474747;
}

#cart table tr td.unit-price .reg-price{ 
  color:#d60021;
  font-size:22px;
  padding-left:0px;
  text-align:left;
  vertical-align:middle;
  font-family: 'RokkittRegular',RokkittRegular, 'Times New Roman' ,Times, serif;
	font-weight: bold;
	font-style: normal;
	line-height:normal; 
}

#cart table tr td.total-price { 
  font-family: 'RokkittRegular',RokkittRegular, 'Times New Roman' ,Times, serif;
	font-weight: bold;
	font-style: normal;
	line-height:normal; 
  color:#d60021;
  font-size:22px;
  padding:0;
  padding-right:5px;
  padding-left:5px;
  text-align:left;
  vertical-align:middle;
  width:121px;
}

#cart table tr td .promo-discount-label {
  font-weight: normal;
  font-size:0.9em;
  color:#000000;
}

#cart table tr td .promo-discount { 
  font-size:1em;
  font-weight: normal;
  text-align: right;
  color:#000000;
}

#cart-price-cond {margin:0;padding:0px;vertical-align:top}
#cart table tr td div.sale-price { text-align:left;font-size:0.65em;text-decoration: none}
#cart table tr td div.was-save { text-align:left;font-size:0.65em}

.line td { padding: 7px 6px 7px 6px; }
.gift-certificate .desc { color: #808080; }
.gift-certificate .gift-certificate-title { color: #000000; font-weight: bold; }
.dependant td { padding: 15px 6px 7px 6px; border-top:none; }

#continue-shopping-box { border:1px solid #ddd; padding:0px; background:#fff; }
#continue-shopping-box .nav { margin:4px; font-size:90%; float:right; }
#continue-shopping-box select { color:#666; margin:0px 4px; }

#cart-recommendations { float:left; width:390px; }
#calculate-shipping { float:left; width:390px; }
#calculate-shipping a { text-decoration:none; font-weight:bold; }
#promo { background-color:#d5d5d5; width:100%; }

.vert-separator {font-size:0.45em;}



#cart-boxes {background-color:#fff;font-size:0.56em}

#cart table tbody tr td.action { 
  text-align:left; 
  font-size:0.45em;
  color:#2a3e7e;
  text-transform:uppercase;
  white-space:nowrap;
  padding:0px;
  width:86px;
  cursor:pointer;
}

#cart tr.line{
  background:none repeat scroll 0 0 #F6F5F5;
  height:63px;
}

#cart td.desc img{
  margin-right:46px;
  float:left;
}

#cart table.carrello {
  width:855px;
  margin-left:50px; 
  margin-right:40px; 
  margin-top:5px;
}

#cart table.appliedPromo {
    margin-left: 50px;
    margin-right: 40px;
    margin-top: 5px;
    width: 855px;
}

#cart table tbody tr.gratis{
  background-image:url("../images/bg_regalo.gif");
  background-repeat:repeat-x; 
}

#cart table tbody tr.gratis td.action{
  background-image:url("../images/bg_regalo_left.gif");
  background-repeat:no-repeat;
  padding:0px;
}

#cart table tbody tr.gratis td.total-price{
  background-image:url("../images/bg_regalo_right.gif");
  background-position:right top;
  background-repeat:no-repeat;   
}

/* ----- Temporarly removed from .promo-box class border-right:1px dotted #474747; ----- */
#cart-boxes .promo-box { float:left; background-color:#fff; width:260px;  border-top:0; padding:5px 5px 5px 5px; text-align:left; margin-left:15px}
#cart-boxes .promo-box-title { font-size:1em;color:#ed0303;font-weight:bold;margin:0;text-transform:uppercase}
#cart-boxes .promo-box-body { float:left;font-size:0.75em;color:#000;width:145px;font-weight:normal;margin:0;text-transform:uppercase; letter-spacing: 0em}
#cart-boxes .promo-box img { float:right; }
#cart-boxes .promo-box input {font-size:1em}
#cart-boxes .promo-box a { font-weight:bold; color:#000; text-decoration:none; padding-top:5px; vertical-align:top;font-size:1.1em  }
#cart-boxes .promo-box a span{ float:right;font-weight:bold; text-decoration:none; margin-top:15px; vertical-align:top;font-size:1.1em;  }
#cart-boxes .promo-box img#refresh-img { float:left;border:0;margin-top:5px; vertical-align:middle;margin-right:5px}

#calculate-shipping {background-color:#fff;width:270px; font-size:10pt;}
#calculate-shipping fieldset table {font-size:0.8em;}
#calculate-shipping fieldset legend{ font-size:0.75em;color:#09226d;margin-top:15px;text-transform:uppercase;font-weight:bold;  }
#calculate-shipping fieldset legend span{ text-transform:none;font-weight:bold;color:#EA0404  }
#calculate-shipping fieldset legend span a{ padding:0px; margin:0px;padding-bottom:2px;font-weight:normal  }
#calculate-shipping select {font-size:1em}
#calculate-shipping input {font-size:1em}
#calculate-shipping a { font-weight:bold; color:#000; text-decoration:none; padding-top:5px; vertical-align:middle;font-size:1em  }
#calculate-shipping a span{ float:right;font-weight:bold; text-decoration:none; margin-top:0px; vertical-align:middle;font-size:1.25em;text-transform:uppercase  }
#calculate-shipping img { float:left;border:0;margin-top:5px; vertical-align:middle;margin-right:5px;}
#calculate-shipping fieldset .refresh-button {font-size:1em;}

#shipping-rates { float:left; width:250px; font-size:0.85em}
#shipping-rates fieldset legend{ font-size:1.25em;color:#09226d;margin-top:15px;text-transform:uppercase;font-weight:bold;  }
#shipping-rates fieldset { width:200px;  }
#shipping-rates fieldset .type {font-size:1.1em}
#shipping-rates fieldset .rate {font-size:1.1em;color:#ed0303;font-weight:bold}
#shipping-rates a { text-decoration:none; font-weight:bold; }
#shipping-rates .fieldset-footer {padding-left:10px}
#shipping-rates .fieldset-footer a {padding-left:10px;color:#09226d;}
#checkout-shipping table.shipping-rates td input {border:0px;}

.checkout-button {
	background: url('../images/btn_checkout.gif');
	text-transform:uppercase;
	border :0px none;
	color:#fff;
	font-size:1em;
	font-weight:normal;
	cursor:pointer;
	margin-bottom:5px;
	width:85px;
	height:28px;
  overflow: visible;
}

.checkout-button[disabled=""] {
	text-transform:uppercase;
	border :0px none;
	color:#fff;
	font-size:1em;
	font-weight:normal;
	margin-bottom:5px;
  overflow: visible;
}

a.continua_acquisti{
  padding:28px 0;
  font-family: 'RokkittRegular',RokkittRegular, 'Times New Roman' ,Times, serif;
	font-weight: bold;
	font-style: normal;
	line-height:normal;
  font-size:23px;
  color:#d60021;
  text-transform:uppercase;  
}


.refresh-button {
	background-color:#ff940a;
	text-transform:uppercase;
	border :1px solid #7d7f7e;
	color:#fff;
	font-size:1em;
	font-weight:normal;
	cursor:pointer;
	margin-bottom:5px;
	padding:0 5px 0 5px;
  overflow: visible;
  color:#fff
}

#cart-rule-error {
	font-size:0.70em;
	font-weight:bold;
	text-align:center;
	color:#ea0404;
}

/* ----- Cart Summary Formatting ----- */
#left-boxes {float:left;width:470px}
#right-boxes {
float:left;
font-size:0.6em;
margin:5px 0 0;
padding:0;
width:auto;
position:relative;
}
#right-boxes  #cart-continue {
font-size:1em;
text-transform:uppercase;
border:medium none;
float:left;
margin-top:12px;
padding-top:9px;
text-align:left;
width:auto;
}
#cart-continue a{text-decoration:none;color:#474747}
#cart-continue img{vertical-align:middle}

.hide { display:none; }
#right-boxes #cart-summary {
  margin-bottom: 5px;
  margin-right: 5px;
  background: url('../images/bg_cart-summary_middle.gif') repeat-y;
  display:block;
  margin:0;
  padding:0;
  position:relative;
  width:303px;
  height:193px;
}


#cart-summary fieldset {
  margin: 0 5px !important;
  padding:2px 17px !important;
  text-align:right;
  margin-top:5px
}
#cart-summary legend {
  font-family: 'RokkittRegular',RokkittRegular, 'Times New Roman' ,Times, serif;
	font-weight: normal;
	font-style: normal;
	line-height:normal;
  margin:0 0 0;
  padding-top:22px !important;
  color:#D60021;
  font-size:14px;
  padding-top:0;
  text-transform:uppercase;
  text-align:left;
}
#cart-summary .fieldset-footer {margin:0;padding:0 21px 0 0 !important;text-align:right}
#cart-summary table#cart-summary-table {margin:0px;padding:0;}

#cart-summary tr.delimiter {
  background:url("../images/tratteggio_grey.gif") repeat-x 0 5px;
  height:1px;
  line-height:1px;
}

#right-boxes #cart-summary tr.delimiter td {
  border:medium none;
  height:1px;
  line-height:1px;
  margin:0;
  padding:5px 0 5px 0;
}

#cart table tbody tr td.value {
  text-align:right;
  padding:3px 0 3px 0 !important; 
  line-height:10px;
  font-size:12px;
}

#cart-summary a {color:#000}
.white-separator {background:#fff}
.sub-total td { padding:4px 0 0 0; white-space:nowrap; text-align:left; font-size:0.75em; }
.sub-total td.title { font-weight:normal; text-transform:uppercase; padding:3px 0 3px 0 !important; line-height:10px;font-size:9px;}
.sub-total td.value { font-weight:bold;font-size:1em; text-align:right; }

.delimiter td { padding:5px 0 0 0; border-bottom:1px dotted #000; font-size:0.2em}

.shipping td { padding:4px 0 0 0; text-align:left;font-size:0.75em;  }
.shipping td.title { font-weight:normal; text-transform:uppercase; }
.shipping td.value {font-weight:bold;font-size:1em;text-align:right;}

.tax td { padding:4px 0 0 0; text-align:left;font-size:0.75em;  }
.tax td.title { font-weight:normal; text-transform:uppercase; }
.tax td.value {font-weight:bold;font-size:1em;text-align:right;}


.promotion td { padding:4px 0 0 0; text-align:left; }
.promotion td.title { font-weight:normal; color:red; text-transform:uppercase; }
.promotion td.value { color:red; text-align:right;}

.order-details table { table-layout:auto; width:100%; margin:0; border-collapse:collapse; }
.order-details td { padding:4px 0 0 0; text-align:left; }
.order-details td.title { font-weight:normal;  text-transform:uppercase; }
.order-details td.value { padding:4px 0 0 10px; text-align:right; }

.shipment-details table { table-layout:auto; width:100%; margin:0; border-collapse:collapse; }
.shipment-details td { padding:4px 0 0 0; text-align:left; }
.shipment-details td.title { font-weight:normal;  text-transform:uppercase; }
.shipment-details td.value { padding:4px 0 0 10px; text-align:right; }

.gift-certificate td { padding:4px 0 0 0; text-align:left; }
.gift-certificate td.title { color:red; text-transform:uppercase; }
.gift-certificate td.value { color:red; text-align:right;}

.total td { font-size:1em; text-align:left; padding:10px 0 0 0; }
#cart table tbody tr.total td.title { 
  font-family: 'RokkittRegular',RokkittRegular, 'Times New Roman' ,Times, serif;
	font-weight: normal;
	line-height:normal;
  color:#D60021;
  font-size:14px;
  text-transform:uppercase;
}
#cart table tbody tr.total td.value {
  color:#D60021;
  font-weight:bold;
  font-family: 'RokkittRegular',RokkittRegular, 'Times New Roman' ,Times, serif;
	font-style: normal;
	line-height:normal;
	font-size:24px !important;
}

.shipping-rates-table { table-layout:auto; width:100%; margin:0; border-collapse:collapse; }
.shipping-rates-table tr { vertical-align:top; }
.shipping-rates-table td { padding:4px 0 0 0; text-align:right;  }
/* td.type { text-align:left!important; color:#333; padding-bottom:10px; padding-left:6px; } */
td.rate { padding-left:25px;}
/* td.free { text-transform:uppercase; color:red; } */

#checkout-shipping { float:left; width:430px; clear:both; margin:35px 0 10px 40px;}
#checkout-shipping legend { font-size:11px;color:#000;text-transform:uppercase;font-weight:bold;padding:0;margin:0;margin-top:0px;}
#checkout-shipping table { border-collapse:collapse;}
#checkout-shipping table td { font-size:0.56em;}
#checkout-shipping select {
	background: url("../images/bg_campi_txt.gif") no-repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 12px;
    height: 21px;
    line-height: 21px;
    margin-right: 5px;
    width: 208px;
}
#checkout-shipping input {
    border: 0 none;
    font-size: 12px;	
}
#checkout-shipping select, #checkout-shipping input.radio-td {
  background: none transparent;
}
#checkout-shipping .req {color:#ea0404;margin-left:5px}
#choose-address table { width:400px}
#choose-address input.radio-td { width:50px; border:0px;}
#choose-address tr td { padding:8px 4px; border-bottom:1px dotted #000; font-size:12px;}
#checkout-shipping #choose-address #new-address td table { margin-top:8px; font-size:0.75em;}
#checkout-shipping #choose-address #new-address td { border-bottom:none; font-size:1em; }
#checkout-shipping #choose-address #new-address td label { color:#000; font-size:12px;}
#checkout-shipping #choose-address #new-address .req {color:#ea0404;margin-left:5px;font-size:0.75em;}



#checkout-cart-summary {
		width:350px;
		font-size:0.75em;
		float:right;
		background-image:url(../images/background_cart_box.gif);
    position:relative;
    display: block;
	  margin: -5px 5px 0px -10px;
	  padding: 5px 5px 0px 5px ;
    margin-bottom:10px}

.checkout-cart-outer-shadow {
	width:330px;
  background: #9e9e9e;
	clear: right;
	float: right;
	margin: 0px 5px 10px 0px;
	padding: 0 0px 0px 5px;
	position: relative;
}

#checkout-summary-container #checkout-cart-summary {
		width:360px;
		font-size:0.75em;
		float:right;
		background-image:url(../images/background_cart_box.gif);
    position:relative;
    display: block;
	  margin: -5px 5px 0px -10px;
	  padding: 5px 5px 0px 5px ;
    margin-bottom:10px}

#checkout-summary-container .checkout-cart-outer-shadow {
	width:370px;
  background: #eee;
	float: left;
  margin: 35px 5px 10px 60px;
	padding: 0 0px 0px 5px;
	position: relative;
}

#checkout-summary-container .checkout-fieldset-footer {margin:0;padding:0 7px 0 0 ;text-align:right;position:relative;}


#checkout-cart-summary fieldset {margin:5px;padding:0;text-align:right;}
#checkout-cart-summary legend {font-size:1em;color:#D60021;text-transform:uppercase;font-weight:bold;margin-top:15px;}
#checkout-cart-summary table#cart-summary-table {margin:0px;padding:0;}
#checkout-cart-summary a {color:#000}
#checkout-cart-summary .title { font-weight:normal; font-size:0.56em; text-transform:uppercase; vertical-align: middle;}
#checkout-cart-summary .value { font-weight:bold;font-size:0.75em; text-align:right; vertical-align: middle;}

#checkout-cart-summary .total td { font-size:1em; text-align:left;}
#checkout-cart-summary .total td.title {font-size:0.75em; font-weight:bold; text-transform:uppercase; color:#000;}
#checkout-cart-summary .total td.value {font-size:0.85em; font-weight:bold; color:#ed0303; text-align:right;}

#cart-summary .title { font-weight:normal; font-size:0.8em; text-transform:uppercase; vertical-align: middle;}
#cart-summary .value { font-weight:normal;font-size:0.8em; text-align:right; vertical-align: middle;}

#checkout-cart-summary .total td { font-size:1em; text-align:left;}
#checkout-cart-summary .total td.title {font-size:0.75em; font-weight:bold; text-transform:uppercase; color:#000;}
#checkout-cart-summary .total td.value {font-size:0.85em; font-weight:bold; color:#ed0303; text-align:right;}



#checkout-summary-container .checkout-fieldset-footer {float:right;width:900px;font-size:0.56em;margin-right:5px;margin-top:5px}

.checkout-fieldset-footer .checkout-button {
	text-transform:uppercase;
	color:#fff;
	font-size:1em;
	font-weight:normal;
	cursor:pointer;
	margin-bottom:15px;
	position:relative;
	float:right;
  overflow: visible;
}

#checkout-review-totals table { width:95%; }
#checkout-review-totals td { font-size:100%; }
#checkout-review-totals .subtotal { font-size:107%; }
#checkout-review-totals .total { font-size:152%; font-weight:bold; color:#3667A2; text-align:right; }

#checkout-review-shipping {margin:20px 0 10px 0;font-size:0.75em; font-weight:bold; }
#fieldset-footer {margin:20px 0 10px 0;font-size:0.75em; font-weight:bold; }




#checkout-review-billing {margin:20px 0 10px 0;font-size:0.75em; font-weight:bold; }
#checkout-review-payment {margin:20px 0 10px 0;font-size:0.75em; }
#checkout-review-totals {margin:20px 0 10px 0;font-size:0.75em; font-weight:bold; }

/* checkout-review-order */
#checkout-addresses{float:left;width:800px;padding-left:10px;}
#checkout-review-shipping {float:left;width:400px;margin:20px 0 10px 40px;font-size:0.65em; font-weight:normal;}

div#cont_checkout-review-shipping{
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #CCCCCC;
  padding: 25px 0 140px 0;
  width:947px; 
}

#checkout-review-shipping{
  font-size: 12px;
}

#checkout-review-shipping span, #checkout-review-billing span{
  font-weight:bold;
  text-transform:uppercase;
}

#checkout-review-shipping legend {
  color: #000000;
  font-size: 11px;
  font-weight: bold;
  margin: 0 0 0 0;
  display:block;
  padding: 0;
  text-transform: uppercase;
}
#checkout-review-shipping strong {font-size:1.25em;color:#D60021}
#checkout-review-shipping .button-normal {
	text-transform:uppercase;
	color:#fff;
	font-size: 24px;
  	font-weight: bold;
	cursor:pointer;
	margin-bottom:15px;
	position:relative;
	float:left;
  	overflow: visible;
}

#checkout-review-shipping span, #checkout-review-billing span {
    font-weight: bold;
    text-transform: uppercase;
}

.dett-ordine-1check {
    float: left;
    width: 350px;
}

.dett-ordine-1check div {
    float: left;
    width: 160px;
}

.dett-ordine-2check {
    float: left;
    width: 250px;
}

.dett-ordine-3check {
    float: left;
    width: 350px;
}

.dett-ordine-3check div {
    float: left;
    width: 160px;
}

.dett-ordine-4check {
    float: left;
    width: 350px;
}

.dett-ordine-4check div {
    float: left;
    width: 150px;
}

#checkout-receipt-print2 {
    float: left;
    font-weight: bold;
    margin: 0 0 0 40px;
}

#checkout-receipt-print2 span {
    clear: both;
    color: #474747;
    float: left;
    font-size: 11px;
    font-weight: bold;
    padding: 7px 0 0 0;
    text-align: left;
    text-decoration: underline;
}

#checkout-review-billing2 {
    border: 0 none;
    font-size: 12px;
    font-weight: normal;
    margin: 30px 0 0 40px;
    width: 250px;
}

#checkout-review-billing2 span {
    font-weight: bold;
    text-transform: uppercase;
}

#sales-conditions {
  font-family: 'RokkittRegular',RokkittRegular, 'Times New Roman' ,Times, serif;
  font-weight: normal;
  font-style: normal;
  line-height:normal;  
	font-size:15px;
	position:relative;
	float:left;
	margin-bottom:20px;
	margin-left:40px;
	width:600px;
}

#sales-conditions textarea{
	font-size:0.75em;
	width:650px;
	margin-left:15px;
}

#sales-conditions span a{
	color:#000000;
	text-decoration:none;
}

#fieldset-footer {margin:20px 0 10px 0;font-size:0.75em; font-weight:bold; }

#checkout-review-billing {float:left;margin:20px 0 10px 0;font-size:12px; font-weight:normal;border:0 }
#checkout-review-billing legend {
  color: #000000;
  font-size: 11px;
  font-weight: bold;
  margin: 0 0 0;
  padding: 0;
  text-transform: uppercase;
}
#checkout-review-billing strong {font-size:1.5em;color:#ff9409}
#checkout-review-billing .button-normal {
	background-color:#ff940a;
	text-transform:uppercase;
	color:#fff;
	font-size: 24px;
    font-weight: bold;
	cursor:pointer;
	margin-bottom:15px;
	position:relative;
	float:left;
    overflow: visible;
}


#cart{float:left;margin:10px;}

#checkout-payment{
  float:left;
  width:947px; 
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #CCCCCC;
  margin-top:15px;
  margin-bottom:35px;
  height: 290px
}

#checkout-payment td#chequeDesc {font-size:0.75em;width:250px;}

#checkout-payment #securitycode-desc {text-align:right;width:150px; font-size:0.75em}

#checkout-review-payment {float:left;margin:0px 0 22px 0;width:450px;font-size:12px; font-weight:normal;margin-left:0px;}
#checkout-review-payment legend {
  font-weight:bold; 
  color:#000;
  padding-left:0px;
  font-size: 11px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
#checkout-review-payment table,
#alias-checkout-review-payment table{
  font-size: 12px;
}
#alias-checkout-review-payment{
	position:relative;
	left: 40px;
	bottom: 160px;
	float:left;
	width: 455px
}

#checkout-review-payment strong {font-size:1.5em;color:#ff9409}
#checkout-review-payment .req {font-size:0.75em;color:#ea0404}
table#credit-card-info input,
table#alias-credit-card-info input{
  background: url("../images/bg_campi_txt.gif") no-repeat scroll 0 0 transparent;
  border: 0 none;
  font-size: 12px;
  height: 21px;
  width: 208px;
}
table#credit-card-info input.button-normal, table#credit-card-info input.button-normal:hover,
table#alias-credit-card-info input.button-normal, table#alias-credit-card-info input.button-normal:hover {
  width:169px;
  height:40px;
  background: url('../images/btn_login.gif') no-repeat;
  text-transform:uppercase;
  color:#fff;
  font-size:19px;
  text-align:center;
  font-family: 'RokkittRegular',RokkittRegular, 'Times New Roman' ,Times, serif;
	font-weight: bold;
	font-style: normal;
	line-height:normal;
	cursor: pointer;
	border:0px none;
  line-height:38px;
  padding-top:2px;	
}

#credit-card-data-warning {
	background: none repeat scroll 0 0 #EEEEEE;
	text-transform: uppercase;
	padding: 10px;
	text-align: center;
	position: absolute;
	width: 350px;
	left: 475px;
	top: 85px;
}

#checkout-review-payment fieldset table tr td select,
#alias-checkout-review-payment table tr td select {
  background: url("../images/bg_campi_txt.gif") no-repeat scroll 0 0 transparent;
  border: 0 none;
  font-size: 12px;
  height: 21px;
  width: 208px;
}

#alias-checkout-review-payment table tr td select.half-width {
	width: 102px;
}


#checkout-review-totals {float:right;margin:20px 0 10px 0;font-size:0.75em; font-weight:bold; }
#checkout-payment #checkout-summary-container {float:left;width:447px;padding-top:30px;}
#checkout-review-totals #checkout-cart-summary {
		width:350px;
		font-size:0.75em;
		float:right;
		background-image:url(../images/background_cart_box.gif);
    position:relative;
    display: block;
	  margin: -5px 5px 0px -10px;
	  padding: 5px 5px 0px 5px ;
    margin-bottom:10px}

#checkout-review-totals .checkout-cart-outer-shadow {
	width:330px;
  background: #9e9e9e;
	clear: right;
	float: right;
	margin: 0px 5px 10px 0px;
	padding: 0 0px 0px 5px;
	position: relative;
}

#checkout-payment .checkout-fieldset-footer .checkout-button {
	text-transform:uppercase;
	color:#fff;
	font-size:1.25em;
	font-weight:normal;
	cursor:pointer;
	position:relative;
	float:right;
  overflow: visible;
}
#checkout-payment #checkout-summary-container .checkout-fieldset-footer {float:right;width:380px;font-size:0.56em;margin-right:5px;margin-top:5px}


#checkout-review-order-details-billing {float:right;width:400px;margin:20px 10px 10px 0;font-size:0.65em; font-weight:normal;border:0; }
#checkout-review-order-details-billing fieldset {width:300px;}
#checkout-review-order-details-billing legend {font-weight:bold; font-size:1.25em; color:#ff9409;padding-left:0px;}
#checkout-review-order-details-billing strong {font-size:1.25em;color:#ff9409}
#checkout-review-order-details-billing .button-normal {
	background-color:#ff940a;
	text-transform:uppercase;
	border :1px solid #7d7f7e;
	color:#fff;
	font-size:1em;
	font-weight:normal;
	cursor:pointer;
	margin-top:30px;
	position:relative;
	float:left;
  overflow: visible;
}


#checkout-review-order-details {float:left;width:400px;margin:20px 0 10px 0;font-size:0.65em; font-weight:normal; padding-left:5px;}
#checkout-review-order-details legend {font-weight:bold; font-size:1.25em; color:#ff9409;padding-left:0px;}
#checkout-review-order-details strong {font-size:1.25em;color:#ff9409}
#checkout-review-order-details td.title {font-weight:bold}
#checkout-review-order-details #checkout-receipt-print {margin-top:10px;font-weight:bold;}
#checkout-review-order-details a {font-size:1.25em;color:#ff9409;text-decoration:none}
#checkout-review-order-details .button-normal {
	text-transform:uppercase;
	color:#fff;
	font-size:1em;
	font-weight:normal;
	cursor:pointer;
	margin-bottom:15px;
	position:relative;
	float:left;
  overflow: visible;
}

#shipment {float:left;margin:20px 0 10px 0;font-size:0.65em; font-weight:normal; padding-left:5px;}
#shipment table{width:500px}
#shipment legend {font-weight:bold; font-size:1.25em; color:#ff9409;padding-left:0px;}
#shipment strong {font-size:1.25em;color:#ff9409}
#shipment td.title {font-weight:bold}
#shipment a {font-size:1.25em;color:#ff9409;text-decoration:none}


#cart-order-detail {float:left;margin-top:20px;font-size:1.5em;width:800px; }
#cart-order-detail table { table-layout:auto; width:800px; margin:0; }
#cart-order-detail a { text-decoration:none; }
#cart-order-detail a:hover { text-decoration:underline; }
#cart-order-detail table thead tr td { font-weight:normal; text-align:right; padding:5px 5px 0 0; text-transform:uppercase;font-size:0.56em}
#cart-order-detail table tbody tr td { text-align:right; padding:6px; vertical-align:top; }
#cart-order-detail table tbody tr td.action { text-align:left; width:100px;border-right:1px dotted #474747; font-size:0.45em;color:#2a3e7e;text-transform:uppercase;white-space:nowrap;  }
#cart-order-detail table tbody tr td.action a { display:block; margin-bottom:5px; font-size:1em; color:#748edb;white-space:nowrap; }
#cart-order-detail table tbody tr td.action-title { border-bottom:1px dotted #000;  }
#cart-order-detail table tr td.img-title { text-align:center;}
#cart-order-detail table tr td.desc-title { text-align:left; width:40%;color:#000 }
#cart-order-detail table tr td.qty-title { text-align:center; border-right:0px;}
#cart-order-detail table tr td.unit-price-title { text-align:right; border-right:0px;}
#cart-order-detail table tr td.total-price-title {  }
#cart-order-detail table tr td.img { text-align:center; border-bottom:1px dotted #000;}
#cart-order-detail table tr td.action { white-space:nowrap;vertical-align:middle;border-bottom:1px dotted #000; }
#cart-order-detail table tr td.action .table-link{ border:0;white-space:nowrap;text-align:left;}
#cart-order-detail table tr td.desc { text-align:left; width:40%; font-size:0.56em;color:#ff9409;text-transform:uppercase; font-weight:bold;border-bottom:1px dotted #000;}
#cart-order-detail table tr td.qty { text-align:center; font-size:0.65em;vertical-align:middle; border-right:1px dotted #474747;border-bottom:1px dotted #000;}
#cart-order-detail table tr td.qty select { font-size:0.76em; width:60px;}
#cart-order-detail table tr td.unit-price { text-align:right; vertical-align:middle;border-right:1px dotted #474747;border-bottom:1px dotted #000;}
#cart-order-detail table tr td.unit-price .reg-price{ vertical-align:middle; text-align:right; font-size:0.8em}
#cart-order-detail table tr td.total-price { vertical-align:middle;font-size:0.8em; font-weight:bold;border-bottom:1px dotted #000;}
#cart-order-detail table tr td.desc div.sku  {color:#000;font-weight:normal}
#cart-order-detail table tr td.desc div.availability  {color:#000;font-weight:normal}
#order-details-total-receipt {width:800px}

/* ----- Search -----*/
#central-search { width:600px;float:left; margin:0px; background:#fff;margin-left:10px;}
#search-general-title {color:#ff9409;font-size:1.00em;font-weight:bold;margin-top:20px;background:#fff;margin-bottom:15px;}
#search-results-count {width:800px;font-size:0.50em;border-top:1px dotted #000;border-bottom:1px dotted #000;padding:15px 0 15px 0;text-transform:uppercase;}
#search-results-count span#number{font-weight:bold}
#search-results-count span#key{font-weight:bold}
#product-grid-search {float:left;width:800px;margin-bottom:20px}
#product-grid-search ul.product { text-align:center; float:left; width:780px;list-style:none; padding:0; clear:left; margin:10px 0px 30px 0px; }
#product-grid-search li.product-img { float:left; margin:0 10px 0 0;}
#product-grid-search div.prod-subt {width:390px;text-transform:uppercase}
#product-grid-search div.prod-desc {width:390px;}
#product-grid-search li.product-select { float:left; text-align:left; margin:0 5px 0 0; }
#product-grid-search li.product-item-name { width:400px; float:left; border-right:1px dotted #000;}
#product-grid-search div#prod-det { width:400px; float:left; }
#product-grid-search div#quantity {font-size:0.80em;color:#000;float:right;margin:0;padding:0;padding-right:10px;}
#product-grid-search div#quantity select{font-size:0.65em;}
#product-grid-search span#quantity-title { padding-left:3px;font-size:0.56em; }
#product-grid-search #prod-link {font-size:0.56em;float:left; color:#ea0404;font-weight:normal; padding:0;margin:0;padding-top:10px;}
#product-grid-search ul.product #product-search-box {float:left; background:#fff}
#product-grid-search .sale-price { font-size:0.75em; font-weight:bold; color:#ea0404; }
#product-grid-search .reg-price { font-size:0.75em; font-weight:bold; color:#ea0404; }
#product-grid-search .was-save { font-size:0.75em; color:#ea0404; }
#search-right {float:right;width:200px;border:0;margin-right:10px;}
#search-right ul.product-pricing {width:200px;float:right;padding-right:5px;}
#search-right li.product-pricing { width:200px;text-align:left;margin-right:0px; float:right;list-style:none;border:0px;}
#search-right li.product-pricing p { padding-left:3px;font-size:0.45em; }
#search-right li.product-pricing div#price-title { padding-left:3px;font-size:0.56em; }
#search-right li.product-pricing div#quantity-title { padding-left:3px;font-size:0.56em; }
#search-right li.product-pricing span { padding-left:3px;font-size:0.56em; }
#search-right li.product-pricing span.reg-price{ padding-left:3px;font-size:0.75em; }
#search-right li.product-pricing #add-to-cart-button {padding-right:10px;}
#search-right #price {float:left;font-size:1.25em;padding-top:5px;padding-bottom:5px; white-space:nowrap;border:0;margin-top:20px}
#search-right #price p {display:none}
#search-right #price .starting-from {color:#000;font-size:0.56em;font-weight:normal;padding-left:2px}
#search-right #price font.price-cond {font-size:0.35em}
#search-right #add-to-cart-button {float:right;padding-right:0px;margin-right:0px;vertical-align:bottom;padding-top:40px;cursor:pointer}

#search-again legend {font-size:0.56em;color:#ff9409;}
#central-search  h1 {font-size:0.75em;color:#ff9409;}
#central-search  p {font-size:0.56em;}
#central-search  a {color:#ff9409;}
#central-search  select {font-size:0.56em;}
#central-search  input {font-size:0.56em;}
#central-search .button {
	background-color:#ff940a;
	text-transform:uppercase;
	border :1px solid #7d7f7e;
	color:#fff;
	font-size:0.56em;
	font-weight:normal;
	cursor:pointer;
	padding:0 5px 0 5px;
  overflow: visible;
  color:#fff
}



#sign-in-no-account { float:right; width:420px; margin:0 10px 0 0; background:#fff; }
#sign-in-no-account label { display:block; margin:10px 0 0 0; }
#sign-in-no-account legend {text-transform:uppercase;color:#2a3e7e;font-size:0.56em;font-weight:bold}
#sign-in-no-account p.title {text-transform:uppercase;color:#2a3e7e;font-size:0.56em;font-weight:bold;}
#sign-in-no-account p {text-transform:uppercase;color:#474747;font-size:0.45em}
#sign-in-no-account a {color:#474747;text-decoration:none}
#sign-in-no-account ul { list-style-image:url(../images/freccia_gialla.gif); color:#474747;font-size:0.56em; font-weight:bold;line-height:20px}
#sign-in-no-account div#bill-box {width:400px;background:#fff;padding:0px;margin-bottom:0px; margin-left:0px}
#sign-in-no-account div#bill-box label {font-size:0.45em; color:#ff9409;text-transform:uppercase;padding-left:5px;margin-bottom:10px;padding-bottom:0px}
#sign-in-no-account div#bill-box p {font-size:0.45em; color:#474747;text-transform:none;padding-left:5px;margin-top:0px;padding-top:0px}
#sign-in-no-account .bold {font-weight:bold}
#sign-in-no-account #button {margin-bottom:20px; border:0;cursor:pointer}
#sign-in-no-account .button-normal {margin-left:15px;}
#sign-in-no-account .field-name {margin-bottom:5px;padding-top:3px;font-size:0.45em;text-align:left;}

.goclub {float:left;margin:10px 0;}
.goclub div {float:left;height:58px; width: 253px;float:left; background:url(../images/banner_MIOorange.gif) no-repeat top left;margin:0 20px 0 0}
.goclub div  a {height:58px; width: 653px;}
.goclub div  a p{ padding:15px 0 0 25px;line-height:1em;font-size:15px;font-weight:bold;}

.clearlf{clear:left;}

/*----------  overlay scelta  ------------*/
.overlay_scelta {display:none;z-index:10000;width:550px;height:828px;margin:0px;padding:0px;}
.overlay_scelta .close {background-image:url(../images/close.gif);position:absolute;right:15px;top:15px;cursor:pointer;height:18px;width:18px;}
.overlay_scelta .overlay_content { margin:0 0 0 0;padding:0;display:block;height:460px;}
.overlay_scelta .overlay_content .div {float:left;}
.overlay_scelta .overlay_content .btn {float:left;width:532px;background:#f0e7d2;padding:10px 0 15px 18px;} 
.overlay_scelta .overlay_content .btn img  {float:left;margin:0;padding:0;} 



/*----------------   MIGLIORIE GRAFICHE LUGLIO 2010  -------------------*/


/*   modifica righe 275 - 276  */

#wrapper { width:978px;	position:relative; margin:0 auto; padding:0; text-align:left; background:transparent;z-index:50;}
#main-content-internal {float:left;width:978px; background:transparent;}

.half-container-prod {
    background: none repeat scroll 0 0 transparent;
    border-right: medium none !important;
    float: left;
    height: 100%;
    width: 762px !important;
}

.half-container-prod #central {
   width:762px;
   padding-left:0px;
   background:transparent;
}

.cont-prod{
  position:relative;
  width:978px;
  background:#fff;
  margin:0;
  padding: 20px 0 20px 0;
  border: 1px solid #ecedee;
  padding-
}

.cont-prod div#img_big{
  border: 1px solid #a8c6d1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 36px 37px 16px 55px;
  width:230px;
  height:246px;
  float:left;   
}

.cont-prod div#img_big a{
  float:right;
  margin-right:10px;
}

.cont-prod h1#prod{
  color:#002b7b;
  font-size:0.85em;
  margin:32px 0 20px 0;
  /*width:380px; */
}

.cont-prod div#dettagli{
  /*height:253px;
  min-height:253px;
  height:auto !important;   */
  float:left;
  padding-right:52px;
  width:332px;
}

.cont-prod div#dettagli_cont{
  height:223px;
  min-height:223px;
  height:auto !important;  
}

.cont-prod .agg_carrello{
  float:right;
  display:block;
  padding: 11px 0px 13px 55px;
}

.cont-prod .dett{
  float:left;
  border: 1px solid #a8c6d1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor:pointer;
  margin-right:20px;  
}

.cont-prod .primo{
  margin-left:55px;
}

.h-auto{
  height:auto !important;
}

.cont-prod a#invia{
  display:block;
  float:left;
  width:130px;
  height:26px;
  padding:2px 0 0 38px;
  background-image:url("../images/btn_invia_amico.gif");
  background-repeat:no-repeat;
  text-transform:uppercase;
  font-size:0.55em;
  font-weight:bolder;
  color:#002b7b;
  margin-top:7px;
}

.cont-prod a#stampa{
  display:block;
  float:left;
  width:100px;
  height:26px;
  padding:2px 0 0 38px;
  background-image:url("../images/btn_stampa.gif");
  background-repeat:no-repeat;
  text-transform:uppercase;
  font-size:0.55em;
  font-weight:bolder;
  color:#002b7b;
  margin-top:7px;
}

.cont-prod div#dati{
  width:598px;
  /* height:236px;  */
  min-height:236px;
  border: 1px solid #b5b7bb;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin:11px 0 27px 55px; 
}

.cont-prod div#dati ul{
   height:33px;
}

.cont-prod div#dati li a{
   display:block; 
   font-size:0.6em;
   font-weight:bolder;
   color:#666666;
   text-align:center;
   height:23px;
   padding-top:10px;
   background-image:url("../images/bg_tab_unselect.jpg");
   margin-right:1px;
}

.cont-prod ul li {
  float:left;
  height:33px;
}

.cont-prod li#descr a{
  width:122px;
}

.cont-prod li#caratt a{
  width:191px;
}

.cont-prod li#scheda a{
  width:162px;
}

.cont-prod div#dati li#manuale a{
  width:120px;
  margin-right:0px;
}

.cont-prod div.panes{
  font-size:0.5em;
  color:#666666;
}

.cont-prod div.panes div{
  padding:32px 24px 20px 24px;
}

.cont-prod div.nascosto{
  display:none;
}

.cont-prod div#dati li a.current {
  background-image:url("../images/bg_tab_select.jpg");
  background-repeat:repeat-x;
  color:#0B2179;
}

.cont-prod div#quantita{
  font-size:0.48em;
  color:#002b7b;
  float:left;
  height:47px;
  margin-top:11px;
}

#quantita select {
  font-size:1em;
  margin-bottom:0;
  padding:0;
  width:44px;
}

.cont-prod h3{
   font-size:0.55em;
   font-weight:normal;
   width:330px; 
}

.cont-prod p.prezzo{
   font-size:1em;
   font-weight:bolder;
   float:right;
   color:#ff9409; 
   margin-top:20px;   
}

.cont-prod .submenu-navi{
  margin:15px 15px 0 15px;
  text-transform:uppercase;
  font-size:0.55em;
  font-weight:bolder;
  color:#ff9409;
  height:14px;
}

.cont-prod .submenu-navi a{
  color:#ff9409;
  display:block;
  float:left;
}

.cont-prod .submenu-navi em{
  margin:-3px 3px 0 3px;
  display:block;
  float:left;   
}

.fl_r{
  float:right;
}

.cont-prod .paginazione-abs{
  position:absolute;
  top:-50px;
  left:0px;
  font-family: 'RokkittRegular',RokkittRegular, 'Times New Roman' ,Times, serif;
  font-weight: normal;
  font-style: normal;
  line-height:normal;    
}

p.category{
  padding-right:14px;
  font-size:0.9em;
  color:#666666;
  font-weight:bold;
  float:left;
} 

p.paginazione-prod{
  width:200px;
  float:left;
  text-align:left;
  color:#666666;
  font-weight:bolder;
}

p.paginazione-prod a{
  cursor:pointer;
  color:#666666;
}

p.paginazione-prod a.currentPag{
  color:#ca0000;
}

p.paginazione-prod span.currentPag{
  color:#ca0000;
}

div.scrollable{
  width:680px;
  height:484px;
  margin:25px 0 0 37px;
  overflow:hidden;
}

button.custom{
  font-family:Arial;
  color:#FF9409;
  font-weight:bolder;
  display:inline;
  font-size:1.0em;
  background:none;
  border:0px;
  cursor:pointer;
}

#flowpanes {
  clear:both;
  overflow:hidden;
  position:relative;
}

div.items{
  position:absolute;
  width:20000em;
  height:484px; 
}

div.item{
  width:680px;
  height:484px;
  float:left;  
}

p.prodotto{
  width:168px;
  height:244px;
  float:left;
  background: url('../images/bg_box_prod.gif') no-repeat;
}

p.prodotto a.imgproduct{
  display:block;
  margin-bottom:10px;
  width:172px;
  text-align:center;
}

p.prodotto span{
   padding:12px 15px 1px 15px;
   line-height:1.1em;
   font-size:0.55em;
   color:#000;
   display:block;
   height:61px;
}

p.prodotto span a b{
  color:#d60021;
  line-height:1.3em;
}


p.prodotto span.prod-price{
  font-size:1em;
  font-weight:bold;
  color:#d60021;
  line-height:22px; 
  padding:0 0 0 15px;
  margin-right:15px;
  background: url('../images/aggiungi_carrello2.gif') no-repeat top right;
  height:22px; 
  font-family: 'RokkittRegular',RokkittRegular, 'Times New Roman' ,Times, serif;
  font-style: normal;
  line-height:normal; 
}


p.prodotto span.prod-price-offerta{
  font-size:1em;
  font-weight:bold;
  color:#d60021;
  line-height:22px; 
  padding:0 0 0 15px;
  margin-right:15px;
  height:22px; 
  font-family: 'RokkittRegular',RokkittRegular, 'Times New Roman' ,Times, serif;
  font-style: normal;
  line-height:normal; 
}

p.prodotto span.prod-price-x{
  font-size:1em;
  font-weight:bold;
  color:#d60021;
  line-height:22px; 
  padding:0 0 0 15px;
  margin-right:15px;
  background: url('../images/aggiungi_carrello2nx.gif') no-repeat top right;
  height:22px; 
  font-family: 'RokkittRegular',RokkittRegular, 'Times New Roman' ,Times, serif;
  font-style: normal;
  line-height:normal; 
}

p.prodotto span.no-disp{
  text-align:center;
  color:#666666;
  font-size:0.88em; 
  background:none; 
  font-weight:normal;
  line-height: 22px;
}

.clear{
  clear:both;
  height:0px;
  line-height:0px;
  font-size:0.0001em; 
}

/* ----- Right Side Menu Formating ----- */

#side-right-colon{
  background:none repeat scroll 0 0 #transparent;
  float:left;
  margin:0;
  padding:10px 0 0 0;
  top:0;
  width:183px;
}

#side-right-colon #cart #cont_carrello{
  background:#fff;
  width:179px;
  border-left:1px solid #ff9409;
  border-right:1px solid #ff9409;
  min-height:150px;
}

#side-right-colon #cart #apri_carrello{
  width:179px;
  border-left:1px solid #ff9409;
  border-right:1px solid #ff9409;
  height:15px;
  padding:4px 0;
  font-size:0.5em;
  background:#fff;   
}

#side-right-colon #cart #apri_carrello a{
  margin-left:10px;
  padding-left:15px;
  background-image:url("../images/piu.gif");
  background-repeat:no-repeat;
  background-position:0px 2px;
}

#footer_carrello{
  width:180px;
  height:27px;
  background-image:url("../images/footer_carrello.gif");
  background-repeat:no-repeat;  
}


#ie_shadow_fix{
  /*filter: progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=315, Strength=1);*/       
}

#consiglia{
  margin-top:15px;
  width:180px;
  background:#fff;
  border: 1px solid #cc0000;
}

#consiglia h1{
  font-family: 'RokkittRegular',RokkittRegular, 'Times New Roman' ,Times, serif;
	font-weight: bold;
	font-style: normal;
	line-height: 24px; 
	text-transform:uppercase;
	font-size:27px;
  color:#ca0000;  
  padding:5px 0 12px 6px;
  letter-spacing:-1px;
}

#consiglia h2{
  padding-left:6px;
	font-size:11px;
  color:#ca0000;  
}

#consiglia p{
	font-size:11px;
  width:163px;
  padding:0px 0 10px 6px;
  text-align:left;
  color:#ca0000;  
}

#consiglia p a{
  color:#ca0000;  
}

#visti_recente{
  margin-top:15px;
}

#visti_recente div{
  border: 1px solid #babcbf;
  width:180px;
  height:202px;
  background-color:#fff;
}

#visti_recente h2{
  display:block;
  width:172px;
  height:21px;
  padding:12px 0 0 10px;
  background-image:url("../images/bg_visti_rec.gif");
}

#consiglia_anche{
  border: 1px solid #babcbf;
  width:180px;
  height:235px;
  margin-top:16px;
  background-color:#fff;
  -moz-box-shadow: 0px 0px 10px #aaa;
  -webkit-box-shadow: 0px 0px 10px #aaa;
  box-shadow: 0px 0px 10px #aaa;
}

#consiglia_anche h2{
  display:block;
  width:170px;
  height:21px;
  padding:12px 0 0 10px;
  background-image:url("../images/bg_consiglia_anche.gif");  
}

#visti_acquistati{
  border: 1px solid #ccc;
  margin-top:15px;
  width:180px;
  -moz-box-shadow: 0px 0px 7px #bbb;
  -webkit-box-shadow: 0px 0px 7px #bbb;
  box-shadow: 0px 0px 7px #bbb;
  background-color:#fff;
}

#visti_acquistati ul{
  width:180px;
  height:33px;
  background-image:url("../images/bg_tab_unselect.jpg");
  background-repeat:repeat-x;
  margin-bottom:10px;
  font-size:0.55em;
  text-align:center;  
}

#visti_acquistati ul li{
  float:left;
  width:50%;
  height:33px;

}

#visti_acquistati ul li a{
  display:block;
  height:23px;
  width:100%;
  padding-top:10px;
  background-image:url("../images/bg_tab_unselect.gif");
}

#visti_acquistati ul li a.current{
  background-image:url("../images/bg_tab_select.gif");
  background-repeat:repeat-x;
  color:#0b2179;
}


#visti_acquistati div.nascosto{
  display:none;
}

div.visto_acquistato{
  color:#0b2179;
  border-bottom:1px solid #b8babe;
  margin:0 12px;
  font-size:0.8em;
}

p.visto_acquistato{
  color:#0b2179;
  border-bottom:1px dotted #8f8f8f;
  margin:0 7px;
  height:51px;
  padding:8px 0;
  font-size:0.5em;
  width: 164px;
}

p.visto_acquistato_ultimo{
  border-bottom:0px none;
}

p.visto_acquistato img{
  float:left;
  margin-right:8px;
}

p.visto_acquistato a{
  color:#0b2179;
}

p.visto_acquistato span{
  display:block;
  margin-top:8px;
}



/* ----- Shopping Cart Box ----- */
#side-right-colon #shopping-cart{
  /*width:174px; */
  float:right;
  font-size:0.42em;
}

#side-right-colon #shopping-cart a#shopping-cart-header{
	min-height:39px;
	height:auto !important;
	height:39px;
	width:182px; 
	background-color:#cb0000;
	display:block;
	float:left;
	text-align:left;
}
#side-right-colon #shopping-cart a#shopping-cart-header img{position:relative;margin-top:24px;}
#side-right-colon #shopping-cart a#shopping-cart-header img.cart-icon{float:left;left:4px;}
#side-right-colon #shopping-cart a#shopping-cart-header img.check-out-icon{float:right;right:4px;margin-top:26px}

#side-right-colon #shopping-cart #shopping-cart-detail{
	width:182px;
	background-color:#f5f5f5;
	text-align:left;
	background-position:93px 2px;
	background-repeat:repeat-y;
	background-image:url(../images/vert_grey.gif);
	float:left;
  -moz-box-shadow: 2px 2px 2px #ddd;
  -webkit-box-shadow: 2px 2px 2px #ddd;
  box-shadow: 2px 2px 2px #ddd;
}
#side-right-colon #shopping-cart #shopping-cart-open{
	width:182px;
	background-color:#f5f5f5;
	padding:6px 0 5px 0;
	float:left;
	font-weight:normal;
	font-size:1em;
	  -moz-box-shadow:2px 2px 2px #ddd;
  -webkit-box-shadow: 2px 2px 2px #ddd;
  box-shadow: 2px 2px 2px #ddd;
}
#side-right-colon #shopping-cart #shopping-cart-detail #cart-left-box{
	float:left;
	color:#000;
	padding:6px 0 2px 0;
	width:80px;
	margin-top:2px;
	position:relative;
	left:4px;
	background-position:bottom;
	background-repeat:repeat-x;
	background-image:url(../images/oriz_grey.gif);
	font-size:1.25em; 
  font-weight:bold;
}
#side-right-colon #shopping-cart #shopping-cart-detail #cart-left-box span.num{
	color:#000;
	position:relative;
}
#side-right-colon #shopping-cart #shopping-cart-detail #cart-left-box span.label{float:left;	}

#side-right-colon #shopping-cart #shopping-cart-detail #cart-right-box{
	float:right;
	text-align:right;
	position:relative;
	right:4px;
	padding:6px 0 2px 0;
	width:76px;
	margin-top:2px;
	color:#000;
	background-position:bottom;
	background-repeat:repeat-x;
	background-image:url(../images/oriz_grey.gif);
	font-size:1.25em; 	
}   

#side-right-colon #shopping-cart #shopping-cart-open a{
	color:#000;
	padding:0 5px 0 0;
	text-decoration:none;
	float:right;
	text-transform:uppercase;
	font-size:1.15em; 
}

/*  ---------------------------------------------------- CARRELLO  ---------------------------------------------------------------   */

#cart{
  position:relative;
  background:none repeat scroll 0 0 #FFFFFF;
  border:1px solid #CCCCCC;
  margin:15px 0 0 0;
  padding-bottom:22px;
  width:947px;
}

#cart h4.general-title{
  font-size:21px;
  float:left;
  font-family: 'RokkittRegular',RokkittRegular, 'Times New Roman' ,Times, serif;
  font-weight: normal;
  line-height:normal; 
  margin-left:50px;
}

#cart h4.flusso, div#body h4.flusso{
  position:absolute;
  right:0px;
  top:-42px;
  font-size:17px;
  color:#999999;
  float:right;
  font-family: 'RokkittRegular',RokkittRegular, 'Times New Roman' ,Times, serif;
  font-weight: normal;
  line-height:normal; 
  text-transform:uppercase; 
}

div#body h4.flusso{
  top: 42px;
  margin:0px;
  padding:0px;
}

#cart h4.flusso span, div#body h4.flusso span{
 color:#d60021;
  font-weight: bold; 
}

#main-container-cart form{
  background:transparent;  
}

.ml25{
  margin-left:25px;
}

#cart ul#prod-carrello li.item-carrello{
  background:#f6f5f5; 
  height:63px;
  margin:0 22px 4px 22px;
  font-size:1.1em;
}

#cart ul#prod-carrello li.descr_carrello{
  margin:22px 22px 3px 22px;
  color:#666;
  font-weight:bold;
  height:20px;  
}

#cart ul#prod-carrello li ul li{
  float:left;  
}


#cart ul#prod-carrello li ul li.col1{
  width:70px;
  padding-left:8px;
}

#cart ul#prod-carrello li ul li.col1 img{
  cursor:pointer;
  margin-top:26px;     
}

#cart ul#prod-carrello li ul li.col2{
  width:107px;
}

#cart ul#prod-carrello li ul li.col2 img{
  display:block;
  border:0px;
      
}

#cart ul#prod-carrello li.gratis ul li.col2 img{
  display:block;
  margin-top:2px;    
}



#cart ul#prod-carrello li ul li.col3{
  margin-top:7px;
  width:344px;
  color:#002878;
}

#cart ul#prod-carrello li.gratis ul li.col3{
  color:#d92b2b;
  font-weight:bold;
}

#cart ul#prod-carrello li.gratis ul li.col3 span{
  color:#000;
  padding-top:0px;
}

#cart ul#prod-carrello li.gratis ul li.col3 {
  margin-top:18px;
}

#cart ul#prod-carrello li.gratis ul li.col3 span a{
  text-decoration:underline;
}

#cart ul#prod-carrello li ul li.col3 span{
  display:block;
  padding-top:7px;
  color:#474747;
}

#cart ul#prod-carrello li ul li.col4{
  width:130px;
}

#cart ul#prod-carrello li ul li.col5{
  width:110px;
}

#cart ul#prod-carrello li.gratis ul li.col5{
  padding-top:24px;  
}

#cart ul#prod-carrello li ul li.col6{
  width:91px;
}

#cart ul#prod-carrello li.item-carrello ul li.col4, #cart ul li.item-carrello ul li.col6{
  color:#ff9409;
  font-size:1.6em;
  font-weight:bold;
  padding-top:20px;
}

select.quantita {
  font-size:1em;
  margin-top:21px;
  padding:0;
  width:80px;
}

#cart ul#prod-carrello li.gratis{
  background-image:url(../images/bg_regalo.gif);
  margin-top:24px;
}

#cart ul#prod-carrello li.gratis ul li.col1{
  background-image: url(../images/bg_regalo_left.gif);
  background-repeat:no-repeat;
  margin-left:0px;
  height:63px;
}

#cart ul#prod-carrello li.gratis ul li.col6{
  background-image: url(../images/bg_regalo_right.gif);
  background-position:top right;
  background-repeat:no-repeat;
  margin-left:0px;
  height:63px;
}

#box_scelta_regalo{
  position:relative;
  width:528px;
  height:155px;
  background-image:url(../images/bg-box-regalo.gif);
  background-repeat:repeat-x;
  padding:14px 0 0 20px;
  margin:14px 22px 0 22px;
  float:left;
  border: 1px solid #ccc;
  -moz-box-shadow: 0px 0px 10px #aaa;
  -webkit-box-shadow: 0px 0px 10px #aaa;
  box-shadow: 0px 0px 10px #aaa;    
}

#promo-box-container{
	clear:both;
}
#promo-box-add-code{
  position:relative;
  width:344px;
  height:194px;
  float:left;
}
#promo-box-added-codes{
  position:relative;
  width:100px;
  height:194px;
  float:left;
}

#box_promo_cart{
  position:relative;
  width:544px;
  height:194px;
  border: 1px solid #ccc;
  margin:14px 15px 0 50px;
  float:left;
}

#box_promo_cartnb {
    border: medium none;
    float: left;
    height: 194px;
    margin: 14px 15px 0 50px;
    position: relative;
    width: 544px;
}

.bg_box_cart {
  background: url('../images/bg_box_carrello.png') right top no-repeat;
}

#promo-box-add-code img{
  float:left;
  margin-right:15px;
}

.bg_box_cart div#promo-box-add-code {
  width:415px;
} 

.bg_box_cart div#promo-box-add-code input[type=text]{
  margin-top:20px;
}

.bg_box_cart div#promo-box-add-code input[type=button]{
  margin-left:-10px;
}

.bg_box_cart div#promo-box-add-code p.promo-box-title {
  font-family: 'RokkittRegular',RokkittRegular, 'Times New Roman' ,Times, serif;
  font-weight: normal;
  font-style: normal;
  line-height:normal; 
  color: #D60021;
  font-size:16px;  
}

.bg_box_cart div#promo-box-added-codes{
  padding-top:145px;
  height:40px;
}

#box_scelta_regalo p{
   width:420px;
   margin-bottom:25px;
   line-height:14px;
   font-size:12px;
}

#box_scelta_regalo h1{
   font-size:20px;
   text-transform:uppercase;
   margin-bottom:10px;
}


#box_scelta_regalo img.absTR{
  position:Absolute;
  top:0px;
  right:0px;
}

#box_scelta_regalo img.butt_regalo{
  position:Absolute;
  cursor:pointer;
  left:20px;
  bottom:23px;
}

#box-riepilogo{
  width:244px;
  height:149px;
  border:1px solid #aac8d2;
  background-color:#f6f5f5;
  float:left;
  margin-top:14px;
  padding:20px 20px 0 20px;
}

#box-riepilogo h1{
  color:#002878;
  font-size:1.3em;
  padding-bottom:8px;
}

#box-riepilogo p{
  background-image:url(../images/tratteggio_grey.gif);
  background-repeat:repeat-x;
  padding-top:8px;
  padding-bottom:8px;
  font-size:1.1em; 
}

#box-riepilogo p.totale{
  text-transform:uppercase;
  font-weight:bold;
  color:#002878;
  letter-spacing:0.1em;
  height:15px;
  padding-top:19px;  
}

#box-riepilogo p.totale span{
  color:#ff9409;
  font-size:2em;
  letter-spacing:0em; 
  margin-top:-11px;
}

#box-riepilogo p span{
  float:right;
  font-weight:bold;
}

#box-riepilogo p span img{
 margin-top:10px;
 cursor:pointer;
}

#continua_acquisti{
 margin:26px 0 60px 22px;
 float:left; 
}

p#avvertenze {
   margin-left:25px;
   font-size:1.1em;
}

p#avvertenze span{
  color:#ff9409;
}

ul#indirizzi {
  float:left;
  margin:14px 22px 0 20px;
  position:relative;
  width:528px;
}

ul#indirizzi li{
  display:block;
  width:527px;
  height:72px;
  background-color:#f6f4f5;
  margin-bottom:7px;
  padding:1px 0 0 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

ul#indirizzi li.new{
  height:31px;
  width:526px;
  background-color:#fff;
  margin-bottom:7px;
  border:1px solid #ccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

ul#indirizzi li.new img{
  float:left;
  margin-top:1px;
}

ul#indirizzi li.new span {
  cursor:pointer;
  margin:7px 0 0 10px;
  color:#002878;
}

ul#indirizzi li input{
  margin:13px 20px 30px 17px;
  float:left;
}

ul#indirizzi li span{
  float:left;
  font-size:1.1em;
  font-weight:bold;
  margin:10px 20px 0 0;
  display:block;
  color:#666666;
  line-height:1.5em;
}

ul#indirizzi li span img{
 margin-top:3px;
}

ul#indirizzi li span img.mod-indirizzo{
 cursor:pointer;
}

ul#indirizzi li span strong{
  color:#002878;
}

ul#indirizzi li.select{
  width:526px;
  height:71px;
  border:1px solid #ccc;
  padding:0px;
}

ul#indirizzi li#box_regalo{
  display:block;
  width:528px;
  height:133px;
}

ul#indirizzi li#box_regalo ul{
  display:block;
  width:528px;
  height:133px;
  background-color:transparent;
  background-image:url(../images/bg_regalo_send.gif);
  background-position:0 0px;    
}

ul#indirizzi li#box_regalo ul li.bg_left{
  display:block;
  height:133px;
  width:2px;
  background-color:transparent;
  background-image:url(../images/bg_regalo_send_left.gif);
  float:left;  
}

ul#indirizzi li#box_regalo ul li.bg_right{
  display:block;
  height:133px;
  width:2px;
  background-color:transparent;
  background-image:url(../images/bg_regalo_send_right.gif); 
  float:right; 
}

ul#indirizzi li#box_regalo ul li{
   background:none;
   width:auto;
   height:auto;
   float:left;
}

ul#indirizzi li#box_regalo ul li fieldset#address{
  font-size:1.1em;
}

ul#indirizzi li#box_regalo ul li fieldset#address span{
 float:none;
 margin-top:14px;
}


ul#indirizzi li#box_regalo ul li fieldset#address input{
  margin:5px 6px 5px 0;
}

ul#indirizzi li#box_regalo ul li legend{
  color:#d92b2b;
  font-weight:bold;
  padding-top:18px;
  padding-bottom:8px;
  
}

img#salva_cont{
  float:right;
  margin-top:30px;
  margin-bottom:60px;
}
#sign-in-no-account .field-name {margin-bottom:5px;padding-top:3px;font-size:0.45em;text-align:left;}

#promo-prod{
  position:relative;
  width:730px;
  height:240px;
  font-family: 'RokkittRegular',RokkittRegular, 'Times New Roman' ,Times, serif;
  font-weight: normal;
  font-style: normal;
  line-height:normal;   
}

#promo-prod h1{
  font-size:1.7em;
  color:#c90000;
  padding-top:15px;
}

#promo-prod h2{
  padding:2px 0 28px 0;
  font-size:1.25em;
  color:#000;
  font-weight:normal;
}
#promo-prod h2.h2top{
  font-size:1.10em;
  color:#D60021;
  font-weight:bold;
  padding: 10px 0 0;
}
#promo-prod h3{
  padding:12px 0 28px 0;
  font-size:0.9em;
  color:#000;
  font-weight:normal;
  width:350px;
}
#promo-prod h3.h3top{
  padding:0;
  font-size:1em;
  color:#000;
  font-weight:normal;
  width:350px;
}
#promo-prod h3.h3top span{
	font-size:0.8em;
	float:left;
	display:block;
	padding: 10px 0;
}
#promo-prod a{
  font-size:1.25em; 
  color:#c90000;
  padding-right:12px;
  background: url('../images/arrow_red2.gif') no-repeat right;
}

#promo-prod-generic{
	height: 250px
}

#promo-prod-generic a{
  font-size:1.25em; 
  color:#c90000;
  padding-right:12px;
}

#promo-prod img{
  position:absolute;
  right:-25px;
  top:-5px;
}

#promo-prod img#img_cialda {
  right:-15px;
  top:10px;
}

p#carrellino{
  background: url("../images/carrellino.gif") no-repeat scroll 0 0 transparent;
  color: #FFFFFF;
  float: left;
  margin: 24px 0 0 5px;
  padding-left: 18px;
}

p#check-out-carr{
  background: url("../images/check-out-arrow.gif") no-repeat scroll right transparent;
  color: #FFFFFF;
  float: right;
  margin: 24px 4px 0 0;
  padding-right:7px;
}

div#generic-page-container{
  width:896px;
}

div#generic-page-container h1{
  font-family: 'RokkittRegular',RokkittRegular, 'Times New Roman' ,Times, serif;
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-size:24px;
	padding-bottom:6px;
}

div#generic-page-container h2{
	font-size:12px;
	font-weight: bold;	
}

div#generic-page-container p{
	font-size:12px;
	padding-bottom:22px;
}

div#generic-page-container ul{
	font-size:12px;
	padding-bottom:22px;	
}

div#generic-page-container a:hover{ 
  color:#c90000;
}


/*----------  overlay scelta  ------------*/
.overlay_scelta {display:none;z-index:10000;width:550px;height:828px;margin:0px;padding:0px;}
.overlay_scelta .close {background-image:url(../images/close.gif);position:absolute;right:15px;top:15px;cursor:pointer;height:18px;width:18px;}
.overlay_scelta .overlay_content { margin:0 0 0 0;padding:0;display:block;height:460px;}
.overlay_scelta .overlay_content .div {float:left;}
.overlay_scelta .overlay_content .btn {float:left;width:532px;background:#f0e7d2;padding:10px 0 15px 18px;} 
.overlay_scelta .overlay_content .btn img  {float:left;margin:0;padding:0;} 


/*   ------  new change country  ------   */

body#cha_cou{
  background: url('../images/bg_change_country.gif') repeat-x top;
}

body#cha_cou #page_container{
  width:100%;
  background: url('../images/bg_change_country_fixr.gif') no-repeat top right;  
}

#page_container #page_wrapper{
  width:950px;
  margin:0 auto;
  min-height:450px;
}

#cc_welcome{
  margin:30px auto 0 auto;
  width:869px;  
  min-height:320px;
  background: url('../images/bg_box_change_country.png') repeat;  
}

#cc_welcome h1{
  padding:20px 0;
  text-align:center;
  font-family: 'RokkittRegular',RokkittRegular, 'Times New Roman' ,Times, serif;
  font-weight: normal;
  font-style: normal;
  line-height:normal;
  font-size:28px;
  text-transform:uppercase;  
}

#cc_welcome h1 span.red{
  color:#d60021;
  font-weight: bold;  
}

#cc_welcome h1 span.mini{
  font-size:22px;
  text-transform:none; 
}

#cc_welcome div#country{
  font-family: Arial, Helvetica, sans-serif; 
  color:#000;
  font-size:15px;
  width:440px;
  min-height:100px;
  margin:0 auto;
  padding:28px 0 30px 0;
}

#cc_welcome div#country ul{
  float:left;
  display:block;
  width:220px;
  margin:0px;
  padding:0px;
}

#cc_welcome div#country ul li{
  display:block;  
  padding-left:35px;
  height:27px;
}

#cc_welcome div#country ul li a{
  color:#000;  
  text-decoration:none;
}

img#cc_footer{
  margin:0 auto;
}

body.cha_cou_old{
  background: url('../images/bg_change_country_old.gif') repeat-x top !important;
}


body.cha_cou_old #page_wrapper{
  padding-top:30px !important;
}

div#body{
  
}

.verify-button  {
    	background: url("../images/btn_login.gif") no-repeat scroll 0 0 transparent;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    font-family: 'RokkittRegular',RokkittRegular,'Times New Roman',Times,serif;
    font-size: 19px;
    font-style: normal;
    font-weight: bold;
    height: 40px;
    line-height: 38px;
    padding-top: 2px;
    margin-left: 100px;
    width:169px;
    display:block;
    text-transform:uppercase;
}

#bill-box p a {
    color: #474747;
    font-size: 1em;
    margin-top: 0;
    padding-left: 0;
    padding-top: 0;
    text-decoration: none;
    text-transform: none;
    font-weight:bold;
}

.currency{
display:inline;
}
.ov_amount{
display:inline;
}


#top_menu #carrelloNew {
  position:relative;
  width:335px;
  height:37px;
  float:right;
  background:#bcb4ae;
  z-index:10000;
  margin-right: -29px;
}

#top_menu #carrelloNew table{
  float:left;
  border:0px none;
  margin:5px 0 0 4px;
  color:#1a1a18;
  font-size:12px;
  font-weight:bold;
  height:30px;
  line-height:12px;
  text-transform:uppercase;
}

#top_menu #carrelloNew table tr{
  height:15px;
}

#top_menu #carrelloNew table tr td{
  text-indent:4px;
}

#top_menu #carrelloNew a{
  position:absolute;
  display:block;  
}

#top_menu #carrelloNew a#btnCheckOut{
  padding: 6px 6px 0 0; 
  right:38px;
}
         
#top_menu #carrelloNew a#btnSlideCart{
  right:0px;
  width:36px;
  height:37px;
  padding-top:0px;
  border-left:1px solid #fff;
}

#top_menu #carrelloNew ul#carrelloNewLines{
  clear:left;
  float:left;
  display:block;
  margin:0px;
  padding:0px;
  background:#eeeae6;
  position:relative;
  top:2px;
  height:auto!important;
  border-bottom:1px solid #bcb4ae;
}

#top_menu #carrelloNew ul#carrelloNewLines li{
  display:block;  
  height:36px;
  border-bottom:1px solid #fff;
  width:336px;
  margin:0px;
  padding:0px;
  background:#eeeae6;
  font-size: 36px;
}

#top_menu #carrelloNew ul#carrelloNewLines li span {
  vertical-align: middle;
  display:inline-block;  
  margin:0px;
  padding:0 0 0 0px;
  font-size: 10px;
  color:#474747;
  font-family: Arial, Helvetica, sans-serif;
  line-height: normal;
}

#top_menu #carrelloNew ul#carrelloNewLines li span.qta {
  width:15px;
  font-size: 12px;
  text-align:right;
  color:#000;
}

#top_menu #carrelloNew ul#carrelloNewLines li span.product {
  width:222px;
  text-align:left;
  padding:0 0 0 9px;
}

#top_menu #carrelloNew ul#carrelloNewLines li span.cost {
  width:60px;
  text-align:right;
}

p#carrellopxdown {
   background:#fff;
   height:1px;
   position:relative;
   top:2px;
   width:336px;
}

span.topmenu {border-style:none solid none solid;}
#fieldset-footer div#button .close-button {
       background: url("../images/btn_login.gif") no-repeat scroll 0 0 transparent;
       color: #FFFFFF;
       cursor: pointer;
       font-family: 'RokkittRegular',RokkittRegular,'Times New Roman',Times,serif;
       font-size: 19px;
       font-style: normal;
       font-weight: bold;
       height: 40px;
       line-height: normal;
       text-align: center;
       text-transform: uppercase;
       width: 169px;
}
#fieldset-footer div#button {
    margin-bottom: 5px;
    margin-left: 189px;
    margin-top: 9px;
    padding-top: 0;
    vertical-align: bottom;
}
  
.udmLabel {padding:0;margin:0;font-weight:bold;text-transform: uppercase;}

.listPrice  {
	color:#787777;
	font-size:1.5em;
  		font-weight:bold;
	text-decoration:line-through;
	font-family: 'RokkittRegular',RokkittRegular, 'Times New Roman' ,Times, serif;
	}
.salePrice  {
	color:#d60021;
	font-size:2em;
	margin:0 0 10px 0;
  		font-weight:bold;
	font-family: 'RokkittRegular',RokkittRegular, 'Times New Roman' ,Times, serif;
}
.priceMessage{
	color:#d60021;
	font-size:2em;
	margin:0 0 10px 0;
  		font-weight:bold;
	font-family: 'RokkittRegular',RokkittRegular, 'Times New Roman' ,Times, serif;
}

#promo-box-add-code div#carrelloImg{
  width:210px;
  height:165px;
  float:left;
  margin-right:15px;
  margin-bottom:15px;
  background: url('../images/carrello_big.png') right top no-repeat;  
}

#promo-box-add-code p#sale-code-text {
  font-size:12px;
  margin-top:8px;
}

#box_nview_cart{
  position:relative;
  width:636px;
  float:left;
  padding:0 3px 3px 3px;
  border: 1px solid #CCCCCC;
  margin-top:13px;
}

table#alias-checkout-review-payment table#credit-card-info td.form-row{
	vertical-align:top;
	padding-top: 3px;
}
label.error { display: block; color: red; padding-left: 10px; font-size:0.9em; padding-bottom: 5px;}

#box_promo_cart {
    height: auto;
	margin-bottom: 35px;
}
	
	
.promo-box-add-codes .promo-box-add-code-new {
	height: 192px;
	float: left;
	text-align: right;
}
.promo-box-add-codes .promo-box-add-code-new span{
	color: #474747;
	font-size: 0.46em;
	font-weight: normal;
	margin-right: 2px;
}

.promo-box-add-codes.cols-1 .promo-box-add-code-new { width: 100%; }
.promo-box-add-codes.cols-2 .promo-box-add-code-new { width: 50%; }
.promo-box-add-codes.cols-3 .promo-box-add-code-new { width: 33%; }
.promo-box-add-codes.cols-4 .promo-box-add-code-new { width: 25%; }

.promo-box-add-generic-code {
	text-align: center;
	width:100%;
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	overflow:hidden;
}

.promo-box-applied-generic-codes {
	color: #474747;
	font-weight: normal;
	padding-bottom: 5px;
	padding-top: 5px;
	display:block;
}
.promo-box-applied-generic-codes a{
	margin-right: 5px;
	text-decoration:line-through;
}
#box_promo_cart a:hover{
	color:red;
	text-decoration: none;
}
#box_promo_cart a:hover span{
	color:red;
}
#box_promo_cart a:hover span.line-through{
	color:red;
	text-decoration:line-through;
}
#box_promo_cart .code-label, #box_promo_cart .code-field, #box_promo_cart .code-button{
	font-size: 12px;
}

#box_promo_cart .code-label{
	display:block;
	float:left;
	padding: 10px;
	width: 195px;
	height: auto;
}

#box_promo_cart .code-field{
	padding-top: 10px;
	width: 160px;
	display:block;
	float: left;
	text-align: left;
}
#box_promo_cart .code-field input{
	margin-left: 10px;
	width: 145px;
}

#box_promo_cart #box_promo_cart {
	margin: -1px;
}

/* Per controllo FORM richiesto da Vivocha */
#sign-in-privacy div.field textarea.text-area{
  resize: none;
}



html body .overlay-machine {
  background-color: rgba(255, 255, 255, 0.8);
  height: 0;
  width: 100%;
  position: absolute;
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 0.6s linear;
  -moz-transition: opacity 0.6s linear;
  -ms-transition: opacity 0.6s linear;
  -o-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear;
}
/* line 99, ../sass/main.scss */
html body .overlay-machine .content-overlay-machine {
  width: 685px;
  height: 400px;
  margin: 100px auto;
  position: relative;
  background-color: white;
  padding: 25px 15px 35px 15px;
  border: 1px solid #cccccc;
  border-top: 4px solid red;
  -webkit-transition: all 1s cubic-bezier(0.64, 0.57, 0.47, 1.29);
  -moz-transition: all 1s cubic-bezier(0.64, 0.57, 0.47, 1.29);
  -ms-transition: all 1s cubic-bezier(0.64, 0.57, 0.47, 1.29);
  -o-transition: all 1s cubic-bezier(0.64, 0.57, 0.47, 1.29);
  transition: all 1s cubic-bezier(0.64, 0.57, 0.47, 1.29);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, -1500px, 0);
  -moz-transform: translate3d(0, -1500px, 0);
  -ms-transform: translate3d(0, -1500px, 0);
  -o-transform: translate3d(0, -1500px, 0);
  transform: translate3d(0, -1500px, 0);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
/* line 111, ../sass/main.scss */
html body .overlay-machine .content-overlay-machine div {
  display: inline-block;
  width: 100%;
}
/* line 116, ../sass/main.scss */
html body .overlay-machine .content-overlay-machine h2 {
  font-size: 24px;
  line-height: 36px;
  font-size: 2.4rem;
  line-height: 3.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  margin-bottom: 20px;
  float: left;
}
/* line 123, ../sass/main.scss */
html body .overlay-machine .content-overlay-machine a.close {
  float: right;
}
/* line 127, ../sass/main.scss */
html body .overlay-machine .content-overlay-machine label, html body .overlay-machine .content-overlay-machine p {
  font-family: "lucida", arial, sans-serif;
  font-size: 18px;
  /*line-height: 15px;
  font-size: 2rem;
  line-height: 1.5rem;
  line-height: 10px;
  line-height: 1rem;*/
  display: block;
  height: 16px;
  text-transform: uppercase;
}
/* line 136, ../sass/main.scss */
html body .overlay-machine .content-overlay-machine input.txt {
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  line-height: 1.8rem;
  padding: 5px;
  background-color: #f3f3f3;
  border: 1px solid #cccccc;
  margin-bottom: 20px;
  font-family: "lucida", arial, sans-serif;
}
/* line 146, ../sass/main.scss */
html body .overlay-machine .content-overlay-machine input.required {
  border: 1px solid #de0909;
}
/* line 150, ../sass/main.scss */
html body .overlay-machine .content-overlay-machine div.check-box {
  display: block;
  zoom: 1;
  margin-bottom: 20px;
}
/* line 4, ../sass/_mixins.scss */
html body .overlay-machine .content-overlay-machine div.check-box:before {
  content: '';
  display: block;
}
/* line 5, ../sass/_mixins.scss */
html body .overlay-machine .content-overlay-machine div.check-box:after {
  content: '';
  display: table;
  clear: both;
}
/* line 155, ../sass/main.scss */
html body .overlay-machine .content-overlay-machine div.check-box input {
  float: left;
  margin: 0 10px 0 0;
}
/* line 160, ../sass/main.scss */
html body .overlay-machine .content-overlay-machine div.check-box label {
  float: left;
}
/* line 165, ../sass/main.scss */
html body .overlay-machine .content-overlay-machine .btn-blue {
  width: 100%;
}
/* line 169, ../sass/main.scss */
html body .overlay-machine .content-overlay-machine .question {
  text-align: center;
}
/* line 172, ../sass/main.scss */
html body .overlay-machine .content-overlay-machine .question .btn-blue, html body .overlay .content-overlay-machine .question .btn-red {
  width: 40%;
  margin: 0 20px;
}
/* line 178, ../sass/main.scss */
html body .overlay-machine .content-overlay-machine span {
  font-family: "lucida", arial, sans-serif;
  font-size: 14px;
  line-height: 21.0px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  line-height: 18px;
  line-height: 1.8rem;
  display: block;
  margin-bottom: 15px;
}
/* line 185, ../sass/main.scss */
html body .overlay-machine .content-overlay-machine span strong {
  font-weight: 800;
}
/* line 192, ../sass/main.scss */
html body .overlay-machine .content-overlay-machine.bounce {
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  -ms-transform: translate3d(0, 50px, 0);
  -o-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
/* line 197, ../sass/main.scss */
html body .overlay-machine.show {
  opacity: 1;
  height: 100%;
}

.harmony {
  background: #e8e8e8 url("../images/attention.jpg") no-repeat right bottom; 
}

	overlay {
  background-color: rgba(255, 255, 255, 0.8);
  height: 0;
  width: 100%;
  position: absolute;
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 0.6s linear;
  -moz-transition: opacity 0.6s linear;
  -ms-transition: opacity 0.6s linear;
  -o-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear;
}
/* line 99, ../sass/main.scss */
html body .overlay .content-overlay {
  width: 685px;
  height: 300px;
  margin: 100px auto;
  position: relative;
  background-color: white;
  padding: 25px 15px 35px 15px;
  border: 1px solid #cccccc;
  border-top: 4px solid red;
  -webkit-transition: all 1s cubic-bezier(0.64, 0.57, 0.47, 1.29);
  -moz-transition: all 1s cubic-bezier(0.64, 0.57, 0.47, 1.29);
  -ms-transition: all 1s cubic-bezier(0.64, 0.57, 0.47, 1.29);
  -o-transition: all 1s cubic-bezier(0.64, 0.57, 0.47, 1.29);
  transition: all 1s cubic-bezier(0.64, 0.57, 0.47, 1.29);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, -1500px, 0);
  -moz-transform: translate3d(0, -1500px, 0);
  -ms-transform: translate3d(0, -1500px, 0);
  -o-transform: translate3d(0, -1500px, 0);
  transform: translate3d(0, -1500px, 0);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
/* line 111, ../sass/main.scss */
html body .overlay .content-overlay div {
  display: inline-block;
  width: 100%;
}
/* line 116, ../sass/main.scss */
html body .overlay .content-overlay h2 {
  font-size: 24px;
  line-height: 36px;
  font-size: 2.4rem;
  line-height: 3.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  margin-bottom: 20px;
  float: left;
}
/* line 123, ../sass/main.scss */
html body .overlay .content-overlay a.close {
  float: right;
}
/* line 127, ../sass/main.scss */
html body .overlay .content-overlay label, html body .overlay .content-overlay p {
  font-family: "lucida", arial, sans-serif;
  font-size: 18px;
  /*line-height: 15px;
  font-size: 2rem;
  line-height: 1.5rem;
  line-height: 10px;
  line-height: 1rem;*/
  display: block;
  height: 16px;
  text-transform: uppercase;
}
/* line 136, ../sass/main.scss */
html body .overlay .content-overlay input.txt {
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  line-height: 1.8rem;
  padding: 5px;
  background-color: #f3f3f3;
  border: 1px solid #cccccc;
  margin-bottom: 20px;
  font-family: "lucida", arial, sans-serif;
}
/* line 146, ../sass/main.scss */
html body .overlay .content-overlay input.required {
  border: 1px solid #de0909;
}
/* line 150, ../sass/main.scss */
html body .overlay .content-overlay div.check-box {
  display: block;
  zoom: 1;
  margin-bottom: 20px;
}
/* line 4, ../sass/_mixins.scss */
html body .overlay .content-overlay div.check-box:before {
  content: '';
  display: block;
}
/* line 5, ../sass/_mixins.scss */
html body .overlay .content-overlay div.check-box:after {
  content: '';
  display: table;
  clear: both;
}
/* line 155, ../sass/main.scss */
html body .overlay .content-overlay div.check-box input {
  float: left;
  margin: 0 10px 0 0;
}
/* line 160, ../sass/main.scss */
html body .overlay .content-overlay div.check-box label {
  float: left;
}
/* line 165, ../sass/main.scss */
html body .overlay .content-overlay .btn-blue {
  width: 100%;
}
/* line 169, ../sass/main.scss */
html body .overlay .content-overlay .question {
  text-align: center;
}
/* line 172, ../sass/main.scss */
html body .overlay .content-overlay .question .btn-blue, html body .overlay .content-overlay .question .btn-red {
  width: 40%;
  margin: 0 20px;
}
/* line 178, ../sass/main.scss */
html body .overlay .content-overlay span {
  font-family: "lucida", arial, sans-serif;
  font-size: 14px;
  line-height: 21.0px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  line-height: 18px;
  line-height: 1.8rem;
  display: block;
  margin-bottom: 15px;
}
/* line 185, ../sass/main.scss */
html body .overlay .content-overlay span strong {
  font-weight: 800;
}
/* line 192, ../sass/main.scss */
html body .overlay .content-overlay.bounce {
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  -ms-transform: translate3d(0, 50px, 0);
  -o-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
/* line 197, ../sass/main.scss */
html body .overlay.show {
  opacity: 1;
  height: 100%;
}

@-webkit-keyframes bounce {
  /* line 114, ../sass/_mixins.scss */
  0% {
    -webkit-transform: scale(1);
  }
  
  @-moz-keyframes bounce {
  /* line 131, ../sass/_mixins.scss */
  0% {
    -moz-transform: scale(1);
  }
  
  html body div.page .main-tool nav ul .anim span.simpleCart_quantity {
  -webkit-animation: bounce 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 1;
  animation: bounce 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 1;
}

html body .overlay {
  background-color: rgba(255, 255, 255, 0.8);
  height: 0;
  width: 100%;
  position: absolute;
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 0.6s linear;
  -moz-transition: opacity 0.6s linear;
  -ms-transition: opacity 0.6s linear;
  -o-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear;
}