.nav-arrow {
    position: absolute;
    top: 55%;
    left: 30px;
    width: 51px;
    height: 88px;
    background: url(style/frame-arrows.png) no-repeat top left;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    z-index: 6;
    cursor: pointer;
}



.nav-arrow.next {
    left: auto;
    right: 30px;
    background-position: top right;
}

.nav-arrow:hover {
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);	
}



/*顶部导航*/



table#nav
{
	font-family: \5fae\8f6f\96c5\9ed1;
	font-size: 15px;

}
table#nav td.space
{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #009;
}
table#nav a.nav
{
	display: block;
	font-family: \5fae\8f6f\96c5\9ed1;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	height: 55px;
	line-height: 55px;
	font-weight: bold;
}
table#nav a.navCurrent
{
	display: block;
font-size:13px;
	font-weight: bold;
	text-decoration: none;
	height: 55px;
	line-height: 55px;

	color: #ffffff;
	
		background-color: #1a439f;
	
}
table#nav a.nav:hover
{
	color: #ffffff;	
	background-color: #1a439f;
	
}



/*下拉菜单*/
table.navFloat
{
	width: 162px!important;width: 100%;
	position: absolute;
	z-index: 12000;
	visibility: hidden;
	background-color: #1a439f;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
table.navFloat tr.space
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
table.navFloat a
{
	display: block;
		font-size: 13px;
	width: 162px!important;width: 100%;
	height: 40px;
	line-height: 40px;
	padding:0 5px;
	color: #ffffff;
	text-decoration: none;

}
table.navFloat a:hover
{
	color: #1a439f;
	text-decoration: none;
	background-color: #FFFFFF;
}

/*左侧*/
.left
{
	
		background-color: #f6fded;
	
}

.left .title
{
	height: 56px;
	line-height:56px;
	margin-top: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	
		background: url(style/20093760877857.jpg) center bottom no-repeat;
	
		text-align: center;
		padding-top: 3px;
	
}
.left .leftBase	/*左侧一级分类*/
{
	
	font-size:14px;
	font-weight:bold;
	height:56px;
	background: url(style/left1_bg.jpg) no-repeat center center;
	color: #FFFFFF;
}
.left .content
{
	padding: 10px 7px 5px 7px;
	color: #222222;
	background-color: #f6fded;
	border: 0px solid #F2ECD7;
	line-height: 20px;
	width: 179px!important;width: 189px; /*ie 和 firefox 对于宽度的理解不一样*/
}
.left .content a
{
	color: #222222;
	text-decoration: underline;
}
.left .content a:hover
{
	color: #800000;
	text-decoration: none;
}
.left .content img.p
{
	border: 1px solid #E2D6A9;
}
.left .moreImage
{
	height: 20px;
	cursor: pointer;
	clear: both;
	
		background: url(style/20093760930761.gif) center right no-repeat;
	
}

/*左侧二三级导航*/
a.menu
{
	display: block;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	height: 42px;
	line-height: 42px;

	color: #ffffff;
	
		background: url(style/20093761459933.jpg) no-repeat center center;
	
}
a.menuCurrent
{
	display: block;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	height: 42px;
	line-height: 42px;

	color: #ffffff;
	
		background: url(style/20093761470761.jpg) no-repeat center center;
	
}
a.menu:hover, a.menuCurrent:hover
{
	color: #ffffff;
	
		background: url(style/20093761470761.jpg) no-repeat center center;
	
}
a.subMenu
{
	display: block;
	text-decoration: none;
	height: 42px;
	line-height: 42px;

	color: #666666;
	
}
a.subMenuCurrent
{
	display: block;
	text-decoration: none;
	height: 26px;
	line-height: 26px;

	color: #D6990C;
	
}
 a.subMenu:hover, a.subMenuCurrent:hover
{
	color: #D6990C;
	
}



/*翻页*/
.page
{
	margin-bottom: 20px;
}
.page a
{
	text-decoration: none;
	color: #666666;
}
.page a.current
{
	color: #800000;
}
.page a:hover
{
	text-decoration: underline;
	color: #800000;
}


/*日期*/
.date
{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/*联系我们等表单性质的页面*/
.contactInfo
{
	line-height: 180%;
	color: #222222;
}
.contactTitle
{
	font-weight: bold;
	color: #666666;
	background-color: #EBEBEB;
}
.contactMsg
{
	font-weight: bold;
	color: #FF6600;
}
.contactInput
{
	color: #666666;
}
.input
{
	border: 1px solid #B2B2B2;
	color: #666666;
	background-color: #F8F8F8;
}
.button
{
	color: #000000;
	background-color: #D4D0C8;
}

.order
{
	background-color: #CCCCCC;
}
.order td
{
	background-color: #FFFFFF;
}
.order td.orderTitle
{
	font-weight: bold;
	color: #333333;
}
.order td.orderContent
{
	color: #666666;
}
.order a /*订购表单的删除按钮，采用和订购内容一样的颜色*/
{
	color: #666666;
}
.orderLink a /*订购表单的链接颜色使用右侧的默认颜色*/
{
	color: #222222;
}
.orderLink a:hover
{
	color: #800000;
}

.ibwmessage
{
	margin-bottom: 15px;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
}
.messageTitle
{
	padding: 0 6px 0 25px;
	color: #333333;
	
}
.messageContent
{
	padding: 0 6px 20px 25px;
	line-height: 180%;
	color: #333333;
}
.replyTitle
{
	padding: 0 6px 0 25px;
	color: #D6990C;
	
}
.replyContent
{
	padding: 0 6px 20px 25px;
	line-height: 180%;
	color: #333333;
}


