
/* CSS for www.plasticosjogbar.com */

/* Body and major elements */
* { margin: 0; padding: 0; border: 0 }	/* zeroing both margin, padding and border for all elements */

body {
	font: normal 75% Arial, Verdana, Helvetica, sans-serif;	/* 11px */
	color: #666; background: #FFF }
    
#wrapper { /* 800x600 fixed */
	width: 770px;
    margin: 10px auto }
	
	.skip { display: none }
    
#header { /* Holds logo, main & supplimental navigation */
	margin-bottom: 16px;
	width: 770px;
	height: 84px;
	color: #FFF;
	background: url(../../imatges/disseny/header.gif) }

#navigation { /* Left column */
	width: 138px;
    float: left }
    
#content { /* Contents box */
	background: url(../../imatges/disseny/path.gif) 0 0 no-repeat;
	width: 632px;
    float: left }
	
	#content #home, #levels, #specs, #info {
		clear: both;
		border: 2px solid #E1E0E0;
		overflow: hidden;
		min-height: 494px;
		_height: 494px }
		
	#content #info { padding: 10px 10px 10px 20px; /* height: 474px */}
	* html #content #info { height: auto }	
		
		#content #specs #product {
			float: right;
			width: 357px;
			height: 291px;
			border-top: 1px solid #E1E0E0;
			border-bottom: 1px solid #E1E0E0 }
			
			#content #specs #product div { text-align: center; color: #F45514; font-size: 0.8em }

			#content #specs #product img {  vertical-align: middle; margin: 10px 26px }
			
	#content #message {
		overflow: hidden;
		margin-top: 5px;
		border-top: 1px solid #E1E0E0;
		border-bottom: 1px solid #E1E0E0; 
		padding: 10px;
		font-weight: bold;
		color: #FFF }	

#peu {
	text-align: right;
	font-size: 0.9em }

#peu p.credits{
	margin:0;
	padding-top:5px;
	color: #CCCCCC;
	}
#peu p.credits a{
	text-decoration: underline;
	color: #999999;
	}	
	
/* Headers */
h1 { }

	#header h1 {
		float: left;
		margin: 66px 0 0 10px;
		font-size: 1.1em;
		font-weight: bold;
		color: #F45514 }

		#header h1 a { color: #F45514 }

        
h2 { }
    
	#info h2 {
		font-size: 1.5em;
		margin: 5px 0 }
   
h3 { }

	#info h3 {
		font-size: 1.2em }

            
h4 { }

	#info h4 {
		font-size: 1.1em }
            
h5 { }


/* Paragraph and styles */
a { color: #F25312; text-decoration: none }
#info a:hover { text-decoration: underline }

p#breadcrumbs {
	float: left;
	margin-top: 8px;
	padding-left: 25px;
	font-size: 1em;
	color: #000 }

	p#breadcrumbs a { color: #000 }
	p#breadcrumbs a:hover { text-decoration: underline }
	
	p#breadcrumbs span { color: #F5671D }

#levels p {
	float: left;
	width: 200px;
	padding: 50px 40px 0 0;
	text-align: right;
	line-height: 170%;
	font-size: 1em }
	
#info p {
	line-height: 170%;
	text-align: justify;
	margin-bottom: 10px }
	
#specs #product p {
	padding: 5px;
	height: 33px;
	text-align: center;
	color: #F5671D;
	font-size: 0.9em;
	border-bottom: 1px solid #E1E0E0 }
	
	#specs #product p a { color: #666 }

		#specs #product p a:hover { text-decoration: underline }
		#specs #product p a.prev { float: left }
		#specs #product p a.next { float: right }

div#info p.page {
	margin: 15px 25px 0 0;
	text-align: right }
	
	p.page span { background: #F25312; color: #FFF; padding: 0 3px }		
	

/* Navigation styles and other lists */
ul { list-style: none }

#header ul {
	margin-right: 90px;
	padding-top: 66px;
	text-align: right }
	
	#header ul li {
		display: inline;
		padding: 0 5px;
		color: #F45514;
		border-left: 1px solid #737373;
		font-size: 1.1em }
		
		#header ul li.languages {
			color: #737373;
			border-left: 1px solid #F45514; }
		
		#header ul li a {
			color: #F45514;
			font-weight: bold }
			
			#header ul li.languages a { color: #737373 }

		#header ul li a:hover { text-decoration: underline }	


