/*
基本样式
*/
a:link {
	color: #663300;
	font-size:12px;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #663300;
	font-size:12px;
}
a:hover {
	text-decoration: none;
	color: #502902;
	font-size:12px;
}
a:active {
	text-decoration: none;
	color: #663300;
	font-size:12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:12px;
	line-height:140%;
	background-color:#F7F4E5;
}
body,td,th {
	font-size: 12px;
	color: #663300;
	line-height:140%;
}
/*这是备案文字*/
#bakLink{
	
}

#bakLink a:hover{
	
}

/*info页面的控制*/
#info {
	width:auto;
	margin-left:20px;
	margin-right:5px;
	margin-top:15px;
	line-height:200%;
}
.about A:link {
	COLOR:#ffffff; TEXT-DECORATION: none; font-family:"宋体";font-size:12px; width:80px; height:20px;  
}
.about A:visited {
	COLOR:#ffffff; TEXT-DECORATION: none; font-family:"宋体"; font-size:12px;width:80px; height:20px;
}
.about A:hover {
	COLOR: #ffffff;font-size:12px; background-color:#0099CC;width:80px; height:20px;
}
.products{
    background-image:url(../images/products.gif);
	background-position:center;
	background-repeat:repeat-y;
}
.products-bg{
    background-image:url(../images/products-bg.jpg);
	background-position:top;
	background-repeat:no-repeat;

}
/*为需要保持良好中英文换行的地方备用的*/
.WordWrap{
	word-wrap:break-word;
	overflow:hidden;
	}
/*
******************************************************
分页样式
*/

.pages {
        color: #663300;
        cursor: default;
        font-size: 12px;
        font-family: Tahoma, Verdana;
        padding: 3px 0px 3px 0px;
		float:right;
}
.pages .count, .pages .number, .pages .arrow {
        color: #663300;
        font-size: 12px;
        background-color: #EAE3C6;
        border: 1px solid #CC9933;
}
/* Page and PageCount Style */
.pages .count {
        font-weight: bold;
        border-right: none;
        padding: 2px 12px 1px 12px;
}
/* Mode 0,1,2 Style (Number) */
.pages .number {
        font-weight: normal;
        padding: 2px 12px 1px 12px;
}
.pages .number a, .pages .number span {
        font-size: 12px;
		color:#663300;
}
.pages .number span {
        color: #663300;
        margin: 0px 3px 0px 3px;
}
.pages .number a {
        color: #663300;
        text-decoration: none;
}
.pages .number a:hover {
        color: #000000;
}
/* Mode 3 Style (Arrow) */
.pages .arrow {
        font-weight: normal;
        padding: 0px 5px 0px 5px;
}
.pages .arrow a, .pages .arrow span {
        font-size: 12px;
        font-family: Webdings;
}
.pages .arrow span {
        color: #999999;
        margin: 0px 5px 0px 5px;
}
.pages .arrow a {
        color: #000000;
        text-decoration: none;
}
.pages .arrow a:hover {
        color: #0000ff;
}
/* Mode 4 Style (Select) */
.pages select, .pages input {
        color: #000000;
        font-size: 12px;
        font-family: Tahoma, Verdana;
}
/* Mode 5 Style (Input) */
.pages .input input.ititle, .pages .input input.itext, .pages .input input.icount {
        color: #666666;
        font-weight: bold;
        background-color: #EAE3C6;
        border: 1px solid #CC9933;
}
.pages .input input.ititle {
        width: 70px;
        text-align: right;
        border-right: none;
}
.pages .input input.itext {
        width: 25px;
        color: #000000;
        text-align: right;
        border-left: none;
        border-right: none;
}
.pages .input input.icount {
        width: 35px;
        text-align: left;
        border-left: none;
}
.pages .input input.ibutton {
        height: 17px;
        color: #FFFFFF;
        font-weight: bold;
        font-family: Verdana;
        background-color: #999999;
        border: 1px solid #666666;
        padding: 0px 0px 2px 1px;
        margin-left: 2px;
        cursor: hand;
}