@charset "utf-8";
/* CSS Document */

.option3 {
	border: 2px solid #dedace;
	background: #edebe6;
}

	.optionA {
		border-bottom: 1px solid #dedace;
		height: 50px;
	}
	
		.optionA h5 {
			width: 80px;
			float: left;
			font-size: 14px;
			margin: 0;
			padding: 7px 0 0 15px;
			text-transform: uppercase;
			color: black;
		}
		
		#searchMinBox {
			border: 2px solid #dedace;
			padding: 7px 5px 5px 5px;
			height: 22px;
			font-size: 16px;
			line-height: 22px;
			width: 380px;
			float: left;
			background: white;
		}
		
			#searchMinBox:focus {
				border-color: #c68b2b;
				background: white;
			}
		
		#searchIcon {
			width: 14px;
			height: 14px;
			display: block;
			background: url(/i/theme/2008/search/search.gif) no-repeat 0 5px;
			padding: 5px 0 5px 0;
			margin: 8px 8px 0 9px;
			float: left;
		}
		
			#searchIcon:hover {
				background-position: -14px 5px;
			}
		
		.optionB {
			clear: both;
			height: 50px;
			font-size: 12px;
			line-height: 16px;

		}
		
			.optionB a {
				font-weight: bold;
				text-align: center;
				display: block;
				float: left;
				height: 30px;
				padding: 10px;
				width: 156px;
				color: #333333;
				text-decoration: underline;
			}
			
				.optionB a:hover {
					background: #465560;
				}
			
				a.optionBKeywords {
					border-left:  1px solid #dedace;
				}
				
				a.optionBOpps {
					
				}
				
					.optionB a:hover {
						background: #dedace;
						color: black;
						text-decoration: none;
					}
