/*normal*/
a.szd-button-normal
{
	border-width: 1px;
	border-style: solid;
	padding: 8px 15px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.5, rgba(255, 255, 255, 0.01)), to(transparent));
	background: transparent -moz-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.01) 50%, transparent);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorstr='#80FFFFFF', EndColorstr='#00FFFFFF');
	-webkit-background-clip: padding-box;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	display: inline-block;
}

a.szd-button-normal:hover
{

}

a.not-active
{
	color: #b2b2b2 !important;
	
}

a.not-active:hover
{

}

span.szd-normal-icon
{
	background: url(/bitrix/components/sozdavatel/shop.button/images/normal.png) no-repeat;
	display: inline-block;
	height: 14px;
	width: 14px;
	margin: 0 0 0 10px;
	vertical-align: bottom;
}

span.szd-normal-icon-not-active
{
	background: url(/bitrix/components/sozdavatel/shop.button/images/not-active.png) no-repeat;
	display: inline-block;
	height: 14px;
	width: 14px;
	margin: 0 0 0 10px;
	vertical-align: bottom;
}

/*rounded*/
a.szd-button-rounded
{
	border-width: 1px;
	border-style: solid;
	padding: 8px 15px;
	cursor: pointer;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20x;
	border-radius: 20px;
	background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.5, rgba(255, 255, 255, 0.01)), to(transparent));
	background: transparent -moz-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.01) 50%, transparent);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorstr='#80FFFFFF', EndColorstr='#00FFFFFF');
	-webkit-background-clip: padding-box;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	display: inline-block;
}
a.szd-button-rounded:hover
{
	/*color: red !important;*/
}