#navigation ul {
	width: 126px;
	height: 521px;
	background: #E1E0E0	}
	
	#navigation ul li {
		color: #555;
		background: #E1E0E0;
		font-size: 1.2em;
		padding-left: 18px;
	 	zoom: 1;	/* IE Bug */
		font-weight: bold;
		border-bottom: 4px solid #FFF;
		line-height: 175% }
		
		#navigation ul li a {
			display: block;
			background: #C1C1C1;
			margin-left: -18px;
			padding-left: 18px;
			color: #555 }
			
		#navigation ul li a:hover { background: #C1C1C1; color: #FFF } 
		
			#navigation ul li ul {
				width: auto;
				height: auto }
				
					#navigation ul li ul li {
						color: #555;
						background: #E1E0E0;
						font-size: 0.9em;
						padding-left: 5px;
						font-weight: bold;
						border-bottom: 1px solid #F45514;
						line-height: 185% }
						
						#navigation ul li ul li a {
							display: block;
							background: #E1E0E0;
							margin-left: -5px;
							padding-left: 5px;
							color: #555 }

#navigation ul li ul li.last { border: none }		
#navigation ul li a.first {	background: url(../../imatges/disseny/menu.gif) -126px 0 no-repeat }
/* #navigation ul li a.first:hover, #navigation ul li.first { background: url(../../imatges/disseny/menu.gif) -126px 0 no-repeat } */


#home ul {
	margin-top: 237px;
	font-size: 1.1em;
	text-align: center }
	
	#home ul li {
		display: inline;
		padding: 0 4px;
		font-weight: bold }
		
		#home ul li a:hover { text-decoration: underline }
		

#info ul {
	list-style: disc inside;
	margin-bottom: 5px }
	
	#info ul li {
		line-height: 170% }

#levels ul {
	padding-top: 50px;
	margin-left: 240px;
	height: 1% }

#levels ul#erste { margin: 20px 0 }

#levels ul#zweite { margin: 0 40px }

#specs ul#footer {
	clear: both;
	margin: 0 0 0 10px }

	#levels ul li {
		width: 120px;
		_width: 118px;
		height: 134px;
		float: left }
		
	#specs ul#footer li {
		width: 110px;
		height: 114px;
		float: left }

	#specs ul#footer li {
		margin-top: 9px;
/* 		text-align: left; */
 		text-align: center;
		font-size: 0.9em }

	#specs ul#footer li.last {
		width: auto;
		height: auto;
		float: right;
		margin: 105px 10px 0 0 }
		
		#specs ul#footer li.last a { color: #666 }

			#specs ul#footer li.last a:hover { text-decoration: underline }

		#specs ul#footer li span { color: #F5671D; font-size: 0.9em }
		
	#levels ul#zweite li { width: 128px; margin: 0 4px 4px 0 }
	
		#levels ul#zweite li img {
			background: #FFF;
			padding: 0 8px }
		
		#levels ul li a {
			display: block;
			margin: 0 24px;
			height: 30px;  
			padding-top: 80px;
			text-align: center;
			font-size: 1em;
			color: #333 }

		#levels ul#zweite li a {
			margin: 0;
			width: 128px;
			height: 134px;
			padding-top: 1px;
			line-height: 135% }
			
		/* #specs ul#footer li.current { border: 1px solid #EAEAEA } */
		
		#specs ul#footer li a { color: #666 }
		#specs ul#footer li a:hover { color: #F45514 }
		
		#specs ul#footer li a img {
			filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
			-moz-opacity: 1;
			opacity: 1 }

		#specs ul#footer li a:hover img, #specs ul#footer li.current img {
			filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
			-moz-opacity: 0.5;
			opacity: 0.5 }


