
/**styling for the popup
**/
#overlayEffect
{
	display:none;
	position:fixed;
	opacity:0.7;
	height:100%;
	width:100%;
	top:0;
	left:0;
	background: -moz-linear-gradient(rgba(11,11,11,0.1), rgba(11,11,11,0.6)) repeat-x rgba(11,11,11,0.2);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11,11,11,0.1)), to(rgba(11,11,11,0.6))) repeat-x rgba(11,11,11,0.2);
	z-index:1;
}
.tpclose{
background:#dddddd;
border-bottom:1px solid #cccccc;
padding:2px 10px;
overflow:hidden;
font-weight:bold;
}
#popupContainer
{
	position:fixed;
	left:50%;
	top:0%;
	width:760px;
	background:#efefef;
	border:0px solid #cecece;
	z-index:999;
	padding:0px;
	border: 0px;
	-moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
	-webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
	box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
}
#popupContainer h1
{
	text-align:left;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
	color:#090;
	font:22px;
	border-bottom:2px dotted #D3D3D3;
	padding: 5px 2px;
	margin-bottom:10px;
}
#popupContainer p
{
	font-size:16px;
	line-height:1.4;
}

#button
{
	text-align:center;
	padding:10px;
}
.hidden { display:none; }



/* tabs */
.prd_tab2 {
  color:#111;
  width:760px;
  border:0px solid #222;
  padding:15px 0px; 
}

ul.popupbult li{ list-style-image:url(../images/bulet.png)!important; width:100%; }

.prd_tab2 li { list-style:none; float:left; overflow:hidden; }
.tabcontent2 li { list-style:none; clear:both; overflow:hidden; }
.prd_tab2 ul a {
  display:block;
  padding:6px 10px;
  text-decoration:none!important;
  margin:1px 1px 0px 0px;
  margin-left:0;
  color:#5c5c5c;
  background:#e8e8e8;
  font-weight:bold;
}
.prd_tab2 ul a:hover {
  color:#FFF;
  background:#5c5c5c;
  }
.prd_tab2 ul a.selected {
  margin-bottom:0;
  color:#fff;
  background:url(../images/tab_bg.png) top left repeat-x #5c5c5c;
  cursor:default;
  }
.prd_tab2 .tabcontent2 {
  padding:10px 10px 8px 10px;
  *padding-top:3px;
  *margin-top:-15px;
  clear:left;
  border:1px solid #ccc;
  height:340px;
  overflow-y:auto;
}
.prd_tab2 .tabcontent2 td {
  border:1px solid #e3e3e3;
}
.prd_tab2 .tabcontent2 a { color:#000; font-weight:bold; }
/* tabs end */