#basket_cover {
	padding: 10px 0;
}
#basket_cover table {
	width: 100%;
	font-size: 12px !important;
}
#basket_cover table tr td {
	padding: 8px 10px;
	border-bottom: 1px solid #BCDCE7;
}
#basket_cover table thead tr td, #basket_cover table tfoot tr td {
	border-top: 1px solid #BCDCE7;
	background: #fff;
	color:#2B3078;
	font-size: 12px;
	font-weight: bold;
}
#basket_cover table tfoot tr td {
	border-top: none;
}
#basket_cover table thead tr td  {
	white-space: nowrap;
}

#basket_cover .quantity {
	
}
#basket_cover .quantity .quantity_o {
	float: left;
}
#basket_cover .quantity div {
	float: right;
	position: relative;
	margin-right: 20px;
	margin-left: 35px;
}
#basket_cover .quantity div a {
	position: absolute;
	width: 15px;
	height: 12px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#basket_cover .quantity div a.plus {
	background-image: url('../basket/up.png');
	top: -6px;
}
#basket_cover .quantity div a.minus {
	background-image: url('../basket/down.png');
	top: 9px;
}
#basket_cover table tr td.price_right {
	text-align: right !important;
	padding-right: 10px;
}
#coupon_row input {
	float: left;	
}


.coupon_row_invalid input {
	border: 1px solid #8D0808;
	color: #DE0404;
}

.coupon_row_valid input {
	border: 1px solid #1C960B;
	color: #000;
}
#coupon_is_valid {
	font-weight: bold;	
	float: left;
	margin-left: 15px;
}
.coupon_row_valid #coupon_is_valid {
	color: #1C960B !important;
}
.coupon_row_invalid #coupon_is_valid {
	color: #8D0808 !important;
}

#basket_cover .delete_product {
	width: 16px;
	height: 16px;
	background: url('../basket/cross.png') 0 0 no-repeat;
	display: block;
}

ul.basket_send_form {
	padding-top: 8px !important;
}
#basket_sender {
	margin: 5px 10px;	
}


.basket_edit_user_account {
	font-size: 12px;	
}

#basket_sender h2 {
	border-bottom: none;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #202020;
}
#basket_sender h2 label {
	margin-left: 8px;
}
.order_send_button input {
	font-size: 20px !important;
}
