/**
 * Hotsite general rules 4
 */
  .hotsite {
    background-color: #285CA5;
    background-image: url(../img/background_header.jpg);
    background-repeat: no-repeat;
    background-position: 50% -261px;
  }
    .hotsite a {
      color: #0e4194;
    }
  .hotsite .app-image-on-left {
    float: left;
    margin: 20px;
  }
  .hotsite .app-content-legend {
    font-size: 9px;
  }
  .hotsite #app-socialite li {
    vertical-align: top;
    padding-right: 0; padding-left: 0;
    width: 90px; min-height: 25px;
  }
    .hotsite div[role=footer] {
      background-image: url(../img/scroller.png);
      margin-top: 10px;
      height: 291px;
    }
    .hotsite .app-site-footer {
      border-top: 1px solid #1299D6;
      margin-top: 20px; padding-top: 10px;
    }
      .hotsite .app-site-footer.row {
        margin-left: 0;
      }
      .hotsite .app-site-footer .copyinfo {
        font-size: 0.75em;
        color: #fff;
        margin-left: 0;
      }
      .hotsite .app-site-footer .app-home-link, .hotsite .app-site-footer .app-home-link:hover {
        color: #fff;
      }
/* *** End Hotsite general rules *** */

/**
 * Main container
 */
  .hotsite div[role=main] {
    background-color: #fff;
  }
    .hotsite div[role=main] h2 {
      color: #285ca5;
      font-size: 1.375em;
    }
    .hotsite div[role=main] h3 {
      color: #285ca5;
      font-size: 1em;
    }
  .hotsite .category-home div[role=main] {
    background-color: transparent;
  }
    .hotsite .category-home div[role=main] * {
      color: #fff;
    }
      .hotsite .category-home div[role=main] p {
        font-size: 0.9em;
      }
    .hotsite div[role=content] div.app-inner {
      padding-right: 20px;
    }

  .hotsite .category-tv div[role=main] {
    border-top: 2px solid #ffa030;
  }
  .hotsite .category-info div[role=main] {
    border-top: 2px solid #d81f96;
  }
  .hotsite .category-photo div[role=main] {
    border-top: 2px solid #8459c4;
  }
  .hotsite .category-cel div[role=main] {
    border-top: 2px solid #bfd801;
  }
  .hotsite .category-eletro div[role=main] {
    border-top: 2px solid #00a9e0;
  }
  .hotsite .app-content-header {
    color: #285ca5;
    font-size: 1.65em; font-weight: bold;
    margin: 0 0 10px 15px;
  }
/* *** End Main container *** */

/**
 * Header
 */
  .hotsite .app-header {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .hotsite .logo {
    background-image: url(../img/logo_samsung.png);
    display: inline-block;
    width: 200px; height: 66px;
  }
  .hotsite .app-header .inner-header {
    font-size: 38.5px; line-height: 40px;
  }
    .hotsite .app-header .inner-header small {
      color: #fff;
      font-size: 24.5px; line-height: 66px;
      vertical-align: top;
      float: right;
      font-weight: bold;
    }
  .hotsite .app-span-social {
    font-size: 0px;
    margin-left: 690px;
    width: 270px;
  }
  .hotsite .app-span-social:before {
    border-top: 1px solid #1299d6;
    content: " ";
    display: block;
    position: relative; top: 10px; right: 670px;
    width: 650px;
  }
/* *** End Header *** */

/**
 * Image replacement
 */
  .hotsite .ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
  }
  .hotsite .ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
  }
/* *** End Image replacement *** */

/**
 * Navigation bar
 */
  .hotsite .app-navbar-inner {
    background-color: transparent;
    background-image: url(../img/background_navigation.png);
    background-repeat: no-repeat;;
    background-position: 50% 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding-right: 0; padding-left: 0;
    height: 74px;
    filter: none;
  }
    .hotsite .app-navbar-inner .app-nav {
      margin-right: 0;
    }
      .hotsite .app-navbar-inner .app-nav > li {
        line-height: 1;
      }
        .hotsite .app-navbar-inner .app-nav > li > a {
          padding: 0;
        }
  .hotsite .button-tv, .hotsite .button-info,
  .hotsite .button-photo, .hotsite .button-cel,
  .hotsite .button-eletro, .hotsite .button-home {
    background-position: -7px 0;
    height: 65px;
  }
  .hotsite .button-home {
    background-image: url(../img/button_category_home.png);
    width: 95px;
  }
  .hotsite .button-tv {
    background-image: url(../img/button_category_tv.png);
    width: 133px;
  }
  .hotsite .button-info {
    background-image: url(../img/button_category_info.png);
    width: 148px;

  }
  .hotsite .button-photo {
    background-image: url(../img/button_category_photo.png);
    width: 146px;
  }
  .hotsite .button-cel {
    background-image: url(../img/button_category_cel.png);
    width: 212px;
  }
  .hotsite .button-eletro {
    background-image: url(../img/button_category_eletro.png);
    width: 206px;
  }
