div.product_list_image
{
	float: left;
	width: 20%;
	height: 100px;
	overflow: hidden;
}

div.product_list_description
{
	float: left;
	
	width: 59%;
	height: 100px;
	overflow-x: hidden;
	overflow-y: scroll;
	
	vertical-align: top;
	text-align: left;
}

div.product_list_price
{
	float: left;
	width: 20%;
	
	text-align: right;
}

/*We like to rotate between having a window and not*/
div.product_summary_no_window
{
	position: relative;
	height: expression("150");

	margin: 3%;
	margin-bottom: 0%;
	margin-top: 0%;

	padding: 25px 0;

	/*In Mozilla, border divs don't seem to size right. So hide it!*/
	overflow: hidden;
}

hr.product_summary
{
	height: 1px;
	width: 95%;
	
	border: solid #006666 1px;
	border-bottom: 0px;

	color: #006666;
		
	padding: 0px;
	padding: expression("-11px");
	margin: 0px;
	margin-top: expression("-11px");
}

div#product_results_nav
{
	clear: both;
	text-align: left;
	padding: 0;
	margin: 0;
}

div#product_results_nav table
{
	width: 95%;
	margin: 0 2%;
}

div#product_results_nav td.previous_unique
{
	text-align: left;
	font-size: 18px;
	font-weight: bold;
}

div#product_results_nav td.highlighted_previous_unique
{
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	background-color: #006666;
	color: white;
}

div#product_results_nav td.middle_unique
{
	width: 60%;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

div#product_results_nav td.next_unique
{
	text-align: right;
	font-size: 18px;
	font-weight: bold;
}

div#product_results_nav td.highlighted_next_unique
{
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	background-color: #006666;
	color: white;
}

