/* CSS Document */
#bounds {
    overflow:auto;
    float:right;
	border:1px solid #999999;
	padding:4px;
	padding-right:20px;
	padding-left:20px;
	border-radius:4px;
	background-color:#CCCCCC;
}

#bounds label {
    float:left;
}

#bounds label span {
    display:block;
}

#bounds label input {
    position:absolute;
	top:-20px;
}
img {
	border: none;
}
#thumbnail img {
	cursor: pointer;	
}
#large {
	border: 0 solid #FFFFFF;
    height: 0;
    outline: medium none;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 0;
    z-index: 1102;
}
#background{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background-color:rgb(119,119,119);
	z-index: 1;
}
#mean
{
	display:none;
	min-height:30px;
	/*width:150px;*/
	overflow:auto;
	position: absolute;
	background:#eee9e9;
	color:#000000;
	padding:4px;
	border:2px solid #0066FF;
  	-moz-border-radius:2px;
  	-webkit-border-radius: 2px;
  	border-radius: 2px;
	vertical-align:middle;
}
#point {
  display:none;
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 0.65em solid #0066FF; 
  border-top: 0.65em solid #0066FF; /* IE fix*/
  border-top: 0.65em solid rgba(0,0,0,0); 
  overflow: hidden; /* IE fix */
}

#pharm_ref
{
	display:none;
	min-height:30px;	
	min-width:200px;
	overflow:auto;
	position: absolute;
	background:#eee9e9;
	color:#000000;
	padding:4px;
	border:2px solid #0066FF;
  	-moz-border-radius:2px;
  	-webkit-border-radius: 2px;
  	border-radius: 2px;
	vertical-align:middle;
}
#point_ref {
  display:none;
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 0.65em solid #0066FF; 
  border-top: 0.65em solid #0066FF; /* IE fix*/
  border-top: 0.65em solid rgba(0,0,0,0); 
  overflow: hidden; /* IE fix */
}
#closediv
{
	display:none;
  width: 20px;
  height: 20px;
  position: absolute;
  overflow: hidden;
  background:#990000;
  color:#FFFFFF;
}
#fancybox-wrap {
    display: none;
    left: 0;
    outline: medium none;
    padding: 20px;
    position: absolute;
    top: 0;
    z-index: 1101;
}
#fancybox-close {
    background: url("../image/fancybox.png") repeat scroll -40px 0 transparent;
    cursor: pointer;
    display: none;
    height: 30px;
    position: absolute;
    right: -15px;
    top: -10px;
    width: 30px;
    z-index: 1103;
}

#fancybox-title {
    font-family: Helvetica;
    font-size: 12px;
    z-index: 1102;
}
.fancybox-title-over {
    bottom: 0;
    color: #FFFFFF;
    left: 0;
    position: absolute;
    text-align: left;
}
#fancybox-title-over {
    background-image: url("../image/fancy_title_over.png");
    display: block;
    padding: 10px;
	font-size:18px;
}
#fancybox-outer {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 420px;
    position: relative;
    width: 540px;
	}


#out_div
{
	text-align:left;
	display:none;
	
	padding-right:15px;
	position: absolute;	
	z-index: 10;
	overflow:hidden;	
	height: 625px;
}
#back{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background:#000000;	
	z-index: 1;
}