/*reset styles*/
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 {
  vertical-align: top;
}
:focus {
  outline: 0;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
}
ul, ol {
  list-style: none;
}

/*main style*/
html, body {
  height: 100%;
}
body {
  background: #ffffff;
  color: #474c58;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
a {
  color: #0a4c9d;
  text-decoration: underline;
}
h1 {
  color: #274479;
  font-family: Helvetica, sans-serif;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 8px;
}
h2 {
  color: #2e4c84;
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
h3 {
  color: #2e5eb6;
  font-family: Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
h3.h3blue {
   color: #274479;
   margin-bottom:0px;
}
.h3-16 {
  font-size: 16px;
}
h4 {
  color: #2e4c84;
  font-family: Helvetica, sans-serif;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}
h5 {
  color: #257ccd;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.fl-lft {
  float: left;
}
.fl-rgh, .fl-rgh2 {
  float: right;
}
.certvp2l{
 width:95px;
}
.certvp2r{
  width:543px;
}
.certvp1r{
  width:650px;
  float:left;
  margin-left:10px;
}
.info-left {
  float: left;
  width: 310px;
  margin: 10px 10px 10px 15px;
}
.info-right {
  float: right;
  width: 310px;
  margin: 10px 15px 10px 0;
}
.biginfo-left {
  float: left;
  width: 460px;
  margin: 10px 10px 10px 15px;
}
.biginfo-right {
  float: right;
  width: 460px;
  margin: 10px 15px 10px 0;
}
.clear {
  clear: both;
  float: none;
  font-size: 0;
}
.grey {
  color: #484240;
}
.grey2 {
  color: #474c58;
  text-decoration:none;
}
.grey2:hover {
  text-decoration:underline;
}
.blue{
  color: #274479;
  text-decoration:none;
}
.blue:hover{
  text-decoration:underline;
}
.sininen {
  color: #226cb1;
}
.red {
  color: #ff0000;
}
.dblue {
  color: #274479;
}
.green {
  color: #008848;
}
.bold {
  font-weight: bold;
}
.strike {
  text-decoration: line-through;
}
.text-cntr {
  text-align: center;
}
.text-rght {
  text-align: right;
}
.text-left {
  text-align: left;
}
.valign-top {
  vertical-align: top;
}
.valign-mdl {
  vertical-align: middle;  
}
.forimg {
  font-size: 0;
  line-height: 0;
}
.size11 {
  font-size: 11px;
}
.size13 {
  font-size: 13px;
}
p, li {
  line-height: 16px;
}
#wrap {
  background-image: url(/design/images/bg-content.png) !important;
  background-repeat: repeat-y !important;
  background-position: top center;
  height: auto !important;  
  height: 100%;
  min-height: 100%;    
  width: 100%;
}
#header {
  background: url(/design/images/bg-header.png) top center repeat-x;
  height: 115px;
  min-width: 1000px;
  padding-bottom: 5px;
}
.inner-head {
  background: url(/design/images/bg-inhead.png) 130px top no-repeat;
  margin: 0 auto;
  height: 65px;
  padding: 15px 15px 0;
  width: 970px;
}
.chat {
  float: right;
  height: 50px;
  padding-left: 40px;
  width: 110px;
}
.mcafee {
  float: right;
  height: 50px;  
  width: 244px;
  text-align:right;
}
.inner-head form {
  float: right;
  padding-top: 12px;
  width: 340px;
}
.search {
  background: url(/design/images/inp-go.png) left top no-repeat;
  float: left;
  height: 18px;
  margin-right: 5px;
  padding: 4px 5px 0;
  width: 184px;
}
.search input {
  background: none;
  border: none;
  color: #1f63b1;
  font-size: 11px;
  height: 12px;
  width: 184px;
  //padding-bottom:5px;
}
.btn-go {
  background: url(/design/images/btn-go.png) left top no-repeat;
  border: none;
  cursor: pointer;
  float: left;
  height: 23px;
  width: 31px;
}
#menu {
  background: url(/design/images/bg-menu.png) center no-repeat;
  height: 35px;
}
.inner-menu {
  margin: 0 auto;
  width: 1000px;
}
.lmenu{
  position:relative;
  z-index:100;
}
.lmenu a {
  display: inline;
  float: left;
  height: 35px;
  padding: 0 15px;
}
.lmenu img {
  padding-top: 10px;
}
.lmenu .bordr {
  background: url(/design/images/bord-lmenu.png) right center no-repeat;
}
.lmenu .hover {
  background: #284171;
}
.rmenu {
  background: url(/design/images/bg-rmenu.png) center top no-repeat;
  float: right;
  height: 35px;
  width: 265px;
  text-align: center;
  vertical-align: middle;
  position:relative;
  z-index:100;
}
.rmenu img {
  padding-top:10px;
}
.rmenu a {
  padding:0 18px;
  height:35px;
}
.rmenu a.login{
  padding:0 19px;
}
.rmenu a.logout{
  padding:0 14px;
}
.rmenu .bordr {
  background: url(/design/images/bord-rmenu.png) right center no-repeat;
}
/*--- Header product menu dropdown ---*/
nav {
  display:block;
}
#ddmenu {
  display: block;
  width: 100%;
  margin: 0 auto;
  //margin: 0 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
}
#ddmenu li {
  display: block; position: relative; float: left; border-right: none;
}
#ddmenu li a {
  font-family: Open Sans, Helvetica, sans-serif;
  display: block;
  float: left;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#ddmenu .alllink {
  margin-left:130px;
  margin-top:7px;
  text-decoration:underline;
}
#ddmenu li:hover > a {
  background: #284171;
}
#ddmenu ul {
  position: absolute;
  z-index:100;
  top: 45px;
  left: -69px;
  width: 999px;
  //width: 1001px;
  background: #385a93;
  display: none;
  margin: 0;
  padding: 7px 0;
  list-style: none;
  text-transform: uppercase;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
*:first-child+html #ddmenu ul {
  top: 36px;
} 
#ddmenu ul:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  left: 82px;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: #385a93 transparent; 
}
#ddmenu ul:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  left: 78px;
  border-width: 0 10px 10px 10px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1) transparent;  
}
#ddmenu ul li { 
  display: inline; 
  /*width: 200px; */
  font-weight:bold;
}
#ddmenu ul li.first {  
  width:200px;
  height:400px;
}
#ddmenu ul li.first:hover > a {
  background: none;
}
#ddmenu ul li.second {  
  width:270px;
  height:400px;
}
#ddmenu ul li.second:hover > a {
  background: none;
}
#ddmenu ul li.third {  
  width:250px;
  height:120px;
}
#ddmenu ul li.third:hover > a {
  background: none;
}
#ddmenu ul li.fourth {  
  width:270px;
  height:130px;
}
#ddmenu ul li.fourth:hover > a {
  background: none;
}
#ddmenu ul li.fifth {  
  width:250px;
  height:120px;
  margin-top:5px;
}
#ddmenu ul li.fifth:hover > a {
  background: none;
}
#ddmenu ul li.sixth {  
  width:270px;
  height:100px;
  margin-top:15px;
}
#ddmenu ul li.sixth:hover > a {
  background: none;
}
#ddmenu ul li.seventh {  
  width:250px;
  height:100px;
  margin-top:15px;
}
#ddmenu ul li.seventh:hover > a {
  background: none;
}
#ddmenu ul li.eight {  
  width:270px;
  height:90px;
  margin-top:5px;
}
#ddmenu ul li.eight:hover > a {
  background: none;
}
#ddmenu ul li a {
  display: inline;
  color:#ffffff;
  margin: 1px 3px;
  height: 28px;
  text-decoration:none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#ddmenu ul li a:hover {
  color:#ffffff;
  text-decoration:underline;
}
#ddmenu ul li div.ddmenu_list{
  margin-left:30px;
  text-transform:none;
}
#ddmenu ul li div.ddmenu_list a{
  height: 18px;
}
#ddmenu ul li.first div.ddmenu_list a {
  width:180px;
  padding:0px;
}
#ddmenu ul li.second div.ddmenu_list a {
  width:250px;
  padding:0px;
}
#ddmenu ul li.third div.ddmenu_list a {
  width:230px;
  padding:0px;
}
#ddmenu ul li.fourth div.ddmenu_list a {
  width:250px;
  padding:0px;
}
#ddmenu ul li.fifth div.ddmenu_list a {
  width:230px;
  padding:0px;
}
#ddmenu ul li.sixth div.ddmenu_list a {
  width:250px;
  padding:0px;
}
#ddmenu ul li.seventh div.ddmenu_list a {
  width:230px;
  padding:0px;
}
#ddmenu ul li.eight div.ddmenu_list a {
  width:250px;
  padding:0px;
}
/*--- Header account menu dropdown ---*/
#ddmenu2 {
  display: block;
  width: 100%;
  margin: 0 auto;
  //margin: 0 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
}
#ddmenu2 li {
  display: block; position: relative; float: left; border-right: none;
}
#ddmenu2 li a {
  font-family: Open Sans, Helvetica, sans-serif;
  display: block;
  float: left;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#ddmenu2 li:hover > a {
  background:#485569;
 }
