@CHARSET "UTF-8";

/* -- Profile -- */
.profile-activity > .button.offline {
	background: url(../../img/profile/onoff-en.png) left -28px; no-repeat;
}

.profile-activity > .button.online {
	background: url(../../img/profile/onoff-en.png) left top no-repeat;
}
/* -- END Profile -- */


/* -- Menu -- */
.base-menu > .menu ul > li > a.latest {
	background: url(../../img/menu/lang/en.jpg) left top no-repeat;
}

.base-menu > .menu ul > li > a.latest.active,
.base-menu > .menu ul > li > a:hover.latest {
	background: url(../../img/menu/lang/en.jpg) -188px top no-repeat;
}

.base-menu > .menu ul > li > a.top {
	background: url(../../img/menu/lang/en.jpg) left -100px no-repeat;
}

.base-menu > .menu ul > li > a.top.active,
.base-menu > .menu ul > li > a:hover.top {
	background: url(../../img/menu/lang/en.jpg) -188px -100px no-repeat;
}

.base-menu > .menu ul > li > a.most {
	background: url(../../img/menu/lang/en.jpg) left -50px no-repeat;
}

.base-menu > .menu ul > li > a.most.active,
.base-menu > .menu ul > li > a:hover.most {
	background: url(../../img/menu/lang/en.jpg) -188px -50px no-repeat;
}

.base-menu > .menu ul > li > a.fav {
	background: url(../../img/menu/lang/en.jpg) left -150px no-repeat;
}

.base-menu > .menu ul > li > a.fav.active,
.base-menu > .menu ul > li > a:hover.fav {
	background: url(../../img/menu/lang/en.jpg) -188px -150px no-repeat;
}

.base-menu > .menu ul > li > a.myp {
	background: url(../../img/menu/lang/en.jpg) left -200px no-repeat;
}

.base-menu > .menu ul > li > a.myp.active,
.base-menu > .menu ul > li > a:hover.myp {
	background: url(../../img/menu/lang/en.jpg) -188px -200px no-repeat;
}
/* -- END Menu -- */

/* -- Registration -- */
.reg > .options > .option a.chooseButton-visitor {
	background: url(../../img/reg-btns-en.png) left top no-repeat;
}

.reg > .options > .option a:hover.chooseButton-visitor {
	background: url(../../img/reg-btns-en.png) -220px top no-repeat;
}

.reg > .options > .option a.chooseButton-escort {
	background: url(../../img/reg-btns-en.png) left -50px no-repeat;
}

.reg > .options > .option a:hover.chooseButton-escort {
	background: url(../../img/reg-btns-en.png) -220px -50px no-repeat;
}
/* -- End Registration -- */
