@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/* CSS Document */

.table{
	width:919px;
	margin:0px auto;
	margin-bottom:40px;
	overflow:auto;
}

.tableHeader{
	width:100%;
	height:41px;
	background-image:url(/images/carrito/top_bg.png);
	background-repeat:no-repeat;
	padding-top:11px;
}

.tableHeader{
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#000;
	font-weight:bold;
}

.ventawrapper{
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
}

.venta_thumb{
	width:89px;
	float:left;
	padding-right:10px;
}

.venta_description{
	width:340px;
	float:left;
	margin-top:40px;
}

.venta_description{
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#000;
	font-weight:bold;
}

.venta_cantidad{
	width:150px;
	float:left;
	margin-top:40px;
	margin-left:40px;
	text-align:center;
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#000;
	font-weight:bold;
}

.venta_importe{
	width:150px;
	float:left;
	margin-top:40px;
	margin-left:40px;
	text-align:center;
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#000;
	font-weight:bold;
}

.venta_eliminar{
	width:40px;
	float:right;
	margin-top:40px;
	margin-right:30px;
	text-align:center;
}

.venta_border{
	/*border-bottom:2px dotted #ccc;*/
	width:820px;
	float:right;
	border-width:1px;
	border-collapse:separate;
	border-color:#ccc;
	background:none;
	border-spacing:px;
	border-style:dotted;
	margin-top:20px;
}

.carrito_Totales{
	width:340px;
	float:right;
}

.carrito_Totales_col1{
	width:200px;
	margin-right:20px;
	float:left;
	
}

.carrito_Totales_col2{
	width:119;
	float:right;
}

.carrito_subtotales{
	width:200px;
	text-align:right;
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#000;
	font-weight:bold;
	margin-bottom:20px;
}

.carrito_total{
	width:100px;
	margin:0 auto;
	text-align:center;
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#fff;
	font-weight:bold;
	background-color:#636363;
	padding:10px;
	float: right;
}

.carrito_seguir_comprando{
	margin-top:30px;
	margin-bottom:10px;
	float:right;
}

.carrito_ir_pagar{
	float:left;
	margin-top:130px;
}
