@charset "utf-8";
@media screen 
{
body {
background-color: #d9d9d9;
background-image: url(/images/bg.gif);
background-repeat: repeat-x;
margin:0px;
}
.input {
    width: 116px;
	height: 24px;
	border: 0;
	cursor: pointer;
	background: url(../../images/btn-bg.gif) no-repeat left top;
	color: #fff;
	font-size: 9pt;
}

/*-------------------------------------------------------------------- navigation 导航栏 */
#navigation {
	background-image:url(/images/menubg.jpg);
	background-position:center;
	background-repeat:no-repeat

}
#navigation li {
}

#navigation li a {
    text-decoration: none;
}
#navigation ul ul li a {
}
#navigation li.navselected {
}
#navigation li.navselected a.MenuBarItemSubmenu
{
}

#navigation .submenusign {
}
#navigation .navsplit { 
}

/*-------------------------------------------------------------------- 内容显示区 */

.titlebg {
	height:25px;
	line-height:25px;
	font-weight:bold;
	text-decoration:none;
	text-indent: 0px;
	color: #999;
	font-size: 11px;
	border-bottom: 1px solid #e0e0e0;
	font-weight: bold;
	margin-left:5px;
}
.titlebg span {
	color: #888;
	font-size: 8pt;
	padding-left: 10px;
}

.sign { 
	display:block; 
	float:left; 
	width:20px; 
	height:23px; 
	background:url(../../images/sign04.gif) no-repeat center;
}
.sign-220 { 
	float:left; 
	width:30px; 
	height:28px; 
	background:url(../../images/220-2.gif) no-repeat center;
}
.sign-96-2 { 
	float:left; 
	width:18px; 
	height:15px; 
	background:url(../../images/96-2.gif) no-repeat center bottom;
}
.bottmlink{
margin:0px;
padding:0px;
font-size:11px;
list-style:none;
}
.bottmlink li{
margin:0px;
float:left;
padding:0 12px;
}
.bottmlink li a{
color:#ccc;
}
.bottmlink li a:hover{
color:#fff;
}

/* -------------------------------------------------------------------- sidebar */

/* --start--  侧边栏菜单标题及列表按钮的 默认状态、鼠标移上效果、选中状态 */

.menulist { 
	margin: 0px 0px; 
	padding: 0;
	font-size:11px;
}
.menulist li { 
	list-style:none; 
	margin: 0;
	padding: 5px 0;
}

.menulist li dl dt
{
	padding-left:15px;
}
.menulist li.menulistsub { 
	list-style:none; 
	margin: 0;
	padding: 0px 0;
	/*border:1px solid #fff;*/
}
.menulist a {
     color:#ccc;
    display: block;
	height: 20px;
	line-height: 20px;
}
.menulist a:hover {
    
	text-decoration: none;
	color:#fff;
}
.menulist a:hover .menulistsign {
    background-image: none;
}

.menulist .menulistsign { 

}

.menulist li.selected a{
    
	color: #CC9966;
}
.menulist li.selected .menulistsign {
    background-image: none;
}

/* 下级菜单样式 */
.menulist .menulistsub {
    text-indent: 15px;
}
.menulist .menulistsub .menulistsign {
    background: url(../../images/sign66.gif) no-repeat right center;
}

.menulist dl dt a {
    color: #ccc !important;
}
.menulist dl dt a:hover{
color:#cc6600 !important;
}

.menulist dl dt.productselected a {
    color:#cc6600 !important;
}

/* -------------------------------------------------------------------- contentright */

#columntitle { 
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding-left:10px;

}
#columntitle a:hover { }


.locationNavigation { position:absolute; right:5px; top:0px; }


#columncontent { padding:20px;}

#columncontent p, #columncontent td, #columncontent div, #columncontent span, #columncontent a {
	color:#666;
}

#columncontent table {
    border-collapse: collapse;
}

#columncontent p { margin-bottom:30px; }

/* -------------------------------------------------------------------- 首页样式 */

#minorcontent {}

#minorcontent .titlebg {
    top: 0;
	margin-bottom: 1px;
}

/*--------------------------------------------------------------------bottom 页面底部*/


}
/*******************************以下样式仅用于打印********************************/
@media print
{
}
