/* user.css ----------------------------------------------------------------- */
body {
    background-color: #7BCF29;
    background-image: url('images/bg_main.gif');
    background-repeat: repeat-x;
}

.navbar-inverse {
background: rgba(71,71,71,1);
background: -moz-linear-gradient(top, rgba(71,71,71,1) 0%, rgba(102,102,102,1) 0%, rgba(89,89,89,1) 0%, rgba(44,44,44,1) 0%, rgba(0,0,0,0.94) 64%, rgba(92,72,8,0.9) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(71,71,71,1)), color-stop(0%, rgba(102,102,102,1)), color-stop(0%, rgba(89,89,89,1)), color-stop(0%, rgba(44,44,44,1)), color-stop(64%, rgba(0,0,0,0.94)), color-stop(100%, rgba(92,72,8,0.9)));
background: -webkit-linear-gradient(top, rgba(71,71,71,1) 0%, rgba(102,102,102,1) 0%, rgba(89,89,89,1) 0%, rgba(44,44,44,1) 0%, rgba(0,0,0,0.94) 64%, rgba(92,72,8,0.9) 100%);
background: -o-linear-gradient(top, rgba(71,71,71,1) 0%, rgba(102,102,102,1) 0%, rgba(89,89,89,1) 0%, rgba(44,44,44,1) 0%, rgba(0,0,0,0.94) 64%, rgba(92,72,8,0.9) 100%);
background: -ms-linear-gradient(top, rgba(71,71,71,1) 0%, rgba(102,102,102,1) 0%, rgba(89,89,89,1) 0%, rgba(44,44,44,1) 0%, rgba(0,0,0,0.94) 64%, rgba(92,72,8,0.9) 100%);
background: linear-gradient(to bottom, rgba(71,71,71,1) 0%, rgba(102,102,102,1) 0%, rgba(89,89,89,1) 0%, rgba(44,44,44,1) 0%, rgba(0,0,0,0.94) 64%, rgba(92,72,8,0.9) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#5c4808', GradientType=0 );
}

.navbar-brandlogo {
float: left;
min-height: 50px;
padding: 5px 5px;
vertical-align: middle;
}

a {   /* Atributos dos Links */
    color: #1e5d0b;
    font-weight: bold;
}
a:focus, a:hover {
color: #74ad2e;
    text-decoration: underline;
    font-weight: bold;
}

.page-header {
    padding-bottom: 0px;
    margin: 30px 0 20px;
}

.panel-headerhighlights {
    margin: 0px 0 20px;
    text-align: center;
    color: #000;
    background-color: #fff;
    border-radius: 6px;

}

.panel-default > .panel-heading {
    font-weight: bold;
    font-family: tahoma;
    text-transform: uppercase;
    color: #fff;
    border-color: #419735;
}

.panel-background-white {

    border-color: #419735;
}
.is-product {
    margin: 0px 0 20px;
    background-color: white;
    border-radius: 6px;
    border-color: #419735;
}

.piGal {

    display: block;
    margin-left: auto;
    margin-right: auto;


}


