/** Base **/

body {
  font: bold 12px Arial;
  color: #2d2c2c;
}
form {
  margin: 0;
}
img {
  border: 0;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.clear {
  clear: both;
}

h1 {
  margin: 0;
}
fotm {
  margin: 0;
  padding: 0;
}
/** Product block **/
.prod-block,
.prod-block-full {
  width: 238px;
  float: left;
  margin-left: 14px;
}
.prod-block .top,
.prod-block-full .top {
  height: 20px;
  background: url(images/prod-block-top.png);
  text-align: center;
  padding-top: 8px;
}
.prod-block-full .top {
  height: 22px;
  background: url(images/prod-block-full-top.png);
}
.prod-block-full.b .top {
  padding-top: 3px;
  height: 42px;
  background: url(images/prod-block-full-top-b.png);
}
.prod-block .main {
  position: relative;
  background: url(images/prod-block-bg.png);
}
.prod-block .main img{
  position: absolute;
  left: 1px;
}
.prod-block .bt {
  background: url(images/prod-block-bt.png);
  height: 6px;
  _font-size: 1px;
}
.prod-block .main .pa,
.prod-block-full .main .pa{
  position: absolute;
  width: 110px;
  height: 30px;
  background: url(images/prob-block-pa-bg.png);  
  right: 12px;
  top: 7px;
  font-size: 11px;
  font-weight: normal;
  padding-top: 2px;
  text-align: center;
}
.prod-block .main .desc{
  position: absolute;
  width: 112px;
  right: 8px;
  top: 45px;
  color: #666;
  font-weight: normal;
}
.prod-block .main a{
  position: absolute;
  bottom: 4px;
  right: 14px;
  color: #20adce;
  padding-right: 10px;
  background: url(images/prod-block-lp.gif) no-repeat right 4px;
  text-decoration: none;
}
/** Full */

.prod-block-full {
  width: 226px;
  margin-left: 29px;
  _margin-left: 24px;
  margin-top: 27px;
}
.prod-block.first,
.prod-block-full.first{
  margin-left: 0;
}
.prod-block-full .main {
  position: relative;
  background: url(images/prod-block-full-bg.png);
  height: 320px;
}
.prod-block-full.b .main {
  height: 305px;
}
.prod-block-full .desc{
  font-weight: normal;
  padding: 10px;
  padding-top: 170px;
  color: #646464;
}
.prod-block-full .desc .name{
  color: #070707;
}
.prod-block-full.p1 .desc{  background: url(images/prod-img-1.jpg) no-repeat top; }
.prod-block-full.p2 .desc{  background: url(images/prod-img-2.jpg) no-repeat top; }
.prod-block-full.p3 .desc{  background: url(images/prod-img-3.jpg) no-repeat top;}
.prod-block-full.p4 .desc{  background: url(images/prod-img-4.jpg) no-repeat top; }
.prod-block-full.p5 .desc{  background: url(images/prod-img-5.jpg) no-repeat 1px top; }
.prod-block-full.p6 .desc{  background: url(images/prod-img-6.jpg) no-repeat 1px top; }
.prod-block-full.p7 .desc{  background: url(images/prod-img-7.jpg) no-repeat 1px top;  padding-top: 185px;}
.prod-block-full.p7 .top{   padding-top: 4px;   height: 26px;}
.prod-block-full.p8 .desc{  background: url(images/prod-img-8.jpg) no-repeat 1px top; }
.prod-block-full.p9 .desc{  background: url(images/prod-img-9.jpg) no-repeat 1px top; }
.prod-block-full.p10 .desc{  background: url(images/prod-img-10.jpg) no-repeat 1px top; padding-top: 185px;}
.prod-block-full.p11 .desc{  background: url(images/prod-img-11.jpg) no-repeat 1px top;  padding-top: 185px;}
.prod-block-full.p12 .desc{  background: url(images/prod-img-12.jpg) no-repeat 1px top;  padding-top: 180px;}

.prod-block-full .desc.prom {
  padding-top: 170px;
}
.prod-block-full .prom ul {
  margin-top: 10px;
  margin-left: 40px;
}
.prod-block-full .prom ul li{
  padding-top: 3px;
  padding-left: 18px;
  background: url(images/prod-block-full-li.gif) no-repeat left 6px;
}
.prod-block-full .prom ul a{
  color: #070707;
}
.prod-block-full .prom ul a:hover{
  text-decoration: none;
}
/** Layout **/ 

#wrapper {
  width: 994px;
  margin: 10px auto;
}

