<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
    Document   : produto_listar
    Created on : 30/05/2011, 13:13:27
    Author     : carlosgarcia
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


.searchcep                                                                      {margin: 25px 0 0 0px; clear: both;}
.container_icons                                                                {display: inline-block;}
.ctn_shipping                                                                   {display: none;}

.title_blue                                                                     {float: none!important;}
.selo_position                                                                  {position: absolute; right: 0px; top: 0px;}

.botao_carrinho                                                                 {text-align: center; vertical-align: middle; cursor: pointer; width: 60px!important; height: 30px; background-repeat: no-repeat; overflow: hidden; border: none; background-color: transparent;}
.botao_carrinho:hover                                                           {background-position: 0px -30px;}

.botao_carrinho_disabled                                                        {text-align: center; vertical-align: middle; width: 60px!important; height: 30px; background-repeat: no-repeat; overflow: hidden; border: none; background-color: transparent;background: url("/media/images/textures/botao/cart_disabled.png") no-repeat}

.botao_small                                                                    {text-align: center; vertical-align: middle; cursor: pointer; width: 60px!important; height: 30px; background-repeat: no-repeat; overflow: hidden; border: none; background-color: transparent; background: url("/media/images/textures/botao/blue_dark_3_small.png") no-repeat}
.botao_small:hover                                                              {background-position: 0px -30px;}

.botao_whishlist                                                                {text-align: center; vertical-align: middle; cursor: pointer; width: 60px!important; height: 30px; background-repeat: no-repeat; overflow: hidden; border: none; background-color: transparent; background: url("/media/images/textures/botao/buttons_whishlist.png") no-repeat}
.botao_whishlist:hover                                                          {background-position: 0px -30px;}

.botao_compare                                                                  {text-align: center; vertical-align: middle; cursor: pointer; width: 60px!important; height: 30px; background-repeat: no-repeat; overflow: hidden; border: none; background-color: transparent; background: url("/media/images/textures/botao/button_compare_items_gray.png") no-repeat}
.botao_compare:hover                                                            {background-position: 0px -30px;}

.icon_shipping                                                                  {font-size: 22px}
.icon_pac_mini                                                                  {background: url(/media/images/layout/payments/pac_mini.png) no-repeat; width: 63px; height: 25px;}
.icon_sedex_mini                                                                {background: url(/media/images/layout/payments/sedex_mini.png) no-repeat; width: 63px; height: 25px;}
.icon_ups_mini                                                                  {background: url(/media/images/layout/payments/ups_mini.png) no-repeat; width: 63px; height: 25px;}
.product-detail .price-new                                                      {font-size: 1.5em!important;}


/* Bread crumb */
.container_bread_crumb                                                          {margin-bottom: 5px; height: 20px; margin-top: 10px;}
.item_bread                                                                     {float: left; margin-right: 10px; color: #000!important;}
.item_bread_crumb                                                               {float: left!important; margin-right: 5px; color: #000!important; margin-top: 1px; margin-left: 5px; font-size: 0.9em; text-decoration: underline; width: auto!important;}
</pre></body></html>