html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 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, input {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
}
img {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
:focus {
  outline: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
}
ul, ol {
  list-style: none;
}
/*main*/
body {
  background: #edf4fd url(/design/images/bg.png) repeat;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  width: 100%;
}
a {
  color: #0c5fa6;
  text-decoration: underline;
}
ol > li {
  list-style: decimal;
  margin-left: 25px;
  padding-bottom: 3px;
}
h1 {
  color: #0c5fa6;
  font-size: 26px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 10px;
  padding-top: 5px;
}
h2 {
  font-size: 26px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 15px;
}
h2 a, h3 a {
  text-decoration: none;
}
h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 10px;
}
.blue {
  color: #0c5fa6;
}
h4 {
  color: #0c5fa6;
  font-size: 17px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 15px;
}
h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
.size18 {
  font-size: 18px;
}
.size13 {
  font-size: 13px;
}
.size11 {
  font-size: 11px;
}
hr {
  background-color: #dcdcdc;
  border: none;
  color: #dcdcdc;
  height: 1px;
  margin: 10px 0;
}
.text hr {
  margin-top: 0 !important;
}
.mainhr {
  background-color: #dcdcdc; 
  border: none;
  color: #dcdcdc; 
  height: 1px;
  margin: 10px auto;
  width:500px;
}
strong, .bold {
  font-weight: bold;
}
.underln {
  text-decoration: underline;
}
.italic, .em {
  font-style: italic;
}
.strike {
  text-decoration: line-through;
}
.fl-lft {
  float: left;
}
.fl-rgh {
  float: right;
}
.clear {
  clear: both;
  float: none;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}
.text-cntr {
  text-align: center;
}
.text-rgh {
  text-align: right;
}
.text-just {
  text-align: justify;
}
.nowrap {
  white-space: nowrap;
}
.text p, #jsErr table, #jsLogin table, #jsReg table, #ERdiv table {
  line-height: 1.3;
  margin-bottom: 10px;
}
.text ul, .text ol {
  line-height: 1.5;
  margin-bottom: 10px;
}
.fortxt {
  padding-left: 10px;
  padding-right: 10px;
}
.mbot5 {
  margin-bottom: 5px !important;
}
.mbot8 {
  margin-bottom: 8px !important;
}
.mbot20 {
  margin-bottom: 20px !important;
}
.ptop10 {
  padding-top: 10px;
}
.pbot10 {
  padding-bottom: 10px;
}
.pbot15 {
  padding-bottom: 15px;
}
.slip10 {
  padding-left: 10px;
}
.slip25 {
  padding-left: 25px;
}
.slip100 {
  padding-left: 100px;
}
.forimg {
  font-size: 0;
  line-height: 0;
}
.red, .error_message {
  color: #ff0000;
}
.green {
  color: #008848;
}
.lgreen {
  color: #4c8d00;
}
.error_message p {
  margin-bottom: 0 !important;
}
#wrapper {
  min-width: 1012px;
  width: 100%;
}
/*header*/
#header {
  background: #fff;
  height: 86px;
}
#header .inner {
  background: url(/design/images/bg-header.png) repeat-y;
  height: 71px;
  margin: 0 auto;
  padding: 25px 25px 0;
  width: 962px;
}
#chat {
  display: inline;
  float: right;
  margin-right: 24px;
}
.logo {
  float: left;
  margin: -10px 110px 0 0;
}
#search {
  background: #fff;
  border-bottom: #94c8ec 1px solid;
  border-top: #94c8ec 1px solid;
  float: left;
  height: 28px;
  position: relative;
  margin-top: 3px;
  width: 250px;
  z-index: 80;
}
#search img {
  float: left;
  margin-top: -1px;
}
#btnSrch {
  background: url(/design/images/btn-search.png) 0 0 no-repeat;
  cursor: pointer;
  float: right;
  height: 30px;
  margin-top: -1px;
  width: 29px;
}
#txtSrch {
  background: #fff;
  color: #999;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  margin: 4px 0 0 7px;
  width: 205px;
}
#resSrch {
  background: #fff;
  border: 1px solid #94c8ec;
  color: #000;
  display: none;
  margin-top: 1px;
  position: absolute;
  width: 248px;
  z-index: 101;
}
#resSrch div {
  cursor: pointer;
  font-size: 11px;
  padding: 2px 5px;
}
#resSrch div:hover {
  background: #94c8ec;
}
/*menu*/
#menu {
  background: url(/design/images/bg-menu.png) repeat-x;
  height: 42px;
}
#menu2 {
  background: url(/design/images/bg-menu.png) repeat-x;
  height: 12px;
}
#menu a {
  color: #fff;
}
#menu .inner {
  height: 42px;
  margin: 0 auto;
  position: relative;
  width: 1000px;
  z-index: 50;
}
#menu .linklast, #menu .link1 {
  float: left;
  font-size: 14px;
  display: block;
  height: 42px;
  line-height: 42px;
  padding: 0 12px;
  text-decoration: none;
}
#menu .link1 {
  background: url(/design/images/menu-line.png) right center no-repeat;
}
#menu .link1:hover, #menu .linklast:hover {
  background: #4396d3;
}
#menu .actlink1 {
  background: #195c91 !important;
}
.addmenu .arrow, #addmenuL .arrow {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: none;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 0;
}
#addmenuB .arrow {
  border-bottom: 7px solid #276FAD;
  margin-left: 90px;
}
#addmenuB {
  display: none;
  left: 2px;
  position: absolute;
  top: 42px;
  width: 996px;
  z-index: 90;
}
#addmenuB table {
  background: #276FAD;
  color: #fff;
  width: 100%;
}
#addmenuB td {
  line-height: 1.5;
  padding: 10px 10px 12px;
  vertical-align: top;
}
#addmenuB a {
  padding-left: 10px;
  text-decoration: none;
}
#addmenuB a:hover, #addmenuS a:hover {
  text-decoration: underline;
}
#addmenuB div {
  padding-bottom: 10px;
}
#addmenuB div a {
  font-weight: bold;
  padding-left: 0 !important;
  text-transform: uppercase;
}
#addmenuB .alllink {
  margin-left:125px;
  margin-top:7px;
  text-decoration:underline;
}
#addmenuB .padt15 {
  padding-top:15px;
}
#rmenu {
  background: #3e8bc6;
  float: right;
  height: 42px;
  padding-left: 35px;
  position: relative;
  width: 255px;
}
#rmenu .fl-lft {
  padding: 14px 0 13px;
}
#rmenu span {
  color: #fff;
  display: inline;
  float: left;
  padding: 14px 15px 0;
}
#addmenuS {
  display: none;
  left: 2px;
  line-height: 1.3;
  position: absolute;
  top: 42px;
  width: 286px;
  z-index: 90;
}
#addmenuS .arrow {
  border-bottom: 7px solid #3e8bc6;
  margin-left: 60px;
}
#addmenuS div {
  background: #3e8bc6;
  padding: 15px 20px;
}
#addmenuS div p {
  padding: 5px 0;
}
#addmenuS a {
  text-decoration: none;
}
#addmenuL {
  display: none;
  line-height: 1.3;
  position: absolute;
  right: 2px;
  top: 42px;
  width: 286px;
  z-index: 90;
}
#addmenuL .arrow {
  border-bottom: 7px solid #3e8bc6;
  margin-left: 225px;
}
#addmenuL form {
  background: #3e8bc6;
  color: #fff;
  padding: 20px;
}
#addmenuL label input {
  background: #fff;
  border: #ced2d6 1px solid;
  color: #000;
  font-size: 12px;
  margin: 2px 0 8px;
  padding: 3px 5px;
  width: 230px;
}
#errlog {
  color: #FFEC8B;
  display: none;
  margin-bottom: 5px;
}
/*footer*/
#footer {
  background: #f0f4f8;
  border-top: #dcdcdc 1px solid;
  color: #666;
  font-size: 11px;
  padding: 15px 30px 20px;
}
#footer span {
  color: #8caeec;
  display: inline-block;
  font-size: 12px;
  padding: 0 10px;
}
#footer a {
  color: #666;
  display: inline-block;
  text-decoration: none;
}
.copy {
  margin-top: 20px;
}
/*right block*/
#right {
  border: #ddd solid 1px;
  border-radius: 7px;
  float: right;
  position: relative;
  width: 258px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}
