/**
 * item list
 */

.product-item {
	padding: 20px 0 2px 0;
	border-bottom: 1px solid #ccc;
}

.more-link a {
	color: #000;
	background-image: url(../images/elements/black-arrow.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;

	margin-right: 15px;
	padding-left: 15px;
}

.more-link {
	background-color: #E3FEF9;
	height: 20px;
	margin-top: 10px;
	text-align: right;
}

/**
 * basket
 */

.delivery {
	margin-top: 15px;
}

.delivery,
.payment,
.price-summary,
.form-control {
	margin-bottom: 15px;
}

.pb-shipping-sel {
	width: 30px;
	float: left;
}

.billing-address label,
.delivery-address label {
	width: 130px;
	display: block;
	float: left;
	line-height: 22px;
}

.billing-address input,
.delivery-address input {
	margin: 0 0 5px 5px;
}

.ttproducts-basket-info fieldset {
	margin: 10px 0 10px 0;
}
