﻿/* CSS Shopping Certo TOPO  */

/* topo */

#topo
{
	height: 130px;
	background-color: #0c0c0c;
	border: 0px solid #cccccc;
	text-align: left;
	position: relative;
	background-image: url(Images/topo2.jpg);
	background-repeat: no-repeat;
	background-position: right;
}


#topo h1
{
	margin: 0px;
	padding: 0px;
}

#topo h1 a
{
	text-indent: -9000px;
	width: 411px;
	height: 130px;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	text-decoration: none;
	background-image: url(Images/topo1.jpg);
}

#topolayer
{
	position: absolute;
	width: 99%;
	height: 80px;
	text-align: center;
}


/* barra com meu carrinho, link e pesquisa */
#barra
{
	height: 35px;
	margin-bottom: 15px;
	clear: both;
	background-color: #cc0001;
}

#barra_carrinho
{
	float: left;
	background-color: #E7E7E7;
	padding: 0px 0px 3px 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 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;
}
