/* css file with styles specific to the office file*/
div#money_item_description{
	width: 167px;
	float: left;
	padding: 0px;
	margin: 0px;
	border: 0px solid #000000;
}
div#money_item_value{
	text-align:right;
	width: 85px;
	float: left;
	padding: 0px;
	margin: 0px;
	border: 0px solid #000000;
}
div#livery_image{
	width: 60px;
	clear: both;
	float: left;
	padding: 0px;
	margin: 2px;
	border: 0px solid #000000;
}

div#livery_info{
	text-align:center;
}
div#livery_action{
	width: 172px;
	float: left;
	padding: 0px;
	margin: 2px;
	border: 0px solid #000000;
}

div#all_liveries_small{
/*	font-weight:bold;*/
	text-align:left;
	background-color:#CCCCCC;
	cursor:pointer;
	border: 1px solid #000000;
	position: absolute;
	top: 30%;
	left: 30%;
	z-index: 2;
	width: 300px;
	margin: 5px;
	padding: 5px;
	clear:both;
	visibility:hidden;
}
