/*RESET*/
*{
	margin:0px;
	padding:0px;
}

body{
	background:#efefef url(../images/background.png) repeat top center;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	color:#000000;
	font-size:13px;
}

.centered{
	text-align: center;
}	

#wrap{
	width:944px;
	height:auto;
	margin:auto;
	background:#efefef url(../images/background.png) repeat top center;	
}

#clear{
	clear:both;
}	

/*---------- HEADER ----------*/
#header{
	width:944px;
	margin:0;
	float:left;
	background:#efefef url(../images/background.png) repeat top center;
}

#header_logo{
	width:300px;
	height:100px;
	margin:15px 10px;
	float:left;
}

#header_search{
	background:url(../images/fnd_busca.png) no-repeat;
	float:right;
	margin:0 5px;
	width:304px;
	height:60px;
}

#header_search .pbusca{
	background:url(../images/pBusca.png) no-repeat center;
	width:280px;
	height:30px;
	padding:12px 10px;	
}

#header_search .pbusca_input{
	width:240px;
	height:23px;	
	color:#4a4949;
	border:1px #DFDFDF solid;
	float:left;
	border:none;
	margin:7px 0 0 3px;
	background-color:transparent;
}

#header_search .btn_busca{
	background:url(../images/btn_Busca.png) no-repeat center;
	width:26px;
	height:26px;
	padding:2px;
	float:right;
	border:0px;
}

#header_ace{
	width:110px;
	height:30px;
	float:right;	
	margin-top:2px;	
}

.small_font{	
	font-size:12px;		
}

.medium_font{
	font-size:13px;
}

.large_font{
	font-size:14px;		
}

/* Outter Div Element style */
.outter{ 
	width:50%; 
	border:1px solid #CCCCCC; 
}

/* Font size changer interface style */
.font_sizer a{ 
	text-decoration:none; 
	color: #1377b8;
}

.css{  
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

#header_user{
	width:190px;
	height:52px;
	float:left;
	margin:0 10px;
}

#header_user .user{
	background:url(../images/user.png) no-repeat center;
	width:30px;
	height:30px;
	float:left;
	margin-top:10px;
}

#header_user .Login{
	font-family:Verdana, Arial, Helvetica, sans-serif;		
	font-size:12px;		
	color:#979696;	
	margin-top:15px;
	margin-left:15px;
	text-align:left;
	float:left;	
}

#header_user a{	
	float:left;
	clear:both;
	text-decoration:none;
	text-align:left;
	line-height:20px;
	color:#FFF;
}

#header_user a:hover{
	color:#979696;
}

#header_user a.edit{	
	float:left;		
	text-decoration:none;
	margin:-10px 10px 0 40px;	
	color:#FFF;
}

#header_user a:hover.edit{
	color:#979696;
}

#header_user a.sair{	
	float:left;	
	text-decoration:none;
	color:#FFF;
	margin:-20px 0 0 105px;
}

#header_user a:hover.sair{
	color:red;
}	


#header_carrinho{
	width:200px;
	height:52px;
	float:left;		
}

.txtCarrinho{
	font-family:Verdana, Arial, Helvetica, sans-serif;		
	color:#FFF;
	margin-top:19px;
	margin-left:10px;
	float:left;
}

header_carrinho a{		
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;		
	color: #FFF;
	margin-top: 18px;
	margin-left: 10px;
}

header_carrinho a:hover{
	color:#979696;
}

.carro{
	background:url(../images/carrinhoG.png) no-repeat center;
	width:30px;
	height:30px;
	float:left;
	margin-top:10px;
}

/*---------- MENU -------------*/
#menu{	
	width:944px;
	height:73px;	
	float:left;
}

.bg_menu_L{
	width:944px;
	height:73px;
	background:url(../images/menuL.png) no-repeat center;	
	float: left;	
}

.bg_menu_V
{
	width:944px;
	height:73px;
	background:url(../images/menuV.png) no-repeat center;	
	float: left;	
}

#menu ul{	
	display:block;
	list-style:none;	
	float:left;		
}

