.main-body-container
{
	padding:0 !important;
}
.page-header
{
	padding:10px !important;
	height:30px;
	background:#dedede !important;
}
.search-body
{
	padding:10px 15px;
}
.search-page {}


.search-page .search-form
{
	margin:0;
	padding:0;
}
.search-page .search-form textarea
{
	border:solid 1px Gray;
}
.search-page .search-hits 
{
	
}
.search-page .search-hits a
{
	text-decoration:none;
	font-weight:bold;
	border-bottom:dashed 1px #000;
	
}
.search-page table.result-table
{
	border-collapse:separate;
	border-spacing:1px;
	width:100%;
	border:solid 1px #98abb8;
}
/*
.search-page table.result-table tbody
{
	height:300px !important;
	overflow:hidden;
	overflow-y:scroll;
}
*/ 
.search-page table.result-table td .searched
{
	background-color:Yellow;
	padding:2px 0;
	font-weight:bold;
}
.search-page table.result-table th
{
	font:11px Tahoma,Arial, Helvetica, sans-serif;
	background:#cbd9e2;
	padding:5px;
}
.search-page table.result-table td
{
	background:#ececec;
	padding:3px;
	font:11px Tahoma,Arial, Helvetica, sans-serif;
}
.search-page table.result-table td.available
{
	background-image: url(/images/presense.gif); 
	background-repeat:no-repeat; 
	background-position: center center;
}
.search-page table.result-table td.available-one
{
	background-image: url(/images/presense2.gif); 
	background-repeat:no-repeat; 
	background-position: center center;
}
.search-page table.result-table td.ind-0
{
	background-image:url(images/ind-0.png);
}
.search-page table.result-table td.ind-1
{
	background-image:url(images/ind-1.png);
}
.search-page table.result-table td.ind-2
{
	background-image:url(images/ind-2.png);
}
.search-page table.result-table td.ind-3
{
	background-image:url(images/ind-3.png);
}
.search-page table.result-table td.ind-4
{
	background-image:url(images/ind-4.png);
}
.search-page table.result-table tr.hover td
{
	background-color:#d6e5f1;
}
.search-page table.result-table tr.click td
{
	background-color:#d0edda;
}
.search-page table.result-table td a.basket
{
	display:inline-block;
	width:17px;
	height:20px;
	background:url(images/basket-empty.png) no-repeat left top;
}
.search-page table.result-table td a.inbasket
{
	background:url(images/basket-empty.png) no-repeat left top;
}
#remote-search
{
	padding:10px 0 0 0;
}
.preloader
{
	padding:10px 0px 10px 40px;
	background:url(images/ajax-loader.gif) no-repeat left center;
}
div.basket-control-container
{
	background:#fff;
	position:fixed;
	bottom:5px;
	right:50px;
	z-index:1000;
	border:solid 1px #98abb8;
	padding:1px;
	display:none;
}
div.basket-control-container div.basket-control
{
	background:#fdf0bf;
	padding:15px;
	text-align:center;
	font:12px Tahoma,Arial, Helvetica, sans-serif;
}
div.basket-control-container div.basket-control .count
{
	font-weight:bold;
}

/* tables for sort */
table.result-table thead .header {
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	padding-right:20px;
}
table.result-table thead .headerSortUp {
	background-image: url(images/asc.gif);
}
table.result-table thead .headerSortDown {
	background-image: url(images/desc.gif);
}
table.result-table thead .headerSortDown, table.result-table thead .headerSortUp {
background-color: #8dbdd8;
}
