


.gridHeader
{
	height			: 21px;
	line-height		: 2em;
	vertical-align	: middle;
	font-weight		: bold;
	font-family		: verdana, arial;
	font-size		: 7pt;
	color			: #848484;
}


.gridRow
{
	height			: 23px;
	font-weight		: normal;
	font-family		: tahoma, arial;
	font-size		: 7pt;
}


.gridAltRow
{
	height			: 23px;
	font-weight		: normal;
	font-family		: tahoma, arial;
	font-size		: 7pt;
	background-color	: #f0f0f0;
}

.colItem
{
	border-bottom		: 1px solid #bdbdbd;
}

.colURL
{
	width			: 20px;
	text-align		: center;
}

.colCompanyName
{
	text-align		: left;
	padding-left		: 0px;
	width			: 180px;
	_width			: 170px;
}

.colType
{
	text-align		: LEFT;
	padding-left		: 0px;
	width			: 150px;
	_width			: 155px;
}

.colDetails
{
	width			: 20px;
	text-align		: center;
}






#dvDetailPanel
{
	position 		: absolute;
	z-index			: 120000;
	top				: 50px;
	left				: 50px;
	height			: 400px;
	width			: 700px;
	
	border-top		: 1px solid #b4b4b4;
	border-left		: 1px solid #b4b4b4;
	border-bottom		: 2px solid #999999;
	border-right		: 2px solid #999999;
	
	background-color	: #ffffff;
	
}

.dvDetailTitle
{
	border-bottom		: 1px solid #b4b4b4;
	background-color	: #d4d4d4;
	color			: #276b20;
	line-height		: 2em;
	_line-height		: 2em;
	font-family		: Tahoma;
	font-size		: 9pt;
	font-weight		: bold;
	padding			: 3px;
	padding-left		: 10px;
	height			: 24px;
	_height			: 30px;
	background-image	: url(../images/panel_title_bg1.gif);
	background-repeat	: repeat-x;
}

.dvDetail
{
	background-image	: url(../images/panel_bg.gif);
	background-repeat	: no-repeat;
	height			: 349px;
	width			: 680px;
	_width			: 697px;
	_height			: 366px;
	background-color	: #E0E0E0;
	position			: absolute;
	overflow-y		: scroll;
	padding			: 10px;
}


#dvDetailProdType
{
	padding-bottom	: 8px;
	border-bottom		: 1px solid #aaaaaa;
}

#dvDetailWebSite
{
	clear			: all;
	text-align		: right;
	margin-bottom		: 10px;
}

#dvDetailWebSite a
{
	font-weight		: normal;
	text-decoration	: none;
}





#dvDetailDesc
{
	float			: left;
	border-right		: 1px solid #aaaaaa;
	font-size		: 8pt;
	font-family		: verdana, arial, helvetica;
	font-weight		: normal;
	color			: #276b20;
	width			: 325px;
	margin-left		: 5px;
	padding-right		: 10px;
	text-align		: left;
	height			: 300px;
}
#dvDetailDesc div
{
	font-weight		: bold;
	margin-bottom		: 5px;
}





#dvDetailProfile
{
	width			: 305px;
	font-weight		: normal;
	font-size		: 8pt;
	font-family		: verdana, arial, helvetica;
	font-weight		: normal;
	color			: #276b20;
	text-align		: left;
	float			: right;
}
#dvDetailProfile div
{
	font-weight		: bold;
	margin-bottom		: 5px;
}




#dvDetailContact
{
	border-top		: 1px solid #aaaaaa;
	margin-top		: 10px;
	padding-top		: 10px;
	width			: 305px;
	font-weight		: normal;
	font-size		: 8pt;
	font-family		: verdana, arial, helvetica;
	font-weight		: normal;
	color			: #276b20;
	text-align		: left;
	float			: right;
}
#dvDetailContact div
{
	font-weight		: bold;
	margin-bottom		: 5px;
}