#right .bluebox {
  /*background: #dcecf9 url(/design/images/audio.png) 10px center no-repeat;*/
  background: #dcecf9;
  border-radius: 0 0 7px 7px;
  font-size: 15px;
  height: 60px;
  line-height: 1.4;
  padding: 15px 10px 0 10px;
  -moz-border-radius: 0 0 7px 7px;
  -webkit-border-radius: 0 0 7px 7px;
}
#right .bluebox p.link {
  text-align:center;
}
#right .bluebox a {
  color: #1f63b1;
  font-size: 13px;
}
#right .simple {
  background: url(/design/images/bg-rsimple.png) 0 0 repeat-x;
  height: 1%;
  padding: 15px 10px;
}
#right .yellow {
  background: #fdf1cd;
  border-radius: 7px 7px 0 0;
  height: 1%;
  padding: 0 10px 15px;
  position: relative;
  -moz-border-radius: 7px 7px 0 0;
  -webkit-border-radius: 7px 7px 0 0;
}
#right .yellow h5 {
  background: #fde295;
  border-radius: 7px 7px 0 0;
  margin: 1px -9px 10px -9px;
  padding: 12px 5px 10px;
  -moz-border-radius: 7px 7px 0 0;
  -webkit-border-radius: 7px 7px 0 0;
}
#right .yellow img {
  padding-right: 8px;
}
#rGuarlink span, #emailErr {
  display: none;
}
#rGuarlink {
  position: relative;
}
#rGuarlink:hover span {
  background: #fdf1cd;
  border-bottom: #ddd 1px solid;
  display: block;
  left: 0;
  line-height: 1.3;
  margin-left: -10px;
  padding: 5px 10px 0;
  position: absolute;
  top: 0;
  width: 238px;
}
.emptdecor h5 {
  font-size: 15px;
  padding-top: 5px;
  text-transform: uppercase;
}
.emptdecor {
  padding: 10px 10px 5px;
}
/*pop-up*/
#discount, #download, #details, #details2 {
  display: none;
  overflow: hidden;
  padding: 20px 20px 0;
}
#discount h3 {
  color: #185ead;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
#discount div.fl-lft .btext {
  color: #4c8d00;
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 6px;
}
#discount div.fl-lft {
  text-align: center;
  width: 252px;
}
#discount div.fl-rgh {
  width: 410px;
}
#discount div.fl-rgh form {
  line-height: 1.4;
}
#discount div.fl-rgh .btext {
  color: #185ead;
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 8px;
}
#discount .inptxt, #discount .inptxt_error {
  padding-bottom: 6px;
  padding-top: 6px;
  width: 270px;
}
#discount input {
  margin: 0 0 5px;
}
#download h1, #details h1, #details2 h1 {
  font-size: 22px;
  margin-bottom: 15px;
}
#download form {
  background: url(/design/images/bg-download.png) 0 0 no-repeat;
  height: 71px;
  margin: 0 auto 10px;
  padding: 15px 0 0 15px;
  width: 514px;
}
#download form input, #download form span {
  vertical-align: middle;
}
#download form input {
  margin-left: 7px;
}
#download form .inptxt {
  padding-bottom: 5px;
  padding-top: 5px;
  width: 220px;
}
#download li {
  padding-bottom: 3px;
  padding-top: 2px;
}
#details div.fl-rgh, #details2 div.fl-rgh {
  position: relative;
  width: 460px;
}
#details li, #details2 li {
  padding-bottom: 2px !important;
}
/*member*/
#rMember {
  float: right;
  margin-top: 5px;
  width: 720px;
}
#lMember {
  float: left;
  margin-top: 5px;
  width: 258px;
}
.membmenu {
  border: #ddd 1px solid;
  border-radius: 7px;
  margin-bottom: 5px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}
.membmenu h3 {
  background: #d6e5f3;
  border-radius: 7px 7px 0 0;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0px;
  padding: 10px 15px;
  text-transform: uppercase;
  -moz-border-radius: 7px 7px 0 0;
  -webkit-border-radius: 7px 7px 0 0;
}
.membmenu a {
  color: #444;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  padding: 5px 15px;
  display: block;
}
.membmenu a.active {
  color: #fff;
  background: #84a8cb;
}
.membmenu a.prod { 
  font-size: 14px;
  font-weight: normal;
  padding: 5px 40px;
}
.membmenu #actlink { 
  font-weight: bold;
}
#rMember h2 {
  color: #274479;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}
