/*
	Writen By Whim(鑫), Whim All Rights Reserved.
	More info: www.coolwhim.com, www.tx21.net, coolwhim@yahoo.cn
*/

html {
	scrollbar-face-color: #E2DCD0;
	scrollbar-base-color: #E2DCD0;
	/*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: #382d27;
	font-size: 12px;
	font-family: Arial;
	background-image: url(../images/bg1.png);
	background-repeat: repeat-x;
	color: #FCEEE6;
}
/*
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: #CDAE6F;
	text-decoration: none;
	padding: 0 4px;
}
.whimPageList1TotalNum a:hover {
	font-size: 12px;
	color: #FCEEE6;
}
.whimPageList1PerNum {

}
.whimPageList1PerNumtd1 {
	color: #FCEEE6;
	font-weight: bold;
}
.whimPageList1Position {
}
.whimPageList1Positiontd1 {
	color: #BC0000;
}
.whimPageList1Positiontd2 {


}
.whimPageList1First {
}
.whimPageList1First a:link, .whimPageList1First a:visited, .whimPageList1First a:active {
	color: #CDAE6F;
	text-decoration: none;
	padding: 0 4px;
}
.whimPageList1First a:hover {
	font-size: 12px;
	color: #FCEEE6;
}
.whimPageList1Pre {
}
.whimPageList1Pre a:link, .whimPageList1Pre a:visited, .whimPageList1Pre a:active {
	color: #CDAE6F;
	text-decoration: none;
	padding: 0 4px;
}
.whimPageList1Pre a:hover {
	font-size: 12px;
	color: #FCEEE6;
}
.whimPageList1List {
}
.whimPageList1List a:link, .whimPageList1List a:visited, .whimPageList1List a:active {
	color: #CDAE6F;
	text-decoration: none;
	padding: 0 4px;
}
.whimPageList1List a:hover {
	font-size: 12px;
	color: #FCEEE6;
}
.whimPageList1Current {
	padding: 3px 4px 1px 4px;
	color: #929292;
}
.whimPageList1Next {
}
.whimPageList1Next a:link, .whimPageList1Next a:visited, .whimPageList1Next a:active {
	color: #CDAE6F;
	text-decoration: none;
	padding: 0 4px;
}
.whimPageList1Next a:hover {
	font-size: 12px;
	color: #FCEEE6;
}
.whimPageList1End {
}
.whimPageList1End a:link, .whimPageList1End a:visited, .whimPageList1End a:active {
	color: #CDAE6F;
	text-decoration: none;
	padding: 0 4px;
}
.whimPageList1End a:hover {
	font-size: 12px;
	color: #FCEEE6;
}
.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;
	color: #000;
}
* 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;
	color: #333;
}
.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: #FCEEE6;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #D7AB5E;
}
a.d:link, a.d:visited, a.d:active {
	color: #3C3C3C;
	text-decoration: none;
	display: block;
	padding: 4px 10px 0 10px;
	height: 16px;
	float: left;
	background-image: url(../images/bgHd2.gif);
	background-repeat: repeat-x;
	border: 1px solid #B6AE9E;
	margin: 0 5px 0 0;
	line-height: normal;
}
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: 1240px;
	margin: 0 auto 0 auto;
}
.menu {
	height: 80px;
	font-size: 14px;
	font-weight: bold;
	padding: 43px 187px 0 0;
	float: right;
	width: 550px;
	line-height: 3;
	visibility: hidden;
}
.menu h2 {
	padding: 0;
	margin: 0;
	visibility: hidden;
}
.menu a.index:link, .menu a.index:visited, .menu a.index:active, .menu a.indexHover:link, .menu a.indexHover:visited, .menu a.indexHover:active {
	width: 75px;
	height: 70px;
	background-image: url(../images/bgMenuBtns.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	background-position: 0px 0px;
}
.menu a.index:hover, .menu a.indexHover:link {
	background-image: url(../images/bgMenuBtns.png);
	background-repeat: no-repeat;
	background-position: 0px -70px;
}
.menu a.about:link, .menu a.about:visited, .menu a.about:active, .menu a.aboutHover:link, .menu a.aboutHover:visited, .menu a.aboutHover:active {
	width: 95px;
	height: 70px;
	background-image: url(../images/bgMenuBtns.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	background-position: -75px 0px;
}
.menu a.about:hover, .menu a.aboutHover:link {
	background-image: url(../images/bgMenuBtns.png);
	background-repeat: no-repeat;
	background-position: -75px -70px;
}
.menu a.news:link, .menu a.news:visited, .menu a.news:active, .menu a.newsHover:link, .menu a.newsHover:visited, .menu a.newsHover:active {
	width: 90px;
	height: 70px;
	background-image: url(../images/bgMenuBtns.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	background-position: -170px 0px;
}
.menu a.news:hover, .menu a.newsHover:link {
	background-image: url(../images/bgMenuBtns.png);
	background-repeat: no-repeat;
	background-position: -170px -70px;
}
.menu a.product:link, .menu a.product:visited, .menu a.product:active, .menu a.productHover:link, .menu a.productHover:visited, .menu a.productHover:active {
	width: 99px;
	height: 70px;
	background-image: url(../images/bgMenuBtns.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	background-position: -260px 0px;
}
.menu a.product:hover, .menu a.productHover:link {
	background-image: url(../images/bgMenuBtns.png);
	background-repeat: no-repeat;
	background-position: -260px -70px;
}
.menu a.joinus:link, .menu a.joinus:visited, .menu a.joinus:active, .menu a.joinusHover:link, .menu a.joinusHover:visited, .menu a.joinusHover:active {
	width: 93px;
	height: 70px;
	background-image: url(../images/bgMenuBtns.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	background-position: -359px 0px;
}
.menu a.joinus:hover, .menu a.joinusHover:link {
	background-image: url(../images/bgMenuBtns.png);
	background-repeat: no-repeat;
	background-position: -359px -70px;
}
.menu a.contact:link, .menu a.contact:visited, .menu a.contact:active, .menu a.contactHover:link, .menu a.contactHover:visited, .menu a.contactHover:active {
	width: 89px;
	height: 70px;
	background-image: url(../images/bgMenuBtns.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	background-position: -452px 0px;
}
.menu a.contact:hover, .menu a.contactHover:link {
	background-image: url(../images/bgMenuBtns.png);
	background-repeat: no-repeat;
	background-position: -452px -70px;
}

.T1 {
	padding: 0;
	line-height: 18px;
	text-align: right;
	background-image: url(../images/bgT2lights.png);
	background-repeat: no-repeat;
	height: 146px;
	color: #968B76;
	visibility: hidden;
}
.T1 a:link, .T1 a:visited, .T1 a:active {
	color: #968B76;
}
.T1 a:hover {
	color: #605339;
}
.T1td1 {
	width: 466px;
	height: 146px;
	float: left;
	background-image: url(../images/logo1.png);
	background-repeat: no-repeat;
	visibility: hidden;
}
.T2 {
	height: 780px;
	text-align: center;
}
.C1 {
	min-height: 20px;
	padding: 0 0 8px;
	margin: 0 8px;


}
.C2 {
	padding: 0 0 8px;
	height: 780px;
}
.C2L {
	float: left;
	width: 476px;
	padding: 0;
	height: 780px;
	background-image: url(../images/bgAboutLeft1.jpg);
	background-repeat: no-repeat;
	visibility: hidden;
}
.C2R {
	width: 764px;
	float: left;
	height: 780px;
	background-image: url(../images/bgAboutRight1.png);
	background-repeat: no-repeat;
	visibility: hidden;
}
/** html .C2R {
	height: 100px;
	margin: 0 8px 0 203px;
}*/
.B1 {
	border: 1px solid #251D19;
	background-image: url(../images/bg1.gif);
	background-repeat: repeat-x;
	background-position: 0px -160px;
	border-width: 1px 0 0;
	text-align: center;
	padding: 0px;
	min-height: 130px;
	margin: 0 8px;
	color: #928569;
}
.B1td1 {
	padding: 15px;
	line-height: 20px;
}
.B1td2 {
	padding: 0 15px 20px;
	color: #59473E;
	line-height: 18px;
}
.B1 a.e1:link, .B1 a.e1:visited, .B1 a.e1:active {
	color: #928569;
}
.B1 a.e1:hover {
	color: #F3EEE9;
}
.B1 a.e2:link, .B1 a.e2:visited, .B1 a.e2:active {
	color: #4A3C33;
}
.B1 a.e2:hover {
	color: #F3EEE9;
}
/*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;
}
.page_list1 {
	padding: 10px;
	border: solid #EAE4D7;
	border-width: 0 1px 1px;
}
.page_list2 {
	padding: 10px;
	border: solid #EAE4D7;
	border-width: 1px;
}
.line1 {
	float: left;
	width: 6px;
	padding: 1px;

}
.line2 {
	height: 1px;
	margin: 16px 0;
	border: 1px dashed #000;
	border-width: 0 0 1px;
}
.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 5px;
	margin: 0 8px;
}
* html .adv1 {
	font-size: 0px;
	height: 0px;
}
.adv1 img {
	border: 1px solid #EAE4D7;
	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;
}
