.clearDiv {
	display: block;
	clear: both;
}
.errorDiv {
	display: block;
	clear: both;
	padding: 15px;
	line-height: 16px;
	font-weight: bold;
	color: #7b0a0a;
	background: #f1ccd5;
	border: 1px solid #937575;
	margin-top: 10px;
	margin-bottom: 10px;
}
.errorDivRef{
	display: block;
	padding: 15px;
	line-height: 16px;
	font-weight: bold;
	color: #7b0a0a;
	background: #f1ccd5;
	border: 1px solid #937575;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 330px;
}
.successDiv {
	display: block;
	clear: both;
	padding: 15px;
	line-height: 16px;
	font-weight: bold;
	color: #6d7b0a;
	background: #ecf1cc;
	border: 1px solid #a5ba08;
	margin-top: 10px;
	margin-bottom: 10px;
}

.header_step_icon {
	display: block;
	clear: none;
	margin-top: -15px;
	position: absolute;
	z-index: 99;
}
.h1_indent {
	text-indent: 65px;
}

.catalog-left-filters {
	float: left;
	width: 175px;
	border-right: 1px solid #CCC;
}
.catalog-center-column {
	width: 515px;
	float: left;
	margin-left: 20px;
}
.catalog-right-column {
	float: right;
	width: 220px;
}

.product_details_image_container {
	float: left;
	width: 150px;
	margin-right: 20px;
}
.product_details_container {
	margin-bottom: 15px;
}
.product_details_information {
	float: left;
	width: 345px;
}

.filter_link {
	display: inline-block;
	color: #0679A6;
	font-size: 14px;
	padding-left: 5px;
}
.wishListLink {
	display: inline-block;
	color: #0679A6;
	font-size: 18px;
	font-weight:bold;
}
.pagination_details {
	color: #666;
}
.tbl_card_list {
	margin-top: 3px;
}
.tbl_card_list th {
	background: #EBEBEB;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #666;
}
.tbl_card_list td {
	padding-left: 5px;
	padding-right: 5px;
}
.th_photo,
.td_photo {
	width: 70px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.th_merchant,
.td_merchant {
}
.th_value,
.td_value,
.th_price,
.td_price {
	text-align: right;
	width: 65px;
}
.th_discount,
.td_discount {
	text-align: center;
	width: 65px;
}
.th_button,
.td_button {
	text-align: right;
	width: 95px;
}
.td_no_results {
	padding: 7px;
	font-size: 14px;
}
.td_backordered {
	background: #F1CCD5;
}
.search_results_header {
	padding: 5px;
	background: #bedeff;
	color: #666;
	font-size: 16px;
	margin-bottom: 15px;
}
.filter_header {
	padding: 5px;
	color: #666;
	font-size: 16px;
	margin-bottom: 15px;
}
.search_filters_container {
	padding-left: 5px;
	line-height: 20px;
}
.filter_type_header {
	font-weight: bold;
	display: block;
	clear: both;
	color: #666;
}
.filter_group {
	margin-bottom: 15px;
}
.search_filters_container label {
	display: block;
	clear: both;
}
#shopping-cart-container {
	background: #EBEBEB;
	border: 1px solid #CCC;
	color: #666;
	padding: 12px;
}
.shopping-cart-header {
	font-size: 16px;
	display: block;
	clear: both;
}
.shopping-cart-row {
	font-size: 11px;
	line-height: 13px !important;
	margin-top: 8px;
}
.shopping-cart-product-image {
	margin-right: 7px;
}
.cart-buttons {
	margin-top: 15px;
}
.prod_title_link {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #0679A6;
}

/* view_shopping_cart.php */
.checkout-shopping-cart-table {
	color: #666;
}
.checkout-shopping-cart-table th {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	background: #cae0f5;
	padding-top: 10px;
	padding-bottom: 10px;
}
.checkout-shopping-cart-table .th_image,
.checkout-shopping-cart-table .td_image {
	text-align: right;
	width: 75px;
}
.checkout-shopping-cart-table .th_merchant,
.checkout-shopping-cart-table .td_merchant {
	text-align: left;
}
.checkout-shopping-cart-table .th_qty,
.checkout-shopping-cart-table .td_qty {
	text-align: center;
	width: 35px;
}
.checkout-shopping-cart-table .th_your_price,
.checkout-shopping-cart-table .td_your_price {
	width: 70px;
	text-align: right;
}
.checkout-shopping-cart-table .th_line_total,
.checkout-shopping-cart-table .td_line_total {
	width: 80px;
	text-align: right;
	padding-right: 15px;
}
.checkout-shopping-cart-table .checkout-shopping-cart-title {
	font-size: 14px;
	font-weight: bold;
	clear: both;
	display: block;
	color: #24a3d8;
}
.checkout-shopping-cart-totals-container {
	padding: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #EBEBEB;
	font-size: 14px;
	text-align: right;
}
.checkout-shopping-cart-buttons {
	display: inline-block;
	float: left;
	clear: none;
	padding-top: 7px;
}
.checkout-shopping-cart-totals {
	display: inline-block;
	float: right;
	clear: none !important;
	text-align: right;
	font-size: 14px;
	margin-left: 10px;
	font-weight: bold;
}
.checkout-shopping-cart-total {
	font-weight: bold;
	color: #C00;
	font-size: 18px;
	display: block;
	clear: both;
}

/* checkout_ccform.php */
.checkout-forms-container {
	vertical-align: top;
}
.checkout-forms-container .errorDiv {
	margin-top: 10px;
	width: 725px;
	margin-bottom: 20px;
	text-align: left;
	line-height: 18px;
	padding: 15px;
}
.checkout-forms-container .formSectionContainer {
	text-align: left;
	vertical-align: top;
	float: left;
	display: inline-block;
	clear: none !important;
}
.checkout-forms-container .inputText {
	font-size: 16px;
	padding: 3px;
	width: 250px;
}
.checkout-forms-container .inputSelect {
	font-size: 16px;
	padding: 3px;
	width: 175px;
}
.checkout-forms-container .inputText,
.checkout-forms-container .inputSelect {
	border: 1px solid #647d0a !important;
}
.checkout-forms-container .formLabelContainer {
	font-size: 14px;
	float: left;
	display: inline-block;
	clear: none;
	text-align: right;
}
.ccform_disclaimer_container {
	width: 250px;
	background: #cae0f5;
	color: #666;
	margin-left: 92px;
	margin-top: 12px;
}
.ccform_disclaimer {
	padding: 12px;
}
.checkout-button {
	padding-top: 15px;
}
.order-confirm-details-container {
	padding-left: 50px;
	padding-right: 50px;
}

.checkoutPaddingContainer {
	padding-left: 15px;
	padding-right: 15px;
}
.horizontalDivide {
	margin-top: 15px;
	margin-bottom: 15px;
	height: 1px;
	border-bottom: 1px solid #CCC;
}

/* Standard Table Forms */
.formTable {
	border-collapse: collapse;
	padding: 3px;
	text-align: left;
}
.formTable td {
	padding: 3px;
}
.formTableLabelContainer {
	text-align: right;
	padding-right: 5px;
	vertical-align: top;
	padding-top: 6px !important;
	font-size: 11px;
}
.paddedInputText {
	font-size: 16px;
	padding: 3px;
	width: 250px;
	border: 1px solid #647d0a !important;
}
.paddedInputSelect {
	font-size: 16px;
	padding: 3px;
	width: 175px;
	border: 1px solid #647d0a !important;
}
.inlineCheckbox {
	float: left;
	display: inline-block;
	clear: none;
	margin-right: 7px;
}
.inlineCheckboxLabelContainer {
	float: left;
	display: inline-block;
	clear: none;
}
.large_bold {
	font-size: 18px;
	font-weight: bold;
	color: #666;
}
.medium_bold {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
.medium_regular {
	font-size: 14px;
	font-weight: normal;
	color: #666;
}
.medium_form_header_text {
	font-size: 18px;
	font-weight: bold;
	color: #666;
}
.small_regular {
	color: #666;
	font-weight: normal;
}
.margin_bottom {
	margin-bottom: 15px;
}
.form_link {
	color: #24a3d8;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.inputHelpText {
	display: block;
	clear: both;
	font-style: italic;
	margin-bottom: 10px;
	margin-top: 3px;
	color: #666;
}
.inputHelpText {
	display: block;
	clear: both;
	font-style: italic;
	margin-bottom: 10px;
	margin-top: 3px;
	color: #666;
}
.inputNarrowHelpText {
	display: block;
	clear: both;
	font-style: italic;
	color: #666;
}
.table_form_disclaimer {
	width: 250px;
}
.disclaimer_header {
	display: block;
	clear: both;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
.table_form_disclaimer ul {
	margin: 0px;
	padding-left: 15px;
}
.table_form_disclaimer p,
.table_form_disclaimer div.rounded_small {
	padding: 15px;
	background: #CAE0F5;
	line-height: 16px;
	color: #666;
}

.floatedFormSectionContainer {
	display: inline-block;
	vertical-align: top;
}
.floatedFormSectionDivider {
	display: inline-block;
	width: 47px;
	margin-left: 25px;
	margin-right: 25px;
	padding-top: 25px;
	vertical-align: top;
}
.checkout-address-book-address-block {
	display: inline-block;
	clear: none;
	margin-right: 25px;
	margin-bottom: 10px;
}
.checkout-payment-address-block {
	color: #666 !important;
	padding: 10px;
}
.highlighted_address_block {
	background: #ecf1cc;
	border: 1px solid #a5ba08;
}
.checkout-payment-address-block-indent {
	margin-top: 2px;
	padding-left: 10px;
}

/* ID overrideen styles */
#new-account-password-table {
	margin-top: 10px;
}
#new-account-password-table .formTableLabelContainer,
#new-account-address-table .formTableLabelContainer {
	width: 105px;
}
