.wrap {
  width: 960px;
}
#search-grid img.icon-image {
  background: transparent;
  border: none;
}
#search-grid tr.frozen-1 {
  background: repeating-linear-gradient(45deg, #d9edf7, #d9edf7 10px, #eff5f7 10px, #eff5f7 20px);
  background-attachment: fixed;
}
#search-grid tr.frozen-1 td {
  background: transparent !important;
}
#search-home #search-grid .thumb-img img {
  max-width: 56px;
}
/* search right col */
#search-form {
  display: inline;
}
#search #right-col-search,
#search #right-col-search-1 {
  width: 912px;
  display: inline;
  float: right;
}
#search #right-col-search .anyvan-widget-header,
#search #right-col-search-1 .anyvan-widget-header {
  width: 912px;
  background: url(../images/rightWideDashHead.gif) no-repeat;
  position: relative;
}
#search #right-col-search .anyvan-widget-header span,
#search #right-col-search-1 .anyvan-widget-header span {
  display: block;
  width: 886px;
  background: url(../images/rightWideDashHead.gif) bottom right no-repeat;
  color: #fff;
  font-weight: 700;
  font-size: 0.94em;
  padding: 10px 0 7px 26px;
  font-family: Arial, Helvetica, sans-serif;
}
#search #right-col-search.hide {
  display: none;
}
#search #right-col-search .anyvan-widget-content {
  background: url(../images/rightColWideDashBG.gif) no-repeat bottom center;
}
#search #right-col-search h3.contracted,
body.controller-routematcher #right-col-search h3.contracted {
  /*background: url(../images/contractedRightColBG.gif) no-repeat;*/
  background: url(/images/fullWidthColBG_search.gif) no-repeat;
  margin: 0 0 10px;
  padding-bottom: 11px;
}
#search #right-col-search h3.contracted span {
  background: 0;
}
#search #right-col-search .table-pagination {
  border-radius: 4px;
  background: #BFBFBF;
  color: #FFF;
  margin: 0 auto;
  overflow: hidden;
  padding: 5px 10px 3px;
  width: 884px;
}
.table-pagination.no-results {
  text-align: center;
  padding-left: 370px !important;
  padding-right: 370px !important;
  width: 162px !important;
}
.table-pagination.no-results p {
  width: 140px !important;
  padding-top: 4px !important;
  float: left;
}
.table-pagination.no-results .ajax-indicator-pagination {
  display: block;
  float: right;
}
/* Search left col */
#left-col-search,
#left-col-search-1 {
  width: 228px;
  float: left;
  clear: left;
  display: inline;
  margin: 0 10px 0 0;
  overflow: hidden;
}
#left-col-search.hide {
  display: none;
}
#save-search-wrapper {
  width: 228px;
  float: left;
}
#left-col-search .anyvan-widget-header,
#left-col-search-1 .anyvan-widget-header,
#save-search-wrapper .anyvan-widget-header {
  width: 228px;
  background: url(../images/dashLeftHead.gif) no-repeat;
  position: relative;
}
#left-col-search .anyvan-widget-header span,
#left-col-search-1 .anyvan-widget-header span,
#save-search-wrapper .anyvan-widget-header span {
  display: block;
  width: 202px;
  background: url(../images/dashLeftHead.gif) bottom right no-repeat;
  color: #fff;
  font-weight: 700;
  padding: 10px 0 7px 26px;
  font-size: 0.94em;
  font-family: Arial, Helvetica, sans-serif;
}
#left-col-search .anyvan-widget-content,
#left-col-search-1 .anyvan-widget-content,
#save-search-wrapper .anyvan-widget-content {
  background: url(../images/leftColDashBG.gif) no-repeat bottom center;
  /*zoom: 1;*/
}
#left-col-search h3.contracted {
  background: url(../images/contractedLeftColBG.gif) no-repeat;
  margin: 0 0 10px;
  padding-bottom: 11px;
}
#left-col-search h3.contracted span {
  background: 0;
}
#checkSelect {
  overflow: hidden;
  margin: 0 0 5px;
}
#checkSelect li {
  float: left;
  display: inline;
  color: #15589D;
  text-decoration: underline;
  line-height: 1.2;
  border-right: 1px solid #399ED6;
  padding: 0 5px 0;
  cursor: pointer;
}
#checkSelect li:hover {
  color: #D71C65;
}
#checkSelect li.inv {
  border: 0;
}
/* Tab System */
#right-col-search #search-tabs {
  overflow: hidden;
  margin: 6px auto 0px 0px;
  border: 0;
  background: none;
  width: 904px;
  padding: 0px;
}
#right-col-search #search-tabs li {
  float: left;
  display: inline;
  margin: 0 5px 0 0;
  padding: 0;
  background: 0;
  position: relative;
  top: 6px;
}
#right-col-search #search-tabs li a {
  background: #c8c8c8;
  color: #333;
  border: 1px solid #a9a9a9;
  border-bottom: none;
  font-weight: 700;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 8px 20px 5px;
  font-family: Helvetica, Geneva, Arial, Helvetica, sans-serif;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#right-col-search #search-tabs li.active a {
  background: #135aa0 url(../images/tabGradient.gif) repeat-x top left;
  color: #ffffff;
  border: none;
  position: relative;
  top: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#right-col-search #search-tabs li.active {
  position: relative;
  top: -15px;
}
/******** Search header */
#searchHeader {
  background: url(/images/searchHeaderBackground.gif) no-repeat;
  width: 912px;
  margin-bottom: 10px;
}
#searchHeader .ui-widget-header {
  border: none;
}
#searchHeader.ui-tabs .ui-tabs-panel {
  padding: 0px;
}
#searchHeader .ui-state-default,
#searchHeader .ui-widget-content .ui-state-default,
#searchHeader .ui-widget-header .ui-state-default {
  border: none;
}
#searchHeader.ui-widget-content {
  border: none;
}
#searchHeader .ui-widget-content {
  background: none;
}
#searchHeader.ui-tabs .ui-tabs-nav li {
  margin: 0px;
  padding: 0px;
}
#searchHeader ul {
  background: url(/images/searchHeaderTop.gif) no-repeat;
  height: 28px;
  padding: 4px 0px 0px 17px;
}
#searchHeader ul li {
  float: left;
  text-align: center;
  width: 170px;
  height: 24px;
  background: url(/images/searchHeaderTab.gif) no-repeat top left;
  height: 28px;
}
#searchHeader ul li a {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  text-decoration: none;
  padding: 9px 0px 0px 0px;
  height: 19px;
  width: 170px;
}
#searchHeader ul li a:hover {
  color: #fff;
}
#searchHeader ul li.last {
  width: 171px;
}
#searchHeader ul li.ui-tabs-active {
  background: url(/images/searchHeaderSelectedTab.gif) no-repeat top left;
}
#searchHeader #searchAll,
#searchHeader #searchLocal {
  background: url(/images/searchHeaderBackground.gif) no-repeat bottom left;
}
#searchHeader #searchCountry,
#searchHeader #searchRoute {
  padding: 0 4px 5px 4px;
  border-bottom: 1px solid #D0D0D0;
  border-left: 1px solid #D0D0D0;
  border-right: 1px solid #D0D0D0;
  border-radius: 0 0 5px 5px;
}
#searchCountry .inner,
#searchRoute .inner {
  background: #ECEEEF;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  height: auto;
  padding: 10px 20px;
}
.search-button {
  display: inline-block;
  padding: 5px;
  margin: 3px;
  width: auto;
  text-transform: uppercase;
}
#searchHeader div#searchLocal {
  position: relative;
  top: 0px;
  left: 0px;
}
#searchHeader #searchAll {
  height: 4px;
}
#searchHeader #searchLocal {
  height: 25px;
  padding: 30px 20px;
}
#searchHeader #searchRoute {
  height: auto;
  overflow: hidden;
}
#searchHeader #searchCountry #searchCountryCountrySelect,
#searchHeader #searchLocal #searchLocalRadiusSelect {
  float: left;
  margin-right: 30px;
  position: relative;
  top: -18px;
}
#searchHeader #searchCountry #searchCountryCountrySelect #ca_country,
#searchHeader #searchLocal #searchLocalRadiusSelect #r_local {
  display: block;
  width: 170px;
}
#searchHeader #searchCountry #searchCountryCountrySelect label,
#searchHeader #searchLocal #searchLocalRadiusSelect label {
  display: block;
  margin-bottom: 7px;
}
#searchHeader #searchCountry .check-box-group,
#searchHeader #searchLocal .check-box-group {
  width: auto;
  margin-right: 20px;
}
#searchHeader #searchLocal #start_location_local,
#searchHeader #searchLocal #start_location_route {
  float: left;
  margin-right: 30px;
  width: 185px;
}
#searchHeader #searchRoute .multiCol {
  float: left;
  width: 240px;
}
#searchHeader #searchRoute .submitCol {
  float: right;
  width: 140px;
  text-align: right;
  /*	height: 50px;
		margin-top:90px;*/
}
#searchHeader #searchRoute .multiCol label,
#searchHeader #searchRoute .multiCol input,
#searchHeader #searchRoute .multiCol select {
  display: block;
  width: 190px;
  margin: 7px 0px;
}
#searchHeader #searchRoute #searchRouteRight div.radio-item label,
#searchHeader #searchRoute #searchRouteRight div.radio-item input {
  margin: 4px 0px;
  display: inline;
  width: auto;
}
#searchHeader #searchRoute #searchRouteRight div.radio-item {
  vertical-align: top;
}
#searchHeader #searchRoute #searchRouteRight div.radio-item input {
  margin-right: 5px;
  height: 15px;
}
select#interested_mileage {
  font-size: 0.85em;
  text-transform: capitalize !important;
}
#interested-mileage {
  /*clear: both;*/
  float: left;
  margin-left: 290px;
  font-size: 0.8em;
  color: #222;
}
#searchHeader div.ajax-valid {
  display: none !important;
}
#searchHeader div.ajax-indicator {
  float: left;
  margin-top: -2px;
  padding-right: 3px;
}
#searchHeader div.ajax-form-error {
  float: left;
  clear: none;
}
div#searchLocalErrors {
  clear: both;
  position: absolute;
  left: 220px;
  top: 55px;
}
/* Search */
#search-home #right-col-search .anyvan-widget-content {
  padding: 10px 3px 3px;
  position: relative;
}
#search-tabs {
  border: 0;
  width: 679px;
  margin: 0 auto;
}
#search-map {
  height: 588px;
  width: 904px;
}
#map-controls {
  background: #bfbfbf;
  color: #fff;
  overflow: hidden;
  width: 884px;
  margin: -2px auto 0;
  border-radius: 4px;
  padding: 10px 10px 7px 10px;
}
#map-controls li {
  float: left;
}
#content #total-indicator {
  font-size: 1em;
  margin: 0 5px 0 0;
}
#map-controls li a {
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}
#map-controls li a:hover {
  text-decoration: none;
}
/* Driving Directions Page ***************************/
#driveDirections #header {
  padding: 16px 24px 0 0;
}
#driveDirections #directions {
  float: left;
  display: inline;
  width: 460px;
  margin: 0 10px 0 0;
  font-size: 0.69em;
}
#driveDirections #directions a {
  font-size: 1em;
  /*color: #399ED6;*/
  color: #15589D;
}
#driveDirections #directions a:hover {
  color: #D71C65;
}
#driveDirections #map {
  float: left;
  width: 418px;
  height: 400px;
  display: inline;
  border: 1px solid #40a4db;
  margin: 14px 0 0;
  border-radius: 4px;
}
#directions #imageA img,
#directions #imageB img {
  display: none;
}
#directions #imageA {
  width: 37px;
  height: 46px;
  background: url(../images/markerA.png) no-repeat;
  margin-bottom: 2px;
}
#directions #imageB {
  width: 37px;
  height: 46px;
  background: url(../images/markerB.png) no-repeat;
  margin-bottom: 2px;
}
#driveDirections #options {
  clear: both;
  overflow: hidden;
}
#driveDirections #options li {
  float: left;
  font-size: 0.69em;
  line-height: 1.2;
  padding: 6px 0 6px 5px;
}
#driveDirections #options li.print {
  background: url(../images/printIcon.gif) no-repeat center left;
  padding: 6px 0 6px 16px;
}
#driveDirections #options li a {
  display: block;
  border-right: 1px solid #399ED6;
  padding: 0 5px 0 0;
}
#driveDirections #options li.close a {
  border: 0;
}
#ui-tabs-11 td .relistButton {
  display: block;
  background: url(../images/btn_relistOff.png) no-repeat;
  text-indent: -999em;
  width: 72px;
  height: 23px;
  margin: 3px 0 0;
}
/* Map Bubbles */
#search-map .anyvanWindow {
  width: 206px;
  background: url(../images/bubbleBGPixel.png);
  position: absolute;
  border: 1px solid #40a5db;
  border-radius: 4px;
  padding: 10px;
}
#search-map .bubbleArrowUp {
  position: absolute;
  display: block;
  width: 18px;
  height: 20px;
  top: -10px;
  background: url(../images/bubbleArrowUp.png) no-repeat;
}
#search-map .bubbleArrow {
  width: 18px;
  height: 14px;
  background: url(../images/bubbleArrow.png) no-repeat;
  line-height: 1;
  font-size: 1px;
  right: 47px;
  bottom: 0;
  margin: 0 0 -9px;
  position: absolute;
}
#blueBar {
  display: block;
  height: 18px;
  background: #1972CC url(../images/thHead.gif) repeat-x left bottom;
  width: 904px;
}
.anyvanWindow h3 {
  font-weight: 700;
  font-size: 0.75em;
  color: #444;
  line-height: 1.2;
  margin: 0 0 8px;
}
#search-map .anyvanWindow .cat-descriptions {
  font-weight: 700;
  font-size: 0.69em;
  color: #444;
}
#search-map .bubbleClose {
  width: 11px;
  height: 11px;
  background: url(../images/bubbleCross.gif) no-repeat;
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 1;
  font-size: 1px;
  cursor: pointer;
}
#addressContainer {
  overflow: hidden;
  clear: both;
}
div.stop-address-clear #addressContainer {
  clear: none;
}
#addressContainer p {
  float: left;
  display: inline;
  width: 100px;
  font-size: 0.69em;
  line-height: 1.2;
  color: #444;
}
#details li {
  color: #444;
  font-size: 0.69em;
  margin: 0;
}
#watchLinks {
  overflow: hidden;
  margin: 8px 0 0 -5px;
}
#watchLinks li {
  font-size: 0.69em;
  color: #444;
  float: left;
  border-right: 1px solid #399ED6;
  padding: 0 5px;
}
#watchLinks li a {
  font-size: 1em;
  display: block;
}
#watchLinks li.last {
  border: 0;
}
#details li strong {
  font-weight: 700;
}
#addressContainer p strong {
  display: block;
  font-weight: 700;
  font-size: 1.1em;
}
#distance-calc {
  font-weight: 700;
  margin: 8px 0 0;
  display: block;
}
#scalecontrol {
  display: none;
}
#search-map .avCluster {
  color: #fff !important;
}
#left-col-search #save-widget,
#left-col-search-1 #save-widget {
  padding: 10px 3px 10px;
}
#left-col-search #save-widget p,
#left-col-search-1 #save-widget p {
  margin: 0 7px 8px;
}
#left-col-search div.contracted,
#left-col-search-1 div.contracted {
  display: none;
}
#search-error {
  color: #f00;
  font-weight: 700;
  font-size: 0.83em;
  padding: 0 0 0 3px;
}
#k {
  width: 132px;
}
#search-form-submit,
#search-form-submit-1,
#search-form-submit-2,
#search-form-submit-3,
#search-form-submit-4,
#search-form-submit-5,
#search-form-submit-6,
#search-form-submit-7,
#save-search-submit,
#report-form-submit,
#content #ebay-form-submit,
div.postcodeBox .ui-dialog-buttonpane button {
  width: 63px;
  height: 23px;
  padding: 23px 0 0;
  margin: 0;
  border: 0;
  overflow: hidden;
  cursor: pointer;
  float: right;
}
#search-form-submit,
#search-form-submit-1,
#search-form-submit-2,
#search-form-submit-3,
#search-form-submit-4,
#search-form-submit-5,
#search-form-submit-6,
#search-form-submit-7 {
  background: url(../images/btn_search.png) no-repeat;
}
#advanced-search {
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
}
.advanced-search {
  display: none;
}
#report-form-submit {
  background: url(../images/btn_submitOff.png) no-repeat;
}
#ebay-form-submit {
  background: url(../images/btn_formNext.gif) no-repeat;
}
div.postcodeBox .ui-dialog-buttonpane button {
  background: url(../images/btn_pinkBack.png) no-repeat;
  margin: 5px 8px 5px 0;
}
#save-search-submit,
.save_submit {
  background: url(../images/btn_saveOff.gif) no-repeat;
  /*margin-right: 7px;*/
  margin-bottom: 5px;
  width: 63px;
  height: 23px;
  padding: 23px 0 0;
  overflow: hidden;
  cursor: pointer;
  border: 0;
}
#save_name {
  width: 198px;
  display: block;
  margin-bottom: 5px;
  /*margin: 0 7px 5px;*/
}
#location-widget #cb {
  width: 200px;
}
#location-widget input,
#location-widget select {
  display: block;
  line-height: 1.2;
}
/* Featured */
tbody#featured-grid-tbody tr.first-row td,
tbody#featured-grid-tbody tr.last-row td {
  background: #ffffcc;
  border: none;
}
tbody#featured-grid-tbody tr.featured-alt-row td {
  background: #ffff99;
  border: none;
}
#content tbody#featured-grid-tbody .viewButtonShip {
  color: #D71C65;
  height: 18px;
  padding-top: 25px;
  width: 100px;
  background: url(/images/search_deliveries_toggle.png) no-repeat 24px -127px;
  text-indent: 0;
  text-decoration: none;
  text-align: center;
}
/* Other */
.anyvan-widget-header {
  margin: 0px;
}
.anyvan-widget-content,
.full-width-panel {
  position: relative;
  overflow: hidden;
  border: solid #d0d0d0;
  border-width: 0 1px 1px;
  margin-bottom: 10px;
  padding: 10px;
  color: #444;
  line-height: 1.2;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.full-width-panel {
  min-height: 360px;
  height: auto !important;
  height: 440px;
}
#listing-widget .listing {
  margin-top: 3px;
  border-top: 1px dashed #666;
  padding-top: 3px;
}
#listing-widget .listing:first-child {
  margin-top: 0px;
  border-top: none;
  padding-top: 0px;
}
.data-grid table {
  width: 100%;
}
.data-grid tr.jump-row td {
  background-color: #ccffcc !important;
}
#listing-widget .listing .detail a {
  display: block;
}
#listing-widget .listing .detail .feature a {
  display: inline;
}
/* ===================== New CSS for customer search view ===================== */
/* Tabs */
.customer-search #keyword-widget {
  width: 600px;
  text-align: right;
}
.customer-search h3 {
  font-size: 2.8em;
  color: #256c96;
  margin-bottom: 0px;
}
.customer-search #bread {
  float: none;
}
.customer-search .search-form {
  float: right;
  margin-top: 16px;
}
.customer-search .search-form #k {
  border: 1px solid #26a5da;
  padding: 10px;
  border-radius: 2px;
  width: 300px;
}
.customer-search .search-form #search-form-submit {
  color: #fff !important;
  padding: 9px 25px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  border: none;
  font-size: 1.4em;
  cursor: pointer;
  -webkit-appearance: none;
  box-shadow: 1px 1px 2px #888888;
  background-color: #E93574;
  width: auto;
  height: auto;
  margin-left: 10px;
}
.customer-search #search-tabs {
  width: auto;
}
.customer-search #search-tabs .ui-widget-header,
.customer-search #search-tabs {
  background: none;
  border: none;
}
.customer-search #searchTabContainer {
  border-top: 5px solid #246b95;
  margin-top: -2px;
  margin-bottom: 10px;
  padding-top: 10px;
}
#anyvanNumbers {
  width: 55%;
  margin: auto;
  display: block;
  background-color: transparent;
  margin-bottom: 35px;
}
#anyvanNumbers h1 {
  color: #41a5dd;
  text-align: center;
  font-size: 36px;
  font-weight: 300;
  margin-top: 35px;
  margin-bottom: 25px;
}
#anyvanNumbers h1::before {
  content: url("/images/cust/AnyVanLogo.svg");
  position: relative;
  z-index: 9999;
}
.clear {
  clear: both;
}
.inviteHolder {
  margin: auto;
  margin-top: 80px;
  margin-bottom: 0px;
  width: 82%;
}
.line:after {
  content: "";
  height: 2px;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #d8d8d8 50%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(right, rgba(0, 0, 0, 0) 0%, #d8d8d8 50%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0) 0%, #d8d8d8 50%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #d8d8d8 50%, rgba(0, 0, 0, 0) 100%);
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
  /*.line:before, */
}
.secLine {
  margin-top: -73px;
  margin-bottom: 120px;
}
#anyvanNumbers .invite {
  padding: 20px 45px;
  text-decoration: none;
  border-radius: 5px;
  background-color: #F5A623;
  color: #ffffff;
  border: none;
  font-size: 28px;
  font-weight: 300;
  margin-top: 15px;
  display: inline-block;
}
#anyvanNumbers .invite:hover {
  background-color: #D28E1E;
}
#anyvanNumbers .fa {
  top: 4px;
}
#anyvanNumbers table {
  width: 100%;
  margin: auto;
  background-color: #fff;
  font-size: 20px;
  border-collapse: collapse;
  color: #9b9b9b;
  font-weight: 300;
}
#anyvanNumbers td {
  width: 50%;
  border-bottom: 1px solid #C1C1C1;
  padding: 8px;
}
#anyvanNumbers .right {
  width: 40%;
  text-align: right;
  font-weight: bold;
}
.customer-search #search-tabs .ui-state-default,
.customer-search #search-tabs .ui-widget-content .ui-state-default,
.customer-search #search-tabs .ui-widget-header .ui-state-default {
  background: #939191;
  font-size: 1.4em;
  margin: 4px 15px 0px 5px;
}
.customer-search #search-tabs .ui-state-default a,
.customer-search #search-tabs .ui-state-default a:link,
.customer-search #search-tabs .ui-state-default a:visited {
  color: #fff;
  padding: 24px 15px;
  width: 180px;
  text-align: center;
}
.customer-search #search-tabs .ui-state-active,
.customer-search #search-tabs .ui-widget-content .ui-state-active,
.customer-search #search-tabs .ui-widget-header .ui-state-active {
  background: #246b95;
  margin-top: 0px;
  padding: 5px 0px 0px 0px;
  font-weight: bold;
}
.customer-search .ui-tabs-panel .form-row {
  margin-bottom: 20px;
}
.customer-search .ui-tabs-panel .form-row label {
  font-size: 1.2em;
  font-weight: bold;
  margin-right: 10px;
}
.customer-search .data-grid table {
  border-collapse: collapse;
}
.customer-search .data-grid tbody#featured-grid-tbody tr td {
  border-bottom: 10px #fff solid;
  background-color: #FDE2EC;
  height: 110px;
}
.customer-search .data-grid tbody#featured-grid-tbody tr td:first-child {
  background: url(/images/cust/premium-overlay.png) #FDE2EC no-repeat left top;
  width: 90px;
  text-align: center;
}
.customer-search .data-grid tbody#search-grid-tbody tr td {
  border-bottom: 10px #fff solid;
  background-color: #F1F9FC;
  height: 110px;
}
.customer-search .data-grid tbody#search-grid-tbody tr:first-child td {
  padding-top: 5px;
}
.customer-search .data-grid tbody#search-grid-tbody tr.alt-row td {
  background-color: #DFF2FF;
}
.customer-search .data-grid tbody#search-grid-tbody tr td:first-child {
  width: 90px;
  text-align: center;
}
.customer-search tr.featuredNote-search td {
  text-align: center;
  padding: 10px 0px;
  color: #DC447A;
  font-weight: bold;
  border-bottom: 1px #ccc solid;
  font-size: 1.2em;
}
.customer-search tr.featuredNote-search2 td {
  border-bottom: 5px #fff solid;
}
.customer-search tr.featuredNote-search td a {
  color: #DC447A;
}
.customer-search .data-grid tbody tr td.tp-label a {
  font-size: 1.8em;
  display: block;
  margin-bottom: 4px;
}
.customer-search .data-grid tbody tr td.tp-label div {
  font-size: 1.2em;
}
.customer-search .data-grid tbody tr td.tp-label .distance {
  font-weight: bold;
}
.customer-search .data-grid tbody tr td.tp-label .temporary {
  font-weight: bold;
  font-size: 1.8em;
  color: #666666;
  line-height: 1.7;
}
.customer-search .data-grid tbody tr td.best-price {
  text-align: center;
}
.customer-search .data-grid tbody tr td.best-price p {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
}
.customer-search .data-grid tbody tr td.best-price a {
  display: block;
  color: #236a96;
}
.customer-search .data-grid tbody tr td.best-price span {
  font-size: 3.2em;
  font-weight: bold;
  color: #216a93;
}
.customer-search .data-grid tbody tr td.best-price span.viewed {
  font-size: 1em;
  color: inherit;
}
.customer-search .data-grid tbody tr td.merged,
.customer-search .data-grid tbody tr td.bid-action {
  text-align: center;
}
.customer-search .data-grid tbody tr td.merged a,
.customer-search .data-grid tbody tr td.bid-action a {
  display: inline-block;
}
.customer-search .data-grid tbody tr td.merged p {
  color: #dc286f;
  font-weight: bold;
  margin-top: 4px;
  font-size: 1.2em;
}
.customer-search .data-grid tbody tr td {
  padding-left: 5px;
  padding-right: 5px;
}
.customer-search .search-expander {
  background-image: url(/images/cust/toggle.png);
  background-repeat: no-repeat;
  background-position: center 0px;
  padding-top: 28px;
  display: block;
  color: #236a96;
  font-size: 1.1em;
  text-decoration: underline;
  cursor: pointer;
}
.customer-search .search-expander-expanded {
  background-position: center -52px;
}
.customer-search .data-grid tbody#featured-grid-tbody tr td#expanded-content,
.customer-search .data-grid tbody#search-grid-tbody tr td#expanded-content {
  background-image: none;
  text-align: left;
  padding: 10px;
}
.customer-search .data-grid tbody tr td#expanded-content h3 {
  margin: 0px 0px 8px 0px;
  font-size: inherit;
  color: inherit;
}
.customer-search .data-grid tbody tr td#expanded-content .cat-descriptions {
  margin: 0px 0px 15px 0px;
}
.customer-search .data-grid tbody tr td#expanded-content #addressContainer p {
  float: left;
  width: 100px;
  line-height: 1.2em;
  font-size: 1em;
}
.customer-search .data-grid tbody tr td#expanded-content ul.details {
  margin: 10px 0px 20px 0px;
  padding: 0px;
}
.customer-search .data-grid tbody tr td#expanded-content ul.details li {
  list-style-type: none;
  margin: 0px 0px 2px 0px;
}
.customer-search .data-grid tbody tr td#expanded-content #watchLinks {
  margin: 14px 0px 0px -5px;
  padding: 0px;
}
.customer-search .data-grid tbody tr td#expanded-content #watchLinks li {
  list-style-type: none;
  margin: 0px 0px 2px 0px;
  font-size: 1em;
}
.customer-search .data-grid tbody tr td#expanded-content #search-list-map {
  float: right;
  margin: 0px 37px 0px 0px;
  width: 600px;
  height: 182px;
  border: 1px solid #40a4db;
  border-radius: 4px;
}
.customer-search .bin {
  text-align: right;
  vertical-align: top;
  width: 46px;
}
.customer-search .bin .bin-flag {
  background: url(/images/book_it_now.png) no-repeat top right;
  width: 56px;
  height: 59px;
  padding: 1px;
  font-size: 0.77em;
  color: transparent;
  text-indent: -9999px;
  position: relative;
  top: -2px;
  left: 4px;
}
.customer-search .table-pagination {
  text-align: center;
  margin-top: 10px;
}
.customer-search .table-pagination .table-pages {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: inline-block;
}
.customer-search .table-pagination .table-pages li {
  display: inline-block;
  font-size: 1.3em;
}
.customer-search .table-pagination .table-pages li a {
  color: #31A7DB;
  text-transform: uppercase;
}
.customer-search .table-pagination .table-pages li.page-indicator {
  padding: 0px 25px;
}
.customer-search #search-grid-results_per_page {
  float: right;
  margin-top: -40px;
}
.gm-style div,
.gm-style span,
.gm-style label,
.gm-style a {
  font-size: 1em;
}
/*# sourceMappingURL=search-774cb6f33d222c660e1a68d1ca1e7e28.map */