﻿
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;	
}
/*clearfix è già presente nel css della MasterPage*/
/*Serve per far sì che un contenitore con contenuto flottato contenga effettivamente i propri elementi http://pageaffairs.com/notebook/containing-floats*/
#loading {
    position:absolute;
    width:inherit;
}
#loading img {
	opacity: 0.8;
    margin: 0 auto;
    position: relative;
    display: block;
    top: 45px;
    width: 90px;
    height: 90px;
	z-index: 10;
}

.LoadingVehicleDiv {
    text-align: center;
	padding-top: 55px;
}

p.LoadingVehicleText {
    text-align: center;
    font-size: 20px;
	color: #424242;
	display: inline;
    position: relative;
	background: rgba(235, 235, 235, 0.85);
	padding: 3px 12px;
	border-radius: 3px;
}

td.TecdocNR a {
    color: #11317d !important;
}

td.TecdocNR a:hover {
    color: #11317d !important;
	text-decoration: underline;
}

.vehicleicon {
    vertical-align: middle;
    padding: 0px 4px 0px 4px;
    float: left;
}

#CercaCodProdottoBody{
  font-family: sans-serif,"Helvetica";
  width: 96%;
  position: relative;
  /*height:1;*/
  margin:auto 2% 4% 2%;
  margin-bottom:30px;
  /*padding-bottom:50px;*/
}

#Cerca {
    margin-top:5px;
}

.NowDoing{
  font-weight:bold;
  text-transform:uppercase;
}

#PageTitle {
  line-height: 30px;
  font-size: 9pt;
  color: #333;
  vertical-align: middle;
  margin: 0 auto;
  border-bottom: 1px solid #e7e7e7;
  font-weight: bold;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
}

.TitoloSezione {
  font-size:11px;
  font-weight:bold;
	line-height:2;
	margin-top:3px;
  color:black;
}

ul#ListaMarca {
    text-transform: uppercase;
}

.AttualmenteScelto{
  background-color: rgb(207,207,207);
  border: 1px solid #d3d3d3;
  border-bottom: 1px solid #c3c3c3;
  line-height:25px;
	cursor: pointer;
padding: 0px 3px;
  /*width: 97%;*/
}

.AttualmenteScelto span{
  padding: 0px 3px;
	color: #555;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
}

.FrecciaTendina{
  float:right;
  margin:0px 3px;
}
/* è l'ul*/
.Tendina{
  background-color: rgb(207,207,207);
  border: 1px solid #d3d3d3;
  border-bottom: 1px solid #c3c3c3;
  line-height:25px;
  list-style-type:none;
  cursor:pointer;
}

.Tendina li{
  background-color: #ECEAEB;
  border-color: #D3D3D3 #D3D3D3 #D3D3D3;
  border-radius: 2px 2px 2px 2px;
  border-style: solid;
  border-width: 1px;
}

.Tendina span{
  padding:0px 3px;
	font-family:sans-serif;
	font-size:12px;
	color:#777777;
}

.Tendina li:hover ,li div :hover>span{
  background-color: #E3DFE0;
  color: #777777;
  font-weight: bold;
}

.RightSidePage{
  float:right;
  width:75%;/*Arbitrario scelto in modo che sia sulla stessa linea di left side*/
	max-width:793px;/*1024(Larghezza massima della pagina-210(Larghezza tendine)+21 (margini)*/
  height:100%;
	margin: 3% 0;
}

.LeftSidePage {
  float: left;
  width: 210px;
	margin: 20px 20px 20px 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;	
}

.greyTable{
  font-size:9pt;
  width:100%;
  border-collapse:collapse;
  text-align:left;
  background-color: #dadada;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;  
}

.greyTable2{
  font-size:9pt;
  width:100%;
  border-collapse:collapse;
  text-align:left;
  background-color: #e7e7e7;
  color: #444 !important;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;  
}

.greyTable2 a, .ms-link:visited{
  font-size:9pt;
  width:100%;
  border-collapse:collapse;
  text-align:left;
  background-color: #e7e7e7;
  color: #444 !important;
  text-decoration: none;
}

/*.greyTable2 a:hover{
  font-size:9pt;
  width:100%;
  border-collapse:collapse;
  text-align:left;
  background-color: #e7e7e7;
  color: #444 !important;
  text-decoration: underline;
}*/

