/* -----Comments ----- */
/* _ is used to assign specific versions of a style to IE 6 */
/* # is used to assign specific versions of a style to all versions of IE */
/* -----Comments ----- */
/**/
/*********************************************** support ***********************************************/
#support h1 {
  background: url(../images/headings/support-h1.jpg) top left no-repeat;
}
#support h2#enquiry {
	/*width: 766px;
	max-width: 766px;
	_width: 760px;*/
	margin: 10px 0px 0px -15px;
	_margin: 10px -10px -1px -15px;
	padding: 0px 0px 0px 0px;
  text-indent: -3000px;
  background: #232321 url(../images/submit-an-enquiry.gif) top left no-repeat;
  height: 30px;
}
#support h2 {
	margin: 5px 0px;
	padding: 0px;
  /*text-indent: -3000px;*/
  border: none;
}
#support h2.supportenquiry {
  /*background: #33333a url(../images/headings/updates-h2.gif) top left no-repeat*/;
  height: 45px;
}
#support h2.updates {
  /*background: #33333a url(../images/headings/updates-h2.gif) top left no-repeat*/;
  height: 45px;
}
#support h2.manuals {
  /*background: #33333a url(../images/headings/manuals-h2.gif) top left no-repeat*/;
  height: 45px;
}
#support h2.faqs {
  /*background: #33333a url(../images/headings/frequently-ask-questions-h2.gif) top left no-repeat*/;
  height: 45px;
}
#support h2.forums {
  /*background: #33333a url(../images/headings/forums-h2.gif) top left no-repeat*/;
  height: 45px;
}
#support h1.returns {
  /*background: #33333a url(../images/headings/returns-terms-conditions-h2.gif) top left no-repeat*/;
  height: 45px;
}
#support h2.upgrades {
  /*background: #33333a url(../images/headings/upgrades-help-h2.gif) top left no-repeat*/;
  height: 45px;
}
#support h2.training {
  /*background: #33333a url(../images/headings/training-h2.gif) top left no-repeat*/;
  height: 45px;
}

#forum-button-wrap {width:650px; padding:2px;}
.iconlist {padding:0px; margin:0px; display:inline;}
.iconlist li{padding:0px; margin:0px;display:inline;width:160px; height:160px;}
/*********************************************** faqs ***********************************************/
.faqs #contentmain h2 {
	width: 766px;
	max-width: 766px;
	_width: 755px;
	float:right;
	margin: -10px -10px 10px 0px;
	#margin: 0px 10px 10px -15px;
	_margin: 0px -10px 10px 0px;
	padding: 0px;
  text-indent: -3000px;
  background: #ccff33;
  height: 46px;
  background: url(../images/headings/frequently-ask-questions-h2.gif) top left no-repeat;
}
/*********************************************** manuals ***********************************************/
.manuals #contentmain h2 {
	width: 766px;
	max-width: 766px;
	_width: 755px;
	float:right;
	margin: -10px -10px 10px 0px;
	#margin: 0px 10px 10px -15px;
	_margin: 0px -10px 10px 0px;
	padding: 0px;
  text-indent: -3000px;
  background: #ccff33;
  height: 46px;
  background: url(../images/headings/manuals-h2.gif) top left no-repeat;
}

dl.downloads dt{width: 300px;padding: 0;float: left;margin: 0;}
dl.downloads dd{margin-left: 300px;padding: 0 20px 0 20px; background: url(../images/doctype/drive_download.png) top left no-repeat;}

/*********************************************** updates ***********************************************/
.updates #contentmain h2 {
	width: 766px;
	max-width: 766px;
	_width: 755px;
	float:right;
	margin: -10px -10px 10px 0px;
	#margin: 0px 10px 10px -15px;
	_margin: 0px -10px 10px 0px;
	padding: 0px;
  text-indent: -3000px;
  background: #ccff33;
  height: 46px;
  background: url(../images/headings/updates-h2.gif) top left no-repeat;
}
/*********************************************** returns ***********************************************/
.returns #contentmain h1 {
	width: 766px;
	max-width: 766px;
	_width: 755px;
	float:right;
	margin: -10px -10px 10px 0px;
	#margin: 0px 10px 10px -15px;
	_margin: 0px -10px 10px 0px;
	padding: 0px;
  text-indent: -3000px;
  background: #ccff33;
  height: 46px;
  background: url(../images/headings/returns-terms-conditions-h2.gif) top left no-repeat;
}
/*********************************************** videos ***********************************************/
.upgrades #contentmain h2 {
	width: 766px;
	max-width: 766px;
	_width: 755px;
	float:right;
	margin: -10px -10px 10px 0px;
	#margin: 0px 10px 10px -15px;
	_margin: 0px -10px 10px 0px;
	padding: 0px;
  text-indent: -3000px;
  background: #ccff33;
  height: 46px;
  background: url(../images/headings/upgrades-help-h2.gif) top left no-repeat;
}

#support h3 {
  color:#ccff33;
}
/*********************************************** lists within support pages ***********************************************/
.faqs #contentmain ul.documents, .manuals #contentmain ul.documents, .videos #contentmain ul.documents, .updates #contentmain ul.documents {
  list-style:none;
  display: block;
  margin-left: 0px;
  padding-left: 0px;
}
.faqs #contentmain .documents li, .manuals #contentmain .documents li, .videos #contentmain .documents li, .updates #contentmain .documents li {
  list-style:none;
  display: block;
  margin-left: 0px;
  padding-left: 0px;
}