#conteudo p.voltar{
	clear:both;
	height:20px;
	margin:6px 0 6px 0;
}

#conteudo p.voltar a{
	background:url(img/voltar.gif) no-repeat left;
	padding:0 4px 0 26px;
	height:20px;
	line-height:20px;
	font-weight:bold;
	color:#CC0000;
	float:left;
}

#conteudo p.voltar a:hover{
	text-decoration:underline;
}

#conteudo h1{
	font-size:24px;
	color:#999;
	letter-spacing:-1px;
}

#conteudo h2{
	font-size:20px;
	color:#B60103;
	padding:4px;
	margin:4px;
}

/*/// FORMULARIO PADRAO (FORMATO LABEL EM * INPUT) ///*/

#conteudo .form ul{
	margin:8px 0 8px 0;
}

#conteudo .form ul li{
	background:#CC0000;
	color:#FFFFFF;
	font-weight:bold;
	margin:0 6px 0 6px;
	text-indent:8px;
	padding:3px 6px 3px 0;
}

#conteudo .form p{
	width:96%;
	margin:0 auto;
}

#conteudo .form label{
	float:left;
	padding:10px 8px 2px 0;
	font-weight:bold;
	font-size:12px;
	color:#666;
	margin-top:8px;
}

#conteudo .form em{
	float:left;
	font-size:10px;
	color:#666;
	padding:12px 2px 2px 0;
	margin-top:8px;
}

#conteudo .form em.required{
	font-size:20px;
	color:#FF0000;
	padding:0;
	font-weight:bold;
}

#conteudo .form input, .form select{
	width:98%;
	border:#CCC 1px solid;
	height:18px;
	background:url(img/gradiente.gif) repeat-x top #FFF;
	float:left;
}

#conteudo .form textarea{
	width:98%;
	border:#CCC 1px solid;
	height:70px;
	background:url(img/gradiente.gif) repeat-x top #FFF;
	float:left;
	overflow:auto;
}

#conteudo .form p.botao{
	clear:both;
	padding-top:10px;
}

#conteudo .form p.botao input{
	width:100px;
	height:20px;
	line-height:16px;
	text-align:center;
	background:url(img/degrade_min.jpg) repeat-x #FFF;
	border:#CCC 1px solid;
	display:block;
	float:none;
	font-weight:bold;
	color:#666;
	font-size:12px;
	cursor:hand;
	cursor:pointer;
}

/*// FORMULARIO EM LINHA (SEM DESCRICOES) //*/

#conteudo .dForm ul{
	margin:0 0 8px 8px;
}

#conteudo .dForm ul li{
	color:#FFF;
	font-weight:bold;
	padding:3px 6px 3px 10px;
	background:#CC0000;
	width:90%;
}

#conteudo .dForm label{
	float:left;
	width:30%;
	padding:3px 6px 0 0;
	text-align:right;
}

#conteudo .dForm p{
	float:left;
	width:100%;
	padding:3px 0 3px 0;
}

#conteudo #minBuscv p{
	float:none;
	width:260px;
	height:22px;
}

#conteudo .dForm select, #conteudo .dForm input{
	width:65%;
	border:#CCC 1px solid;
	height:20px;
	background:url(img/gradiente.gif) repeat-x top #FFF;
	float:left;
}

#conteudo .dForm textarea{
	width:65%;
	border:#CCC 1px solid;
	height:80px;
	overflow:hidden;
	background:url(img/gradiente.gif) repeat-x top #FFF;
	float:left;
}

#conteudo .dForm .gSize{
	width:50%;
}

#conteudo .dForm .mSize{
	width:40%;
}

#conteudo .dForm .pSize{
	width:30%;
}

#conteudo .dForm p.botao{
	margin-bottom:8px;
}

#conteudo .dForm p.botao input{
	width:100px;
	height:20px;
	line-height:16px;
	text-align:center;
	background:url(img/degrade_min.jpg) repeat-x #FFF;
	border:#CCC 1px solid;
	display:block;
	float:none;
	font-weight:bold;
	color:#666;
	font-size:12px;
	cursor:hand;
	cursor:pointer;
	float:right;
	margin-right:8px;
}

#conteudo .fObs{ /*// OBSERVACOES /*/
	border-top:#EAEAEA 1px solid;
	padding:8px;
	border-bottom:#EAEAEA 1px solid;
}

#conteudo .fObs p{
	margin-bottom:6px;
}

/*//////////////////////////////////////////////////////////// HOME ///////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////// HOME ///////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////// HOME ///////////////////////////////////////////////////////////////////////*/


#conteudo .hModuloe{ /*// MODULO DA ESQUERDA //*/
	width:400px;
	float:left;
}

#conteudo .nDet{ /*// NOTICIA DESTAQUE //*/
	float:left;
	width:200px;
	height:200px;
	background:#FFF;
	margin-bottom:10px;
	overflow:hidden;
}

#conteudo .nDet p.ear{
	font-size:10px;
}

#conteudo .nDet h4 a{
	font-size:16px;
	position:relative;
	top:-2px;
}

#conteudo .nDet h4 a:hover{
	text-decoration:underline;
}

#conteudo .nDet img{
	padding:1px;
	border:#CCC 1px solid;
}

#conteudo .nDet p.legenda{
	width:200px;
	background:#E8E8E8;
	position:relative;
	top:-2px;
	border-top:#FFF 1px solid;
}

#conteudo .nDet p.legenda a:hover{
	text-decoration:underline;
}

#conteudo .hModuloe ul{ /*// LISTA DE NOTICIAS //*/
	float:right;
	width:180px;
	height:200px;
	background:#FFF;
}

#conteudo .hModuloe ul li a{
	display:block;
	width:176px;
	padding:9px 0 9px 4px;
	background:url(img/dot.gif) repeat-x bottom;
}

#conteudo .hModuloe ul li a:hover{
	background:url(img/dot.gif) repeat-x bottom #E8E8E8;
	text-decoration:underline;
}

#conteudo .hModuloe .homePub{ /*// BANNER HOME //*/
	width:400px;
	clear:both;
	margin-bottom:10px;
}

#conteudo .hModuloe .homePub img{
	border:none;
	margin:0 auto;
}

