/*AQUEST FULL PERTANY ALS ESTILS INTERIORS DE LA BOTIGA, DE PRODUCTES, EL DEL MENU ESTA A MENUS_CSS/BOTIGA*/

/*PADDINGS DEFINITS*/
/*normals*/
.p5{padding:5px;}
.p10{padding:10px;}
.p15{padding:15px;}
.p20{padding:20px;}
.p25{padding:25px;}
.p30{padding:30px;}
.p35{padding:35px;}
.p40{padding:40px;}
.p45{padding:45px;}
.p50{padding:50px;}

/*verticals*/




.pv5{padding:5px 0 5px 0;height:20px;}
.pv10{padding:10px 0 10px 0;}
.pv15{padding:15px 0 15px 0;}
.pv20{padding:20px 0 20px 0;}
.pv25{padding:25px 0 25px 0;}
.pv30{padding:30px 0 30px 0;}
.pv35{padding:35px 0 35px 0;}
.pv40{padding:40px 0 40px 0;}
.pv45{padding:45px 0 45px 0;}
.pv50{padding:50px 0 50px 0;}

/*horitzonals*/
.ph5{padding:0 5px 0 5px;}
.ph10{padding:0 10px 0 10px;}
.ph15{padding:0 15px 0 15px;}
.ph20{padding:0 20px 0 20px;}
.ph25{padding:0 25px 0 25px;}
.ph30{padding:0 30px 0 30px;}
.ph35{padding:0 35px 0 35px;}
.ph40{padding:0 40px 0 40px;}
.ph45{padding:0 45px 0 45px;}
.ph50{padding:0 50px 0 50px;}

.float_r{float:right;}
.float_l{float:left;}

.border{border:solid 1px red;}

/*CISTELLA*/

.clear{clear:both;}

#contenedor_cistella {
	width:100%;
	padding:0 0 0 0;

}

#titols_cistella{
	width:100%;
	height:20px;
	padding:5px 0 5px 0;
	background-color:#c0bebe;


}

#titols_cistella div{
	float:left;
	width:114px;
	font-weight:bold;
	text-align:center;
	font-size:13px;
}



#contingut_cistella{
	width:100%;
	float:left;
	padding:5px 0 5px 0;
}


#contingut_cistella div{
	float:left;
	width:114px;
	font-weight:bold;
	text-align:center;
	
}

#totals_cistella{
	width:100%;
	background-color:#c0bebe;
	float:left;
	padding:5px 0 5px 0;
	font-size:15px;
	font-weight:bold;
	font-size:12px;
}


#totals_cistella div{
	float:right;
	width:114px;
	font-weight:bold;
	text-align:center;
}

#titols_cistella_mes{
	padding:0 0 0 0;
	height:100px;
	margin-top:25px;
	width:auto;
	
}

.h3_cistella{
	font-size:22px;
	border-bottom:solid 1px #666666;	
	font-weight:normal;
	padding-bottom:5px;
}

.h2_cistella{
	font-weight:normal;
	padding-top:5px;
}





#cuadres{
	width:416px; 
	height:auto;
	margin:5px 0 0 0; 
	

}

#cuadres .pas1{
	width:100px; 
	height:100px; 
	float:left; 
	margin: auto;  
	background-image: url(imatges/botiga/pas1.png);
	background-repeat: no-repeat;

}

#cuadres .pas2{
	padding:2px;
	width:100px; 
	height:100px; 
	float:left; 
	margin: auto;  
	background-image: url(imatges/botiga/pas2.png);
	background-repeat: no-repeat;

}

#cuadres .pas3{
	padding:2px;
	width:100px; 
	height:100px; 
	float:left; 
	margin: auto;  
	background-image: url(imatges/botiga/pas3.png);
	background-repeat: no-repeat;

}

#cuadres .pas4{
	padding:2px;
	width:100px; 
	height:100px; 
	float:left; 
	margin: auto;  
	background-image: url(imatges/botiga/pas3.png);
	background-repeat: no-repeat;

}

