/* style the hat */
/*@media screen and (min-width: 700px)and (min-device-width: 700px){*/
.vetka {
	background: url("/images/vetka.gif");
	width: 109px;
	height: 90px;
	position: absolute;
	z-index: 5;
	margin-top: -6px;
	margin-right: 25px;
	right: 0px;
	display: block;
	float: right;
	text-align: right;
	white-space: nowrap; /* For Opera */
	background-repeat: no-repeat;
}

.vetka2 {
	background: url("/images/vetka2.gif");
	width: 109px;
	height: 90px;
	position: absolute;
	z-index: 5;
	margin-top: -6px;
	margin-left: -5px;
	display: block;
	float: left;
	text-align: left;
	white-space: nowrap; /* For Opera */
	background-repeat: no-repeat;
}

.hat {
	background: url("/images/christmas_hat.png");
	width: 47px;
	height: 47px;
	position: absolute;
	z-index: 5;
	margin-left: -17px;
	margin-top: -5px;
	background-repeat: no-repeat;
}

/* style the big headerbar hat */
.banner-xmas {
	background: url("/images/christmas_hatbig.png");
	width: 128px;
	height: 128px;
	position: absolute;
	z-index: 5;
	margin-left: -25px;
	margin-top: -12px;
	background-repeat: no-repeat;
}

/* style the big headerbar hat */
.banner-xmas_r {
	background: url("/images/ushanka_cut_128.png");
	width: 128px;
	height: 192px;
	position: absolute;
	z-index: 5;
	margin-right: -250px;
	margin-top: -12px;
	background-repeat: no-repeat;
}

/*}*/