#conteudo .hEspec{ /*// ESPECIAIZADAS //*/
	float:left;
	width:200px;
	height:240px;
	background:#E8E8E8;
	margin-bottom:10px;
}

#conteudo .hEspec h4{
	font-size:20px;
	color:#333;
	text-indent:4px;
	position:relative;
	top:3px;
}

#conteudo .hEspec p{
	font-size:10px;
	text-indent:4px;
}

#conteudo .hEspec select{
	width:140px;
	height:18px;
	line-height:18px;
	border:#CCC 1px solid;
	margin:10px 0 10px 10px;
}

#conteudo .hEspec .especbox{
	width:200px;
	height:90px;
}

#conteudo .hEspec .especbox a.logRev{
	float:left;
	width:70px;
	height:70px;
	padding:2px;
	background:#FFF;
	margin:0 6px 0 6px;
}

#conteudo .hEspec .especbox a img{
	border:none;
}

#conteudo .hEspec .especbox a.logRev:hover{
	background:#CCC;
}

#conteudo .hEspec .especbox p{
	text-indent:0;
}

#conteudo .hEspec .especbox p a{
	color:#CC0000;	
}

#conteudo .hEspec .especbox address{
	font-weight:bold;
}

#conteudo .hEspec .especbox h5{
	font-size:14px;
}

#conteudo .hEspec .especbox a:hover{
	text-decoration:underline;	
}

#conteudo .hVideos{ /*// HOME VIDEOS //*/
	float:right;
	width:180px;
	height:240px;
}

#conteudo .hModuloe .hVideos ul li{
	background:url(img/dot.gif) repeat-x bottom;
	padding-bottom:1px;
}

#conteudo .hModuloe .hVideos ul li a{
	width:146px;
	padding-right:30px;
	background:url(img/video.gif) no-repeat 150px;
}

#conteudo .hModuloe .hVideos ul li a em{
	display:block;
	font-weight:bold;
}

#conteudo .hModuloe .hVideos ul li a:hover{
	background:url(img/video.gif) no-repeat 150px #E8E8E8;
}

#conteudo .hModulod{ /*// MODULO DA DIREITA //*/
	width:330px;
	float:right;
	padding-top:10px;
}

#conteudo .hBoxes{ /*// BOX DE LISTAS //*/
	width:164px;
	overflow:visible;
	float:left;
	margin-bottom:4px;
}

#conteudo .hBoxes em{
	font-size:12px;
	font-weight:bold;
}

#conteudo .hBoxes img{
	padding:1px;
	border:#CCC 1px solid;
}

#conteudo .hBoxes span{
	color:#666;
	display:block;
}

#conteudo .hBoxes em.valorBox{
	text-align:right;
	font-size:14px;
	color:#FF0000;
	margin-right:10px;
	font-weight:bold;
	display:block;
	margin-top:6px;
}

#conteudo .hBoxes a{
	display:block;
	padding:10px 0 10px 10px;
}

#conteudo .hBoxes a:hover{
	background:#E8E8E8;
}


/*////////////////////////////////////////////////////////////// LISTAS /////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////// LISTAS /////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////// LISTAS /////////////////////////////////////////////////////////////////*/

#conteudo .detResult{	/*// DIV DETALHE DE BUSCA //*/
	background:url(img/corner_left.gif) no-repeat left;
	height:30px;
	padding-left:13px;
	margin-bottom:8px;
}

#conteudo .detResult h5{
	background:#E2E2E2 url(img/corner_right.gif) no-repeat right;
	padding:5px 15px 4px 0; 
	float:left;
	color:#333;
	font-size:12px;
	font-weight:normal;
}

#conteudo .detResult h5 em{
	font-weight:bold;
	font-size:16px;
}

#conteudo .detResult h5 img{
	border:none;
	margin:2px 0 0 8px;
	cursor:hand;
	cursor:pointer;
}

#conteudo #boxResult{
	float:left;
	width:100%;
	background:#E2E2E2;
	margin-bottom:8px;
}

#conteudo #boxResult p{
	padding:6px;
	line-height:30px;
}

#conteudo #boxResult p em{
	padding-right:20px;
	font-weight:bold;
	font-size:12px;
	color:#666;
	background:url(img/dot4.gif) no-repeat right;
}

#conteudo .busca{ /*// BUSCA //*/
	width:100%;
	height:50px;
	margin:0 0 14px 0;
	border-top:#FFF 5px solid;
	background:url(img/busca_fundo.jpg) repeat-x #EAEAEA;
	overflow:hidden;
}

#conteudo .busca .cantoE{
	background:url(img/busca_canto_esquerda.jpg) no-repeat left;
	width:16px;
	height:50px;
	float:left;
}

#conteudo .busca form{
	height:50px;
	width:500px;
	float:left;
}

#conteudo .busca form.bReven{
	width:720px;
}

#conteudo .busca label{
	font-size:18px;
	font-weight:bold;
	color:#666;
	float:left;
	width:80px;
	margin-top:12px;
	padding:0;
}

#conteudo .busca form.bReven label{
	width:90px;
}

#conteudo .busca label em{
	font-weight:normal;
	font-size:11px;
	text-align:right;
	padding:0;
	position:relative;
	top:-5px;
	float:left;
}

#conteudo .busca input{
	height:26px;
	width:300px;
	font-size:18px;
	border:#CCC 1px solid;
	position:relative;
	top:12px;
	float:left;
}

#conteudo .busca select{
	height:28px;
	line-height:28px;
	width:200px;
	font-size:14px;
	border:#CCC 1px solid;
	position:relative;
	top:12px;
	float:left;
	margin-right:16px;
}

#conteudo .busca select.revCid{
	width:290px;
}

#conteudo .busca input.botao{
	height:28px;
	width:90px;
	text-align:center;
	font-size:12px;
	border:#CCC 1px solid;
	font-weight:bold;
	color:#666;
	cursor:hand;
	cursor:pointer;
	position:relative;
	top:12px; left:-1px;
	float:left;
	background:url(img/degrade_min.jpg) repeat-x;
}

#conteudo .busca a{
	width:190px;
	height:48px;
	background:url(img/busca_avancada.jpg) repeat-x bottom #FFF;
	border:#DFDFDF 1px solid;
	float:left;
	display:block;
	padding-left:28px;
}

