
#change_cart_button {
	float: right;
}

#complete_order_button, #complete_order_button2 {
	float: right;
}

.artist_title_column {
	float: left;
	width: 287px;
}

.artist_title_column a {
	text-decoration: none;
}

.artist_title_column a:hover {
	text-decoration: underline;
}

.artist_quantity_column {
	float: left;
	width: 60px;
	text-align: center;
}

.artist_quantity_column input {
	width: 30px;
	text-align: center;
	margin-top: -5px;
}

.artist_format_column {
	float: left;
	width: 60px;
	text-align: center;
}

.artist_price_column {
	float: left;
	width: 60px;
	text-align: right;
}

#generic_listing_box_top {
	margin-bottom: 0;
	padding-bottom: 20px;
}

#generic_listing_box_middle {
	margin-top: 0;
	border-top: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

#generic_listing_box_bottom {
	margin-top: 0;
	border-top: 0;
}

#delivery_update_button, #delivery_update_button2 {
	float: right;
	width: 70px;
	margin: 0 0 0 10px;
}

#delivery_additional_charge_label {
	width: 302px;
}

#delivery_additional_charge_value {
	width: 50px;
	float: right;
	text-align: right;
}

#delivery_additional_charge {
	text-align: right;
	width: 165px;
}

#delivery_additional_charge span {
	float: right;
	width: 20px;
	text-align: center;
	padding-top: 3px;
	font-weight: bold;
}

#delivery_options_selection select {
	float: right;
	width: 262px;
	font-size: 100%;
}

#delivery_options_selection {
	text-align: right;
}

#select_payment_method label {
	display: block;
	float: left;
	font-weight: bold;
	margin-top: 13px;
}

#select_payment_method input {
	display: block;
	float: left;
	margin: 15px 25px 0 10px;
}

#continue_checkout_button {
	margin-top: 20px;
}

.order_comments_row textarea {
	width: 462px;
	height: 100px;
}

.cc_row label {
	width: 130px;
}

.cc_row input {
	width: 332px;
}

.cc_row span {
	width: 332px;
}

#cc_security_code input {
	width: 50px;
}

#cc_security_code span {
	width: 274px;
	margin: 2px 0 0 8px;
}

#cc_issue_number input {
	width: 50px;
}

#update_cart_button {
	float: right;
}

#save_billing_address_button {
	margin-left: 10px;
}

#delivery_field {
	font-weight: normal;
}

#additional_delivery_field {
	font-weight: normal;
	width: 330px;
}

#additional_delivery_value {
	width: 137px;
	text-align: right;
}

.additional_charge_row {
	background-color: #fbb;
}

#paypal_commission_field {
	width: 200px;
	font-weight: normal;
}

#paypal_commission_value {
	width: 267px;
}

.altvinyl_contact_link_on_error {
	color: #f00;
	text-decoration: underline;
}

.altvinyl_contact_link_on_error:hover {
	color: #000;
	text-decoration: none;
}

