@charset "utf-8";
/* CSS Document */

body {
	font-size:0.76em;
	background:url(../images/body_bg.png) repeat-x #EBEBEB;
	color:#666;
}
body.index {
	background:url(../images/index_body_bg.png) repeat-x;
}
input.text {
	background:url(../images/textinput_bg.jpg) no-repeat;
	border:1px solid #ccc;
}
input.btn {
	background:url(../images/btn_search_bg.jpg) repeat-x;
	border:1px solid #ccc;
	color:#666;
}
a {
	color:#666;
	text-decoration:none;
}
a{blr:expression(this.onFocus=this.close());} /* 只支持IE，过多使用效率低 */
a{blr:expression(this.onFocus=this.blur());} /* 只支持IE，过多使用效率低 */
a:focus{ -moz-outline-style: none; } /* IE不支持 */ 

a:hover, #nav .navList li a:hover, #footer a:hover, #news .content a:hover, #sideBar .sideBarNav a:hover, a.more:hover {
	color:#900;
}
a.more {
	color:#06C;
	background:url(../images/arrow.gif) no-repeat left center;
}
#header {
	background:url(../images/header_bg.png) repeat-x;
}
#nav .navList li.selected {
	background:url(../images/nav_selected_bg.png) 24px bottom no-repeat;
}
#nav .navList li a {
	font-size:1.25em;
	font-weight:bold;
	font-family:"Microsoft YaHei";
	color:#333;
	text-decoration:none;
	border-left:1px solid #ccc;
}
#nav .navList li a.first {
	border:none;
}
#footer {
	color:#ccc;
	background:url(../images/footer_bg.png) repeat-x;
}
#footer a {
	color:#ccc;
	text-decoration:none;
}
#sideBar {
	background:url(../images/sidebar_bg.png) no-repeat;
}
#sideBar .sideBarNav li {
	background:url(../images/sidebar_line.png) 0 40px no-repeat;
}
#sideBar .sideBarNav a {
	font-size:1.25em;
	font-weight:bold;
	font-family:"Microsoft YaHei";
	color:#666;
	text-decoration:none;
}
#sideBar .sideBarNavSub li {
	background:none;
}
#sideBar .sideBarNavSub a {
	font-size:0.86em;
	font-weight:normal;
}
#contentMain h2{
	font-size:1.5em;
	font-family:"Microsoft YaHei";
	color:#666;
	background:url(../images/h_line.png) repeat-x bottom;
}
#contentMain .article .itemList {
	background:#f5f5f5;
}
#contentMain .gallery a.picLink img {
	border:3px solid #ccc;
}
#contentMain .gallery a.picLink:hover img {
	border:3px solid #999;
}
#contentMain .product .list li{
	border-bottom:1px dashed #999;
}
#banner {
	background:#4B4B4B;
	border:1px solid #646464;
	border-top:1px solid #4B4B4B;
}