@charset "utf-8";
/* 
Website: SpacesBySheaHomes.com
Section: Quick Move In Homes
Created By: Dan Schafer
Created Date: 3/31/2010
Modified By:
Modified Date: 
*/

div#inventory-title {
	float:left; 
	width:362px; 
	height:401px;
}

div#inventory-listing {
	position:absolute;
	top:415px;
	left:45px;
	width:265px; 
	height:125px; 
	background-color:#fff;
	overflow:hidden;
	text-align:left;
}

div#inventory-listing a{
	color:#e9813c;
	text-decoration:none;
	font-weight:bold;
	padding-left:5px;
}

div#inventory-listing a.active{
	color:#febe22;
	text-decoration:none;
	font-weight:bold;
	padding-left:5px;
}

div#inventory-listing a.active:hover{
	color:#febe22;
	text-decoration:underline;
	font-weight:bold;
	padding-left:5px;
}

div#inventory-listing a:hover{
	color:#e9813c;
	text-decoration:underline;
	font-weight:bold;
	padding-left:5px;
}


div#inventory-panel {
	float:left;
	width:530px;
	height:400px;
	overflow:auto;
	text-align:left;
	background-color:#FFF;
}

table.inventory_table {border-collapse: collapse;width: 100%;}
table.inventory_table th {padding: 0 0.5em;text-align: left;}
table.inventory_table tr.header td {border-top: 1px solid #FEBD23;border-bottom: 1px solid #FEBD23;background: #f68121; font-weight:bold;}
table.inventory_table td {border-bottom: 1px solid #FEBD23;padding: 0.4em 0.4em;background: #fff; cursor:pointer;}
table.inventory_table td.adjacent {border-left: 1px solid #FEBD23;text-align: left;}
