.item{	
	height: 130px;
	width: 130px;
	margin: 3px;
	
	float: left;
	position: relative;
}

.item_img{
	float: left;
	
	width: 120px;
	height: 120px;
	margin: 5px; 
}

.info_up{
	z-index: 200;
	
	display: none;
	position: absolute;
		
	margin: 0px;
	
	width: 130px;
	height: 130px;
	background-color: #EEEEEE;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
	opacity: 0.9;
}

.info_down{
	z-index: 200;
	display: none;
	position: absolute;
	
	margin: 0px;
	
	width: 260px;
	background-color: #EEEEEE;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
	opacity: 0.9;
}

.item_add{
	margin-left: 100px;
	margin-right: 100px;
	background-color: #FFFFFF;
	border-bottom: 1px #DDDDDD solid;
}

.list_item{
	width: 100%;
	border-bottom: 1px #EEEEEE solid;
	height: 55px;
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
}

.list_item_img{
	float: left;
	padding: 5px;
	height: 40px;
	width: 40px;
}

.list_item_info{
	float: left;
	width: 260px;
	padding-left: 10px;
}

.list_item_price{
	float: left;
	width: 150px;
	padding-left: 10px;
	text-align: center;
}

#list_item_status{
	float: left;
	width: 160px;
	padding-left: 10px;
	text-align: left;
}

.list_item_clickArea{
	height: 50px;
	padding-top: 5px;
	float: left;
	cursor: pointer;
}

.list_item_actions{
	float: left;
	padding-top: 5px;
	padding-left: 10px;
}

.list_item_date{
	padding-left: 10px;	
}

.setAwayInfoPanel_small{
	display: none;
	padding: 20px;
	margin: 5px;
	border: 1px #DDDDDD solid;
}
