﻿#left_side_box {
	width:260px;
	margin-right:10px;
	z-index:1;
	text-align:left;
	float:left;
	font-size:1em;
}

.lb_right{
	float:right !important;
	margin-right:0px !important;
}

#left_nav_cat {
	float:left;
	position:relative;
	z-index:1;
	width:260px;
	padding-bottom:10px;
}

#left_nav_cat A:hover{
	color:#000;
	text-decoration:underline;
}

#left_nav_cat .nav_title {
	height:90px;
	line-height:110px;
	color:#333;
	background-image: url(../sys_img/catelog-title-bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-left: 30px;
	font-family: arial;
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom:3px;
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
}

#left_nav_cat .nav_body {
	border-right:1px solid #e4e4e4;
	border-left:1px solid #e4e4e4;
	margin-top:0px;
}

#left_nav_cat .nav_footer {

/*background-image: url(../sys_img/catalog-foot-bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 5px;
	*/
 border-bottom:1px solid #ddd;
}

#left_nav_cat .nav_title_II {
	TEXT-TRANSFORM: uppercase;
}

#left_nav_cat .dot_line{

/*background-image: url(../sys_img/dot_spacer.gif);
	*/
 background-repeat: repeat-x;
	background-position: left 0px;
	height:2px;
	margin:auto;
}

#left_nav_cat .selected {
	background:url(../sys_img/ico.gif) 0 -274px no-repeat;
}

#left_nav_cat .aMenu {

/* background-image: url(../sys_img/bullet_orange.gif);
	*/
 font-size: 1em;
	font-weight: normal;
	height:38x;
	line-height:38px;
	font-family: arial;
	margin-left:0px;
	position:relative;
	padding-left:30px;
}

#left_nav_cat .aMenu a{
	text-decoration:none;
	color:#555;
	font-weight:bold;
	font-size:1em;
	bordeR-bottom:1px dotted #999;
	width:200px;
	display:block;
}

#left_nav_cat .aMenu a:hover{
	color:#000;
	text-decoration:none;
}

.bmenu UL {
	position:relative;
	width:196px;
}

.bmenu UL LI {
	display:block;
	background-image: url(../sys_img/bullet_black.gif);
	background-repeat: no-repeat;
	background-position: 30px center;
}

 .bmenu UL LI a{
	display:block;
	text-decoration:none;
	height:auto;
	padding-top:5px;
	padding-bottom:5px;
	width:140px;
	padding-left:50px;
	font-weight:bold;
	color:#444;
	font-size:1em;
}

.bmenu UL LI.cMenu {
	background:#FFF;
	position:relative;
	width:180px;
	overflow:hidden;
}

.bmenu UL LI.cMenu A {
	padding-left:60px;
	color:#222;
	text-decoration:none;
	font-weight:normal;
}

#history_list_box {
	display:block;
	width:100%;
}

#history_list_box .history_list_title {
	height:60px;
	line-height:60px;
	color:#333;
	background-image: url(../sys_img/catelog-title-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-left: 10px;
	font-family: "微软雅黑";
	font-size:1.4em;
	font-weight: bold;
	margin-top: 2px;
}

#history_list_box .history_list_body {
	border-right:1px solid #e4e4e4;
	border-left:1px solid #e4e4e4;
	padding:5px;
}

#history_list_box .history_list_body img{
	height: 100px;
	width: 100px;
	border: 1px solid #e4e4e4;
}

#history_list_box .history_list_foot {
	background-image: url(../sys_img/catalog-foot-bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 5px;
}


