/*
	ESTILOS PARA EL CARRITO
================================ */

#main #center-main table#table-cart,
#main #center-main table#subtotal {
	width: 100%;	
}
#main #center-main p#empty-cart {
	padding: 60px;
	text-align: center;
	font-size: 14px;
	border-top: 1px solid #282828;
}

#main #center-main table#table-cart td.photo{
	padding: 10px 0 10px 10px;
	width: 112px;
	border-top: 1px solid #282828;
	
}
#main #center-main table#table-cart td.photo div{
	width: 110px;
	height: 110px;
	background: #FFF;
	text-align: center;
	vertical-align: middle;
}

#main #center-main table#table-cart td.data{
	padding: 10px 0 10px 10px;
	font-family: Arial, sans-serif;
	border-top: 1px solid #282828;
	
}
#main #center-main table#table-cart td.price{
	font-size: 18px;
	background: none;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 18px;
	text-align: right;
	padding: 10px 10px 10px 0;
	width: 100px;
	font-family: Arial, sans-serif;
	border-top: 1px solid #282828;
	
}
#main #center-main table#table-cart td.delete{
	padding: 0 10px 10px 0;
	text-align: right;
	
}
#main #center-main table#table-cart h2{
	font-size: 18px;
	background: none;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 10px;
	
}
#main #center-main table#table-cart h3{
	font-size: 11px;
	font-weight: normal;
}
#main #center-main table#table-cart td.data p{
	margin-bottom: 8px;
}

#main #center-main table#table-cart td.data label{
	margin: 0 5px 0 5px;
}
#main #center-main table#table-cart td.data input.text{
	width: 30px;
	text-align: right;
}
#main #center-main table#subtotal td{
	font-size: 18px;
	background: none;
	font-weight: normal;
	line-height: 24px;
	text-align: right;
	padding: 5px 10px 5px 0;
	border-top: 1px solid #282828;
	font-family: Arial, sans-serif;
}
#main #center-main table#subtotal td.update-cart{
	text-align: right;
	padding: 8px 0 0 0;
	width: 225px;
}
#main #center-main table#subtotal td span{
	color: #F0027F;
}