/****************************************************************
	1. 三列固定宽度
******************************************************************/

.thr_col_fix #CONTAINER {
	width: 1002px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.thr_col_fix #HEADER {
	height: 172px;
}

.thr_col_fix #MAINPAGE {
	WIDTH: 100%;
}
.thr_col_fix #SIDEBAR1 {
	float: left;
	width: 180px;
	background-image: url(/images/sidebar1_back.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 13px;
}
.thr_col_fix #SIDEBAR2 {
	float: right;
	width: 160px;
	overflow: hidden;
	height: auto;
}
.thr_col_fix #MAINCONTENT {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-bottom: 0;
	border: 1px solid #f1f1f1;
	overflow: hidden;
	width: 660px;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	margin-right: 0px;
}
/*用于产品*/
.thr_col_fix #MAINPRODUCT {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-bottom: 0;
	border: 1px solid #f1f1f1;
	overflow: hidden;
	width: 780px;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	margin-right: 0px;
}
.thr_col_fix #FOOTER {
	height: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 10;
	text-align: center;
	color: #333;
	overflow: hidden;
}
/****************************************************************
 	以下主要来源于Golive 样式库
******************************************************************/
/****************************************************************
	三列，中间缩放，左右固定
******************************************************************/
.colcont_id { width: auto; height:100px; background: #CCCCCC; }
.colboxleft_id { width:100px; height:100px; float:left; background: #3399FF; }
.colboxright_id { width:100px; height:100px; float:right; background: #00CC33; }
.colboxmiddle_id { width:auto; height:100px; margin-left:100px; margin-right:100px; background: #FF0000; }
/****************************************************************
	左边固定，右边缩放
******************************************************************/
.navboxcont_id { width: auto; height:100px; background: #CCCCCC; }
.navboxleft_id { width:100px; float:left; height:100px; background: #FF0000; }
.navboxauto_id { margin-left:100px; width:auto; height:100px; background: #3300FF; }
/****************************************************************
	多行
******************************************************************/
.navcont_id { width: auto; background: #CCCCCC; }
.navbox_id { width:100%; height:20px; background: #0000FF; margin-top: 3px; margin-bottom: 3px; }
/****************************************************************
	带内填充的盒子,这个存在问题。
******************************************************************/
.padbcont_id { width: auto; height:100px; background: #CCCCCC; }
.padbox_id { width:auto; height:auto; padding:20px; background: #FF9900; }
/****************************************************************
	两列，右边固定，左边缩放
******************************************************************/
.navrboxcont_id { width: auto; height:100px; background: #CCCCCC; }
.navrboxright_id { width:100px; float:right; height:100px; background: #0000CC; }
.navrboxauto_id { margin-right:100px; width:auto; height:100px; background: #66CC00; }
/****************************************************************
	33%平分三列
******************************************************************/
.threecolcont_id { width: auto; height:100px; background: #CCCCCC; }
.threecolbox_id { width:33%; height:100px; float:left; background-color:#33CC99 }
.threecolboxleft_id { width:33%; height:100px; float:left; background-color:#33CC99 }
.threecolboxright_id { width:33%; height:100px; float:right; background-color:#990033 }
.threecolboxmiddle_id { width:33%; height:100px; margin:0 auto; background-color:#660000 }


/****************************************************************
	 50%平分两列
******************************************************************/
.twocolcont_id { width: auto; height:100px; background: #CCCCCC; }
.twocolboxl_id { width:50%; height:100px; float:left;  background: #FF0000; }
.twocolboxr_id { margin-left:50%; width:auto; height:100px; background: #009900; }

