/* Phone Display */
.phone {
	border-bottom: 1px solid silver;
	margin-bottom: 15px;
}
.phone div {
	background: #fff;
}
.phone .photo {
	float: left;
	width: 70px;
	margin-right: 10px;
}
.phone .description {
	float: left;
	width: 250px;
	margin-right: 20px;
	font-size: 12px;
	color: #666;
}
.phone .price {
	float: left;
	width: 200px;
	margin-right: 20px;
}
.phone .selection {
	float: left;
	width: 200px;
}

/* Tables */
table.prices {
	width: 100%;
	font-size: 12px;
	color: #666;
	border: 1px solid #666;
}
table.prices th, table.prices td {
	padding: 3px;
}
table.prices th {
	background: #ccc;
	color: #333;
	font-weight: bold;
}
.yourPrice {
	text-align: right;
	color: #000;
	font-weight: bold;
}
.instantSavings td, .invoiceDiscount td, .mir  td{
	color: green;
}
.finalPrice td {
	border-top: 1px solid #999;
}

/* Forms */
.phone form {
	font-size: 12px;
}
.phone form div {
	margin-bottom: .5em;
}

