@charset "UTF-8";
/* CSS Document */

#box-cont h1{
	background-color:#c6001f;
	color:#fff;
	font-size:18px;
	height:40px;
	line-height:40px;
	width:940px;
	text-transform:uppercase;
	font-weight:normal;
	padding-left:20px;
	margin-bottom:16px;
}
#login-prod{
float:right;
width: 300px;
text-align:right;
padding-bottom:10px;
}
#login-prod form{
clear:both;
margin:0;
clear:both;
text-align:right;
}

#login-prod form a:link, #login-prod form a:visited, #login-prod  form a:active{
color:#6e5353;
text-decoration:none;
}
#login-prod  form a:hover{
color:#6e5353;
text-decoration:underline;
}
#login-prod  label{
padding-right:4px;
}
#login-prod  input{
margin-bottom:2px;
}

.pallino {
font-size:42px;
line-height:48px;
}

.cont-articolo{
height: 500px;
}
ul.bloglist li:nth-child(3n) .cont-articolo {
	margin-right: 0;
}

.cont-articolo img {
padding-bottom:2px;
}
#box-cont .cont-articolo h1 {
	height:48px;
	background-image:url(../images/bg-h1-home.png);
	background-color:transparent;
	line-height:48px;
	font-size:18px;
	color:#6e5353;
	text-align:center;
	width: auto;
	text-transform: none;
}
#box-cont .cont-articolo h1 a:link, .cont-articolo h1 a:visited, .cont-articolo h1 a:active {
text-decoration:none;
color:#6e5353;
}

#box-cont .cont-articolo h1 a:hover {
text-decoration:none;
color:#c5001e;
}
#box-cont .cont-articolo .cont-articolo-testo a:link, 
#box-cont .cont-articolo .cont-articolo-testo a:visited, 
#box-cont .cont-articolo .cont-articolo-testo a:active{
text-decoration:none;
color:#c5001e;
}
#box-cont .cont-articolo .cont-articolo-testo a:hover {
text-decoration:underline;
color:#c5001e;
}
.red {
color:#c5001e;
}
#registrati-prod{
float:left;
width: 620px;
text-align:justify;
}
#registrati-prod a:link, #registrati-prod a:visited, #registrati-prod a:active{
text-decoration:none;
color:#fff;
background-color:#c6001f;
padding:6px 10px 6px 10px;
border-radius:5px;
}
#registrati-prod a:hover{
text-decoration:none;
color:#ccc;
background-color:#c6001f;
padding:6px 10px 6px 10px;
border-radius:5px;
}
.riga-prod {
clear:both;
width:960px;
display:table;
}


/*Checkout*/


.radio_pagamento label.error {
	float: right;
}


#checkout_carrello .titolo {
	font-size: 12pt;
	font-weight: bold;
}

#checkout_carrello thead th,
#order-info thead th {
	border-bottom: solid 1px #333;
}
#checkout_carrello tbody tr:nth-child(2n+1),
#order-info  tbody tr:nth-child(2n+1) {
	background-color: #ddd;
}
#checkout_carrello tbody tr:nth-child(2n),
#order-info tbody tr:nth-child(2n) {
	background-color: #bbb;
}
#checkout_carrello td {
	margin: 1px;
	height: 40px;
	padding: 3px;
}
#areaTabProd table, #checkout_carrello table,
table#order-info {
	width: 100%;
}
.numerico {
	text-align: right;
}

.carr_desc {
	width: 390px;
}
.carr_qta, .carr_seriale {
	width: 50px;
}
.carr_iva {
	width: 50px;
}
.carr_netto {
	width: 50px;
}
.carr_sconto {
	width: 50px;
}
.carr_prezzo, .carr_totale {
	width: 100px;
}
.carr_prezzo_stretto {
	max-width: 45px;
}
.spacer_tab_altro {
	min-width: 100px;
}
.carr_totale {
	font-weight: bold;
}
.totale_compl {
	font-weight: bold;
	border-top: solid 1px black;
	color: #eee;
	background-color: #666;
}
.button-remove {
	white-space: nowrap;
}

.elemento_carrello input.form-input-medium {
    border: 1px solid #4F4F4F;
    border-radius: 3px 3px 3px 3px;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    width: 60px;
    text-align: center;
}

@media (max-width: 560px) {
	#checkout_carrello tbody td:nth-child(1),
	#checkout_carrello thead th:nth-child(1) {
		display: none;
	}
} 

/*FORM*/

#checkout_form .actions_link {
	float: right;
	margin: 20px 0;
}
#checkout_form .actions_link input {
	cursor: pointer;
}
.link_pulsante_form
, #checkout_form .link_pulsante_form, #checkout_carrello .link_pulsante_form, #lista_ordini .link_pulsante_form
, #cart-login #form_login_sublogin {
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	background-color: #F6F6F6;
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
	width: 250px;
	display: block;
	text-align: center;
	float: left;
	margin: 20px 0;
}

#checkout_form .success .link_pulsante_form {
	float: none;
}

