:root {
  --ocean-blue-bg: rgb(14, 77, 130);
  --ocean-blue-text: rgb(255, 255, 255);
  
  --sky-blue-bg: rgb(0, 122, 191);
  --sky-blue-text: rgb(255, 255, 255);
    
  --forest-green-bg: rgb(68, 132, 62);
  --forest-green-text: rgb(255, 255, 255);
  
  --slate-gray-bg: rgb(61, 65, 68);
  --slate-gray-text: rgb(255, 255, 255);
    
  --cloud-gray-bg: rgb(245, 245, 245);
  --cloud-gray-text: rgb(0, 0, 0);
  
  --mid-gray-bg: rgb(225, 225, 225);
  --mid-gray-text: rgb(0, 0, 0);
  
  --sunshine-yellow-bg: rgb(252, 195, 78);
  --sunshine-yellow-text: rgb(0, 0, 0);
}


.rebate-section {
    margin: 0 0px 15px 0 !important; 
}

.results .row{
    margin: 0 0px 15px 0;
}

.image_block
{
    width:120px;
}

.core_table td{	
    padding: 6px 6px;
}

.core_table th{
    font-size:10pt;
    width:300px;
}

.core_table.me-certified-ceiling-fans th{
    width:150px;
}

.core_table.me-certified-ventilating-fans th{
    width:150px;
}

th.core_data_head{
    width:300px;
}

td.core_data_body{
    width:90px;
}
.me-certified-ventilating-fans td.core_data_body{
    width:120px;
}

td.core_data_price{
    width:390px;
    vertical-align: middle;
}

td.core_data_price > div
{
    overflow:auto;
    display:block;
    vertical-align: middle;
}

.core_data_price .range{
    overflow: auto;
    float:left;
    width:280px;
    font-size:14pt;
    text-align:center;
}

.stores{
    font-size: 12pt;
    color : #aaa;
    font-weight:bold;
}

.core_data_price .location{
    clear:left;
    padding: 0px 20px 5px 20px;
    font-size:10pt;
    text-align: center;
}

.core_data_price .location ul{
    margin:0px;
    padding:10px 0 0 0;
}

.core_data_price li.price{
    display:block;
    width:100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 3px;
    margin-bottom: 4px;
    overflow:auto;
}

.core_data_price li.price .merch{
    float:left;
    width:50%;
}
.core_data_price li.price .price{
    float:right;
    text-align: right;
    width:50%;
}

#page_content .go_button
{
    border-radius: 7px;
    padding: 0 10px;
    font-size: 8pt;
    line-height: 2em;
    margin-left: 6px;
    float: right;
    font-weight: 400;
    background: #006699;
    color:white;
}

#page_content .go_button a
{
    color:white;
}

.core_table td.see_more, .core_table div.see_more{
    background:#1777b1 !important;
    vertical-align:middle;
}
td.see_more img:first-child{
    float:left;
    vertical-align:middle;
}
td.see_more img:last-child{
    float:right;
    vertical-align:middle;
    margin: 10px 6px;
}


.priceHeader{
    font-size: 8pt;
    font-weight: bold;
}
.priceHeader div
{
    color:#555;
    width:45%;
    padding-right: 10px;
    text-align: center;
}
.priceHeader div:first-child
{        
    float:left;
}
.priceHeader div:last-child
{
    float:right;
}

#content_wrap td.core_data_features p, #content_wrap td.core_data_features li{
    font-size:10pt;
}

#content_wrap td.core_data_features p{
    margin:6px;
    padding:0px;
}

#content_wrap td.core_data_features ul{
    list-style:  disc;
}

#content_wrap td.core_data_features ul li{
    width: 100%;
    margin-bottom:3px;
}
/************************* EXPANDABLE SECTION ************************/

.expandable-header-section{
    margin-top:10px;
}
.expandable-header-section .header{
    height:54px;
    font-size:12pt;
    color:white;
    font-weight:bold;
    background:#48c3fc url('../../image/most-efficient/blue-bar-background.jpg') repeat-x;
}
.expandable-header-section .header div{
    float:left;
    padding:20px 0px 0px 20px;
}
.expandable-header-section .header img{
    float:right;
    margin-right:10px;
}
.expandable-header-section .body{
    background:#f1f8fe;
    padding:8px 25px 8px 25px;
    font-weight:bolder;
}



/******************************* RESULTS PAGE TAB SELECTOR *******************************/
ul.tab_filter {
    float:left;
    width:100%;
    background:#fff;
    overflow:auto;
    position:relative;
    font-size: 1.5em;
    border-bottom: 4px solid white;
}
ul.tab_filter {
    clear:left;
    float:left;
    list-style:none;
    margin:0;
    padding:0;
    position:relative;
    text-align:center;
}
ul.tab_filter  li {
    display:block;
    float:left;
    list-style:none;
    margin:0;
    padding:0;
    position:relative;
}
ul.tab_filter li a {
    display:block;
    margin:0 0 0 1px;
    padding:4px 10px;
    background:#ddd;
    color:#000;
    font-weight: bold;
    text-decoration:none;
    line-height:1.3em;
}

