//
//	Дизайн логотипа
//
.logotype
{	font-family		: 'Philosopher', sans-serif;
}
.logotype a
{	text-decoration		: none;
	color			: white;
}
.logotype .oneblock
{
	display			: inline-block;
	font-size		: 18px;
	font-weight		: bold;
	width			: 28px;
	height			: 28px;
	line-height		: 28px;
	background-color	: black;
	color			: white;
	vertical-align		: middle;
	text-align		: center;
}
.logotype .oneblock.oneimage
{	position		: relative;
	background		: #d9FF69;
	left			: 0em;
	top			: 0em;
}
.logotype .oneblock.oneimage span
{	position		: absolute;
	left			: 0em;
	top			: 0em;
	height			: 0em;
	border-bottom		: 1px solid black;
}
.logotype .oneblock.oneimage .number01
{	top			: 11px;
	left			: 5px;
	width			: 18px;
}
.logotype .oneblock.oneimage .number02
{	top			: 13px;
	left			: 3px;
	width			: 22px;
}
.logotype .oneblock.oneimage .number03,
.logotype .oneblock.oneimage .number04
{	top			: 15px;
	left			: 3px;
	width			: 8px;
}
.logotype .oneblock.oneimage .number04
{	top			: 17px;
}
.logotype .oneblock.oneimage .number05,
.logotype .oneblock.oneimage .number06
{	top			: 15px;
	left			: 18px;
	width			: 7px;
}
.logotype .oneblock.oneimage .number06
{	top			: 17px;
}
