.helpList {
	display:block;
	border:none;
	width:550px;
	margin-left:auto;
	margin-right:auto;
}

.helpLine {
	display:block;
	margin:1px;
	border-top:1px solid #E5E5E5;
	border-bottom:1px solid #E5E5E5;
	border-right:0;
	border-left:0;
	background-color:#FFFFFF;
	padding:10px;
	font-family:tahoma,verdana;
	font-size:11px;
	color:#303030;
	height:auto;
}

.helpLine:hover {
	background-color:#F2F2F2;
}

.helpCategory {
	display:block;
	float:right;
	width:154px;
	height:154px;
	border:1px solid #EAEAEA;
	text-align:center;
	margin-left:10px;
	margin-bottom:10px;
}
.helpCategory img{
	border:1px solid #EFEFEF;
	margin:1px;
}
.helpTitle {
	display:block;
	font-family:tahoma,verdana;
	font-size:13px;
	color:#FF6600;
	font-weight:bold;
}

.helpText {
	display:block;
	font-family:tahoma,verdana;
	font-size:11px;
	color:#000000;
	font-weight:normal;
}

.helpDate {
	display:block;
	font-family:tahoma,verdana;
	font-size:10px;
	color:#808080;
	font-weight:normal;
	font-style:italic;
	text-align:left;
}

.helpFunctions {
	display:block;
	clear:both;
	text-align:right;
}