#ddmenu2 ul {
  position: absolute;
  top: 45px;
  width: 148px;
  background: #657691;
  display: none;
  margin: 0;
  //margin: 0 -106px;
  padding: 7px 0;
  list-style: none;
  border-radius: 3px;
  z-index:2;
  text-align:left;
  border: 1px solid rgba(97, 112, 138, 0.2);
  box-shadow: 0 0 5px rgba(97, 112, 138, 0.2);
}
*:first-child+html #ddmenu2 ul {
  top: 36px;
} 
#ddmenu2 ul:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  left: 8px;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: #61708a transparent;   
}
#ddmenu2 ul:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  left: 4px;
  border-width: 0 10px 10px 10px;
  border-style: solid;
  border-color: rgba(97, 112, 138, 0.1) transparent;  
}
#ddmenu2 ul li { 
  display: inline; 
  width: 135px; 
  font-weight:bold;
}
#ddmenu2 ul li a {
  display: inline;
  width: 118px;  
  color:#ffffff;
  margin: 1px 0;
  padding:0 15px;
  height: 22px;
  text-decoration:none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#ddmenu2 ul li:hover > a {
  background: none;
}
#ddmenu2 ul li a:hover {
  color:#ffffff;
  text-decoration:underline;
}
#ddmenu2 #loginBox {
  position: absolute;
  top: 45px;
  left: -191px;
  width: 263px;
  //width: 265px;
  background: #657691;
  display: none;
  margin: 0;
  padding: 7px 0;
  list-style: none;
  border-radius: 3px;
  z-index:100;
  text-align:left;
  font-size:12px;
  color: #ffffff;
  font-family: Open Sans, Helvetica, sans-serif;
  border: 1px solid rgba(97, 112, 138, 0.2);
  box-shadow: 0 0 5px rgba(97, 112, 138, 0.2);
}
*:first-child+html #ddmenu2 #loginBox {
  top: 36px;
} 
#ddmenu2 #loginBox:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  left: 232px;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: #61708a transparent;   
}
#ddmenu2 #loginBox:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  left: 228px;
  border-width: 0 10px 10px 10px;
  border-style: solid;
  border-color: rgba(97, 112, 138, 0.1) transparent;  
}
#ddmenu2 #loginBox .loginboxfrom{
  margin:0 13px;
}
#ddmenu2 #loginBox .loginboxfrom .errmess{
  padding-bottom: 10px;
  color: #ff9966;
}
#ddmenu2 #loginBox .loginboxfrom #inp-text {
  background: #ffffff url(/design/images/bg-inp.png) left top repeat-x;
  border: #ced2d6 1px solid;
  border-radius: 3px;
  font-size: 12px;
  height: 16px;
  padding: 2px 3px;
  width: 230px;
}
#ddmenu2 #loginBox a.forg{
  font-size:11px;
  padding: 7px 0 0 0;
  color: #ffffff;
}
.inner-cont {
  margin: 0 auto;
  padding-top: 10px;
  width: 990px;
}
.spacer {
  height: 130px;
}
.space {
  clear: both;
  float: none;
  font-size: 0;
  height:10px;
}
.space2 {
  clear: both;
  float: none;
  font-size: 0;
  height:20px;
}
.space3 {
  clear: both;
  float: none;
  font-size: 0;
  height:30px;
}
.space4 {
  clear: both;
  float: none;
  font-size: 0;
  height:40px;
}
#footer {
  background: url(/design/images/bg-footer.png) top center repeat-x;
  height: 100px;
  margin-top: -100px;
  min-width: 1000px;
}
.inner-foot {
  margin: 0 auto;
  height: 100px;
  position: relative;
  width: 1000px;
}
#footer2 {
  background: url(/design/images/bg-footer.png) top center repeat-x;
  height: 40px;
  margin-top: -40px;
  min-width: 1000px;
}
.inner-foot2 {
  margin: 0 auto;
  height: 40px;
  position: relative;
  width: 1000px;
}
.spacer2 {
  height: 70px;
}
.copyr2 {
  background: url(/design/images/bg-copyr.png) top left no-repeat;
  bottom: 0;
  color: #ffffff;
  font-size: 11px;
  height: 28px;
  margin-left: -200px;
  padding: 12px 0 0 220px;
  position: absolute;
}
.fmenu {
  font-size: 18px;  
  padding: 15px 0 20px 10px;
}
.fmenu a {
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  padding: 0 10px;
  text-decoration: none;
}
.fmenu span {
  color: #28457a;
  display: inline-block; 
}
.copyr {
  background: url(/design/images/bg-copyr.png) top left no-repeat;
  bottom: 0;
  color: #ffffff;
  font-size: 11px;
  height: 28px;
  margin-left: -200px;
  padding: 12px 0 0 220px;
  position: absolute;
  width: 520px;
}
#right {
  float: right;
  width: 260px;
}
.inner-right {
  border-left: #dddddd 1px solid;
  border-right: #dddddd 1px solid;
  width: 258px;
}
.rguar {
  background: #ffeebd;
  padding: 6px 15px 10px;
}
.rguar a {
  color: #1f63b1;
}
.rbox {
  background: url(/design/images/bg-rbox.png) left top repeat-x;
  border-top: #dddddd 1px solid;
  padding: 10px 15px;
}
.rbox p, .help p, .text p, .text2 p, #myprod {
  padding-bottom: 10px;
}
.text3 p {
  padding-bottom: 15px;
}
.text2 ul, .text2 ol {
  margin-bottom:10px;
}
.text2 ol li {
  list-style: decimal inside;
  padding: 2px 10px 2px 10px;
}
.text2 ul li {
  list-style: disc inside;
  padding: 2px 10px 2px 10px;
}
.text2 ul li ul, .text2 ul li ol, .text2 ol li ol, .text2 ol li ul{
  margin-bottom:0px;
}
.text2 ol li ol li, .text2 ol li ul li, .text2 ul li ul li, .text2 ul li ol li{
  padding: 2px 10px 2px 20px;
}
.text2 ol li ol li, .text2 ul li ol li{
  list-style: decimal inside;
  padding: 2px 10px 2px 20px;
}
.text2 table {
  border: #dcdcdc 1px solid;
  margin:0 auto;
}
.text2 table th{
  border: #dcdcdc 1px solid;
  padding:5px;
  text-align:center;
}
.text2 table td{
  border: #dcdcdc 1px solid;
  padding:5px;
}
.rtestim {
  font-style: italic;
  border-bottom: #eaeaea 1px solid;
}
.rtestim p {
  padding-bottom: 7px;
  text-align:justify;
}
.help {
  background: #dcecf9;
  border-top: #dddddd 1px solid;  
  color: #444b5f;
  font-size: 15px;
  height: 55px;
  padding: 10px 0 5px 7px;
}
.help a {
  color: #1f63b1;
  font-size: 13px;
  padding-left:70px;
}
#left {
  float: left;
  width: 720px;
}
.greybox {
  background: #fbfbfb;
  border-left: #dddddd 1px solid;
  border-right: #dddddd 1px solid;  
  padding: 5px 15px 4px;
  width: 688px;
}
.list li {
  background: url(/design/images/list.png) left top no-repeat;
  padding: 3px 0 7px 30px;
}
.list li.high {
  line-height:18px;
}
.smlist li {
  background: url(/design/images/smlist.png) left top no-repeat;
  padding: 0 0 7px 18px;	
}
.olist li {
  list-style:inside decimal;
  padding: 0 0 5px 3px;
  font-weight:bold;
}
.olist2 {
  margin-left:35px;
}
.olist2 li {
  list-style:outside decimal;
}
.olist2 li.high {
  line-height:18px;
}
#aboutlink {
  padding: 0 !important;
  width: 718px !important;
}
#aboutlink td, #unpart td {
  padding: 0 10px 20px 10px;
  vertical-align: top;
}
#aboutlink .tdbord {
  border-right: #f1f1f1 3px solid;
}
.soclink a {
  padding-right: 5px;
}
#aboutlink th {
  color: #355eaa;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 10px 10px 50px;  
  text-transform: uppercase;
  vertical-align: middle;
}
#aboutlink .thbord {
  border-right: #ffffff 3px solid;
}
.th1 {
  background: #d6e1f5 url(/design/images/th1.png) 10px center no-repeat;
}
.th2 {
  background: #d6e1f5 url(/design/images/th2.png) 10px center no-repeat;
}
.th3 {
  background: #d6e1f5 url(/design/images/th3.png) 10px center no-repeat;
}
.violbox {
  background: url(/design/images/bord-viol.png) left top repeat-y;
  padding: 0 2px;
  width: 716px;
}
.inner-viol {
  background: #f6f9fe url(/design/images/bg-viol.png) top center repeat-x;	
  height: 1%;  
  padding: 9px 13px 13px;  
}
.inner-viol2 {
  background: #f6f9fe url(/design/images/bg-viol.png) top center repeat-x;	
  height: 1%;  
  padding: 9px 13px 13px;  
  border: #f6f9fe 1px solid;
  border-radius:10px;  
}
.inner-smviol {
  background: #f6f9fe url(/design/images/bg-smviol.png) top center repeat-x;  
  height: 1%;
  padding: 12px 13px;
}
.vslip {
  margin-bottom: -5px;
  position: relative;
}
.gvlip {
  margin-bottom: -4px;
  position: relative;
}
.whitebox {
  background: #ffffff;
  border-left: #dddddd 1px solid;
  border-right: #dddddd 1px solid;  
  padding: 10px 10px 5px;
  width: 698px;  
}
.invdata td{
  padding:2px;
}
#invoice th {
  border-bottom: #dcdcdc 1px solid;
  color: #257ccd;
  font-size: 15px;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}
#invoice td {
  padding: 3px 5px 7px;
  text-align: center;
  vertical-align: middle
}
#expired th {
  border-bottom: #dcdcdc 1px solid;
  color: #257ccd;
  font-size: 13px;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}