#menu ul li{	
	width:128px;
	height:52px;
	display:inline;
	float:left;	
	margin-right:1px;
}

#menu ul li a{	
	width:128px;
	height:52px;
	display:block;	
	float:left;
	margin:0px;
	text-decoration:none;	
	color:#000;	
}

#menu ul li.selected a{		
	width:128px;
	height:52px;
	display:block;	
	float:left;
	margin:0px;
	text-decoration:none;		
}

#menu ul li.m1 a:hover{	
	background:url(../images/m0-act.png) repeat-x center;	
}

#menu ul li.m2 a:hover{	
	background:url(../images/m3-act.png) repeat-x center;	
}

#menu ul li.m3 a:hover{	
	background:url(../images/m4-act.png) repeat-x center;	
}

#menu ul li.m4 a:hover{	
	background:url(../images/m7-act.png) repeat-x center;	
}

/*---------- CONTENT ----------*/
#content{
	width:944px;
	float:left;	
	margin:10px auto;
}

#content_bloco{
	width:555px;
	float:left;
}

#content_bloco a{
	text-decoration:none;
}	

#content_bloco .prod{
	width:555px;	
	float:left;
	margin:10px 0 0 0;	
}	

#content_bloco .prod_bg{
	width:555px;
	background:#FFFFFF;	
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-borde-radius:8px;	
	float:left;
}

#content_bloco .prod_top{
	width:535px;
	height:60px;	
	background:url(../images/topDetalhes.png) repeat-y center;
	margin:10px 10px 12px 10px;
	float:left;
}	

#content_bloco .btListProd{
	float:right;
	margin:0px 12px;
	height:28px;
}

#content_bloco .btOrc{
	float:right;
	margin:21px 10px;
}

#content_bloco .fdProd{
	width:170px;
	height:265px;
	
	float:left;
	margin:0 0 10px 11px;			
}

#content_bloco .fdProd:hover{
	width:170px;
	height:265px;
	background:url(../images/fdProd.png) repeat-y center;
	float:left;
	margin:0 0 10px 11px;			
}

#content_bloco .imgProd{
	width:110px;
	height:130px;	
	float:left;
	margin:22px 30px;	
}

#content_bloco .txtMeio{
	width:165px;
	height:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;		
	font-size:12px;	
	color:#000;		
	text-align:left;	
	margin-top:170px;
	margin-left:5px;
}

#content_bloco .txtPrec{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;	
	color:#1377b8;		
	text-align:left;
	margin-left:10px;
	margin-top:5px;
}

#content_bloco .btnCompra{	
	float:right;
	margin-right:10px;
	margin-top:10px;
	text-decoration:none;	
	height:20px;	
}

#content_sidebar_lt{
	width:194px;
	float:left;
}

#content_sidebar_lt_categoria{
	width:192px;
	float:left;	 
}

#content_sidebar_lt_categoria p{
	border-bottom:1px dashed #333333;
	width:90%;
}	

a.marc{		
	width:100%;
	float:left;
	margin:5.3px 0px 0 10px;	
	text-decoration:none;
	text-align:left;
	line-height:18px;
	color:#000;	
}

a:hover.marc{
	color:#979696;
}

a.selected.marc{
	text-decoration:none;
}

.top_cat{
	width:184px;
	height:30px;
	background:url(../images/top_cat.png) no-repeat center;
	float:left;
}

.txtCat{
	font-family:Verdana, Arial, Helvetica, sans-serif;		
	color:#FFF;	
	padding:15px;
	text-align:left;	
}

.meio_marc{
	width:184px;	
	background:url(../images/meioMarca.png) repeat-y center;
	float:left;	
	font-size:10px;
}

.rod_marc{
	width:184px;
	height:30px;
	background:url(../images/rodMarca.png) no-repeat center;
	float:left;
}	

.fl_cima{
	float:right;
	margin:10px 10px 0 0;
}

.fl_baixo{
	float:right;
	margin:5px 10px 0 0;
}

#content_sidebar_lt_marcas{
	width:192px;
	float:left;
	margin:10px 0 0 0;
}

.top_marc{
	width:184px;
	height:30px;
	background:url(../images/topMarca.png) no-repeat center;
	float:left;
}

#content_sidebar_lt_marcas p{
	border-bottom:1px dashed #333333;
	width:90%;
}	

#content_sidebar_rt{
	width:195px;
	float:right;
}

#content_sidebar_rt_propaganda{
	width:192px;
	float:right;
	margin-top:0px;	
}

.top_Prop{
	width:184px;
	height:30px;
	background:url(../images/top_propag.png) no-repeat center;
	float:right;
}

.txtProp{
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	color:#4a4949;	
	padding:10px;
	text-align:center;	
	height:35px;
}

.foto_prop{
	width:184px;
	margin:0 28px;
}	

.txtPreco{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;	
	color:#1377b8;	
	padding:10px;
	text-align:left;	
}

.btComprar{
	float:right;
	padding:7px 10px 0 0;	
}

.btDetalhes{
	float:right;
	padding:12px 12px 0 0;	
}

.meio_prop{
	width:184px;	
	background:url(../images/meioMarca.png) repeat-y center;
	float:right;	
}

.linhaProd{
	border-bottom:1px dashed #979696; 	
	text-align:center;
	margin-top:0px;
}

.linhaProd2{
	border-bottom:1px dashed #979696; 	
	text-align:center;
	margin-top:40px;
}

.rod_prop
{
	width:184px;
	height:30px;
	background:url(../images/rodMarca.png) no-repeat center;
	float:right;
}

.btCompra{
	float:right;
	margin-right:15px;
	margin-top:5px;
}

/*---------------------- Banner -------------------*/

#banner1{
	width:555px;
	height:324px;
	float:left;
}

#banner3{
	width:184px;
	height:311px;	
	float:left;
	margin-top:12px;
}

#banner4{
	width:184px;
	height:311px;	
	float:left;
	margin-top:35px;	
}

#banner5{
	width:184px;
	height:311px;	
	float:right;
	margin-top:10px;	
}

#banner6{
	width:184px;
	height:311px;	
	float:right;
	margin-top:35px;	
}

/*---------------------- Fim Banner -------------------*/

/*---------------------- Contato ----------------------*/

.topContato{
	width:535px;
	height:60px;	
	background:url(../images/topContato.png) repeat-y center;
	margin:17px 0 0 9px;	
}

.cont{
	background:#FFF;
	width:555px;
	height:440px;			
}

.cad_cont{
	width:400px;
	padding:25px;
	margin:15px 20px 20px 30px;		
	float:left;	
}

.form_cot{
	width:475px;
	height:560px;	
	padding:10px;
	margin:0px 20px 40px 15px;	
	border:0px #999 dashed;
	float:left;
	text-align:left;
}

.form_cot1{
	width:475px;		
	padding:10px;
	margin:0px 20px 30px 15px;	
	border:0px #999 dashed;
	float:left;
	text-align:left;
}

.form_row{
	width:455px;	
	clear:both;
	padding:0px 0 10px 0;	
	color:#4a4949;
	float:left;
}

.form_row_end{
	width:225px;	
	clear:both;
	padding:0px 0 10px 0;	
	color:#4a4949;
	float:left;
}

.form_row_Nume{
	width:65px;		
	padding:0px 0 10px 0;	
	color:#4a4949;
	float:left;
}

.form_row_Comp{
	width:180px;		
	padding:0px 0 10px 0;	
	color:#4a4949;
	float:left;
}

.form_row_Tel{
	width:180px;		
	padding:0px 0 10px 0;	
	color:#4a4949;
	float:left;
}

input.contact_input{
	width:253px;
	height:18px;
	background-color:#fff;
	color:#4a4949;
	border:1px #DFDFDF solid;
	float:left;	
}

input.contact_tel{
	width:150px;
	height:18px;
	background-color:#fff;
	color:#4a4949;
	border:1px #DFDFDF solid;
	float:left;	
}

input.contact_nume{
	width:53px;
	height:18px;
	background-color:#fff;
	color:#4a4949;
	border:1px #DFDFDF solid;
	float:left;	
}

input.contact_comple{
	width:183px;
	height:18px;
	background-color:#fff;
	color:#4a4949;
	border:1px #DFDFDF solid;
	float:left;	
}

input.contact_end{
	width:210px;
	height:18px;
	background-color:#fff;
	color:#4a4949;
	border:1px #DFDFDF solid;
	float:left;	
}

input.contact_bairro{
	width:210px;
	height:18px;
	background-color:#fff;
	color:#4a4949;
	border:1px #DFDFDF solid;
	float:left;	
}

textarea.contact_textarea{
	width:350px;
	height:120px;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	color: #4a4949;
	background-color:#fff;
	border:1px #DFDFDF solid;
	float:left;
}

.text_cont{
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 280px;
	font-size:15px;
	margin-top: 20px;
	text-align: left;
	color: #4a4949;
}

.text_home{
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	color: #4a4949;
}

.img_cont{
	float: left;	
}

/*---------- PAGINA DE PRODUTOS ----------*/
.fdMeioProd{
	width:555px;
	height:947px;
	float:left;
	background:#FFFFFF;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-borde-radius:12px;
	margin:10px 0 0 0;
}

.topDete{
	width:555px;
	height:38px;
	background:url(../images/topDete.png) no-repeat center;
	float:left;	
}

.tit{
	color:#1377b8;
	float:left;
	margin:13px 0 0 10px;	
}

a.Det{
	text-decoration:none;
	color:#979696;
	float:left;
	margin:13px 0 0 10px;	
}

a:hover.Det{
	color:#4a4949;
}

.fndProdDet{
	width:532px;
	height:205px;
	float:left;
	background:url(../images/fndProdDet.png) no-repeat center;
	margin:10px 0 5px 12px;	
}

.prodimg{
	float:left;
	margin:22px 25px;
}	

.desProd{	
	width:340px;
	height:20px;
	float:right;	
	padding:10px;				
}

a.Desc{
	text-decoration:none;
	color:#000;
	float:left;
}

a:hover.Desc
{
	color: #979696;
}

.descri{	
	width:350px;
	height:90px;
	float:right;	
	color:#4a4949;		
}

.PrecProd{
	width:350px;
	height:20px;	
	font-size:18px;
	float:right;	
	color:#1377b8;
	margin:20px 0 10px 0;		
}

.btnDetalhes{	
	width:340px;
	height:22px;
	float:right;	
	text-align:right;
	margin:0 10px 0 0;	
}

/*---------- LOGIN ----------*/

.localiza{
	width:575px;
	height:445px;	
}

.btnSai{
	float:right;
	padding:5px;
}

#bgBody{
	background-color:#000;
	-moz-opacity:0.95;
	opacity:0.95;
	filter:alpha(opacity=95);
	position:absolute;
	top:0;
	left:0;
	z-index:90;
}

.bgmain{
	-moz-opacity:0.95;
	opacity:0.95;
	filter:alpha(opacity=95);
	top:0;
	left:0;
	border-left:solid 1px #cccccc;
	border-right:solid 1px #cccccc;	
}

.bgfundo{	
	-moz-opacity:0.95;
	opacity:0.95;
	filter:alpha(opacity=95);	
}


#container{
	border:0px #FFF solid;
	position:absolute;	
	top:50%;
	left:40%;
	width:575px;
	margin-left:-350px;
	z-index:180;	
}

#divclientes{
	position:absolute;
	background-color:white;
	top:50%;
	left:50%;
	width:320px;
	border:black solid 1px;
	height:300px;
	margin-left:-350px;
	z-index:180;
}

#divclientesdentro{
	position:absolute;
	background-color:white;
	width:99%;
	border:black solid 1px;
	height:93%;
	z-index:180;
	overflow:auto;
}

.tit_lock{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px; 
	color:#FFF;
}

.texto{
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	color:#FFF;
}

