body {
	margin: 8px 0 0 0 !important;
}

#infoRec {
	position: absolute;
	top: -14px;
	left: 30px;
	color: red;
}

#body_arrow {
	color: #444;
	display: none;
	position: fixed;
	bottom: 20px;
	right: 150px;
}

#central_content {
	height: 100%;
	color: #444;
	font-size: 12px;
	width: 1000px;
	margin: auto;
	position: relative;
	background: #fff;
	box-shadow: 0 0 5px #777;
	-moz-box-shadow: 0 0 5px #777;
	-webkit-box-shadow: 0 0 5px #777;
}

#header {
	height: 100px !important;
	padding: 0 !important;
	margin: 0 !important;
	border-bottom: 1px solid #ccc;
	position: relative;
	z-index: 1;
}

.header-bck {
	width:550px !important;
	height: 100px !important;
	margin: 0 !important;
	padding: 0 !important;
	border-top-left-radius: 250px;
	border-left: 1px solid #ccc;
	background: #eee; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(224,224,224,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* Opera11.10+ */
	background: linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* W3C */
}

.lang-select {
	margin-top: 10px;
	margin-right: -30px;
	text-align: right;
}

.lang-select select {
	width: 100px;
	height: auto;
}

.style_select {
	 background: transparent;
	width: 268px;
	padding: 5px;
	font-size: 16px;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 34px;
	-webkit-appearance: none;	
}

.nation_select{
	position: absolute;
	top: 10px;
	right: 180px;
}

#nation_select_2 {
	width: 120px;
	height: auto;
}

.contatti_top {
	padding: 2px 5px;
	right: 250px;
	top: 6px;
	position: absolute;
	border-radius: 5px;
	font-size: 16px;
	color: #444;
	font-weight: bold;
}

.numeroverde {
	text-align: center;
	padding: 5px;
	margin: 5px auto;
	width: 220px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 16px;
	color: #444;
	background: #ededed;
}

.recapiti {
	text-align: center;
	padding: 5px;
	margin: 5px auto;
	width: 220px;	
	font-size: 16px;
	color: #444;
}

.recapiti_frase {
	font-size: 12px;
	width: 150px;
	margin-left: 30px;
}

.counter_tuttopesca {
	/*margin-left: 200px;*/
	
	position: absolute;
	top: 80px;
	left: 323px;
}

.login-area {
	margin: 24px 10px 0 0;
	float: right;
}

#login_accesso {
	width: 450px;
	right: 80px;
	top: 50px;
	display: none;
	position: absolute;
}

#login_accesso_, #login_accesso_2 {
	color: #444;
	text-decoration: none;
	margin-right: 10px;
}

#login_accesso_ a, #login_accesso_2 a {
	color: #444;
	text-decoration: none;
}

#login_accesso_ a:hover, #login_accesso_2 a:hover {
	color: #444;
	text-decoration: underline;
}

#login_recover {
	right: 80px;
	top: 30px;
	position: absolute;
	color: #444;
	text-decoration: none;
}

#login_recover a {
	color: #444;
	text-decoration: none;
}

#login_recover a:hover {
	color: #444;
	text-decoration: underline;
}

.cerca_box {
	width: 200px;
	height: 47px;
	background: #444;
	position: absolute;
	top: 101px;
	right: 0;
	z-index: 1000;
	padding: 10px;
}

#cerca {
	margin-left: 10px;
}

.icon-search {
	color: #fff !important;
	vertical-align: middle !important;
	cursor: pointer;
}

.top-logo {
	float: left;
	height: 100px !important;
	padding: 0 !important;
	margin:0!important;
}

.top-logo img {
	margin-top: 10px;
	width: 450px;
}

/*
 * CART
 */

#cart_temp {
	display:none;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	-moz-box-shadow: 0 0 45px 15px #999;
	-webkit-box-shadow: 0 0 45px 15px #999;
	box-shadow: 0 0 45px 15px #999;
	border: 2px solid #FC730A;
    color: #595959;
    clear: both;
    width: 400px;
    position: absolute;
    top: 100px;
    right: 0px;
    z-index: 1000;
}

#cart_tmp_content {
    padding: 10px;
}

#tmp_number {
	position: absolute;
	width: 20px;
	top: 20px;
	right: -10px;
	color: #FC730A;
}

