#searchbox {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;	
    padding: 0;
    margin: 0;
    list-style: none;
}

#searchbox:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}

#searchbox h4, #searchbox h4 span {
    font-size: 12pt;
    display: block;
    padding: 0 10px;
}

#flytab h4, #flytab h4 span {
    background: url(/graphics/Shopping/tablist3.png) no-repeat;
}

#hoteltab h4, #hoteltab h4 span {
    background: url(/graphics/Shopping/tablist4.png) no-repeat;
}

#searchbox h4 {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #27537a;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}

#searchbox .tabs-selected h4 {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #000;
}

#searchbox h4 span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 5px;
    padding-right: 0;
}
*>#searchbox h4 span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
#searchbox .tabs-selected h4 span {
    padding-bottom: 1px;
}
#searchbox .tabs-selected h4, #searchbox h4:hover, #searchbox h4:focus, #searchbox h4:active {
    background-position: 100% -150px;
}

#searchbox h4 {
    background-position: 100% -100px;
}

#searchbox .tabs-selected h4 span, #searchbox h4:hover span, #searchbox h4:focus span, #searchbox h4:active span {
    background-position: 0 -50px;
}

#searchbox h4 span {
    background-position: 0 0;
}

#searchbox h4:hover, #searchbox h4:focus, #searchbox h4:active {
    cursor: pointer;
}

#searchbox li {
    float: left;
    width: 10em;
    margin: 0 2px 0 0;
    min-width: 84px; /* be nice to Opera */
}

#searchbox h4:hover, #searchbox h4.sfhover {
    background-position: 100% -150px;
}

#tabs-container {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;	
    font-size: 12px;
    position: relative;
    border: 1px solid #ccc;
    margin-bottom: 10px;	
}

.tabs-fixed {
	  width: 100%;
	  height: 200px;
    background: #f4e9ab url(/graphics/Shopping/hotel_bg.png) repeat-x;
    background-position: 100% -24px;    
}

.tabs-panel {
	  position: absolute;
	  left: 0px;
	  top: 0px;
	  width: 100%;
	  height: 200px;
    background: #f4e9ab url(/graphics/Shopping/flight2_bg.png) repeat-x;
    background-position: 100% -24px;    	  
}

.tabs-divblock {
	float: left;
	width: auto;
	margin-top: 20px;
}

.tabs-divblock div {
	margin: 5px 10px;
}
