.search {
	border: solid 1px #c0c0c0;
	margin-left: 0px;
	margin-top: 20px;
    padding: 8px 10px;
	width: 300px;
    background: #f7f7f7;
	color: #000;
}
.search:hover,
.search:focus {
/* yellow gradient buttons
	border: solid 1px #ffcc00;
	background: #ffffcc; 
	color: #000;
	background-image: -webkit-linear-gradient(top, #ffffcc, #f7e6a4);
	background-image: -moz-linear-gradient(top, #ffffcc, #f7e6a4);
	background-image: -ms-linear-gradient(top, #ffffcc, #f7e6a4);
	background-image: -o-linear-gradient(top, #ffffcc, #f7e6a4);
	background-image: linear-gradient(to bottom, #ffffcc, #f7e6a4);
*/
/* blue buttons
	border: solid 1px #0078d7;
	background: #e8f5ff; 
	color: #000;
*/
/* blue gradient buttons */
    border: solid 1px #0078d7;
	background: #e8f5ff; 
	color: #000;
	background-image: -webkit-linear-gradient(top, #e8f5ff, #bbdffb);
	background-image: -moz-linear-gradient(top, #e8f5ff, #bbdffb);
	background-image: -ms-linear-gradient(top, #e8f5ff, #bbdffb);
	background-image: -o-linear-gradient(top, #e8f5ff, #bbdffb);
	background-image: linear-gradient(to bottom, #e8f5ff, #bbdffb);
}
.btn {
	float: left;
	display: block;
	margin-right: 5px;
	padding: 5px 10px;
	border: solid 1px #c0c0c0;
	background: #f7f7f7;
	color: #000;
}
.btn:hover {
/* yellow gradient buttons
	border: solid 1px #ffcc00;
	background: #ffffcc; 
	color: #000;
	background-image: -webkit-linear-gradient(top, #ffffcc, #f7e6a4);
	background-image: -moz-linear-gradient(top, #ffffcc, #f7e6a4);
	background-image: -ms-linear-gradient(top, #ffffcc, #f7e6a4);
	background-image: -o-linear-gradient(top, #ffffcc, #f7e6a4);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffcc', endColorstr='#f7e6a4');
*/
/* blue buttons
	border: solid 1px #0078d7;
	background: #e8f5ff; 
	color: #000;
*/
/* blue gradient buttons */
    border: solid 1px #0078d7;
	background: #e8f5ff; 
	color: #000;
	background-image: -webkit-linear-gradient(top, #e8f5ff, #bbdffb);
	background-image: -moz-linear-gradient(top, #e8f5ff, #bbdffb);
	background-image: -ms-linear-gradient(top, #e8f5ff, #bbdffb);
	background-image: -o-linear-gradient(top, #e8f5ff, #bbdffb);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e8f5ff', endColorstr='#bbdffb');
}
#the-list {
	margin: 0px 0px;
}
#the-list .thumb {
    float: left;
    width: 120px;
    height: 60px;
    margin-right: 30px;
	margin-bottom: 10px;
}
#the-list .name {
	padding: 0px 2px;
	color: #444;
}
#the-list .description {
	padding: 0px 2px;
	color: #999;
}
#the-list .keywords {
	display: none; /* change from none to inline-block to none */
	color: #00a;
	margin-left: 150px;
}
#the-list .category {
	display: none; /* change from none to inline-block to none */
	color: #00a;
	margin-left: 150px;
}
#the-list .hidden {
	color: #00f;
}
#the-list .chapter-style {
	color: #999;
}
#the-list .list {
    clear: both;
	margin: 0;
	padding-top: 15px;
	list-style-type: none;
}
#the-list .list li {
	clear: both;
}
#the-list p {
	margin: 0px;
}
#the-list img {
	border: solid 1px #ddd;
}
#the-list img:hover {
	border: solid 1px #f00;
}

#the-list .sort-by {
	clear: both;
	margin-left: 60px;
	padding-top: 5px;
}
t