@CHARSET "UTF-8";

/* ИКОНКИ */
	
	div.icon, span.icon {
		display: inline-block; 
		-display: inline;
		width: 20px; 
		height: 20px; 
		overflow: hidden; 
		zoom: 1;
		text-decoration: none;
		border: none;
	}
	div.icon img, span.icon img {
		width: 400px;
		height: 20px;
		background: url('/img/icons/all.gif') top left no-repeat;	
		background-color: transparent !important;	  
		text-decoration: none;
		border: none;		
	}
	
	.i-edit { width: 18px; height: 18px; } 
	.i-edit img { margin-left: 0px; }
	
	.i-remove { width: 15px; height: 16px; }
	.i-remove img { margin-left: -20px; }
	
	.i-cancel { width: 15px; height: 16px; }
	.i-cancel img { margin-left: -40px; }
	
	.i-approve { width: 19px; height: 17px; }
	.i-approve img { margin-left: -60px; }
	
	.i-mail { width: 18px; height: 16px; }
	.i-mail img { margin-left: -80px; }
	
	.i-friend, .i-add-friend, .i-remove-friend { width: 19px; height: 17px; }
	.i-friend img { margin-left: -100px; }
	.i-add-friend img { margin-left: -120px; }		
	.i-remove-friend img { margin-left: -140px; }

	.i-puzzle { width: 18px; height: 19px; }
	.i-puzzle img { margin-left: -160px; }

	.i-pay { width: 18px; height: 18px; }
	.i-pay img { margin-left: -180px; }
	
	.i-fav { width: 17px; height: 16px; }
	.i-fav img { margin-left: -200px; }

	.i-crown { width: 14px; height: 16px; }
	.i-crown img { margin-left: -220px; }

	.i-gift { width: 16px; height: 16px; }
	.i-gift img { margin-left: -240px; }

	.i-reject { width: 16px; height: 16px; }
	.i-reject img { margin-left: -260px; }


/* ИКОНКИ В СИТУАЦИЯХ */
	
	.icon-outside {
		position: absolute;
		width: 24px;
		margin-left: -24px;		
	}
	.icon-outside .icon {
		position: absolute;
		right: 0px;
		margin-right: 7px;
	}
	.icon-in-text {
		position: relative;								
		display: inline-block;							
		-zoom: 1;
	}
	.icon-in-text .icon {
		position: absolute;	
		top: 0px;	
	}
	