ul.tab_filter li a:hover {
    background:#369;
    color:#fff !important;
}
ul.tab_filter li a.active{
    color:#fff;
    background:#369;
    font-weight:bold;
}

ul.tab_filter li.current a{
    color:#fff !important;;
    background:#369;
    font-weight:bold;
}

.core_table.env_Staging
{
    border-color: green;
}

/*********************/
/***********************/













#content_wrap .first_block{
    font-size:1.4em;
    margin-bottom: 1px;
}

#page_content .disclaimer
{
    color:#000000;
    margin-top:8px;
    margin-right:22px;
}
#page_content .disclaimer a
{
    color:#000000;
    font-size:1.5em;
    font-weight:bolder;
}

.filtersAndResults {
    background-color: #ffffff;
    border: none;
    padding-top: 20px;
}

#page_content .results
{
    margin-left: 265px;
}

.results th {
    background: #f3f3f3; 
    font-size: 10pt;
    text-align: left;
    border:2px solid #e2e2e2;
    padding:5px;
}

.results td {
    border: 2px solid #e2e2e2;
}

#page_content .filters {
    background:#f0f0f0;
}

#filters_heading {
    margin-top: 0;
}

.ui-tooltip
{
}

.ui-tooltip-content{
    padding: 0;
}
.ui-tooltip-content ul, .ui-tooltip-content table{
    margin: 0;
    padding : 0;

}

.ui-widget{
    z-index:100;
}
.ui-widget-overlay {
    background: transparent;
    z-index:10;
}
.ui-widget-content{
    width:100%;
    border:3px solid #ddd;
}
.ui-widget-header{
    background : #ffffff;
    border: #ddd solid 0px;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #0f0f0f;
    background: #f0f0f0 url('images/ui-bg_glass_100_fdf5ce_1x400.png') 50% 50% repeat-x;
    font-weight: bold;
    color: #3F96CA;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
    color: red;
    text-decoration: none;
}

#titleBlock
{
    padding : 0;
    min-height : 0;
    min-width:970px
}

#title h2 {
    margin : 0;
    padding : 0;
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    font-size: 30px;
    color: #1680c3;
}

.change-designation {
    background: #1777b1 url(images/right-arrow.png) no-repeat scroll 10px center;
    color: #f9f9f9;
    font-weight: bold;
    font-size: 10pt;
    margin: 0;
    padding: 11px 5px 8px 35px;
    line-height: 1.15em;
}

.change-product-category-small {
    background: #1777b1 url(images/change_icon_small_skyblue.png) no-repeat scroll 10px center;
    color: #f9f9f9;
    font-weight: bold;
    font-size: 10pt;
    margin: 0;
    padding: 11px 15px 8px 35px;
    line-height: 1.15em;
}

.priceRange{
    font-size:1.2em;
}

#page_content .me-enhanced-header.title_heading
{
    display:block;
    float:left;
    width:470px;
    height:50px;
    clear:none;
    overflow:visible;
    margin:0;
}

#page_content .me-enhanced-header.french.title_heading
{
    width:935px;
}

#page_content .me-enhanced-header.title_heading h1
{
    font-style: normal;
    color:white;
    padding:5px 5px 5px 14px;
    margin:0;
    font-size:1.75em;
    text-align: left;
    font-weight:bold; 
    border-bottom: 1px solid white;
}

.me-enhanced-header-block
{
    box-sizing:border-box;
    color:white;
    font-size:1.8em;
    overflow:auto;
    background-image: url(/productfinder/image/most-efficient/original/me_banner_2025.svg);
    border: 1px solid rgb(14, 77, 130, 0.3);  
    background-position: right;
    background-repeat: no-repeat;    
    height:185px;
    background-color: #cce0f8;
}

.me-enhanced-header-block ul
{
    margin:0;
}


.me-enhanced-header
{
    float:left;
    color:black;
    margin:0;
}
.me-enhanced-header.title
{
    width:170px;
    padding: 32px 0 25px 25px;
}

#page_content .certified-clothes-washers .me-enhanced-header.title{
    width:120px;
    padding-left: 26px;
}

#page_content .certified-clothes-dryers .me-enhanced-header.title{
    width:130px;
    padding-left: 35px;
}
#page_content .certified-water-heaters .me-enhanced-header.title{
    width:125px;
    padding-left: 35px;
}

#page_content .me-enhanced-header.description h2
{
    float:none;
    font-size:2.6em;
    font-weight:bolder;
    line-height: 0.9em;
    margin:0px 0 5px 0;
    color:#1777b1;
    letter-spacing:1px;
}
.b
#page_content .me-enhanced-header.title img
{
    margin-left:10px;
}
.me-enhanced-header.description h2 div
{
    font-size:0.5em;
    color:rgb(14, 77, 130);
    font-weight:bold;
}
#page_content .me-enhanced-header.description
{
    width: 600px;
    padding-left: 14px;
    padding-top: 8px;
    font-size:.70em;
    line-height:1.3em;
}

