@import url("XPTable.css");
@import url("XTUtilities.css");
div.library{
	margin: 0;
	width: 980px;
	float: left;
}

div.library form{
	margin:1px;
	padding: 0;
}

div.column{
	float: left;
}

div.left{
	width: 85px;
}

div.right{
	width: 220px;
}

form.wrapper{
	width: 320px;
	height: 150px;
	overflow: hidden;
	float: left;
	border: 1px solid #aaa;
	background: #e6edf4;
}

div.icon{
	border: 1px solid #ddd;
	width: 80px;
	height: 80px;
	background-position: center center;
	background-repeat: no-repeat;
}

.library .published a, .library a{
	color: #666;
}

.column-wrapper {
	margin: 2px;
	padding: 3px;
	background: #fff;
	height: 84px;
	overflow: hidden;
}

/* @group Breadcrumbs */

div.library div.breadcrumbs{
	width: 320px;
	overflow: hidden;
	white-space: nowrap;
	background: #f2f2f2;
	border-bottom: 1px solid #aaa;
}

div.library div.breadcrumbs ul{
	display: block;
	list-style-type: none;
	float: left;
	height: 15px;
}

div.library div.breadcrumbs ul li{
	display: inline;
}

div.library div.breadcrumbs ul li a{
	display: inline-block;
	padding: 3px;
	text-decoration: none;
	font-size: 9px;
	max-width: 50px;
	white-space: nowrap;
	overflow: hidden;
	color: #111;
}

/* @end */


div.action{
	padding: 10px;
}

.column-wrapper label {
	font-size: 10px;
	display: inline-block;
	width: 40px;
	text-align: right;
}
.column-wrapper input, .column-wrapper textarea{
	font-size: 10px;
}

.column-wrapper textarea{
	width: 100%;
	height: 32px;
}

.column-wrapper .keywords label{
	padding-top: 2px;
	display: block;
	text-align: left;
	width: auto;
}

div.info{
	text-align: center;
	font-size:9px;
}

.batches {
	text-align: center;
	padding: 10px;
}
.action ul li{
	display: inline;
}
.action input[type=submit], .action ul li a{
	margin: 0;
	border: none;
	background: #f2f2f2;
	cursor: pointer;
	background: repeat-x url('/apps.xplants.it/css/ui/sub-button.png');
	border-left: 1px solid #585858;
	border-right: 1px solid #585858;
	font-size: 12px;
	height: 21px;
	padding: 0 10px;
	display: inline-block;
	color: #111;
	text-decoration: none;
	line-height: 22px;
}