div#content {
	width:945px;
	margin:30px auto 0 auto;
}

div#content .post {
	margin:10px;
}

/*======== tabs ========*/

div#tabMenu #tab {
	position:relative;
	height:36px;
	overflow:hidden;
}

div#tabMenu #tab li.current a:link,
div#tabMenu #tab li.current a:visited {
	color:#000;
	text-decoration:none;
}

div#content ul.tab {
	width:100%;
	display:table;
	margin:10px 0;
}

div#content ul.tab li {
	font-size:12.5px;
	font-weight:bold;
	text-align:center;
	background:url('../img/example/btn_bg.png') left center repeat-x;
	border-top:2px solid #dfdfdf;
	border-bottom:1px solid #999;
	border-left:1px solid #999;
	display:table-cell;
	vertical-align:middle;
}

div#content ul.tab li.current {
	background:url('../img/example/btn_bg_off.png') left center repeat-x;
	border-top:2px solid #eb7000;
	border-bottom:1px solid #fff;
}

div#content ul.tab li a {
	border-left:1px solid #fff;
	padding:10px 4px;
	display:block;
	color:#4b5b6b;
	text-decoration:none;
}

div#content ul.tab.col li {
	float:left;
	width:91px;
}

div#content ul.tab.col li:first-child {
	width:91px;
}

/*======== top_box ========*/

div#top_box #Tab{
	position:relative;
	overflow:hidden;
}

div#top_box #Tab span.lineL {
	position:absolute;
	top:0;
	left:0;
	width:1px;
	height:36px;
	float:left;
	background:#999 url('') left center no-repeat;
}

div#top_box #Tab span.lineR {
	position:absolute;
	top:0;
	right:0;
	width:1px;
	height:36px;
	float:right;
	background:#999 url('') right center no-repeat;
}

div#top_box #Tab span.lineL.current {
	background:#999  url('../img/example/bg_newslist_line.png') left center no-repeat;
}

div#top_box #Tab span.lineR.current {
	background:#999 url('../img/example/bg_newslist_line.png') right center no-repeat;
}

div#top_box #Tab ul {
	margin:0 1px;
}

div#top_box #Tab li a {
	display:block;
	width:100%;
	height:32px;
	padding: 0;
	line-height:32px;
}

div#top_box #Tab li.current a:link,
div#top_box #Tab li.current a:visited {
	color:#000;
	text-decoration:none;
}

div#top_box .Cont {	display:none; }
div#top_box .Cont h2.hide { display:none; }
div#top_box #Cont1 { display:block; }

div#top_box p.link {
	height:33px;
	background:url('../img/example/btn_bg.png') left center repeat-x;
	border-bottom:1px solid #9c9c9c;
	font-size:11px;
	line-height:33px;
	text-align:right;
}

div#top_box p.link a {
	display:block;
	color:#4b5b6b;
	font-weight:bold;
	background:url('../sma/img/example/btn_arrow.png') right center no-repeat;
	margin-right:15px;
}

/*======== example_box ========*/

.example_box {
    width:900px;
    margin:20px auto;
}

.example_box .example_top1 {
    width:100px;
    text-align:center;
    font-size:12px;
    font-weight:bold;
    padding:5px;
    color:#666666;
    background:#f6eee1;
    border:1px solid #dddddd;
}

.example_box .example_top2 {
    width:400px;
    text-align:center;
    font-size:12px;
    font-weight:bold;
    padding:5px;
    color:#666666;
    background:#f6eee1;
    border:1px solid #dddddd;
}

.example_box .example_top3 {
    width:200px;
    text-align:center;
    font-size:12px;
    font-weight:bold;
    padding:5px;
    color:#666666;
    background:#f6eee1;
    border:1px solid #dddddd;
}

.example_box .example_top4 {
    width:100px;
    text-align:center;
    font-size:12px;
    font-weight:bold;
    padding:5px;
    color:#666666;
    background:#f6eee1;
    border:1px solid #dddddd;
}

.example_box td {
    font-size:13px;
    padding:5px 10px;
    color:#666666;
    border:1px solid #dddddd;
}
