﻿/* CSS Shopping Certo TOPO  */

/* topo */

#topo{ height:170px;
       background-color:red;
       text-align:center; 
       position:relative;
       background-image:url(Images/bg.jpg);
       background-repeat:repeat-x;
	   background-position:center;
}


#topo h1 { margin:0px;
           padding:0px;
           
        }

#topo h1 a {text-indent:-9000px;
            background-image:url(Images/topoBF.jpg);
            width:1300px;
			background-repeat:no-repeat;
			background-position:center;
            height:170px; 
            display:block;
            text-decoration: none;
}

#topolayer {position: absolute;
            width: 99%;
            height: 80px;
            text-align:center;

}


/* barra com meu carrinho, link e pesquisa */
#barra{ height:35px;
        margin-top:5px;
        margin-bottom: 15px;
        clear:both;
		background-color:#cc0000;
}

#barra_carrinho { float: right;
                  
                  background-color: #cc0000;
                  height:21px;
                  padding: 0px 0px 0px 5px;
}

#barra_links { float: left;
               height:21px;
             }
#blinks ul { list-style: none;
             margin: 0;
             padding: 4px 0px 0px 5px; 
           }
#blinks ul li { display: inline; }

#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
            }
