@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:"宋体";
	color:#333333}

.kmItem {
	padding:6px;
	padding-left:10px;
	padding-right:10px;
	margin-right: 3px;
	margin-top:5px;
	float:left;
	text-align:center;
	border:1px solid #cccccc ;
	cursor:pointer;
	background-image: url(../images/off.gif);
	white-space:nowrap;
	
}

.kmItemSel {	
	border:1px solid #74c2f7  ;
	background-image: url(../images/on.gif)
}

.mainTable a:link{
	color:#333;
	text-decoration:none;}
.mainTable a:visited{
	color:#333;
	text-decoration:none;}
.mainTable a:hover{
	color:#f30;
	text-decoration:none;}	

.btn { font-size:12px;display: block; position: relative; background: #aaa; padding: 5px; float: left; margin-left:10px; color: #fff; text-decoration: none; cursor: pointer; color:#FFF;}
.btn * { font-style: normal; background-image: url(../images/btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 2px 0 8px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btn span,
* html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }

.btn.blue { background: #2ae; }
.btn.green { background: #9d4; }
.btn.pink { background: #e1a; }
.btn:hover { background-color: #0000FF; }
.btn:active { background-color: #444; }
.btn[class] {  background-image: url(../images/shade.png); background-position: bottom; }

* html .btn { border: 3px double #aaa; }
* html .btn.blue { border-color: #2ae; }
* html .btn.green { border-color: #9d4; }
* html .btn.pink { border-color: #e1a; }
* html .btn:hover { border-color: #a00; }

.buttons {
	clear: both;
}

.buttons a:link{
	color:#FFF;
	text-decoration:none;}
.buttons a:visited{
	color:#FFF;
	text-decoration:none;}
.buttons a:hover{
	color:#FFF;
	text-decoration:none;}	

.listbg {
	
}


.buttoncon{
	height:25px;
	margin:5px 0px;
	float: right;
	}	
.buttontags {
	padding:0px; 
	margin: 0px 0px 0px 10px; 
	 
	height: 25px;
	float:left;
}
.buttontags div {
	background: url(../images/tagleft.gif) no-repeat left bottom; 
	float: left; 
	margin-right:3px;
	height:25px; 
	
}
.buttontags div A {
	padding-right: 10px; 
	padding-left: 10px; 
	background: url(../images/tagright.gif) no-repeat right bottom; 
	float: left; 
	padding-bottom: 0px; 
	color: #ffffff; 
	line-height: 25px; 
	padding-top: 0px; 
	height:25px; 
	
}
.buttoncon a:link{
	color:#ffffff;
	text-decoration:none;}
.buttoncon a:visited{
	color:#ffffff;
	text-decoration:none}
.buttoncon a:hover{
	color:#ffffff;
	text-decoration:underline;}		

.buttontags_1 {
	padding:0px; 
	margin: 0px 0px 0px 10px;
	float:left; 
	 
	height: 25px
}
.buttontags_1 div {
	background: url(../images/tagleft_1.gif) no-repeat left bottom; 
	float: left; 
	margin-right:3px;
	height:25px; 
	
}
.buttontags_1 div A {
	padding-right: 10px; 
	padding-left: 10px; 
	background: url(../images/tagright_1.gif) no-repeat right bottom; 
	float: left; 
	padding-bottom: 0px; 
	color: #ffffff; 
	line-height: 25px; 
	padding-top: 0px; 
	height:25px; 
	
}



