html {
 overflow-x:hidden;
 overflow-y:auto;
 } 
 
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.box_generale {
	height: 100%;
	width: 100%;
}


.corpo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.corpo a{
	font-weight:bold;
	text-decoration: none;
}

.corpo a:hover{
	font-weight:bold;
	text-decoration: underline;
}

.corpowhite a{
	color: black;
	font-weight:bold;
	text-decoration: none;
}

.corpowhite a:hover{
	color: black;
	font-weight:bold;
	text-decoration: underline;
}

.box_generale {
	font-family: Courier New, Verdana, Arial, Helvetica, sans-serif;
}

.black {
	color: #000000;
}
.white {
	color: #ffffff;
}
.small {
	font-size: 11px;
}
.medium {
	font-size: 12px;
}
.product_list a{
	font-weight:bold;
	text-decoration: none;
}

.product_list a:hover{
	font-weight:bold;
	text-decoration: none;
}
.bold {
	font-weight: bold;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#txt_titolo, #txt_titolo a {
	color: #b2c7d3;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

 
#txt_titolo a:hover {
	text-decoration: underline;
}

#txt_english, #txt_english a {
	color: white;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

#txt_english a:hover {
	text-decoration: underline;
}

#txt_menu, #txt_menu a {
	margin-right: 5px;
	color: white;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#txt_menu a:hover {
	text-decoration: underline;
}

#txt_contacts, #txt_contacts a {
	color: #417996;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

#txt_contacts {
	margin-left: 20px;
	margin-top: 5px;
}

#txt_cart {
	margin-left: 20px;
}

#txt_contacts a:hover, #txt_cart a:hover, #punti_vendita {
	text-decoration: underline;
}

.logo {
	float: left;
	padding-right: 10px;
}



.logomen {
	margin-left: 130px;
	border: 0px;
}

.img_border {
    border: 2px solid #99B0DB;
}

.image_border{
   border-style: solid;
   border-color: #99B0DB;
   border-width: 2px;
}

td.left {
  text-align: justify;
  }
										  
										  
table {
 align: left;
 /* valign: top; */
}

input {
     font-size: 11px;
     font-family: {form_input_font}, Verdana, Geneva, Helvetica, Arial;
      background-color: {table_white};
      color: {table_black};
      border-left: 1px solid #000000;
      border-right: 1px solid #000000;
      border-top: 1px solid #000000;
      border-bottom: 1px solid #000000;
      }
input.radio {
     font-size: 11px;
     font-family: {form_input_font}, Verdana, Geneva, Helvetica, Arial;
      background-color: {table_white};
      color: {table_black};
      border-left: 0px solid #000000;
      border-right: 0px solid #000000;
      border-top: 0px solid #000000;
      border-bottom: 0px solid #000000;
      }
input.checkbox {
     font-size: 11px;
     font-family: {form_input_font}, Verdana, Geneva, Helvetica, Arial;
      background-color: {table_white};
      color: {table_black};
      border-left: 1px solid #000000;
      border-right: 1px solid #000000;
      border-top: 1px solid #000000;
      border-bottom: 1px solid #000000;
      }

select{
     font-size: 11px;
     font-family: {form_input_font}, Verdana, Geneva, Helvetica, Arial;
      background-color: {table_white};
      color: {table_black};
      border-left: 1px solid #000000;
      border-right: 1px solid #000000;
      border-top: 1px solid #000000;
      border-bottom: 1px solid #000000;
      }

textarea{
      font-size: 11px;
      font-family: {form_input_font}, Verdana, Geneva, Helvetica, Arial;
      background-color: {table_white};
      color: {table_black};
      border-left: 1px solid #232222;
      border-right: 1px solid #232222;
      border-top: 1px solid #232222;
      border-bottom: 1px solid #232222;
      }