#rMember h4 {
  font-weight: bold;
  text-transform: uppercase;
}
#mbSett td {
  padding: 4px 7px 4px 0;
}
.mbTable {
  width: 100%;
}
.mbTable th {
  border-bottom: 1px solid #ddd;
  color: #0c5fa6;
  font-size: 15px;
  font-weight: bold;
  padding: 8px 5px;
  text-align: center;
  vertical-align: top;
}
.mbTable td {
  padding: 5px;
}
.munCert a {
  color: #1e3b8e;
  font-size: 13px;
  font-weight: bold;
}
.munCert {
  border-top: 1px solid #ddd;
}
#mbUnlim {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.munPage {
  height: 1%;
  overflow: hidden;
  padding: 8px 0;
}
.munPage a {
  font-size: 13px;
  font-weight: bold;
}
#mRenew img {
  margin-bottom: 3px;
}
#mRenew th {
  font-size: 13px;
}
#mRenew td {
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  padding-top: 8px;
  vertical-align: top;
}
.mbash4 {
  color: #0c5fa6;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 15px;
}
.mbash2 {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 8px !important;
}
/*end member*/
.bordNo {
  border: none !important;
}
#preOrd p.bold, #printEd p.bold, .actprodL p.bold {
  font-size: 14px;
  padding-bottom: 7px;
}
.preordR {
  float: right;
  margin-bottom: 10px;
  text-align: center;
  width: 160px;
}
.preordL {
  float: left;
  margin-bottom: 7px;
  width: 520px;
}
.preordL td, .actprodL td {
  padding: 3px 0 3px 10px;  
}
.preordL td.text-rgh {
  width: 100px;
}
.actprodL td.text-rgh {
  width: 120px;
}
#printEd td {
  padding: 3px 0 3px 10px;
}
.actprodR {
  float: right;
  margin-bottom: 10px;
  text-align: center;
  width: 220px;
}
.actprodL {
  float: left;
  margin-bottom: 7px;
  width: 470px;
}
#actProd .violetS {
  border-bottom-color: #ddd;
  border-left: none;
  border-radius: 0;
  border-right: none;
  border-top-color: #ddd;
  font-size: 14px;
  margin: 0 -10px 10px -10px;
  width: 698px;
}
#actProd .violetS h3 {
  font-size: 20px;
  font-weight: bold;
}
.offPrice {
  color: #2e5eb6;
  font-size: 20px;
  margin-bottom: 6px !important;
  text-align: center;
}
.offPrice span {
  text-decoration: line-through;
}
.offNew {
  color: #b8292f;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 6px !important;
  text-align: center;
}
#actProd .violetS img.fl-lft {
  margin: 0 25px 15px;
}
#actProd .violetS table {
  margin-bottom: 15px;
  width: 100%;
}
#actProd .violetS td {
  font-size: 12px;
  padding: 3px 5px 3px 0;
  vertical-align: top;
}
.discgreen {
  color: #649900;
  text-align: center;
  width: 90px;
}
.discgreen hr {
  background-color: #649900 !important;
  color: #649900 !important;
  margin: 6px 10px !important;
}
.discgreen strong {
  font-size: 20px;
}
/*carousel*/
#exlslide .disable, #certex .disable {
  visibility: hidden;
}
#exlslide, #certex {
  overflow: hidden;
}
#certex {
  margin-bottom: 15px;
}
#exlslide .viewport {
  float: left;
  height: 90px;
  overflow: hidden;
  position: relative;
  width: 142px;
}
#exlslide .overview {
  left: 0;
  position: absolute;
  top: 0;
  width: 142px;
}
#exlslide .overview li {
  float: left;
  height: 87px;
  margin-right: 8px;
  width: 67px;
}
#exlslide .overview li img {
  border: 1px solid #dcdcdc;
}
#exlslide .prev, #exlslide .next {
  float: left;
  margin: 32px 3px 0;
}
#certex .viewport {
  float: left;
  height: 57px;
  margin: 0 2px;
  overflow: hidden;
  position: relative;
  width: 268px;
}
#certex .overview {
  left: 0;
  position: absolute;
  top: 0;
  width: 268px;
}
#certex .overview li {
  float: left;
  height: 55px;
  margin-right: 2px;
  width: 65px;
}
#certex .prev, #certex .next {
  float: left;
  margin: 18px 0 0;
}
/*main part*/
#wrap {
  background: #fff;
  border: #c0d4e6 1px solid;
  border-top: none;
  margin: 0 auto;
  width: 998px;
}
#main {
  min-height: 500px;
  padding: 10px 5px 20px;
}
#breadcrumbs {
  color: #666;
  font-size: 10px;
  padding: 0 10px 10px 10px;
}
#breadcrumbs a {
  display: inline-block;
  text-decoration: none;
}
#breadcrumbs span {
  display: inline-block;
}
#breadcrumbs span.arr {
  color: #a3a3a3;
  font-size: 8px;
  padding: 0 3px 0 5px;
}
#sitemap p a {
  font-size: 14px;
  font-weight: bold;
}
#sitemap ul {
  overflow: hidden;
}
#sitemap li {
  background: url(/design/images/limap.png) 0 0 no-repeat;
  display: inline;
  float: left;
  padding: 0 7px 3px 12px;
  width: 115px;
}
#sitemap li a {
  color: #2e5eb6;
}
#left {
  float: left;
  width: 720px;
}
.violetB {
  background: #f6f9fe url(/design/images/bg-violetB.png) 0 0 repeat-x;
  border: #c9c9c9 1px solid;
  border-radius: 7px;
  height: 1%;
  margin-bottom: 5px;
  padding: 10px 10px 5px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}
.violetS {
  background: #f6f9fe url(/design/images/bg-violetS.png) 0 0 repeat-x;
  border: #c9c9c9 1px solid;
  border-radius: 7px;
  height: 1%;
  margin-bottom: 5px;
  padding: 10px 10px 5px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}
.liblue li {
  background: url(/design/images/liblue.png) 0 0 no-repeat;
  padding: 3px 0 5px 25px
}
.greybox {
  border: #ddd 1px solid;
  border-radius: 7px;
  height: 1%;
  margin-bottom: 5px;
  padding: 10px 10px 5px;
  line-height: 1.3;
  font-size:13px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}
