#links_list
{
  width: 600px;
  padding: 0px;
  margin: 5px;
  border: 1px solid #6C6C00;
}

.links_block
{
  /*float: left;*/
	width: 600px;
  height: auto;
  padding: 0px;
  margin: 0px;
	background-color: #f4f3d9;
}

.links_header
{
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 4px;
	background-color: #eceae1;
	border-top: 1px solid #d8d3c2;
	text-align: left;
  font-size: 13px;
  font-weight: bold;
  color: #000000;
}

.links_data
{
  width: 600px;
  /*min-height: 10px;*/
  margin-left: 4px;
  border: 0px;
}

/*.link
{
  float: left;
  width: 360px;
  height: 20px;
  margin: 0px 4px 0px 4px;
  padding: 2px;
  border: 0px;
}*/

.links_footer
{
  /*float: left;
  width: 754px;
  height: 20px;*/
  left: 0px;
  bottom: 0px;
  margin: 0px 4px 0px 4px;
  padding: 6px;
  border-top: 2px solid #d8d3c2;
  text-align: center;
  font-size: 10px;
  color: #5f5f5f;
}

table
{
  margin: 0px 4px;
  width: 100%;
}

td
{
  width: 50%;
}

#selected_links
{
  position: absolute;
	right: 0px;
	top: 50px;
	width: 134px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;/*disc;
	list-style-position: inside;*/
	text-align: left;
	border-top: 2px solid #d0cab6;
	
}

#selected_links li a
{
	color: #804000;
	font-size: 10px;
}

#content_browser p
{
	position: absolute;
	right: 0px;
	top: 5px;
	width: 134px;
	margin: 10px 0px 0px 0px;
	text-align: center;
	font-size: 12px;
	font-weight: bolder;
  color: #555500;
}

