table#fc_cart_table {
	width: 100%;
}

table#fc_cart_table caption {
	text-align: left;
	font-weight: bold;
	margin-bottom: 15px;
}

#fc_cart_head th {
	font-family: Helvetica, Arial, sans-serif;
	color: #60605a;
	font-size: 11px;
	text-transform: uppercase;
	text-align: left;
}

#fc_login_register_container h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}

.fc_fieldset_container {
	background: #deddda;
	padding: 15px;
	margin: 15px 0 0 0;
}

.fc_fieldset_container h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}

.fc_label_left, .fc_text_label {
	display: block;
	width: 140px;
	float: left;
}

.fc_clear, #fc_cart_foot_shipping, legend, #fc_shipping_container {
	display: none;
}

.fc_text {
	display: block;
	border: 1px solid #b5bcbf;
	background: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #2b2b28;
	padding: 4px;
	float: left;
}

#fc_receipt_container .fc_row .fc_text {
	width: 320px;
}

.fc_text_long {
	width: 280px;
}

.fc_error {
	display: block;
	font-style: italic;
	width: 180px;
	color: #990000;
	float: right;
	font-size: 12px;
	line-height: 14px;
}

#fc_complete_order_button_container .fc_error {
	display: inline;
	font-style: normal;
	color: #990000;
	float: none;
	font-size: 14px;
}

#p_login_result_1, #p_login_result_2, #p_login_result_3 {
	font-style: italic;
	color: #990000;
}

.fc_row {
	height: 32px;
	clear: both;
	display: block;
}

#customer_password {
	margin-bottom: 5px;
}

#li_save_cc {
	margin-bottom: 15px;
}

div#fc_receipt_links {
	margin-top: 15px;
}

div#fc_receipt_links a {
	margin-right: 5px;
}

div#fc_continue {
	display: block;
	width: 100%;
	margin-top: 25px;
	clear: both;
	overflow: hidden;
}

ul.fc_cart_item_options li.fc_cart_item_option {
	list-style-type: none;
	font-family: Helvetica, Arial, sans-serif;
	color: #60605a;
	font-size: 11px;
	text-transform: uppercase;
	text-align: left;
	margin: 0 0 0 15px;
	line-height: 15px;
}