


.product-order h1	{
	font-size: 18px;
	color: #000;
	background: #fff;
	padding-left: 8px;
	}

.product-order h2	{
	font-size: 24px;
	color: #000;
	background: #fff;
	padding-left: 8px;
	}

.product-order h3	{
	font-size: 18px;
	color: #000;
	background: #fff;
	padding-left: 8px;
	}

.product-order h4	{
	font-size: 16px;
	color: #000;
	background: #fff;
	padding-left: 8px;
	}

.arrow {
	padding-right: 5px;

}

.option-list {
	margin: 10px 0px 0px 40px;
	font-size: 12pt;
	display: none;
}

.product-buy {
	width: 90%;
	padding-left: 20px;
	text-align: left;
	float:left;
}

.basket-table {
    max-width: 550px;
}

.Basket {
	width: 100%;
	border-top-color: gray;
	border-bottom-color: gray;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-collapse: collapse;
	border-spacing: 0px;
	color: #000;

	border-left-color: gray;
	border-right-color: gray;
	border-left-width: 1px;
	border-right-width: 1px;
	border-left-style: solid;
	border-right-style: solid;


}

.Basket th {
	background-color: #ddd;
}

.BasketTotals {
	background: #eee;
	font-weight: bold;
	border-top-color: gray;
	border-top-width: 1px;
	border-top-style: solid;
}

.BasketBuyNow {
	margin-top: 10px;
	text-align: right;
}

.Basket a {
	color: #ff0000;
	text-decoration: none;
	padding:0 5px;
}

.Basket a:hover {
	color:#FF0066;
	font-style: italic;
}

.remove-item {
	width:14px;
	height: 14px;
	padding: 0px 0px;
	background:transparent url('images/x-black.png') center top no-repeat;
}

.remove-item:hover {
	background:transparent url('images/x-red.png') center top no-repeat;

}

.update-item {
	width:16px;
	height: 24px;
	vertical-align: bottom;
	background:transparent url('images/update2.png') center top no-repeat;
}

.update-item:hover {
	width:16px;
	height: 24px;
	vertical-align: bottom;
	background:transparent url('images/update2-blue.png') center top no-repeat;

}
