/* wyszukiwarka */

.srLeftInput {
    float: right;
    margin-top: 2px;
    background-image: url("/CMS/media/img/v5/strefaRozrywki/srSearch.png");
    background-repeat: no-repeat;
    height: 26px
}

.srLeftInput input {
    border: none;
    background-color: transparent;
    width: 173px;
    display: inline-block;
    padding-top: 4px;
    padding-left: 5px;
    font-size: 14px;
    color: #b3b3b3;
    font-style: italic;
}

.srSearchButton {
    width: 71px;
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 27px;
    height: 24px;
    vertical-align: top;
}

.srSearchHints {
	background-color: #f5f5f5; 
	border: 1px solid orange; 
	position: absolute; 
	width: 177px;	
	border-top: none;
	display: none;
	z-index: 100;
    margin-top: 1px;
    text-align: left;
}

.srSearchHints > div {
    padding: 8px;
    cursor: pointer;
}

.srSearchHints > div:hover {
/*     background-color: #eaeaea; */
}

.srSearchHintsElementSelected {
	background-color: #eaeaea;	
}

.srSearchHintsBlack {
	font-size: 14px;
}

.srSearchHintsBlack b {
	background-color: #f8b779;
}

.srSearchHintsGrey {
	color: #afafaf;
	font-size: 10px;
	font-weight: bold;
    margin-left: 5px;
}
.srTabs{padding-top:0px!important;}
/* /wyszukiwarka */