/* *** End Navigation bar *** */

/**
 * Dropdown menu
 */
  .hotsite .app-dropdown-menu {
    background-color: #214984;
    border-style: solid;
    border-width: 2px 0 0 0;
    border-radius: 0;
    box-shadow: none;
    width: auto;
  }
    .hotsite .app-dropdown-menu .row {
      margin-top: -15px;
      padding-top: 15px;
    }
    .hotsite .app-dropdown-menu .nav > .nav-header {
      text-shadow: none;
      padding-left: 4px;
    }
    .hotsite .app-navbar-inner .app-nav > li.dropdown.open > .dropdown-toggle {
      background-color: transparent;
    }
    .hotsite .app-dropdown-menu .nav > li {
      float: none;
    }
      .hotsite .app-dropdown-menu .nav > li > a {
        color: #fff;
        font-size: 0.8em;
        line-height: 1.25;
        text-shadow: none;
        padding: 2px 4px 2px 20px;
      }

      .hotsite .app-dropdown-menu .nav > li.nav-header > a {
        font-size: 1em;
        line-height: 1.25;
        text-shadow: none;
        font-weight: bold;
        background-color: transparent;
      }
      .hotsite .app-dropdown-menu .nav > li.nav-header > a:hover {
        background: none;
        text-decoration: underline;
      }
  /*
  .category-home .app-dropdown-menu {
    border-width: 0 0 2px 0;
    bottom: 75px; top: auto;
  }
    .category-home .app-navbar-inner .app-nav > li > .app-dropdown-menu::before,
    .category-home .app-navbar-inner .app-nav > li > .app-dropdown-menu::after {
      border-bottom-width: 0;
      border-top-width: 7px; border-top-style: solid;
      bottom: -7px; top: auto;
    }
  */
  .hotsite .app-dropdown-tv {
    border-color: #ffa030;
    left: -95px;
  }
    .hotsite .app-dropdown-tv .nav > li.nav-header > a {
      color: #ffa030;
    }
    .hotsite .nav-header a{
      color: #fff;
      font-size: 11px
    }

    .hotsite .app-navbar-inner .app-nav > li > .app-dropdown-tv::before {
      left: 157px;
    }
    .hotsite .app-navbar-inner .app-nav > li > .app-dropdown-tv::after {
      border-color: #ffa030 transparent;
      left: 158px;
    }
  .hotsite .app-dropdown-info {
    border-color: #d81f96;
    left: -228px;
  }
    .hotsite .app-dropdown-info .nav > li.nav-header > a {
      color: #eb70bf;
    }
    .hotsite .app-navbar-inner .app-nav > li > .app-dropdown-info::before {
      left: 298px;
    }
    .hotsite .app-navbar-inner .app-nav > li > .app-dropdown-info::after {
      border-color: #d81f96 transparent;
      left: 299px;
    }
  .hotsite .app-dropdown-photo {
    border-color: #8459c4;
    /*left: -376px;*/
    left: auto; right: 0;
  }
    .hotsite .app-dropdown-photo .nav > li.nav-header > a {
      color: #b793eb;
    }
    .hotsite .app-navbar-inner .app-nav > li > .app-dropdown-photo::before {
      /*left: 445px;*/
      left: auto; right: 72px;
    }
    .hotsite .app-navbar-inner .app-nav > li > .app-dropdown-photo::after {
      border-color: #8459c4 transparent;
      /*left: 446px;*/
      left: auto; right: 73px;
    }
  .hotsite .app-dropdown-cel {
    border-color: #bfd801;
    /*left: -522px;*/
    left: auto; right: 0;
  }
    .hotsite .app-dropdown-cel .nav > li.nav-header > a {
      color: #bfd801;
    }
    .hotsite .app-navbar-inner .app-nav > li > .app-dropdown-cel::before {
      /*left: 624px;*/
      left: auto; right: 105px;
    }
    .hotsite .app-navbar-inner .app-nav > li > .app-dropdown-cel::after {
      border-color: #bfd801 transparent;
      /*left: 625px;*/
      left: auto; right: 106px;
    }
  .hotsite .app-dropdown-eletro {
    border-color: #00a9e0;
    /*left: -734px;*/
    left: auto; right: 0;
  }
    .hotsite .app-dropdown-eletro .nav > li.nav-header > a {
      color: #00a9e0;
    }
    .hotsite .app-navbar-inner .app-nav > li > .app-dropdown-eletro::before {
      /*left: 833px;*/
      left: auto; right: 102px;
    }
    .hotsite .app-navbar-inner .app-nav > li > .app-dropdown-eletro::after {
      border-color: #00a9e0 transparent;
      /*left: 834px;*/
      left: auto; right: 103px;
    }
