/* Cart Display */

/* Tables */
.cartdisplay {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
}
.cartdisplay th {
	background: #ccc;
	padding: 2px;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
}
.cartdisplay td {
	padding: 5px 15px 5px 15px;
	border: 1px solid #ccc;
	vertical-align: top;
}
.cartdisplay .heading {
	background: #fffd97;
	padding: 5px;
	font-weight: bold;
}
.cartdisplay .subhead {
	font-weight: bold;
	padding-left: 5px;

}
table.phoneprice td{
	border-width: 0;
	padding: 2px 5px;
}
table.phoneprice td.topborder {
	border-top: 1px solid black;
}
th.amount {
width: 100px;
}
th.description {

}