
/* PORTAL PANEL STYLINGS */
.LDSSearch-tabs { margin-bottom:5px; overflow:hidden; width:100%; }
.LDSSearch-tabs > a { color:#fff; width:46%; display:block; float:left; padding:2%; }
.LDSSearch-tabs > a.selected { text-decoration:underline; }
.LDSSearch-type { margin-bottom:5px; }
.LDSSearch-destination span.field { position: relative; display: block; }


/* PORTAL PANEL BAR STYLING */
.LDSSearch-regional.LDSSearch-layout-bar .LDSSearch-tabs { height:20px; width:100%; clear:both; float:left; }
.LDSSearch-regional.LDSSearch-layout-bar .LDSSearch-tabs > a { padding:0px; width:100px; }
.LDSSearch-regional.LDSSearch-layout-bar .LDSSearch-type { width:20%; }
.LDSSearch-regional.LDSSearch-layout-bar form > div { margin:0 0.5%; }

.LDSSearch-predictive { overflow:visible; }


.LDSSearch-type select { display:block; width:100%; padding:4px; border:0; box-sizing:border-box; -moz-box-sizing:border-box; }



/* Mega Pullout */
#megaShow { position: absolute; right: 6px; bottom: 6px; cursor: pointer; }
#megaPullout { display: none; position: absolute; left: 0px; top: 100%; z-index: 9999; width: 1000px; background-color: transparent; cursor: default; }

/* Mega Menu */
#megaMenu { float: left; position: relative; width: 160px; border: 1px solid #859F94; border-right: 0px; border-bottom: 0px; list-style: none; padding: 0; margin: 0; }
#megaMenu li { height: 13px; padding: 5px 10px; }
#megaMenu li.country { background-color: #F4F6F3; border-bottom: 1px solid #859F94; color: #666; font-weight: bold; text-transform: uppercase; }
#megaMenu li.state { position: relative; font-size: 11px; background-color: #0A7E8A; border-bottom: 1px solid #859F94; color: white; cursor: pointer; }
#megaMenu li.state:hover, #megaMenu li.state.selected { background-color: #96A495; }
#megaMenu li.state img { display: none; position: absolute; top: 0px; right: -8px; z-index: 10; }
#megaMenu li.state:hover img,  #megaMenu li.state.selected img { display: block; }

/* Mega Pages */
#megaPages { float: left; position: relative; margin: 0; padding: 0; margin-left: -1px; z-index: -1; list-style: none; border: 1px solid #859F94; background-color: #F4F6F3; }
#megaPages div { padding: 5px 10px; color: #666; font-weight: bold; text-transform: uppercase; }
#megaPages > li { display: none; padding-left: 8px; padding-right: 8px; height: 335px; }
#megaPages > li > ul { float:left; margin: 0; padding: 0; list-style: none; width: 160px; }
#megaPages li li { height: 12px; padding: 4px 10px; font-size: 10px; white-space: nowrap; overflow: hidden; }
#megaPages li.region { color: #0A7E8A; font-weight: bold; text-transform: uppercase; }
#megaPages li.property { color: black; font-size: 11px; cursor: pointer; }
#megaPages li.property:hover { background-color: #0e7e8a; color: white; }





