.GsPTAL_tab10{ clear:both;}
.GsPTAL_tab10 li{ width:64px; float:left; padding-left:6px; text-align:center; margin-bottom:8px; }
.GsPTAL_tab10 img{ width:62px; height:62px; padding:1px; }
.GsPTAL_tab10 a img, .GsPTAL_tab10 a:visited img{border:1px solid #ccc; }
.GsPTAL_tab10 a:hover img{border:1px solid #aaa;} 
.GsPTAL_tab10 h3{ font-size:12px; font-weight:bold; line-height:20px; color:#CC3300;}
.GsPTAL_tab10 h3 a,.GsPTAL10_tab h3 a:visited{ color:#444;}
.GsPTAL_tab10 p{ line-height:20px; color:#777;}
.GsPTAL_tab10 p a,.GsPTAL10_tab p a:visited{ color:#777;}

.box {
	width:304px;
	border:0px solid gray; 
	padding: 5px; 
	margin-bottom:1em;
}

.indentmenu{
	font: bold 13px Arial;
	width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	/* width: 80%; width of menu*/
	border-top: 1px solid #999; /*navy border*/
	background: black url(http://www.southcn.com/ad/indentbg20120615.jpg) center center repeat-x;
	background: black url(indentbg20120615.jpg) center center repeat-x;
}

.indentmenu ul li{
	display: inline;
}

.indentmenu ul li a{
	float: left;
	color: black; /*text color*/
	padding:5px 11px;
	text-decoration: none;
	border-right: 1px solid #999; /*navy divider between menu items*/
	line-height:22px;
}

.indentmenu ul li a:visited{
	color: black;
}

.indentmenu ul li a.selected{
	color: black !important;
	padding-top: 6px; /*shift text down 1px*/
	padding-bottom: 4px;
	background: black url(http://www.southcn.com/ad/indentbg220120615.jpg) center center repeat-x;
	background: black url(indentbg220120615.jpg) center center repeat-x;
}


.tabcontentstyle{ /*style of tab content oontainer*/
	border: 1px solid gray;
	width: 450px;
	margin-bottom: 1em;
	padding: 10px;
}

.tabcontent{
	display:none;
}

@media print {
	.tabcontent {
		display:block !important;
	}
}