/* Remote Control */
#remote {
	background:url("/img/finder/background.png") no-repeat center center;
	left:10px;
	top:20px;
	opacity:0;
	display:none;
	z-index:1000000;
	height:450px;
	/*overflow: auto;*/
	position:fixed;
	width:326px;
}

#remote h3 {
	color:#556688;
	cursor:move;
	font-size:26px;
	font-weight:bold;
	margin:25px 0 5px;
	padding-left:30px;
}

#remote .close {
	background:url("/img/finder/close.png") repeat;
	height:22px;
	left:0px;
	position:absolute;
	top:0px;
	width:22px;
}

#content h2 {
	padding: 0 30px;
	font-size: 18px;
	color: #444444;
	cursor: pointer;
}

#content {
	overflow:hidden;
	margin-bottom: 10px;
	height: 340px;
}

#content ul {
	float:left;
	/*line-height:30px;*/
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	width:326px;
}

#content li {
	background:url("/img/finder/separator.png") no-repeat left bottom;
	color:#444444;
	cursor:pointer;
	display:block;
	padding: 4px 0 8px 30px;
	width:220px;
}

#content li.mother {
	background-image: url("/img/finder/separator2.png");
}

/*-------------------
 * SLIDER
--------------------*/

#slider {
	width : 18px;
	height : 325px;
	position : absolute;
	top : 100px;
	left : 290px;
	background : url('/img/finder/track.png') no-repeat;
	_background-image : none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/finder/track.png', sizingMethod='crop');
}

#knob {
	width : 18px;
	height : 34px;
	background : #F00;
	background : url('/img/finder/knob.png') no-repeat;
	_background-image : none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/finder/knob.png', sizingMethod='crop');
}

#rm_previous {
	background:url("/img/finder/arrow.gif") no-repeat left center;
	font-size: 10px;
	line-height: 36px;
	height: 36px;
	color: #004885;
	cursor:pointer;
	margin-left: 20px;
	padding-left:12px;
	visibility: hidden;
	white-space: nowrap;
}

#rm_previous span {
	margin-right: 3px;
}

.mask {
	position: absolute;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	z-index: 999;
	background: #000;
}

.spinner {
	position: absolute;
	z-index: 1000;
	top: 100px !important;
}

.spinner-img {
	background: url(/img/form/loading.gif) no-repeat;
	width: 24px;
	height: 24px;
	margin: 0 auto;
}

#langz {
	position: fixed;
	top: 31px;
	left: 87px;
	width: 73px;
	background-color:DarkOrange;
	padding: 2px 1px 5px;
	z-index: 2000;
}

/* hack safari, chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#langz {
		width: 74px;
	}
}

#langz a {
	padding: 1px 6px;
	display:block;
	color: #fff;
}

#langz a.s,
#langz a:hover {
	color: #333;
	background-color: Gold;
}


#rm_search {
	position:absolute;
	left:326px;
	top:10px;
	overflow:hidden;
	width:0px;
	height: 50px;
	padding: 10px 10px 10px 0;
	background: url(/img/finder/background.png) bottom;
}

#rm_search input[type=text] {
	width: 140px;
	margin-bottom: 5px;
}

#rm_search input {
	float:right;
}

#rm_search input[type=button] {
	display:none;
}

#IFInterfaceESLMenu{
	z-index: 2000;
	left: 0;
	top: 16px;
	width: 20px;
}

#IFInterfaceESLMenu .IFToggler {
	background-color: Silver;
}

#IFInterfaceESLMenu .IFOrange {
	background-color: DarkOrange;
}

#rm_cid {
	position:fixed;
	top: 31px;
	left: 163px;
	display:none;
	padding: 10px 7px;
	width: 96px;
	background-color: DarkOrange;
	z-index: 2000;
}

/* hack safari, chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #rm_cid{
  	left: 164px;
  	width: 100px;
  }
}

#rm_cid label {
	font-size: 12px;
	padding-right: 5px;
}

#rm_cid input[type="text"] {
	border: 1px solid #fff;
	background: Gold;
	width: 65px;
	color: #333;
	padding: 1px 3px;
}

#rm_cid label[for="cid_blank"] {
	font-size: 10px;
	float: left;
	margin: 3px 0 0;
}

#cid_blank {
	float: right;
	margin: 3px;
}

