/* http://robots.thoughtbot.com/post/2718077289/make-css3-buttons-like-a-boss
*******************************************************************************/
button.apple-itunes {
  background: #9d9d9d;
  background: -moz-linear-gradient(0% 100% 90deg, #afafaf, #8c8c8c);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#afafaf), to(#8c8c8c));
  border-top: 1px solid #9d9d9d;
  border-right: 1px solid #9d9d9d;
  border-bottom: 1px solid #9d9d9d;
  border-left: 1px solid #9d9d9d;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  -moz-box-shadow: inset 0 1px 0 0 #9d9d9d, 0 1px 2px 0 #9d9d9d;
  -webkit-box-shadow: inset 0 1px 0 0 #9d9d9d, 0 1px 2px 0 #9d9d9d;
  color: #fff;
  font-family: "lucida grande", sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 1;
  padding: 3px 0px 5px 3px;
  text-align: center;
  /* text-shadow: 0 -1px 1px #E6E6E6; */
  -webkit-background-clip: padding-box;
}

button.apple-itunes:hover {
  background: #2a81d7;
  background: -moz-linear-gradient(0% 100% 90deg, #206bcb, #3e9ee5);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3e9ee5), to(#206bcb));
  border-top: 1px solid #2a73a6;
  border-right: 1px solid #165899;
  border-bottom: 1px solid #07428f;
  border-left: 1px solid #165899;
  -moz-box-shadow: inset 0 1px 0 0 #62b1e9;
  -webkit-box-shadow: inset 0 1px 0 0 #62b1e9;
  cursor: pointer;
  text-shadow: 0 -1px 1px #1d62ab;
  -webkit-background-clip: padding-box;
}

button.apple-itunes:active {
  background: #3282d3;
  border: 1px solid #154c8c;
  border-bottom: 1px solid #0e408e;
  -moz-box-shadow: inset 0 0 6px 3px #1657b5, 0 1px 0 0 #fff;
  -webkit-box-shadow: inset 0 0 6px 3px #1657b5, 0 1px 0 0 #fff;
  text-shadow: 0 -1px 1px #2361a4;
  -webkit-background-clip: padding-box;


}

button[disabled].apple-itunes,
button[disabled].apple-itunes:hover,
button[disabled].apple-itunes:active {
  background: #999;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dadada), to(#f3f3f3));
  border-top: 1px solid #c5c5c5;
  border-right: 1px solid #cecece;
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #cecece;
  color: #8f8f8f;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  cursor: not-allowed;
  text-shadow: 0 -1px 1px #ebebeb;
}

button.apple-itunes::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button.refine {

}


button.apple-itunes span {
	padding:0px 5px 0px 5px
	}

button.refine span {
/*
	background-image: url('/emea/rsrc/img/arrow-button-bg.png');
	background-repeat:no-repeat;
	background-position:0px right;
	padding: 0px 18px 0px 5px;
*/
	padding:0px 5px 0px 5px
	}

button.locate span {
	padding:3px 10px 3px 10px
	}

