BODY {margin:0; padding:0;}
font{font-family:Arial, Helvetica, sans-serif;}

p,ul,li {
	text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #000000;
}


input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	background-color: #FFFFFF;
	margin: 1px;
	border: 1px solid #000066;
}

input.sensemarc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	background-color: #FFFFFF;
	margin: 1px;
	border: 1px solid #FFFFFF;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	background-color: #FFFFFF;
	margin: 1px;
}

a {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #FF6600;
        text-decoration: none;
}

a.gris {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #df4029;
        text-decoration: none;
}
a.blau {
      	font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
 		font-weight:bold;       
        color: #000066;
        text-decoration: none;
}

th {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
	font-weight: bold;
}

td.right {
	text-align: right;
        vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
}

td.pagament {
	text-align: left;
        vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
	font-weight: bold;
}

td.left {
	text-align: left;
        vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
}

td.justify {
	text-align: justify;
        vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
}

table.borderTaula {
	border: 1px solid #070069;
}

.nomproducte { 
	font-size: 14px;
	font-weight: bold;
}

.nomfamilia { 
	color: #FF6600;
	font-size: 14px;
	font-weight: bold;
}
.notiLink
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#e7e7ee;
	text-align:center;
}
.notiLink2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#EDA067;
	text-align:center;
}
.data
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8px;
	background-color:#FFFFFF;
}

#mail{
	color:#FFAA77;
}
.bandera{
	border-width:0px;
	width:21px;
	height:13px;
	margin-left:3px;
}
/*******************************************************************************/
/*******************************************************************************
/***************** EN UNA TAULA ************************/

.suckertreemenu ul{
margin-left:10px;
margin-top:0px;
padding: 0px;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #FFFFFF; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 100%; /*Width of top level menu link items*/
padding: 1px 8px;
border: 0px;
z-index:2;
border-left-width: 0;
text-decoration: none;
color: navy;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
z-index:1;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: navy;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #ccc;
}

.suckertreemenu ul li a:hover{
background-color: black;
color: white;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background-color:#FFFFFF;
background-position:center right;
background-repeat:no-repeat;
background-image:url(imatges/icones/arrow-down.gif);
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background-color:#F3F3F3;
background-position:center right;
background-repeat:no-repeat;
background-image:url(../imatges/icones/arrow-right.gif);
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */
