﻿/*会员升级提示*/
.UpgradeTips
{
	position:absolute;
    display: none;
	top:100px;
	width:500px;
	z-index: 10001;
	background-color: #E1E3E5
}
.UpgradeTitle {
	height: 29px;
	line-height: 27px;
	padding-left: 18px;
	color: #3666aa;
	cursor: move;
	font-weight: bolder;
	float: left;
    width:482 !important;
	width:500px;
	background-image: url(/images/images/upgrade_tips.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.UpgradeTitle a {display: block;float: right;width: 20px;height: 27px;line-height: 27px;cursor: pointer;}
.tips_close {
	background: url(/images/images/bt_close.gif) left 10px no-repeat;
	float: right;
	height: 7px;
	width: 8px;
}
.UpgradeInfo {
	height: 222px!important;
	height: 250px;
	float: left;
	width: 500px;
	width:470px!important;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 25px;
	background-color: #E1E3E5
}
.UpgradeInfo a, .popupTips dd a:visited {
	color:#3666aa;
	line-height: 17px;
}
.UpgradeInfo a:hover {
	color: #2e82f9;
}
.UpgradeInfo ul {
	list-style-type: square;
}
.UpgradeTipsb {
	float: left;
	height: 25px;
	width: 500px;
	background-color: #E1E3E5
}

