/*
© 2005 Christine Kirchmeier http://www.zeta-software.de
*/

.tableCarrito {
	margin: 1em auto;
	font: 95%/130% Arial, Helvetica, sans-serif;
	border-spacing: 0;
}


.tableCarrito thead th, tbody th {
	background: #A4BF10 url(left_corner.gif) no-repeat;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif
	font-weight: bold;
	padding: .2em .7em .2em .8em;
	text-align: left;
	border-top: 1px solid #fff;
	border-right: 1px solid #c6cdd8;
	border-bottom: 1px solid #c6cdd8;
	border-left: 1px solid #fff;
	height:50px!important;
}

.tableCarrito thead th.compra {
	background: #8ec267 url(left_corner.gif) no-repeat;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif
	font-weight: bold;
	padding: .2em .7em .2em .8em;
	text-align: left;
	border-top: 1px solid #fff;
	border-right: 1px solid #c6cdd8;
	border-bottom: 1px solid #c6cdd8;
	border-left: 1px solid #fff;
	height:50px!important;
}
.tableCarrito thead th {
	font-size: 1em;
}
.tableCarrito tbody th {
	background: #dee2e9 url(bg_col1.gif) repeat-x;
}

.tableCarrito tbody tr.odd th {
	background: #e2e2e2;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.tableCarrito tbody th a, tbody th a:link, tbody th a:visited, tbody th a:hover, tbody th a:active {
	color: #2442b1;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
}

.tableCarrito tbody th a:hover {
	text-decoration: underline;
}

.tableCarrito td a:link {
	color: #537fc3;
}

.tableCarrito tbody th a:visited, td a:visited {
	color: #444;
}

.tableCarrito th a:hover, td a:hover {
	text-decoration: none;
}

.tableCarrito td {
	background: #f3f8fd url(bg_col2.gif) repeat-x;
	color: #203276;
	border-top: 1px solid #fff;
	border-right: 1px solid #c6cdd8;
	border-bottom: 1px solid #c6cdd8;
	border-left: 1px solid #fff;
	padding: 1.5em 0.5em 1.5em 0.8em;
}

.tableCarrito td.noneR{
	background: #f3f8fd url(bg_col2.gif) repeat-x;
	color: #203276;
	border-top: 1px solid #fff;
	border-right: none!important;
	border-bottom: 1px solid #c6cdd8;
	border-left: 1px solid #fff;
	padding: 1.5em 0.5em 1.5em 0.8em;
	width:10px;
}

.tableCarrito td.noneL {
	background: #f3f8fd url(bg_col2.gif) repeat-x;
	color: #203276;
	border-top: 1px solid #fff;
	border-right: 1px solid #c6cdd8;
	border-bottom: 1px solid #c6cdd8;
	border-left: none;
	padding: 1.5em 0.5em 1.5em 0.8em;
}


.tableCarrito tr:hover td{
	background: #fff;
}

.tableCarrito tr.odd td {
	background: #f8f8f8 url(bg_col3.gif) repeat-x;
	color: #444;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.tableCarrito tr.odd:hover td{
	background: #f8f8f8;
}

.tableCarrito tfoot th, tfoot td {
	background: #FFF !important;
	padding: .5em .5em .5em .5em !important;
	color: #000;
	text-align:center;
}
.tablaDetalle {
	margin: 1em auto;
	font: 95%/130% Arial, Helvetica, sans-serif;
	border-spacing: 0;
}

.tableCarrito tr.detalle td {
	background: #fff!important;
	border: 1px solid #ccc;
}

.tableCarrito tr.sinBorde td {
	background: #fff!important;
	border: 0px !important;

}

.tableCarrito tr.detalle th {
	background: #fff;
	border: 1px solid #ccc;
	color:#203276;	
}
