/**handles:grab-gts-custom-catalog-css**/
/*Custom Button Style*/
.product-enquiry-click.click-link-btn {
  background: -moz-linear-gradient(center top , #f7f6f7 0px, #e0dadf 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #c8bfc6;
  border-radius: 2px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.075) inset, 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #5e5e5e;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 100%;
  font-weight: 700;
  left: auto;
  line-height: 1em;
  margin: 0;
  overflow: visible;
  padding: 6px 10px;
  position: relative;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  white-space: nowrap;
}
.product-enquiry-click.click-link-btn{
  margin: 7px 0 5px 0;
}

.product-enquiry-click.click-link-btn:hover{
  background: -moz-linear-gradient(center top , #f7f6f7 0px, #d4cdd2 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  text-decoration: none;
}

.widget .product-enquiry-click.click-link-btn{
	max-width: 115px;
  	text-align: center;
}