#cuadres{
	width:416px; 
	height:auto; 

}

#cuadres .pas1_error{
	padding:2px;
	width:100px; 
	height:100px; 
	float:left; 
	margin: auto;  
	background-image: url(imatges/botiga/pas1.png);
	background-repeat: no-repeat;

}

#cuadres .pas2_error{
	padding:2px;
	width:100px; 
	height:100px; 
	float:left; 
	margin: auto;  
	background-image: url(imatges/botiga/pas2_error.png);
	background-repeat: no-repeat;

}

#cuadres .pas3_error{
	padding:2px;
	width:100px; 
	height:100px; 
	float:left; 
	margin: auto;  
	background-image: url(imatges/botiga/pas3_error.png);
	background-repeat: no-repeat;

}

#cuadres .pas4_error{
	padding:2px;
	width:100px; 
	height:100px; 
	float:right; 
	margin: auto;  
	background-image: url(imatges/botiga/pas4_error.png);
	background-repeat: no-repeat;

}


#cuadres .pas4{
	padding:2px;
	width:100px; 
	height:100px; 
	float:right; 
	margin: auto;  
	background-image: url(imatges/botiga/pas4_error.png);
	background-repeat: no-repeat;

}


#cuadres .textos_interior{
	width:90px;
	height:auto;
	font-size:10px; 
	word-wrap:break-word;
	text-align:center;
	margin-top:65px;
	line-height:10px;
}

#botons_cistella div{
	float:right;
	padding:5px;
}






/*CONTINGUT FORUMARLI REGISTRE*/
.contact-us input{
padding:5px;
border:1px solid #ccc;
background-color:#eee;
height:15px;
margin-top:5px;
}

.contact-us {
text-align:left;	
padding:10px 0 0 0;;
width:500px;
margin-left:25px;
}
.contact-us textarea {
width: 30em;
padding:10px;
border:1px solid #ccc;
background-color:#eee;

}
.contact-us .submit {
position:relative;
left:105px;
border:none;	
width:81px;
height:24px;	
background-image:none;
background-color:#fff;
}

.red {
color:red;
font-weight:700;
}
.contact-us .form-col1 {
width:130px;
height:10px;
float:left;
display:block;
text-align:left;
padding-right:10px;
font-weight:700;
padding-top:8px;
}



.contact-us2 input{
padding:5px;
border:1px solid #ccc;
background-color:#eee;
height:10px;
margin-top:5px;

}

.contact-us2 {
text-align:left;	
padding:0 0 0 0;;
width:500px;
}
.contact-us2 textarea {
width: 30em;
padding:10px;
border:1px solid #ccc;
background-color:#eee;

}
.contact-us2 .submit {
position:relative;
left:105px;
border:none;	
width:81px;
height:24px;	
background-image:none;
background-color:#fff;
}

.red {
color:red;
font-weight:700;
}
.contact-us2 .form-col1 {
width:130px;
height:10px;
float:left;
display:block;
text-align:left;
padding-right:10px;
font-weight:700;
padding-top:8px;
}


.contact-us .form-col1_titols {
width:100%;
padding:5px;
display:block;
font-weight:bold;
background-color:#ccc;


}





/*LIGHTBOX*/


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }
#thumbnail{display:none;}
#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../imatges/botiga/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../imatges/botiga/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

<!--//PRODUCTES-->


img
{
border:0px;
}


#contenidor_botiga{
width:200px;
height:auto;
margin-top:25px;



}

#foto_producte_botiga{
width:200px;
height:150px;
}




#preu_producte_botiga2{
font-weight:bold;
font-size: 25px;  
float:right;
margin:5px 20px 0 0;
}



#preu_iva_producte_botiga{
width:150px;
text-align: left;
font-size:9px;
}


#titol_producte_botiga{
height:auto;
font-size:16px;
font-weight:bold;
text-align: right;
border-bottom:solid 1px;
padding-bottom:5px;
}

