/* alap web�ruh�z link gomb 2013 */
.shopbutton {
	-webkit-box-shadow: 2px 2px 7px rgba(50, 50, 50, 0.61);
	-moz-box-shadow: 2px 2px 7px rgba(50, 50, 50, 0.61);
	box-shadow: 2px 2px 7px rgba(50, 50, 50, 0.61);
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	-khtml-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	margin: 5px;
	
/*
	background-color: rgb(50, 105, 173);
	background: rgb(50, 105, 173);
	background: -moz-linear-gradient(90deg, rgb(50, 105, 173) 30%, rgb(32, 68, 110) 70%);
	background: -webkit-linear-gradient(90deg, rgb(50, 105, 173) 30%, rgb(32, 68, 110) 70%);
	background: -o-linear-gradient(90deg, rgb(50, 105, 173) 30%, rgb(32, 68, 110) 70%);
	background: -ms-linear-gradient(90deg, rgb(50, 105, 173) 30%, rgb(32, 68, 110) 70%);
	background: linear-gradient(180deg, rgb(50, 105, 173) 30%, rgb(32, 68, 110) 70%);
	color: #ddd;
*/

	background-color: #0003fe;
	color: #fff;

	text-shadow: -1px 1px 0px rgba(255, 255, 255, 0.5);
	font-size: 1.1em;
	border: 1px solid #999;
	cursor: pointer;
	padding-top: 0.7em;
	padding-right: 1.5em;
	padding-bottom: 0.7em;
	padding-left: 1.5em;
	
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */	
}
.shopbutton:hover {
	box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.61);
	cursor: pointer;
	background-color: #0002ad;
	background: #0002ad;
	color: #fff;
}
.webshopbutton {
	background-color: #0003fe;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	margin: 0.2em;
	padding: 0.5em 1.5em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
	  box-sizing: border-box;         /* Opera/IE 8+ */
}
.webshopbutton:hover {
	background-color: #0002ad;
	background: #0002ad;
}
.webshopbutton_big_fix_250 {
	background-color: #0003fe;
	height: 40px;
	width: 200px;
	font-size: 17px;
	border: 1px solid #999;
	cursor: pointer;
	padding: 5px;
}
.webshopbutton_big_fix_250:disabled,
.webshopbutton_big_fix_250:disabled:hover {
	background-color: #aaa;
	color: #888;
	box-shadow: 2px 2px 7px rgba(50, 50, 50, 0.61);
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	-khtml-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	cursor: default;
}
.webshopbutton_fixsize_100 {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	width: 100px;
	margin: 3px;
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.webshopbutton_fixsize_150 {
	background-color: #0003fe;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	width: 150px;
	margin: 3px;
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.webshopbutton_order_and_pay {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	margin: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 4px;
	padding-right: 14px;
	padding-bottom: 4px;
	padding-left: 14px;
}