#cartlist td {
	font-weight: normal;
	vertical-align: top;
	}

#cartlist td input {
	width: 5em;
	}

#cartlist td.cart-thumb {
	border-bottom-width: 0;
	text-align: center;
	}

#checkout p {
	margin: 0 0 1.5em;
	}
p#checkout-total {
	margin-bottom: 0;
	}

.discount-entry {
	max-width: 300px;
	}

.discount-p {
	margin: 0 0 1.5em;
	position: relative;	
	}

.discount-entry input, 
.discount-submit {
	font-size: 14px;
	line-height: 1.5em;
	margin: 0;
	}

.discount-entry input {
	padding: 4px 89px 4px 4px;
	}

.discount-submit {
	padding: 5px 0;
	position: absolute; top: 0; right: 0;
	width: 85px;
	}

#delivery-setup fieldset {
	max-width: 300px;
	width: 100%;
	}
#delivery-setup select {
	margin-bottom: 1.5em;
	width: 100%;
	}
#delivery-setup fieldset:last-child select {
	margin-bottom: 0.5em;
	}

.delivery-country, 
.delivery-state {
	display: block;
	float: left;
	margin-right: 24px;
	}

#cart-buttons button, 
#cart-buttons input[type="button"],
#cart-buttons input[type="submit"]
{
	padding-left: 0;
	padding-right: 0;
	}

#cart-buttons > button, 
#cart-buttons > form, 
#cart-buttons input[type="button"],
#cart-buttons input[type="submit"]
{
	display: block;
	float: left;
	margin: 0 1% 0;
	max-width: 100%;
	width: 23%;
	}

#cart-buttons > form > button {
	margin: 0;
	width: 100%;
	}

#cart-buttons *:last-child, 
#cart-buttons.invoiced-checkout fieldset *:last-child {
	margin-bottom: 0;
	}

#edit-cart-item {
	margin: 0 auto;
	max-width: 640px;
	}

#edit-cart-item .cart-item-thumbnail {
	float: left;
	margin: 0;
	min-height: 250px;
	padding: 0;
	text-align: center;
	width: 150px;
	}

#edit-cart-item .cart-item-details {
	float: right;
	margin: 0;
	overflow: hidden;
	padding: 0;
	padding-left: 5px;
	text-align: left;
	width: 464px;
	}

#edit-cart-item .cart-item-details label {
	font-weight: bold;
	margin-bottom: 0;
	}

#edit-cart-item .cart-item-details p:first-child {
	margin-top: 0;
	}

#cart-buttons.edit-item > button:first-child {
	margin-left: 25%;
	}

#checkout-form {
	max-width: 640px;
	}

#required-checks {
	margin: 1.5em 0;	
	}

#required-checks label,
#required-checks input[type="checkbox"],
#required-checks input[type="radio"]
{
	
	}
#required-checks label {
	margin: 1em 0;
	}

.false-td {
	display: none !important;
	}
.shy-td {
	}

.mobile_only {
	display: none;
	}

@media (max-width: 992px) {

	#discounts div:last-child p, 
	#shipping-tax div:last-child p, 
	#coupons div:last-child p {
		margin-bottom: 0;
		}

	} /* max-width: 992px */

@media (max-width: 600px) {

	.false-td {
		}
	.shy-td {
		display: none !important;
		}

	.mobile_only {
		display: block;
		}

	#cartlist td.cart-thumb {
		text-align: left;
		}

	#cartlist td.cart-thumb img {
		max-height: 75px;
		}

	#cartlist td input[type="checkbox"], 
	#cartlist td input[type="radio"] {
		float: none;
		}

	#required-checks label {
		padding-left: 24px;
		}
	
	.delivery-country, 
	.delivery-state {
		float: none;
		margin-right: 0;
		}

	#cart-buttons > button, 
	#cart-buttons > form, 
	#cart-buttons input[type="button"],
	#cart-buttons input[type="submit"]
	{
		margin: 0 0 1.5em;
		width: 100%;
		}

	#cart-buttons.edit-item > button:first-child {
		margin-left: 0;
		}

	#edit-cart-item .cart-item-thumbnail, 
	#edit-cart-item .cart-item-details {
		float: none;
		text-align: left;
		width: auto;
		}

	#edit-cart-item .cart-item-thumbnail {
		margin-bottom: 1.5em;
		min-height: 0;
		}




	} /* max-width: 600px */


/*
.subvalue {
	font-weight: normal;
	text-align: right;
	}

#checkboxes input {
	margin-right: 1em;
	}

#checkboxes label {
	display: inline;
	}

#cart-buttons, #checkout-buttons {
	margin: 0 auto;
	width: 70%;
	}

#cart-buttons {
	margin-top: 3em;
	}

#cart-buttons button {
	margin-bottom: 1em;
	min-width: 164px;
	}

#cart-buttons td {
	text-align: center;
	}

#cart-buttons td.paypal_image {
	padding-top: 10px;
	vertical-align: top; 
	}

#cart-buttons input {
	margin: 0;
	margin-right: 0;
	vertical-align: top;
	}

#cart-buttons.paypal_review {
	margin-left: 0;
	max-width: 500px; 
	}

*/