.greybox h4 {
  font-size: 16px;
}
.inptxt, .inptxt_error {
  background: #fff url(/design/images/shadow.png) 0 0 repeat-x;
  border: #ced2d6 1px solid;
  color: #464646;
  font-size: 12px;
  height: 15px;
  padding: 3px 4px;
  width: 190px;
}
.inpsel, .inpsel_error {
  background: #fff url(/design/images/shadow.png) 0 0 repeat-x;
  border: #ced2d6 1px solid;
  color: #464646;
  font-size: 12px;
  height: 23px;
  padding: 1px 3px;
  width: 200px;
}
.inparea, .inparea_error {
  background: #fff url(/design/images/shadow.png) 0 0 repeat-x;
  border: #ced2d6 1px solid;
  color: #464646;
  font-size: 12px;
  height: 70px;
  padding: 3px;
  width: 540px;
}
#partnerForm td {
  padding: 4px 6px 4px 0;
  vertical-align: top;
}
#partnerForm table, .shiptbl {
  margin-bottom: 10px;
}
#partnerForm td.text-rgh {
  padding-top: 7px;
}
.shiptbl td {
  padding: 4px 10px 4px 0;
  vertical-align: middle;
}
.shiptbl td.bold {
  font-size: 13px;
  vertical-align: middle;
}
#guarant {
  background: #fbfbfb;
}
#guarant h2 {
  font-size: 28px;
}
#guarant img {
  padding-right: 10px;
  vertical-align: middle;
}
#preorder ol li {
  color: #2e5eb6;
  font-weight: bold;
}
#preorder ol span {
  color: #333;
  font-weight: normal;
}
#preordinp {
  background: url(/design/images/inp-preorder.png) 0 0 no-repeat;
  height: 27px;
  margin: 0 auto 5px;
  width: 196px;
}
#preordinpem {
  background: url(/design/images/inp-preorder.png) 0 0 no-repeat;
  height: 27px;
  margin: 0 auto 10px;
  width: 196px;
}
#preordinp input, #preordinpem input {
  background: #fff;
  color: #333;
  font-size: 12px;
  height: 18px;
  margin: 5px 4px 0;
  width: 184px;
}
#preorder .alloc {
  color: #1f63b1;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  text-decoration: underline;
}
.faq {
  font-size: 13px;
}
.faq p.bold {
  margin: 0;
  padding: 5px 0 3px;
}
.h3big {
  color: #0c5fa6;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.courselogo {
  background: url(/design/images/shadbox-big.png) 0 0 no-repeat;
  float: left;
  height: 174px;
  text-align: center;
  width: 184px;
}
.courselogo .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.courselogo img {
  vertical-align: middle;
}
.courseinfo {
  float: right;
  line-height: 1.6;
  width: 500px;
}
.courseinfo li, .leveltxt li, .leveltxt2 li {
  color: #0c5fa6;
  list-style: disc;
  margin-left: 25px;
  line-height:18px;
}
.leveltxt {
  padding-bottom: 5px;
}
.leveltxt li {
  padding-bottom: 3px;
}
.leveltxt ul {
  padding: 5px 0 2px;
}
.leveltxt p {
  font-size: 15px;
  font-weight: bold;
  padding-top: 10px;
}
.leveltxt2 {
  padding-bottom: 5px;
}
.leveltxt2 li {
  padding-bottom: 3px;
}
.leveltxt2 ul {
  padding: 5px 0 2px;
}
.leveltxt2 p.mainlev {
  font-size: 14px;
  font-weight: bold;
  padding-top: 7px;
}
.leveltxt2 p {
  font-size: 12px;
  font-weight: bold;
  padding-top: 7px;
}
.lvltitle {
  background: #e1ebf6;
  border-radius: 7px 7px 0 0;
  color: #0c5fa6;
  font-size: 18px;
  font-weight: bold;
  margin: -10px -10px 10px -10px;
  padding: 6px 10px;
  text-transform: uppercase;
  -moz-border-radius: 7px 7px 0 0;
  -webkit-border-radius: 7px 7px 0 0;
}
#rCourse p {
  float: left;
  padding-right: 4px;
  line-height: 1.5;
  width: 115px;
}
#rTestim {
  overflow-x: hidden;
  width: 238px;
}
#rTestim p, #rTestim hr {
  margin: 0 0 7px !important;
}
#moretestim, #PRErr {
  display: none;
}
.topinfo {
  line-height: 1.3;
  overflow: hidden;
  padding: 0 10px;
}
.topinfo div.fl-rgh {
  width: 580px;
}
.topinfo ul li, .mainfo ul li {
  list-style: disc inside;
  margin-left: 8px;
  padding-bottom: 3px;
}
.mainfo ul.liblue li {
  list-style: none;
}
.topinfo p, .mainfo p {
  margin-bottom: 10px;
}
.topinfo ul, .mainfo ul, .mainfo ol {
  margin-bottom: 7px;
}
.mainfo {
  line-height: 1.3;
}
.tbreview p, .tbreview hr {
  margin: 0 0 8px;
}
.tbreview p {
  font-style: italic;
}
.tabs-standard {
  padding-top: 1px;
}
.sliderkit-nav-clip li {
  background: #fafcfe;
  border: #e6eaee 1px solid;
  border-bottom: none;
  cursor: pointer;
  float: left;
  padding: 7px 15px;
}
.sliderkit-nav-clip a {
  color: #333;
  text-decoration: none;
}
.sliderkit-nav-clip .sliderkit-selected {
  background: #fff;
  border: #ddd 1px solid;
  border-bottom: #fff 1px solid;
  border-radius: 5px 5px 0 0;
  font-size: 13px;
  font-weight: bold;
  margin: -3px 0 -1px;
  padding-top: 9px;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
}
.sliderkit-panels {
  border: #ddd 1px solid;
  border-radius: 0 7px 7px 7px;
  padding: 10px 10px 6px;
  -moz-border-radius: 0 7px 7px 7px;
  -webkit-border-radius: 0 7px 7px 7px;
}
.vndrtitle {
  background: #e1ebf6;
  color: #0c5fa6;
  font-size: 18px;
  font-weight: bold;
  margin: 5px -10px 7px -10px;
  padding: 6px 10px;
  text-transform: uppercase;
}
.vndrtitlef {
  background: #e1ebf6;
  color: #0c5fa6;
  font-size: 18px;
  font-weight: bold;
  margin: 5px -10px 7px -10px;
  padding: 6px 10px;
  text-transform: uppercase;
  margin-top:-10px;
  border-right:#dddddd 1px solid;
  border-top-right-radius:5px;
}
.vndrtitle a, .vndrtitlef a {
  text-decoration: none;
}
.vndrtitle a:hover, .vndrtitlef a:hover {
  text-decoration: underline;
}
#signup .liblue {
  overflow: hidden;
}
#signup .liblue li {
  float: left;
  font-weight: bold;
  padding-right: 8px;
  width: 310px;
}
#signup .logregtbl {
  margin: 8px -10px 0;
  width: 718px;
}
.logth {
  background: #bad2e9;
  color: #355eaa;
  font-size: 18px;
  font-weight: normal;
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase;
  width: 356px;
}
.logtd {
  background: url(/design/images/bg-logtd.png) 0 0 repeat-x;
  padding: 0 15px 10px;
  vertical-align: top;
}
#signup .fl-rgh {
  padding-bottom: 5px;
  width: 610px;
}
.logtd a {
  text-decoration: none;
}
.logtd .inptxt, .logtd .inptxt_error {
  margin: 2px 0;
  width: 300px;
}
.inpcheck, .inpcheck_error {
  margin-right: 5px;
  vertical-align: middle;
}
#satisf p {
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
}
#satisf p span {
  font-size: 22px;
}
#paystep h3 {
  color: #0c5fa6;
  font-size: 20px;
}
#paystep h2, #basket h2, #bill1 h2, #bill2 h2, #support h2 {
  font-size: 22px;
  margin-bottom: 10px;
}
#paystep .slip10 h3 {
  font-size: 18px;
  line-height: 1.2;
}
#paystep .text-rgh {
  width: 70px;
}
#paystep form td {
  padding: 0 7px 4px 0;
  vertical-align: middle;
}
.inpay {
  background: url(/design/images/inp-paynow.png) 0 0 no-repeat;
  height: 24px;
  width: 221px;
}
.inpay input {
  font-size: 12px;
  height: 16px;
  margin: 4px 0 0 5px;
  width: 210px;
}
.ordbasket {
  margin-bottom: 10px;
  width: 100%;
}
.ordbasket th {
  border-bottom: #e8e8e8 1px solid;
  font-weight: bold;
  padding: 10px 5px 3px;
}
.ordbasket td {
  border-bottom: #e8e8e8 1px solid;
  padding: 5px 7px;
}
.total {
  color: #2e5eb6;
  font-size: 24px;
  font-weight: bold;
  text-align: right;
  padding-bottom: 15px;
}
#promo {
  background: url(/design/images/bg-promo.png) 0 0 no-repeat;
  color: #464646;
  float: right;
  font-size: 11px;
  height: 42px;
  margin-bottom: 10px;
  padding: 20px 0 0 10px;
  width: 317px;
}
#promo input, #promo span {
  vertical-align: middle;
}
#promo input {
  margin-left: 7px;
}
#promo .inptxt, #promo .inptxt_error {
  border: #b2b6bc 1px solid;
  width: 120px;
}
#rBill {
  border-left: #dcdcdc 1px solid;
  display: inline;
  float: right;
  font-size: 11px;
  padding: 0 15px;
  width: 250px;
}
.billing {
  margin-bottom: 15px;
}
.billing td {
  padding: 3px 7px 3px 0;
  vertical-align: middle;
}
.billing .inptxt, .billing .inptxt_error {
  width: 230px;
}
.billing .inpsel, .billing .inpsel_error {
  width: 240px;
}
img.info2 {
  margin-left: 5px;
  vertical-align: top;
}
a.info {
  color: #333;
  margin-left: 5px;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
}
a.info span.cvv {
  display: none;
}
a.info:hover span.cvv {
  background: #F1F7FC;
  border: 1px solid #ddd;
  color: #000;
  display: block;
  left: 141px;
  padding: 10px 10px 0;
  position: absolute;
  top: -390px;
  width: 275px;
  z-index: 50;
}
a.info:hover span.cvv p {
  padding-bottom: 10px;
  text-align: justify;
}
.demonote {
  color: #555;
  font-size: 12px;
  font-style: italic;
  text-align: center;
}
#demo {
  background: url(/design/images/bg-demo.png) 0 0 no-repeat;
  height: 88px;
  margin: 0 auto 10px;
  padding: 15px 17px 0 17px;
  width: 432px;
}
#demo select {
  background: #fff;
  border: none;
  border-radius: 5px;
  color: #333;
  font-size: 12px;
  height: 28px;
  padding: 4px;
  vertical-align: middle;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#demo select.fl-lft {
  width: 220px;
}
#demo select.fl-rgh {
  width: 164px;
}
#demo p.fl-lft {
  color: #fff;
  display: inline;
  font-size: 12px;
  padding: 7px 0 0 10px;
}
#demo input.fl-rgh {
  display: inline;
  margin: 6px -1px 0 0;
}
#demo input.fl-lft {
  background: #fff;
  border-radius: 5px;
  color: #333;
  font-size: 12px;
  height: 22px;
  line-height: 22px;
  margin-top: 8px;
  padding: 4px;
  width: 212px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#promotion {
  background: url(/design/images/bg-email.png) 0 0 no-repeat;
  border: #c9c9c9 1px solid;
  border-radius: 7px;
  height: 219px;
  margin: 7px 0 5px;
  padding: 15px 0 0 522px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}
