/* Keller AG - PopUp Gallery */

div#reference_popup {
 display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
	top: 0px;
	left: 0px;
  z-index: 101;
}

div#screen_background {
	position: absolute;
	color: white;
	top: 0px;
	left: 0px;
  width: 100%;
  background-color : #000;
  filter : alpha(opacity=80);
  -moz-opacity : 0.80;
  opacity : 0.80;
}	


div.image_box   {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
}

.popup_content, 
.gallery {
  text-align: left;
  position: relative;
  top: 140px;
  z-index: 700;
  margin: 0px auto 0px auto;
  width: 930px;
  height: 493px;
  font-size: 12px;
  line-height: 17px;
  font-weight: bold;
  background-color: #fff;
  color: #000;
  padding-left: 30px;
}    

table.gallery td    {
  padding-left: 30px;
    margin : 0;
    padding : 0;
    background-color : #fff;
}


div#popup_close {
	width: 100%;
  height: 30px;
}

div#popup_close a {
	float: right;
	width: 30px;	
  background-image : url(close.gif);
  background-repeat : no-repeat;
  background-position : top right;
  display : block;
}

div#popup_close a:hover  {
  background-image : url(close_hover.gif);
}
        

div#popup_image {
	width: 640px;
	height: 433px;
	float: left;
	background-repeat: no-repeat;
}

div#popup_text {
	width: 230px;
	float: left;
}

div#popup_image div.popup_ref_title {
	float:left; 
	font-size:18px; 
	font-weight:bold; 
	position:relative; 
	top:410px;
}

/* Image */

table.gallery td.image  {
    background-color : #fff;
    background-position : top left;
    background-repeat : no-repeat;
    background-image : url(includes/popup_gallery_dummy.jpg);
    width : 640px;
    filter : alpha(opacity=100);
    -moz-opacity : 1.00;
    opacity : 1.00;
}


/* Detail Information */

div#popup_text,
td.detail_info    {
    padding : 0 15px 0 20px;
    width : 20	5px;
}

div#popup_text p,
td.detail_info p   {
	font-weight: normal;
  padding-bottom : 10px;
}

div#popup_text li {
	font-weight: normal;
}	


/* Table Detail_Info */

table.popup_detail_info   {
	margin-bottom : 10px;
}