


/* Override Purchase button */

.carStockDetail .content .purchaseButton a {
  background: #2b5ba7;
  background: -moz-linear-gradient(top,  #2b5ba7 0%, #07227b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2b5ba7), color-stop(100%,#07227b));
  background: -webkit-linear-gradient(top,  #2b5ba7 0%,#07227b 100%);
  background: -o-linear-gradient(top,  #2b5ba7 0%,#07227b 100%);
	background: -ms-linear-gradient(top,  #2b5ba7 0%,#07227b 100%);
  background: linear-gradient(to bottom,  #2b5ba7 0%,#07227b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b5ba7', endColorstr='#07227b',GradientType=0 );
}

.carStockDetail .content .purchaseButton a::before {
  content: "\ea34";
}

.carStockDetail .content .purchaseButton a:hover {
  background: #207cca;
  background: -moz-linear-gradient(top,  #207cca 0%, #2b5ba7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#207cca), color-stop(100%,#2b5ba7));
  background: -webkit-linear-gradient(top,  #207cca 0%,#2b5ba7 100%);
  background: -o-linear-gradient(top,  #207cca 0%,#2b5ba7 100%);
	background: -ms-linear-gradient(top,  #207cca 0%,#2b5ba7 100%);
  background: linear-gradient(to bottom,  #207cca 0%,#2b5ba7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#207cca', endColorstr='#2b5ba7',GradientType=0 );
}