/*Presente in ricerca per codice prodotto*/
.greyTable>thead>tr>th{
  border-bottom:3px solid #FFFFFF;
  border-left:none;
  border-right:none;
  font-weight:bold;
  text-align:left;
  color: #444;
}

.greyTable>tbody>tr>td{
  border-bottom:1px solid #FFFFFF;
  border-left:0px;
  border-left:none;
  border-right:none;
  padding:1px;
}

.greyTable2>thead>tr>th{
  border-bottom:1px solid #FFFFFF;
  border-left:none;
  border-right:none;
  font-weight:bold;
  text-align:left;
  color: #999999;
}

.greyTable2>tbody>tr>td{
  border-bottom:1px solid #FFFFFF;
  border-left:0px;
  border-left:none;
  border-right:none;
  padding:1px;
 }

#PdfDiv {
	width: 680px;
	height: 500px;
	margin: 1em auto;
	border: 0px;
}

#PdfDiv p {
   padding: 1em;
}

#PdfDiv object {
   display: block;
   border: solid 1px #666;
}



.productTable{
  position:relative;
	margin: 3% 0px 3% 0px;
	border-spacing:0px;
	position:relative;
	width:100%;
	text-align:left;
}
.productTable th {
	border-bottom: 4px solid #e7e7e7;
	text-align:left; 
	color: #999999; 
	width:25%;
}
.productTable td {
	border-bottom: 1px solid #e7e7e7;
	padding:3px 1px;
}
.productTable a {
	/*color: #47bafb;*/
	color: #0174a7;
    font-weight: bold;
	text-decoration: none;
}

.productTable a:hover {
color: #00336d;
}
/*#VisibilitàRightSide{display:none;}*/
#Helper{
    background-image:url(images/helper-bg.png);
	background-position:right center;
    background-repeat:no-repeat;
	display:table-cell;
	vertical-align:middle;
	width:700px;
	height:178px;
	padding-bottom: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;	
}

#Helper2{
    background-image:url(images/select-icon.png);
	background-position:right center;
    background-repeat:no-repeat;
	display:table-cell;
	vertical-align:middle;
	width:100%;
	height:50px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-width: 2px;
	border-style: solid;
	border-color: #E3E3E3;
	margin-top: 10px;
    margin-bottom: 20px;
    float: left;
}

.helperText{
	color:#C8C8C8;
	font-size:29px;
	text-align:center;
	margin:0 0 0 75px;
}

.helperText2{
	color:#C8C8C8;
	font-size:28px;
	text-align:center;
	margin:0 0 0 25px;
	padding-top: 5px;
}

a.helperText2 {
    text-decoration: none;
	font-size: 0px;
}

/*div id=DettagliProdotti */
/*Devo settare le dimensioni dell'area da evidenziare sull'a perchè non esistono css selectors parent*/
#DettagliProdotti{
  margin:12px;
  position:relative;
  width:100%;
  float:left;
}
ul.BlueUlHorizzontal{
    width:706px;
    height:32px !important;
    margin:0 !important;
    padding:0;
}
ul.BlueUlHorizzontal li{
    float:left;
    margin:0;
    padding:0;
    text-indent:0;
    list-style-type:none;
	font-weight:bold;
    background-color:#e3e3e3 !important;
    text-transform:uppercase !important;
    /*border-bottom-color:#e3e3e3 !important;	*/
}        

ul.BlueUlHorizzontal li a{
    display:block;
    height: 32px;
    width: 234px;
    padding:0px;
    margin:0px;

    /* font decoration */
    color:#909090;
    font-size:12px;
    line-height:30px;
    text-align:center;
    text-decoration:none;
	border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

ul.BlueUlHorizzontal li a:hover {
  background-color:#b6b8bd;
  color:#FFFFFF !important;
  border-bottom-color:#0099FF !important;
}

.BlueUlHorizzontalActive, .BlueUlHorizzontalActive:hover {
  background-color:#0174a7 !important;
  color:#FFFFFF !important;
  /*border-bottom-color:#0099FF !important;*/
  text-transform:uppercase !important;
  border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

#ContainerInformationProducts {
    width:682px;
    height:auto;
	border-top:2px solid #00336d;	
    border-left:2px solid #e3e3e3;
	border-right:2px solid #e3e3e3;
	border-bottom:2px solid #e3e3e3;
    padding:10px;
}

#IstruzioniDiMontaggio,#Applicazioni{
}

