/*
	Joseph Richard Hankin
	http://www.sundarijewellery.co.uk/sidebar.php
	2009 - 2010 &#169; Sundari Ltd.
	
	Colour Palette:
		#9be587
		#F0B698
		#
*/

#sidebar {
	clear: both;
	float: left;
	width: 165px;
	}
	#sidebar ul {
		list-style-type: none;
		}
	
.refine-head {
	width: 144px;
	padding: 5px 0 5px 5px;
	border: 1px solid #F0B698;
	border-top: none 0;
	border-bottom: none 0;	
	}
	.refine-head a {
		
		}
		.refine-head a:hover {
			cursor: pointer;
			}	
					
.sidebar-links {
	width: 150px;
	}
	.sidebar-links li {
		}
		.sidebar-links li a {
			color: #555;
			display: block;
			width: 145px;
			background: #fff;
			padding: 2px;	
			text-decoration: none;
			border: 1px solid #F0B698;
			border-bottom: none 0;
			}
			.sidebar-links li a:hover {
				color: #fff;
				background: #F0B698;
				}