#checkout_form .link_pulsante_form:hover, #checkout_carrello .link_pulsante_form:hover {
	background-color: #eaeaea;
}
#checkout_carrello .link_pulsante_form {
}
#checkout_carrello div.link_pulsante_form {
	overflow: hidden;
	transition: height 0.5s ease-in-out;
}
#checkout_carrello div.link_pulsante_form input[type='text'] {
	border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    height: 25px;
    width: 80%;
}
#checkout_carrello div.link_pulsante_form #draft-link {
	height: 25px;
	background-color: #f6f6f6;
	border: 1px solid #cccccc;
	border-radius: 3px;
	padding: 0 6px;
}

#checkout_carrello div.link_pulsante_form:hover {
	height: 75px;
}
    
fieldset.half-size {
	width: 470px;
	float: left;
	padding-right: 10px;
}

#checkout_form h2 {
	margin-top: 20px;
}
#checkout_form .input_element{
	clear: none;
	float: left;
	margin-right: 20px;
}
#checkout_form #info-pagamento .input_element.class_radio ,
#checkout_form #info-spedizione .input_element.class_radio {
	float: none;
}
#checkout_form .c_l_clear-left, #checkout_form .clear-left {
	clear: left;
}

#checkout_form .div_input_form_medium {
	width: 200px;
	float: left;
}
#checkout_form .div_input_text_medium {
	width: 140px;
}
#checkout_form .div_input_form_big {
	width: 400px;
}
#checkout_form .div_input_text_big {
	width: 340px;
}
#checkout_form .div_input_form_small {
	width: 95px;
	float: left;
}
#checkout_form .div_input_text_small {
	width: 60px;
}
#checkout_form label {
	display: block;
	float: none;
	margin-bottom: 0px;
	width: auto;
}
#checkout_form label.c_l_privacy {
	display: inline;
	font-size: 8pt;
	font-style: italic;
}
#checkout_form input[type=text] {
	height: 25px;
}
#checkout_form fieldset {
	padding: 5px;
}
#checkout_form input.input_radio {
	width: 30px;
	float: left;
}
#checkout_form .label_radio {
	font-size: 12pt;
	display: inline;
}
#checkout_form .field_checkout_form {
	width: 451px;
	float: left;
}
#checkout_form #field_info_pers {
	margin-right: 5px;
}
#checkout_form #field_info_sped_other {
	clear: left;
	display: none;
}

input.error {
	border: solid 1px red;
	background-color: #fee;
}
label.error {
	color: red;
	font-style: italic;
	font-weight: bold;
	font-size: 8pt;
}

input.submit {
	background-color: #efe;
	border: solid 1px green;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	height: 40px;
	padding: 5px 40px 5px 20px;
	background-image: url('../immagini/cart.32.png');
	background-position: right bottom;
	background-repeat: no-repeat;
	font-size: 14pt;
	float: right;
	margin-top: 10px;
}
input.submit:hover {
	border-style: outset;
}
#ind_spedizione_altro {
	display: none;
}
.info_ordine div {
	display: table;
}
.stato_pagamento {
	font-weight: bold;
	margin: 10px;
}
.info_prodotti_ordine {
	display: table;
}
th.largo {
	width: 250px;
}
th.medio {
	width: 120px;
}
th.piccolo {
	width: 50px;
}
th.centrato {
	text-align: center;
}
td.centrato {
	text-align: center;
}
#form_login_sublogin {
    background-color: transparent;
    border: 0 none;
    color: black;
    font-weight: bold;
    margin-right: 0;
    padding-right: 0;
    text-align: right;
    text-decoration: underline;
	cursor: pointer;
}

#jumpToLogin2{
    padding: 0px 0px 0px 30px;
    background-image:url(../images/arrow-login.png);
	background-repeat:no-repeat;
	background-position:left;
}

#field_payment {
	margin-bottom: 10px;
}
#field_info_sped {
	margin-bottom: 10px;
	clear: left;
}

.errore_quantita {
	border: solid 1px red;
	background-color: #ff6d6d;
	color: #fff;
	font-weight: bold;
}
.info-min-order {
    font-size: 80%;
    margin-left: 50px;
}

/* login prima di checkout */
#cart-login * {
	margin: 0px;
	padding: 0px;
}
#cart-login fieldset {
	border: 1px solid #c1c1c1;
    padding: 20px 20px;
}
.link_pulsante_form.noMarginTop {
	margin-top: 0;
}
#cart-login {
  width:400px;
  font-size: 12pt;
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
}
#cart-login label {
  font-size: 10pt;
  /*text-align: right;*/
  line-height: 25px;
  margin-right: 10px;
}
#cart-login input {
  width: 200px;
}
#cart-login #form_login_sublogin {
  font-weight: normal;
  color: black;
  text-decoration: none;
  float: right;
  line-height: 20px;
}
#cart-login #form_login label {
	float: left;
}
#cart-login #link-rec-pwd {
	float: right;
	text-decoration: none;
    color: #4d3838;
    background-image: url(../images/arrow-login.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 15px;
	font-size: 12px;
}
#form_login input#form_login_sublogin, #form_login button#form_login_sublogin {
	margin: 0;
}
#cart-login-info {
	display: table;
}
#cart-login-info #checkout-link {
	margin-top: 0px;
	clear: left;
}

@media (max-width: 560px) {
	.link_pulsante_form	
	, .cont-salva-bozza
	, #checkout_form .link_pulsante_form, #checkout_carrello .link_pulsante_form, #lista_ordini .link_pulsante_form
	, #cart-login #form_login_sublogin {
		width: 100%;
	}
}