.itemsmall {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #FC730A;
}

.img_contentsmall {
	float: left;
	margin-right: 5px;
	border: 1px solid #ccc;
}

.prod_namesmall {
	font-weight: bold;
	font-size: 10px;
	margin: 5px;
	text-align: right;
	min-height: 50px;
	/*height: expression(this.scrollHeight < 50 ? "50px" : "auto");*/
	}


/*

/*COLONNA SINISTRA*/

#left_column {
	height: 100%;
	background: #fff;
	float: left;
	width: 230px;
	display: block;
}

.categories-menu {
	min-height: 800px;
	width: 220px;
	padding: 0px;
	margin-bottom: 30px;
	text-decoration: none;
}

.categories-menu ul {
	padding: 0px !important;
	margin: 5px !important;	
}

.ricerca_categoria {
	margin: 12px 0 0 12px;
}


#search_input {
	border: 1px solid #7b7b7b;
	border-radius: 4px;
	padding-left: 5px;
	width: 160px;
}


.lente {
	vertical-align: middle;
	margin-right: 5px;
}


.categories-menu-title {
	font-size: 20px;
	color: #fff;
	margin-top: 10px;
	text-align: center;
}

.main_category {
	width: 220px;
	margin: 10px 5px;
	font-size: 16px;
	text-transform: uppercase;
	padding: 5px 5px 5px 15px;
	border-radius: 5px;
	background: #ccc;
	color:#444;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.2);
}

li.current_cat, li.current_cat a {
	margin-bottom: 0px;
	background-color: #ccc;
	border-bottom: none !important;
	font-weight: bold !important;
}

.categories-menu li {
	width: 220px;
	font-size: 13px;
	display: inline-block;
	padding: 5px;
	border-bottom: 1px dotted #888;
	text-decoration: none !important;
	font-weight: normal;
	border-radius: 5px;
}

.categories-menu li:hover {
	width: 220px;
	border-radius: 5px;
	display: inline-block;
	text-decoration: none !important;
	font-weight: normal;
	background: #ccc;
}

.scat {
	padding: 5px 5px 5px 15px;
	display: block;
	text-decoration: none;
	background-color: #ededed;
	font-weight: normal;
	border-radius: 5px;
	border: 1px solid white;
}

.scat:hover {
	text-decoration: none;
	background-color: #ccc;
}

span.current_scat, span.current_scat a {
	margin-bottom: 0px;
	background-color: #ccc;
}

.numerator {
	float: left;
	margin-left: 5px;
	border: 1px solid #ccc;
	font-size: 14px;
	text-align: center;
	padding: 5px;	
}

.numerator a {
	text-decoration: none;
}

.numerator_selected {
	background: #444;
	color: #fff;
}

.categories-menu li.scat {
	font-size: 12px;
	padding: 5px 5px 5px 15px;
	display: block;
	text-decoration: none;
	font-weight: normal;
	border-radius: 5px;
	border: 1px solid white;
}

li.scat a {
	text-decoration: none;
	font-weight: normal;
}

li.scat a:hover {
	background-color: #ccc;
}

li.current_scat {
	font-size: 12px;
	border-bottom: none;
	background-color: #ccc;
	margin-bottom: 0px;
	padding-left: 15px;
	border-radius: 5px;
}


/*PRODOTTO THUMB*/

#search_more {
	margin-top: 5px;
}

#cat_ricerche {
	height: 130px;
}

.cat_ricerche_box {
	width: 250px;
	height: 130px;
	background-color: #F5F5F5;
	border-radius: 5px;
	-moz-box-shadow: 0 0 2px #7b7b7b;
	-webkit-box-shadow: 0 0 2px #7b7b7b;
	box-shadow: 0 0 2px #7b7b7b;
	text-align: left;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 15px;
	float: left;
}

