/*
When setting the primary font stack, apply it to the Pure grid units along
with `html`, `button`, `input`, `select`, and `textarea`. Pure Grids use
specific font stacks to ensure the greatest OS/browser compatibility.
*/
html, body, table, button, input, select, textarea,
/*.pure-g [class *= 'pure-u'] {
    font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
    font-size: 12pt;
    color: #333333;
}

*/
/*.brandLogo{
    text-align:right;
    width:100%;
}*/
body {
    background-color: #FFFFFF;
}

.wrapper {
    max-width: 1440px;
    margin: 0 auto;
}

div.mainheader {
    font-weight: 100;
    font-size: 32px;
    color: #1c345e;
    padding-bottom: 12px;
}

.brandmainheader {
    font-weight: 100;
    font-size: 20pt;
    color: #ffffff;
    padding-bottom: 12px;
	text-align: left;
    padding: 5px 10px;
}
.secondheader{
	margin:10px;
}
.welcometext {
    padding: 0px;
    font-size: 11pt;
    background-color: #1c345e;
    line-height: 130%;
}

.mybox {
    margin: 5px;
    padding: 15px;
    padding-top: 6px;
    padding-bottom: 10px;
    background: #F9F9F9;
    height: auto;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #DDDDDD;
}
.mybox.refinebox {
}

.mybox.search {
    padding: 0px;
    background: #1c345e;
    color:#fff;
    height: 75px;
    line-height: 48px;
    border:1px solid #1c345e;
}



.fieldset {
    display: inline-block;
    vertical-align: top;
    width: 160px;
}
.fieldset.refinefieldset {
    width: 130px;
}

.sectionheader {
  padding-bottom: 5px;
  padding-top: 7px;
  font-weight: 600;
}

.searchtext {
  font-size : 30px;
  font-weight: 100;

}

.pure-form select{
    height:auto;
}

.btn{
}

.btn {
    background:#1c345e;
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 100;
  padding: 5px 20px 5px 20px;
  text-decoration: none;
  border:1px solid #1c345e;
}

.btn:hover {
  background: #fff;
  color:#1c345e;
  text-decoration: none;
}






table, tr, th, td {
    border: 1px solid #DDDDDD;
    margin: 0 auto;
}
table {
    box-shadow: 1px 1px 3px #DDDDDD;
}

/*
.resultstable tr:hover {
    background: #FFFFDD;
}
*/
tr.oddrow {
    background: #FCFCFC;
}
tr.evenrow {
    background: #EEF0FF;
}
th {
    font-weight: normal;
    text-align: center;
    padding: 5px 10px;
    color: #FFFFFF;
    border: 1px solid #505050;
    background: -webkit-linear-gradient(#777777, #666666); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#777777, #666666); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#777777, #666666); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#777777, #666666); /* Standard syntax */
}
td {
    text-align: center;
    padding: 10px 5px;
}
#results table td span{
    width:75px;
}
.value.links a{
    display:block;
    padding:1px 0;
}

a.ahri {
    text-decoration: underline;
}
a:link.ahri {
    color: #FFEE66;
}
a:visited.ahri {
    color: #FFEE66;
}
a:hover.ahri {
    color: #FFFFFF;
}
a:active.ahri {
    color: #FF0000;
}
.refinedropdown {
    font-family: Consolas, 'Courier New', Courier, monospace
}
.outofstockrow {
    display: none;
}
.outofstockitem {
    color: #BBAA88;
    text-decoration:line-through;
}
.input_field{
    padding:5px;
    box-sizing:border-box;
}

.searchtext{
    padding:10px;
}
.content{
    margin: 15px;
}
.resultcount {
    font-weight: 100;
    font-size: 16pt;
    margin-left: 13px;
}

.intro_text{
    font-size:14px;
    padding:0 25px;
    margin:0 auto;
    text-align: left;
}
.mybox.refinebox .searchButtons{
    box-sizing:border-box;
    text-align:right; 
    padding-top: 8px;    
}	
.disclaimer {
    font-size: 14px;
    margin: 13px;
}
.results{
    font-size:14px;
    overflow-x:auto;
}

.mybox.refinebox .btn{
    display:inline-block;
}
.btn {
  background: #1c345e;
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 100;
  padding: 5px 20px 5px 20px;
  text-decoration: none;
  color:#ffff;
}

.btn:hover {
  color:#1c345e;
  background: #ffff;
  text-decoration: none;
}

.refinefieldset{
 padding:10px 0;   
 box-sizing:border-box;
 text-align:center;
}
#hvacsearch{
    padding: 10px 0;
}
@media screen and (max-width: 48em) {
	.intro_text{
	    font-size:10px;
	    padding:5px;
	    margin:0 auto;
	}
	.brand_image{
	    height:40px;
    	width:auto;
	}
    .mybox.refinebox .searchButtons{
        text-align:center;
    }	
}
