

.Inventory .Item 
{
	/*width: 100%;*/
	background-color: #41494C; 
	margin: 0px 0px 1px 0px;
	height: 75px;
	text-align: left;
	overflow: hidden;
	position: relative;
	padding: 10px 0px 10px 10px;
	z-index:1;
}

.Inventory .HalfItem 
{
	float:left; width:368px;
	margin: 0px 1px 1px 0px;
}

.Inventory .ThreeColumnItem
{
	float:left; width:241px;
	margin: 0px 1px 1px 0px;
	height: 240px;
}

.Inventory .ThreeColumnItem h2
{
	font-size:15px;
	text-align:center;
	padding: 5px 10px 5px 10px;
}

.Inventory .Item img.Thumb
{
	width: 100px;
	height: 75px;
	float: left;
	border:1px solid #2A3436; 
}

.Inventory .ThreeColumnItem img.Thumb
{
	width: 230px;
	height: 172px;
	float: left;
	border:1px solid #2A3436; 
}

.Inventory .Item .Sold
{
	width: 50px;
	line-height: 20px;
	position:relative;
	background-color:#AB010E;
	text-align:center;
	font-weight:bold;
	font-family:Arial;
	font-size:14px;
	margin:0px 0px -20px 0px;
	top:1px;
	left: 1px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	cursor:pointer;
	color:White;
}

.Inventory .Item .Description
{
	float: left;
	position: relative;
	margin-left: 10px;
}

.Inventory .HalfItem .Description
{
	width:250px;
}

.Inventory .Item .Column1, .Inventory .Item .Column2
{
	float: left;
	position: relative;
}

.Inventory .Item .Column1 { width: 280px; }
.Inventory .Item .Column2 { width: 180px; }

.Inventory .HalfItem .Column1
{
	width:175px;
}


.Inventory .Item .Description h2 { margin-bottom: 3px; }

.Inventory .Item #Price
{
	right: 10px;
	float: right;
	position: relative;
	width: 150px;
	height: 70px;
	/*text-align:center;
	vertical-align:middle;*/
}

.Inventory .Item #Price div
{
	position:absolute;
	top:50%;
	left:50%;
}
.Inventory .Item #Price div div
{
	position:relative;
	top:-50%;
	left:-50%;
	width: 150px;
	text-align:center;
}

.Inventory .HalfItem #Price 
{
	right: 0px;
	width: 70px;
}

.Inventory .HalfItem #Price div div 
{
	text-align:right;
	width: 70px;
}

.Inventory .Item>#Price { /*display:table for Mozilla & Opera*/
	display:table;
	position:static;
}
.Inventory .Item #Price>div { /*for Mozilla and Opera*/
	display:table-cell;
	vertical-align:middle;
	position:static;
}
.Inventory .Item #Price>div>div { /*for Mozilla and Opera*/
	position:relative;
	position:static;
}

.Inventory #Search
{
	height: 20px;
	padding: 0px 0px 10px 10px;
	margin:0px;
	line-height:18px;
}

.Inventory #Search input, .Inventory #Search select
{
	float:left;
	margin-right:5px;
}

.Inventory #Sort
{
	float:right;
	margin-right:3px;
	margin-top:5px;
	color:#FFFFFF;
}

.Inventory #Sort a
{
	margin-left:5px;
	color:#FFFFFF;
	text-decoration:underline;
}

.Inventory #Paging 
{
	float:right;
	line-height:18px;
}

.Inventory #PagingBottom
{
	padding:5px;
	text-align:center;
	clear:both;
}

.Inventory #Paging span, .Inventory #PagingBottom span
{
	margin-right:5px;
}

.Inventory #Paging a, .Inventory #PagingBottom a
{
	color: #E6BB00; 
}