#promotion h2 {
  font-size: 28px;
}
#promocode {
  color: #226cb1;
  font-size: 18px;
  margin-bottom: 10px;
}
#promocode input {
  background: #fff1ae;
  border-radius: 5px;
  color: #333;
  font-size: 18px;
  margin-left: 10px;
  padding: 5px 10px;
  vertical-align: middle;
  width: 160px;
  font-weight:bold;
  text-align:center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#promofind {
  background: url(/design/images/bg-promofind.png) 0 0 no-repeat;
  height: 102px;
  padding: 20px 20px 0;
  width: 375px;
}
#promofind p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 5px;
}
#promofind .inpsel {
  border: none;
  margin-bottom: 7px;
  width: 250px;
}
#promovend td {
  padding: 0 15px 12px 6px;
  text-align: center;
  vertical-align: top;
}
#promovend1 td {
  padding: 0 10px 7px 6px;
  text-align: center;   
}
.boxlogo {
  background: url(/design/images/shadbox-small.png) 0 0 no-repeat;
  height: 110px;
  padding-bottom: 3px !important;
  vertical-align: middle !important;
  width: 100px;
}
#vendlist {
  padding-top: 15px;
}
#vendlist p a {
  font-size: 14px;
  font-weight: bold;
}
#vendlist ul {
  overflow: hidden;
}
#vendlist li {
  background: url(/design/images/limap.png) 0 0 no-repeat;
  display: inline;
  float: left;
  padding: 0 7px 3px 12px;
  width: 300px;
}
#vendlist li a {
  color: #2e5eb6;
}
#article h1 {
  color: #333;
  line-height: 1.3;
}
#article h2 {
  color: #0c5fa6;
  font-size: 22px;
  margin-bottom: 10px;
  padding-top: 5px;
}
#article {
  font-size: 13px;
}
#article ul li {
  list-style: disc;
  margin-left: 25px;
}
#article table {
  margin-bottom: 10px;
}
#article th {
  background: #e8f1fa;
  border: #c9c9c9 1px solid;
  color: #17588e;
  font-size: 12px;
  font-weight: bold;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
}
#article td {
  border: #c9c9c9 1px solid;
  font-size: 12px;
  padding: 8px;
  vertical-align: middle;
}
#yellowProd {
  background: #ffeebd;
  border: #c9c9c9 1px solid;
  border-radius: 7px;
  float: right;
  height: 395px;
  margin-bottom: 5px;
  padding: 0 15px 10px;
  position: relative;
  width: 338px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}
