/*=== PJS PRO DEV EDITS ===*/

#Header {
  background: none;
}

.newsletter-subscription {
  background-color: #7db9e8;
}

.footer-links {
  background: none;
}

.footer {
  background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top,  #eeeeee 72%, #7db9e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(72%,#eeeeee), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eeeeee 72%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #eeeeee 72%,#7db9e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #eeeeee 72%,#7db9e8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #eeeeee 72%,#7db9e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */

}

.page {
background: #7db9e8; /* Old browsers */
background: -moz-linear-gradient(top,  #7db9e8 0%, #ffffff 24%, #ffffff 35%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(24%,#ffffff), color-stop(35%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7db9e8 0%,#ffffff 24%,#ffffff 35%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7db9e8 0%,#ffffff 24%,#ffffff 35%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7db9e8 0%,#ffffff 24%,#ffffff 35%); /* IE10+ */
background: linear-gradient(to bottom,  #7db9e8 0%,#ffffff 24%,#ffffff 35%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.header {
  background: none;
}

.CartLink:hover {
  background: #f27002;
}

.PageMenu li a {
    padding: 2px 40px 2px 20px !important;
    font-size:16px;
    font-weight: bold;
}

.Left li a.active,
a:hover,
a.alt,
p a,
a.NextLink,
.BulkDiscountLink a,
.currency-converter p span,
.BlockContent.PageContent a,
.Left #SideCategoryList li a:hover,
.Left .slist li a:hover,
.Left .afterSideShopByBrand a:hover,
.Left #GiftCertificatesMenu li a:hover,
.Left #SideAccountMenu li a:hover,
.PageMenu li ul li a:hover,
.footer a:hover,
.TabNav li.Active a:hover {
  color: #f27002;
}

.Block.banner_home_page_top img{
    width:100%;
}

.TopMenu ul {
    float:left;
}

#SearchForm {
    float: right;
}

.slide-show .slide-overlay{display:none !important;}

.treeview a.selected {
    color: #f27002 !important;
}

.header-logo{
   top:10px;
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 

#Header {background:#f27002 !important;}

.header-logo-mobile {
    border-bottom:0px;
    border-top: 0px;
 } 
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) { 

#Header {background:#f27002 !important;}

.header-logo-mobile {
    border-bottom:0px;
    border-top: 0px;
 } 
}