#expired  td {
  border-bottom: #dcdcdc 1px solid;
  padding: 5px 5px 10px;
  text-align: center;
  vertical-align: middle
}
#expired td.nobor {
  border-bottom: none;
}
#expirednew {
  padding-bottom: 10px;
}
#expirednew .fl-lft td {
  padding: 3px 0 5px;
  vertical-align: middle;
}
#expirednew td.text-rght {
  padding-right: 15px;
}
#unlim th {
  color: #257ccd;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 0;
}
#unlim  th.bord {
  border-bottom: #dcdcdc 1px solid;
}
#unlim  th.bordt {
  border-top: #dcdcdc 1px solid;
}
#unlim  th.pagerf {
 border-bottom: #dcdcdc 1px solid;
 padding:10px 0;
}
#unlim  th.pagerl {
 border-top: #dcdcdc 1px solid;
 padding:10px 0;
}
#unlim  td {
  text-align: left;
  vertical-align: middle;
  padding: 0 0 9px 0;
}
#unlim  td.padl30 {
  padding-left:30px;
}
#unlim  td.bord {
  border-bottom: #dcdcdc 1px solid;
  padding:0;
}
#expired  td p{
  padding:0px;
}
.newh2 {
  color: #274479;
  font-size: 22px;
}
#leftmenu {
  float: left;
  width: 260px;
}
#rightoth {
  float: right;
  width: 720px;
}
#leftmenu a { 
  color: #274479;
  font-size: 15px;
  font-weight: bold;
  display: block;
  padding: 5px 15px;
  text-decoration: none;
  width: 228px;
}
#leftmenu a.prod { 
  font-size: 14px;
  font-weight: normal;
  padding: 5px 40px;
}
#leftmenu #actlink { 
  font-weight: bold;
}
.lmact {
  background: #f1f7fd url(/design/images/lmact.png) 230px center no-repeat;
}
#leftmenu h2 {
  background: #f1f7fd url(/design/images/logosm.png) 200px center no-repeat;
  padding: 0 20px 7px 15px;
}
.company td {
  padding: 0 10px;
  vertical-align: top;
}
.company td p {
  padding-bottom: 10px;
}
.company td ul, .company td ol {
  margin-bottom:10px;
}
.company td ul li {
  list-style: disc inside;
  padding: 2px 10px 2px 10px;
}
.company td ol li {
  list-style: decimal inside;
  padding: 2px 10px 2px 10px;
}
.company td.logo {
  width:100px;
  vertical-align:middle;
  padding-bottom:5px;
}
.company td .logo {
  width:100px;
  vertical-align:middle;
  margin-right:10px;
  float:left;
}
.company td.logo2 {
  width:113px;
  vertical-align:middle;
  padding-bottom:5px;
}
.company td .logo2 {
  width:113px;
  vertical-align:middle;
  margin-right:10px;
  float:left;
}
.company h1, .company h3, #channel h1, #partner h2, #forlog h2, #forlog h3, #certmain h1, #homeunl h2, #certhome h1 {
  margin-bottom: 5px;
}
.whitebox-bord {
  background: url(/design/images/bord-white.png) left top repeat-y;
}
#vendor p {
  font-size: 14px;
  font-weight: bold;
  padding: 15px 15px 5px 15px;
}
#vendor .ftitle {
  background: #e1ebf6 url(/design/images/lvendortop1.png) center top no-repeat;
  color: #274479;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 15px 8px;
  text-transform: uppercase;
  margin: 15px 0 0 0;
}
#vendor .mftitle {
  background: #e1ebf6 url(/design/images/lvendortop2.png) center top no-repeat;
  color: #274479;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 15px 8px;
  text-transform: uppercase;
  margin: 15px 0 0 0;
}
#vendor .mftitlef {
  background: #e1ebf6 url(/design/images/lvendortop2.png) center top no-repeat;
  color: #274479;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 15px 8px;
  text-transform: uppercase;
  margin: 15px 0 0 0;
  margin-top:-15px;
  border-right:#dddddd 1px solid;
  border-top-right-radius:10px;
}
#vendor .ftitle a, #vendor .mftitle a, #vendor .mftitlef a{
  text-decoration:none;
  color: #274479;
}
#vendor .ftitle a:hover, #vendor .mftitle a:hover, #vendor .mftitlef a:hover{
  text-decoration:underline;
}
#vendor .title {
  background: #e1ebf6;
  color: #274479;
  font-size: 18px;
  font-weight: bold;
  padding: 4px 15px 5px;
  text-transform: uppercase;
  margin-bottom:20px;
}
#vendor ul.examlist {
  line-height: 1.4;
  margin: 10px 5px 10px 15px;
}
#vendor ul.examlist li {
  padding: 3px 0px;
  color: #0A4C9D;
  list-style: outside none disc;
  margin-left: 15px;
}
.firstlevel li {
  color: #0A4C9D;
  list-style: disc inside;
  padding: 8px 15px 0 25px;
}
.firstlevel li span{
  color:#33CCFF;
}
.firstlevel li.sp {
  color: #0A4C9D;
  list-style: disc inside;
  padding: 0 15px 5px 15px;
}
.firstlevel li.sp1 {
  color: #0A4C9D;
  list-style:none;
  padding: 0 15px 5px 25px;
  //padding: 0 15px 5px 15px;
}
.firstlevel li.sp2 {
  color: #0A4C9D;
  list-style: none;
  padding: 0 15px 3px 25px;
  //padding: 0 15px 5px 14px;
  font-weight:bold;
}
.secondlevel li {
  /*color: #5c94fd;*/
}
#vendor h2 {
  font-weight: normal;
  padding: 0 15px;
}
.inaccset {
  padding: 7px 7px 0;
}
#inp-text {
  background: #ffffff url(/design/images/bg-inp.png) left top repeat-x;
  border: #ced2d6 1px solid;
  border-radius: 3px;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  padding: 2px 3px;
  width: 200px;
}
.inp-sel {
  border: #CED2D6 1px solid;
  border-radius: 3px;
  font-size: 12px;
  height: 22px;
}
#inp-sel {
  border: #CED2D6 1px solid;
  border-radius: 3px;
  font-size: 12px;
  height: 22px;
}
#inp-sel2 {
  border: #CED2D6 1px solid;
  border-radius: 3px;
  font-size: 12px;
  height: 22px;
  padding: 1px;
  width:50px;
}
.indent td {
  padding: 4px 5px 4px 0;
}
.inner-accset {
  padding: 7px 10px;
}
#accset h2 {
  padding-left: 10px;
}
.inp-check {
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.otst {
  padding-bottom: 8px;
}
#preorder {
  font-size: 13px;
}
.numlist {
  margin-left: 30px;
}
.numlist li {
  color: #2e5eb6;
  font-size: 14px;
  font-weight: bold;
  list-style: decimal;
  padding-bottom: 10px;
}
.numlist span {
  color: #474c58;
  font-size: 13px;
  font-weight: normal;
}
.import {
  text-decoration: underline;
  text-transform: uppercase;
}
.nextsp {
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
}
.preprice {
  color: #2e5eb6;
  font-size: 26px;
  font-weight: bold;
  padding-top: 7px;
  text-align: center;
}
.linkpreord {
  background: url(/design/images/bg-apreord.png) center no-repeat;
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 1px #ab6907;
  width: 265px;
}
.preh {
  font-size: 16px;
  padding-top: 10px;
}
.preh2 {
  font-size: 15px;
  margin-bottom: 5px;
}
.preh3 {
  font-size: 15px;
  margin-bottom: 5px;
  color: #2E4C84;
}
.preordinp {
  background: url(/design/images/inp-preord.png) left top no-repeat;
  margin: 0 auto 10px;
  padding: 6px 0 0 5px;
  text-align: left;
  height: 22px;
  width: 192px;
}
.preordinp input {
  background: #ffffff;
  border: none;
  height: 18px;
  width: 187px;
}
.preordinp select {
  background: #ffffff;
  border: none;
  height: 18px;
  width: 187px;
}
.job td {
  padding: 0 7px 15px;
  vertical-align: middle;
}
.inner-whbord {
  padding: 12px 15px;
}
.inner-whbord .text-box{
  width: 410px;
}
#job h3 {
  padding-top: 10px;
}
.fjob td {
  padding: 4px 0px 4px 6px;
}
.fjob td.padt10 {
  padding-top: 10px;
}
.fjob #inp-sel {
  width:207px;
  font-size:11px;
}
.partner td {
  padding: 4px 0px 4px 6px;
}
.partner #inp-sel {
  width:207px;
  font-size:11px;
}
.sjob td {
  padding: 7px;	
}
.inp-area {
  background: #FFFFFF url(/design/images/bg-inp.png) left top repeat-x;
  border: #CED2D6 1px solid;
  font-size: 12px;
  height: 80px;
  padding: 3px;
  width: 518px;
}
#job label {
  padding-right: 20px;
}
#partner h3 {
  color: #274479;
  margin-bottom: 5px;
}
#lbundl {
  display: inline;
  float: left;
  margin-bottom: 20px;
  width: 310px;
}
#rbundl {
  float: right;
  margin-bottom: 20px;  
  width: 670px;  
}
#rbundl h1 {
  font-size: 24px;
  margin-bottom: 7px;
}
#rbundlw {
  float: right;
  margin-bottom: 20px;
  width: 990px;  
}
#rnobundlw {
  float: right;
  width: 990px;  
}
#rbundlw h1, #rnobundlw h1 {
  font-size: 24px;
  margin-bottom: 7px;
}
.bsave {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  height: 56px;
  margin: 10px 0 10px;
  padding: 183px 0 0 138px;
  text-shadow: 1px 1px 1px #b97508;
}
.bsave p{
  width:84px;
  text-align:center;
}
.bsave2 p{
  width:84px;
  text-align:center;
}
.bsave2 {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  height: 56px;
  margin: 10px 0 10px;
  padding: 183px 0 0 127px;
  text-shadow: 1px 1px 1px #b97508;
}
.bsave3 p{
  width:84px;
  text-align:center;
}
.bsave3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  height: 56px;
  margin: 10px 0 10px;
  padding: 183px 0 0 145px;
  text-shadow: 1px 1px 1px #b97508;
}
.bsave4 p{
  width:84px;
  text-align:center;
}
.bsave4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  height: 56px;
  margin: 10px 0 10px;
  padding: 183px 0 0 165px;
  text-shadow: 1px 1px 1px #b97508;
}
.bsave3 p{
  width:84px;
  text-align:center;
}
.bsave3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  height: 56px;
  margin: 10px 0 10px;
  padding: 183px 0 0 145px;
  text-shadow: 1px 1px 1px #b97508;
}
.bsaveqa_big {
  color: #ffffff;
  font-size: 16px;
  height: 42px;
  margin: 10px 0 15px; 
  padding: 159px 0 0 174px;
  width: 110px;
}
.bsaveqa_big p{
  width:55px;
  text-align:center;
}
.bsavelab_big {
  color: #ffffff;
  font-size: 16px;
  height: 42px;
  margin: 10px 0 15px; 
  padding: 167px 0 0 181px;
  width: 110px;
}
.bsavelab_big p{
  width:55px;
  text-align:center;
}
.bsavesound_big {
  color: #ffffff;
  font-size: 16px;
  height: 42px;
  margin: 10px 0 15px; 
  padding: 151px 0 0 170px;
  width: 110px;
}
.bsavesound_big p{
  width:55px;
  text-align:center;
}
.exambox-txt {
  height: 73px;
  width: 95px;
  padding-bottom:5px;
}
.exambox-txt p {
  color: #274479;
  font-size: 15px;
  font-weight: bold;
  width:85px;
  text-align:center;
  padding-top: 53px;
  text-shadow: 1px 1px 1px #ffffff;
}
.exambox-txt p a{
  text-decoration:none;
  cursor:pointer;
}
.exambox-txt p a:hover{
  text-decoration:underline;
  cursor:pointer;
}
#bundl2 {
  background: url(/design/images/bundl2.png) 10px top no-repeat;
}
#bundl3 {
  background: url(/design/images/bundle3.png) 25px top no-repeat;
}
#bundl2p-1 {
  background: url(/design/images/bundl2p-1.png) 17px top no-repeat;
}
#bundl2p-2 {
  background: url(/design/images/bundl2p-2.png) 18px top no-repeat;
}
#bundl2p-3 {
  background: url(/design/images/bundl2p-3.png) 17px top no-repeat;
}
#bundl2p-4 {
  background: url(/design/images/bundl2p-4.png) 17px top no-repeat;
}
#bundl2p-5 {
  background: url(/design/images/bundl2p-5.png) 24px top no-repeat;
}
#bundl2p-6 {
  background: url(/design/images/bundl2p-6.png) 18px top no-repeat;
}
#bundl3p-1 {
  background: url(/design/images/bundl3p-1.png) 15px top no-repeat;
}
#bundl3p-2 {
  background: url(/design/images/bundl3p-2.png) 15px top no-repeat;
}
#bundl3p-3 {
  background: url(/design/images/bundl3p-3.png) 15px top no-repeat;
}
#bundl3p-4 {
  background: url(/design/images/bundl3p-4.png) 16px top no-repeat;
}
#bundl4p {
  background: url(/design/images/bundl4p.png) 5px top no-repeat;
}
#qa_big {
  background: url(/design/images/qa_big.png) 50px top no-repeat;
}
#sg_big {
  background: url(/design/images/exsg.png) 50px top no-repeat;
}
#lab_big {
  background: url(/design/images/exlab.png) 50px top no-repeat;
}
#sound_big {
  background: url(/design/images/exaudio.png) 50px top no-repeat;
}
#exambox {
  background: url(/design/images/exam-box.png) left 5px no-repeat;
}
#screenshot {
  height: 55px;
  margin-bottom: 20px;
  overflow: hidden;
}
#screenshot .next, #screenshot .prev {  
  float: left;
  padding: 15px 3px 0;
}
#screenshot .viewport { 
  float: left; 
  height: 55px;
  overflow: hidden;
  position: relative;
  width: 268px;    
}
#screenshot .viewport2 { 
  float: left; 
  height: 55px;
  overflow: hidden;
  position: relative;
  width: 138px;    
}
#screenshot .overview { 
  left: 0;
  position: absolute; 
  top: 0;
  width: 268px;
 }
 #screenshot .overview2 { 
  left: 0;
  position: absolute; 
  top: 0;
  width: 138px;
 }
