html, body, div, span, table, caption,
tbody, tfoot, thead, tr, th, td, img, strong, 
h1, h2, h3, h4, h5, h6, p, a, 
ol, ul, li,
fieldset, form, 
label, button, legend {
    vertical-align: baseline;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

:focus{
    outline: 0;
}

ol, ul {
    list-style-type : square;
    list-style-position : inside;
}

table tr th
{
	border : 1px solid #000;
	font-weight : bold;
	text-align : center;
	padding : 2px 0 2px 0;	
}

/* -------------------------------------- FIM RESET ------------------------------------------- */


body {
	font-size:12px;
	font-family:"Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration:none;
	text-align: center; 
	}

body a{
	font-size:12px;
	font-family : "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	color:blue;
	text-decoration:none;
	}

body a:hover{
	text-decoration:underline;
	}

body img{
	border:0;
	}

body a img{
	border:0;
	}


/* ***************************************** elementos de pag  *************************** */

#container{
	position:relative;
	width:777px;
	height:auto;
	margin:auto;
	background-color:#fff;
	border:0px solid #000;
	text-align : left;
	}



#topo1{
	position:relative;
	width:100%;
	height:60px;
	background-color:#fff;
	}
	

#topo2
{
	clear : left;
	position:relative;
	width:100%;
	height:50px;
	background-color:#fff;
}

#logo{
	position:relative;
	background-color:#fff;
	float:left;
	width:220px;
	height:58px;
	padding-left:10px;
	padding-top:5px;
	}

#links{
	position:relative;
	background-color:#fff;
	float:left;
	width:480px;
	height:30px;
	margin-left:20px; 
	padding-top:5px;
	text-align:right;
	}

#links a{
	margin-left:12px; 
	}

#links a:hover{
	color:#000; 
	}

#slogan
{
	float:left;
	position:relative;
	background-color:#fff;
	width:200px;
	height:37px;
	margin-left:10px;
	padding-top : 3px;
	display : inline;
}
	
#busca
{
	float:left;
	position:relative;
	background-color:#fff;
	width:280px;
	height:40px;
	margin-left:10px;
	}

#suporte{
	position:relative;
	background : #fff;
	float:left;
	width:260px;
	height:40px;
	margin-left:10px;
	}


#menu_h{
	clear:left;
	position:relative;
	background-color:#ccc;
	height:35px;
	width:100%;
	}

#menu_h ul
{
	background-color:#ccc;
	float : left;
	list-style : none;
	margin : 0;
}

#menu_h ul li
{
	display : inline;
}


#menu_h ul li a{
	width:89px;
	height:22px;
	float:left;
	background-color:#ccc;
	color:#000;
	margin : 2px;
	padding-top : 6px;
	text-align:center;
	text-decoration:none;
	border : 1px solid #ccc;
	}

#menu_h ul li a:hover{
	background-color:#fff;
	color:#000;
	border : 1px solid #000;
	}

#linha_dupla
{
	position:relative;
	background-color:#fff;
	width:100%;
	height:5px;
	border-top : 1px solid green;
	border-bottom : 1px solid green;
}	

/* -------------------------------------- FIM DO TOPO -------------------------------------- */

#navegacao{
	position:relative;
	background-color:#fff;
	width:100%;
	min-height : 340px;
	height:auto !important;	
	
	}
	
#voce_esta_em
{
	position:relative;
	background-color : #f2f2f2;
	width:100%;
	height:26px;
	padding : 7px 0 0 0;
}	

#esquerda{
	position:relative;
	float:left;
	background-color:#fff;
	width:165px;
	height:100%;
	border : 0px solid red;
	margin : 0;
	padding : 0;
	}

/* aqui o certo seria 614 = que e 779-165 */
#direita{ 
	position:relative;
	float:left;
	background-color: #fff;
	width:610px;
	height:100%;
	margin : 0;
	padding : 0;
	padding-bottom : 15px; 
	border : 0px solid blue;
	}

#seguranca{
	position:relative;
	border:1px solid #000;
	background-color:#fff;
	height:auto;
	text-align:center;
	width : 163px;
	}

#seguranca a img{
	margin:3px;
	}

/* -------------------------------------- INICIO MENUS ------------------------------------- */


