/* NOTE: THIS FILE IS NO LONGER MAINTAINED - KEEP FOR LEGACY PURPOSES */
/* ALL STYLES ARE NOW STORED IN DB FOR DEFAULTBOS.CSS */

/* this style is temporary and only for prototype to override a bos admin style on input width. */
input[type="text"], input[type="email"], textarea, .formTextarea, select {
    width: 206px;
}

/* ------------------------------------- shipping & address pages */

.bos-checkout-container {
	max-width: 432px;
	margin: auto;
	position: relative;
}

#existing-member-response {
	display: none;
}

#show-hide-links {
	position: absolute;
	right: 0;
	line-height: 36px;
}

#existing-member-link {
	text-align: right;
	padding: 0 23px;
}

#non-member-link {
	text-align: right;
	padding: 0 23px;
	display: none;
}

#existing-member-message {
	color: #009900;
	display: none;
	font-size: 12px;
	text-align: right;
}

/* ------------------------------------- final cart */

.bos-finalcart-container {
	margin: 0 20px;
}

.checkout-list-container,
.checkout-final-container,
.checkout-totals-container {
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
}

#checkout-payment-container {
	background-color: #eee;
	border-color: #333;
}

.checkout-item-heading {
	background-color: #ddd;
	font-weight: bold;
	*zoom: 1;
	padding: 5px;
	font-size: 14px;
	margin-top: 0;
}

.checkout-item-heading:before,
.checkout-item-heading:after {
	display: table;
	line-height: 0;
	content: "";
}

.checkout-item-heading:after {
  clear: both;
}

.item-description-heading {
	width: 57%;
	float: left;
}

.item-qty-heading {
	width: 15%;
	text-align: center;
	float: left;
}

.item-total-heading {
	width: 28%;
	text-align: right;
	float: left;
}

.checkout-item{
 	border-top: 1px solid #ccc;
 	padding: 10px 0;
	*zoom: 1;
}

.checkout-item:before,
.checkout-item:after {
	display: table;
	line-height: 0;
	content: "";
}

.checkout-item:after {
  clear: both;
}

.item-image {
	width: 22%;
	float: left;
}

.item-details {
	width: 35%;
	float: left;
}

.item-qty {
	width: 15%;
	text-align: center;
	float: left;
}

.item-qty .btn {
	margin-bottom: 2px;
}

.item-options {
	font-size: 11px;
}

.item-total {
	width: 28%;
	text-align: right;
	float: left;
}

#split-payment-badge,
#gift-order-badge,
#visa-balance-badge {
	cursor: pointer;
	font-style: normal;
}

#two-cards-toggle {
	float: right;
}

#payment-methods-toggle {
	margin-bottom: 24px;
}

#visa-balance-check {
	font-style: italic;
	font-size: 90%;
	text-align: right;
}

.btn-group-tab {
	display: none;
	/* min-height: 225px; */
}

.btn-group-tab-container > .active {
	display: block;
}

#balanceResponse {
	margin-top: 10px;
	min-height: 24px;
	font-weight: bold;
	font-style: italic;
	font-size: 120%;
}

/* ------------------------------------- form settings */

.bos-form-row {
	*zoom: 1;
	margin-bottom: 12px;
}

.bos-form-row:before,
.bos-form-row:after {
	display: table;
	line-height: 0;
	content: "";
}

.bos-form-row:after {
  clear: both;
}

.bos-form-field > .bos-form-row {
	margin-bottom: 0;
}

.bos-form-row input[type="text"],
.bos-form-row input[type="password"],
.bos-form-row select {
	margin-bottom: 0;
}

.bos-form-section {
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
}

.bos-form-section .bos-form-actions {
	text-align: right;
}

.bos-checkout-container .bos-form-label {
	float: left;
	text-align: left;
	margin-right: 10px;
	width: 160px;
}

.bos-checkout-container .bos-form-field {
	float: left;
}

.bos-checkout-container label.checkbox,
.bos-checkout-container label.radio,
.bos-finalcart-container label.checkbox,
.bos-finalcart-container label.radio{
	display: inline-block;
}

input[type="text"].qty-input {
	width: 25px;
	margin-bottom: 2px;
}

input[type="text"].promo-input {
	width: 120px;
}

input[type="text"].cvv-input {
	width: 60px;
}

input[type="text"].amount-percard-input {
	width: 120px;
}

select.cc-month-select {
	width: 60px;
}

