	
		#feature-toggle-210 {
			width: 210px;
			margin: 0;
			padding: 0;
			z-index: 0;
			position: relative;
			font-size: 12px;
			line-height: 16px;
		}
		
			#feature-toggle-210 a:link, #feature-toggle-210 a:visited { color: #fff; font-size: 12px; text-decoration: underline; }
			#feature-toggle-210 a:hover, #feature-toggle-210 a:active { color: #000; }

			#feature-toggle-210-tabs {
				width: 210px;
				height: 27px;
				background: #4f2683;
			}

				#feature-toggle-210-tab-a, #feature-toggle-210-tab-b, #feature-toggle-210-tab-c {
					width: 70px;
					height: 27px;
					float: left;
				}

					/* not used */
					#feature-toggle-210-tabs .tab { background: #fff url(/images/bg-news-toggle-tab-on.gif) no-repeat left top; }
						#feature-toggle-210-tabs .tab a:link, #feature-toggle-210-tabs .tab a:visited { color: #fff; text-decoration: none; }
						#feature-toggle-210-tabs .tab a:hover { color: #00295c; text-decoration: underline; }
						#feature-toggle-210-tabs .tab a:active { color: #00295c; text-decoration: none; }

					#feature-toggle-210-tabs .tab-on { background: #fff url(/images/bg-news-toggle-tab.gif) no-repeat left top; }
						#feature-toggle-210-tabs .tab-on a:link, #feature-toggle-210-tabs .tab-on a:visited { color: #00295c; text-decoration: none; }
						#feature-toggle-210-tabs .tab-on a:hover { color: #00295c; text-decoration: underline; }
						#feature-toggle-210-tabs .tab-on a:active { color: #00295c; text-decoration: none; }
					/* -------- */
					
					#feature-toggle-210-tabs a { outline: none; }

			#feature-toggle-210-item-a, #feature-toggle-210-item-b, #feature-toggle-210-item-c, #feature-toggle-210-item-d {
				width: 190px;
				height: 233px;
				color: #fff;
				margin: 0;
				padding: 10px;
			}
			
				#feature-toggle-210-item-c a:link, #feature-toggle-210-item-c a:visited { color: #fff; }
				#feature-toggle-210-item-c a:hover, #feature-toggle-210-item-c a:active { color: #000; }

				#feature-toggle-210-item-a { background-color: #249ddf; }
				#feature-toggle-210-item-b { background-color: #996be5; }
				#feature-toggle-210-item-c { background-color: #e21b60; }
				#feature-toggle-210-item-d { background-color: #249ddf; }

				.toggle-form {
					float: none;
					display: block;
					width: 190px;
					height: 40px;
					clear: both;
					margin: 0;
					padding: 0;
				}

					.toggle-form form {
						display: inline;
					}

						.toggle-form p {
							margin: 0;
							padding: 0;

						}

						.toggle-form label {
							width: 155px;
							height: 20px;
							line-height: 20px;
							margin: 0;
							padding: 0;
						}

						/*
						.toggle-form input.toggle-form-txt {
							width: 149px;
							height: 26px;
							line-height: 26px;
							border: 0;
							background: transparent url(/images/bg-toggle-form-txt.png) no-repeat left top;
								* background: none;
								* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/bg-toggle-form-txt.png', sizingMethod='crop');
							margin: 0;
							padding: 0 3px;
							position: absolute;
								left: 0;
								top: 22px;
						}
						*/
						
						.toggle-form input.toggle-form-txt {
							width: 152px;
							height: 18px;
							font-size: 13px;
							font-family: verdana;
							border: 1px solid #7f9db9;
							z-index: -1;
							float: left;
							
						}

						.toggle-form input.toggle-form-but {
							float: right;
							width: 26px;
							height: 26px;
							margin-top: -2px;

						}
						
						
	/* SELECT BOX STUFF */
		div.selectbox-wrapper {
		  position: absolute;
		  width: 220px;
		  background-color: #fff;
		  border: 1px solid #ccc;
		  margin: 0 0 0 0px;
		  padding: 0px;
		  font-size: 12px;
		  text-align: left;
		  max-height: 300px;
		  overflow: auto;
		  z-index: 99;
		  left: 0;
		  top: 47px;
		}
		div.selectbox-wrapper ul {
		  list-style-type:none;
		  margin:0px;
		  padding:0px;
		}
		div.selectbox-wrapper ul li.selected { 
		  background-color: #4f2683;
		  color: #fff;
		}
		div.selectbox-wrapper ul li {
		  list-style-type:none;
		  display:block;
		  margin:0;
		  padding:2px;
		  cursor:pointer;
		  color: #000;
		  font-size: 11px;
		}
		
		.selectbox {
			margin: 0;
			font-size:0.8em;
			width: 126px;
			overflow: hidden;
			height: 21px;
			padding: 5px 26px 0 3px;
			display : block;
			float: left;
			position: relative;
			text-align:left; 
			background: url('/images/search-select-bg.gif') no-repeat left top;
			cursor: pointer;
			border: 0px;
			color:#000;
			font-size: 14px;
			outline: none;
			margin-top: 2px;
		}
		
		#inputoverlay {
			width: 155px;
			height: 26px;
			background: url('/images/search-select-overlay.gif') no-repeat left top;
			position: absolute;
			top: 22px;
		}

	
	/* END SELECT BOX */

