.tabs span{
    padding: 0 0 0 20px;
}

.panelSideDecoration {
    clear: both;
}

#maptab span{
    background: transparent url('../../red-img/qantas/icon-mapview.gif') no-repeat top left;
}

#listtab span{
    background: transparent url('../../red-img/qantas/icon-listview.gif') no-repeat top left;
}

#contentPanel .mapview {
    padding: 0 0 9px;
}

.sort{
    position: relative;
    /*float: right;*/
    top: 0;
    right: 0;
}

.sort select{
    font-size: 11px;
}
#googlemap{
    width: 505px;
    height: 410px;
    float: left;
    margin: 3px 0 3px 3px;
    display: inline;
}
#googlemapError{
    padding-top: 150px;
    text-align: center;
}

#locationInfo {
    overflow: auto;
    width: 192px;
    height: 400px;
    float: right;
    padding: 9px 5px;
    border-left: 1px dashed #CCCCCC;
}

#locationInfo ol {
    padding-left: 25px;
    padding-right: 5px;
    margin: 0;
}

#locationInfo li{
    padding: 0 0 2px;
    line-height: 15px; 
}

#locationInfo .hotelName {
    font-weight: bold;
}

#poi {
    width: 170px;
    border-right: 1px dashed #CCCCCC;
    padding:  10px 5px 0 9px;
}

#takemeto {
    width: 336px;
    padding:  3px 8px 0;
}

.takemetoItem {
    line-height: 25px;
}

#addresssearch{
    width: 340px;
    border-left: 1px dashed #CCCCCC;
    padding: 10px 10px 0;
    height: 122px;
}
#addresssearchresult {
    height: 100px;
    overflow: auto;
}

#addresssearch p{
    margin-bottom: 0;
}
#poi h4, #takemeto h4{
    margin: 0;
    font-size: 11px;
}

#poi ul, #takemeto ul, #addresssearch ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

#poi li, #takemeto li {
    padding: 3px 0;
}

* html #poi li, * html #takemeto li {
    padding: 0;
}

#poi label, #takemeto label {
    margin-left: 3px;
}

#addresssearch input{
    width: 240px;
}

#addresssearch p, #addresssearch ul{
    margin-left: 30px;
}

#poi label{
    float: right: width: 150px;
}

#poi li{
    background-color: transparent;
    background-position: 150px 2px;
    background-repeat: no-repeat
}

#poi li.invalid{
    background-position: 150px -50px;
    color: #ccc;
}

#poi .restaurants{
    background-image: url('../../red-img/qantas/icon-restaurant.gif');
}

#poi .transport{
    background-image: url('../../red-img/qantas/icon-transport.gif');
}

#poi .medical{
    background-image: url('../../red-img/qantas/icon-medical.gif');
}

#poi .cinema{
    background-image: url('../../red-img/qantas/icon-cinema.gif');
}

#poi .wifi{
    background-image: url('../../red-img/qantas/icon-wifi.gif');
}

.airportdirectionsHeading{
	margin-left: 3px;
	margin-top: 5px;
	margin-bottom:5px;
	color: #CC0000;
	font-weight: bold;
}

#airportdirectionsInfo{
	width: 250px;
	overflow-y: auto;
	margin-right: 5px;
}

#airportdirectionsDistanceHeader{
	float: left;
}

#airportdirectionsDistance{
	float: right;
}

#airportdirectionsRouteNumber{
	width: 25px;
	float:left;
}

#airportdirectionsRoute{
	width: 170px; 
	float:left;
}

#airportdirectionsRouteTime{
	float: right; 
	color: gray;
}

#airportdirectionsRouteBreak{
	border-bottom: 1px solid #CCCCCC;
}

div.notCompatibleMessage{
	width:150px;
	text-align: center;	
	padding: 5px 0px 10px 0px;	
}

#shortlistKey{
	margin-top: 25px
}
#shortlistKeyText{
	top: -10px; 
	position: relative;	
}

/*   for map popups */
.popup_mapTable 
{
	background-color:#FFFFFF;
	//border-bottom:1px solid #ADAAA5;
	//border-top:1px solid #ADAAA5;
	border: 0 none;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	padding-left:10px;
	padding-right:7px;
	padding-top:6px;
	vertical-align:top;
}
.popup_closeButton 
{
	height:12px;
	line-height:12px;
	margin:0;
	padding:0;
	text-align:right;
	float: right;
}
.popup_body
{        
	background-color:#ffffff;
	white-space: normal;
	height:230px;
	width:348px;
	scroll: auto;
}
.popup_clusterbody
{
    background-color: #FFFFFF;
	white-space: normal;
	width:380px;
}
.popup_clusterborder
{        
    background-color: transparent;
}
.popup_clusterheader
{
	margin-bottom: 10px;
	padding-left: 0px;
	padding-right: 3px;
	padding-top: 1px;
}
.popup_clusterheadertext
{        
	float: left;
	font-weight: bold;
}
.popup_clusterscrollarea
{
	clear: both;        
	width: 380px; 
	height: 240px; 
	overflow: auto;
}
.popup_clusterbreak
{        
	padding-top: 10px; 
	border-bottom: 1px dashed #CCCCCC;
}
.popup_mapClusterTable
{
	padding-left:0px;
	padding-left:0px;
} 
.popup_hotelName 
{
	display:block;
	line-height:20px;
    margin-bottom:11px;
	padding:0;
}
.popup_hotelDetails 
{
	float:left;
	height:auto;
	margin-top:0px;
	width:338px;
	white-space: normal;
}
.popup_hotelPic 
{
	display:inline;
	float:left;
	width:120px;
}
.popup_hotelInfo 
{
	float:left;
	width:213px;
	padding-left: 5px;
}
.popup_hotelInfo .popup_totalPrice 
{
	font-weight:bold;
	margin:10px 0 0;
	padding:0;
}
.popup_selectInfo 
{
	float:left;
	width:350px;
}
.popup_shortListSelect 
{
	float:left;
	height:20px;
	text-align:left;
	padding-top: 5px;
	padding-bottom: 5px;
}
.popup_ffImage 
{
	float:left;
	height:20px;
	text-align:left;
}
.popup_ffText 
{
	float:left;
	height:20px;
	text-align:left;
	padding: 5px 5px 5px 3px;	
	Xmargin: 5px; 
	Xposition: relative; 
	Xtop: -3px;
	width: 165px;
}
.popup_selectButton 
{
	float: right;;
	height:20px;
	text-align:right;
	padding-top:7px;
	padding-bottom:5px;
}
.popup_selectButtonX
{
                float: right;
                width:117px;
                height:35px;
                border:none;
                background-color:none;
                padding:0;
                margin:0;
}
.popup_selectButtonX a
{
                background-image:background-image: url('../../red-img/readydeals/btn_select_hotel.jpg');
                width:117px;
                height:35px;
                display:block;
                text-indent:-99999px;
                border:none;
                background-color:none;
                padding:0;
                margin:0;
}
.LabeledMarker_markerLabel_small
{
		font-size: 6pt;
}

#addresssearch a.button { background-image:url('../../red-img/readydeals/btn_go2.jpg'); background-repeat:no-repeat; text-indent:-99999px; width:44px; height:24px; display:block; }

#addresssearchHolder {
	height: 30px;
}
#addresssearchIcon {
	float: left;
	padding-top: 3px;
}
#addresssearchTextSpan {
	width: 250px;
	position: relative;
	float: left;
	padding-top: 3px;
	padding-left: 5px;
}
#addresssearchGo {
	float: left;
}