#logo {
  float: left;
}

/** Menu **/


.earn-up{
  border: solid 1px #515151;
  border-bottom: none;
  height: 95px;
  margin-top: 10px;
  text-align: center;
}

#menu {
  margin-left: 300px;
  padding-top: 25px;
  height: 18px;
  border-bottom: solid 1px #163556;
  position: relative;
}

#menu ul {
  float: left;
  position: relative;
  left: -3px;
}
#menu ul li{
  float: left;
  height: 18px;
  margin: 0 12px;  
}
#menu ul li a{
  color: black;
  text-decoration: none;
  position: relative;
  top: 1px;
  font-weight: normal;
  font-size: 13px;
}
#menu ul li.sel{
  background: #355a81;
  margin: 0px;
}
#menu ul li.sel a{
  color: white;
}
#menu ul li.sel img{
  float: left;
}
#menu ul li.sel span{
  padding: 0 7px;
  float: left;
  border-top: solid 1px #41688a;
}
#menu #user {
  position: absolute;
  right: 1px;
}
#menu #user a{
  color: #143664;
  text-decoration: none;
}
#menu #user a:hover{
  text-decoration: underline;
}
#footer {
  margin-top: 20px;
  clear: both;
}

#footer .btm-menu ul {
  float: left;
}
#footer .btm-menu li {
  float: left;
  padding-right: 20px;
}
#footer .btm-menu a {
  font-weight: normal;
  font-size: 11px;
  color: #444;
  text-decoration: none;
}
#footer .btm-menu a:hover {
  text-decoration: underline;
}
#footer #copyright {
  text-align: right;
  font-weight: normal;
  color: #444;
  font-size: 11px;
}

/** Page Index **/
#index .all-prod {
  text-align: right;
  padding-right: 8px;
  margin-bottom: 5px;
}
#index .all-prod a{
  color: #0d0f0f;
  font-size: 10px;
}
#index .prod-block .main {
  height: 100px;
}
#index .promo {
  margin: 3px;
  text-align: right;
}
#index .promo a{
  text-decoration: none;
  color: #5b7fa4;
}
.join {
  color: white;
  background: #355a81;
  font-weight: normal;
  padding: 3px 0;
  padding-left: 10px;
}
.join a{
  color: white;
  font-weight: bold;
}

#index .main-box {
  margin-top: 6px;
}
#index .flash {
  float: left;
  width: 787px;
  height: 438px;
  border: solid 1px #cdcdcd;
}

#index .r {
  width: 200px;
  float: left;
  margin-left: 5px;
}
#index .login h1{
  font-size: 18px;
  color: #0f335c;
  font-weight: normal;
}
#index .login {
  border: solid 1px #c1c1c1;
  background: #e6e6e6;
  padding: 3px 5px;
}
#index .login table td{
  font-size: 11px;
  padding-top: 5px;
  color: black;
}
#index .login input.text{
  width: 95px;
  border: solid 1px #b3afaf;
}
#index .login input.signin{
  width: 61px;
  height: 27px;
  margin: 3px 3px 10px 124px;
}
#index .login .reg {
  border-top: dashed 1px #827b7b;
  padding: 5px 0;
}
a.blue{
  color: #20adce;
  padding-right: 10px;
  background: url(images/prod-block-lp.gif) no-repeat right 4px;
  text-decoration: none;
}
#index .login .reg a.rem{
  color: #0f335c;
  padding-right: 10px;
  text-decoration: none;
}

#index .ebox {
  border: solid 1px #c1c1c1;
  1background: #e6e6e6;
  background: url(images/pay-by-paxum.jpg);
  height: 272px;
  margin-top: 10px;
}

/** Products **/
#products {
}


