/* CSS Document */
#basket-surround {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 165px;
	float: right;
	clear: both;
}
#basket-title {
	background-color: #395DAB;
	width: 173px;
	height: 30px;
	border-top: 1px solid #395DAB;
	border-right: 1px solid #395DAB;
	border-bottom: none #395DAB;
	border-left: 1px solid #395DAB;
	background-image: url(images/shopping-basket.gif);
	background-repeat: no-repeat;
}
.basket-row-title {
	color: #5B87BA;
	font-weight: bold;
	height: 25px;
}
#basket-row {
	width: 165px;
	background-color: #FFFFFF;
	padding: 4px;
	border-top: none;
	border-right: 1px solid #395DAB;
	border-bottom: 1px solid #395DAB;
	border-left: 1px solid #395DAB;
}
#basket-row td {
	vertical-align: top;
}
#basket-row a {
	color: #5B87BA;
	text-decoration: none;
}
#basket-row a:hover {
	color: #5B87BA;
	text-decoration: underline;
}
#basket-row-total {
	width: 165px;
	background-color: #FFFFFF;
	padding: 4px;
	border-top: none;
	border-right: 1px solid #395DAB;
	border-bottom: 1px solid #395DAB;
	border-left: 1px solid #395DAB;
	text-align: center;
	word-spacing: 30px;
}
#basket-row-instruct {
	width: 165px;
	background-color: #FFFFFF;
	padding: 4px;
	border-top: none;
	border-right: 1px solid #395DAB;
	border-bottom: 1px solid #395DAB;
	border-left: 1px solid #395DAB;
	text-align: center;
}
#recentview-surround {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 165px;
	float: right;
	clear: both;
	margin-top: 5px;
}
#recentview-title {
	background-color: #395DAB;
	width: 173px;
	height: 30px;
	border-top: 1px solid #395DAB;
	border-right: 1px solid #395DAB;
	border-bottom: none #395DAB;
	border-left: 1px solid #395DAB;
	background-image: url(images/recently-viewed.gif);
	background-repeat: no-repeat;
}
#recentview-row {
	width: 165px;
	background-color: #FFFFFF;
	padding: 4px;
	border-top: none;
	border-right: 1px solid #395DAB;
	border-bottom: 1px solid #395DAB;
	border-left: 1px solid #395DAB;
}
#recentview-row a {
	color: #5B87BA;
	text-decoration: none;
}
#recentview-row a:hover {
	color: #5B87BA;
	text-decoration: underline;
}
#prod-delete {
	margin-top: 3px;
}
#currency-title {
	background-color: #5B87BA;
	width: 173px;
	height: 30px;
	border-right: 1px solid #5B87BA;
	border-bottom: none #5B87BA;
	border-left: 1px solid #5B87BA;
	background-image: url(images/select-currency.gif);
	background-repeat: no-repeat;
}
#currency-row {
	width: 165px;
	background-color: #FFFFFF;
	padding: 4px;
	border-top: none;
	border-right: 1px solid #5B87BA;
	border-bottom: 1px solid #5B87BA;
	border-left: 1px solid #5B87BA;
}