#main {
    width: 972px;
}

#content {
    width: auto;
}

.search-options-wrap {
    display: none;
}
.visible {
    display: block;
}

.moreOptions {
    display: block;
    margin: 10px;
}

a.moreOptions {
    color: #2197BF;
    font-size: 1.1em;
    text-transform: uppercase;
}

.search-options-wrap {
    background: url(../img/moreSearchOpt_bg.jpg) top left repeat-x;
    height: 198px;
    padding: 10px 0 0 25px;
}

.options-box {
    float: left;
    margin-right: 20px;
    text-align: left;
    width: 115px;
}

.options-label {
    /*background: url(../img/image_search_title.gif);*/
    background: url(../img/options-label_bg.png) top left no-repeat;
    color: #fff;
    font-weight: bold;
    height: 16px;
    padding: 0 0 0 10px;
    text-align: left;
}

.options-field {
    background: url(../img/options-field_bg.png) top left no-repeat;
	float: left;
    height: 164px;
    padding: 10px 0 0 10px;
    text-align: left;
	width: 105px;
}

.options-field div {
    padding: 0;
    vertical-align: top;
}

.options-field input.tx_presssearch_pi1-checkbox {
    height: 13px;
    margin: 0 5px 10px 0;
    width: 13px;
}

.tx_sdimagesearch_pi1-header {
	margin-bottom: 10px;
}

.tx_sdimagesearch_pi1-image {
    background: #eaeaea;
    display: inline;
    float: left;
    height: 110px;
    margin: 0 2px 2px 0;
    text-align: center;
    width: 111px;
}

.tx-presssearch-pi2 .fullWidth {
    float: none;
    padding: 0 10px;
    width: auto;
}
