/*
======================
CSS Ivox Shopping
======================
Data: 30/09/2009
======================
*/

/* import */

@import url('home.css');
@import url('produto.css');
@import url('ajuda_fale.css');

/* reset universal */

* {margin: 0; padding:0; outline:0; font-weight: normal; line-height: 100%;}
.clear {clear: both; width:0; height: 0;}
b, strong {font-weight: bold;}
img {border: 0;}
ul {list-style: none;}

body {background: #FFF; font: 0.8em Arial, Helvetica, sans-serif;}

#divGlobal {
	width: 970px;
	height: auto;
	margin: 10px auto 0 auto;
	}

/* logo e busca */
	
#divBuscaLogo {
	width: 100%;
	height: 110px;
	background: url(/shop/_imagens/layout/bg_divBusca.jpg) no-repeat;
	}
	
	#divLogo {width: 131px; height: 82px; float: left; margin: 12px 30px 0 30px; _display: inline;}
		
	#divBusca #buttonBusca {
		background: transparent url(/shop/_imagens/layout/buttonBusca.jpg) no-repeat center top;
		width: 110px;
		height: 40px;
		cursor: pointer;
		text-indent: -1000em;
		margin: 0; padding:0; border: 0;
	}
	#divBusca h1 {color: #FFF; font-size: 1.2em; font-weight: bold; padding-top: 20px; margin-bottom: 5px;}

	#divBusca #inputBusca {width: 620px; height: 17px; border: 1px solid #B35C27; padding: 12px 10px 9px 10px; font-weight: bold; color: #666666;}
	
/* publicidade */

#divPublicidade {clear: both;}
	#divPublicidade h6 {color: #CCC; display: block; text-align: center; border-top: 1px solid #CCC; padding: 20px 0 5px 0;}
		#divPublicidade div {text-align: center;}
			#divPublicidade div img {padding: 3px; border:1px solid #EFEFEF;}
	
	
	.divAdSense {float: left; padding-bottom: 20px; border-bottom: 1px solid #F0F0F0; margin: 10px 7px;}
	
/* rodape */

#divRodape {text-align: center; font-size: 0.7em; padding-bottom: 20px; clear: both;}
	#divRodape p {margin: 10px 0;}