/*
	Writen By Whim(鑫), Whim All Rights Reserved.
	More info: www.coolwhim.com, www.tx21.net, coolwhim@yahoo.cn
*/

html {
	scrollbar-face-color: #008207;
	scrollbar-base-color: #008207;
	/*scrollbar-shadow-color: #FFF;*/
	scrollbar-darkshadow-color: #000;
	scrollbar-arrow-color: #000;
	/*scrollbar-highlight-color: #FFFFFF;*/
	/*scrollbar-3dlight-color: #FFFFFF;*/
	/*scrollbar-track-color: #FFFFFF;*/
}
body {
	margin: 0;
	background-color: #FFF;
	font-size: 12px;
	font-family: Arial;
	background-image: url(../images/bg1.png);
	background-repeat: repeat-x;
}
/*
whim：关于分页已有支持不同CSS的功能
例：php调用时加第二个参数(为css样式的后缀)，参数可以是数字或字母、下划线，第二个参数不填默认值为空：
$pageList = $db->whim_show_page(5, 1);
上面的添加后缀为：1
css的定义就应为：
.whimPageList1 {......
.whimPageList1 ul {.....
.whimTotalNum1 {.....
另：想隐藏Li可用position属性，除了absolute,top为-100
另：AJAX留言板想改变CSS样式，可以在JS创建留言对象时，给urlList属性添加url参数，如下面的css前缀为whimPageList2
例如：comment1.urlList = '[whimVar:urlCommentList]&cssPageList=whimPageList2&';
*/
.whimPageList1 {
	width: 500px;
}
.whimPageList1 ul {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 12px;
	list-style: none;
}
.whimPageList1 li {
	display: inline;
	padding: 0 0 1px;
}
.whimPageList1TotalNum {

}
.whimPageList1TotalNum a:link, .whimPageList1TotalNum a:visited, .whimPageList1TotalNum a:active {
	color: #006600;
	text-decoration: none;
	padding: 0 4px;
}
.whimPageList1TotalNum a:hover {
	font-size:12px;
	color: #000000;
	background-color: #FFFFFF;
}
.whimPageList1PerNum {

}
.whimPageList1PerNumtd1 {
	color: #BC0000;
	font-weight: bold;
}
.whimPageList1Position {
}
.whimPageList1Positiontd1 {
	color: #BC0000;
}
.whimPageList1Positiontd2 {


}
.whimPageList1First {
}
.whimPageList1First a:link, .whimPageList1First a:visited, .whimPageList1First a:active {
	color: #006600;
	text-decoration: none;
	padding: 0 4px;
}
.whimPageList1First a:hover {
	font-size:12px;
	color: #000000;
	background-color: #FFFFFF;
}
.whimPageList1Pre {
}
.whimPageList1Pre a:link, .whimPageList1Pre a:visited, .whimPageList1Pre a:active {
	color: #006600;
	text-decoration: none;
	padding: 0 4px;
}
.whimPageList1Pre a:hover {
	font-size:12px;
	color: #000000;
	background-color: #FFFFFF;
}
.whimPageList1List {
}
.whimPageList1List a:link, .whimPageList1List a:visited, .whimPageList1List a:active {
	color: #006600;
	text-decoration: none;
	padding: 0 4px;
}
.whimPageList1List a:hover {
	font-size:12px;
	color: #000000;
	background-color: #FFFFFF;
}
.whimPageList1Current {
	padding: 3px 4px 1px 4px;
	color: #929292;
}
.whimPageList1Next {
}
.whimPageList1Next a:link, .whimPageList1Next a:visited, .whimPageList1Next a:active {
	color: #006600;
	text-decoration: none;
	padding: 0 4px;
}
.whimPageList1Next a:hover {
	font-size:12px;
	color: #000000;
	background-color: #FFFFFF;
}
.whimPageList1End {
}
.whimPageList1End a:link, .whimPageList1End a:visited, .whimPageList1End a:active {
	color: #006600;
	text-decoration: none;
	padding: 0 4px;
}
.whimPageList1End a:hover {
	font-size:12px;
	color: #000000;
	background-color: #FFFFFF;
}
.whimPageList1NoPage {
	padding: 0 4px;
}
.whimPageList1Empty {
	padding: 0 4px;
}