/* ************** TEXT COLOR BY CATEGORY ************ */
#home ul li a.limpieza { color: #003DB3 }
#home ul li a.cocina { color: #DFDD00 }
#home ul li a.banyo { color: #E50083 }
#home ul li a.hogar { color: #0083D7 }
#home ul li a.industrial { color: #007F63 }
#home ul li a.armarios { color: #903B6C }
#home ul li a.ordenacion { color: #FFB200 }
#home ul li a.estanterias { color: #B3A2AA }


#navigation ul li ul li a.limpieza, #navigation ul li.limpieza, ul.limpieza, ul#submenu li a.limpieza { background: #004289; color: #fff; }
#navigation ul li ul li a.cocina, #navigation ul li.cocina, ul.cocina, ul#submenu li a.cocina { background: #DFDD00; color: #007F63;  }
#navigation ul li ul li a.banyo, #navigation ul li.banyo, ul.banyo, ul#submenu li a.banyo { background: #E50083; color: #FFF; }
#navigation ul li ul li a.hogar, #navigation ul li.hogar, ul.hogar, ul#submenu li a.hogar { background: #0083D7; color: #FFF; }
#navigation ul li ul li a.industrial, #navigation ul li.industrial, ul.industrial, ul#submenu li a.industrial { background: #007F63; color: #FFF; }
#navigation ul li ul li a.armarios, #navigation ul li.armarios, ul.armarios, ul#submenu li a.armarios { background: #903B6C; color: #FFF;  }
#navigation ul li ul li a.ordenacion, #navigation ul li.ordenacion, ul.ordenacion, ul#submenu li a.ordenacion { background: #FFB200; color: #641A1E;  }
#navigation ul li ul li a.estanterias, #navigation ul li.estanterias, ul.estanterias, ul#submenu li a.estanterias { background: #B3A2AA; color: #FFF;  }

/***** DYNAMIC ****/			
<br />
<b>Warning</b>:  session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cookie - headers already sent by (output started at /usr/home/abmjobgar.com/web/eines/css/global.php:18) in <b>/usr/home/abmjobgar.com/web/gestion/class/config.inc.php</b> on line <b>3</b><br />
<br />
<b>Warning</b>:  session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /usr/home/abmjobgar.com/web/eines/css/global.php:18) in <b>/usr/home/abmjobgar.com/web/gestion/class/config.inc.php</b> on line <b>3</b><br />
#levels ul#erste li a.limpieza { background: url(../../imatges/articles/limpieza.jpg) -71px 0 no-repeat }
#levels ul#erste li a.limpieza:hover { background-position: 0 0; text-decoration: underline }
#levels ul#zweite li a.limpieza	{ background: #E1E0E0 }
#levels ul#zweite li a.limpieza:hover { background:#004289; color: #FFF; text-decoration: none }

#levels ul#erste li a.cocina { background: url(../../imatges/articles/cocina.jpg) -71px 0 no-repeat }
#levels ul#erste li a.cocina:hover { background-position: 0 0; text-decoration: underline }
#levels ul#zweite li a.cocina	{ background: #E1E0E0 }
#levels ul#zweite li a.cocina:hover { background:#dfdd00; color: #FFF; text-decoration: none }

#levels ul#erste li a.banyo { background: url(../../imatges/articles/banyo.jpg) -71px 0 no-repeat }
#levels ul#erste li a.banyo:hover { background-position: 0 0; text-decoration: underline }
#levels ul#zweite li a.banyo	{ background: #E1E0E0 }
#levels ul#zweite li a.banyo:hover { background:#e50083; color: #FFF; text-decoration: none }

#levels ul#erste li a.hogar { background: url(../../imatges/articles/hogar.jpg) -71px 0 no-repeat }
#levels ul#erste li a.hogar:hover { background-position: 0 0; text-decoration: underline }
#levels ul#zweite li a.hogar	{ background: #E1E0E0 }
#levels ul#zweite li a.hogar:hover { background:#0083d7; color: #FFF; text-decoration: none }