.cat_ricerche_type {
	color: #444;
	font-size: 14px;
	text-transform: uppercase;
	background: #ccc;
	padding: 5px 0 5px 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.cat_ricerche_voci {
	height: 80px;
	width: 245px;
	overflow: auto;
	padding-top: 8px;
	margin-top: 5px;
}

.cat_ricerche_name {
	margin-left: 10px;
	line-height: 1.5;
	font-weight: normal;
	text-decoration: none;
}

.cat_ricerche_name a {
	font-weight: normal;
	text-decoration: none;
}

.cat_ricerche_name a:hover {
	font-weight: bold;
	text-decoration: none;
}

.check_cat_ricerche {
	margin-top: -2px !important;
	margin-right: 8px !important;
	vertical-align: middle;
}


/*PRODOTTO DETAIL*/

.catalog_left{
	float: left;
	width: 350px;
	margin-bottom: 10px;
}

.catalog_right {
	width: 370px;
	margin-left: 350px;
	margin-bottom: 10px;
}

.catalog_object_detail {
	padding: 20px 20px 20px 0;
	float: left;
	width: 770px;
	height: auto;
	position: relative;
	background-color: #fff;
}

.product_image_detail {
	width: 340px;
	height: 380px;
	border: 1px solid #EDEDED;
	padding: 2px;
	display: table;
	text-align: center;
}

.img300 {
	display: table-cell;
	vertical-align: middle !important;
}

.img280 {
	height: 280px;
}

.zoom {
	position: absolute;
	top: 360px;
	left: 300px;
}

.img25 {
	width: 25px;
}

.product_gallery {
	width: 80px;
	height: 80px;
	border: 1px solid #EDEDED;
	display: table;
	text-align: center;
	float: left;
	margin: 5px 5px 0 0;	
}

.product_gallery_hide {
	display:none;	
}


.img50 {
	display: table-cell;
	vertical-align: middle !important;
}

.img50:hover {
	box-shadow: 0 0 3px #888;
}

.icon-reply {
	margin: 20px 10px !important;
	background: #fff;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.product_othercolor {
	float: right;
	width: 700px;
	margin-bottom: 10px;
}

.img_othercolor {
	width: 70px;
	height: 70px;
	border: 1px solid #EDEDED;
	margin: 2px;
}

.freccia_dx {
	position: absolute;
	top: 390px;
	left: 300px;
}

.brand_name_detail {
	font-size: 12px;
	width: 400px;
	margin-bottom: 10px;
	height: 50px;
}

.brand_logo {
	float: left;
}

.brand_text {
	font-size: 13px;
	width: 400px;
	font-weight: bold;
}

.brand_size {
	max-height: 50px;
	max-width: 100px;
	margin-right: 20px;
	vertical-align: middle;
}

.product_name_detail {
	line-height: 1;
	font-size: 18px;
	text-align: left;
	margin-bottom: 10px;
	font-weight: bold;
}

.product_table {
	width: 400px;
}

.product_table td {
	border-right: 1px solid #ccc;
}

.td_firstcell {
	width: 30px;
}

.product_table_first {
	height: 25px;
	background: #eee;
	background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(224,224,224,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(224,224,224,1)));
	background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%);
	background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%);
	background: linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%);
	z-index: 600;
	border: 1px solid #ccc;
}

.product_table_second {
	width: 400px;
	border-bottom: 1px solid #ededed;
}

.product_table_select {
	border: 1px solid #EDEDED;
	width: 20px;
}

.product_table_titoli {
	width: 100px;
	font-size: 11px;
	text-align: center;
	color: #444;
	padding: 2px;
}

.product_table_body {
	overflow: auto;
	height: 135px;
	width: 415px;	
}

.product_table_radio {
	vertical-align: middle;
}

.product_table_taglia, .product_table_colore, .product_table_dispo {
	width: 108px;
	border: 1px solid #EDEDED;
	text-align: center;
	font-size: 11px;
}

.product_pricelist_detail {
	color: #444;
	font-size: 14px;
	text-decoration: line-through;
	margin-right: 20px;
}

.product_sconto_detail {
	font-size: 13px;
}

.product_pricelist {
	color: #444;
	font-size: 12px;
	text-decoration: line-through;	
}

.product_price_detail {
	font-weight: bold;
	font-size: 24px;
	color: #FC730A;
}

.product_discount {
	font-weight: bold;
}

.currency_big {
	font-size: 24px;
	margin-right: 8px;
}

.decimal_big {
	font-size: 16px;
}

.currency_small {
	font-size: 12px;
	margin-right: 8px;
}

.decimal_small {
	font-size: 12px;
}

.iva {
	color: #444;
	font-weight: normal;
	font-size: 11px;
}