ul#menu_cat,ul#menu_marcas
{
	list-style-type : none;
	margin : 0;
	padding-left : 0;
	width : 162px;
}

ul#menu_cat li
{
	margin-left : 0px;
	padding-left : 0px;
}

ul#menu_cat li a
{
	border-bottom : 1px solid blue;
	display : block;
	height : 23px;
	text-decoration : none;
	padding-left : 2px;
}

ul#menu_cat li a:hover
{
	border-bottom : 1px solid red;
}


#menu_cat .secao a
{
	text-align : center;
	border : 0px solid #ccc;
	background : #000;
	font-weight : bold;
	color : #fff;
	text-transform : uppercase;
}

#menu_cat .secao a:hover
{
	border : 0px solid red;
	background : #999;
}

#menu_cat .categoria a
{
	border : 0px solid #f2f2f2;
	background : #999;
	text-transform : uppercase;
}

#menu_cat .categoria a:hover
{
	border : 0px solid pink;
	background : #ccc;
}



ul#menu_marcas li 
{
	height:24px;
	padding : 0px;
	display : block;
	border : 0px solid blue;
	margin-left : 0px;
	text-transform : uppercase;
}

ul#menu_marcas li a img
{
	border : 1px solid orange;
}

ul#menu_marcas li a img:hover
{
	border : 1px solid red;
}


/* -------------------------------------- FIM MENUS ------------------------------------- */
/* -------------------------------------- VITRINE --------------------------------------- */

.monta_vitrine
{
	position : relative;
	float : left;
	width : 130px;
	height : 310px;
	border : 2px solid #ccc;		
	color : Black;
	padding : 3px;
	margin : 10px 0 10px 5px;
	text-align : left;
}

.monta_vitrine:hover
{
	border : 2px solid #000;		

}

.monta_vitrine a img
{
	height : 100px;
	border : 1px solid #000;		
	width : 100px;
	margin : 5px;	
}

.monta_vitrine h1
{
	height : 80px;
	border : 0px solid blue;		
	padding: 3px 0 0 3px;
}

.monta_vitrine h1 a
{
	color : Black;
	text-decoration : none;
}

.monta_vitrine h2
{
/*	background : #0099FF;		*/
	background : #ccc;		
	height : 25px;
	padding : 5px 0 0 10px;
	font-size:13px;
}

.monta_vitrine h3
{
	height : 16px;
/*	background : #FF6666;		*/
	background : #999;		
	color : #fff;
	padding : 2px 0 0 10px;
}

.monta_vitrine h5
{
	height : 20px;
	background : #fff;		
	text-align : left;
	border : 0px solid red;
	padding : 0px;
}

/* -------------------------------------- TABELAS -------------------------------------- */	

.tabela_sem_borda
{
    border-collapse: separate;
    border-spacing: 0px;
    margin : auto;
}

.tabela_sem_borda tr td,th
{
	border : 0;
}



.tabela_com_borda
{
    border-collapse: separate;
    border-spacing: 1px;
    margin : auto;
}

.tabela_com_borda tr td{
	border : 1px solid #000;	
}


table.tabela_carrinho
{
    border-collapse: separate;
    border-spacing: 0px;
    width:98%;
    margin : auto;
}

.tabela_carrinho td
{
	vertical-align : middle;	
}

table.suaarea tr td
{
	border : 1px solid #000;	
	height : 26px;
	vertical-align : middle;
	padding-left : 10px;
}


table.acessorios
{
	width : 98%;
    margin : auto;
}
table.acessorios tr td
{
	border : 1px solid #999;	
	height : 13px;
	vertical-align : middle;
	padding-left : 3px;
	border-collapse : collapse;
}


table.montacesta
{
    border-spacing: 1px;
	width : 98%;
    margin : auto;
	
}

table.montacesta th
{
	height : 20px;
	background : #0099FF;
}


table.montacesta tr td
{
	border : 1px solid #999;	
	height : 13px;
	vertical-align : middle;
	padding-left : 3px;
	border-collapse : collapse;
}

/* ***************************** FIM TABELA ********************************* */
/* ***************************** INIC FORMS ********************************* */

textarea
{
	width : 500px;
	heigth : 200px;	
}

