/*list detail */
#list_detail{  clear:left; overflow:hidden; }
	#list_detail dl{
	width:620px;
	height:95px;
	overflow:hidden;
	margin:0 0;
	position:relative;
	background:#FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	clear:both;
	padding:0;
	font-size:1px
}
	    #list_detail dd{
		 margin:0 0;

	}
	#list_detail dl dd.img{
	position:absolute;
	width:130x;
	height: 95px;
	left: 0px;
					border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;

}
	#list_detail dl dd.description{
	position:absolute;
	left:110px;
	top:10px;

}
#list_detail dd.apply{
	width:60px;
	float:none;
	position:absolute;
	right:0px;
	height:95px;
	text-align: center;
					border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
}
#list_detail dd.bs{
	width:60px;
	float:none;
	position:absolute;
	right:60px;
	height:95px;
	text-align: center;
					border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
}
#list_detail dl.odd{ background:#EEE;}
/*list detail title */
	#list_title dl{
	width:620px;
	height:25px;
	overflow:hidden;
	margin:0 0;
	position:relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
	    #list_title dd{ margin:0 0;}
	#list_title dl dd.img{
	position:absolute;
	width:130x;
	left: 0px;
	padding-left:20px;
	padding-top:5px;
}
	#list_title dl dd.description{
	position:absolute;
	left:110px;
    height:25px;
	padding-left:20px;
	padding-top:5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
}
#list_title dd.apply{
	width:60px;
	float:none;
	position:absolute;
	right:0px;
	height:25px;
	text-align: center;
	padding-top:5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
}
#list_title dd.bs{
	width:60px;
	float:none;
	position:absolute;
	right:60px;
    height:25px;
	text-align: center;
	padding-top:5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
}
/*list simple  */
	#list_simple dl{
	width:620px;
	height:25px;
	overflow:hidden;
	margin:0 0;
	position:relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
    #list_simple dd{ margin:0 0;}
	#list_simple dl dd.id{
	position:absolute;
	width:45px;
	left: 0px;
	text-align: center;
	padding-top:5px;
}
	#list_simple dl dd.name{
	position:absolute;
	width:170px;
	left: 45px;
	height:25px;
	padding:5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
	overflow : hidden;
	text-overflow : ellipsis ;
	
	white-space: nowrap;
}
	#list_simple dl dd.descript{
	position:absolute;
	width:180px;
	left: 218px;
    height:25px;
		padding:5px;
			border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
	overflow : hidden;
	text-overflow : ellipsis ;
	
	white-space: nowrap;
}
#list_simple dd.class{
	width:85px;
	float:none;
	position:absolute;
	right:110px;
	height:25px;
		padding:5px;
		padding-top:5px;
			border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
}

#list_simple dd.map{
	width:35px;
	float:none;
	position:absolute;
	right:75px;
	height:25px;
	text-align: center;
		border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;

}
#list_simple dd.apply{
	width:35px;
	float:none;
	position:absolute;
	right:0px;
	height:25px;
	text-align: center;
		padding-top:5px;
			border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
}
#list_simple dd.bs{
	width:40px;
	float:none;
	position:absolute;
	right:35px;
     height:25px;
	text-align: center;
		padding-top:5px;
			border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
}
#list_simple dl.odd{ background:#EEE;}
/*OTHER */
.list li {
	float: left;
	list-style-type: none;
	line-height: 1.5;
	font-size: 12px;
	width:200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 10px;
	
	overflow : hidden;
	text-overflow : ellipsis ;
	
	white-space: nowrap;
}
#detail li {
	list-style-type: square;
	line-height: 1.5;
	font-size: 12px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 60px;
	
	overflow : hidden;
	text-overflow : ellipsis ;
	
	white-space: nowrap;
}
.lp_title{
	width: 170px;
	overflow : hidden;
	text-overflow : ellipsis ;
	white-space: nowrap;
}
.lp{
	width: 110px;
	overflow : hidden;
	text-overflow : ellipsis ;
	white-space: nowrap;
}
	#navigate dl{
	overflow:hidden;

	position:relative;}
#navigate dd{
	width:40px;
	float:none;
	position:absolute;
	right:180px;
}
