#viewcart table.viewcart {
	width: 100%;
}
#viewcart table.viewcart, 
#viewcart table.viewcart tr, 
#viewcart table.viewcart th, 
#viewcart table.viewcart td {
	border: 1px solid #cccccc;
	border-collapse: collapse;
	padding: 5px;
}
#viewcart table.viewcart td.total {
	text-align: right;
	border-top: 2px solid black;
}
#viewcart table.viewcart td.item_total, 
#viewcart table.viewcart td.price {
	text-align: right;
	width: 80px;
}
#viewcart table.viewcart th.qty, 
#viewcart table.viewcart td.qty {
	text-align: center;
	white-space: nowrap;
}

#viewcart table.viewcart td.subtotal {
	text-align: right;
}

#viewcart table.viewcart td.noitem {
	text-align: center;
}

#viewcart table.viewcart div.pphoto {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 80px;
	height: 40px;
}
#viewcart table.viewcart img.pphoto {
	display: block;
	float: left;
	padding-right: 5px;
	height: 40px;
}

#viewcart table.clear,
#viewcart table.clear tr,
#viewcart table.clear tr td
{
	padding: 0;
	margin: 0;
	border: none;
}

div.checkout {
	width: 100%;
	text-align: right;
}

td.qty {
	width: 106px;
}

span.qty {
	border: 2px solid #cccccc;
	width: 50px;
	display: inline-block;
	float: left;
}

span.nobal {
	border: 2px solid red;
	width: 50px;
	display: inline-block;
	float: left;
}

img.adddel {
	display: inline-block;
	float: left;
	cursor: pointer;
	height: 22px;
}

.alert {
	background-color: gba(255, 0, 0);
	background-color: rgba(255, 0, 0, 0.25);
}

p.tc {
	font-weight: bold;
}
