/*-----------------------------------------------------------------------------
  [CSS - ezsearch.css]
  
-----------------------------------------------------------------------------*/

#full-search form {
    margin: 20px 0;
    clear: both;
}

#blockSearch {
    float: left;
    height: 24px;
    width: 220px;
}

.layout-forums #blockSearch {
    width: 256px;
}

#sidebar #blockSearch {
    height: 28px;
}

#sidebar #searchLabel {
    padding: 2px 6px;
}

    #filterSearch {
        float: left;
    }

        #searchLabel, .replaceSearch {
            bottom: 23px;
            color: #393939;
            float: left;
            height: 12px;
            padding: 4px 6px;
            position: relative;
            width: 183px;
        }

            #searchLabet .hide,
            .replaceSearch .hide {
                display: none;
            }

            #searchLabel.focus,
            .replaceSearch.focus {
                color: #808080;
            }

#full-search .select-box {
        margin:0px 5px;
    }

#search-feedback {
	margin:10px 0;
}
#search-feedback h1,
#search-feedback h2 {
    font-size: 16px;
}

.search-photos {
    clear: both;
    float: left;
    overflow: hidden;
    padding-left: 28px;
    width: 100%;
}

    .search-photos li {
        float: left;
        margin: 0 10px 0 10px;
        text-indent: 0;
    }

        .search-photos li a{
            font-size: 11px;
            line-height: 1em;
        }

        .search-photos li p{
            width: 107px;
            text-indent: 0;
            text-align: center;
            line-height: 0em;
        }

.search-other,
.search-other li {
    clear: both;
    float: left;
    width: 100%;
}

    .search-other li h2 a:hover {
        text-decoration:underline;
    }

    .search-other li p {
        text-indent: 0;
        margin-left: 28px;
    }
