/*
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'] {
    /* Set your content font stack here: */
    font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #333333;
}


body {
    background-color: #FFFFFF;
}

.wrapper {
    margin: 5px;
}

.mainheader {
    font-weight: 100;
    font-size: 22pt;
    color: #006BB6;
    padding-bottom: 12px;
}

.brandmainheader {
    font-weight: 100;
    font-size: 20pt;
    color: #ffffff;
    padding-bottom: 12px;
	text-align: left;
    padding: 5px 10px;
}

.welcometext {
    margin: 8px;
    padding: 0x;
    font-size: 11pt;
    background-color: #1e355e;
    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 {
    height: 120px;
}

.mybox.search {
    padding: 10px;
    border-radius: 2px;
    background: #006BB6;
    height: 50px;
    line-height: 48px;
}

.mybox.search:hover {
    background: #2681C1;
}

.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;
  color : #ffffff;

}

.pure-form select{
    height:auto;
}









table, tr, th, td {
    border: 1px solid #DDDDDD;
    margin: 13px;
}
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: left;
    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: left;
    padding: 5px 5px;
}
#results table td span{
    width:75px;
}
.value.links a{
    display:block;
    padding:5px 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;
}




.resultcount {
    font-weight: 100;
    font-size: 16pt;
    margin-left: 13px;
}



.disclaimer {
    font-size: 9pt;
    margin: 13px;
}

#systembox .pure-g div {
    margin: 6px;
}