#mako_main_floating_menu { height:auto;}

#id_sideMenuHolder{
	overflow:visible;
	position:fixed;
	right:0;
}
#makoSideBar{	
	color:#fff;
	width: 80px;
	min-height: 290px;
	_height: 290px;
	text-align: right;
	direction: rtl; 
}
#makoSideBar a {
display: block;
}
#makoSideBar dl,
#makoSideBar dl dd,
#makoSideBar dl dt,
#makoSideBar ul,
#makoSideBar ul li{
	margin:0;
	padding:0;
}

#makoSideBar a{
	text-decoration: none;
}

#makoSideBar dl{
	padding: 3px 0 7px 0;
}


#makoSideBar dl dt,
#makoSideBar dl dt strong
#makoSideBar dl dt a{
	display:block;
	cursor: pointer;
}
#makoSideBar dl dt a strong {
background: none;
}
#makoSideBar ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#makoSideBar dl dt{
	text-indent: 8px;
	font-weight:bold;	

	background: #3e3e3e url('/images/sidebar/button_upper_left_corner.gif') left top no-repeat;
	
	width: 80px;
	height:24px;
	overflow: hidden;
	margin-top:4px;
}

#makoSideBar dl dt strong{	
	font-size: 12px;
	background:  url('/images/sidebar/button_lower_left_corner_closed.gif') left bottom no-repeat;
	line-height:23px;
	height:24px;
}

#makoSideBar dl dt.open strong{
	background:  url('/images/sidebar/button_lower_left_corner_open.gif') left bottom no-repeat;
	height:28px;
}

#makoSideBar dl dt strong span{
	
	color: #00aeef;
}

#makoSideBar dl dd{
	overflow:hidden;
	height:1px;
	background: #3e3e3e url('/images/sidebar/button_lower_left_corner_closed.gif') left bottom no-repeat;
	font-size:11px;
	color:#fff;	
	width:80px;	
}

#makoSideBar dl dt.shatap{
	background: transparent url('/images/sidebar/orange.png') left bottom no-repeat;
}
#makoSideBar dl dt.today{
	background: transparent url('/images/sidebar/rak_hayom.png') left bottom no-repeat;
}
#makoSideBar dl dt.holidays{
	background: transparent url('/images/sidebar/holidays.png') left bottom no-repeat;
}
#makoSideBar dl dd a.close{
	display:block;
	background: url('/images/sidebar/close_x.gif') left top no-repeat;
	height:16px;
	margin: 8px 0 6px 6px ;
	cursor: pointer;
	clear: both;
}

/*list*/
#makoSideBar dl dd ul{
	/*margin-right:8px;*/
}

#makoSideBar dl dd ul li,
#makoSideBar dl dd ul li a, 
#makoSideBar dl dd ul li input
{
	font-size:11px;
	color:#fff;
	/*text-indent: 8px;*/
	min_height:13px;
	_height:13px;
	line-height:13px;
}

#makoSideBar dl dd ul li{
	padding-right:8px;
	padding-bottom:5px;
	padding-top:4px;
	padding-left: 6px;
}

#makoSideBar dl dd ul li.sep{
	border-top: 1px solid #616161;
	padding-top:5px;
}

#makoSideBar dl dd ul li.label{
	color: #00adef;	
}

#makoSideBar dl dd.SBhoroscope ul li.label{
	border-bottom: 1px solid #616161;
}
#makoSideBar dl dd ul li.up strong,
#makoSideBar dl dd ul li.down{
	direction: rtl;
}

#makoSideBar dl dd ul li.up strong,
#makoSideBar dl dd ul li.down strong{
	display: block;
	width:59px;
	background-position: 1px 5px;
	background-repeat: no-repeat;
	dir:rtl;
}

#makoSideBar dl dd ul li.up strong{
	background-image: url('/images/sidebar/up.gif');
}

#makoSideBar dl dd ul li.down strong{	
	background-image: url('/images/sidebar/down.gif');
}


#makoSideBar dl dd ul li.selected
{
	background: #00aeef;	
}

/* forms */
#makoSideBar dl dd ul li input{
	background: transparent;
	border: #707070 1px solid; 

	height: 13px;
	_height: 15px;
	
	width: 58px;
	padding: 0 5px 0 0 ;
	/*_width: 71px; ie6 on non DT*/	
	margin: 3px 0px 0px;	
}

#makoSideBar dl dd ul li .submit{	
	display: block;
	border: none;
	padding:0;
	margin-bottom:-4px;
	cursor: pointer;
	height:13px;
	width: 65px;
}

/* buttons*/
#makoSideBar dl dd ul li .submit{
	background: url('/images/sidebar/buttons.png') left top no-repeat;
}

#makoSideBar dl dd.netex ul li .submit { 
		background-position: 0 -63px; 
}

#makoSideBar dl dd.morfix ul li .submit.btn1 { 
	background-position: 0 -126px; 
} 

#makoSideBar dl dd.morfix ul li .submit.btn2 { 
	background-position: 0 0;
} 

#makoSideBar dl dd.recipes ul li .submit { 
	background: url('/images/sidebar/recipe_button.gif') left top no-repeat;
} 


/* weather*/
#makoSideBar dl dd ul li.weather{
	background: url('/images/sidebar/weather.png') right top no-repeat;
	padding-top:21px;
}

#makoSideBar dl dd ul li.clear { background-position: 49px 5px; } 
#makoSideBar dl dd ul li.rainy { background-position: 49px -52px; } 
#makoSideBar dl dd ul li.local_rain { background-position: 49px -109px; }

#makoSideBar dl dd ul li.havil { background-position: 49px -166px; } 
#makoSideBar dl dd ul li.partly_clouded { background-position: 49px -223px; } 
#makoSideBar dl dd ul li.cloudy { background-position: 49px -280px; } 
#makoSideBar dl dd ul li.mimtarim { background-position: 49px -337px; } 
#makoSideBar dl dd ul li.snow { background-position: 49px -394px; } 
#makoSideBar dl dd ul li.storm { background-position: 49px -451px; } 