
#advisor_pa_cont
{
  background-color:white;
  width:100%;
  height:100%;
}

#advisor_pa_cont ul
{
 list-style-type: none;
 margin:0px;
}

#advisor_pa_cont ul li
{
  line-height: normal;
  padding-left:0px;
  padding-right:0px;
  padding-top:2px;
  padding-bottom:2px;
  margin:0px;
  min-height: 0px;
  border-color: white;

}

.brand_list_pa
{
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
  float:left;
  padding:0px;
  white-space:nowrap;
/*  min-height:450px;*/
  color:#555555;
}

#brand_list_pa_qs_cont
{
  padding-left:5px;
  padding-right:5px;
  padding-top:5px;
  margin:0px;
  width:100%;
}

#brand_list_pa_qs_cont input
{
  width:100%;
  background-color:white;
  border:1px;
  color:black;
  border:1px solid #999999;
}
.brand_list_pa li
{
  font-size:14px;
  white-space:nowrap;
  border: 1px solid white;
}

#brand_list_pa_head
{
  border: 1px solid white;
  color: black;
}

.brand_list_pa_cont
{
  width:200px;
  max-height:350px;
  overflow: hidden;
}


.brand_list_pa li.selected_brand_list_pa
{
   background-color:#32CD32;
}


.model_list_pa
{
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
  float:left;
  padding:0px;
  white-space:nowrap;
/*  min-height:350px;*/
  color:#555555;
}

.model_list_pa:hover
{
   transition: opacity 0.2s 4s ease; /* Mouse enter: delay */
}


#model_list_pa_head
{
  border: 1px solid white;
  color: black;
}

#model_list_pa_qs_cont
{
/*  background-color:red;*/
  padding-left:5px;
  padding-right:5px;
  padding-top:5px;
  margin:0px;
  width:100%;
}

#model_list_pa_qs_cont input
{
  width:100%;
  background-color:white;
  border:1px;
  color:black;
  border:1px solid #999999;

}

.model_list_pa li
{
  font-size:14px;
  text-transform:none;
  border: 1px solid white;
}

.model_list_pa_cont
{
  width:200px;
  max-height:350px;
/*  overflow: hidden;*/
  overflow-y: auto;
  overflow-x: hidden;

}

.model_list_pa li.selected_model_list_pa
{
    background-color:#32CD32;
}


.year_list_pa
{
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
  float:left;
  padding:0px;
  white-space:nowrap;
  color:#555555;
/*  min-height:350px;*/
}

.year_list_pa li
{
  text-transform:none;
  font-size:14px;
  border: 1px solid white;
}

#year_list_pa_head
{
  border: 1px solid white;
  color: black;
}


.year_list_pa_cont
{
  width:200px;
  max-height:350px;
  overflow: hidden;
}

.year_list_pa li.selected_year_list_pa
{
    background-color:#32CD32;
}


#year_list_pa_qs_cont
{
/*  background-color:red;*/
  padding-left:5px;
  padding-right:5px;
  padding-top:5px;
  margin:0px;
  width:100%;
}

#year_list_pa_qs_cont input
{
  width:100%;
  background-color:white;
  border:1px;
  color:black;
  border:1px solid #999999;

}

.product_list_pa_cont
{
  width:200px;
  max-height:350px;
  overflow-y: hidden;
  overflow-x: auto;
}

.product_list_pa li.selected_product_list_pa
{
    background-color:#32CD32;
}

.product_list_pa
{
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
  float:left;
  padding:0px;
  white-space:nowrap;
  color:#555555;
/*  min-height:350px;*/
}

.product_list_pa li
{
  font-size:14px;
  white-space:nowrap;
  border: 1px solid white;
}


#product_list_pa_head
{
  border: 1px solid white;
  color: black;
}

#product_list_pa_qs_cont
{
/*  background-color:red;*/
  padding-left:5px;
  padding-right:5px;
  padding-top:5px;
  margin:0px;
  width:100%;
}

#product_list_pa_qs_cont input
{
  width:100%;
  background-color:white;
  border:1px;
  color:black;
  border:1px solid #999999;

}

.important_products
{
  color:green;
}

.list_item_pa
{
  cursor: pointer;
}