/* *** End Dropdown menu *** */

/**
 * Breadcrumb
 */
  .hotsite .app-breadcrumb {
    background-color: transparent;
    padding-right: 0; padding-left: 0;
    /* ponto frio already have a breadcrumb definition, and it's necessary reset
    those styles */
    background-image: none;
    font-size: inherit;
    width: auto;
  }
    .hotsite .app-breadcrumb>li {
      font-size: 0.8em;
    }
    .hotsite .app-breadcrumb-indicator {
      color:#00a9e0;
      font-weight: bold;
    }
      .hotsite .app-breadcrumb>li>.divider {
        padding-right: 5px;
        padding-left: 5px;
      }
/* *** End Breadcrumb *** */

/**
 * Aside navigation
 */
  .hotsite .aside .nav-list {
    padding: 20px 40px;
  }
  .hotsite .aside .nav-list > li, .hotsite .aside .nav-list > li > a {
    line-height: 1.125;
  }
    .hotsite .aside .nav-list > li > a, .hotsite .aside .nav-list .nav-header {
      text-shadow: none;
    }
    .hotsite .aside .nav-list .nav-header:first-of-type {
      margin-top: 0;
    }
    .hotsite .aside .nav-list .nav-header {
      color: #fff;
      margin-top: 10px; padding-left: 0;
    }
    .hotsite .aside .nav-list .nav-header a {
      color: #fff;
      font-size: 1em;
    }
    .hotsite .aside .nav-list .nav-header a:hover {
      background: none;
      text-decoration: underline;
    }
    .hotsite .aside .nav-list > li > a {
      font-size: 0.8em;
      margin-right: -20px; margin-left: -20px;
      padding-left: 20px;
    }
  .hotsite .category-tv .aside {
    background-color: #ffa030;
  }
  .hotsite .category-info .aside {
    background-color: #d81f96;
  }
  .hotsite .category-photo .aside {
    background-color: #b793eb;
  }
  .hotsite .category-cel .aside {
    background-color: #bfd801;
  }
  .hotsite .category-eletro .aside {
    background-color: #00a9e0;
  }
/* *** End Aside navigation *** */

/**
 * Accordion
 */
  .hotsite .app-accordion-group {
    background-color: #ffffff; /* Old browsers */
    background-image: -moz-linear-gradient(top,  #ffffff 0%, #f0f0f0 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%); /* IE10+ */
    background-image: linear-gradient(to bottom,  #ffffff 0%,#f0f0f0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-9 */
    background-position: 0 100%;
    border: none;
  }
    .hotsite .app-accordion-group a {
      color: #285ca5;
      font-weight: bold;
    }
    .hotsite .accordion-heading .app-accordion-heading-title {
      font-size: 1.25em; line-height: 20px;
      margin: 0;
    }
  .hotsite .app-accordion-inner {
    border-top: 0;
  }

/* *** End Accordion *** */

/**
 * Carousel
 */
  .hotsite .app-carousel-items {
    position: absolute;
    margin: 0;
    right: 10px; bottom: 10px;
  }
    .hotsite ul.app-carousel-items > li {
      border: 2px solid #ddd;
      border-radius: 10px;
      line-height: 0; font-size: 0;
      margin: 0 10px 0 0; padding: 0;
      width: 10px; height: 10px;
      -webkit-transition: all 0.375s;
      -moz-transition: all 0.375s;
      -ms-transition: all 0.375s;
      -o-transition: all 0.375s;
      transition: all 0.375s;
    }
    .hotsite ul.app-carousel-items > li:last-of-type {
      margin-right: 0;
    }
    .hotsite ul.app-carousel-items > li.active {
      background-color: #ddd;
    }
/* *** End Carousel *** */


.area-3{ background:#285CA5;}
.area-3 .prateleira{ background:#FFFFFF; width:970px; margin:0 auto; overflow:hidden;}
.area-3 .prateleira .vitrineProdutos li{border-top:none;}
.area-3 .carousel .nextCarousel strong,.area-3 .carousel .backCarousel strong{border-right:none;}
.area-3 .nextCarousel span,.area-3 .backCarousel span{background:url(http://imagens.pontofrio.com.br/html/2012/Departamento/skin-departamento/images/sprite-setas.png) no-repeat 0 0;width:18px;height:50px;margin-left:-8px;}
.area-3 .nextCarousel,.area-3 .backCarousel{width:18px;}
.area-3 .nextCarousel span{background-position:0 -240px;}
.area-3 .nextCarousel span:hover{background-position:0 -190px;}
.area-3 .nextCarousel.desactive span{background-position:0 -140px;}
.area-3 .backCarousel span{background-position:0 10px;}
.area-3 .backCarousel span:hover{background-position:0 -40px;}
.area-3 .backCarousel.desactive span{background-position:0 -90px;}
