/*Css for New Face Lift Header and Footer*/
img {
    border: 0;
}

#headContWrapper {
   margin-bottom: 10px;
   background-color: #fff;
    -webkit-box-shadow: 0 2px 3px 1px rgba(0,0,0,0.40);
    box-shadow: 0 2px 3px 1px rgba(0,0,0,0.40);
}

/*++ Header Styles++*/
 .headergradient {
    background: #054090;
    background-image: url(../images/HeaderBK-80px.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
     width: 960px;
    height: 105px;
}

.headergradient table tr:first-child td[align="left"] {
    width: 620px;
}

 #contWrap {
    margin: 0 auto;
    max-width: 960px;
}

/* this a clear fix used to reset child elements added by Gabbe */
.group:after {
  display: table;
  clear: both;
  content: ""; }

.topMenu {
    color:#fff;
    padding: 5px 0;
    _padding:5px 0 0 0;
    _height:20px;
}
.topMenu ul li {
    display: inline;
    list-style: none;
}
.topMenu ul li a {
    font-size: 10px;
    text-decoration: none;
    color:#fff;
}
.topMenu img[alt*="View/Checkout"], .cstopMenu img[alt*="View/Checkout"] {
    width: 16px;
    vertical-align: middle;
}



.swrap {
    background-color:#fff;
    border-radius: 5px;
    overflow: hidden;
    background-color: #2e79db;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2e79db), to(#282869));
    background-image: -webkit-linear-gradient(top, #2e79db, #282869);
    background-image: -moz-linear-gradient(top, #2e79db, #282869);
    background-image: -o-linear-gradient(top, #2e79db, #282869);
    background-image: linear-gradient(to bottom, #2e79db, #282869);
}

.swrap  * {
    vertical-align: middle;
}
#mkpage .swrap{
     width: 79%;
    margin:12px 0 0 0;
}

#cspage {
    vertical-align: bottom;
}

#cspage .swrap{
    margin: 0;
    height:23px;
}


/*Drop Down Menu*/
 .filterDrop option, .filterDrop:after, .filterDrop::after, .filterDrop select {
    color: #fff;
}
.filterDrop select, .filterDrop:after, .filterDrop::after {
    display: block;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #2e79db;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2e79db), to(#282869));
    background-image: -webkit-linear-gradient(top, #2e79db, #282869);
    background-image: -moz-linear-gradient(top, #2e79db, #282869);
    background-image: -o-linear-gradient(top, #2e79db, #282869);
    background-image: linear-gradient(to bottom, #2e79db, #282869);
}
.filterDrop select, .filterDrop option {
    padding: 2px;
}

.filterDrop option[selected] {
    padding-left: 4px;
}

.filterDrop {
    position: relative;
    display: inline-block;
    border: 0;
    /* float:left; */
    max-height: 22px;
}
.filterDrop::after {
    content:"\25bc";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 27px;
    font-size: 12px;
    line-height: 1.9;
    text-align: center;
    color:#fff;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}
.filterDrop select {
    color:#fff;
    height: 22px;
    border: 0;
    vertical-align: middle;
    font: normal 12px/14px"Open Sans", Verdana, Helvetica, Sans-serif;
    outline: 0 none;
    /* width: 123px; */
    background-color: #2e79db;
}
.filterDrop option {
    background: #2e79db;
    color: #fff;
}
.searchField {
    border:0;
    display: inline-block;
    height: 22px;
    background:#fff;
    /*width: 54.8%;*/
    /*float: left;*/
    *height:19px;
    _height:23px;
}

#cse-search-box {
    margin:0;
}
.button {
    display:inline-block;
    height:22px;
    width: 25px;
    padding: 0 5px 1px;
    float: right;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border: 0;
    background: transparent;
}
.button img {
    margin: auto;
    padding: 2px 4px 0 0\9;
    padding: 4px 3px 4px 0;
    vertical-align: middle;
}
.button, x:-moz-any-link, x:default {
    padding:0;
}


/*++ Footer Styles ++*/
 .flFootHR {
    color: #F1F1F1;
    border:1px solid #D3CCCC;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
}

.flFooter
{
    width: 770px;
    margin: 0 auto;
    background: transparent;
}

.flFooter-table {
    background: transparent;
    padding: 0 5px;
    margin: 0 auto;
    width: 960px;
}
.clsFooter, .clsFooter p {

    color: #595959;
    font-size: 10px;
    text-decoration: none;
}
.clsFooter a {
    color: #595959;
    text-decoration: none;
    font-size: 12px;
}

.clsFooter a:hover {
    color: #4392FF;
    text-decoration: underline;
}
.clsFooter img {
    vertical-align: bottom;
}