.product_text_detail {
	clear: both;
	width: 750px;
	text-align: justify;
	margin: 10px 0 40px 0;
	padding: 10px 10px;
	font-size: 14px;
	border-top: 2px dotted #ededed;
}

.product_text_detail table {
	max-width:720px !important;
}

.product_text_detail_title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.prodotto_acquista {
	cursor:pointer;
}

.prodotto_acquista button {
	float: right;
	top: -40px;
}
.item_buy {
	margin-top: 30px;
	width:390px;
}

.acquista {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

#logo_cart {
	position: absolute;
	top: 110px;
	right: 250px;
}

.box_info {
	padding: 5px;
	margin: 2px 10px 10px 10px;
	border: 1px solid #ededed;
	width: 210px;
}

.table_select_multi {
	min-height: 200px;
	margin-top: 20px;
	width: 400px;
}

.table_select_multi_row {
	height: 20px;
	max-height: 20px
}

.measure_small_container_kit {
	background: white;
	margin-left: 30px;
	border: 1px solid #ccc;
	float: right;
	width: 200px;
	text-align: right;
}


.table_select_multi tr{
	vertical-align: top;
}


.kit_buy {
	margin-top: 30px;
	width:390px;
	min-height: 130px;
}

.kit_buy div {
	position: relative;
}

.info_icon {
	text-align: left;
	line-height: 3;
	border-bottom: 1px dotted #FC730A;
	
}

.align {
	vertical-align: middle !important;
	color: #FC730A;
	margin-right: 10px;
}

.info_text {
	text-decoration: none;
}

.info_text:hover {
	text-decoration: underline;
}

.checkminimo {
	font-size: 13px;
	margin-top: 5px;
}

.hidden { 
	display:none;
}

.visible { 
	display:block;
}

#price_minimum, #segnala-amico {
	margin: 10px;
	font-size: 12px;
	width: 400px;
}

#commento_dialog {
	margin: 10px;
	font-size: 12px;
	width: 400px;
}

.segnala {
	text-align: justify;
	width: 400px;
	position: absolute;
	top: 360px;
	left: 280px;
	z-index: 1;
	background: #ECECEC;
}
.success {
	text-align: justify;
	z-index: 1;
}

.error, .notice {
	padding: 15px;
	margin-bottom: 1em;
	border: 2px solid #DDD;
}

.legend {
	margin-top: 5px;
	padding-bottom: 5px;
	border: none;
}

#inviaminimo {
	margin-top: 15px;
}


#cf_author, #cf_email {
	width: 280px;
}

#cf_comment {
	width: 350px;
	height: 100px;
}

.grazie_prezzo_minimo {
	text-align: center;
	margin: 30px;
}

#info_box_spiegazioni {
	position: relative;
	z-index: 1;
	text-align: left;	
}

#prezzo_minimo, #verifica_taglia, #soddisfatti_rimborsati, #tempi_consegna, #acquisto_sicuro, #modi_pagamento,#assicurata_why {
	display: block;
	background-color: #FC730A;
	-moz-box-shadow: 0 0 10px white;
	-webkit-box-shadow: 0 0 10px white;
	box-shadow: 0 0 10px white;
	color: #fff;
	padding: 5px 10px;
	font-size: 12px;
	letter-spacing: 1px;
	width: 300px;
	display: none;
	border-radius: 5px;
}

#prezzo_minimo {
	position: absolute;
	top: -230px;
	left: 210px;
	z-index: 10;
}

#verifica_taglia {
	position: absolute;
	top: -190px;
	left: 210px;
	z-index: 10;
}

#soddisfatti_rimborsati {
	position: absolute;
	top: -150px;
	left: 210px;
	z-index: 10;
}

#tempi_consegna {
	position: absolute;
	top: -110px;
	left: 210px;
	z-index: 10;
}

#acquisto_sicuro {
	position: absolute;
	top: -70px;
	left: 210px;
	z-index: 10;
}

#modi_pagamento {
	position: absolute;
	top: -40px;
	left: 210px;
	z-index: 10;
}

#assicurata_why {
	position: absolute;
	top: -40px;
	left: 210px;
	z-index: 10;
}

/*BANNER*/

.slb_box {
	width: 140px;
	text-align: center;
	text-decoration: none;
	display: block;
}

.slb_img {
	width: 140px;
	height: 110px;
	text-align: center;
}

