.floatL {
    float: left;
}
.floatR {
    float: right;
}
.floatPodL {float:left; width:205px; padding:5px 0 5px 0;}
* html .floatPodR {float:right; width:205px; padding:5px 0 5px 2px;} 
.floatPodR {wi\dth /**/:250px; padding:5px 0 5px 2px;} 
.floatPodR {width:205px; padding:5px 0 5px 2px;}
html:not([dummy]) .floatPodR {float:right; width:205px; padding:5px 0 5px 2px;}

.searchDiv {padding-bottom:5px; clear:both;}
.searchA {float:left; width:21px; padding:0; margin:0;}
.searchB {float:right; width:180px; padding:0; margin:0;}
.clear {
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}
.opacity {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity: 0.50;
}
.nowrap {
    white-space:nowrap
}
/* TODO: create three table classes */
p, table {
    margin: 0.6em 0;
}

.clearfix:after {
   content: ".";
   display: block;
   height: 0%;
   line-height:0.3;
   clear: both;
   visibility: hidden;
}
        
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/***************************************************/
/** CLASSES I AM NOT HAPPY ABOUT, BUT DUE TO THE  **/
/** DESIGN I DONT THINK WE HAVE AN OPTION         **/
/***************************************************/
.pl5 { padding-left: 5px; } 
.pl10 { padding-left: 10px; } 
.pr3 { padding-right: 3px; }
.pr5 { padding-right: 5px; }
.pr10 { padding-right: 10px; }
.pt5 { padding-top: 5px; }        /** including this style because of the searchpods **/
.pt10 { padding-top: 10px; }        /** including this style because of the searchpods **/
.pb5 { padding-bottom: 5px; }        /** including this style because of the searchpods **/
.pb09 { padding-bottom: 9px; }        /** including this style because of the searchpods **/
.pb10 { padding-bottom: 10px; }        /** including this style because of the searchpods **/
.center { text-align: center; } 
.w33pc { width: 32%; }
.w50pc { width: 49.99%; }
.w100pc { width: 100%; }
.left { text-align: left; }
.right { text-align: right; }
#searchpod label { line-height: 2em; }
#searchpod { border: 1px solid #ccc; }
#destination select {width:190px;}
