/*! Buttons */
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 17px;
  *line-height: 17px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  background-color: #f5f5f5;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);  
  outline: none !important;
}
.btn:hover,
.btn:active,
.btn.disabled {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active {
  background-color: #cccccc;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */
  background-position: 0 -15px;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-mini {
  padding: 1px 6px;
  font-size: 9px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.learn-more,
.lemon-btn {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff !important;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;  
  background: #f58322;
  padding: 6px 12px 6px 12px;
  float: right;
  display: inline-block;
  margin-top: 10px;
  border: none;
  cursor:pointer;
}

.learn-more:hover,
.learn-more.active,
.lemon-btn:hover,
.lemon-btn.active {
	background: #f9a45e;
	color: #ffffff;
}


/*! NEW Buttons */

.btnSecondary {
	background: #b2a9a0;
}
.btnSecondary:hover, .btnSecondary.active {
	background: #c6bfb8;
}

.btnPositive {
	background: #76b143;
}
.btnPositive:hover, .btnPositive.active {
	background: #9ec275;
}

.btnNegative{
	background: #8b0f04;
}
.btnNegative:hover, .btnNegative.active {
	background: #a03d26;
}
/* Reverted back the VRI changes
QC#4184
.funnelbtndisable{
	float:none;
	cursor:not-allowed
}*/

button.lemon-btn {
	margin-top: 0;
}
.btn-link,
.btn-link:active {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #666666;
  font-size: 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none !important;
}
.btn-link:hover {
  color: #404040;
  text-decoration: underline;
  background-color: transparent;
}
.btn-sign-out {
  margin-top: -3px !important;
  padding: 4px 12px 4px !important;
  font-size: 10px !important;
}
.btn-sign-out:hover {
  text-decoration: none !important;
}
.btn-action {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 10px;
}
a.btn-action-link {
  font-weight: normal;
  padding: 0;
  outline: none !important;
}
a.btn-action-link:hover {
  text-decoration: underline;
  color: #666666;
}
.margin {
  margin-top: 4px;
}

.small-button {
	width: 40%;
	float: none;
	vertical-align: top;
	margin-top: 0;
}

.lemon-btngrp {
	bottom: 60px !important;
	position: relative !important;
	right: 0 !important;
	margin-right: 20px;
}

a.redLink {
	color: #8b0f04;
}

/*ctrq201 WSE Sep Warranty- Starts*/
.availUnitsButton .btnPositive {
		font-size: 15px;
		background: #f58221;
		border-radius: 5px;
		padding: 10px 17px;
		white-space: nowrap;
	}
/*ctrq201 WSE Sep Warranty end*/

/* WSE Sep Warranty */
/* Background removed for buttons */
.availUnitsButton .btnPositive:hover { 
		background: #f9a45e; 
}

.signOutLink	{
}
/*ctrq201 WSE JULY starts*/
.releaseButton{
   margin-bottom: 8px;
}
/*ctrq201 WSE JULY end*/