﻿/*  cache version   ?cv=1   2017/08/08  */

/* This file controls the CSS that is common to every product page 
For example the 'Classic GE25 High Wall Heat Pump' and the 'HyperCore 50 Floor Console' etc.. */


#top_content, 
#tabbed_content, 
.tab-content {
    border: 1px solid #ddd;
    overflow: hidden;
    box-shadow: 0 0 5px #eee;
    border-radius: 2px;
}
    
/* ------------ TOP CONTENT ------------ */

#top_content {
    background-image: url('/images/side_col_bg_215.gif');
    background-repeat: repeat-y;
    background-position: right;
    margin-bottom: 15px;
    width: 760px; /*needed for ie6 */
}

#main_column {
    width:545px;
    float:left;
    padding: 10px;
}
    
/* ------------ Info (left side)  ------------ */

#info_wrapper {
    float: left;
    width: 265px;
}

h1.product_name {
    display: block;
    margin-bottom: 0px;
}
  
h2.product_name {
    display: block;
    margin-top: 15px;
    margin-bottom: 0px;
}
      
.product_subtitle {
    color:#aaa;
    display:block;
    margin-bottom:8px;
    font-size:16px;
}

.product_subtitle .model_number {
    font-size:10px;
}
.product_subtitle .price {
    font-size:13px;
    color:#666;
    float: right;
    padding-right: 10px;
}

.product_status {
    display: block;
    margin: 0.5rem 0;
    padding: 3px 10px;
    outline: none;
    box-shadow: 1px 1px 2px rgba(0,0,0,.2);
    text-align: center;
    text-decoration: none;
    color: #000 !important;
    font-size: 1.1rem;
    font-weight: bold;
    border: 1px solid #eee;
    border-radius: 3px;
    background-color: #fefefe;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eeeeee));
    background: -webkit-linear-gradient(top, #fff, #eeeeee);
    background: -moz-linear-gradient(top, #fff, #eeeeee);
    background: -ms-linear-gradient(top, #fff, #eeeeee);
    background: -o-linear-gradient(top, #fff, #eeeeee);
    background: linear-gradient(top, #fff, #eeeeee);
}

p.product_description {
    margin-top: 10px;
    margin-bottom:10px;
   }
    
/* ------------ Gallery (right side)  ------------ */
#gallery{
    float: right;
}
img.product_image {
    width:240px;
    /*background-color:#eee;*/
    margin-top: 10px;
    margin-bottom:10px; 
}
div.upgrade {
	margin-top: 5px;
	width: 240px;
	text-align: center;
}
/* ------------ KEY SPECS  ------------ */
div.key_specs {
    /* clear:both; */
    overflow: hidden;
}
    div.key_specs span.inner {
        display: block;
        border: 1px solid white;
        overflow: hidden;
        background-color: #fafafa;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2');
        background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f6f6f6));
        background: -webkit-linear-gradient(top, #ffffff, #f6f6f6);
        background: -moz-linear-gradient(top, #ffffff, #f6f6f6);
        background: -ms-linear-gradient(top, #ffffff, #f6f6f6);
        background: -o-linear-gradient(top, #ffffff, #f6f6f6);
        background: linear-gradient(top, #ffffff, #f6f6f6);
    }  
/* ------------ key_wrapper  ------------ */
#key_wrapper {
    clear: both;
    margin-top: 5px;
    overflow: auto;
    vertical-align: baseline;
    position: relative;
    min-height: 2rem;
}
#key_wrapper > div {
	margin-left: 20px;
	float: left;
}
    #key_wrapper > div.align-r {
        float: right;
    }
#key_wrapper div:first-child {
	margin-left: 0px;
}

div#energy_star,
div.energy_star {
    width: 180px;
    height: 50px;
    background-image: url('/images/energy_star_180x50.png');
    background-position: left center;
    background-repeat: no-repeat;
    text-indent:-999px;
    margin-top:4px;
    margin-bottom:4px;
}
div#new_release,
div.new_release {
    width: 50px;
    height: 50px;
    background-image: url('/images/new_release_50.png');
    background-position: left center;
    background-repeat: no-repeat;
    text-indent:-999px;
    margin-top:4px;
    margin-bottom:4px;
}
/* ------------ Cooling & Heating (shared rules) ------------ */
div.key_specs div#cooling,
div.key_specs div#heating,
div.key_specs div.cooling,
div.key_specs div.heating,
div.key_specs div.volume {
    height: 38px;
    float: left;
    margin-right: 3px;
    margin-top: 4px;
    margin-bottom: 4px;
    border: 1px solid #eee;
}

    div.key_specs div#cooling span.label,
    div.key_specs div#heating span.label,
    div.key_specs div.cooling span.label,
    div.key_specs div.heating span.label,
    div.key_specs div.volume span.label {
        display: block;
        width: 50px;
        height: 25px;
        float: left;
        margin: 5px 0px 5px 3px;
        text-indent: -999px;
    }

    div.key_specs div.xxxx span.label {
        font-size: 11px;
        font-weight: bold;
        display: block;
        float: left;
        height: 36px;
        line-height: 36px;
        margin: 0 5px;
        text-shadow: 1px 1px 1px #fff;
    }

    div.key_specs div#cooling span.value,
    div.key_specs div#heating span.value,
    div.key_specs div.cooling span.value,
    div.key_specs div.heating span.value,
    div.key_specs div.volume span.value {
        font-size: 16px;
        font-weight: bold;
        display: block;
        float: left;
        height: 36px;
        line-height: 36px;
        margin-right: 5px;
        text-shadow: 1px 1px 1px #fff;
    }


img.refrigerant {
    float: right;
    height: 65px;
    margin-left: 1rem;
}

/* ------------ volume ------------ */

div.key_specs div.volume span.label {
    background-image: url('/images/hydronic-hot-water-heat-pump/cylinder-volume.png');
    background-position: left center;
}
div.key_specs div.volume span.value {
    color: #306EFF;
    margin: 0 5px;
}


/* ------------ Cooling ------------ */
div.key_specs div#cooling span.label,
div.key_specs div.cooling span.label {
    background-image: url('/images/heatpump/capacity.png');
    background-position: left center;
}
div.key_specs div#cooling span.value,
div.key_specs div.cooling span.value {
    color:#306EFF;
}

/* ------------ Heating ------------ */
div.key_specs div#heating span.label,
div.key_specs div.heating span.label {
    background-image: url('/images/heatpump/capacity.png');
    background-position: right center;
}
    
div.key_specs div#heating span.value,
div.key_specs div.heating span.value {
    color:#ff0000;
}
     
/* ------------ Fridges ------------ */

div.key_specs div#fridge span.door {
    display: block;
    width: 43px;
    height: 50px;
    float: left;
    margin: 5px 0px 5px 3px;
}
    
div.key_specs div#fridge span.capacity {
    font-size: 16px;
    display: block;
    float: left;
    padding-top: 24px;  
    padding-left: 10px;
    margin-right: 5px;
    clear: both;
    width: 250px; /* ie6 lameness */
}
    
div.key_specs div#fridge span.dimensions {
    font-size:11px;
    display:block;
    float:left;
    min-height: 36px;
    padding: 10px 0 10px 10px;
    margin-right:5px;
    clear:both;
    width:250px; /* ie6 lameness */
}
    