.greyLightTable{
    margin:5px 0px 5px 30px;
    background-color:#f0f0f0;
}

.greyLightTable td{
    padding:2px 5px 2px 4px;
    border-bottom:1px solid #bababa
}

.greyLightTable td+td.fontBold{
    padding-left:5px;
}

#detailsTable>thead>tr>th{
    width:1%;
    /*padding:4px;*/
}

#detailsTable>thead>tr>th#title{
    width:25%;
}

#detailsTable>thead>tr>th#model{
    width:25%;
}

#detailsTable>thead>tr>th#version{
    width:25%;
}

#detailsTable>thead>tr>th#moreless{
    width:7%;
}

.fontBold {
    font-weight:bold;
}
.carlogo {
	/*margin:2px 0px 2px 6px;*/
	margin:2px 0px 2px 0px;
}
.carinfo {
/*	margin-left:20px;
	margin-bottom:6px;*/
    vertical-align:middle;
    padding: 0px 4px 0px 4px;

}

#productInformation {
    border-right:1px solid #FFFFFF;
	border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

#applications {
    border-right:1px solid #FFFFFF;    
    border-left:1px solid #FFFFFF;
	border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

#instructionSet {
    border-left:1px solid #FFFFFF;
	border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

#toolbarProduct {
	width:100%; 
	border-top:1px solid #e3e3e3; 
	border-bottom:1px solid #e3e3e3;
	padding:3px 0px;
	margin-bottom:10px;
}

#toolbarProduct table{
	width:100%;
}
#toolbarProduct table td{
	text-align:center;
	font-size:12px;
	font-family: sans-serif,"Helvetica";
	color:#999999;
	font-weight:bold;
	border-left:1px dashed #e3e3e3;
	width:17%;
	vertical-align:top;
}

td.replaced {
    text-align: left!important;
	padding-left: 10px;
    padding-top: 5px;
    font-size: 14px !important;
    font-family: sans-serif,"Helvetica";
    color: #a5a5a5 !important;
}

#toolbarProduct table td.productCode{
	color:#0174a7;
	font-size:20px;
	vertical-align:bottom;
	text-align:left;
	width:27%;
	padding-left:10px;
}

#toolbarProduct table td.productPage{
	vertical-align:top;
	padding:10px;
}

#toolbarProduct table td.addDocument{
	width:22%;
	border-right:1px dashed #e3e3e3;
}

#toolbarProduct table td.addDocument img{
	float:left;
	margin:0px 5px;
}
#toolbarProduct table td.addDocument div{
	text-align:left;
	margin:10px 0px 0px 40px;
}

#applicationTable {
	width:682px;
}

#applicationTable table {
	width:100%;
	font-family: sans-serif,"Helvetica";
	font-size:13px;
}

#applicationTable table th {
	width:50%;
	text-align:left;
	border-bottom:2px solid #0074c2;
	padding:5px 1px;
	font-size:14px;
}

#applicationTable table td {
	border-bottom:1px solid #e3e3e3;
	padding:4px 1px;
}

.rotate180 {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}


#infoProduct {
    float:left;
    max-width:50%;
     margin-bottom:10px;
}

#infoProduct td{
    padding:3px 5px;
}
#infoTool {
    float:left;
    max-width:50%;
     margin-bottom:10px;
}

#infoTool td{
    padding:3px 5px;
}
.imgProductDetails {
    float:right;
    max-width:50%;
cursor: -webkit-zoom-in!important;
cursor: pointer;
cursor: -moz-zoom-in;
}
.imgProductDetailsContainer .after {
    position: absolute;
    right: 45px;
    display: none;
    color: #FFF;
    float: right;
    max-width: 50%;
}
.imgProductDetailsContainer:hover .after {
    display: block;
}
#infoCar {
    float:left;
    max-width:50%;
    margin-bottom:10px;
}

#infoCar td{
    padding: 3px 5px 3px 10px;
}

a.layouttitle, a.layouttitle:hover {
	margin-right: 42%;
    color: #444;
    font-weight: bold;
    text-decoration: none;
    float: right;
}

.imgProductLayout {
    float:right;
    max-width:50%;
	padding-top: 10px;
}