.slb_img img {
	vertical-align: middle;
	margin: auto;
	max-width: 110px;
	max-height: 100px;
}

.slb_box:hover {	
	opacity: 0.6;
}

.slb_price {
	font-size: 16px;
	color: #ff6e02;
}

.slideshow_title {
	clear: both;
	margin: 10px 0;
	padding: 5px 20px;
	width: 100%;
	height: 30px;
	background: #eee; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(224,224,224,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* Opera11.10+ */
	background:linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* W3C */
	color: #777;
	font-weight: bold;
	font-size: 14px;
	text-shadow: 0px 1px 1px #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#right_banner {
	position: relative;
	width: 767px;
	height: 250px;
	margin-bottom: 10px;
}


#right_banner img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 767px;
	height: 250px;	
}
	
/*COMMENTI HOME*/

.comment-box {
	font-size: 12px;
	margin: 10px;
	border: 1px dotted #ccc;
	border-radius: 5px;
	padding: 5px 5px 10px 10px;
	text-align: left;
	background: #ededed;
}

.comment-author {
	font-weight: bold;
	padding-bottom: 5px;
}

.comment-date {
	font-size: 10px;
}
	
.comment-content {
	border-top: 1px dotted #ccc;
	padding: 5px;
}

.scheda_prodotto {
	border-top: 1px dotted #ccc;
	color:#666;
	padding: 10px 0 5px 10px;
	font-size: 10px;
}

/*PRODOTTO IN EVIDENZA*/

.left {
	margin: 5px 5px 5px 0;
}

.right {
	margin: 5px 0 5px 5px;
}

.offerta_box {
	background: #fff;
	position: relative;
	float: left;
	display: block;
	margin: 0 5px 5px 0;
	width: 250px;
	height: 400px;
	border: 1px solid #ccc;
	border-radius: 10px;
}

.offer_box {
	height: 250px;
	position: relative;
	margin: 0 10px;
	border: 2px solid #FC730A;
	width: 210px;
	background: #eee;
	background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(224,224,224,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(224,224,224,1)));
	background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%);
	background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%);
	background: linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%);
}

.offerta_acquista {
	position: absolute;
	bottom: 105px;
	right: 7px;
}

.offerta_info {
	position: absolute;
	bottom: 105px;
	left: 7px;
}

.offerta_item {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	width: 100%;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	background: #eee; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(224,224,224,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* Opera11.10+ */
	background: linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* W3C */
	z-index: 1;
	border-bottom: 1px solid #ccc;
}

.offer_flag {
	position: absolute;
	bottom: 0;
	left: 10px;	
}

.offer_flag button {
	width: 190px;
	padding: 2px;
	line-height: 1.2;
}

.flag-top {
	color: #FC730A;
	position: absolute;
	bottom: 0;
	right:10px;
}

.offerta_title h1 {
	text-shadow: 0px 1px 1px #fff;
	color: #777;
	text-transform: lowercase;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
}

.offer_title h1 {
	color: #FC730A;
	font-size: 16px;
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 1px solid #FC730A;
}

.offerta_boximg {
	width: 250px;
	margin-top: 50px;
	display: table;
	text-align: center;
}

.offerta_img {
	display: table-cell;
	vertical-align: middle;
}

.offerta_img img {
	padding: 5px !important;
	max-height: 200px;
	max-width: 250px;
}

.offerta_price {
	position: absolute;
	bottom: 55px;
	right: 10px;
	color: #ff6e02;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.intero {
	font-size: 30px;
}

.decimali {
	font-size: 20px;
}

.offerta_risparmio {
	position: absolute;
	bottom: 60px;
	left: 10px;
	font-size: 14px;
	text-align: left;
}

.offer_risparmio {
	position: absolute;
	top: 90px;
	left: 0;
	width: 210px;
	text-align: center;
	font-weight: bold;
}

.offer_prezzo {
	color: #FC730A;
	font-size: 30px;
	text-shadow: 0px 1px 1px #fff;
	margin-bottom: 5px;
}