#yellowProd .cap {
  background: #fde295;
  border-radius: 7px 7px 0 0;
  color: #136603;
  font-size: 18px;
  margin: 0 -15px 10px;
  padding: 10px 15px;
  text-transform: uppercase;
  -moz-border-radius: 7px 7px 0 0;
  -webkit-border-radius: 7px 7px 0 0;
}
#yellowProd .cap span {
  color: #661603;
  font-size: 26px;
}
#yellowProd a {
  font-size: 15px;
}
#yellowProd .alloc {
  color: #661603;
  font-size: 14px;
  position: relative;
  z-index: 10;
}
#yellowProd img {
  margin: -20px 0 0 -10px;
  position: relative;
  z-index: 2;
}
#blueProd {
  float: left;
  height: 390px;
  width: 584px;
}
#blueProd .bold {
  font-size: 14px;
}
#srchProd {
  background: url(/design/images/bg-bprod.png) 0 0 no-repeat;
  height: 60px;
  margin: 0 auto;
  padding: 20px 0 0 20px;
  width: 423px;
}
#srchProd input, #srchProd select {
  vertical-align: middle;
}
#srchProd select {
  background: #fff;
  border: none;
  border-radius: 5px;
  color: #333;
  font-size: 12px;
  height: 30px;
  margin-right: 7px;
  padding: 4px 3px;
  width: 290px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#examLab {
  margin-top: 12px;
  overflow: hidden;
  padding-bottom: 10px;
}
#examLab h3 {
  font-size: 24px;
}
#examlabL {
  float: left;
  width: 190px;
}
#examlabL .save {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  height: 47px;
  margin-bottom: 10px;
  padding: 204px 10px 0 118px;
  text-align: center;
  width: 57px;
}
#examlabL #studgui {
  background: url(/design/images/box-sgex.png) 0 30px no-repeat;
}
#examlabL #praclab {
  background: url(/design/images/box-labex.png) 0 30px no-repeat;
}
#examlabL #reallab {
  background: url(/design/images/box-labr.png) 0 30px no-repeat;
}
#examlabL #audgui {
  background: url(/design/images/box-audioex.png) 0 30px no-repeat;
}
#examlabR {
  float: right;
  padding-top: 10px;
  width: 490px;
}
#examlabR .newpr {
  color: #0c5fa6;
  font-size: 16px;
}
#examlabR .oldpr {
  color: #cf0227;
  font-size: 18px;
  font-weight: bold;
}
#ulmegap {
  background: url(/design/images/box-megap.png) right 10px no-repeat;
  padding-right: 285px;
}
#megaPack table {
  margin: 0 -10px;
  width: 718px;
}
#megaPack th {
  background: #cde0f4;
  color: #355eaa;
  font-size: 18px;
  font-weight: normal;
  padding: 5px 8px;
  text-align: center;
}
#megaPack td {
  background: url(/design/images/bg-megapack.png) 0 0 repeat-x;
  font-size: 14px;
  padding: 0 8px 5px;
  text-align: center;
  vertical-align: top;
}
#megaPack td p {
  margin-bottom: 5px;
}
#megaPack .bordr {
  border-right: #f6f9fe 3px solid;
}
#megaPack .price {
  color: #b8292f;
  font-size: 23px;
  font-weight: bold;
}
#topVC {
  padding: 0 !important;
}
#topVC th {
  background: #bbb url(/design/images/bg-topth.png) 0 0 repeat-x;
  color: #343434;
  font-size: 16px;
  font-weight: normal;
  height: 35px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  width: 50%;
}
#topVC td {
  padding: 15px;
  text-align: center;
  vertical-align: middle;
  width: 25%;
}
#topVC td.bordr {
  border-right: #ebebeb 1px solid;
}
#topVC th.bordr {
  border-right: #a6a6a6 1px solid;
}
#homeUnlim h2 {
  font-size: 22px;
  margin-bottom: 8px;
}
#homeUnlim div.fl-lft {
  padding-top: 20px;
  width: 280px;
}
.libluesm li {
  background: url(/design/images/libluesm.png) 0 0 no-repeat;
  line-height: 1.5;
  padding: 0 0 0 20px;
}
#homeUnlim div.fl-rgh {
  padding-top: 10px;
  width: 410px;
}
.homer {
  overflow: hidden;
}
.homer li {
  float: left;
  width: 115px;
}
.ipurchase {
  border: #95d1f7 1px solid;
  overflow: hidden;
  padding: 10px 0 0 10px;
}
.ipurchase h2 {
  font-size: 22px;
}
.ipurchase .item {
  float: left;
  margin: 0 5px 15px 0;
  overflow: hidden;
  width: 237px;
}
.ipurchase .iplink {
  color: #0c5fa6;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.ipurchase a.iplink:hover {
  text-decoration: underline;
}
.ipurchase div.fl-rgh {
  padding-top: 5px;
  width: 150px;
}
.ipurchase .icart {
  float: right;
  text-align: center;
  width: 80px;
}
.ipurchase p.size11 {
  padding: 8px 0;
}
.ipurchase label {
  cursor: pointer;
}
#mback {
  background: url(/design/images/bg-mback.png) 0 0 no-repeat;
  float: left;
  height: 120px;
  margin-bottom: 20px;
  width: 500px;
}
#mback img {
  display: inline;
  float: left;
  padding: 15px 15px 0 15px;
}
#mback h3 {
  font-size: 19px;
  margin-bottom: 20px;
  padding-top: 10px;
}
#mback p {
  font-size: 13px;
  padding-right: 15px;
}
#certPrice {
  display: inline;
  float: right;
  font-size: 24px;
  margin-bottom: 20px;
  overflow: hidden;
  padding-right: 10px;
  text-align: right;
  width: 400px;
}
#certPrice .bold {
  color: #cf0227;
  padding-bottom: 5px;
}
#certPrice .added {
  float: right;
  font-size: 14px;
  font-weight: bold;
  margin-top: 3px;
  text-align: center;
  width: 180px;
}
#certL {
  display: inline;
  float: left;
  margin-bottom: 20px;
  padding-left: 10px;
  width: 305px;
}
#certL h2 {
  font-size: 24px;
}
#certL .save {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  height: 62px;
  margin-bottom: 10px;
  padding: 182px 0 0 185px;
  text-shadow: 0 1px 1px #4f5093;
  width: 102px;
  text-align:center;
}
#certL .savesm {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  height: 62px;
  margin: 0 auto 10px;
  padding: 182px 20px 0 136px;
  text-align: center;
  text-shadow: 0 1px 1px #4f5093;
  width: 85px;
}
#bundl2 {
  background: url(/design/images/box-bundl2.png) 0 0 no-repeat;
}
#bundl3 {
  background: url(/design/images/box-bundle3.png) 0 0 no-repeat;
}
#bundl2p-1 {
  background: url(/design/images/box-bundl2p-1.png) 0 0 no-repeat;
}
#bundl2p-2 {
  background: url(/design/images/box-bundl2p-2.png) 0 0 no-repeat;
}
#bundl2p-3 {
  background: url(/design/images/box-bundl2p-3.png) 0 0 no-repeat;
}
#bundl2p-4 {
  background: url(/design/images/box-bundl2p-4.png) 0 0 no-repeat;
}
#bundl2p-5 {
  background: url(/design/images/box-bundl2p-5.png) 0 0 no-repeat;
}
#bundl2p-6 {
  background: url(/design/images/box-bundl2p-6.png) 0 0 no-repeat;
}
#bundl3p-1 {
  background: url(/design/images/box-bundl3p-1.png) 0 0 no-repeat;
}
#bundl3p-2 {
  background: url(/design/images/box-bundl3p-2.png) 0 0 no-repeat;
}
#bundl3p-3 {
  background: url(/design/images/box-bundl3p-3.png) 0 0 no-repeat;
}
#bundl3p-4 {
  background: url(/design/images/box-bundl3p-4.png) 0 0 no-repeat;
}
#bundl4p {
  background: url(/design/images/box-bundl4p.png) 0 0 no-repeat;
}
#boxQA {
  background: url(/design/images/box-qaex.png) 0 0 no-repeat;
}
#boxLab {
  background: url(/design/images/box-labex.png) 0 0 no-repeat;
}
#boxLab2 {
  background: url(/design/images/box-labex.png) 31px 8px no-repeat;
}
#boxSG {
  background: url(/design/images/box-sgex.png) 31px 8px no-repeat;
}
#boxAudio {
  background: url(/design/images/box-audioex.png) 31px 8px no-repeat;
}
#certR {
  float: right;
  margin-bottom: 20px;
  width: 660px;
}
#certR h2 {
  font-size: 22px;
}
#certR h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
#certR .sliderkit-panels, #bigTab .sliderkit-panels {
  padding-top: 15px !important;
}
#prDetail {
  background: #eff2f5;
  border-radius: 0 0 7px 7px;
  font-size: 13px;
  margin: 5px -10px -6px -10px;
  padding: 15px;
  -moz-border-radius: 0 0 7px 7px;
  -webkit-border-radius: 0 0 7px 7px;
}
#prDetail label, #prDetail span, #prDetail a, #qahc label, #qahc span, #qahc a {
  display: inline-block;
}
.tbProd, .tbProd2 {
  border-bottom: 1px solid #e7e7e7;  
  overflow: hidden;
  padding: 8px 0;
}
.tbProdR {
  float: right;
  width: 540px;
}
.tbProdR2 {
  display: inline;
  float: left;
  padding-left: 15px;
  width: 710px;
}
.tbProdPrice {
  color: #0c5fa6;
  float: right;
  font-size: 24px;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.tbProdR a, .tbProdR2 a, .tbProdR span.blue {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
.tbProdR a:hover, .tbProdR2 a:hover {
  text-decoration: underline;
}
.tbProdR p, .tbProdR2 p {
  margin-top: 5px;
}
.tbProdR .size11 .grey, .tbProdR2 .size11 .grey {
  color: #919191;
  padding: 0 8px;
}
.tbProdR .size11 span, .tbProdR .size11 strong, .tbProdR2 .size11 span, .tbProdR2 .size11 strong {
  display: inline-block;
}
.tbProd2 img.fl-rgh {
  margin-top: 50px;
}
.check {
  opacity: 0;
  position: absolute;
  vertical-align: top;
}
#forcheck {
  cursor: pointer;
  padding-left: 27px;
}
div:not(#foo) > input.check + label {
  background: url(/design/images/checkbox.png) 0 -29px no-repeat;
  padding-bottom: 3px;
  padding-top: 2px;
}
div:not(#foo) > input.check:checked + label {
  background: url(/design/images/checkbox.png) 0 0 no-repeat;
  padding-bottom: 3px;
  padding-top: 2px;
}
#qahc {
  background: #eff2f5;
  border-radius: 5px;
  padding: 10px 8px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.cinfoL {
  display: inline;
  float: left;
  line-height: 1.3;
  margin-bottom: 15px;
  padding: 10px 0 0 10px;
  width: 290px;
}
.cinfoR {
  float: right;
  width: 670px;
}
.cinfoR h2, .certh2 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.cinfoR h3, .certh3 {
  font-size: 21px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.btinfoL {
  float: left;
  width: 478px;
}
#certR .btinfoL {
  width: 320px !important;
}
.btinfoR {
  float: right;
  width: 478px;
}
#certR .btinfoR {
  width: 310px !important;
}
#bigTab #certR {
  margin-bottom: 0;
  width: 640px;
}
#examL {
  float: left;
  margin-bottom: 20px;
  text-align: center;
  width: 260px;
}
#examR {
  float: right;
  margin-bottom: 20px;
  width: 710px;
}
#examR h2 {
  line-height: 1.2;
  margin-bottom: 5px;
}
#examR h3 {
  font-size: 21px;
  line-height: 1.2;
}
#examR .bold {
  font-size: 15px;
}
#examR #qahc {
  width: 550px;
}
.labL {
  float: left;
  text-align: center;
  width: 150px;
}
.labL .oldpr {
  color: #1f63b1;
  font-size: 13px;
  padding: 15px 0 3px;
}
.labL .newpr {
  color: #b8292f;
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 8px;
}
.labR {
  float: right;
  width: 530px;
}
.labR h2 {
  font-size: 20px;
}
#labInf {
  padding-bottom: 15px !important;
}
#labInf hr {
  margin: 15px 0;
}
.labR .slip25 {
  color: #2e4c84;
}
#boxLab {
  background: url(/design/images/box-labs.png) 0 0 no-repeat;
  color: #fff;
  font-size: 18px;
  height: 62px;
  padding: 104px 0 0 480px;
  width: 60px;
}
#boxLab div{
  width: 35px;
  text-align:center;
  display:inline;
}
#workBooks td, .valign-top {
  vertical-align: top;
}
#workBooks .newpr {
  color: #b8292f;
  font-size: 23px;
  font-weight: bold;
  padding-top: 48px;
}
#workBooks .alloc {
  background: url(/design/images/line.png) center bottom no-repeat;
  font-size: 14px;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