#tableVetturaProdotto {
    float:left;
    width:100%;
    text-align:left;
}
#tableVetturaProdotto th{
    width:50%;
}

.divider {
    clear:both;
    border-top:1px solid #dedede;
}

#DettagliKit {
    margin-top:20px;
}

#DettagliKit p {
    font-weight:bold;
    font-size:15px;
    margin-bottom:10px;
}

#DettagliKit table {
	width:100%;
	font-family: sans-serif,"Helvetica";
	font-size:13px;
}

#DettagliKit table th {
	width:28%;
	text-align:left;
	border-bottom:2px solid #0074c2;
	padding:5px 1px;
	font-size:14px;
}

#DettagliKit table td {
	border-bottom:1px solid #e3e3e3;
	padding:3px 1px;
	height:25px;
}

#Cerca {
    margin-top:5px;
}

.submitButtonClass{
background:url(/catalogue/SiteCollectionImages/Dayco/searchSubmit.png) no-repeat right;
height:30px;
border:0px;
padding:0px;
margin:-28px 0px 0px 0px;
float:right;
cursor: pointer;
}

button:hover {
background-color: #fff;
}

.strSearchField {
    background-color:#E8e8e8;
    color: #808080;
    border:1px solid #d8d8d8;
    height:21px;
    text-transform:uppercase;
    width:165px;
}

.imgKitList{
  height:35px;
  width:35px;
  vertical-align:middle;
  cursor:pointer;
}

img.imgKitList:hover {
-moz-box-shadow: 0 0 10px #bbb;
-webkit-box-shadow: 0 0 10px #bbb;
box-shadow: 0 0 10px #bbb;
}

img.LogoMarca {
    height: 25px;
    width: 25px;
    vertical-align: middle;
    padding: 0px 2px 0px 2px;
}

.divTabellaMarca {
    width:682px;
    height:auto;
    border-left:2px solid #e3e3e3;
	border-right:2px solid #e3e3e3;
	border-bottom:2px solid #e3e3e3;
    padding:10px;
}
.divTabellaDettagliMotore {
}

.brandName{
    margin-top:10px;
    padding:10px 10px 8px 10px;
    border-top:2px solid #e7e7e7;
	border-left:2px solid #e7e7e7;
	border-right:2px solid #e7e7e7;
	border-bottom: 2px solid #cacaca;
	cursor: pointer;
	text-transform: uppercase;
	line-height: 22px;
}

.brandName:hover{
    color: #0174a7;
}

.imgMarcaIcoExpand{
    float:right;
    width:23px;
    height:21px;
}

.initiallyHidden {
    display:none;
}

p.titleList, span.titleList {
	font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    color: #0174a7;
	margin-top: 5px;
}

.kitName.clearfix {
    margin-top: 5px;
	margin-bottom: 5px;
    padding: 12px 10px 10px 10px;
    border: 2px solid #e7e7e7;
}

a.kitName {
    color: #444;
    font-weight: bold;
	font-family: sans-serif,"Helvetica";
	font-size: 13px;
}

a.kitName:hover {
    color: #0174a7;
	text-decoration: none;
}

div#VisibilitaKit {
    padding-top: 10px;
}
/*################ DAYCO START ZONE TO CUSTOMIZE NEW DROPDOW MENU LIST ############# */
.anchor:hover {
  text-decoration: none;
}
.chosen-container {
width:210px !important;
background-color:rgb(207,207,207) !important;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border-top: 0;
  background-color: #ECEAEB;
  border-color: #D3D3D3 #D3D3D3 #D3D3D3;
  border-radius: 2px 2px 2px 2px;
  border-style: solid;
  border-width: 1px;
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #D3D3D3;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
    text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
  background-color:rgb(207,207,207) !important;

}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span  {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #555; 
  font-size:12px;
  font-weight:bold;
  /*text-transform: uppercase;*/
}

.pchosen {
	 display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #777; 
  font-size:12px;
  font-weight:bold;
margin-right: 38px;

	
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/catalogue/SiteCollectionImages/Dayco/freccia_tendine.png') 1px no-repeat; /*DAYCO */
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/catalogue/SiteCollectionImages/Dayco/freccia_tendine.png') /*-42px*/ 1px no-repeat; /*DAYCO */

}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
 /* padding: 3px 4px; DAYCO*/
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  background-color:#ECEAEB;
   font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  border: 1px solid #777;
  text-transform: uppercase;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
  /*text-transform: uppercase;*/
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
border-color: #D3D3D3 #D3D3D3 #D3D3D3;
  border-radius: 2px 2px 2px 2px;
  border-style: solid;
  border-width: 1px;
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 25px !important;
  padding:0px 3px;
  font-family:sans-serif;
  font-size:12px;
  color:#777777;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
  }
