.C_ICON
{
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.C_ICON.C_GHOST_16x16
{
	width: 16px;
	height: 16px;
	background-image: url(/images/anonymous/ghost-gray-16x16.gif);
}
.C_ICON.C_GHOST_16x16.C_DARK
{
	background-image: url(/images/anonymous/ghost-dark-blue-16x16.gif);
}
.C_ICON.C_GHOST_32x32
{
	width: 32px;
	height: 32px;
	background-image: url(/images/anonymous/ghost-gray-32x32.gif);
}
.C_ICON.C_GHOST_32x32.C_DARK_GRAY { background-image: url(/images/anonymous/ghost-dark-gray-32x32.gif); }
.C_ICON.C_GHOST_32x32.C_RED { background-image: url(/images/anonymous/ghost-red-32x32.gif); }

.C_ICON.C_GHOST_48x48
{
	width: 48px;
	height: 48px;
	background-image: url(/images/anonymous/ghost-dark-blue-48x48.gif);
}
.C_ICON.C_GHOST_128x128
{
	width: 128px;
	height: 128px;
	background-image: url(/images/anonymous/ghost-medium-dark-blue-128x128.gif);
}


/* Ratio (800) */
@media screen and (max-width: 800px)
{
	.C_ICON
	{
	}
	.C_ICON.C_GHOST_16x16
	{
		width: 2vw;
		height: 2vw
	}
	.C_ICON.C_GHOST_16x16.C_DARK
	{
	}
	.C_ICON.C_GHOST_32x32
	{
		width: 4vw;
		height: 4vw
	}
	.C_ICON.C_GHOST_32x32.C_DARK_GRAY {
	}
	.C_ICON.C_GHOST_32x32.C_RED {
	}
	
	.C_ICON.C_GHOST_48x48
	{
		width: 6vw;
		height: 6vw
	}
	.C_ICON.C_GHOST_128x128
	{
		width: 16vw;
		height: 16vw
	}
	
	
}
/* End-Ratio */
@media screen and (max-width: 800px)
{
	.C_ICON.C_GHOST_16x16
	{
		width: 6vw;
		height: 6vw;
	}
	.C_ICON.C_GHOST_32x32
	{
		width: 10vw;
		height: 10vw;
	}
	.C_ICON.C_GHOST_48x48
	{
		width: 14vw;
		height: 14vw;
	}
}