.basket_continue_shopping_div {
	float:left;
	width: 200px;
	margin: 5px 0px;
}

.basket_membership_table {
	width: 608px;
	margin: auto auto 5px auto;
}

.basket_membership_table td {
	border-bottom: 1px solid gray;
	vertical-align: middle;
}

.basket_product_table {
	width: 98%;
	margin: 10px 0px 0px 8px;
	border: 1px solid silver;
}

.basket_product_table th {
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid silver;
	background-color: gray;
	color: white;
}

.basket_product_table td {
	text-align: left;
	vertical-align: middle;
}

.checkout_payment_table {
	width: 98%;
	margin: 10px 0px 0px 8px;
	border: 1px solid silver;
	clear: left;
}

.checkout_payment_table th {
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid silver;
	background-color: gray;
	color: white;
	padding-left: 5px;
}

.checkout_payment_table td {
	text-align: left;
	vertical-align: middle;
	padding: 5px 0px;
}

.checkout_details_table {
	width: 98%;
	margin: 10px 0px 0px 8px;
	border: 1px solid silver;
	clear: left;
}

.checkout_details_table th {
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid silver;
	background-color: gray;
	color: white;
	padding-left: 5px;
}

.checkout_details_table td {
	text-align: left;
	vertical-align: middle;
	padding-left: 5px;
}

.width_100pc {
	width: 100%;
}

.table_label {
	width: 200px;
}

.width_600px {
	width: 600px;
}

.breadcrumb_table {
	margin: 10px auto 10px auto;
	width: 600px;
	text-align: center;
}

.basket_strikethrough {
	text-decoration: line-through;
}

.basket_old_price {
	font-size: 10px;
	text-decoration: line-through;
}

.basket_new_price {
	font-size: 16px;
	color: red;
}

.basket_price {
	font-size: 16px;
}

.text-center {
	text-align: center !important;
}

.padding0 {
	padding: 0px;
}

.margin0 {
	margin: 0px;
}

.basket_total_div {
	text-align: right;
	width: 98%;
	font-weight: bold;
	font-size: 16px;
}

.basket_discount_div {
	text-align: right;
	font-weight: bold;
	width: 98%;
	font-size: 14px;
}

.basket_subtotal_div {
	text-align: right;
	font-weight: bold;
	width: 98%;
	font-size: 14px;
}

.basket_total_table {
	clear: left;
	float: right;
	width: 98%;
	font-size: 14px;
	padding-right: 8px;
	margin-top: 5px;
}

.basket_total_table th {
	text-align: left;
	font-weight: bold;
}

.basket_total_table td {
	text-align: right;
	font-size: 14px;
}

.border_bottom_silver {
	border-bottom: 1px solid silver;
}

.size18 {
	font-size: 18px !important;
}

.green {
	color: green;
}

.basket_action_div {
	font-weight: bold;
	margin-top: 8px;
	text-align: right;
	width: 99%;
	margin-right: 2px;
	float:right;
}

.basket_left_col {
	float:left;
	width: 45%;
	margin-left: 5px;
}

.basket_right_col {
	float:right;
	width: 45%;
	margin-right:5px;
}

.checkout_payment_right_col {
	text-align: right;
	width: 99%;
	margin: 5px 5px 5px 0px;
}

.checkout_details_div {
	text-align: right;
	width: 99%;
	margin: 5px 6px 0px 0px;
}

.text-right {
	text-align: right !important;
}

.text-left {
	text-align: left !important;
}

.center {
	text-align: center !important;
}

.checkout_place_order_div {
	margin: 5px 0px 5px 10px;
	width: 98%;
}

.checkout_place_order_button_div {
	text-align: right;
	width: 100%;
	clear: right;
}

.checkout_confirm_table {
	width: 98%;
	margin: 5px 0px 10px 8px;
	border: 1px solid silver;
}

.checkout_confirm_table th {
	text-align: center;
	font-weight: bold;
	background-color: gray;
	color: white;
	font-size: 14px;
}

.checkout_confirm_table td {
	text-align: left;
	font-weight: bold;
}
