/* ------ Help Icon ------ */
.help-icon {
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url('/chrome/logistration/question.png') left bottom no-repeat;
	position: relative;
	bottom: -3px;
	left: 1px;
	text-indent: -9999px;
	font: 11px/19px arial;
	white-space: normal;
	padding-top: 24px;
	margin-top: -24px;
}
.help-icon:hover {
	cursor: pointer;
}
.help-icon .popup {
	position: absolute;
	display: none;
	width: 181px;
	padding: 7px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #464646;
	font: 11px/15px arial;
	color: #fff;
	bottom: 24px;
	left: -24px;
	z-index: 1000;
	text-indent: 0;
}
.help-icon .popup a {
	color: #fff !important;
	text-decoration: underline;
}
.help-icon .popup:after {
	content: " ";
	position: absolute;
	bottom: -9px;
	left: 22px;
	background: url('/chrome/logistration/popup_point.png') left top no-repeat;
	width: 18px;
	height: 9px;
}

.logistration.modal.register .secondary .help-icon .popup{
  left:-110px;
}

.logistration.modal.register .secondary .help-icon .popup:after {
  left:108px;
}


/* ------ Global ------ */
#my-fw {
	top: 0;
	left: 0;
	width: 320px; 
	height: 40px;
	position: absolute;
	z-index: 100;
}
#my-fw ul,
#my-fw ul li,
#my-fw input {
	margin: 0;
	padding: 0;
}

#my-fw .tab {
	height: 40px;
	float: left;
	margin-right: 10px;
}
#my-fw .tab .top {
	height: 40px;
	position: relative;
	z-index: 10;
	background: url('/chrome/my_fw/header/arrow.png') right bottom no-repeat;
	margin: 0 1px;
}
#my-fw .tab .menu {
	display: none;
	position: absolute;
	left: 0;
	top: 39px;
	background: #fff;
	border-width: 0 1px 1px 1px;
}

/* ------ Hover - Global ------ */
#my-fw .tab .active {
  background: none !important;
  border-width: 0 1px !important;
}
#my-fw .tab .active .top {
  background-color: #fff;
  margin: 0;
}
#my-fw .tab .active,
#my-fw .tab .active .menu {
	box-shadow: 0 0 5px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.15);
	border: 1px solid #e1e1e1;
}
#my-fw .tab .active .menu {
	display: block !important;
}


/* ------ User Global ------ */
#my-fw #user.tab .top {
	background-position: 124px 17px;
}
#my-fw #user.tab .top .title {
	position: absolute;
	top: 0;
	left: 7px;
}
#my-fw #user.tab .top .sub {
	position: absolute;
	top: 20px;
	left: 7px;
	font: 11px/13px arial;
	color: #7d7d7d;
}
#my-fw #user.tab .top .sub.username {
  display: block;
  width: 85px;
  overflow:hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
}

/* ------ Menu Global ------ */
#my-fw .tab .menu ul li {
	border-top: 1px solid #e1e1e1;
	list-style-type: none;
}
#my-fw .tab .menu ul li:first-child {
	border: 0;
}
#my-fw .tab .menu ul li a {
	display: block;
	font: 12px/16px arial;
	color: #000;
	padding: 8px;
	text-decoration: none;
}
#my-fw .tab .menu ul li a.added {
	color: #e71f3d;
}
#my-fw .tab .menu ul li a:hover {
	background: #ededed;
}

/* ------ User LoggedIn ------ */
#my-fw #user.tab .logged.in {
	background: url('/chrome/my_fw/header/tab-large.gif') left top no-repeat;
}
#my-fw #user.tab .logged.in .top {
	width: 138px;
}
#my-fw #user.tab .logged.in .top .avatar {
	position: absolute;
	top: 4px;
	left: 4px;
	width:28px;
	height: 28px;
	background: url('/chrome/my_fw/header/avatar.gif') left top no-repeat;
}
#my-fw #user.tab .logged.in .top .avatar img {
	display: block;
	height: 28px;
	width: 28px;
}
#my-fw #user.tab .logged.in .top .title {
	left: 37px;
	background: url('/chrome/my_fw/header/hello.png') left top no-repeat;
	display: inline-block;
	width: 38px;
	height: 18px;
	text-indent:-999px;
	overflow:hidden;
}
#my-fw #user.tab .logged.in .top .sub {
	left: 37px;
}

/* ------ User LoggedIn - Menu ------ */
#my-fw #user.tab .menu {
	width: 138px;
}