.textarea_2
{
	width : 300px;
	heigth : 400px;	
	border : 1px solid red;	
	padding : 2px;
	margin : 1px;
	color:Blue;
	font-family : "Lucida Console";
	font-size : 15px;
}

.textarea_2:hover
{
	background : #f2f2f2;
}



.legend
{
	width : 250px;
	height : 26px;
	background : #ccc;
	border : 1px dotted #000;	
	text-align : center;
	padding : 2px;
	font-size : 15px;
	font-weight : bold;
}

label
{
	float : left;
	width : 120px;
	height : 20px;
	background : #ccc;
	border : 1px solid #000;	
	padding : 3px;
	margin-bottom : 2px;
	text-align : right;
}

.submit_grande
{
	width : 250px;
	height : 75px;
	background : #00FF66;
	padding : 5px 10px 5px 10px;
	color : #000;
	text-align : center;
	border : 3px solid #000;
	font : "Lucida Console", arial, verdana;
	font-size:28px;
	font-weight : bold;
	cursor : hand;
	text-transform : capitalize;
}

.fieldset
{
	border : 1px dotted #000;
	padding : 10px;
	margin-bottom : 10px;	
}

.submit
{
	height : 25px;
	background : red;
	border : 1px solid #000;	
	padding : 3px 6px 3px 6px;
	color : #fff;
	margin-bottom : 2px;
	cursor : hand;
}

.submit:hover
{
	background : blue;
}



.input_busca
{
	width : 230px;
	height : 30px;
	background : #f2f2f2;
	border : 1px solid blue;	
	padding : 3px;
	text-align : center;
	font-size : 25px;
	color : #999;
}

.input_ajax
{
	width : 330px;
	height : 30px;
	background : #f2f2f2;
	border : 1px solid blue;	
	padding : 3px;
	text-align : center;
	font-size : 25px;
}

.radio
{
	width:22px;
	height:22px;
	border:1px solid red;
	margin-top:3px;
	vertical-align:middle;
}


.checkbox
{
	width:20px;
	height:20px;
	border:1px solid red;
	margin-top:5px;
	vertical-align:middle;
}


.input_text
{
	height : 18px;
	background : #fff;
	padding : 3px;
	text-align : center;
	border : 1px solid red;
	font : "Lucida Console", arial, verdana 12px;
	margin : 2px;
}

.input_text:hover
{
	border : 1px solid orange;
}

.input_cep
{
	background : #f2f2f2;
	color : blue;
	border : 1px solid red;
	height : 19px;
	text-align : center;
	font-family : "Lucida Console",arial;	
}


.submit_carrinho
{
	background : red;
	color : #fff;
	border : 1px solid #000;
	width : 65px;
	height : 22px;
	margin : 0 0 1px 0;
	padding : 1px;
	text-transform : uppercase;
	font-family : "Lucida Console",arial;	
	cursor : hand;
	
}


/* ***************************** FIM FORMS ********************************** */
/* ***************************** INIC GENERICAS ***************************** */


.pagination
{
    padding: 5px;
    margin : 0px;
    border : 0px solid red;
}

.pagination ul
{
    margin: 0;
    padding: 2px;
    text-align: right; /*Set to "right" to right align pagination interface*/
    font-size: 16px;
    border : 0px solid blue;
}

.pagination li
{
    list-style: none;
    display: inline;
    padding-bottom: 1px;
}

.pagination a, .pagination a:visited
{
    padding: 0 5px;
    border: 1px solid #9aafe5;
    text-decoration: none; 
    color: #2e6ab1;
    cursor: pointer;
}

.pagination a:hover, .pagination a:active
{
    border: 1px solid #0099FF;
    color: #000;
    background-color: #f2f2f2;
}

.pagination a.currentpage
{
    background-color: #2e6ab1;
    color: #FFF !important;
    border-color: #0099FF;
    font-weight: bold;
    cursor: pointer;
}

.pagination a.disablelink, .pagination a.disablelink:hover
{
    background-color: white;
    cursor: default;
    color: #0099FF;
    border-color: #0099FF;
    font-weight: normal !important;
}

.pagination a.prevnext
{
    font-weight: bold;
}


.paragrafo
{
	margin : 2px;
	padding : 2px;
	border : 1px dotted #000;	
}

.font_10
{
	font-size : 10px;
}

.font_12
{
	font-size : 12px;
}

