#pop {
	width: 500px;
	margin: auto;
	background-color: #FFFFFF;
}
#popnav {
	float: left;
	width: 100%;
	background-color: #F3F3F3;
	margin: 0 0 0px 0;
	padding: 10px 0 0 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#popnav li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 95%;
	list-style: none;
}
#popnav a {
	color: #333;
	text-decoration: none;
	background: #FFF url(../../images/widgits/tab_right.gif) repeat-x right top;
	margin: 0 1px 0 0;
	float: left;
	display: block;
}
#popnav a span {
	background: url(../../images/widgits/tab_left.gif) no-repeat left top;
	float: left;
	display: block;
	padding: 6px 8px;
	border-bottom: 1px solid #000;
}
#popnav a.active {
	background: #FFF url(../../images/widgits/tab_right_a.gif) repeat-x right top;
}
#popnav a.active span {
	background: url(../../images/widgits/tab_left_a.gif) no-repeat left top;
	border-bottom: none;
	padding-bottom: 7px;
}
#popnav a:hover {
	color: #00AFDC;
}
#popcontent {
	clear: both;
	border: 1px solid #333;
	float: left;
	width: 498px;
	background-color: #ffffff;
}
#popfooter {
	margin: 0px;
}
.quoter {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	margin-top: -1px;
	padding-top: 0px;
	margin-bottom: 10px;
}
