@CHARSET "UTF-8";

.newsletter-signup {
display: none !important;
}

#page_header {
min-height: 200px;
}

header.style2 #logo a::after {
content: none;
position: absolute;
left: 50%;
bottom: -11px;
margin-left: -3px;
border: none;
}




.k-treeview .k-item {
display: block;
border-width: 0;
margin: 0;
padding: 5px 0 5px 16px;
border-bottom: 1px solid #dedede;

}

.k-treeview .k-item:hover {
background-color:#f9f9f9;

}

.k-treeview .k-in.k-state-selected
{
	
	border:none;
	
}

.k-treeview .k-item:last-child {
border: none;
}

.k-treeview .k-state-selected {
color: #ffffff;
background-color: #9d0132;
border-color: #9d0132;
}

.k-treeview .k-state-hover {
color: #9d0132;
background-color: #f9f9f9;
border-color: #f9f9f9;
}

.k-treeview .k-state-selected, .k-button:active {
/*background-image: url('textures/highlight.png');*/
background-image: none, #f9f9f9;
background-image: none, #f9f9f9;
background-image: none, #f9f9f9;
background-image: none, #f9f9f9;
}
.k-treeview .k-state-selected.k-state-focused{
	background-color:#f9f9f9;
	border-color:#f9f9f9;
	color:#9d0132
	
}

#categoryTree_tv_active{
	background-color:#f9f9f9;
}

.k-splitter {
height: 600px;
}

.k-autocomplete{
   width: 80%;
   vertical-align: middle;
   height: 30px;
   border: none;
   border-radius:0;
	background-color: white;
	box-shadow: none;
}

#searchBookInput, #searchAllBooksInput{
	width: 80%;height: 21px;border: none;box-shadow: none;background-color:white;font-size:12px;margin-bottom:0;
}

.k-autocomplete.k-header{
	background-color:#fff;
	border-color: #fff;
}

.k-autocomplete .k-state-focused{
	background-color:#efefef;
}
.searchButton, .searchAllBooksButton{
	background-color:#9d0132;
	border: none;
	line-height: 28px;
	padding: 1px 10px;
	margin-left: -2px;
}



@media (min-width: 768px) and (max-width: 979px) {
	
}