#conteudo .busca a h5{
	font-size:15px;
	color:#666;
	margin-top:5px;
	position:relative;
	top:3px;
	background:url(img/lupa.gif) no-repeat left;
	text-indent:25px;
}

#conteudo .busca a:hover{
	background:url(img/busca_avancada.jpg) repeat-x left 8px #FFF;
}

#conteudo .busca .cantoD{
	background:url(img/busca_canto_direita.jpg) no-repeat right;
	width:12px;
	height:50px;
	float:right;
	border-left:#FFF 1px solid;
}

#conteudo .busca #dCanto{
	border:none;
}

#conteudo .contList{ /*// LISTA //*/
	width:500px;
	float:left;
}

#conteudo .navegador{ /*// PAGINADOR //*/
	height:60px;
	background:#EEE;
	margin-bottom:8px;
	padding-left:10px;
	clear:both;
}

#conteudo .navegador span{
	height:60px;
	width:210px;
	display:block;
	float:left;
}

#conteudo .navegador address{
	display:block;
	width:110px;
	color:#666;
	font-size:10px;
	float:left;
}

#conteudo .navegador select{
	width:100px;
	height:20px;
	float:left;
	border:#CCC 1px solid;
}

#conteudo .navegador h4{
	font-size:11px;
	font-weight:normal;
	color:#666;
	float:left;
	margin-top:5px;
}

#conteudo .navegador h4 em{
	font-size:14px;
	font-weight:bold;
	color:#666;
	float:left;
	position:relative;
	top:-3px;
}

#conteudo .navegador ul{
	width:240px;
	height:60px;
	float:right;
}

#conteudo .navegador ul li{
	width:60px;
	height:60px;
	float:left;
}

#conteudo .navegador ul li a{
	display:block;
	text-align:center;
	width:60px;
	padding:36px 0 10px 0;
}

#conteudo .navegador ul li a.prim{
	background:url(img/navegador_primeira.gif) no-repeat center 10px;
}

#conteudo .navegador ul li a.prim:hover{
	background:url(img/navegador_primeira.gif) no-repeat center 10px #FAFAFA;
	text-decoration:underline;
}

#conteudo .navegador ul li a.ant{
	background:url(img/navegador_anterior.gif) no-repeat center 10px;
}

#conteudo .navegador ul li a.ant:hover{
	background:url(img/navegador_anterior.gif) no-repeat center 10px #FAFAFA;
	text-decoration:underline;
}

#conteudo .navegador ul li a.prox{
	background:url(img/navegador_proxima.gif) no-repeat center 10px;
}

#conteudo .navegador ul li a.prox:hover{
	background:url(img/navegador_proxima.gif) no-repeat center 10px #FAFAFA;
	text-decoration:underline;
}

#conteudo .navegador ul li a.ult{
	background:url(img/navegador_ultima.gif) no-repeat center 10px;
}

#conteudo .navegador ul li a.ult:hover{
	background:url(img/navegador_ultima.gif) no-repeat center 10px #FAFAFA;
	text-decoration:underline;
}


#conteudo .lMod{ /*// MODULO LATERAL //*/
	width:220px;
	float:right;
}

#conteudo .lMod .filtro{ /*// FILTRO DE BUSCA //*/
	width:220px;
	padding-top:14px;
	background:url(img/destaque.png) repeat-x bottom #E63C00;
}

#conteudo .lMod .filtro h2{
	font-size:1px;
	color:#B60103;
	padding:0;
	margin:0;
	background:url(img/filtre.gif) no-repeat center;
	width:220px;
	height:25px;
	text-indent:-9999px;
	overflow:hidden;
	margin-bottom:12px;
}

#conteudo .lMod .filtro p{
	height:22px;
	margin-top:4px;
}

#conteudo .lMod .filtro label{
	float:left;
	width:54px;
	padding-right:4px;
	height:22px;
	line-height:22px;
	text-align:right;
	color:#FFF;
}

#conteudo .lMod .filtro select{
	float:left;
	width:140px;
	height:22px;
	border:#CCC 1px solid;
}

#conteudo .lMod .filtro select.min{
	width:60px;
}

#conteudo .lMod .filtro em{
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	margin:0 7px 0 7px;
}

#conteudo .lMod .filtro input{
	background:url(img/buscar.gif);
	width:87px;
	height:37px;
	border:none;
	font-size:1px;
	color:#CC3300;
	cursor:hand;
	cursor:pointer;
	position:relative;
	top:4px;
	left:110px;
}

#conteudo .lMod .lVid{ /*// LISTA DE VIDEOS //*/
	background:#EFEFEF;
	margin-top:20px;
	padding:8px 0 8px 0;
}

#conteudo .lMod h4{
	font-size:14px;
	color:#C83A0D;
	position:relative;
	top:3px;
	text-indent:8px;
}

#conteudo .lMod h6{
	text-indent:8px;
	font-weight:normal;
	margin-bottom:10px;
}

#conteudo .lMod ul li{
	background:url(img/dot.gif) repeat-x bottom;
	padding-bottom:1px;
}

#conteudo .lMod ul li a{
	width:170px;
	display:block;
	padding:9px 40px 9px 10px;
	background:url(img/video.gif) no-repeat 180px;
}

#conteudo .lMod ul li em{
	display:block;
	font-weight:bold;
}

#conteudo .lMod ul li span{
	display:block;
}

#conteudo .lMod ul li a:hover{
	background:url(img/video.gif) no-repeat 180px #FFF;
	text-decoration:underline;
}

#conteudo .lMod .lRelac{ /*// RESULTADOS RELACIONADOS //*/
	background:#EFEFEF;
	margin-top:20px;
	padding:8px 0 8px 0;
}

#conteudo .lRelac img{
	float:left;
	padding:1px;
	border:#CCC 1px solid;
	margin:0 6px 0 0;
}

#conteudo .lRelac ul li a{
	width:210px;
	display:block;
	padding:8px 0 8px 10px;
	background:none;
	min-height:50px;
}

#conteudo .lRelac ul li em{
	display:block;
	font-weight:bold;
}

