/* commented by pavel 
#FeedAttributes
{
	border: 1px solid #9c9a94;
	margin: 0 0 20px 0;
	height: 500px;
	width: 100%;
}

#FeedAttributes .Nav
{
	float: left;
	width: 24%;
	height: 500px;
	overflow: scroll;
	border-top: none;
	border-right: none;
}
#FeedAttributes .Content
{
	float: left;
	clear: none;
	width: 76%;
	height: 500px;
	overflow: scroll;
	border-top: none;
	border-left: none;
}
#FeedAttributes .Header
{
	margin: 3px;
}

*/

/*
#XMLValidator
{
	width: 600px;
}

#XMLValidator #FileSelect
{
	float: left;
}
#XMLValidator #FileSelect input
{
	width: 400px;
}

#XMLValidator #Validate
{
	float: right;
}
*/


/* commented by pavel 
#XMLValidator #Status
{
	float: left;
	clear: both;
	width: 600px;
}
#XMLValidator #Status .Success
{
	color: green;
	font-weight: bold;
}
#XMLValidator #Status .Failure
{
	color: red;
	font-weight: bold;
}

#FeedsHome #Links
{
	float: left;
	clear: none;
}
#FeedsHome #SupplierIDs
{
	float: right;
	width: 50%;
	clear: none;
	padding: 10px;
}
*/