.toleft{
 	float:left;
	padding-left:5px;
}
.toright{
 	float:right;
	padding-right:5px;
}
 
.operate{ 
    cursor:pointer;
	color:#ffffff;
    background : #de4507; 
	border-radius:8px;
	padding:3px 10px 3px;
	box-shadow:0 5px 5px rgba(0,0,0,0.8);
    text-decoration : none;
    padding-left:10px;
}
.operate:hover{ 
	color:#ffffff;
    background : #fe9b00; 
	border-radius:8px;
	padding:3px 10px 3px;
	box-shadow:0 5px 5px rgba(0,0,0,0.8);
	text-shadow:0 1px 0 rgba(0,0,0,0.8);
    text-decoration : none;
}
.category{
	cursor:pointer;
}
.category:hover{ 
	color:#ffffff;
    background : #de4507; 
	border-radius:8px;
	padding:3px 10px 3px;
	box-shadow:0 5px 5px rgba(0,0,0,0.8);
	text-shadow:0 1px 0 rgba(0,0,0,0.8);
    text-decoration : none;
}
section {  
	 position:relative;
     width: auto; 
}
section div{  
	border-radius:8px;
	font-weight:100;
	position:relative;
	letter-spacing:0px;
	transition:all 0.3s ease 0s;
	background:#fff;
	padding:13px 19px 14px;
    margin:5px 5px 5px 5px; 
	box-shadow:0 5px 5px rgba(0,0,0,0.8); 
	color:#000;
	overflow: hidden;
	}
section div .title{
	text-align:left;
	padding:5px;
	background:#eee;
	height:40px;
	line-height:40px;
	font-weight : bold;
	font-size : 18px;
}
section div .content{
	text-align:left;
	padding-left:10px;
    margin:5px 5px 5px 5px; 
    font-weight : bold;
    font-size : 16px; 
}
section div div div{
	border-radius:0px;
	padding:0px 0px 0px;
    margin:0px 0px 0px 0px; 
}
.selected{ 
    color:#de4507;
    font-weight : bold;
    font-size : 18px;
}
.highcolor{ 
    color:#ffff00;
    font-weight : bold;
    font-size : 18px;
}
.greencolor{ 
    background :#00ff00;
    font-weight : bold;
    font-size : 18px;
}
.graycolor{ 
    background :#999999;
    font-weight : bold;
    font-size : 18px;
}
.redcolor{ 
    background :#ff0000;
    font-weight : bold;
    font-size : 18px;
}
.whitecolor{ 
    background :#ffffff;
    font-weight : bold;
    font-size : 18px;
}
section div .desc{  
    font-size : 14px;
    text-align:left;
	padding-left:15px;
	font-weight : bold;	
}

.info{ 
	border:#de4507 solid 1px;
}

.line{
	height:1px;
	background:#000;
}
.pointer{
	cursor:pointer;
}
.bold{
	font-weight : bold;
}
.setclear{
	clear : both; 
}
.setcenter{
	text-align:center; 
}
 
