
#tabscontainer_left {
	float:left;
	padding-top:8px;
	margin-left:32px;
	width:240px;
	height:195px;
	
}

#tabscontainer_right {
	float:left;
	padding-top:8px;
	margin-left:40px;
	width:240px;
	height:195px;
	
}

.tabitem {
	margin-top:5px;
}

.tab {
	width:235px;
	height:30px;
	background: #fff;
	border: 1px solid #e5e5e5;
	margin-top:5px;
	overflow:visible;

}

.tabhover {
	
}


.tabtext {
	line-height:12px;
	display:block;
	float:left;
	padding-top:3px;
	font-size:12px;
	font-weight:lighter;
	text-align:left;
	width:200px;
	height:25px;
}

.arrow {
	display:block;
	float:left;
	margin:10px 6px 0px 5px;
	height:8px;
	width:8px;
	
}

#popupshade {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width: 996px;
	height: 615px;
	background-color:#ffffff;
	z-index:400;
  	filter:alpha(opacity=85); /* for IE */
  	opacity:0.8; /* CSS3 standard */
  	clear:both;
}

#popupbox {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width: 575px;
	z-index: 450;
	background: #fff;
	border: 1px solid #e5e5e5;
	clear:both;
	
	/*-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 3px 3px 0px #BBB;
	-moz-box-shadow: 3px 3px 0px #BBB;
	box-shadow: 3px 3px 0px #BBB;
	behavior: url(js/PIE.htc);*/
}

#popupbox #contents {
	width:100%;
	text-align: left;
	margin-top:22px;
	margin-left:35px;
	margin-right:35px;
	margin-bottom:40px;
}




