﻿#helpZone
{
}

#helpZone_sidePanel
{
	vertical-align:top;
	width:120px;
	border-right:1px solid silver;
	padding: 10px 6px;
	background: #cccccc;
}

#helpZone_sidePanel ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}

#helpZone_sidePanel ul li
{
	margin-bottom: 3px; 
}

#helpZone_sidePanel ul a
{
	font-size:15px;
	font-weight:bold;
}


#helpZone_content
{
	width:auto;
}

