

.button_theme {
	display: inline-block;
	margin: 0;
	padding: 0;
	font: bold 13px "Helvetica Neue", Helvetica, Arial, clean, sans-serif !important;
	text-decoration: none !important;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.20);
	background: none;
	border: none;
	white-space: nowrap;
	cursor: pointer;
	/*user-select: none;
	-moz-user-select: none;*/
	
	/* Fix extra width padding in IE */
	_width: 0;
	overflow: visible;
}

.button_theme[disabled],
.button_theme[disabled]:hover,
.button_theme[disabled]:focus,
.button_theme[disabled]:active,
.button_theme.disabled,
.button_theme.disabled:hover,
.button_theme.disabled:focus,
.button_theme.disabled:active {
	color: #333 !important;
	cursor: inherit;
	text-shadow: none; 
	opacity: 0.50;
}



.button_theme.simple { 
	position: relative; 
	padding: 5px 10px 5px;
	font: inherit;
	font-size: 13px !important;
	font-style: normal !important; 
	font-weight: bold !important; 
	color: #fff !important;
	line-height: 1; 
	background-image: url(images/skins/simple/awesome-overlay-sprite.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	
	/* Special effects */
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25), -2px 0 1px rgba(0,0,0,0.25); 
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5); 
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	
	/* IE only stuff */
	border-bottom: 1px solid transparent\9;
	_background-image: none;
	

	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*display: inline !important;
	position: relative;
	
	/* Force hasLayout in IE */
	zoom: 1;
	
	/* Disable text selection (Firefox only)*/
	/*-moz-user-select: none;*/
}
/*
.button_theme.simple::selection {
	background: transparent;
	
}*/

.button_theme.simple:hover,
.button_theme.simple:focus {
	background-position: 0 -50px; 
	color: #fff !important;
}



.button_theme.simple[disabled], 
.button_theme.simple.disabled { 
	background-position: 0 -150px; 
	color: #333 !important;
	text-shadow: none; 
}



.button_theme.simple span {
	height: auto;
	padding-left: 24px;
	padding-right: 0;
	background-position: left center;
	background-repeat: no-repeat;
	/* IE6 still requires a PNG transparency fix */ 
	/* _padding-left: 0;		Or just hide icons from the undeserving IE6 */
}


.button_theme.simple					{ background-color: #333; }

/*----- Èêîíêè ê êíîïêàì-----*/
.button_theme span.ok				{ background-image: url(images/icons/silk/tick.png) !important; }
.button_theme span.cancel			{ background-image: url(images/icons/silk/cross.png) !important; }
.button_theme span.add				{ background-image: url(images/icons/silk/add.png) !important; }
.button_theme span.delete			{ background-image: url(images/icons/silk/delete.png) !important; }
.button_theme span.download2		{ background-image: url(images/icons/silk/package_down.png) !important; }
.button_theme span.search			{ background-image: url(images/icons/silk/magnifier.png) !important; }
.button_theme span.next			{ background-image: url(images/icons/silk/resultset_next.png) !important; }
.button_theme span.sync			{ background-image: url(images/icons/silk/arrow_refresh.png) !important; }
.button_theme span.save			{ background-image: url(images/icons/silk/disk.png) !important; }
.button_theme span.email			{ background-image: url(images/icons/silk/email.png) !important; }
.button_theme span.print			{ background-image: url(images/icons/silk/printer.png) !important; }
.button_theme span.heart			{ background-image: url(images/icons/silk/heart.png) !important; }
.button_theme span.like			{ background-image: url(images/icons/silk/thumb_up.png) !important; }
.button_theme span.dislike		{ background-image: url(images/icons/silk/thumb_down.png) !important; }
.button_theme span.accept			{ background-image: url(images/icons/silk/accept.png) !important; }
.button_theme span.decline		{ background-image: url(images/icons/silk/decline.png) !important; }
.button_theme span.help			{ background-image: url(images/icons/silk/help.png) !important; }
.button_theme span.home			{ background-image: url(images/icons/silk/house.png) !important; }
.button_theme span.info			{ background-image: url(images/icons/silk/information.png) !important; }
.button_theme span.paste			{ background-image: url(images/icons/silk/paste_plain.png) !important; }
.button_theme span.edit			{ background-image: url(images/icons/silk/pencil.png) !important; }

.button_theme span.user			{ background-image: url(images/icons/silk/user.png) !important; }
.button_theme span.settings		{ background-image: url(images/icons/silk/cog.png) !important; }
