@import url(form.css);

#block-container {
    background:#fff
}

#basket {
	clear:both;
	width:100%;
	border-collapse:collapse
}

#basket .rhs{
	border-right:1px solid #999
}

#basket .lhs {
	border-left:1px solid #999
}

#basket th, #basket td {
	padding:3px;
	vertical-align:top
}

#basket a {
	font-weight:normal;
	text-decoration:none;
	color:#000
}

#basket #top-row th {
	background:#d7cedb;
	border-top:1px solid #999;
	text-align:left;
	font-size:0.9em
}

#basket .item-row td, #basket .item-row th {
	border-top:1px solid #999;
	border-bottom:1px solid #999
}

#basket #total-notes {
	color:#fff;
	text-align:right
}

#basket #basket-delivery, #basket th.values {
	font-weight:normal;
	text-align:right
}

#basket #grand-total {
	font-weight:bold;
	text-align:right
}

#total-notes em {
	font-style:normal;
	font-weight:bold
}

#basket .total-col {
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-top:1px solid #999 !important;
	border-bottom:1px solid #999 !important;
	text-align:right !important;
	padding:3px 8px 3px 12px
}

#basket-total-value {
	font-weight:bold
}

#basket-total-value-inc-del {
	background:#fff;
	font-weight:bold
}

#basket th.prod-name-col {
	text-align:left !important;
	font-weight:normal
}

#basket-total, #var-total, .price-col {
	text-align:right !important
}

.delivery-options {
	float:left;
	clear:both;
}
.delivery-options .note{
	float:left;
	clear:both;
	font-size:0.9em
}
.delivery-options label {
	float:left;
	clear:both;
	cursor:pointer;
	margin-bottom:3px
}
.delivery-options input {
	float:left;
	margin-top:2px;
	margin-right:3px;
	cursor:pointer
}

.sub-checked, .sub-unchecked {
	width:11px;
	height:11px;
	text-indent:-999em;
	overflow:hidden;
	border:none;
	padding:0
}
.sub-checked {
	background:#000 url('../img/checkbox_checked.gif') no-repeat
}
.sub-unchecked {
	background:#000 url('../img/checkbox_unchecked.gif') no-repeat
}

/*
#basket .values, #basket .values th, #basket .values td {
	border-top:none !important;
	border-bottom:none !important
}

#basket .total-col {
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-top:1px solid #999 !important;
	border-bottom:1px solid #999 !important;
	text-align:right !important;
	padding:3px 8px 3px 12px
}


#basket #total-row td.total-col {
	border-bottom:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #999;
	text-align:right
}

#basket td, #basket th {
	border-top:1px solid #999;
	border-bottom:1px solid #999
}

#basket a {
	font-weight:normal;
	text-decoration:none;
	color:#000
}

#basket #top-row th {
	background:#d7cedb;
	text-align:left;
	font-size:0.9em
}

#basket #total-notes {
	color:#fff;
	text-align:right
}

#basket #basket-delivery {
	font-weight:normal;
	text-align:right
}

#basket #grand-total {
	font-weight:bold;
	text-align:right
}

#total-notes em {
	font-style:normal;
	font-weight:bold
}

#var-name {
	width:140px
}

#basket th.prod-name-col {
	text-align:left !important;
	font-weight:normal
}

#basket-total, #var-total, .price-col {
	text-align:right !important
}

#basket-total-value {
	font-weight:bold
}
*/
.quantity-col {
	text-align:center !important
}

.quantity-col input {
	width:25px;
	padding:1px 5px;
	text-align:right
}

#action-row td {
	border:none;
	padding:8px 0;
	vertical-align:top
}

a#proceed {
	background:#e6f58f;
	display:block;
	padding:3px;
	text-align:center;
	border:1px solid #999;
	font-size:0.9em;
	color:#000;
	text-decoration:none
}

a#proceed:hover {
	background:#cfe742;
}

a.remove {
	background:#faa1a5;
	display:block;
	padding:3px;
	text-align:center;
	border:1px solid #999;
	font-size:0.9em;
	color:#000;
	text-decoration:none
}

a#empty {
	background:#faa1a5;
	display:block;
	float:left;
	width:auto;
	padding:3px;
	text-align:center;
	border:1px solid #999;
	font-size:0.9em;
	color:#000;
	text-decoration:none
}

a#empty:hover, a.remove:hover {
	background:#ef686e;
}

#confidence {
	margin-top:20px
}

#update input {
	background:#e6f58f;
	display:block;
	padding:1px;
	text-align:center;
	border:1px solid #999;
	font-size:0.9em !important;
	color:#000;
	text-decoration:none;
	width:100%;
	cursor:pointer;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}

#update input:hover {
	background:#cfe742;
}

