		#tab{
			position: relative;
	    	border-bottom: 1px solid #c5bea4;
			height: 46px;
			margin-left:21px;
			margin-right:20px;
		}
	    .toptab{
	    	position: absolute;
	    	left: -11px;
	    	top: -1px;
	    	overflow: hidden;
	    	padding-left: 0;
	    	margin-left: 10px;
	    }
		.toptab li{
			background: #ddd7c4;
			float: left;
			padding: 8px 17px;
			border: 1px solid #c5bea4;
			margin-left: 1px;
			border-radius: 6px 6px 0px 0px;
			color: #5e4635;
			cursor: pointer;
			font-size:12px;
		}
		.toptab .active{
			font-weight:700;
			background: #fff;
			border-bottom: 1px solid #fff;
		}
		.box a{
			cursor: pointer;
			color:<?php echo CCOLOR ?>;
			font-size: 14px;
			text-decoration:none;
		}
		.box a:link{
			color:<?php echo CCOLOR ?>;
			font-size: 14px;
			text-decoration:none;
		}
		.box a:visited{
			color:<?php echo CCOLOR ?>;
			font-size: 17px;
			text-decoration:none;
		}
		.box{
			display:none;
		}