/* ------------ Solar ------------ */

div.key_specs div.solar {
    float:left;
    margin-right:6px;
    margin-top:4px;
    margin-bottom:4px;
    border: 1px solid #eee;
}
div.key_specs div.solar span.titlelabel {
    font-size:12px;
    font-weight:bold;
    display:block;
    float:left;
    line-height: 48px;
    margin: 0 8px 0 5px;
    color:#333;
}
div.key_specs div.solar span.label {
    font-size:11px;
    display:block;
    float:left;
    line-height: 48px;
    margin: 0 8px 0 5px;
    color:#666;
}
div.key_specs div.solar span.imglabel {
    display: block;
    width:50px;
    height:50px;
    float: left;
    text-indent:-999px;
    background-position: left center;
}
div.key_specs div.solar span.value {
    font-size:12px;
    display:block;
    height:36px;
    float:left;
    line-height: 48px;
    margin: 0 8px 0 1px;
    color:#333;
    min-width: 50px !important;
}
div.key_specs div.solar.size span.value {
    font-size:16px;
    font-weight: bold;
}
div.key_specs div.solar.usage span.value {
    font-size:13px;
    font-weight: bold;
}
div.key_specs div.solar.size span.imglabel {
    background-image: url('/images/solar/size.png');
}
div.key_specs div.solar.pv span.imglabel {
    background-image: url('/images/solar/pv.png');
}
div.key_specs div.solar.inverter span.imglabel {
    background-image: url('/images/solar/inverter.png');    
}


/* ------------  ------------ */

p.product_description{
    clear:both;
    color:#999999;
    font-size:14px;
    line-height: 1.5em;
}


/* ------------ SIDE COLUMN ------------ */

#side_column {
    width: 215px;
    float: right;
    padding: 0.5rem;
}
    
/* --- PRICE --- */

#price {
    display:block;
    text-align:center;
    font-weight:bold;
    font-size:20px;
    min-height:30px;
    line-height:30px;
    padding-top:20px;
    padding-bottom:0px;  
   }

#price_disclaimer {
    text-align:center;
    font-size:10px;
    line-height:1.2em;
    padding-top:0px;
    padding-bottom:20px; 
    
}

/* --- SIDE COLUMN DIVDER LINE --- */