#levels ul#erste li a.armarios { background: url(../../imatges/articles/) -71px 0 no-repeat }
#levels ul#erste li a.armarios:hover { background-position: 0 0; text-decoration: underline }
#levels ul#zweite li a.armarios	{ background: #E1E0E0 }
#levels ul#zweite li a.armarios:hover { background:#903B6C; color: #FFF; text-decoration: none }

#levels ul#erste li a.ordenacion { background: url(../../imatges/articles/ordenacion.jpg) -71px 0 no-repeat }
#levels ul#erste li a.ordenacion:hover { background-position: 0 0; text-decoration: underline }
#levels ul#zweite li a.ordenacion	{ background: #E1E0E0 }
#levels ul#zweite li a.ordenacion:hover { background:#FFB200; color: #FFF; text-decoration: none }

#levels ul#erste li a.industrial { background: url(../../imatges/articles/industrial.jpg) -71px 0 no-repeat }
#levels ul#erste li a.industrial:hover { background-position: 0 0; text-decoration: underline }
#levels ul#zweite li a.industrial	{ background: #E1E0E0 }
#levels ul#zweite li a.industrial:hover { background:#007f63; color: #FFF; text-decoration: none }

#levels ul#erste li a.alfombanyo { background: url(../../imatges/articles/alfombrasbanyo.gif) -71px 0 no-repeat }
#levels ul#erste li a.alfombanyo:hover { background-position: 0 0; text-decoration: underline }
#levels ul#zweite li a.alfombanyo	{ background: #E1E0E0 }
#levels ul#zweite li a.alfombanyo:hover { background: ; color: #FFF; text-decoration: none }

#levels ul#erste li a.cubos { background: url(../../imatges/articles/cubos.gif) -71px 0 no-repeat }
#levels ul#erste li a.cubos:hover { background-position: 0 0; text-decoration: underline }
#levels ul#zweite li a.cubos	{ background: #E1E0E0 }
#levels ul#zweite li a.cubos:hover { background: ; color: #FFF; text-decoration: none }

#levels ul#erste li a.escobillaswc { background: url(../../imatges/articles/escobillas_wc.gif) -71px 0 no-repeat }
#levels ul#erste li a.escobillaswc:hover { background-position: 0 0; text-decoration: underline }
#levels ul#zweite li a.escobillaswc	{ background: #E1E0E0 }
#levels ul#zweite li a.escobillaswc:hover { background: ; color: #FFF; text-decoration: none }

#levels ul#erste li a.orinales { background: url(../../imatges/articles/orinales.gif) -71px 0 no-repeat }
#levels ul#erste li a.orinales:hover { background-position: 0 0; text-decoration: underline }
#levels ul#zweite li a.orinales	{ background: #E1E0E0 }
#levels ul#zweite li a.orinales:hover { background: ; color: #FFF; text-decoration: none }

#levels ul#erste li a.pongotodos { background: url(../../imatges/articles/pongotodos.gif) -71px 0 no-repeat }
#levels ul#erste li a.pongotodos:hover { background-position: 0 0; text-decoration: underline }
#levels ul#zweite li a.pongotodos	{ background: #E1E0E0 }
#levels ul#zweite li a.pongotodos:hover { background: ; color: #FFF; text-decoration: none }

#levels ul#erste li a.bandejascubitos { background: url(../../imatges/articles/bandejascubitos.gif) -71px 0 no-repeat }
#levels ul#erste li a.bandejascubitos:hover { background-position: 0 0; text-decoration: underline }
#levels ul#zweite li a.bandejascubitos	{ background: #E1E0E0 }
#levels ul#zweite li a.bandejascubitos:hover { background: ; color: #FFF; text-decoration: none }

#levels ul#erste li a.cuberteros { background: url(../../imatges/articles/cuberteros.gif) -71px 0 no-repeat }
#levels ul#erste li a.cuberteros:hover { background-position: 0 0; text-decoration: underline }
#levels ul#zweite li a.cuberteros	{ background: #E1E0E0 }
#levels ul#zweite li a.cuberteros:hover { background: ; color: #FFF; text-decoration: none }

