/* 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);
*/

	border-radius: var(--skin-radius);
	margin: 5px;

	background-color: var(--skin-colorP1);
	color:  var(--skin-colorW);

	text-shadow: none;

	font-size: 1.1em;
	border: 1px none #999;
	cursor: pointer;
	padding-top: 0.7em;
	padding-right: 1.5em;
	padding-bottom: 0.7em;
	padding-left: 1.5em;
	
	position: relative;
	overflow: hidden;
}
.shopbutton:hover {
	box-shadow: 2px 2px 7px rgba(50, 50, 50, 0.61);
	cursor: pointer;

	background-color: var(--skin-colorP3);
	color:  var(--skin-colorB);

}

#addToCartButton {
	padding-left: 3em;

}
#addToCartButton span {
	background-color: var(--skin-colorP2);
	position: absolute;
	padding: 0.8em;
	left: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	
}
#addToCartButton span:before {
	
}


.webshopbutton_big_fix_250 {
	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: #333;
	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 {
	color: #aaa;
	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: #333;
	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;
}