/*
	website by e3learning
	http://www.e3learning.com.au
	© copyright 2011 interact learning pty ltd
*/



/* ----------------------------------------- */
/* defaults                                  */
/* ----------------------------------------- */
body { color: #444; font-family: Arial, Helvetica, sans-serif; }
#access { left: -9999px; position: absolute; width: 100%; }
pre,
blockquote,
cite,
address,
code,
caption,
input,
select,
textarea,
button { font-size: 100%; font-family: Arial, Helvetica, sans-serif; }
img { border: 0 none; }
caption,
th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
a:link,
a:active,
a:visited { color: #F7941D; text-decoration: none; }
a:hover { color: #333; }
h1,
h2,
h3,
h4,
h5,
h6 { color: #92278F; font-weight: bold; line-height: 1em; margin-bottom: 1em; }
h1 { font-size: 231%; }
h2 { font-size: 182%; }
h3 { font-size: 138.5%; }
h4 { font-size: 123.1%; }
h5 { font-size: 123.1%; }
h6 { font-size: 100%; }
p { font-size: 100%; font-weight: normal; line-height: 1.5em; margin: 0 0 1.5em 0; padding: 0; }
ul,
ol { margin-left: 25px; margin-bottom: 20px; padding: 0; }
ul ul,
ul ol,
ol ol,
ol ul { margin: 8px 20px; }
li { margin-bottom: 5px; }
ul li { list-style: url('../images/bullet.gif'); list-style-image: url('../images/bullet.gif'); }
ul li.nobullet { background: none !important; list-style-image: none; list-style: none; }
ol li { list-style: decimal; }
hr { border: 0 none; background: #F5F5F5; clear: both; color: #F5F5F5; height: 1px; margin: 10px 0; }
hr.padded { margin: 30px 0; }



/* ----------------------------------------- */
/* container controls                        */
/* ----------------------------------------- */
.clear { clear: both !important; }
.clearleft { clear: left; }
.clearright { clear: right; }
.rm10 { margin-right: 10px; }
.rm20 { margin-right: 20px; }
.lm10 { margin-left: 10px; }
.lm20 { margin-left: 20px; }
.rp10 { padding-right: 10px; }
.rp20 { padding-right: 20px; }
.lp10 { padding-left: 10px; }
.lp20 { padding-left: 20px; }
.tp10 { padding-top: 10px; }
.tp20 { padding-top: 20px; }
.bp10 { padding-bottom: 10px; }
.bp20 { padding-bottom: 20px; }
.m0 { margin: 0; }
.p0 { padding: 0; }
span.number { display: none; }
.error { color: #F00; }


/* ----------------------------------------- */
/* forms                                     */
/* ----------------------------------------- */
form {  }
	form fieldset { border: 1px solid #d9d9d9; margin: 0 0 15px 0; padding: 10px; }
	form legend { color: #92278F; font-weight: bold; }
	form label,
	form span.label { color: #000; }
	form input[type="text"],
	form input[type="password"],
	form textarea,
	form select { border: 1px solid #C8BBBE; background-color: #FFF; color: #666; font-family: Arial, Helvetica, sans-serif; font-size: 93%; padding: 5px 5px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; -moz-box-shadow: inset rgba(0,0,0,0.15) 0 1px 1px; -webkit-box-shadow: inset rgba(0,0,0,0.15) 0 1px 1px; -o-box-shadow: inset rgba(0,0,0,0.15) 0 1px 1px; -ms-box-shadow: inset rgba(0,0,0,0.15) 0 1px 1px; box-shadow: inset rgba(0,0,0,0.15) 0 1px 1px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
	form select { padding: 2px; }
	form input[type="text"]:focus,
	form input[type="password"]:focus,
	form textarea:focus,
	form select:focus { background-color: #ffffec !important; border-color: #333 !important; color: #333 !important; }
	button,
	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	.submitButton { background-color: #e6e6e6; background-image: url('../images/bg-submit.png'); background-repeat: repeat-x; border: 1px solid #d7d7d7; color: #F7941D !important; cursor: pointer; font-size: 14px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; margin: 0 2px 0 0; outline: none; padding: 6px 14px; width: auto; text-shadow: rgba(255,255,255,0.9) 0px 1px 0px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
	.submitButton { display: block; float: left; text-decoration: none !important; }
	button:hover,
	input[type="button"]:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	.submitButton:hover { background-color: #BBB; border-color: #BBB; color: #222 !important; }

.genericForm {  }
	.genericForm fieldset { background: transparent; }
	.genericForm legend { background-color: transparent; font-size: 108%; font-weight: bold; padding: 0 5px 0 5px; }
	.genericForm div { clear: both; display: block; height: auto; margin: 6px 0; overflow: hidden; padding: 0 0; }
	.genericForm label,
	.genericForm span.label { background-repeat: no-repeat; background-position: right center; clear: left; display: block; float: left; font-weight: bold; margin: 0 10px 0 0; padding: 5px 10px 0 0; position: relative; text-align: right; width: 160px; }
	.genericForm label.required,
	.genericForm span.required { background: url('../images/bg-required.png') no-repeat right 6px; }
	.genericForm span.error,
	.genericForm .fail_message { clear: both; display: block; float: none; padding-left: 180px; text-align: left; width: auto; }
	.genericForm p.note { clear: both; color: #AAA; display: block; font-size: 85%; margin: 0 0 0 180px !important; padding: 3px 0 3px 0 !important; }
	.genericForm input.expand,
	.genericForm textarea.expand,
	.genericForm select.expand { width: 40%; }
	.genericForm div.controlset { clear: both; margin: 0; }
	.genericForm div.controlset label,
	.genericForm div.controlset input { display: inline; float: none; font-weight: normal; width: auto; }
	.genericForm div.controlset div { clear: none; }

.accountForm {  }
	.accountForm input.expand,
	.accountForm textarea.expand,
	.accountForm select.expand { width: 40%; }



/* ----------------------------------------- */
/* tables                                    */
/* ----------------------------------------- */
table {  }
th, td { padding: 5px; }
th { background: #92278F; color: #FFF; font-weigh: bold; text-align: left; }
#datatable {  }
	#datatable th {  }
	#datatable td { border-bottom: #F5F5F5 1px solid; padding: 5px 0; }
table.genericTable { border-collapse: collapse; }
	table.genericTable td { border-bottom: #F5F5F5 1px solid;  }


/* ----------------------------------------- */
/* wrapper                                   */
/* ----------------------------------------- */
#wrapper { margin: 0; padding: 0; position: relative; }
body.default #wrapper {  }
.trainingpage #wrapper {  }
body.subpage #wrapper {  }

#loginerror { display: block; zoom:1; }
	#loginerror p { background: #F00; color: #FFF; display: block; font-size: 100%; font-weight: bold; line-height: 40px; margin: 0; padding: 0; position: relative; text-align: center; zoom:1; }



/* ----------------------------------------- */
/* header                                    */
/* ----------------------------------------- */
#header { background: #FFF url('../images/bg-header.png') repeat-x; height: 150px; margin: 0; overflow: hidden; padding: 0; position: relative; zoom:1; }
#header div.header-inner { margin: auto; width: 960px; }
	#header h1 { line-height: 0; margin: 0; padding: 0; }
	#header .logo { float: left; margin: 0; padding: 0; position: relative; }
	#header .logo img { line-height: 0; }
	
	#header .callus { clear: right; float: right; margin: 0; padding: 34px 0 0 0; text-align: right; }
		#header .callus p { font-size: 11px; line-height: 1em; margin: 0; }
		#header .callus p.phone { background: url('../images/bg-callus.png') no-repeat left center; clear: right; color: #f7941d; display: inline; font-weight: bold; font-size: 24px; line-height: 24px; margin: 0 0 5px 0; padding: 0 0 0 27px; }
		#header .callus p.user { clear: both; display: block; float: none; padding: 5px 0 0 0; }
		#header .callus a { background: url('../images/bg-user-a.png') no-repeat left center; padding: 0 0 0 7px; margin: 0 0 0 7px; }
		#header .callus a:hover {  }
	
	#header .hartmann { clear: right; float: right; line-height: 0; margin: 0; padding: 0; }
	#header .hartmann img { line-height: 0; }



/* ----------------------------------------- */
/* main nav                                  */
/* ----------------------------------------- */
#primary-nav { clear: both; margin: 0; overflow: hidden; padding: 0; position: relative; zoom:1; }
	.menu ul { background: url('../images/bg-menu-li.png') no-repeat left center; display: block; list-style-type: none; margin: 0; padding: 0 0 0 0; overflow: hidden; zoom:1; }
	.menu ul li { background: url('../images/bg-menu-li.png') no-repeat right center; display: block; float: left; font-size: 108%; font-weight: bold; list-style-type: none; list-style: none; list-style-image: none; margin: 0; padding: 0; text-transform: uppercase; }
	.menu ul li a:link,
	.menu ul li a:active,
	.menu ul li a:visited { color: #92278f; display: block; float: left; line-height: 44px; padding: 0 25px 0 25px;  text-decoration: none; }
	.menu ul li a span {  }
	.menu ul li.current a { background: url('../images/bg-menu-a.png') repeat-x; }
	.menu ul li a:hover { background: url('../images/bg-menu-a.png') repeat-x; }






/* ----------------------------------------- */
/* home                                      */
/* ----------------------------------------- */
#home { background: #DBDBDB url('../images/bg-home.png') repeat-x; clear: both; margin: 0; position: relative; zoom: 1; }
#home img.burst { left: 50%; margin-left: -512px; margin-top: -30px; position: absolute; z-index: 1; }
#home div.home-inner { margin: auto; overflow: hidden; padding: 40px 30px 60px 30px; position: relative; width: 900px; zoom:1; z-index: 2; }
	#home div.intro { float: left; position: relative; width: 669px; z-index: 2; }
		#home div.intro h2 { color: #f7941d; font-weight: bold; font-size: 30px; margin-bottom: 10px; text-transform: uppercase; }
		#home div.intro p { color: #767676; font-size: 16px; line-height: 20px; margin: 0 0 10px 0; width: 620px; }
		#home div.intro img { position: absolute; }
		#home div.intro img.photo1 { left: -10px; z-index: 10; }
		#home div.intro img.photo2 { left: 180px; margin-top: 20px; z-index: 5; }
		#home div.intro img.photo3 { left: 438px; margin-top: 35px; z-index: 10; }
	#home div.actions { float: right; padding: 60px 0 0 0; position: relative; width: 207px; z-index: 2; }
		#home div.actions ul { margin: 0; padding: 0; }
		#home div.actions li { background: url('../images/bg-actions-shadow.png') no-repeat center bottom; clear: both; display: block; list-style: none; list-style-image: none; margin: 0 0 20px 0; overflow: hidden; padding: 0 0 10px 0; zoom: 1; }
		#home div.actions li:last-child { margin: 0; }
		#home div.actions a { background: #f7941d url('../images/bg-actions.png') repeat-x left center; border: 1px solid #ffc886; clear: both; color: #FFF; display: block; float: left; font-size: 20px; font-weight: bold; letter-spacing: -0.015em; line-height: 0.75em; padding: 14px 0 14px 12px; text-decoration: none; text-shadow: rgba(0,0,0,0.4) 0px -1px 0px; width: 193px; -moz-border-radius: 8px; -webkit-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; }
		#home div.actions a em { clear: both; display: block; font-size: 11px; font-style: normal; padding: 0px 0 0 0; }
		#home div.actions a:hover { background: #FFF; color: #f7941d; text-shadow: rgba(0,0,0,0) 0px 0px 0px; }




/* ----------------------------------------- */
/* Home Panels                               */
/* ----------------------------------------- */
#homepanels {  }
#homepanels div.panels-inner { margin: auto; overflow: hidden; padding: 30px; position: relative; width: 900px; zoom: 1; }

	#homepanels a.submitButton,
	#homepanels div.submitblock { bottom: 10px; left: 10px; font-size: 12px; position: absolute; }
	#homepanels input.submit { float: left; font-size: 12px; }
	#homepanels a.lostpass { float: left; padding: 7px 0 0 10px; font-size: 11px;  }
	
	#homepanels div.panel { background: #FFF; float: left; height: 210px; padding: 1px; position: relative; width: 205px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -moz-box-shadow: rgba(0,0,0,0.2) 0px 1px 2px; -webkit-box-shadow: rgba(0,0,0,0.2) 0px 1px 2px; -ms-box-shadow: rgba(0,0,0,0.2) 0px 1px 2px; -o-box-shadow: rgba(0,0,0,0.2) 0px 1px 2px; box-shadow: rgba(0,0,0,0.2) 0px 1px 2px; }
	#homepanels div.panel h3 { background: #666 url('../images/bg-panel-h3.png') repeat-x; color: #FFF; font-size: 13px; font-weight: normal; margin: 0; padding: 10px; text-transform: uppercase; -moz-border-radius: 4px 4px 0px 0px; -webkit-border-radius: 4px 4px 0px 0px; -ms-border-radius: 4px 4px 0px 0px; -o-border-radius: 4px 4px 0px 0px; border-radius: 4px 4px 0px 0px; }
	#homepanels div.panel p { line-height: 1.25em; font-size: 12px; margin-bottom: 10px; }
	#homepanels div.panel p:last-child { margin-bottom: 0; }
	#homepanels div.panel ul { margin-bottom: 0; }
	#homepanels div.panel li { font-size: 11px; line-height: 1.3em; margin-bottom: 0; }
	#homepanels div.panel-content { padding: 10px; position: relative; }
	
	#homepanels div.assistance {  }
		#homepanels div.assistance h3 { background-color: #691E67; }
		#homepanels div.assistance a { color: #7a2178; text-decoration: none; }
		#homepanels div.assistance a:hover { color: #999; }
	#homepanels div.library { margin-left: 24px; }
		#homepanels div.library h3 { background-color: #00756C; }
		#homepanels div.library a.submitButton { color: #00756C !important; }
		#homepanels div.library input.promocode { width: 185px; }
		#homepanels div.library div.message { color: #093; font-weight: bold; margin-bottom: 0.5em; }
	#homepanels div.membership { margin-left: 24px; }
		#homepanels div.membership h3 { background-color: #4F8A02; }
		#homepanels div.membership a.submitButton { color: #4F8A02 !important; }
	#homepanels div.login { margin-left: 24px; }
		#homepanels div.login h3 { background-color: #E77500; }
		#homepanels div.login .username { margin: 0 0 7px 0; }
		#homepanels div.login .password {  }
		#homepanels div.login .loginfield { background-repeat: no-repeat; background-position: left center; padding: 7px 5px 7px 37px; width: 185px; }
		#homepanels div.login .username input { background-image: url('../images/bg-login-username.png'); }
		#homepanels div.login .password input { background-image: url('../images/bg-login-password.png'); }
		#homepanels div.login label { color: #ABABAB; font-weight: bold; position: absolute; padding: 7px 0 7px 37px; }
		
	


/* ----------------------------------------- */
/* content                                   */
/* ----------------------------------------- */
#contentcontainer { background: #DBDBDB url('../images/bg-home.png') repeat-x; clear: both; margin: 0; padding: 30px 0; position: relative; zoom: 1; }
	body.subpage #contentcontainer {  }
	
/*#contentcontainer div.content-inner { background: #e9e9e9; margin: auto; position: relative; overflow: hidden; padding: 30px; width: 900px; zoom: 1; -moz-border-radius: 6px; -webkit-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; border-radius: 6px; }*/
#contentcontainer div.content-inner { background: #FFF; margin: auto; position: relative; overflow: hidden; padding: 30px; width: 900px; zoom: 1; -moz-border-radius: 6px; -webkit-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; border-radius: 6px; }

#content { position: relative; zoom: 1; }
body.subpage #content { float: right; width: 669px; }
	#content .content_col1 { float: left; position: relative; width: 48%; }
	#content .content_col2 { float: right; width: 48%; }
	#content div.successupdate { padding: 0; }
	#content div.successupdate p { background: #16A437; color: #FFF; font-weight: bold; margin: 0 0 1em 0; padding: 10px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; }
	#content .imageleft { float: left; padding-right: 20px; padding-bottom: 20px; }
	#content .imageright { float: right; padding-left: 20px; padding-bottom: 20px; }
	#content p.fullWidth { margin-left: -20px; margin-right: -20px; position: relative; }
	#content p.fullWidth img { width: 100%; position: relative; }
	#content .intro { color: #000; font-size: 123.1%; }




/* ----------------------------------------- */
/* submenu                                   */
/* ----------------------------------------- */
#submenu { background: #f7941d; float: left; margin: 0; padding: 15px; position: relative; width: 177px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; }
	#submenu ul { list-style-type: none; margin: 0; padding: 0; }
	#submenu li { border-bottom: 1px solid #FABF77; display: block; font-size: 14px; font-weight: normal; list-style-image: none; list-style-type: none; margin: 0; padding: 0; vertical-align: bottom; zoom: 1; }
	#submenu li a { border-bottom: 1px solid #F1680B; color: #FFF; display: block; padding: 10px 0; }
	#submenu li a:hover { color: #FBCA8E; }
	#submenu li.current a { color: #FBCA8E; }



/* ----------------------------------------- */
/* support                                   */
/* ----------------------------------------- */
ul.supportlist { margin: 0; padding: 0; }
	ul.supportlist h3 { font-size: 138.5%; margin: 0; padding: 0 0 .5em 0; }
	ul.supportlist p.link { font-weight: normal; margin: 0; padding: 0; }
	ul.supportlist p.link a { font-weight: bold; line-height: 13px; margin: 0; padding: 0 12px 0 0; }
	ul.supportlist p.link a:link,
	ul.supportlist p.link a:visited { text-decoration: none; }
	ul.supportlist p.link a:focus,
	ul.supportlist p.link a:hover,
	ul.supportlist p.link a:active { text-decoration: none; }
	ul.supportlist li { background-repeat: no-repeat; list-style: none; float: left; margin: 0 2% 0 0; padding: 80px 0 0 0; width: 31%; }
	ul.supportlist li.last { margin-right: 0; }
	ul.supportlist li.faq { background-image: url('../images/bg-support-faq.png'); }
	ul.supportlist li.system { background-image: url('../images/bg-support-system.png'); }
	ul.supportlist li.help { background-image: url('../images/bg-support-help.png'); }
	ul.supportlist li p:last-child { margin: 0; }

	#content p.contact { background-repeat: no-repeat; background-position: left center; font-weight: bold; margin: 5px 20px; padding: 0 0 0 20px; }
	#content p.email { background-image: url('../images/icon_mail.gif'); }
	#content p.phone { background-image: url('../images/icon_telephone.gif'); }


/* ----------------------------------------- */
/* support  - FAQ                            */
/* ----------------------------------------- */
#content .faq_list { list-style: none; list-style-image: none; margin: 0 0 20px 0; padding: 0; }
	#content .faq_list li { border-bottom: 1px solid #d9d9d9; list-style: none; list-style-image: none; margin: 0; padding: 6px 0 6px 0; }
	#content .faq_head { background: url('../images/icon-faq-closed.gif') 4px center no-repeat; color: #F7941D; cursor: pointer; font-weight: normal; margin: 0; padding: 0 0 0 20px; }
	#content .active { background: url('../images/icon-faq-open.gif') 2px 5px no-repeat; color: #92278F; }
	#content .faq_head:hover,
	#content .active:hover { color: #333; }
	#content .faq_body { display: none; padding: 5px 0 0 20px; }
	#content .faq_body p { margin: 0 0 5px 0; }
	#content .faq_list li ul,
	#content .faq_list li ol { margin-left: 30px; }
	#content .faq_list li li { border: none; margin-bottom: 5px; padding: 0; }
	#content .faq_list li ul li { list-style-image: url('/skins/images/bullet.gif'); }
	#content .faq_list li ol li { list-style: decimal; }



/* ----------------------------------------- */
/* system check                              */
/* ----------------------------------------- */
#content div.systemcheck {  }
	#content div.systemcheck h3 { font-size: 108%; font-weight: bold; margin-bottom: 0.5em; }
	#content div.systemcheck p {  }
	#content div.systemcheck div.check { background: #FFF; border: 1px solid #F2F2F2; margin: 0 0 5px 0; overflow: hidden; padding: 16px; zoom: 1; -moz-border-radius: 4px; -webkit-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; }
	#content div.systemcheck div.check:last-child { margin: 0;  }
	#content div.systemcheck div.result {  background-repeat: no-repeat; background-position: center top; font-weight: bold; margin: 0 -16px -16px -16px; position: relative; }
	#content div.systemcheck .pass { background: #F8F8F8 url('../images/support-check-pass.png') no-repeat 12px center; color: #093; display: block; padding: 12px 12px 12px 36px; -moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; -ms-border-radius: 0 0 4px 4px; -o-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;  }
	#content div.systemcheck .fail { background: #F8F8F8 url('../images/support-check-fail.png') no-repeat 12px center; color: #E20; display: block; padding: 12px 12px 12px 36px; -moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; -ms-border-radius: 0 0 4px 4px; -o-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;  }
	#content div.systemcheck .pass a,
	#content div.systemcheck .fail a { font-weight: bold; }
	#content #audioresult { height: 60px; }
	


/* ----------------------------------------- */
/* help - downloads                          */
/* ----------------------------------------- */
#content div.softwareDownloads {  }
	#content div.softwareDownloads ul { clear: both; margin: 0 0 2em 0; overflow: hidden; padding: 0; }
	#content div.softwareDownloads li { background-color: #FFF; cursor: pointer; display: block; float: left; list-style: none; list-style-image: none; margin: 0 1% 1% 0; padding: 0; width: 48%; -moz-border-radius: 4px; -webkit-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; }
		#content div.softwareDownloads li span { background-repeat: no-repeat;  background-position: 12px center; border: 1px solid #F2F2F2; display: block; padding: 18px 14px 18px 62px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; }
		#content div.softwareDownloads li a { display: block; font-weight: bold; }
		#content div.softwareDownloads li em { display: block; font-size: 85%; font-style: normal; }
	#content div.softwareDownloads li:hover {  }
	#content div.softwareDownloads li:hover span { border-color: #333; }
	#content div.softwareDownloads li:hover a,
	#content div.softwareDownloads li:hover em { color: #333; }
	#content div.softwareDownloads li.recommended { background-image: url('../images/bg-software-recommended.png'); background-repeat: no-repeat; background-position: right top; }
	#content div.softwareDownloads li.chrome span { background-image: url('../images/bg-software-chrome.png'); }
	#content div.softwareDownloads li.firefox span { background-image: url('../images/bg-software-firefox.png'); }
	#content div.softwareDownloads li.ie span { background-image: url('../images/bg-software-ie.png'); }
	#content div.softwareDownloads li.safari span { background-image: url('../images/bg-software-safari.png'); }
	#content div.softwareDownloads li.acrobat span { background-image: url('../images/bg-software-acrobat.png'); }
	#content div.softwareDownloads li.flash span { background-image: url('../images/bg-software-flash.png'); }



/* ----------------------------------------- */
/* account - recover                         */
/* ----------------------------------------- */
#content div.passwordRecover { margin-bottom: 20px; }
	#content div.passwordRecover #info { color: #F90; }
		#content div.passwordRecover #info p { color: #F90; font-weight: bold; }
#content div.supportRequest { border-top: 1px solid #F2F2F2; padding-top: 20px; }
#content #success { background: #093; color: #FFF; font-weight: bold; margin: 0 0 14px 0; padding: 14px; }
	#content #success p { color: #FFF; margin: 0; }





/* ----------------------------------------- */
/* glossary of terms                         */
/* ----------------------------------------- */
#glossary { background: url('../images/bg-glossary.gif') repeat-y 160px; }
	#glossary DT { font-weight: bold; FLOAT: left; margin-bottom: 10px; position: relative; width: 150px; }
	#glossary DD { border-bottom: 1px solid #EEE; margin-left: 170px; margin-bottom: 10px; padding-bottom: 10px; }
	#glossary DT:last-child { margin-bottom: 0; }
	#glossary DD:last-child { border-bottom: 0 none; margin-bottom: 0; padding-bottom: 0; }



/* ----------------------------------------- */
/* footer                                    */
/* ----------------------------------------- */
#footer { border-top: 7px solid #440e62; font-size: 85%; margin: 0; overflow: hidden; padding: 20px 30px; position: relative; zoom: 1; }
	#footer div.footer-inner { margin: auto; overflow: hidden; position: relative; width: 960px; zoom: 1; }
	#footer p { margin: 0; }
	#footer a {  }
	#footer a:hover {  }
	#footer span { background: url('../images/bg-footer-a.png') no-repeat center center; padding: 0 10px; }
	#footer div.links { float: left; margin: 0 0 5px 0; }
		#footer div.links p,
		#footer div.links ul { line-height: 1em; float: left; margin: 0 10px 0 0; padding: 0; }
		#footer div.links ul li { background: url('../images/bg-footer-a.png') no-repeat left center; display: inline; list-style-image: none; margin: 0 10px 0 0; padding: 0 0 0 10px; }
		#footer div.links ul li.first { background: none; padding: 0; }
	#footer div.copyright { clear: left; line-height: 1em; float: left; }
		#footer div.copyright p { line-height: 1em; }
	#footer div.logos { line-height: 1em; float: right; }


/* ----------------------------------------- */
/* store - shopping cart                     */
/* ----------------------------------------- */

div.cart { padding-top: 10px; }
	div.cart h3 { margin-bottom: 0.5em; }

table.cartTable { border-color: #d9d9d9; border-width: 3px; border-style: solid; border-collapse: collapse; margin-bottom: 0.5em; }
	table.cartTable th,
	table.cartTable td { border-color: #F2F2F2; border-width: 1px; border-style: solid; padding: 0.5em; }
	table.cartTable thead th {  }
	table.cartTable .qty { text-align: center; }
	table.cartTable .totalcost { color: #92278F; font-weight: bold; }
	table.cartTable thead th.action,
	table.cartTable tbody td.action { white-space: nowrap; }
	table.cartTable tbody td.action a { background: #F7941D; border: 0px none !important; cursor: pointer; display: inline-block; height: 16px; margin-right: 1px; overflow: hidden; width: 16px;  -moz-border-radius: 2px; -webkit-border-radius: 2px; -o-border-radius: 2px; -ms-border-radius: 2px; border-radius: 2px; }
	table.cartTable tbody td.action a:hover { background-color: #333; }
	table.cartTable tbody td.action a img { display: none; }
	table.cartTable tbody td.action a span { background-repeat: no-repeat; background-position: center center; display: block; height: 16px; width: 16px; }
	table.cartTable tbody td.action a.addItem span { background-image: url('../images/bg-cart-add.png'); }
	table.cartTable tbody td.action a.minusItem span { background-image: url('../images/bg-cart-minus.png'); }
	table.cartTable tbody td.action a.deleteItem span { background-image: url('../images/bg-cart-delete.png'); }

div.navbar { margin-bottom: 1em; }


/* ----------------------------------------- */
/* store - product list                      */
/* ----------------------------------------- */

div.storeunit {  background: #FFF; border: #F2F2F2 1px solid; display: block; margin: 0px 0px 5px 0px; padding: 19px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px;  }
div.storeunit:hover { border-color: #CCC; }
	div.storeunit div.description { clear: right; float: right; width: 410px; }
		div.storeunit div.description h4 { margin-bottom: 0.75em; padding: 0px 0px 0px 0px; }
		div.storeunit div.description p { line-height: 1.3em; }
		div.storeunit div.description p.price { color: #92278F; clear: both !important; font-size: 108%; font-weight: bold; margin-bottom: 0px !important; }
			div.storeunit div.description p.price .per { color: #999; font-weight: normal; font-size: 93%; }
		div.storeunit div.description .download { clear: both; }
			div.storeunit div.description .download a { background: #e6e6e6 url('../images/bg-submit.png') repeat-x; border: 1px solid #d7d7d7; color: #F7941D !important; display: block; float: left; font-weight: bold; font-size: 86%; padding: 4px 8px; text-shadow: rgba(255,255,255,0.9) 0px 1px 0px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; }
			div.storeunit div.description .download a:hover { background-color: #BBB; border-color: #BBB; color: #333 !important; }
	div.storeunit div.image { background-color: #F6F6F6; clear: left; float: left; height: 90px; margin: 0px 0px 0.5em 0px; overflow: hidden; padding: 0; position: relative; width: 185px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
	div.storeunit div.image .overlay { display: none; }
	div.storeunit div.image img { position: relative; width: 100%; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px;  }
	div.storeunit div.addtocart { clear: left; float: left; width: 185px; }
	div.storeunit div.addtocart p { display: none; float: left; line-height: 22px; padding: 0 8px 0 0; margin: 0; }
	div.storeunit div.addtocart input {  }
	div.storeunit div.addtocart select.addtocart { float: left; margin-right: 4px; padding: 3px; }
	div.storeunit div.addtocart button.addToCartButton { float: left; margin: 0; padding: 0; }
	div.storeunit div.addtocart button.addToCartButton:hover {  }
	div.storeunit div.addtocart button.addToCartButton span { background: url('../images/btn-add-to-cart.png') no-repeat; display: block; height: 22px; overflow: hidden; width: 40px; }
	div.storeunit div.addtocart button.addToCartButton:hover span { background-position: left -22px; }
	div.storeunit div.addtocart select { float: left; padding: 1px; }
	div.storeunit p:last-child { margin: 0px; padding: 0px; }



/* ----------------------------------------- */
/* store - more info                         */
/* ----------------------------------------- */

div.moreinfo { }
	div.moreinfo div.columnleft,
	div.moreinfo div.columnright { width: 48%; }
	div.moreinfo div.columnleft { float: left; }
	div.moreinfo div.columnright { float: right; }
	div.moreinfo div.price { background: #92278F; padding: 1em; margin-bottom: 1em; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; }
		div.moreinfo div.price p { color: #FFF; margin: 0px !important; padding: 0px; }
		div.moreinfo div.price p.amount { float: left; }
		div.moreinfo div.price p.backtolist { float: right; }
		div.moreinfo div.price .value { color: #FFF; font-size: 166%; font-weight: bold; }
		div.moreinfo div.price a:hover { color: #FFF; }
	div.moreinfo div.courseimage { padding: 1em 0; position: relative; text-align: center; }
		div.moreinfo div.courseimage img { width: 100%; }
	div.moreinfo div.provider { clear: both; font-size: 1em; font-weight: bold; margin-top: 2em; margin-bottom: 1em; padding: 1em; text-align: center; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; }
		div.moreinfo div.provider p { font-weight: bold; margin: 0px !important; padding: 0px; }
		div.moreinfo div.provider img { vertical-align: middle; }



/* ----------------------------------------- */
/* store - checkout                          */
/* ----------------------------------------- */

div.store { }
	div.store hr { margin: 2em 0px; }
	div.store input[type="button"] { font-size: 100%; }


div.confirmDetails { margin-bottom: 20px; }
	div.confirmDetails p { clear: both; margin-bottom: 0px !important; padding-left: 140px; position: relative; }
	div.confirmDetails p em { float: left; font-style: normal; font-weight: bold; margin-left: -140px; position: relative; width: 120px; }
	div.confirmDetails h4 { margin-top: 1em; }

div.makepayment { border-width: 1px; border-style: solid; display: block; margin-top: 2em; padding: 2em 2em 1em 2em; border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -o-border-radius: 8px; -ms-border-radius: 8px; }
	div.makepayment h3 {  }
	div.makepayment p:first-child { margin-bottom: 2em !important; padding: 0px; }
	div.makepayment input { font-size: 138.5%; }



/* ----------------------------------------- */
/* Course - Breadcrumbs                      */
/* ----------------------------------------- */
div.breadcrumbs { background: #FFF; border-bottom: 1px solid #DDD; font-size: 85%; margin: -60px -30px 0px -30px; overflow: hidden; padding: 10px 30px; position: relative; width: 900px; zoom: 1; }
	div.breadcrumbs .divider { margin: 2px 6px 0 6px; }
	div.breadcrumbs a:link,
	div.breadcrumbs a:visited { text-decoration: none; }
	div.breadcrumbs a:focus,
	div.breadcrumbs a:hover,
	div.breadcrumbs a:active { text-decoration: none; }
	div.breadcrumbs a.home { background: url('../images/bg-breadcrumbs-home.gif') no-repeat left 1px; padding-left: 17px; }
	div.breadcrumbs a.home:hover { background-position: left -18px; }



/* ----------------------------------------- */
/* Course - Navigation                       */
/* ----------------------------------------- */
div.topnav { background: #F5F5F5; clear: both; margin: 0px -30px 30px -30px; overflow: hidden; padding: 8px 30px; position: relative !important; z-index: 20 !important; zoom:1; width: 900px; }
	div.topnav a,
	div.topnav em { background-color: #e6e6e6; background-image: url('../images/bg-submit.png'); background-repeat: repeat-x; border: 1px solid #d7d7d7; color: #F7941D !important; cursor: pointer; display: block; float: left; font-style: normal; font-weight: bold; margin: 0 2px 0 0; outline: none; padding: 6px 14px; width: auto; text-shadow: rgba(255,255,255,0.9) 0px 1px 0px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
	div.topnav a:hover { background-color: #BBB; border-color: #BBB; color: #222 !important; }
	div.topnav em { background: #F5F5F5; border: 1px solid #DDD; color: #bbb !important; cursor: default;  }
div.bottomnav { display: none; }



/* ----------------------------------------- */
/* Course                                    */
/* ----------------------------------------- */
.course { position: relative; padding: 30px 0 0 0; zoom: 1; }
	.flashized {  }
	.fullWidthContent, 
	.courseIntro,
	#swfactivity,
	#videoactivity { display: block; line-height: 0; margin: 0px -30px -30px -30px; position: relative; text-align: center; width: 960px; }
	#coursewrapper { display: block; line-height: 0; height: 530px; margin: 0 -30px -30px -30px; padding: 0; position: relative; width: 960px; }
	.course #flashcontent { text-align: center; }
	.course h2 { border: 0; padding: 0; float: left; display: inline; width: 700px; margin: 0 0 0.5em 0; }
	.course .caption { color: #999; margin: 5px 0 0 0; }
	.course blockquote { font-style: italic; margin: 10px 10px 10px 20px; }
	.course p.certificate,
	.course p.prereq,
	.course p.conflict,
	.course p.deadline { margin: 10px 0 0 0; padding: 0 0 0 16px; font-weight: bold; }
	.course p.certificate { background-image: url('../images/icon_certificate.png'); background-repeat: no-repeat; background-position: 0 center; color: #093; padding: 5px 5px 5px 20px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; }
	.course p.certificate a { font-weight: normal !important; }
	.course p.certificate a:link,
	.course p.certificate a:visited { text-decoration: none; }
	.course p.certificate a:focus,
	.course p.certificate a:hover,
	.course p.certificate a:active { text-decoration: none; }
	.course p.prereq { background-image: url('../images/icon_prereq.png'); background-repeat: no-repeat; background-position: left center; color: #F00 !important; }
	.course p.conflict { background-image: url('../images/icon_conflict.png'); background-repeat: no-repeat; background-position: left center; color: #C60; }
	.course p.deadline { background-image: url('../images/icon_deadline.png'); background-repeat: no-repeat; background-position: left center; color: #F00; }



/* ----------------------------------------- */
/* Course - Tracking                         */
/* ----------------------------------------- */

.course .tracking { color: #999; font-size: 18px; position: absolute; right: 0px; text-align: right; top: 90px; width: 180px; }
.coursetoc .tracking { font-size: 11px; font-weight: bold; line-height: 16px; right: 10px; top: 10px; width: 140px; z-index: 1; }
.course .unit .tracking { background: url('../images/icon_time.gif') no-repeat left center; clear: both; display: block; font-weight: normal; margin: 0 0 5px 0; padding: 0 0 0 14px; position: static; text-align: left; width: auto; zoom: 1; }
.course .quiz .tracking { color: #000; font-weight: bold; }
.course .tracking .done { color: #093 !important; }
.course .tracking .incomplete { color: #BBB !important; }
.course .tracking .donetag { position: absolute; right: 0; top: 0; }



/* ----------------------------------------- */
/* Course - Course Page                      */
/* ----------------------------------------- */
.coursepage { clear: both; position: relative; }
	.coursepage .copy { clear: left; }
	.coursepage .image { clear: right; float: right; margin-left: 20px; text-align: center; width: auto; }
	.coursepage #player { clear: both; display: block; text-align: center; }
	.coursepage form p { margin: 0; }
	.coursepage .submit { margin-top: 10px !important; }

.coursepage:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .coursepage { zoom: 1; } /* IE6 */
*:first-child+html .coursepage { zoom: 1; } /* IE7 */

/* ----------------------------------------- */
/* Course - TOC                              */
/* ----------------------------------------- */
.coursetoc { background: #FAFAFA; border-bottom: 0 none; list-style: none; list-style-image: none; margin: 0 0 0 0; overflow: hidden; padding: 0; zoom: 1; -moz-border-radius: 6px; -webkit-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; border-radius: 6px; }
	.coursetoc h1,
	.coursetoc h2,
	.coursetoc h3,
	.coursetoc h4,
	.coursetoc h5,
	.coursetoc h6,
	.coursetoc p { margin: 0; padding: 0; }
	.coursetoc .coursetoc,
	.coursetoc .coursetoc .coursetoc,
	.coursetoc .coursetoc .coursetoc .coursetoc { border-bottom: 0 none; margin:0; }
	.coursetoc li { list-style: none; list-style-image: none; margin: 0; padding: 0; position: relative; }
	.coursetoc ul li,
	.coursetoc ul ul li,
	.coursetoc ul ul ul li { list-style-image: none !important; }
	.coursetoc a { border: 0 none; }
	.coursetoc a:link,
	.coursetoc a:visited { text-decoration: none; }
	.coursetoc a:focus,
	.coursetoc a:hover,
	.coursetoc a:active { text-decoration: none; }



/* ----------------------------------------- */
/* Course - Topics                           */
/* ----------------------------------------- */
ul.coursetoc li.topic { border-top: 0 none; margin-bottom: 0px; }
	ul.coursetoc li.topic h3 { background: #F6F6F6; clear: both; display: block; font-weight: 300; letter-spacing: 0; margin-top: 0; padding: 12px; }
	ul.coursetoc li.topic div { }



/* ----------------------------------------- */
/* Course - Units                            */
/* ----------------------------------------- */
ul.coursetoc li.unit { border-bottom: 1px solid #EEE; position: relative; }
ul.coursetoc li.unit:last-child { border-bottom: 0px none; }
	ul.coursetoc li.unit div { background-image: url('../images/bg-unit.png'); background-repeat: no-repeat; background-position: 10px 20px; min-height: 60px; padding: 20px 20px 20px 90px; }
	ul.coursetoc li.locked { background-color: #F6F6F6; }
	ul.coursetoc li.locked div { background-image: url('../images/bg-unit-locked.png'); }
	ul.coursetoc li.locked *,
	ul.coursetoc li.locked p,
	ul.coursetoc li.locked h3 { color: #DDDDDD; }
	ul.coursetoc li.unit h3 { border-bottom: 0 none; background: none; color: #999; font-family: arial, helvetica, sans-serif; font-size: 108%; font-style: normal; font-weight: 700; letter-spacing: 0; margin-top: 0; margin-bottom: 8px; padding: 0; }
	ul.coursetoc li.unit p { clear: both !important; }
	ul.coursetoc li.unit li.topic { border: 0 none; }



/* ----------------------------------------- */
/* Course - Pages                            */
/* ----------------------------------------- */
ul.coursetoc li.page,
ul.coursetoc li.activity,
ul.coursetoc li.quiz,
ul.coursetoc li.document { border-top: 1px solid #EEE; height: auto; overflow: hidden; vertical-align: bottom; padding: 10px 0; }
ul.coursetoc li:first-child { border-top: 0px none; }
ul.coursetoc li.page:hover,
ul.coursetoc li.activity:hover,
ul.coursetoc li.quiz:hover,
ul.coursetoc li.document:hover {  }
ul.coursetoc li.page:last-child,
ul.coursetoc li.activity:last-child,
ul.coursetoc li.quiz:last-child,
ul.coursetoc li.document:last-child { border-bottom: 1px solid #EEE; }
ul.coursetoc li.page a,
ul.coursetoc li.activity a,
ul.coursetoc li.quiz a,
ul.coursetoc li.document a { background-image: url('../images/icon_page.gif'); background-repeat: no-repeat; background-position: 6px 0px; clear: left; display: inline-block; line-height: 16px; outline: none; padding: 0 0 0 28px; position: relative; width: 732px; z-index: 99; }
ul.coursetoc li.activity a { background-image: url('../images/icon_activity.gif'); }
ul.coursetoc li.quiz a { background-image: url('../images/icon_quiz.gif'); }
ul.coursetoc li.document a { background-image: url('../images/icon_document.gif'); }
ul.coursetoc li.page a:hover,
ul.coursetoc li.activity a:hover,
ul.coursetoc li.quiz a:hover,
ul.coursetoc li.document a:hover { background-image: url('../images/icon_page_hv.gif'); }
ul.coursetoc li.activity a:hover { background-image: url('../images/icon_page_hv.gif'); }
ul.coursetoc li.quiz { font-weight: bold; }
ul.coursetoc li.quiz:hover {  }
ul.coursetoc li.document:hover {  }



/* ----------------------------------------- */
/* Course - Quiz                             */
/* ----------------------------------------- */
.quizquestion { height: auto; margin: 0; clear: both; overflow: hidden; }
	.quizquestion p { clear: both; height: auto; margin: 10px 0 20px 0 !important; overflow: hidden; }
	.quizquestion form { margin: 0; padding: 0; height: auto; overflow: hidden; }
	.quizquestion .submit {  }
	.quizquestion input { clear: left !important; }
	.quizquestion input[type="radio"],
	.quizquestion input[type="check"] { line-height: 1em; padding-right: 10px; }
	.quizquestion label { font-weight: bold; line-height: 1em; }
	.quizquestion label:hover { color: #F58026; cursor: pointer; }
.quizresults { margin: 0; clear: both; border: 0 none; border-spacing: 0; border-collapse: collapse; width: 100%; }
	.quizresults td { border-bottom: 1px solid #e6e6e6; }
	.quizresults td td { border: 0 none; }
	.quizresults td p { margin: 5px 0 !important; padding: 0 !important; }
	.quizresults td b { color: #000; font-weight: bold; }
	.quizresults .useranswer { color: #009933; font-weight: bold; }
	.quizresults .wronganswer { color: #ff0000; }



/* ----------------------------------------- */
/* Course - Audio                            */
/* ----------------------------------------- */
#audio { background: none; height: 30px; overflow: hidden; position: absolute; right: 0px; top: 18px; width: 200px; z-index: 30 !important; }
	#audio p { text-align: right; }


/* ----------------------------------------- */
/* Course - Glossary                         */
/* ----------------------------------------- */
#e3Tip { background: #92278f; color: #FFF; font-size: 11px; font-weight: bold; left: 50%; line-height: 1.25em; margin-top: 20px; padding: 12px; top: 50%; width: 250px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; }
.glossary { border-bottom: 1px dotted #F7941D;  }
.glossary:hover { border-bottom: 1px dotted #92278f; color: #92278f; cursor: help; }



/* ----------------------------------------- */
/* Course - Buttons                          */
/* ----------------------------------------- */
p.button { margin: 0 0 10px; padding: 0; width: 350px; }
p.button a { display: block; font-size: 93%; font-weight: bold; margin: 0; padding: 5px 0; text-align: center; width: 350px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; }
p.button a:link,
p.button a:visited { background-color: #999; color: #333; text-decoration: none; }
p.button a:focus,
p.button a:hover,
p.button a:active { background-color: #ccc; color: #333; text-decoration: none; }



/* ----------------------------------------- */
/* Terms & Conditions                        */
/* ----------------------------------------- */
div.wrapper-terms { font-family: Arial, Helvetica, sans-serif; padding: 30px; }
	div.wrapper-terms ul { list-style-type: none; margin: 0; padding: 15px 0 2em 15px; }
	div.wrapper-terms ul ul { padding: 0; }
	div.wrapper-terms ul li { background: transparent url('../images/bullet-1.png') no-repeat 0 7px; line-height: 1.75em; padding-left: 15px; }









