@charset "utf-8";
/* CSS Document */

#header .hitch_lookup {
}
.hitch_lookup {
	float:right;
	background:#666 url(/images/hitchco/hitch_lookup_wizard.jpg) no-repeat;
	padding: 8px 10px 6px;
	color: #fff;
	font-size:1em;
	font-weight:bold;
	width: 585px!important;
	height: auto!important;
	min-height: 135px!important;
	margin-left:252px;
	position:absolute;
	border-bottom:2px solid #444444;
	border-top:1px solid #444444;
	z-index: 10;
}
.hitch_lookup h4 {
	padding: 5px 0;
	color:#fff;
}
.hitch_by_selection h4 a{
	color: #fff;
	font-size: .9em;
	padding: 2px 4px;
}
.hitch_lookup .title {
	color: #fff;
	font-size:1.1em;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:15px;
	padding-left:13px;
}
.hitch_lookup #container_box {
	margin:0;
	display:block;
	position: relative;
	padding:2px 0px 0;
}
.hitch_by_partnum, .hitch_by_selection {
	padding: 0 10px 0;
}
.hitch_by_selection {
	float:none;
}
.hitch_by_partnum {
	float:right;
	text-align:right;
}
.hitch_by_selection .field_name {
	width:80px;
	font-size: .9em;
	text-align:right;
	float:left;
	margin-right: 5px;
	clear:left;
}
.hitch_by_selection div.selection {
	padding: 4px 0 0;
	clear: left;
}
#reset_button {
	clear:left;
}
.hitch_button {
	padding:0px 10px;
	margin-bottom:10px;
	margin-left: 5px;
	float:right;
	background-color: #666;
	border: solid 1px #ccc;
	color: #eee;
	font-size: .8em;
	font-family:Arial, Helvetica, sans-serif;
	background-position: left top;
	background-repeat:no-repeat;
}
.hitch_by_partnum .hitch_button{
	margin-top: 0;
	float:left;
}
.hitch_button_reset {
	margin-left:86px;
	margin-top:5px;
}
.hitch_button.find_hitch {
	margin-top:5px;
	position:absolute;
	margin-left:80px;
}
.hitch_button:hover {
	border-color: #fff;
	text-decoration:none;
	color: #fff;
	cursor: pointer;
}
.hitch_button:active {
	border-color: #F9FAE3;
	color:#F9FAE3;
	background-color: #777;
}
.hitch_lookup input, .hitch_lookup select {
	border:1px solid #666;
	background:#eee;
	font-size:1em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
}
