.carritoTable {
	margin:1% 1%;
	width: 98%;
	border-collapse:collapse;
}
.carritoTable caption {
	text-align: left;
	text-indent: 10px;
	height: 45px;
	color: #FFAA00;
}
.carritoTable thead th {
	background:   url(bg_th.jpg) no-repeat right;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: left;	
	border-right: 1px solid #FCF1D4;
}
.carritoTable tbody tr {
/*background: url(bg_td1.jpg) repeat-x top;*/
	
}
.carritoTable tbody tr.odd {
	background: #FFF8E8 url(bg_td2.jpg) repeat-x;

}

.carritoTable tbody th {
	background:#666;
	line-height: 1.8em;
	font-size:1.2em;
	color: #FFF;
	padding: 10px 7px;
	text-align: center;
}

.carritoTable tbody td {
	line-height: 1.4em;
	padding: 14px 0px;
	text-align: center;
}
.trPuzzle tr{color:#444;}
.tdOpciones td,.trPackaging td{font-size:12px;}
.trPuzzle{font-size:14px;}
.carritoTable a {
	color: #777777;
	font-weight: bold;
	text-decoration: underline;
}
.carritoTable a:hover {
	color: #F8A704;
	text-decoration: underline;
}
.carritoTable tfoot th {
	background: url(bg_total.jpg) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}
.carritoTable tfoot td {
	background: url(bg_total.jpg) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}

/* Pedido */
.pedidoTable {
	margin:1em 0;
	width: 100%;
	border-collapse:collapse;
	border:1px solid #CCC;
}
.pedidoTable caption {
	text-align: left;
	text-indent: 10px;
	height: 45px;
	color: #F3F4F5;
}
.pedidoTable thead th {
	background:   url(bg_th.jpg) no-repeat right;
	height: 47px;
	color:#333;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: left;
	border-right: 1px solid #CCC;
}
.pedidoTable tbody tr {
/*background: url(bg_td1.jpg) repeat-x top;*/
}
.pedidoTable tbody tr.odd {
	background: #FDF2FF url(bg_td2.jpg) repeat-x;
}

.pedidoTable tbody th {
	background:#CCC;
	line-height: 1.8em;
	font-size:1.2em;
	color: #333;
	padding: 10px 7px;
	border-top: 1px solid #DDD;
	border-right: 1px solid #DDD;
	text-align: center;
}

.pedidoTable tbody td {
	line-height: 1.4em;
	padding: 10px 7px;
	border-top: 1px solid #DDD;
	border-right: 1px solid #DDD;
	text-align: left;
}
.pedidoTable a {
	color: #777777;
	font-weight: bold;
	text-decoration: underline;
}
.pedidoTable a:hover {
	color: #F8A704;
	text-decoration: underline;
}
.pedidoTable tfoot th {
	background: url(bg_total.jpg) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}
.pedidoTable tfoot td {
	background: url(bg_total.jpg) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}

.trPuzzle{font-weight:bold; color:#000; background-color:#F3F4F5}
.trDescuento{font-weight:bold; color:#000; background-color:#BCDDF2}
.trPackaging{font-style:italic; color:#999}
.trOpciones{font-style:italic; color:#999}

.tdPuzzle{padding-left:5px !important; text-align:left }
.tdDescuento{padding-left: 176px  !important;
text-align: left !important;}
.tdPackaging{padding-left:30px !important;text-align:left; background:url(../imagenes/enlaza.gif) no-repeat 20px 0px}
.tdOpciones{padding-left:30px !important;text-align:left;background:url(../imagenes/enlaza.gif) no-repeat 20px 0px }

.tdTextoCentro{ text-align:center !important}
.tdGris{ background-color:#f3f4f5}
