﻿.SectionHeaderWithPager {
	overflow: hidden;
	clear: both;
}

.SectionHeaderWithPager ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.SectionHeaderWithPager ul li {
	display: block;
	height: 20px;
}

.SectionHeaderWithPager ul li.RefreshItem a {
	display: block;
	height: 20px;
	line-height: 20px;
	margin-left: 10px;
}

.SectionHeaderWithPager ul li.RefreshItem {
	line-height: 20px;
	height: 20px;
}

.SectionHeaderWithPager ul li.RefreshItem a img {
	margin-top: 2px;
}

/* ----------------------------------------------------- BEGIN: IE 6 ----------------------------------------------------*/

.ie6 .SectionHeaderWithPager ul li.RefreshItem {
	display: inline-block;
}

.ie6 .SectionHeaderWithPager ul li.RefreshItem a {
	display: block;
}

.ie6 .SectionHeaderWithPager ul li.RefreshItem a.MyButtonType3 .IEBack {
	display: inline-block;
	top: 3px;
}

/* ----------------------------------------------------- END: IE 6 ------------------------------------------------------*/