/*---------- CONTA ----------*/
.cont{
	background:#FFF;
	width:555px;
	height:553px;
	margin:10px 0 20px 0;			
}

.topAcesso
{
	width:535px;
	height:60px;	
	background:url(../images/topAcesso.png) repeat-y center;
	margin-left:9px;
	margin-top: 17px;
}

.form_Acesso_L{
	width:175px;
	height:180px;	
	padding:20px;
	margin:50px 0 0 15px;	
	border-right:1px #979696 dashed;
	float:left;
	text-align:left;
}

.topSouCLi{
	width:171px;
	height:21px;
	background:url(../images/sou_cliente.gif) no-repeat center;
	float:left;
	margin-bottom:5px;
}

.txtCli{
	color:#000;	
	float:left;
	margin-bottom:20px;
}

a.cli{	
	text-decoration:none;	
	color: red;	
}

a:hover.cli{		
	color: red;	
}

.form_Acesso_R{
	width:262px;	
	padding:20px;
	margin:50px 20px 0 0;	
	border:0px #979696 dashed;
	float:left;
	text-align:left;
}

.topNovCLi{
	width:124px;
	height:21px;
	background:url(../images/novo_cliente.gif) no-repeat center;
	float:left;
	margin-bottom:5px;
}

.txtLog{	
	color:#000;	
	float:left;
	margin-bottom:20px;
}

.form_row_acesso{
	width:175px;
	_width:175px;
	clear:both;
	padding:0px 0 10px 0;
	_padding:5px 0 5px 0;
	color:#4a4949;
	float:left;
}

input.contact_tel{
	width:150px;
	height:18px;
	background-color:#fff;
	color:#4a4949;
	border:1px #DFDFDF solid;
	float:left;	
}

.form_EsqSen{
	width:482px;	
	padding:20px;
	margin:0px 20px 90px 15px;	
	border-top:1px #979696 dashed;
	float:left;
	text-align:left;
}

.topEsqSen{
	width:133px;
	height:20px;
	background:url(../images/esqueceu_senha.gif) no-repeat center;
	float:left;
	margin-top:15px;
	margin-bottom:15px;
}

input.contact_acesso{
	width:183px;
	height:18px;
	background-color:#fff;
	color:#4a4949;
	border:1px #DFDFDF solid;
	float:left;	
}

/*---------- CADASTRO ----------*/
.topCadastro{
	width:535px;
	height:60px;	
	background:url(../images/topCadastro.png) repeat-y center;
	margin-left:9px;
	margin-top:17px;
}

.form_cot{
	width:475px;	
	padding:10px;
	margin:0px 20px 0 15px;	
	border:0px #999 dashed;
	float:left;
	text-align:left;
}

.topDados{
	width:89px;
	height:23px;
	background:url(../images/dados_gerais.gif) no-repeat center;
	float:left;
	margin-bottom:5px;
}

.topEnd{
	width:68px;
	height:25px;
	background:url(../images/endereco.gif) no-repeat center;
	float:left;
	margin-bottom:5px;
}

/*------ Detalhes dos Produtos ------*/
.topDetalhesPro{
	width:535px;
	height:60px;	
	background:url(../images/topDetalhesPro.png) repeat-y center;
	margin-left:9px;
	margin-top:17px;
}

.titDet{	
	font-size:16px;	
	color:#4a4949;	
	float:left;
	margin-left:10px;
	margin-top:21px;
}

.fndDetProd{
	width:532px;
	height:453px;	
	background:url(../images/fndDetProd.png) repeat-y center;	
	margin-top:30px;
	margin-bottom:0px;
	margin-left:9px;
	float:left;
}

.fotProd{
	width:250px;
	height:250px;	
	float:left;
	margin-top:19px;
	margin-left:19px;
	border:0px solid #999;
}

.txtDesc{
	width:230px;
	height:160px;	
	color:#4a4949;	
	margin-left:20px;
	margin-top:30px;	
	text-align:left;
	float:left;
}

