/* stock - start */
#preemptive_stock_search_layer {
    position: absolute;
	left: -1em;
	min-width: 280px;
    margin: 12px 0 0 -40px;
	padding: 3px;
	height: auto;
	text-align: left;
	background: #eae7d6;
	border: 1px solid #ccc;
	cursor: pointer;
    z-index: 2000;
}

div.preemptive_stock_search_layer_class, div.preemptive_stock_search_layer_selected_class {
	position: relative;
	float:left;
	height: 50px;
	padding-left: 3px;
	width: 230px;
	background: inherit;
	line-height: 50px;
    font-size: 11px;
}

div.preemptive_stock_search_layer_selected_class {
	background: #ccc;
}

.preemptive_stock_search_layer_image_class {
	position: relative;
	float:left;
	left: 3px;
	width: 50px;
	height: 50px;
}

/* stock - end */

input#searchphrase {
	height: 18px;
}

.preemptive_stock_search_layer_clear {
	clear: both;
	height: 0px;
	line-height: 0px;
}