#levels ul#erste li a.cubospedal { background: url(../../imatges/articles/cubospedal.gif) -71px 0 no-repeat }
#levels ul#erste li a.cubospedal:hover { background-position: 0 0; text-decoration: underline }
#levels ul#zweite li a.cubospedal	{ background: #E1E0E0 }
#levels ul#zweite li a.cubospedal:hover { background: ; color: #FFF; text-decoration: none }

#levels ul#erste li a.escurrevajillas { background: url(../../imatges/articles/escurrevajillas.gif) -71px 0 no-repeat }
#levels ul#erste li a.escurrevajillas:hover { background-position: 0 0; text-decoration: underline }
#levels ul#zweite li a.escurrevajillas	{ background: #E1E0E0 }
#levels ul#zweite li a.escurrevajillas:hover { background: ; color: #FFF; text-decoration: none }

#levels ul#erste li a.escurreverduras { background: url(../../imatges/articles/escurreverduras.jpg) -71px 0 no-repeat }
#levels ul#erste li a.escurreverduras:hover { background-position: 0 0; text-decoration: underline }
#levels ul#zweite li a.escurreverduras	{ background: #E1E0E0 }
#levels ul#zweite li a.escurreverduras:hover { background: ; color: #FFF; text-decoration: none }

#levels ul#erste li a.estropajeros { background: url(../../imatges/articles/estropajeros.gif) -71px 0 no-repeat }
#levels ul#erste li a.estropajeros:hover { background-position: 0 0; text-decoration: underline }
#levels ul#zweite li a.estropajeros	{ background: #E1E0E0 }
#levels ul#zweite li a.estropajeros:hover { background: ; color: #FFF; text-decoration: none }

#levels ul#erste li a.hermeticos { background: url(../../imatges/articles/hermeticos.gif) -71px 0 no-repeat }
#levels ul#erste li a.hermeticos:hover { background-position: 0 0; text-decoration: underline }
#levels ul#zweite li a.hermeticos	{ background: #E1E0E0 }
#levels ul#zweite li a.hermeticos:hover { background: ; color: #FFF; text-decoration: none }

#levels ul#erste li a.jarras { background: url(../../imatges/articles/jarrasvasosmedidores.gif) -71px 0 no-repeat }
#levels ul#erste li a.jarras:hover { background-position: 0 0; text-decoration: underline }
#levels ul#zweite li a.jarras	{ background: #E1E0E0 }
#levels ul#zweite li a.jarras:hover { background: ; color: #FFF; text-decoration: none }

#levels ul#erste li a.salvaplatos { background: url(../../imatges/articles/salvaplatos.gif) -71px 0 no-repeat }
#levels ul#erste li a.salvaplatos:hover { background-position: 0 0; text-decoration: underline }
#levels ul#zweite li a.salvaplatos	{ background: #E1E0E0 }
#levels ul#zweite li a.salvaplatos:hover { background: ; color: #FFF; text-decoration: none }

#levels ul#erste li a.verduleros { background: url(../../imatges/articles/verduleros.gif) -71px 0 no-repeat }
#levels ul#erste li a.verduleros:hover { background-position: 0 0; text-decoration: underline }
#levels ul#zweite li a.verduleros	{ background: #E1E0E0 }
#levels ul#zweite li a.verduleros:hover { background: ; color: #FFF; text-decoration: none }

#levels ul#erste li a.barrenyos { background: url(../../imatges/articles/barrenyos.gif) -71px 0 no-repeat }
#levels ul#erste li a.barrenyos:hover { background-position: 0 0; text-decoration: underline }
#levels ul#zweite li a.barrenyos	{ background: #E1E0E0 }
#levels ul#zweite li a.barrenyos:hover { background: ; color: #FFF; text-decoration: none }

#levels ul#erste li a.botelleros { background: url(../../imatges/articles/botelleros.gif) -71px 0 no-repeat }
#levels ul#erste li a.botelleros:hover { background-position: 0 0; text-decoration: underline }
#levels ul#zweite li a.botelleros	{ background: #E1E0E0 }
#levels ul#zweite li a.botelleros:hover { background: ; color: #FFF; text-decoration: none }

