﻿.customer_list
{
	float				: left;
	text-align			: left;
	overflow			: auto;
	font-size			: 9pt;
	padding				: 0px 20px 20px 0px;
}
.customer_item_gray
{
	background-color	: #F5F5F5;
	width				: 680px;
	overflow			: auto;
}
.customer_item_white
{
	background-color	: White;
	width				: 680px;
	overflow			: auto;
}
.customer_name
{
	padding				: 15px;
	float				: left;
	font-weight			: bold;
	width				: 180px;
}
.customer_shortdescription
{
	float				: left;
	padding				: 15px 15px 15px 0px;
	color				: #6f6f6f;
	width				: 455px;
}
.customer_shortdescription a:link,
.customer_shortdescription a:active,
.customer_shortdescription a:visited,
.customer_shortdescription a:hover
{
	text-decoration		: none;
	border-bottom		: dotted 1px #6385a1;
	color				: #6385a1;
}

.customer_sort
{
	font-size			: 8pt;
	overflow			: auto;
	padding-bottom		: 50px;
}
.customer_sort_caption
{
	font-weight			: bold;
	float				: left;
	padding-right		: 10px;
}
.customer_sort_item,
.customer_sort_item_active
{
	text-decoration		: none;
	font-weight			: bold;
	display				: block;
	float				: left;
}
.customer_sort_item
{
	color				: #6f6f6f;
}
.customer_sort_item_active
{
	color				: #6385a1;
}
.customer_sort_item_separator
{
	padding				: 0px 7px 0px 7px;
	color				: #6f6f6f;
	float				: left;
}

.industry_product_list
{
	padding-top			:9px;
	font-size			:8pt;
}
.industry_product_list b
{
	color				:Black;
}