/* ------ User LoggedOut ------ */
#my-fw #user.tab .logged.out {
	background: url('/chrome/my_fw/header/tab-small.gif') left top no-repeat;
}
#my-fw #user.tab .logged.out .top {
	width: 103px; /* full width minus borders (105px - 2px) */
}
#my-fw #user.tab .logged.out .top .title {
	font-size: 0px;
}
#my-fw #user.tab .logged.out .top .title * {
	display: block;
	float: left;
	height: 18px;
	text-indent: -999px;
}
#my-fw #user.tab .logged.out .top .title .login {
	width: 40px;
	background: url('/chrome/my_fw/header/login.png') left top no-repeat;
}
#my-fw #user.tab .logged.out .top .title .or {
	width: 19px;
	background: url('/chrome/my_fw/header/or.png') left top no-repeat;
}
#my-fw #user.tab .logged.out .top .title .sign-up {
	width: 30px;
	background: url('/chrome/my_fw/header/join.png') left top no-repeat;
}
#my-fw #user.tab .logged.out .top .sub {
	position: absolute;
	top: 17px;
	left: 8px;
	height: 15px;
	width: 89px;
	background: url('/chrome/my_fw/header/save-sort-share.png') left top no-repeat;
}

/* ////// ------ Recipe ------ ////// */
#my-fw #recipe-box.tab {
	width: 105px;
	height: 40px;
	float: left;
	background: url('/chrome/my_fw/header/tab-small.gif') left top no-repeat;
	position: relative;
}
#my-fw #recipe-box.tab .top {
	background-position: 90px 17px;
}
#my-fw #recipe-box.tab .top .title {
	position: absolute;
	top: 0;
	left: 8px;
}
#my-fw #recipe-box.tab .top .recipes {
	position: absolute;
	top: 20px;
	left: 8px;
	font: 11px/11px arial;
	color: #7d7d7d;
	overflow:hidden;
	width:75px;
}
#my-fw #recipe-box.tab .top .recipes span {
	display:inline;
	float:left;
}
#my-fw #recipe-box.tab .menu {
	width:  240px;
}
#my-fw #recipe-box.tab .menu ul {
	max-height: 240px;
	overflow: auto;
}
#my-fw #recipe-box.tab .menu .footer {
	padding: 5px 8px;
	background: #e71f3d url('/chrome/my_fw/header/red-gradient.gif') left bottom repeat-x;
	font: bold italic 11px/13px arial;
	color: #fff;
}
#my-fw #recipe-box.tab .menu .footer a {
	text-decoration: underline;
	color: #fff;
}

#my-fw #recipe-box.tab .menu .footer a.my-fw {
	display: inline-block;
	background: url('/chrome/my_fw/header/button_go-to-my-fw_sprite.png') left top no-repeat;
	height: 18px;
	width: 97px;
	text-indent: -999px;
	overflow: hidden;
	float: right;
	margin: 1px 0;
}

#my-fw #recipe-box.tab .menu .footer.auto-show {
	height: 20px;
	background: #555;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	font-size: 9px;
}

#my-fw #recipe-box.tab .menu .footer.auto-show input {
	display:inline-block;
	margin:2px 3px 0 0;
}

#my-fw #recipe-box.tab .menu .footer a.my-fw:hover {
	background-position: 0 -18px;
}

/* ------ Recipe LoggedIn ------ */
#my-fw #recipe-box.tab .top .title {
	width: 43px;
	height: 18px;
	background: url(/chrome/my_fw/header/my-fw.png) left top no-repeat;
	text-indent: -999px;
}

/* ------ Empty ------ */
#my-fw #recipe-box.tab .top .quick-save {
	float: left;
	height: 15px;
	width: 51px;
	background: url('/chrome/my_fw/header/quick-save.png') left top no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	position: relative;
	top: -3px;
}
#my-fw #recipe-box.tab .top .num {
	float: left;
	height: 15px;
	margin: 0 0 0 3px;
}
#my-fw #recipe-box.tab .logged.in .top .label {
	float: left;
	line-height: 13px;
}
#my-fw #recipe-box.tab .empty {
	padding: 18px 0 15px 0;
}
#my-fw #recipe-box.tab .empty strong {
	font: bold 12px/12px arial;
	font-weight: bold;
	color: #e71f3d;
	text-align: center;
	display: block;
	margin-bottom: 20px;
}
#my-fw #recipe-box.tab .empty span.directions {
	display: block;
	text-align: center;
	font: 12px/18px arial;
	color: #000;
}
#my-fw #recipe-box.tab .empty span.save-logo {
	display: inline-block;
	width: 51px;
	height: 18px;
	vertical-align: bottom;
	margin:0 2px;
	background: url('/chrome/my_fw/header/button_save_sprite.png') 0 0 no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}