.offerta_time {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 14px;
	font-weight: bold;
	border-top: 1px solid #ccc;
	padding: 6px;
	background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(224,224,224,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(224,224,224,1)));
	background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%);
	background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%);
	background: linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.offer_time {
	height: 65px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 12px;
	font-weight: bold;
	border-top: 1px solid #ccc;
	padding: 6px;
	background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(224,224,224,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(224,224,224,1)));
	background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%);
	background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%);
	background: linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.offerta_time img {
	width: 35px;
	vertical-align: top;
	margin-left: 10px;
}

.offer_time img {
	width: 35px;
	vertical-align: top;
	margin-top: 10px;
}

.offerta_text {
	font-size:12px;
	text-align: center;
	padding: 5px;
}

.offerta_text h1 {
	font-size: 13px;
	margin-top: -3px;
}

.timer {
	font-size: 14px;
	font-weight: bold;
	left: 70px;
	bottom: 5px;
	position: absolute;
}
	
.offerta_social_product {
	clear: left;
	height: 30px;
	color: #777;
	position: absolute;
	top: 400px;
	right: 20px;
}

#social-relative {
	position: relative;
	z-index: 1;
}

#social-float {
	box-shadow: 0 0 10px 5px #fff;
	-moz-box-shadow: 0 0 10px 5px #fff;
	-webkit-box-shadow: 0 0 10px 5px #fff;
	position: absolute;
	z-index: -1;
	bottom: -100px;
	right: -48px;
	background: #ccc;
}

#social-float a:hover {
	position: relative;
	left: 2px;
}

#social-float img {
	margin-bottom: 1px;
}

#chat-float {
	/*
	z-index: -1;
	bottom: -154px;
	right: -140px;
	background: #ccc;
	position: absolute;
	*/
}
/* PRODOTTO NELLE CATEGORIE  */

.list_box {
	background: #fff;
	position: relative;
	float: left;
	display: block;
	margin-bottom: 5px;
	padding: 5px;
	width: 250px;
	height: 300px;
}

.list_box:hover {
	z-index: 100;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
}

.list_acquista {
	text-align: left;
	display: none;
	background: white;
	padding: 5px;
	z-index: 100;
	left: -60px;
	top: 0;
	position: absolute;
	height: 320px;
	width: 310px;
	border-top: 1px solid #ededed;
	border-bottom: 3px solid #FC730A;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
}

.list_brand {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 1;
}

.acquista_ora {
	right: 10px;
	bottom: 10px;
	position: absolute;
	display: block;
}

.list_info {
	position: absolute;
	bottom: 10px;
	left: 7px;
}

.list_item {
	width: 100%;
	height: 45px;
	position: absolute;
	top: 150px;
	left: 0;
	z-index: 1;
}

.measure_small_container {
	position: absolute;
	line-height: 1.6;
	width: 110px;
	background:white;
	margin-left: 30px;
	border:1px solid #ccc;
	box-shadow: 0 0 5px 5px #fff;
}

.measure_small_container_list {
	position: absolute;
	width: 200px;
	background:white;
	margin-left: 30px;
	border:1px solid #ccc;
}


.table_line span {
	margin-left: 5px;
}

.table_color {
	
}

.table_line:hover {
	background-color:lightblue;
	cursor:pointer;
}

.sub_code {
	padding: 2px 5px;
	background-color:lightgrey;
}

.measure_small {
	display: none;
}

.list_misure {
	margin: 35px 5px 0 35px;
	position: relative;
	z-index: 1000;
}

.list_misure2 {
	margin: -20px 5px 0 8px;
	position: relative;
	z-index: 1000;	
}

.list_title h1 {
	padding: 5px;
	color: black;
	text-transform: lowercase;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	text-align: center;
}

.list_boximg {
	width: 245px;
	height: 160px;
	display: table;
	text-align: center;
}

.list_boximg2 {
	width: 305px;
	height: 160px;
	display: table;
	text-align: center;
}

.list_img {
	display: table-cell;
	vertical-align: middle;
}

.list_img img {
	padding: 5px !important;
	max-height: 150px;
	max-width: 250px;
}

.list_price {
	position: absolute;
	bottom: 55px;
	right: 10px;
	color: #ff6e02;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.list_risparmio {
	position: absolute;
	bottom: 45px;
	left: 10px;
	font-size: 12px;
	text-align: left;
}

.stroken {
	position: absolute;
	bottom: 75px;
	left: 10px;
	font-size: 12px;
	text-align: left;
	text-decoration: line-through;
}

