html, body, div, span, applet, object, iframe,
h1, h2, h3, title, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	color: black;
	background-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height:1.125em; /* 16x1.125=18px */
	width: 1064px;
	margin: 0 auto;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
/*div.pageNote{
  font-size: .75em;
  line-height: 1.35em;
}*/
div.pageNote td {
  font-size: .75em;
  line-height: 1.35em;
}
div.errorMsg {
  font-size: .75em; /*.75x18=12*/
  line-height: 1.35em;
  border: 1px solid red;
  background-color: #FFF0F5;
  padding: 10px;
  margin-bottom: 10px;
}
blockquote, q {
	quotes: "" "";
}
a, a:link, a:hover, a:visited {
  color: #000;
  text-decoration: none;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
img.center {
  display: block;
  margin: 0 auto;
}
.myerror, .required {
  color: red;
}
.form-field .myerror {
  display: block;
  padding-top: 2px;
}
div.errors {
  background:#FFCCCC none repeat scroll 0 0;
  color:#220000;
  border:1px solid #DD7777;
  padding: .5em;
  margin-bottom: 1em;
}
div.errors p {
  margin-bottom: .5em;
}

#header {
	border: 0;
	margin: 0;
	background: url('/design/images/hkwong/header_home2.png') bottom left no-repeat;
	width: 1064px;
	height: 80px;
	padding-top: 59px;
	font-size: 0.625em; /*16x.625=10px*/
}
body.home #header {
    border: 0;
	margin: 0;
	background: url('/design/images/hkwong/header_home.png') bottom left no-repeat;
	width: 1064px;
	height: 80px;
}
#header .logo {
  float: left;
  width: 374px;
  padding-left: 40px;
  margin-top: -12px;
}
#subnav {
  width: 1064px;
  background: url('/design/images/hkwong/subnav_back.png') top left repeat-y;
  clear: both;
  font-size: .6875em; /*.6875x16=11*/
  line-height: .75em;
  height: 30px;
}
.main-wrapper {
  clear: both;
  width: 1064px;
  background: url('/design/images/hkwong/leftnav_back.png') top left repeat-y;
  overflow: auto; /**/
  min-height: 600px;
}
* html .main-wrapper {
  height: 600px;
  overflow: visible;
}
body.home .main-wrapper {
  background: url('/design/images/hkwong/home-bck_New.png') top left repeat-y;
  min-height: 0;
}

.leftnav {
  width: 168px;
  clear: both;
  float: left;
  padding-left: 20px;
  background-color: transparent;
  display: inline;
}
body.home .leftnav {
  width: 275px;
  border-right: 1px solid #CCCCCC;
  float: left;
  padding-top: 55px;
  padding-left: 20px;
  background-color: transparent;
}
.content {
  width: 750px;
  border-top: 1px solid #e0e0e0;
  padding: 25px 0 50px 25px;
  float: left;
  display: inline;/*for ie6*/
}
body.home .content {
  float: left;
  border-top: 1px solid #ededed;
  width: 748px;
  padding: 0;
}

#footer {
  clear: both;
  width: 1064px;
  background: url('/design/images/hkwong/footer_home2.png') top left no-repeat;
  font-size: .6875em; /*.6875x16 = 11*/
  padding-top: 65px;
  padding-left: 150px;
  height: 120px;
  line-height: .7em;
}
body.home #footer {
  background: url('/design/images/hkwong/footer_home.png') top left no-repeat;
}

/*Primary links*/
ul.primary-links {
  float: right;
  height: 25px;
  padding-right: 40px;
  margin-top: -15px;
}
.primary-links li {
  float: left;
  border: 0;
  border-left: 1px solid white;
  height: 17px;
  padding: 0 8px;
}
.primary-links li.first {
  border: none;
}
.primary-links img {
  float: left;
  padding: 2px 4px 0 0;

}
.primary-links a, .primary-links a:link, .primary-links  a:visited, .primary-links a:hover {
  float: left;
  color: #fff;
  text-decoration: none;
  display: block;
  height: 17px;

}
.primary-links a:hover {
  color: #e2ba1b;
}
/*subnav*/
#subnav ul {
  clear: both;
  padding-left: 200px;
  float: left;
  margin-top: 12px;
  line-height: 1.15em;
}
#subnav ul li {
  float: left;
  background: url('/design/images/hkwong/subnav_back.gif') top left no-repeat;
  padding: 0 15px 0 12px;
}
#subnav li.active, #subnav li.current {
  background: url('/design/images/hkwong/subnav_back_active.gif') top left no-repeat;
}
/*leftnav*/
.leftnav ul {
  font-weight: bold;
  border-top: 1px solid #e0e0e0;
  font-size: .75em;
  padding-top: 25px;
  line-height: 1.125em;
}
.leftnav ul li {
  padding: 0;
  margin: 0;
}
.leftnav ul li a {
  border-bottom: 1px solid #e0e0e0;
  display: block;
  padding: 10px 10px 5px 15px;
}

