.grey-button{
	background: #f2f2f2;
	background: -moz-linear-gradient(top,  #f2f2f2 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#cccccc 100%);
	background: -o-linear-gradient(top,  #f2f2f2 0%,#cccccc 100%);
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#cccccc 100%);
	background: linear-gradient(to bottom,  #f2f2f2 0%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#cccccc',GradientType=0 );

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #888888;
	display: inline-block;
	text-align: center;
	width: auto;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
}
.grey-button:hover{
	background: #f7f7f7;
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#dddddd 100%);
	background: -o-linear-gradient(top,  #f7f7f7 0%,#dddddd 100%);
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#dddddd 100%);
	background: linear-gradient(to bottom,  #f7f7f7 0%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#dddddd',GradientType=0 );
}
.grey-button.align-right{
	float: right;
}
.cart-price{
	text-align: right;
	padding-right: 20px;
}
span.cart-price{
	float:right;
}
.tax-information{
	text-align: left;
	padding: 7px;
	margin-top: 10px;	
	background-color: #EFEFEF;
}
.vat-label{
	cursor: pointer;
}
.player-block{
	float: left;
}