/* ------------------------------
 shoppingcart.css

------------------------------ */

/* ------------------------------
 決済に行かれて売切れ時の 設定
------------------------------ */

.overlay {
  width: 543px;
  height: 106px;
  position: absolute;
  background-color: #000;
  opacity: 0.4;
  filter:alpha(opacity=65);
  z-index: 100;
}

span.sold_out {
  position: absolute;
  top:45px; 
  left:180px;
  padding-left:3px;
  color: #FF0000;
  font-weight: bold;
}


/* ------------------------------
 IE7(Win) hack 設定
------------------------------ */
*:first-child+html .overlay {
  position: absolute;
  left: 4px;
}

*:first-child+html .rltv {
  position: relative;
}


/* ------------------------------
 IE6(Win) hack
------------------------------ */
.overlay {
  _left: 231px;
}


/* EOF */