#titol_referencia_botiga{
font-size:12px;
text-align: right;
padding:5px 0 5px 0;
}

#titol_informacio_botiga{
float:right;
padding:3px;


}


#titol_comprar_botiga{
float:right;
padding:3px;

}



#extra_producte_botiga{
width:150px;
height:25px;

}





img
{
border:0px;
}


#contenidor_botiga{
width:200px;
height:auto;
margin-top:25px;



}

#foto_producte_botiga{
width:200px;
height:150px;
}

#contenedor_botiga_preu{
width:200px;
height:auto;
padding-top:7px;
}




#preu_contenidor_producte{
float:left;
}

#preu_titol_iva_subproducte_botiga{
font-size:14px;

}


#preu_iva_producte_botiga{
text-align: left;
font-size:9px;


}

#preu_producte_botiga{
font-weight:bold;
font-size: 30px;  
text-shadow: 1px 1px 1px #131212;
float:right;
width:100%;
height:50px;
text-align:right;
}

#preu_iva_subproducte_botiga{
font-size:14px;
}


#titol_producte_botiga{
height:auto;
font-size:16px;
font-weight:bold;
text-align: right;



}

#titol_informacio_botiga{
float:right;
padding:3px;


}


#titol_comprar_botiga{
float:right;
padding:3px;

}



#extra_producte_botiga{
width:150px;
height:25px;

}




<!--//PRODUCTE-->


img
{
border:0;
}

#producte_disponibilitat{
font-size:18px;
text-align:right;
padding:10px 0 10px 0 ;
}

#producte_disponibilitat img{
margin-bottom:-3px;
}

#contenidor_subproducte{
width:100%;
height:330px;
margin-top:20px;
}

#foto_subproducte_botiga{
width:300px;
height:300px;
float:left;
z-index:1;
position:absolute;

}

#foto_subproducte_botiga_lupa{
width:32px;
height:32px;
position:absolute;
z-index:99;
background-image:url(imatges/botiga/lupa_productes.png);
text-align:center;
left:270px;
top:270px;


}


#contenidor_interior_subproducte{
width:56%;
float:right;
}

#contenidor_interior_subproducte_preu{
width:100%;
padding:0px;
height:30px;
margin-bottom:10px;
}



/*#contenedor_botiga_preu{
width:200px;
height:auto;
margin-top:10px;
margin-bottom:10px;
padding-top:10px;
padding-bottom:10px;
}*/

#preu_subproducte_botiga{
font-weight:bold;

}



.h1{
width:auto;
font-size:8px;
}




#titol_subproducte_botiga{
width:350px;
height:auto;
padding:0 0 5px 0;
margin-bottom:11px;
font-size:14px;
font-weight: bold;
float:left;
text-align:left;


}

#text_descripcio{
height:120px;
width:100%;
overflow: auto;
padding:20px 0 0 0;

}


.marco1 {
padding:5px;
width: 120px;
}

.marco2 {
float:left;
padding:5px;
width: 300px;
border:dotted 1px;
height:300px;
}

.marco3 {
padding:5px;
width: 300px;
border:dotted 1px;
}

.marco4 {
padding:5px;
border:dotted 1px;
float:left;
}

.paginador{
height:40px;
width:auto;
/*float:left;*/
/*margin-right:30px;*/

}
.paginador span{
width:10px;
}

#productes_botiga_interior_div{
float:left;
padding:8px;
}

#productes_botiga_interior_titol{
clear:both;
}

#productes_botiga_contenidor{
width:715px;
height:130px;
border-top:solid 1px;
border-bottom:solid 1px;
padding:20px 0 20px 0;
margin: 5px 0 5px 0;

}

#productes_botiga_foto{
height:120px;
width:120px;
border:dotted 1px;
padding:5px;
float:left;
text-align:center;
}

#productes_botiga_contenidor_descripcio{
padding:0 0 0 15px;
float:left;
height:130px;
}