#screenshot li {
  float: left; 
  height: 55px;
  margin: 0 1px;
  width: 65px;
}
.disable {
  visibility: hidden;
}
#breadcrumbs {
  color: #898989;
  font-size: 10px;
  margin: 0 0 10px 10px;
}
#breadcrumbs a {
  color: #226cb1;
  text-decoration: none;
}
#breadcrumbs img, #breadcrumbs a, #breadcrumbs span {
  zoom: 1;
}
#forbund {
  padding-top: 10px !important;
}
.sliderkit-nav-clip li {
  background: #f2f3f4;
  border-radius:3px;
  cursor: pointer;
  float: left;
  margin-right: 1px;
  padding: 8px 15px;
  position: relative;
  z-index: 30;
}
.sliderkit-nav-clip a {
  color: #274479;
  font-size: 12px;
  text-decoration: none;
}
.sliderkit-selected {
  background: #ffffff !important;
  border: #dddddd 1px solid;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
  margin: -2px 1px -1px 0 !important;
  padding-top: 10px !important;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;  
}
.sliderkit-panels-wide {
  border: #dddddd 1px solid;
  border-radius: 0 10px 0px 0px;
  -moz-border-radius: 0 10px 0px 0px;
  -webkit-border-radius: 0 10px 0px 0px;  
}
.sliderkit-panels {
  padding-top: 15px;
  position: relative;
  overflow: auto;
  height:auto;
}
.sliderkit-news {
  padding: 0;
}
.btween {
  border-bottom: #dcdcdc 1px solid;
  padding-bottom: 10px;
}
.examcol {
  margin: 10px 15px;
  width: 638px;
}
.examcol2 {
  float:right;
  margin: 0 15px 10px 0;
  width: 650px;
}
.indprodbox {
  width: 958px;
  margin: 10px 15px;
}
.hcopy {
  background: #f2f3f4;
  padding: 10px 15px 5px 0;
}
.inhcopy {
  float: left;
  font-size: 13px;
  font-weight: bold;
  padding-top: 7px;
  width: 648px;
}
.binhcopy {
  float: left;
  font-size: 13px;
  font-weight: bold;
  padding-top: 7px;
  width:908px;
}
.hcopy .check{
  float: left;
  width: 60px;
  padding-left:50px;
}
.hcopy .hcinfo{
  float: left;
  width: 530px;
}
.hcopy .bhcinfo{
  float: left;
  width:790px;
}
#topimg {
  position: relative;
  z-index: 10;
}
.inprice {
  color: #2e5eb6;
  float: right;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: right;
  width: 5px;
}
.inprice2 {
  color: #2e5eb6;
  float: right;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: right;
  width: 140px;
}
.ininfo {
  float: left;
  font-size: 11px;
  margin-bottom: 10px;
  width: 395px;
}
.ininfo2 {
  float: left;
  font-size: 11px;
  margin-bottom: 10px;
  width: 650px;
}
.inname {
  color: #274479;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
}
.inname a{
  text-decoration:none;
  cursor:pointer;
}
.exinname{
  color: #274479;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 0 3px 0;
}
.exinname a{
  color: #274479;
  text-decoration:none;
  cursor:pointer;
}
.exinname a:hover{
  color: #274479;
  text-decoration:underline;
  cursor:pointer;
}
.exinname2{
  color: #474c58;
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 10px;
}
.alloc {
  padding: 0 5px 8px 0;
}
.numb {
  border-right: #dddddd 1px solid;
  padding-right: 7px;
}
.mback {
  background: url(/design/images/bg-back.png) left top no-repeat;
  float: left;
  font-size: 13px;
  height: 111px;
  padding: 20px 10px 0 110px;
  width: 361px;
}
.mback2 {
  background: url(/design/images/bg-back2.png) left top no-repeat;
  float: left;
  font-size: 13px;
  height: 111px;
  padding: 20px 10px 0 110px;
  width: 361px;
}
.mbackr {
  background: url(/design/images/bg-back.png) left top no-repeat;
  float: right;
  font-size: 13px;
  height: 111px;
  padding: 20px 10px 0 110px;
  width: 361px;
}
.mbackr2 {
  background: url(/design/images/bg-back2.png) left top no-repeat;
  float: right;
  font-size: 13px;
  height: 111px;
  padding: 20px 10px 0 110px;
  width: 361px;
}
.main-price {
  float: right;
  font-size: 22px;
}
.main-price td {
  padding: 0 10px 7px 0;
  text-align: right;
}
.main-price td.newoff {
  color: #2e5eb6;
  font-size: 24px;
  font-weight: bold;
}
.addedtocart {
  float:right;
  text-align:center;
  font-size:18px;
  width:163px;
}
.addedtocart span{
  color:green;
}
.addedtocart a{
  color:#b97508;
}
.addedtocart2 {
  float:right;
  text-align:center;
  margin: 10px 15px 0 0;
  font-size:14px;
  width:123px;
}
.addedtocart2 span{
  color:green;
}
.addedtocart2 a{
  color:#b97508;
}
.addedtocart3 {
  float:right;
  text-align:center;
  margin: 10px 0 0 0;
  font-size:14px;
  width:123px;
}
.addedtocart3 span{
  color:green;
}
.addedtocart3 a{
  color:#b97508;
}
.lastup{
  color:#2e5eb6;
  font-weight:bold;
}
.biggreybox {
  background: #fbfbfb;
  border-right: #dddddd 1px solid;
  border-left: #dddddd 1px solid;  
  padding: 10px 0 10px 10px;
}
.biggreybox .borderbot{
  clear:both;
  float:none;
  margin-right:10px;
  border-bottom: #e2e2e2 1px solid;
}
.examone {
  display: inline-block;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 7px;
  width: 307px;  
  border-right: #e2e2e2 1px solid;
}
.examonesm {
  display: inline-block;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  //margin-bottom: 0;
  padding: 6px;
  //padding-bottom: 3px;
  width: 230px;
  border-right: #e2e2e2 1px solid;
}
.examonesm .exname {
   font-size: 13px !important;
}
.examonesm .hc {
  float:left;
  font-size:11px;
  margin-top:5px;
}
.examonesm .hc input{
  vertical-align:middle;
}
.limg {
  float: left;
  margin-right: 5px;
}
.lexinfo {
  float: left;
  font-size: 11px;
  width: 210px;
}
.lexinfosm {
  float: left;
  font-size: 11px;
  width: 135px;
}
.exname {
  color: #274479;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0 7px;
}
.exname a{
  text-decoration:none;
  cursor:pointer;
}
.exname a:hover{
  text-decoration:underline;
  cursor:pointer;
}
.lexinfo .padt7 span {
  color: #6c6e73;
  font-size: 16px;
  font-weight: bold;
}
.lexinfosm .padt7 div {
  float:right;
  text-align:center;
}
.lexinfosm .padt7 div a{
  margin-top:10px;
}
#header2 {
  background: url(/design/images/bg-header2.png) top center repeat-x;
  height: 78px;
  min-width: 1000px;
  padding-bottom: 5px;
}
#order {
  padding: 10px !important;
}
.order td {
  border-bottom: #e8e8e8 1px solid;
  padding: 3px 7px;
  vertical-align: middle;
}
.order th {
  border-bottom: #e8e8e8 1px solid;
  font-weight: bold; 
  padding: 0 7px 5px;
  vertical-align: top;
}
.order td.num {
  vertical-align:top;
  padding-top:3px;
}
#order2 {
  padding: 10px !important;
}
.order2 td {
  border-bottom: #e8e8e8 1px solid;
  padding: 6px 7px;
  vertical-align: middle;
}
.order2 th {
  border-bottom: #e8e8e8 1px solid;
  font-weight: bold; 
  padding: 0 7px 5px;
  vertical-align: top;
}
.order2 td.num {
  vertical-align:top;
  padding-top:3px;
}
.promotext{
  float: right;
  padding: 15px 10px 0 10px;
}
.promo {
  background: url(/design/images/bg-promo.png) left top no-repeat;
  float: right;
  font-size: 11px;
  height: 45px;
  margin: 10px 0 15px;
  padding: 20px 0 0 10px;
  width: 326px;
}
.inp-promo {
  background: #ffffff url(/design/images/bg-inp.png) left top repeat-x;
  border: #b2b6bc 1px solid;
  font-size: 11px;
  margin: 0 5px;
  padding: 2px 3px;
  width: 122px;
}
.promo span, .promo input {
  vertical-align: middle;
}
.subprice {
  float: right;
  display: block;
  clear: both;
  color: #2e5eb6;
  font-size: 18px;
  font-weight: bold;
  margin: 0 10px 5px 0;
}
.ordprice {
  float: right;
  display: block;
  clear: both;
  color: #2e5eb6;
  font-size: 24px;
  font-weight: bold;
  margin: 5px 10px 0 0;
}
#steps {
  font-size: 14px;
  margin: 20px 10px 0 0;
}
#steps hr {
  margin: 5px 0 15px 0;
}
#steps p {
  line-height: 20px;
}
#steps h3 {
  color: #257ccd;
  margin-bottom: 5px;
}
#steps form {
  font-size: 12px;
  margin-bottom: 10px;
}
#steps form input {
  padding-right: 25px;
}
#steps form div.fl-lft {
  background: url(/design/images/inp-email.png) left top no-repeat;
  height: 20px;
  margin: 5px 25px 0 0;
  padding: 4px 0 0 4px;
  width: 217px;
}
.inp-step {
  background: #ffffff;
  font-size: 12px;
  height: 16px;
  padding-right: 0 !important;
  width: 210px;
}
.mainhr {
  background-color: #dcdcdc; 
  border: none;
  color: #dcdcdc; 
  height: 1px;
}
.mainhr2 {
  background-color: #dcdcdc; 
  border: none;
  color: #dcdcdc; 
  height: 1px;
  margin: 0 10px 10px;
}
.mainhr3 {
  background-color: #dcdcdc; 
  border: none;
  color: #dcdcdc; 
  height: 1px;
  margin: 20px 50px;
}
.othr {
  background-color: #e5e5e5; 
  border: none;
  color: #e5e5e5; 
  height: 1px;  
}
.over {
  font-size: 20px;
  padding-bottom: 5px;
  text-align: center;
}
.over span {
  font-size: 22px;
}
.overd {
  background: url(/design/images/bg-overd.png) top center no-repeat;
  padding-top: 10px;
}
.overd li {
  padding-bottom: 0 !important;
}
.sell span {
  padding-right: 7px;
  text-align: right;
  width: 110px;	
}
.sellrght {
  border-left: #e8e8e8 1px solid;
  display: inline;
  float: right;
  padding: 0 10px 0 15px;
  width: 280px;
}
.bill td, .bill2 td {
  padding: 3px 7px 3px 0;
  vertical-align: middle;
}
.bill #inp-text, .bill2 #inp-text {
  width: 240px;
}
.bill #inp-sel, .bill2 #inp-sel {
  width: 248px;
}
.bill3 td{
  padding: 5px 7px 7px 0;
  vertical-align: top;
}
.bill3 #inp-text {
  width: 240px;
}
.bill3 #inp-sel {
  width: 248px;
}
.inp-code {
  background: #ffffff url(/design/images/bg-inp.png) left top repeat-x;
  border: #ced2d6 1px solid;
  font-size: 12px;
  height: 16px;
  margin-right: 5px;
  padding: 2px 3px;
  width: 80px; 
  border-radius: 3px;
}
#inp-code {
  background: #ffffff url(/design/images/bg-inp.png) left top repeat-x;
  border: #ced2d6 1px solid;
  font-size: 12px;
  height: 16px;
  margin-right: 5px;
  padding: 2px 3px;
  width: 80px;
  border-radius: 3px;
}
.forcode img, .forcode span {
  vertical-align: middle;
  zoom: 1;
}
.unlimpack {
  background: url(/design/images/unlim.png) top right no-repeat;
  padding-right: 275px;
}
.ash2 {
  color: #2d4d84;
  font-size: 18px;
  padding: 10px 0 0;
}
.ash2 span {
  font-size: 18px;
}
#unpart th {
  background: #d6e1f5;
  color: #355eaa;
  font-size: 16px;
  font-weight: bold;
  padding: 7px 0;
  text-align: center;
}
#unpart .thbord {
  border-right: #f6f9fe 3px solid;
}
#unpart table {
  margin: 0 auto;
}
#unpart td {
  font-size: 14px;
}
#unpart .packprice {
  color: #b8292f;
  font-size: 23px;
  font-weight: bold; 
}
.unbordr {
  border-right: #e3e3e3 1px solid;
}
.unbordr2 {
  border-right: #a5a5a5 1px solid;
}
.unlogos td {
  height: 130px;
  text-align: center;
  vertical-align: middle;
  width: 25%;
}
.noalloc {
  height: 50px !important;
  padding-right: 30px;
  text-align: right !important;
  vertical-align: top !important;  
}
#unlimtop {
  background: url(/design/images/bg-ungrey.png) top center repeat-x;
  height: 29px;
}
#unlimtop td {
  padding-top: 6px;
  text-align: center;
  vertical-align: top;
}
.unlogos, #unlimtop table {
  margin: 0 auto;
}
#forlog li {
  float: left;
  font-weight: bold;
  width: 310px;
}
.logreg {
  margin: 15px -13px 0;
}
.logreg .bgth {
  background: #bacee9;
  color: #355eaa;
  font-size: 18px;
  font-weight: normal;
  padding: 6px 0;
  text-align: center;
  text-transform: uppercase;
}
.logreg .bgtd {
  background: url(/design/images/bg-logreg.png) top left repeat-x;
  padding-bottom: 10px;
  vertical-align: top;
}
.logreg form {
  padding: 8px 10px 0 30px;
}
.logreg #inp-text {
  margin: 3px 0;
  width: 285px;
  border-radius: 3px;
}
.logreg a {
  text-decoration: none;
}
.logreg a:hover {
  text-decoration: underline;
}
.inp-prodcode {
  background: url(/design/images/inp-prodcode.png) left top no-repeat;
  height: 22px;
  padding: 5px 0 0 4px;
  width: 228px;
}
.inp-prodcode input {
  color: #474c58;
  font-size: 12px;
  height: 15px;
  padding: 2px 3px;
  width: 217px;
}
#myprod .fl-lft td {
  padding: 3px 0 5px;
  vertical-align: middle;
}
#myprod td.text-rght {
  padding-right: 15px;
}
.uniqpr .fl-lft {
  width: 465px;
}
.uniqpr .fl-rgh {
  width: 220px;
}
.uniqpr .fl-rgh2 {
  width: 160px;
}
.offtext {
  font-size: 14px;
  line-height: 20px;
  padding-top: 10px;
}
#specoffer td {
  padding: 3px 5px;
  //padding: 1px 1px;
  vertical-align: top;
}
#specoffer td.promodisc {
  text-align:center;
  color:#ef8501;
  vertical-align:middle;
}
#specoffer td.promodisc span {
  font-size:18px;
  font-weight:bold;
}
.oldprice {
  color: #2e5eb6;
  font-size: 20px;
  padding-top: 20px;
}
.newprice {
  color: #b8292f;
  font-size: 20px;
  font-weight: bold;
}
#course h4 {
  font-size: 18px;
  text-transform: uppercase;
}
.logocourse {
  background: url(/design/images/box-course.png) center no-repeat;
  float: left;
  height: 141px;
  padding: 5px 0 0 5px;
  width: 149px;
}
.inner-logocourse td {
  height: 136px;
  text-align: center;
  vertical-align: middle;
  width: 144px;
}
.textcourse {
  float: right;
  width: 525px;
}
.textcourse a.ven {
  color: #226cb1;
  font-size: 17px;
  font-weight: bold;
}
.textcourse a.mainlevel {
  color: #226cb1;
  font-size: 14px;
  font-weight: bold;
}
.textcourse a {
  color: #226cb1;
  font-weight: bold;
}
#vendlist a {
  color: #2e5eb6;
  font-size: 14px;
  font-weight: bold;
}
.textcourse p, #vendlist p {
  padding-top: 10px;
}
.textcourse p.blende {
  color: #226cb1;
  font-weight: bold;
}
/*
.textcourse p{
  font-size: 14px;
  font-weight: bold;
  padding: 15px 15px 5px;
}
*/
/*.textcourse ul, */#vendlist ul {
  margin-top: 4px;
}
/*
.textcourse li{
  color: #2e5eb6;
  list-style: disc;
  line-height: 18px;
  margin-left: 15px;
}
*/
#vendlist ul {
  margin: 10px 0;
  width: 980px;
}
#vendlist li {
  display:inline-block;
  vertical-align: top;
  background: url("/design/images/listdisc.png") no-repeat scroll left top transparent;
  color: #2e5eb6;
  line-height: 18px;
  margin-left: 15px;
  padding: 1px 0 0 15px;
  width: 290px;
  //float:left;
}
.textcourse li a, #vendlist li a {
  color: #2e5eb6;
  font-size: 12px;
  font-weight: normal;
}
#examlist a {
  color: #2e5eb6;
  font-size: 14px;
  font-weight: bold;
}
#examlist ul {
  margin: 10px 0;
  width:690px;
}
#examlist li {
  display:inline-block;  
  vertical-align: top;
  background: url("/design/images/listdisc.png") no-repeat scroll left top transparent;
  color: #2e5eb6;
  line-height: 18px;
  margin-left: 15px;
  padding: 1px 0 0 15px;
  width: 140px;
  //float:left;
}
#examlist li a {
  color: #2e5eb6;
  font-size: 12px;
  font-weight: normal;
}
#sitemap div {
  float: left;
  width: 990px;
}
#sitemap a {
  color: #2e5eb6;
  font-size: 14px;
  font-weight: bold;
}
#sitemap p {
  padding-top: 10px;
}
#sitemap ul {
  margin-top: 4px;
  margin: 10px 0;
  width:980px;
}
#sitemap li {
  display:inline-block;
  vertical-align: top;
  background: url("/design/images/listdisc.png") no-repeat scroll left top transparent;
  color: #2e5eb6;
  line-height: 18px;
  margin-left: 15px;
  padding: 1px 0 0 15px;
  width: 107px;
  //float:left;
}
#sitemap li a {
  color: #2e5eb6;
  font-size: 12px;
  font-weight: normal;
}
#course hr {
  margin: 15px 0 10px;
}
#certunlim {
  background: url(/design/images/bg-yel.png) top center repeat-y;
  color: #484240;
  height: 375px;
  padding: 6px 10px 4px;
}
#certunlim a {
  font-size: 15px;
  padding-right: 10px;
}
#certunlim h1 {
  color: #484240;
  margin-bottom: 3px;
}
.cunalloc {
  color: #661603;
  font-size: 14px;
}
.violsmbox {
  background: url(/design/images/bord-smviol.png) left top repeat-y;
  padding: 0 2px;
  width: 616px;
}
#certmain {
  height: 375px;
}
#certmain li, #certhome li {
  font-size: 13px;
  padding-bottom: 3px;
}
.cmalloc {
  color: #274479;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 10px;
}
#psearch {
  background: url(/design/images/bg-form.png) left top no-repeat;
  height: 61px;
  margin: 10px auto 0;
  padding: 23px 20px 0 20px;
  width: 407px;
}
#psearch select {
  border: none;
  float: left;
  height: 28px;
  margin-top: 5px;
  padding: 5px;
  width: 290px;
  border-radius: 3px;
}
#vendlist div {
  float: left;
  width: 990px;
}
.bwhite-box {
  border-left: #dddddd 1px solid;
  border-right: #dddddd 1px solid;  
  padding: 2px 0 2px 13px;
}
.promo-box {
  background: url(/design/images/bg-promo2.png) left top no-repeat;
  height: 238px;
}
.promo-box2 {
  background: url(/design/images/bg-promo3.png) left top no-repeat;
  height: 238px;
}
#ppsearch {
  background: url(/design/images/bg-form2.png) left top no-repeat;
  padding: 10px 0 0 25px;
  width: 417px;
  height:124px;
}
#ppsearch .searchform h3{
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
#vendors td {
  padding: 0 15px 7px 6px;
  text-align: center; 
}
.boxlogo {
  background: url(/design/images/box-small.png) left top no-repeat;
  height: 110px;
  padding-bottom: 0 !important;
  vertical-align: middle;
  width: 100px;
}
#homeunl li, #examain li {
  padding-bottom: 3px;
}
#examain h2.sp a{
  text-decoration:none;
  color:#2E4C84;
}
#examain h2.sp a:hover{
  text-decoration:underline;
}
#cciers_bundle {
  background: url('/design/images/bg-cciers_bundle.png') no-repeat scroll top transparent;
  width:561px;
  height:120px;  
  margin-top:10px;
}
#ccies_bundle {
  background: url('/design/images/bg-ccies_bundle.png') no-repeat scroll top transparent;
  width:535px;
  height:110px;  
  margin:10px 0 0 10px;
}
#cciesp_bundle {
  background: url('/design/images/bg-cciesp_bundle.png') no-repeat scroll top transparent;
  width:295px;
  height:110px;  
  margin:10px 0 0 145px;
}
#cciev_bundle {
  background: url('/design/images/bg-cciev_bundle.png') no-repeat scroll top transparent;
  width:295px;
  height:110px;  
  margin:10px 0 0 145px;
}
.bcsave {
  color: #ffffff;
  font-size:14px;
  padding:92px 0 0 0;  
}
.bcsave2 {
  color: #ffffff;
  font-size:14px;
  padding:112px 0 0 0;  
}
.bcsave3 {
  color: #ffffff;
  font-size:14px;
  padding:112px 0 0 0;  
}
.bcsave p {
  margin-left:503px;
  width:40px;
  text-align:center;
}
.bcsave2 p {
  margin-left:463px;
  width:45px;
  text-align:center;
}
.bcsave3 p {
  margin-left:217px;
  width:40px;
  text-align:center;
}
.bcsave p span, .bcsave2 p span, .bcsave3 p span{
  font-size:16px;
}
#hotprod {
  padding: 10px 0 10px 13px;
}
#hotprod td {
  padding: 0 10px 7px 6px;
  text-align: center;   
}
#hotprod .text-rght {
  padding: 5px 20px 7px 0;
}
.right-home {
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  float: right;
  padding: 3px 8px 0;
  width: 242px;
}
.hmtitle {
  color: #274479;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.right-home p {
  padding-bottom: 7px;
}
.right-home p.allven {
  line-height:18px;
}
.right-home p span{
  width:121px;
  float:left;
}
.right-home p span.right{
  width:116px;
  padding-left:5px;
}
.right-home hr {
  margin: 0 0 7px;
}
.exprice {
  float: right;
  line-height: 20px;
  text-align: center;
  width: 155px;
}
.exprice2 {
  float: right;
  text-align: center;
  width: 125px;
  margin-top:56px;
}
.exprice3 {
  text-align: center;
  width: 128px;
  margin-top:20px;
}
.oldexp {
  color: #1f63b1;
  font-size: 13px;
}
.newexp {
  color: #b8292f;
  font-size: 15px;
  font-weight: bold;
}
.newexp2 {
  color: #b8292f;
  font-size: 20px;
  font-weight: bold;
}
.exbox {
  background: url(/design/images/exqa.png) left top no-repeat;
  color: #ffffff;
  font-size: 16px;
  height: 42px;
  margin: 10px 0 15px; 
  padding: 159px 0 0 131px;
  width: 66px;
}
.exbox p{
  width:50px;
  text-align:center;
  font-size:15px;
}
.exbox2 {
  background: url(/design/images/exsg.png) left top no-repeat;
  color: #ffffff;
  font-size: 16px;
  height: 42px;
  margin: 10px 0 15px; 
  padding: 151px 0 0 124px;
  width: 66px;
}
.exbox2 p{
  width:50px;
  text-align:center;
  font-size:15px;
}
.exbox3 {
  background: url(/design/images/exlab.png) left top no-repeat;
  color: #ffffff;
  font-size: 16px;
  height: 42px;
  margin: 10px 0 15px; 
  padding: 167px 0 0 134px;
  width: 66px;
}
.exbox3 p{
  width:50px;
  text-align:center;
  font-size:15px;
}
.rsreallab {
  background: url(/design/images/rxlab.png) left top no-repeat;
  color: #ffffff;
  font-size: 16px;
  height: 42px;
  margin: 10px 0 15px; 
  padding: 159px 0 0 126px;
  width: 66px;
}
.rsreallab p{
  width:55px;
  text-align:center;
  font-size:15px;
}
.exbox4 {
  background: url(/design/images/exaudio.png) left top no-repeat;
  color: #ffffff;
  font-size: 16px;
  height: 42px;
  margin: 10px 0 15px; 
  padding: 151px 0 0 120px;
  width: 66px;
}
.exbox4 p{
  width:58px;
  text-align:center;
  font-size:15px;
}
.advanlist {
  margin-bottom: 8px;
}
.advanlist li {
  height: 80px;
  padding: 5px 0 10px 93px;
}
.advanlist li p {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
}
#advan1 {
  background: url(/design/images/advan1.png) left top no-repeat;
}
#advan2 {
  background: url(/design/images/advan2.png) left top no-repeat;
}
#advan3 {
  background: url(/design/images/advan3.png) left top no-repeat;
}
#advan4 {
  background: url(/design/images/advan4.png) left top no-repeat;
}
#advan5 {
  background: url(/design/images/advan5.png) left top no-repeat;
}
.exfaq {
  float: left;
  width: 320px;
}
.exfaq li {
  padding-bottom: 10px;
}
.example li {
  list-style: disc inside;
  padding-bottom: 0;
}
.relat {
  background: url(/design/images/oprod.png) top center no-repeat;
  color: #2b6087;
  float: left;
  font-size: 15px;
  font-style: italic;
  font-weight: bold;
  margin: 0 8px 10px 8px;
  padding-top: 80px;
  text-align: center;
  width: 124px;
}
.relat a {
  color: #1f63b1;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
}
.relat p a {
  text-shadow: 1px 1px 1px rgb(255, 255, 255);
}
.relat p a {
  color: #2b6087;
  font-size: 15px;
  font-style: italic;
  font-weight: bold;
  text-decoration:none;
  cursor:pointer;
}
.relat p a:hover {
  text-decoration:underline;
}
#invpopup {
 /* width: 760px;*/
}
#invheader {
  background: url(/design/images/bg-header2.png) top center repeat-x;
  height: 78px;
  padding-bottom: 5px;  
}
.invhead {
  background: url(/design/images/bg-inhead.png) 130px top no-repeat;  
  height: 78px;
}
.invlogo {
  padding: 15px 15px 0;
}
.invhead p {
  color: #ffffff;
  font-size: 11px;
  line-height: 13px;
  padding: 5px 15px 0 0;
}
#invfooter {
  background: #f0f2fc;
  padding-top:7px;
  font-size: 11px;
  height: 36px;
  line-height: 15px;
  text-align: center;
}
#invcontent {
  padding: 15px 0;
}
.invthank {
  font-size: 13px;
  font-weight: bold;
  padding-top: 15px;
  text-align: center;
}
.invinfo {
  border: #dddddd 1px solid;
  border-radius: 10px;
  margin: 10px 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.invinfo th {
  background: #eaf3fd;
  font-weight: bold;
  padding: 8px 15px;
}
.invinfo td {
  padding: 8px 15px;  
}
.invbr {
  border-bottom: #dddddd 1px solid;	
  border-right: #dddddd 1px solid;
}
.invr {
  border-right: #dddddd 1px solid;	
}
.invb {
  border-bottom: #dddddd 1px solid;	
}
.invrad1 {
  border-radius: 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0;
  -webkit-border-radius: 10px 0 0 0;
}
.invrad2 {
  border-radius: 0 10px 0 0;
  -moz-border-radius: 0 10px 0 0;
  -webkit-border-radius: 0 10px 0 0;
}
.invrgh {
  float: right;
  font-weight: bold;
  text-align: left;
  width: 85px;
}
.fancybox-close {
background: url(/design/images/fancybox/fancyclose.png) top center no-repeat !important;
top: -35px !important;
right: -35px !important;
width: 30px !important;
height: 30px !important;
}
.onel {
  float: left;
  margin-bottom: 20px;
  text-align: center;
  width: 240px;
}
.oner {
  float: right;
  font-size: 13px;
  margin-bottom: 20px;
  width: 735px;
}
.oner .bold {
  font-size: 14px;
}
.oner p {
  line-height: 18px;
}
.carback {
  background: #ecf0f9 url(/design/images/carbg.png) center top repeat-y;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 10px;
  position: absolute;
  z-index: 2;
}
/*--- Search autocomplete ---*/
#resSearch {
  position: absolute;
  width: 194px;
  cursor: pointer;
  color: #1f63b1;
  font-size: 11px;
  margin-left: 385px;
  margin-top: 35px;
  //left:304px;
  background:#afc6de;
  border-radius: 5px;
  display:none;
  z-index: 101;
  color: #2e5b92; 
  line-height: 1.3;
}
@-moz-document url-prefix() {
  #resSearch {margin-top:35px; width:194px;}
}
*:first-child+html #resSearch{
  margin-left: 385px;
  //left:304px;
  margin-top: 35px;
}
@media \0screen {
  #resSearch {margin-top: 35px;}
}
*+html #do_search {
  bottom: 1px;
}
/*--- Content tabs ---*/
.exam_details{
	margin:20px 10px 10px 10px;
	color: #274479;
	width:530px;
	border-spacing: 5px 5px;
	border: #dddddd 1px solid;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;  
}
.exam_details td.name{
  font-weight:bold;
  width:100px;
}
.exam_details td.descr{
  width:250px;
}
.exam_details td.price{
  width:70px;
}
.exam_details td.addtocart{
  width:80px;
  text-align:center;
  white-space:nowrap;
 }
