#s2s {
    width: 976px;
    font-family: Arial, sans-serif;
}
#s2s a img {
	border: 0;
}
#s2s sup {
	font-size: 68%;
	vertical-align: 0.6em;
}
.s2s-clear {
    clear: both;
    overflow: hidden;
    height: 1px;
    line-height: 0;
}

#s2s .s2s-last {
    margin-right: 0;
    border-right: 0;
}

.ir {
    position: relative;
    overflow: hidden;
    display: block;
}
.ir span {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
}
a.ir:hover, a.ir span:hover {
    cursor: pointer;
}

body #s2s .s2s-error {
    color: red;
    text-transform: none;
}

#s2s h1 {
    width: 912px;
    height: 40px;
    margin: 0;
    padding: 13px 0 0 64px;
    color: #fff;
    font-size: 32px;
    font-family: Arial, sans-serif;
    font-weight: normal;
    line-height: 44px;
    text-transform: uppercase;
    background: url(../images/sofaToSeat/icon_pin.png) scroll no-repeat 12px 5px #007b85;
}
#s2s h2 {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 26px;
    font-family: Arial, sans-serif;
    font-weight: normal;
    text-transform: none;
}

#s2s .s2s-rc {
    overflow: hidden;
    margin: 0;
    padding: 0;
    /*background: url(../images/sofaToSeat/bg_rounded-corners.png) scroll no-repeat 0 0 #007b85;*/
}
#s2s .s2s-top {
    width: 976px;
    height: 7px;
    background-position: 0 0;
}
#s2s .s2s-bottom {
    width: 976px;
    height: 7px;
    background-position: 0 -7px;
}
#s2s-search.results .s2s-bottom {
    background-position: 0 -14px;
}
#s2s #s2s-options .s2s-top {
    width: 952px;
    height: 4px;
    background-position: 0 -25px;
}
#s2s #s2s-options .s2s-bottom {
    width: 952px;
    height: 4px;
    background-position: 0 -21px;
}
#s2s #s2s-results .s2s-bottom {
    clear: both;
    height: 7px;
    margin: 0 -12px;
    border-top: 4px solid #ddd;
    background-position: 0 -29px;
}
#s2s-search {
    background-color: #007b85;
}
#s2s-options {
    margin: 12px;
    background: url(../images/sofaToSeat/bg_options.png) scroll repeat-y 0 0 transparent;
}
#s2s-sofa, #s2s-mode, #s2s-seat {
    float: left;
    width: 308px;
    background-color: #fff;
}
#s2s-sofa {
    width: 322px;
    height: 220px; /* IE6 */
    border-color: #fff;
}
#s2s-seat {
    margin-left: 14px;
    background-color: #ddd;
}

#s2s-options h2 {
    height: 40px;
    padding: 10px 0 0 12px;
    line-height: 38px;
    border-bottom: 1px solid #c9c9c9;
}
#s2s-sofa div {
    margin: 24px 0 0 12px;
}
#s2s-seat div {
    margin: 12px 0 0 12px;
}

#s2s-mode a:hover span {
    cursor: pointer;
}

#s2s-transport-or {
    float: left;
    margin: 64px 0 0 0;
    padding: 0;
    color: #a7a9ac;
    font-size: 30px;
}

#s2s-private-transport {
    float: left;
    width: 131px;
    height: 199px;
}

#s2s-private-transport span {
    background-image: url(../images/sofaToSeat/icons_mode-of-transport.png);
    background-position: -131px 0;
}

#s2s-private-transport span.focusImage {
    background-position: -131px -199px;
}

a#s2s-private-transport:hover span, #s2s-private-transport.active span {
    background-position: -131px -199px;
}

#s2s-public-transport {
    float: left;
    width: 131px;
    height: 199px;
}
#s2s-public-transport span {
    background-image: url(../images/sofaToSeat/icons_mode-of-transport.png);
    background-position: 0 0;
}

#s2s-public-transport span.focusImage {
    background-position: -0 -199px;
}

a#s2s-public-transport:hover span, #s2s-public-transport.active span {
    background-position: 0 -199px;
}

#s2s-private-transport div, #s2s-public-transport div {
    display: none;
}

#s2s-seat #s2s-eventType-container {
    position: relative;
    margin: 0;
}
#s2s-eventType-container ul, #s2s-eventType-selected {
    display: none;
}
#s2s.s2s-js #s2s-eventType-selected {
    display: block;
}
#s2s.s2s-js #s2s-eventType-container select {
    display: none;
}
#s2s-eventType-container #s2s-eventType-selected {
    width: 276px;
    height: 52px;
    margin: 0;
    color: #000;
    background: url(../images/sofaToSeat/bg_select_closed.gif) scroll no-repeat 0 0 transparent;
}
#s2s-eventType-container.open #s2s-eventType-selected {
    display: none;
}
#s2s-eventType-container.open ul {
    position: absolute;
    z-index: 10;
    display: block;
    width: 276px;
    height: 128px;
    background: url(../images/sofaToSeat/bg_select_open.gif) scroll no-repeat 0 bottom transparent;
}
#s2s-eventType-container ul li {
    height: 52px;
}
#s2s-eventType-container a {
    display: block;
    overflow: hidden;
    height: 32px;
    margin: 0 1px;
    padding: 0 12px;
    color: #000;
    font-size: 26px;
    padding-top: 10px;
    line-height: 32px;
}
#s2s-eventType-container ul li a {
    height: 30px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #d0d0d0;
}
#s2s-eventType-container ul li.eventType-1 a {
    height: 42px;
    border-top: 0;
    border-bottom: 1px solid #c9c9c9;
}
#s2s-eventType-container ul li.eventType-2 a {
    height: 65px;
    border-top: 1px solid #c9c9c9;
    border-bottom: 0;
}
#s2s-eventType-container ul li.eventType-1 a:hover {
    background-color: #ededed;
    background-color: rgba(255, 255, 255, 0.5);
}
#s2s-eventType-container ul li.eventType-2 a:hover {
    background-color: #e3e3e3;
}
#s2s-eventType-container ul li.eventType-3 a:hover {
    background-color: #d0d0d0;
}

