body{
	
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	background-color:#ffffff;
	background-repeat:repeat-x;
	background-position:top;
	padding:10px;
	background-image:url(/images/basketbackground.jpg);
}
#basketLeft{
	width:350px;
	float:left;
	margin-right:5px;
	padding-right:5px;
	border-right:solid 1px #cccccc;
}
#basketRight{
	width:195px;
	float:right;
	padding-left:5px;
}
#basketThumb{
	text-align:center;
}
#basketThumb img{
	border:solid 1px #cccccc;
	height:200px;
}
.productImage img{
	border:2px solid #CCCCCC;
	height:46px;
	float:left;
	margin: 0px 3px 3px 0px;
	
}
img.productThumb:hover{
	cursor:hand;
	cursor:pointer;
}

p{
	margin-bottom:10px;
}
h2{
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	margin-bottom:10px;
	text-transform:uppercase;
}
.border{
	border:solid #FF0000;
}

a{
	color:#999999;
}

.hidden{
	display:none;
}
.scarlet{
	color:#C82222;
}
