table.price_table td {
	padding: 5px 5px 5px 0;
	text-align: left;
}

font.saleprice {
	color: #DD2617;
	font-weight: bold;
}

td.price_table font.saleprice {
	color: #000;
	font-weight: normal;
}

td.product_form_label_cell {
	padding: 5px 5px 5px 0;	
}

input.addcart {
	display: block;
	margin: 10px 0 0 0;
}

table.cart th.cart {
	border-bottom: solid 1px #EEE;
	color: #999;
	line-height: 21px;
	padding: 5px 10px;
	text-align: left;
}

table.cart td {
	padding: 10px;
}

table.ordertotal_outside {
	border-top: solid 1px #EEE;
}

table.ordertotal_outside td.ordertotal_outside {
	padding: 5px 0;
}

td.promo_code_text, 
td.promo_code_label {
	font-size: 11px;
	line-height: 20px;
	white-space: nowrap;
}
 
td.promo_code_label {
	font-weight: bold;
	text-transform: uppercase;
}

input.promo_code {
	width: 100px;
}

font.required {
	color: #DD2617;
}

table.billinginfo,
table.shippinginfo,
table.paymentinfo {
	margin: 0 0 10px 0;
}

table.billinginfo td.billinginfo,
table.shippinginfo td.shippinginfo,
table.paymentinfo td.paymentinfo  {
	line-height: 22px;
	padding: 1px 5px 1px 0;
	vertical-align: top;
}

table.photostable {
	width: 100%;
}