.leftnav ul li a:hover {
  background-color: #9cc3c6;
}
/*second level*/
.leftnav ul li ul {
  padding-top: 0;
  font-weight: normal;
  font-size: .9167em; /*.9167x12 = 11*/
}

.leftnav ul li ul li {
  padding: 0;
  margin: 0;
}
.leftnav ul li ul li a {
  padding: 10px 10px 5px 25px;
}

* html .leftnav ul li ul li a { height: 1%; } /*ie6 hack*/

/*leftnav home*/
body.home .leftnav ul {
 padding-top: 0;
}
body.home .leftnav ul li.last {
  background-color: #f8f8f8;
  padding-bottom: 9px;
}
body.home .leftnav ul li img {
  margin-right: 15px;
  vertical-align: middle;
}
body.home .leftnav a {
  font-weight: bold;
  width: 260px;
  display: block;
  border-bottom: none;
  border-top: 1px solid #cccccc;
  padding: 10px 0 10px 15px;
}
.leftnav-home a:hover {
  background-color: #9cc3c6;
}
/*announcements*/
div.announcements {
  background-color: #ededed;
  font-size: .5625em; /*.5625x16 = 9*/

}
div.announcements h2 {
  color: #326f74;
  font-size: 1em;
  font-weight: bold;
  border-bottom: 1px solid #bfbfbf;
  padding-left: 10px;
  padding-bottom: .05px;
}
.content div.announcements ul {
  margin-left: 10px;
  margin-top: 5px;
  padding-bottom: 5px;
  font-size: 1em;
  list-style-type: none;
}
.announcements ul li {
  padding: 2px 0;
}
.announcements a , .announcements a:link, .announcements a:visited {
  text-decoration: underline;
}
.announcements a:hover {
  text-decoration: none;
}
/*splash product spotlight*/
.splash {
  background-color: #ededed;
  text-align: center;
  padding-top: 10px;
  height: 446px;
}
* html .splash { padding-bottom: 5px; }

/*content*/
.content h1, .content h2 {
  color: #326f74;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 1em;
  font-weight: bold;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 0.75em;
}
div#productList h2 {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 1em;
    font-weight: bold;
}
div#productList h4 {
    font-family: Arial;
    font-size: 0.8em;
}
div#productList div.title a {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 1em;
	 padding-left: 25px;
}

.content h1 .info,
.content h2 .info {
  font-size: .625em; /*.625x16=10*/
  color: #000;
  font-weight: normal;  padding: 10px 10px 5px 15px;
}

