@charset "utf-8";
/* CSS Document */
#shop_div_frame {
  width: 250px;
}
#shop_div_frame_contents {
  background-color: #000000;
  border: none;
  color: #FFFFFF;
}
#shop_div_frame_beak {
  /* Alpha transparencies hack for IE */
  background-image: none;
  background: url('/images/beak.gif') top left no-repeat transparent;
  width: 10px;
  height: 10px;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/pixel.gif', sizingMethod='crop');
}
#shop_div_frame_tl {
	background:url(/images/corner_tl.gif);
	width: 10px;
	height: 10px;
}
#shop_div_frame_tr {
	background:url(/images/corner_tr.gif);
	width: 10px;
	height: 10px;
}
#shop_div_frame_bl {
	background:url(/images/corner_bl.gif);
	width: 10px;
	height: 10px;
}
#shop_div_frame_br {
	background:url(/images/corner_br.gif);
	width: 10px;
	height: 10px;
}
#shop_div_frame_t {
	background:url(/images/side_t.gif);
	width: 1px;
	height: 10px;
}
#shop_div_frame_l {
	background:url(/images/side_l.gif);
	width: 10px;
	height: 1px;
}
#shop_div_frame_r {
	background:url(/images/side_r.gif);
	width: 10px;
	height: 1px;
}
#shop_div_frame_b {
	background:url(/images/side_b.gif);
	width: 1px;
	height: 10px;
}
#shop_div_frame_close {
	background:url(/images/corner_tr_close.gif);
	width: 10px;
	height: 10px;
}

