/* Product list */
table.product-list {
	width: 100%;
	border-collapse: collapse;
}

	table.product-list tr.head td {
		font-size: 18px;
		padding: 10px 6px;
		border-bottom: 1px #ccc solid;
	}

	table.product-list tr.product td {
		font-size: 14px;
		padding: 6px;
		border-bottom: 1px #ccc solid;
		vertical-align: middle;
	}

	table.product-list tr.total td {
		padding: 12px 6px;
		font-size: 18px;
	}

	table.product-list td.price,
	table.product-list td.total {
		text-align: right;
	}

	table.product-list tr.product td.pic {
		width: 85px;
		height: 100px;
	}

	table.product-list tr.product td.qty {
		width: 100px;
	}

	table.product-list tr.product td.price {
		width: 125px;
	}

	table.js-total th.total,
	table.js-total td.total {
		text-align: right;
		font-weight: bold;
		color: #333;
	}


	table.product-list tr.shipping td.pic {
		height: 40px;
	}

	input.textbox-qty {
		width: 50px;
		margin-right: 5px;
	}

	input.hidden {
		display: none;
	}

	a.btn-remove {
		background: url(../images/cart/deco_cart_remove.png) no-repeat 0 0;
		width: 22px;
		height: 22px;
		margin-top: 1px;
		text-indent: -9999px;
		display: inline-block;
	}

		a.btn-remove:hover {
			background-position: 0 -22px;
		}

		a.btn-remove:active {
			background-position: 0 -44px;
		}

	table.product-list select {
		background: none;
		box-shadow: none;
		border: 1px solid #CCC;
		width: 175px;
		margin: 0 10px;
		background: #f8f8f8;
	}


/* Cart buttons */
.cart-buttons {
	padding: 12px;
	margin: 30px 0;
	border: 1px solid #ddd
}

.cart-buttons .forward {
	float: right;
}
.forward-link {
	float: right;
	margin-right: 5px;
}

/* BP 3 */
@media screen and (max-width: 600px) {
	.cart-buttons .forward {
		float: none;
	}
	.forward-link {
		float: none;
	}
	.cart-buttons .button {
		margin-bottom: 7px;
	}
	.cart-buttons .button:last-child {
		margin-bottom: 0;
	}
	.cart-buttons {
		margin: 15px 0;
	}
}



/* Infoboxes */
div.checkout-infobox {
	padding: 10px;
	background: url(../images/cart/bigicon_confirm.png) 10px 10px no-repeat #dcffd1;
	border: 1px #85FE6F solid;
	margin: 16px 0;
}

	div.checkout-errorbox {
		background-image: url(../images/cart/bigicon_error.png);
		border: 1px #900 solid;
	}

	div.checkout-infobox div {
		margin-left: 60px;
		min-height: 44px;
	}

	div.checkout-infobox p {
		font-size: 13px;
		color: #333;
		margin: 0 0 3px;
	}

	/* BP 3 */
	@media screen and (max-width: 600px) {
		div.checkout-infobox {
			background-image: none;
		}
		div.checkout-infobox div {
			margin-left: 0;
		}
		div.checkout-infobox div {
			min-height: 0;
		}
	}

.popup-message {
	background-color: #cbd6f3;
	margin: 0 0 15px 0;
	padding: 8px 10px;
	opacity: 0;
	color: #314368;
}
.popup-message:empty {
	display: none;
}


/* Shipping methods table */
#shipping-methods table {
	border-top: 1px #e7e7e7 dashed;
	border-bottom: 1px #e7e7e7 dashed;
	width: 100%;
	margin-bottom: 20px;
}

	#shipping-methods table td.name {
		font-size: 14px;
		width: 320px;
	}

	#shipping-methods table td.info {
		font-size: 10px;
		width: 300px;
		padding: 5px 0;
	}

	#shipping-methods table td.total {
		font-size: 14px;
		text-align: right;
		color: #333;
	}


/* Payment module stuff */
#payment-listing {
	margin-bottom: 20px;
}

table.payment-methods {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
}

	table.payment-methods td.radio {
		padding: 10px;
		border-bottom: 1px #ccc dashed;
		width: 35px;
	}

	table.payment-methods td.name {
		padding: 10px 0;
		font-weight: bold;
		font-size: 14px;
		border-bottom: 1px #ccc dashed;
	}

	table.payment-methods td.desc {
		padding: 8px 0 15px 0;
	}

div.payment-continue {
	text-align: right;
}

input.cc-cardname {
	width: 200px;
}

input.cc-cardnum {
	width: 200px;
}

select.cc-type {
	width: 120px;
}

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

input.cc-cvn {
	width: 60px;
}


/* Confirmation */
table#payment-confirmation {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
}

	table#payment-confirmation th,
	table#payment-confirmation td {
		border-bottom: 1px #ccc dashed;
		padding: 8px 12px;
		font-size: 14px;
		text-align: left;
	}

	table#payment-confirmation th {
		font-weight: bold;
		width: 200px;
	}


@media print {
	#payment-steps { display: none; }
	div.checkout-infobox { display: none; }
	div.cart-buttons { display: none; }
}


/* SHOPPING CART */
.widget-ProductList table {
	width: 100%;
}


/* ---- Product list ---- */
.product-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.product-list:before,
.product-list:after {
	content: " ";
	display: table;
}
.product-list:after {
	clear: both;
}
.product-list__item {
	margin: 0 3% 20px 0;
	width: 30.33333%;
	float: left;
	border-bottom: 1px solid #ccc;
	text-align: center;
	padding: 0 0 20px;
}
.product-list__item:nth-child(3n+3) {
	margin-right: 0;
}
.product-list__item__thumb__img {
	margin: 0 0 6px;
}

.product-list__item__title {
	margin: 0 0 10px 0;
}
.product-list__item__title a {
	text-decoration: none;
	color: inherit;
}

/* BP 3 */
@media screen and (max-width: 600px) {
	.product-list__item {
		margin: 0 4% 12px 0;
		width: 48%;
		padding-bottom: 13px;
	}
	.product-list__item:nth-child(3n+3) {
		margin-right: 4%;
	}
	.product-list__item:nth-child(2n+2) {
		margin-right: 0;
	}
}

/* Extra BP */
@media screen and (max-width: 400px) {
	.product-list__item {
		margin: 0 0 12px 0;
		width: 100%;
	}
}





#facebox .content {
	padding: 20px;
	background: none;
}