#conteudo .lRelac ul li span{
	display:block;
}

#conteudo .lRelac ul li a:hover{
	background:#FFF;
	text-decoration:underline;
}

/*////////////////////////////////////////////////////////////////// DETALHES DO PRODUTO ////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////// DETALHES DO PRODUTO ////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////// DETALHES DO PRODUTO ////////////////////////////////////////////////////////*/

#conteudo .contDet{ /*// BOX PRINCIPAL //*/
	width:440px;
	height:382px;
	float:left;
	overflow:hidden;
}

#conteudo #imgDet{
	width:440px;
	height:372px;
	overflow:hidden;
}

#conteudo #IMGgrande{
	width:440px;
	height:330px;
	background:url(img/loader.gif) no-repeat center;
}

#conteudo #IMGgrande img{
	float:left;
}

#conteudo #imgDet ul li{
	float:left;
	list-style:none;
}

#conteudo #imgDet ul li img{
	border:none;
	width:140px;
	height:105px;
}

#conteudo #imgDet ul li a img{
	width:100px;
	height:75px;
	display:block;
	margin:4px;
	overflow:hidden;
	cursor:hand;
	cursor:pointer;
	opacity:0.99;
	-moz-opacity: 0.99;
	filter: alpha(opacity=99);
}

#conteudo #imgDet .galeria{
	width:432px;
	height:90px;
	position:relative;
	top:-90px;
	float:left;
	padding:4px 4px 0 4px;
	z-index:20;
}

#conteudo #imgDet #fundoGal{
	width:432px;
	height:86px;
	position:relative;
	top:-184px;
	float:left;
	background:#000;
	padding:4px 4px 0 4px;
	z-index:10;
	opacity:0.60;
	-moz-opacity: 0.60;
	filter: alpha(opacity=60);
}

#conteudo #imgDet .Jslider{
	overflow:hidden;
	width:432px;
	height:90px;
}

#conteudo #imgDet p#ABAimg{
	height:20px;
	background:url(img/header_caixa_canto.gif) no-repeat -20px -20px;
	position:relative;
	top:-90px;
	padding-top:70px;
}

#conteudo #imgDet p#ABAimg a{
	background:url(img/aba_galeria.gif) no-repeat;
	width:80px;
	height:20px;
	line-height:20px;
	color:#333;
	float:right;
	text-align:center;
	font-weight:bold;
	margin-right:20px;

}

#conteudo #imgDet p#ABAimg a em{
	color:#333;
	font-weight:bold;
	font-size:18px;
	float:left;
	margin-right:4px;
	position:relative;
	left:16px;
}

#conteudo #GalControle{
	width:200px;
	height:40px;
	position:absolute;
	top:87px;
	left:240px;
	z-index:8000;
}

#conteudo #GalControle a{
	width:30px;
	height:38px;
	float:left;
	border:none;
	background:url(img/seta_img_voltar.gif) no-repeat top;
	overflow:hidden;
	font-size:1px;
	text-indent:-9999px;
	cursor:hand;
	position:relative;
	left:100px;
	cursor:pointer;
}

#conteudo #GalControle a.fprev{
	left:104px;
	background:url(img/seta_img_avancar.gif) no-repeat top;
}

#conteudo #GalControle a:hover{
	background:url(img/seta_img_voltar.gif) no-repeat bottom;
}

#conteudo #GalControle a.fprev:hover{
	background:url(img/seta_img_avancar.gif) no-repeat bottom;
}

#conteudo #vidDet{ /*// VIDEO //*/
	width:440px;
	height:372px;
	overflow:hidden;
}

#conteudo .contDet .abas{
	height:50px;
	background:url(img/aba.gif) no-repeat top;
	position:relative;
	top:-42px;
}

#conteudo .contDet .abas a{
	background:url(img/aba_imagens.gif) no-repeat;
	width:95px;
	height:28px;
	line-height:24px;
	display:block;
	text-indent:16px;
	text-align:center;
	font-weight:bold;
	float:left;
	margin:14px 8px 0 0;
	cursor:hand;
	cursor:pointer;
}

#conteudo .contDet .abas a.abaVid{
	background:url(img/aba_videos.gif) no-repeat;
}

#conteudo .comDet{ /*// COMENTARIOS //*/
	width:290px;
	float:right;
}

#conteudo .descObj{
	width:98%;
	height:80px;
	overflow:auto;
	padding:4px;
	margin-bottom:8px;
}

#conteudo .comDet h5{
	font-size:20px;
	color:#B60103;
	margin:4px;
}

#conteudo .comDet h2{
	background:url(img/icone_comentario.gif) no-repeat 6px;
	text-indent:36px;
	margin:0 0 8px 0;
	padding:2;
}

#conteudo .comDet h2.opcionais{
	background:url(img/icone_opcionais.gif) no-repeat 6px;
}

#conteudo .comDet p{
	padding:4px 0 8px 0;
}

#conteudo .comDet table{
	width:100%;
	margin-bottom:14px;
}

#conteudo .comDet table tr{
	background:#F1F1F1;
}

#conteudo .comDet table tr.rowcolor{
	background:#E5E5E5;
}

#conteudo .comDet table td{
	padding:4px;
}

#conteudo .boxVend{ /*// QUEM VENDE //*/
	width:230px;
	background:#EDEDED;
	float:left;
	padding-bottom:8px;
	margin-bottom:10px;
}

#conteudo .boxVend h2{
	background:url(img/icone_comprar.gif) no-repeat 6px;
	text-indent:36px;
}

#conteudo .boxVend a.logRev{
	float:left;
	width:70px;
	height:70px;
	padding:2px;
	background:#FFF;
	margin:0 6px 8px 6px;
}

#conteudo .boxVend a img{
	border:none;
}

#conteudo .boxVend a.logRev:hover{
	background:#CCC;
}

#conteudo .boxVend .vend{
	padding-left:20px;
}

#conteudo .boxVend h4{
	font-size:12px;
	color:#666;
	margin-top:6px;
}

#conteudo .boxVend address{
	font-size:12px;
	font-weight:bold;
	color:#666;
}

