/* Убирает иконки списка (нужно для IE7) */
.XXXXXX li {
	list-style-image:url(../images/spacer.png) !important;
	list-style-type:none !important;
}

/* for IE7 */
*:first-child+html * { /* Убираем не нужные подчёркивания ссылок */
	text-decoration:none;
}
*:first-child+html a { /* Правильный курсор на ссылки */
	cursor:pointer !important;
}


*:first-child+html .cf_button {
	margin-left: 144px !important;
}

*:first-child+html .banner-asgor2 {
	top: 69px !important;
}

