/* Stili comuni a tutti i form */



body.not-logged-in form .form-submit{
    background: #a3c3d0 none repeat scroll 0 0;
    border: 0 none;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    margin: 25px 0 0;
    text-align: center;
    min-width: 158px;
    max-width: 270px;    
}

body.not-logged-in form input.form-text,
body.not-logged-in form select {
    border: medium none;
    height: 45px;
    width: 425px;
    display: block;
    background-color: #f4f4f4;
    box-shadow: none;
	color: #487b90;  
}


body.not-logged-in form  .form-item label {
    display: block;
    color: #487b90;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 10px;
}

body.not-logged-in form input,
body.not-logged-in form select {
    font-size: 18px;
}

body form .form-text.error {
	background: #ffe5e5 none;
	color: #487b90;
}


/* Select abbelliti con dropdown */
body form .dd {
	
}

body form .dd .ddChild {
	margin-top: -7px;
	border: 1px solid #D3D3D3 !important;
}

body form .dd .ddChild a {
	padding: 0 0 0 8px;
	background: #f5f5f5 none;
	
	color: #999999;
}

body form .dd .ddChild a:hover {
	background: #f5f5f5 none;
}

body form .dd .ddChild a.selected,
body form .dd .ddChild a.selected:hover {
	background: #f5f5f5 none;
}

#edit-lang-dropdown-select-wrapper .dd .ddChild {
	margin-top: -7px;
}

body form .dd .ddTitle .ddTitleText {
	color: #999999;
}

body form .dd .ddTitle .ddTitleText .ddTitleText {
	padding: 0px !important;
	margin: 0px !important;
}

/* Form add to cart */

#product-details .add-to-cart form .qtyfield .form-text {
	box-shadow: none;
	-moz-box-shadow: none;
	webkit-box-shadow: none;
	
	border-radius: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
}



input[type="checkbox"] + label::before {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../images/sprite_checkbox.png");
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: -22px;
    background-repeat: no-repeat;
    background-size: auto auto;
    content: " ";
    display: inline-block;
    height: 22px;
    line-height: 22px;
    margin-bottom: -5px;
    margin-right: 5px;
    width: 22px;
}
input[type="checkbox"]:checked + label::before {
    background-position-x: 0;
    background-position-y: 0;
}