#conteudo .boxVend a.botRev{
	width:100px;
	height:20px;
	line-height:20px;
	text-align:center;
	background:url(img/degrade_min.jpg) repeat-x;
	border:#CCC 1px solid;
	display:block;
	margin:10px 6px 0 0;
	float:right;
}

#conteudo .boxVend a.orkut{
	width:100px;
	font-weight:bold;
	color:#CC0000;
	height:20px;
	line-height:20px;
	text-align:left;
	background:none;
	border:none;
	display:inline;
	margin:0;
	float:none;
}

#conteudo .boxVend a:hover{
	text-decoration:underline;
}

#conteudo .boxVend p{
	clear:both;
	margin:6px;
}

#conteudo .boxMsg{ /*// FORUMLARIO //*/
	width:270px;
	background:#EDEDED;
	float:left;
	margin:0 15px 0 15px;
	padding:6px 0 8px 0;
}

#conteudo .boxMsg h4{
	font-size:14px;
	color:#C83A0D;
	position:relative;
	top:3px;
	text-indent:8px;
}

#conteudo .boxMsg h6{
	text-indent:8px;
	font-weight:normal;
	margin-bottom:10px;
}

#conteudo .lRelac{ /*// RELACIONADOS //*/
	width:220px;
	background:#EAEAEA;
	float:left;
	padding:6px 0 8px 0;
}

#conteudo .lRelac h4{
	font-size:14px;
	color:#C83A0D;
	position:relative;
	top:3px;
	text-indent:8px;
	margin-bottom:14px;
}

#conteudo .lRelac h6{
	text-indent:8px;
	font-weight:normal;
	margin-bottom:10px;
}

#conteudo .lRelac ul li{
	background:url(img/dot.gif) repeat-x bottom;
	padding-bottom:1px;
}

#conteudo .lRelac img{
	width:60px;
	height:45px;
}

/*///////////////////////////////////////////////////////////////// DETALHE DO VENDEDOR ///////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////// DETALHE DO VENDEDOR ///////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////// DETALHE DO VENDEDOR ///////////////////////////////////////////////////*/

#conteudo #detV{
	width:750px;
	background:#EDEDED;
}

#conteudo .lista4Col .hBoxes{
	margin:10px;
}

#conteudo .boxDetVend{ /*// DESCRICAO DO VENDEDOR //*/
	width:360px;
	float:left;
	margin-bottom:8px;
}

#conteudo .boxDetVend img{
	float:left;
	border:#CCC 1px solid;
	margin:8px;
}

#conteudo .boxDetVend h4{
	font-size:20px;
	color:#333;
	margin-bottom:8px;
}

#conteudo .boxDetVend address{
	font-weight:bold;
	font-size:12px;
	color:#666;
}

#conteudo .boxDetVend address.Adsmail a{
	color:#FF0000;
}

#conteudo .boxDetVend address.AdsTel{
	font-size:20px;
	color:#333;
}

#conteudo .boxDetVend p{
	clear:both;
	padding:8px;
}

#conteudo .boxDetVend ul{
	float:left;
	height:60px;
}

#conteudo .boxDetVend ul li{
	width:42px;
	height:57px;
	float:left;
	margin-left:8px;
}

#conteudo .boxDetVend ul li.abaCont{
	background:url(img/aba_icone_contato.gif) no-repeat center 8px;
}

#conteudo .boxDetVend ul li.abaMap{
	background:url(img/aba_icone_mapa.jpg) no-repeat center 8px;
}

#conteudo .boxDetVend ul li.abaVideo{
	background:url(img/aba_icone_video.gif) no-repeat center 8px;
}

#conteudo .boxDetVend ul li a{	
	display:block;
	width:42px;
	padding:39px 0 5px 0;
	text-align:center;
	font-size:10px;
	background:url(img/aba_icones.gif) no-repeat top;
}

#conteudo .boxDetVend ul li a:hover{	
	background:url(img/aba_icones.gif) no-repeat bottom;
	text-decoration:underline;
}

#conteudo .boxActVend{  /*// ACOES DO VENDEDOR //*/
	width:360px;
	float:right;
	margin-bottom:10px;
}

#conteudo .boxActVend p{
	margin-bottom:8px;
}

#conteudo #detV .abas{
	height:50px;
	clear:both;
	background:url(img/aba_grande.gif) no-repeat top #FFF;
}

#conteudo #detV .abas a{
	background:url(img/aba_imagens.gif) no-repeat;
	width:95px;
	height:28px;
	line-height:24px;
	display:block;
	text-indent:16px;
	text-align:center;
	font-weight:bold;
	float:left;
	margin:14px 8px 0 0;
	cursor:hand;
	cursor:pointer;
}

#conteudo #detV .abas a.abaCont{
	background:url(img/aba_contato.gif) no-repeat;
}

#conteudo #detV .abas a.abaMap{
	background:url(img/aba_mapa.gif) no-repeat;
}

#conteudo #detV .abas a.abaVid{
	background:url(img/aba_videos.gif) no-repeat;
}

#conteudo #detV .abas a.abaEst{
	background:url(img/aba_estoque.gif) no-repeat;
}

#conteudo #vendedorWrapper #IMGgrande{
	width:440px;
	height:330px;
	float:left;
}

#conteudo .galeriaVend{
	float:right;
	width:306px;
	padding:0 0 0 4px;
}

#conteudo .galeriaVend img{
	width:100px;
	float:left;
	margin:1px;
	cursor:hand;
	cursor:pointer;
}

#conteudo .contMeth{
	width:180px;
	height:100px;
	float:right;
	margin-top:20px;
}

#conteudo .contMeth li{
	width:180px;
	text-align:center;
	float:left;
	padding:20px 0 20px 0;
	background:url(img/dot1.gif) repeat-x bottom;
}

#conteudo .contMeth li img{
	border:none;
}

#conteudo .contMeth li a:hover{
	text-decoration:underline;
}


/*/////////////////////////////////////////////////////////////// ESPECIALIZADAS //////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////// ESPECIALIZADAS //////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////// ESPECIALIZADAS //////////////////////////////////////////*/

#conteudo #espeCateg{
	width:270px;
	overflow:hidden;
}

#conteudo #espeCateg ul{
	width:130px;
	float:left;
	margin:10px 5px 0 0;
}

