﻿.floatTips
{
    position: absolute;
    padding: 0px;
    top: 250px;
    right: 0px;
    width: 33px;
    height: 158px;
    color: white;
}
.showDiv
{
    position: absolute;
    padding: 0px;
    top: 250px;
    right: 0px;
    width: 121px;
    height: 158px;
    background: #F1F1F1;
    color: white;
}
#floatTips #leftimg
{
	float: left; 
	margin: 0px; 
	width: 33px;
} 
#floatTips #activityContext
{
	float: right; 
	border: solid 1px #2D5580;
	width: 87px; 
	border-left: 0px; 
	height: 156px;
}
#floatTips ul
{
	list-style-type: none; 
	margin: 6px 0px 6px 0px; 
	padding: 0px; 
	text-align: center;
}
#floatTips li
{
	background-image:url('onlinebg.gif');
	background-repeat:no-repeat;
	background-position:center center;
	width:84px;
	height: 26px; 
	line-height: 26px;
	margin:3px auto 3px auto;
}
#floatTips li a
{
	font-size:12px;
	color:#485C99;
	width:100%;
	height:26px;
	padding:4px;
	padding-left:25px;
	background-position:2px 2px;
	+background-position:2px -1px;
	background-repeat:no-repeat;
	text-decoration:none;
	line-height:26px;
}
#floatTips li img
{
	border:0px;
}