#capcelera_carret {
	background-image: url(../img/capcelera_carret.gif);
	height: 70px;
	width: 163px;
}

#carret_compra {
	border-left: 1px solid white;
	border-right: 1px solid white;
	width: 157px;
	padding: 5px 2px 5px 2px;	
	font-size: 9px;
	color: white;
}


#total_carret{
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-style: normal;
	border: 1px solid white;
	font-size: 9px;
	width: 161px;
}

#total_carret #preu {
	float: right;
	background-color: white;
	padding: 3px;
	color: #FF4500;
	width: 80px;
	font-weight: bold;
	text-align: right;
	font-size: 11px;
}

#total_carret #comprar{
	padding: 3px;
	text-align: center;
}

#total_carret #comprar a{
	color:white;
	text-decoration: underline;
}

#total_carret #comprar a:hover{
	color:orange;
}

#total_carret #float_right{
	float: right;
}


#carret_compra a {
	color: white;
	text-decoration: none;
	font-weight: normal;
}

#carret_compra a:hover {
	text-decoration: underline;
}

#carret_compra #preu {
	float: right;
	font-weight: normal;
	color: orange;
}

#carret_compra #article {
	padding: 2px;
	margin-top: 5px;
}

#carret_compra #form {
	background-color: Silver;
	margin-bottom: 10px;
	border: 1px solid black;
	font-size: 9px;
	color: black;
	padding-left: 2px;
}

#carret_compra #form a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

#carret_compra #form a:hover {
	text-decoration: underline;
}

#bloc_dades {
	border: 1px solid black;
	margin: 0px auto 10px auto;
	padding: 10px;
	color: black;
	background-color: #f8f8f8;
}

#bloc_dades a {
	font-weight: bold;
	color: #0054E3;
}

#titulo_bloc_dades {
	margin: 0px auto 0px 0px;
	padding: 2px;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	/*border-right: 1px solid white;*/
	background-color: orange;
	color: black;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

#bloc_dades p{
	margin: 7px 0px 7px 0px;
}


.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



.aplicar a{
	border: 1px solid black;
	font-weight: bolder;
	background-color: orange;
	color: black;
	width: auto;
}

.aplicar a:hover {
	background-color: #D8E4F8;
	text-decoration: none;
}

table.comanda {
	border: 1px solid black;
	border-collapse: collapse;
	background-color: white;
	color: black;
}

table.comanda a{
	color: black;
}

table.comanda th{
	background-color: #FFDEB5;
	color: black;
	border-bottom: 1px solid black;
}

table.comanda td {
		padding: 7px 3px 7px 3px;
		vertical-align: middle;
		border-bottom: 1px dotted black;
}

table.comanda tr {
	border: 1px dotted black;
	vertical-align: middle;
}

table.comanda tr.odd {
	background-color: #CFCFCF;
}

table.comanda2 {
	border: 1px solid black;
	border-collapse: collapse;
}


table.comanda2 td {
		padding: 5px 10px 5px 10px;
}

#path_compra {
	font-size: 10px;
	font-weight: bold;
	color: white;
	margin-bottom: 20px;
	text-align: center;
}

#path_compra a{
	color: white;
}


#bloc_categ_articles_float{
	/*border: 1px solid white;*/
	float: left;
	margin: 10px;
	padding: 5px;
	width: 200px;
	height: 250px; 
}

#bloc_categ_articles_float p.preu{
	text-align: right;
	font-weight: bold;
	font-size: 1.2em;	
}

#bloc_categ_articles_float p {
	margin-top: 5px;
	margin-bottom: 5px;
}

#bloc_categ_articles_float #imatge_no_disponible{
	border: 1px solid white;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 200px;
	height: 180px;	
}
