#inventory-results {
}

#results-sort-bar {
	background: url('../../images/inventory/search-results-sortbar-bg.png') repeat-x scroll top left;
	height: 20px;
	margin-bottom:10px;
	color:#ffffff;
	padding-top:2px;
}

.inventory-item {
	float:left;
	width:164px;
	text-align:center;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	border-right:1px solid #BAB8B8;
}

.inventory-item .item-title {
	font-weight:bold;
	text-transform:uppercase;
	font-size:11px;
	height:65px;
}

.inventory-item .item-image {
	margin:2px 0px;
}

.inventory-item .item-image img {
	background: url('../../images/defaults/default.summary.png') no-repeat scroll top left;
}

.inventory-item .item-caption {
	color:#f15646;
	font-size:12px;
	height:29px;
	margin-bottom:5px;
}

.inventory-item .item-description {
	font-size:11px;
	height:72px;
}

.inventory-item .item-price {
	color:#f15646;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
}

.item-button {
	text-align:center;
}

.item-button a:link,
.item-button a:active,
.item-button a:visited,
.item-button a:hover {
	background: url('/images/inventory/button-viewitempage.png') no-repeat scroll top left;
	width: 107px;
	height: 23px;
	text-decoration:none;
	display:block;
	margin:5px auto;
}

.item-button a:hover {
	background: url('/images/inventory/button-viewitempage-over.png') no-repeat scroll top left;
}

.inventory-item-col-last {
	border-right:none;
}

/*.inventory-item:hover {
	background-color:#ebf1f7;
}*/

.rowbreak {
	background-color:white;
	clear:both;
	padding:10px 0px;
	margin:0px 0px;
}

.rowbreak .rowbreak {
	background-color:#d6d2d2;
	height:1px;
	padding:0px;
	margin:0px;
}
