/* CSS Document */

#SideBar {
	clear: both;
	
	width: 140px;
	margin: 0;
	padding: 0;
	height: 200px;
	float: left;
}


#SideBar ul {
	display: block;
	list-style-type: none;
	position: relative;
	margin: 0;
	padding: 0;
	position: fixed;
}


#SideBar li#ShoppingBasket {
	display: block;
	position: absolute;
	top: 15px;
	left: 17px;
	width: 107px;
	height: 80px;
	background-image: url(../PageGraphics/SideButtons.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}




#SideBar a {
	display: block;
	font: normal 80%/105% Arial, Helvetica, sans-serif;
	height: 80px;
	width: 107px;
	text-decoration: none;
	color: #005e96;
	text-align: center;
	padding: 26px 0px 0px 0px;
}





