#newcart-wrapper {
	padding:0px;
}
#newcart {
	width:100%;
}
#newcart .altrow {
	background: #e8e8e8;
}
#newcart td, #newcart th {
	padding:3px 6px;
}

	#newcart th {
		background: #d6d6d6;
		color: #6d6d6d;
		border-bottom: 1px solid #acacac;
	}
	#newcart td {
		border-bottom:1px solid #ccc;
	}
	td.splitter {
		height:30px;
	}
	#newcart tr.total {
	}
		#newcart tr.total td,
		#newcart tr.dalpay-total td {
			border: 0;
			font-weight:bold;
		}
		#newcart tr.dalpay-total td {
			border-top:0px solid #ccc;
			border-bottom:1px solid #ccc;
			padding:10px 6px;
			text-align: left;
			background: #e8e8e8;
		}
			#newcart tr.dalpay-total td span.payment {
				font-size:15px;
				font-weight:bold;
			}
	
	#newcart col.id {
		width:30px;
	}
	#newcart col.item {
		
	}
	#newcart col.action {
		width:80px;
	}
	#newcart col.qty {
		border: 1px solid #b1b1b1;
		background: #e8e8e8;
		width:50px;
	}
	#newcart col.price {
		text-align: right;
		width:100px;
	}
		#newcart td.price {
			text-align: right;
		}
		
		#newcart span.single_item_price {
			display:block;
			font-size:11px;
			color:#666;
		}
		#newcart span.price {}
		
		
		#newcart-wrapper div.shopmore {
			padding-top:10px;
			float:left;
		}
		#newcart-wrapper div.finish {
			padding-top:10px;
			float:right;
		}
		
		
		#btn-update {
			font-size: 10px;
			padding:4px 0px;
		}
		#btn-finish {
			padding:10px 15px;
		}

	.smallCartOverview {
		border:1px solid #ececec;
		padding:10px;
		margin-bottom:15px;
	}