.font_15
{
	font-size : 15px;
}

.font_18
{
	font-size : 18px;
}

.font_20
{
	font-size : 20px;
}

.font_25
{
	font-size : 25px;
}

.font_30
{
	font-size : 30px;
}

.w_porcent_100
{
	width : 100%;
}

.w_porcent_90
{
	width : 90%;
}

.w_porcent_95
{
	width : 95%;
}





.w_10
{
	width : 10px;
}

.w_20
{
	width : 20px;
}

.w_30
{
	width : 30px;
}

.w_50
{
	width : 50px;
}

.w_100
{
	width : 100px;
}

.w_150
{
	width : 150px;
}


.w_200
{
	width : 200px;
}

.w_220
{
	width : 220px;
}


.w_300
{
	width : 300px;
}


.w_400
{
	width : 400px;
}
	
.w_600
{
	width : 400px;
}
	
.w_800
{
	width : 400px;
}
	
.w_1000
{
	width : 1000px;
}
	
	
.h_20
{
	height : 20px;
}

.h_50
{
	height : 50px;
}

.h_100
{
	height : 100px;
}

.h_200
{
	height : 200px;
}

.h_400
{
	height : 400px;
}

.h_500
{
	height : 500px;
}

.h_600
{
	height : 600px;
}

.h_800
{
	height : 800px;
}

	




.fundo_vermelho
{
	background-color : Red;
}

.fundo_preto
{
	background-color : #000;
}

.fundo_branco
{
	background-color : #fff;
}

.fundo_azul
{
	background-color : blue;
}

.fundo_cinza
{
	background-color : #ccc;
}

.fundo_amarelo
{
	background-color : yellow;
}

.azul
{
	color : Blue;
}

.vermelho
{
	color : red;
}

.verde
{
	color : green;
}

.preto
{
	color : #000;
}

.branco
{
	color : #fff;
}

.cinza
{
	color : #ccc;
}

.verde
{
	color : green;
}

.negrito
{
	font-weight : bold;
}

.italico
{
	font-style : italic;
}

.clear
{
	clear : both;
}


.float_left
{
	float : left;
}
	

.titulos_h1
{
	margin-top : 5px;
	padding : 5px;
	font-size:18px;
	background-color:#0099FF;
	color:#000;
	border-bottom:2px solid #FF9900;	
	text-transform : uppercase;
}

.botao a
{
	background : red;
	height : 30px;
	width : 240px;
	border : 2px solid blue;
	color : #fff;
	padding : 2px 6px 2px 6px;
	text-align : center;
	text-transform : uppercase;		
	font-size : 30px;
}

.botao a:hover
{
	background : blue;
	text-decoration : none;
	border : 2px solid red;
	color : #fff;
}




.box
{
	margin : 10px;
	padding : 5px;
	border : 1px dotted	#000;
}

.box_center
{
	margin : 10px;
	padding : 5px;
	text-align : center;	
	background : #ccc;
}

#msg_erro
{
	border:1px solid red;
	margin:3px;
	padding:2px;
	height : auto;
	
}

#msg_erro img
{
	vertical-align : middle;
}



/* ***************************** FIM GENERICAS ***************************** */

/* ****************************** CONTATO **************************** */
#contato_esq {
	position:relative;
	float:left;
	width:390px;
	height:490px;
	margin-left : 5px;
	padding : 5px 0 0 0;
	}

#contato_dir{
	margin-left : 10px;
	position:relative;
	float:left;
	background-color:#fff;
	width:360px;
	height:490px;
	padding:0;
	}

/* ********************************* DETALHES ************************* */

#nome_resenha
{
	width : auto;
	padding : 3px 5px 0 5px;
	border : 0px solid #000;
}

#esq_detalhes
{
	position:relative;
	float:left;
	width:165px;
	height:270px;
	background-color:#fff;
	padding:5px;
	margin-top : 5px;
	}


#img_detalhes
{
	position:relative;
	float:left;
	width:300px;
	height:270px;
	background-color:#fff;
	padding:5px;
	margin-left:5px;
	margin-top : 5px;
	}

#box_detalhes{
	position:relative;
	float:left;
	background-color:#fff;
	width:270px;
	
	height:270px;
	padding:5px;
	margin-left:5px;
	margin-top : 5px;
}


