#b1{ float:left; width:556px; border: 1px solid #ccc;}
/* Block 1, Left Content */

	/* Top */
	.tab{ width:556px; margin:0; padding:0; list-style: none;}
	.tab .cli { float:left; cursor:pointer }
	.tab .cli span{text-align:center; display:block}
	.topcontent{ width:556px; border:0px solid #996633} 
	#tabbg {	
	width:556px;
	overflow:hidden;
	}
	.tabx{
		width:185px;
		font-size: 14px;
		height:28px;
		line-height:28px;
		border-left: 1px solid #ccc;
		}
	
	.activetab{
		font-weight:bold;
		color:#d00;
		background: url(layout/tab-on.gif) repeat-x;
		}
	
	.inactivetab{
		font-weight:normal;
		color:#015D97;
		background: url(layout/tab-off.gif) repeat-x;
		}

	/* =============== Tab Content ========================*/
	.tabcontent {padding: 10px; width:536px; overflow:hidden}
	.tabcontent .imgcom{float:left; border:1px solid #ccc; padding:1px; margin-top: 3px; margin-right: 6px;}
	.tabcontent .txt img{ border:none; float:none}
	.tabcontent .title a{ color:#023f88;}
	.tabcontent .cul{ margin:10px 0;}
	.tabcontent .cli{ margin:5px 0;}
	.tabcontent .cli a{ padding-left:10px;background:url(/images/icon.gif) no-repeat left 6px ;color:#0087c7}
	
	#tabbg p.title{  margin:5px 0; width:220px; }
	#tabbg p.txt{ height:65px; width:220px; overflow:hidden; }
	#tabbg .cul{width:220px; overflow:hidden}
	
.boxtab {clear:both}