stroken:hover {
	text-decoration: line-through;
}

/*FOOTER*/

#footer {
	border-top: 10px solid #777;
	height: 100%;
	padding: 0;
	margin: 0;
	clear: left;
	width: 100%;
	background: #eee; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(224,224,224,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* Opera11.10+ */
	background: linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* W3C */
}

.footer_blue {
	clear: both;
	position: relative;
	width: 1000px;
	margin: auto;
}

.widget_block {
	text-align: left;
}

.widget_block ul li {
	width: 220px;
	display: inline-block;
	padding: 10px 15px;
	vertical-align: top;
	font-size: 12px;
}


.widget_title {
	color: #444;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 3px;
}

.widget_list {
	display: block;
	color: #444;
	text-decoration: none;
	cursor: pointer;
	line-height: 1.5;
	font-weight: normal;
}

.widget_list:hover {
	color: #999;
	text-decoration: none;
}

.company_info {
	font-size: 11px;
	color: #777;
	position: absolute;
	bottom: 35px;
	right: 10px;
	text-align: left;
}

.payment_methods {
	margin: 10px 0 20px 0;
}

.position {
	margin: 20px 0 0 20px !important;	
	float: left;
}

.menu_bottom_title {
	margin: 30px;
	border-bottom: 2px dotted #ccc;
	width: 94%;
}

.menu_bottom_title h1 {
	font-size: 20px;
	font-weight: bold;
}

.menu_bottom_text {
	margin: 0 30px 30px 30px;
	font-size: 14px;
	line-height: 1.3;
	/*min-height: 400px;*/
}

.cart_box {
	right: 200px;
	z-index: 1000;
	top: 101px;
	position: absolute;
	border-left: 1px solid #ccc;
	cursor: pointer;
}

#button_cart {
	padding: 15px 0 0 5px;
	width: 100px;
	height: 45px;
}

.bck_home img {
	margin-top: -3px;
	width: 30px;
	vertical-align: middle;
}

.cart_box button {
	color: #444;
	padding: 10px 20px;
	border-radius: 0;
	height: 45px;
	border-right: 1px solid #ccc;
	border-top: none !important;
	border-bottom: none !important;
	border-left: none !important;
}

.bck_home {
	color: #444;
	padding: 10px 12px;
	border-radius: 0;
	height: 45px;
	border-right: 1px solid #ccc;
	border-top: none !important;
	border-bottom: none !important;
	border-left: none !important;
}

.orange {
	color: #FC730A;
}

.grey {
	color: #ccc;
}

.unit_measure {
	font-size: 12px;
	font-style: italic;
	text-transform: lowercase;
}

.newsletter_box {
	color: #444;
	line-height: 2;
	font-size: 12px;
	right: 10px;
	position: absolute;
	bottom: 100px;
}

#invia_newsletter {
	height: 27px;
	padding: 5px;
}

#input_newsletter {
	width: 180px;
}

.accetto {
	margin-top: 5px;
}

.accetto input {
	margin-top: -2px;
}

.accetto a {
	color: #444;
}

.accetto a:hover {
	text-decoration: underline;
}

.thanks_min_price {
	display:none;
}

/* commenti disqus*/

.disqus_comments li {
	padding: 5px;
	border-radius: 5px;
	border: #ccc 1px solid;
	margin: 5px 5px 5px -15px!important;
}

#disqus_thread {
	width: 95%;
	/*margin: 20px;*/
	
	#height: 550px;
	max-height: 550px;
	overflow: auto;
	padding-right: 50px;
	margin: 30px;
	clear: left;
	margin: 50px 20px 20px 20px;
}


.disqus_comments_title {
	margin: 10px;
	font-size: 14px;
	font-weight: bold;
}

.fb_footer {
	position: absolute;
	bottom: 25px;
	right: 360px;
}

.fb_footer a:hover {
	display: block;
	box-shadow: 1px 1px 10px #888;
	-moz-box-shadow: 1px 1px 10px #888;
	-webkit-box-shadow: 1px 1px 10px #88;
}

/* BARRA DI SCORRIMENTO */
::-webkit-scrollbar{
    width: 15px;
}
 
 ::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(200,200,200,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

::-webkit-scrollbar-thumb:window-inactive{
	background: rgba(200,200,200,0.4); 
}