body.tootipOpen div#follow-popup{
	display: inline;
}

div#follow-popup div{
	/*delete me border: 1px solid blue;*/
}

div#follow-popup {
background:transparent url(/assets/me/follow/body-footer.png) no-repeat scroll left bottom;
display:none;
padding-bottom:11px;
position:absolute;
text-align:left;
width:366px;
z-index:1000;
_background:transparent url(/assets/me/follow/body-footer.gif) no-repeat scroll left bottom;
/*delete me border: 1px solid blue;*/
}


div#follow-popup.flipped {
background-image:url(http://www.nick.com//assets/tooltip/tooltip_footer_flipped.png);
padding-bottom:19px;
}
div#follow-popup .content {
background:transparent url(/assets/me/follow/body-header.png) no-repeat scroll left top;
float:left;
margin-top:-7px;
padding:15px 17px 6px;
position:relative;
z-index:499;
width:332px;
_background:transparent url(/assets/me/follow/body-header.gif) no-repeat scroll left top;
}
div#follow-popup .content .info-list, div#follow-popup .content .description {
clear:left;
padding-top:10px;
}
div#follow-popup.flipped .content {
background-image:url(http://www.nick.com//assets/tooltip/tooltip_header_flipped.png);
margin-top:0;
padding-top:15px;
}
div#follow-popup .arrow {
background:transparent url(/assets/me/follow/top-left-arrow.png) no-repeat scroll left top;
height:23px;
left:0;
margin:0 14px;
position:relative;
width:55px;
z-index:500;
_background: transparent url(/assets/me/follow/top-left-arrow.gif) no-repeat scroll left top;
}

/* Arrow Positioning */
div#follow-popup.bottom {
	margin-top:0;
	padding-top:15px;
}
div#follow-popup.bottom .arrow.left{
	background-image:url(/assets/me/follow/bottom-left-arrow.png);
	margin-top:11px;
	_background-image:url(/assets/me/follow/bottom-left-arrow.gif);
}
div#follow-popup.bottom .arrow.right{
	background-image:url(/assets/me/follow/bottom-right-arrow.png);
	margin-top:11px;
	_background-image:url(/assets/me/follow/bottom-right-arrow.gif);
}
div#follow-popup.top .arrow.right {
	background-image:url(/assets/me/follow/top-right-arrow.png);
	_background-image:url(/assets/me/follow/top-right-arrow.gif);
}
div#follow-popup.flipped .arrow {
background-image:url(http://www.nick.com//assets/tooltip/tooltip_arrow_left_flipped.png);
margin-top:11px;
}
div#follow-popup .col1 {
float:left;
width:140px;
}
div#follow-popup .col2 {
float:left;
padding-left:18px;
width:174px;
}
div#follow-popup .thumb {
padding-bottom:5px;
}
#follow-popup .clearfix, #follow-popup .wrapper {
float:left;
}
#follow-popup .wrapper {
margin-left:10px;
width:180px;
}
#follow-popup p {
clear:both;
float:left;
width:100%;
}
#follow-popup .info-list {
height:auto;
}
#follow-popup .info-list dt {
padding:0;
}
#follow-popup .tooltip-rate {
padding:0 3px;
}
#follow-popup .info-list span {
margin:0 0 0 2px;
}
.tooltip-content {
display:none;
}
div#follow-popup .comment {
	margin-bottom: 10px;
}
.left {float:left;}
.right {float:right;}

div#follow-popup .close{
	text-align: right;
	color:#1D83BE;
	cursor: pointer;
	font-size: 9px;
	font-weight: bold;
	margin-bottom: 5px;
}