#productes_botiga_titol{
}


#productes_botiga_seccio{
font-style:italic;
font-weight:bold;
padding: 5px 0 0 0 ;

}


#productes_botiga_descripcio{
width:550px;
height:75px;
float:left;
margin-bottom:10px;
overflow:hidden;
}


#productes_botiga_contenidor_preu{
float:right}

#productes_botiga_preu{
float:right;
font-weight:bold;
font-size: 22px;  
text-shadow: 1px 1px 1px #131212;
padding: 2px 15px 0 5px;

}


#productes_botiga_veure_mes{
float:right;
width:50px;
padding-left:10px;
}


#productes_botiga_afegir{
float:right;
width:50px;
}
#productes_botiga_afegir span{
font-size:9px;
}





/*BOTONS*/
.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(imatges/botiga/checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(imatges/botiga/radio.gif) no-repeat;
}
.select_paginacio {
	height:27px;
	width: 59px; 
	color: #4e4e4d;
	margin:-3px 5px 5px 5px;
	padding:5px;
	border:1px solid #b4b4b4;
	background-color:#dedede;
}

#select_de_quantitat{
width:2px;
height:3px;
float:left;
margin-left:40px;
*margin-top:-5px;
*margin-left:20px;
position:relative;
}

#select_de_quantitat_numero{
float:left;
height:3px;
width:3px;

}
#select_de_quantitat_numero input{
width:35px; 
height:21px; 
margin-right:5px;
font-size:22px;
text-align:center;
}



#select_de_quantitat_numero2{
float:left;
height:3px;
width:3px;
margin-top:-7px;


}
#select_de_quantitat_numero2 input{
width:50px; 
height:15px; 
margin-right:5px;
font-size:10px;
text-align:center;
float:left;

}



#select_de_quantitat_numero3{
float:left;
height:3px;
width:3px;
border:none;
margin-top:-7px;

}
#select_de_quantitat_numero3 input{
width:50px; 
height:15px;  
margin-left:80px;
font-size:10px;
text-align:center;


}



#select_de_quantitat_producte{
width:3px;
height:3px;
float:left;
*margin-top:-40px;
}

#select_de_quantitat_numero_producte{
float:left;
*margin-top:-35px;
}
#select_de_quantitat_numero_producte input{
width:35px; 
height:20px; 
margin-right:5px;
font-size:15px;
text-align:center;
padding:0 0 0 0;

}

.titols_ultra_petits{ font-size:9px;width:60px;height:11px;padding-bottom:2px;}
.titols_ultra_petits2{ font-size:9px;width:60px;height:11px; margin-left:80px;padding-bottom:2px;}
.titols_ultra_grans{ padding: 5px 0 0 10px; margin-bottom:15px;font-size: 150%; letter-spacing: -1px; font-weight: normal;	font-family: arial, verdana;}
.titols_ultra_grans:hover{ text-decoration:underline;}
.titols_ultra_grans_retocats{ margin: 25px 0 10px 0;padding: 0 0 5px 0;	font-size: 180%; letter-spacing: -1px; font-weight: normal;	font-family: arial, verdana;}