/** Terms **/
#terms {
  margin-top: 20px;
}
#terms .terms {
  float: left;
  width: 658px;
  background: #f6f6f6;
}
#terms .terms h1{
  width: 644px;
  height: 15px;
  background: url(images/terms-title-bg.png) no-repeat;
  color: #0a214d;
  font-size: 12px;
  padding: 7px;
}
#terms .terms div{
  border: solid 1px #c8c8c4;
  border-top: none;
  padding: 10px;
  padding-top: 15px;
  height: 438px;
}
#terms .terms ul{
  margin-top: 15px;
  list-style: disc;
  margin-left: 15px;
}
#terms .terms ul li{
  margin-bottom: 16px;
  font-weight: normal;
}

#terms .bl {
  float: left;
  margin-left: 20px;
  width: 316px;
}
#terms .bl img{
  float: left;
  margin-bottom: 7px;  
}

/** FAQ **/

#faq {
  margin-top: 20px;
}

#faq .q{
  font-weight: normal;
  width: 477px;
  float: left;
  margin-bottom: 16px;
}
#faq .q div{
  background: #f6f6f6;
  float: left;
  width: 430px;
  border: solid 1px #c8c8c4;
  border-top: none;
  padding: 10px;
}
#faq .q ul{
  padding: 10px 0;
}
#faq .q ul li{
  padding-bottom: 10px;
}
#faq .q a{
  color: black;
}
#faq .a {
  width: 514px;
  border: solid 1px #c8c7c7;
  float: left;
}
#faq .a h2{
  margin: 10px;
  color: #0a214d;
  font-size: 12px;
}
#faq .a.question {
  height: 60px;
}
#faq .a.answer {
  border-top: none;
  height: 302px;
}
#faq .a div {
  padding: 0 10px;
  padding-top: 0;
  font-weight: normal;
}

/** Contacts **/
#contact {
  margin-top: 10px;
}
#contact .sup{
  border: solid 1px #cdcdcd;
  width: 238px;
  height: 268px;
  float: left;
  margin-left: 11px;
  margin-top: 10px;
}
#contact .sup.first{
  margin-left: 0px;
}
#contact .sup h2{
  padding: 10px;
  margin: 0px;
  color: black;
  font-size: 14px;
}
#contact .sup.s1 {
  background: url(images/contact-sup-1.jpg) no-repeat 5px 140px;
}
#contact .sup.s2 {
  background: url(images/contact-sup-2.jpg) no-repeat 5px 140px;
}
#contact .sup.s3 {
  background: url(images/contact-sup-3.jpg) no-repeat 5px 140px;
}
#contact .sup.s4 {
  background: url(images/contact-sup-4.jpg) no-repeat 5px 140px;
}
#contact .sup.s5 {
  background: url(images/contact-sup-5.jpg) no-repeat 5px 140px;
}
#contact .sup.s6 {
  background: url(images/contact-sup-6.jpg) no-repeat 5px 140px;
}
#contact .sup.s1 h2{
  background: #4eb5ff;
}
#contact .sup.s2 h2{
  background: #a5dd63;
}
#contact .sup.s3 h2{
  background: #fddb00;
}
#contact .sup.s4 h2{
  background: #fca215;
}
#contact .sup.s5 h2{
  background: #e53b16;
}
#contact .sup.s6 h2{
  background: #ee50ac;
}
#contact .sup ul{
  color: #6e6e6e;
  margin-top: 12px;
}
#contact .sup ul li{
  margin-bottom: 8px;
  padding-left: 30px;  
}
#contact .sup ul li.icq{
  background: url(images/contact-icq.png) no-repeat 10px center;
}
#contact .sup ul li.mail{
  background: url(images/contact-mail.png) no-repeat 9px center;
}
#contact .sup ul li.mphone{
  background: url(images/contact-mphone.png) no-repeat 13px center;
}

#contact .img{
  margin-top: 10px;
  border: solid 1px #cdcdcd;
  width: 489px;
  height: 268px;
  float: left;
  background: url(images/contact-img.jpg) no-repeat right top;
  margin-left: 11px;
  position: relative;
  color: #878c8e;
}
#contact .img div{
  position: absolute;
  left: 50px;
  top: 200px;
}

