/* --------------- Floating help box --------------- */ #helpdiv{	position:absolute;	left: 921px;	width:250px;	min-height:200px;	display:none;	z-index:100;}.no-left-margin #helpdiv{	left: 1041px;} #helpdiv .arrow{	float:left;	width:20px;	padding-top:80px;	font-size:28px;	margin:0px;} #helpdiv .box{	-moz-box-shadow: 0 0 5px #0B1B2D;	-webkit-box-shadow: 0 0 5px #0B1B2D;	box-shadow: 0 0 5px #0B1B2D;	/* For IE 8 */	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=0, Color='#0B1B2D')";	/* For IE 5.5 - 7 */	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=0, Color='#0B1B2D');	margin:0px;	margin-left:20px; /* #input #helpdiv .arrow width */	border-width:0px;	padding:0px;	background-color:transparent;	color:inherit;	position:static;} #helpdiv .loader{	background-color:#FFFFFF;	text-align:center;	min-height:200px;	line-height:200px;} #helpdiv .box p{	margin:0px !important;} #helpdiv .leftBar{	padding-left:32px;	background-color:#0B1B2D;} #helpdiv .leftBar .leftCol{	position:absolute;	left:20px;	width:32px;	text-align:center;} #helpdiv .header{	padding:0px 5px;	line-height:32px;	background-color:#0B1B2D;	color:#FFFFFF !important;	font-weight:bold;} #helpdiv .leftBar .header{	background-color:#FFFFFF;	color:#0B1B2D !important;	font-weight:bold;} #helpdiv .header span.kent-ico, #helpdiv .leftCol span.kent-ico{	display:block;	float:right;	font-size:20px !important;	font-weight:normal;	color:#FFFFFF !important;} #helpdiv .leftBar .leftCol span.kent-ico{	float:none;} #helpdiv .comment{	background-color:#FFFFFF;	color:#445878 !important;	font-style:italic;	min-height:39px;	padding:3px 15px;	font-size:11px;} #helpdiv .contents{	background-color:#FFFFFF;	padding:15px !important;} #helpdiv .contents p.info{	background-color:#66CC33;	text-align:center;	border-radius:12px;	-moz-border-radius:12px;	-webkit-border-radius:12px;	color:#FFFFFF;	font-weight:bold;	font-size:12px;	margin-bottom:15px !important;	line-height:40px;} #helpdiv .contents p.info.warning{	background-color:#748CAF;} #helpdiv .contents p.info label{	width:auto;	color:#445878;	float:none;	display:inline;	padding:0px;}  #helpdiv .contents p.info label:after{	content:' : ';} .ie7 #helpdiv .contents p.info label{	padding-right:5px;} #helpdiv .contents ul{	overflow:auto;	max-height:200px;	position:relative;} #helpdiv .contents ul li{	position:relative;	zoom:1;} #helpdiv .contents ul li a.kent-ico{	position:absolute;	top:0px;	padding:0px;} #helpdiv .contents ul li a{	margin:0px;	display:block;	text-decoration:none;	padding:0px 12px;} #helpdiv .contents ul li a:hover, #helpdiv .contents ul li a.active{	background-color:#0B1B2D;	color:#FFFFFF !important;} #helpdiv .contents ul li a em{	font-style:normal;	font-weight:bold;	color:#0066CC;} #helpdiv .wrapper{	padding:0px 15px;	width:auto;	background-color:#FFFFFF;} #helpdiv .footer{	padding:5px 0px 15px;} #helpdiv .footer a.close{	color:#CC0044;	font-size:0.9em;}