.panel-default > .panel-heading, .header-gradient {
background: rgba(86,110,9,1);
background: -moz-linear-gradient(top, rgba(86,110,9,1) 0%, rgba(65,151,53,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(86,110,9,1)), color-stop(100%, rgba(65,151,53,1)));
background: -webkit-linear-gradient(top, rgba(86,110,9,1) 0%, rgba(65,151,53,1) 100%);
background: -o-linear-gradient(top, rgba(86,110,9,1) 0%, rgba(65,151,53,1) 100%);
background: -ms-linear-gradient(top, rgba(86,110,9,1) 0%, rgba(65,151,53,1) 100%);
background: linear-gradient(to bottom, rgba(86,110,9,1) 0%, rgba(65,151,53,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#566e09', endColorstr='#419735', GradientType=0 );
}

.header-gradient {
    padding: 10px 15px;
    margin: 20px 0 20px;
    color: #fff;
    border-radius: 6px;
}

.product-header-gradient-blue {
padding: 0px 0px;
margin: 0px 0 10px;
}

.title-header-gradient-green {
color: #fff;
border-radius: 6px 6px 0px 0px;
background: rgba(86,110,9,1);
background: -moz-linear-gradient(top, rgba(86,110,9,1) 0%, rgba(65,151,53,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(86,110,9,1)), color-stop(100%, rgba(65,151,53,1)));
background: -webkit-linear-gradient(top, rgba(86,110,9,1) 0%, rgba(65,151,53,1) 100%);
background: -o-linear-gradient(top, rgba(86,110,9,1) 0%, rgba(65,151,53,1) 100%);
background: -ms-linear-gradient(top, rgba(86,110,9,1) 0%, rgba(65,151,53,1) 100%);
background: linear-gradient(to bottom, rgba(86,110,9,1) 0%, rgba(65,151,53,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#566e09', endColorstr='#419735', GradientType=0 );
}

.header-gradient-blue {
padding: 10px 15px;
margin: 20px 0 20px;

}

.product-header-gradient-blue, .header-gradient-blue {
color: #fff;
border-radius: 6px 6px 0px 0px;
background: rgba(29,29,242,1);
background: -moz-linear-gradient(top, rgba(29,29,242,1) 0%, rgba(141,202,224,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(29,29,242,1)), color-stop(100%, rgba(141,202,224,1)));
background: -webkit-linear-gradient(top, rgba(29,29,242,1) 0%, rgba(141,202,224,1) 100%);
background: -o-linear-gradient(top, rgba(29,29,242,1) 0%, rgba(141,202,224,1) 100%);
background: -ms-linear-gradient(top, rgba(29,29,242,1) 0%, rgba(141,202,224,1) 100%);
background: linear-gradient(to bottom, rgba(29,29,242,1) 0%, rgba(141,202,224,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d1df2', endColorstr='#8dcae0', GradientType=0 );
}

.header-gradient-red {

}

.productHolder:hover {
    border: 1px solid #428bca;
    -webkit-box-shadow: 2px 2px 7px rgba(0,0,0,.5);   /* Sombra das Boxes */
    box-shadow: 2px 2px 7px rgba(0,0,0,.5);
}

.panel-default > .panel-heading > a {
    color: #d9edf7;
}
.panel {
    margin-bottom: 15px;    /* Margem entre as boxes de cima e de baixo */
/*    background-color: #eff;       Cor das boxes */

    background: green; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0.5)); /*Safari 5.1-6*/
    background: -o-linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0.5)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0.5)); /*Fx 3.6-15*/
    background: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0.5)); /*Standard*/

    border: 1px solid #419735;
        border-top-color: #419735;
        border-right-color: #419735;
        border-bottom-color: #419735;
        border-left-color: #419735;
    border-radius: 6px;

    -webkit-box-shadow: 2px 2px 7px rgba(0,0,0,.5);   /* Sombra das Boxes */
    box-shadow: 2px 2px 7px rgba(0,0,0,.5);
}

.panel-default > .panel-heading > a:hover {
  color: #fff;
    text-decoration: underline;
    font-weight: bold;

}

.nav-pills > li > a {
    border-radius: 0px;
    border-bottom: 1px solid #eee;
}
.nav > li > a:focus, .nav > li >  {
    color: #74ad2e;
    text-decoration: underline;
    font-weight: bold;
    background-color: rgba(0,0,0,.1);

}

.footer {
/*
    Definições originais do footer - rodapé
    background: #f00;
    border-top: 2px solid #ddd;
*/
    background: none;
    border-top: none;
    position: relative;
    background-image:url(images/footer.jpg); background-repeat: repeat-x; background-position:bottom;
}

.footerht {
    padding-top: 5px;
    text-align:center;
    color:#333333;
    font-size:13px;
    font-family: Helvetica,sans-serif;
    }

.footer_redondo {
    position: relative;
    border-radius: 15px;
    background: -webkit-linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0.1)); /*Safari 5.1-6*/
    background: -o-linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0.1)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0.1)); /*Fx 3.6-15*/
    background: linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0.1)); /*Standard*/
                }

.footer-table_cell {
    vertical-align: middle;
    width: 120px;
}

.footer-table {
    width:100%;
  }

/* New Products Ribbon BOF*/
.box {
    width:200px;height:300px;
    position:relative;
    border:1px solid #BBB;
    background:#eee;
    float:left;
    margin:20px
}

