.form_parent{
	width:100%;
	display:block;
	float:left;
	padding-bottom:10px;
	border-bottom: 1px solid #000;
	margin-bottom:10px;
}

#sort_form{
	width:70%;
	display:block;
	margin:0px auto;
}

.sort_div{
	display:block;
	float:left;
	width:33%;
	padding:1%;
}

.sort_element{
	
}

.sort_element select{
	width:70%;
}

.sort_metoda{
	
}

.sort_metoda select{
	width:70%;
}

.sort_wyszukaj{
	
}

.sort_wyszukaj input{
	width: 70%;
}

.sort_div .title{
	width:100%;
	text-transform:uppercase;
	font-weight:bold;
}

.sort_button{
	width:100%;
	display:block;
	float:left;
}

.sort_button button{
	float:right;
}

#tabela {
	width:100%;
	margin-top:50px;
	display:block;
	float:left;
}

#tabela table{
	width:100%;
}

table tr {
	width:980px;
}

table tr.offers {
	background:#acacac;
}

table td {
	padding:10px;
	border:2px solid #fff;
}

table td.small {
	width:100px;
	text-align:center;
}

table td.big {
	width:760px;
}

#tabela{
	width:100%;
}

#tabela table{
	width:100%;
	cursor:default;
}

#tabela table thead{
	background-color:#000;
	color:#FFF;
}

#tabela table thead tr{
	
}

#tabela table thead th{
	
}

#tabela table tbody{
	
}

#tabela table tbody tr{
	background-color:#FFF;
	text-align:center;
}

#tabela table tbody tr:nth-child(even){
	background-color:#CCC;
}

#tabela table tbody td{
	
}

#tabela .button{
	font: bold 11px Arial;
	border:0;
	background-color:#666;
	color:#FFF;
	padding:2px 5px;
	font-size:14px;
}

#tabela .button--a{
	cursor:default;
	text-decoration:none;
}

#tabela .button:active{
	background-color:#666;
	color:#000;
}

.pagination {
	width:100%;
	margin:10px auto;
	display:table;
	text-align:center;
}

.pagination li {
	float:left;
	width:auto;
	border:solid 1px #000;
	padding: 5px 8px;
	background:#fff;
	border-right:0px;
	cursor:pointer;
	list-style:none;
}

.pagination li:last-child {
	border-right:solid 1px #000;
}

.pagination li.pageNumbers {
	cursor:auto;
}

.pagination a {
	color:#000;	
}

.pagination li:hover, .pagination .active {
	background:#000;
}

.pagination li.pageNumbers:hover {
	background:#fff;
}

.pagination li:hover a {
	color:#fff;
}

.pagination li.pageNumbers:hover a {
	color:#000;
	cursor:default;
}

.pagination .active a {
	color:#fff;
}

.description {
	width: 100%;
	float:left;
	display:block;
	border: 1px solid #000;
	padding:10px;
}

.description .description__text {
	width:70%;
	background-color:#CCC;
	margin: 0px auto;
	padding:10px;
	text-align:center;
}