#search_block_top {
	top: -68px;
	margin-left: 27px;
	margin-right: 20px;
	width: 316px;
	background: url("../../../img/cien-maly-lewa.png") no-repeat 18px bottom;
	height: 68px;}
    @media (max-width: 1199px) {
	  #search_block_top {
		margin-left: 0;
	  }
	}
	@media (max-width: 1023px) {
	  #search_block_top {
		top: 98px;
		left: -33%;
	  }
	}
	@media (max-width: 767px) {
	  #search_block_top {
		top: 10px;
		left: 0px;
	  }
	}
  #search_block_top #searchbox {
    float: left;
    width: 286px;
	background: url("../../../img/podkreslenie-ciemne-srodek.png") repeat-x;
	background-position: 0px 46px;}
	#search_block_top #searchbox:before {
		content: "";
		display: block;
		width: 7px;
		margin-left: -7px;
		margin-top: 0px;
		background: url("../../../img/podkreslenie-ciemne-lewa.png") no-repeat bottom;
		height: 54px;
		float: left;
	}
	#search_block_top #searchbox:after {
		content: "";
		display: block;
		width: 7px;
		margin-right: -7px;
		margin-top: -54px;
		background: url("../../../img/podkreslenie-ciemne-prawa.png") no-repeat bottom;
		height: 54px;
		float: right;
	}
	#search_block_top #searchbox button span {
		color: #e2e2e2;
	}
	
  #search_block_top .btn.button-search {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    color: black;
    width: 34px;
    text-align: center;
    padding: 15px 0 5px 0; }
    #search_block_top .btn.button-search span {
      display: none; }
    #search_block_top .btn.button-search:before {
	  content: "";
      background: url("../../../img/lupa.png") no-repeat;
      display: block;
      font-size: 17px;
      width: 30px;
	  height: 31px;
	  background-position: 0px 0px;}
    #search_block_top .btn.button-search:hover:before {
	  background-position: 0px -31px; }
  #search_block_top #search_query_top {
    display: inline;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: normal;
	font-size: 17px;
	color: #1c2b52;
	padding: 0 13px;
	height: 35px;
	line-height: 30px;
	background: none;
	margin-right: 1px;
	margin-top: 19px;
	border: none;}

.ac_results {
  background: white;
  border: 1px solid #d6d4d4;
  width: 271px;
  margin-top: -1px; }
  .ac_results li {
    padding: 0 10px;
    font-weight: normal;
    color: #686666;
    font-size: 13px;
    line-height: 22px; }
    .ac_results li.ac_odd {
      background: white; }
    .ac_results li:hover, .ac_results li.ac_over {
      background: #fbfbfb; }

form#searchbox {
  position: relative; }
  form#searchbox label {
    color: #333333; }
  form#searchbox input#search_query_block {
    margin-right: 10px;
    max-width: 222px;
    margin-bottom: 10px;
    display: inline-block;
    float: left; }
  form#searchbox .button.button-small {
    float: left; }
    form#searchbox .button.button-small i {
      margin-right: 0; }