#conteudo #espeCateg ul li{
	width:130px;
	float:left;
	padding:4px 0 4px 0;
}

#conteudo #espeCateg ul li a{
	width:130px;
	background:none;
	color:#FF0000;
	font-weight:bold;
	display:inline;
	padding:0;
}

#conteudo .especBoxes{
	width:474px;
	float:right;
	overflow:hidden;
	padding-top:14px;
}

#conteudo .especBox{ /*/// DETALHE DA ESPECIALIZADA ///*/
	width:100%;
	float:left;
	padding:10px 8px 10px 8px;
	border-bottom:#EAEAEA 1px solid;
}

#conteudo .especBox img{
	width:70px;
	height:70px;
	float:left;
	padding:0 8px 8px 0;
}

#conteudo .especBox h4{
	font-size:14px;
	color:#262E40;
}

#conteudo .especBox address{
	font-size:11px;
	color:#666;
	font-weight:bold;
	font-size:14px;
}

#conteudo .especBox p{
	margin:6px 0 6px 0;
}

#conteudo .especBox a{
	color:#FF0000;
	font-weight:bold;
}


#conteudo .especBox a:hover{
	text-decoration:underline;
}

/*////////////////////////////////////////////////////// FORMATA //////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////// FORMATA //////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////// FORMATA //////////////////////////////////////////////////////////////*/

#conteudo #fVendido{
	width:380px;
	padding:40px 0 0 220px;
	height:200px;
	background:url(img/veiculoOut.jpg) no-repeat 20px;
}

#conteudo #fVendido h5{
	font-size:22px;
}

#conteudo #fVendido p{
	margin-top:6px;
}

#conteudo #fVendido p a{
	font-weight:bold;
	color:#CC0000;
}

#conteudo #fVendido p a:hover{
	text-decoration:underline;
	color:#FF0000;
}

#conteudo .msgFeed{ /*// BOX feedback //*/
	width:400px;
	margin:40px;
	padding-left:70px;
	background:url(img/feed_erro.gif) no-repeat left;
}

#conteudo #fOk{
	background:url(img/feed_ok.gif) no-repeat left;
}

#conteudo #fQuest{
	background:none;
}

#conteudo .msgFeed h5{
	font-size:40px;
	color:#FF0000;
}

#conteudo #fOk h5{
	color:#009900;
}

#conteudo #fQuest h5{
	color:#003333;
}

#conteudo .msgFeed h6{
	font-size:12px;
	color:#666;
	position:relative;
	top:-6px;
}

#conteudo .msgFeed a{
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
	text-indent:1px;
}

#conteudo #fOk a{
	color:#009900;
}

#conteudo .msgFeed a:hover{
	text-decoration:underline;
}

#conteudo p.escolha{
	height:29px;
	margin-top:10px;
	float:left;
	width:100%;
}

#conteudo p.escolha a, #conteudo p.escolha input{
	width:106px;
	text-align:center;
	height:29px;
	line-height:29px;
	display:block;
	background:url(img/botao_confirma.gif) no-repeat;
	color:#FFF;
	float:left;
	margin-right:10px;
	font-weight:bold;
	border:none;
	cursor:hand;
	cursor:pointer;
}

#conteudo p.escolha a.eNao, #conteudo p.escolha a.escProx, #conteudo p.escolha .escProx{
	background:url(img/botao_cancela.gif) no-repeat;
}

#conteudo p.escolha a.escNorm, #conteudo p.escolha .escNorm{
	background:url(img/botao_normal.gif) no-repeat;
	color:#666;
}

#conteudo .descForm{ /*// MODULO DESCRICAO / MENU //*/
	width:300px;
	float:left;
}

#conteudo #vModulo1{ /*/  <<<<< VENDA /*/
	width:180px;
	height:auto;
}

#conteudo .descForm h1{
	color:#003333;
	font-size:40px;
	letter-spacing:-1px;
}

#conteudo .descForm h5{
	font-size:12px;
	color:#666;
	position:relative;
	top:-5px;
}

#conteudo .descForm h4{
	margin:0 0 0 0;
	padding-top:20px;
}

#conteudo .descForm h4 em{
	font-size:12px;
	padding:1px;
	background:#CC0000;
	color:#FFF;
}

#conteudo .descForm p a{
	font-weight:bold;
	color:#CC0000;
}

#conteudo .descForm p a:hover{
	color:#FF0000;
	text-decoration:underline;
}

#conteudo .descForm .representa{
	width:140px;
	margin:5px 10px 5px 0;
	float:left;
}

#conteudo .descForm .representa h3{
	font-size:12px;
	font-weight:normal;
	position:relative;
	top:4px;
}

#conteudo .descForm .representa address{
	font-weight:bold;
	color:#666;
}

#conteudo .descForm .representa address em{
	font-size:20px;
	color:#666;
}

#conteudo .descForm p.dFmail{
	font-size:10px;
	clear:both;
}

#conteudo .descForm ul{
	width:180px;
}

#conteudo .descForm ul li{
	width:180px;
}

#conteudo .descForm ul li a{
	display:block;
	width:150px;
	background:url(img/dot2.gif) repeat-x bottom;
	padding:4px 0 4px 0;
	text-indent:4px;
}

#conteudo .descForm ul li a:hover{
	text-decoration:underline;
	background:url(img/dot2.gif) repeat-x bottom #EFEFEF;
}

#conteudo #Fale{ /*// FALE CONOSCO //*/
	width:440px;
	float:right;
	background:#EFEFEF;
	padding-bottom:10px;
	margin-top:18px;
}

/*////////////////////////////////////////////////////// VENDA //////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////// VENDA //////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////// VENDA //////////////////////////////////////////////////////////////*/

#conteudo .vForm{ /*/ FORMULARIO /*/
	width:280px;
	float:left;
	background:#EFEFEF;
	padding:20px 0 20px 0;
	margin-left:10px;
	position:relative;
	top:20px;
}

#conteudo .vForm h6{
	padding-left:6px;
	font-weight:normal;
	color:#666;
}

#conteudo .vForm h6 a{
	font-weight:bold;
	color:#CC0000;
}

#conteudo .vForm h6 a:hover{
	color:#FF0000;
	text-decoration:underline;
}