#levels ul#erste li a.felpudos { background: url(../../imatges/articles/felpudos.gif) -71px 0 no-repeat }
#levels ul#erste li a.felpudos:hover { background-position: 0 0; text-decoration: underline }
#levels ul#zweite li a.felpudos	{ background: #E1E0E0 }
#levels ul#zweite li a.felpudos:hover { background: ; color: #FFF; text-decoration: none }

#levels ul#erste li a.fundas { background: url(../../imatges/articles/fundastablaplanchar.gif) -71px 0 no-repeat }
#levels ul#erste li a.fundas:hover { background-position: 0 0; text-decoration: underline }
#levels ul#zweite li a.fundas	{ background: #E1E0E0 }
#levels ul#zweite li a.fundas:hover { background: ; color: #FFF; text-decoration: none }

#levels ul#erste li a.perchas { background: url(../../imatges/articles/perchas.jpg) -71px 0 no-repeat }
#levels ul#erste li a.perchas:hover { background-position: 0 0; text-decoration: underline }
#levels ul#zweite li a.perchas	{ background: #E1E0E0 }
#levels ul#zweite li a.perchas:hover { background: ; color: #FFF; text-decoration: none }

#levels ul#erste li a.pinzasropa { background: url(../../imatges/articles/pinzasropa.gif) -71px 0 no-repeat }
#levels ul#erste li a.pinzasropa:hover { background-position: 0 0; text-decoration: underline }
#levels ul#zweite li a.pinzasropa	{ background: #E1E0E0 }
#levels ul#zweite li a.pinzasropa:hover { background: ; color: #FFF; text-decoration: none }

#levels ul#erste li a.cajasmuliusos { background: url(../../imatges/articles/cajasmultiusos.gif) -71px 0 no-repeat }
#levels ul#erste li a.cajasmuliusos:hover { background-position: 0 0; text-decoration: underline }
#levels ul#zweite li a.cajasmuliusos	{ background: #E1E0E0 }
#levels ul#zweite li a.cajasmuliusos:hover { background: ; color: #FFF; text-decoration: none }

#levels ul#erste li a.contenedores { background: url(../../imatges/articles/contenedores.gif) -71px 0 no-repeat }
#levels ul#erste li a.contenedores:hover { background-position: 0 0; text-decoration: underline }
#levels ul#zweite li a.contenedores	{ background: #E1E0E0 }
#levels ul#zweite li a.contenedores:hover { background: ; color: #FFF; text-decoration: none }

#levels ul#erste li a.cubosind { background: url(../../imatges/articles/cubosindustriales.gif) -71px 0 no-repeat }
#levels ul#erste li a.cubosind:hover { background-position: 0 0; text-decoration: underline }
#levels ul#zweite li a.cubosind	{ background: #E1E0E0 }
#levels ul#zweite li a.cubosind:hover { background: ; color: #FFF; text-decoration: none }

#levels ul#erste li a.embudos { background: url(../../imatges/articles/embudos.gif) -71px 0 no-repeat }
#levels ul#erste li a.embudos:hover { background-position: 0 0; text-decoration: underline }
#levels ul#zweite li a.embudos	{ background: #E1E0E0 }
#levels ul#zweite li a.embudos:hover { background: ; color: #FFF; text-decoration: none }

#levels ul#erste li a.papeleras { background: url(../../imatges/articles/papeleras.gif) -71px 0 no-repeat }
#levels ul#erste li a.papeleras:hover { background-position: 0 0; text-decoration: underline }
#levels ul#zweite li a.papeleras	{ background: #E1E0E0 }
#levels ul#zweite li a.papeleras:hover { background: ; color: #FFF; text-decoration: none }

#levels ul#erste li a.bayetas { background: url(../../imatges/articles/bayetasyfregonas.gif) -71px 0 no-repeat }
#levels ul#erste li a.bayetas:hover { background-position: 0 0; text-decoration: underline }
#levels ul#zweite li a.bayetas	{ background: #E1E0E0 }
#levels ul#zweite li a.bayetas:hover { background: ; color: #FFF; text-decoration: none }