#listItem p a {
  font-size: 14px;
  font-weight: bold;
}
#listItem li {
  background: url(/design/images/limap.png) 0 0 no-repeat;
  display: inline;
  float: left;
  padding: 0 10px 3px 12px;
  width: 150px;
}
#listItem ul {
  overflow: hidden;
}
#listItem li a {
  color: #2e5eb6;
}
#forgotForm {
  padding: 5px 0 20px;
  text-align: center;
}
#forgotForm input {
  margin-left: 10px;
  vertical-align: middle;
}
#forgotForm .inptxt, #forgotForm .inptxt_error {
  padding-bottom: 6px;
  padding-top: 6px;
  width: 280px;
}
#blockErr {
  padding: 15px 30px 0;
}
#blockErr img {
  float: left;
  margin-right: 30px;
}
#blockErr h1 {
  margin: 30px 0 20px;
}
.subprice {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px !important;
  text-align: right;
}
.tblSup td {
  padding: 5px 7px 7px 0;
  vertical-align: top;
}
.tblSup .inparea, .tblSup .inparea_error {
  width: 530px;
}
.tblSup .inptxt, .tblSup .inptxt_error {
  width: 250px;
}
.tblSup .inpsel, .tblSup .inpsel_error {
  width: 260px;
}
#supportbox {
  background: #fff;
  border: 3px solid #b6cce3;
  border-radius: 4px;
  box-shadow: 0 0 5px #ccc;
  color: #444;
  display: none;
  margin-left: 450px;
  padding: 15px;
  position: fixed;
  top: 140px;
  width: 230px;
  z-index: 90;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
#supportbox #killchat img {
  display: inline;
  float: right;
  margin: -15px -15px 0 0;
}
#supportbox .chatbtn {
  padding: 10px 0 20px;
  text-align: center;
}
.pager {
  padding: 10px 0;
}
.srchpager {
  border-top: #ddd 1px solid;
  padding: 10px 0;
}
/*ie6*/
* html ol li {
  list-style: decimal;
  margin-left: 25px;
  padding-bottom: 3px;
}
.f20{
  font-size: 20px;
}
.f20{
  font-size: 20px;
}
.specpad li {
  line-height: 1.5 !important;
  padding-bottom: 0 !important;
}
.specpad2 li {
  line-height: 21px !important;
  padding: 0 0 0 25px;
}
#examR p {
  line-height: 20px !important;
}
#forhomer a {
  line-height: 16px;
}
#homeUnlim ul li {
  font-size: 12px;
  line-height: 16px;
}
.redtext {
	font-size:11px;
	color:red;
	padding:2px 0 4px 0;
}
.space {
  clear: both;
  float: none;
  font-size: 0;
  height:10px;
}

.faqs .question{
  font-weight:bold;
}
.faqs .answer ul{
  padding-bottom: 5px;
}
.faqs .answer p{
  padding-bottom: 5px;
  text-align:justify;
}
.bluep
{
  color: #274479;
}
ul.examlist {
  line-height: 1.4;
  margin: 10px 5px 10px 15px;
}
ul.examlist li {
  padding: 3px 0px;
  color: #0C5FA6;
  list-style: outside none disc;
  margin-left: 5px;
}
#cntr {
  margin: 0 auto;
  width: 720px;
}
#cntr h1{
  font-size: 30px;
  text-align:center;
  margin: 25px 0;
}
#cntr h2, #cntr h3{
  text-align:center;
  font-weight:bold;
}
#cntr h3 a{
  text-decoration:underline;
}
#cntr h3 a:hover{
  text-decoration:none; 
}
#cntr .hed{
  font-size: 18px;
  text-align:center;
}
#cntr .mainb {
  background: #fbfbfb;
  border: #ddd 1px solid;
  border-radius: 7px;
  height: 1%;
  margin-bottom: 5px;
  padding: 10px 10px 5px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}
#cntr .orderinf {
  padding: 0 !important;
  border: 1px solid #fde295;
  border-radius: 7px;
}
#cntr .orderinf .order {
  width:100%;
}
#cntr .orderinf .order th {
  background: #fdf1cd;
  color: #343434;
  font-size: 16px;
  font-weight: normal;
  height: 35px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #fde295;
  font-weight:bold;
}
#cntr .orderinf .order td {
  padding: 5px;
  vertical-align: middle;
  width: 25%;
}
#cntr .orderinf .order td.space {
  padding: 0;
}
#cntr .orderinf .order .rgh {
  text-align: right;
}
#cntr .orderinf .order .price {
  text-align: center;
}
#cntr .orderinf .order td.bordr {
  border-right: #fde295 1px solid;
}
#cntr .orderinf .order th.bordr {
  border-right: #fde295 1px solid;
}
#cntr .orderinf .order hr {
  width:70%;
  margin:0 auto;
}
#cntr .billinf {
  background: #FDF1CD none repeat scroll 0% 0%;
  margin:10px;
  padding: 0 8px 5px;
  vertical-align: top;
  border: 2px solid #FDE295;
}
#cntr .info {
  margin:10px;
  padding: 0 8px 5px;
  text-align:center;
}