select.cc-year-select{
	width: 80px;
}

/* ------------------------------------- table settings */

.checkout-totals-container table td{
	text-align: right;
}

.checkout-totals-container table .totals-row td{
	font-weight: bold;
}

/* ------------------------------------- link / btn settings */

.apply-promo-btn {
	margin-bottom: 5px;
}


/* ------------------------------------- link / btn settings */

#visa-balance-logo {
width: 32px;
	height: auto;
}

.cc-logo-img {
	width: 32px;
	height: auto;
	margin: 0 4px 2px 0;
	float: right;
}

div.ajax-loader {
	display: inline-block;
}

/* ------------------------------------- text settings */

.bos-form-heading {
	margin-bottom: 0;
	margin-left: 13px;
	margin-right: 13px;
	line-height: normal;
	font-size: 24.5px;
}

.bos-form-sub-heading {
	font-size: 17.5px;
	border-bottom: 1px solid #ccc;
	margin-top: 0;
	margin-bottom: 12px;
}

.subtotal-text {
	font-weight: bold;
}

.total-text {
	font-weight: bold;
	font-size: 120%;
}

.negative-num-text
{
	color: #ff0000;
}

.instock-text {
	color: #009900;
}

.outstock-text {
	color: #990000;
}

.swap-align-right {
	text-align: right;
}

td.money-column {
	text-align: right;
}

#credit-balance-text {
	font-weight: bold;
	font-size: 90%;
	padding-top: 5px;
}

.errorText {
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
}

#shipping-message {
	margin-bottom: 12px;
	font-style: italic;
}

/* ------------------------------------- progress bar settings */

ul.progress-bar {
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
	background: #eeeeee;
	border: 1px solid #ddd;
	-moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    overflow: hidden;
}

ul.progress-bar li {
	display: block;
	float: left;
	width: 25%;
}

ul.progress-bar li > span {
	display: block;
	padding: 0.1em 0.3em;
    color: #aaa;
    font-size: 90%;
    text-align: center;
    border-right: 1px solid #ddd;
}

ul.progress-bar li.progress-active > span {
	background: #CEFFCE;
    color: #009900;
    font-weight: bold;
}

ul.progress-bar li.progress-complete > span {
    font-weight: bold;
}

/* ------------------------------------- responsive settings */

@media (max-width: 767px){
	.swap-align-right {
		text-align: left;
	}

	input[type="text"].qty-input {
		width: 25px;
	}

	.checkout-totals-container table td{
		text-align: left;
	}

	.checkout-totals-container table td.money-column {
		text-align: right;
	}

	.bos-form-sub-heading {
		margin-top: 10px;
	}

	h4.checkout-item-heading {
		margin-top: 10px;
	}

	#two-cards-toggle {
		float: none;
	}

	#payment-methods-toggle {
		display: inline-block;
		*display: inline;
		/* IE7 inline-block hack */
		*zoom: 1;
	}

	#payment-methods-toggle > .btn {
		width: 100%;
		display: block;
		float: none;
		max-width: 100%;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	#payment-methods-toggle > .btn + .btn {
		margin-top: -1px;
		margin-left: 0;
	}

	#payment-methods-toggle > .btn:first-child {
		-webkit-border-radius: 4px 4px 0 0;
		-moz-border-radius: 4px 4px 0 0;
		border-radius: 4px 4px 0 0;
	}

	#payment-methods-toggle > .btn:last-child {
		-webkit-border-radius: 0 0 4px 4px;
		-moz-border-radius: 0 0 4px 4px;
		border-radius: 0 0 4px 4px;
	}

	#payment-methods-toggle > .btn-large:first-child {
		-webkit-border-radius: 6px 6px 0 0;
		-moz-border-radius: 6px 6px 0 0;
		border-radius: 6px 6px 0 0;
	}

	#payment-methods-toggle > .btn-large:last-child {
		-webkit-border-radius: 0 0 6px 6px;
		-moz-border-radius: 0 0 6px 6px;
		border-radius: 0 0 6px 6px;
	}

	#visa-balance-check {
		text-align: left;
	}
}

@media (max-width: 480px){
	.swap-align-right {
		text-align: left;
	}

	input[type="text"].qty-input {
		width: 25px;
	}

	input[type="text"].promo-input {
		width: 60px;
	}

	.item-image {
		display: none;
	}

	.item-details {
		width: 55%;
	}
}