#suitcase_items_list {
	width: 218px;}
	
ul#items {
	padding-bottom: 10px;
}
	
li.sortable {
	background-color: #ecf3e1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c5dea1;
	border-right-color: #c5dea1;
	border-bottom-color: #c5dea1;
	border-left-color: #c5dea1;
	cursor: move;
	list-style: none;
	margin-left: 0px !important;
}


li.arrangable {
	background-color: #ecf3e1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c5dea1;
	border-right-color: #c5dea1;
	border-bottom-color: #c5dea1;
	border-left-color: #c5dea1;
	cursor: move;
	list-style: none;
}

html>body #suitcase_items_list li.sortable {
	background-color: #ecf3e1;
	border: solid 1px #c5dea1;
	cursor: move;
	list-style: none;
	margin-left: 0px !important;
	width: 205px !important;
}
#suitcase_items_list li.sortable {
	background-color: #ecf3e1;
	border: solid 1px #c5dea1;
	cursor: move;
	list-style: none;
	margin-left: 0px !important;
	width: 205px !important;
}
