.yp-panel{
    background: none repeat scroll 0 0 #fff;
    color: #312C2A;
    margin-bottom: 25px;
    background-image: url(../images/searchheader.png);
    background-repeat: no-repeat;
	background-color:#CECDCA;
}

.yp-panel h1 {
    background: none repeat scroll 0 0 #FFCB08;
    color: #58585A !important;
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    padding: 2px 0 2px 10px;
}

.single-yp_entry #content, .post-type-archive-yp_entry #content {
    width: 65% !important;
}

.yp-panel form {
    padding: 15px 10px 10px 15px;
}


.yp-panel label {
    float: left;
    margin-right: 5px;
}

.yp-panel .search-cat {
    float: left;
}


.yp-panel .search-cat select {
    margin-right: 20px;
    width: 280px;
}

.yp-panel form .form-field {
    border: 1px solid #A09D93;
    color: #58585A;
    font-size: 11px;
}

.yp-panel .search-submit {
    margin: 5px 5px 5px 225px;
}

.yp-panel .search-submit input {
    font-size:14px;
    background: #e2007a;
    color: #fff !important;
    border:1px solid #cfcecb;
    font-weight: bold;
    padding-bottom: 4px;
    padding-top: 4px;
	text-indent: 0px;
	padding:4px;
}

.yp-table tr td, .yp-table tr th {
    vertical-align: top !important;
}

.yp-small-font {
    font-size: 12px;
}


.yp-clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    overflow: hidden;
}

.yp-box-list .even, .box-list .grayline {
    background: none repeat scroll 0 0 #ffd1ef;
}

.yp-box-list .item {
    min-height: 70px;
    margin: 5px 0 0;
    padding: 2px 0 2px 15px;
}

.yp-box-list .item .img {
    border: 1px solid #ACABAC;
    float: left;
    height: 60px;
    margin: 4px 10px 0 0;
    overflow: hidden;
    width: 80px;
}

.yp-box-list .item .teaser-txt {
    margin-right: 20px;
}


.yp-box-list .item .teaser-txt p {
    display: inline;
    line-height: 15px;
}

.yp-box-list .item h2 {
    margin-top: 5px;
    clear: none;
    margin-bottom: 0 !important;
}

.yp-box-list .item h2 a {
    color: #231F20;
    font-size: 14px;
}

.yp-box-list .item h2 span a {
    font-size:10px;
    color:#666;
}

.yp-content {
    max-width: 665px;
}

.yp-panel .txt {
    margin-top: 55px;
    font-weight: 300;
    margin-bottom: 10px;
}

.yp-panel-links {
    clear: both;
    margin-top: 20px;
}

.yp-panel-links a {
    border: 1px solid #333333 !important;
    color: #333333;
    display: inline;
    margin:  0 0px;
    padding: 0 5px;
    text-decoration: none;
}

.yp-panel .yp-dropdown {
    width:184px;
    height: 20px;
    border: 0px solid #d1d0cd;
}
#content input.yp-input {
    width:182px !important;
    padding-left:2px !important;
    height: 28px !important;
    border: 0px solid #d1d0cd !important;
	color: #000000 !important;
	padding-top:0px !important;
	padding-bottom:0px !important;
	line-height: 28px !important;
	cursor: pointer;
	text-indent:5px;
}

.yp-panel .styled-select select {
    background: transparent;
    width: 213px;
    padding: 5px;
    font-size: 14px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 28px;
    -webkit-appearance: none;
	cursor: pointer;
}

.yp-panel .styled-select {
    width: 183px;
    height: 28px;
    overflow: hidden;
    background: url(../images/dropdown.png) no-repeat right #fff;
    border: 1px solid #ccc;
    z-index:20;
}

.yp-panel .styled-select:before {
    position: absolute;
    content: '';
    background: url(../images/dropdown.png) no-repeat right #fff;
    width:  28px;
    height: 26px;
    margin-left: 155px;
    margin-bottom: 1px;
    margin-top: 1px;
    pointer-events: none;
}

@media (max-width:768px) {
.single-yp_entry #content, .post-type-archive-yp_entry #content {
	width: 100% !important;
}
}