#levels ul#erste li a.escobas { background: url(../../imatges/articles/cepillos.gif) -71px 0 no-repeat }
#levels ul#erste li a.escobas:hover { background-position: 0 0; text-decoration: underline }
#levels ul#zweite li a.escobas	{ background: #E1E0E0 }
#levels ul#zweite li a.escobas:hover { background: ; color: #FFF; text-decoration: none }

#levels ul#erste li a.cepillosmano { background: url(../../imatges/articles/cepillosdemano.gif) -71px 0 no-repeat }
#levels ul#erste li a.cepillosmano:hover { background-position: 0 0; text-decoration: underline }
#levels ul#zweite li a.cepillosmano	{ background: #E1E0E0 }
#levels ul#zweite li a.cepillosmano:hover { background: ; color: #FFF; text-decoration: none }

#levels ul#erste li a.cubosfregar { background: url(../../imatges/articles/cubosfregar.gif) -71px 0 no-repeat }
#levels ul#erste li a.cubosfregar:hover { background-position: 0 0; text-decoration: underline }
#levels ul#zweite li a.cubosfregar	{ background: #E1E0E0 }
#levels ul#zweite li a.cubosfregar:hover { background: ; color: #FFF; text-decoration: none }

#levels ul#erste li a.mangos { background: url(../../imatges/articles/mangos.gif) -71px 0 no-repeat }
#levels ul#erste li a.mangos:hover { background-position: 0 0; text-decoration: underline }
#levels ul#zweite li a.mangos	{ background: #E1E0E0 }
#levels ul#zweite li a.mangos:hover { background: ; color: #FFF; text-decoration: none }

#levels ul#erste li a.recogedores { background: url(../../imatges/articles/recogedoresypalasdemano.gif) -71px 0 no-repeat }
#levels ul#erste li a.recogedores:hover { background-position: 0 0; text-decoration: underline }
#levels ul#zweite li a.recogedores	{ background: #E1E0E0 }
#levels ul#zweite li a.recogedores:hover { background: ; color: #FFF; text-decoration: none }

#levels ul#erste li a.armariosaltos { background: url(../../imatges/articles/armariosaltos.gif) -71px 0 no-repeat }
#levels ul#erste li a.armariosaltos:hover { background-position: 0 0; text-decoration: underline }
#levels ul#zweite li a.armariosaltos	{ background: #E1E0E0 }
#levels ul#zweite li a.armariosaltos:hover { background: ; color: #FFF; text-decoration: none }

#levels ul#erste li a.armariosbajos { background: url(../../imatges/articles/armariosbajos.gif) -71px 0 no-repeat }
#levels ul#erste li a.armariosbajos:hover { background-position: 0 0; text-decoration: underline }
#levels ul#zweite li a.armariosbajos	{ background: #E1E0E0 }
#levels ul#zweite li a.armariosbajos:hover { background: ; color: #FFF; text-decoration: none }

#levels ul#erste li a.cajas { background: url(../../imatges/articles/cajas.gif) -71px 0 no-repeat }
#levels ul#erste li a.cajas:hover { background-position: 0 0; text-decoration: underline }
#levels ul#zweite li a.cajas	{ background: #E1E0E0 }
#levels ul#zweite li a.cajas:hover { background: ; color: #FFF; text-decoration: none }

#levels ul#erste li a.cajoneras { background: url(../../imatges/articles/cajoneras.gif) -71px 0 no-repeat }
#levels ul#erste li a.cajoneras:hover { background-position: 0 0; text-decoration: underline }
#levels ul#zweite li a.cajoneras	{ background: #E1E0E0 }
#levels ul#zweite li a.cajoneras:hover { background: ; color: #FFF; text-decoration: none }

#levels ul#erste li a.cofres { background: url(../../imatges/articles/cofres.gif) -71px 0 no-repeat }
#levels ul#erste li a.cofres:hover { background-position: 0 0; text-decoration: underline }
#levels ul#zweite li a.cofres	{ background: #E1E0E0 }
#levels ul#zweite li a.cofres:hover { background: ; color: #FFF; text-decoration: none }

