﻿/* CSS Shopping Certo TOPO  */

/* topo */

#topo{ height:81px;
       background-color:#CF0506;
       border:1px solid #ffffff;
       text-align:center; 
       position:relative;
       background-image:url(Images/topodir.jpg);
       background-position:right;
       background-repeat:no-repeat;
}


#topo h1 { margin:0px;
           padding:0px;
           float:left; 
        }

#topo h1 a {text-indent:-9000px;
            background-image:url(Images/topoesq.jpg);
            width:384px;
            height:80px; 
            display:block;
            text-decoration: none;
            background-repeat:no-repeat;
}

#topolayer {position: absolute;
            width: 99%;
            height: 80px;
            text-align:center;

}


/* barra com meu carrinho, link e pesquisa */
#barra{ height:21px;
        margin-top:5px;
        margin-bottom: 5px;
        border:1px solid #cdcdcd;
        clear:both;
}

#barra_carrinho { float: right;
                  width: 165px;
                  background-color: #E7E7E7;
                  height:21px;
                  padding: 0px 0px 0px 5px;
}

#barra_links { float: left;
               height:21px;
             }
#blinks ul { list-style: none;
             margin: 0;
             padding: 4px 0px 0px 10px; 
           }
#blinks ul li { display: inline; }
#blinks ul li a { color: #555555;
                  text-decoration: none;
                }
#blinks ul li a:hover { color: #0099CF}
#blinks .left { padding: 0 4px 0 0;
                border-right: 1px solid #ccc;
              }
#blinks .regular { padding: 0 4px 0 3px;
                   border-right: 1px solid #ccc;
                   cursor:pointer;
                  }
#blinks .right { padding: 0 0 0 3px;
                 border-right: 0;
                 }
#barra_acha { float: left;
              width: 165px;
              background-color: #E7E7E7;
              height:20px;
              padding: 0px 0px 0px 5px;
            }
.titCar{  font-size:11px;
          color: #0099CF;
          text-decoration:none;
        }
.titCar:hover{ color: #000000;
                text-decoration:none;
             }
.form_acha{ font-size:11px;
            color:#666666;
            text-decoration:none;
            width: 140px;
            height:15px;
            border: 1px solid #cdcdcd
            }