/*whim_alert begin*/
.whimAlert {
	min-height: 80px;
	width: 300px;
	padding: 5px;
	position: absolute;
	z-index: 8;
	font-size: 12px;
	left: 0;
	top: 0;
	overflow: hidden;
	background-image: url(../images/whimAlert/whimAlertBg.png);
}
* html .whimAlert {
	background-color: #ADADAD;
	background-image: none;
}
.whimAlertT {
	height: 12px;
	background-color: #EDEDED;
	background-image: url(../images/whimAlert/whimAlertTbg.gif);
	background-repeat: repeat-x;
	border: solid #E4E4E4;
	border-width: 1px 1px 0;
}
.whimAlertC {
	min-height: 50px;
	padding: 10px 12px 10px 10px;
	background-image: url(../images/whimAlert/whimAlertCbg.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
	border: 1px solid #E4E4E4;
}
* html .whimAlertC{
	height: 50px;
}
.whimAlertB {
	text-align: right;
	padding: 4px;
	height: 25px;
	background-color: #F9F9F9;
	background-image: url(../images/whimAlert/whimAlertBbg.gif);
	background-repeat: repeat-x;
	border: solid #E4E4E4;
	border-width: 0 1px 1px;
}
.whimAlertB a:link, .whimAlertB a:visited, .whimAlertB a:active {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 4px 10px 0 10px;
	height: 16px;
	float: right;
	background-image: url(../images/whimAlert/whimAlertButton.gif);
	background-repeat: repeat-x;
	border: 1px solid #D9D9D9;
}
.whimAlertB a:hover {
	text-decoration: none;
	color: #666;
}
.whimWinLock {
	z-index:1;
	position: absolute;
	/*height:100%;*/
	width:100%;
	/*width:expression(this.parentNode.scrollWidth);*/	
	/*top:expression(this.parentNode.scrollTop);*/
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-color:#000000;
	filter:alpha(opacity=50);
    -moz-opacity:0.5;
	opacity:0.5;
	margin: 0px;
}

/*whim select begin*/
.whimSelect {
	height: 18px;
	width: 125px;
	border: 1px solid #CDC6B1;
	background-image: url(../images/whimSelect/whimSelectMenu.gif);
	background-repeat: repeat-x;
	position: relative;
	font-size: 12px;
	background-color: #FFF;
}
.whimSelectSelected {
	height: 15px;
	padding: 2px 0 0 5px;
	float: left;
	overflow: hidden;
	color: #000;
}
.whimSelectList{
	position: absolute;
	padding: 0 0 10px 0;
	border: 1px solid #CDC6B1;
	overflow: hidden;
	min-height: 16px;
	left: -1px;
	top: 18px;
	background-color: #FEFEFE;
	width: auto;
}
.whimSelectList a:link, .whimSelectList a:visited {
	display: block;
	height: 14px;
	color: #000;
	text-decoration: none;
	padding: 4px 5px 0 5px;
	border-bottom: 1px dashed #EAE4D7;
	white-space: nowrap;
}
.whimSelectList a:hover {
	background-color: #EAE4D7;
	color: #000;
}
.whimSelectList a:active {
}
.whimSelectList a.whimSelectHover {
	background-color: #EAE4D7;
}
.whimSelectButton {
	height: 18px;
	width: 19px;
	border-left: 1px solid #CDC6B1;
	float: right;
}
.whimSelectButton a:link, .whimSelectButton a:visited {
	display: block;
	height: 18px;
	width: 19px;
	background-image: url(../images/whimSelect/whimSelectMenuBtn.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
.whimSelectButton a:hover{
	background-color: #F2F2F2;
}
.whimSelectButton a:active{
}

/*links*/
a:link, a:visited, a:active {
	color: #007107;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a.d:link, a.d:visited, a.d:active {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px 10px 3px;
	float: left;
	background-image: url(../images/bgBtn1.png);
	background-repeat: repeat-x;
	border: solid #006600;
	margin: 0 5px 0 0;
	line-height: normal;
	border-width: 0 1px 1px;
}
a.d:hover {
	text-decoration: none;
	color: #F90;
}
a.d1:link, a.d1:visited, a.d1:active {
	color: #B8A889;
	text-decoration: none;
	display: block;
	float: right;
	border: 1px solid #DFD9CC;
	height: 12px;
	padding: 0 2px 2px 2px;
	width: 12px;
	text-align: center;
}
a.d1:hover {
	text-decoration: none;
	color: #000;
}
a.d2:link, a.d2:visited, a.d2:active {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 4px 10px 0 10px;
	height: 16px;
	background-image: url(../images/bgHd2.gif);
	background-repeat: repeat-x;
	border: 1px solid #DED6C2;
	margin: 0 auto 2px;
	line-height: normal;
	width: 60px;
}
a.d2:hover {
	text-decoration: none;
	color: #6B2C01;
}
.container {
	width: 1003px;
	margin: 0 auto 0 auto;
}
.menu {
	height: 47px;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0 0 60px;
	position: relative;
	background-image: url(../images/bgMenu1.png);
	background-repeat: no-repeat;
}
.menu ul {
	margin: 0;
	padding: 0 15px;
	list-style: none;
}
.menu li {
	display: inline;
	padding: 0 10px;
}
.menu a:link, .menu a:visited, .menu a:active {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 8px 40px 0;
	height: 26px;
	float: left;
	background-image: url(../images/iconLine1.png);
	background-repeat: no-repeat;
	background-position: right 0px;
}
.menu a:hover {
	color: #FFFFFF;
	background-color: #C30011;
}
.menu a.bHover:link, .menu a.bHover:visited, .menu a.bHover:active {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 10px 20px 0;
	height: 26px;
	float: left;
	background-image: url(../images/iconLine1.png);
	background-repeat: no-repeat;
	background-position: right 0px;
	background-color: #C30011;
}
.menu a.bHover:hover {
	color: #000000;
	text-decoration: none;
}
.T1 {
	padding: 20px 14px 0;
	line-height: 18px;
	text-align: right;
	background-image: url(../images/logo1.png);
	background-repeat: no-repeat;
	height: 120px;
	color: #006D07;
}
.T1a {
	padding: 20px 14px 0;
	line-height: 18px;
	text-align: right;
	background-image: url(../images/logo2.png);
	background-repeat: no-repeat;
	height: 120px;
	color: #006D07;
}
.T1 a:link, .T1 a:visited, .T1 a:active {
	color: #006D07;
}
.T1 a:hover{
	color: #009900;
}
.T2 {
	height: 63px;
	background-image: url(../images/imgPhone1.png);
	background-repeat: no-repeat;
}
.T3 {
	height: 316px;
	background-repeat: repeat-x;
	padding: 0 0 5px 10px;
	background-image: url(../images/bgT3.png);
}
.C1 {
	min-height: 20px;
	padding: 0 0 8px;
	margin: 0 8px;


}
.C2 {
	min-height: 1px;
	padding: 0 0 8px;
	width: 100%;
	display: flex;
}
.C2L {
	float: left;
	width: 210px;
	padding: 0;
}
.C2R {
	margin: 0 0 0 8px;
	width: 785px;
	float: left;
}
/** html .C2R {
	height: 100px;
	margin: 0 8px 0 203px;
}*/
.B1 {
	border: solid #17A82C;
	background-image: url(../images/bg1B1.png);
	background-repeat: repeat-x;
	border-width: 1px 0 0;
	padding: 0px;
	min-height: 298px;
}
.B1td1 {
	padding: 10px 0 0;
	line-height: 20px;
	width: 1003px;
	margin: 0 auto;
	background-image: url(../images/bg2B1.png);
	height: 288px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.B1td1td1 {
	padding: 30px 15px 8px 230px;
	color: #003300;
	line-height: 1.8;
}
.B1td1td2 {
	padding: 0 15px 20px 230px;
	color: #8DB687;
	line-height: 18px;
}
.B1 a.e1:link, .B1 a.e1:visited, .B1 a.e1:active {
	color: #DA0014;
}
.B1 a.e1:hover {
	color: #F60;
	
}
.B1 a.e2:link, .B1 a.e2:visited, .B1 a.e2:active {
	color: #8DB687;
}
.B1 a.e2:hover {
	color: #090;
	
}
/*form elements*/
.form1 {
	padding: 0;
	margin: 0;
}
.inpurt_bt1 {
	border: 1px solid #B6EAFD;
	background-color: #FFF;
	padding-top: 4px;
	font-size: 12px;
	background-image: url(../images/index_26.gif);
	background-repeat: repeat-x;
	color: #126CA7;
}
.input_txt1 {
	height: 16px;
	width: 200px;
	border: 1px groove #CCCCCC;
}
.input_txt2 {
	height: 16px;
	width: 140px;
	border: 0;
}
.input_txt3 {
	padding: 0;
	height: 18px;
	width: 178px;
	border: 1px groove #B9B9B9;
}

.input_textarea1 {
	height: 150px;
	width: 490px;
	border: 1px solid #CCCCCC;
}
.input_textarea2 {
	width: 598px;
	height: 200px;
	margin: 0px;
	padding: 0px;
}
.onlineSer1 {
	position: absolute;
	border: 1px solid #CDC6B1;
	background-image: url(../images/bg2.gif);
	background-repeat: repeat-x;
	background-color: #FFFDFB;
	left: 755px;
	top: 30px;
}
.onlineSer1td1 {
	height: 16px;
	text-align:right;
	background-image: url(../images/bgHd2.gif);
	background-repeat: repeat-x;
}
.imgSlider1 {
	width: 582px;
	float: left;
}
.imgSlider1T {
	background-image: url(../images/bgHd1.gif);
	background-repeat: repeat-x;
	height: 24px;
	border: solid #EAE4D7;
	border-width: 1px 1px 0;
}
.imgSlider1TL {
	width: 8px;
	float: left;
}
.imgSlider1TC {
	float: left;
	padding: 6px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.imgSlider1TR {
	float: right;
	width: 8px;

}
.imgSlider1B {
	height: 307px;
}
.imgSlider1Btd1 {
	border: 0 solid #73AF0B;
	height: 307px;
	overflow: hidden;
	width: 983px;
}
.imgSlider1Btd1 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.imgSlider1Btd1 ul li {
}
.imgSlider1Btd1 ul li img {
	width: 983px;
	height: 307px;
	border: 0;
	vertical-align: top;
}
.imgSlider1Btd1Num {
	position:absolute;
	right:5px;
	bottom:5px;
	font:12px/1.5 tahoma, arial;
	height:18px;
}
.imgSlider1Btd1Num li{
	float: left;
	color: #006600;
	text-align: center;
	line-height: 16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: 11px;
	cursor: pointer;
	margin-left: 3px;
	border: 1px solid #006600;
	background-color: #D1E2C6;
}
.imgSlider1Btd1Num li.on{
	line-height: 18px;
	width: 18px;
	height: 18px;
	font-size: 14px;
	margin-top: -2px;
	background-color: #006600;
	font-weight: bold;
	color: #D1E2C6;
}
.line1 {
	float: left;
	width: 6px;
	padding: 1px;

}
.line2 {
	height: 5px;
	border: 1px dashed #000;
	border-width: 0;
	font-size: 0px;
	line-height: 0;
}
.clear {
	clear: both;
}
* html .clear {
	height: 0px;
	font-size: 0px;
}
.sortDir1 {
	float: left;
}
.sortDir1 a:link, .sortDir1 a:visited, .sortDir1 a:active {
	color: #000000;
}
.sortDir1 a:hover {
	text-decoration: none;
	color: #F45600;
}
.adv1 {
	padding: 0 0 8px;
	margin: 0;
	width: 1001px;
}
* html .adv1 {
	font-size: 0px;
	height: 0px;
	line-height: 0;
}
.adv1 img {
	border: 1px solid #5cbe00;
	width: 100%;
}
.adv2 {
	float: left;
	height: 336px;
	overflow: hidden;
	padding: 0 0 0 8px;
	width: 199px;
}
.adv2 img {
	border: 1px solid #EAE4D7;
	width: 197px;
	margin: 0 0 2px;
}
