/* Adv Mobile Header */

.ui-bar-a {
   
    background: #0c4490; /* Old browsers */
    background: -moz-linear-gradient(top,  #0c4490 0%, #032d67 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0c4490), color-stop(100%,#032d67)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #0c4490 0%,#032d67 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #0c4490 0%,#032d67 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #0c4490 0%,#032d67 100%); /* IE10+ */
    background: linear-gradient(top,  #0c4490 0%,#032d67 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c4490', endColorstr='#032d67',GradientType=0 ); /* IE6-9 */ }

.ui-header .logo {
  background: url("../../images/_site/_advanced_mobile/mobile-adv-logo.png") no-repeat scroll 0 0 transparent;
  height: 65px;
  margin: 3px auto;
  text-indent: -99999px;
  width: 270px;
}

.marketplace .ui-header .logo {
  background: url("../../images/_site/_marketplace/NewIshoplogo_web2.png") no-repeat scroll 0 0 transparent;
  height: 100px;
  margin: 3px auto;
  text-indent: -99999px;
  width: 270px;
}

/* Most Popular Header */
.ui-bar-b {
    background: #041B3B; /* Old browsers */
    background: -moz-linear-gradient(top,  #041B3B 1%, #072D60 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#041B3B), color-stop(100%,#072D60)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #041B3B 1%,#072D60 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #041B3B 1%,#072D60 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #041B3B 1%,#072D60 100%); /* IE10+ */
    background: linear-gradient(top,  #041B3B 1%,#072D60 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#041B3B', endColorstr='#072D60',GradientType=0 ); /* IE6-9 */ }

/* Menu button */
.ui-btn-up-a {
    background: #041B3B; /* Old browsers */
    background: -moz-linear-gradient(top,  #041B3B 1%, #072D60 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#041B3B), color-stop(100%,#072D60)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #041B3B 1%,#072D60 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #041B3B 1%,#072D60 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #041B3B 1%,#072D60 100%); /* IE10+ */
    background: linear-gradient(top,  #041B3B 1%,#072D60 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#041B3B', endColorstr='#072D60',GradientType=0 ); /* IE6-9 */ }



/* Menu button - HOVER */
.ui-btn-hover-a {
    background: #041B3B; /* Old browsers */
    background: -moz-linear-gradient(top,  #072D60 1%, #041B3B 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#072D60), color-stop(100%,#041B3B)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #072D60 1%,#041B3B 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #072D60 1%,#041B3B 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #072D60 1%,#041B3B 100%); /* IE10+ */
    background: linear-gradient(top,  #072D60 1%,#041B3B 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#072D60 ', endColorstr='#041B3B ',GradientType=0 ); /* IE6-9 */
    color:#FFFFFF;
    text-shadow: 0 -1px 1px #BBBBBB;
}

/* Top Story Headline bg */
.block-tablet-main-feature h3 {
  background: none repeat scroll 0 0 #343434; }