#conteudo .vModulo2{ /*/ DESCRICOES /*/
	width:270px;
	float:right;
	padding:20px 0 20px 0;
}

#conteudo .vModulo2 h4{
	margin:0 0 0 0;
	padding-top:20px;
}

#conteudo .vModulo2 h4 em{
	font-size:12px;
	padding:1px;
	background:#CC0000;
	color:#FFF;
}

#conteudo .vModulo2 p a{
	font-weight:bold;
	color:#CC0000;
}

#conteudo .vModulo2 p a:hover{
	color:#FF0000;
	text-decoration:underline;
}

/*////////////////////////////////////////////////////// LOGIN //////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////// LOGIN //////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////// LOGIN //////////////////////////////////////////////////////////////*/

#conteudo #lModulo{
	width:180px;
}

#conteudo .login{
	width:240px;
	padding:0 5px 0 5px;
	float:left;
	margin:20px 0 0 20px;
	padding-bottom:10px;
	background:#666;
}

#conteudo .login h3{
	color:#FFF;
	text-align:right;
	font-size:14px;
	padding:14px 2px 0 0;
	margin-bottom:20px;
}

#conteudo .login form{
	padding-top:6px;
	background:#FFFFFF;
	float:left;
	margin-bottom:8px;
}

#conteudo .login label{
	float:left;
	width:70px;
	padding:3px 6px 0 0;
	text-align:right;
}

#conteudo .login .dForm{
	padding-right:14px;
}

#conteudo .login .dForm p.botao input{
	margin:0;
}

#conteudo .login h6{
	text-align:center;
	color:#FFF;
}

#conteudo .login h6 a{
	font-size:11px;
	color:#FFF;
	margin:0 6px 0 6px;
	font-weight:normal;
}

#conteudo .login h6 a:hover{
	text-decoration:underline;
}

#conteudo h5.duvida{
	margin:6px 0 0 6px;
	clear:both;
}

#conteudo h5.duvida a{
	font-weight:bold;
	color:#006666;
	background:url(img/duvida.gif) no-repeat left;
	padding:4px 0 4px 20px;
}

#conteudo h5.duvida a:hover{
	color:#333;
	text-decoration:underline;
}

/*////////////////////////////////////////////////////// TELA DE CADASTRO //////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////// TELA DE CADASTRO //////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////// TELA DE CADASTRO //////////////////////////////////////////////////////////////*/

#conteudo .cadForm{
	width:560px;
	float:left;
	padding:20px 0 0 10px;
	overflow:hidden;
}

#conteudo .cadForm1{
	width:330px;
	float:left;
	border-right:#FFF 10px solid;
}

#conteudo .cadForm2{
	width:220px;
	float:right;
}

#conteudo .cadForm3{ 
	width:270px;
	float:left;
	border-right:#FFF 10px solid;
}

#conteudo .form table{ /*/ TABELA DE INPUT E CHECK /*/
	width:100%;
	clear:both;
}

#conteudo .form table.itens{
	margin-top:10px;
}

#conteudo .form table th{
	width:8%;
	padding:3px;
}

#conteudo .form table input{
	background:none;
	border:none;
	width:14px;
	float:right;
}

#conteudo .form table.itens label{
	float:none;
	padding:0 2px 0 2px;
	font-weight:normal;
	font-size:12px;
	color:#666;
	margin-top:0;
}

#conteudo .form table.divFo2 input{
	width:98%;
	border:#CCC 1px solid;
	height:18px;
	background:url(img/gradiente.gif) repeat-x top #FFF;
	float:left;
}

#conteudo .form table td{
	width:42%;
	padding:3px;
	vertical-align:middle;
}

/*////////////////////////////////////////////////////// ANUNCIANTE //////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////// ANUNCIANTE //////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////// ANUNCIANTE //////////////////////////////////////////////////////////////*/

#conteudo #vModulo2{
	width:200px;
}

#conteudo .painel{
	width:540px;
	float:right;
}

#conteudo #fCont{
	width:570px;
	float:right;
}

#conteudo .cHeader{ /*// CABECALHO //*/
	border:#CCC 1px solid;
	width:100%;
	margin:10px 0 10px 0;
}

#conteudo .cHeader td{
	padding:6px;
}

#conteudo .cHeader h5{
	text-align:right;
	color:#CC0000;
	font-size:12px;
}

#conteudo .cHeader h5 a{
	font-weight:normal;
	padding:0 6px 0 6px;
	font-size:11px;
}

#conteudo .cHeader h5 a:hover{
	color:#333;
	text-decoration:underline;
}

#conteudo .cHeader h4 a{
	color:#666;
	font-size:16px;
}

#conteudo .cHeader h4 a:hover{
	color:#333;
	text-decoration:underline;
}

#conteudo table.tLista{ /*// TABELA (LISTAGEM) //*/
	width:100%;
	margin-bottom:10px;
}

#conteudo table.tLista th{
	height:40px;
	line-height:40px;
	color:#FFF;
	background:url(img/th.png) repeat-x #CC0000;
	text-indent:6px;
	border-bottom:#FFF 2px solid;
}

#conteudo table.tLista tr{
	background:#F4F4F4;
}

#conteudo table.tLista tr.rowcolor{
	background:#E5E5E5;
}

#conteudo table.tLista td{
	padding:6px;
}

#conteudo table.tLista td a{
	color:#CC0000;
}

#conteudo table.tLista td a:hover{
	color:#FF0000;
	text-decoration:underline;
}

#conteudo table.tLista td img{
	border:none;
	margin-right:4px;
}

#conteudo table.tDetalhe{ /*// TABELA (DETALHE) //*/
	width:100%;
	margin-bottom:10px;
}

#conteudo table.tDetalhe th{
	color:#FFF;
	text-align:right;
	padding:10px 1px 1px 0;
	font-size:20px;
	background:url(img/th.png) repeat-x #CC0000;
	border-bottom:#FFF 2px solid;
}

#conteudo table.tDetalhe tr{
	background:#F4F4F4;
}

#conteudo table.tDetalhe tr.rowcolor{
	background:#E5E5E5;
}

#conteudo table.tDetalhe td{
	padding:4px;
	vertical-align:top;
}