#levels ul#erste li a.contenedoresord { background: url(../../imatges/articles/contenedoresord.gif) -71px 0 no-repeat }
#levels ul#erste li a.contenedoresord:hover { background-position: 0 0; text-decoration: underline }
#levels ul#zweite li a.contenedoresord	{ background: #E1E0E0 }
#levels ul#zweite li a.contenedoresord:hover { background: ; color: #FFF; text-decoration: none }

#levels ul#erste li a.estantearmarios { background: url(../../imatges/articles/estanterias.gif) -71px 0 no-repeat }
#levels ul#erste li a.estantearmarios:hover { background-position: 0 0; text-decoration: underline }
#levels ul#zweite li a.estantearmarios	{ background: #E1E0E0 }
#levels ul#zweite li a.estantearmarios:hover { background: ; color: #FFF; text-decoration: none }

	
/* ************** END TEXT COLOR BY CATEGORY ************ */


ul#submenu {
	padding-top: 0;
	margin-left: 0;
	padding-left: 10px;
	border-bottom: 1px solid #FFF;
	height: auto;
	color: #000 }
	
	ul#submenu li {
		width: auto;
		height: auto;			
		float: none;
		display: inline;
		font-size: 1.1em;
		font-weight: bold;
		padding: 0 10px;
		line-height: 180%;
		border-right: 1px solid #FFF;
		color: #000 }

		/* per ressaltar l'opcio de submenu actual  */
		ul#submenu li strong { color: #000 }
		
		/* ul#submenu li.last { border-right: none }	*/

		ul#submenu li a {
			display: inline;
			margin: 0; padding: 0;
			text-align: left;
			font-size: 1em;
			font-weight: normal;
			color: #FFF; }
	
			ul#submenu li a:hover {	text-decoration: underline }
		
		
dl { list-style: none }		

#specs dl {
	float: left;
	border-right: 1px solid #E1E0E0;
	font-size: 1.1em;
	width: 270px }
	
	#specs dt {
		padding-top: 5px;
		height: 20px;
		padding-left: 25px;
		color: #F5671D }
		
	#specs dd {
		height: 21px;
		padding-left: 25px;
		border-bottom: 1px solid #E1E0E0;
		font-weight: bold }

	#specs dt.first, dd.first { background: #E1E0E0 }
	#specs dt.first { height: 40px; color: #555; font-size: 1.1em; font-weight: bold }
	#specs dd.first { display: none }
	#specs dd.last { height: 34px; font-size: 0.8em; font-weight: normal }
	
		#specs dd a { color: #333 }
		#specs dd a:hover { color: #F45514; text-decoration: underline }

dl strong { color: #F45514; border-bottom: 1px solid #F45514; font-weight: normal }
	
/* Forms */
form#search fieldset {
	float: right;
	margin: 5px 5px 0 0;
	font-size: 1.2em }
	
	form#search fieldset input { border: 1px solid #C1C1C1 }
	
form#contact { margin-top: 45px }
#contact fieldset { margin-bottom: 10px }

	#contact fieldset li {
		list-style: none;
		padding: 5px }

		#contact fieldset li label {
			display: -moz-inline-box;
			display: inline-block;
			line-height: 1.8em; 
			width: 125px;
			vertical-align: top }
		
			#contact li label em {
				font-weight: bold;
				color: #F86924 }

		#contact fieldset li input, textarea {
			border: 1px solid #DBD5CF }		

		#contact fieldset li input.error, textarea.error {
			border: 1px solid #F86924 }		

			
			#contact fieldset fieldset {
				margin: 3px 0 0 }
				
			#contact fieldset.submit input {
				margin-left: 128px;
				padding: 2px 10px;
				background: #E1E0E0;
				color: #666 }

/* Tables */
table {
	font-size: 1.1em; 
	margin-top: 15px;
	padding: 0 5px;
	background: url(../../imatges/disseny/thead.gif) 0 0 no-repeat;
	width: 590px }

	thead {
		height: 16px;
		text-align: left;
		color: #FFF }
		
		thead td { padding-left: 10px}
	
	tbody tr { height: 30px }
	
		tbody tr td { border-bottom: 1px solid #F25312; color: #333 }
	
		


	
