a.line-link{
  position:relative;
}

* .cartButton.blue {
  background:#0a68ff;
}
.cartButton.blue {
  background: -webkit-gradient( linear, center bottom, center top, from(#0a68ff), to(#73a9ff));
}
* .cartButton.orange {
  background:#ffa10a;
}
.cartButton.orange {
  background: -webkit-gradient( linear, center bottom, center top, from(#ffa10a), to(#ffc973));
}
* .cartButton.red {
  background:#ff270a;
}
.cartButton.red {
  background: -webkit-gradient( linear, center bottom, center top, from(#ff270a), to(#ff8373));
}

.cartButton {
  position:absolute;
  bottom:4px;
  right:10px;
  border: 1px solid #999;/* IE */
  border: rgba(0, 0, 0, .2) 1px solid;/* Saf4+, Chrome, FF3.6 */
  border-bottom:rgba(0, 0, 0, .4) 1px solid;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
  display: inline-block;
  border-radius: 5px;
}

.cartButton span {
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  border-top: rgba(255, 255, 255, .2) 1px solid;
  padding: 4px 0px;
  width: 90px;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  display: inline-block;
  border-radius: 8px;
  white-space: nowrap;
  line-height: 1em;
  cursor: pointer;
}

.bufferArea {
  position:absolute;
  bottom:0;
  right:0;
  width:140px;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}

.ajaxloader {
  position:absolute;
  bottom:16px;
  right:60px;
  height:30px;
}

* .popup.blue{
  background:#ECECFF;
}
.popup.blue{
  color:#66b;
  background: -webkit-gradient(linear, left top, left bottom,color-stop(0.1, rgb(255, 255, 255)), color-stop(0.5, rgb(240, 240, 255))) ;
  background: -moz-linear-gradient(top,rgb(133, 151, 255) 9%, rgb(68, 19, 255) 47%) ;
  border: 2px solid #66b;
}
* .popup.red{
  background:#FFECEC;
}
.popup.red{
  color:#b66;
  background: -webkit-gradient(linear, left top, left bottom,color-stop(0.1, rgb(255, 255, 255)), color-stop(0.5, rgb(255, 240, 240))) ;
  background: -moz-linear-gradient(top,rgb(133, 151, 255) 9%, rgb(68, 19, 255) 47%) ;
  border: 2px solid #b66;
}

.popup {
  position:absolute;
  bottom:30px;
  right:80px;
  text-align:center;
  line-height:1.5;
  width:220px;
  padding:18px 20px;
  font-size:18px;
  display:none;
  text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 1px 1px 1px #ccc;
  -moz-box-shadow: 1px 1px 1px #ccc;
  -webkit-text-shadow: 1px 1px 1px #ccc;
  -moz-text-shadow: 1px 1px 1px #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  
}