div.side_column_line {
    height:0px;
    border-top:1px solid #d9d9d9;
    border-bottom:1px solid white;
    margin-top:10px;
    margin-bottom:10px;
    height: 0; /* fixes ie6 lameness */
    overflow: hidden; /* fixes ie6 lameness */
}

    
/* --- SIDE COLUMN HEADER --- */

.side_column_header {
    display:block;
    font-weight:bold;
    color:#333333;
    margin:5px 0 5px 0;
}

/* --- PRODUCT VARIATION (OTHER OPTIONS) --- */

#product_variation {
    font-size:11px;
    color:#333333;
    text-decoration: none;
   }
   
#product_variation a:link,
#product_variation a:visited,
#product_variation a:hover {
    color:#333333;
    text-decoration: none;
   }
#product_variation input[type="radio"] {
    padding: 0px;
    vertical-align: top;
    margin: 2px 5px 0px 0px;
}

    #product_variation label {
        display: block;
        margin-right: -0.6rem;
    }

#product_variation em {
    color:#888888;
}
    
#product_variation p {
    padding: 0px;
    margin: 0px;
    color: #888888;
}


.caveat {
    font-size: 1rem;
    color: #888;
    /*text-align: right;*/
    margin-top: 0.25rem;
}
/* ------------TABBED CONTENT ------------ */
    
 /* controlled by tabs.css */
    
/* ------------ FOOT NOTES ------------ */ 

#footnotes {
    margin: 20px;
    font-size: 1rem;
    color: #888;
}


/* --- image overlay --- */
.product_overlay {
	padding: 10px;
    width: 1000px;
	border-radius: 2px;
    display: none;
    z-index: 100000;
    background-color: #fff;
    border: 0px solid #eee;
}

.product_overlay .close{
    top: -15px;
    width: 35px;
    height: 35px;
    right: -15px;
    position: absolute;
    cursor: pointer;
    z-index: 100001;
    background-image:url(/images/overlay/close.png);
}


#overlay_trigger
{
    cursor: pointer;
}




/* specification */
.specification table {
    vertical-align: top;
    border-top-color: #d2d3d0;
    border-top-style: solid;
    border-top-width: 1px;
    /*
    border-bottom-color: #d2d3d0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #d2d3d0;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #d2d3d0;
    border-right-style: solid;
    border-right-width: 1px;
    */
    vertical-align: top;
}

.specification table tr {
    vertical-align: top;
}

.specification table td {
    padding: 5px;
    border-bottom-color: #d2d3d0;
    border-bottom-style: solid;
    border-bottom-width: 1px;

    vertical-align: middle;
}

.specification table th {
    height: 30px;
    border-bottom-color: #d2d3d0;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    text-align: left;
    padding: 0px 5px 0px 5px;
    vertical-align: bottom;
    color: #000000;
}

.specification table thead th {
    border-style: hidden;
    border-width: 0px;
    height: 0px;
}

.specification table td p {
    margin-top: 0.5em;
    margin-bottom: 0em;
}





/* MOBILE SITE */

.mob #top_content,
.mob #tabbed_content,
.mob #footnotes {
	max-width: 760px;
	margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 960px) {
    .mob #top_content {
        width: auto;
        background: none;
        border-left: none;
        border-right: none;
        overflow: hidden;
        box-shadow: none;
    }

    .mob #tabbed_content,
    .mob .tab-content {
        width: auto;
        overflow: hidden;
        box-shadow: none;
    }

    .mob #main_column {
        float: left;
        width: auto;
        padding: 15px 5px 10px 5px;
    }

    .mob #info_wrapper {
        width: auto;
    }

    .mob #side_column {
        float: left;
        width: 100%;
    }

    .mob #gallery {
        float: none;
        text-align: left;
    }

    .mob #footnotes {
        margin: 30px 0px 10px 0px;
        font-size: inherit;
    }

    .mob div.upgrade {
        width: 100%;
        text-align: left;
    }

    .mob #side_column #price,
    .mob #side_column #price_disclaimer,
    .mob #m_content #side_column .call_to_action_button_wrapper {
        text-align: left;
    }

    /*.mob div.accordion .tab_wrapper.imagegallery {
	padding: 10px 0px;
	overflow:  hidden;
}*/


    .mob div.key_specs div.solar {
        float: none;
    }

        .mob div.key_specs div.solar span.label {
            clear: left;
            display: block;
        }

    .mob #product_variation {
        font-size: 1em;
    }

        .mob #product_variation input[type="radio"] {
            width: 1.5em;
            height: 1.5em;
            margin: 2px 10px 0 0;
        }

        .mob #product_variation label {
            padding: 10px 10px 5px 0;
            margin-right: 0;
        }

    .mob #key_wrapper div:first-child,
    .mob #key_wrapper div {
        margin-left: 0px;
        margin-bottom: 15px;
        float: none;
    }

        .mob #key_wrapper div:last-child {
            margin-bottom: 0px;
        }
}




/* ExternalPage */
.me-ep .tab-content {
    background-color: #ffffff;
}