﻿#furniturelist
{
}

#furniturelist td
{
	border: solid 1px #ccc;
	padding: 3px 16px 3px 6px;
}

#furniturecaption
{
	margin-bottom: 12px;
}

#furniturecaption h1
{
	
}

#furniturecaption .summary
{
	font-size: 18px;
	color: #0066CC;
	margin-left: 36px;
	background-color: #FFC;
	border: solid 1px #ccc;
	padding: 6px;
}

#furniturecaption .SummaryItem
{
	font-size: 19px;
	color: #000099;
	font-weight: bold;
}

.InventoryLink
{
	margin-left: 8px;
}

.InventoryLinkMore
{
	background-color: #FFC;
	border: solid 1px #ccc;
	padding: 6px;
	margin: 2px;
	margin-left: 8px;
}

.InventoryLinkMoreContainer
{
	line-height: 36px;
	width: 100%;
}

.InFocus
{
	border: solid 1px #669;
	padding: 1px;
	background-color: #fff;
}

.ParentInFocus
{
	background-color: #FFC;
}

.ParentHasValue
{
	border: solid 1px #669;
	padding: 1px;
	background-color: #eee;
}

.buttons
{
	margin-top: 12px;
	margin-bottom: 12px;
}

.buttons > a:link, .buttons > a:visited
{
	display:inline-block;
	height: 20px;
	width: 112px;
	overflow: hidden;
	/*text-indent: -9999px;*/
	color: #333;
	background-color: transparent;
  	/*background-position: 50% -21px;*/
	/*background-position: 50% 0px;*/
	background-repeat: no-repeat;
	border: 1px solid #3399FF;
	margin-right: 20px;
}

.buttons > a:hover {
  	/*background-position: 50% -21px;*/
	border: 1px solid #888;
}

.furniturelistdata, .furniturelistvolume, .furniturelistweight, .furniturelistcount
{
	display: none;
}

