#sidebar {
	float: left;
	width: 240px;
	height: auto;
	min-height: 100%;
	background: #fff;
	padding-bottom: 20px;
	}

	#sidebar #search_fields {
		width: 220px;
		height: 140px;
		background: url('../images/sidebar/search_fields_bg.png') no-repeat;
		margin-bottom: 5px;
		padding: 10px;
		padding-bottom: 0;
		}

		#sidebar #search_fields .search_field {
			height: 40px;
			margin-bottom: 5px;
			}

			#sidebar #search_fields .search_heading {
				height: 14px;
				}

			#sidebar #search_fields .search_field select {
				width: 170px;
				border: 1px solid #999;
				font-size: 11px;
				margin-right: 5px;
				}

			#sidebar #search_fields .search_field .submit {
				width: 36px;
				height: 22px;
				background: url('../images/sidebar/search_field_go-trans.png');
				overflow: hidden;
				border: 0px;
				color: #fff;
				font-size: 10px;
				cursor: pointer;
				}

			#sidebar #search_fields .search_field .submit:hover {
				background-position: bottom left;
				}


	#sidebar #sidebar_banners {
		width: 240px;
		}

		#sidebar #sidebar_banners .contentdiv {
/*			border: 1px solid #bbbbbb;*/
			width: 240px;
			height: 400px;
			margin-bottom: 5px;
			}

	#sidebar #artist_list {
		margin-top: 5px;
		}

		#sidebar #artist_list #heading_artist_list {
			width: 230px;
			height: 27px;
			background: url('../images/layout/heading_bg_red.png') repeat-x;
			margin-bottom: 5px;
			color: #fff;
			font-size: 16px;
			line-height: 16px;
			padding-top: 8px;
			padding-left: 10px;
			}
	
		#sidebar #artist_list #search_artists {
			width: 230px;
			height: 170px;
			padding: 10px;
			background: url('../images/sidebar/artist_list_bg-trans.png') no-repeat;
			}

			#sidebar #artist_list #search_artists select {
				width: 220px;
				height: 165px;
				border: 0;
				background: transparent;
				}
			
		#sidebar #artist_list #search_artists.long {
			width: 230px;
			height: 620px;
			padding: 10px;
			padding-bottom: 0;
			margin-bottom: 7px;
			background: url('../images/sidebar/artist_list_long_bg-trans.png') no-repeat;
			}

			#sidebar #artist_list #search_artists.long select {
				width: 220px;
				height: 610px;
				border: 0;
				background: transparent;
				}
		
