/* product-blocks
-------------------------------------------------------------- */
.product-blocks{

}
#js .product-blocks{
  width: 992px;
  height: 500px;
  position:absolute;
  top: 0;
  left:0;
  z-index: 600;
}
.product-blocks .block-shadow{
  position:absolute;
  top:0;
  left:0;
  z-index: 10;
  background: #000;
  opacity: .7;
  filter: alpha(opacity = 70);
}
.product-block{
  position:relative;
  z-index: 100;
  padding:30px 40px;
  width: 730px;
  height: 395px;
  background-color:#154d8a;
  background-repeat: no-repeat;
  background-position:0 0;

  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  <!--[if !IE]>
  behavior: url(/stylesheets/PIE.htc);
  <![endif]-->
  color:#fff;

  display:none;
}

#js .product-block{
  position:absolute;
  top: 0em;
  right: 20px;
  margin-top: 0px;
}
#nojs .product-block{margin-bottom: 1em;display:block;}
.product-block header{
  margin: 0 0 26px;
  text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000;
}
.product-block header h2{
  color:#fff;
  font-size: 17px;
  font-weight: bold;
  margin:0 0 .5em;
}
.product-block header p{
  font-size: 13px;
  margin:0;
}
.product-block ul{
  width: 24em;
  margin:65px 0 0;
  padding:10px 10px 8px;
  list-style:none;

  background: url(/images/backgrounds/block.png);
  background: rgba(0,0,0,.2);

  border-top: 4px solid #05101e;
  border-bottom: 1px solid #899db8;
  text-shadow: 0 0 2px #000;
}
.product-block ul li{
  margin:0 0 5px 0;
}
.product-block ul a{
  display:-moz-inline-box;
  display:inline-block;
  color:#fff;
  text-decoration:none;
  background: url(/images/backgrounds/block.a.png) no-repeat 0 0;
  padding:1px 0 2px 24px;
}
.product-block ul a:hover{
  color:#40bbe6;
  text-decoration:none;
  background-image:url(/images/backgrounds/block.a_act.png);
}
.product-block .caption{
  position:absolute;
  bottom:2em;
  right:0;
  font-size: 11px;
  font-weight:bold;
  text-shadow: 0 0 1px #000, 0 0 2px #000;
  width: 22em;
  text-align:center;
}