#conteudo table.tDetalhe td label{
	float:left;
	color:#333333;
	font-weight:bold;
	width:100%;
}

#conteudo table.tDetalhe td a.link{
	color:#CC0000;
	font-weight:bold;
	width:100%;
}

#conteudo table.tDetalhe td a.link:hover{
	text-decoration:underline
}

#conteudo .cadFotos{ /*// CADASTRO DE FOTOS //*/
	width:98%;
	float:left;
	padding:4px;
	background:#EAEAEA;
	margin-top:8px;
}

#conteudo .cadFinal a{
	width:100px;
	height:20px;
	line-height:20px;
	text-align:center;
	background:url(img/degrade_min.jpg) repeat-x #00FF66;
	border:#CCC 1px solid;
	display:block;
	margin:10px 6px 0 0;
	float:right;
}

#conteudo .cadImgDet{
	width:140px;
	height:105px;
	margin:4px;
	overflow:hidden;
	float:left;
}

#conteudo .cadImgDet a img{
	border:none;
	float:right;
	position:relative;
	top:-22px;
	left:-2px;
}

#conteudo .cadImgDet2{
	width:100px;
	height:75px;
	margin:4px;
	overflow:hidden;
	float:left;
}

#conteudo .cadImgDet2 a img{
	border:none;
	float:right;
	position:relative;
	top:-22px;
	left:-2px;
}

#conteudo .cadImgDet3{
	width:100px;
	height:75px;
	margin:4px;
	overflow:hidden;
	float:left;
}

#conteudo .cadImgDet3 a img{
	border:none;
	float:right;
	position:relative;
	top:-22px;
	left:-2px;
}

#conteudo #termo{ /*// TERMO DE USO //*/
	width:480px;
	margin:0 auto;
	padding:10px 0 10px 0;
}

#conteudo #termo .checkTermo{
	background:#EAEAEA;
	text-align:center;
	padding:6px;
}

#conteudo #termo .checkTermo p{
	width:260px;
	height:16px;
	margin:0 auto 10px auto;
	overflow:hidden;
}

#conteudo #termo .checkTermo p input{
	float:left;
	margin-right:6px;
}

*html #conteudo #termo .checkTermo p input{
	position:relative;
	left:-4px; top:-4px;
	margin:0;
}

#conteudo #termo .checkTermo label{
	height:16px;
	float:left;
	margin:0 20px 0 0;
}

#conteudo #termo .botao{
	width:100px;
	height:20px;
	line-height:16px;
	text-align:center;
	background:url(img/degrade_min.jpg) repeat-x #FFF;
	border:#CCC 1px solid;
	font-weight:bold;
	color:#666;
	font-size:12px;
}

#conteudo .termoBox{
	width:460px;
	height:200px;
	overflow:auto;
	margin:8px 0 8px 0;
	padding:6px;
	border:#EAEAEA 5px solid;
}

table.progresso{ /*// TABELA DE PROGRESSO //*/
	width:100%;
	margin-bottom:10px;
	background:#E5E5E5;
}

table.progresso th{ /*//// ABAS ///*/
	height:34px;
	text-align:center;
	color:#FFFFFF;
	font-size:28px;
	font-weight:bold;
}

table.progresso th{ 
	background:url(img/progresso_aba.gif) no-repeat center #E5E5E5;
}

table#progresso th.proAba1, table#progresso2 th.proAba2, table#progresso3 th.proAba3, table#progresso4 th.proAba4, table#progresso5 th.proAba5{ 
	background:url(img/progresso_abav.gif) no-repeat center #CC0000;
}

table#progresso td.proInfo1, table#progresso2 td.proInfo2, table#progresso3 td.proInfo3, table#progresso4 td.proInfo4{
	background:url(img/progresso_seta.gif) no-repeat right #CC0000;
}

table#progresso5 td.proInfo5{
	background:#CC0000;
}

table.progresso td{ /*//// INFORMACOES ///*/
	vertical-align:center;
	text-align:center;
	padding:3px;
}

table.progresso td.proText{
	padding:3px 0 0 18px;
	vertical-align:top;
	background:#CC0000;
	text-align:left;
}

table.progresso td h4{
	font-size:20px;
	color:#FFF;
}

table.progresso td p{
	font-size:11px;
	color:#FFF;
	margin:0 0 4px 0;
}

#conteudo .contReven{
	width:750px;
	overflow:hidden;
}

#conteudo .boxReven{
	width:340px;
	height:100px;
	padding:4px;
	float:left;
	border-bottom:#CCC 1px solid;
	margin:0 20px 10px 0;
	position:relative;
	left:20px;
}

#conteudo .boxReven a.logRev{
	float:left;
	width:70px;
	height:70px;
	padding:2px;
	background:#FFF;
	margin:0 6px 0 6px;
}

#conteudo .boxReven a img{
	border:none;
}

#conteudo .boxReven a.logRev:hover{
	background:#CCC;
}

#conteudo .boxReven h4{
	font-size:14px;
}

#conteudo .boxReven a.estRev{
	width:50px;
	height:16px;
	line-height:16px;
	text-align:center;
	float:right;
	font-size:11px;
	background:url(img/botao_min.gif) no-repeat;
	color:#777;
}

#conteudo .boxReven a:hover{
	text-decoration:underline;
	color:#333;
}

#conteudo .userHome{ /*/ USER HOME /*/
	width:170px;
	height:70px;
	float:left;
	padding:20px 10px 20px 70px;
	background:url(img/icone_adicionar.gif) no-repeat 34px 24px;
}

#conteudo #addUsH{
	background:url(img/icone_lista.gif) no-repeat 34px 24px;
}

#conteudo .userHome1{
	width:410px;
	height:70px;
	float:left;
	padding:10px 10px 20px 70px;
	background:url(img/icone_contato.gif) no-repeat 34px 14px;
}

#conteudo .userHome1 h4 a, #conteudo .userHome h4 a{
	font-size:20px;
	color:#CC0000;
}

#conteudo .userHome1 h4 a:hover, #conteudo .userHome h4 a:hover{
	color:#FF0000;
	text-decoration:underline;
}

#conteudo .userHome1 p a:hover, #conteudo .userHome p a:hover{
	color:#333;
}
