/* -----------------------------------------
# M I D D L E
#------------------------------------------*/
#middle  .menu_more.registration {
	background: transparent url('../img/icons/icon-registration.png' ) no-repeat 5px;
}

#middle  .menu_more.login {
	background: transparent url('../img/icons/icon-login.png' ) no-repeat 5px;
}

#middle  .menu_more.whyreg {
	background: transparent url('../img/icons/icon-whyreg.png' ) no-repeat 5px;
}

#middle  .menu_more.joke {
	background: transparent url('../img/icons/icon-joke.png' ) no-repeat 5px;
}

#middle .menu_more.greetings {
	background: transparent url('../img/icons/icon-registration.png' ) no-repeat 5px;
}

#middle .menu_more.friends {
	background: transparent url('../img/icons/info-users.png' ) no-repeat 5px;
}

#middle .menu_more.notice {
	background: transparent url('../img/icons/icon-notice.png' ) no-repeat 5px;
}

#middle .menu_more.archive {
	background: transparent url('../img/icons/icon-archive.png' ) no-repeat 5px;
}

#middle .menu_more.note {
	background: transparent url('../img/icons/icon-note.png' ) no-repeat 5px;
}

#middle .menu_more.polls {
	background: transparent url('../img/icons/icon-polls.png' ) no-repeat 5px;
}

#middle .menu_more.download {
	background: transparent url('../img/icons/icon-download.png' ) no-repeat 5px;
}

#middle .menu_more.online {
	background: transparent url('../img/icons/icon-viewonline.png' ) no-repeat 5px;
}

#middle .menu_more.adver {
	background: transparent url('../img/icons/icon-adver.png' ) no-repeat 5px;
}

#middle .menu_more.donation {
	background: transparent url('../img/icons/icon-dollar.png' ) no-repeat 5px;
}

#middle .menu_more.help {
	background: transparent url('../img/icons/icon-help.png' ) no-repeat 5px;
}

#middle .menu_more.conditions {
	background: transparent url('../img/icons/icon-information.png' ) no-repeat 5px;
}

#middle a.menu_more{
	display: block;
    min-height: 17px;
    text-decoration: none;
	padding: 8px 4px 8px 27px;
	border: 1px solid #fff;
}

#middle a.menu_more:hover {
	background-color: #ffcc993b;
    outline: medium none;
	color: red;
    border: 1px solid #ffcc99;
    color: #f55d00;
}

.arrow-left {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	border: solid #fff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
}

span.menu_more.new_in {
	/*background: transparent url('img/icon-archive.png' ) no-repeat 5px 2px;*/
	padding: 5px;
	background: red;
	color: #fff;
	left: -45px;
	position: absolute;
	font-weight: bold;
}

#middle a.select{
    background-color: #ff7400 !important;
	color: #fff;
	border: 1px solid #f55d00;
	position: relative;
    z-index: 1;
}
#middle a.select:hover {
	border: 1px solid #f55d00;
	color: #fff;
	box-shadow: 0 0 10px 1px #f55d00;
}