/********************** FOLLOW & MEFO CONNECT - START  *************************/
#mefoConnectToolbar {
	width: 753px;
	height: 25px;
	display: inline-block;
	position: relative;
}
#mefoConnectToolbarName {
	margin-right: 20px;
	float: right; 
	width: 100px;
	text-align: right;
}

#mefoConnectToolbarFollowing {
	float: right; 
	width: 513px;      
	text-align: center;
}

#mefoConnectToolbarLogout {
	margin-left: 20px;
	float: left;
	width: 100px;
	text-align: left;
}

#mefoConnectPopup {
	position: absolute;
	z-index: 5000;
	width: 310px;
	height:500px;
	border: 1px solid #000;
	display: none;
	margin-right: 430px;
	background-color: #fff;
}

#follow_brandsList, #follow_celebsList {
	display: none;
	position: absolute;
	z-index: 2000;
	width: 200px;
	background: url('http://mefo.co.il/sites/all/themes/meifo/images2012/nubGrey.png') #fff no-repeat center top;
}

#follow_brandsList {
	margin-right: 180px;
}
#follow_celebsList  {
	margin-right: 230px;
}


#follow_brandsList ul,
#follow_celebsList ul {
	width: 200px;
	display: inline-block;
	float: right;
	position: relative;
}

#follow_brandsList ul li.first,
#follow_celebsList ul li.first {
	height: 24px;
	font-size: 14px;
	margin-top: 18px;
	border: none;
	width: 200px;
}

#follow_brandsList ul li,
#follow_celebsList ul li {
	width: 198px;
	height:auto; 
	display: inline-block;
	float: right;
	position: relative;
	border-bottom: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
}

#sitePopupBackground {
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    right:0;
    float:right;
    background-color:#000;
    z-index:500;
    opacity:0.7;
    display:none;
}
/********************** FOLLOW & MEFO CONNECT - END  *************************/