/*
 Place all the styles related to the searches controller here.
 They will automatically be included in application.css.
*/

/*
  ####################################################################################
  #
  # Prix des pièces détachés (SAV)
  # Code : c018
  # Dossier : ecopartmntart
  # Descriptif : 
  #
  ####################################################################################
*/



.c018_bt {
  padding-left: 240px;
}


#c018_bt_search {
  background: url(search.png) no-repeat;
  background-size: 50px 50px;
  width:100px;
  height:50px;
}



#c018_bt_printer {
  background: url(printer.jpg) no-repeat;
  background-size: 50px 50px;
  width:50px;
  height:50px;
}

  
.c018_col_1, .c018_col_2, .c018_col_11, .c018_col_111, #c018_famille, #c018_pays, #c018_affiche, #c018_printer
{
  display: inline-block;
}

.c018_col_1
{
  padding-top: 10px;
  width: 240px;
  text-align: right;
}

.c018_col_2
{
  padding-top: 10px;
  width: 100px;
  text-align: right;
}
.c018_col_11
{
  width: 100px;
  text-align: left;
}
.c018_col_111
{
  padding-left: 40px;
}



#c018_libcomp {
  text-transform: uppercase;
}

#c018_composant {
  text-transform: uppercase;
}

#c018_famille, #c018_pays
{
  margin-left: 10px;
}

.c018_critere
{
}



#c018_printer {
  background: url(printer.jpg) no-repeat;
  background-size: 60px 60px;
  width:60px;
  height:60px;
  margin-right: 50px;
}

#c018_resultat {
	font-size: 13px;
  padding-left: 10px;
  padding-right: 10px;
}




