/*

	CSS pròpia i independent per a l'estètica dels formularis

*/

/* -- envoltori  i elements estètics -- */

#form {
    position: relative;
    _overflow: hidden;
	width: 670px;
	margin: 0 auto 0 auto;
	font-weight: normal;
	font-size: 12px;
}
#form #form_titol {
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-family : Georgia, "Times New Roman", times, serif;
	font-style : italic;
	padding: 20px 0 20px 0;
}
#form #form_info {
	width: 100%;
	text-align: center;
}
#form .form_titol_apartat {
	padding: 10px 0 10px 0;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
}

#form .resalt {
	margin: 20px;
	padding: 10px;
	background-color: #fbfbfb;
	border: 1px dashed #dedede;
}

#form hr {
	background-color: #e0e0e0;
	border: 0px;
}
#form #hr {
	border: 1px solid #e0e0e0;
	margin: 15px 0 15px 0;
}

/* -- formulari, caps i botons -- */

#form form {
}
#form input, #form textarea, #form select {
	padding: 2px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	color: black;
	font-weight: bold;
}
#form .button, #form .button_up, #form .button_down {
	font-size: 12px;
	color: black;
	margin: 4px;
	padding: 4px;
}
#form .field_left input, #form .field_left select, #form .field_double textarea {
	border: 1px solid #d0d0d0;
}
#form .button_up {
	font-weight: bold;
}
#form .button_down {
	padding: 2px;
	font-size: 9px;
}

/* -- estètica de la taula del formulari -- */

#form .general {
	width: 750px;
	margin: 0 auto 0 auto;
	padding: 4px;
	padding: 4px;
}
#form .general_dinamic {
	margin: 0 auto 0 auto;
	padding: 4px;
}
#form .field_left, #form .field_right {
	width: 50%;
}
#form .field_left, #form .field_double, #form .field_right, #form .field_double_info {
	vertical-align: top;
	text-align: left;
	padding: 6px;
}
#form .field_left, #form .field_right, #form .field_double {
	padding-top: 10px;
	border-bottom: 1px solid #FBC64A;
	vertical-align: middle;
}
#form .imatge {
	border: 1px;
	vertical-align: middle;
}
#form a:link, #form a:visited {
}
#form a:hover {
}
#form #botons_generals {
	margin: 5px 0 10px 0;
	text-align: center;
}
#form .espaiat {
	padding: 5px;
}

/* -- elements de resalt -- */

#form .indicador {
	color: red;
}
#form .alerta {
	color: black;
	font-weight: bold;
}
#form #info_indicador {
	font-size: 10px;
	margin: 4px 15px 4px 30px;
}
#form #info_indicador .indicador {
	color: red;
}

/* -- caixes d'informació -- */

#form #error, #form #info {
	display: block;
	border: 4px solid maroon;
	background-color: white;
	padding: 10px;
	margin: 10px 30px 10px 30px;
	color: #4A4A4A;
	font-weight: bold;
	text-align: center;
	line-height : 20px;
}
#form #info {
	border: 2px solid #B0C4DE;
	background-color: #C9E6EF;
}
#form #error img, #form #info img {
	vertical-align: middle;
}
#form #error strong {
	font-size: 12px;
	color: #743232;
}

/* -- estètica d'enviament -- */

#tramesa {
	display: none;
	position: absolute;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
	_height: 2000px;
	background-image: url('../grafics/public_forms/trama.gif');
}

#tramesa_info {
    display: none;
	position: absolute;
	left: 50%; top: 50%;
	padding: 5px;
	width: 300px;
	margin-left: -150px;
	height: 34px;
	background-color: #FBDEB7;
	border: 5px solid maroon;

	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;

}
#tramesa_info img {
	vertical-align: middle;
}

/* ## Elements propis: ## */

/* enviament cistella: */

#llistat_comanda_producte #icona {
	float: left;
	width: 120px;
	height: 100px;
	margin: 0 10px 10px 0;
	border: 2px solid black;
}
#llistat_comanda_producte #rellevant {
	float: left;
	width: 180px;
}
#llistat_comanda_producte #titol {
    font-family: Georgia, "Lucida Grande", "Lucida Sans Unicode", Times, "Times New Roman", serif;
    font-style: italic;
	font-size: 20px;
	font-weight: bold;
}
#llistat_comanda_producte #preu {
    margin-top: 20px;
	color: maroon;
	line-height: 16px;
	font-family: Georgia, "Lucida Grande", "Lucida Sans Unicode", Times, "Times New Roman", serif;
    font-style: italic;
}
#llistat_comanda_producte #preu strong {
	font-size: 24px;
	color: red;
}
#llistat_comanda_producte #preu .mini {
  font-size: 8px;
}
#llistat_comanda_producte #direccio, #llistat_comanda_joia #detalls {
	font-size: 10px;
	color: #999999;
}

#llistat_comanda_producte #detalls {
	float: left;
	width: 300px;
	color: #3F2203;
}
#llistat_comanda_producte #detalls .titol {
	color: black;
	font-weight: bold;
}


