﻿div.productResultsDiv {	
	position: absolute;
	margin: 0px 0px 0px 10px;
}
div.productResultsEmpty {
	position: relative;
}
div.leftResultDiv 
{
	float: left;
	padding: 0px 0px 0px 1px;
}
div.rightResultDiv 
{
	float: right;
	padding: 0px 2px 0px 0px;
}
div.hiddenResultDiv 
{
	display: none;
}
.unhighlightLong {
	position: absolute;
	background-color: #FFFFFF;
	width: 300px;
	padding: 0px 0px 0px 2px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #333333;	
	border-right-style: solid;
	border-right-color: #333333;	
	cursor: pointer;
}
.unhighlightLongBottom {
	position: absolute;
	background-color: #FFFFFF;
	width: 300px;
	padding: 0px 0px 0px 2px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-left-color: #333333;	
	border-right-color: #333333;	
	border-bottom-color: #333333;
	cursor: pointer;
}
.highlightLong {
	position: absolute;
	background-color: #FFFF66;
	width: 300px;
	padding: 0px 0px 0px 2px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #333333;	
	border-right-style: solid;
	border-right-color: #333333;
	cursor: pointer;
}
.highlightLongBottom {
	position: absolute;
	background-color: #FFFF66;
	width: 300px;
	padding: 0px 0px 0px 2px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-left-color: #333333;	
	border-right-color: #333333;	
	border-bottom-color: #333333;
	cursor: pointer;
}