.ribbon {
    position: absolute;
    right: 10px; top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
}
.ribbon span {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold; line-height: 20px;
    transform: rotate(45deg);
    width: 100px; display: block;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0%, #79A70A 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; right: -21px;
}
.ribbon span::before {
    content: '';
    position: absolute;
    left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #79A70A;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}
.ribbon span::after {
    content: '';
    position: absolute;
    right: 0%; top: 100%;
    z-index: -1;
    border-right: 3px solid #79A70A;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}
.red span {background: linear-gradient(#F70505 0%, #8F0808 100%);}
.red span::before {border-left-color: #8F0808; border-top-color: #8F0808;}
.red span::after {border-right-color: #8F0808; border-top-color: #8F0808;}

.blue span {background: linear-gradient(#2989d8 0%, #1e5799 100%);}
.blue span::before {border-left-color: #1e5799; border-top-color: #1e5799;}
.blue span::after {border-right-color: #1e5799; border-top-color: #1e5799;}
/* New Products Ribbon EOF*/
.productSpecialPrice  {
    color: red;
}
/* Out of stock image */
.image-stock {
    position: relative;
    width: 100%;  /*for IE 6 */
}

.image-stock h2 {
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 20px;
    background: rgb(0, 0, 0); /* fallback color */
    background: rgba(255, 0, 0, 0.8);
    text-decoration:none;
    width: 100%;
    text-align: center;
}

.image-stock h2 span {
    color: white;
    font: bold 11px/25px Helvetica, Sans-Serif;
    padding: 10px;
}

.pardiv {
    position: absolute;
    margin: auto;
    top: 0; left: 0; bottom: 0; right: 0;
    overflow:hidden;

}
.rotdiv {
        position: absolute;
        width:105%;
        height:50%;
        top:50%;

transform-origin: left top;
transform: rotate(33deg);
background: rgba(179,24,0,1);
background: -moz-linear-gradient(top, rgba(179,24,0,1) 0%, rgba(255,0,0,0.99) 3%, rgba(204,2,2,0.92) 21%, rgba(255,255,255,0.74) 70%, rgba(255,255,255,0.63) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179,24,0,1)), color-stop(3%, rgba(255,0,0,0.99)), color-stop(21%, rgba(204,2,2,0.92)), color-stop(70%, rgba(255,255,255,0.74)), color-stop(100%, rgba(255,255,255,0.63)));
background: -webkit-linear-gradient(top, rgba(179,24,0,1) 0%, rgba(255,0,0,0.99) 3%, rgba(204,2,2,0.92) 21%, rgba(255,255,255,0.74) 70%, rgba(255,255,255,0.63) 100%);
background: -o-linear-gradient(top, rgba(179,24,0,1) 0%, rgba(255,0,0,0.99) 3%, rgba(204,2,2,0.92) 21%, rgba(255,255,255,0.74) 70%, rgba(255,255,255,0.63) 100%);
background: -ms-linear-gradient(top, rgba(179,24,0,1) 0%, rgba(255,0,0,0.99) 3%, rgba(204,2,2,0.92) 21%, rgba(255,255,255,0.74) 70%, rgba(255,255,255,0.63) 100%);
background: linear-gradient(to bottom, rgba(179,24,0,1) 0%, rgba(255,0,0,0.99) 3%, rgba(204,2,2,0.92) 21%, rgba(255,255,255,0.74) 70%, rgba(255,255,255,0.63) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b31800', endColorstr='#ffffff', GradientType=0 );

padding-right: 8px;
text-align: center;
line-height: 14px;
font-family: Tahoma;
font-size: 11px;
color: white;
text-shadow: 1px 1px 2px black;

}

.showbox {
        font-weight: bold;
        font-family:tahoma;
        font-size:13px;
        float: left;
        text-decoration: none;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        color: #333333;
    }
.showbox.slideright a:hover {
    text-decoration: none;
        color: #2277ff;
        -webkit-transform: translate(7px,0);
        -moz-transform: translate(7px,0);
        -o-transform: translate(7px,0);
        -ms-transform: translate(7px,0);
        transform: translate(7px,0);
    }

.divTable{
    float:none;
    display: table;
    width: 100%;
}
.divTableRow {
    display: table-row;
}
.divTableHeading {
    display: table-header-group;
}
.divTableCell {
    text-align: left;
    display: table-cell;
    padding: 1px 1px;
    font-family:Helvetica,sans-serif;;
    font-size:13px;
    color: #000000;
}
.divTableHeading {

    display: table-header-group;
    font-weight: bold;
}
.divTableFoot {

    display: table-footer-group;
    font-weight: bold;
}
.divTableBody {
    display: table-row-group;
}

.divTableHeader {
 text-align: left;
color: #333333;
font-size: 13px;
font-family: Helvetica,sans-serif;
}

.cm-footer-border {
 margin-top: 13px;
}
div.currency-images div.panel-body{float:right;padding:0;}
div.currency-images-infobox {float:none;text-align:center;vertical-align:top;padding:0;}
@media (max-width: 640px) {
 div.currency-images div.panel-body{float:none;}
}

/******* start "specials/what's new" scroller css********/
#spCarousel.carousel-fade .carousel-inner .item,
#npCarousel.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
#spCarousel.carousel-fade .carousel-inner .active,
#npCarousel.carousel-fade .carousel-inner .active {
  opacity: 1;
}
#spCarousel.carousel-fade .carousel-inner .active.left,
#spCarousel.carousel-fade .carousel-inner .active.right,
#npCarousel.carousel-fade .carousel-inner .active.left,
#npCarousel.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
#spCarousel.carousel-fade .carousel-inner .next.left,
#spCarousel.carousel-fade .carousel-inner .prev.right,
#npCarousel.carousel-fade .carousel-inner .next.left,
#npCarousel.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

#spCarousel.carousel a.btn-primary, #npCarousel.carousel a.btn-primary {
  text-decoration: none;
  outline: 0;
  opacity: 0.5;
}
#spCarousel.carousel a.btn-primary:hover, #npCarousel.carousel a.btn-primary:hover {
  opacity: 1;
}
#spCarousel .content_vAlign, #npCarousel .content_vAlign {
  position: relative;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/******** end "specials/what's new" scroller css********/