﻿#foobox_bg {
   position: absolute;
   top: 0px;
   left: 0px;
   background-color: #183000;
   width: 100%;
   height: 100%;
   z-index: 970;

   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
   filter: alpha(opacity=70);
   opacity: .7;

  background-image: url(/gfx/skin1/foobox/foobox_bg_grid.png);
  background-repeat: repeat-all;	
   
}
#foobox_wrapper {
  position: absolute;
  top: 100px;
  left: 100px;
  width: 500px;
  height: 400px;
  z-index: 971;
  border: 0px solid #000;
  background-color: #fff;
   
}

.foobox_wrappertable {
  border: 0px solid #F0F;
  margin: 0px;
  padding: 0px;
}
div#foobox_1a {
  position: absolute;
  width: 30px;
  height: 30px;
  top: -30px;
  left: -30px;
  background-image: url(/gfx/skin1/foobox/foobox_1a.png);
  background-repeat: no-repeat;
}
div#foobox_1b {
  position: absolute;
  width: 100%;
  height: 30px;
  top: -30px;
  left: 0px;
  background-image: url(/gfx/skin1/foobox/foobox_1b.png);
  background-repeat: repeat-x;
}
div#foobox_1c {
  position: absolute;
  width: 30px;
  height: 30px;
  top: -30px;
  right: -30px;
  background-image: url(/gfx/skin1/foobox/foobox_1c.png);
  background-repeat: no-repeat;
}
div#foobox_2a {
  position: absolute;
  width: 30px;
  height: 100%;
  top: 0px;
  left: -30px;
  background-image: url(/gfx/skin1/foobox/foobox_2a.png);
  background-repeat: repeat-y;
}
div#foobox_2c {
  position: absolute;
  width: 30px;
  height: 100%;
  top: 0px;
  right: -30px;
  background-image: url(/gfx/skin1/foobox/foobox_2c.png);
  background-repeat: repeat-y;
}
div#foobox_3a {
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: -30px;
  left: -30px;
  background-image: url(/gfx/skin1/foobox/foobox_3a.png);
  background-repeat: no-repeat;
}
div#foobox_3b {
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: -30px;
  left: 0px;
  background-image: url(/gfx/skin1/foobox/foobox_3b.png);
  background-repeat: repeat-x;
}
div#foobox_3c {
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: -30px;
  right: -30px;
  background-image: url(/gfx/skin1/foobox/foobox_3c.png);
  background-repeat: no-repeat;
}
div#foobox_wintitle {
  position: absolute;
  height: 30px;
  top: -30px;
  left: 0px;
  z-index: 9999;
  font-family:  'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  text-shadow: 2px 2px 8px #000;

}
a#foobox_close {
  position: absolute;
  width: 58px;
  height: 20px;
  top: -30px;
  right: -15px;
  background:url(/gfx/skin1/foobox/foobox_close.png) no-repeat;
  background-position: 0 0px;
}
a#foobox_close:hover, .foobox_close_hilite  {  background-position: -58px 0px; }
a#foobox_close:active {  background-position: -116px 0px; }
.foobox_close_hilite  {
  background-position: -58px 0px !important;
}

#foobox_content {
   border: 0px dash #F0F;
   margin: 0px 0px 0px 0px;
   background-color: #FFF;
   overflow: auto;
   max-height: 90%;
}
a#foobox_next {
   width: 124px; 
   height: 206px;
   display: none;
   position: absolute;
   top: 120px;
   right: -127px;
   background-image: url(/gfx/skin1/foobox/buttons/prodmodal_arr_r.png);
   background-repeat: no-repeat;
}
a#foobox_next:hover           { background-position: -124px 0px; }
a#foobox_next:active  { background-position: -248px 0px; }

a#foobox_prev {
   width: 124px; 
   height: 206px;
   display: none;
   position: absolute;
   top: 120px;
   left: -127px;
   background-image: url(/gfx/skin1/foobox/buttons/prodmodal_arr_l.png);
   background-repeat: no-repeat;
}
a#foobox_prev:hover           { background-position: -124px 0px; }
a#foobox_prev:active  { background-position: -248px 0px; }

div#foobox_ajaxloading {
  width: 100%;
  height: 100%;
  background-color: #ddd;
}
