/* REVISION3 */
/* Help Section Stylesheet
----------------------------------------------------------------------------- */


	@import url("widget-editorial.css");


/* Layout
--------------------------------------------------------------------------- */	


	body.section-help #page h3.title {

	clear: both;
	float: left;
	height: auto;
	margin: 0 0 20px 10px;
	padding: 12px 0 0 40px;
	background: url(../images/section-help/tv-small.gif) top left no-repeat;
	font: normal 28px/32px Arial, sans-serif;
	color: #8BC53F;	

	}


/* Sidebar
--------------------------------------------------------------------------- */

	body.section-help #sidebar > div {

	margin: 0 0 20px 0;

	}

	body.section-help #sidebar h3 {

	margin: 0 0 10px 0;
	font: normal 14px/18px Arial, sans-serif;
	color: #678e8b;

	}


/* Required Software
----------------------------------------------------------------------------- */


	div#software {

	margin-top: 0;

	}

	#software ul {

	list-style-type: square;
	margin: 0 0 0 20px;

	}

	#software ul li {

	margin-top: 10px;

	}

	#software ul li a:hover {

	text-decoration: underline;

	}


/* Important Notice
--------------------------------------------------------------------------- */

	#important {

	clear: both;
	float: left;
	padding: 10px;
	width: 673px;
	margin: 0 0 20px 10px;
	border: 1px solid #8BC53F;
	background: #ffffcd;

	}

	#important h3 {

	margin: 0 0 10px 0;	
	font: normal 18px/22px Arial, sans-serif;
	color: #8BC53F;	

	}

	#important h4 {

	font: normal 14px/18px Arial, sans-serif;
	color: #000;

	}

	#important a.browse {

	display: none;

	}



/* Answers
--------------------------------------------------------------------------- */

	#answers {

	clear: both;
	margin: 0 0 0 20px;

	}

	#answers p.problems {

	margin: 0 0 20px 0;
	width: 450px;

	}


/* Archive
--------------------------------------------------------------------------- */

	#archive {

	clear: both;
	margin: 0 0 0 20px;
	border: 0;

	}

	.section-help a.action.topics {

	clear: both;
	float: left;
	margin: 0 0 20px 20px;
	white-space: nowrap;

	}


/* Answer
--------------------------------------------------------------------------- */

	.section-help a.action.questions {

	clear: both;
	float: left;
	margin: 0 0 20px 20px;

	}


/* Need More Help?
--------------------------------------------------------------------------- */

	#inquiry {

	clear: both;
	float: left;
	width: 673px;
	padding: 10px;
	margin: 0 0 20px 10px;
	border: 1px solid #8BC53F;
	background: #ffffcd;

	}

	#inquiry h3 {

	margin: 0 0 10px 0;	
	font: normal 18px/22px Arial, sans-serif;
	color: #8BC53F;	

	}


