.ct-mouseover {
	background-color:#a2b3bc;
	font-weight:bold;
	color:#365d73;
	cursor:pointer;
}

.ct-sortasc {
	background:transparent url('img/sort_asc.gif') no-repeat scroll right center;
	padding-right:15px !important;
}

.ct-sortdesc {
	background:transparent url('img/sort_desc.gif') no-repeat scroll right center;
	padding-right:15px !important;
}

td.header {
	height:15px !important;
}

a.ct-header {
	float:left;
	display:block;
	color:#365d73;
	font-weight:bold;
	height:15px;
}

a.ct-header:hover {
	height:13px;
	background-color:#a2b3bc;
	border-bottom: 2px solid #365D73;
}

.ct-quicksearch_area {
	height:25px;
	padding-top:3px;
	padding-left:5px;
	padding-right:5px;
	border-top:1px solid #365d73;
	border-left:1px solid #365d73;
	border-right:1px solid #365d73;
	background-color: #365d73;
	background-image: url('img/naglowek_tlo.gif');
	background-position: bottom;
	background-repeat: repeat-x;
}

.ct-quicksearch_loading {
	float:left;	
	width:22px;
	height:22px;
}

.ct-quicksearch_field {
	width: 180px;
}

.ct-quicksearch-listview {
	display:block;
	float:right;
	margin-right:1px;
	position:relative;
}
.ct-quicksearch-listview a {
	display:none;
	padding:3px 3px 2px 2px;
	position:absolute;
	right:0;
	top:0;
}

.ct-quicksearch-listview a.pages {
	display:none;
	padding:0;
	position:relative;
}

.ct-quicksearch-listview a:hover span {
	background-position:0 -12px;
}

.ct-quicksearch-listview a span {
	background:transparent url('img/search2.gif') no-repeat scroll 0 0;
	display:block;
	height:12px;
	width:12px;
}

.ct-quicksearch-listview_nav {
	float:right;
	margin-left:36px;
	padding-right:1px;
	padding-top:3px;
}

.ct-quicksearch-listview_nav span {
	color:#ffffff;
	font-weight:bold;
	padding:0px 5px;
}

.ct-quicksearch-listview_nav a {
	color:#ffffff;
	padding:0px 3px;
}

.ct-quicksearch-listview_nav a:hover {
	color:#00A6FC;
}

.ct-gray {
	color: #aaaaaa;
}