.box_detalhes_info /* para cada bloco de info - descricao inclusos etc */
{
	position:relative;
	background-color:#fff;
	margin : 5px;
	padding : 10px;
	border : 2px solid #999;
}	

.box_detalhes_info h3
{
	background-color:#999;
	padding : 2px;
	color : #fff;
}	

#descricao,#acessorios
{
	height : 300px; 
	overflow : auto;
}

#descricao p
{
	border : 1px dotted #ccc;
	font-size : 13px; 
}

#descricao ul
{
	list-style-type : square;	
}

#descricao ul li
{
	list-style-image : url(../img/breadcrumb.gif);
	list-style-position : inside;
}

#descricao ul li span
{
	background : #ccc;
	font-size : 13px;
	font-weight : bold;
}

#inclusos ul
{
	list-style-image : url(../img/check_inclusos.gif);
	list-style-position : inside;
	
}

.thumbnail
{
    position: relative;
    z-index: 0;
}

.thumbnail:hover
{
    background-color: transparent;
    z-index: 5;
}

.thumbnail span
{ 
    /*CSS for enlarged image*/
    position: absolute;
    background-color: #f2f2f2;
    padding: 5px;
    left: -1000px;
    border: 1px solid gray;
    visibility: hidden;
    color: black;
    text-decoration: none;
}

.thumbnail span img
{ 
    /*CSS for enlarged image*/
    border-width: 0;
    padding: 2px;
}

.thumbnail:hover span
{ 
    /*CSS for enlarged image on hover*/
    visibility: visible;
    top: -200px;
    left: -360px; 
    /*position where enlarged image should offset horizontally */
}


/* ********************************** CARRINHO ************************* */
#box_pgto_opcao{
	float:left;
	width: 180px; 
	height:100%;
	min-height:150px;
	background-color:#ccc;
	padding : 5px;
	margin : 5px;
	}

#box_pgto_opcao span{
	color : #000;
	font-weight : bold;
	font-size : 16px;
	}

#box_parcelamento{
	float:left;
	width: 250px; 
	height:100%;
	min-height:150px;
	
	background-color:#ccc;
	margin : 5px;
	padding : 5px;
}

/* ******************************** LOGIN *************************** */

.label_login
{
	float : left;
	width : 100px;
	height : 18px;
	background : #999;
	color : #fff;
	padding : 3px;
	text-align:right;
	margin : 2px;
}

.submit_login
{
	width : 130px;
	height : 35px;
	background : #3399CC;
	padding : 5px;
	color : #000;
	text-align : center;
	border : 3px solid #000;
	font : "Lucida Console", arial, verdana;
	font-size:16px;
	cursor : hand;
}

#box_formLogin
{
	width:370px;
	height:200px;
	float:left;
	margin-left:10px;
}
	
#box_formLogin fieldset, #box_formCliente fieldset 
{
	height:220px;
}

#box_formCliente
{
	width:370px;
	height:200px;
	float:left;
	margin-left:10px;
	margin-bottom : 180px;
}

/* ********************************* FECHA*********************************** */

.info_cliente{
	width: 740px; 
	height:270px;
	background-color:#f2f2f2;
	margin-left : 10px;
	}


.label_fecha_ent
{
	width : 90px;
	height : 20px;
	background : #006699;
	color : #fff;	
	padding : 3px;
	text-align : right;
	float : left;
	margin : 0 0 2px 2px;
	text-transform : uppercase;
}	

.input_fecha_ent
{
	height : 23px;
	background : #fff;
	color : #000;	
	padding : 1px;
	text-align:center;
	margin : 1px;
	border : 1px solid red;
}	

.box_cobranca{
	float: left; 
	display : inline;
	width: 377px; 
	height:290px;
	background-color:#fff;
	margin-left : 10px;
	border : 1px dotted #000;
	}
 
.box_entrega{
	float: left; 
	width: 377px; 
	height:290px;
	margin-left:5px;
	background-color:#fff;
	border : 1px dotted #000;
	}
 
.box_obs_pedido{
	clear: left; 
	width: 740px; 
	height:100px;
	background-color:#f2f2f2;
	margin-left : 10px;
	}
 
.box_email_senha{
	width: 740px; 
	height:190px;
	background-color:#f2f2f2;
	margin-left : 10px;
	}