.linha{
	width:230px;
	
	font-size:11px;	
	color:#4a4949;		
	border-top:1px dashed #999;
	text-align:center;
	float:left;
	margin-left:20px;
	margin-top:10px;
}

.precoProd{
	width:230px;	
	font-size:22px;	
	color:#4a4949;
	margin-left:25px;
	margin-top:10px;
	float:left;
	text-align:left;
}

.estProd{
	width:230px;		
	color:#4a4949;
	margin-left:25px;
	margin-top:10px;
	float:left;
	text-align:left;
}

.fndFoto{
	border:0px solid #999;
	width:532px;
	height:120px;
	float:left;
}

.fotosAdd{
	background-color:#FFF;
	float:left;
	width:90px;
	height:120;
	margin-top:20px;
	margin-left:13px;
}

/*---------- CARRINHO ----------*/
#meioCarro{
	width:555px;
	height:993px;
	float:left;
	overflow:auto;
	background:#FFFFFF;	
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-borde-radius:12px;	
}	

.carrinho{
	width:531px;	
	border:0px solid #000;
	margin-left:10px;
	margin-top:15px;	
	color: #000;
}

.topCarrinho{
	width:535px;
	height:60px;		
	margin-left:9px;
	margin-top:17px;
}

.topListProd{
	width:535px;
	height:60px;	
	background:url(../images/topListProd.png) repeat-y center;
	margin-left:9px;
	margin-top:17px;
}

.topBotao{
	width:521px;
	height:45px;	
	border:0px solid #000;
	margin-left:10px;
	margin-top:15px;
	margin-bottom:20px;
	color: #000;
}

.vltLoja{
	width:200px;
	float:left;
	margin-left:0px;
	border:0px solid #000;
	text-align:left;
	margin-top:0px;
}

.finaliza{
	width:200px;
	float:right;
	margin-right:20px;
	border:0px solid #000;
	text-align:right;
	margin-top:0px;
}

.listProd{
	width:535px;		
	border:0px #000 solid;
	font-family:Arial, Helvetica, sans-serif;	
	margin-top:15px;
	text-align:left;
}

.listProd2{
	width:535px;		
	border:0px #000 solid;
	font-family:Arial, Helvetica, sans-serif;	
	margin-top:15px;
	margin-left:15px;
	text-align:left;
}

.list{
	font-size:11.5px;
	font-family:"Courier New", Courier, monospace;
}	

.btList{
	float:right;
	margin:10px 28px 0 0;
}	

.CarVazi{
	width:521px;
	height:550px;	
	border:0px solid #000;
	text-align:center;
	margin-left:10px;
	margin-top:15px;	
	color:#000;
}

.prodCar{
	width:531px;	
	border:0px solid #000;
}

.topCar{
	width:531px;
	height:33px;
	background:url(../images/cabCar.gif) no-repeat center;
	float:left;
	border:0px solid #000;
	margin-top:5px;	
	font-size:12px;
}

.txtCab{
	padding:10px 10px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;	
	font-style:12px;
}

.meioCar{
	width:100%;
	height:32px;
	float:left;
	font-size:12px;
	font-family:"Courier New", Courier, monospace;
	color:rgb(51, 51, 51);	
	border-bottom-color:rgb(153, 153, 153);
	border-bottom-width:1px;
	border-bottom-style:solid;
	background-color:rgb(239, 239, 239);		
}

input.contact_qtd{
	width:31px;
	height:18px;
	background-color:#fff;
	color:#4a4949;
	border:1px #DFDFDF solid;
	float:left;
	text-align:right;	
}

.totCar{	
	width:531px;
	height:33px;	
	font-family:Arial, Helvetica, sans-serif;
	margin-right:12px;	
	float:right;
	border:0px solid #000;
	margin-top:50px;
	text-align:right;	
	font-size:18px;
	color:#4a4949;	
}

.txtTot{
	padding:7px 10px 5px 0;
}

a.car{		
	text-decoration:none;		
	color:#FFF;
	margin-top:18px;
	margin-left:10px;
}

a:hover.car{
	color:#979696;
}