.info-right p, .info-left p, .biginfo-right p, .biginfo-left p{
  padding-bottom:10px;
}
.info-right ul, .biginfo-right ul, .info-right ol, .biginfo-right ol{
  padding-bottom:10px;
}
.info-right ul li, .biginfo-right ul li{
  list-style: disc inside;
  padding: 0 0 0 10px;
}
.info-right ol li, .biginfo-right ol li{
  list-style: decimal inside;
  padding: 0 0 0 10px;
}
.step {
  color: #226cb1;
  font-size: 16px;
  font-weight: bold;
}
.reviews {
  margin: 10px 15px 10px 15px;
}
.about {
  margin: 10px 15px 10px 15px;
}
.about p{
  padding-bottom: 10px;
}
.about ul, .about ol {
  margin-bottom:10px;
}
.about ul li ul, .about ul li ol, .about ol li ol, .about ol li ul{
  margin-bottom:0px;
}
.about ul li {
  list-style: disc inside;
  padding: 2px 10px;
}
.about ol li {
  list-style: decimal inside;
  padding: 2px 10px 2px 10px;
}
.about ol.nopad li {
  list-style: decimal inside;
  padding: 2px 0;
}
.about ol li ul li, .about ul li ul li{
  padding: 2px 10px 2px 20px;
}
.about ol li ol li, .about ul li ol li{
  list-style: decimal inside;
  padding: 2px 10px 2px 20px;
}
.about table {
  border: #dcdcdc 1px solid;
  margin:0 auto;
}
.about table th{
  border: #dcdcdc 1px solid;
  padding:5px;
  text-align:center;
}
.about table td{
  border: #dcdcdc 1px solid;
  padding:5px;
}
.faqs {
 margin: 10px 15px 10px 15px;
}
.faqs .question{
  padding-bottom: 7px;
  font-weight:bold;
}
.faqs .answer ul{
  padding-bottom: 10px;
}
.faqs .answer p{
  padding-bottom: 10px;
  text-align:justify;
}
.faqs2 {
 margin: 10px 15px 10px 5px;
}
.faqs2 .question{
  padding: 7px 0;
  font-weight:bold;
}
.faqs2 .answer ul{
  padding-bottom: 10px;
}
.faqs2 .answer p{
  padding-bottom: 10px;
  text-align:justify;
}
.related {
  margin: 10px 15px 0 15px;
}
.links{
  margin-top:10px;
}
.links li {
  display:inline-block;
  vertical-align: top;
  background: url("/design/images/listdisc.png") no-repeat scroll left top transparent;
  width: 137px;
  color: #0A4C9D;
  padding: 0 5px 8px 15px;
  //float:left;
}
.header-l{
  float:left;
  width:310px;
}
.header-r{
  float:right;
  width:670px;
}
.header-l2{
  float:left;
  width:480px;
}
.header-r2{
  float:right;
  width:500px;
}
/*--- Content pages ---*/
.cont{
  margin:20px;
}
.righttext{
  margin-top:30px;
  float:left;
}
.righttext h1{
  color:#0d5394;
  font-size: 30px;
  line-height: 28px;
  margin-bottom:30px;
}
.righttext p{
  padding-bottom:10px;
}
/*--- HC of Cert VP details ---*/
a.details{
  text-decoration:none;
  font-weight:normal;
  font-size: 12px;
}
a.details:hover{
  text-decoration:underline;
}
.hcpopup p{
  width:465px;
}
.hcpopup p{
  text-align:justify;
  padding-bottom:10px;
}
/*---guarantee link pop-up  ---*/
.pop-txt {
  _display: none;
  margin-top:5px;
  position: relative;
  z-index: 24;
}
.pop-txt:hover {
  z-index: 25;
}
.pop-txt .self-txt {
  display: none;
}
.pop-txt:hover .self-txt {
  background: #f0f2fc;
  border: #c9c9c9 1px solid;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;  
  display: block;
  font-size: 12px;
  left: -16px;
  //top:15px;
  line-height: 20px;
  padding: 15px;
  position: absolute;
  width: 228px;
  z-index: 50;
}
.pop-txt:hover .self-txt p{
  padding-bottom:10px;
  text-align:justify;
}
.pop-txt:hover .self-txt p.last{
  padding-bottom:0px;
}
#xtrashow, #xtrahide {
  color:#1f63b1;
}
#xtratest, #xtrahide {
  display:none;
}
#xtratest {
  border-top: #eaeaea 1px solid;
}
.right_btn {
  float:right;
  margin-top:55px;
}
.error_message{
  color:red;
  /*padding:0 0 5px 10px;*/
}
.derror_message{
  color:red;
  padding:0 0 5px 10px;
}
#message_holder span{
  color:green;font-weight:bold;white-space:nowrap;margin-top:10px;
}
#message_holder a{
  color:#b97508;font-weight:bold;margin-bottom:10px;
}
/*---demo pop-up  ---*/
.black_overlay{
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index:1001;
  -moz-opacity: 0.4;
  opacity:.40;
  filter: alpha(opacity=50);
}
.white_content {
  display: none;
  position: fixed;
  top: 20%;
  left:50%;
  margin-left:-330px;
  width: 620px;
  padding: 16px; 
  border: 3px solid #b6cce3;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background-color: white;
  z-index:1002;
  overflow: auto;
  text-align:left;
}
.npclose {
  right: 0;
  position: absolute;
  top: 0;
}
.white_content h3 {
  color: #274479;
  padding-right:10px;
}
.white_content  ul.list{
  font-weight:bold;
}
#npform {
  background: url(/design/images/formnp.png) left top no-repeat;
  height: 76px;
  margin: 0 auto 5px;
  padding: 10px 0 0 20px;
  width: 510px;
}
.npinptxt {
  border: 1px solid #bdc5cb;
  height: 26px;
  width: 210px;
  line-height:26px;
}
.white_content .png{
  display:block;
  float:right;
  clear:both;
  cursor:pointer;  
}
table.demoform td{
  padding: 5px 5px 0;
}
table.demoform td.lnote{
  font-size:11px;
  color:#2b71a6;
  padding-top:0;
}
.demoform2{
  background: url(/design/images/bg-form3.png) left top no-repeat;
  height: 100px;
  margin: 0 auto;
  padding: 20px 0 0 15px;
  width: 447px;
}
.demoform2 span{
  padding: 0 10px;
  color:#ffffff;
}
.demoform2 input.txt{
  border: 1px solid #ced2d6;
  border-radius: 3px;
  height:21px;
  line-height:21px;
  width:230px;
  font-size:12px;
  display:inline;
  float:left;
}
.demoform2 .png{
  margin-right:32px;
  float:right;
  display:inline;
}
table.shipt td{
  padding:2px;
  //padding:0px;
}
table.shipt th{
  padding-bottom:10px;
  //padding-bottom:5px;
}
.promocode{
  margin-bottom:10px;
}
.promocode .h3text{
  color: #2e5eb6;
  font-size: 18px;
  font-weight: bold;
}
.promocode input.sppromo{
  width:60px;
  font-style:normal;
  font-size:18px;
  font-weight:bold;
  color: #2e5eb6;
  padding:6px;
  text-align:center;
  //vertical-align:middle;
  border: #ced2d6 1px solid;
  border-radius: 4px;  
}
.promocode input.weekpromo{
  width:170px;
  font-style:normal;
  font-size:18px;
  font-weight:bold;
  color: #2e5eb6;
  padding:6px;
  text-align:center;
  //vertical-align:middle;
  border: #ced2d6 1px solid;
  border-radius: 4px;  
}
a#isie6 {
  display:none;
}
a#notie6 {
  display:block;
}
a.hidl{
  color: #2e4c84;
  text-decoration:none;
}
a.hidl:hover{
  color: #2e4c84;
  text-decoration:underline;
}
.forgot{
  margin-left:130px;
}
.forgot span{
  //vertical-align:middle;
}
.forgot #inp-text {
  width: 285px;
  margin: 10px;
  border-radius: 3px;
}
/*margin, padding style*/
.mar10-15{
  margin:10px 15px;
}
.mart3{
  margin-top:-3px;
}
.mart5{
  margin-top:5px;
}
.mart7{
  margin-top:-7px;
}
.mart8{
  margin-top:-8px;
}
.mart-16{
  margin-top:-16px;
}
.mart16{
  margin-top:16px;
}
.marr5{
  margin-right:15px;
}
.marr10{
  margin-right:10px;
}
.marr20{
  margin-right:20px;
}
.marr30{
  margin-right:40px;
}
.marb10{
  margin-bottom:10px;
}
.marl7{
  margin-left:7px;
}
.marl25{
  margin-left:25px;
}
.marl35{
  margin-left:35px;
}
.marl197{
  margin-left:197px;
}
.marl235{
  margin-left:235px;
}
.nopad {
  padding-bottom: 0px;
}
.padt3 {
  padding-top: 3px;
}
.padt5 {
  padding-top: 5px;
}
.padt7 {
  padding-top: 7px;
}
.padt10 {
  padding-top: 10px;
}
.padt30 {
  padding-top: 30px;
}
.padr5{
  padding-right: 5px;
}
.padr10{
  padding-right: 10px;
}
.padr30{
  padding-right: 30px;
}
.padl7 {
  padding-left: 7px
}
.padl15 {
  padding-left: 15px
}
.padb10 {
  padding-bottom: 10px;
}
.padb20 {
  padding-bottom: 20px;
}
.pad0-15 {
  padding: 0 15px;
}
.mbot5 {
  margin-bottom: 5px;
}
.slip10 {
  padding-left: 10px;
}
.slip20 {
  padding-left: 20px;
  //padding-left: 10px;
}
.slip25 {
  padding-left: 25px;
  //padding-left: 12px;
}
.slip30 {
  padding-left: 30px;
  //padding-left: 15px;
}
.slip75 {
  padding-left: 75px;
}
.pad50 {
  padding:5px 0;
}
.padno {
  padding: 0 !important;
}
/*font style*/
.fs11{
  font-size:11px;
}
.fs12{
  font-size:12px;
}
.fs13{
  font-size:13px;
}
.fs14{
  font-size:14px;
}
.fs15{
  font-size:15px;
}
.fs18{
  font-size:18px;
}
.fs20{
  font-size:20px;
}
/*special height, width styles*/
.heig200{
  height: 200px;
}
.wid10{
  width:10px;
}
.wid50{
  width:50px;
}
.wid80{
  width:80px;
}
.wid90{
  width:90px;
}
.wid116{
  width: 116px;
}
.wid130{
  width: 130px;
}
.wid185{
  width: 185px;
}
.wid205{
  width: 205px;
}
.wid220{
  width: 220px;
}
.wid235{
  width: 235px;
}
.wid360{
  width:360px;
}
.wid400{
  width:400px;
}
.wid475{
  width:475px;
}
.wid495{
  width:495px;
}
.wid545{
  width:545px;
}
.wid620{
  width:620px;
}
.noborder{
  border:none;
}
.em{
  font-style: italic;
}
.white{
  color:#ffffff;
}
.left{
  float:left;
}
a.info {
  position:relative; /*this is the key*/
  z-index:24;
  text-decoration:none;
  vertical-align: middle;
  color: #474c58;
}	
a.info span {display: none}
a.info:hover {z-index:25;}
a.info:hover span.cvv { /*the span will display just on :hover state*/
  display:block;
  position:absolute;
  top:-400px;
  left:165px;
  width:300px;
  border:1px solid #dddddd;
  border-radius:5px;
  background-color:#FFF;
  color:#000;
  padding:11px;
  font-size:12px;
  color: #474c58;
}
a.info:hover span.cvv p{ /*the span will display just on :hover state*/
    text-align:justify;
	padding:10px 0;
}
#jsErr, #sysErrTable, #sysErrTable, #jsErr td, #sysErrTable td, #sysErrTable td, #jsErr p, #sysErrTable p, #sysErrTable p {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
}
#jsErr table, #sysErrTable table, #sysErrTable table {
  margin-bottom: 10px;
}
.inl{
  display:inline;
}
#supportbox {
  position:fixed;
  min-height:150px;
  top:136px;
  z-index:90;
  display:none;
  text-align:center;
  margin-left:420px;
  padding:14px;
  background:#FFF;
  width:240px;
  border: 3px solid #b6cce3;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#supportbox a {
  padding-bottom:20px;
  font-size:14px;
  border-bottom:dashed 1px #CCC;
  display:block;
  margin:0px 6px 4px 6px;
}
#supportbox a.close {
  padding:0;
  display:block;
  float:right;
  border:0;
  margin-top:-5px;
  margin-right:-8px;
  clear:both;
}
.searchres{
  list-style:disc inside none;
  margin-left:5px;
  color: #0A4C9D;
}
.searchres span{
  color: #474C58;
}
/* Sign Up pop-up*/
#offer {
  text-align: center;
}
#offer p {
  margin-bottom: 10px;
}
#offer h3 {
  font-size: 19px;
}
#offer .disc{
  color: #2E5EB6;
}
#loffer {
  color: #2E5EB6;
  float: left;
  font-size: 30px;
  font-weight: bold;
  margin: 15px 10px 0 0;
  text-align: center;
  width: 265px;
}
#loffer img{
  float: left;
}
#roffer {
  float: right;
  line-height: 22px;
  margin-top: 15px;
  width: 345px;
}
#roffer .off {
  color: #274479;
  font-size: 32px;
  font-weight: bold;
  line-height: 35px;
}
#roffer p {
   padding-bottom: 10px;
}
#roffer #inp-text {
  background: #ffffff url(/design/images/bg-inp.png) left top repeat-x;
  border: #ced2d6 1px solid;
  border-radius: 3px;
  font-size: 12px;
  height: 18px;
  line-height: 16px;
  padding: 2px 3px;
  width: 230px;
}
.redtext {
	font-size:11px;
	color:red;
	padding:2px 0 4px 0;
}
.bluep
{
  color: #274479;
}
#cntr {
  margin: 0 auto;
  width: 720px;
}
.violetB {
  background: #f6f9fe url("/design/images/bg-viol.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;
}
#cntr h1{
  font-size: 30px;
  text-align:center;
  margin: 15px 0;
}
#cntr h2, #cntr h3{
  text-align:center;
  font-weight:bold;
}
#cntr h2{
  color: #043260;
}
#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 #dddddd;
  border-radius: 7px;
}
#cntr .orderinf .orderlist {
  width:100%;
}
#cntr .orderinf .orderlist th {
  background: #fdf1cd;
  color: #343434;
  font-size: 16px;
  font-weight: normal;
  height: 35px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #dddddd;
  font-weight:bold;
}
#cntr .orderinf .orderlist td {
  padding: 5px;
  vertical-align: middle;
  width: 25%;
}
#cntr .orderinf .orderlist td.space {
  padding: 0;
}
#cntr .orderinf .orderlist .rgh {
  text-align: right;
}
#cntr .orderinf .orderlist .price {
  text-align: center;
}
#cntr .orderinf .orderlist td.bordr {
  border-right: #dddddd 1px solid;
}
#cntr .orderinf .orderlist th.bordr {
  border-right: #dddddd 1px solid;
}
#cntr .orderinf .orderlist hr {
  width:70%;
  margin:0 auto;
}
#cntr .billinf {
  background: #ffeebd;
  margin:10px;
  padding: 0 8px 5px;
  vertical-align: top;
  border: 2px solid #dddddd;
}
#cntr .info {
  margin:10px;
  padding: 0 8px 5px;
  text-align:center;
}