/* -------------------- BUSCA -------------------- */
/* -------------------- MENU TIPO DE BUSCA LISTADA -------------------- */
#list_type_search > li {
  margin: 0 9px 0 0;
}

#list_type_search > li > a{
  padding: 0 16px;
}

#list_type_search > li.order_list > a{
  padding: 0 25px 0 13px;
}

#list_type_search > li.order_list > a span{
  top: 11px;
  right: 11px;
}

#list_type_search > li.order_list > ul > li:last-child{
  border-top: 1px solid #ccc;
  margin: 3px -11px 0 -12px;
  padding: 0 11px 0 12px;
}

/* -------------------- LISTA ITENS -------------------- */
.select_style{
  height: 26px;
  padding: 0 7px;

  border: 1px solid #545454;

  background: #e9eaec;
  background: -moz-linear-gradient(top, #fdfdfd 0%, #d1d1d1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#d1d1d1));
  background: -webkit-linear-gradient(top, #fdfdfd 0%,#d1d1d1 100%);
  background: -o-linear-gradient(top, #fdfdfd 0%,#d1d1d1 100%);
  background: -ms-linear-gradient(top, #fdfdfd 0%,#d1d1d1 100%);
  background: linear-gradient(to bottom, #fdfdfd 0%,#d1d1d1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#d1d1d1',GradientType=0 );

  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;

  color:#4D4D4D;
  font-size: 16px;
}

#search_state{
  display: none;
  margin-left: 15px;
}

#form_search_page .input_text{
  margin-left: 15px;
  width: 550px;
}

#form_search_page .input_text.smaller_input{
  width: 465px;
}

.item_search{
  margin: 23px 0 7px 0;
  overflow: hidden;
}

.item_search .top_date_news{
  line-height: 26px;
  font-size: 11px;
  margin-bottom: 15px;
  font-style: italic;
  color: #666666;
  border-bottom: 2px solid #c0272d;
}

.item_search .img_thumb_new{
  float: left;
  margin-right: 15px;
  margin-left: 5px;
  width: 90px;
}

.item_search .img_thumb_new img {
  width: 100%;
}

.item_search h4, .item_search h4 a{
  color: #4D4D4D;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  text-decoration: none;
  margin: 0 0 4px;
  display: block;
}

.item_search p.text, .item_search p.text a{
  color: #4D4D4D;
  font-size: 14px;
  line-height: 17px;
  text-decoration: none;
  display: block;
}

.item_search p.text span{
  color: #C0272D;
  font-size: 14px;
  font-weight: bold;
}

.item_search:hover h4 a, .item_search:hover p a{
  color: #c0272d;
}