.content ol {
  list-style-type: ;
}
.content p {
  font-size: .75em; /*.75x18=12*/
  line-height: 1.35em;
  margin-bottom: 10px;
}
.content a {
  color: #326f74;;
}
.content a:hover {
  text-decoration: underline;
}
.content-odd1 {
  clear: both;
  margin: 15px 0;
  padding-bottom: 20px;
  padding-top: 20px;
  overflow: auto; /**/ /*hack for clearing floats*/
  border-bottom: 1px solid #e0e0e0;
}
.content-even1 {
	clear: both;
	margin: 15px 0;
	padding-bottom: 20px;
	padding-top: 20px;
	overflow: auto; /**/ /*hack for clearing floats*/
	border-bottom: 1px solid #e0e0e0;
}
* html .content-odd1 { height: 1%;} /*add hasLayout*/
.content-odd1 .photo {
  margin-left: 15px;
  width: 105px;
  float: left;
  display: inline; /*ie margin bug*/
}
* html .content-even1 { height: 1%;} /*add hasLayout*/
.content-even1 .photo {
  margin-left: 15px;
  width: 105px;
  float: left;
  display: inline; /*ie margin bug*/
}
.content-odd1 .description {
  float: left;
  width: 487px;
  display: inline;
  padding-left: 25px;
}
.content-even1 .description {
  float: left;
  width: 487px;
  display: inline;
  padding-left: 25px;
}
.content-odd1 .title {
	font-weight: bold;
	font-size: .875em; /*.875x16=14*/
	margin-bottom: 5px;
}
.content-even1 .title {
	font-weight: bold;
	font-size: .875em; /*.875x16=14*/
	margin-bottom: 5px;
}
.content-odd1 .detail {
  font-size: .75em;
  line-height: 1.35em;
  margin-bottom: 10px;
}
/*.content-even1 p,
.product-detail p {
  font-size: .75em;
  line-height: 1.35em;
  margin-bottom: 10px;
}*/
div.pricenote {
  display: none;
  position: absolute;
  top: 1072px;
  font-size: 1.0em; /*.75x18=12*/
  line-height: 1.35em;
  margin-bottom: 35px;
}
.content ul {
  list-style-type: disc;
  margin-left: 45px;
  font-size: .75em; /*.75x18=12*/
  line-height: 1.25em;
  margin-top: .25em;
}
.content ol {
  list-style-type: decimal;
  margin-left: 25px;
  font-size: .75em; /*.75x18=12*/
  line-height: 1.25em;
  margin-bottom: 1.5em;
}
.buttons div {
	display: inline;
}
.buttons a {
	display: block;
	float: left;
	padding-left: 5px;
}
.details, .sprice {
  margin-top: 5px;
  padding-right: 100px;
  float: right;
}
p#pageNote {
  font-size: .75em; /*.75x18=12*/
  line-height: 1.25em;
}
/*product detail*/
.product-detail {
  clear: both;
  margin: 25px 0;
  padding-bottom: 10px;
  overflow: auto; /**/ /*hack for clearing floats*/
  border-bottom: 1px solid #e0e0e0;
}
* html .product-detail { height: 1%;} /*add hasLayout*/
.product-detail .pricing {
  float: left;
  width: 175px;
  height: 300px;
  margin-right: 25px;
  display: inline;
  text-align:center;
}
.pricing table {
  width: 170px;
  margin: 1px;
  margin-top: 20px;
  font-size: .75em; /*.75x18=12*/
  border-collapse: collapse;
  border: 1px solid #e0e0e0;
  line-height: 1em;
}
.pricing thead td {
  font-weight: bold;
}
tr.coltitle  td,
tr.coltitle  th {
  background-color: #9cc3c6;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
.pricing td {
  border: 1px solid #e0e0e0;
  padding: 2px;
  text-align: center;
}
.product-detail .productDescription {
  float: left;
  width: 420px;
  display: inline;
}
.product-detail-nav {
  background-color: #FFF;
  overflow: auto; /**/
  clear: both;
  font-size: .75em; /*.75x18=12*/
  line-height: 2.25em;
  padding-right: 20px;
  padding-left: 31px;
}

.product-detail-nav .back, .product-detail-nav #toc  {
  float: left;
  display: inline;
}
.product-detail-nav input {
  font-size: .8333em; /*.8333x12=10*/
  height: 12px;
  width: 35px;
  vertical-align: middle;
}
.product-detail-nav input.btn {
  width: auto;
  height: auto;
}
.product-detail-nav .form-field,
.product-detail-nav .form-label,
.product-detail-nav div {
  float: left;
  vertical-align: middle;
  display: inline;
}
.product-detail-nav .form-field,
.product-detail-nav .form-label {
  padding-left: 5px;
}
.cart-add img, .cart-add input.btn {
  vertical-align: middle;
}
.product-detail-nav .form-label {
  vertical-align: middle;
}
.product-detail-nav .cart-add{
  float: right;
  text-align: right;
  /*display: inline;*/
}
/*shopping cart*/
#viewCart table {
  font-size: .75em; /*.75x18=12*/
  margin: 1px;
  width: 604px;
  border-collapse: collapse;
}
#viewCart thead td {
  text-align: center;
  margin: 0;
}
#viewCart th,
#viewCart td {
  padding: 4px;
  border: 1px solid #e0e0e0;
}
#cartButtons {
  text-align: right;
  margin-top: 10px;
}
#cartCoupon {
  font-size: .8125em; 
}
/*checkout*/
#ssl-pro {
  float: right;
  top: 118px;
  left: 890px;
  width: 119px;
  height: 30px;
}
.login-box {
  border: 1px solid #e0e0e0;
  margin-bottom: 10px;
}
.login-box h4,
.login-box .hdr-title {
  background-color: #9cc3c6;
  padding: 4px 10px;
  font-weight: bold;
  color: #fff;
  font-size: .75em; /*.75x18=12;*/
}
.login-box .body {
  font-size: .75em; /*.75x18=12;*/
  padding: 10px;
  line-height: 1.15em;
}
.login-box input {
 font-size: 1em;
}
.login-box input.text {
  height: 12px;
}
.login-box .form-wrapper {
  padding-bottom: 5px;
  clear: both;
  overflow: auto; /**/
}
.login-box a:hover {
  text-decoration: underline;
}
#existingCustomer {
  float: left;
  width: 175px;

}
#newCustomer {
  float: left;
  width: 185px;
  margin-left: 15px;
}
#newCustomer .body {
  text-align: center;
}
#createCustomer {
  float: left;
  width: 225px;
}
.checkout-form {
  font-size: .75em; /*.75x18=12;*/
  line-height: 1.15em;
}
.checkout-form .form-field {
  margin-bottom: 5px;
}
.checkout-form input {
  font-size: 1em;
}
.shippingNote {
  margin-top: 5px;
}
#checkoutConfirm table {
  margin: 1px;
  font-size: .75em; /*.75x18=12*/
  border-collapse: collapse;
  border: 1px solid #e0e0e0;
  line-height: 1em;
  margin-bottom: 10px;
}
#checkoutConfirm td {
  padding: 7px;
  border: 1px solid #e0e0e0;
}
#checkoutComplete .container {
  font-size: .75em; /*.75x18=12;*/
  line-height: 1.15em;
}
/*footer*/
#footer ul {
  margin-left: 36px;
  line-height: 1.15em;
}
#footer ul li {
  float: left;
  margin-top: 0;
  padding: 1px 10px;
  display: inline;
}
#footer li.first {
  border: none;
}
#footer ul li a:hover {
  color: #3a8187;
}
#footer a {
  color: #fff;
}
/*teacher quiz*/
.quizRow {
  margin-bottom: .5em
}
.quizRow input {
  float: left;
}
.quizRow label {
  display: block;
  width: 14px;
  margin: 3px 3px 0 7px;
  float: left;
}
.quizRow p {
  float: left;
  width: 544px;
  margin-left: 5px;
}
.quizRow {
  overflow: auto; /**/
  clear: both;
}
table.quiz-results td {
  padding-bottom: 1em;
}
td.td-center {
  text-align: center;
}
td.td-right {
  text-align: right;
  padding-right: 2ex;
}
/*Custom forms*/
div.custom-form {
  font-size: .75em; /*.75x18=12*/
  line-height: 1.35em;
  margin-bottom: 10px;
}
div.custom-form .required {
  color: #000000;
}
div.custom-form fieldset {
   border: 1px solid #326F74;
   margin-bottom: 1.25em;
   padding: .5em;
}
div.custom-form div.fieldset-wrapper {
  padding: .5em 0;
}
div.custom-form legend {
  font-size: 1.15em;
  font-weight: bold;
  margin-left: 5ex;
}
div.form-item {
  margin-bottom: .55em;
  overflow: hidden;
  clear: both;
}
div.custom-form .form-item label {
  float: left;
  width: 145px;
  text-align: right;
  margin-right: 2ex;
  display: inline;
  line-height: 1.15em;
}
div.custom-form .form-input input {
  width: 300px;
}
div.custom-form .form-item label.option {
  float: none;
  display: inline;
}
#contact_form label, #fds_promo label {
  width: 10ex;
}
/*TOC*/
.jqmClose {
  display: block;
  position: fixed;
  background: url('/design/images/hkwong/close.gif') top left no-repeat;
  top: 11%;
  left: 73%;
  width: 15px;
  height: 15px;
}
* html .jqmClose {
  position: absolute;
  left: 590px;
  top: 10px;
}
.jqmWindow {
    display: none;

    position: fixed;
    top: 10%;
    left: 50%;

    margin-left: -300px;
    width: 600px;
    height: 400px;
    overflow: auto;

    background-color: #ffffff;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}
/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* html iframe.jqm {position:absolute;top:0;left:0;z-index:3000;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(10 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}