div#_contentpane
{
	background:black;
	background:rgba(0,0,0,0.50);
}
div.companyname
{
	cursor:pointer;
	font-weight:bold;
	margin-bottom:12px;
	color:yellow;
}
div.companyname:hover
{
	text-decoration:underline;
}
div.companydetails
{
	padding:12px 24px 12px 24px;
	margin-bottom:18px;
	background:black;
	background:rgba(0,0,0,0.50);
	display:none;
}
div.storename
{
	font-weight:bold;
}
div.storedetails
{
	font-weight:normal;
	margin:4px 8px 8px 16px;
}
div.hide
{
	cursor:pointer;
	font-weight:normal;
	margin-bottom:12px;
	color:yellow;
	font-size:13px;
	text-align:right;
}
div.hide:hover
{
	font-weight:bold;
	text-decoration:underline;
}
span.dotdotdot
{
	color:white;
}
span.dotdotdot:hover
{
	color:yellow;
}