.box_email_senha_esq{
	float:left;
	display : inline;
	width: 370px; 
	border:0px solid red;
	height:140px;
	}
 
.box_email_senha_dir
{
	background : #fff;
	overflow:auto;
	border : 1px solid #000;
	height:120px;
	width:320px;
	margin-left:5px;
	padding:5px;
	}
 

/* ********************************** FECHADO ************************** */
#box_fechado_esq{
	float: left; 
	width: 200px; 
	height:210px;
	background-color:#ccc;
	margin-left:10px;
	padding : 5px;
	}

#box_fechado_meio{
	float: left; 
	width: 310px; 
	height:210px;
	background-color:#ccc;
	margin-left:10px;
	padding : 5px;
	}


#box_fechado_dir{
	float: left; 
	width: 200px; 
	height:210px;
	background-color:#ccc;
	margin-left:10px;
	padding : 5px;
	}

#box_fechado_meio table th
{
	height : 15px;
}

#box_fechado_esq p,#box_fechado_meio p,#box_fechado_dir p{
	background-color:#000;
	color:#fff;
	height:30px;
	font-size:20px;
	text-align:center;
	}


/* ******************************************************************************* */
/* ***************************************** RODAPE ****************************** */

#rodape
{
	clear:left;
	position:relative;
	background-color:#fff;
	border-top : 5px solid #000;
	height : 180px;
}


#rodape_esq
{
	background-color:#fff;
	position : relative;
	float : left;
	width : 160px;
	height : 170px;
	border-right : 2px dotted #000;
	padding : 5px;	
	display : inline;
}

#rodape_esq a
{
	height : 22px;
	width : 150px;	
	border : 0px solid red;
	margin : 5px;	
}

#rodape_dir
{
	position : relative;	
	float : left;
	background : #fff;
	width : 590px;
	height : 170px;
	padding : 5px;	
}

#rodape_dir a img 
{
	margin-left : 10px;
	margin-top : 10px;
}



#rodape_dir p
{
	border : 0px solid #000;
	font-size : 14px;
	background : #fff;
	
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#fundo_adm,#box_insere_ped /* este box_insere_ped e do box cotacao */
{
	position:relative;
	width:94%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	padding : 2%;
	text-align : left;
}
	

#menu_adm
{
	border : 1px solid red;
}	


.box_cotacao,.box_pedido{
	float:left;
	width:500px;
	height:400px;
	margin:5px;
	margin-left:30px;
	padding:5px;
	border:2px solid red;	
}


.box_admin_azul
{
	border : 5px solid #009966;	
	margin-top : 5px; 
	padding : 5px;
	color : #009966;
	text-transform : uppercase;
	font-family : "Lucida Console";
	font-size : 14px;
}


.box_admin_vermelho
{
	border : 5px solid red;	
	margin-top : 5px; 
	padding : 5px;
	color : red;
	text-transform : uppercase;
	font-family : "Lucida Console";
	font-size : 15px;
}

.box_admin_cinza
{
	border : 5px solid #999;	
	margin-top : 5px; 
	padding : 5px;
	color : #999;
	text-transform : uppercase;
	font-family : "Lucida Console";
	font-size : 15px;
}

.box_admin_verde
{
	border : 5px solid green;	
	margin-top : 5px; 
	padding : 5px;
	color : green;
	text-transform : uppercase;
	font-family : "Lucida Console";
	font-size : 15px;
}

.box_admin_laranja
{
	border : 5px solid orange;	
	margin-top : 5px; 
	padding : 5px;
	color : orange;
	text-transform : uppercase;
	font-family : "Lucida Console";
	font-size : 15px;
}


.box_admin_roxo
{
	border : 5px solid purple;	
	margin-top : 5px; 
	padding : 5px;
	color : purple;
	text-transform : uppercase;
	font-family : "Lucida Console";
	font-size : 15px;
}

.box_admin_preto
{
	border : 5px solid #000;	
	margin-top : 5px; 
	padding : 5px;
	color : #000;
	text-transform : uppercase;
	font-family : "Lucida Console";
	font-size : 15px;
}


@media print{
	font-size:10px;
	font-family:"arial narrow",tahoma,arial;
	color:#000;
	text-decoration:none;
	
	}