.styled-select select {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  border-radius: 0;
  padding: 7px !important;
  width: 128%;
	color: #ababab;
}
.styled-select {
   background: url("img/arrowDown.png") no-repeat scroll 90% center #fff;
   border: 1px solid #bbb;
   border-radius: 20px;
   margin-right: 2%;
   overflow: hidden;
  font-size: 14px;
}

.styled-input {
  background: url("img/arrowDown.png") no-repeat scroll 90% center #fff;
  border: 1px solid #bbb;
  border-radius: 20px;
  margin-right: 2%;
  overflow: hidden;
}

.styled-input input {
  border: 0 !important;
  width: 94%;
}

.hg-car-search-item label {
  margin-top: 5px;
  white-space: nowrap;
}


#tile {
	background: url("img/tiles.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    min-height: 32px;
    min-width: 32px;
}
#list {
	background: url("img/list.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    min-height: 32px;
    min-width: 32px;	
}
.inventory_price_box {
	height:auto !important;	
}
.listings-list ul li .main-action {
	margin-left:0 !important;
	border-radius:0 !important;
	text-shadow:none !important;
	font-family: inherit !important;
	box-shadow:none !important;	
	border:none !important;
}
.hg-car-load-search-sm {
	background: url("img/loadSM.GIF") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 15px;
    width: 15px;
}