#s2s-find-your-sofa-to-seat {
    width: 950px;
    height: 45px;
    margin: 0 13px 5px 13px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    *text-align: left; /* IE6, IE7 */
}
#s2s-find-your-sofa-to-seat span {
    cursor: default;
    background-image: url(../images/sofaToSeat/btn_find-your-sofa-to-seat.png);
    background-position: 0 -90px;
}
#s2s-find-your-sofa-to-seat.active span {
    background-image: url(../images/sofaToSeat/btn_find-your-sofa-to-seat.png);
    background-position: 0 -0;
}
#s2s-find-your-sofa-to-seat.active:hover span {
    cursor: pointer;
    background-position: 0 -45px;
}

#s2s-seat #s2s-seat-info-container {
    position: relative;
    display: inline;
    width: 16px;
    margin: 0 0 0 3px;
}
#s2s-seat-info-tooltip {
    display: none;
    position: absolute;
    top: -85px;
    left: -120px;
    width: 200px;
    height: 36px;
    padding: 8px 12px;
    color: #333;
    line-height: 18px;
    border: 6px solid #ddd;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 2px #666;
    -moz-box-shadow: 0px 2px 2px #666;
    box-shadow: 0px 2px 2px #666;
}
#s2s-seat-info {
    display: inline-block;
    width: 16px;
    height: 17px;
    vertical-align: -3px;
}
#s2s-seat-info span {
    background: url(../images/sofaToSeat/icon_info.png) scroll no-repeat 0 1px transparent;
}
#s2s-seat-info:hover span {
    background-position: 0 -16px;
}

#s2s-options label {
    color: #000;
    font-size: 15px;
    line-height: 30px;
}
#s2s-options .s2s-text {
    width: 260px;
    height: 38px;
    padding: 6px 12px;
    color: #000;
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
    border: 0;
    background: url(../images/sofaToSeat/bgs_text-fields.png) scroll no-repeat 0 0;
}
#s2s-options #s2s-seat .s2s-text {
    width: 250px;
    margin: 3px 0 6px;
    background-position: 0 -50px;
}
#s2s-options input.s2s-active, #s2s-options input:focus, #s2s-options select.s2s-active, #s2s-options select:focus {
    color: #000;
}
#s2s-options input.s2s-inactive, #s2s-options select.s2s-inactive {
    color: #a5a5a5;
    text-transform: none;
}

#s2s-mapContainer {
    display: none;
}

#s2s-results {
    display: none;
    padding: 12px 12px 0;
    background-color: #ddd;
    float:left;
}

#s2s-results h2 {
    margin-bottom: 12px;
    text-shadow: 0px 1px 0px #fff;
}

.s2s-result {
    float: left;
    width: 308px;
    margin: 0 14px 0 0;
}

.s2s-result input {
    cursor: pointer;
}

#s2s-result-info {
    height: 292px;
    padding: 8px 0;
    color: #000;
    font-size: 12px;
    line-height: 15px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#s2s-result-info-private, #s2s-result-info-public {
    display: none;
}

#s2s-result-info .s2s-questions {
    padding: 3px 12px 0 57px;
    background: url(../images/sofaToSeat/icon_question.png) scroll no-repeat 12px 3px #fff;
}
#s2s-result-info .s2s-information {
    padding: 12px 12px 6px 57px;
    background: url(../images/sofaToSeat/icon_information.png) scroll no-repeat 12px 12px #fff;
}
.s2s-questions a{color:#007b85; text-decoration:underline;}
#s2s-enlarge-map {
    width: 308px;
    height: 34px;
    margin-top: 12px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    *text-align: left; /* IE6, IE7 */
}
#s2s-enlarge-map span {
    background-image: url(../images/sofaToSeat/btns_enlarge-map-see-view-from-your-seat.png);
}
#s2s-enlarge-map:hover span, #s2s-enlarge-map.active span {
    background-position: 0 -34px;
}

#s2s-see-view {
    width: 308px;
    height: 34px;
    margin-top: 12px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    *text-align: left; /* IE6, IE7 */
}
#s2s-see-view span {
    background-image: url(../images/sofaToSeat/btns_enlarge-map-see-view-from-your-seat.png);
    background-position: -308px 0px;
}
#s2s-see-view:hover span, #s2s-see-view.active span {
    background-position: -308px -34px;
}