/* CSS Document */

#ShoppingBasket {
width: 100%;
border-collapse: collapse;
margin-bottom: 1em;
}
	#ShoppingBasket thead tr {
	background-color: #DFDFDF;
	}
	#ShoppingBasket thead th {
	padding: 5px;
	border: solid #CCCCCC;
	border-width: 1px 0px;
	}
	#ShoppingBasket tfoot.OrderTotals td {
	border-bottom: 0px;
	border-top: 0px;
	}
	#ShoppingBasket td {
	border-bottom: solid 1px #CCCCCC;
	padding: 5px;
	margin:0px;
	}
	#ShoppingBasket .BasketPrice {
	text-align: right;
	}
	#ShoppingBasket td.BasketPrice {
	background-color: #F7F7F7;
	}
	#ShoppingBasket .BasketSubtotal {
	text-align: right;
	}
	#ShoppingBasket td.BasketSubtotal {
	background-color: #F7F7F7;
	border-left: solid 1px #CCCCCC;
	}
	#ShoppingBasket td.Quantity input {
	width: 45px;
	margin: 0px;
	border: solid 1px #069;
	display: inline;
	text-align: right;
	padding: 0px 3px;
	}
	#ShoppingBasket td.Quantity {
	width: 45px;
	text-align: right;
	}
	#ShoppingBasket td.StockStatus {
	width: 30px;
	text-align: center;
	padding: 5px 0px;
	}
		#ShoppingBasket td.StockStatus img {
		display: inline;
		}
	#ShoppingBasket .ItemCode {
	font-size: 90%;
	text-decoration: none;
	color: #006699;
	}
	#ShoppingBasket .ProdDesc {
	font-size: 100%;
	text-decoration: none;
	color: black;
	padding-right: 5px;
	}
	#ShoppingBasket .ItemWarning {
	display: block;
	font-size: 90%;
	color: white;
	text-align: center;
	background-color: #900;
	margin-top: 4px;
	padding: 2px;
	}
	#ShoppingBasket .WebPrice {
	float: right;
	font-size: 90%;
	color: white;
	text-align: center;
	background-color: #008000;
	margin-top: 4px;
	margin-right: 0;
	padding: 2px 4px;
	}
	#ShoppingBasket a:hover {
	color: #0099CC;
	text-decoration: underline;
	}
	/*Table Row Hover Styles - Pointless?
	#ShoppingBasket tr:hover {
	background-color: #F7F7F7;
	background-color: #F4FAFF;
	}
		#ShoppingBasket tr:hover td.BasketPrice {
		background-color: #DFEFFF;
		}
		#ShoppingBasket tr:hover td.BasketSubtotal {
		background-color: #DFEFFF;
		}
		#ShoppingBasket tr:hover th {
		background-color: #DFDFDF;
		}*/
		
	#ShoppingBasket .BasketTotalRow {
	background-color: #dfefff;
	}
	#ShoppingBasket .BasketTotal {
	font-weight: bold;
	text-align: right;
	}
	#ShoppingBasket img {
	margin: 0px;
	padding: 0px;
	}
	.FivePercentOffer {
	background-color: #dfefff;
	}
	.HiddenQty {
	display: none;
	}
	
/*Alter shopping basket styles for displaying totals only on the card payment page*/
.JustTotals #ShoppingBasket {
width: auto;
background-color: #F9F8D9;
border: solid 1px #ccc;
}
.JustTotals #ShoppingBasket td.BasketSubtotal {
background: none;
border-left: none;
}
	
#CheckoutOrQuote {
text-align: right;
float: right;
}	
	#CheckoutOrQuote input {
	vertical-align: middle;
	font-size: 110%;
	color: #069;
	font-weight: bold;
	padding: 0.25em .5em;
	width: auto;
	overflow: visible;
	}

#BulletKey {
border: dashed 1px #999;
background-color: #F9F8D9;
padding: 0.3em 0.5em;
margin: 1em 0;
font-size: 90%;
float: left;
text-align: left;
}
	#BulletKey img {
	display: inline;
	}
	#CheckoutSummary #BulletKey {
	position: absolute;
	bottom: 2.5em;
	}
/*SelectShipping*/
#SelectShipping {
margin: 20px 0px 20px 0;
padding: 5px;
border: solid 1px #999;
background-color: #F4F4FF;
}
	#SelectShipping span {
	display: block;
	padding: 3px;
	}
		#SelectShipping span img {
		vertical-align: middle;
		}
	#SelectShipping #ExpressHelp {
	margin: 10px;
	padding: 3px 6px;
	font-size: 90%;
	border: dashed 1px #999;
	background-color: #F9F8D9;
	}
		#SelectShipping #ExpressHelp span {
		padding-left: 20px;
		}
/* Currency Selector*/
#SelectCurrency {
float: left;
background-color: #f4f4ff;
margin-left: 4px;
padding: 8px 0px 6px 6px;
border: solid 1px #999;
}
	#SelectCurrency ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 90%;
	}
		#SelectCurrency ul li {
		display: inline;
		float: left;
		/*margin: 0 15px 0 15px;*/
		width: 121px;
		text-align: center;
		}
			#SelectCurrency ul li img {
			display: block;
			vertical-align: middle;
			margin: 0 auto;
			}
			#SelectCurrency ul li a {
			color: #777;
			}
				#SelectCurrency ul li a.SelectedCurrency {
				font-weight: bold;
				color: black;
				}
