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