.chosen-container .chosen-results li.highlighted {
background-color: #E3DFE0;
  color: #777777;
  font-weight: bold;
  }
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
.chosen-container-active .chosen-single {
  /*border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);*/
  /*background-color:rgb(207,207,207) !important;*/

}
.chosen-container-active.chosen-with-drop .chosen-single {
   background-color:rgb(207,207,207) !important;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
 }
.chosen-container-active.chosen-with-drop .chosen-single div b {
}
.chosen-container-active .chosen-choices {
 
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #777;/*DAYCO*/
	font-size:12px;
	font-weight:bold;
}
/*################ DAYCO END ZONE TO CUSTOMIZE NEW DROPDOW MENU LIST ############# */


/*##############################################*/
/*		MOBILE									*/
/*##############################################*/

@media screen and (max-device-width:767px) {

#PageTitle {
    font-size: 20px;
}

.TitoloSezione {
    font-size: 18px;
	display: none;
}

input, select, label, textarea, button, option {
    font-size: 25px;
}

.strSearchField {
    width: 25%;
    height: 30px;	
}

.submitButtonClass {
    margin: 0px 0px 0px 0px;
    float: none;
}

#Helper {
    background-image: none;
    display: block;
    width: 100%;
	height: 55px;
}

.helperText {
    margin: 0 0 0 0;
}

p.LoadingVehicleText {
    font-size: 28px;
}

#loading img {
  width:90px;
  height: 90px;
}

.LeftSidePage {
    float: none;	
    width: 100%;
	text-align: center;
}

.RightSidePage {
    float: none;
    width: 100%;
	max-width: 100%;
}

#ddlTipologia, #ddlMarca, #ddlGamma, #ddlModello, #ddlVersione, #ddlMotore {
    width: 45% !important;
}

div#VisibilitaTipologia, div#VisibilitaMarca, div#VisibilitaGamma, div#VisibilitaModello, div#VisibilitaVersione, div#VisibilitaMotore {
    padding-bottom: 15px;
}

.greyTable, .greyTable2, .greyTable2 a {
    font-size: 20px;
}

.greyLightTable {
    margin: 5px 0px 5px 15px;
    font-size: 18px;
}

table#allProductsTable, div#ContainerInformationProducts {
    font-size: 22px;
}

.productTable td, #DettagliKit table td, #applicationTable table td {
    padding: 8px 1px;
}

.brandName {
    padding: 18px 10px 10px 10px;
}

#ContainerInformationProducts {
    width: 97%;
}

ul.BlueUlHorizzontal {
    width: 100%;
}

ul.BlueUlHorizzontal li a {
    width: 311px;
	font-size: 18px;
}

#toolbarProduct table td.productCode {
    font-size: 25px;
}

#toolbarProduct table td {
    font-size: 16px;
}

.productTable th {
    width: 27%;
}

#DettagliKit p {
    font-size: 20px;
}

#DettagliKit table th {
    font-size: 20px;
	width: 26%;
}

#DettagliKit table {
    font-size: 20px;
}

#applicationTable {
    width: 100%;
}

#applicationTable table th {
    font-size: 20px;
}

#applicationTable table {
    font-size: 20px;
}

p.titleList {
    font-size: 19px;
}

div#marche {
    font-size: 19px;
}

.divTabellaMarca {
    width: 97%;
}

#detailsTable>thead>tr>th {
    width: 18%;
}

#Cerca {
    margin-bottom: 10px;
}

.submitButtonClass {
    background-size: 36px 36px;
    height: 36px;
}

a.kitName {
    font-size: 18px;
}

td.replaced {
    font-size: 20px !important;
}

#Helper2 {
    display: none;
	width: 100%;
}

.AttualmenteScelto span, .Tendina span {
    font-size: 22px;
}
}

th#TecDoc.moto img, th#TecDoc.tractor img, th#TecDoc.marine img {
    display: none;
}