#page_content .me-enhanced-header.french.description{
    width:640px;
}

#page_content .certified-clothes-washers .me-enhanced-header.french.description{
    width:640px;
}

#page_content .certified-clothes-dryers .me-enhanced-header.french.description{
    width:640px;
}


#page_content .certified-water-heaters .me-enhanced-header.description{
    width:300px;
}
#page_content .certified-pool-pumps .me-enhanced-header.description{
    width:265px;
}

#page_content .certified-water-heaters .me-enhanced-header.french.description{
    width:640px;
}

.me-enhanced-header.lifestyle-image
{
    float:right;
    padding: 0px;
}
.disclaimer
{
    color:#000000;
    margin-right:25px;
}
#page_content .disclaimer a
{
    color:#000000;
    font-size:1.5em;
    font-weight:bolder;
}

.search-sort-bar{
    float:left;
}

#page_content a.detailsbutton{
    display: block;

    font-size: .9em;
    font-weight: bold;
    text-align: center;
    border: solid #ccc 1px;
    padding: 10px 20px 8px 20px;

    border-radius: 10px;


    color: #FFFFFF;
    border-color: #336699;
    background: #5b8eae; 
    box-shadow: 1px 1px 2px #003366;
    
    margin-right: 40px;
}

#page_content a.detailsbutton:hover{
    background: #006699; 
    box-shadow: 1px 1px 2px #888888;
}

#page_content #titleBreakOut {
    margin:30px 0;
    float:none;
    width: 100%;
}

#page_content #titleBreakOut .moreText{
    margin:-10px 15px 0 15px;
}



/************************ TAB STUFF ********************************/
#page_content .tabbutton a{
    display:block;
    font-size:1.4em;
    font-weight: bold;
    text-align:center;
    padding:14px 20px 10px 20px;
    margin:18px 12px 0 12px; 
    background:#f3f3f3;
}
#page_content .tabbutton.first a{
    margin:14px 12px 0 24px; 
}
#page_content .tabbutton.last a{
    margin:14px 24px 0 12px; 
}

#page_content .activated .tabbutton a{        
    border:solid #0C0C0C;
    border-width: 1px 2px 1px 1px;
    background:#d3d3d3;
}

#page_content .activated .tabbutton.selected a{ 
    border:solid #0C0C0C; 
    border-width:  1px 1px 0px 1px;
    border-bottom:solid #f3f3f3 1px;
    background:#f3f3f3;
}

#page_content .activated .tabbutton.highlighted.selected a{ 
    color: #01897f;
}

#page_content a.detailsbutton{
    display: block;

    font-size: .9em;
    font-weight: bold;
    text-align: center;
    border: solid #ccc 1px;
    padding: 10px 20px 8px 20px;
    
    border-radius: 10px;
    
    color: #FFFFFF;
    border-color: #336699;
    background: #5b8eae; 
    box-shadow: 1px 1px 2px #003366;
    
    margin-right: 40px;
}

.disclaimer
{
    color:#000000;
    margin-right:25px;
}
#page_content .disclaimer a
{
    color:#000000;
    font-size:1.5em;
    font-weight:bolder;
}

.search-sort-bar{
    float:left;
}


/* TAB BUTTONS */
#page_content #titleButtons {
    font-size: 1.2em;
    overflow:hidden;
    margin-bottom: 0;
    z-index:100;
}
#page_content #titleButtons.activated {       
    /*height:60px;*/
}


#page_content .tabbutton a{
    border:solid var(--ocean-blue-bg) 1px;
}

#page_content .green-power .tabbutton a{
    color:#398235; 
    border:solid #398235 1px;
}


/* TAB AREAS */
#page_content .tabbuttonarea{ 
    z-index:90;
    margin-top:-1px;
    color:black;
    display:none;
    font-size:1.2em;
    padding:15px;    
    border:solid #0C0C0C 1px;  
    background:#f3f3f3; 
}

#page_content .tabbuttonarea.active{
    display:block;           
}

#page_content .tabbuttonarea .column {
    float: left;
    width: 45%;
    padding: 0px 20px 10px 20px;
}

/* Clear floats after the columns */
#page_content .tabbuttonarea .row:after {
    content: "";
    display: table;
    clear: both;
}

#page_content .tabbuttonarea .column strong {
    display:block;
    padding: 10px 0 5px 0;
    margin:10px 0 1px 0;
}

#page_content .tabbuttonarea.green-power {
    border-color: #398235;
}

/*WATER HEATERS*/
#page_content .tabbuttonarea.certified-water-heaters {
    border-color: #098b65;
}

