/*======================================
 Vinhos e Vinhos Ponto Com Comercio Ltda
 =====================================*/
body{
	background-color: #5d5d5d;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

/*======================================
 Classes para Texto
 =====================================*/
.texto {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none;
}

.ticket {  
	font-family: sans-serif, Arial, Verdana, Helvetica ; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none;
}

.linkartigo {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none;
}

.texto_branco {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
	color: #FFFFFF; 
	text-decoration: none;
}

.texto_negrito {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	font-style: normal;
	font-weight: bold; 
	color: #000000; 
	text-decoration: none;
}

.texto_branco_negrito {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	font-style: normal;
	font-weight: bold; 
	color: #FFFFFF; 
	text-decoration: none;
}

.titulo_secao {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-style: normal;
	font-weight: bold; 
	color: #901E78; 
	text-decoration: none;
}

.titulo_produto {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: bold; 
	color: #901E78; 
	text-decoration: none;
}

.preco {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}

.preco_velho {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	/*text-decoration: line-through;*/
	text-decoration: none;
	text-transform: capitalize;
}

.erro {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: bold; 
	color: #FF0000; text-decoration: none
}

/*======================================
 Classes para Links
 =====================================*/
 
 .link_menu_top {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: bold; 
	color: #FFFFFF; 
	text-decoration: none;
	background-image:url(../../imagens/fundo_cabec_menu.gif);
}

.link_menu_superior {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: bold; 
	color: #FFFFFF; 
	text-decoration: none;
}

.link_menu_superior:hover{
	text-decoration:underline;
}

.link_superior_vinhosevinhos {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-style: normal; 
	font-weight: bold; 
	color: #898989; 
	text-decoration: none;
}

.link_menu {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: bold; 
	color: #901E78; 
	text-decoration: none;
}

.link_menu:hover {  
	text-decoration: underline;
}

.link_menu_lateral {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: bold; 
	color: #FFFFFF; 
	text-decoration: none;
}

.link_menu_lateral:hover {  
	text-decoration: underline;
}

.link_caminhoProds {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: bold; 
	color: #777777; 
	text-decoration: none;
}

.link_caminhoProds:hover {  
	text-decoration: underline;
}

.link_menu_princ {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: bold; 
	color: #FFFFFF; 
	text-decoration: none;
}

.link_menu_princ:hover {
	text-decoration: underline;
}

.link_rodape {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal;
	font-weight: normal;
	color: #000000; 
	text-decoration: none;
}

.link_rodape:hover {  
	text-decoration: underline;
}


/*====================
       TABELAS
====================*/
.linha {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	/*background-color: #FFFFFF;*/
	margin: 0px;
	padding: 0px;
}

.td_carrinhop {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BBBBBB;
	margin: 2px;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
}

.td_menu{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #901E78;
	border-right-color: #901E78;
	border-bottom-color: #901E78;
	border-left-color: #901E78;
	background-color: #F3F3F3;
	margin: 0px;
	padding: 0px;
}

.td_menu_vinho{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #901E78;
	border-right-color: #901E78;
	border-bottom-color: #901E78;
	border-left-color: #901E78;
	background-color: #901E78;
	margin: 0px;
	padding: 0px;
}

.td_menu_branco{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #901E78;
	border-right-color: #901E78;
	border-bottom-color: #901E78;
	border-left-color: #901E78;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

.td_menu3{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0072FF;
	border-right-color: #0072FF;
	border-bottom-color: #0072FF;
	border-left-color: #0072FF;
	background-color: #F3F3F3;
	margin: 0px;
	padding: 0px;
}

.td_contornototal{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

.bgnd_cinza{
	background-color: #F7F7FA;
}



/*====================
       FORMULARIOS
====================*/
.bginput {
	FONT-FAMILY:Verdana, Arial, Helvetica, sans-serif; 
	FONT-SIZE:10px; 
	border:1px inset;
	border-bottom-style:outset; 
	border-left-style:outset; 
	border-right-style:outset; 
	border-top-style:outset; 
	font-weight:bold; 
	border-color:#901E78 #901E78 #901E78 #901E78;
}

.bginput_total {
	FONT-FAMILY:Verdana, Arial, Helvetica, sans-serif; 
	FONT-SIZE:10px; 
	border:0px inset;
	border-bottom-style:outset; 
	border-left-style:outset; 
	border-right-style:outset; 
	border-top-style:outset; 	
	border-color:#F5F5F5 #F5F5F5 #F5F5F5 #F5F5F5;
	background-color: #F5F5F5;
}

.bginput_totalgeral {
	FONT-FAMILY:Verdana, Arial, Helvetica, sans-serif; 
	FONT-SIZE:10px; 
	border:0px inset;
	border-bottom-style:outset; 
	border-left-style:outset; 
	border-right-style:outset; 
	border-top-style:outset;
	font-weight:bold; 
	border-color:#DCDCDC #DCDCDC #DCDCDC #DCDCDC;
	background-color: #DCDCDC;
}