﻿#mycss
{
	width: 220px;
	margin-left:14px;
	margin-top: 0px;
	margin-right: 0px;
	padding: 0px;
	background-color: #f4f5f9;
	list-style:none;
	border: 1px white solid;
}

#mycss:hover
{
	width: 220px;
	margin-left:14px;
	margin-top: 0px;
	margin-right: 0px;
	padding: 0px;
	background-color: #f4f5f9;
	list-style:none;
	border: 1px #dfdfdf solid;
}

#locatorItemDescription{
                border: 1px solid #ffffff;
                padding: 10px;
}

#mycss img
{
	vertical-align: middle;
}
#mycss #title																													
{
	vertical-align: middle;
	font-weight: bold;
	margin-top:5px;
	margin-left:10px;
}
#mycss #input																													
{
	margin-top: 8px;
	margin-left:10px;
}
#mycss #button																													
{
	margin-top: 8px;
	text-align: left;
	margin-left: 10px;
	margin-bottom: 10px;
}
#mycss #output																													
{
	margin-top: 8px;
	margin-left:10px;
}
#mycss #output	a																												
{
	margin-top: 5px;	
	margin-left:10px;
	text-decoration: none;
	color: #848484;
}
#mycss #output	a:hover																												
{
	color: #F79226;
}
#mycss #output	li																												
{
	list-style: disc;
	margin-bottom: 5px;
}
#dropdown{
	margin-top: 5px;
	margin-left: 15px;
	
}																																							