a.more { float: right; display: block; background: url(imatges/botiga/more.png) no-repeat bottom right; padding-right: 10px; font-family: Arial, Verdana, sans-serif; color: #4e4e4d; font-size: 11px; text-shadow: 1px 1px 1px #ffffff; }
a.more:hover { color: #313130; text-decoration: none; }
a.more span { display: block; background: url(imatges/botiga/more.png) no-repeat top left; padding-left: 9px; height: 28px; line-height: 25px; }

a.more_prod { margin:0 0 0 0;float: right; display: block; background: url(imatges/botiga/more.png) no-repeat bottom right; padding-right: 10px; font-family: Arial, Verdana, sans-serif; color: #4e4e4d; font-size: 14px; text-shadow: 1px 1px 1px #ffffff; }
a.more_prod:hover { color: #313130; text-decoration: none; }
a.more_prod span { display: block; background: url(imatges/botiga/more.png) no-repeat top left; padding-left: 9px; height: 28px; line-height: 25px; }

a.more_prod_petit { margin:0 0 0 0;float: right; display: block; background: url(imatges/botiga/more.png) no-repeat bottom right; padding-right: 10px; font-family: Arial, Verdana, sans-serif; color: #4e4e4d; font-size: 9px; text-shadow: 1px 1px 1px #ffffff; }
a.more_prod_petit:hover { color: #313130; text-decoration: none; }
a.more_prod_petit span { display: block; background: url(imatges/botiga/more.png) no-repeat top left; padding-left: 9px; height: 28px; line-height: 25px; }


a.more_sub { margin:2px 0 0 4px;float:right; display: block; background: url(imatges/botiga/more.png) no-repeat bottom right; padding-right: 10px; font-family: Arial, Verdana, sans-serif; color: #4e4e4d; font-size: 11px; text-shadow: 1px 1px 1px #ffffff; }
a.more_sub:hover { color: #313130; text-decoration: none; }
a.more_sub span { display: block; background: url(imatges/botiga/more.png) no-repeat top left; padding-left: 9px; height: 28px; line-height: 25px; }

a.more_pag { margin:2px 0 0 4px;float:left; display: block; background: url(imatges/botiga/more.png) no-repeat bottom right; padding-right: 10px; font-family: Arial, Verdana, sans-serif; color: #4e4e4d; font-size: 11px; text-shadow: 1px 1px 1px #ffffff; }
a.more_pag:hover { color: #313130; text-decoration: none; }
a.more_pag span { display: block; background: url(imatges/botiga/more.png) no-repeat top left; padding-left: 9px; height: 28px; line-height: 25px; }


a.more_cistella { margin:0 10px 0 0;float: right; display: block; background: url(imatges/botiga/more_verd.png) no-repeat bottom right; padding:0 10px 0 50px; font-family: Arial, Verdana, sans-serif; color: #4e4e4d; font-size: 14px; text-shadow: 1px 1px 1px #ffffff; }
a.more_cistella:hover { color: #313130; text-decoration: none; }
a.more_cistella span { display: block; background: url(imatges/botiga/more_verd.png) no-repeat top left; padding-left: 29px; height: 28px; line-height: 25px; }

a.more_cistella2 { margin:2px 5px 0 -40px;float: right; display: block; background: url(imatges/botiga/more_verd.png) no-repeat bottom right; padding:0 10px 0 50px; font-family: Arial, Verdana, sans-serif; color: #4e4e4d; font-size: 11px; text-shadow: 1px 1px 1px #ffffff; }
a.more_cistella2:hover { color: #313130; text-decoration: none; }
a.more_cistella2 span { display: block; background: url(imatges/botiga/more_verd.png) no-repeat top left; padding-left: 29px; height: 28px; line-height: 25px; }

a.more_cistella_petit { margin:0 10px 0 0;float: right; display: block; background: url(imatges/botiga/more_verd.png) no-repeat bottom right; padding:0 10px 0 50px; font-family: Arial, Verdana, sans-serif; color: #4e4e4d; font-size: 9px; text-shadow: 1px 1px 1px #ffffff; }
a.more_cistella_petit:hover { color: #313130; text-decoration: none; }
a.more_cistella_petit span { display: block; background: url(imatges/botiga/more_verd.png) no-repeat top left; padding-left: 29px; height: 28px; line-height: 25px; }

input.more  { width:155px;  background: url(imatges/botiga/more2.png) no-repeat ;height: 28px;  font-family: Arial, Verdana, sans-serif; color: #4e4e4d; font-size: 11px;margin:7px 0 -7px 0; }
input.more3  { width:155px;  background: url(imatges/botiga/more3.png) no-repeat ;height: 25px;  font-family: Arial, Verdana, sans-serif; color: #c5c4c3;font-size: 19px; padding:3px; }
input.more4  { width:100px;  padding:10px; font-size: 12px; margin-top:45px;}
input.more_quantitat_amunt { width:25px; height:11px;background-image: url(imatges/botiga/botons/amunt.png); border:0px; margin:1px;}
input.more_quantitat_avall { width:25px; height:11px;background-image: url(imatges/botiga/botons/avall.png); border:0px; margin:1px;}
input.more_cistella_llista  { border:0px;width:155px;  background: url(imatges/botiga/more_cistella.png) no-repeat ;height: 28px;  font-family: Arial, Verdana, sans-serif; color: #4e4e4d; font-size: 11px;margin:7px 0 -7px 0; }
input.more_cistella_tornar  { border:0px;width:155px;  background: url(imatges/botiga/more_tornar.png) no-repeat ;height: 28px;  font-family: Arial, Verdana, sans-serif; color: #4e4e4d; font-size: 11px;margin:7px 0 -7px 0; }
input.more_cistella_actualitzar  { border:0px;width:155px;  background: url(imatges/botiga/more_actualizar.png) no-repeat ;height: 28px;  font-family: Arial, Verdana, sans-serif; color: #4e4e4d; font-size: 11px;margin:7px 0 -7px 0; }
input.more_cistella_imprimir  { border:0px;width:155px;  background: url(imatges/botiga/more_imprimir.png) no-repeat ;height: 28px;  font-family: Arial, Verdana, sans-serif; color: #4e4e4d; font-size: 11px;margin:7px 0 -7px 0; }




/*TOOLTIPS miss de informació*/

.tooltip a{
	width:100%;
	height:100%;
}


.tooltip {
    color: #000000; outline: none;
	cursor: help; text-decoration: none;
	margin:5px 0 0 138px;
	position:absolute;
}
.tooltip span {
	margin-left: -999em;
	position: absolute;text-decoration: none;
}
.tooltip:hover span {
	border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	position: absolute;  z-index: 99;
	margin-left: 15px; width: 180px;text-decoration: none;
}
.tooltip:hover img {
	border: 0; 
	position: absolute;
}
.tooltip:hover em {
	font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
	display: block; padding: 0.2em 0 0.6em 0;text-decoration: none;
}


.tooltip2 a{
	width:100%;
	height:100%;
}


.tooltip2 {
	 color: #000000; outline: none;
	cursor: help; text-decoration: none;
	margin:5px 0 0 57px;
	position:absolute;
}
.tooltip2 span {
	margin-left: -999em;
	position: absolute;text-decoration: none;
}
.tooltip2:hover span {
	border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	position: absolute;  z-index: 99;
	margin-left: 15px; width: 180px;text-decoration: none;
}
.tooltip2:hover img {
	border: 0; 
	position: absolute;
}
.tooltip2:hover em {
	font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
	display: block; padding: 0.2em 0 0.6em 0;text-decoration: none;
}


.custom { padding: 0.5em 0.8em 0.8em 2em;text-decoration: none; }
.classic {background: #FFFFAA; border: 1px solid #FFAD33; }
.critical { background: #FFCCAA; border: 1px solid #FF3334;	}
.help { background: #9FDAEE; border: 1px solid #2BB0D7;	text-decoration: none;}
.info { color:#737373;background: #e5e3e3; border: 1px solid #c5c5c5;	}
.warning { background: #FFFFAA; border: 1px solid #FFAD33; }
.pos_info {position:absolute;margin-left:-20px; margin-top:-10px; margin-bottom:0px; margin-right:0px;}	

#pagament_confirma_cistella {
	width:auto;
	margin-top:35px;
	margin-bottom:35px;
}
#pagament_confirma_cistella input {
	margin:5px;
}

/* Ocultem i mostrem boton de info i compra */
#productes_botiga_contenidor .vtip { display:none;}
#productes_botiga_contenidor:hover .vtip {display:block;}


