/*******************************************************************************
 IE General
 *******************************************************************************/
hr {
	display: block;
	margin: -7px 0 13px; /* work around unremovable 7px top and bottom space */
}

/********************************
 footer
 ********************************/
.footer .lastUpdatedDate {
	width: 130px;
}

/********************************
 sidebar
 ********************************/
.sidebar .subNav li a {
	zoom: 1;
}
.photoBox .dropdownWidthIcon select {
	width: 255px;
}

/********************************
 rssIconContainer
 ********************************/
.rssIconContainer {
	margin-bottom: 20px;
}

.header select.country {
	margin-top: 6px;
}



/*******************************************************************************
 IE Special pages
 *******************************************************************************/

/********************************
 home
 ********************************/
.home .main {
	zoom: 1; /* without this the part of homeimg underneath main doesn't appear */
}



/*******************************************************************************
 IE6 General
 *******************************************************************************/

/********************************
 part of easy clearing from http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/
 ********************************/
* html .clearfix {
	zoom: 1;
}

/********************************
 footer
 ********************************/
* html .footer li {
	display: inline; /* fix double margin */
}

/********************************
 header
 ********************************/
* html .header .topHeader {
	height: 31px; /* min-height */
}

/********************************
 photoBox
 ********************************/
* html .photoBox .photoContainer {
	zoom: 1; /* without this the title would relative to the bottom of the photoBox */
}
* html .photoBox .photoContainer h3 {
  	bottom: 5px; /* 1px different from IE7 */
}
* html .photoBoxOnRight .photoBox {
	margin-right: -3px;
}

/********************************
 sidebar
 ********************************/
* html .sidebar .nav li a {
	zoom: 1; /* without this only the text is clickable but not the entire li area */
}



/*******************************************************************************
 IE Special pages
 *******************************************************************************/

/********************************
 home
 ********************************/
* html .home .content .text {
	height: 102px; /* min-height */
}

/********************************
 main
 ********************************/
* html .main {
	height: 280px; /* min-height */
}



/*******************************************************************************
 IE Print
 *******************************************************************************/
@media print {
	.header .headerCorner {
		margin-right: -3px;
	}

	.footer {
		padding-top: 20px;
	}

	/********************************
	 IE 6
	 ********************************/
	* html body { 
		zoom: 65%;
	}
}