/*-----------------------------------------------------
contains everything in the cart column. It's
slightly narrower than the right hand column itself
------------------------------------------------------*/
html, body {
	margin: 0;
	padding: 0;
	text-align: left;
}
body {
	margin-bottom:30px;
	padding: 0 0 30px 0;
	font-size: small;
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	color: #001d38;
	background: #cce6e9;
}
div.clearit {
	clear: both;
}
div#basketWrap {
	width: 240px;
	margin: 10px 0 30px 0;
	padding: 0;
}
div#basketWrap p {
	margin: 0 0 0 10px;
	padding: 0;
}
div#basketWrap h2 {
	color: #008194;
	font-size: small;
	font-weight: bold;
	margin: 0 0 0 10px;
}
div#basketWrap img {
/*	margin: 10px;    */
	margin: 0px;   /* JTW */
	border: 0px;   /* changed by JTW */
}
legend {
	font-weight: bold;
	color: red;
}
label {
	vertical-align: top;
	font-weight: bold;
}
input {
}
fieldset {
	margin: 0 0 0 0;  /* changed by JTW */ 
	padding: 2px;		/* changed by JTW */ 
}
div.basketButton {
	width: 174px;
	height: 36px;
	padding: 0 0 0 0;
	text-align: left;
}
div.basketButton p a:link, div.basketButton p a:visited {
	width: 174px;
	color: #fff;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
	padding: 0 0 0 40px;
	display: block;
}
div.basketButton p a:hover, div.basketButton p a:active, div.basketButton p a:focus {
	text-decoration: underline;
}

/*  things added by JTW  */
div#basketmessage {
	position: absolute; 
	float: left;
	z-index:3;}
.error {
	font-weight: bold;
	color: red;
}
.added {
		font-weight: bold;
		color: #008194;
}