/*------ Finaliza Compra ------*/
#finaliza{
	width:531px;		
	margin-left:10px;
	margin-top:15px;	
	color:#000;
}

.topFinalEnd{
	width:535px;
	height:60px;	
	background:url(../images/topFinalEnd.png) repeat-y center;
	margin-left:9px;
	margin-top:17px;
}

.txtDados{
	width:531px;	
	float:left;	
	color:#000;
	font-size:16px;
	text-align:left;	
}

.txtPedido{
	width:330px;
	float:left;	
	color:#000;
	text-align:left;	
	margin-top:5px;
}

.txtData{
	width:191px;
	float:left;	
	color:#000;
	text-align:left;	
	margin-top:5px;
}

.txtEntrega{
	width:531px;
	float:left;	
	color:#000;	
	text-align:left;
	margin-top:10px;
}

.txtEnd{
	width:330px;
	float:left;	
	color:#000;
	text-align:left;	
	margin-top:5px;
}

.txtNume{
	width:191px;
	float:left;	
	color:#000;
	text-align:left;	
	margin-top:5px;
}

.txtCep{
	width:531px;
	float:left;	
	color:#000;
	text-align:left;	
	margin-top:5px;
}

.txtComp{
	width:531px;
	float:left;	
	color:#000;
	text-align:left;	
	margin-top:5px;
	margin-bottom:10px;
}

.txtSubTot{
	width:531px;	
	float:left;	
	color:#000;
	font-size:16px;
	text-align:left;
	margin-top:60px;
	margin-bottom:20px;
}	

/*---------- BOTOES ----------*/
.botoes{ 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:13px; 
	color:#FFFFFF; 
	padding:3px 10px 3px 10px;
	margin-top:10px;
	border:1px solid #000;
	background-color:#4f4e4e;
	text-decoration:none;
}

.botoes:hover{
	background-color:#979696;
}

.botoes1{ 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:13px; 
	color:#000; 
	padding:3px 10px 3px 10px;
	margin-top:10px;
	border:1px solid #ececec;
	background-color:#ececec;
	text-decoration:none;
}

.botoes1:hover{
	background-color:#979696;
	color:#FFF;
}

/*---------- FOOTER ----------*/
#footer{
	width:944px;
	height:140px;
	background-color:#4a4949;
	border:1px solid #4a4949;
	border-top-left-radius:12px;
	-moz-border-radius-topleft:12px;
	-webkit-border-top-left-radius:12px;
	border-top-right-radius:12px;
	-moz-border-radius-topright:12px;
	-webkit-border-top-right-radius:12px;	
}

#footer_box_left{
	width:300px;
	float:left;	
}
	
#footer_box_left_txt{
	padding:5px;
	float:left;
	color:#FFFFFF;
	margin:15px	20px;
	text-align:left;
}

#footer_box_center{
	width:250px;
	float:left;		
}

#footer_box_center_txt{
	padding:5px;
	float:left;
	color:#FFFFFF;
}

#footer_box_center_img{
	background:url(../images/rel.png) no-repeat;
	width:30px;
	height:30px;
	margin: 5px 10px 10px 5px;
	float:left;
}

#footer_box_center span{
	margin:12px 0px 15px 0px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;		
}

#footer_box_center p{
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;	
}	

#footer_box_right{
	width:270px;
	float:left;	
}

#footer_box_right_txt{
	padding:5px;
	float:left;
	color:#FFFFFF;
}

#footer_box_right_img{
	background:url(../images/tel.png) no-repeat;
	width:30px;
	height:30px;
	margin: 5px 10px 10px 5px;
	float:left;
}

#footer_box_right span{	
	margin:12px 0px 15px 0px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;		
}

#footer_box_right p{
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;	
}	

#footer_box_right a{
	text-decoration:none;
	color:#FFFFFF;
}	

#footer_box_right a:hover{
	text-decoration:underline;	
	color:#CCC;		
}

#footer_box_rightum{
	width:122px;
	float:left;	
	margin-top:10px;
}		