ul.home_list_Knowledge{ margin:0; padding:0; list-style:none; background:#FFFFFF;}
ul.home_list_Knowledge li{ 
	/*background:url(/images/icons/paper2.png) no-repeat 0px 10px;*/
	
	/*border-left:1px dotted #CCCCCC;*/
	
	/*margin-right:35px;*/
	float:left;
	padding:5px; 
	width:340px; 
}

.list_Knowledge{ background:none !important; position:relative;}
.Knowledge_name{ height:35px; overflow:hidden;}

ul.home_list_Knowledge li.even{ margin-right:0;}

ul.home_list_Knowledge a:link,
ul.home_list_Knowledge a:visited,
ul.home_list_Knowledge a:active{
	color:#666; 
	text-decoration:none; 
	display:block; 
	
	line-height:16px;
	font-size:13px;
	height:30px;
	padding:5px; 
	overflow:hidden;
}
ul.home_list_Knowledge a:hover {color:#333; background:#E1E1E1;}


ul.home_list_Knowledge div.icon-large {
    background: none no-repeat scroll 0 0 / cover transparent;
		-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    border: 1px solid #CCCCCC;
    float: left;
    height: 27px;
    margin-right: 5px;
    width: 40px;
}

/*	Tablet Layout: 768px. set=740px*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
ul.home_list_Knowledge li{ width:220px; margin-right:10px; height:30px; overflow:hidden;}
}
/*Mobile Layout: 320px. set=300px*/
@media only screen and (max-width: 767px) {
ul.home_list_Knowledge li{ width:225px; margin-right:0px; float:none;padding:10px 5px; /*padding-left:30px;  background:url(/images/icons/paper.png) no-repeat 0px 7px;*/
}
}

/*		Wide Mobile Layout: 480px. set=460px*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
ul.home_list_Knowledge li{ width:385px; margin-right:0px; float:none;padding:10px 5px; /*padding-left:30px;  background:url(/images/icons/paper.png) no-repeat 0px 7px;*/
}
}