/* Page layout */
* html #page-all {
	height: 100%;
}
* html #page-half {
	height: 50%;
}
body {
	background-attachment: fixed;
}
* html body {
	font-size: 13px;
}
* html #overlay-shadow,
* html #overlay-container.fixed {
	position: absolute;
	top: expression(eval(document.documentElement.scrollTop)+'px');
}
* html .overlay-top,
* html .overlay-top div,
* html .overlay-bottom,
* html .overlay-bottom div,
* html .overlay-left,
* html .overlay-right {
	background-image: url(/images/ie/overlay-bgr.png);
}
.overlay-bgr {
	zoom: 1;
}

/* Columns */
.content-right {
	zoom: 1;
}
.categories-list {
	zoom: 1;
}
* html .objects-left {
	margin-right: 0;
}
* html .objects-right {
	position: relative;
	left: 14px;
}

/* Welcome */
* html dl.category {
	position: relative;
}
* html dl.category dt,
* html dl.category dd {
	position: absolute;
}
* html dl.category dd {
	right: 0;
}

/* menu */
* html #add-menu-link {
	width: 80px;
}




.objects-gallery,
.theme-more {
	zoom: 1;
}
.theme-more span {
	position: relative;
	padding: 0;
}

* html .geo-popup {
	background-image: url(/images/ie/geo-popup.gif);	
}

* html #auth-control table {
	height: 43px;
}

* html #simple_example_window_tl,
* html #simple_example_window_tr,
* html #simple_example_window_bl,
* html #simple_example_window_br,
* html #simple_example_window_t,
* html #simple_example_window_l,
* html #simple_example_window_r,
* html #simple_example_window_b,
* html #simple_example_window_contents {
	background-image: url(/images/ie/balloon-black-bgr.gif);
}

* html .highlight p span {
	background: #ff8500;
}

.categories-selector-line img {
	vertical-align: baseline;
	margin-bottom: -2px;
}
 

.with-photo {background-image: url(/images/ico-photo.gif);}
.with-video {background-image: url(/images/ico-video.gif);}
.with-slideshow {background-image: url(/images/ico-slideshow.gif);}

* html #map-shadow.fixed {
	position: absolute;
	top: -8px;
	z-index: inherit;
}
* html #map-shadow {
	background: none;
}
* html .news-brief-content {
	zoom: 1;
}

.custom-fields .closed .open-custom-fields {
	display: block;
}